[postgis] 01/04: Imported Upstream version 2.2.1+dfsg

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Jan 6 23:12:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository postgis.

commit 03d6f64d28d0cd2fcc86f7eaa13e9ca356b695b3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jan 6 07:20:30 2016 +0100

    Imported Upstream version 2.2.1+dfsg
---
 ._config.guess                                     |    Bin 239 -> 0 bytes
 ._config.sub                                       |    Bin 239 -> 0 bytes
 ._install-sh                                       |    Bin 239 -> 0 bytes
 .gitlab-ci.yml                                     |     18 +
 .travis.yml                                        |      2 +-
 ChangeLog                                          | 121268 ++++++++----------
 GNUmakefile.in                                     |      3 +-
 NEWS                                               |     62 +-
 README.md                                          |     24 +-
 README.postgis                                     |      4 +-
 Version.config                                     |     15 +-
 authors.git                                        |      1 +
 authors.svn                                        |      1 +
 ci/debbie/postgis_regress.sh                       |      2 +-
 ci/winnie/regress_postgis.sh                       |      4 +-
 config.guess                                       |     34 +-
 config.sub                                         |     20 +-
 configure                                          |   2154 +-
 configure.ac                                       |     16 +-
 doc/extras_address_standardizer.xml                |     72 +-
 doc/html/image_src/Makefile.in                     |      2 +
 doc/html/image_src/st_boundary01.wkt               |      2 +
 doc/html/image_src/st_boundary02.wkt               |      2 +
 doc/installation.xml                               |      2 +-
 doc/introduction.xml                               |     10 +-
 doc/po/de_DE/reference_accessor.xml.po             |     12 +-
 doc/po/es/reference_accessor.xml.po                |     12 +-
 doc/po/fr/reference_accessor.xml.po                |     14 +-
 doc/po/it_IT/reference_accessor.xml.po             |     22 +-
 doc/po/ko_KR/reference_accessor.xml.po             |     12 +-
 doc/po/pl/reference_accessor.xml.po                |     12 +-
 doc/po/pt_BR/reference_accessor.xml.po             |     12 +-
 doc/po/templates/reference_accessor.xml.pot        |     12 +-
 doc/postgis_comments.sql                           |     16 +-
 doc/reference_accessor.xml                         |     59 +-
 doc/reference_constructor.xml                      |      5 +-
 doc/reference_editor.xml                           |      8 +-
 doc/reference_measure.xml                          |      5 +-
 doc/reference_output.xml                           |      4 +-
 doc/reference_processing.xml                       |     51 +-
 doc/reference_raster.xml                           |      4 +-
 doc/release_notes.xml                              |     94 +-
 extensions/Makefile                                |     39 +
 extensions/address_standardizer/Makefile           |     20 +-
 .../address_standardizer.control                   |      2 +-
 .../address_standardizer_data_us.control           |      2 +-
 extensions/postgis/{Makefile.in => Makefile}       |     12 +-
 extensions/postgis/Makefile.in                     |      2 +-
 extensions/postgis/postgis.control                 |      2 +-
 .../postgis/sql_bits/mark_editable_objects.sql.in  |      2 +-
 extensions/postgis_sfcgal/Makefile                 |     89 +
 extensions/postgis_sfcgal/postgis_sfcgal.control   |      2 +-
 extensions/postgis_tiger_geocoder/Makefile         |    211 +
 .../postgis_tiger_geocoder.control                 |      2 +-
 .../postgis_topology/{Makefile.in => Makefile}     |     10 +-
 extensions/postgis_topology/Makefile.in            |      2 +-
 .../postgis_topology/postgis_topology.control      |      2 +-
 extensions/upgradeable_versions.mk                 |      2 +-
 .../tiger_geocoder/normalize/normalize_address.sql |      4 +-
 extras/tiger_geocoder/tiger_loader_2013.sql        |      6 +-
 extras/tiger_geocoder/tiger_loader_2014.sql        |      6 +-
 extras/tiger_geocoder/tiger_loader_2015.sql        |      8 +-
 install-sh                                         |    366 +-
 liblwgeom/bytebuffer.h                             |      2 +-
 liblwgeom/cunit/cu_algorithm.c                     |     24 +
 liblwgeom/cunit/cu_geodetic.c                      |     20 +-
 liblwgeom/cunit/cu_out_twkb.c                      |      2 +-
 liblwgeom/cunit/cu_split.c                         |     26 +
 liblwgeom/cunit/cu_unionfind.c                     |     24 +
 liblwgeom/effectivearea.h                          |      2 +-
 liblwgeom/liblwgeom_topo.h                         |     12 +-
 liblwgeom/lwalgorithm.c                            |     39 +-
 liblwgeom/lwgeodetic.c                             |      2 +-
 liblwgeom/lwgeom.c                                 |     11 +-
 liblwgeom/lwgeom_geos_cluster.c                    |     13 +-
 liblwgeom/lwgeom_geos_split.c                      |     75 +-
 liblwgeom/lwgeom_topo.c                            |    175 +-
 liblwgeom/lwin_geojson.c                           |      2 +-
 liblwgeom/lwin_twkb.c                              |      2 +-
 liblwgeom/lwout_geojson.c                          |      2 +-
 liblwgeom/lwout_svg.c                              |     80 +-
 liblwgeom/lwout_twkb.c                             |      2 +-
 liblwgeom/lwunionfind.c                            |     14 +-
 liblwgeom/ptarray.c                                |     27 +-
 liblwgeom/varint.h                                 |      2 +-
 libtool                                            |   6227 +-
 ltmain.sh                                          |   5522 +-
 macros/._libtool.m4                                |    Bin 239 -> 0 bytes
 macros/._ltoptions.m4                              |    Bin 239 -> 0 bytes
 macros/._ltsugar.m4                                |    Bin 239 -> 0 bytes
 macros/._lt~obsolete.m4                            |    Bin 239 -> 0 bytes
 macros/libtool.m4                                  |   2546 +-
 macros/ltoptions.m4                                |    127 +-
 macros/ltsugar.m4                                  |      7 +-
 macros/ltversion.m4                                |     12 +-
 macros/lt~obsolete.m4                              |      7 +-
 postgis/geography_measurement.c                    |     11 +
 postgis/gserialized_typmod.c                       |      2 +-
 postgis/lwgeom_box3d.c                             |      2 +-
 postgis/lwgeom_functions_analytic.c                |     10 +-
 postgis/lwgeom_functions_basic.c                   |      4 +-
 postgis/lwgeom_functions_lrs.c                     |      4 +-
 postgis/lwgeom_spheroid.c                          |      4 +-
 postgis/postgis.sql.in                             |     10 +-
 postgis/sqldefines.h                               |     10 +-
 postgis_svn_revision.h                             |      2 +-
 raster/Makefile                                    |     65 +
 raster/rt_pg/rtpostgis.sql.in                      |     11 +-
 regress/remove_repeated_points.sql                 |      1 +
 regress/remove_repeated_points_expected            |      1 +
 regress/run_test.pl                                |      2 +-
 regress/tickets.sql                                |      6 +
 regress/tickets_expected                           |      3 +
 topology/Makefile.in                               |      2 +-
 topology/postgis_topology.c                        |    268 +-
 topology/sql/topogeometry/totopogeom.sql.in        |     14 +-
 topology/test/regress/sqlmm.sql                    |     19 +
 topology/test/regress/sqlmm_expected               |      4 +
 topology/test/regress/st_addedgemodface.sql        |     15 +-
 topology/test/regress/st_addedgemodface_expected   |      9 +-
 topology/test/regress/st_addedgenewfaces.sql       |     15 +
 topology/test/regress/st_addedgenewfaces_expected  |      9 +-
 topology/test/regress/st_modedgesplit.sql          |     28 +
 topology/test/regress/st_modedgesplit_expected     |     19 +-
 topology/test/regress/st_newedgessplit.sql         |     18 +
 topology/test/regress/st_newedgessplit_expected    |     13 +-
 topology/test/regress/topogeo_addlinestring.sql    |     46 +
 .../regress/topogeo_addlinestring_expected_newsnap |    138 +-
 .../regress/topogeo_addlinestring_expected_oldsnap |    134 +-
 topology/test/regress/totopogeom.sql               |     20 +
 topology/test/regress/totopogeom_expected          |      5 +
 topology/topology.sql.in                           |     15 +-
 132 files changed, 60532 insertions(+), 80276 deletions(-)

diff --git a/._config.guess b/._config.guess
deleted file mode 100755
index 92de026..0000000
Binary files a/._config.guess and /dev/null differ
diff --git a/._config.sub b/._config.sub
deleted file mode 100755
index 3309887..0000000
Binary files a/._config.sub and /dev/null differ
diff --git a/._install-sh b/._install-sh
deleted file mode 100755
index 8199457..0000000
Binary files a/._install-sh and /dev/null differ
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..00d73a8
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,18 @@
+test:
+  script:
+    - apt-get update -qq
+    - apt-get install -y
+        postgresql-9.4 postgresql-server-dev-9.4
+        build-essential autoconf libtool libcunit1-dev
+        xsltproc docbook-xsl docbook-mathml dblatex
+        libproj-dev libgdal-dev libgeos-dev libjson0-dev
+    - lsb_release -a
+    - uname -a
+    - service postgresql start
+    - su -l postgres -c "createuser -s `whoami`"
+    - ./autogen.sh
+    - ./configure
+    - make
+    - make check RUNTESTFLAGS=-v
+    - make install
+    - make installcheck RUNTESTFLAGS=-v
diff --git a/.travis.yml b/.travis.yml
index 1b6d6b3..b6952c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ notifications:
   email: false
   irc:
     channels:
-      - "irc.freenode.org#postgis"
+      - "irc.freenode.org#postgis-activity"
     on_success: change
     on_failure: always
     use_notice: false
diff --git a/ChangeLog b/ChangeLog
index de73338..d170ab3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,69243 +1,52025 @@
-2015-10-06 21:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14200] doc/reference_processing.xml: Add x-refs between cluster
-	  functions
-
-2015-10-06 00:08  Regina Obe <lr at pcorp.us>
-
-	* [r14199] doc/html/images/st_mapalgebramask01.png,
-	  doc/html/images/st_mapalgebramask02.png,
-	  doc/html/images/st_mapalgebramask03.png,
-	  doc/html/images/st_mapalgebramask04.png,
-	  doc/reference_raster.xml: #2603: provide a lame example with
-	  hopes to come up with a better one in future.
-
-2015-10-05 22:47  Regina Obe <lr at pcorp.us>
-
-	* [r14198] doc/reference_raster.xml: update explanation of what
-	  mask and weight do.
-
-2015-10-05 20:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14196] doc/reference_processing.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: #2916, they are 'curvepolygon'
-	  not 'curvedpolygon'
-
-2015-10-05 17:37  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r14195] raster/rt_core/rt_mapalgebra.c,
-	  raster/rt_core/rt_pixel.c, raster/rt_pg/rtpg_mapalgebra.c,
-	  raster/test/regress/rt_mapalgebra_mask_expected: syntax cleanup
-
-2015-10-05 16:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r14194] raster/test/regress/rt_mapalgebra_mask_expected: code
-	  cleanup
-
-2015-10-05 16:26  Regina Obe <lr at pcorp.us>
-
-	* [r14193] raster/test/regress/rt_mapalgebra_mask.sql: #3314 missed
-	  some spots forcing order of results
-
-2015-10-05 15:59  Regina Obe <lr at pcorp.us>
-
-	* [r14192] raster/test/regress/rt_mapalgebra_mask.sql,
-	  raster/test/regress/rt_mapalgebra_mask_expected: #3314: change
-	  mask test to use st_dumpvalues to avoid endian differences. Also
-	  force sort of records (since SQL doesn't guarantee sort will be
-	  the same across systems) for multi record results
-
-2015-10-05 15:02  Regina Obe <lr at pcorp.us>
-
-	* [r14191] doc/reference_sfcgal.xml: fix invalid caption on
-	  ST_3DIntersection image (too much copy paste)
-
-2015-10-05 13:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14190] postgis: ignore build files
-
-2015-10-05 01:39  Regina Obe <lr at pcorp.us>
-
-	* [r14189] doc/html/images/st_3dunion01.png,
-	  doc/reference_sfcgal.xml: Add ST_3DUnion example to complete the
-	  ST_3DDifference, ST_3DIntersection, ST_3DUnion trilogy
-
-2015-10-04 23:40  Regina Obe <lr at pcorp.us>
-
-	* [r14188] doc/reference_sfcgal.xml: another typo in path
-
-2015-10-04 23:28  Regina Obe <lr at pcorp.us>
-
-	* [r14187] doc/html/images/st_3dintersection01.png,
-	  doc/reference_sfcgal.xml: add an ST_3DIntersection graphic. Fix
-	  graphic link on ST_3DDifference
-
-2015-10-04 22:54  Regina Obe <lr at pcorp.us>
-
-	* [r14186] doc/html/images/st_3ddifference01.png,
-	  doc/html/images/st_3ddifference02.png, doc/reference_sfcgal.xml:
-	  Put in example of ST_3DDifference and fix a typo
-
-2015-10-04 20:47  Regina Obe <lr at pcorp.us>
-
-	* [r14185] raster/rt_core/rt_pixel.c,
-	  raster/rt_pg/rtpg_mapalgebra.c,
-	  raster/test/regress/rt_mapalgebra_mask_expected: #3315: fix typos
-	  in error messages for map algebra mask and provide more
-	  descriptive error about dimension mismatch
-
-2015-10-04 17:37  Regina Obe <lr at pcorp.us>
-
-	* [r14184] regress/sfcgal/regress_expected,
-	  regress/sfcgal/tickets_expected: #3314 patch from sebastic for
-	  big endian
-
-2015-10-04 16:36  Regina Obe <lr at pcorp.us>
-
-	* [r14183] doc/reference_measure.xml: #3298 document change in
-	  behavior of ST_3DClosestPoint, ST_3DShortestLine,
-	  ST_3DLongestLine, ST_3DMaxDistance
-
-2015-10-04 15:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14182] regress/sfcgal/regress.sql, regress/sfcgal/tickets.sql:
-	  Force output to little endian, #3314
-
-2015-10-04 07:55  Regina Obe <lr at pcorp.us>
-
-	* [r14181] doc/reference_accessor.xml: Add note that ST_Summary now
-	  supports tins and curves. 2.1.8 just returned unknown type for
-	  these. ST_Summary now tells the type (though I think it does a
-	  sucky job on reporting subelements of multisurface)
-
-2015-10-03 19:51  Regina Obe <lr at pcorp.us>
-
-	* [r14180] doc/reference_measure.xml: put a note enhancment only
-	  availabe if compiled with proj 4.9+ for all geographiclib
-	  enhanced function. (also change to use ST_GeogFromText instead of
-	  the painfully long ST_GeographyFromText alias)
-
-2015-10-03 19:05  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r14179] liblwgeom/measures3d.c: Fix for #3298, open for
-	  multi-geometries with mixed dim or 2d in 3d measurment functions
-
-2015-10-03 18:28  Regina Obe <lr at pcorp.us>
-
-	* [r14178] doc/reference_raster.xml: #2603: add weighted and mask
-	  args
-
-2015-10-03 16:20  Regina Obe <lr at pcorp.us>
-
-	* [r14177] doc/reference_raster.xml: #1748: change arg names in
-	  raster ST_Intersection docs to agree with arg names installed.
-	  Also get rid of coming soon raster/geom that returns raster --
-	  that's called ST_Clip. Put in a note about that for people
-	  looking at ST_Intersection wanting ST_Clip. Get rid of default
-	  args that aren't default at all (we have more protos than we need
-	  - may want to consider removing them in 2.3 and replacing with
-	  default args)
-
-2015-10-03 06:12  Sandro Santilli <strk at keybit.net>
-
-	* [r14176] loader/pgsql2shp-core.h: Drop postgis_config.h include
-	  from header file (#2303)
-	  
-	  It's better to only include build config header from C files.
-
-2015-10-02 23:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14175] loader/shp2pgsql-gui.c: Update emails, #3309
-
-2015-10-02 15:11  Regina Obe <lr at pcorp.us>
-
-	* [r14174] ci/winnie/build_postgis.sh,
-	  ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: #3308
-	  patch winnie's build and packaging and regress to go back to
-	  static linking.
-
-2015-10-02 05:40  Regina Obe <lr at pcorp.us>
-
-	* [r14173] ci/winnie/package_postgis.sh: #3308 gui loader on
-	  windows doesn't work -- add in the extra dependencies introduced
-	  by PostGIS 2.2 :(
-
-2015-10-01 20:13  Sandro Santilli <strk at keybit.net>
-
-	* [r14172] NEWS: Add item about the new "lwgeom_version" function
-	  in liblwgeom
-
-2015-10-01 20:09  Sandro Santilli <strk at keybit.net>
-
-	* [r14171] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeom_api.c, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in: Add check for liblwgeom version mismatch
-	  in postgis_full_version()
-	  
-	  Adds a postgis_liblwgeom_version() function accessible to SQL.
-
-2015-10-01 04:39  Regina Obe <lr at pcorp.us>
-
-	* [r14170] extensions/compute_srid_contiguous_ranges.sql,
-	  extensions/postgis/sql_bits/mark_editable_objects.sql.in: update
-	  srid exclude range for proper dump/restore preserve of custom
-	  spatial ref. Add WHERE to compute_srid.. so its an easier cut and
-	  paster to editable routine
-
-2015-09-30 15:37  Sandro Santilli <strk at keybit.net>
-
-	* [r14156] topology/postgis_topology.c: Honour topology-wide
-	  precision configuration (#3304)
-	  
-	  NOTE: only 2.2.0-RC1 was published with this bug present
-
-2015-09-30 13:57  Sandro Santilli <strk at keybit.net>
-
-	* [r14155] liblwgeom/lwgeom_topo.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected_newsnap,
-	  topology/test/regress/topogeo_addlinestring_expected_oldsnap:
-	  Improve robustness of adding points to topology (#3280)
-	  
-	  When multiple edges are within tolerance from the added point,
-	  give preference to snapping to the one which contains a point
-	  projected to it.
-	  
-	  Also, make sure to sort nodes and edges by distance before
-	  considering them for matching or snapping, which is what
-	  was done in previous versions.
-
-2015-09-30 04:33  Regina Obe <lr at pcorp.us>
-
-	* [r14149] doc/extras_tigergeocoder.xml, doc/installation.xml: try
-	  to fix illegal abstract (with note (instead of para)) and
-	  listltiem with no para
-
-2015-09-30 03:19  Regina Obe <lr at pcorp.us>
-
-	* [r14148] doc/extras_tigergeocoder.xml, doc/installation.xml:
-	  update tiger instructions to be comprehensive (next step will be
-	  to delete them from README os have only one source to edit). Also
-	  add a note about using GUC for raster settings (instead of less
-	  cross-platform environment approach)
-
-2015-09-29 21:25  Sandro Santilli <strk at keybit.net>
-
-	* [r14147] doc/Makefile.in, doc/po/Makefile.local: Fix check-local
-	  rule to properly setup symlinks
-
-2015-09-29 21:15  Sandro Santilli <strk at keybit.net>
-
-	* [r14146] doc/po/it_IT/installation.xml.po: Update italian
-	  installation transation
-
-2015-09-29 20:38  Regina Obe <lr at pcorp.us>
-
-	* [r14145] ci/debbie/postgis_doc_translations.sh: commit debbie's
-	  translation script and add the check_localized call. (Switched
-	  debbie's job alreayd to use this script instead of the one from
-	  buildbot svn)
-
-2015-09-29 20:10  Sandro Santilli <strk at keybit.net>
-
-	* [r14143] doc/po/it_IT/installation.xml.po: Fix it_IT translation
-	  of installation.xml.po
-
-2015-09-29 20:09  Sandro Santilli <strk at keybit.net>
-
-	* [r14142] doc/Makefile.in: Add "check-localized" rule in
-	  doc/Makefile (#3302)
-
-2015-09-29 19:36  Sandro Santilli <strk at keybit.net>
-
-	* [r14141] doc/po/pt_BR/installation.xml.po: Fix pt_BR translation
-	  of installation.xml.po
-
-2015-09-29 19:29  Sandro Santilli <strk at keybit.net>
-
-	* [r14140] doc/po/de_DE/extras.xml.po,
-	  doc/po/de_DE/extras_address_standardizer.xml.po,
-	  doc/po/de_DE/extras_historytable.xml.po,
-	  doc/po/de_DE/extras_tigergeocoder.xml.po,
-	  doc/po/de_DE/extras_topology.xml.po, doc/po/de_DE/faq.xml.po,
-	  doc/po/de_DE/faq_raster.xml.po, doc/po/de_DE/installation.xml.po,
-	  doc/po/de_DE/introduction.xml.po,
-	  doc/po/de_DE/performance_tips.xml.po,
-	  doc/po/de_DE/postgis.xml.po, doc/po/de_DE/reference.xml.po,
-	  doc/po/de_DE/reference_accessor.xml.po,
-	  doc/po/de_DE/reference_constructor.xml.po,
-	  doc/po/de_DE/reference_editor.xml.po,
-	  doc/po/de_DE/reference_exception.xml.po,
-	  doc/po/de_DE/reference_guc.xml.po,
-	  doc/po/de_DE/reference_lrs.xml.po,
-	  doc/po/de_DE/reference_management.xml.po,
-	  doc/po/de_DE/reference_measure.xml.po,
-	  doc/po/de_DE/reference_misc.xml.po,
-	  doc/po/de_DE/reference_operator.xml.po,
-	  doc/po/de_DE/reference_output.xml.po,
-	  doc/po/de_DE/reference_processing.xml.po,
-	  doc/po/de_DE/reference_raster.xml.po,
-	  doc/po/de_DE/reference_sfcgal.xml.po,
-	  doc/po/de_DE/reference_temporal.xml.po,
-	  doc/po/de_DE/reference_transaction.xml.po,
-	  doc/po/de_DE/reference_type.xml.po,
-	  doc/po/de_DE/release_notes.xml.po, doc/po/de_DE/reporting.xml.po,
-	  doc/po/de_DE/using_postgis_app.xml.po,
-	  doc/po/de_DE/using_postgis_dataman.xml.po,
-	  doc/po/de_DE/using_raster_dataman.xml.po: update-po after new
-	  german translation was added
-
-2015-09-29 19:29  Sandro Santilli <strk at keybit.net>
-
-	* [r14139] doc/po/de_DE/Makefile: Add missing Makefile to build
-	  german documentation
-
-2015-09-29 19:15  Sandro Santilli <strk at keybit.net>
-
-	* [r14138] doc/po/de_DE/faq.xml.po: Add missing ending quotes in
-	  german faq translations (#3293)
-
-2015-09-29 19:10  Sandro Santilli <strk at keybit.net>
-
-	* [r14137] doc/po/de_DE/faq.xml.po: Update German translation of
-	  FAQs (#3293)
-
-2015-09-29 17:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14136] liblwgeom/g_box.c, regress/tickets.sql,
-	  regress/tickets_expected: #3300, Box3D for curves calculation fix
-
-2015-09-29 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r14135] doc/Makefile.in, doc/po/de_DE,
-	  doc/po/de_DE/extras.xml.po,
-	  doc/po/de_DE/extras_address_standardizer.xml.po,
-	  doc/po/de_DE/extras_historytable.xml.po,
-	  doc/po/de_DE/extras_tigergeocoder.xml.po,
-	  doc/po/de_DE/extras_topology.xml.po, doc/po/de_DE/faq.xml.po,
-	  doc/po/de_DE/faq_raster.xml.po, doc/po/de_DE/installation.xml.po,
-	  doc/po/de_DE/introduction.xml.po,
-	  doc/po/de_DE/performance_tips.xml.po,
-	  doc/po/de_DE/postgis.xml.po, doc/po/de_DE/reference.xml.po,
-	  doc/po/de_DE/reference_accessor.xml.po,
-	  doc/po/de_DE/reference_constructor.xml.po,
-	  doc/po/de_DE/reference_editor.xml.po,
-	  doc/po/de_DE/reference_exception.xml.po,
-	  doc/po/de_DE/reference_guc.xml.po,
-	  doc/po/de_DE/reference_lrs.xml.po,
-	  doc/po/de_DE/reference_management.xml.po,
-	  doc/po/de_DE/reference_measure.xml.po,
-	  doc/po/de_DE/reference_misc.xml.po,
-	  doc/po/de_DE/reference_operator.xml.po,
-	  doc/po/de_DE/reference_output.xml.po,
-	  doc/po/de_DE/reference_processing.xml.po,
-	  doc/po/de_DE/reference_raster.xml.po,
-	  doc/po/de_DE/reference_sfcgal.xml.po,
-	  doc/po/de_DE/reference_transaction.xml.po,
-	  doc/po/de_DE/reference_type.xml.po: Add german (partial)
-	  translation from transifex
-
-2015-09-29 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r14134] doc/po/es/reference_temporal.xml.po,
-	  doc/po/fr/reference_temporal.xml.po,
-	  doc/po/it_IT/reference_temporal.xml.po,
-	  doc/po/ko_KR/reference_temporal.xml.po,
-	  doc/po/pl/reference_temporal.xml.po,
-	  doc/po/pt_BR/reference_temporal.xml.po: Add missing
-	  reference_temporal.xml.po files
-
-2015-09-29 14:46  Sandro Santilli <strk at keybit.net>
-
-	* [r14133] doc/po/es/extras_address_standardizer.xml.po,
-	  doc/po/es/extras_tigergeocoder.xml.po,
-	  doc/po/es/extras_topology.xml.po, doc/po/es/faq.xml.po,
-	  doc/po/es/faq_raster.xml.po, doc/po/es/installation.xml.po,
-	  doc/po/es/introduction.xml.po, doc/po/es/postgis.xml.po,
-	  doc/po/es/reference.xml.po, doc/po/es/reference_accessor.xml.po,
-	  doc/po/es/reference_constructor.xml.po,
-	  doc/po/es/reference_editor.xml.po,
-	  doc/po/es/reference_guc.xml.po, doc/po/es/reference_lrs.xml.po,
-	  doc/po/es/reference_management.xml.po,
-	  doc/po/es/reference_measure.xml.po,
-	  doc/po/es/reference_misc.xml.po,
-	  doc/po/es/reference_operator.xml.po,
-	  doc/po/es/reference_output.xml.po,
-	  doc/po/es/reference_processing.xml.po,
-	  doc/po/es/reference_raster.xml.po,
-	  doc/po/es/reference_sfcgal.xml.po,
-	  doc/po/es/release_notes.xml.po,
-	  doc/po/es/using_raster_dataman.xml.po,
-	  doc/po/fr/extras_address_standardizer.xml.po,
-	  doc/po/fr/extras_tigergeocoder.xml.po,
-	  doc/po/fr/extras_topology.xml.po, doc/po/fr/faq.xml.po,
-	  doc/po/fr/faq_raster.xml.po, doc/po/fr/installation.xml.po,
-	  doc/po/fr/introduction.xml.po, doc/po/fr/postgis.xml.po,
-	  doc/po/fr/reference.xml.po, doc/po/fr/reference_accessor.xml.po,
-	  doc/po/fr/reference_constructor.xml.po,
-	  doc/po/fr/reference_editor.xml.po,
-	  doc/po/fr/reference_guc.xml.po, doc/po/fr/reference_lrs.xml.po,
-	  doc/po/fr/reference_management.xml.po,
-	  doc/po/fr/reference_measure.xml.po,
-	  doc/po/fr/reference_misc.xml.po,
-	  doc/po/fr/reference_operator.xml.po,
-	  doc/po/fr/reference_output.xml.po,
-	  doc/po/fr/reference_processing.xml.po,
-	  doc/po/fr/reference_raster.xml.po,
-	  doc/po/fr/reference_sfcgal.xml.po,
-	  doc/po/fr/release_notes.xml.po,
-	  doc/po/fr/using_raster_dataman.xml.po,
-	  doc/po/it_IT/extras_address_standardizer.xml.po,
-	  doc/po/it_IT/extras_tigergeocoder.xml.po,
-	  doc/po/it_IT/extras_topology.xml.po, doc/po/it_IT/faq.xml.po,
-	  doc/po/it_IT/faq_raster.xml.po, doc/po/it_IT/installation.xml.po,
-	  doc/po/it_IT/introduction.xml.po, doc/po/it_IT/postgis.xml.po,
-	  doc/po/it_IT/reference.xml.po,
-	  doc/po/it_IT/reference_accessor.xml.po,
-	  doc/po/it_IT/reference_constructor.xml.po,
-	  doc/po/it_IT/reference_editor.xml.po,
-	  doc/po/it_IT/reference_guc.xml.po,
-	  doc/po/it_IT/reference_lrs.xml.po,
-	  doc/po/it_IT/reference_management.xml.po,
-	  doc/po/it_IT/reference_measure.xml.po,
-	  doc/po/it_IT/reference_misc.xml.po,
-	  doc/po/it_IT/reference_operator.xml.po,
-	  doc/po/it_IT/reference_output.xml.po,
-	  doc/po/it_IT/reference_processing.xml.po,
-	  doc/po/it_IT/reference_raster.xml.po,
-	  doc/po/it_IT/reference_sfcgal.xml.po,
-	  doc/po/it_IT/release_notes.xml.po,
-	  doc/po/it_IT/using_raster_dataman.xml.po,
-	  doc/po/ko_KR/extras_address_standardizer.xml.po,
-	  doc/po/ko_KR/extras_tigergeocoder.xml.po,
-	  doc/po/ko_KR/extras_topology.xml.po, doc/po/ko_KR/faq.xml.po,
-	  doc/po/ko_KR/faq_raster.xml.po, doc/po/ko_KR/installation.xml.po,
-	  doc/po/ko_KR/introduction.xml.po, doc/po/ko_KR/postgis.xml.po,
-	  doc/po/ko_KR/reference.xml.po,
-	  doc/po/ko_KR/reference_accessor.xml.po,
-	  doc/po/ko_KR/reference_constructor.xml.po,
-	  doc/po/ko_KR/reference_editor.xml.po,
-	  doc/po/ko_KR/reference_guc.xml.po,
-	  doc/po/ko_KR/reference_lrs.xml.po,
-	  doc/po/ko_KR/reference_management.xml.po,
-	  doc/po/ko_KR/reference_measure.xml.po,
-	  doc/po/ko_KR/reference_misc.xml.po,
-	  doc/po/ko_KR/reference_operator.xml.po,
-	  doc/po/ko_KR/reference_output.xml.po,
-	  doc/po/ko_KR/reference_processing.xml.po,
-	  doc/po/ko_KR/reference_raster.xml.po,
-	  doc/po/ko_KR/reference_sfcgal.xml.po,
-	  doc/po/ko_KR/release_notes.xml.po,
-	  doc/po/ko_KR/using_raster_dataman.xml.po,
-	  doc/po/pl/extras_address_standardizer.xml.po,
-	  doc/po/pl/extras_tigergeocoder.xml.po,
-	  doc/po/pl/extras_topology.xml.po, doc/po/pl/faq.xml.po,
-	  doc/po/pl/faq_raster.xml.po, doc/po/pl/installation.xml.po,
-	  doc/po/pl/introduction.xml.po, doc/po/pl/postgis.xml.po,
-	  doc/po/pl/reference.xml.po, doc/po/pl/reference_accessor.xml.po,
-	  doc/po/pl/reference_constructor.xml.po,
-	  doc/po/pl/reference_editor.xml.po,
-	  doc/po/pl/reference_guc.xml.po, doc/po/pl/reference_lrs.xml.po,
-	  doc/po/pl/reference_management.xml.po,
-	  doc/po/pl/reference_measure.xml.po,
-	  doc/po/pl/reference_misc.xml.po,
-	  doc/po/pl/reference_operator.xml.po,
-	  doc/po/pl/reference_output.xml.po,
-	  doc/po/pl/reference_processing.xml.po,
-	  doc/po/pl/reference_raster.xml.po,
-	  doc/po/pl/reference_sfcgal.xml.po,
-	  doc/po/pl/release_notes.xml.po,
-	  doc/po/pl/using_raster_dataman.xml.po,
-	  doc/po/pt_BR/extras_address_standardizer.xml.po,
-	  doc/po/pt_BR/extras_tigergeocoder.xml.po,
-	  doc/po/pt_BR/extras_topology.xml.po, doc/po/pt_BR/faq.xml.po,
-	  doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/installation.xml.po,
-	  doc/po/pt_BR/introduction.xml.po, doc/po/pt_BR/postgis.xml.po,
-	  doc/po/pt_BR/reference.xml.po,
-	  doc/po/pt_BR/reference_accessor.xml.po,
-	  doc/po/pt_BR/reference_constructor.xml.po,
-	  doc/po/pt_BR/reference_editor.xml.po,
-	  doc/po/pt_BR/reference_guc.xml.po,
-	  doc/po/pt_BR/reference_lrs.xml.po,
-	  doc/po/pt_BR/reference_management.xml.po,
-	  doc/po/pt_BR/reference_measure.xml.po,
-	  doc/po/pt_BR/reference_misc.xml.po,
-	  doc/po/pt_BR/reference_operator.xml.po,
-	  doc/po/pt_BR/reference_output.xml.po,
-	  doc/po/pt_BR/reference_processing.xml.po,
-	  doc/po/pt_BR/reference_raster.xml.po,
-	  doc/po/pt_BR/reference_sfcgal.xml.po,
-	  doc/po/pt_BR/release_notes.xml.po,
-	  doc/po/pt_BR/using_raster_dataman.xml.po: Update translation
-	  files from transifex
-
-2015-09-29 12:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14132] loader/shp2pgsql-core.c: #2473, only create spatial
-	  index if there's a shape file
-
-2015-09-29 12:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14131] HOWTO_RELEASE: Remove old deprcated manual steps
-
-2015-09-29 12:31  Sandro Santilli <strk at keybit.net>
-
-	* [r14130] doc/po/templates/extras_address_standardizer.xml.pot,
-	  doc/po/templates/extras_tigergeocoder.xml.pot,
-	  doc/po/templates/extras_topology.xml.pot,
-	  doc/po/templates/faq.xml.pot,
-	  doc/po/templates/faq_raster.xml.pot,
-	  doc/po/templates/installation.xml.pot,
-	  doc/po/templates/introduction.xml.pot,
-	  doc/po/templates/postgis.xml.pot,
-	  doc/po/templates/reference.xml.pot,
-	  doc/po/templates/reference_accessor.xml.pot,
-	  doc/po/templates/reference_constructor.xml.pot,
-	  doc/po/templates/reference_editor.xml.pot,
-	  doc/po/templates/reference_guc.xml.pot,
-	  doc/po/templates/reference_lrs.xml.pot,
-	  doc/po/templates/reference_management.xml.pot,
-	  doc/po/templates/reference_measure.xml.pot,
-	  doc/po/templates/reference_misc.xml.pot,
-	  doc/po/templates/reference_operator.xml.pot,
-	  doc/po/templates/reference_output.xml.pot,
-	  doc/po/templates/reference_processing.xml.pot,
-	  doc/po/templates/reference_raster.xml.pot,
-	  doc/po/templates/reference_sfcgal.xml.pot,
-	  doc/po/templates/release_notes.xml.pot,
-	  doc/po/templates/using_raster_dataman.xml.pot: Update translation
-	  templates
-
-2015-09-29 12:31  Sandro Santilli <strk at keybit.net>
-
-	* [r14129] doc/.tx/config,
-	  doc/po/templates/reference_temporal.xml.pot: Add
-	  reference_temporal.xml translation resource
-
-2015-09-29 11:43  Sandro Santilli <strk at keybit.net>
-
-	* [r14128] liblwgeom/Makefile.in, loader/Makefile.in: Honor build
-	  flags in liblwgeom and loader dirs (#3291)
-	  
-	  Patch by Markus Wanner <markus at bluegap.ch>
-
-2015-09-29 11:38  Sandro Santilli <strk at keybit.net>
-
-	* [r14127] loader/shp2pgsql-gui.1: Strip BOM out of manpage (#3292)
-	  
-	  Thanks Markus Wanner <markus at bluegap.ch>
-
-2015-09-29 11:25  Sandro Santilli <strk at keybit.net>
-
-	* [r14126] regress/delaunaytriangles.sql,
-	  regress/delaunaytriangles_expected: Add 3D tests for
-	  ST_DelaunayTriangles (#2301)
-
-2015-09-29 11:12  Sandro Santilli <strk at keybit.net>
-
-	* [r14125] utils/Makefile.in: Do not override
-	  install/uninstall/clean targets from PGXS (#3284)
-
-2015-09-29 03:30  Regina Obe <lr at pcorp.us>
-
-	* [r14123] doc/reference_guc.xml, doc/reference_raster.xml: fix
-	  typo in tag provide example for enable driver and database and
-	  system level
-
-2015-09-29 03:20  Regina Obe <lr at pcorp.us>
-
-	* [r14122] doc/reference_raster.xml:
-
-2015-09-29 03:14  Regina Obe <lr at pcorp.us>
-
-	* [r14121] doc/reference_raster.xml: update ST_GDALDrivers example
-	  to demonstrate how to enable all drivers and also show some cool
-	  new offerings in GDAL 2.0
-
-2015-09-28 07:40  Sandro Santilli <strk at keybit.net>
-
-	* [r14119] regress/run_test.pl: Add support for creating extension
-	  from unpackaged (#3296)
-	  
-	  Use: ./run_test.pl --extension --upgrade-path unpackaged--2.2.0
-
-2015-09-28 07:15  Sandro Santilli <strk at keybit.net>
-
-	* [r14118] regress/run_test.pl: Typo in help message
-
-2015-09-26 16:42  Regina Obe <lr at pcorp.us>
-
-	* [r14117] doc/using_raster_dataman.xml: #3043: Some raster2pgsql
-	  options are not documented
-
-2015-09-26 15:48  Regina Obe <lr at pcorp.us>
-
-	* [r14116] raster/test/regress/check_gdal.sql,
-	  raster/test/regress/check_gdal_expected: #3297 fix check_gdal
-	  regress test to not test initial state (so not sensitive to users
-	  default postgis.gdal_enabled_drivers settings
-
-2015-09-26 14:30  Regina Obe <lr at pcorp.us>
-
-	* [r14115] loader/shpcommon.h: #3289 - spelling mistakes -- apply
-	  remainder shplib provided by sebastic
-
-2015-09-26 10:49  Sandro Santilli <strk at keybit.net>
-
-	* [r14114] raster/rt_core/librtcore.h: Detect GNU/Hurd and treat it
-	  like Linux just as BSD (#3295)
-
-2015-09-26 10:17  Sandro Santilli <strk at keybit.net>
-
-	* [r14113] doc/extras_topology.xml,
-	  doc/po/es/extras_topology.xml.po,
-	  doc/po/fr/extras_topology.xml.po,
-	  doc/po/it_IT/extras_topology.xml.po,
-	  doc/po/ko_KR/extras_topology.xml.po,
-	  doc/po/pl/extras_topology.xml.po,
-	  doc/po/pt_BR/extras_topology.xml.po,
-	  doc/po/templates/extras_topology.xml.pot,
-	  liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
-	  liblwgeom/lwout_wkt.c, topology/sql/sqlmm.sql.in: Minor spelling
-	  fixes (#3288)
-	  
-	  recieved -> received
-	  splitted -> split
-	  
-	  The "Portuguese" once were left untouched because inside
-	  external shapelib component.
-	  
-	  Thanks to Markus Wanner <markus at bluegap.ch>
-	  and Bas Couwenberg <sebastic at debian.org>
-
-2015-09-25 18:03  Regina Obe <lr at pcorp.us>
-
-	* [r14110] doc/extras_tigergeocoder.xml: Get rid of obsolete
-	  comments
-
-2015-09-25 11:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14109] make_dist.sh: Build in place
-
-2015-09-25 07:27  Regina Obe <lr at pcorp.us>
-
-	* [r14108] extras/tiger_geocoder/README: #3286 get rid of obsolete
-	  link
-
-2015-09-24 22:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14105] make_dist.sh: Build output one dir lower
-
-2015-09-24 19:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14103] configure.ac, liblwgeom/Makefile.in: Allow building with
-	  an "RC" version number
-
-2015-09-24 19:00  Regina Obe <lr at pcorp.us>
-
-	* [r14101] extras/tiger_geocoder/README: #3286: update README
-
-2015-09-24 17:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14098] extensions/postgis/META.json: Reformat
-
-2015-09-24 17:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14097] extensions/postgis/META.json: Update pgxn file
-
-2015-09-24 17:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14096] README.postgis: Spling errata
-
-2015-09-24 17:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14095] doc/release_notes.xml: Add 2.2 release notes, en-link'en
-	  ticket numbers
-
-2015-09-24 16:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14094] ChangeLog: Update Changelog with Makefile rule
-
-2015-09-24 16:15  Regina Obe <lr at pcorp.us>
-
-	* [r14093] NEWS, raster/rt_pg/rtpostgis.sql.in: #2842 Hide
-	  unselectable tables from raster_overview and raster_columns
-
-2015-09-24 13:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14092] ChangeLog: Update changelog
-
-2015-09-24 12:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14091] extensions/postgis_sfcgal,
-	  extensions/postgis_tiger_geocoder, extensions/postgis_topology:
-	  Ignore working directories
-
-2015-09-23 21:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14090] loader/pgsql2shp-core.c, loader/shp2pgsql-core.c,
-	  loader/shpcommon.c, loader/shpcommon.h,
-	  regress/dumper/literalsrid_expected.dbf,
-	  regress/dumper/realtable_expected.dbf: #2220, write the encoding
-	  down when exporting a shape file
-
-2015-09-23 18:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14089] liblwgeom/lwlinearreferencing.c: #3283, be less brittle
-	  in cases of box-overlap-but-geom-not
-
-2015-09-23 13:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14088] liblwgeom/lwprint.c: Fix valgrind for lwprint for DMS
-	  malformed case
-
-2015-09-23 07:41  Sandro Santilli <strk at keybit.net>
-
-	* [r14087] liblwgeom/lwpoint.c, liblwgeom/ptarray.c: More
-	  postgis_config.h include ordering
-
-2015-09-23 07:03  Sandro Santilli <strk at keybit.net>
-
-	* [r14086] liblwgeom/lwin_wkb.c: Include postgis_config.h before
-	  others, to allow overriding debug
-
-2015-09-22 20:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14085] liblwgeom/liblwgeom_internal.h, liblwgeom/lwline.c,
-	  liblwgeom/lwpoly.c, liblwgeom/ptarray.c: Make repeated point
-	  removal more sensitive to not creating invalid outputs
-
-2015-09-22 19:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14084] liblwgeom/ptarray.c: Slight performance tweak to remove
-	  repeated points
-
-2015-09-21 16:16  Sandro Santilli <strk at keybit.net>
-
-	* [r14083] configure.ac: Do not export library symbols from the
-	  PostgreSQL module
-	  
-	  Makes it easy for other modules to use dynamically linked
-	  liblwgeom.
-	  See #3281.
-
-2015-09-21 16:16  Sandro Santilli <strk at keybit.net>
-
-	* [r14082] configure.ac: Search for exclude-libs support at
-	  configure time
-
-2015-09-21 15:46  Sandro Santilli <strk at keybit.net>
-
-	* [r14081] configure.ac: Stop looking for C++ compiler (#3282)
-
-2015-09-21 06:59  Sandro Santilli <strk at keybit.net>
-
-	* [r14079] doc/reference_processing.xml: Cross-link ST_Subdivide
-	  and ST_Split
-
-2015-09-18 06:28  Regina Obe <lr at pcorp.us>
-
-	* [r14078] extensions/address_standardizer/gamma.c,
-	  extensions/address_standardizer/pagc_std_api.h,
-	  extensions/address_standardizer/tokenize.c: Get rid of compiler
-	  warnings
-
-2015-09-16 12:00  Sandro Santilli <strk at keybit.net>
-
-	* [r14077] topology/postgis_topology.c: Fix precision of face
-	  bounding box in topology callbacks
-	  
-	  This bug triggered a regression from 2.1
-
-2015-09-16 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r14076] topology/postgis_topology.c: Fix premature reset of
-	  data_changed flag
-	  
-	  Before this fix, tipical topology loading within a single
-	  statement
-	  would fail to see changes introduced by itself.
-
-2015-09-16 07:09  Sandro Santilli <strk at keybit.net>
-
-	* [r14075] liblwgeom/cunit/cu_clean.c,
-	  liblwgeom/lwgeom_geos_clean.c: Plug leak in lwpoly_make_valid for
-	  unclosed ring polygons
-
-2015-09-16 06:18  Sandro Santilli <strk at keybit.net>
-
-	* [r14074] liblwgeom/lwgeom_topo.c: Fix mis-handling of
-	  _lwt_EdgeMotionArea return code
-
-2015-09-15 20:32  Sandro Santilli <strk at keybit.net>
-
-	* [r14073] liblwgeom/lwgeom_topo.c: Plug gbox leak in
-	  _lwt_AddFaceSplit
-
-2015-09-15 20:22  Sandro Santilli <strk at keybit.net>
-
-	* [r14072] liblwgeom/lwgeom_topo.c: Plug leak in lwt_RemoveIsoNode
-
-2015-09-15 20:01  Sandro Santilli <strk at keybit.net>
-
-	* [r14071] liblwgeom/lwgeom_topo.c: Plug leaks in lwt_MoveIsoNode
-
-2015-09-15 19:51  Sandro Santilli <strk at keybit.net>
-
-	* [r14070] liblwgeom/ptarray.c: Do not assume lwerror long-jumps in
-	  ptarray_insert_point
-
-2015-09-15 19:51  Sandro Santilli <strk at keybit.net>
-
-	* [r14069] liblwgeom/lwgeom_topo.c: Fix memory leak in
-	  lwt_GetNodeByPoint
-
-2015-09-15 14:58  Sandro Santilli <strk at keybit.net>
-
-	* [r14068] liblwgeom/lwgeom_topo.c: Plug leak in lwt_GetEdgeByPoint
-
-2015-09-15 14:52  Sandro Santilli <strk at keybit.net>
-
-	* [r14067] liblwgeom/lwgeom_topo.c: Plug leak of signed edge ids in
-	  _lwt_AddFaceSplit
-
-2015-09-15 14:44  Sandro Santilli <strk at keybit.net>
-
-	* [r14066] liblwgeom/lwgeom_topo.c: Remove memory leak in
-	  lwt_AddLine
-
-2015-09-14 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r14065] topology/postgis_topology.c: Fix hardly reachable memory
-	  fault and plug more temporary leaks
-	  
-	  Nothing serious as the only triggering condition would be
-	  unexpected
-	  return from SPI_execute (unlikely).
-
-2015-09-14 14:35  Sandro Santilli <strk at keybit.net>
-
-	* [r14064] topology/postgis_topology.c: Plug leak in
-	  get{Node,Edge,Face}WithinBox2D topology callbacks
-
-2015-09-14 12:13  Sandro Santilli <strk at keybit.net>
-
-	* [r14063] liblwgeom/liblwgeom.h.in, raster/rt_core/librtcore.h,
-	  raster/rt_pg/rtpostgis.c, topology/postgis_topology.c: Add all
-	  missing format attributes under GNUC
-	  
-	  Fixes the leftover suggestion warnings from
-	  -Wmissing-format-attribute
-
-2015-09-09 13:18  Sandro Santilli <strk at keybit.net>
-
-	* [r14061] doc/extras_topology.xml: Fix docs for
-	  topology.intersects (#2593)
-
-2015-09-09 10:57  Sandro Santilli <strk at keybit.net>
-
-	* [r14060] GNUmakefile.in: Do not force comments install when
-	  building without postgresql
-	  
-	  See #3157
-
-2015-09-09 10:15  Sandro Santilli <strk at keybit.net>
-
-	* [r14059] configure.ac: Drop --without-postgresql, use
-	  --without-pgconfig for same purpose
-	  
-	  The --without-postgresql support was added with r13882, this
-	  commit
-	  removes it and uses the existing --with-pgconfig switch instead.
-	  Pass argument "no" or use --without-pgconfig to disable
-	  PostgreSQL.
-	  
-	  See #3157
-
-2015-09-09 07:44  Regina Obe <lr at pcorp.us>
-
-	* [r14058] doc/extras_address_standardizer.xml: fix mismatched ids
-
-2015-09-09 07:14  Regina Obe <lr at pcorp.us>
-
-	* [r14057] doc/extras_address_standardizer.xml: fix link tag typo
-
-2015-09-09 06:30  Regina Obe <lr at pcorp.us>
-
-	* [r14056] doc/extras_address_standardizer.xml: Flesh out the rules
-	  table description and how to create rules
-
-2015-09-09 04:47  Regina Obe <lr at pcorp.us>
-
-	* [r14055]
-	  extensions/address_standardizer/expected/test-standardize_address_1.out,
-	  extensions/address_standardizer/test-standardize_address_1.sql.in,
-	  extensions/address_standardizer/us_rules.sql,
-	  extras/tiger_geocoder/pagc_normalize/pagc_tables.sql,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql:
-	  #2978 address standardizer doesn't handle street number ranges,
-	  also added regress tests
-
-2015-09-08 22:57  Regina Obe <lr at pcorp.us>
-
-	* [r14054]
-	  extensions/address_standardizer/expected/test-standardize_address_1.out,
-	  extensions/address_standardizer/test-standardize_address_1.sql.in,
-	  extensions/address_standardizer/us_rules.sql,
-	  extras/tiger_geocoder/pagc_normalize/pagc_tables.sql,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql:
-	  #2981 handling state highways with named parts. This might not be
-	  the best way to parse but aligns with tiger data. Include tests
-
-2015-09-07 07:52  Sandro Santilli <strk at keybit.net>
-
-	* [r14051] liblwgeom/lwgeom_topo.c: Reduce pointarray copies on
-	  face split
-
-2015-09-06 00:11  Regina Obe <lr at pcorp.us>
-
-	* [r14048]
-	  extras/tiger_geocoder/utility/standardize_tiger_data.sql: This is
-	  to fix tiger data that causes geocoding issues. This is not yet
-	  integrated into load or documented since requires more testing.
-	  Not even installed yet as part of tiger extension
-
-2015-09-04 07:22  Regina Obe <lr at pcorp.us>
-
-	* [r14047] extras/tiger_geocoder/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/regress/normalize_address_desired_regress,
-	  extras/tiger_geocoder/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_desired_regress,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql,
-	  extras/tiger_geocoder/regress/regress.sql,
-	  extras/tiger_geocoder/regress/reverse_geocode_regress.sql: get
-	  rid of all windows line breaks and enforce Unix line breaks
-
-2015-09-04 06:23  Regina Obe <lr at pcorp.us>
-
-	* [r14046]
-	  extensions/postgis_tiger_geocoder/sql_bits/test_tuples_only_unaligned.sql.in:
-
-2015-09-04 06:22  Regina Obe <lr at pcorp.us>
-
-	* [r14045]
-	  extensions/postgis_tiger_geocoder/sql_bits/test_tuples_only_unaligned.sql.in:
-	  get rid of windows end line
-
-2015-09-03 23:20  Regina Obe <lr at pcorp.us>
-
-	* [r14044] doc/reference_sfcgal.xml: give example of ST_3DArea
-
-2015-09-03 22:48  Regina Obe <lr at pcorp.us>
-
-	* [r14043]
-	  extensions/postgis_tiger_geocoder/sql_bits/add_search_path.sql.in,
-	  extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sql.in,
-	  extensions/postgis_tiger_geocoder/sql_bits/norm_addy_create.sql.in,
-	  extensions/postgis_tiger_geocoder/sql_bits/remove_from_extension.sql.in,
-	  extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder--unpackaged.sql.in:
-	  change to always be linux line feed
-
-2015-09-03 22:47  Regina Obe <lr at pcorp.us>
-
-	* [r14042] extensions/postgis_tiger_geocoder/Makefile.in,
-	  extensions/postgis_tiger_geocoder/sql_bits/test_tuples_only_unaligned.sql.in:
-	  add an tuples only unaligned include so don't have to worry about
-	  behavior of echo /t in bash/sh (for testing)
-
-2015-09-03 22:33  Regina Obe <lr at pcorp.us>
-
-	* [r14041] doc/xsl/postgis_aggs_mm.xml.xsl: #2324: Fix chart so 2D
-	  support only enabled with sfcgal is tagged with sfcgal icon
-
-2015-09-03 21:22  Regina Obe <lr at pcorp.us>
-
-	* [r14040] doc/reference_sfcgal.xml: fix tag typo
-
-2015-09-03 21:09  Regina Obe <lr at pcorp.us>
-
-	* [r14039] doc/reference_sfcgal.xml: ST_Volume example with caveats
-	  need to have Solid geometry
-
-2015-09-03 19:53  Regina Obe <lr at pcorp.us>
-
-	* [r14038] doc/reference_sfcgal.xml: fix typo
-
-2015-09-03 17:19  Regina Obe <lr at pcorp.us>
-
-	* [r14037] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_minkowskisum01.wkt,
-	  doc/html/image_src/st_minkowskisum02.wkt,
-	  doc/html/image_src/st_minkowskisum03.wkt,
-	  doc/html/image_src/st_minkowskisum04.wkt,
-	  doc/reference_sfcgal.xml: put in more description of minkowski
-	  sum, fix first example so fits in 200x200 grid, add second
-	  example
-
-2015-09-03 15:47  Regina Obe <lr at pcorp.us>
-
-	* [r14036] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_minkowskisum01.wkt,
-	  doc/html/image_src/st_minkowskisum02.wkt,
-	  doc/reference_sfcgal.xml: #2305 example with figure for minkowski
-	  sum. Could do with a better explanation too for what it is.
-
-2015-09-02 17:49  Regina Obe <lr at pcorp.us>
-
-	* [r14035] postgis/lwgeom_accum.c: #3220 patch from Dan Baston to
-	  address Mingw failure in ST_ClusterWithin
-
-2015-08-29 18:05  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r14034] liblwgeom/bytebuffer.h, liblwgeom/cunit/cu_out_twkb.c,
-	  liblwgeom/effectivearea.h, liblwgeom/lwin_twkb.c,
-	  liblwgeom/varint.h: Fix right spelling of Avén in UTF8
-
-2015-08-29 16:41  Sandro Santilli <strk at keybit.net>
-
-	* [r14033] liblwgeom/lwgeom_topo.c,
-	  topology/test/regress/topogeo_addlinestring.sql: More SRID fixes
-	  
-	  Adds SRID to TopoGeo_AddLinestring tests
-
-2015-08-29 16:21  Sandro Santilli <strk at keybit.net>
-
-	* [r14031] topology/test/regress/st_newedgessplit.sql: Fix
-	  srid-aware test for "newedgessplit"
-
-2015-08-29 15:58  Sandro Santilli <strk at keybit.net>
-
-	* [r14029] liblwgeom/lwgeom_topo.c,
-	  topology/test/regress/st_modedgesplit.sql,
-	  topology/test/regress/st_newedgessplit.sql: Do not loose SRID on
-	  edge split
-	  
-	  Add SRID to edge split tests
-
-2015-08-29 11:10  Sandro Santilli <strk at keybit.net>
-
-	* [r14028] liblwgeom/lwgeom_topo.c: Use extended WKT for debuggin
-
-2015-08-29 11:04  Sandro Santilli <strk at keybit.net>
-
-	* [r14027] liblwgeom/lwgeom_topo.c: Remove function name from debug
-	  messages (it's already included)
-
-2015-08-29 09:19  Sandro Santilli <strk at keybit.net>
-
-	* [r14026] NEWS, liblwgeom/lwgeom_topo.c: Do not reference face
-	  object after free
-
-2015-08-28 19:57  Sandro Santilli <strk at keybit.net>
-
-	* [r14025] NEWS: Properly encode Nicklas name in UTF8
-
-2015-08-28 12:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14024] doc/reference_output.xml: yes, our docs have to 1:1
-	  match our functions :/
-
-2015-08-28 12:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r14023] postgis/postgis.sql.in, postgis/postgis_drop_after.sql,
-	  postgis/postgis_drop_before.sql: Try to remove multiple
-	  signatures...
-
-2015-08-27 21:23  Sandro Santilli <strk at keybit.net>
-
-	* [r14022] liblwgeom/lwgeom_topo.c: Fix debug build
-
-2015-08-27 21:14  Sandro Santilli <strk at keybit.net>
-
-	* [r14021] liblwgeom/lwgeom_topo.c: Remove (leaky) debugging
-
-2015-08-27 21:08  Sandro Santilli <strk at keybit.net>
-
-	* [r14020] topology/postgis_topology.c: Use LWTFMT_ELEMID under
-	  topology/ too (#3243)
-
-2015-08-27 12:46  Sandro Santilli <strk at keybit.net>
-
-	* [r14019] liblwgeom/lwgeom_topo.c: More leaks plugging
-
-2015-08-27 11:19  Sandro Santilli <strk at keybit.net>
-
-	* [r14018] liblwgeom/ptarray.c: Fix leak in ptarray_merge
-
-2015-08-27 11:01  Sandro Santilli <strk at keybit.net>
-
-	* [r14017] liblwgeom/lwgeom_topo.c: Fix some leaks in
-	  _lwt_AddFaceSplit
-
-2015-08-27 10:55  Sandro Santilli <strk at keybit.net>
-
-	* [r14016] liblwgeom/liblwgeom_topo.h: Typo in topo signature
-
-2015-08-27 09:55  Sandro Santilli <strk at keybit.net>
-
-	* [r14015] postgis/postgis.sql.in, postgis/sfcgal.sql.in: Add SFGAL
-	  script version mismatch on postgis_full_version
-	  
-	  See #3266
-
-2015-08-26 17:30  Sandro Santilli <strk at keybit.net>
-
-	* [r14014] liblwgeom/lwgeom_topo.c: Plug more leaks in lwgeom-topo
-
-2015-08-26 16:51  Sandro Santilli <strk at keybit.net>
-
-	* [r14013] liblwgeom/lwgeom_topo.c: Plug edge leak on edge split
-
-2015-08-26 16:39  Sandro Santilli <strk at keybit.net>
-
-	* [r14012] liblwgeom/lwgeom_topo.c: More leaks plugged on edge
-	  split
-
-2015-08-26 16:18  Sandro Santilli <strk at keybit.net>
-
-	* [r14011] liblwgeom/lwgeom_topo.c: Do not leak POINTARRAY objects
-	  on edge split
-
-2015-08-26 15:49  Sandro Santilli <strk at keybit.net>
-
-	* [r14010] liblwgeom/lwgeom_topo.c: Do not leak POINTARRAYs during
-	  topology function calls
-
-2015-08-26 14:45  Sandro Santilli <strk at keybit.net>
-
-	* [r14009] liblwgeom/lwgeom_topo.c: Plug another leak in
-	  lwt_AddIsoEdge
-
-2015-08-26 14:21  Sandro Santilli <strk at keybit.net>
-
-	* [r14007] liblwgeom/lwgeom_topo.c,
-	  topology/test/regress/st_getfaceedges.sql,
-	  topology/test/regress/st_getfaceedges_expected: Fix ring edge
-	  finding in ST_GetFaceEdges (#3265)
-	  
-	  Includes regress test
-
-2015-08-26 12:56  Sandro Santilli <strk at keybit.net>
-
-	* [r14005] liblwgeom/lwgeom_topo.c: Fix error message from
-	  GetFaceEdges
-
-2015-08-26 12:36  Sandro Santilli <strk at keybit.net>
-
-	* [r14004] liblwgeom/lwgeom_topo.c: More leaks in
-	  _lwt_CheckEdgeCrossing
-
-2015-08-26 12:16  Sandro Santilli <strk at keybit.net>
-
-	* [r14003] liblwgeom/lwgeom_topo.c: Correctly plug nodes leak in
-	  _lwt_AddEdge
-
-2015-08-26 12:01  Sandro Santilli <strk at keybit.net>
-
-	* [r14002] liblwgeom/lwgeom_topo.c: Revert "Plug nodes leak in
-	  _lwt_AddEdge"
-	  
-	  This reverts r14001, as it introduced instabilities
-
-2015-08-26 11:02  Sandro Santilli <strk at keybit.net>
-
-	* [r14001] liblwgeom/lwgeom_topo.c: Plug nodes leak in _lwt_AddEdge
-
-2015-08-26 11:02  Sandro Santilli <strk at keybit.net>
-
-	* [r14000] liblwgeom/lwgeom_topo.c: More leaks plugged in
-	  _lwt_CheckEdgeCrossing
-
-2015-08-26 10:19  Sandro Santilli <strk at keybit.net>
-
-	* [r13999] liblwgeom/lwgeom_topo.c: Fix memory leak in
-	  _lwt_CheckEdgeCrossing, used by edge adding funx
-	  
-	  Thanks Alessandro Furieri for spotting this
-
-2015-08-25 14:20  Sandro Santilli <strk at keybit.net>
-
-	* [r13998] regress/run_test.pl: Add license header to run_test.pl
-
-2015-08-25 09:44  Regina Obe <lr at pcorp.us>
-
-	* [r13997] extensions/address_standardizer/Makefile.in,
-	  extensions/postgis_tiger_geocoder/Makefile.in: #3262 Fix
-	  address_standardizer and postgis_tiger_geocoder extension install
-
-2015-08-24 21:33  Regina Obe <lr at pcorp.us>
-
-	* [r13996]
-	  extensions/address_standardizer/expected/test-init-extensions.out,
-	  extensions/address_standardizer/expected/test-parseaddress.out,
-	  extensions/address_standardizer/expected/test-standardize_address_1.out,
-	  extensions/address_standardizer/expected/test-standardize_address_2.out:
-	  change to unix line breaks
-
-2015-08-24 19:47  Regina Obe <lr at pcorp.us>
-
-	* [r13995] doc/installation.xml: updte loading data to include
-	  vacuumning and install missing indexes
-
-2015-08-24 12:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13994] postgis/postgis.sql.in: Do not raise missing-topology
-	  NOTICE on postgis_full_version()
-	  
-	  See #3257
-
-2015-08-24 10:45  Sandro Santilli <strk at keybit.net>
-
-	* [r13993] extras/tiger_geocoder/upgrade_geocoder.bat: Convert .bat
-	  file to crlf, as requested by .gitattributes
-
-2015-08-24 06:32  Regina Obe <lr at pcorp.us>
-
-	* [r13992] extensions/address_standardizer/parseaddress-api.c,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress:
-	  #3260: parse_address function screws up when zip is > 5
-	  characters
-
-2015-08-24 05:43  Regina Obe <lr at pcorp.us>
-
-	* [r13991] extras/tiger_geocoder/pagc_normalize/pagc_tables.sql,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql:
-	  #3259 pagc_normalize_address (standardize_address), doesn't
-	  convert numbered street name right (3rd and ,third, used to
-	  become 3 instead of 3rd)
-
-2015-08-24 03:26  Regina Obe <lr at pcorp.us>
-
-	* [r13990] extras/tiger_geocoder/tiger_loader_2013.sql,
-	  extras/tiger_geocoder/tiger_loader_2014.sql,
-	  extras/tiger_geocoder/tiger_loader_2015.sql: #2336 FIPS 20 causes
-	  wildcard expansion to wget all files
-
-2015-08-24 02:01  Regina Obe <lr at pcorp.us>
-
-	* [r13988]
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql:
-	  #1108 regression test to confirm this issue is fixed.
-
-2015-08-24 01:53  Regina Obe <lr at pcorp.us>
-
-	* [r13987]
-	  extras/tiger_geocoder/regress/normalize_address_desired_regress,
-	  extras/tiger_geocoder/regress/normalize_address_regress,
-	  extras/tiger_geocoder/regress/normalize_address_regress.sql:
-	  #1108 regression test to confirm this issue is fixed.
-
-2015-08-23 07:46  Regina Obe <lr at pcorp.us>
-
-	* [r13986] doc/installation.xml:
-
-2015-08-23 07:42  Regina Obe <lr at pcorp.us>
-
-	* [r13985] doc/installation.xml: more updating to reflect all the
-	  extensions packaged in postgis 2.2
-
-2015-08-23 07:19  Regina Obe <lr at pcorp.us>
-
-	* [r13984] doc/installation.xml: update test regress output. Fix
-	  command/screen tags not in para tags
-
-2015-08-23 06:58  Regina Obe <lr at pcorp.us>
-
-	* [r13983] ci/winnie/regress_postgis.sh: #3258 have winnie test
-	  tiger geocoder
-
-2015-08-23 06:52  Regina Obe <lr at pcorp.us>
-
-	* [r13982] .gitignore, doc/installation.xml,
-	  extensions/Makefile.in, extensions/postgis_tiger_geocoder,
-	  extensions/postgis_tiger_geocoder/Makefile.in,
-	  extras/tiger_geocoder/regress/normalize_address_desired_regress,
-	  extras/tiger_geocoder/regress/normalize_address_regress,
-	  extras/tiger_geocoder/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_desired_regress,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress,
-	  extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql:
-	  #3258 installcheck for tiger geocoder, update some regress so
-	  they reflect actual state of outputs, add new genrated folders to
-	  gitignore and svn ignore. Update the docs to describe new
-	  installcheck for (postgis_tiger_geocoder and address_standardizer
-	  extensions)
-
-2015-08-23 06:49  Regina Obe <lr at pcorp.us>
-
-	* [r13981] extensions/address_standardizer/Makefile.in: cleanup of
-	  processing make installcheck and building extensions to prevent
-	  junk from being installed in extension folder
-
-2015-08-23 05:47  Regina Obe <lr at pcorp.us>
-
-	* [r13980] extras/tiger_geocoder/normalize/pprint_addy.sql: make
-	  pre_type check not case sensitive
-
-2015-08-22 21:47  Regina Obe <lr at pcorp.us>
-
-	* [r13979] ci/debbie/postgis_regress.sh: hard-code to work with
-	  branches only -- will dificult tag later.
-
-2015-08-22 21:44  Regina Obe <lr at pcorp.us>
-
-	* [r13978] ci/debbie/postgis_regress.sh: works when I cut and paste
-	  in
-
-2015-08-22 21:30  Regina Obe <lr at pcorp.us>
-
-	* [r13977] ci/debbie/postgis_regress.sh: try again - damn bash
-
-2015-08-22 21:16  Regina Obe <lr at pcorp.us>
-
-	* [r13976] ci/debbie/postgis_regress.sh: try again
-
-2015-08-22 21:01  Regina Obe <lr at pcorp.us>
-
-	* [r13975] ci/debbie/postgis_regress.sh: tweak script to get to
-	  work
-
-2015-08-22 20:35  Regina Obe <lr at pcorp.us>
-
-	* [r13974] ci/debbie, ci/debbie/postgis_regress.sh: move debbie's
-	  regress script into repo (already changed her regress to check if
-	  script exists and use that instead of the buildbots/debian one
-
-2015-08-22 19:41  Regina Obe <lr at pcorp.us>
-
-	* [r13973] ci/winnie/regress_postgis.sh: logic to copy dlls of
-	  address standardizer after extension install so addresss
-	  standardizer regress checks work
-
-2015-08-22 19:25  Regina Obe <lr at pcorp.us>
-
-	* [r13972] ci/winnie/regress_postgis.sh: have winnie do
-	  installcheck on address standardizer
-
-2015-08-22 06:49  Regina Obe <lr at pcorp.us>
-
-	* [r13971] .gitignore, extensions/address_standardizer/Makefile.in,
-	  extensions/address_standardizer/expected,
-	  extensions/address_standardizer/expected/test-init-extensions.out,
-	  extensions/address_standardizer/expected/test-parseaddress.out,
-	  extensions/address_standardizer/expected/test-standardize_address_1.out,
-	  extensions/address_standardizer/expected/test-standardize_address_2.out,
-	  extensions/address_standardizer/test-init-extensions.sql.in,
-	  extensions/address_standardizer/test-parseaddress.sql,
-	  extensions/address_standardizer/test-parseaddress.sql.in,
-	  extensions/address_standardizer/test-standardize_address_1.sql.in,
-	  extensions/address_standardizer/test-standardize_address_2.sql.in,
-	  extensions/address_standardizer/test.sql: #3184: regression tests
-	  for address_standardizer - implement make installcheck
-
-2015-08-21 19:17  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13970] liblwgeom/measures3d.c: Stop curves at the door when
-	  entering 3D distance calc. #3253
-
-2015-08-21 13:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13969] liblwgeom/lwgeom.c: #3254, ST_SubDivide garden crash,
-	  not empty safe
-
-2015-08-21 06:54  Regina Obe <lr at pcorp.us>
-
-	* [r13968] doc/reference_measure.xml: ST_Relate use integer instead
-	  of int for arg type. That's what PostgreSQL shows it as in final
-	  function and int is tripping up garden tests (doesn't know what
-	  int is).
-
-2015-08-21 06:09  Regina Obe <lr at pcorp.us>
-
-	* [r13967] doc/extras_tigergeocoder.xml,
-	  extensions/postgis_tiger_geocoder/Makefile.in,
-	  extras/tiger_geocoder/geocode_settings.sql,
-	  extras/tiger_geocoder/upgrade_geocode.sql: #2448 geocoder_setting
-	  gives primary key on restore (created a new table
-	  geocode_settings_default to hold defaults and keep
-	  geocode_settings for custom ones)
-
-2015-08-21 05:09  Regina Obe <lr at pcorp.us>
-
-	* [r13966] extras/tiger_geocoder/create_geocode.sh,
-	  extras/tiger_geocoder/upgrade_geocoder.bat: missed changes per
-	  #3247 highlighted.
-
-2015-08-20 20:54  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13965] regress/measures.sql, regress/measures_expected: Add 2
-	  regression tests for mixed dimmentionalty input to 3d distance
-	  calculations (giving z-value under FLT_MIN which is not used any
-	  more) #3244
-
-2015-08-20 20:52  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13964] liblwgeom/measures3d.c: In 3D distance functions: Using
-	  min/max Z from 3D geometry when constructing vertical line used
-	  in finding z value for 2D geoemtry, when mixed geometry #3244
-
-2015-08-20 20:17  Regina Obe <lr at pcorp.us>
-
-	* [r13963] extras/tiger_geocoder/pagc_normalize/pagc_tables.sql:
-	  #2980 directional as a street name should not be abbreviated
-
-2015-08-20 20:08  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13960] liblwgeom/measures3d.c: Fix typo causing wrong answer in
-	  3d-calc in some situations #3251
-
-2015-08-20 19:29  Regina Obe <lr at pcorp.us>
-
-	* [r13958]
-	  extras/tiger_geocoder/utility/levenshtein_ignore_case.sql: #3161:
-	  treat nulls as blank text for rating purposes (
-	  geocode_intersection returns a null rating for a specific
-	  intersection)
-
-2015-08-20 19:18  Regina Obe <lr at pcorp.us>
-
-	* [r13957] extensions/address_standardizer/Makefile.in,
-	  extensions/address_standardizer/address_standardizer.sql.in,
-	  extensions/address_standardizer/address_standardizer_functions.sql.in,
-	  extensions/address_standardizer/address_standardizer_types.sql.in:
-	  #3183: Logic to upgrade the address_standardizer extensions
-
-2015-08-20 18:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13956] liblwgeom/cunit/cu_algorithm.c: Try to quiet warnings,
-	  #3250
-
-2015-08-20 18:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13955] regress/geography.sql, regress/geography_expected: Round
-	  off test results for precision match
-
-2015-08-20 18:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13954] liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c,
-	  postgis/geography_measurement_trees.c, regress/geography.sql,
-	  regress/geography_expected: #2422, improper stopping behavior in
-	  geographic dwithin
-
-2015-08-20 16:24  Sandro Santilli <strk at keybit.net>
-
-	* [r13953] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
-	  topology/sql/sqlmm.sql.in: Implement ST_RemoveIsoEdge in C
-	  
-	  Adds lwt_RemIsoEdge to liblwgeom
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-20 15:13  Sandro Santilli <strk at keybit.net>
-
-	* [r13952] liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Do
-	  not force debug on in C topology
-
-2015-08-20 15:00  Sandro Santilli <strk at keybit.net>
-
-	* [r13951] doc/reference_management.xml: Fix typo in
-	  PopulateGeometryColumns docs
-	  
-	  Thanks Oliver Tonnhofer for spotting this
-
-2015-08-20 14:59  Sandro Santilli <strk at keybit.net>
-
-	* [r13950] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c,
-	  topology/postgis_topology.c, topology/sql/populate.sql.in:
-	  Implement TopoGeo_addPolygon in C
-	  
-	  Adds getFaceWithinBox2D backend callback
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-20 11:28  Sandro Santilli <strk at keybit.net>
-
-	* [r13949] liblwgeom/lwgeom_topo.c: Fix error on "other connected
-	  edges" in _lwt_HealEdges
-	  
-	  Thanks Alessandro Furieri for catching this
-	  (our testsuite missed it!)
-
-2015-08-20 10:30  Sandro Santilli <strk at keybit.net>
-
-	* [r13948] liblwgeom/TODO, liblwgeom/lwgeom_topo.c,
-	  topology/postgis_topology.c, topology/sql/populate.sql.in:
-	  Implement TopoGeo_AddLinestring to C
-	  
-	  Also:
-	  
-	  - Convert srid=-1 in topology to officially unknown srid
-	  at load time (See #3192).
-	  - Use hexwkb for box-based callback queries to avoid drifts.
-	  - Fix minTolerance computation.
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-19 21:39  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13946] liblwgeom/measures3d.c, regress/measures_expected: Fix
-	  for #3244
-
-2015-08-19 16:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13943] regress/tickets.sql: Tests for when #3244 is fixed
-
-2015-08-19 16:41  Sandro Santilli <strk at keybit.net>
-
-	* [r13942] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_split.c:
-	  Always return a fully owned object to lwgeom/geos function
-	  callers
-	  
-	  See #3245
-
-2015-08-19 10:52  Sandro Santilli <strk at keybit.net>
-
-	* [r13941] NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c,
-	  postgis/lwgeom_geos.c: Add lwgeom_unaryunion to liblwgeom
-	  
-	  Includes postgis change to use liblwgeom version
-
-2015-08-19 09:15  Sandro Santilli <strk at keybit.net>
-
-	* [r13940] NEWS: Add NEWS item about lwgeom_linemerge function in
-	  liblwgeom
-
-2015-08-19 09:14  Sandro Santilli <strk at keybit.net>
-
-	* [r13939] liblwgeom/cunit/cu_geos.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c: Add
-	  lwgeom_linemerge to liblwgeom
-	  
-	  Includes regress test and postgis change to use liblwgeom version
-
-2015-08-19 06:54  Regina Obe <lr at pcorp.us>
-
-	* [r13938] ci/winnie/package_postgis.sh,
-	  ci/winnie/regress_postgis.sh: upgrade to use cgal 4.6.1 and boost
-	  1.59.0
-
-2015-08-18 20:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13937] postgis/lwgeom_backend_api.c: #3238, handle case of
-	  "placeholder" GUC as well as real GUC conflicts
-
-2015-08-18 18:19  Sandro Santilli <strk at keybit.net>
-
-	* [r13936] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
-	  topology/sql/populate.sql.in: Implement TopoGeo_addPoint in C
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-18 17:34  Sandro Santilli <strk at keybit.net>
-
-	* [r13935] liblwgeom/lwgeom_topo.c: Fix build with POSTGIS_DEBUG
-	  defined
-
-2015-08-18 17:10  Sandro Santilli <strk at keybit.net>
-
-	* [r13934] liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Do
-	  not use NOTICE channel for debugging prints
-
-2015-08-18 13:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13933] loader/shp2pgsql-core.c: #2283, shp2pgsql may be parsing
-	  shp's multipolygon incorrectly
-
-2015-08-18 12:58  Sandro Santilli <strk at keybit.net>
-
-	* [r13929] doc/extras_topology.xml: Correct exception info about
-	  GetFaceByPoint and GetEdgeByPoint (#3241)
-
-2015-08-18 12:54  Sandro Santilli <strk at keybit.net>
-
-	* [r13928] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
-	  topology/sql/query/getedgebypoint.sql.in,
-	  topology/sql/query/getfacebypoint.sql.in,
-	  topology/sql/query/getnodebypoint.sql.in: Implement
-	  GetNodeByPoint, GetEdgeByPoint and GetFaceByPoint in C
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-18 11:56  Sandro Santilli <strk at keybit.net>
-
-	* [r13925] topology/test/regress/getfacebypoint.sql,
-	  topology/test/regress/getfacebypoint_expected: Add labels for
-	  getFaceByNode tests
-	  
-	  Makes it easier to know which test failed
-
-2015-08-18 10:56  Sandro Santilli <strk at keybit.net>
-
-	* [r13924] topology/postgis_topology.c: Fix getNodeWithinDistance2D
-	  callback implementation
-
-2015-08-18 10:14  Sandro Santilli <strk at keybit.net>
-
-	* [r13923] liblwgeom/lwgeom_topo.c: Hush compiler warnings
-
-2015-08-18 09:14  Sandro Santilli <strk at keybit.net>
-
-	* [r13920] doc/extras_topology.xml: See Also GetFaceByPoint in
-	  GetNodeByPoint and GetEdgeByPoint docs
-
-2015-08-17 14:56  Sandro Santilli <strk at keybit.net>
-
-	* [r13915] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
-	  topology/sql/sqlmm.sql.in: Implement ST_ModEdgeHeal and
-	  ST_NewEdgeHeal in C
-	  
-	  Adds checkTopoGeomRemNode and updateTopoGeomEdgeHeal callbacks
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-17 09:54  Sandro Santilli <strk at keybit.net>
-
-	* [r13914] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
-	  topology/sql/sqlmm.sql.in: Implement ST_RemEdgeNewFace in C
-	  
-	  Renames updateTopoGeomRemEdge callback to checkTopoGeomRemEdge
-	  and
-	  moves face healing checks there to be more conservative with face
-	  identifiers sequence.
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-16 22:39  Regina Obe <lr at pcorp.us>
-
-	* [r13913] extras/tiger_geocoder/tiger_loader_2015.sql: schema
-	  qualify inherits clause on all tables per Brian Hamlin's
-	  suggestion.
-
-2015-08-16 21:34  Sandro Santilli <strk at keybit.net>
-
-	* [r13912] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
-	  topology/sql/sqlmm.sql.in: Implement ST_RemEdgeModFace in C
-	  
-	  Includes two new callbacks for TopoGeom management
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-16 10:02  Sandro Santilli <strk at keybit.net>
-
-	* [r13911] topology/test/regress/st_remedgenewface.sql: Do not run
-	  ST_RemEdgeModFace in the test for ST_RemEdgeNewFace
-
-2015-08-16 07:31  Sandro Santilli <strk at keybit.net>
-
-	* [r13909] extras/tiger_geocoder/create_geocode.bat: Commit the
-	  file with crlf as requested by .gitattribute (I think)
-
-2015-08-16 01:48  Regina Obe <lr at pcorp.us>
-
-	* [r13907] doc/installation.xml, extras/tiger_geocoder/README,
-	  extras/tiger_geocoder/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_loader_2015.sql,
-	  extras/tiger_geocoder/upgrade_geocoder.sh: #3227 incorporate
-	  Brian's suggested changes and fix some other minor issues with
-	  instructions.
-
-2015-08-14 01:42  Regina Obe <lr at pcorp.us>
-
-	* [r13906] NEWS, doc/extras_tigergeocoder.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl,
-	  extensions/postgis_tiger_geocoder/Makefile.in,
-	  extras/tiger_geocoder/create_geocode.bat,
-	  extras/tiger_geocoder/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_loader_2015.sql: #3227 Support for
-	  Tiger 2015 (also summary update of what's new in PostGIS 2.2)
-
-2015-08-12 17:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13905] postgis/Makefile.in, utils/postgis_proc_upgrade.pl:
-	  #3235, ensure all commands in upgrade are within transaction
-
-2015-08-11 22:25  Regina Obe <lr at pcorp.us>
-
-	* [r13904] postgis/postgis.sql.in: #3236 get rid of STRICT on
-	  ST_OrderingEquals -- preventing spatial index from being used.
-
-2015-08-11 14:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13902] postgis/lwgeom_backend_api.c: #2382, allow multiple
-	  libraries to co-exist during upgrade, warn about GUC value being
-	  locked during coexistence period.
-
-2015-08-10 18:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13901] extensions/upgradeable_versions.mk: Add 2.0.7 release
-
-2015-08-07 16:19  Sandro Santilli <strk at keybit.net>
-
-	* [r13898] topology/test/regress/sqlmm.sql,
-	  topology/test/regress/sqlmm_expected: Enhance test for
-	  ST_MoveIsoNode
-	  
-	  Test edge crossing and valid move
-
-2015-08-07 07:20  Sandro Santilli <strk at keybit.net>
-
-	* [r13897] liblwgeom/TODO, liblwgeom/lwgeom_topo.c,
-	  topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
-	  ST_RemIsoNode/ST_RemoveIsoNode in C
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-06 17:28  Sandro Santilli <strk at keybit.net>
-
-	* [r13896] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
-	  topology/sql/sqlmm.sql.in: Implement
-	  ST_RemIsoNode/ST_RemoveIsoNode in C
-	  
-	  Adds deleteNodesById callback
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-06 16:59  Sandro Santilli <strk at keybit.net>
-
-	* [r13892] topology/test/regress/sqlmm.sql,
-	  topology/test/regress/sqlmm_expected: Fix test to really remove
-	  an isolated node
-	  
-	  Prior to this, only the non-isolated ones were attempted to be
-	  removed (only testing the failure case)
-
-2015-08-06 15:25  Sandro Santilli <strk at keybit.net>
-
-	* [r13891] liblwgeom/TODO: Add more of the implemented liblwgeom
-	  topo API
-
-2015-08-06 15:14  Sandro Santilli <strk at keybit.net>
-
-	* [r13890] extensions/address_standardizer/Makefile.in: Do not
-	  clean *.control on "make clean"
-	  
-	  It's generated by ./configure so should eventually
-	  be removed on "make distclean".
-	  
-	  Hopefully fixes debbie build:
-	  http://debbie.postgis.net:8080/job/PostGIS_Regress/7454/console
-
-2015-08-06 14:58  Sandro Santilli <strk at keybit.net>
-
-	* [r13889] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
-	  topology/sql/sqlmm.sql.in: Implement ST_ChangeEdgeGeom in C
-	  
-	  Also fixes cb_updateFacesById implementation
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-06 10:27  Sandro Santilli <strk at keybit.net>
-
-	* [r13888] topology/postgis_topology.c: Fix another possible
-	  release of unallocated memory in edge addint funx
-
-2015-08-06 05:20  Regina Obe <lr at pcorp.us>
-
-	* [r13887] extensions/address_standardizer/Makefile.in,
-	  extensions/address_standardizer/sql,
-	  extensions/address_standardizer/sql_bits,
-	  extensions/address_standardizer/sql_bits/address_standardizer_data_us_mark_editable_objects.sql.in:
-	  #3191: address_standardizer_data_us should respect is_custom flag
-	  during restore (also revised make to discard artifacts when make
-	  clean is called), got rid of sql folder (gets recreated during
-	  make), and add sql_bits to hold config for restore
-
-2015-08-05 20:34  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r13886] .travis.yml: Revert r13885 from trunk:
-	  Migrate Travis CI builds to the new container-based architecture.
-
-2015-08-05 16:06  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r13885] .travis.yml: Migrate Travis CI builds to the new
-	  container-based architecture.
-
-2015-08-05 07:38  Sandro Santilli <strk at keybit.net>
-
-	* [r13884] configure.ac: Report postgresql support at the end of
-	  ./configure (#3157)
-
-2015-08-05 07:25  Sandro Santilli <strk at keybit.net>
-
-	* [r13883] configure.ac: Fix --without-postgresql handling
-
-2015-08-05 06:57  Sandro Santilli <strk at keybit.net>
-
-	* [r13882] GNUmakefile.in, configure.ac: Add --without-postgresql
-	  switch to only build liblwgeom (#3157)
-
-2015-08-05 06:45  Sandro Santilli <strk at keybit.net>
-
-	* [r13881] GNUmakefile.in: postgis.sql and postgis_upgrade.sql are
-	  no more created in top dir
-
-2015-08-04 22:40  Regina Obe <lr at pcorp.us>
-
-	* [r13879] ci/winnie/build_postgis.sh,
-	  ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: add
-	  build and package scripts and update all to copy new postgis
-	  topology .dll to install and package folder
-
-2015-08-04 22:25  Regina Obe <lr at pcorp.us>
-
-	* [r13878] liblwgeom/lwgeom_topo.c: #3206 fix windows issues with
-	  topology
-
-2015-08-04 21:08  Sandro Santilli <strk at keybit.net>
-
-	* [r13877] liblwgeom/TODO, liblwgeom/lwgeom_topo.c,
-	  topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
-	  ST_GetFaceEdges in C
-	  
-	  Wraps SPI_exec calls in callbacks to not force a memory context
-	  switch
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-08-04 18:36  Sandro Santilli <strk at keybit.net>
-
-	* [r13876] liblwgeom/lwgeom_topo.c: Fix unchecked return from
-	  _lwt_CheckEdgeCrossing (#3225)
-	  
-	  NOTE: only affects clients that do not long-jump out on lwerror
-	  (ie: PostGIS is unaffected)
-
-2015-08-04 17:14  Regina Obe <lr at pcorp.us>
-
-	* [r13875] extensions/postgis_tiger_geocoder,
-	  extensions/postgis_tiger_geocoder/sql: remove sql folder and add
-	  to svnignore
-
-2015-08-04 16:49  Regina Obe <lr at pcorp.us>
-
-	* [r13874] extensions/postgis_topology: add sql folder to svn
-	  ignore list
-
-2015-08-04 16:43  Regina Obe <lr at pcorp.us>
-
-	* [r13873] extensions/postgis_topology/sql: delete sql folder from
-	  svn gets recreated by build
-
-2015-08-04 16:38  Sandro Santilli <strk at keybit.net>
-
-	* [r13872] .gitignore: Ignore extensions/address_standardizer/sql/
-	  (git version)
-
-2015-08-04 09:21  Sandro Santilli <strk at keybit.net>
-
-	* [r13871] regress/interrupt_relate.sql: Avoid the short-circuite
-	  of ST_Equals while running interrupt tests
-	  
-	  See #3226
-
-2015-08-04 09:08  Sandro Santilli <strk at keybit.net>
-
-	* [r13870] regress/interrupt_relate.sql,
-	  regress/interrupt_relate_expected: Fix labels on interrupt tests
-
-2015-08-04 09:02  Sandro Santilli <strk at keybit.net>
-
-	* [r13869] regress/regress_sfcgal.sql,
-	  regress/regress_sfcgal_expected: Avoid -0 in output
-	  
-	  Fixes test run with SFCGAL 1.2.0.
-	  See #3171
-
-2015-08-03 18:17  Regina Obe <lr at pcorp.us>
-
-	* [r13868] ci, ci/winnie, ci/winnie/regress_postgis.sh: #3228: move
-	  winnie's regress into repo (still need to change PostGIS 2.2 jobs
-	  to use -- just experimenting with one run)
-
-2015-08-03 16:31  Regina Obe <lr at pcorp.us>
-
-	* [r13867] .gitattributes: #3219: Fix windows mingw issue can't
-	  build against git repo. Force files that need to be linux
-	  linebreaks from using native mode (CRLF on windows)
-
-2015-07-31 21:47  Regina Obe <lr at pcorp.us>
-
-	* [r13865] topology/postgis_topology.c: #3206 get rid of PRId64
-	  calls in appendInfoString and use instead INT64_FORMAT as
-	  suggested by Alavaro Herrera, Tom Lane of PostgreSQL dev group
-
-2015-07-31 17:23  Sandro Santilli <strk at keybit.net>
-
-	* [r13864] NEWS, postgis/lwgeom_geos.c: Add memcmp short-circuit to
-	  ST_Equals (#3223)
-	  
-	  Patch by Daniel Baston
-
-2015-07-31 17:06  Sandro Santilli <strk at keybit.net>
-
-	* [r13862] postgis/gserialized_estimate.c: Fix uninitialized stddev
-	  in stats computation (#3222)
-	  
-	  Patch by Daniel Baston
-
-2015-07-31 16:34  Sandro Santilli <strk at keybit.net>
-
-	* [r13861] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c,
-	  topology/postgis_topology.c, topology/sql/sqlmm.sql.in,
-	  topology/topology.sql.in: Implement ST_GetFaceGeometry in C
-	  
-	  Adds callbacks to return SRID, precision and Z flag for
-	  backend topology object.
-	  
-	  Returns EMPTY polygon for faces with no boundaries,
-	  closing #3221.
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-07-30 21:15  Sandro Santilli <strk at keybit.net>
-
-	* [r13860] doc/extras_topology.xml: Typo in doc
-
-2015-07-30 14:36  Sandro Santilli <strk at keybit.net>
-
-	* [r13859] extensions/address_standardizer/Makefile.in: Ensure the
-	  sql/ dir exists before attempting to write there
-	  
-	  See https://travis-ci.org/postgis/postgis/builds/73386848
-
-2015-07-30 14:23  Sandro Santilli <strk at keybit.net>
-
-	* [r13858] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
-	  topology/sql/sqlmm.sql.in,
-	  topology/test/regress/st_addisoedge_expected: Implement
-	  ST_AddIsoEdge in C
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-07-30 13:51  Sandro Santilli <strk at keybit.net>
-
-	* [r13857] topology/postgis_topology.c: Fix possible release of
-	  unallocated memory in ST_AddIsoNode
-
-2015-07-30 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r13856] liblwgeom/liblwgeom_topo.h: Add signature for
-	  lwt_NewEdgeHeal (unimplemented yet)
-
-2015-07-30 09:57  Sandro Santilli <strk at keybit.net>
-
-	* [r13855] NEWS, liblwgeom/Makefile.in: Switch to versioned
-	  liblwgeom interface (#2278)
-	  
-	  See
-	  https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-
-2015-07-29 17:30  Sandro Santilli <strk at keybit.net>
-
-	* [r13853] liblwgeom/TODO: Add TODO file for liblwgeom (for TOPO,
-	  at the moment)
-
-2015-07-24 12:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13852] liblwgeom/lwgeom.c: Quite warning for robe
-
-2015-07-24 08:37  Regina Obe <lr at pcorp.us>
-
-	* [r13851] extensions/postgis_sfcgal/Makefile.in: #2867 can't
-	  upgrde sfcgal extension - got rid of begin/commit in upgrade and
-	  duplicate includes of helper files, change the make unpackaged
-	  from postgis_topology to EXTENSION (not tested build from
-	  unpackaged).
-
-2015-07-24 06:38  Regina Obe <lr at pcorp.us>
-
-	* [r13850] extensions/address_standardizer/Makefile.in,
-	  extensions/address_standardizer/sql: #3216: address standardizer
-	  mod path name not versioned
-
-2015-07-23 21:34  Regina Obe <lr at pcorp.us>
-
-	* [r13849]
-	  extensions/address_standardizer/address_standardizer.sql.in:
-	  #2285 standardize_address should no longer be marked as SETOF
-
-2015-07-23 19:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13848] regress/tickets.sql: Remove unused test
-
-2015-07-23 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13847] liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h: gridspec should be internal
-
-2015-07-23 18:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13846] doc/reference_measure.xml: #2577, ST_Project() doc
-	  update
-
-2015-07-23 17:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13845] spatial_ref_sys.sql: Remove unneeded commit/begin lines
-
-2015-07-23 17:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13844] spatial_ref_sys.sql: Add back in more custom postgis
-	  lines
-
-2015-07-23 17:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13843] spatial_ref_sys.sql: Add in custom PostGIS alterations
-
-2015-07-23 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13842] spatial_ref_sys.sql: #2737, update spatial_ref_sys.sql
-	  to latest from GDAL/EPSG
-
-2015-07-23 16:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13840] doc/reference_measure.xml: #3201 ST_DistanceSphere uses
-	  SRID to obtain spheroid
-
-2015-07-22 19:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13836] configure.ac, regress/Makefile.in: #3213, make interrupt
-	  tests opt-out
-
-2015-07-22 17:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13835] liblwgeom/lwgeom.c: #3212, subdivide nparts not used
-
-2015-07-22 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13834] postgis/lwgeom_in_kml.c, regress/in_kml.sql,
-	  regress/in_kml_expected: #2395, force un-closed KML polygons
-	  closed, and issue NOTICE
-
-2015-07-22 17:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13833] liblwgeom/lwgeom_debug.c, regress/tickets.sql,
-	  regress/tickets_expected: #2409, ST_Summary support for curve
-	  geometries
-
-2015-07-22 16:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13832] loader/shp2pgsql-core.c: #2562, ANALYZE tables after
-	  shp2pgsql load
-
-2015-07-22 16:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13831] postgis/geography.sql.in: #2896, increase cost of
-	  _st_expand(geography) a bit
-
-2015-07-22 16:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13830] liblwgeom/lwline.c, regress/tickets.sql,
-	  regress/tickets_expected: #3172, ST_AddMeasure refuses to set
-	  measure of zero-length line
-
-2015-07-22 15:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13829] postgis/lwgeom_functions_basic.c, regress/tickets.sql,
-	  regress/tickets_expected: #2692, Curve output support in
-	  ST_Collect
-
-2015-07-22 14:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13827] postgis/geography.sql.in, postgis/lwgeom_ogc.c: #2641,
-	  ST_SRID and ST_SetSRID for geography
-
-2015-07-22 13:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13826] postgis/geography_measurement.c: #3202,
-	  ST_DistanceSphere allows operations on mixed SRIDs
-
-2015-07-22 13:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13825] postgis/lwgeom_backend_api.c, postgis/lwgeom_spheroid.c:
-	  harmonize SRID mismatch testing
-
-2015-07-22 13:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13824] postgis/lwgeom_btree.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c: Harmonize SRID mismatch handling to use
-	  same function
-
-2015-07-22 12:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13823] liblwgeom/lwprint.c: Quiet warning about dynamic array
-	  (const doesn't do what you think it does in this context)
-
-2015-07-22 12:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13822] loader/shpopen.c: Quiet warnings: unsigned ints can't be
-	  negative
-
-2015-07-21 16:37  Sandro Santilli <strk at keybit.net>
-
-	* [r13821] README.postgis, configure.ac: Update minimum required
-	  PostgreSQL version in README and configure
-	  
-	  See #3211
-
-2015-07-20 17:08  Sandro Santilli <strk at keybit.net>
-
-	* [r13818] topology/test/regress/addtopogeometrycolumn.sql,
-	  topology/test/regress/addtopogeometrycolumn_expected,
-	  topology/test/regress/createtopology.sql,
-	  topology/test/regress/createtopology_expected,
-	  topology/test/regress/droptopology.sql,
-	  topology/test/regress/droptopology_expected,
-	  topology/topology.sql.in: Handle invalid topology names (#3196)
-	  
-	  Updates regressions for changes.
-	  
-	  Patch by Mike Toews <mwtoews at gmail.com>
-
-2015-07-20 16:55  Sandro Santilli <strk at keybit.net>
-
-	* [r13817] liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Do
-	  not redefine POSTGIS_DEBUG_LEVEL (that's for debugging)
-
-2015-07-20 16:34  Sandro Santilli <strk at keybit.net>
-
-	* [r13816] liblwgeom/lwgeom_topo.c, topology/postgis_topology.c:
-	  Indenting only change (and a space in a printf format string)
-
-2015-07-20 16:13  Sandro Santilli <strk at keybit.net>
-
-	* [r13815] liblwgeom/liblwgeom_topo.h: Remove TopoGeometry
-	  management API from liblwgeom_topo
-
-2015-07-20 15:51  Sandro Santilli <strk at keybit.net>
-
-	* [r13814] liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
-	  topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
-	  ST_AddEdgeNewFaces in C
-	  
-	  Adds BE callback to delete faces by id
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-07-20 13:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13813] liblwgeom/lwgeom.c: More subdivide recursion depth for
-	  really big input polygons (OSM)
-
-2015-07-19 10:11  Sandro Santilli <strk at keybit.net>
-
-	* [r13812] NEWS, doc/introduction.xml: Add item about new topology
-	  API in liblwgeom
-	  
-	  Also update reference to Regione Toscana institution under
-	  "corporate sponsors" section.
-
-2015-07-18 23:27  Regina Obe <lr at pcorp.us>
-
-	* [r13811] java: delete java SVN folder (now managed on github)
-
-2015-07-18 16:17  Sandro Santilli <strk at keybit.net>
-
-	* [r13810] liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
-	  topology/postgis_topology.c: Use standard int64_t type and PRId64
-	  format for 64bit identifiers
-	  
-	  Hopefully helps with #3206
-
-2015-07-18 10:04  Sandro Santilli <strk at keybit.net>
-
-	* [r13809] NEWS: Leave a note about new Java binding home
-
-2015-07-17 16:41  Sandro Santilli <strk at keybit.net>
-
-	* [r13808] liblwgeom/Makefile.in, liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c,
-	  topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
-	  ST_AddEdgeModFace in C
-	  
-	  Add callbacks to:
-	  - get nodes and edges within box2d,
-	  edges by node or face, nodes by face.
-	  - insert faces.
-	  - update nodes, faces and edges.
-	  - update TopoGeometries after face split.
-	  - get edges in a ring
-	  
-	  Also fixes installation and de-installation of liblwgeom_topo.h
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-07-16 23:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13807] liblwgeom/cunit/cu_misc.c: Remove runcall of missing
-	  test
-
-2015-07-16 23:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13806] postgis/lwgeom_geos.c: Remove call to internal function
-
-2015-07-16 23:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13805] liblwgeom/cunit/cu_misc.c,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c: Remove unused
-	  function from old subdivide routine
-
-2015-07-16 23:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13804] liblwgeom/cunit/cu_geos.c, liblwgeom/lwgeom.c,
-	  regress/subdivide_expected: #3200, Make ST_Subdivide faster
-
-2015-07-14 16:14  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13803] liblwgeom/measures3d.c, regress/measures_expected: Fix
-	  wrong behavior for closest point with unknown z-value in geometry
-	  1 from last commit
-
-2015-07-14 15:54  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13802] liblwgeom/liblwgeom.h.in, liblwgeom/measures.c,
-	  liblwgeom/measures.h, liblwgeom/measures3d.c,
-	  liblwgeom/measures3d.h, regress/measures.sql,
-	  regress/measures_expected: Fix handling of mixed dimmentionality
-	  to 3d measuring functions #2034
-
-2015-07-13 21:32  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13801] liblwgeom/lwout_twkb.c, regress/twkb.sql,
-	  regress/twkb_expected: Fix bbox on collection level in TWKB
-	  output, #3187
-
-2015-07-10 20:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13799] postgis/lwgeom_inout.c: Clean up missing prototype
-
-2015-07-09 10:16  Sandro Santilli <strk at keybit.net>
-
-	* [r13796] doc/extras_topology.xml: Tag <para> can be within
-	  <note>, not viceversa (oops)
-
-2015-07-09 09:49  Sandro Santilli <strk at keybit.net>
-
-	* [r13791] doc/extras_topology.xml: Clarify ST_AddEdgeModFace docs
-	  about new face side (#3198)
-
-2015-07-07 21:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13788] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
-	  liblwgeom/liblwgeom.h.in, postgis/lwgeom_geos.c: From dbaston
-	  <https://github.com/postgis/postgis/pull/40> resolves outstanding
-	  TODO list item
-
-2015-07-07 20:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13787] liblwgeom/cunit/cu_libgeom.c: Test fix from dbaston
-
-2015-07-07 18:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13786] liblwgeom/lwin_geojson.c: Formatting
-
-2015-07-07 15:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13784] liblwgeom/Makefile.in: #3193, install header w/ non-exec
-	  bits
-
-2015-07-04 08:50  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r13778] liblwgeom/lwgeom_sfcgal.c: ST_Intersects sfcgal
-	  implementation gives error with polyhedral surface. #3072. Apply
-	  patch written by Vincent Mora.
-
-2015-07-04 05:50  Regina Obe <lr at pcorp.us>
-
-	* [r13777] doc/reference_sfcgal.xml: #3116: SFCGAL add
-	  documentation for geometry backend switch. Patch from Vincent
-	  Mora
-
-2015-07-02 15:14  Sandro Santilli <strk at keybit.net>
-
-	* [r13775] liblwgeom/lwlinearreferencing.c: Fix warning in
-	  non-debug build
-
-2015-07-02 15:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13774] liblwgeom/lwgeom_debug.c,
-	  liblwgeom/lwlinearreferencing.c: Fix debug build
-
-2015-07-01 17:19  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13773] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwin_twkb.c, liblwgeom/lwin_twkb.h,
-	  liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
-	  liblwgeom/twkb_tools.c, postgis/lwgeom_inout.c,
-	  postgis/postgis.sql.in: revert r13771 and r13753 see #3188
-
-2015-06-30 22:43  Sandro Santilli <strk at keybit.net>
-
-	* [r13772] liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h: Export ptarray_isccw to public
-	  liblwgeom header
-
-2015-06-30 22:30  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13771] liblwgeom/lwin_twkb.c, liblwgeom/lwin_twkb.h,
-	  liblwgeom/twkb_tools.c: Fix handling of different ingoing
-	  precision in collectTWKB and more
-
-2015-06-30 22:27  Sandro Santilli <strk at keybit.net>
-
-	* [r13770] liblwgeom/liblwgeom.h.in, liblwgeom/ptarray.c: Move
-	  function documentation from implementation file to header file
-
-2015-06-30 20:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13769] liblwgeom/cunit/cu_unionfind.c: CUnit test case fix from
-	  dbaston
-
-2015-06-30 18:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13768] postgis/lwgeom_export.c, postgis/postgis.sql.in,
-	  regress/out_geometry_expected: AsGeoJSON, Make the C binding the
-	  frequently used signature,
-	  start pushing the "versioned" one into background
-
-2015-06-30 18:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13767] liblwgeom/lwin_geojson.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_in_geojson.c, regress/in_geojson.sql,
-	  regress/in_geojson_expected: #2683, improve geojson srs handling
-	  (input)
-
-2015-06-30 17:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13765] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_geos_cluster.c,
-	  liblwgeom/cunit/cu_unionfind.c, liblwgeom/lwout_twkb.h,
-	  postgis/lwgeom_inout.c: #2669, cunit warnings
-
-2015-06-30 16:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13764] liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c,
-	  regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-multicurve.sql,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multisurface.sql,
-	  regress/sql-mm-multisurface_expected: Stroke curves for input
-	  into GEOS,
-	  Update SQL-MM curve regression tests
-
-2015-06-30 15:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13763] liblwgeom/liblwgeom.h.in, liblwgeom/lwstroke.c: Add
-	  const restriction to stroke/unstroke
-
-2015-06-30 15:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13762] ChangeLog, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwcompound.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwstroke.c,
-	  postgis/lwgeom_sqlmm.c: Rename _segmentize to _stroke to
-	  distinguish arc stroking routines from line densification
-	  routines
-
-2015-06-30 14:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13761] liblwgeom/lwcircstring.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgeom_geos.c: format to style
-	  guide
-
-2015-06-30 14:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13760] postgis/geography_inout.c: #2640, ST_GeogFromText allows
-	  putting in non-long lat coordinate ref
-
-2015-06-30 13:48  Sandro Santilli <strk at keybit.net>
-
-	* [r13759] astyle.sh: Fix astyle availability detection
-
-2015-06-30 13:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13758] liblwgeom/lwlinearreferencing.c: reformat to style guide
-
-2015-06-30 13:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13757] liblwgeom/cunit/cu_measures.c: reformat to style guide
-
-2015-06-30 13:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13756] liblwgeom/cunit/cu_in_geojson.c: reformat code to
-	  styleguide
-
-2015-06-30 12:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13755] postgis/gserialized_estimate.c: #2342, demote join type
-	  message to debug
-
-2015-06-30 11:27  Regina Obe <lr at pcorp.us>
-
-	* [r13754] configure.ac, doc/installation.xml,
-	  doc/reference_processing.xml: #3189 put note about 3.5 is needed
-	  to take advantage of all features. Copy geos note in availabilty
-	  tag so appears on support
-
-2015-06-29 22:57  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13753] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
-	  liblwgeom/twkb_tools.c, postgis/lwgeom_inout.c,
-	  postgis/postgis.sql.in: Adding ST_CollectTWKB
-
-2015-06-29 19:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13752] NEWS, doc/reference_processing.xml,
-	  liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_geos_cluster.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_unionfind.c, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwgeom_geos.h, liblwgeom/lwgeom_geos_cluster.c,
-	  liblwgeom/lwunionfind.c, liblwgeom/lwunionfind.h,
-	  postgis/lwgeom_accum.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos.h, postgis/postgis.sql.in,
-	  regress/Makefile.in, regress/cluster.sql,
-	  regress/cluster_expected: #3023, ST_ClusterIntersecting /
-	  ST_ClusterWithin Functions (Dan Baston)
-
-2015-06-29 18:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13751] liblwgeom/lwgeom_topo.c: Quiet pedantic error
-
-2015-06-29 18:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13750] .gitignore, extensions/address_standardizer: Ignore a
-	  geocoding artifact
-
-2015-06-29 17:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13749] liblwgeom/lwlinearreferencing.c: Remove memory leak
-
-2015-06-29 17:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13748] liblwgeom/lwin_wkt_lex.c: Remove comment
-
-2015-06-29 17:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13747] liblwgeom/lwin_wkt.h, liblwgeom/lwin_wkt_lex.c,
-	  liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
-	  liblwgeom/lwin_wkt_parse.h, liblwgeom/lwin_wkt_parse.y: Fix
-	  longstanding parser memory leak
-
-2015-06-29 17:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13746] liblwgeom/lwpoly.c: Remove memory leak
-
-2015-06-29 17:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13745] liblwgeom/cunit/cu_ptarray.c: Remove memory leak
-
-2015-06-29 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13744] liblwgeom/cunit/cu_misc.c: Remove memory leak
-
-2015-06-29 16:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13743] liblwgeom/cunit/cu_algorithm.c: Remove memory leak
-
-2015-06-29 16:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13742] liblwgeom/cunit/cu_misc.c: Remove initialized jump
-	  valgrind notice
-
-2015-06-29 16:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13741] liblwgeom/lwin_wkb.c: Remove mem leak from POINT EMPTY
-	  creation
-
-2015-06-29 15:28  Sandro Santilli <strk at keybit.net>
-
-	* [r13740] NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c,
-	  postgis/lwgeom_geos.c: Add lwgeom_is_simple method in liblwgeom,
-	  use from postgis module
-
-2015-06-29 14:33  Sandro Santilli <strk at keybit.net>
-
-	* [r13739] liblwgeom/liblwgeom_topo.h: Improve documentation
-
-2015-06-29 14:07  Sandro Santilli <strk at keybit.net>
-
-	* [r13738] liblwgeom/liblwgeom_topo.h,
-	  liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c,
-	  topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
-	  ST_NewEdgesSplit in C
-	  
-	  Involved adding a new "deleteEdges" callback.
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-06-29 11:51  Sandro Santilli <strk at keybit.net>
-
-	* [r13737] liblwgeom/lwgeom_topo.c: Split edge splitting function
-	  to get a reusable portion
-
-2015-06-29 09:09  Sandro Santilli <strk at keybit.net>
-
-	* [r13736] liblwgeom/lwgeom_topo.c: Style only change
-
-2015-06-29 07:49  Sandro Santilli <strk at keybit.net>
-
-	* [r13735] liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
-	  topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
-	  ST_AddIsoNode in C
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-06-29 07:02  Sandro Santilli <strk at keybit.net>
-
-	* [r13734] topology/postgis_topology.c: Do not rely on out param
-	  value in getNodeWithinDistance2D callback
-
-2015-06-29 07:01  Sandro Santilli <strk at keybit.net>
-
-	* [r13733] liblwgeom/lwgeom_topo.c: Handle error from
-	  WithinDistance2D liblwgeom-topo backend callbacks
-
-2015-06-28 21:49  Regina Obe <lr at pcorp.us>
-
-	* [r13732] liblwgeom/Makefile.in: #3170 Ability to link liblwgeom
-	  dynamically under windows (mingw-w64)
-
-2015-06-28 16:56  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13731] postgis/lwgeom_inout.c: Prevent mixed dimensionality in
-	  twkb #3186
-
-2015-06-28 16:10  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13730] postgis/lwgeom_inout.c: return null if no valid
-	  geoemtries is found #3185
-
-2015-06-27 22:51  Regina Obe <lr at pcorp.us>
-
-	* [r13729] doc/extras_address_standardizer.xml: another typo
-
-2015-06-27 22:49  Regina Obe <lr at pcorp.us>
-
-	* [r13728] doc/extras_address_standardizer.xml: ah another typo
-
-2015-06-27 22:48  Regina Obe <lr at pcorp.us>
-
-	* [r13727] doc/xsl/postgis_aggs_mm.xml.xsl: fix embarassing typo
-
-2015-06-27 19:21  Regina Obe <lr at pcorp.us>
-
-	* [r13726] NEWS, doc/extras_address_standardizer.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: document enhancements in
-	  address_standardizer
-
-2015-06-27 16:54  Regina Obe <lr at pcorp.us>
-
-	* [r13725] extensions/address_standardizer/Makefile.in: #3183 baby
-	  step - ability to do: ALTER EXTENSION
-	  address_standardizer_data_us UPDATE TO "2.2.0devnext"; ALTER
-	  EXTENSION address_standardizer_data_us UPDATE TO "2.2.0dev";
-
-2015-06-27 16:04  Regina Obe <lr at pcorp.us>
-
-	* [r13724] doc/extras_address_standardizer.xml: #2816 show output
-	  of address_standardizer_data_us
-
-2015-06-27 15:55  Regina Obe <lr at pcorp.us>
-
-	* [r13723] extensions/address_standardizer/us_lex.sql: fix encoding
-	  of us_lex.sql so consistent with others messing up installation
-	  of extension
-
-2015-06-27 15:24  Regina Obe <lr at pcorp.us>
-
-	* [r13720] extensions/address_standardizer/Makefile.in: #2816: one
-	  more try had Data_built and Data confused
-
-2015-06-27 14:50  Regina Obe <lr at pcorp.us>
-
-	* [r13719] doc/extras_address_standardizer.xml,
-	  extensions/address_standardizer/Makefile.in: #2816: Might have
-	  missed some commits on last go round, also add some updated doco
-
-2015-06-27 13:43  Regina Obe <lr at pcorp.us>
-
-	* [r13718] configure.ac,
-	  extensions/address_standardizer/Makefile.in,
-	  extensions/address_standardizer/address_standardizer_data_us.control.in,
-	  extensions/address_standardizer/gazeteer.csv,
-	  extensions/address_standardizer/lexicon.csv,
-	  extensions/address_standardizer/pagc-data-psql,
-	  extensions/address_standardizer/rules.txt: #2816: Rest of logic
-	  needed to build data us extension and install and remove old
-	  logic used to build old sql files
-
-2015-06-27 08:24  Regina Obe <lr at pcorp.us>
-
-	* [r13717] extensions/address_standardizer/us_gaz.sql,
-	  extensions/address_standardizer/us_lex.sql,
-	  extensions/address_standardizer/us_rules.sql: #2816: Tables for
-	  address_standardizer us data extension, still need to commit
-	  logic to include as part of extension and get rid of code that
-	  creates the interim files.
-
-2015-06-26 14:20  Sandro Santilli <strk at keybit.net>
-
-	* [r13716] topology/postgis_topology.c: Don't try to free
-	  unexistent arguments
-
-2015-06-26 11:39  Sandro Santilli <strk at keybit.net>
-
-	* [r13715] topology/postgis_topology.c: Expect nextval() to return
-	  a 64bit integer (#3180)
-
-2015-06-26 09:06  Regina Obe <lr at pcorp.us>
-
-	* [r13714] configure.ac, doc/installation.xml: #3182 update docs
-	  and configure to reflect SFCGAL 1.1+ is required to build with
-	  SFCGAL (patch from Vincent Mora)
-
-2015-06-25 21:08  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r13713] NEWS: Update NEWS file, related to #3117
-
-2015-06-25 20:58  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r13712] doc/reference_sfcgal.xml: Documentation fix in
-	  ST_Orientation function. #2831
-
-2015-06-25 20:55  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r13711] doc/reference_sfcgal.xml: Update SFCGAL installation
-	  instructions. #3115.
-
-2015-06-25 20:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13710] regress/sfcgal/tickets_expected: #3181, fix regression
-	  result in sfcgal
-
-2015-06-25 20:44  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r13709] doc/reference_sfcgal.xml, postgis/lwgeom_backend_api.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
-	  postgis/lwgeom_sfcgal.c, postgis/lwgeom_sfcgal.h,
-	  postgis/sfcgal.sql.in, regress/sfcgal/concave_hull.sql,
-	  regress/sfcgal/empty.sql, regress/sfcgal/empty_expected,
-	  regress/sfcgal/regress_ogc_expected: Add suport for SFCGAL 1.1.
-	  #3117. Apply patch written by Vincent Mora
-
-2015-06-25 20:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13708] regress/binary_expected, regress/tickets_expected,
-	  regress/typmod_expected, regress/wkb_expected: #3181, harmonize
-	  tests to new POINT EMPTY format
-
-2015-06-25 20:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13707] NEWS, liblwgeom/cunit/cu_in_wkb.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/lwin_wkb.c, liblwgeom/lwout_wkb.c: #3181, Output POINT
-	  EMPTY in WKB using NaN as coordinate values
-
-2015-06-25 19:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13706] liblwgeom/cunit/cu_libgeom.c: Make test case not overlap
-	  nan empty case
-
-2015-06-25 18:36  Regina Obe <lr at pcorp.us>
-
-	* [r13705] extras/tiger_geocoder/geocode/geocode_intersection.sql:
-	  #2734 TIGER geocoder geocode_intersection gives no results with
-	  omitted zipcode
-
-2015-06-25 16:24  Sandro Santilli <strk at keybit.net>
-
-	* [r13702] liblwgeom/Makefile.in, liblwgeom/README.topo,
-	  liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h,
-	  liblwgeom/lwgeom_topo.c, topology/Makefile.in,
-	  topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Draft
-	  topology API in liblwgeom and topology postgresql module.
-	  
-	  Includes C implementation of ST_ModEdgeSplit.
-	  Passes the existing topology testsuite while also affecting
-	  functions addNode and toTopoGeom.
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
-
-2015-06-25 13:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13701] liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwout_wkb.c,
-	  regress/tickets_expected: #3178, EWKB emitter should emit complex
-	  empty geometry
-
-2015-06-24 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13700] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c:
-	  #3177, gserialized_is_empty cannot handle nested empty cases
-
-2015-06-23 18:56  Sandro Santilli <strk at keybit.net>
-
-	* [r13694] NEWS, doc/reference_temporal.xml,
-	  postgis/lwgeom_functions_temporal.c, postgis/postgis.sql.in,
-	  regress/temporal.sql, regress/temporal_expected: Expose
-	  ST_CPAWithin to SQL
-	  
-	  Includes dox and regress test
-
-2015-06-23 17:32  Sandro Santilli <strk at keybit.net>
-
-	* [r13693] liblwgeom/cunit/cu_measures.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwlinearreferencing.c: Add lwgeom_cpa_within function
-	  
-	  includes unit test
-
-2015-06-23 17:04  Sandro Santilli <strk at keybit.net>
-
-	* [r13692] liblwgeom/cunit/cu_tester.c: Register a notice handler
-	  in cu_tester
-	  
-	  Useful for debugging sessions
-
-2015-06-23 14:54  Sandro Santilli <strk at keybit.net>
-
-	* [r13691] doc/reference_processing.xml,
-	  liblwgeom/lwgeom_geos_split.c: Add multipolygon-by-line ST_Split
-	  case in documentation
-	  
-	  Funded by RT-SITA (CIG 6002233F59)
-
-2015-06-23 14:40  Sandro Santilli <strk at keybit.net>
-
-	* [r13690] raster/rt_pg/Makefile.in, topology/Makefile.in:
-	  Workaround PostgreSQL-9.5dev bug forcing install on check
-	  
-	  See
-	  http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com
-	  This is for topology and raster
-
-2015-06-23 12:41  Sandro Santilli <strk at keybit.net>
-
-	* [r13689] topology/sql/sqlmm.sql.in: Reduce number of queries by
-	  one within ST_ModEdgeSplit
-	  
-	  Uses "INSERT RETURNING" rather than "SELECT" and "INSERT" for
-	  getting the identifier of new node.
-
-2015-06-23 12:40  Sandro Santilli <strk at keybit.net>
-
-	* [r13688] postgis/Makefile.in: Workaround PostgreSQL-9.5dev bug
-	  forcing install on check
-	  
-	  See
-	  http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com
-
-2015-06-22 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r13687] configure.ac, doc/Makefile.comments.in,
-	  postgis/Makefile.in, postgis/Makefile.pgxs,
-	  raster/rt_pg/Makefile.in, raster/rt_pg/Makefile.pgxs,
-	  topology/Makefile.in: Drop PGXSOVERRIDE temporary hack.
-	  PostgreSQL 9.0 is minimum req now.
-
-2015-06-22 14:15  Sandro Santilli <strk at keybit.net>
-
-	* [r13686] README.md: Add links to official code repo and project
-	  homepage
-
-2015-06-22 13:49  Sandro Santilli <strk at keybit.net>
-
-	* [r13685] README.md: Remove github advertisement from README.md
-	  
-	  NOTE: it also works fine for use in gitlab
-
-2015-06-19 10:38  Sandro Santilli <strk at keybit.net>
-
-	* [r13683] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Add an
-	  lwpgwarning function, for those who worry !
-
-2015-06-18 11:17  Sandro Santilli <strk at keybit.net>
-
-	* [r13681] postgis/sfcgal.sql.in: ST_ApproximateMedialAxis: cast
-	  WKT to geometry on plpgqsl empty
-
-2015-06-17 18:34  Sandro Santilli <strk at keybit.net>
-
-	* [r13680] README.postgis, configure.ac, doc/installation.xml,
-	  java/Makefile, java/ejb2/CHANGES, java/ejb2/COPYING,
-	  java/ejb2/COPYING_LGPL, java/ejb2/README, java/ejb2/build.xml,
-	  java/ejb2/prepare-jboss.xml, java/ejb2/resources/application.xml,
-	  java/ejb2/resources/build.properties,
-	  java/ejb2/resources/jndi/jndi.properties,
-	  java/ejb2/resources/postgis-ejb2-ds.xml,
-	  java/ejb2/src/com/geodetix/geo/client/Client.java,
-	  java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java,
-	  java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java,
-	  java/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java,
-	  java/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java,
-	  java/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java,
-	  java/ejb3/.classpath, java/ejb3/.project,
-	  java/ejb3/.settings/org.eclipse.jdt.core.prefs,
-	  java/ejb3/EJB3Spatial.odt, java/ejb3/README.txt,
-	  java/ejb3/build.xml, java/ejb3/jboss/geodata-ds.xml,
-	  java/ejb3/jboss/ingest-service.xml,
-	  java/ejb3/src/META-INF/persistence.xml,
-	  java/ejb3/src/jndi.properties,
-	  java/ejb3/src/org/postgis/ejb/PersonEntity.java,
-	  java/ejb3/src/org/postgis/ejb/UserBean.java,
-	  java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
-	  java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
-	  java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/GeometryType.java,
-	  java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/PostGISDialect.java,
-	  java/ejb3/src/org/postgis/hibernate/WithinExpression.java,
-	  java/jdbc/COPYING_LGPL, java/jdbc/Makefile.in, java/jdbc/README,
-	  java/jdbc/build.xml, java/jdbc/pom.xml.in,
-	  java/jdbc/src/examples/Test.java,
-	  java/jdbc/src/examples/TestAutoregister.java,
-	  java/jdbc/src/examples/TestBoxes.java,
-	  java/jdbc/src/examples/TestJava2d.java,
-	  java/jdbc/src/examples/TestParser.java,
-	  java/jdbc/src/examples/TestServer.java,
-	  java/jdbc/src/examples/VersionPrinter.java,
-	  java/jdbc/src/org/postgis/ComposedGeom.java,
-	  java/jdbc/src/org/postgis/DriverWrapper.java,
-	  java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java,
-	  java/jdbc/src/org/postgis/DriverWrapperLW.java,
-	  java/jdbc/src/org/postgis/Geometry.java,
-	  java/jdbc/src/org/postgis/GeometryCollection.java,
-	  java/jdbc/src/org/postgis/LineString.java,
-	  java/jdbc/src/org/postgis/LinearRing.java,
-	  java/jdbc/src/org/postgis/MultiLineString.java,
-	  java/jdbc/src/org/postgis/MultiPoint.java,
-	  java/jdbc/src/org/postgis/MultiPolygon.java,
-	  java/jdbc/src/org/postgis/PGbox2d.java,
-	  java/jdbc/src/org/postgis/PGbox3d.java,
-	  java/jdbc/src/org/postgis/PGboxbase.java,
-	  java/jdbc/src/org/postgis/PGgeometry.java,
-	  java/jdbc/src/org/postgis/PGgeometryLW.java,
-	  java/jdbc/src/org/postgis/Point.java,
-	  java/jdbc/src/org/postgis/PointComposedGeom.java,
-	  java/jdbc/src/org/postgis/Polygon.java,
-	  java/jdbc/src/org/postgis/Version.java,
-	  java/jdbc/src/org/postgis/binary/BinaryParser.java,
-	  java/jdbc/src/org/postgis/binary/BinaryWriter.java,
-	  java/jdbc/src/org/postgis/binary/ByteGetter.java,
-	  java/jdbc/src/org/postgis/binary/ByteSetter.java,
-	  java/jdbc/src/org/postgis/binary/ValueGetter.java,
-	  java/jdbc/src/org/postgis/binary/ValueSetter.java,
-	  java/jdbc/src/org/postgis/java2d/Java2DWrapper.java,
-	  java/jdbc/src/org/postgis/java2d/PGShapeGeometry.java,
-	  java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java,
-	  java/jdbc/src/org/postgis/overview.html,
-	  java/jdbc/src/org/postgis/version.properties,
-	  java/jdbc/src/org/postgresql/driverconfig.properties,
-	  java/jdbc/stubs/LICENSE,
-	  java/jdbc/stubs/org/postgresql/Connection.java,
-	  java/jdbc/stubs/org/postgresql/PGConnection.java,
-	  java/jdbc/todo.txt, java/jdbc_jtsparser/README,
-	  java/jdbc_jtsparser/pom.xml,
-	  java/jdbc_jtsparser/src/main/java/examples/JtsTestParser.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JTSShape.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryParser.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryWriter.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGeometry.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGisWrapper.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsWrapper.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/overview.html,
-	  make_dist.sh: Bye bye, java
-	  
-	  New home for java bindings is
-	  https://github.com/postgis/postgis-java
-	  See
-	  https://lists.osgeo.org/pipermail/postgis-devel/2015-June/025006.html
-
-2015-06-17 18:33  Sandro Santilli <strk at keybit.net>
-
-	* [r13679] regress/sfcgal/approximatemedialaxis.sql,
-	  regress/sfcgal/approximatemedialaxis_expected: Add SRID
-	  conservancy in ApproximateMedialAxis test
-
-2015-06-17 13:10  Sandro Santilli <strk at keybit.net>
-
-	* [r13678] NEWS, doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_approximatemedialaxis01.wkt,
-	  doc/reference_sfcgal.xml, postgis/lwgeom_sfcgal.c,
-	  postgis/sfcgal.sql.in, regress/Makefile.in,
-	  regress/sfcgal/approximatemedialaxis.sql,
-	  regress/sfcgal/approximatemedialaxis_expected: Add
-	  ST_ApproximateMedialAxis (#3169)
-	  
-	  Requires SFCGAL (any version).
-	  Uses SFCGAL specific API if available (1.2+),
-	  post-processes StraightSkeleton output otherwise.
-	  
-	  Includes regression test and documentation.
-
-2015-06-16 13:29  Sandro Santilli <strk at keybit.net>
-
-	* [r13677] liblwgeom/Makefile.in: Revert "Build liblwgeom with
-	  -no-undefined flag"
-	  
-	  This reverts r13650 as it broke static-only build under windows,
-	  see http://trac.osgeo.org/postgis/ticket/3167
-
-2015-06-16 12:37  Sandro Santilli <strk at keybit.net>
-
-	* [r13676] postgis/sqldefines.h.in: Make SFCGAL version available
-	  in sqldefines.h
-
-2015-06-16 10:12  Sandro Santilli <strk at keybit.net>
-
-	* [r13675] configure.ac, postgis_config.h.in: Make SFCGAL version
-	  available in postgis_config.h.in
-
-2015-06-13 08:08  Sandro Santilli <strk at keybit.net>
-
-	* [r13674] doc/reference_constructor.xml: Add ST_Boundary in "see
-	  also" section for ST_MakePolygon
-	  
-	  See
-	  https://lists.osgeo.org/pipermail/postgis-users/2015-June/040574.html
-
-2015-06-13 08:08  Sandro Santilli <strk at keybit.net>
-
-	* [r13673] GNUmakefile.in, java/jdbc/Makefile.in,
-	  postgis/Makefile.in: Fix the "maintainer-clean" rule, and avoid
-	  maven downloads on clean
-
-2015-06-13 08:08  Sandro Santilli <strk at keybit.net>
-
-	* [r13672] java/jdbc/Makefile.in: Only remove pom.xml on "make
-	  maintainer-clean"
-	  
-	  It's a distributed file...
-
-2015-06-12 19:32  Sandro Santilli <strk at keybit.net>
-
-	* [r13671] make_dist.sh: Include pom.xml in distribution (#3154)
-
-2015-06-12 19:26  Sandro Santilli <strk at keybit.net>
-
-	* [r13670] make_dist.sh: Stop using "cvs" string in dist script
-
-2015-06-12 19:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13669] liblwgeom/lwgeom.c, liblwgeom/lwgeom_geos.c,
-	  postgis/lwgeom_geos.c: #3164, ST_ClipByBox2D a little less
-	  brittle
-
-2015-06-12 18:49  Regina Obe <lr at pcorp.us>
-
-	* [r13667] make_dist.sh: take out pom make section to try to make
-	  travis happy. Turns out debbie doesn't use this script anyway.
-
-2015-06-12 18:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13666] NEWS, doc/reference_processing.xml,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwline.c,
-	  liblwgeom/lwlinearreferencing.c, liblwgeom/lwmpoint.c,
-	  liblwgeom/lwpoly.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
-	  postgis/postgis_drop_after.sql,
-	  regress/remove_repeated_points.sql,
-	  regress/remove_repeated_points_expected: #1137, Add a tolerance
-	  distance to ST_RemoveRepeatedPoints
-
-2015-06-12 09:09  Sandro Santilli <strk at keybit.net>
-
-	* [r13665] NEWS: Add item about new functions supporting
-	  compoundcurve types
-
-2015-06-11 21:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13664] liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwline.c, postgis/lwgeom_ogc.c,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected, regress/tickets.sql,
-	  regress/tickets_expected: #2717, support startpoint, endpoint,
-	  pointn, numpoints for compoundcurve
-
-2015-06-11 19:58  Sandro Santilli <strk at keybit.net>
-
-	* [r13661] liblwgeom/lwlinearreferencing.c: Optimize
-	  ptarray_locate_along_linear to really honour the "from" parameter
-
-2015-06-11 19:41  Sandro Santilli <strk at keybit.net>
-
-	* [r13658] regress/affine.sql, regress/affine_expected: Add test
-	  for ST_Affine bbox cache bug (#3159)
-
-2015-06-11 19:41  Sandro Santilli <strk at keybit.net>
-
-	* [r13657] doc/reference_editor.xml, postgis/postgis.sql.in: Make
-	  ST_Scale not use ST_Affine
-
-2015-06-11 19:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13656] liblwgeom/lwgeom.c, liblwgeom/lwline.c,
-	  liblwgeom/lwlinearreferencing.c, postgis/geography_inout.c,
-	  postgis/lwgeom_functions_basic.c: #3159, only add boxes to
-	  geometries that are input with them
-
-2015-06-11 19:12  Sandro Santilli <strk at keybit.net>
-
-	* [r13655] NEWS: Add missing item about |=| addition
-
-2015-06-11 19:09  Sandro Santilli <strk at keybit.net>
-
-	* [r13654] NEWS, doc/reference_editor.xml,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
-	  regress/affine.sql, regress/affine_expected: Allow passing M
-	  factor to ST_Scale (#3062)
-
-2015-06-11 19:09  Sandro Santilli <strk at keybit.net>
-
-	* [r13653] liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/lwgeom.c: lwgeom_scale:
-	  recompute bounding box if needed
-
-2015-06-11 11:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13652] NEWS, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_log.h,
-	  libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/geography_inout.c, postgis/geography_measurement_trees.c,
-	  postgis/lwgeom_backend_api.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_geos_relatematch.c, postgis/lwgeom_in_geohash.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_sfcgal.c,
-	  raster/rt_core/rt_geometry.c, raster/rt_core/rt_raster.c,
-	  raster/rt_core/rt_spatial_relationship.c: Move liblwgeom logging
-	  functions outside of public header (#1220)
-
-2015-06-11 10:13  Sandro Santilli <strk at keybit.net>
-
-	* [r13651] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/vsprintf.c, loader/shp2pgsql-gui.c: Drop unused
-	  lw_vasprintf / lw_asprintf functions from liblwgeom
-
-2015-06-11 09:06  Sandro Santilli <strk at keybit.net>
-
-	* [r13650] liblwgeom/Makefile.in: Build liblwgeom with
-	  -no-undefined flag
-	  
-	  Doing so should report unresolved symbol references from regular
-	  object files.
-
-2015-06-11 00:33  Sandro Santilli <strk at keybit.net>
-
-	* [r13648] postgis/Makefile.in, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_functions_temporal.c: Move temporal function
-	  wrappers in their own file
-
-2015-06-10 23:45  Sandro Santilli <strk at keybit.net>
-
-	* [r13647] postgis/gserialized_gist_nd.c: Fix unused vars and funx
-	  warnings building against pgsql < 9.5
-
-2015-06-10 23:28  Sandro Santilli <strk at keybit.net>
-
-	* [r13646] liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwutil.c, libpgcommon/lwgeom_pg.c,
-	  raster/test/cunit/cu_tester.c: Restore liblwgeom API
-	  compatibility (#3156)
-	  
-	  Adds an lwgeom_set_debuglogger function, restore
-	  lwgeom_set_handler
-	  to the same arguments set as with 2.1.x.
-	  Updates all callers (2/3 of which are back to their original
-	  version).
-
-2015-06-10 23:27  Sandro Santilli <strk at keybit.net>
-
-	* [r13645] liblwgeom/cunit/cu_varint.c: Convert varint test to use
-	  the new ASSERT_STRING_EQUAL macro
-	  
-	  Also drops manual "strcmp" calls from it.
-
-2015-06-10 17:29  Sandro Santilli <strk at keybit.net>
-
-	* [r13644] liblwgeom/cunit/cu_ptarray.c: Convert ptarray test to
-	  use the new ASSERT_STRING_EQUAL macro
-	  
-	  Also change its suite name to "ptarray"
-
-2015-06-10 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r13643] liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_ptarray.c, liblwgeom/cunit/cu_tester.h,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwgeom.c, liblwgeom/ptarray.c: Add lwgeom_scale and
-	  ptarray_scale with support of all dimensions (#3062)
-	  
-	  Includes unit test.
-
-2015-06-10 16:42  Sandro Santilli <strk at keybit.net>
-
-	* [r13642] doc/reference_operator.xml: Trim refpurpose section for
-	  <-> operator, move details down
-
-2015-06-10 16:18  Sandro Santilli <strk at keybit.net>
-
-	* [r13641] doc/reference_operator.xml, doc/reference_temporal.xml,
-	  postgis/gserialized_gist_nd.c, postgis/postgis.sql.in,
-	  regress/Makefile.in, regress/temporal_knn.sql,
-	  regress/temporal_knn_expected: Add |=| operator with CPA semantic
-	  and KNN support with PgSQL 9.5+
-	  
-	  Includes regress test and documentation
-
-2015-06-10 11:34  Sandro Santilli <strk at keybit.net>
-
-	* [r13640] postgis/lwgeom_functions_lrs.c, regress/temporal.sql,
-	  regress/temporal_expected: Ensure ST_DistanceCPA returns NULL if
-	  inputs do not meet
-
-2015-06-10 09:26  Sandro Santilli <strk at keybit.net>
-
-	* [r13639] liblwgeom/Makefile.in: Remove liblwgeom.h on make
-	  uninstall (#3155)
-
-2015-06-10 07:31  Sandro Santilli <strk at keybit.net>
-
-	* [r13636] NEWS: Add note about minimum PROJ4 version requirement
-	  raise
-
-2015-06-09 22:29  Regina Obe <lr at pcorp.us>
-
-	* [r13634] java/jdbc/Makefile.in, make_dist.sh: #3154: revise make
-	  dist to build pom and not delete.
-
-2015-06-09 20:01  Sandro Santilli <strk at keybit.net>
-
-	* [r13632] postgis/postgis.sql.in: Fix definition of ST_DistanceCPA
-
-2015-06-09 19:38  Sandro Santilli <strk at keybit.net>
-
-	* [r13631] NEWS, doc/reference_temporal.xml,
-	  postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in,
-	  regress/temporal.sql, regress/temporal_expected: ST_DistanceCPA:
-	  return distance at closest point of approach
-	  
-	  Includes regression test and docs.
-
-2015-06-09 19:21  Sandro Santilli <strk at keybit.net>
-
-	* [r13630] doc/reference_temporal.xml,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwlinearreferencing.c, postgis/lwgeom_functions_lrs.c,
-	  regress/temporal.sql, regress/temporal_expected: Have
-	  ST_ClosestPointOfApproach return NULL if inputs do not meet
-	  
-	  Makes lwgeom_tcpa return -2 if inputs do not share any point in
-	  time.
-	  Includes documentation and testcases tweaks.
-
-2015-06-09 18:19  Sandro Santilli <strk at keybit.net>
-
-	* [r13629] liblwgeom/lwlinearreferencing.c, regress/temporal.sql,
-	  regress/temporal_expected: Be less noisy on meeting trajectories,
-	  add temporal test
-
-2015-06-09 11:18  Sandro Santilli <strk at keybit.net>
-
-	* [r13628] liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/lwlinearreferencing.c: Fix lwgeom_tcpa distance
-	  computation for degenerate cases
-
-2015-06-09 11:18  Sandro Santilli <strk at keybit.net>
-
-	* [r13627] liblwgeom/measures3d.c: Implement missing
-	  distance3d_pt_pt function
-
-2015-06-09 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r13626] liblwgeom/liblwgeom.h.in: Update in-header documentation
-	  for lwgeom_split
-
-2015-06-06 04:55  Regina Obe <lr at pcorp.us>
-
-	* [r13625] extras/tiger_geocoder/tiger_loader_2014.sql: #2906: move
-	  census functions into tiger_loader_2014.sql (needed since we took
-	  out of extension but still in docs) and will be needed for
-	  upgrades
-
-2015-06-05 21:02  Regina Obe <lr at pcorp.us>
-
-	* [r13624] extensions/postgis_tiger_geocoder/Makefile.in,
-	  extras/tiger_geocoder/census_loader.sql,
-	  extras/tiger_geocoder/create_geocode.sql,
-	  extras/tiger_geocoder/geocode_settings.sql,
-	  extras/tiger_geocoder/tiger_loader_2011.sql,
-	  extras/tiger_geocoder/tiger_loader_2012.sql,
-	  extras/tiger_geocoder/tiger_loader_2013.sql,
-	  extras/tiger_geocoder/tiger_loader_2014.sql,
-	  extras/tiger_geocoder/upgrade_geocode.sql: #2906: Fix webiste
-	  link postgis.net (instead of postgis.org), consolidate
-	  censustract/bg/tabblock for 2014 into 2014 loader file, fix
-	  tabblock loading issue (they renamed it so its ends in 10 now)
-
-2015-06-04 21:13  Sandro Santilli <strk at keybit.net>
-
-	* [r13623] regress/temporal.sql, regress/temporal_expected: Get
-	  "Closest Point of Approach" name straight ...
-
-2015-06-04 21:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13622] regress/regress_lrs.sql, regress/regress_lrs_expected,
-	  regress/temporal.sql, regress/temporal_expected: Move
-	  ST_ClosestPointOfApproach tests under temporal.sql
-
-2015-06-04 20:36  Regina Obe <lr at pcorp.us>
-
-	* [r13621] extensions/postgis_tiger_geocoder/Makefile.in,
-	  extras/tiger_geocoder/README, extras/tiger_geocoder/tiger_2011:
-	  change extension install to go from root of tiger
-
-2015-06-04 20:32  Regina Obe <lr at pcorp.us>
-
-	* [r13620] extras/tiger_geocoder/census_loader.sql,
-	  extras/tiger_geocoder/create_geocode.bat,
-	  extras/tiger_geocoder/create_geocode.sh,
-	  extras/tiger_geocoder/create_geocode.sql,
-	  extras/tiger_geocoder/geocode,
-	  extras/tiger_geocoder/geocode_settings.sql,
-	  extras/tiger_geocoder/legacy_import,
-	  extras/tiger_geocoder/normalize,
-	  extras/tiger_geocoder/pagc_normalize,
-	  extras/tiger_geocoder/regress, extras/tiger_geocoder/tables,
-	  extras/tiger_geocoder/tiger_2011/census_loader.sql,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode,
-	  extras/tiger_geocoder/tiger_2011/geocode_settings.sql,
-	  extras/tiger_geocoder/tiger_2011/legacy_import,
-	  extras/tiger_geocoder/tiger_2011/normalize,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize,
-	  extras/tiger_geocoder/tiger_2011/regress,
-	  extras/tiger_geocoder/tiger_2011/tables,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2013.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2014.sql,
-	  extras/tiger_geocoder/tiger_2011/topology,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocoder.sh,
-	  extras/tiger_geocoder/tiger_2011/utility,
-	  extras/tiger_geocoder/tiger_loader_2011.sql,
-	  extras/tiger_geocoder/tiger_loader_2012.sql,
-	  extras/tiger_geocoder/tiger_loader_2013.sql,
-	  extras/tiger_geocoder/tiger_loader_2014.sql,
-	  extras/tiger_geocoder/topology,
-	  extras/tiger_geocoder/upgrade_geocode.sql,
-	  extras/tiger_geocoder/upgrade_geocoder.bat,
-	  extras/tiger_geocoder/upgrade_geocoder.sh,
-	  extras/tiger_geocoder/utility: a lot of this stuff is not
-	  tiger_2011, we should just go back to single folder
-
-2015-06-04 19:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13619] liblwgeom/lwgeom.c, raster/rt_core/rt_mapalgebra.c,
-	  raster/rt_core/rt_warp.c, raster/rt_pg/rtpostgis.c,
-	  raster/test/regress/rt_mapalgebra_expected: #2287, fix
-	  regressions with new debug in raster
-
-2015-06-04 18:53  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13618] liblwgeom/effectivearea.c, postgis/postgis.sql.in:
-	  Harmonize ST_SimplifyVW with ST_Simplify behavior when feeded
-	  with 0 tolerance
-
-2015-06-04 18:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13617] liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeom_log.h, liblwgeom/lwutil.c,
-	  libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_functions_lrs.c, postgis/lwgeom_geos.c,
-	  raster/rt_pg/rtpostgis.c, raster/rt_pg/rtpostgis.h,
-	  raster/test/cunit/cu_tester.c: #2287, move debug messages in
-	  --enable-debug builds to the DEBUG PgSQL logging channel
-
-2015-06-04 08:30  Regina Obe <lr at pcorp.us>
-
-	* [r13616] regress/knn_recheck.sql, regress/knn_recheck_expected:
-	  #3133 add nd index recheck tests
-
-2015-06-04 08:14  Regina Obe <lr at pcorp.us>
-
-	* [r13615] regress/knn_recheck.sql, regress/knn_recheck_expected:
-	  rework the knn recheck tests for goemetry, geography, add some nd
-	  tests for 3d. still more tests to add.
-
-2015-06-04 08:09  Sandro Santilli <strk at keybit.net>
-
-	* [r13614] make_dist.sh: Embed full version (and revision) in
-	  package name for dev snapshots.
-
-2015-06-03 23:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13611] postgis/geography_measurement.c: spellign
-
-2015-06-03 20:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13610] postgis/gserialized_gist_nd.c, regress/Makefile.in:
-	  #3133, support for recheck on M-measured geometries
-
-2015-06-03 19:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13609] regress/knn.sql, regress/knn_expected,
-	  regress/operators.sql, regress/operators_expected: Isolate <<->>
-	  in version-checked regression file
-
-2015-06-03 19:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13608] regress/Makefile.in: whitespace
-
-2015-06-03 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13607] liblwgeom/liblwgeom.h.in, liblwgeom/measures.c,
-	  postgis/gserialized_gist_nd.c,
-	  postgis/lwgeom_functions_analytic.c, postgis/postgis.sql.in,
-	  regress/knn.sql, regress/knn_expected, regress/operators.sql,
-	  regress/operators_expected: #3133, add <<->> recheck supporrt and
-	  rip out <<#>>
-
-2015-06-03 18:34  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13606] liblwgeom/effectivearea.c: Guard from 1 point
-	  linestrings in st_simplifyvw and st_seteffectivearea
-
-2015-06-03 17:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13605] postgis/geography.sql.in,
-	  postgis/geography_measurement.c, postgis/gserialized_gist_nd.c:
-	  #3132, KNN box-only operator <-> for geography to support PgSQL <
-	  9.5
-
-2015-06-03 13:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13604] liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/lwlinearreferencing.c: #3140, fix comparison function
-
-2015-06-03 12:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13603] liblwgeom/cunit/cu_geos.c: quite tests a bit
-
-2015-06-03 08:07  Sandro Santilli <strk at keybit.net>
-
-	* [r13602] configure.ac: Update the GEOS version warning to
-	  recommend 3.4.2
-
-2015-06-02 16:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13601] liblwgeom/lwlinearreferencing.c: #3143, use right type
-	  size / simpler pointer math?
-
-2015-06-01 16:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13600] postgis/gserialized_estimate.c: Guard against crazy
-	  selectivity numbers
-
-2015-06-01 16:09  Sandro Santilli <strk at keybit.net>
-
-	* [r13599] NEWS, doc/reference_accessor.xml,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
-	  regress/lwgeom_regress.sql, regress/lwgeom_regress_expected:
-	  ST_BoundingDiagonal (#3139)
-	  
-	  Includes tests and documentation
-
-2015-06-01 13:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13598] regress/clipbybox2d_expected: Harmonize regression test
-
-2015-06-01 13:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13597] liblwgeom/lwout_twkb.c: Stylistic OCD
-
-2015-06-01 12:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13596] liblwgeom/lwgeom.c: Harmonize threshold w/ message
-
-2015-06-01 09:04  Regina Obe <lr at pcorp.us>
-
-	* [r13595] doc/html/image_src/st_subdivide02.wkt,
-	  doc/reference_processing.xml, regress/Makefile.in,
-	  regress/subdivide.sql, regress/subdivide_expected: #3074: Add
-	  postgres regress for ST_SubDivide, update documentation to not
-	  use example below 8 vertices and put note about no less than 8 is
-	  allowed
-
-2015-05-31 20:30  Regina Obe <lr at pcorp.us>
-
-	* [r13594] regress/knn_recheck.sql, regress/knn_recheck_expected:
-	  more fine tuning to force index use during index tests
-
-2015-05-31 20:14  Regina Obe <lr at pcorp.us>
-
-	* [r13593] doc/reference_operator.xml,
-	  postgis/geography_measurement.c, regress/knn_recheck.sql,
-	  regress/knn_recheck_expected: #3127 revert back to use sphere
-	  distance (spheroid doesn't work with knn recheck), document that
-	  <-> is on sphere, change tests to be based on sphere instead of
-	  spheroid., #3131 reverting fixes index returned tuples wrong
-	  order issue
-
-2015-05-31 04:48  Regina Obe <lr at pcorp.us>
-
-	* [r13592] liblwgeom/cunit/cu_measures.c: revert last change
-
-2015-05-31 04:01  Regina Obe <lr at pcorp.us>
-
-	* [r13591] liblwgeom/cunit/cu_measures.c: #3143 get rid of
-	  duplicate measure_suite_setup declaration to try to fix winnie's
-	  32-bit whining.
-
-2015-05-31 01:57  Regina Obe <lr at pcorp.us>
-
-	* [r13590] postgis/geography_measurement.c: #3127 Switch knn to use
-	  spheroid distance instead of sphere distance
-
-2015-05-30 20:35  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13589] liblwgeom/lwout_twkb.c: A small opimization to not use
-	  temp buffer when size of npoints is not unpredictable
-
-2015-05-30 15:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13588] postgis/geography_measurement.c: #3131, just fix KNN w/
-	  big hammer
-
-2015-05-29 23:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13587] postgis/geography_measurement.c: Use the right function!
-
-2015-05-29 23:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13586] postgis/geography_measurement.c: Remove stub code!
-
-2015-05-29 23:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13585] postgis/geography_measurement.c: #3131, fix crasher
-
-2015-05-29 22:01  Regina Obe <lr at pcorp.us>
-
-	* [r13584] regress/Makefile.in: Add raster garden tests to make
-	  garden run
-
-2015-05-29 21:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13583] liblwgeom/lwgeom.c: Lower limit on max vertices
-
-2015-05-29 21:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13582] postgis/geography.sql.in,
-	  postgis/geography_measurement.c, postgis/gserialized_gist_nd.c:
-	  #3131, KNN geography still gives ERROR: index returned tuples in
-	  wrong order
-
-2015-05-29 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13581] regress/clipbybox2d_expected: Alter test
-
-2015-05-29 17:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13580] liblwgeom/lwgeom.c, postgis/lwgeom_dump.c: #3135, avoid
-	  infinite recursion on features with repeated points
-
-2015-05-29 07:56  Regina Obe <lr at pcorp.us>
-
-	* [r13579] regress/Makefile.in: #3134 change make garden to use
-	  regress install instead of the scripts in postgis/..
-
-2015-05-28 20:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13578] regress/clipbybox2d.sql, regress/clipbybox2d_expected,
-	  regress/tickets.sql, regress/tickets_expected: Move test to
-	  ifdef'ed location for GEOS 3.5
-
-2015-05-28 20:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13577] liblwgeom/cunit/cu_in_twkb.c, liblwgeom/lwout_twkb.c:
-	  Move some types around, see if winnie gets happier
-
-2015-05-28 19:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13576] liblwgeom/cunit/cu_geos.c, liblwgeom/lwgeom.c,
-	  regress/tickets.sql, regress/tickets_expected: #3135,
-	  ST_SubDivide garden crasher on malformed polygon and linestring
-
-2015-05-28 19:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13575] liblwgeom/cunit/cu_algorithm.c: Remove possible double
-	  free
-
-2015-05-28 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13574] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_misc.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c,
-	  postgis/lwgeom_functions_analytic.c, postgis/postgis.sql.in:
-	  #2093, Add extra policy argument to control ST_Simplify behavior
-
-2015-05-28 16:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13573] liblwgeom/lwout_twkb.c: Remove dead code
-
-2015-05-28 16:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13572] liblwgeom/bytebuffer.c, liblwgeom/bytebuffer.h,
-	  liblwgeom/lwout_twkb.c: TWKB: Drop duplicate vertices during
-	  encoding
-
-2015-05-28 15:33  Sandro Santilli <strk at keybit.net>
-
-	* [r13571] NEWS, doc/reference_temporal.xml: Add NEWS entry and
-	  another example for ST_IsValidTrajectory
-
-2015-05-28 15:18  Sandro Santilli <strk at keybit.net>
-
-	* [r13570] doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
-	  doc/reference_lrs.xml, doc/reference_temporal.xml,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_tester.h,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
-	  postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in,
-	  regress/Makefile.in, regress/temporal.sql,
-	  regress/temporal_expected: Add ST_IsValidTrajectory (#3129)
-	  
-	  Adds lwgeom_is_trajectory and lwline_is_trajectory to liblwgeom.
-	  Includes unit and regress test.
-	  
-	  Includes documentation, starting a new "Temporal support" section
-	  in which ST_ClosestPointOfApproach is also moved
-
-2015-05-27 16:47  Sandro Santilli <strk at keybit.net>
-
-	* [r13569] liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/lwlinearreferencing.c, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected: Fix ST_ClosestPointOfApproach
-	  assumption of lwgeom->bbox being exact
-	  
-	  See #3136
-
-2015-05-27 11:45  Regina Obe <lr at pcorp.us>
-
-	* [r13568] regress/knn_recheck_expected: the actual geography tst
-	  needs some work, but for now just commit what current returns
-
-2015-05-27 06:30  Regina Obe <lr at pcorp.us>
-
-	* [r13567] regress/Makefile.in: #3134: make garden doesn't install
-	  postgis (revise to ignore if plpgsql is already installed.)
-
-2015-05-26 22:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13566] liblwgeom/lwgeom.c: #3126, ST_SubDivide garden crasher
-	  on Polyhedral Surface
-
-2015-05-26 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13565] postgis/geography_measurement.c: Formatting
-
-2015-05-26 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13564] postgis/geography_measurement.c: 0se FP_TOLERANCE
-	  instead of 0
-
-2015-05-26 19:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13563] postgis/geography_measurement.c: Do KNN distance calcs
-	  on the spherod
-
-2015-05-26 16:39  Sandro Santilli <strk at keybit.net>
-
-	* [r13562] doc/reference_lrs.xml: Fix return type of LRS functions
-	  in docs from float to float8
-
-2015-05-26 15:38  Sandro Santilli <strk at keybit.net>
-
-	* [r13561] regress/regress_lrs.sql, regress/regress_lrs_expected:
-	  Add missing tests for ST_AddMeasure and ST_InterpolatePoint
-
-2015-05-26 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r13560] NEWS, doc/reference_lrs.xml,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwlinearreferencing.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/postgis.sql.in, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected: Add ST_ClosestPointOfApproach
-	  (#3128)
-	  
-	  Based on new lwgeom_tcpa liblwgeom function.
-	  Includes unit and regress tests.
-	  Includes documentation.
-
-2015-05-26 09:46  Sandro Santilli <strk at keybit.net>
-
-	* [r13559] liblwgeom/lwgeom.c: Remove unused variable
-
-2015-05-26 09:43  Sandro Santilli <strk at keybit.net>
-
-	* [r13558] liblwgeom/liblwgeom.h.in, liblwgeom/measures3d.c,
-	  liblwgeom/measures3d.h: Add some const qualifiers for 3d distance
-	  functions
-
-2015-05-26 06:14  Regina Obe <lr at pcorp.us>
-
-	* [r13556] regress/knn_recheck.sql, regress/knn_recheck_expected:
-	  #2703: KNN geography recheck tests
-
-2015-05-25 18:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13555] regress/regress_lrs.sql, regress/regress_lrs_expected:
-	  Test for crasher
-
-2015-05-25 18:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13554] liblwgeom/ptarray.c: Fix crasher found in garden tests
-
-2015-05-25 17:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13553] liblwgeom/measures3d.c, liblwgeom/measures3d.h: Move
-	  inline functions for clang compat
-
-2015-05-25 16:38  Sandro Santilli <strk at keybit.net>
-
-	* [r13552] liblwgeom/Makefile.in: It's the object files that depend
-	  on headers, not the library
-
-2015-05-25 16:38  Sandro Santilli <strk at keybit.net>
-
-	* [r13551] liblwgeom/measures3d.h: Inline helper measures3d
-	  functions
-
-2015-05-25 16:23  Sandro Santilli <strk at keybit.net>
-
-	* [r13550] liblwgeom/Makefile.in: Consider all headers as
-	  dependencies of library
-
-2015-05-25 16:23  Sandro Santilli <strk at keybit.net>
-
-	* [r13549] liblwgeom/measures3d.h: Header guard and
-	  macro-protection for measures3d header
-
-2015-05-25 14:06  Regina Obe <lr at pcorp.us>
-
-	* [r13548] regress/knn_recheck_expected: was right first time -- no
-	  space at end.
-
-2015-05-25 04:24  Regina Obe <lr at pcorp.us>
-
-	* [r13547] regress/knn_recheck_expected: oops correction to what
-	  should be the results
-
-2015-05-25 02:25  Regina Obe <lr at pcorp.us>
-
-	* [r13546] regress/Makefile.in, regress/knn_recheck.sql,
-	  regress/knn_recheck_expected: #2703 knn_recheck regress tests --
-	  will currently fail -- exercises issue nicklas brought up in
-	  -devel
-
-2015-05-24 13:03  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13545] NEWS: Update NEWS-file
-
-2015-05-22 21:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13544] postgis/geography.sql.in: #2703, don't use the cache
-	  when running distance tests for geography
-
-2015-05-22 20:00  Regina Obe <lr at pcorp.us>
-
-	* [r13543] doc/reference_operator.xml: minor wording and additional
-	  explain of KNN true dist (also put in an Enhanced flag)
-
-2015-05-22 19:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13542] postgis/geography_measurement.c: Properly guard against
-	  unused parameter reads
-
-2015-05-22 18:29  Regina Obe <lr at pcorp.us>
-
-	* [r13541] doc/xsl/postgis_aggs_mm.xml.xsl: Catch enhancements
-
-2015-05-22 12:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13540] doc/reference_output.xml: #3123, add example using array
-	  input form of function
-
-2015-05-22 08:21  Sandro Santilli <strk at keybit.net>
-
-	* [r13539] liblwgeom/measures3d.c: Typos
-
-2015-05-21 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13538] postgis/geography.sql.in,
-	  postgis/geography_measurement.c, postgis/gserialized_gist_nd.c:
-	  <-> for geography committed with recheck
-
-2015-05-21 15:32  Sandro Santilli <strk at keybit.net>
-
-	* [r13537] topology/topology.sql.in: Reduce string concatenation
-	  operations
-	  
-	  According to the SQL standard literal strings are automatically
-	  merged when separated by at least a newline...
-
-2015-05-21 13:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13536] doc/reference_operator.xml: Clarify status
-
-2015-05-21 13:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13535] postgis/postgis.sql.in: #3124, Deprecation Warnings
-	  inside Aggregates
-
-2015-05-21 11:37  Sandro Santilli <strk at keybit.net>
-
-	* [r13534] doc/Makefile.in: Add postgis-out.xml back as a
-	  dependency of postgis_aggs_mm.xml
-
-2015-05-21 11:29  Sandro Santilli <strk at keybit.net>
-
-	* [r13533] topology/topology.sql.in: Reduce number of calls to
-	  ST_RelateMatch during ValidateTopology
-
-2015-05-21 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r13532] doc/Makefile.in: Fix dependency of postgis_aggs_mm.xml
-	  Makefile rule
-
-2015-05-20 21:12  Regina Obe <lr at pcorp.us>
-
-	* [r13531] regress/run_test.pl: Do not get fooled by carriage
-	  returns - chomp did not do the job now explicit remove
-
-2015-05-20 19:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13530] NEWS, doc/reference_operator.xml,
-	  postgis/gserialized_gist_2d.c, postgis/postgis.sql.in,
-	  regress/knn.sql, regress/operators.sql,
-	  regress/operators_expected: #2703, support true KNN in PgSQL 9.5+
-
-2015-05-20 18:09  Sandro Santilli <strk at keybit.net>
-
-	* [r13529] regress/run_test.pl: Do not get fooled by carriage
-	  returns
-
-2015-05-19 23:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13528] liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, postgis/geography_measurement.c:
-	  Fix regression "error" in UTM/geog ticket
-
-2015-05-19 18:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13527] liblwgeom/liblwgeom_internal.h: Fix comment
-
-2015-05-19 18:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13526] liblwgeom/Makefile.in, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/geodesic.c, liblwgeom/geodesic.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwspheroid.c,
-	  raster/test/cunit/Makefile.in: Only use new geodesics when Proj
-	  4.9 is installed
-
-2015-05-19 15:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13524] liblwgeom/liblwgeom_internal.h,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_inout.c: Support new array_create_iterator in 9.5
-
-2015-05-19 15:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13523] liblwgeom/cunit/cu_geodetic.c: Avoid regression failures
-	  when using old geodetic support
-
-2015-05-19 14:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13522] liblwgeom/geodesic.c, liblwgeom/geodesic.h: Include new
-	  files for #2918
-
-2015-05-19 14:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13521] NEWS, configure.ac, doc/faq.xml, doc/introduction.xml,
-	  doc/reference_constructor.xml, doc/reference_measure.xml,
-	  liblwgeom/Makefile.in, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/g_box.c,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwspheroid.c,
-	  postgis/geography_measurement.c, postgis/lwgeom_spheroid.c,
-	  postgis/postgis.sql.in, regress/measures_expected: #2918, Use
-	  GeographicLib functions for geodetics
-
-2015-05-18 08:55  Sandro Santilli <strk at keybit.net>
-
-	* [r13520] raster/rt_pg/rtpostgis_drop.sql.in: Drop obsoleted
-	  _st_mapalgebra version on upgrade (#2664)
-
-2015-05-18 08:55  Sandro Santilli <strk at keybit.net>
-
-	* [r13519] regress/run_test.pl: Fix error message about malformed
-	  --upgrade-path format
-
-2015-05-18 07:19  Sandro Santilli <strk at keybit.net>
-
-	* [r13518] regress/run_test.pl: Improve upgrade tester by adding
-	  postgis objects (#3120)
-
-2015-05-18 07:00  Sandro Santilli <strk at keybit.net>
-
-	* [r13516] configure.ac: Fix confusing help message for
-	  --with-pgconfig
-	  
-	  Patch by Volf Tomáš
-
-2015-05-15 16:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r13510] raster/rt_pg/rtpostgis.sql.in,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: DO block to emit
-	  message. ticket #3118
-
-2015-05-15 09:29  Sandro Santilli <strk at keybit.net>
-
-	* [r13509] NEWS: Note Length2d_spheroid and Point_Inside_Circle
-	  renames
-
-2015-05-15 09:27  Sandro Santilli <strk at keybit.net>
-
-	* [r13508] regress/measures.sql, regress/measures_expected: Add
-	  test for ST_Length2DSpheroid
-	  
-	  checks that 2D is really enforced
-
-2015-05-15 09:23  Sandro Santilli <strk at keybit.net>
-
-	* [r13507] doc/reference_measure.xml, postgis/lwgeom_spheroid.c,
-	  postgis/postgis.sql.in: Deprecate ST_Length2D_Spheroid, renamed
-	  to ST_Length2DSpheroid
-	  
-	  See #2748
-
-2015-05-15 08:23  Sandro Santilli <strk at keybit.net>
-
-	* [r13506] postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in,
-	  regress/sfcgal/tickets_expected, regress/tickets_expected: Warn
-	  deprecation of ST_Locate_Between_Measures and
-	  ST_Locate_Along_Measure
-	  
-	  Also add TODO item about switching to the pure-sql deprecation
-	  method
-	  (still not done now because output is slightly different between
-	  the
-	  old and new versions). See #2748.
-
-2015-05-15 08:04  Sandro Santilli <strk at keybit.net>
-
-	* [r13505] liblwgeom/lwgeom.c: Remove unused assignment
-
-2015-05-13 20:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13504] postgis/lwgeom_inout.c: Simplify argument handling for
-	  twkb
-
-2015-05-13 20:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13503] postgis/lwgeom_geos.c, postgis/lwgeom_inout.c: Free
-	  iterator when complete
-
-2015-05-13 19:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13502] postgis/lwgeom_geos.c: Replace manual array iterating
-	  with pgsql iterator
-
-2015-05-13 19:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13501] postgis/lwgeom_functions_basic.c: Remove manual array
-	  iteration
-
-2015-05-13 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13500] doc/reference_constructor.xml: De-dupe doc entries
-
-2015-05-13 18:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13499] liblwgeom/liblwgeom_internal.h: Remove unneed
-	  bytebuffer.h ref
-
-2015-05-13 18:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13498] doc/reference_constructor.xml: #3085, document
-	  ST_GeomFromTWKB
-
-2015-05-13 18:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13497] liblwgeom/bytebuffer.c, liblwgeom/bytebuffer.h,
-	  liblwgeom/cunit/cu_bytebuffer.c, liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/cunit/cu_out_twkb.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, loader/dbfopen.c,
-	  loader/pgsql2shp-core.h, loader/safileio.c,
-	  loader/shp2pgsql-core.h, loader/shpopen.c,
-	  raster/loader/raster2pgsql.h, utils/read_scripts_version.pl: Add
-	  back some $Id tags and files missing in TWKB commit
-
-2015-05-13 18:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13496] ChangeLog, TODO, autogen.sh, configure.ac,
-	  doc/Makefile.comments.in, doc/html/image_src/Makefile.in,
-	  doc/html/image_src/generator.c, doc/html/image_src/styles.c,
-	  doc/html/image_src/styles.h, doc/xsl/post_gis_day_cards.html.xsl,
-	  doc/xsl/postgis_aggs_mm.xml.xsl,
-	  doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/postgis_comments.sql.xsl,
-	  doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl,
-	  doc/xsl/postgis_reference.xml.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl,
-	  doc/xsl/raster_comments.sql.xsl,
-	  doc/xsl/raster_gardentest.sql.xsl,
-	  doc/xsl/sfcgal_cheatsheet.html.xsl,
-	  doc/xsl/sfcgal_comments.sql.xsl,
-	  doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
-	  doc/xsl/tiger_geocoder_comments.sql.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl,
-	  doc/xsl/topology_comments.sql.xsl,
-	  doc/xsl/topology_gardentest.sql.xsl,
-	  extensions/address_standardizer/parseaddress-api.c,
-	  extensions/address_standardizer/parseaddress-api.h,
-	  extensions/postgis/sql_bits/remove_from_extension.sql.in,
-	  extensions/postgis_extension_helper.sql,
-	  extensions/postgis_extension_helper_uninstall.sql,
-	  extensions/postgis_tiger_geocoder/sql_bits/add_search_path.sql.in,
-	  extensions/postgis_tiger_geocoder/sql_bits/remove_from_extension.sql.in,
-	  extensions/postgis_topology/sql_bits/remove_from_extension.sql.in,
-	  extras/WFS_locks/WFS_locks.sql.in, extras/tiger_geocoder/README,
-	  extras/tiger_geocoder/tiger_2011/README,
-	  extras/tiger_geocoder/tiger_2011/census_loader.sql,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/census_tracts_functions.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/geocode_intersection.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/includes_address.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode_settings.sql,
-	  extras/tiger_geocoder/tiger_2011/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2011/normalize/location_extract_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2011/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql,
-	  extras/tiger_geocoder/tiger_2011/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2011/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2011/regress/pagc_normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2011/tables/lookup_tables_2011.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2013.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2014.sql,
-	  extras/tiger_geocoder/tiger_2011/topology/README,
-	  extras/tiger_geocoder/tiger_2011/topology/tiger_topology_loader.sql,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocoder.sh,
-	  extras/tiger_geocoder/tiger_2011/utility/set_search_path.sql,
-	  java/ejb3/README.txt, java/ejb3/build.xml,
-	  java/ejb3/src/org/postgis/ejb/PersonEntity.java,
-	  java/ejb3/src/org/postgis/ejb/UserBean.java,
-	  java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
-	  java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
-	  java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/GeometryType.java,
-	  java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/PostGISDialect.java,
-	  java/ejb3/src/org/postgis/hibernate/WithinExpression.java,
-	  java/jdbc/README, java/jdbc/src/examples/Test.java,
-	  java/jdbc/src/examples/TestAutoregister.java,
-	  java/jdbc/src/examples/TestBoxes.java,
-	  java/jdbc/src/examples/TestJava2d.java,
-	  java/jdbc/src/examples/TestParser.java,
-	  java/jdbc/src/examples/TestServer.java,
-	  java/jdbc/src/examples/VersionPrinter.java,
-	  java/jdbc/src/org/postgis/ComposedGeom.java,
-	  java/jdbc/src/org/postgis/DriverWrapper.java,
-	  java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java,
-	  java/jdbc/src/org/postgis/DriverWrapperLW.java,
-	  java/jdbc/src/org/postgis/Geometry.java,
-	  java/jdbc/src/org/postgis/GeometryCollection.java,
-	  java/jdbc/src/org/postgis/LineString.java,
-	  java/jdbc/src/org/postgis/LinearRing.java,
-	  java/jdbc/src/org/postgis/MultiLineString.java,
-	  java/jdbc/src/org/postgis/MultiPoint.java,
-	  java/jdbc/src/org/postgis/MultiPolygon.java,
-	  java/jdbc/src/org/postgis/PGbox2d.java,
-	  java/jdbc/src/org/postgis/PGbox3d.java,
-	  java/jdbc/src/org/postgis/PGboxbase.java,
-	  java/jdbc/src/org/postgis/PGgeometry.java,
-	  java/jdbc/src/org/postgis/PGgeometryLW.java,
-	  java/jdbc/src/org/postgis/Point.java,
-	  java/jdbc/src/org/postgis/PointComposedGeom.java,
-	  java/jdbc/src/org/postgis/Polygon.java,
-	  java/jdbc/src/org/postgis/Version.java,
-	  java/jdbc/src/org/postgis/binary/BinaryParser.java,
-	  java/jdbc/src/org/postgis/binary/BinaryWriter.java,
-	  java/jdbc/src/org/postgis/binary/ByteGetter.java,
-	  java/jdbc/src/org/postgis/binary/ByteSetter.java,
-	  java/jdbc/src/org/postgis/binary/ValueGetter.java,
-	  java/jdbc/src/org/postgis/binary/ValueSetter.java,
-	  java/jdbc/src/org/postgis/java2d/Java2DWrapper.java,
-	  java/jdbc/src/org/postgis/java2d/PGShapeGeometry.java,
-	  java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java,
-	  java/jdbc/todo.txt,
-	  java/jdbc_jtsparser/src/main/java/examples/JtsTestParser.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryParser.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryWriter.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGeometry.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGisWrapper.java,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsWrapper.java,
-	  liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_effectivearea.c,
-	  liblwgeom/cunit/cu_force_sfs.c, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h,
-	  liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_in_geojson.c,
-	  liblwgeom/cunit/cu_in_twkb.c, liblwgeom/cunit/cu_in_wkb.c,
-	  liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_misc.c,
-	  liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
-	  liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/cunit/cu_stringbuffer.c, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_surface.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/cunit/cu_varint.c,
-	  liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/g_util.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwgeom_geos_split.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwlinearreferencing.c,
-	  liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
-	  liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
-	  liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c,
-	  liblwgeom/lwout_twkb.h, liblwgeom/lwout_x3d.c,
-	  liblwgeom/lwprint.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/measures.h, liblwgeom/measures3d.c,
-	  liblwgeom/measures3d.h, liblwgeom/stringbuffer.c,
-	  liblwgeom/stringbuffer.h, libpgcommon/Makefile.in,
-	  libpgcommon/common.h, libpgcommon/cunit/Makefile.in,
-	  libpgcommon/gserialized_gist.c, libpgcommon/lwgeom_transform.h,
-	  loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
-	  loader/cunit/cu_shp2pgsql.c, loader/cunit/cu_tester.c,
-	  loader/cunit/cu_tester.h, loader/dbfopen.c,
-	  loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
-	  loader/pgsql2shp-core.h, loader/safileio.c, loader/shapefil.h,
-	  loader/shp2pgsql-cli.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, loader/shpcommon.c, loader/shpcommon.h,
-	  loader/shpopen.c, macros/ac_proj4_version.m4,
-	  postgis/Makefile.in, postgis/geography.h,
-	  postgis/geography.sql.in, postgis/geography_btree.c,
-	  postgis/geography_inout.c, postgis/geography_measurement.c,
-	  postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
-	  postgis/gserialized_typmod.c, postgis/legacy.sql.in,
-	  postgis/legacy_minimal.sql.in, postgis/long_xact.sql.in,
-	  postgis/lwgeom_accum.c, postgis/lwgeom_box.c,
-	  postgis/lwgeom_dump.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_export.h, postgis/lwgeom_functions_analytic.h,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_geos_prepared.h,
-	  postgis/lwgeom_geos_relatematch.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_in_kml.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_sqlmm.c, postgis/postgis.sql.in,
-	  postgis/postgis_drop_after.sql, postgis/postgis_drop_before.sql,
-	  postgis/uninstall_geography.sql.in,
-	  postgis/uninstall_long_xact.sql.in,
-	  postgis/uninstall_sqlmm.sql.in, raster/Makefile.in, raster/TODO,
-	  raster/loader/Makefile.in, raster/loader/raster2pgsql.c,
-	  raster/loader/raster2pgsql.h, raster/macros/ac_proj4_version.m4,
-	  raster/rt_core/Makefile.in, raster/rt_core/librtcore.h,
-	  raster/rt_core/librtcore_internal.h, raster/rt_core/rt_band.c,
-	  raster/rt_core/rt_context.c, raster/rt_core/rt_geometry.c,
-	  raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_pixel.c,
-	  raster/rt_core/rt_raster.c, raster/rt_core/rt_serialize.c,
-	  raster/rt_core/rt_serialize.h,
-	  raster/rt_core/rt_spatial_relationship.c,
-	  raster/rt_core/rt_statistics.c, raster/rt_core/rt_util.c,
-	  raster/rt_core/rt_warp.c, raster/rt_core/rt_wkb.c,
-	  raster/rt_pg/Makefile.in, raster/rt_pg/rtpg_band_properties.c,
-	  raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpg_gdal.c,
-	  raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpg_inout.c,
-	  raster/rt_pg/rtpg_internal.c, raster/rt_pg/rtpg_internal.h,
-	  raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c,
-	  raster/rt_pg/rtpg_raster_properties.c,
-	  raster/rt_pg/rtpg_spatial_relationship.c,
-	  raster/rt_pg/rtpg_statistics.c, raster/rt_pg/rtpg_utility.c,
-	  raster/rt_pg/rtpostgis.c, raster/rt_pg/rtpostgis.h,
-	  raster/rt_pg/rtpostgis_drop.sql.in,
-	  raster/rt_pg/rtpostgis_legacy.sql.in,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
-	  raster/scripts/Makefile.in,
-	  raster/scripts/plpgsql/_MapAlgebraParts.sql,
-	  raster/scripts/plpgsql/st_addband.sql,
-	  raster/scripts/plpgsql/st_asraster.sql,
-	  raster/scripts/plpgsql/st_clip.sql,
-	  raster/scripts/plpgsql/st_deleteband.sql,
-	  raster/scripts/plpgsql/st_histogram.sql,
-	  raster/scripts/plpgsql/st_mapalgebra.sql,
-	  raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
-	  raster/scripts/plpgsql/st_mapalgebrafctngb.sql,
-	  raster/scripts/plpgsql/st_pixelaspolygons.sql,
-	  raster/scripts/plpgsql/st_reclass.sql,
-	  raster/scripts/plpgsql/st_setarray.sql,
-	  raster/scripts/plpgsql/st_setvalues.sql,
-	  raster/scripts/plpgsql/st_tile.sql,
-	  raster/scripts/plpgsql/st_union.sql,
-	  raster/scripts/python/Makefile.in,
-	  raster/scripts/python/Makefile.rt.sample,
-	  raster/scripts/python/genraster.py,
-	  raster/scripts/python/ovdump.py, raster/scripts/python/pixval.py,
-	  raster/scripts/python/raster2pgsql.py,
-	  raster/scripts/python/rtgdalraster.py,
-	  raster/scripts/python/rtpixdump.py,
-	  raster/scripts/python/rtreader.py,
-	  raster/scripts/python/rtrowdump.py,
-	  raster/scripts/python/window.py, raster/test/Makefile.in,
-	  raster/test/cunit/Makefile.in, raster/test/cunit/cu_tester.c,
-	  raster/test/cunit/cu_tester.h, raster/test/regress/Makefile.in,
-	  raster/test/regress/box3d.sql,
-	  raster/test/regress/bug_test_car5.sql,
-	  raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_overviews.sql,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_band_properties.sql,
-	  raster/test/regress/rt_bytea.sql,
-	  raster/test/regress/rt_dimensions.sql,
-	  raster/test/regress/rt_georeference.sql,
-	  raster/test/regress/rt_gist_relationships.sql,
-	  raster/test/regress/rt_hasnoband.sql,
-	  raster/test/regress/rt_isempty.sql,
-	  raster/test/regress/rt_pixelsize.sql,
-	  raster/test/regress/rt_pixelvalue.sql,
-	  raster/test/regress/rt_rotation.sql,
-	  raster/test/regress/rt_scale.sql,
-	  raster/test/regress/rt_set_band_properties.sql,
-	  raster/test/regress/rt_set_properties.sql,
-	  raster/test/regress/rt_upperleft.sql,
-	  raster/test/regress/rt_utility.sql, regress/concave_hull.sql,
-	  regress/regress_management.sql, regress/sfcgal/concave_hull.sql,
-	  topology/Makefile.in, topology/topology.sql.in,
-	  topology/topology_drop_after.sql.in,
-	  topology/topology_drop_before.sql.in, utils/Makefile.in,
-	  utils/profile_intersects.pl, utils/read_scripts_version.pl,
-	  utils/test_estimation.pl, utils/test_geography_estimation.pl,
-	  utils/test_geography_joinestimation.pl,
-	  utils/test_joinestimation.pl: Remove the many and unloved $Id$
-	  tags that clutter the code base
-
-2015-05-13 18:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13495] regress/in_geojson.sql, regress/in_geojson_expected:
-	  Include old regression cases for GeoJSON
-
-2015-05-13 18:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13494] raster/loader/raster2pgsql.c: Quiet warnings about using
-	  fabs on ints
-
-2015-05-13 18:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13493] doc/reference_constructor.xml, doc/reference_output.xml,
-	  liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_in_twkb.c, liblwgeom/cunit/cu_out_twkb.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_varint.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwin_twkb.c,
-	  liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
-	  liblwgeom/ptarray.c, liblwgeom/varint.c, liblwgeom/varint.h,
-	  libpgcommon/lwgeom_pg.h, libpgcommon/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.h, postgis/lwgeom_accum.c,
-	  postgis/lwgeom_inout.c, postgis/postgis.sql.in,
-	  regress/tickets.sql, regress/tickets_expected, regress/twkb.sql,
-	  regress/twkb_expected: #3085 Add aggregate support and enhance
-	  TWKB support in general
-
-2015-05-12 22:27  Regina Obe <lr at pcorp.us>
-
-	* [r13492] doc/reference_processing.xml: fix tag mismatch
-
-2015-05-12 21:07  Regina Obe <lr at pcorp.us>
-
-	* [r13491] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_subdivide01.wkt,
-	  doc/html/image_src/st_subdivide02.wkt,
-	  doc/reference_processing.xml: Figures for new ST_Subdivide
-	  function
-
-2015-05-12 00:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13489] liblwgeom/lwgeom.c: #3108, subdivide dropping some
-	  squares
-
-2015-05-11 17:07  Sandro Santilli <strk at keybit.net>
-
-	* [r13488] doc/reference_misc.xml, postgis/postgis.sql.in:
-	  Deprecate ST_Point_Inside_Circle (#2748)
-
-2015-05-09 23:13  Regina Obe <lr at pcorp.us>
-
-	* [r13487] doc/reference_output.xml: get rid of dangling para mark
-
-2015-05-09 23:06  Regina Obe <lr at pcorp.us>
-
-	* [r13486] NEWS: add ST_AsX3D Geocoordinates and axis flipping
-	  support to history
-
-2015-05-09 22:57  Regina Obe <lr at pcorp.us>
-
-	* [r13485] doc/reference_output.xml, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwout_x3d.c,
-	  postgis/lwgeom_export.c: #897 (part of #2840 ) Support for X3D
-	  Geocoordinate (just WGS 84 for now), also ability to flip X/Y
-	  axis, includes documentation and cunit tests (still need
-	  postgresql specific tests)
-
-2015-05-04 11:18  Sandro Santilli <strk at keybit.net>
-
-	* [r13481] .travis.yml: Add installcheck step to travis build
-
-2015-05-04 11:02  Sandro Santilli <strk at keybit.net>
-
-	* [r13480] regress/sfcgal/tickets.sql: Fix online tickets test with
-	  sfcgal
-
-2015-05-04 11:02  Sandro Santilli <strk at keybit.net>
-
-	* [r13479] regress/run_test.pl, regress/sfcgal/legacy.sql,
-	  regress/sfcgal/regress_ogc.sql: Simplify a couple of sfcgal tests
-	  to simply wrap originals
-	  
-	  Adds support for using the :regdir variable in regression tests
-	  and turns 2 sfcgal tests into simple wrappers. More of this
-	  should
-	  follow.
-
-2015-05-04 10:26  Sandro Santilli <strk at keybit.net>
-
-	* [r13478] GNUmakefile.in: Allow passing custom RUNTESTFLAGS with
-	  'make installcheck'
-
-2015-05-04 10:16  Sandro Santilli <strk at keybit.net>
-
-	* [r13477] regress/sfcgal/legacy.sql: Fix online legacy test with
-	  sfcgal (#3105)
-
-2015-05-04 10:02  Sandro Santilli <strk at keybit.net>
-
-	* [r13476] regress/run_test.pl: Properly handle tear-down with
-	  --sfcgal
-
-2015-05-04 09:57  Sandro Santilli <strk at keybit.net>
-
-	* [r13475] GNUmakefile.in: Add "installcheck" rule (#2358)
-	  
-	  This is a first step, simply wraps a make check call with a
-	  properly setup RUNTESTFLAGS env variable.
-
-2015-05-04 09:57  Sandro Santilli <strk at keybit.net>
-
-	* [r13474] regress/lwgeom_regress.sql: Make Postgis_Noop call
-	  unambiguous to not fail with raster enabled
-
-2015-05-04 08:36  Sandro Santilli <strk at keybit.net>
-
-	* [r13473] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic_tree.c,
-	  liblwgeom/lwin_geojson.c, liblwgeom/lwin_twkb.c,
-	  liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
-	  liblwgeom/lwout_x3d.c, liblwgeom/varint.c, loader/dbfopen.c,
-	  loader/pgsql2shp-core.c, loader/shp2pgsql-gui.c,
-	  loader/shpopen.c, raster/rt_core/rt_raster.c,
-	  raster/rt_core/rt_warp.c: C++ style comments are not allowed in
-	  ISO C90
-
-2015-05-04 07:57  Sandro Santilli <strk at keybit.net>
-
-	* [r13472] postgis/long_xact.c: Rename "errmsg" variable to avoid
-	  clash with PostgreSQL global
-	  
-	  Patch by Haribabu Kommi
-
-2015-05-03 00:41  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r13471] raster/rt_pg/rtpostgis.sql.in: regex for parsing
-	  constraints. ticket #3096
-
-2015-05-02 20:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r13468] raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/tickets.sql,
-	  raster/test/regress/tickets_expected: add unit tests for numeric
-	  overflow. ticket #3100
-
-2015-05-02 19:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r13467] raster/rt_pg/rtpostgis.sql.in,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: round to 10 places
-	  instead of numeric(25,10). ticket #3006
-
-2015-05-02 07:01  Regina Obe <lr at pcorp.us>
-
-	* [r13465] doc/faq_raster.xml: add other error you might see to the
-	  security raster faq
-
-2015-05-02 06:56  Regina Obe <lr at pcorp.us>
-
-	* [r13463] doc/installation.xml: Put back raster security details
-	  that are in 2.1 but weren't upported to 2.2
-
-2015-04-29 18:42  Regina Obe <lr at pcorp.us>
-
-	* [r13461] postgis/postgis.sql.in: #2365: Significantly improve
-	  performance of find_srid when lots of geometry columns
-
-2015-04-29 16:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13460] liblwgeom/effectivearea.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/varint.h: Quiet pedantic warnings some
-
-2015-04-29 15:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13459] postgis/lwgeom_export.c: C90 madness
-
-2015-04-29 15:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13457] postgis/lwgeom_accum.c, postgis/lwgeom_inout.c,
-	  raster/rt_core/rt_band.c, raster/rt_core/rt_raster.c,
-	  raster/rt_core/rt_warp.c: Quiet warnings about misuse of abs() /
-	  fabs() on
-	  wrong types (new clang in OSX 10.10)
-
-2015-04-29 12:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13456] postgis/lwgeom_export.c: #3104, st_asgml introduces
-	  random characters in ID field
-
-2015-04-27 17:43  Regina Obe <lr at pcorp.us>
-
-	* [r13454] postgis/postgis_drop_before.sql: change to drop view if
-	  exists just in case it doesn't
-
-2015-04-27 17:29  Regina Obe <lr at pcorp.us>
-
-	* [r13453] postgis/postgis.sql.in, postgis/postgis_drop_before.sql:
-	  #3103 Get rid of casting of table, schema, and column name.
-	  though oddly find_srid did not seem to be slowed down by this --
-	  need to investigate (might be the immutable strict)
-
-2015-04-27 17:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13452] liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.h,
-	  liblwgeom/lwin_wkt_parse.y: #2587, CompoundCurve with empties
-	  parses differently from WKB and WKT
-
-2015-04-27 16:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13451] libpgcommon/lwgeom_pg.h, postgis/lwgeom_inout.c,
-	  postgis/postgis.sql.in: #2335, rename internal LWGEOMWKB to be a
-	  bit more clear it is for EWKB
-
-2015-04-27 12:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13449] doc/introduction.xml: Update corporate name
-
-2015-04-26 01:09  Regina Obe <lr at pcorp.us>
-
-	* [r13446] extensions/upgradeable_versions.mk,
-	  postgis/postgis.sql.in: #3092 refinement to geometry_columns
-	  view. Aslo add missing 2.1 extension upgrade targets
-
-2015-04-26 00:43  Regina Obe <lr at pcorp.us>
-
-	* [r13445] loader/shp2pgsql-core.h: #3102 - add include <locale.h>
-	  to fix mingw-64 compile issue
-
-2015-04-24 17:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13443] NEWS, postgis/postgis.sql.in: #3092, Slow performance of
-	  geometry_columns
-
-2015-04-23 22:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13442] liblwgeom/lwin_wkt.c: #3098, odd dimension mixes in WKT
-
-2015-04-23 20:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13441] liblwgeom/lwgeom_geos.c: #3091, segfault in unit tests
-	  in debug
-
-2015-04-23 19:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13439] NEWS, loader/shp2pgsql-core.c: #3048, shp2pgsql -
-	  illegal number format when specific system locale set
-
-2015-04-23 18:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13437] NEWS, postgis/geography_btree.c: #3018, GROUP BY
-	  geography sometimes returns duplicate rows
-
-2015-04-22 15:25  Sandro Santilli <strk at keybit.net>
-
-	* [r13434] NEWS, doc/reference_processing.xml,
-	  liblwgeom/cunit/cu_split.c, liblwgeom/lwgeom_geos_split.c,
-	  regress/split.sql, regress/split_expected: Allow splitting lines
-	  by multipoints
-
-2015-04-22 15:25  Sandro Santilli <strk at keybit.net>
-
-	* [r13433] NEWS, doc/reference_processing.xml,
-	  liblwgeom/cunit/cu_split.c, liblwgeom/lwgeom_geos_split.c,
-	  regress/split.sql, regress/split_expected: Allow splitting lines
-	  by multilines and (multi)polygon boundaries
-	  
-	  Funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59)
-
-2015-04-22 15:25  Sandro Santilli <strk at keybit.net>
-
-	* [r13432] liblwgeom/liblwgeom_internal.h: Do not leak symbols
-	  outside of header guard block
-
-2015-04-15 15:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13429] NEWS: Add NEWS note on ST_SubDivide
-
-2015-04-15 15:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13428] liblwgeom/lwin_geojson.c: #3094, found another one
-
-2015-04-06 09:46  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13423] liblwgeom/effectivearea.c: effectivearea: force qsort to
-	  always return the same ordering when comparing identical area.
-	  Prevents different result cross platforms.
-
-2015-04-04 19:44  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13421] liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_effectivearea.c, liblwgeom/cunit/cu_tester.c,
-	  regress/Makefile.in, regress/simplifyvw.sql,
-	  regress/simplifyvw_expected: add cunit and regression tests to
-	  simplifyvw and seteffectivearea
-
-2015-04-04 19:42  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13420] liblwgeom/effectivearea.c: simplifyvw: allow polygon
-	  inner rings to collapse
-
-2015-04-03 22:31  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13419] liblwgeom/effectivearea.c: clean up
-
-2015-04-03 22:28  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13418] doc/reference_processing.xml, postgis/postgis.sql.in:
-	  Add ST_SimplifyVW
-
-2015-04-03 22:28  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13417] liblwgeom/effectivearea.c, liblwgeom/effectivearea.h,
-	  liblwgeom/liblwgeom.h.in, postgis/lwgeom_functions_analytic.c:
-	  effective area: fix multiple bugs in minHeap and make "set
-	  m-value" optional
-
-2015-03-27 16:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13403] liblwgeom/lwin_geojson.c: Fix z+ handling
-
-2015-03-26 22:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13401] liblwgeom/lwin_geojson.c: GeoJSON maintenance
-
-2015-03-26 19:16  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13398] liblwgeom/effectivearea.c, liblwgeom/effectivearea.h:
-	  Add minheap for ordering areas, and funtionality to avoid
-	  collapsing polygons for ST_Seteffectivearea
-
-2015-03-26 12:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13397] doc/reference_processing.xml: Entity the <
-
-2015-03-25 20:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13396] doc/reference_processing.xml: Add doc entry for
-	  ST_Subdivide
-
-2015-03-24 13:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r13395] raster/rt_pg/rtpg_pixel.c: invalid operator. Ticket
-	  #3090
-
-2015-03-23 16:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r13390] NEWS, raster/rt_pg/rtpg_pixel.c,
-	  raster/test/regress/rt_dumpvalues.sql: Fix ST_DumpValues()
-	  crasher when cleaning. Ticket #3086
-
-2015-03-23 16:04  Sandro Santilli <strk at keybit.net>
-
-	* [r13389] configure.ac, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwutil.c, postgis/lwgeom_box.c: Do not (re)define
-	  strcasestr in a public header (#3088)
-
-2015-03-23 08:43  Sandro Santilli <strk at keybit.net>
-
-	* [r13388] NEWS: Add 2.1.5 and 2.1.6 sections in NEWS
-
-2015-03-23 04:14  Regina Obe <lr at pcorp.us>
-
-	* [r13387] regress/lwgeom_regress.sql: #3087 cast text to geometry
-	  lwgeom_regress failure when testing .with CREATE EXTENSIO
-
-2015-03-23 03:43  Regina Obe <lr at pcorp.us>
-
-	* [r13386] raster/test/regress/rt_reclass.sql: #3080 regress
-	  failure on 9.5. Put in an OFFSET 0 on all the queries to prevent
-	  double ST_Reclass calling in 9.5 on constant table
-
-2015-03-20 15:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13376] postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_sfcgal.c, regress/measures.sql,
-	  regress/measures_expected: Back out changes from #3056
-
-2015-03-20 15:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13374] postgis/gserialized_typmod.c: Reorder to C order
-
-2015-03-20 15:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13373] liblwgeom/g_serialized.c: Reorder to C standard
-
-2015-03-20 15:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13372] liblwgeom/liblwgeom.h.in, postgis/geography.h,
-	  postgis/geography_inout.c, postgis/gserialized_typmod.c,
-	  postgis/lwgeom_inout.c, regress/typmod_expected: #3031, allow
-	  MULTIPOINT EMPTY into Geometry(Point) columns
-
-2015-03-20 12:38  Sandro Santilli <strk at keybit.net>
-
-	* [r13366] regress/typmod.sql, regress/typmod_expected: Add missing
-	  typmod tests for high-dimensioned TINs
-
-2015-03-20 11:07  Sandro Santilli <strk at keybit.net>
-
-	* [r13364] regress/typmod.sql, regress/typmod_expected: Add
-	  non-empty (multi)point cases to the typmod test (#3031)
-
-2015-03-20 09:33  Sandro Santilli <strk at keybit.net>
-
-	* [r13362] regress/typmod.sql, regress/typmod_expected: Fix typo in
-	  typmod test (#3031)
-
-2015-03-18 19:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13358] postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_sfcgal.c, regress/measures.sql,
-	  regress/measures_expected: #3056, only do 3d distance calcs when
-	  both args are 3d
-
-2015-03-17 16:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13353] liblwgeom/lwin_wkb.c: #2969, memory leak in the function
-	  of "lwtriangle_from_wkb_state"
-
-2015-03-17 14:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13351] regress/geography.sql, regress/geography_expected:
-	  #2941, add test to back up changes
-
-2015-03-17 11:42  Sandro Santilli <strk at keybit.net>
-
-	* [r13350] raster/rt_pg/rtpostgis.sql.in: Fix availability info for
-	  "agg_count" type (#3082)
-	  
-	  Fixes soft-upgrade from 2.1 to 2.2
-
-2015-03-17 11:42  Sandro Santilli <strk at keybit.net>
-
-	* [r13349] raster/rt_pg/rtpostgis.sql.in,
-	  utils/postgis_proc_upgrade.pl: Fix availability info for
-	  "summarystats" type (#3082)
-	  
-	  Adds support for "Missing in" label in sql comment for handling
-	  cases in which a type was missing from a version.
-
-2015-03-17 10:43  Sandro Santilli <strk at keybit.net>
-
-	* [r13348] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: Fix soft
-	  upgrade from 2.0 to 2.2 (#3081)
-
-2015-03-17 09:19  Sandro Santilli <strk at keybit.net>
-
-	* [r13345] extensions/upgradeable_versions.mk: Add upgrade path
-	  from 2.0.6
-
-2015-03-17 09:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13344] loader/cunit/Makefile.in: Libtoolize build of loader
-	  unit tester, fixing build for me
-
-2015-03-16 20:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13343] liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
-	  liblwgeom/lwpoly.c, postgis/lwgeom_functions_basic.c,
-	  regress/clipbybox2d.sql, regress/clipbybox2d_expected: Revert
-	  previous commit, problem tricked into raster...
-
-2015-03-16 19:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13342] liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
-	  liblwgeom/lwpoly.c, postgis/lwgeom_functions_basic.c,
-	  regress/clipbybox2d.sql, regress/clipbybox2d_expected: Add a
-	  regression test for ST_Subdivide
-
-2015-03-16 18:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13341] regress/in_geojson_expected: #3061, Allow duplicate
-	  points in JSON, GML, GML ST_GeomFrom* functions
-
-2015-03-16 18:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13340] NEWS, liblwgeom/lwin_geojson.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_in_kml.c: #3061, do not drop repeated points when
-	  reading JSON/GML/KML
-
-2015-03-16 15:09  Sandro Santilli <strk at keybit.net>
-
-	* [r13338] postgis/lwgeom_geos.c: Include float.h for DBL_DIG
-	  define (#3079)
-
-2015-03-16 09:57  Sandro Santilli <strk at keybit.net>
-
-	* [r13337] .gitignore, java/jdbc/Makefile.in, java/jdbc/pom.xml,
-	  java/jdbc/pom.xml.in: Generate pom.xml at configure time (#2626)
-
-2015-03-16 08:46  Sandro Santilli <strk at keybit.net>
-
-	* [r13336] utils/create_undef.pl: Strip newlines and comments from
-	  uninstall/drop scripts
-
-2015-03-13 17:05  Sandro Santilli <strk at keybit.net>
-
-	* [r13334] utils/postgis_restore.pl.in: Update postgis_restore.pl
-	  skip list
-	  
-	  This was done with "make update-restore".
-	  Adds the missing signatures found in a dump that was reported
-	  to give restore errors:
-	  http://lists.osgeo.org/pipermail/postgis-users/2015-March/040282.html
-
-2015-03-13 17:05  Sandro Santilli <strk at keybit.net>
-
-	* [r13333] utils/Makefile.in: Draft an "update-restore" rule to
-	  update postgis_restore.pl.in
-	  
-	  It updates the list of known PostGIS signatures from the enabler
-	  and cleanup scripts.
-
-2015-03-13 17:05  Sandro Santilli <strk at keybit.net>
-
-	* [r13332] utils/postgis_restore.pl.in: Canonicalize signature skip
-	  list a bit
-	  
-	  Remove spaces after comma, lowercase, sort.
-
-2015-03-13 12:09  Sandro Santilli <strk at keybit.net>
-
-	* [r13331] doc/reference_raster.xml: Clarify the role of
-	  ST_DumpValues array indexes
-
-2015-03-11 17:31  Sandro Santilli <strk at keybit.net>
-
-	* [r13328] liblwgeom/lwgeom_geos_split.c: Fix bug in comment
-
-2015-03-09 18:45  Sandro Santilli <strk at keybit.net>
-
-	* [r13327] doc/html/image_src/Makefile.in: Libtoolize generator
-	  build, fixing it for me
-	  
-	  ... not sure why/how it broke (happened recently)
-
-2015-03-08 23:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13326] liblwgeom/lwgeom.c: Comments and notes
-
-2015-03-07 15:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13325] postgis/lwgeom_dump.c: Fix elog error
-
-2015-03-07 01:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13324] liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
-	  liblwgeom/lwpoly.c, postgis/lwgeom_dump.c,
-	  postgis/postgis.sql.in: #3074, subdivide any geometry into a
-	  simple set of
-	  smaller parts, great for subdividing tables of
-	  Really Big Things into things that are smaller than
-	  the page size
-
-2015-03-06 22:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13323] liblwgeom/cunit/cu_geos.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeom.c: #3074, add in lwgeom backend for subdivision
-
-2015-03-06 14:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13322] liblwgeom/cunit/cu_misc.c, liblwgeom/g_box.c,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
-	  liblwgeom/ptarray.c: #3074, first piece of infrastructure, count
-	  points in a piece
-
-2015-03-06 14:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13321] postgis/lwgeom_geos.c: Remove un-used pgsql headers
-
-2015-03-06 10:35  Sandro Santilli <strk at keybit.net>
-
-	* [r13320] postgis/lwgeom_geos.c: Fix ST_ClipByBox2D after gbox
-	  calculations centralization (r13313)
-	  
-	  See #3073
-
-2015-03-06 10:05  Sandro Santilli <strk at keybit.net>
-
-	* [r13319] postgis/lwgeom_geos.c: Fix build after gbox calculations
-	  centralization (r13313)
-	  
-	  NOTE: test for ST_ClipByBox2D still fails
-
-2015-03-06 08:53  Sandro Santilli <strk at keybit.net>
-
-	* [r13317] regress/sfcgal/tickets_expected: Update expected results
-	  from sfcgal tests after bbox cache fix
-	  
-	  Ref: #3069
-
-2015-03-06 08:51  Sandro Santilli <strk at keybit.net>
-
-	* [r13316] NEWS, postgis/postgis.sql.in: Simplify geometry type
-	  constraint (#3070)
-
-2015-03-05 19:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13315] liblwgeom/lwgeom.c, regress/lwgeom_regress_expected,
-	  regress/summary_expected: Make serialization code more agressive
-	  about not adding boxes to small things
-
-2015-03-05 19:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13314] postgis/lwgeom_geos.c: Move free before the report
-
-2015-03-05 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13313] liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
-	  postgis/lwgeom_geos.c: Centralize gbox calculations in liblwgeom
-
-2015-03-05 18:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13312] liblwgeom/lwgeom.c, liblwgeom/lwprint.c,
-	  postgis/geometry_inout.c, postgis/lwgeom_ogc.c: Change more
-	  getpoint2d_p to const point calls
-
-2015-03-05 18:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13311] liblwgeom/lwgeodetic.c: Change some more functions to
-	  use getPoint2d_cp
-
-2015-03-05 18:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13310] liblwgeom/lwalgorithm.c: Change some getPoint2d_p to
-	  getPoint2d_cp
-
-2015-03-05 17:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13309] postgis/lwgeom_in_gml.c: Move some more primitive
-	  pointarray accesses back to liblwgeom where they belong
-
-2015-03-05 17:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13308] postgis/lwgeom_geos.c: Replace a few more gserialized
-	  reads with the macro
-
-2015-03-04 21:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13307] libpgcommon/lwgeom_pg.h, postgis/geography_inout.c,
-	  postgis/geography_measurement.c, postgis/lwgeom_btree.c,
-	  postgis/lwgeom_dump.c, postgis/lwgeom_dumppoints.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_sfcgal.c, postgis/lwgeom_transform.c,
-	  raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpg_mapalgebra.c,
-	  raster/rt_pg/rtpg_pixel.c: Catch remaining detoasting calls and
-	  replace with MACRO
-
-2015-03-04 20:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13306] libpgcommon/lwgeom_pg.h, postgis/geography_btree.c,
-	  postgis/geography_inout.c, postgis/geography_measurement.c,
-	  postgis/geometry_inout.c, postgis/gserialized_typmod.c,
-	  postgis/lwgeom_backend_api.c, postgis/lwgeom_box.c,
-	  postgis/lwgeom_box3d.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c: Wrap
-	  de-toastings in a common MACRO
-
-2015-03-04 19:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13303] postgis/gserialized_estimate.c: Be (slightly) more
-	  memory friendly when generating statistics
-
-2015-03-04 19:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13302] liblwgeom/g_serialized.c, postgis/lwgeom_box.c,
-	  postgis/postgis.sql.in, regress/lwgeom_regress.sql,
-	  regress/lwgeom_regress_expected, regress/tickets_expected: #3069,
-	  bounding boxes added to simple objects on deserialization
-
-2015-03-03 12:42  Sandro Santilli <strk at keybit.net>
-
-	* [r13298] postgis/gserialized_typmod.c, postgis/postgis.sql.in:
-	  Have postgis_typmod_dims return NULL for unconstrained dims
-	  (#3068)
-	  
-	  This is consistent with postgis_constraint_type() also returning
-	  NULL for unconstrained.
-
-2015-03-03 10:26  Sandro Santilli <strk at keybit.net>
-
-	* [r13297] NEWS, libpgcommon/gserialized_gist.c,
-	  libpgcommon/gserialized_gist.h, postgis/gserialized_gist_2d.c,
-	  postgis/gserialized_gist_nd.c: Implement canonical text output
-	  for GIDX and BOX2DF
-	  
-	  They make spatial indexes inspectable with Gevel:
-	  http://www.sai.msu.su/~megera/wiki/Gevel
-
-2015-03-02 17:33  Sandro Santilli <strk at keybit.net>
-
-	* [r13294] postgis/gserialized_gist_nd.c: Fix ND-GiST picksplit
-	  method to split on the best plane (#3058)
-
-2015-02-26 10:54  Sandro Santilli <strk at keybit.net>
-
-	* [r13291] doc/reference_processing.xml: Reduce length of purpose
-	  section for ST_Buffer and ST_Intersection
-	  
-	  Better use description for lengthy text...
-
-2015-02-25 15:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13290] doc/reference_processing.xml: Reorder docs parameters
-
-2015-02-25 15:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13289] NEWS, doc/reference_processing.xml,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwgeom.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
-	  regress/Makefile.in, regress/swapordinates.sql,
-	  regress/swapordinates_expected: Add ST_SwapOrdinates function
-	  
-	  This is a generalization of ST_FlipCoordinates
-
-2015-02-25 08:47  Sandro Santilli <strk at keybit.net>
-
-	* [r13288] doc/introduction.xml: Update corporate name OpenGeo ->
-	  Boundless
-
-2015-02-25 08:46  Sandro Santilli <strk at keybit.net>
-
-	* [r13287] NEWS, doc/reference_operator.xml,
-	  postgis/gserialized_gist_nd.c, postgis/postgis.sql.in,
-	  regress/knn.sql, regress/knn_expected, regress/operators.sql,
-	  regress/operators_expected: Add N-dimensional distance operator
-	  with KNN support
-	  
-	  Includes docs and tests
-
-2015-02-24 17:00  Sandro Santilli <strk at keybit.net>
-
-	* [r13284] regress/knn.sql: Include the LIMIT clause in KNN scan
-	  test queries
-
-2015-02-24 17:00  Sandro Santilli <strk at keybit.net>
-
-	* [r13283] regress/regress_index.sql: Re-enable all scan types by
-	  the end of index test
-
-2015-02-24 10:20  Sandro Santilli <strk at keybit.net>
-
-	* [r13281] regress/Makefile.in, regress/knn.sql,
-	  regress/knn_expected, regress/regress_index.sql,
-	  regress/regress_index_expected: Only run KNN tests when building
-	  against PostgreSQL 9.1+
-
-2015-02-24 09:17  Sandro Santilli <strk at keybit.net>
-
-	* [r13279] regress/regress_index.sql,
-	  regress/regress_index_expected: Make sure <#> order is
-	  unambiguous for first result
-	  
-	  Before this commit the first 2 points (or more) all had a
-	  bounding box distance of 0 so actual order was undefined
-
-2015-02-24 08:59  Sandro Santilli <strk at keybit.net>
-
-	* [r13277] regress/regress_index.sql: Fix scan type detection
-	  function to work with nested nodes
-
-2015-02-23 18:27  Sandro Santilli <strk at keybit.net>
-
-	* [r13272] regress/regress_index.sql,
-	  regress/regress_index_expected: Add test for index supported KNN
-	  queries
-
-2015-02-23 18:19  Sandro Santilli <strk at keybit.net>
-
-	* [r13271] regress/regress_index.sql: Do not require XML support in
-	  PostgreSQL for testing purposes
-
-2015-02-23 17:32  Sandro Santilli <strk at keybit.net>
-
-	* [r13270] regress/regress_index.sql,
-	  regress/regress_index_expected: Add test for use of GiST index
-	  with && operator
-
-2015-02-23 14:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13269] postgis/lwgeom_ogc.c: #3053: possible bug in
-	  geometry_geometrytype (strncat overlap)
-
-2015-02-23 14:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13268] liblwgeom/ptarray.c: #3051, warning: 'end' may be used
-	  uninitialized in this function
-
-2015-02-23 10:12  Sandro Santilli <strk at keybit.net>
-
-	* [r13266] doc/reference_operator.xml: Further reword docs for <->
-	  and <#> operators
-	  
-	  .. makeing clear KNN is only available with PgSQL 9.1+
-
-2015-02-23 10:05  Sandro Santilli <strk at keybit.net>
-
-	* [r13265] postgis/postgis.sql.in: Make <-> and <#> operators also
-	  available with pgsql < 9.1
-
-2015-02-23 09:40  Sandro Santilli <strk at keybit.net>
-
-	* [r13263] doc/extras_topology.xml: Improve documentation for
-	  GetRingEdges (#3046)
-
-2015-02-20 20:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13255] liblwgeom/cunit/cu_misc.c, liblwgeom/g_serialized.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
-	  libpgcommon/lwgeom_pg.h, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_ogc.c: Move snap-to-grid functions into lwgeom
-	  where they belong.
-	  Modernize geometry construction to use accessors more
-
-2015-02-20 18:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13253] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
-	  postgis/lwgeom_ogc.c: #3050 Peak into header for GeometryType
-
-2015-02-20 17:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13251] liblwgeom/liblwgeom.h.in, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
-	  liblwgeom/measures.c, liblwgeom/measures.h, liblwgeom/ptarray.c:
-	  #3049 Use getPoint_cp for read-only accesses
-
-2015-02-20 17:27  Sandro Santilli <strk at keybit.net>
-
-	* [r13250] libpgcommon/gserialized_gist.c,
-	  libpgcommon/gserialized_gist.h, postgis/gserialized_gist_nd.c,
-	  regress/operators.sql, regress/operators_expected: Fix
-	  dimensionality confusion in &&& operator (#3045)
-	  
-	  Also enforce the concept that missing dimensions are infinite,
-	  thus always intersecting present dimensions.
-	  See
-	  http://lists.osgeo.org/pipermail/postgis-devel/2015-February/024759.html
-
-2015-02-20 16:26  Sandro Santilli <strk at keybit.net>
-
-	* [r13249] regress/Makefile.in, regress/size.sql,
-	  regress/size_expected: Add bbox cache size test
-
-2015-02-20 15:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13248] NEWS, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/measures.c, liblwgeom/ptarray.c: #3048, speed up
-	  simplify
-
-2015-02-19 16:35  Sandro Santilli <strk at keybit.net>
-
-	* [r13246] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_buildarea.c, liblwgeom/cunit/cu_clean.c,
-	  liblwgeom/cunit/cu_clip_by_rect.c,
-	  liblwgeom/cunit/cu_force_sfs.c, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_in_encoded_polyline.c,
-	  liblwgeom/cunit/cu_in_geojson.c, liblwgeom/cunit/cu_in_twkb.c,
-	  liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_node.c,
-	  liblwgeom/cunit/cu_out_encoded_polyline.c,
-	  liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
-	  liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_stringbuffer.c,
-	  liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_triangulate.c,
-	  liblwgeom/cunit/cu_varint.c: Remove spaces and capital letters
-	  from suite names
-	  
-	  I wonder if the suite name should really be the file name,
-	  could work even better...
-
-2015-02-19 16:22  Sandro Santilli <strk at keybit.net>
-
-	* [r13245] regress/operators.sql, regress/operators_expected: Add
-	  tests for ND overlap operator &&&
-
-2015-02-19 15:54  Sandro Santilli <strk at keybit.net>
-
-	* [r13244] regress/operators.sql, regress/operators_expected: Add a
-	  couple of tests for <-> and <#> operators (#3036)
-
-2015-02-19 15:45  Sandro Santilli <strk at keybit.net>
-
-	* [r13243] regress/operators.sql, regress/operators_expected: Add
-	  missing tests for ancient operators
-
-2015-02-19 00:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13241] liblwgeom/cunit/README: update readme
-
-2015-02-18 23:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13240] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_buildarea.c, liblwgeom/cunit/cu_clean.c,
-	  liblwgeom/cunit/cu_clip_by_rect.c,
-	  liblwgeom/cunit/cu_force_sfs.c, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_in_encoded_polyline.c,
-	  liblwgeom/cunit/cu_in_geojson.c, liblwgeom/cunit/cu_in_twkb.c,
-	  liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_node.c,
-	  liblwgeom/cunit/cu_out_encoded_polyline.c,
-	  liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
-	  liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_stringbuffer.c,
-	  liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_triangulate.c,
-	  liblwgeom/cunit/cu_varint.c: Harmonize Suite names
-
-2015-02-18 23:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13239] liblwgeom/cunit/cu_in_wkb.c,
-	  liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_tester.c: #3041, add remaining tests
-
-2015-02-18 22:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13238] liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, raster/test/cunit/cu_band_basics.c,
-	  raster/test/cunit/cu_band_misc.c,
-	  raster/test/cunit/cu_band_stats.c, raster/test/cunit/cu_gdal.c,
-	  raster/test/cunit/cu_mapalgebra.c, raster/test/cunit/cu_misc.c,
-	  raster/test/cunit/cu_pixtype.c,
-	  raster/test/cunit/cu_raster_basics.c,
-	  raster/test/cunit/cu_raster_geometry.c,
-	  raster/test/cunit/cu_raster_misc.c,
-	  raster/test/cunit/cu_raster_wkb.c,
-	  raster/test/cunit/cu_spatial_relationship.c,
-	  raster/test/cunit/cu_tester.c, raster/test/cunit/cu_tester.h:
-	  #3041, Cunit 2.1-3 breaks testing
-	  Renovate the raster cunit as well
-
-2015-02-18 21:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13237] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_buildarea.c, liblwgeom/cunit/cu_clean.c,
-	  liblwgeom/cunit/cu_clip_by_rect.c,
-	  liblwgeom/cunit/cu_force_sfs.c, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_in_encoded_polyline.c,
-	  liblwgeom/cunit/cu_in_geojson.c, liblwgeom/cunit/cu_in_twkb.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_node.c,
-	  liblwgeom/cunit/cu_out_encoded_polyline.c,
-	  liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
-	  liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/cunit/cu_sfcgal.c, liblwgeom/cunit/cu_split.c,
-	  liblwgeom/cunit/cu_stringbuffer.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/cunit/cu_tree.c,
-	  liblwgeom/cunit/cu_triangulate.c, liblwgeom/cunit/cu_varint.c:
-	  #3041, Cunit 2.1-3 breaks testing
-	  This fix is for the liblwgeom cu_tester only, the raster and
-	  other
-	  testers remain to be fixed
-
-2015-02-18 17:27  Sandro Santilli <strk at keybit.net>
-
-	* [r13236] regress/operators.sql: Add note about missing operator
-	  tests
-
-2015-02-18 17:20  Sandro Santilli <strk at keybit.net>
-
-	* [r13235] regress/Makefile.in, regress/operators.sql,
-	  regress/operators_expected, regress/regress.sql,
-	  regress/regress_expected: Extract operators tests from the
-	  generic, legacy "regress" test
-
-2015-02-18 16:46  Sandro Santilli <strk at keybit.net>
-
-	* [r13234] doc/reference_operator.xml: Reword doc for &&& operator
-	  to avoid confusing "ND" with "3D"
-
-2015-02-18 16:32  Sandro Santilli <strk at keybit.net>
-
-	* [r13233] doc/reference_operator.xml: Reword documentation for <->
-	  operator
-	  
-	  Hopefully it's now less confusing
-
-2015-02-18 12:22  Sandro Santilli <strk at keybit.net>
-
-	* [r13232] regress/interrupt.sql: Further raise tolerated interrupt
-	  delay to 250ms (#2989)
-	  
-	  In one of the reported Debbie cases it took ~210ms to
-	  interrupt...
-
-2015-02-18 12:20  Sandro Santilli <strk at keybit.net>
-
-	* [r13231] regress/interrupt.sql: Raise tolerated lateness in
-	  interruption of ST_Segmentize (#2989)
-	  
-	  Tolerance raised from 150 to 200 milliseconds to aim at reducing
-	  false positives on slow machines (ie: Debbie).
-	  
-	  Uninterrupted, the query would take several seconds.
-
-2015-02-18 11:09  Sandro Santilli <strk at keybit.net>
-
-	* [r13230] utils/postgis_proc_upgrade.pl: Support adding operator
-	  class members in minor upgrades
-
-2015-02-17 17:11  Sandro Santilli <strk at keybit.net>
-
-	* [r13229] raster/rt_pg/rtpostgis.sql.in: Pretend raster/geometry
-	  operator ~ never changed (#3039)
-	  
-	  Fix soft-upgrade from 2.1.2.
-
-2015-02-17 11:22  Sandro Santilli <strk at keybit.net>
-
-	* [r13227] loader/getopt.c: Fix warning about unchecked return code
-	  
-	  The code path is actually never hit as far as I can tell
-
-2015-02-17 11:06  Sandro Santilli <strk at keybit.net>
-
-	* [r13226] loader/shp2pgsql-gui.c: Drop use of lw_asprintf
-	  
-	  Also removes a memory leak
-
-2015-02-17 10:42  Sandro Santilli <strk at keybit.net>
-
-	* [r13225] loader/shp2pgsql-gui.c: Fix another typo in recent
-	  rewrite of message handlers
-
-2015-02-17 10:29  Sandro Santilli <strk at keybit.net>
-
-	* [r13224] liblwgeom/lwutil.c, loader/shp2pgsql-gui.c: Fix typo in
-	  recent rewrite of message handlers
-
-2015-02-17 10:23  Sandro Santilli <strk at keybit.net>
-
-	* [r13223] loader/shp2pgsql-gui.c: Remove use of lw_vasprintf from
-	  loader GUI
-
-2015-02-17 10:20  Sandro Santilli <strk at keybit.net>
-
-	* [r13222] liblwgeom/cunit/cu_tester.c: Fix build, providing a
-	  missing macro from recent commit
-
-2015-02-17 10:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13221] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Remove
-	  unused vasbappend function from shp2pgsql core
-
-2015-02-17 10:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13220] libpgcommon/lwgeom_pg.c: Remove use of lw_vasprintf from
-	  libpgcommon
-	  
-	  Drops useless heap allocations
-
-2015-02-17 10:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13219] liblwgeom/cunit/cu_tester.c, liblwgeom/lwutil.c: Remove
-	  use of lw_vasprintf from liblwgeom
-	  
-	  Drops useless heap allocations
-
-2015-02-17 10:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13218] raster/rt_pg/rtpostgis.c, raster/test/cunit/cu_tester.c:
-	  Remove use of lw_vasprintf from raster
-	  
-	  reduces useless heap allocations
-
-2015-02-17 09:23  Sandro Santilli <strk at keybit.net>
-
-	* [r13217] raster/rt_pg/rtpostgis.sql.in: Embed availability info
-	  for raster operators
-
-2015-02-17 09:19  Sandro Santilli <strk at keybit.net>
-
-	* [r13216] raster/rt_pg/rtpostgis.sql.in: Embed availability info
-	  for raster types
-
-2015-02-16 20:36  Sandro Santilli <strk at keybit.net>
-
-	* [r13215] postgis/postgis.sql.in, utils/postgis_proc_upgrade.pl:
-	  Add embedded availability info for all operators
-
-2015-02-16 20:16  Sandro Santilli <strk at keybit.net>
-
-	* [r13214] postgis/postgis.sql.in, utils/postgis_proc_upgrade.pl:
-	  Add embedded availability info for all types
-
-2015-02-12 16:58  Sandro Santilli <strk at keybit.net>
-
-	* [r13210] liblwgeom/cunit/cu_tester.c: Fix conditional enabling of
-	  json input unit test
-
-2015-02-11 22:50  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13209] postgis/lwgeom_accum.c: Fix for #3034
-
-2015-02-10 04:41  Regina Obe <lr at pcorp.us>
-
-	* [r13208] .travis.yml: #3032 force eol to be unix LF for this file
-	  and accept mwtoews patch (I'm going to trust he knows what he's
-	  doing with travis better than I do strk check)
-
-2015-02-02 15:45  Sandro Santilli <strk at keybit.net>
-
-	* [r13207] raster/rt_pg/rtpostgis_drop.sql.in: Do not drop
-	  non-obsoleted functions on upgrade (#2038)
-	  
-	  These functions are retained:
-	  ST_Intersection(raster, integer, geometry)
-	  ST_Intersection(geometry,raster)
-
-2015-01-29 20:19  Sandro Santilli <strk at keybit.net>
-
-	* [r13206] NEWS, doc/extras_topology.xml: Document swapping 'edge
-	  crosses node' reported ids (#3022)
-
-2015-01-27 18:16  Sandro Santilli <strk at keybit.net>
-
-	* [r13205] doc/extras_topology.xml,
-	  topology/test/regress/legacy_invalid_expected,
-	  topology/topology.sql.in: ValidateTopology: swap edge_id and
-	  node_id for "edge crosses node" (#3022)
-
-2015-01-25 10:43  Regina Obe <lr at pcorp.us>
-
-	* [r13203] doc/extras_topology.xml: set availability
-
-2015-01-25 08:55  Regina Obe <lr at pcorp.us>
-
-	* [r13202] doc/release_notes.xml: missing 2.1.5 release notes
-
-2015-01-25 07:35  Regina Obe <lr at pcorp.us>
-
-	* [r13201] doc/extras_topology.xml: #3021 table to document the
-	  different error return types (was debating if this belongs in
-	  validatetopology_returntype, but guess better on VAlidateTopology
-	  page (and especially if the return type is reused by other
-	  functions)
-
-2015-01-24 17:43  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r13200] raster/test/cunit/cu_band_basics.c: fix up cunit test
-
-2015-01-24 17:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r13198] raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpostgis.c:
-	  slight cleanup
-
-2015-01-24 17:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r13197] raster/test/regress/load_outdb-pre.pl,
-	  raster/test/regress/load_outdb-pre.sh,
-	  raster/test/regress/loader/Basic.select.expected,
-	  raster/test/regress/loader/Basic.select.sql,
-	  raster/test/regress/loader/BasicCopy.select.expected,
-	  raster/test/regress/loader/BasicCopy.select.sql,
-	  raster/test/regress/loader/BasicFilename.select.expected,
-	  raster/test/regress/loader/BasicFilename.select.sql,
-	  raster/test/regress/loader/BasicOutDB.select.expected,
-	  raster/test/regress/loader/BasicOutDB.select.sql,
-	  raster/test/regress/loader/Projected.select.expected,
-	  raster/test/regress/loader/Projected.tif,
-	  raster/test/regress/loader/Tiled10x10.select.expected,
-	  raster/test/regress/loader/Tiled10x10.select.sql,
-	  raster/test/regress/loader/Tiled10x10Copy.select.expected,
-	  raster/test/regress/loader/Tiled10x10Copy.select.sql,
-	  raster/test/regress/loader/Tiled8x8.select.expected,
-	  raster/test/regress/loader/Tiled8x8.select.sql,
-	  raster/test/regress/loader/testraster.tif,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_addband_expected,
-	  raster/test/regress/rt_utility_expected: add unit test for #3020.
-	  use rectangular out-db raster
-
-2015-01-24 17:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r13196] NEWS, raster/rt_pg/rtpg_create.c: ST_AddBand out-db band
-	  uses width value for height
-
-2015-01-23 14:39  Sandro Santilli <strk at keybit.net>
-
-	* [r13195] doc/html/image_src/st_split01.wkt,
-	  doc/html/image_src/st_split02.wkt,
-	  doc/html/image_src/styles.conf: Tweak images for ST_Split
-	  documentation to be more readable
-	  
-	  Only covers the polygon by line split case
-
-2015-01-22 16:12  Sandro Santilli <strk at keybit.net>
-
-	* [r13194] doc/html/image_src/generator.c: Gracefully handle typos
-	  in style names for docs images
-
-2015-01-21 18:04  Sandro Santilli <strk at keybit.net>
-
-	* [r13193] NEWS: Update list of deprecated signatures
-
-2015-01-21 17:33  Sandro Santilli <strk at keybit.net>
-
-	* [r13192] doc/reference_measure.xml, postgis/postgis.sql.in:
-	  Deprecate ST_3DLength_Spheroid (#2748)
-
-2015-01-21 14:48  Sandro Santilli <strk at keybit.net>
-
-	* [r13189] topology/test/Makefile.in,
-	  topology/test/regress/droptopogeometrycolumn.sql,
-	  topology/test/regress/droptopogeometrycolumn_expected,
-	  topology/topology.sql.in: Allow unregistering layers of corrupted
-	  topologies (#3016)
-	  
-	  Makes topology.layer trigger and DropTopoGeometryColumn tolerant
-	  of topology schemas with no "relation" table.
-	  
-	  Allows using DropTopology to de-register and drop these kind of
-	  corrupted topologies.
-
-2015-01-21 12:24  Sandro Santilli <strk at keybit.net>
-
-	* [r13186] topology/sql/manage/TopologySummary.sql.in,
-	  topology/test/Makefile.in,
-	  topology/test/regress/topologysummary.sql,
-	  topology/test/regress/topologysummary_expected: Avoid exceptions
-	  from TopologySummary (#3015)
-	  
-	  Includes testcase for the function
-
-2015-01-21 11:11  Sandro Santilli <strk at keybit.net>
-
-	* [r13185] raster/test/regress/rt_mapalgebra_expected,
-	  regress/legacy_expected, regress/regress_index_expected,
-	  regress/run_test.pl, regress/sfcgal/legacy_expected,
-	  regress/sfcgal/wmsservers_expected, regress/wmsservers_expected:
-	  Disreguard ALTER responses during testing
-
-2015-01-20 01:11  Regina Obe <lr at pcorp.us>
-
-	* [r13184] doc/reference_measure.xml: take out statements about how
-	  SFCGAL handles Polyhedral surfaces
-
-2015-01-18 09:50  Regina Obe <lr at pcorp.us>
-
-	* [r13183] doc/reference_measure.xml: flag ST_3DIntersects as
-	  overloaded sfcgal function
-
-2015-01-18 09:40  Regina Obe <lr at pcorp.us>
-
-	* [r13182] extensions/upgradeable_versions.mk: #3014: add upgrade
-	  path from 2.1.5
-
-2015-01-18 07:46  Regina Obe <lr at pcorp.us>
-
-	* [r13180] doc/faq_raster.xml: FAQ about 2.0.6, 2.1.3 security
-	  changes for raster
-
-2015-01-16 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r13179] doc/reference_measure.xml, postgis/postgis.sql.in:
-	  CamelCase-ize ST_DistanceSphere (#2748)
-
-2015-01-15 08:57  Sandro Santilli <strk at keybit.net>
-
-	* [r13178] raster/doc/RFC1-SerializedFormat,
-	  raster/doc/RFC2-WellKnownBinaryFormat: Fill in meta info for RFC
-	  documents
-
-2015-01-11 20:13  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13174] doc/reference_processing.xml, liblwgeom/Makefile.in,
-	  liblwgeom/effectivearea.c, liblwgeom/liblwgeom.h.in,
-	  postgis/lwgeom_functions_analytic.c, postgis/postgis.sql.in: Add
-	  function ST_EffectiveArea, Visvalingam’s algorithm simplification
-	  #2227
-
-2015-01-04 17:08  Sandro Santilli <strk at keybit.net>
-
-	* [r13173] NEWS, doc/reference_measure.xml, postgis/postgis.sql.in,
-	  regress/measures.sql, regress/measures_expected,
-	  regress/tickets.sql, regress/tickets_expected: CamelCase-ize
-	  ST_LengtSpheroid, ST_DistanceSpheroid (#2748)
-
-2015-01-04 16:43  Sandro Santilli <strk at keybit.net>
-
-	* [r13172] NEWS, doc/reference_processing.xml,
-	  postgis/postgis.sql.in, regress/tickets.sql: CamelCase-ize
-	  ST_ShiftLongitude, ST_CombineBbox, ST_FindExtent (#2748)
-
-2015-01-02 17:11  Sandro Santilli <strk at keybit.net>
-
-	* [r13171] regress/run_test.pl: Drop topology schema after topology
-	  extension test (#2138)
-
-2014-12-30 16:55  Sandro Santilli <strk at keybit.net>
-
-	* [r13168] doc/reference_measure.xml: Fix typo, insert a comma
-	  
-	  Thanks Christian Sturm
-
-2014-12-30 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r13166] topology/sql/sqlmm.sql.in: Allow index scans in edge
-	  splitting and healing queries (#3000)
-	  
-	  Speeds up topology population when input edges intersect.
-	  
-	  A simple test splitting and re-healing an edge in a ~500k edges
-	  topology completes in ~1/10 of the time.
-
-2014-12-29 11:59  Sandro Santilli <strk at keybit.net>
-
-	* [r13165] topology/sql/sqlmm.sql.in: Enhance some comments
-
-2014-12-29 11:08  Sandro Santilli <strk at keybit.net>
-
-	* [r13164] topology/test/regress/st_simplify.sql: Do not rely on
-	  TopoGeometry->Geometry cast in ST_Simplify test
-	  
-	  Makes the test independent from CAST issues
-
-2014-12-29 10:56  Sandro Santilli <strk at keybit.net>
-
-	* [r13163] .gitignore: Ignore raster garden test results
-
-2014-12-17 17:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13150] postgis/geography_inout.c: #3009, geography case may
-	  alter tuple values
-
-2014-12-12 21:14  Regina Obe <lr at pcorp.us>
-
-	* [r13148] doc/extras_topology.xml: change title and point to raw
-	  version of vincent's topology pgconf 2012 talk
-
-2014-12-12 21:08  Regina Obe <lr at pcorp.us>
-
-	* [r13146] doc/extras_topology.xml: fix link to vincent's topology
-	  talk -- point to 2012 instead of 2010 one.
-
-2014-12-12 07:25  Regina Obe <lr at pcorp.us>
-
-	* [r13144] doc/extras_topology.xml: missed get to gets correction
-	  in last commit
-
-2014-12-12 06:56  Regina Obe <lr at pcorp.us>
-
-	* [r13142] doc/extras_topology.xml: Grammar corrections from Eric
-	  Theise -
-	  https://github.com/erictheise/postgis/commit/b76aeaf6b2539345d44f3c2d60fbd84625e3467d
-
-2014-12-04 00:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13140] liblwgeom/cunit/cu_in_wkt.c: Fix Solaris regression
-	  failure for string representation of 'Infinity'
-
-2014-12-03 23:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13139] authors.git, authors.svn: Update emails in authors files
-
-2014-12-03 23:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13138] README.postgis: Remove old knowledge from the README
-
-2014-12-03 23:28  Regina Obe <lr at pcorp.us>
-
-	* [r13136] raster/rt_pg/rtpostgis.sql.in: #3006 Numeric overflow
-	  when executing AddRasterConstraints, increased precision to 25,10
-
-2014-12-02 00:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13135] doc/Makefile.in, doc/html/image_src/Makefile.in,
-	  extensions/Makefile.in, loader/Makefile.in,
-	  loader/cunit/Makefile.in, postgis/Makefile.in,
-	  raster/Makefile.in: Replace final reference to 'make' with
-	  $(MAKE)
-
-2014-11-14 23:33  Regina Obe <lr at pcorp.us>
-
-	* [r13129] regress/run_test.pl: get rid of redundant DO regress
-
-2014-11-14 23:30  Regina Obe <lr at pcorp.us>
-
-	* [r13128] regress/run_test.pl: #2992: revise DO regular expression
-	  to work under windows as well. This is a revision of r13123
-	  commit.
-
-2014-11-12 17:57  Sandro Santilli <strk at keybit.net>
-
-	* [r13127] doc/extras_topology.xml: Reword documentation for
-	  TopoElement domain
-
-2014-11-11 09:25  Sandro Santilli <strk at keybit.net>
-
-	* [r13125] raster/test/regress/permitted_gdal_drivers_expected,
-	  raster/test/regress/rt_elevation_functions_expected,
-	  raster/test/regress/rt_mapalgebra_expected: Do not expect DO
-	  responses in raster regress
-	  
-	  Fixes testsuite broke by r13123
-
-2014-11-11 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r13124] regress/interrupt.sql, regress/interrupt_buffer.sql,
-	  regress/interrupt_relate.sql: Reset timer after creating input
-	  tables (#2989)
-
-2014-11-11 09:15  Sandro Santilli <strk at keybit.net>
-
-	* [r13123] regress/run_test.pl: Disreguard DO responses during
-	  testing
-
-2014-11-10 10:25  Sandro Santilli <strk at keybit.net>
-
-	* [r13122] regress/Makefile.in, regress/interrupt.sql,
-	  regress/interrupt_buffer.sql, regress/interrupt_buffer_expected,
-	  regress/interrupt_expected, regress/interrupt_relate.sql,
-	  regress/interrupt_relate_expected: Test relate-based function
-	  interruptibility (#2975)
-	  
-	  Also refactor existing interruptibility tests to avoid failures
-	  due
-	  to lack of latest GEOS version.
-	  
-	  Work funded by CartoDB
-
-2014-11-06 18:41  Sandro Santilli <strk at keybit.net>
-
-	* [r13121] regress/interrupt.sql, regress/interrupt_expected: Allow
-	  interruption to take some more time.
-	  
-	  Also show the lateness when the time test fails.
-	  Hopefully fixes or helps fixing travis build.
-
-2014-11-06 17:22  Sandro Santilli <strk at keybit.net>
-
-	* [r13120] regress/interrupt.sql, regress/interrupt_expected: Add
-	  timing check to interrupt tests
-
-2014-11-05 17:25  Sandro Santilli <strk at keybit.net>
-
-	* [r13119] topology/sql/topogeometry/totopogeom.sql.in: Hush
-	  toTopoGeom debugging NOTICE
-
-2014-10-31 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13117] regress/out_geometry_expected: Fix regression for GML
-	  output for curvepolygons
-
-2014-10-31 16:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13116] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c:
-	  #2938, fix to include <ring></ring> around curvepolygon rings
-	  (eroualt)
-
-2014-10-31 00:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13115] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c:
-	  #2938 gml export of curvepolygons fix
-
-2014-10-25 09:54  Regina Obe <lr at pcorp.us>
-
-	* [r13114] doc/extras_address_standardizer.xml: more explanation
-
-2014-10-25 09:06  Regina Obe <lr at pcorp.us>
-
-	* [r13113] doc/extras_address_standardizer.xml: put para around
-	  empha
-
-2014-10-25 08:52  Regina Obe <lr at pcorp.us>
-
-	* [r13112] doc/extras_address_standardizer.xml: fill in remaining
-	  tokens
-
-2014-10-25 07:28  Regina Obe <lr at pcorp.us>
-
-	* [r13111] doc/extras_address_standardizer.xml: work in progress -
-	  will reshuffle some things later
-
-2014-10-24 23:27  Regina Obe <lr at pcorp.us>
-
-	* [r13110]
-	  extras/tiger_geocoder/tiger_2011/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql:
-	  #2977 pagc_normalize_address function errors on nulls (changed
-	  function to STRICT to return null on null). Also did the same for
-	  normalize_address and made that also IMMUTABLE STRICT
-
-2014-10-22 16:08  Sandro Santilli <strk at keybit.net>
-
-	* [r13108] regress/Makefile.in: Allow running "make garden" over an
-	  existing "postgis_garden" database
-
-2014-10-22 16:00  Sandro Santilli <strk at keybit.net>
-
-	* [r13107] regress/Makefile.in: Fix typo in "make garden" output
-	  summary
-
-2014-10-22 15:34  Sandro Santilli <strk at keybit.net>
-
-	* [r13106] postgis/lwgeom_geos.c: Complete improvement of
-	  geos-implemented error message from postgis
-	  
-	  These ones did not match my previous regexp :)
-	  See #2970
-
-2014-10-22 14:22  Sandro Santilli <strk at keybit.net>
-
-	* [r13105] NEWS, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c,
-	  liblwgeom/ptarray.c, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_functions_basic.c, regress/Makefile.in,
-	  regress/interrupt.sql, regress/interrupt_expected: Implement
-	  interruptability of ST_Segmentize(geometry)
-	  
-	  Includes testcases at sql and cunit levels.
-	  Closes #2893
-
-2014-10-22 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r13104] postgis/lwgeom_geos.c: Improved error message on
-	  geos-implemented functions interruption/timeout
-	  
-	  See #2970
-
-2014-10-22 08:18  Sandro Santilli <strk at keybit.net>
-
-	* [r13103] postgis/postgis_module.c: Uninstall custom INT signal
-	  handler on unload
-	  
-	  NOTE: this is just academic as unloading of module never happens
-	  as of PostgreSQL 9.4+
-
-2014-10-21 14:53  Sandro Santilli <strk at keybit.net>
-
-	* [r13102] .gitignore: Ignore another generated file
-
-2014-10-21 14:51  Sandro Santilli <strk at keybit.net>
-
-	* [r13101] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Add a
-	  method to cancel interruption requests in liblwgeom
-
-2014-10-21 10:54  Sandro Santilli <strk at keybit.net>
-
-	* [r13100] .gitignore: Ignore .pdf files (all generated)
-
-2014-10-21 10:08  Sandro Santilli <strk at keybit.net>
-
-	* [r13099] NEWS, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_api.c,
-	  postgis/postgis_module.c: Add interruptability API to liblwgeom
-
-2014-10-20 17:01  Sandro Santilli <strk at keybit.net>
-
-	* [r13098] doc/Makefile.in: Really use DBLATEX variable
-
-2014-10-20 16:26  Sandro Santilli <strk at keybit.net>
-
-	* [r13097] doc/po/fr/performance_tips.xml.po,
-	  doc/po/it_IT/postgis.xml.po: Further update translations
-	  
-	  Italian was edited locally and already pushed to transifex,
-	  French was edited on transifex and pulled locally.
-
-2014-10-20 15:47  Sandro Santilli <strk at keybit.net>
-
-	* [r13096] doc/po/it_IT/introduction.xml.po,
-	  doc/po/it_IT/reporting.xml.po, doc/po/ko_KR/introduction.xml.po:
-	  Pull updated translations from transifex
-	  
-	  In particular, italian updates in introduction are fetched after
-	  manual editing from the web interface. The "fuzzy" strings were
-	  reported by transifex as "suggestions" and the corresponding
-	  entries were reported as "untranslated".
-
-2014-10-18 14:30  Sandro Santilli <strk at keybit.net>
-
-	* [r13092] doc/Makefile.in, doc/po/ko_KR, doc/po/ko_KR/Makefile,
-	  doc/po/ko_KR/extras.xml.po,
-	  doc/po/ko_KR/extras_address_standardizer.xml.po,
-	  doc/po/ko_KR/extras_historytable.xml.po,
-	  doc/po/ko_KR/extras_tigergeocoder.xml.po,
-	  doc/po/ko_KR/extras_topology.xml.po, doc/po/ko_KR/faq.xml.po,
-	  doc/po/ko_KR/faq_raster.xml.po, doc/po/ko_KR/installation.xml.po,
-	  doc/po/ko_KR/introduction.xml.po,
-	  doc/po/ko_KR/performance_tips.xml.po,
-	  doc/po/ko_KR/postgis.xml.po, doc/po/ko_KR/reference.xml.po,
-	  doc/po/ko_KR/reference_accessor.xml.po,
-	  doc/po/ko_KR/reference_constructor.xml.po,
-	  doc/po/ko_KR/reference_editor.xml.po,
-	  doc/po/ko_KR/reference_exception.xml.po,
-	  doc/po/ko_KR/reference_guc.xml.po,
-	  doc/po/ko_KR/reference_lrs.xml.po,
-	  doc/po/ko_KR/reference_management.xml.po,
-	  doc/po/ko_KR/reference_measure.xml.po,
-	  doc/po/ko_KR/reference_misc.xml.po,
-	  doc/po/ko_KR/reference_operator.xml.po,
-	  doc/po/ko_KR/reference_output.xml.po,
-	  doc/po/ko_KR/reference_processing.xml.po,
-	  doc/po/ko_KR/reference_raster.xml.po,
-	  doc/po/ko_KR/reference_sfcgal.xml.po,
-	  doc/po/ko_KR/reference_transaction.xml.po,
-	  doc/po/ko_KR/reference_type.xml.po,
-	  doc/po/ko_KR/release_notes.xml.po, doc/po/ko_KR/reporting.xml.po,
-	  doc/po/ko_KR/using_postgis_app.xml.po,
-	  doc/po/ko_KR/using_postgis_dataman.xml.po,
-	  doc/po/ko_KR/using_raster_dataman.xml.po: Import Korean
-	  translation from transifex, enable it
-	  
-	  Updated translations were also re-pushed on transifex
-
-2014-10-18 11:48  Sandro Santilli <strk at keybit.net>
-
-	* [r13091] doc/po/it_IT/introduction.xml.po: Review one fuzzy
-	  string in italian translation
-	  
-	  Confirms dropping the "fuzzy" label puts the translation in
-	  actual use
-
-2014-10-18 11:48  Sandro Santilli <strk at keybit.net>
-
-	* [r13090] doc/po/es/extras_address_standardizer.xml.po,
-	  doc/po/es/extras_tigergeocoder.xml.po,
-	  doc/po/es/extras_topology.xml.po, doc/po/es/faq.xml.po,
-	  doc/po/es/faq_raster.xml.po, doc/po/es/installation.xml.po,
-	  doc/po/es/introduction.xml.po, doc/po/es/performance_tips.xml.po,
-	  doc/po/es/reference.xml.po, doc/po/es/reference_accessor.xml.po,
-	  doc/po/es/reference_constructor.xml.po,
-	  doc/po/es/reference_editor.xml.po,
-	  doc/po/es/reference_guc.xml.po, doc/po/es/reference_lrs.xml.po,
-	  doc/po/es/reference_management.xml.po,
-	  doc/po/es/reference_measure.xml.po,
-	  doc/po/es/reference_misc.xml.po,
-	  doc/po/es/reference_operator.xml.po,
-	  doc/po/es/reference_processing.xml.po,
-	  doc/po/es/reference_raster.xml.po,
-	  doc/po/es/reference_sfcgal.xml.po,
-	  doc/po/es/release_notes.xml.po,
-	  doc/po/es/using_postgis_dataman.xml.po,
-	  doc/po/es/using_raster_dataman.xml.po,
-	  doc/po/fr/extras_address_standardizer.xml.po,
-	  doc/po/fr/extras_tigergeocoder.xml.po,
-	  doc/po/fr/extras_topology.xml.po, doc/po/fr/faq.xml.po,
-	  doc/po/fr/faq_raster.xml.po, doc/po/fr/installation.xml.po,
-	  doc/po/fr/introduction.xml.po, doc/po/fr/performance_tips.xml.po,
-	  doc/po/fr/reference.xml.po, doc/po/fr/reference_accessor.xml.po,
-	  doc/po/fr/reference_constructor.xml.po,
-	  doc/po/fr/reference_editor.xml.po,
-	  doc/po/fr/reference_guc.xml.po, doc/po/fr/reference_lrs.xml.po,
-	  doc/po/fr/reference_management.xml.po,
-	  doc/po/fr/reference_measure.xml.po,
-	  doc/po/fr/reference_misc.xml.po,
-	  doc/po/fr/reference_operator.xml.po,
-	  doc/po/fr/reference_processing.xml.po,
-	  doc/po/fr/reference_raster.xml.po,
-	  doc/po/fr/reference_sfcgal.xml.po,
-	  doc/po/fr/release_notes.xml.po,
-	  doc/po/fr/using_postgis_dataman.xml.po,
-	  doc/po/fr/using_raster_dataman.xml.po,
-	  doc/po/it_IT/extras_address_standardizer.xml.po,
-	  doc/po/it_IT/extras_tigergeocoder.xml.po,
-	  doc/po/it_IT/extras_topology.xml.po, doc/po/it_IT/faq.xml.po,
-	  doc/po/it_IT/faq_raster.xml.po, doc/po/it_IT/installation.xml.po,
-	  doc/po/it_IT/introduction.xml.po,
-	  doc/po/it_IT/performance_tips.xml.po,
-	  doc/po/it_IT/reference.xml.po,
-	  doc/po/it_IT/reference_accessor.xml.po,
-	  doc/po/it_IT/reference_constructor.xml.po,
-	  doc/po/it_IT/reference_editor.xml.po,
-	  doc/po/it_IT/reference_guc.xml.po,
-	  doc/po/it_IT/reference_lrs.xml.po,
-	  doc/po/it_IT/reference_management.xml.po,
-	  doc/po/it_IT/reference_measure.xml.po,
-	  doc/po/it_IT/reference_misc.xml.po,
-	  doc/po/it_IT/reference_operator.xml.po,
-	  doc/po/it_IT/reference_processing.xml.po,
-	  doc/po/it_IT/reference_raster.xml.po,
-	  doc/po/it_IT/reference_sfcgal.xml.po,
-	  doc/po/it_IT/release_notes.xml.po,
-	  doc/po/it_IT/using_postgis_dataman.xml.po,
-	  doc/po/it_IT/using_raster_dataman.xml.po,
-	  doc/po/pl/extras_address_standardizer.xml.po,
-	  doc/po/pl/extras_tigergeocoder.xml.po,
-	  doc/po/pl/extras_topology.xml.po, doc/po/pl/faq.xml.po,
-	  doc/po/pl/faq_raster.xml.po, doc/po/pl/installation.xml.po,
-	  doc/po/pl/introduction.xml.po, doc/po/pl/performance_tips.xml.po,
-	  doc/po/pl/reference.xml.po, doc/po/pl/reference_accessor.xml.po,
-	  doc/po/pl/reference_constructor.xml.po,
-	  doc/po/pl/reference_editor.xml.po,
-	  doc/po/pl/reference_guc.xml.po, doc/po/pl/reference_lrs.xml.po,
-	  doc/po/pl/reference_management.xml.po,
-	  doc/po/pl/reference_measure.xml.po,
-	  doc/po/pl/reference_misc.xml.po,
-	  doc/po/pl/reference_operator.xml.po,
-	  doc/po/pl/reference_processing.xml.po,
-	  doc/po/pl/reference_raster.xml.po,
-	  doc/po/pl/reference_sfcgal.xml.po,
-	  doc/po/pl/release_notes.xml.po,
-	  doc/po/pl/using_postgis_dataman.xml.po,
-	  doc/po/pl/using_raster_dataman.xml.po,
-	  doc/po/pt_BR/extras_address_standardizer.xml.po,
-	  doc/po/pt_BR/extras_tigergeocoder.xml.po,
-	  doc/po/pt_BR/extras_topology.xml.po, doc/po/pt_BR/faq.xml.po,
-	  doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/installation.xml.po,
-	  doc/po/pt_BR/introduction.xml.po,
-	  doc/po/pt_BR/performance_tips.xml.po,
-	  doc/po/pt_BR/reference.xml.po,
-	  doc/po/pt_BR/reference_accessor.xml.po,
-	  doc/po/pt_BR/reference_constructor.xml.po,
-	  doc/po/pt_BR/reference_editor.xml.po,
-	  doc/po/pt_BR/reference_guc.xml.po,
-	  doc/po/pt_BR/reference_lrs.xml.po,
-	  doc/po/pt_BR/reference_management.xml.po,
-	  doc/po/pt_BR/reference_measure.xml.po,
-	  doc/po/pt_BR/reference_misc.xml.po,
-	  doc/po/pt_BR/reference_operator.xml.po,
-	  doc/po/pt_BR/reference_processing.xml.po,
-	  doc/po/pt_BR/reference_raster.xml.po,
-	  doc/po/pt_BR/reference_sfcgal.xml.po,
-	  doc/po/pt_BR/release_notes.xml.po,
-	  doc/po/pt_BR/using_postgis_dataman.xml.po,
-	  doc/po/pt_BR/using_raster_dataman.xml.po,
-	  doc/po/templates/extras_address_standardizer.xml.pot,
-	  doc/po/templates/extras_tigergeocoder.xml.pot,
-	  doc/po/templates/extras_topology.xml.pot,
-	  doc/po/templates/faq.xml.pot,
-	  doc/po/templates/faq_raster.xml.pot,
-	  doc/po/templates/installation.xml.pot,
-	  doc/po/templates/introduction.xml.pot,
-	  doc/po/templates/performance_tips.xml.pot,
-	  doc/po/templates/reference.xml.pot,
-	  doc/po/templates/reference_accessor.xml.pot,
-	  doc/po/templates/reference_constructor.xml.pot,
-	  doc/po/templates/reference_editor.xml.pot,
-	  doc/po/templates/reference_guc.xml.pot,
-	  doc/po/templates/reference_lrs.xml.pot,
-	  doc/po/templates/reference_management.xml.pot,
-	  doc/po/templates/reference_measure.xml.pot,
-	  doc/po/templates/reference_misc.xml.pot,
-	  doc/po/templates/reference_operator.xml.pot,
-	  doc/po/templates/reference_processing.xml.pot,
-	  doc/po/templates/reference_raster.xml.pot,
-	  doc/po/templates/reference_sfcgal.xml.pot,
-	  doc/po/templates/release_notes.xml.pot,
-	  doc/po/templates/using_postgis_dataman.xml.pot,
-	  doc/po/templates/using_raster_dataman.xml.pot: Update all
-	  translation files needing to be
-	  
-	  The updated template files _and_ translations have already
-	  been pushed up to Transifex.
-
-2014-10-18 11:46  Sandro Santilli <strk at keybit.net>
-
-	* [r13089] doc/Makefile.in: Make POT creation rule phony,
-	  preventing useless ctime-only changes
-	  
-	  Also adds an "update-pot" rule to just update the pots, with no
-	  merging
-	  of the pos (not really useful if not for debugging)
-
-2014-10-18 09:36  Sandro Santilli <strk at keybit.net>
-
-	* [r13087] doc/.tx/config, doc/Makefile.in, doc/po/README: Update
-	  transifex project url, update tx configuration and README
-
-2014-10-17 16:57  Sandro Santilli <strk at keybit.net>
-
-	* [r13086] doc/Makefile.in, doc/po/pl, doc/po/pl/Makefile,
-	  doc/po/pl/extras.xml.po,
-	  doc/po/pl/extras_address_standardizer.xml.po,
-	  doc/po/pl/extras_historytable.xml.po,
-	  doc/po/pl/extras_tigergeocoder.xml.po,
-	  doc/po/pl/extras_topology.xml.po, doc/po/pl/faq.xml.po,
-	  doc/po/pl/faq_raster.xml.po, doc/po/pl/installation.xml.po,
-	  doc/po/pl/introduction.xml.po, doc/po/pl/performance_tips.xml.po,
-	  doc/po/pl/postgis.xml.po, doc/po/pl/reference.xml.po,
-	  doc/po/pl/reference_accessor.xml.po,
-	  doc/po/pl/reference_constructor.xml.po,
-	  doc/po/pl/reference_editor.xml.po,
-	  doc/po/pl/reference_exception.xml.po,
-	  doc/po/pl/reference_guc.xml.po, doc/po/pl/reference_lrs.xml.po,
-	  doc/po/pl/reference_management.xml.po,
-	  doc/po/pl/reference_measure.xml.po,
-	  doc/po/pl/reference_misc.xml.po,
-	  doc/po/pl/reference_operator.xml.po,
-	  doc/po/pl/reference_output.xml.po,
-	  doc/po/pl/reference_processing.xml.po,
-	  doc/po/pl/reference_raster.xml.po,
-	  doc/po/pl/reference_sfcgal.xml.po,
-	  doc/po/pl/reference_transaction.xml.po,
-	  doc/po/pl/reference_type.xml.po, doc/po/pl/release_notes.xml.po,
-	  doc/po/pl/reporting.xml.po, doc/po/pl/using_postgis_app.xml.po,
-	  doc/po/pl/using_postgis_dataman.xml.po,
-	  doc/po/pl/using_raster_dataman.xml.po: Import Polish translation
-	  from transifex, enable it
-	  
-	  Updated translations were also re-pushed on transifex
-
-2014-10-17 15:26  Sandro Santilli <strk at keybit.net>
-
-	* [r13085] doc/Makefile.in, doc/po/README,
-	  doc/po/it_IT/reporting.xml.po: Add 'push-tx' Makefile rule,
-	  update README with suggested workflow
-	  
-	  Also commit what resulted changed after a subsequent 'pull-tx'
-	  run
-
-2014-10-17 10:41  Sandro Santilli <strk at keybit.net>
-
-	* [r13084] doc/Makefile.in, doc/po/es/using_postgis_dataman.xml.po:
-	  Add "pull-tx" rule in Makefile
-	  
-	  The rule pulls all translations, then formats them to avoid style
-	  changes. After running the rule you can check what changed using
-	  your revision control system tools (git diff here).
-	  
-	  The commit also updates the only change that was pulled by the
-	  rule
-	  itself.
-
-2014-10-15 16:46  Sandro Santilli <strk at keybit.net>
-
-	* [r13082] doc/po/README: Add hint about using --skip with tx push
-	  -t
-
-2014-10-15 16:46  Sandro Santilli <strk at keybit.net>
-
-	* [r13081] doc/Makefile.in, doc/po/es/extras.xml.po,
-	  doc/po/es/extras_address_standardizer.xml.po,
-	  doc/po/es/extras_historytable.xml.po,
-	  doc/po/es/extras_tigergeocoder.xml.po,
-	  doc/po/es/extras_topology.xml.po, doc/po/es/faq.xml.po,
-	  doc/po/es/faq_raster.xml.po, doc/po/es/installation.xml.po,
-	  doc/po/es/introduction.xml.po, doc/po/es/performance_tips.xml.po,
-	  doc/po/es/postgis.xml.po, doc/po/es/reference.xml.po,
-	  doc/po/es/reference_accessor.xml.po,
-	  doc/po/es/reference_constructor.xml.po,
-	  doc/po/es/reference_editor.xml.po,
-	  doc/po/es/reference_exception.xml.po,
-	  doc/po/es/reference_guc.xml.po, doc/po/es/reference_lrs.xml.po,
-	  doc/po/es/reference_management.xml.po,
-	  doc/po/es/reference_measure.xml.po,
-	  doc/po/es/reference_misc.xml.po,
-	  doc/po/es/reference_operator.xml.po,
-	  doc/po/es/reference_output.xml.po,
-	  doc/po/es/reference_processing.xml.po,
-	  doc/po/es/reference_raster.xml.po,
-	  doc/po/es/reference_sfcgal.xml.po,
-	  doc/po/es/reference_transaction.xml.po,
-	  doc/po/es/reference_type.xml.po, doc/po/es/release_notes.xml.po,
-	  doc/po/es/reporting.xml.po, doc/po/es/using_postgis_app.xml.po,
-	  doc/po/es/using_postgis_dataman.xml.po,
-	  doc/po/es/using_raster_dataman.xml.po: Update spanish language
-	  files (make update-po), enable it
-
-2014-10-15 16:45  Sandro Santilli <strk at keybit.net>
-
-	* [r13080] doc/po/es/extras_tigergeocoder.xml.po,
-	  doc/po/es/installation.xml.po, doc/po/es/performance_tips.xml.po,
-	  doc/po/es/reference_management.xml.po,
-	  doc/po/es/using_postgis_dataman.xml.po,
-	  doc/po/es/using_raster_dataman.xml.po: Fix html tags in spanish
-	  translation
-	  
-	  Classes of errors found:
-	  - Translated tags ( <command> to <comando> )
-	  - Missing angular brackets ( varname>x</varname> )
-	  - Invalid space in closing tag ( </ ulink> )
-
-2014-10-15 16:45  Sandro Santilli <strk at keybit.net>
-
-	* [r13079] doc/po/es, doc/po/es/Makefile, doc/po/es/extras.xml.po,
-	  doc/po/es/extras_address_standardizer.xml.po,
-	  doc/po/es/extras_historytable.xml.po,
-	  doc/po/es/extras_tigergeocoder.xml.po,
-	  doc/po/es/extras_topology.xml.po, doc/po/es/faq.xml.po,
-	  doc/po/es/faq_raster.xml.po, doc/po/es/installation.xml.po,
-	  doc/po/es/introduction.xml.po, doc/po/es/performance_tips.xml.po,
-	  doc/po/es/postgis.xml.po, doc/po/es/reference.xml.po,
-	  doc/po/es/reference_accessor.xml.po,
-	  doc/po/es/reference_constructor.xml.po,
-	  doc/po/es/reference_editor.xml.po,
-	  doc/po/es/reference_exception.xml.po,
-	  doc/po/es/reference_guc.xml.po, doc/po/es/reference_lrs.xml.po,
-	  doc/po/es/reference_management.xml.po,
-	  doc/po/es/reference_measure.xml.po,
-	  doc/po/es/reference_misc.xml.po,
-	  doc/po/es/reference_operator.xml.po,
-	  doc/po/es/reference_output.xml.po,
-	  doc/po/es/reference_processing.xml.po,
-	  doc/po/es/reference_raster.xml.po,
-	  doc/po/es/reference_sfcgal.xml.po,
-	  doc/po/es/reference_transaction.xml.po,
-	  doc/po/es/reference_type.xml.po, doc/po/es/release_notes.xml.po,
-	  doc/po/es/reporting.xml.po, doc/po/es/using_postgis_app.xml.po,
-	  doc/po/es/using_postgis_dataman.xml.po,
-	  doc/po/es/using_raster_dataman.xml.po: Import spanish translation
-	  from transifex, add Makefile
-
-2014-10-15 15:50  Sandro Santilli <strk at keybit.net>
-
-	* [r13078] doc/po/it_IT/extras_address_standardizer.xml.po,
-	  doc/po/it_IT/reference_guc.xml.po,
-	  doc/po/pt_BR/extras_address_standardizer.xml.po,
-	  doc/po/pt_BR/reference_guc.xml.po: Add missing new translation
-	  italian/brazilian files
-
-2014-10-15 15:49  Sandro Santilli <strk at keybit.net>
-
-	* [r13077] doc/po/fr/extras.xml.po,
-	  doc/po/fr/extras_address_standardizer.xml.po,
-	  doc/po/fr/extras_historytable.xml.po,
-	  doc/po/fr/extras_tigergeocoder.xml.po,
-	  doc/po/fr/extras_topology.xml.po, doc/po/fr/faq.xml.po,
-	  doc/po/fr/faq_raster.xml.po, doc/po/fr/installation.xml.po,
-	  doc/po/fr/introduction.xml.po, doc/po/fr/performance_tips.xml.po,
-	  doc/po/fr/postgis.xml.po, doc/po/fr/reference.xml.po,
-	  doc/po/fr/reference_accessor.xml.po,
-	  doc/po/fr/reference_constructor.xml.po,
-	  doc/po/fr/reference_editor.xml.po,
-	  doc/po/fr/reference_exception.xml.po,
-	  doc/po/fr/reference_guc.xml.po, doc/po/fr/reference_lrs.xml.po,
-	  doc/po/fr/reference_management.xml.po,
-	  doc/po/fr/reference_measure.xml.po,
-	  doc/po/fr/reference_misc.xml.po,
-	  doc/po/fr/reference_operator.xml.po,
-	  doc/po/fr/reference_output.xml.po,
-	  doc/po/fr/reference_processing.xml.po,
-	  doc/po/fr/reference_raster.xml.po,
-	  doc/po/fr/reference_sfcgal.xml.po,
-	  doc/po/fr/reference_transaction.xml.po,
-	  doc/po/fr/reference_type.xml.po, doc/po/fr/release_notes.xml.po,
-	  doc/po/fr/reporting.xml.po, doc/po/fr/using_postgis_app.xml.po,
-	  doc/po/fr/using_postgis_dataman.xml.po,
-	  doc/po/fr/using_raster_dataman.xml.po: Update french language
-	  files (make update-po)
-
-2014-10-15 15:49  Sandro Santilli <strk at keybit.net>
-
-	* [r13076] doc/po/fr/faq.xml.po: Put msgstr on a single line
-	  
-	  Transifex does not like newlines in quoted text (fails on tx
-	  push).
-
-2014-10-15 15:49  Sandro Santilli <strk at keybit.net>
-
-	* [r13075] doc/po/fr/faq.xml.po, doc/po/fr/performance_tips.xml.po:
-	  Fix html tags in french translation
-
-2014-10-15 15:48  Sandro Santilli <strk at keybit.net>
-
-	* [r13074] doc/Makefile.in, doc/po/fr, doc/po/fr/Makefile,
-	  doc/po/fr/extras.xml.po,
-	  doc/po/fr/extras_address_standardizer.xml.po,
-	  doc/po/fr/extras_historytable.xml.po,
-	  doc/po/fr/extras_tigergeocoder.xml.po,
-	  doc/po/fr/extras_topology.xml.po, doc/po/fr/faq.xml.po,
-	  doc/po/fr/faq_raster.xml.po, doc/po/fr/installation.xml.po,
-	  doc/po/fr/introduction.xml.po, doc/po/fr/performance_tips.xml.po,
-	  doc/po/fr/postgis.xml.po, doc/po/fr/reference.xml.po,
-	  doc/po/fr/reference_accessor.xml.po,
-	  doc/po/fr/reference_constructor.xml.po,
-	  doc/po/fr/reference_editor.xml.po,
-	  doc/po/fr/reference_exception.xml.po,
-	  doc/po/fr/reference_guc.xml.po, doc/po/fr/reference_lrs.xml.po,
-	  doc/po/fr/reference_management.xml.po,
-	  doc/po/fr/reference_measure.xml.po,
-	  doc/po/fr/reference_misc.xml.po,
-	  doc/po/fr/reference_operator.xml.po,
-	  doc/po/fr/reference_output.xml.po,
-	  doc/po/fr/reference_processing.xml.po,
-	  doc/po/fr/reference_raster.xml.po,
-	  doc/po/fr/reference_sfcgal.xml.po,
-	  doc/po/fr/reference_transaction.xml.po,
-	  doc/po/fr/reference_type.xml.po, doc/po/fr/release_notes.xml.po,
-	  doc/po/fr/reporting.xml.po, doc/po/fr/using_postgis_app.xml.po,
-	  doc/po/fr/using_postgis_dataman.xml.po,
-	  doc/po/fr/using_raster_dataman.xml.po: Import french translation
-	  from transifex, and enable its build
-
-2014-10-14 23:00  Sandro Santilli <strk at keybit.net>
-
-	* [r13073] doc/.tx, doc/.tx/config, doc/Makefile.in, doc/po/README:
-	  Add transifex configuration and a few words about using `tx'
-	  
-	  See http://docs.transifex.com/developer/client/set
-
-2014-10-14 23:00  Sandro Santilli <strk at keybit.net>
-
-	* [r13072] doc/po/it_IT/extras.xml.po, doc/po/it_IT/postgis.xml.po,
-	  doc/po/pt_BR/extras.xml.po, doc/po/pt_BR/postgis.xml.po,
-	  doc/po/templates/extras.xml.pot,
-	  doc/po/templates/postgis.xml.pot: Regenerate extras and postgis
-	  pots/po after recent update of sources
-
-2014-10-14 22:05  Sandro Santilli <strk at keybit.net>
-
-	* [r13071] doc/po/it_IT/reporting.xml.po: Fix unclosed tag in
-	  italian translation
-
-2014-10-14 22:00  Sandro Santilli <strk at keybit.net>
-
-	* [r13070] doc/po/pt_BR/faq_raster.xml.po: Fix malformed <ulink>
-	  and </ulink> tags in po_BR translation
-
-2014-10-14 21:57  Sandro Santilli <strk at keybit.net>
-
-	* [r13069] doc/po/it_IT/faq.xml.po, doc/po/it_IT/faq_raster.xml.po,
-	  doc/po/it_IT/introduction.xml.po,
-	  doc/po/it_IT/performance_tips.xml.po,
-	  doc/po/it_IT/postgis.xml.po, doc/po/it_IT/reference.xml.po,
-	  doc/po/it_IT/reference_management.xml.po,
-	  doc/po/it_IT/reference_output.xml.po,
-	  doc/po/it_IT/reference_sfcgal.xml.po,
-	  doc/po/it_IT/reference_type.xml.po,
-	  doc/po/it_IT/reporting.xml.po,
-	  doc/po/it_IT/using_raster_dataman.xml.po,
-	  doc/po/pt_BR/extras_historytable.xml.po, doc/po/pt_BR/faq.xml.po,
-	  doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/postgis.xml.po,
-	  doc/po/pt_BR/reference.xml.po,
-	  doc/po/pt_BR/reference_output.xml.po,
-	  doc/po/pt_BR/reference_sfcgal.xml.po,
-	  doc/po/templates/reference_output.xml.pot: Update language files
-	  with "make update-po"
-
-2014-10-14 18:25  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13068] doc/reference_output.xml: Update url to
-	  twkb-specification and client example
-
-2014-10-14 10:05  Sandro Santilli <strk at keybit.net>
-
-	* [r13067] doc/extras.xml, doc/postgis.xml: Move topology and
-	  address standardizer entities out of extra
-	  
-	  Fixes generation of localization template for extra.xml
-
-2014-10-13 19:42  Regina Obe <lr at pcorp.us>
-
-	* [r13066] doc/po/it_IT/faq.xml.po, doc/po/it_IT/faq_raster.xml.po,
-	  doc/po/it_IT/introduction.xml.po,
-	  doc/po/it_IT/performance_tips.xml.po,
-	  doc/po/it_IT/postgis.xml.po, doc/po/it_IT/reference.xml.po,
-	  doc/po/it_IT/reference_management.xml.po,
-	  doc/po/it_IT/reference_sfcgal.xml.po,
-	  doc/po/it_IT/reference_type.xml.po,
-	  doc/po/it_IT/reporting.xml.po,
-	  doc/po/it_IT/using_raster_dataman.xml.po,
-	  doc/po/pt_BR/extras_historytable.xml.po, doc/po/pt_BR/faq.xml.po,
-	  doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/postgis.xml.po,
-	  doc/po/pt_BR/reference.xml.po,
-	  doc/po/pt_BR/reference_sfcgal.xml.po: files from transifex
-	  largely already translated
-
-2014-10-13 19:28  Sandro Santilli <strk at keybit.net>
-
-	* [r13065] doc/reference_guc.xml: Use double-quotes in link url
-	  attribute
-	  
-	  Single quote was confusing po2xml
-
-2014-10-13 18:08  Regina Obe <lr at pcorp.us>
-
-	* [r13064] doc/reference_guc.xml: get rid of windows breaks
-
-2014-10-13 18:07  Regina Obe <lr at pcorp.us>
-
-	* [r13063] doc/extras_address_standardizer.xml: get rid of windows
-	  \r
-
-2014-10-13 18:06  Regina Obe <lr at pcorp.us>
-
-	* [r13062] doc/po/templates/extras_address_standardizer.xml.pot:
-	  get rid of line breaks before \n
-
-2014-10-13 18:00  Regina Obe <lr at pcorp.us>
-
-	* [r13061] doc/po/templates/reference_guc.xml.pot: Get rid of line
-	  breaks before \n. Evidentally transifex thinks invalid and that
-	  might be why debbie is whining too.
-
-2014-10-10 23:36  Regina Obe <lr at pcorp.us>
-
-	* [r13059] doc/po/templates/reference_guc.xml.pot: add missing pot.
-	  Still seems to wrror out with some sort of xml issue though
-
-2014-10-10 23:26  Regina Obe <lr at pcorp.us>
-
-	* [r13058] doc/po/templates/extras_address_standardizer.xml.pot:
-	  Add missing pot
-
-2014-10-10 23:07  Regina Obe <lr at pcorp.us>
-
-	* [r13057] doc/Makefile.in: add missing xml files to pot
-	  xml_sources source
-
-2014-10-10 14:54  Sandro Santilli <strk at keybit.net>
-
-	* [r13056] doc/html/image_src/generator.c: Include sys/wait.h to
-	  have access to WEXITSTATUS (#2962)
-
-2014-10-10 10:24  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13055] liblwgeom/lwout_twkb.c: Fix a precission problem in
-	  twkb.
-	  Thanks Javier Santana!
-
-2014-10-10 09:23  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13054] postgis/lwgeom_inout.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix for #2956 Thanks strk
-
-2014-10-09 18:24  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13053] doc/reference_constructor.xml, doc/reference_output.xml,
-	  liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_in_twkb.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwin_twkb.c,
-	  liblwgeom/varint.c, liblwgeom/varint.h, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_inout.c, postgis/postgis.sql.in: Add GeomFromTWKB
-	  #2917
-
-2014-10-08 10:46  Sandro Santilli <strk at keybit.net>
-
-	* [r13052] .gitignore: Ignore files generated under
-	  address_standardizer extension
-
-2014-10-08 10:43  Sandro Santilli <strk at keybit.net>
-
-	* [r13051] configure.ac: Fix --without-address-standardizer switch
-
-2014-10-08 04:15  Regina Obe <lr at pcorp.us>
-
-	* [r13050] doc/installation.xml: get rid of obsolete statements
-
-2014-10-08 03:22  Regina Obe <lr at pcorp.us>
-
-	* [r13049] doc/installation.xml: #2877 address_standardizer
-	  auto-building as part of configure. document switches to override
-	  pcre path.
-
-2014-10-08 03:03  Regina Obe <lr at pcorp.us>
-
-	* [r13048] extensions/address_standardizer/Makefile.in: #2877
-	  remark out build-steps for Regexp:Assemble dependencies
-
-2014-10-08 02:55  Regina Obe <lr at pcorp.us>
-
-	* [r13047] extensions/address_standardizer/Makefile.in: #2877 try
-	  tab instead of spaces
-
-2014-10-08 02:46  Regina Obe <lr at pcorp.us>
-
-	* [r13046] extensions/address_standardizer/Makefile.in: typo
-
-2014-10-08 02:42  Regina Obe <lr at pcorp.us>
-
-	* [r13045] extensions/address_standardizer/Makefile.in: #2877 don't
-	  get rid of data header generated files during dist-clean (they
-	  can't be rebuilt if perl Regex::Assemble is not installed
-
-2014-10-08 02:14  Regina Obe <lr at pcorp.us>
-
-	* [r13044] configure.ac: #2877 Revise configure to build make
-	  scripts and address_standardizer extension - move pcre flags
-	  check before cppflags build etc so gets included
-
-2014-10-08 01:50  Regina Obe <lr at pcorp.us>
-
-	* [r13043] configure.ac, extensions/Makefile.in: #2877 Revise
-	  configure to build make scripts and address_standardizer
-	  extension
-
-2014-10-07 14:11  Regina Obe <lr at pcorp.us>
-
-	* [r13041]
-	  extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql:
-	  #2958 reverse_geocode erroring ERROR: invalid input syntax for
-	  type numeric: " " (revised patch to not return 0 for non-numbered
-	  roads)
-
-2014-10-07 13:38  Regina Obe <lr at pcorp.us>
-
-	* [r13039]
-	  extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql:
-	  #2958 reverse_geocode erroring ERROR: invalid input syntax for
-	  type numeric: " "
-
-2014-10-07 03:55  Regina Obe <lr at pcorp.us>
-
-	* [r13038] doc/reference_raster.xml: experiment with color coding
-
-2014-10-06 16:28  Sandro Santilli <strk at keybit.net>
-
-	* [r13037] doc/reference_processing.xml: ST_Simplify is not
-	  implemented by GEOS
-
-2014-10-05 00:05  Regina Obe <lr at pcorp.us>
-
-	* [r13035] doc/reference_output.xml: put back most common protos of
-	  ST_AsGML so docs aren't so confusing when they demonstrate their
-	  use
-
-2014-10-03 09:34  Sandro Santilli <strk at keybit.net>
-
-	* [r13034] postgis/lwgeom_geos.c, regress/clipbybox2d.sql,
-	  regress/clipbybox2d_expected: ST_ClipByBox2D: do not use
-	  gbox_overlaps with BOX2DF objects
-	  
-	  Fixes use of uninitialized memory (#2954)
-
-2014-10-02 20:54  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13033] liblwgeom/cunit/cu_out_twkb.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h: Fix for #2946 and
-	  some empty geometry fixes
-
-2014-10-02 17:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13030] postgis/gserialized_estimate.c: #2953, Unable to compute
-	  stats for some features
-
-2014-10-02 15:49  Sandro Santilli <strk at keybit.net>
-
-	* [r13029] doc/reference_output.xml: Fix typo in documentation for
-	  ST_AsEncodedPolyline
-
-2014-10-02 08:03  Sandro Santilli <strk at keybit.net>
-
-	* [r13028] liblwgeom/cunit/cu_clip_by_rect.c,
-	  postgis/lwgeom_geos.c, regress/clipbybox2d.sql,
-	  regress/clipbybox2d_expected: Fix memory error in ST_ClipByBox2D
-	  (#2950)
-
-2014-10-01 23:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13027] postgis/gserialized_typmod.c: #2941, Geography can
-	  create a non-4326 geography but geography typmod won't allow it
-
-2014-10-01 14:36  Sandro Santilli <strk at keybit.net>
-
-	* [r13025] liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_geos_clean.c: Fix yet another memory leak in
-	  lwgeom_make_valid (#2947)
-	  
-	  The leak occurs on invalid single-component collection input.
-
-2014-10-01 14:07  Sandro Santilli <strk at keybit.net>
-
-	* [r13023] liblwgeom/cunit/cu_force_sfs.c,
-	  liblwgeom/lwsegmentize.c: Fix leaks in lwcurvepoly_segmentize and
-	  its tester
-
-2014-10-01 13:54  Sandro Santilli <strk at keybit.net>
-
-	* [r13021] liblwgeom/lwcurvepoly.c, liblwgeom/measures.c: Fix
-	  memory leak in lw_dist2d_poly_curvepoly and
-	  lw_dist2d_circstring_poly
-	  
-	  Also clear the memory management for
-	  lwcurvepoly_construct_from_lwpoly .
-	  Fixes #2949.
-
-2014-10-01 13:26  Sandro Santilli <strk at keybit.net>
-
-	* [r13020] liblwgeom/cunit/cu_out_twkb.c: Remove memory leaks from
-	  TWKB unit tester
-
-2014-10-01 13:13  Sandro Santilli <strk at keybit.net>
-
-	* [r13019] liblwgeom/lwgeom_geos_node.c,
-	  liblwgeom/lwgeom_geos_split.c, raster/rt_core/rt_geometry.c,
-	  raster/rt_core/rt_raster.c,
-	  raster/rt_core/rt_spatial_relationship.c: Adapt the rest of the
-	  code to the change in LWGEOM2GEOS function
-	  
-	  Fixes #2948 (introduced by previous commit)
-
-2014-10-01 12:35  Sandro Santilli <strk at keybit.net>
-
-	* [r13018] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
-	  liblwgeom/lwgeom_geos_clean.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos_prepared.c, regress/clipbybox2d.sql,
-	  regress/clipbybox2d_expected: Add support for auto-fix geom
-	  structure for GEOS conversions
-	  
-	  Fixes ST_ClipByBox2D run with non-closed polygon rings in input
-	  (#2945)
-
-2014-09-30 16:31  Sandro Santilli <strk at keybit.net>
-
-	* [r13013] utils/postgis_proc_upgrade.pl: Drop and recreate
-	  aggregates when upgrading to the same dev version
-	  
-	  See #2944 for the rationale
-
-2014-09-30 13:44  Sandro Santilli <strk at keybit.net>
-
-	* [r13012] configure.ac: Reduce expected requirements for building
-	  comments and pdf docs
-
-2014-09-30 04:16  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13009] liblwgeom/lwout_twkb.c: This should repair the build but
-	  the emty geometry twkb is still corrupt
-
-2014-09-30 03:05  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r13008] doc/reference_output.xml, liblwgeom/lwout_twkb.c,
-	  liblwgeom/lwout_twkb.h, postgis/postgis.sql.in,
-	  postgis/postgis_drop_before.sql: Add support for bboxes in twkb
-
-2014-09-29 16:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13007] postgis/postgis.sql.in: #2943, replace && with ~ and @
-	  in places it makes sense for wrapper functions
-
-2014-09-29 15:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r13006] postgis: Add an ignore
-
-2014-09-29 07:28  Sandro Santilli <strk at keybit.net>
-
-	* [r13005] topology/sql/predicates.sql.in: Fix syntax error in
-	  RAISE calls (#2942)
-	  
-	  PostgreSQL 9.5 doesn't tolerate them...
-
-2014-09-26 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r13000] regress/Makefile.in: Fix regression suite to skip
-	  ST_ClipByBox2D testing unless available
-	  
-	  .. it was a typo (requires GEOS 3.5, not 3.4)
-
-2014-09-26 08:51  Sandro Santilli <strk at keybit.net>
-
-	* [r12999] NEWS, doc/reference_processing.xml,
-	  liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_clip_by_rect.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c,
-	  postgis/postgis.sql.in, regress/Makefile.in,
-	  regress/clipbybox2d.sql, regress/clipbybox2d_expected: Add
-	  ST_ClipByBox2D and lwgeom_clip_by_rect (#2939)
-	  
-	  Includes testcases and documentation
-	  Requires GEOS-3.5.0+
-
-2014-09-25 15:01  Sandro Santilli <strk at keybit.net>
-
-	* [r12998] liblwgeom/lwcollection.c: Fix unused variable warning
-
-2014-09-25 15:01  Sandro Santilli <strk at keybit.net>
-
-	* [r12997] liblwgeom/lwutil.c: Include <ctypes.h> for declaration
-	  of tolower() function
-
-2014-09-22 18:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12995] postgis/gserialized_gist_2d.c,
-	  postgis/lwgeom_functions_basic.c: Remove another call of
-	  liblwgeom_internal.h
-
-2014-09-22 09:02  Sandro Santilli <strk at keybit.net>
-
-	* [r12993] liblwgeom/lwcollection.c: Reduce default paranoia on
-	  geometry collection construction
-	  
-	  Significantly speeds up creation of large collection of
-	  geometries.
-	  Closes #2933
-
-2014-09-19 21:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12992] extensions/address_standardizer: Ignore some build
-	  artifacts
-
-2014-09-19 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12989] configure.ac, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwutil.c, postgis_config.h.in: #2934, support
-	  strcasestr for platforms that (passing understanding) do not have
-	  it
-
-2014-09-19 16:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12988] liblwgeom/g_box.c, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/measures.c,
-	  liblwgeom/measures3d.c, postgis/gserialized_gist_2d.c,
-	  postgis/lwgeom_backend_api.c, postgis/lwgeom_functions_basic.c:
-	  Replace MAXFLOAT with more "standard" FLT_MAX
-
-2014-09-18 18:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12987] loader/shp2pgsql-gui.c: Quiet warnings from clang
-
-2014-09-18 16:22  Sandro Santilli <strk at keybit.net>
-
-	* [r12986] liblwgeom/ptarray.c: Update comment above
-	  getPoint2d_internal, it is safe to cast now
-
-2014-09-17 21:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12985] configure.ac, liblwgeom/cunit/cu_in_geojson.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/measures.c, liblwgeom/measures.h,
-	  liblwgeom/measures3d.c, liblwgeom/measures3d.h,
-	  postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos_clean.c: Remove many references to
-	  liblwgeom_internal.h outside liblwgeom,
-	  and quiet some nagging warnings.
-
-2014-09-17 17:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12982] postgis/lwgeom_box.c: #2931, BOX representation is case
-	  sensitive
-
-2014-09-17 16:08  Sandro Santilli <strk at keybit.net>
-
-	* [r12981] doc/reference_processing.xml: Link ST_UnaryUnion with
-	  ST_Node, fix See Also section formatting
-
-2014-09-11 16:36  Sandro Santilli <strk at keybit.net>
-
-	* [r12973] doc/reference_raster.xml: Remove ST_Tile references from
-	  ST_Retile docs
-	  
-	  ... wasn't very useful that way ...
-
-2014-09-11 16:33  Sandro Santilli <strk at keybit.net>
-
-	* [r12972] doc/reference_raster.xml: Move ST_Retile documentation
-	  under "raster constructors"
-	  
-	  Add note about difference from ST_Tile, link ST_Tile and
-	  ST_Resample
-
-2014-09-11 03:57  Regina Obe <lr at pcorp.us>
-
-	* [r12968] NEWS, doc/release_notes.xml,
-	  extensions/upgradeable_versions.mk: cut in missing 2.1.3 and
-	  2.1.4 release notes, fix date type in 2.0.5, add 2.1.4 to
-	  extension upgrade mix
-
-2014-09-09 21:14  Regina Obe <lr at pcorp.us>
-
-	* [r12960]
-	  extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/regress/reverse_geocode_regress,
-	  extras/tiger_geocoder/tiger_2011/regress/reverse_geocode_regress.sql:
-	  #2927 reverse geocode ammendment - found bug introduced. Also
-	  added in regression test
-
-2014-09-09 20:51  Regina Obe <lr at pcorp.us>
-
-	* [r12959]
-	  extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql:
-	  #2927 Get rid of tiger. prefix. Not that it affects anything
-
-2014-09-09 20:48  Regina Obe <lr at pcorp.us>
-
-	* [r12958]
-	  extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql:
-	  #2927 reverse geocode not filling in direction prefix and get rid
-	  of ST_Line_Locate_Point deprecated call.
-
-2014-09-08 21:24  Regina Obe <lr at pcorp.us>
-
-	* [r12956] doc/reference_misc.xml: #2762 renamed
-	  ST_Estimated_Extent page to ST_EstimatedExtent
-
-2014-09-07 17:10  Regina Obe <lr at pcorp.us>
-
-	* [r12953] doc/reference_raster.xml: wrong function (non-existent
-	  xref)
-
-2014-09-07 16:48  Regina Obe <lr at pcorp.us>
-
-	* [r12952] doc/reference_raster.xml: #2920 stab at explaining
-	  requirement for alignment and add more detail to ST_SameAlignment
-
-2014-09-05 15:25  Sandro Santilli <strk at keybit.net>
-
-	* [r12950] liblwgeom/Makefile.in: Fix parser rules to run
-	  automatically if needed
-
-2014-09-05 15:25  Sandro Santilli <strk at keybit.net>
-
-	* [r12949] liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_parse.c,
-	  liblwgeom/lwin_wkt_parse.h: Regenerate parser with bison 3.0.2
-	  and flex 2.5.35
-
-2014-09-05 15:01  Sandro Santilli <strk at keybit.net>
-
-	* [r12948] liblwgeom/cunit/cu_in_geojson.c,
-	  liblwgeom/cunit/cu_out_encoded_polyline.c,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_surface.c: Fix
-	  'defined but not used' and other warnings in unit tests
-
-2014-09-05 14:38  Sandro Santilli <strk at keybit.net>
-
-	* [r12947] liblwgeom/lwin_wkt_parse.y: Fix %name-prefix usage in
-	  gramma file
-	  
-	  Fixes warning: deprecated directive, use ‘%name-prefix’
-	  [-Wdeprecated]
-
-2014-09-05 14:38  Sandro Santilli <strk at keybit.net>
-
-	* [r12946] liblwgeom/lwin_wkt_parse.y: Fix grammar file to work
-	  around suspected bison 3.0.2 bug
-	  
-	  See
-	  http://lists.osgeo.org/pipermail/postgis-devel/2014-September/024507.html
-
-2014-09-05 14:38  Sandro Santilli <strk at keybit.net>
-
-	* [r12945] liblwgeom/lwin_wkt_lex.l: Fix "'input' defined but not
-	  used" warning on building generated parser
-
-2014-09-05 10:38  Sandro Santilli <strk at keybit.net>
-
-	* [r12944] .travis.yml: [TRAVIS] Do not use IRC notifications
-
-2014-09-05 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r12943] liblwgeom/Makefile.in: Rule to build parser is "parser",
-	  not "parse"
-
-2014-09-03 15:37  Sandro Santilli <strk at keybit.net>
-
-	* [r12942] doc/reference_raster.xml: Link ST_CreateOverview from
-	  AddOverviewConstraints
-
-2014-09-03 14:52  Sandro Santilli <strk at keybit.net>
-
-	* [r12941] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_createoverview.sql,
-	  raster/test/regress/rt_createoverview_expected: Implement
-	  ST_Retile and ST_CreateOverview (#2247)
-	  
-	  Includes testcases and documentation
-
-2014-09-03 09:54  Sandro Santilli <strk at keybit.net>
-
-	* [r12940] doc/reference_raster.xml: Fix typo in
-	  DropOverviewConstraints doc
-
-2014-09-03 09:40  Sandro Santilli <strk at keybit.net>
-
-	* [r12937] doc/html/image_src/generator.c: Fix warnings in docs
-	  image generator build
-	  
-	  Print a warning on system call failures
-
-2014-09-03 09:11  Sandro Santilli <strk at keybit.net>
-
-	* [r12934] doc/reference_raster.xml, doc/using_raster_dataman.xml:
-	  Add documentation for {Add,Drop}OverviewConstraints (#2824)
-
-2014-09-03 08:21  Sandro Santilli <strk at keybit.net>
-
-	* [r12933] raster/rt_pg/rtpostgis.sql.in: Add availability info for
-	  {Add,Drop}OverviewConstraints
-
-2014-08-31 06:19  Regina Obe <lr at pcorp.us>
-
-	* [r12930] NEWS, doc/xsl/postgis_aggs_mm.xml.xsl: #2906 document
-	  new enhancement
-
-2014-08-29 16:37  Sandro Santilli <strk at keybit.net>
-
-	* [r12929] raster/rt_core/rt_warp.c: Slightly simplify a loop
-	  setting projection parameters for gdal warp
-
-2014-08-28 15:15  Sandro Santilli <strk at keybit.net>
-
-	* [r12928] raster/rt_core/rt_warp.c,
-	  raster/test/regress/rt_gdalwarp.sql,
-	  raster/test/regress/rt_gdalwarp_expected,
-	  raster/test/regress/tickets.sql,
-	  raster/test/regress/tickets_expected: Fix output georeference on
-	  warping rasters with default georeference
-	  
-	  Closes #2911 and re-closes #2251
-
-2014-08-27 15:53  Sandro Santilli <strk at keybit.net>
-
-	* [r12927] NEWS: Add sections for 2.0.5, 2.0.6 and 2.1.3
-
-2014-08-27 15:44  Sandro Santilli <strk at keybit.net>
-
-	* [r12926] NEWS: Remove bugfix items already noted for previous
-	  versions
-
-2014-08-27 08:53  Sandro Santilli <strk at keybit.net>
-
-	* [r12925] raster/rt_pg/rtpg_mapalgebra.c,
-	  raster/test/regress/rt_union.sql,
-	  raster/test/regress/rt_union_expected: Fix crash on null input to
-	  ST_Union(raster)
-
-2014-08-26 14:40  Sandro Santilli <strk at keybit.net>
-
-	* [r12921] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: Add TODO
-	  item about not needlessly dropping ST_SummaryStats and friends
-
-2014-08-26 09:41  Sandro Santilli <strk at keybit.net>
-
-	* [r12918] utils/postgis_restore.pl.in: Do not skip lines starting
-	  with "--" from comments (#2759)
-
-2014-08-25 20:41  Regina Obe <lr at pcorp.us>
-
-	* [r12917] extensions/postgis_tiger_geocoder/Makefile.in,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2014.sql: #2906
-	  support for Tiger 2014
-
-2014-08-23 05:50  Regina Obe <lr at pcorp.us>
-
-	* [r12915] doc/reference_sfcgal.xml: 2855: better documentation to
-	  reflect minkowski doesn't support polyhedral and tins
-
-2014-08-23 05:31  Regina Obe <lr at pcorp.us>
-
-	* [r12914]
-	  extras/tiger_geocoder/tiger_2011/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2011/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2011/regress/geocode_regress.sql:
-	  #2899 geocode limit 1 not always returning best answer
-
-2014-08-22 21:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12911] liblwgeom/lwpoly.c: #2720, lwpoly_add_ring should update
-	  maxrings after realloc
-
-2014-08-22 21:32  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12908] postgis/postgis.sql.in: remove extra option for next
-	  feature (bboxes, comming soon) in sql-signature.
-
-2014-08-22 20:39  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12907] doc/reference_output.xml, liblwgeom/cunit/cu_out_twkb.c,
-	  liblwgeom/cunit/cu_varint.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
-	  liblwgeom/varint.c, liblwgeom/varint.h, postgis/lwgeom_accum.c,
-	  postgis/lwgeom_inout.c, postgis/postgis.sql.in,
-	  regress/twkb_expected: Added optional geometry size in TWKB. Also
-	  reworked the code so passing around **buf instead of *buf. Also
-	  affects the varInt code
-
-2014-08-22 02:15  Regina Obe <lr at pcorp.us>
-
-	* [r12905] raster/rt_core/librtcore.h: #2903 change in #2620 (to
-	  support debian freebsd kernel) broke freebsd compilation
-
-2014-08-21 05:39  Regina Obe <lr at pcorp.us>
-
-	* [r12902] postgis/postgis.sql.in: #2708: updategeometrysrid
-	  doesn't update srid check in some cases (when schema not
-	  specified). Patch from Marc Jansen
-
-2014-08-20 04:32  Regina Obe <lr at pcorp.us>
-
-	* [r12900] doc/reference_editor.xml, doc/reference_lrs.xml: #2871
-	  fix update to 2.0 message for ST_LineInterpolatePoint,
-	  ST_LineSubstring and ST_LineLocatePoint. Also changed reference
-	  ids to match new function name (missed some spots)
-
-2014-08-20 04:21  Regina Obe <lr at pcorp.us>
-
-	* [r12898] doc/reference_editor.xml, doc/reference_lrs.xml: #2871
-	  fix update to 2.0 message for ST_LineInterpolatePoint,
-	  ST_LineSubstring and ST_LineLocatePoint. Also changed reference
-	  ids to match new function name
-
-2014-08-19 20:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12896] postgis/lwgeom_geos.c: #2605 armel: _ST_Covers() returns
-	  true for point in hole
-
-2014-08-18 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r12894] GNUmakefile.in, configure.ac, doc/Makefile.in: Simplify
-	  docs building rules, hopefully fixing build-on-install (#2872)
-
-2014-08-16 05:15  Regina Obe <lr at pcorp.us>
-
-	* [r12889] postgis/geography.sql.in, regress/tickets.sql,
-	  regress/tickets_expected: #2870 put in change notice in sql
-	  geograpy(bytea) has changed, put in regression test
-
-2014-08-15 15:17  Sandro Santilli <strk at keybit.net>
-
-	* [r12888] raster/rt_pg/rtpostgis.sql.in: Raise cost of
-	  ST_ConvexHull(raster) from 1 to 300 (#2895)
-
-2014-08-14 22:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12887] NEWS, postgis/geography.sql.in,
-	  postgis/geography_inout.c: #2780, Binary insert into geography
-	  column results in value being inserted as geometry
-
-2014-08-11 17:47  Regina Obe <lr at pcorp.us>
-
-	* [r12884] liblwgeom/cunit/cu_varint.c: #2892 add back liblwgeom
-	  fix warnings
-
-2014-08-11 04:49  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12883] liblwgeom/Makefile.in, liblwgeom/varint.c,
-	  liblwgeom/varint.h: going back to put varint functions in
-	  varint.c
-
-2014-08-11 03:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12882] raster/loader/raster2pgsql.c: revert option for -s.
-	  Ticket #2891
-
-2014-08-10 17:15  Regina Obe <lr at pcorp.us>
-
-	* [r12881] postgis/geography.sql.in: #2890 missing availability
-	  info for geography operators
-
-2014-08-10 16:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12880] raster/loader/raster2pgsql.c: cast const char * to char
-	  *. Ticket #2885
-
-2014-08-10 15:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12879] raster/rt_pg/rtpg_geometry.c: Remove unused variable.
-	  Ticket #2884.
-
-2014-08-10 11:29  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12878] liblwgeom/cunit/cu_varint.c: New try for #2878 and
-	  #2880, see discussion in #2880
-
-2014-08-10 11:18  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12877] liblwgeom/cunit/cu_varint.c: Ok, varint.h is taken away
-	  again #2878 also see #2880
-
-2014-08-09 20:08  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12876] liblwgeom/cunit/cu_varint.c: Put back varint.h to get
-	  rid of compiler warnings
-
-2014-08-09 20:02  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12875] liblwgeom/varint.h: put in declrations to get rid of
-	  compiler warnings
-
-2014-08-08 13:34  Sandro Santilli <strk at keybit.net>
-
-	* [r12874] liblwgeom/varint.h: Mark inline functions as such,
-	  fixing related warnings (#2880)
-
-2014-08-08 01:13  Regina Obe <lr at pcorp.us>
-
-	* [r12873] liblwgeom/lwgeom_sfcgal.c, libpgcommon/pgsql_compat.h:
-	  #2883 warning SET_VARSIZE(PTR,len) redefined. get rid of assert
-	  (its included via liblwgeom_internal (way down there), not the
-	  ultimate issue though for this., pgsql_compat.h get rid of legacy
-	  postgresql 8.2 crap. We haven't supported 8.2 in like 7 years
-	  (sfcgal was somehow falling into this loop don't know why since
-	  postgis_config.h
-
-2014-08-08 00:34  Regina Obe <lr at pcorp.us>
-
-	* [r12872] liblwgeom/lwout_x3d.c: #2882 warbubg too many arguments
-	  for format
-
-2014-08-07 22:23  Regina Obe <lr at pcorp.us>
-
-	* [r12871] liblwgeom/cunit/cu_out_twkb.c,
-	  liblwgeom/cunit/cu_varint.c: #2878 get rid of duplicate
-	  definition of hexbytes_from_bytes (already defined in
-	  lwout_wkb.c) get rid of liblwgeom.h (already included via
-	  liblwgeom_internal.h), get rid of varint.h include (already
-	  included via lwout_twkb.c)
-
-2014-08-07 20:57  Regina Obe <lr at pcorp.us>
-
-	* [r12870] configure.ac, extensions/address_standardizer/Makefile,
-	  extensions/address_standardizer/Makefile.in,
-	  extensions/address_standardizer/address_standardizer.control,
-	  extensions/address_standardizer/address_standardizer.control.in,
-	  extensions/address_standardizer/address_standardizer.sql.in:
-	  #2877 -- folder address_standardizer into configure so inherits
-	  same versioning as rest of postgis extensions. Have makefile.in
-	  get dependencies from configure (pcre to be added later)
-
-2014-08-07 19:05  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12869] liblwgeom/cunit/Makefile.in: Fix typo
-
-2014-08-07 18:31  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12868] liblwgeom/Makefile.in, liblwgeom/varint.c,
-	  liblwgeom/varint.h: Move varINT function to header file for
-	  performance reasons
-
-2014-08-07 18:26  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12867] liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_tester.c: Add
-	  cunit tests for twkb
-
-2014-08-07 13:57  Sandro Santilli <strk at keybit.net>
-
-	* [r12865] GNUmakefile.in, doc/Makefile.in, topology/Makefile.in:
-	  Remove more generated Makefile on "distclean" (#2876)
-
-2014-08-07 11:37  Sandro Santilli <strk at keybit.net>
-
-	* [r12864] doc/reference_output.xml: Add missing commas in some See
-	  Also sections, link ST_AsBinary to ST_AsTWKB
-
-2014-08-06 19:41  Regina Obe <lr at pcorp.us>
-
-	* [r12862] doc/extras_address_standardizer.xml,
-	  doc/installation.xml: #2874 document move of address_standardizer
-	  to extensions folder.
-
-2014-08-06 19:36  Regina Obe <lr at pcorp.us>
-
-	* [r12861] extras/address_standardizer: remove now part of
-	  extensions folder
-
-2014-08-06 19:35  Regina Obe <lr at pcorp.us>
-
-	* [r12860] extensions/address_standardizer: Prep to move
-	  address_standardizer into extensions folder
-
-2014-08-05 12:24  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12859] raster/test/regress/rt_envelope.sql,
-	  raster/test/regress/rt_envelope_expected: forgot to add unit
-	  tests to git. ticket #2828
-
-2014-08-01 23:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12856] configure.ac: Make the two-line decl check work
-
-2014-08-01 23:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12855] autogen.sh: Make grep and sed swappable as well (Solaris
-	  again)
-
-2014-08-01 22:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12854] configure.ac, liblwgeom/g_box.c,
-	  postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
-	  postgis_config.h.in: Keep isfinite() but downgrade for platforms
-	  that lack it.
-	  Centos 5 has it with _GNU_SOURCE
-	  Older Solaris doesn't have it
-
-2014-08-01 18:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12852] liblwgeom/lwline.c: #2845, fix patch
-
-2014-08-01 18:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12849] NEWS, liblwgeom/lwline.c: #2845, Bad geometry created
-	  from ST_AddPoint
-
-2014-08-01 10:58  Regina Obe <lr at pcorp.us>
-
-	* [r12847] liblwgeom/lwout_x3d.c: #2838 grudgingly wrap shape tags
-	  around collected geometries. It's the only way I can think of to
-	  create a valid x3d sub.
-
-2014-07-31 08:42  Sandro Santilli <strk at keybit.net>
-
-	* [r12846] liblwgeom/cunit/cu_varint.c: Add a couple more tests for
-	  varint encoding
-
-2014-07-30 11:38  Sandro Santilli <strk at keybit.net>
-
-	* [r12845] .travis.yml: [TRAVIS] Do not remove postresql-common
-
-2014-07-30 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r12844] .travis.yml: [TRAVIS] Ensure to install also the 9.1
-	  server, needed for regress
-
-2014-07-30 09:44  Sandro Santilli <strk at keybit.net>
-
-	* [r12843] .travis.yml: [TRAVIS] Remove more postgresql item not in
-	  the 9.1 series
-
-2014-07-30 09:11  Sandro Santilli <strk at keybit.net>
-
-	* [r12842] .travis.yml: [TRAVIS] remove postgresql 9.2 and 9.3
-	  
-	  Hopefully fixes confusion between library and header used
-
-2014-07-29 15:50  Sandro Santilli <strk at keybit.net>
-
-	* [r12841] .travis.yml: [TRAVIS] Get a list of installed postgresql
-	  packages
-
-2014-07-29 14:50  Sandro Santilli <strk at keybit.net>
-
-	* [r12840] regress/run_test.pl: Honour verbosity flag on sql file
-	  load failure (see #2854)
-
-2014-07-29 13:56  Sandro Santilli <strk at keybit.net>
-
-	* [r12839] liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/cunit/cu_measures.c: Fix expected return codes fixed
-	  two commits above
-	  
-	  Also sets touched suite names to match filename
-	  (with "cu_" prefix stripped out)
-
-2014-07-29 12:23  Sandro Santilli <strk at keybit.net>
-
-	* [r12838] liblwgeom/cunit/cu_varint.c: Add tests for 32bit varints
-	  encoding
-
-2014-07-29 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r12837] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_measures.c: Check
-	  return code from liblwgeom functions
-	  
-	  Fixes some "variable set but unused" warnings
-
-2014-07-29 10:25  Sandro Santilli <strk at keybit.net>
-
-	* [r12836] liblwgeom/Makefile.in, liblwgeom/cunit/cu_varint.c,
-	  liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
-	  liblwgeom/varint.c, liblwgeom/varint.h: Move varInt handling code
-	  into its own file module, for reuse
-	  
-	  Also found a bug in encoding 4bytes numbers
-
-2014-07-27 17:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12835] raster/rt_pg/rtpostgis.sql.in: code cleanup
-
-2014-07-27 17:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12833] NEWS, raster/rt_pg/rtpostgis.sql.in: shortcut ST_Clip if
-	  clipping geometry extent fully contains raster extent. Ticket
-	  #2829
-
-2014-07-26 13:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12832] NEWS, raster/rt_core/librtcore.h,
-	  raster/rt_core/rt_geometry.c, raster/rt_pg/rtpg_geometry.c,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/cunit/cu_raster_geometry.c,
-	  raster/test/regress/Makefile.in: ST_Envelope(raster) in C instead
-	  of ST_Envelope(ST_ConvexHull(raster)). ticket #2828
-
-2014-07-25 20:41  Regina Obe <lr at pcorp.us>
-
-	* [r12831] liblwgeom/lwout_x3d.c: #2838 collection handling
-	  partially fixed - fix size computation for tins and add support
-	  for polyhedralsurface in geometry collection
-
-2014-07-25 18:44  Regina Obe <lr at pcorp.us>
-
-	* [r12830] NEWS: oops duplicated entry in last commit. add another.
-
-2014-07-25 18:41  Regina Obe <lr at pcorp.us>
-
-	* [r12829] NEWS: add some missing new features to NEWS items
-
-2014-07-25 15:36  Sandro Santilli <strk at keybit.net>
-
-	* [r12828] liblwgeom/cunit/cu_varint.c, liblwgeom/lwout_twkb.c,
-	  liblwgeom/lwout_twkb.h, liblwgeom/measures.c,
-	  liblwgeom/measures.h, liblwgeom/measures3d.c,
-	  liblwgeom/measures3d.h: Fix some UTF8 encoding of Nicklas name...
-
-2014-07-25 15:25  Sandro Santilli <strk at keybit.net>
-
-	* [r12827] loader/shpcommon.c: Simplify mapping file parsing
-
-2014-07-25 12:14  Sandro Santilli <strk at keybit.net>
-
-	* [r12826] loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shpcommon.c, loader/shpcommon.h: Share code handling field
-	  name mapping between loader and dumper
-
-2014-07-25 11:27  Regina Obe <lr at pcorp.us>
-
-	* [r12825] liblwgeom/lwout_x3d.c: #2838 collection handling
-	  partially fixed (now can handle tins and doesn't output bogus gml
-	  output
-
-2014-07-25 10:57  Sandro Santilli <strk at keybit.net>
-
-	* [r12824] doc/man/shp2pgsql.1: Add -m reference in shp2pgsql
-	  manpage. See ticket #899.
-
-2014-07-24 21:58  Regina Obe <lr at pcorp.us>
-
-	* [r12823] regress/loader/mfile_mapping.txt: change to force linux
-	  linebreaks
-
-2014-07-24 21:44  Regina Obe <lr at pcorp.us>
-
-	* [r12822] regress/loader/mfile_mapping.txt: set to platform
-	  dependent to see if this fixes issue on Linux
-
-2014-07-24 17:37  Regina Obe <lr at pcorp.us>
-
-	* [r12821] doc/using_postgis_dataman.xml, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  regress/Makefile.in, regress/loader/mfile.dbf,
-	  regress/loader/mfile.opts, regress/loader/mfile.select.expected,
-	  regress/loader/mfile.select.sql,
-	  regress/loader/mfile_mapping.txt: #899 shp2pgsql attribute names
-	  mapping (including test
-
-2014-07-23 00:20  Regina Obe <lr at pcorp.us>
-
-	* [r12820]
-	  extras/address_standardizer/address_standardizer.control: #2814
-	  address_standardizer does not install with all encodings of
-	  database
-
-2014-07-22 23:25  Regina Obe <lr at pcorp.us>
-
-	* [r12819] extras/address_standardizer/Makefile,
-	  extras/address_standardizer/address_standardizer--1.0.sql.in,
-	  extras/address_standardizer/address_standardizer.sql.in: Get rid
-	  of version number on the .sql.in file. Eventually it will have
-	  same versioning machinery as PostGIS proper
-
-2014-07-22 22:41  Regina Obe <lr at pcorp.us>
-
-	* [r12818] extensions/postgis_sfcgal/postgis_sfcgal.control.in:
-	  #2852 sfcgal extension needs to be relocatable
-
-2014-07-22 22:34  Regina Obe <lr at pcorp.us>
-
-	* [r12817] doc/extras_address_standardizer.xml,
-	  doc/extras_tigergeocoder.xml, doc/postgis.xml, doc/template.xml:
-	  Define new &address_standardizer_required; xml constant and flag
-	  functions requiring it
-
-2014-07-22 08:52  Sandro Santilli <strk at keybit.net>
-
-	* [r12816] regress/regress_index.sql: Drop dependency of estimation
-	  test on XML type (#2151)
-
-2014-07-22 08:41  Sandro Santilli <strk at keybit.net>
-
-	* [r12815] regress/regress_index.sql,
-	  regress/regress_index_expected: Raise statistic target during
-	  estimation test
-	  
-	  Possibly fixes #2851 (probability is statitics based)
-
-2014-07-21 16:39  Sandro Santilli <strk at keybit.net>
-
-	* [r12814] NEWS, postgis/gserialized_estimate.c,
-	  regress/regress_index.sql, regress/regress_index_expected:
-	  Generalize estimator code to also work with expressional indexes
-	  
-	  Improves raster selectivity estimator (#2839)
-	  Includes regression tests
-
-2014-07-21 16:12  Sandro Santilli <strk at keybit.net>
-
-	* [r12813] regress/regress_index.sql,
-	  regress/regress_index_expected: Add test for selectivity
-	  estimator
-
-2014-07-21 04:51  Regina Obe <lr at pcorp.us>
-
-	* [r12811] doc/reference_output.xml: Fix X3D specification link
-	  (X3D recently redid their site which broke all the links), also
-	  link to the PostGIS X3D web viewer as demonstration of using
-	  x3dom native html/js web browser rendering
-
-2014-07-19 20:52  Regina Obe <lr at pcorp.us>
-
-	* [r12808] doc/extras_address_standardizer.xml,
-	  doc/installation.xml: fix some typos
-
-2014-07-19 17:23  Regina Obe <lr at pcorp.us>
-
-	* [r12807] doc/extras_address_standardizer.xml: fix parse_address
-	  output
-
-2014-07-19 16:14  Regina Obe <lr at pcorp.us>
-
-	* [r12806] doc/extras_address_standardizer.xml: arg for
-	  parse_address
-
-2014-07-19 06:01  Regina Obe <lr at pcorp.us>
-
-	* [r12805] doc/extras_address_standardizer.xml: document
-	  parse_address function, add examples for parse_address and
-	  address_standardizer, fix proto for address_standardizer
-
-2014-07-19 05:19  Regina Obe <lr at pcorp.us>
-
-	* [r12803]
-	  extras/address_standardizer/address_standardizer--1.0.sql.in:
-	  #2846 parse_address is not null safe - make immutable strict
-
-2014-07-18 14:39  Sandro Santilli <strk at keybit.net>
-
-	* [r12801] raster/loader/raster2pgsql.c: Reduce some code
-	  duplication
-
-2014-07-18 07:37  Regina Obe <lr at pcorp.us>
-
-	* [r12800] doc/installation.xml: get rid of dangling para
-
-2014-07-18 07:31  Regina Obe <lr at pcorp.us>
-
-	* [r12799] doc/installation.xml: fix typo
-
-2014-07-18 07:29  Regina Obe <lr at pcorp.us>
-
-	* [r12798] doc/installation.xml: Add pcre as optional dependency
-	  for building address standardizer
-
-2014-07-18 07:10  Regina Obe <lr at pcorp.us>
-
-	* [r12796] doc/installation.xml: update install instructions to
-	  include simple example for testing installation
-
-2014-07-18 06:56  Regina Obe <lr at pcorp.us>
-
-	* [r12795] doc/installation.xml: update install instructions to
-	  reflect code is now part of repo
-
-2014-07-18 05:53  Regina Obe <lr at pcorp.us>
-
-	* [r12794] doc/extras_address_standardizer.xml: minor edits and
-	  link to installation which needs some cleanup
-
-2014-07-17 14:30  Sandro Santilli <strk at keybit.net>
-
-	* [r12793] doc/reference_management.xml, doc/reference_raster.xml:
-	  Cross-link UpdateRasterSRID and UpdateGeometrySRID
-
-2014-07-17 14:23  Sandro Santilli <strk at keybit.net>
-
-	* [r12792] raster/test/regress/loader/Projected-post.sql: Cleanup
-	  after raster import tests using overview
-	  
-	  It seems to not be automatic...
-
-2014-07-17 14:02  Sandro Santilli <strk at keybit.net>
-
-	* [r12791] raster/test/regress/loader/Projected.opts,
-	  raster/test/regress/loader/Projected.select.expected,
-	  raster/test/regress/loader/Projected.select.sql: Include
-	  overviews in the test for reprojected rasters (#2843)
-
-2014-07-17 09:02  Sandro Santilli <strk at keybit.net>
-
-	* [r12790] raster/test/regress/loader/Basic-post.sh,
-	  raster/test/regress/loader/Basic-pre.sh,
-	  raster/test/regress/loader/BasicCopy-post.sh,
-	  raster/test/regress/loader/BasicCopy-pre.sh,
-	  raster/test/regress/loader/BasicFilename-post.sh,
-	  raster/test/regress/loader/BasicFilename-pre.sh,
-	  raster/test/regress/loader/BasicOutDB-post.sh,
-	  raster/test/regress/loader/BasicOutDB-pre.sh,
-	  raster/test/regress/loader/Tiled10x10-post.sh,
-	  raster/test/regress/loader/Tiled10x10-pre.sh,
-	  raster/test/regress/loader/Tiled10x10Copy-post.sh,
-	  raster/test/regress/loader/Tiled10x10Copy-pre.sh,
-	  raster/test/regress/loader/Tiled8x8-post.sh,
-	  raster/test/regress/loader/Tiled8x8-pre.sh: Remove obsoleted
-	  shell versions of test aux scripts (#2844)
-
-2014-07-17 08:59  Sandro Santilli <strk at keybit.net>
-
-	* [r12789] NEWS, raster/loader/raster2pgsql.c,
-	  raster/loader/raster2pgsql.h, raster/test/regress/Makefile.in,
-	  raster/test/regress/loader/Projected-post.sql,
-	  raster/test/regress/loader/Projected-pre.sql,
-	  raster/test/regress/loader/Projected.opts,
-	  raster/test/regress/loader/Projected.select.expected,
-	  raster/test/regress/loader/Projected.select.sql,
-	  raster/test/regress/loader/Projected.tif: Add support for raster
-	  reprojection on import (#2843)
-
-2014-07-17 04:12  Regina Obe <lr at pcorp.us>
-
-	* [r12788] doc/extras_address_standardizer.xml: finish listing all
-	  key user defined tables -- needs more work but a start
-
-2014-07-16 10:51  Regina Obe <lr at pcorp.us>
-
-	* [r12787] doc/extras_address_standardizer.xml: missing para tag
-
-2014-07-16 06:08  Regina Obe <lr at pcorp.us>
-
-	* [r12786] doc/extras_address_standardizer.xml: add section for
-	  tables and define rules table (still need to add gaz and lex
-	  tables)
-
-2014-07-16 05:48  Regina Obe <lr at pcorp.us>
-
-	* [r12785] doc/reference_sfcgal.xml: cleanup formatting of code
-	  examples
-
-2014-07-16 05:43  Regina Obe <lr at pcorp.us>
-
-	* [r12784] doc/html/images/st_tesselate02.png: forgot to resize too
-	  big
-
-2014-07-15 07:02  Regina Obe <lr at pcorp.us>
-
-	* [r12783] doc/reference_sfcgal.xml: fix typo in image names
-
-2014-07-15 06:32  Regina Obe <lr at pcorp.us>
-
-	* [r12782] doc/reference_sfcgal.xml: fix missing tag in
-	  ST_Tesselate add more examples for ST_3DIntersection
-
-2014-07-15 05:40  Regina Obe <lr at pcorp.us>
-
-	* [r12781] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_tesselate03.wkt,
-	  doc/html/image_src/st_tesselate04.wkt,
-	  doc/html/images/st_tesselate01.png,
-	  doc/html/images/st_tesselate02.png, doc/reference_sfcgal.xml: Add
-	  documentation for ST_Tesselate with figures
-
-2014-07-14 14:36  Sandro Santilli <strk at keybit.net>
-
-	* [r12780] doc/reference_raster.xml: Add note about extent
-	  ratainment in ST_Resize, cross link docs
-	  
-	  Closes #2833
-
-2014-07-14 14:36  Sandro Santilli <strk at keybit.net>
-
-	* [r12779] raster/rt_pg/Makefile.in: Force rtpostgis.so rebuild on
-	  librtcore.a change
-
-2014-07-11 17:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12778] postgis/gserialized_estimate.c: #2834,
-	  ST_Estimated_Extent and mixedCase table names
-
-2014-07-11 09:22  Sandro Santilli <strk at keybit.net>
-
-	* [r12776] doc/reference_raster.xml: Drop duplicated commas, add
-	  ST_SetValue in See Also for ST_Value
-
-2014-07-11 08:36  Sandro Santilli <strk at keybit.net>
-
-	* [r12775] .gitignore: Ignore more generated files
-
-2014-07-10 01:34  Regina Obe <lr at pcorp.us>
-
-	* [r12771] doc/html/images/st_extrude02.png,
-	  doc/html/images/st_extrude04.png, doc/reference_sfcgal.xml:
-	  resize images and put a not about how the 3D was rendered.
-
-2014-07-10 01:26  Regina Obe <lr at pcorp.us>
-
-	* [r12770] doc/reference_sfcgal.xml: forgot to commit changes
-
-2014-07-10 01:25  Regina Obe <lr at pcorp.us>
-
-	* [r12769] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_extrude01.wkt,
-	  doc/html/image_src/st_extrude03.wkt,
-	  doc/html/images/st_extrude02.png,
-	  doc/html/images/st_extrude04.png: Add visual examples of
-	  extrusion
-
-2014-07-08 20:28  Regina Obe <lr at pcorp.us>
-
-	* [r12767] doc/reference_editor.xml: #2820:
-	  ST_Segmentize(geography) returns a geography not geometry
-
-2014-07-08 09:49  Sandro Santilli <strk at keybit.net>
-
-	* [r12766] regress/Makefile.in, regress/run_test.pl: Add support
-	  for sfgal in run_test --extension
-
-2014-07-08 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r12765] raster/rt_pg/Makefile.in,
-	  raster/rt_pg/rtpostgis_drop.sql.in,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: Cleanup raster
-	  drop files
-	  
-	  rtpostgis_drop.sql is used to drop obsoleted objects (after)
-	  while rtpostgis_upgrade_cleanup.sql is used to remove things that
-	  need be removed _before_ (incompatible CREATE OR REPLACE).
-	  
-	  Ideally nothing would need to be removed _before_ if the
-	  proc_upgrade script was made smarter to determine incompatible
-	  signature changes (but this is for another time).
-	  
-	  Closes #2673
-
-2014-07-08 02:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12764] raster/rt_pg/rtpostgis.sql.in: fix regexp escaping
-
-2014-07-08 01:46  Regina Obe <lr at pcorp.us>
-
-	* [r12761] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_straightskeleton02.wkt,
-	  doc/html/images/st_straightskeleton02.png: change to manual
-	  creation generated doesn't look right
-
-2014-07-08 00:37  Regina Obe <lr at pcorp.us>
-
-	* [r12760] doc/html/image_src/st_straightskeleton01.wkt,
-	  doc/html/image_src/st_straightskeleton02.wkt,
-	  doc/reference_sfcgal.xml: change example to one that takes up
-	  more of the realestate
-
-2014-07-08 00:09  Regina Obe <lr at pcorp.us>
-
-	* [r12759] doc/html/image_src/Makefile.in: fix typo in image make
-	  script for ST_StraightSkeleton image
-
-2014-07-07 23:41  Regina Obe <lr at pcorp.us>
-
-	* [r12758] doc/reference_editor.xml: missed committing ths file
-	  ST_Force2D link id fix
-
-2014-07-07 23:29  Regina Obe <lr at pcorp.us>
-
-	* [r12757] doc/reference_accessor.xml: another ST_Force_2D id
-	  change to ST_Force2D
-
-2014-07-07 23:17  Regina Obe <lr at pcorp.us>
-
-	* [r12756] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_straightskeleton01.wkt,
-	  doc/html/image_src/st_straightskeleton02.wkt,
-	  doc/reference_editor.xml, doc/reference_guc.xml,
-	  doc/reference_sfcgal.xml: Change link id of ST_Force2D from
-	  ST_Force_2D to ST_Force2Dm add doco for ST_StraightSkeleton, add
-	  example of switching backend to sfcgal
-
-2014-07-07 22:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12755] liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwin_encoded_polyline.c, liblwgeom/lwline.c,
-	  liblwgeom/lwout_encoded_polyline.c: Clean up warnings in encoded
-	  polyline code
-
-2014-07-07 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12754] liblwgeom/lwout_encoded_polyline.c: Convert malloc/free
-	  to lwalloc/lwfree
-
-2014-07-07 22:35  Regina Obe <lr at pcorp.us>
-
-	* [r12753] doc/reference_processing.xml, doc/reference_sfcgal.xml:
-	  Provided 3D behavior examples for ST_Intersection and
-	  ST_3DIntersection
-
-2014-07-07 15:39  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12752] NEWS, raster/rt_pg/rtpostgis.sql.in: use @ operator
-	  instead of ST_CoveredBy(). Ticket #2822
-
-2014-07-07 10:25  Sandro Santilli <strk at keybit.net>
-
-	* [r12751] doc/reference_constructor.xml, doc/reference_output.xml:
-	  Improve encoded polyline docs
-	  
-	  Fix cross-linking between encoded polyline in/out funx
-	  Add link to encoded polyline algorithm format
-
-2014-07-07 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r12750] NEWS, doc/reference_constructor.xml,
-	  doc/reference_output.xml, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_in_encoded_polyline.c,
-	  liblwgeom/cunit/cu_out_encoded_polyline.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwin_encoded_polyline.c,
-	  liblwgeom/lwout_encoded_polyline.c, postgis/Makefile.in,
-	  postgis/lwgeom_export.c, postgis/lwgeom_in_encoded_polyline.c,
-	  postgis/postgis.sql.in, regress/Makefile.in,
-	  regress/in_encodedpolyline.sql,
-	  regress/in_encodedpolyline_expected, regress/out_geometry.sql,
-	  regress/out_geometry_expected, utils/postgis_restore.pl.in: Added
-	  support for encoded_polyline input/output (#2349)
-	  
-	  Allow to convert from Encoded Polyline to LineString.
-	  Useful for storing routes from Osrm or Google into PostGIS.
-	  
-	  See
-	  http://developers.google.com/maps/documentation/utilities/polylinealgorithm
-	  
-	  Contributed by Kashif Rasul <kashif.rasul at gmail.com>
-	  
-	  Includes unit and regress tests.
-	  Includes documentation.
-	  
-	  Signed-off-by: Sandro Santilli <strk at keybit.net>
-
-2014-07-07 08:58  Sandro Santilli <strk at keybit.net>
-
-	* [r12749] loader/shp2pgsql-core.c, raster/loader/raster2pgsql.c:
-	  Fix index creation in loaders
-	  
-	  The bug was introduced with previous commit (typo)
-	  See #2811
-
-2014-07-07 08:10  Sandro Santilli <strk at keybit.net>
-
-	* [r12746] loader/shp2pgsql-core.c, raster/loader/raster2pgsql.c:
-	  Do not explicitly name indexes loading rasters/shapefiles (#2811)
-
-2014-07-06 20:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12744] NEWS, raster/rt_pg/rtpg_mapalgebra.c,
-	  raster/test/regress/rt_mapalgebra.sql,
-	  raster/test/regress/rt_mapalgebra_expected: Validate that
-	  ST_MapAlgebra callback function has correct return
-	  datatype. Ticket #2802
-
-2014-07-06 18:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12741] raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_band.sql,
-	  raster/test/regress/rt_band_expected: escape delimiter of
-	  ST_Band(). Ticket #2812
-
-2014-07-06 18:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12740] NEWS, raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/check_raster_columns_expected,
-	  raster/test/regress/check_raster_overviews_expected,
-	  raster/test/regress/loader/Basic.select.expected,
-	  raster/test/regress/loader/BasicCopy.select.expected,
-	  raster/test/regress/loader/BasicOutDB.select.expected,
-	  raster/test/regress/loader/Tiled10x10.select.expected,
-	  raster/test/regress/loader/Tiled10x10Copy.select.expected: Raster
-	  max extent uses envelope like Geometry. Ticket #2777
-
-2014-07-06 17:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12737] raster/rt_core/librtcore.h,
-	  raster/rt_pg/rtpg_band_properties.c, raster/rt_pg/rtpg_create.c,
-	  raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_geometry.c,
-	  raster/rt_pg/rtpg_inout.c, raster/rt_pg/rtpg_internal.c,
-	  raster/rt_pg/rtpg_internal.h, raster/rt_pg/rtpg_mapalgebra.c,
-	  raster/rt_pg/rtpg_pixel.c, raster/rt_pg/rtpg_raster_properties.c,
-	  raster/rt_pg/rtpg_spatial_relationship.c,
-	  raster/rt_pg/rtpg_statistics.c, raster/rt_pg/rtpg_utility.c,
-	  raster/rt_pg/rtpostgis.c, raster/rt_pg/rtpostgis.h,
-	  raster/test/cunit/cu_band_basics.c,
-	  raster/test/cunit/cu_band_misc.c,
-	  raster/test/cunit/cu_band_stats.c, raster/test/cunit/cu_gdal.c,
-	  raster/test/cunit/cu_mapalgebra.c, raster/test/cunit/cu_misc.c,
-	  raster/test/cunit/cu_pixtype.c,
-	  raster/test/cunit/cu_raster_basics.c,
-	  raster/test/cunit/cu_raster_geometry.c,
-	  raster/test/cunit/cu_raster_misc.c,
-	  raster/test/cunit/cu_raster_wkb.c,
-	  raster/test/cunit/cu_spatial_relationship.c,
-	  raster/test/regress/rt_mapalgebra.sql: fix obsolete URL in
-	  headers
-
-2014-07-06 15:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12735] NEWS, raster/test/regress/rt_mapalgebra.sql,
-	  raster/test/regress/rt_mapalgebra_expected: added NEWS and
-	  updated tests
-
-2014-07-06 15:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12734] raster/rt_pg/rtpg_mapalgebra.c: use empty TEXT array for
-	  userargs when no user args and STRICT callback function
-
-2014-07-06 03:17  Regina Obe <lr at pcorp.us>
-
-	* [r12731] doc/doxygen.cfg.in: #2813 add address_standardizer as
-	  part of doxygen build
-
-2014-07-05 07:15  Regina Obe <lr at pcorp.us>
-
-	* [r12730] doc/extras_address_standardizer.xml: move title below
-	  sect1info guess not legal before it.
-
-2014-07-05 06:43  Regina Obe <lr at pcorp.us>
-
-	* [r12729] doc/extras_address_standardizer.xml: missed a spot
-	  (hopefully strk's asleep)
-
-2014-07-05 06:26  Regina Obe <lr at pcorp.us>
-
-	* [r12728] doc/extras_address_standardizer.xml: move term out of
-	  listentry
-
-2014-07-05 06:14  Regina Obe <lr at pcorp.us>
-
-	* [r12727] doc/extras.xml, doc/extras_address_standardizer.xml,
-	  doc/postgis.xml: #2801: start work on address_standardizer
-	  chapter and cut in
-
-2014-07-05 04:17  Regina Obe <lr at pcorp.us>
-
-	* [r12726] doc/reference_raster.xml: #2810 document the delimeter
-	  argument and big warning to avoid because we may remove it in
-	  future versions
-
-2014-07-04 16:11  Sandro Santilli <strk at keybit.net>
-
-	* [r12725] raster/loader/raster2pgsql.c: Change append_stringbuffer
-	  to take ownership of string parameter
-	  
-	  Reduces the amount of allocations/deallocations needed during
-	  import.
-
-2014-07-04 16:11  Sandro Santilli <strk at keybit.net>
-
-	* [r12724] raster/rt_core/rt_wkb.c: Inline hex conversion of raster
-	  wkb in rt_raster_to_hexwkb (#2798)
-	  
-	  Speeds up importing large rasters.
-
-2014-07-04 09:45  Sandro Santilli <strk at keybit.net>
-
-	* [r12723] authors.git, authors.svn: Add woodbri in git/svn authors
-	  file
-
-2014-07-04 09:45  Sandro Santilli <strk at keybit.net>
-
-	* [r12722] raster/rt_pg/rtpostgis.sql.in: Include PostgreSQL
-	  failure messages in AddRasterConstraints
-
-2014-07-03 16:37  Stephen Woodbridge <woodbri at swoodbridge.com>
-
-	* [r12721] extras/address_standardizer/README.address_standardizer:
-	  test commit to check access rights
-
-2014-07-03 12:32  Sandro Santilli <strk at keybit.net>
-
-	* [r12720] raster/rt_pg/rtpg_mapalgebra.c,
-	  raster/test/regress/rt_mapalgebra.sql,
-	  raster/test/regress/rt_mapalgebra_expected: Check that
-	  ST_MapAlgebra strict callbacks get passed an user arg
-	  
-	  Closes #2803
-	  Includes a testcase
-
-2014-07-03 03:04  Regina Obe <lr at pcorp.us>
-
-	* [r12718] NEWS: missed an edit
-
-2014-07-03 03:04  Regina Obe <lr at pcorp.us>
-
-	* [r12717] NEWS: Add address_standardizer and sfcgal to list of
-	  contributions
-
-2014-07-03 02:14  Regina Obe <lr at pcorp.us>
-
-	* [r12716] extras/address_standardizer,
-	  extras/address_standardizer/COPYING,
-	  extras/address_standardizer/Makefile,
-	  extras/address_standardizer/README.address_standardizer,
-	  extras/address_standardizer/address_parser.c,
-	  extras/address_standardizer/address_standardizer--1.0.sql.in,
-	  extras/address_standardizer/address_standardizer.c,
-	  extras/address_standardizer/address_standardizer.control,
-	  extras/address_standardizer/analyze.c,
-	  extras/address_standardizer/err_param.c,
-	  extras/address_standardizer/export.c,
-	  extras/address_standardizer/gamma.c,
-	  extras/address_standardizer/gamma.h,
-	  extras/address_standardizer/gazeteer.csv,
-	  extras/address_standardizer/hash.c,
-	  extras/address_standardizer/hash.h,
-	  extras/address_standardizer/khash.h,
-	  extras/address_standardizer/lexicon.c,
-	  extras/address_standardizer/lexicon.csv,
-	  extras/address_standardizer/micro-macro.sql,
-	  extras/address_standardizer/mk-city-regex.pl,
-	  extras/address_standardizer/mk-sql.pl,
-	  extras/address_standardizer/mk-st-regexp.pl,
-	  extras/address_standardizer/pagc-data-psql,
-	  extras/address_standardizer/pagc_api.h,
-	  extras/address_standardizer/pagc_common.h,
-	  extras/address_standardizer/pagc_std_api.h,
-	  extras/address_standardizer/pagc_tools.c,
-	  extras/address_standardizer/pagc_tools.h,
-	  extras/address_standardizer/parseaddress-api.c,
-	  extras/address_standardizer/parseaddress-api.h,
-	  extras/address_standardizer/parseaddress-regex.h,
-	  extras/address_standardizer/parseaddress-stcities.h,
-	  extras/address_standardizer/rules.txt,
-	  extras/address_standardizer/standard.c,
-	  extras/address_standardizer/std_pg_hash.c,
-	  extras/address_standardizer/std_pg_hash.h,
-	  extras/address_standardizer/test-parseaddress.sql,
-	  extras/address_standardizer/test.sql,
-	  extras/address_standardizer/test2.sql,
-	  extras/address_standardizer/test_main.c,
-	  extras/address_standardizer/tokenize.c,
-	  extras/address_standardizer/usps-st-city-adds.txt,
-	  extras/address_standardizer/usps-st-city-orig.txt: Fork of
-	  http://sourceforge.net/p/pagc/code/HEAD/tree/branches/sew-refactor/postgresql
-	  (svn://svn.code.sf.net/p/pagc/code/branches/sew-refactor/postgresql
-	  ) at r361 (Stephen Woodbridge, Walter Sinclair contribution) -
-	  address_standardizer extension for PostgreSQL forked from PAGC
-	  address standardizer to work with PostgreSQL
-
-2014-07-01 17:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12714] ., extensions/postgis_sfcgal: Ignore build artifacts
-
-2014-07-01 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r12713] .gitignore: Ignore install-sh, generated by autogen.sh
-
-2014-07-01 16:13  Sandro Santilli <strk at keybit.net>
-
-	* [r12712] install-sh: install-sh is a built artifact, should not
-	  be in the repository
-	  
-	  See
-	  http://lists.osgeo.org/pipermail/postgis-devel/2014-June/024327.html
-
-2014-06-30 17:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12710] liblwgeom/cunit/cu_surface.c: fix build
-
-2014-06-30 16:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12709] liblwgeom/cunit/cu_surface.c: #2797 cu_surface.c warning
-	  on polyhedralsurface_parse
-
-2014-06-30 16:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12708] doc/Makefile.comments.in, doc/Makefile.in: #2796,
-	  sfcgal_comments.sql missing for regress testing install
-
-2014-06-30 16:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12707] liblwgeom/cunit/Makefile.in: #2793, sfcgal cunit tests
-	  do not seem to run
-
-2014-06-30 15:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12706] raster/test/cunit, topology/test/regress: Ignore some
-	  build artefacts
-
-2014-06-30 14:37  Sandro Santilli <strk at keybit.net>
-
-	* [r12705] README.md: Oops, confused mapnik with postgis
-
-2014-06-30 02:43  Regina Obe <lr at pcorp.us>
-
-	* [r12704] liblwgeom/lwgeom_sfcgal.h: #2790 SET_VARSIZE redefined -
-	  to fix swapped out liblwgeom.h with liblwgeom_internal.h which
-	  includes reference to postgis_config.h to do conditional right
-	  thing based in pg version
-
-2014-06-29 21:21  Regina Obe <lr at pcorp.us>
-
-	* [r12703] regress/Makefile.in: #2794 sfcgal regress sfcgal doesn't
-	  install if RUNTESTFLAGS is set by user because trying to reuse
-	  that flag. Define new flag SFCGALTESTFLAGS and pass that along.
-
-2014-06-29 18:38  Regina Obe <lr at pcorp.us>
-
-	* [r12702] regress/sfcgal/tickets.sql,
-	  regress/sfcgal/tickets_expected: #2488: patch from Vincent Mora
-	  to make sfcgal_tickets endian agnostic
-
-2014-06-29 04:56  Regina Obe <lr at pcorp.us>
-
-	* [r12700] doc/reference_management.xml: update
-	  postgis_full_version output the old was ancient 1.3 days
-
-2014-06-29 04:17  Regina Obe <lr at pcorp.us>
-
-	* [r12699] doc/Makefile.in: #2792 docbook validation issues --
-	  remove for raster_comments generation
-
-2014-06-27 21:23  Regina Obe <lr at pcorp.us>
-
-	* [r12692] doc/installation.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  update docs to include breaking function changes, fact that
-	  sfcgal now is supported as extension, and how to install sfcgal
-	  as extension
-
-2014-06-27 21:13  Regina Obe <lr at pcorp.us>
-
-	* [r12691] doc/introduction.xml: Add Vincent Mora to credits
-
-2014-06-27 21:09  Regina Obe <lr at pcorp.us>
-
-	* [r12690] extensions/postgis_sfcgal,
-	  extensions/postgis_sfcgal/Makefile.in,
-	  extensions/postgis_sfcgal/postgis_sfcgal.control.in: #2754
-	  postgis_sfcgal extension oops missed new extension folder
-
-2014-06-27 20:56  Regina Obe <lr at pcorp.us>
-
-	* [r12689] configure.ac, extensions/Makefile.in,
-	  postgis/Makefile.in, postgis/sfcgal.sql.in: #2754 need
-	  postgis_sfcgal wrapped as an extension - patch provided by
-	  Vincent Mora (vmo)
-
-2014-06-27 20:08  Regina Obe <lr at pcorp.us>
-
-	* [r12688] configure.ac: #2783 add JSON_CPPGLAGS to CPPFLAGS so
-	  works correctly with custom json-dir
-
-2014-06-27 18:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12685] postgis/lwgeom_in_gml.c, regress/tickets.sql,
-	  regress/tickets_expected: #2704, ST_GeomFromGML() does not work
-	  properly with array of gml:pos
-
-2014-06-27 18:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12684] postgis/lwgeom_geos.c: Ensure conditional has access to
-	  configuration values
-
-2014-06-27 18:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12681] postgis/lwgeom_geos.c, regress/tickets.sql,
-	  regress/tickets_expected: #2788 Warning on
-	  PG_RETURN_HEAPTUPLEHEADER building against PgSQL 9.
-
-2014-06-27 07:38  Sandro Santilli <strk at keybit.net>
-
-	* [r12676] liblwgeom/lwgeodetic.c: Fix undefined behavior in
-	  ptarray_calculate_gbox_geodetic (#2774)
-	  
-	  Patch by Paul Ramsey
-
-2014-06-27 07:35  Sandro Santilli <strk at keybit.net>
-
-	* [r12675] extensions/postgis/Makefile.in,
-	  extensions/postgis_topology/Makefile.in: Do not assume
-	  utils/create_unpackaged.pl is executable
-
-2014-06-26 22:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12670] postgis/lwgeom_functions_basic.c, regress/tickets.sql,
-	  regress/tickets_expected: #2712 ST_Segmentize exception on Empty
-	  input: getPoint4d_p: point offset out of range
-
-2014-06-26 13:04  Sandro Santilli <strk at keybit.net>
-
-	* [r12669] README.postgis: Add note about ./autogen.sh
-
-2014-06-26 12:06  Sandro Santilli <strk at keybit.net>
-
-	* [r12668] README.md: Add README.md to show nice travis link on the
-	  github mirror
-	  
-	  See http://github.com/postgis/postgis
-
-2014-06-26 11:03  Sandro Santilli <strk at keybit.net>
-
-	* [r12666] liblwgeom/lwgeom_geos_clean.c: Fix potential memory
-	  fault in ST_MakeValid
-	  
-	  The fault would be triggered by passing a non-empty collection
-	  to ST_MakeValid where any "made-valid" component would result
-	  being non accepted by the final geometry collection constructor.
-	  
-	  I'm not sure an input exists right now to trigger that case,
-	  but worth fixing anyway.
-	  
-	  Bug found by Alvaro Huarte:
-	  https://github.com/postgis/postgis/pull/21
-
-2014-06-26 08:02  Sandro Santilli <strk at keybit.net>
-
-	* [r12664] configure.ac: Fix handling of bogus argument passed to
-	  --with-sfcgal (#2784)
-	  
-	  Patch by Vincent Mora
-
-2014-06-25 13:30  Sandro Santilli <strk at keybit.net>
-
-	* [r12661] NEWS, README.postgis: With latest changes, support for
-	  libjson 0.9 was restored :)
-
-2014-06-25 12:31  Sandro Santilli <strk at keybit.net>
-
-	* [r12660] liblwgeom/lwin_geojson.c: Still build libjson code when
-	  having 0.9
-
-2014-06-25 11:24  Sandro Santilli <strk at keybit.net>
-
-	* [r12659] liblwgeom/lwin_geojson.c: Oops, unterminated #ifdef
-	  
-	  See https://travis-ci.org/postgis/postgis/builds/28397745#L1062
-
-2014-06-25 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r12658] liblwgeom/lwin_geojson.c: Attempt re-adding support fo
-	  libjson < 0.10 (#2723)
-	  
-	  See https://travis-ci.org/postgis/postgis/builds/28394436#L1330
-
-2014-06-25 09:49  Sandro Santilli <strk at keybit.net>
-
-	* [r12656] liblwgeom/lwgeom_sfcgal.h: Fix warning: no previous
-	  prototype for 'lwgeom_sfcgal_version'
-
-2014-06-25 08:37  Sandro Santilli <strk at keybit.net>
-
-	* [r12654] regress/regress_sfcgal.sql, regress/sfcgal/empty.sql,
-	  regress/sfcgal/empty_expected, regress/sfcgal/measures.sql,
-	  regress/sfcgal/regress.sql, regress/sfcgal/tickets.sql,
-	  regress/sfcgal/tickets_expected: Fix SFCGAL tests to work with
-	  all versions (#2755)
-
-2014-06-25 07:54  Sandro Santilli <strk at keybit.net>
-
-	* [r12653] NEWS, README.postgis: Document minimum required
-	  libjson-c version being 0.10
-	  
-	  Latest debian stable (wheezy) packages 0.11 already.
-	  See http://trac.osgeo.org/postgis/ticket/2539#comment:6
-
-2014-06-25 07:25  Sandro Santilli <strk at keybit.net>
-
-	* [r12652] NEWS, postgis/lwgeom_in_geojson.c: Report libjson
-	  version from postgis_full_version(), closing #2159
-
-2014-06-24 22:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12651] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwline.c: #2775
-	  lwline_from_lwmpoint leaks memory
-
-2014-06-24 21:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12647] configure.ac, liblwgeom/lwin_geojson.c,
-	  postgis_config.h.in: #2723 failure to build against external
-	  json-c 0.12
-
-2014-06-24 21:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12645] extensions/postgis_tiger_geocoder/Makefile.in: Use macro
-	  GREP instead of hardcoded
-
-2014-06-24 20:58  Regina Obe <lr at pcorp.us>
-
-	* [r12644] doc/reference_sfcgal.xml, postgis/sfcgal.sql.in: #2779
-	  put in missing availability information
-
-2014-06-24 20:43  Regina Obe <lr at pcorp.us>
-
-	* [r12643] postgis/sfcgal.sql.in: #2753 Add ST_IsPlanar (hmm did I
-	  forget to put in this ST_MinkowskiSum)
-
-2014-06-24 15:27  Sandro Santilli <strk at keybit.net>
-
-	* [r12642] postgis/lwgeom_backend_api.c: Revert r12350 as it didn't
-	  fix #2382
-	  
-	  Upgrades between 2.1 and 2.2 were fixed by r12641 and refraining
-	  from upgrading a GUC in presence of a pre-installed one is not
-	  the
-	  right way to deal with the problem (we'd rather want to replace
-	  an old GUC).
-	  
-	  See #2755 (thanks vmo)
-
-2014-06-24 15:12  Sandro Santilli <strk at keybit.net>
-
-	* [r12641] utils/postgis_proc_upgrade.pl: Force load of target
-	  shared object before major version check
-	  
-	  The load tries to ensure it's the load of the _old_ library that
-	  fails,
-	  rather than the one of the _new_ library.
-	  
-	  A failed load of the old library would make major version check
-	  resort
-	  to call the postgis_scripts_installed() which would contain the
-	  correct
-	  version since version 1.1.0 up. Load of the old library should
-	  only fail
-	  when the old library is 2.1.0 up so there's no problem there.
-	  
-	  NOTE: Failure of loading the _new_ library could still happen if
-	  the upgrade
-	  script is loaded in a session in which the _old_ library was used
-	  already.
-	  This is not something we can fix as there's no "unload" command
-	  in PostgreSQL.
-	  
-	  Closes #2382
-
-2014-06-23 15:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12639] raster/test/regress/load_outdb-pre.pl,
-	  raster/test/regress/load_outdb-pre.sh: add comments for out-db
-	  raster in regress tests
-
-2014-06-23 14:39  Sandro Santilli <strk at keybit.net>
-
-	* [r12638] raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_utility_expected: Disable ST_MemSize test
-	  for outdb rasters
-	  
-	  I don't seem to be able to get a static memory size for them, so
-	  for now the test is disabled (but the problem remains)
-
-2014-06-23 08:54  Sandro Santilli <strk at keybit.net>
-
-	* [r12637] raster/test/regress/rt_utility.sql: Fix ST_MemSize test
-	  query with PostgreSQL 9.1
-	  
-	  See https://travis-ci.org/postgis/postgis/builds/28204298#L2377
-
-2014-06-23 07:37  Sandro Santilli <strk at keybit.net>
-
-	* [r12636] raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_utility_expected: Subtract size of offdb
-	  raster paths in test for ST_MemSize
-	  
-	  Doing so should make the resulting size equal on all systems,
-	  fixing the travis builds:
-	  https://travis-ci.org/postgis/postgis#L2373-L2380
-
-2014-06-23 07:26  Sandro Santilli <strk at keybit.net>
-
-	* [r12635] doc/reference_raster.xml: Typo
-
-2014-06-22 02:51  Regina Obe <lr at pcorp.us>
-
-	* [r12634] doc/reference_misc.xml, doc/reference_raster.xml: #2770
-	  Document new ST_MemSize for raster and #2769 name change for
-	  geometry (ST_MEm_Size to ST_MemSize)
-
-2014-06-21 17:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12631] NEWS, raster/rt_pg/rtpg_band_properties.c,
-	  raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_utility_expected: fix premature memory
-	  free in RASTER_getBandPath (ST_BandPath)
-
-2014-06-20 10:37  Sandro Santilli <strk at keybit.net>
-
-	* [r12630] NEWS, raster/rt_pg/rtpg_utility.c,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_utility_expected: Implement
-	  ST_MemSize(raster)
-	  
-	  Closes #2770
-	  Includes testcases, but no documentation
-
-2014-06-20 10:12  Sandro Santilli <strk at keybit.net>
-
-	* [r12629] NEWS, postgis/postgis.sql.in,
-	  regress/lwgeom_regress.sql, regress/regress.sql: Deprecate
-	  ST_Mem_Size, welcome ST_MemSize
-	  
-	  Closes #2769
-
-2014-06-20 06:11  Regina Obe <lr at pcorp.us>
-
-	* [r12628] doc/reference_sfcgal.xml,
-	  doc/xsl/sfcgal_comments.sql.xsl: #2753 fix xsl to not trap intro
-
-2014-06-20 05:51  Regina Obe <lr at pcorp.us>
-
-	* [r12627] doc/reference_sfcgal.xml: #2753 change func proto
-	  ST_Minkowski to ST_MinkowskiSum
-
-2014-06-20 05:41  Regina Obe <lr at pcorp.us>
-
-	* [r12626] doc/reference_sfcgal.xml: #2753: patch from vmp --
-	  revised patch moving intro into an abstract instead of as
-	  separate section
-
-2014-06-19 11:23  Sandro Santilli <strk at keybit.net>
-
-	* [r12625] NEWS, raster/rt_pg/rtpg_inout.c,
-	  raster/rt_pg/rtpostgis.sql.in: Add postgis_noop(raster) function
-
-2014-06-16 06:55  Regina Obe <lr at pcorp.us>
-
-	* [r12624]
-	  extensions/postgis/sql_bits/mark_editable_objects.sql.in: #2737
-	  typo
-
-2014-06-16 06:53  Regina Obe <lr at pcorp.us>
-
-	* [r12623]
-	  extensions/postgis/sql_bits/mark_editable_objects.sql.in,
-	  spatial_ref_sys.sql: #2737 add back 900913 and update backup
-	  exclusion to exclude these. We still need to do somethng about
-	  upgrading spatial_ref_sys in general.
-
-2014-06-16 06:24  Regina Obe <lr at pcorp.us>
-
-	* [r12622] spatial_ref_sys.sql: #2737 patch from Even Rouault:
-	  Upgrade of spatial_ref_sys.sql to EPSG v8.4, note also this
-	  update spatial_ref_sys to go back to using DATUM instead of
-	  towgs84 (back to PostGIS 1.5 syntax), add new definitions, fix
-	  some existing ones.
-
-2014-06-11 21:38  Regina Obe <lr at pcorp.us>
-
-	* [r12618] extensions/upgradeable_versions.mk: missing migration
-	  path from 2.1.3
-
-2014-06-09 04:25  Regina Obe <lr at pcorp.us>
-
-	* [r12610] doc/reference_raster.xml: fix typo in function proto for
-	  ST_NotSameAlignmentReason (had ST_SameAlignment)
-
-2014-06-01 23:38  Regina Obe <lr at pcorp.us>
-
-	* [r12605] doc/reference_raster.xml: #2752: raster @ and ~
-	  operators not documented
-
-2014-06-01 21:54  Regina Obe <lr at pcorp.us>
-
-	* [r12603] doc/reference_raster.xml: #2752: raster && geometry is
-	  undocumented
-
-2014-05-29 09:57  Sandro Santilli <strk at keybit.net>
-
-	* [r12601] raster/rt_pg/rtpostgis.sql.in: Add availability info for
-	  raster/geometry operators
-	  
-	  See #2752
-
-2014-05-27 16:34  Sandro Santilli <strk at keybit.net>
-
-	* [r12589] raster/rt_pg/Makefile.in: Wrap rtpostgis_upgrade.sql in
-	  a transaction (#2749)
-
-2014-05-25 19:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12585] NEWS: add news for GDAL 2.0
-
-2014-05-25 19:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12584] raster/rt_core/rt_geometry.c,
-	  raster/rt_core/rt_raster.c: basic support for GDAL 2.0
-
-2014-05-21 09:46  Sandro Santilli <strk at keybit.net>
-
-	* [r12577] postgis/lwgeom_functions_analytic.c: Reduce overhead of
-	  ST_Simplify calls against points and multipoints
-	  
-	  It takes half the time to run against 800k point records now
-	  (still double the time it takes to return those 800k records
-	  directly)
-	  
-	  See #2745
-
-2014-05-19 11:15  Sandro Santilli <strk at keybit.net>
-
-	* [r12575] HOWTO_RELEASE: Drop PlanetPostgis announce (automatic
-	  via http://postgis.net/news)
-
-2014-05-19 03:03  Regina Obe <lr at pcorp.us>
-
-	* [r12570] java/jdbc/pom.xml, java/jdbc_jtsparser/pom.xml: fix
-	  links and version
-
-2014-05-14 10:27  Sandro Santilli <strk at keybit.net>
-
-	* [r12565] extensions/postgis/Makefile.in: Use a variable for
-	  extname
-
-2014-05-14 10:06  Sandro Santilli <strk at keybit.net>
-
-	* [r12564] extensions/postgis/Makefile.in,
-	  extensions/postgis_topology/Makefile.in,
-	  extensions/postgis_topology/extlock.sql,
-	  utils/create_unpackaged.pl: Complain if extension scripts are
-	  sourced in psql
-
-2014-05-14 09:09  Sandro Santilli <strk at keybit.net>
-
-	* [r12562] HOWTO_RELEASE, doc/Makefile.in, doc/postgis.xml:
-	  Automate postgis_download_url setting in doc/postgis.xml
-	  
-	  Drop manual step from HOWTO_RELEASE (and change list to
-	  unnumbered)
-	  Closes #2735
-
-2014-05-14 08:43  Sandro Santilli <strk at keybit.net>
-
-	* [r12560] HOWTO_RELEASE: Drop checkout step from release
-	  procedure, other cleanups
-	  
-	  See #2736
-
-2014-05-13 17:12  Sandro Santilli <strk at keybit.net>
-
-	* [r12546] HOWTO_RELEASE: Reorder release steps to avoid touching
-	  repository after tag
-
-2014-05-13 16:58  Sandro Santilli <strk at keybit.net>
-
-	* [r12543] GNUmakefile.in, HOWTO_RELEASE: Add "ChangeLog" rule,
-	  update HOWTO_RELEASE with that recipe
-
-2014-05-13 15:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12541] raster/rt_pg/rtpostgis.c: tweak messages
-
-2014-05-13 15:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12540] raster/test/cunit/cu_misc.c: disable one unit test
-
-2014-05-13 15:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12539] raster/rt_pg/rtpostgis.c: emit message for unknown GDAL
-	  drivers
-
-2014-05-13 12:44  Sandro Santilli <strk at keybit.net>
-
-	* [r12534] postgis_config.h.in: Fix header guard
-
-2014-05-13 09:24  Sandro Santilli <strk at keybit.net>
-
-	* [r12530] postgis_config.h.in: Header-guard postgis_config.h
-
-2014-05-12 21:41  Regina Obe <lr at pcorp.us>
-
-	* [r12528] postgis/gserialized_estimate.c: fix url back
-
-2014-05-12 21:39  Regina Obe <lr at pcorp.us>
-
-	* [r12527] postgis/gserialized_estimate.c: #2732
-	  gserialized_estimate crashes under mingw64 windows when compiled
-	  with --enabled-debug
-
-2014-05-06 14:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12519] raster/rt_pg/rtpostgis.c: strcat instead of sprintf
-
-2014-05-05 17:09  Sandro Santilli <strk at keybit.net>
-
-	* [r12504] extensions/postgis_extension_helper.sql,
-	  topology/Makefile.in, topology/sql/manage/ManageHelper.sql.in:
-	  Tweak search_path inline when creating topology extension
-	  
-	  Also fixes postgis website url and "make clean" rule.
-	  NOTE: I found that AddToSearchPath code is duplicated, might be
-	  a good idea to drop one of the two implementations (both
-	  touched with this commit)
-
-2014-05-05 08:24  Sandro Santilli <strk at keybit.net>
-
-	* [r12503] regress/run_test.pl: Remove debugging print from
-	  run_test.pl
-
-2014-05-05 08:08  Sandro Santilli <strk at keybit.net>
-
-	* [r12501] configure.ac: Offline rasters are always supported
-
-2014-05-04 15:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12495] doc/reference_guc.xml: add text mentioning env variables
-
-2014-05-04 15:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12494] raster/rt_pg/rtpostgis.c: added support for
-	  POSTGIS_GDAL_ENABLED_DRIVERS and POSTGIS_ENABLE_OUTDB_RASTERS
-	  environment variables to set the boot values of the GUCs
-	  postgis.gdal_enabled_drivers and postgis.enable_outdb_rasters,
-	  respectively
-
-2014-04-30 11:37  Sandro Santilli <strk at keybit.net>
-
-	* [r12493] utils/postgis_proc_upgrade.pl: Honour "Last Updated"
-	  objects comment for upgrade script (#2722)
-
-2014-04-26 14:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12492] NEWS, doc/reference_guc.xml, raster/rt_core/librtcore.h,
-	  raster/rt_core/rt_band.c, raster/rt_core/rt_util.c,
-	  raster/rt_pg/rtpostgis.c, raster/test/cunit/cu_misc.c,
-	  raster/test/regress/loader/BasicOutDB.select.sql,
-	  raster/test/regress/permitted_gdal_drivers.sql,
-	  raster/test/regress/rt_bytea.sql: add VSICURL keyword for GUC
-	  postgis.gdal_enabled_drivers. add GUC posgis.enable_outdb_rasters
-
-2014-04-23 16:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12488] raster/test/regress/permitted_gdal_drivers.sql,
-	  raster/test/regress/permitted_gdal_drivers_expected: check before
-	  inserting records into spatial_ref_sys. ticket #2715
-
-2014-04-22 14:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12486] raster/test/regress/load_outdb-pre.pl,
-	  raster/test/regress/load_outdb-pre.sh,
-	  raster/test/regress/loader/BasicOutDB.select.sql,
-	  raster/test/regress/permitted_gdal_drivers.sql,
-	  raster/test/regress/rt_asgdalraster.sql,
-	  raster/test/regress/rt_asjpeg.sql,
-	  raster/test/regress/rt_aspng.sql,
-	  raster/test/regress/rt_astiff.sql,
-	  raster/test/regress/rt_fromgdalraster.sql: Unit tests fail on
-	  PostgreSQL 9.1 due to GUC behavior changes between 9.1 and 9.2.
-	  Ticket #2714
-
-2014-04-21 12:38  Regina Obe <lr at pcorp.us>
-
-	* [r12485] doc/reference_accessor.xml, doc/reference_editor.xml:
-	  #2713: properly cast text to geom (don't enforce bad habits),
-	  flag ST_StartPoint and ST_EndPoint as working with
-	  CIRCULARLINSTRINGS
-
-2014-04-21 12:17  Regina Obe <lr at pcorp.us>
-
-	* [r12484] doc/reference_editor.xml: #2713 flag ST_ForceCurve as a
-	  curve function
-
-2014-04-21 08:28  Regina Obe <lr at pcorp.us>
-
-	* [r12483] regress/binary_expected: #2685: get rid of COPY lines
-	  (we are now stripping them since 9.4 adds it also when enable
-	  notice only)
-
-2014-04-21 08:12  Regina Obe <lr at pcorp.us>
-
-	* [r12482] regress/run_test.pl: #2685: ignore COPY notice (new
-	  feature in 9.4 tripping up regress checking)
-
-2014-04-19 08:41  Baris Ergun <barisergun75 at gmail.com>
-
-	* [r12481] java/jdbc/pom.xml, java/jdbc_jtsparser/pom.xml: #2626
-	  adding patch suggestion from @shane to jdbc and jdbc-jtsparser
-	  java projects inorder to be prepared to manually release jdbc
-	  jars on OSSRH
-
-2014-04-14 23:12  Regina Obe <lr at pcorp.us>
-
-	* [r12479] doc/installation.xml: #2343 missing --with-sfcgal in
-	  docs
-
-2014-04-13 22:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12477] raster/rt_core/librtcore.h, raster/rt_core/rt_band.c,
-	  raster/rt_core/rt_util.c, raster/rt_pg/rtpg_create.c,
-	  raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpostgis.c: If GUC
-	  postgis.gdal_enabled_drivers = 'DISABLE_ALL', use of GDALOpen and
-	  GDALOpenShared is disabled.
-
-2014-04-13 03:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12476] configure.ac, raster/raster_config.h.in,
-	  raster/rt_core/rt_band.c: remove --disable-offline-raster compile
-	  flag as by default the GUC postgis.gdal_enabled_drivers is set to
-	  DISABLE_ALL
-
-2014-04-13 03:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12475] doc/reference_guc.xml: document the GUC
-	  postgis.gdal_enabled_drivers
-
-2014-04-13 03:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12474] NEWS, raster/rt_core/librtcore.h,
-	  raster/rt_core/rt_band.c, raster/rt_core/rt_raster.c,
-	  raster/rt_core/rt_util.c, raster/rt_pg/rtpg_create.c,
-	  raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpostgis.c,
-	  raster/test/regress/check_gdal.sql,
-	  raster/test/regress/check_gdal_expected,
-	  raster/test/regress/load_outdb-pre.pl,
-	  raster/test/regress/load_outdb-pre.sh,
-	  raster/test/regress/loader/BasicOutDB.select.sql,
-	  raster/test/regress/permitted_gdal_drivers.sql,
-	  raster/test/regress/rt_asgdalraster.sql,
-	  raster/test/regress/rt_asjpeg.sql,
-	  raster/test/regress/rt_aspng.sql,
-	  raster/test/regress/rt_astiff.sql,
-	  raster/test/regress/rt_bytea.sql,
-	  raster/test/regress/rt_fromgdalraster.sql: Addition of GUC
-	  postgis.gdal_enabled_drivers with default set to all GDAL drivers
-	  disabled
-
-2014-04-13 03:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12473] raster/rt_pg/rtpostgis.c: initial steps at GUCs and
-	  additional drivers to skip by default
-
-2014-04-11 09:26  Sandro Santilli <strk at keybit.net>
-
-	* [r12468] regress/typmod.sql, regress/typmod_expected: Fix
-	  testsuite with custom POSTGIS_REGRESS_DB set
-
-2014-04-11 09:05  Sandro Santilli <strk at keybit.net>
-
-	* [r12466] NEWS, raster/rt_pg/rtpostgis.c: Also disable PDF GDAL
-	  driver by default
-
-2014-04-11 04:30  Regina Obe <lr at pcorp.us>
-
-	* [r12464] doc/installation.xml: #2711: topology script locations
-	  are wrong
-
-2014-04-11 00:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12461] raster/rt_core/rt_warp.c: remove some noisy debug
-	  messages
-
-2014-04-10 21:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12457] NEWS, raster/rt_core/librtcore.h,
-	  raster/rt_core/rt_geometry.c, raster/rt_core/rt_raster.c,
-	  raster/rt_core/rt_util.c, raster/rt_core/rt_warp.c,
-	  raster/rt_pg/rtpostgis.c, raster/test/cunit/cu_gdal.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/permitted_gdal_drivers.sql,
-	  raster/test/regress/permitted_gdal_drivers_expected: by default,
-	  prevent PostGIS raster from using GDAL drivers that can easily be
-	  abused (VRT, MEM, WCS, WMS)
-
-2014-04-10 21:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12456] raster/rt_pg/rtpostgis.c: default blocking of GDAL VRT
-	  WCS WMS and MEM drivers
-
-2014-04-10 14:35  Sandro Santilli <strk at keybit.net>
-
-	* [r12455] raster/rt_core/rt_band.c: Do not allow loading offline
-	  rasters when explicitly disabled
-	  
-	  Previous commit only disabled _saving_ rasters with offline flag,
-	  this one prevents actually loading the offline data.
-	  You can still dump databases with offline raster specs.
-
-2014-04-10 14:22  Sandro Santilli <strk at keybit.net>
-
-	* [r12454] raster/rt_core/rt_serialize.c: Fix typo in error message
-
-2014-04-10 14:10  Sandro Santilli <strk at keybit.net>
-
-	* [r12453] raster/rt_core/Makefile.in: Encode dependency of raster
-	  objects on header files
-
-2014-04-10 09:54  Sandro Santilli <strk at keybit.net>
-
-	* [r12452] regress/run_test.pl: Allow specifying name of regress
-	  database on make check
-	  
-	  Honours a POSTGIS_REGRESS_DB environment variable
-
-2014-04-10 09:53  Sandro Santilli <strk at keybit.net>
-
-	* [r12451] configure.ac: Fix build with offline raster enabled (the
-	  default)
-
-2014-04-10 09:18  Sandro Santilli <strk at keybit.net>
-
-	* [r12450] configure.ac, raster/raster_config.h.in,
-	  raster/rt_core/rt_serialize.c: Add support for disabling offline
-	  raster storage at compile time
-	  
-	  Adds --disable-offline-raster configure switch
-	  Testsuite fails with offline rasters disabled (could be fixed to
-	  skip offline raster tests)
-
-2014-04-09 20:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12448] extensions/postgis_tiger_geocoder/sql_bits,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwout_twkb.c,
-	  loader/pgsql2shp-core.c, postgis, postgis/lwgeom_sqlmm.c, raster,
-	  raster/rt_pg, topology: Quiet LLVM warnings and remove old
-	  ignores from properties
-
-2014-04-09 17:02  Sandro Santilli <strk at keybit.net>
-
-	* [r12446] liblwgeom/lwin_wkb.c: Add more debug prints
-
-2014-04-09 02:54  Regina Obe <lr at pcorp.us>
-
-	* [r12442] doc/xsl/postgis_gardentest.sql.xsl: add malformed
-	  polygons and linestrings
-
-2014-04-08 08:49  Sandro Santilli <strk at keybit.net>
-
-	* [r12439] .gitignore, doc/Makefile.in, regress/Makefile.in: Clean
-	  files generated on 'make gaden'
-	  
-	  And tell git to ignore them
-
-2014-04-07 19:15  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12436] regress/tickets.sql, regress/tickets_expected: #2672
-	  regresstest
-
-2014-04-07 15:09  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r12435] doc/using_raster_dataman.xml: Document
-	  raster_columns.out_db metadata (Ticket #2705)
-
-2014-04-07 14:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12434] NEWS: Fix ticket #
-
-2014-04-07 14:51  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r12432] loader/pgsql2shp-core.c: Handle error condition from
-	  fputs
-
-2014-04-07 14:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12430] NEWS, postgis/lwgeom_dumppoints.c,
-	  regress/dumppoints.sql: #2704, ST_DumpPoints of EMPTY geometries
-	  crashes server
-
-2014-04-07 14:39  Sandro Santilli <strk at keybit.net>
-
-	* [r12429] loader/pgsql2shp-core.c: Re-add printing return from
-	  puts with POSTGIS_DEBUG_LEVEL defined
-
-2014-04-07 14:39  Sandro Santilli <strk at keybit.net>
-
-	* [r12428] regress/Makefile.in: Echo input during garden testing
-
-2014-04-07 13:31  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r12427] loader/pgsql2shp-core.c: Update r12421: Remove use of no
-	  longer existent fputs result
-
-2014-04-05 12:30  Sandro Santilli <strk at keybit.net>
-
-	* [r12424] regress/Makefile.in: Fix "make garden" rule (#2701)
-
-2014-04-05 04:03  Regina Obe <lr at pcorp.us>
-
-	* [r12423] doc/release_notes.xml: cut in 2.0.5 release notes
-
-2014-04-04 11:47  Sandro Santilli <strk at keybit.net>
-
-	* [r12421] loader/pgsql2shp-core.c, regress/dumper/null3d.dmp,
-	  regress/dumper/null3d_expected.dbf,
-	  regress/dumper/null3d_expected.shp,
-	  regress/dumper/null3d_expected.shx, regress/run_test.pl: Fix type
-	  detection in tables with null geometries (#2700)
-	  
-	  Includes testcase
-
-2014-04-04 05:26  Regina Obe <lr at pcorp.us>
-
-	* [r12417] doc/xsl/postgis_gardentest.sql.xsl: #2698 put in
-	  converter for geomjson and fix tests to catch geomkml
-
-2014-04-04 03:24  Regina Obe <lr at pcorp.us>
-
-	* [r12415] doc/reference_accessor.xml: remove more too much
-	  information
-
-2014-04-04 03:21  Regina Obe <lr at pcorp.us>
-
-	* [r12413] doc/reference_accessor.xml: get rid of synonym
-	  description - don't want to have to remember to update 2
-	  functions all the time.
-
-2014-04-04 03:19  Regina Obe <lr at pcorp.us>
-
-	* [r12412] doc/reference_accessor.xml: #2696: correct the doco that
-	  ST_NumInteriorRings no longer works with multipolygons since
-	  polys
-
-2014-04-03 21:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12411] NEWS, liblwgeom/lwin_geojson.c, regress/in_geojson.sql,
-	  regress/in_geojson_expected: #2697, ST_GeomFromGeoJSON() of
-	  invalid GeoJSON Polygons crashes server process
-
-2014-03-31 04:18  Regina Obe <lr at pcorp.us>
-
-	* [r12399] extensions/upgradeable_versions.mk: add 2.0.5 and
-	  replace 2.1.2dev with 2.1.2
-
-2014-03-29 19:14  Regina Obe <lr at pcorp.us>
-
-	* [r12397] NEWS: up port 2.1.1 and 2.1.2 release items from
-	  branch/2.1
-
-2014-03-29 05:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12385] doc/release_notes.xml: #2690, documentation needs 2.1.2
-	  release section
-
-2014-03-28 20:11  Sandro Santilli <strk at keybit.net>
-
-	* [r12382] regress/legacy.sql: Also find uninstall_legacy.sql in
-	  :scriptdir, use \cd for 9.1 support
-
-2014-03-28 19:41  Sandro Santilli <strk at keybit.net>
-
-	* [r12380] topology/test/regress/st_createtopogeo.sql: More
-	  spatial_ref_sys truncation during test
-
-2014-03-28 19:00  Sandro Santilli <strk at keybit.net>
-
-	* [r12376] regress/legacy.sql: Have regress/legacy.sql truncate
-	  spatial_ref_sys
-
-2014-03-28 18:57  Sandro Santilli <strk at keybit.net>
-
-	* [r12375] regress/legacy.sql, regress/run_test.pl: Allow using
-	  :scriptdir variable in regress tests
-	  
-	  Have legacy.sql use it to find legacy.sql.
-	  The run_test.pl script sets it using pg_config when --extensions
-	  switch is given.
-
-2014-03-28 13:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12374] regress/loader/ReprojectPts-pre.sql,
-	  regress/regress_ogc.sql, regress/regress_proj.sql: #2687, pass
-	  tests when both raster and vector installed
-
-2014-03-26 15:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12365] liblwgeom/lwgeodetic_tree.c: CircNode compare function
-	  needs to deference inputs
-
-2014-03-26 10:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12364] liblwgeom/lwin_geojson.c: Quiet llvm warning
-
-2014-03-26 10:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12363] liblwgeom/lwin_geojson.c: Go back to old hasz behavior
-
-2014-03-26 10:11  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r12361] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: #2681 fix.
-
-2014-03-26 09:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12356] liblwgeom/lwin_geojson.c: Fix up GeoJSON empty poly fix
-	  a little more
-
-2014-03-26 09:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12355] configure.ac, liblwgeom/lwin_geojson.c,
-	  regress/in_geojson.sql, regress/in_geojson_expected: #2619,
-	  SIGSEGV in ST_GeomFromGeoJSON with empty list of coordinates
-
-2014-03-25 20:08  Baris Ergun <barisergun75 at gmail.com>
-
-	* [r12353] java/jdbc/pom.xml, java/jdbc_jtsparser/pom.xml: #2626
-	  updating pom.xml versions to 2.2.0SVN on trunk
-
-2014-03-25 18:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12351] postgis/lwgeom_backend_api.c: #2382, Can't upgrade
-	  postgis ERROR: attempt to redefine parameter "postgis.backend"
-
-2014-03-25 17:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12350] postgis/lwgeom_backend_api.c: #2382, Can't upgrade
-	  postgis ERROR: attempt to redefine parameter "postgis.backend"
-
-2014-03-25 11:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12346] liblwgeom/cunit/cu_ptarray.c: Remove test output
-
-2014-03-25 08:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12345] liblwgeom/cunit/cu_tree.c: Quiet tests
-
-2014-03-25 08:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12342] liblwgeom/cunit/cu_tree.c: Uncomment tests
-
-2014-03-24 15:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12340] liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h, liblwgeom/lwgeodetic_tree.c,
-	  liblwgeom/lwgeodetic_tree.h,
-	  postgis/geography_measurement_trees.c: #2634, should fix
-	  geography-tree-distance errors in cases
-	  where polygons interact with collections.
-
-2014-03-24 15:14  Sandro Santilli <strk at keybit.net>
-
-	* [r12339] regress/run_test.pl: Update $libver after upgrade
-
-2014-03-24 09:07  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r12338] doc/installation.xml: #2330 Add SFCGAL Boost (and more)
-	  requires
-
-2014-03-22 05:51  Regina Obe <lr at pcorp.us>
-
-	* [r12337] raster/rt_core/librtcore.h: #2620 allow kFreeBSD to be
-	  treated as FreeBSD
-
-2014-03-22 04:26  Regina Obe <lr at pcorp.us>
-
-	* [r12333] raster/rt_pg/rtpostgis.sql.in: #2674 raster missing
-	  availability info for some operators and functions used in
-	  equality operator
-
-2014-03-18 16:35  Sandro Santilli <strk at keybit.net>
-
-	* [r12330] .travis.yml: Fix travis build by only installing
-	  postgresql 9.1 (#2678)
-
-2014-03-16 18:36  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12329] liblwgeom/lwout_twkb.c, postgis/lwgeom_accum.c: Fix for
-	  #2671
-
-2014-03-13 21:26  Regina Obe <lr at pcorp.us>
-
-	* [r12325] doc/installation.xml: #2551: documentation upgrade (old
-	  way update) but revised to reflect we no longer have version
-	  number on update scripts.
-
-2014-03-13 21:09  Regina Obe <lr at pcorp.us>
-
-	* [r12323] doc/Makefile.in: #2621 Resources for documentation
-	  doesn't get installed - apply patch from mwanner
-
-2014-03-10 20:34  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12322] regress/twkb.sql, regress/twkb_expected: Add a twkb
-	  regression test more
-
-2014-03-10 20:25  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12321] liblwgeom/lwout_twkb.c: Make the error message about
-	  wrong calculated size in twkb a little more verbose.
-
-2014-03-10 20:08  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12320] liblwgeom/lwout_twkb.c: lround should be more correct
-	  than round since we expect a long int in return
-
-2014-03-10 19:31  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12319] postgis/lwgeom_accum.c: #2670 cleaning some code
-
-2014-03-10 19:16  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12318] postgis/lwgeom_accum.c: #2672, fix null handling for
-	  ST_AsTWKBagg
-
-2014-03-10 18:45  Regina Obe <lr at pcorp.us>
-
-	* [r12316] topology/sql/populate.sql.in: #2609 topogeo_AddPolygon
-	  unnecessary use of DISTINCT
-
-2014-03-10 04:30  Regina Obe <lr at pcorp.us>
-
-	* [r12315] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/raster_gardentest.sql.xsl: update log table name for 2.2
-	  among other things
-
-2014-03-09 23:16  Regina Obe <lr at pcorp.us>
-
-	* [r12313] doc/using_postgis_dataman.xml: #2558: WKT form(s) of
-	  MULTIPOINT documentation make OGC compliant
-
-2014-03-09 18:51  Sandro Santilli <strk at keybit.net>
-
-	* [r12311] NEWS, configure.ac: Error out at configure time if no
-	  SQL preprocessor can be found
-	  
-	  Closes #2666
-
-2014-03-09 18:42  Sandro Santilli <strk at keybit.net>
-
-	* [r12310] authors.git, authors.svn: Add Baris to git/svn authors
-	  files
-
-2014-03-09 14:24  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12309] regress/Makefile.in, regress/twkb.sql,
-	  regress/twkb_expected: Add regression tests for twkb
-
-2014-03-08 00:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12307] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c:
-	  #2636, Regress ST_Distance_Sphere between 2.1.2dev and 2.0.4 with
-	  2D
-
-2014-03-07 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12305] NEWS, liblwgeom/lwgeodetic.c: #2634, regression in
-	  sphere distance code
-
-2014-03-07 23:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12302] NEWS, liblwgeom/lwin_geojson.c: #2546, GeoJSON with
-	  string coordinates parses incorrectly
-
-2014-03-06 06:32  Regina Obe <lr at pcorp.us>
-
-	* [r12299] doc/reference_output.xml: revise ST_AsTWKBAgg so garden
-	  autogenerates aggregate test and comment is right
-
-2014-03-06 05:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12297] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c: #2638,
-	  geography ST_Intersects bugginess with Polygon/multilinestring M
-
-2014-03-06 05:40  Regina Obe <lr at pcorp.us>
-
-	* [r12295] doc/reference_output.xml: another minor edit
-
-2014-03-06 05:39  Regina Obe <lr at pcorp.us>
-
-	* [r12294] doc/reference_output.xml: forgot to save last change
-
-2014-03-06 05:38  Regina Obe <lr at pcorp.us>
-
-	* [r12293] doc/reference_output.xml, postgis/postgis.sql.in: #2661:
-	  st_astwkb_agg(geometry,int) needs code comment and violates
-	  naming convention, also fixed minor issues with description
-
-2014-03-04 20:35  Baris Ergun <barisergun75 at gmail.com>
-
-	* [r12292] java/jdbc/jtssrc, java/jdbc/pom.xml,
-	  java/jdbc_jtsparser, java/jdbc_jtsparser/README,
-	  java/jdbc_jtsparser/examples, java/jdbc_jtsparser/org,
-	  java/jdbc_jtsparser/pom.xml, java/jdbc_jtsparser/src,
-	  java/jdbc_jtsparser/src/main, java/jdbc_jtsparser/src/main/java,
-	  java/jdbc_jtsparser/src/main/java/examples,
-	  java/jdbc_jtsparser/src/main/java/org,
-	  java/jdbc_jtsparser/src/main/java/org/postgis/jts/overview.html:
-	  #2626 moving jtssrc folder as a separate maven project to
-	  ./java/jdbc_jtsparser
-
-2014-03-03 21:15  Baris Ergun <barisergun75 at gmail.com>
-
-	* [r12291] java/jdbc, java/jdbc/pom.xml,
-	  java/jdbc/src/org/postgis/overview.html: #2626 removing
-	  properties from version tag also removing explicit plugin
-	  declarations and adding an overview.html for javadoc
-
-2014-03-03 18:01  Sandro Santilli <strk at keybit.net>
-
-	* [r12290] utils/postgis_proc_upgrade.pl: Fix guessing module from
-	  .sql script (#2659)
-
-2014-03-03 03:06  Regina Obe <lr at pcorp.us>
-
-	* [r12289] extensions/postgis/META.json,
-	  extensions/postgis/doc/postgis.md,
-	  extensions/postgis_tiger_geocoder/META.json,
-	  extensions/postgis_tiger_geocoder/doc/postgis_tiger_geocoder.md,
-	  extensions/postgis_tiger_geocoder/sql_bits/remove_from_extension.sql.in,
-	  extensions/postgis_topology/META.json,
-	  extensions/postgis_topology/doc/postgis.md,
-	  extensions/postgis_topology/sql_bits/remove_from_extension.sql.in:
-	  fix website links to go to postgis.net
-
-2014-03-03 02:56  Regina Obe <lr at pcorp.us>
-
-	* [r12287]
-	  extensions/postgis/sql_bits/remove_from_extension.sql.in,
-	  extensions/postgis_extension_helper.sql,
-	  extensions/postgis_extension_helper_uninstall.sql,
-	  extensions/upgradeable_versions.mk: allow upgrade from 2.1.2dev,
-	  fix copyright notices (e.g. point to postgis.net)
-
-2014-03-01 12:47  Sandro Santilli <strk at keybit.net>
-
-	* [r12286] NEWS, regress/run_test.pl: Add --upgrade-path switch,
-	  honour -v on install/upgrade error
-	  
-	  Also print scripts versions
-	  Closes #2652
-
-2014-02-25 17:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12283] postgis/geography_measurement_trees.c,
-	  postgis/gserialized_estimate.c: Fix variable decls in debug
-	  statements
-
-2014-02-25 14:49  Sandro Santilli <strk at keybit.net>
-
-	* [r12281] extensions/postgis_topology/Makefile.in: Fix topology
-	  extension upgrade script building (#2656)
-
-2014-02-25 08:32  Sandro Santilli <strk at keybit.net>
-
-	* [r12280] utils/postgis_proc_upgrade.pl: Qualify hash as such
-	  
-	  Attempt to fix #2656
-
-2014-02-24 20:47  Sandro Santilli <strk at keybit.net>
-
-	* [r12279] topology/Makefile.in: Remove unused variable
-
-2014-02-24 20:46  Sandro Santilli <strk at keybit.net>
-
-	* [r12278] .travis.yml: Do not use IRC notices for build statuses
-	  
-	  .. should still send messages to the IRC channel, just not
-	  notices
-
-2014-02-24 20:46  Sandro Santilli <strk at keybit.net>
-
-	* [r12277] .gitignore, regress/run_test.pl, topology/Makefile.in:
-	  Output single upgrade script for topology: topology_upgrade.sql
-
-2014-02-24 19:24  Sandro Santilli <strk at keybit.net>
-
-	* [r12276] .gitignore, extensions/postgis/Makefile.in,
-	  raster/rt_pg/Makefile.in, regress/run_test.pl: Output single
-	  upgrade script for rtpostgis: rtpostgis_upgrade.sql
-
-2014-02-24 18:37  Sandro Santilli <strk at keybit.net>
-
-	* [r12275] .gitignore: Update ignore file now that we have a single
-	  postgis_upgrade.sql
-
-2014-02-24 18:31  Sandro Santilli <strk at keybit.net>
-
-	* [r12274] extensions/postgis/Makefile.in, postgis/Makefile.in,
-	  regress/run_test.pl: Output single upgrade script for postgis:
-	  postgis_upgrade.sql
-
-2014-02-24 10:26  Sandro Santilli <strk at keybit.net>
-
-	* [r12273] postgis/postgis.sql.in: Let users without topology
-	  privileges call postgis_full_version()
-	  
-	  Closes #2655
-
-2014-02-24 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r12271] utils/postgis_proc_upgrade.pl: Have postgis_proc_upgrade
-	  read "source" version from the live db
-	  
-	  The "version_from" parameter becomes then obsoleted (still
-	  accepted)
-	  See #2560
-
-2014-02-24 06:45  Sandro Santilli <strk at keybit.net>
-
-	* [r12269] topology/sql/export/TopoJSON.sql.in,
-	  topology/sql/populate.sql.in, topology/sql/sqlmm.sql.in: Fully
-	  qualify calls to topology methods (#2653)
-
-2014-02-23 17:36  Sandro Santilli <strk at keybit.net>
-
-	* [r12267] .travis.yml: Do not use ubuntugis-unstable
-	  
-	  Also, search for libgdal and postgresql-server
-
-2014-02-23 17:35  Sandro Santilli <strk at keybit.net>
-
-	* [r12266] .travis.yml: Strip carriage returns from .travis.yml
-
-2014-02-23 16:29  Sandro Santilli <strk at keybit.net>
-
-	* [r12262] utils/postgis_proc_upgrade.pl: Fix AGG signatures with
-	  multi-word typenames
-	  
-	  For example... "double precision".
-	  This fixes upgrades involving drop/recreate of aggregates
-
-2014-02-23 16:22  Sandro Santilli <strk at keybit.net>
-
-	* [r12261] regress/run_test.pl: Fix --extension --upgrade handling
-
-2014-02-23 16:13  Sandro Santilli <strk at keybit.net>
-
-	* [r12260] regress/tickets.sql: Fix ambiguous query in tickets.sql
-	  when raster support is loaded
-	  
-	  See #2651
-
-2014-02-23 16:09  Sandro Santilli <strk at keybit.net>
-
-	* [r12259] extensions/postgis/Makefile.in: Do not force
-	  extension-specific removal of objects on upgrade
-	  
-	  It should be taken care of by the upgrade scripts themselves
-
-2014-02-23 15:42  Sandro Santilli <strk at keybit.net>
-
-	* [r12257] regress/run_test.pl: Add support for --extension
-	  --upgrade in run_test.pl
-
-2014-02-22 21:49  Sandro Santilli <strk at keybit.net>
-
-	* [r12255] utils/postgis_proc_upgrade.pl: Allow DROP (with no IF
-	  EXISTS) to end up in upgrade scripts
-	  
-	  Fixes raster upgrade
-
-2014-02-22 21:29  Sandro Santilli <strk at keybit.net>
-
-	* [r12254] raster/rt_pg/rtpostgis_drop.sql.in: More drop of
-	  non-obsoleted aggregate signatures removed
-
-2014-02-22 21:09  Sandro Santilli <strk at keybit.net>
-
-	* [r12253] raster/rt_pg/rtpostgis_drop.sql.in: Do not force drop of
-	  non-obsoleted aggregate signatures
-
-2014-02-22 21:09  Sandro Santilli <strk at keybit.net>
-
-	* [r12252] raster/rt_pg/Makefile.in: Fix cleaning rule
-
-2014-02-22 20:44  Sandro Santilli <strk at keybit.net>
-
-	* [r12251] liblwgeom/cunit/Makefile.in: Simplify use of flags
-
-2014-02-22 20:39  Sandro Santilli <strk at keybit.net>
-
-	* [r12250] .gitignore: Ignore new temporary raster upgrade files
-
-2014-02-22 20:34  Sandro Santilli <strk at keybit.net>
-
-	* [r12249] liblwgeom/cunit/Makefile.in: Fix build of unit tests
-	  with libtool 2.4.2
-	  
-	  The error was:
-	  undefined reference to symbol 'lround@@GLIBC_2.2.5'
-	  
-	  For some reason -lm found in liblwgeom.la is not being taken
-	  in consideration. See #2649
-
-2014-02-22 20:11  Sandro Santilli <strk at keybit.net>
-
-	* [r12248] liblwgeom/cunit/cu_varint.c: Fix reference to website
-
-2014-02-22 20:10  Sandro Santilli <strk at keybit.net>
-
-	* [r12247] postgis/Makefile.in, raster/rt_pg/Makefile.in: Stop
-	  copying upgrade minor from upgrade_prev
-	  
-	  postgis_proc_upgrade should do the right thing
-
-2014-02-22 16:48  Sandro Santilli <strk at keybit.net>
-
-	* [r12246] utils/postgis_proc_upgrade.pl: Print warning on missing
-	  last updated info in aggregates
-
-2014-02-22 16:29  Sandro Santilli <strk at keybit.net>
-
-	* [r12245] utils/postgis_proc_upgrade.pl: Use last
-	  Changed/Availability in a multi-change comment
-	  
-	  See #2560
-
-2014-02-22 16:16  Sandro Santilli <strk at keybit.net>
-
-	* [r12244] utils/postgis_proc_upgrade.pl: Extract "last updated"
-	  info of aggregates from sql
-	  
-	  See #2560
-
-2014-02-22 15:31  Sandro Santilli <strk at keybit.net>
-
-	* [r12243] raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis.sql.in,
-	  topology/sql/topoelement/topoelement_agg.sql.in,
-	  utils/postgis_proc_upgrade.pl: Soft upgrade: avoid drop/recreate
-	  of aggregates that hadn't changed
-	  
-	  Generate raster upgrade script using postgis_proc_upgrade
-	  Add 2.2.0 availability for new raster aggregates
-	  See #2560
-
-2014-02-22 08:36  Sandro Santilli <strk at keybit.net>
-
-	* [r12237] topology/sql/sqlmm.sql.in: Fully qualify
-	  topology.topology (#2648)
-
-2014-02-20 05:46  Regina Obe <lr at pcorp.us>
-
-	* [r12235] doc/reference_measure.xml: #2646 typo arithmetric ->
-	  arithmetric in ST_Centroid
-
-2014-02-14 03:32  Regina Obe <lr at pcorp.us>
-
-	* [r12233] doc/using_raster_dataman.xml: #2576 Error in manual wrt
-	  using_raster RT_PLPython
-
-2014-02-14 03:25  Regina Obe <lr at pcorp.us>
-
-	* [r12231] doc/reference_constructor.xml: #25#2582 fix all
-	  references to -1 in constructors and change to 0 (SRID Unknown)
-
-2014-02-05 23:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12228] NEWS, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/lwgeodetic.c: #2534, st_distance is returning incorrect
-	  results for large geographies
-
-2014-02-05 17:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12227] NEWS, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/lwout_gml.c, regress/out_geometry.sql,
-	  regress/out_geometry_expected: #2632, ST_AsGML for curve types
-
-2014-02-05 05:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12225] regress/empty.sql, regress/sql-mm-curvepoly.sql,
-	  regress/sql-mm-curvepoly_expected: #2396, wrap wkb outputting
-	  tests in explicit endianness
-
-2014-02-04 23:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12224] NEWS, postgis/gserialized_estimate.c: #2615,
-	  EstimatedExtent (and hence, underlying stats) gathering wrong
-	  bbox
-
-2014-02-04 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12222] NEWS, postgis/gserialized_estimate.c: #2543, invalid
-	  join selectivity error from simple query
-
-2014-02-04 19:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12219] NEWS, postgis/geography_measurement_trees.c,
-	  regress/tickets.sql, regress/tickets_expected: #2556, geography
-	  ST_Intersects results depending on insert order
-
-2014-02-04 08:39  Sandro Santilli <strk at keybit.net>
-
-	* [r12217] NEWS, topology/sql/export/TopoJSON.sql.in,
-	  topology/sql/export/gml.sql.in,
-	  topology/sql/query/getedgebypoint.sql.in,
-	  topology/sql/query/getfacebypoint.sql.in,
-	  topology/sql/query/getnodebypoint.sql.in: Drop more
-	  geometry::text casts (#2616)
-	  
-	  Drop them from get*bypoint functions and from
-	  TopoJSON and GML export functions
-
-2014-02-04 08:34  Sandro Santilli <strk at keybit.net>
-
-	* [r12215] doc/extras_topology.xml: Fix ST_ModEdgeSplit
-	  documentation (#2633)
-
-2014-02-04 05:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12211] liblwgeom/lwgeodetic_tree.c,
-	  liblwgeom/lwgeodetic_tree.h: Add more info to circtree structures
-
-2014-01-30 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12204] java/jdbc/src/org/postgis/GeometryCollection.java:
-	  #2588, GeometryCollection constructor parse defect for sub
-	  geometries (POINTM,POLYGONM,...) of GEOMETRYCOLLECTIONM (From
-	  bergun)
-
-2014-01-29 21:47  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12201] liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_varint.c: First
-	  varint cunit test
-
-2014-01-29 21:44  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12200] liblwgeom/lwout_twkb.c: Remove flagging for first vertex
-	  and just substract with 0 instead
-
-2014-01-29 21:32  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12199] liblwgeom/liblwgeom.h.in, liblwgeom/lwout_twkb.c,
-	  liblwgeom/lwout_twkb.h: Use signed instead of unsignet varint for
-	  ID and check for values out of varint range
-
-2014-01-29 17:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12198] configure.ac, doc/Makefile.comments.in,
-	  doc/html/image_src/Makefile.in, doc/html/image_src/generator.c,
-	  doc/html/image_src/styles.c, doc/html/image_src/styles.h,
-	  doc/man/pgsql2shp.1, doc/man/shp2pgsql.1,
-	  extras/WFS_locks/WFS_locks.sql.in, extras/rpm/spec/postgis.spec,
-	  java/Makefile, java/jdbc/Makefile.in, java/jdbc/README,
-	  java/jdbc/jtssrc/pom.xml, java/jdbc/pom.xml,
-	  liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_buildarea.c,
-	  liblwgeom/cunit/cu_clean.c, liblwgeom/cunit/cu_force_sfs.c,
-	  liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/cunit/cu_geos.c,
-	  liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_in_geojson.c,
-	  liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_node.c,
-	  liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
-	  liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/cunit/cu_sfcgal.c, liblwgeom/cunit/cu_split.c,
-	  liblwgeom/cunit/cu_stringbuffer.c, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_surface.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/cunit/cu_tree.c,
-	  liblwgeom/cunit/cu_triangulate.c, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeodetic_tree.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwgeom_debug.c, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwgeom_geos.h, liblwgeom/lwgeom_geos_clean.c,
-	  liblwgeom/lwgeom_geos_node.c, liblwgeom/lwgeom_geos_split.c,
-	  liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_sfcgal.c,
-	  liblwgeom/lwgeom_sfcgal.h, liblwgeom/lwgeom_transform.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwline.c,
-	  liblwgeom/lwlinearreferencing.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwout_geojson.c,
-	  liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
-	  liblwgeom/lwout_svg.c, liblwgeom/lwout_twkb.h,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/measures.c,
-	  liblwgeom/measures.h, liblwgeom/measures3d.c,
-	  liblwgeom/measures3d.h, liblwgeom/ptarray.c,
-	  liblwgeom/stringbuffer.h, libpgcommon/Makefile.in,
-	  libpgcommon/common.h, libpgcommon/cunit/Makefile.in,
-	  libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
-	  libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.h, loader/Makefile.in,
-	  loader/README.pgsql2shp, loader/README.shp2pgsql,
-	  loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
-	  loader/cunit/cu_pgsql2shp.h, loader/cunit/cu_shp2pgsql.c,
-	  loader/cunit/cu_shp2pgsql.h, loader/cunit/cu_tester.c,
-	  loader/cunit/cu_tester.h, loader/pgsql2shp-cli.c,
-	  loader/pgsql2shp-core.h, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, loader/shpcommon.c, loader/shpcommon.h,
-	  macros/ac_proj4_version.m4, postgis/Makefile.in,
-	  postgis/gserialized_estimate.c, postgis/legacy_gist.sql.in,
-	  postgis/long_xact.c, postgis/long_xact.sql.in,
-	  postgis/lwgeom_accum.c, postgis/lwgeom_backend_api.c,
-	  postgis/lwgeom_backend_api.h, postgis/lwgeom_box.c,
-	  postgis/lwgeom_btree.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_analytic.h,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
-	  postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_geos_prepared.h,
-	  postgis/lwgeom_geos_relatematch.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_ogc.c, postgis/lwgeom_rtree.c,
-	  postgis/lwgeom_sfcgal.c, postgis/lwgeom_sfcgal.h,
-	  postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c,
-	  postgis/lwgeom_transform.c, postgis/lwgeom_triggers.c,
-	  postgis/postgis_drop_after.sql, postgis/postgis_module.c,
-	  postgis/uninstall_long_xact.sql.in,
-	  postgis/uninstall_sqlmm.sql.in,
-	  raster/macros/ac_proj4_version.m4, raster/test/cunit/Makefile.in,
-	  raster/test/cunit/cu_tester.c, raster/test/cunit/cu_tester.h,
-	  regress/Makefile.in, topology/Makefile.in,
-	  topology/sql/export/TopoJSON.sql.in,
-	  topology/sql/export/gml.sql.in,
-	  topology/sql/manage/CopyTopology.sql.in,
-	  topology/sql/manage/TopologySummary.sql.in,
-	  topology/sql/polygonize.sql.in, topology/sql/populate.sql.in,
-	  topology/sql/predicates.sql.in,
-	  topology/sql/query/GetNodeEdges.sql.in,
-	  topology/sql/query/GetRingEdges.sql.in,
-	  topology/sql/query/getedgebypoint.sql.in,
-	  topology/sql/query/getfacebypoint.sql.in,
-	  topology/sql/query/getnodebypoint.sql.in,
-	  topology/sql/topoelement/topoelement_agg.sql.in,
-	  topology/sql/topogeometry/cleartopogeom.sql.in,
-	  topology/sql/topogeometry/simplify.sql.in,
-	  topology/sql/topogeometry/totopogeom.sql.in,
-	  topology/sql/topogeometry/type.sql.in, topology/topology.sql.in,
-	  topology/topology_drop_after.sql.in,
-	  topology/topology_drop_before.sql.in: #2622, Update links to
-	  PostGIS website in source file headers
-
-2014-01-27 18:03  Sandro Santilli <strk at keybit.net>
-
-	* [r12196] topology/sql/sqlmm.sql.in: Replace calls to deprecated
-	  'Equals' with calls to 'ST_Equals'
-
-2014-01-27 18:02  Sandro Santilli <strk at keybit.net>
-
-	* [r12195] NEWS, topology/sql/sqlmm.sql.in: Drop all calls to
-	  geometry::text during topology population (#2616)
-
-2014-01-27 11:32  Sandro Santilli <strk at keybit.net>
-
-	* [r12194] topology/sql/populate.sql.in, topology/sql/sqlmm.sql.in:
-	  Reduce calls to geometry::text during topology population (#2616)
-
-2014-01-22 16:19  Sandro Santilli <strk at keybit.net>
-
-	* [r12189] NEWS: Add notice about 2.0.0 having drop the SRID check
-	  in operator &&
-
-2014-01-18 20:28  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r12188] liblwgeom/liblwgeom.h.in, liblwgeom/lwout_twkb.c,
-	  postgis/lwgeom_accum.c, postgis/lwgeom_inout.c: Fix two wrong
-	  behavior in TWKB with optional id and type in different
-	  situations
-
-2014-01-17 03:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12185] NEWS, raster/rt_core/rt_band.c: Fix the inability to
-	  open more than ~1024 unique out-db files in one process
-
-2014-01-13 22:50  Sandro Santilli <strk at keybit.net>
-
-	* [r12184] topology/sql/sqlmm.sql.in: Ensure face splitting
-	  algorithm uses the edge index (#2610)
-
-2014-01-07 04:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12179] NEWS, install-sh, raster/rt_core/librtcore.h,
-	  raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_pixel.c,
-	  raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c,
-	  raster/rt_pg/rtpostgis.sql.in, raster/test/cunit/cu_band_misc.c,
-	  raster/test/cunit/cu_mapalgebra.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_mapalgebra_mask.sql,
-	  raster/test/regress/rt_mapalgebra_mask_expected: Addition of mask
-	  parameter for ST_MapAlgebra. Merge of pull request 17 from
-	  github. Lots of thanks to nclay for the hard work. Ticket #2341.
-
-2014-01-04 17:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12177] NEWS, raster/rt_core/rt_raster.c: Remove use of void
-	  pointers in rt_raster_from_gdal_dataset to prevent void point
-	  arithemetics. Ticket #2589
-
-2014-01-01 01:28  Regina Obe <lr at pcorp.us>
-
-	* [r12170] doc/extras_topology.xml: #2593: document topology
-	  relationship functions intersects and equals.
-
-2013-12-19 17:24  Sandro Santilli <strk at keybit.net>
-
-	* [r12166] extensions/postgis_tiger_geocoder/Makefile.in: Ensure
-	  output dir is created before attempting to write to it
-	  
-	  See https://travis-ci.org/postgis/postgis/builds/15654853#L1357
-
-2013-12-18 15:55  Sandro Santilli <strk at keybit.net>
-
-	* [r12165] NEWS, postgis/postgis.sql.in: Do not allow installing
-	  postgis twice in the same database (#2580)
-	  
-	  Checks for the presence of a "postgis_version" function,
-	  and if found raises an exception with a message with
-	  the schema containing it.
-
-2013-12-15 20:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12162] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: upgrade
-	  fixes for ST_CountAgg
-
-2013-12-15 19:24  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12161] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/rt_pg/rtpostgis_drop.sql.in,
-	  raster/test/regress/rt_count.sql,
-	  raster/test/regress/rt_count_expected: Add ST_CountAgg(). Ticket
-	  #2567
-
-2013-12-14 20:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12160] NEWS, doc/reference_raster.xml: Added docs for
-	  ST_SummaryStatsAgg()
-
-2013-12-14 20:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12159] NEWS, raster/rt_pg/rtpg_statistics.c,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/rt_pg/rtpostgis_drop.sql.in,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
-	  raster/test/regress/rt_histogram_expected,
-	  raster/test/regress/rt_quantile_expected,
-	  raster/test/regress/rt_summarystats.sql,
-	  raster/test/regress/rt_summarystats_expected: added
-	  ST_SummaryStatsAgg(). Ticket #2565
-
-2013-12-14 20:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12158] .gitignore: ignore all
-	  topology/topology_upgrade_*_minor.sql
-
-2013-12-07 19:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12155] doc/reference_guc.xml: fix GUC gdal_datapath
-
-2013-12-07 14:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12152] NEWS, raster/rt_core/rt_geometry.c,
-	  raster/rt_core/rt_mapalgebra.c, raster/rt_pg/rtpg_internal.c,
-	  raster/rt_pg/rtpg_internal.h, raster/rt_pg/rtpg_mapalgebra.c,
-	  raster/test/regress/rt_reclass.sql,
-	  raster/test/regress/rt_reclass_expected: fix parse cleanup of
-	  reclassarg and add unit tests
-
-2013-12-07 14:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12151] raster/rt_core/librtcore.h,
-	  raster/rt_core/librtcore_internal.h: rearrange includes
-
-2013-12-05 12:45  Regina Obe <lr at pcorp.us>
-
-	* [r12150] doc/reference_guc.xml, doc/reference_raster.xml: #2554:
-	  Fix name of postgis.gdal_path (wrong in docs). Give an example of
-	  new ST_MapAlgebra syntax for neighborhood callback for
-	  ST_Mean4ma.
-
-2013-11-27 15:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12146] NEWS, raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_asjpeg.sql,
-	  raster/test/regress/rt_asjpeg_expected,
-	  raster/test/regress/rt_aspng.sql,
-	  raster/test/regress/rt_aspng_expected,
-	  raster/test/regress/rt_astiff.sql,
-	  raster/test/regress/rt_astiff_expected: fix NULL raster handling
-	  in ST_AsPNG, ST_AsJPEG and ST_AsTIFF
-
-2013-11-21 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r12137] topology/sql/topogeometry/simplify.sql.in,
-	  topology/test/regress/st_simplify.sql,
-	  topology/test/regress/st_simplify_expected: Fix
-	  ST_Simplify(TopoGeometry) for hierarchical topogeoms (#2547)
-
-2013-11-21 16:53  Sandro Santilli <strk at keybit.net>
-
-	* [r12136] doc/extras_topology.xml: Add link from TopoElement to
-	  TopoElementArray
-
-2013-11-16 22:35  Regina Obe <lr at pcorp.us>
-
-	* [r12128] HOWTO_RELEASE, extensions/upgradeable_versions.mk:
-	  #2544: clarify how to release docs, update the
-	  extensions/upgradeable_versions.mk to include latest releases
-
-2013-11-12 22:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12125] configure.ac, liblwgeom/g_box.c,
-	  liblwgeom/lwcircstring.c, postgis/gserialized_gist_2d.c,
-	  postgis/gserialized_gist_nd.c, postgis_config.h.in: Remove
-	  warnings in llvm/clang
-
-2013-11-11 18:48  Regina Obe <lr at pcorp.us>
-
-	* [r12121] doc/reference_raster.xml: #2541 put in missing para end
-	  tag
-
-2013-11-11 17:42  Regina Obe <lr at pcorp.us>
-
-	* [r12120] doc/reference_raster.xml: #2541 document = and ~= raster
-	  operators
-
-2013-11-09 02:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12116] NEWS, raster/rt_pg/rtpostgis.c,
-	  raster/test/regress/check_gdal.sql: Rename GUC
-	  postgis.gdal.datapath to postgis.gdal_datapath. Ticket #2540
-
-2013-11-07 15:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12108] NEWS, raster/rt_pg/rtpostgis.sql.in,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
-	  raster/test/regress/tickets.sql: Added missing operators. Ticket
-	  #2532
-
-2013-11-06 17:16  Sandro Santilli <strk at keybit.net>
-
-	* [r12105] extensions/postgis_topology/Makefile.in,
-	  extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in,
-	  utils/create_unpackaged.pl: Autogenerate the extension unpackaged
-	  script for topology (#2531)
-	  
-	  Required a change in create_unpackaged.pl to NOT add schemas
-
-2013-11-06 16:52  Sandro Santilli <strk at keybit.net>
-
-	* [r12104] extensions/postgis/Makefile.in,
-	  extensions/postgis/sql_bits/postgis--unpackaged.sql.in,
-	  utils/create_unpackaged.pl: Autogenerate the extension unpackaged
-	  script (#2531)
-	  
-	  Uses a new create_unpackaged.pl script which may be also used
-	  for other extensions. This commit only uses it for the postgis
-	  one.
-
-2013-11-06 16:25  Sandro Santilli <strk at keybit.net>
-
-	* [r12101] raster/rt_pg/rtpostgis.sql.in: Fix dangling commutator
-	  for raster/geometry OPERATOR ~ (#2532)
-
-2013-11-06 15:10  Sandro Santilli <strk at keybit.net>
-
-	* [r12100] extensions/Makefile.in: Do not continue if there's any
-	  error in building extensions
-
-2013-11-06 14:56  Sandro Santilli <strk at keybit.net>
-
-	* [r12099] postgis/postgis.sql.in: Drop another duplicated
-	  signature
-
-2013-11-06 13:53  Sandro Santilli <strk at keybit.net>
-
-	* [r12098] postgis/postgis.sql.in: Remove duplicated signature
-
-2013-11-06 09:39  Sandro Santilli <strk at keybit.net>
-
-	* [r12094] liblwgeom/cunit/cu_split.c,
-	  liblwgeom/lwgeom_geos_split.c: Fix small memory leak in
-	  lwline_split_by_line (#2528)
-	  
-	  Thanks Alessandro Furieri for the report and test
-
-2013-11-06 04:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12092] NEWS, raster/loader/raster2pgsql.c,
-	  raster/loader/raster2pgsql.h: added -k to raster2pgsql for
-	  skipping band is NODATA check
-
-2013-11-05 19:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12091] postgis/lwgeom_functions_basic.c: #2529, inconsistent
-	  behaviour in ST_FlipCoordinates
-
-2013-11-05 19:01  Sandro Santilli <strk at keybit.net>
-
-	* [r12088] utils/Makefile.in, utils/create_undef.pl,
-	  utils/postgis_proc_upgrade.pl, utils/postgis_restore.pl.in: Fix
-	  urls
-
-2013-11-04 20:51  Regina Obe <lr at pcorp.us>
-
-	* [r12082] doc/installation.xml: #2517 change to reflect using 2.2
-	  scripts instead of 2.0 scripts
-
-2013-11-03 02:53  Regina Obe <lr at pcorp.us>
-
-	* [r12078] doc/installation.xml: fix xml parse error
-
-2013-11-02 21:03  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12077] raster/rt_core/rt_raster.c, raster/rt_core/rt_warp.c:
-	  code cleanup
-
-2013-11-02 21:03  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12076] raster/rt_core/rt_warp.c: changed behavior of how
-	  non-spatially referenced rasters are handled
-
-2013-11-02 21:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12075] raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_geometry.c:
-	  syntax cleanup
-
-2013-11-02 18:30  Regina Obe <lr at pcorp.us>
-
-	* [r12074] doc/installation.xml: #2522 document RegExp::Assemble
-	  perl dependency
-
-2013-10-30 09:54  Sandro Santilli <strk at keybit.net>
-
-	* [r12069] NEWS: Cleanup the NEWS file
-	  
-	  Drop license change info (#2514) as it's not really new since
-	  we'll be releasing 2.1.1 way before 2.2.0.
-
-2013-10-30 09:35  Sandro Santilli <strk at keybit.net>
-
-	* [r12064] LICENSE.TXT: Clarify licensing of PostGIS core as GPL2+
-	  (#2515)
-
-2013-10-28 19:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12063] NEWS: wrong ticket
-
-2013-10-28 18:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12058] raster/Makefile.in, raster/loader/Makefile.in,
-	  raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
-	  raster/macros/ac_proj4_version.m4, raster/rt_core/Makefile.in,
-	  raster/rt_core/librtcore.h, raster/rt_core/librtcore_internal.h,
-	  raster/rt_core/rt_band.c, raster/rt_core/rt_context.c,
-	  raster/rt_core/rt_geometry.c, raster/rt_core/rt_mapalgebra.c,
-	  raster/rt_core/rt_pixel.c, raster/rt_core/rt_raster.c,
-	  raster/rt_core/rt_serialize.c, raster/rt_core/rt_serialize.h,
-	  raster/rt_core/rt_spatial_relationship.c,
-	  raster/rt_core/rt_statistics.c, raster/rt_core/rt_util.c,
-	  raster/rt_core/rt_warp.c, raster/rt_core/rt_wkb.c,
-	  raster/rt_pg/Makefile.in, raster/rt_pg/rtpg_band_properties.c,
-	  raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpg_gdal.c,
-	  raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpg_inout.c,
-	  raster/rt_pg/rtpg_internal.c, raster/rt_pg/rtpg_internal.h,
-	  raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c,
-	  raster/rt_pg/rtpg_raster_properties.c,
-	  raster/rt_pg/rtpg_spatial_relationship.c,
-	  raster/rt_pg/rtpg_statistics.c, raster/rt_pg/rtpg_utility.c,
-	  raster/rt_pg/rtpostgis.c, raster/rt_pg/rtpostgis.h,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/rt_pg/rtpostgis_drop.sql.in,
-	  raster/rt_pg/rtpostgis_legacy.sql.in,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
-	  raster/scripts/Makefile.in, raster/scripts/python/Makefile.in,
-	  raster/scripts/python/Makefile.rt.sample,
-	  raster/scripts/python/genraster.py,
-	  raster/scripts/python/ovdump.py, raster/scripts/python/pixval.py,
-	  raster/scripts/python/raster2pgsql.py,
-	  raster/scripts/python/rtgdalraster.py,
-	  raster/scripts/python/rtpixdump.py,
-	  raster/scripts/python/rtreader.py,
-	  raster/scripts/python/rtrowdump.py,
-	  raster/scripts/python/window.py,
-	  raster/test/cunit/cu_band_basics.c,
-	  raster/test/cunit/cu_band_misc.c,
-	  raster/test/cunit/cu_band_stats.c, raster/test/cunit/cu_gdal.c,
-	  raster/test/cunit/cu_mapalgebra.c, raster/test/cunit/cu_misc.c,
-	  raster/test/cunit/cu_pixtype.c,
-	  raster/test/cunit/cu_raster_basics.c,
-	  raster/test/cunit/cu_raster_geometry.c,
-	  raster/test/cunit/cu_raster_misc.c,
-	  raster/test/cunit/cu_raster_wkb.c,
-	  raster/test/cunit/cu_spatial_relationship.c,
-	  raster/test/regress/Makefile.in, raster/test/regress/box3d.sql,
-	  raster/test/regress/bug_test_car5.sql,
-	  raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_overviews.sql,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_band_properties.sql,
-	  raster/test/regress/rt_bytea.sql,
-	  raster/test/regress/rt_dimensions.sql,
-	  raster/test/regress/rt_georeference.sql,
-	  raster/test/regress/rt_gist_relationships.sql,
-	  raster/test/regress/rt_hasnoband.sql,
-	  raster/test/regress/rt_isempty.sql,
-	  raster/test/regress/rt_pixelsize.sql,
-	  raster/test/regress/rt_pixelvalue.sql,
-	  raster/test/regress/rt_rotation.sql,
-	  raster/test/regress/rt_scale.sql,
-	  raster/test/regress/rt_set_band_properties.sql,
-	  raster/test/regress/rt_set_properties.sql,
-	  raster/test/regress/rt_upperleft.sql,
-	  raster/test/regress/rt_utility.sql: Change raster license from
-	  v3+ to v2+. Ticket #2516
-
-2013-10-24 16:49  Sandro Santilli <strk at keybit.net>
-
-	* [r12054] doc/reference_editor.xml: Document ST_ForceCurve (#2430)
-
-2013-10-24 15:56  Sandro Santilli <strk at keybit.net>
-
-	* [r12053] utils/postgis_proc_upgrade.pl: Use
-	  postgis_scripts_installed to fetch installed version if
-	  lib_version fails
-	  
-	  Soft-uprading from 1.0 to any other 1.x would still fail unless
-	  the
-	  old 1.0 library is around. See #2510
-
-2013-10-19 17:12  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r12051] NEWS, raster/rt_pg/rtpostgis.sql.in: Support
-	  materialized views and foreign tables in raster_columns and
-	  raster_overviews. Ticket #2512
-
-2013-10-19 04:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12049] liblwgeom/lwgeom.c, regress/summary_expected: #2433,
-	  ST_ConcaveHull 2.1 regress failure compared to 2.0
-
-2013-10-18 21:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12048] postgis/postgis.sql.in: #2511, geometry_columns doesn't
-	  support materialized views or foreign tables
-
-2013-10-18 21:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12045] liblwgeom/liblwgeom.h.in, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/ptarray.c,
-	  regress/tickets_expected: #2463, st_length on curve is on
-	  linearized geom
-
-2013-10-18 17:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12042] postgis/gserialized_gist_2d.c: #2494, Avoid unnecessary
-	  memory copy in gserialized_datum_get_box2df_p
-	  From hayamiz. Adding to trunk for testing, acceptance before
-	  applying to 2.1/2.0
-
-2013-10-16 22:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12040] postgis/postgis.sql.in: #2511 geometry_columns doesn't
-	  support materialized views
-
-2013-10-16 16:12  Sandro Santilli <strk at keybit.net>
-
-	* [r12038] regress/run_test.pl: Close opened filedescriptors after
-	  use. Might help with #2509
-
-2013-10-15 15:02  Sandro Santilli <strk at keybit.net>
-
-	* [r12037] regress/run_test.pl: Use a different diff file for each
-	  tested shapefile output file
-	  
-	  Hopefully fixes #2507 (permission denied on overriding a tmp
-	  file)
-
-2013-10-15 14:31  Sandro Santilli <strk at keybit.net>
-
-	* [r12036] extensions/postgis/Makefile.in, postgis/Makefile.in,
-	  raster/rt_pg/Makefile.in: More hard-coded version numbers
-	  reduction
-	  
-	  This commit fixes raster and postgis/raster extension.
-	  I noticed that the extension files have what looks like being
-	  an attempt to compute the "previous" version in another way,
-	  but haven't tried to use those variables. Also, I think it would
-	  be worth moving all the version strings into the Version.config
-	  file in top-level. Not done by this commit, but comments left
-
-2013-10-13 15:44  Regina Obe <lr at pcorp.us>
-
-	* [r12035] regress/tickets.sql, regress/tickets_expected: #2506
-	  regress failure on 32-bit windows PostgreSQL. More stringent
-	  round but also subtract to guarantee they are the same
-
-2013-10-11 12:11  Sandro Santilli <strk at keybit.net>
-
-	* [r12033] regress/dumper/literalsrid.dmp: Fix literalsrid dumper
-	  test (#2507)
-
-2013-10-11 12:11  Sandro Santilli <strk at keybit.net>
-
-	* [r12032] regress/run_test.pl: Name dumper test shapefile after
-	  test name (#2507)
-
-2013-10-10 15:20  Sandro Santilli <strk at keybit.net>
-
-	* [r12028] regress/run_test.pl: Take stderr noise from diff as
-	  failure. Fixes false negatives (#2505)
-
-2013-10-10 09:01  Sandro Santilli <strk at keybit.net>
-
-	* [r12027] NEWS: Copy 2.1.0 NEWS section from the 2.1 branch
-
-2013-10-10 08:45  Sandro Santilli <strk at keybit.net>
-
-	* [r12026] regress/run_test: Drop run_test, long live run_test.pl !
-
-2013-10-10 08:29  Sandro Santilli <strk at keybit.net>
-
-	* [r12025] NEWS, regress/Makefile.in, regress/dumper,
-	  regress/dumper/literalsrid-post.sql,
-	  regress/dumper/literalsrid-pre.sql,
-	  regress/dumper/literalsrid.dmp,
-	  regress/dumper/literalsrid_expected.dbf,
-	  regress/dumper/literalsrid_expected.prj,
-	  regress/dumper/literalsrid_expected.shp,
-	  regress/dumper/literalsrid_expected.shx,
-	  regress/dumper/realtable-post.sql,
-	  regress/dumper/realtable-pre.sql, regress/dumper/realtable.dmp,
-	  regress/dumper/realtable_expected.dbf,
-	  regress/dumper/realtable_expected.prj,
-	  regress/dumper/realtable_expected.shp,
-	  regress/dumper/realtable_expected.shx, regress/run_test.pl:
-	  Create regression tests for pgsql2shp (#2390)
-	  
-	  NOTE: only implemented in run_test.pl (not in run_test.sh)
-
-2013-10-10 07:11  Sandro Santilli <strk at keybit.net>
-
-	* [r12024] regress/run_test.pl: Advertise -v, do not load rc file
-	  while fetching databases list
-
-2013-10-09 15:58  Sandro Santilli <strk at keybit.net>
-
-	* [r12023] regress/run_test.pl: Print usage and exit if only option
-	  switches are given to run_test.pl
-
-2013-10-09 15:24  Sandro Santilli <strk at keybit.net>
-
-	* [r12022] regress/run_test.pl: Fix usage string for run_test.pl
-
-2013-10-09 14:42  Sandro Santilli <strk at keybit.net>
-
-	* [r12021] NEWS: Add 2.0.4 block in NEWS file
-
-2013-10-09 14:36  Sandro Santilli <strk at keybit.net>
-
-	* [r12017] loader/pgsql2shp-cli.c: Fix segfault on bogus pgsql2shp
-	  call (#2504)
-
-2013-10-09 10:06  Sandro Santilli <strk at keybit.net>
-
-	* [r12015] postgis/Makefile.in: Reduce hard-coded version numbers
-	  to only one (previous minor version)
-
-2013-10-09 06:36  Sandro Santilli <strk at keybit.net>
-
-	* [r12012] postgis/postgis.sql.in, topology/topology.sql.in,
-	  topology/topology_drop_before.sql.in: Put
-	  postgis_topology_scripts_installed() in topology schema (#2502)
-	  
-	  This was the only topology signature installed in the default
-	  schema.
-	  The postgis_full_version() function is updated to find it there.
-
-2013-10-08 17:46  Sandro Santilli <strk at keybit.net>
-
-	* [r12011] postgis/postgis_drop_after.sql,
-	  raster/rt_pg/rtpostgis_drop.sql.in: Drop signatures replaced in
-	  2.1 (#2489)
-
-2013-10-07 19:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12009] postgis/gserialized_gist_2d.c: infinite loop around
-	  gserialized_gist_picksplit_2d from smagen (#2449)
-
-2013-10-07 17:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r12007] regress/run_test.pl: Filter LOG entries #2499
-
-2013-10-07 02:13  Regina Obe <lr at pcorp.us>
-
-	* [r12005] doc/reference_guc.xml, doc/using_raster_dataman.xml: fix
-	  typos
-
-2013-10-06 17:15  Regina Obe <lr at pcorp.us>
-
-	* [r12004] doc/postgis.xml: typo oops (hope strk doesn't catch
-	  this)
-
-2013-10-06 17:00  Regina Obe <lr at pcorp.us>
-
-	* [r12003] doc/postgis.xml, doc/reference.xml,
-	  doc/reference_guc.xml, doc/reference_raster.xml,
-	  doc/xsl/postgis_comments.sql.xsl: add new section to document
-	  gucs, move raster postgis.gdal.data.path to guc section, exclude
-	  gucs from comment sql generation.
-
-2013-10-06 01:50  Regina Obe <lr at pcorp.us>
-
-	* [r12000] doc/faq.xml: update link for
-	  http://workshops.boundlessgeo.com/postgis-intro/ and also put in
-	  more pretty tags for common faqs
-
-2013-10-03 03:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11999] raster/test/regress/rt_dumpvalues.sql,
-	  raster/test/regress/rt_dumpvalues_expected: added regression
-	  tests for ticket #2493
-
-2013-10-03 03:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11996] NEWS, raster/rt_pg/rtpg_pixel.c: Fixed behavior of
-	  ST_DumpValues(raster, ...) when passed an empty raster. Ticket
-	  #2493
-
-2013-09-30 20:26  Regina Obe <lr at pcorp.us>
-
-	* [r11994] extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2013.sql: #2490
-	  point back to state level zip files (only available in tiger 2010
-	  folder)
-
-2013-09-27 21:49  Regina Obe <lr at pcorp.us>
-
-	* [r11991] regress/tickets.sql, regress/tickets_expected: #2396
-	  change one more test to endian agnostic, fix transposition error
-	  in a ticket number
-
-2013-09-27 16:34  Sandro Santilli <strk at keybit.net>
-
-	* [r11989] regress/regress.sql, regress/regress_expected,
-	  regress/tickets_expected: Add deprecation WARNINGS for functions
-	  deprecated 1 version ago
-	  
-	  NOTE: it means a full version cycle with non-warned deprecations
-	  
-	  See #2440
-
-2013-09-27 16:34  Sandro Santilli <strk at keybit.net>
-
-	* [r11988] postgis/postgis.sql.in, postgis/sqldefines.h.in: Change
-	  deprecation warning to raise a WARNING after 2 version
-	  deprecation time
-	  
-	  I kept the DEBUG for the first deprecating version to keep
-	  changes
-	  small (no need to change testsuite again) but I really think
-	  it should be at least a NOTICE in that case, or nobody would
-	  notice.
-	  
-	  See #2440
-
-2013-09-27 14:58  Sandro Santilli <strk at keybit.net>
-
-	* [r11985] postgis/postgis.sql.in: Remove misplaced comment
-
-2013-09-26 15:31  Sandro Santilli <strk at keybit.net>
-
-	* [r11982] topology/sql/manage/TopologySummary.sql.in: Tweak
-	  TopologySummary output to count all layers (not only populated
-	  ones)
-
-2013-09-24 21:50  Regina Obe <lr at pcorp.us>
-
-	* [r11978] regress/tickets_expected: #2396 liblwgeom tests fail on
-	  big-endian architectures (oops copied the wrong tickets file)
-	  (5th time)
-
-2013-09-24 21:44  Regina Obe <lr at pcorp.us>
-
-	* [r11977] regress/tickets_expected: #2396 liblwgeom tests fail on
-	  big-endian architectures (oops copied the wrong tickets file)
-	  (4th time)
-
-2013-09-24 21:34  Regina Obe <lr at pcorp.us>
-
-	* [r11976] regress/regress.sql: #2396 liblwgeom tests fail on
-	  big-endian architectures (oops copied the wrong tickets file)
-	  (4th time)
-
-2013-09-24 21:23  Regina Obe <lr at pcorp.us>
-
-	* [r11975] regress/tickets.sql, regress/tickets_expected: #2396
-	  liblwgeom tests fail on big-endian architectures (oops copied the
-	  wrong tickets file) (3rd time hopefully a charm)
-
-2013-09-24 21:09  Regina Obe <lr at pcorp.us>
-
-	* [r11974] regress/tickets.sql, regress/tickets_expected: #2396
-	  liblwgeom tests fail on big-endian architectures (oops copied the
-	  wrong tickets file)
-
-2013-09-24 21:02  Regina Obe <lr at pcorp.us>
-
-	* [r11973] regress/empty.sql, regress/regress.sql,
-	  regress/regress_expected, regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
-	  regress/tickets.sql, regress/tickets_expected: #2396 liblwgeom
-	  tests fail on big-endian architectures.
-
-2013-09-23 04:52  Regina Obe <lr at pcorp.us>
-
-	* [r11970] doc/installation.xml: #2466 point json-c to github loc
-	  instead of old 0.9 loc
-
-2013-09-22 21:43  Regina Obe <lr at pcorp.us>
-
-	* [r11968] extras/tiger_geocoder/tiger_2011/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2011/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2013.sql,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocoder.sh: #2483 patch
-	  from Kashif Rasul (get rid of deprecated calls, update to use
-	  faster dump format, and update create scripts to use 2013 data
-
-2013-09-22 02:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11966] raster/rt_pg/rtpostgis.sql.in: clean up code for
-	  ST_Intersects(geometry, raster)
-
-2013-09-22 01:36  Regina Obe <lr at pcorp.us>
-
-	* [r11963] regress/tickets.sql, regress/tickets_expected: #2440 --
-	  changed deprecated example to test by setting to debug mode.
-
-2013-09-22 01:17  Regina Obe <lr at pcorp.us>
-
-	* [r11962] postgis/postgis.sql.in: #2440 -- remove warnings from
-	  functions -- (pushing this to a debug level notice)
-
-2013-09-15 02:46  Regina Obe <lr at pcorp.us>
-
-	* [r11961] doc/release_notes.xml: merge in 2.1.0 and 2.0.4 release
-	  notes and start 2.2 chain
-
-2013-09-08 15:08  Regina Obe <lr at pcorp.us>
-
-	* [r11952] HOWTO_RELEASE: update to include updating source.html
-	  page. Minor other changes reshuffling
-
-2013-09-07 13:27  Sandro Santilli <strk at keybit.net>
-
-	* [r11945] utils/postgis_restore.pl.in: Clean up restore script
-	  (#2471)
-
-2013-09-06 22:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11940] doc/using_postgis_dataman.xml: Splling (#2255)
-
-2013-09-06 16:46  Sandro Santilli <strk at keybit.net>
-
-	* [r11931] liblwgeom/lwgeom_geos.c: Enhance error messages in
-	  lwgeom_intersection and lwgeom_normalize
-
-2013-09-05 08:11  Regina Obe <lr at pcorp.us>
-
-	* [r11920] regress/tickets.sql, regress/tickets_expected: #2168
-	  test to test non-commutative fix of geog ST_Distance
-
-2013-09-04 23:42  Regina Obe <lr at pcorp.us>
-
-	* [r11917] .travis.yml: change to notify only on change or for
-	  success and always for failure
-
-2013-09-04 23:39  Regina Obe <lr at pcorp.us>
-
-	* [r11916] .travis.yml: Test travis alerting system
-
-2013-09-04 16:39  Regina Obe <lr at pcorp.us>
-
-	* [r11914] .travis.yml: travis yaml script for testing many thanks
-	  to Getty (Torsten Raudssus)
-
-2013-09-04 12:22  Sandro Santilli <strk at keybit.net>
-
-	* [r11913] regress/run_test, regress/run_test.pl: Set default
-	  client_min_messages to NOTICE when running tests
-	  
-	  See #2467 and #2469
-
-2013-09-03 17:31  Regina Obe <lr at pcorp.us>
-
-	* [r11911] regress/regress_index_nulls.sql,
-	  regress/regress_ogc.sql, regress/tickets.sql: #2467 add
-	  min_messages so travis doesn't scream
-
-2013-09-02 16:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11909] postgis/geography_measurement.c: Geog intersection fix,
-	  from kashif (#2434)
-
-2013-09-01 00:09  Regina Obe <lr at pcorp.us>
-
-	* [r11899] HOWTO_RELEASE: #2456 : update HOWTO_RELEASE to include
-	  flipping docs alias when relevant. Also some other minor edits
-
-2013-08-31 15:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11898] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpg_geometry.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_clip_expected,
-	  raster/test/regress/rt_elevation_functions_expected,
-	  raster/test/regress/rt_intersection_expected,
-	  raster/test/regress/rt_pixelascentroids_expected,
-	  raster/test/regress/rt_pixelaspoints_expected,
-	  raster/test/regress/rt_pixelaspolygons_expected,
-	  raster/test/regress/rt_setvalues_array_expected,
-	  raster/test/regress/rt_union_expected: Fix behavior of
-	  ST_PixelAsXXX functions with regard to exclude_nodata_value
-	  parameter
-
-2013-08-30 23:03  Regina Obe <lr at pcorp.us>
-
-	* [r11893] doc/xsl/postgis_aggs_mm.xml.xsl: Add 2.2 what's new
-	  section
-
-2013-08-26 22:57  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11890] doc/reference_output.xml: change to int8 for twkb ID in
-	  doc
-
-2013-08-26 22:35  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11889] liblwgeom/liblwgeom.h.in, liblwgeom/lwout_twkb.c,
-	  liblwgeom/lwout_twkb.h, postgis/lwgeom_accum.c,
-	  postgis/lwgeom_inout.c, postgis/postgis.sql.in: add support for
-	  ID up to int64
-
-2013-08-26 20:55  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11883] postgis/postgis.sql.in: remove double sql signatures
-
-2013-08-26 18:58  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11878] doc/reference_output.xml, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
-	  postgis/lwgeom_accum.c, postgis/lwgeom_inout.c,
-	  postgis/postgis.sql.in: Remove homebrewed compression method.
-	  Don't add ID if not used.
-
-2013-08-23 19:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11866] configure.ac: Allow version parser to handle PostgreSQL
-	  9.3rc1
-
-2013-08-23 12:02  Regina Obe <lr at pcorp.us>
-
-	* [r11863] doc/extras_tigergeocoder.xml: fix typo in function name
-
-2013-08-23 03:51  Regina Obe <lr at pcorp.us>
-
-	* [r11856] extensions/postgis_tiger_geocoder/Makefile.in: #2413 --
-	  switch extension to use 2013 loader script instead
-
-2013-08-23 03:33  Regina Obe <lr at pcorp.us>
-
-	* [r11855] extras/tiger_geocoder/tiger_2011/tiger_loader_2013.sql:
-	  #2413 -- create 2013 -- so far thru testing seems like just
-	  changing the year in variables is sufficient
-
-2013-08-23 02:45  Regina Obe <lr at pcorp.us>
-
-	* [r11853] doc/extras_tigergeocoder.xml: #2446 Drop_Nation_Script
-	  doco is wrong
-
-2013-08-22 15:32  Sandro Santilli <strk at keybit.net>
-
-	* [r11852] doc/extras_topology.xml: Fix AsTopoJSON example to
-	  output correctly formatted arcs (#2444)
-
-2013-08-22 04:36  Regina Obe <lr at pcorp.us>
-
-	* [r11850] extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql:
-	  #2441 Tiger geocoder uses new features only available in Postgres
-	  9.3. Revised since running with sh didn't like some of my changes
-
-2013-08-22 03:56  Regina Obe <lr at pcorp.us>
-
-	* [r11849] extensions/postgis_tiger_geocoder/Makefile.in,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql: #2441
-	  Tiger geocoder uses new features only available in Postgres 9.3.
-	  Changed to not use CREATE .. IF NOT EXISTS and use DO instead.
-	  Also revised extension to upgrade loader (it wasn't before)
-
-2013-08-21 21:45  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r11848] raster/scripts/plpgsql/st_summarystatsagg.sql: Fixed
-	  more null cases.
-
-2013-08-18 21:59  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11839] liblwgeom/lwout_twkb.c: Fix wrong size-calculation when
-	  mixed types in aggregated twkb
-
-2013-08-17 23:23  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11813] liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h: Add
-	  varInt encoding for twkb (seems to be the best option)
-
-2013-08-16 18:49  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11808] liblwgeom/measures.c: fix back polyhedralsurface to
-	  distance calculations #2431 (trunk)
-
-2013-08-16 00:57  Regina Obe <lr at pcorp.us>
-
-	* [r11805] doc/reference_accessor.xml: #2435 ST_Summary document S
-	  flag
-
-2013-08-14 22:40  Sandro Santilli <strk at keybit.net>
-
-	* [r11803] NEWS, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwcompound.c,
-	  liblwgeom/lwgeom.c, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
-	  regress/Makefile.in, regress/forcecurve.sql,
-	  regress/forcecurve_expected: Implement ST_ForceCurve (#2430)
-
-2013-08-14 07:37  Sandro Santilli <strk at keybit.net>
-
-	* [r11801] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c:
-	  lw_segment_side may return any negative number, not just -1
-	  (#2420)
-	  
-	  Adds other unit tests for line desegmentation excercising
-	  quadrant
-	  computation.
-
-2013-08-13 23:48  Sandro Santilli <strk at keybit.net>
-
-	* [r11794] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
-	  regress/tickets.sql, regress/tickets_expected: Fix computation of
-	  number of quadrants per arc (#2420)
-	  
-	  Note: I had to change some tests that expected 3-quadrant curves
-	  to be accepted as curvey input to rely on round-trip instead
-
-2013-08-13 23:47  Sandro Santilli <strk at keybit.net>
-
-	* [r11793] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
-	  regress/tickets_expected: Pick curve control point farther than
-	  in the middle
-	  
-	  Seems to get a good point when doing manual tests...
-
-2013-08-13 22:54  Sandro Santilli <strk at keybit.net>
-
-	* [r11790] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
-	  regress/tickets.sql, regress/tickets_expected: Make sure to
-	  retain first point of curves on linearization (#2427)
-
-2013-08-13 07:27  Sandro Santilli <strk at keybit.net>
-
-	* [r11789] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c:
-	  Fix short allocation of edge to curves store (#2425)
-
-2013-08-13 06:51  Sandro Santilli <strk at keybit.net>
-
-	* [r11784] liblwgeom/lwsegmentize.c, regress/tickets.sql,
-	  regress/tickets_expected: Add COMPOUNDCURVE in MULTICURVE support
-	  for ST_CurveToLine (#2424)
-
-2013-08-12 18:11  Sandro Santilli <strk at keybit.net>
-
-	* [r11778] liblwgeom/lwsegmentize.c, regress/tickets.sql,
-	  regress/tickets_expected: Require all arc edges to form the same
-	  angle (#2423)
-	  
-	  Note: gives expected result for #183
-
-2013-08-12 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r11773] regress/tickets.sql, regress/tickets_expected: Fix
-	  ticket reference (it's #2420, not 30)
-
-2013-08-11 17:05  Sandro Santilli <strk at keybit.net>
-
-	* [r11770] liblwgeom/lwsegmentize.c: Declare variables the proper C
-	  way
-
-2013-08-11 15:55  Sandro Santilli <strk at keybit.net>
-
-	* [r11769] liblwgeom/lwsegmentize.c, regress/tickets.sql,
-	  regress/tickets_expected: Require at least 8 edges to define a
-	  full circle (#2420)
-
-2013-08-11 09:07  Sandro Santilli <strk at keybit.net>
-
-	* [r11768] liblwgeom/cunit/cu_ptarray.c: Add cunit-level test for
-	  #2412
-
-2013-08-11 08:40  Sandro Santilli <strk at keybit.net>
-
-	* [r11765] liblwgeom/lwsegmentize.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix ST_LineToCurve with input having
-	  less than 4 vertices (#2412)
-
-2013-08-10 06:26  Regina Obe <lr at pcorp.us>
-
-	* [r11761] extras/tiger_geocoder/tiger_2011/census_loader.sql:
-	  #2414 extension not installing census tables
-
-2013-08-10 06:15  Regina Obe <lr at pcorp.us>
-
-	* [r11759]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  #2419: agc_rules loading defaulting to is_custom true instead of
-	  false
-
-2013-08-09 06:59  Sandro Santilli <strk at keybit.net>
-
-	* [r11754] liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c,
-	  regress/tickets.sql, regress/tickets_expected: Fix ST_Multi with
-	  COMPOUNDCURVE and CURVEPOLYGON types (#2415)
-
-2013-08-08 23:11  Regina Obe <lr at pcorp.us>
-
-	* [r11753] extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql:
-	  dupe 2934 (give Northwest next id), get rid of hard-coding of
-	  schemas in sh line
-
-2013-08-08 22:55  Regina Obe <lr at pcorp.us>
-
-	* [r11752]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  dupe 2934 (give Northwest next id)
-
-2013-08-08 21:19  Regina Obe <lr at pcorp.us>
-
-	* [r11749] liblwgeom/cunit/cu_libgeom.c: #2396: liblwgeom CUnit
-	  tests fail on big-endian architectures.
-
-2013-08-08 06:07  Sandro Santilli <strk at keybit.net>
-
-	* [r11745] liblwgeom/lwsegmentize.c,
-	  regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected: Fix segmentize of
-	  collinear curve (#2410)
-
-2013-08-08 06:07  Sandro Santilli <strk at keybit.net>
-
-	* [r11744] .gitignore: Ignore generated file
-
-2013-08-08 05:20  Regina Obe <lr at pcorp.us>
-
-	* [r11743]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  #2403 force northwest into postdir, fix some other casing issues
-	  and upport any other changes.
-
-2013-08-07 18:41  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11741] utils/postgis_proc_upgrade.pl: #2405 second try
-
-2013-08-06 19:19  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11740] utils/postgis_proc_upgrade.pl: #2405 fix handling of the
-	  newer create aggregate syntax
-
-2013-08-06 17:09  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11739] liblwgeom/lwout_twkb.c, postgis/lwgeom_accum.c: getting
-	  rid of some compiling warnings
-
-2013-08-04 21:27  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r11736] doc/reference_output.xml, liblwgeom/Makefile.in,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwout_twkb.c,
-	  liblwgeom/lwout_twkb.h, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_accum.c, postgis/lwgeom_inout.c,
-	  postgis/postgis.sql.in: Initial commit of TWKB implimentation to
-	  trunk
-
-2013-08-04 16:36  Regina Obe <lr at pcorp.us>
-
-	* [r11735]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  #2404: DISTRICT OF COLUMBIA is not abbreviated
-
-2013-08-03 16:58  Regina Obe <lr at pcorp.us>
-
-	* [r11724]
-	  extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sql.in,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  #2401 add is_custom options to pagc_rules table
-
-2013-08-02 20:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11720] raster/Makefile.in, raster/rt_pg/rtpg_band_properties.c,
-	  raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_geometry.c,
-	  raster/rt_pg/rtpg_pixel.c, raster/rt_pg/rtpg_raster_properties.c,
-	  raster/rt_pg/rtpg_statistics.c: Fixes to make sure PostgreSQL
-	  version > 9.2 compile without warnings
-
-2013-08-02 19:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11719] NEWS, raster/loader/raster2pgsql.h,
-	  raster/rt_core/Makefile.in, raster/rt_core/librtcore.h,
-	  raster/rt_core/librtcore_internal.h, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_core/rt_band.c,
-	  raster/rt_core/rt_context.c, raster/rt_core/rt_geometry.c,
-	  raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_pixel.c,
-	  raster/rt_core/rt_raster.c, raster/rt_core/rt_serialize.c,
-	  raster/rt_core/rt_serialize.h,
-	  raster/rt_core/rt_spatial_relationship.c,
-	  raster/rt_core/rt_statistics.c, raster/rt_core/rt_util.c,
-	  raster/rt_core/rt_warp.c, raster/rt_core/rt_wkb.c,
-	  raster/rt_pg/Makefile.in, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rt_pg.h, raster/rt_pg/rtpg_band_properties.c,
-	  raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpg_gdal.c,
-	  raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpg_inout.c,
-	  raster/rt_pg/rtpg_internal.c, raster/rt_pg/rtpg_internal.h,
-	  raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c,
-	  raster/rt_pg/rtpg_raster_properties.c,
-	  raster/rt_pg/rtpg_spatial_relationship.c,
-	  raster/rt_pg/rtpg_statistics.c, raster/rt_pg/rtpg_utility.c,
-	  raster/rt_pg/rtpostgis.c, raster/rt_pg/rtpostgis.h,
-	  raster/test/cunit/cu_tester.h: Split rt_core/rt_api.c and
-	  rt_pg/rt_pg.c into smaller files.
-
-2013-07-31 18:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11714] NEWS: Update news
-
-2013-07-31 18:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11713] loader/dbfopen.c, loader/shp2pgsql-core.c,
-	  regress/Makefile.in, regress/loader/Latin1-implicit.dbf,
-	  regress/loader/Latin1-implicit.select.expected,
-	  regress/loader/Latin1-implicit.select.sql: (#2397) read LDID/CPG
-	  where appropriate
-
-2013-07-23 06:28  Sandro Santilli <strk at keybit.net>
-
-	* [r11712] regress/lwgeom_regress.sql: Use a single INSERT for
-	  preparing the data
-
-2013-07-20 03:44  Regina Obe <lr at pcorp.us>
-
-	* [r11710] loader/pgsql2shp-cli.c: #2230 can't dump on windows 64
-	  if schema qualified. Fix by replacing with more modern code
-	  (follow same pattern and standardiz naming of variable as
-	  shp2pgsql) (should probably apply astyle but will do later)
-
-2013-07-20 01:40  Regina Obe <lr at pcorp.us>
-
-	* [r11705] loader/shp2pgsql-gui.1: man page for shp2pgsql-gui
-	  provided by Mònica Ramírez Arceda and mwanner
-
-2013-07-19 05:48  Regina Obe <lr at pcorp.us>
-
-	* [r11702] doc/extras_tigergeocoder.xml, doc/installation.xml:
-	  minor updates to PAGC
-
-2013-07-19 04:06  Regina Obe <lr at pcorp.us>
-
-	* [r11701] doc/extras_tigergeocoder.xml: more clarification
-
-2013-07-19 04:04  Regina Obe <lr at pcorp.us>
-
-	* [r11700] doc/installation.xml: typo
-
-2013-07-19 04:04  Regina Obe <lr at pcorp.us>
-
-	* [r11699] doc/extras_tigergeocoder.xml, doc/installation.xml:
-	  update pagc install instructions
-
-2013-07-17 14:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11692] NEWS, raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_neighborhood.sql,
-	  raster/test/regress/rt_neighborhood_expected: Fixed variable
-	  datatype in ST_Neighborhood. Ticket #2384
-
-2013-07-17 14:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11689] NEWS, raster/rt_pg/rtpostgis.sql.in: Removed use of \'
-	  from raster warning message. Ticket #2383
-
-2013-07-15 16:09  Regina Obe <lr at pcorp.us>
-
-	* [r11688]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  reset gaz counter
-
-2013-07-15 16:07  Regina Obe <lr at pcorp.us>
-
-	* [r11687]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  oops deleted pagc_gaz entries. Also add ST LOUIS (fails regress
-	  without)
-
-2013-07-15 14:44  Regina Obe <lr at pcorp.us>
-
-	* [r11686]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  #2381 make std word upper case, #2380 (add a lex entry for BAY
-	  STATE) so correctly parses
-
-2013-07-15 12:53  Regina Obe <lr at pcorp.us>
-
-	* [r11685] doc/extras_tigergeocoder.xml: fix formatting
-
-2013-07-14 18:37  Sandro Santilli <strk at keybit.net>
-
-	* [r11682] topology/test/Makefile.in: GEOS 3.3.8 uses old snapping
-	  (#2379)
-
-2013-07-12 12:35  Regina Obe <lr at pcorp.us>
-
-	* [r11674] doc/extras_tigergeocoder.xml: flesh out
-	  pagc_normalize_address and point out issue with batch and
-	  workaround for issue.
-
-2013-07-11 00:40  Regina Obe <lr at pcorp.us>
-
-	* [r11668] doc/installation.xml:
-
-2013-07-10 22:46  Regina Obe <lr at pcorp.us>
-
-	* [r11664] extensions/upgradeable_versions.mk: update extension to
-	  support upcoming 2.0.4 and 2.1.0rc1
-
-2013-07-10 11:37  Regina Obe <lr at pcorp.us>
-
-	* [r11661] doc/extras_tigergeocoder.xml: huh more mistakes
-
-2013-07-10 11:28  Regina Obe <lr at pcorp.us>
-
-	* [r11657] doc/extras_tigergeocoder.xml, doc/installation.xml: oops
-	  more mistakes in link end
-
-2013-07-10 11:20  Regina Obe <lr at pcorp.us>
-
-	* [r11656] doc/extras_tigergeocoder.xml: fix disallowed note child
-	  in abstract
-
-2013-07-10 03:43  Regina Obe <lr at pcorp.us>
-
-	* [r11650] extras/tiger_geocoder/README,
-	  extras/tiger_geocoder/tiger_2011/README: #2245 Doc patches to
-	  tiger
-
-2013-07-10 02:47  Regina Obe <lr at pcorp.us>
-
-	* [r11649] doc/extras_tigergeocoder.xml, doc/installation.xml:
-	  #2367 briefly document pagc in docs and where to get. will flesh
-	  out later, but good enough for 2.1 release
-
-2013-07-09 16:29  Regina Obe <lr at pcorp.us>
-
-	* [r11645] doc/reference_editor.xml: #2378 document that
-	  ST_CollectionExtract and ST_CollectionHomegenize are flawed when
-	  dealing with polygons with shared edges
-
-2013-07-09 03:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11644] configure.ac: Allow --libintl-prefix to set cpp flags
-
-2013-07-08 06:57  Regina Obe <lr at pcorp.us>
-
-	* [r11641] doc/reference_lrs.xml: missed spot
-
-2013-07-05 10:40  Sandro Santilli <strk at keybit.net>
-
-	* [r11636] liblwgeom/lwgeom_geos_clean.c: Fix the ST_MakeValid
-	  leak, keep it crash-free (#2307)
-
-2013-07-05 10:26  Sandro Santilli <strk at keybit.net>
-
-	* [r11635] liblwgeom/cunit/cu_clean.c: Add cunit test for #2307
-	  
-	  So now we have a "leak or crash" situation.
-
-2013-07-02 22:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11621] regress/tickets.sql: #2307, remove spaces in hex string
-
-2013-07-02 22:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11620] liblwgeom/lwgeom_geos_clean.c, regress/tickets.sql,
-	  regress/tickets_expected: #2307, test and comment on free line
-
-2013-07-02 21:52  Regina Obe <lr at pcorp.us>
-
-	* [r11617] doc/html/image_src/st_azimuth01.wkt,
-	  doc/html/image_src/st_azimuth02.wkt, doc/reference_measure.xml:
-	  #876 ST_Azimuth doc patch
-
-2013-07-02 20:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11612] NEWS, configure.ac, topology/test/Makefile.in: #2371,
-	  Support GEOS versions with more than 1 digit in micro
-
-2013-07-02 16:11  Regina Obe <lr at pcorp.us>
-
-	* [r11608] doc/reference_measure.xml: move example to
-	  ST_HausdorffDistance
-
-2013-07-02 15:43  Regina Obe <lr at pcorp.us>
-
-	* [r11607] doc/reference_measure.xml: bah get rid of last example
-	  not quite the solution for problem after further ruminating.
-
-2013-07-02 14:06  Regina Obe <lr at pcorp.us>
-
-	* [r11606] doc/reference_measure.xml: fix typo
-
-2013-07-02 13:56  Regina Obe <lr at pcorp.us>
-
-	* [r11605] doc/reference_measure.xml: minor adjustment
-
-2013-07-02 13:55  Regina Obe <lr at pcorp.us>
-
-	* [r11604] doc/reference_measure.xml: useful real world example of
-	  using ST_MaxDistance
-
-2013-07-01 09:17  Sandro Santilli <strk at keybit.net>
-
-	* [r11603] postgis/lwgeom_in_kml.c, regress/in_kml.sql,
-	  regress/in_kml_expected: Raise an error when fed KML with mixed
-	  coordinate dimension
-	  
-	  See #2372
-
-2013-06-28 13:57  Sandro Santilli <strk at keybit.net>
-
-	* [r11589] postgis/lwgeom_in_kml.c, regress/in_kml.sql,
-	  regress/in_kml_expected: Support parsing KML with space between
-	  digits and comma (#2372)
-
-2013-06-25 14:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11587] configure.ac: Removed gdal-config --dep-flags from
-	  configure.ac.
-
-2013-06-25 12:18  Sandro Santilli <strk at keybit.net>
-
-	* [r11584] topology/test/Makefile.in,
-	  topology/test/regress/topogeo_addlinestring_expected_oldsnap: Fix
-	  GEOS dependent expected results
-	  
-	  Now tested and successful with all supported GEOS versions
-
-2013-06-25 11:30  Sandro Santilli <strk at keybit.net>
-
-	* [r11583] configure.ac, topology/test/Makefile.in,
-	  topology/test/regress/topogeo_addlinestring_expected,
-	  topology/test/regress/topogeo_addlinestring_expected_newsnap,
-	  topology/test/regress/topogeo_addlinestring_expected_oldsnap:
-	  Base expected TopoGeo_addLinestring output on GEOS version
-	  (#2368)
-
-2013-06-22 22:26  Regina Obe <lr at pcorp.us>
-
-	* [r11571] doc/introduction.xml: Move Mat back to core since he's
-	  done a ton of work on CMake
-
-2013-06-21 15:15  Sandro Santilli <strk at keybit.net>
-
-	* [r11563] configure.ac: Do not override JSON_LDFLAGS, fixing
-	  --with-jsondir usage
-
-2013-06-20 22:07  Sandro Santilli <strk at keybit.net>
-
-	* [r11560] configure.ac: Add support for libjson-c 0.10+ (#2213)
-
-2013-06-20 19:25  Regina Obe <lr at pcorp.us>
-
-	* [r11558] doc/installation.xml, doc/postgis.xml: up minimum
-	  version of PostgreSQL to 9.1 descriptively will enforce later
-
-2013-06-20 15:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11556] doc/reference_raster.xml: Added docs regarding
-	  postgis.gdal.datapath GUC and
-	  postgis_gdal_version()
-
-2013-06-20 15:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11555] doc/using_raster_dataman.xml: Added spatial_index column
-	  description
-
-2013-06-20 15:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11554] NEWS, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/check_gdal.sql: Addition of GUC
-	  postgis.gdal.datapath to specify GDAL config variable GDAL_DATA.
-	  Ticket #1678
-
-2013-06-20 15:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11553] NEWS, raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/check_raster_columns.sql: Added spatial_index
-	  column to raster_columns view. Ticket #2361
-
-2013-06-20 15:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11552] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in: Added missing signatures for
-	  ST_TPI(), ST_TRI() and ST_Roughness
-
-2013-06-20 14:13  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11551] NEWS, README.postgis: Updated to 2.2
-
-2013-06-20 06:42  Regina Obe <lr at pcorp.us>
-
-	* [r11550] Version.config: make trunk 2.2.0dev
-
-2013-06-20 06:24  Regina Obe <lr at pcorp.us>
-
-	* [r11548] extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql:
-	  #2336 state level regex wget is too greedy and pulling all states
-	  when KS is chosen
-
-2013-06-13 15:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11544] NEWS, raster/loader/raster2pgsql.c: Fixed handling of
-	  schema name when adding overview constraints. Ticket #2359
-
-2013-06-11 22:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11542] raster/rt_pg/rt_pg.c: Have cleanup before calls to
-	  elog(ERROR, ...)
-
-2013-06-11 22:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11541] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Grammar
-	  fixes for error messages (active vs passive)
-
-2013-06-08 20:28  Regina Obe <lr at pcorp.us>
-
-	* [r11540] extensions/postgis/Makefile.in: #2356: quick fix for
-	  extensions not building anymore because of raster upgrade file
-	  change from rtpostgis_upgrade_20_minor.sql to
-	  rtpostgis_upgrade_20_21.sql
-	  
-	  Also got rid of some commented out code
-
-2013-06-08 20:09  Regina Obe <lr at pcorp.us>
-
-	* [r11539] extensions/postgis/Makefile.in: Get rid of
-	  postgis_drop_before for extension upgrade -- we don't need it any
-	  more after #2334
-
-2013-06-07 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11535] NEWS, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic.c: #2351,
-	  st_distance between geographies wrong
-
-2013-06-05 22:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11533] postgis: Ignore generated sfcgal.sql
-
-2013-06-05 22:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11532] raster/test/cunit: Ignore generated makefile
-
-2013-06-05 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11531] postgis/geography_measurement.c: #2315,
-	  geography_distance_uncached: variable ‘tolerance’ set but not
-	  used
-
-2013-06-05 21:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11530] NEWS, postgis/geography_measurement.c: #2168,
-	  ST_Distance is not always commutative
-
-2013-06-05 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11528] NEWS, postgis/lwgeom_ogc.c,
-	  regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected: #2165, ST_NumPoints
-	  regression failure with CircularString
-
-2013-06-05 18:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11525] NEWS, liblwgeom/lwgeom_geos_clean.c: #2307, ST_MakeValid
-	  outputs invalid geometries
-
-2013-06-04 19:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11523] .gitignore, NEWS, raster/rt_core/.svnignore,
-	  raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in: Added raster
-	  upgrade path from 2.0 to 2.1. Ticket #2348
-
-2013-06-04 16:26  Sandro Santilli <strk at keybit.net>
-
-	* [r11521] doc/reference_processing.xml: Fix spelling errors in
-	  st_makevalid documentation
-	  
-	  Fixes a couple of spelling errors, and use the full word
-	  'without' instead of the contraction 'w/out'.
-
-2013-06-04 16:22  Sandro Santilli <strk at keybit.net>
-
-	* [r11519] COPYING: Renew the COPYING gpl-2.0 with last version
-	  from gnu.org
-
-2013-06-04 14:13  Sandro Santilli <strk at keybit.net>
-
-	* [r11518] utils/postgis_proc_upgrade.pl: Let DO commands from SQL
-	  drop files end up in final upgrade script
-	  
-	  Should fix upgrade path from 2.0 to 2.1 (#2334)
-
-2013-06-03 20:26  Sandro Santilli <strk at keybit.net>
-
-	* [r11517] postgis/lwgeom_backend_api.c: Turn lwgeom_backend_switch
-	  into a static function
-
-2013-06-03 17:45  Sandro Santilli <strk at keybit.net>
-
-	* [r11513] postgis/gserialized_estimate.c: Another couple of
-	  warnings gone
-
-2013-06-03 08:53  Sandro Santilli <strk at keybit.net>
-
-	* [r11512] postgis/geography_measurement.c,
-	  postgis/gserialized_estimate.c: More unused variables and
-	  functions warnings cleaned
-
-2013-06-03 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r11511] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c,
-	  liblwgeom/lwout_geojson.c, liblwgeom/lwout_x3d.c: Remove warnings
-	  from liblwgeom
-	  
-	  These are mostly unused variables
-
-2013-06-01 11:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r11508] libpgcommon/gserialized_gist.h: Fix "array subscript is
-	  above array bounds" gcc build warnings on trunk using a suitable
-	  pointer and cast.
-
-2013-05-30 22:16  Sandro Santilli <strk at keybit.net>
-
-	* [r11506] topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Update
-	  expectances after GEOSSnap fixes (#2346)
-
-2013-05-30 17:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11504] doc/reference_raster.xml: Alphabetize built-in map
-	  algebra callback functions
-
-2013-05-27 16:04  Sandro Santilli <strk at keybit.net>
-
-	* [r11503] regress/run_test.pl: Actually use the
-	  --strip-trailing-cr switch, do not check it only
-
-2013-05-27 07:03  Sandro Santilli <strk at keybit.net>
-
-	* [r11502] regress/run_test.pl: Use system diff only if it knows
-	  how to strip trailing CR (#2344)
-
-2013-05-25 18:14  Sandro Santilli <strk at keybit.net>
-
-	* [r11501] utils/postgis_restore.pl.in: Not all args with a dash
-	  are options, only those starting with one
-
-2013-05-25 18:10  Sandro Santilli <strk at keybit.net>
-
-	* [r11500] regress/run_test.pl: Use system diff when available (my
-	  implementation is horrible)
-
-2013-05-25 16:58  Sandro Santilli <strk at keybit.net>
-
-	* [r11499] utils/postgis_restore.pl.in: Cleanly handle unsupported
-	  switches
-
-2013-05-25 16:49  Sandro Santilli <strk at keybit.net>
-
-	* [r11498] NEWS: Use consistent formatting for the NEWS file
-
-2013-05-25 16:47  Sandro Santilli <strk at keybit.net>
-
-	* [r11497] regress/run_test.pl: Fix swapped obtained/expected in
-	  regression failure report
-
-2013-05-24 17:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11496] raster/test/regress/Makefile.in,
-	  raster/test/regress/clean.sql,
-	  raster/test/regress/clean_expected,
-	  raster/test/regress/load_outdb-post.pl,
-	  raster/test/regress/load_outdb-post.sh,
-	  raster/test/regress/load_outdb-pre.pl,
-	  raster/test/regress/load_outdb-pre.sh,
-	  raster/test/regress/load_outdb.sql,
-	  raster/test/regress/load_outdb_expected,
-	  raster/test/regress/rt_addband-post.pl,
-	  raster/test/regress/rt_addband-post.sh,
-	  raster/test/regress/rt_addband-pre.pl,
-	  raster/test/regress/rt_addband-pre.sh,
-	  raster/test/regress/rt_bytea-post.pl,
-	  raster/test/regress/rt_bytea-post.sh,
-	  raster/test/regress/rt_bytea-pre.pl,
-	  raster/test/regress/rt_bytea-pre.sh,
-	  raster/test/regress/rt_utility-post.pl,
-	  raster/test/regress/rt_utility-post.sh,
-	  raster/test/regress/rt_utility-pre.pl,
-	  raster/test/regress/rt_utility-pre.sh, regress/run_test.pl:
-	  Refactored use of out-db rasters for regression tests
-
-2013-05-24 17:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11495] raster/test/regress/Makefile.in,
-	  raster/test/regress/testgdalraster,
-	  raster/test/regress/testgdalraster.test,
-	  raster/test/regress/testgdalraster_expected: Removed unnecessary
-	  test due to introduction of ST_FromGDALRaster()
-
-2013-05-24 06:29  Regina Obe <lr at pcorp.us>
-
-	* [r11494] doc/Makefile.in, doc/postgis.xml: hardcode minor for now
-	  fix later, get rid of old links
-
-2013-05-24 04:42  Regina Obe <lr at pcorp.us>
-
-	* [r11493] doc/introduction.xml: add Natural Resources Canada
-	  (supporting Lidar point cloud)
-
-2013-05-24 04:24  Regina Obe <lr at pcorp.us>
-
-	* [r11492] doc/installation.xml, doc/postgis.xml: this may not work
-
-2013-05-24 04:13  Regina Obe <lr at pcorp.us>
-
-	* [r11491] doc/introduction.xml:
-
-2013-05-24 04:13  Regina Obe <lr at pcorp.us>
-
-	* [r11490] doc/introduction.xml:
-
-2013-05-24 04:11  Regina Obe <lr at pcorp.us>
-
-	* [r11489] doc/introduction.xml: minor edit
-
-2013-05-23 22:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11488] raster/rt_core/rt_api.c: Fixed issues caught by clang
-
-2013-05-23 20:21  Regina Obe <lr at pcorp.us>
-
-	* [r11487] doc/release_notes.xml: replace defunct credit reference
-	  with credits_other_contributors
-
-2013-05-23 19:16  Regina Obe <lr at pcorp.us>
-
-	* [r11486] doc/introduction.xml: oops forgot beginning tag
-
-2013-05-23 04:34  Regina Obe <lr at pcorp.us>
-
-	* [r11485] doc/introduction.xml: credit past is taking up too much
-	  prime real estate relegate past contributors to other section,
-	  add missing corporate sponsor Palantir Technologies (funded
-	  geography and funding point cloud), minor updates to bios,
-	  alphabetize core contributors otherwise have to go by relevance
-	  and get into hissing fights
-
-2013-05-22 20:24  Sandro Santilli <strk at keybit.net>
-
-	* [r11484] topology/sql/populate.sql.in: Avoid (srf()).* construct,
-	  known to invoke srf() for each out field
-	  
-	  Should slightly improve performances of TopoGeo_addLinestring
-	  (in turn used by toTopoGeom)
-
-2013-05-20 10:41  Regina Obe <lr at pcorp.us>
-
-	* [r11482] postgis/geography.sql.in, postgis/lwgeom_inout.c: #2185:
-	  failure on 64-bit windows edb. In event of parse error return
-	  PG_RETURN_NULL() instead of forcing functions not to cache
-	  (revert last sugar coat change)
-
-2013-05-20 00:02  Regina Obe <lr at pcorp.us>
-
-	* [r11479] doc/introduction.xml: move Bborie Park up to PSC section
-	  and augment bio on all the work he's been doing
-
-2013-05-19 19:01  Regina Obe <lr at pcorp.us>
-
-	* [r11477] postgis/geography.sql.in: #2185: bah still crashes
-	  sometimes on 9.2 -- better just remove teh immutable entirely
-	  fromt hese functions. No one should be suing these anyway since
-	  they are deprecated
-
-2013-05-19 18:41  Regina Obe <lr at pcorp.us>
-
-	* [r11476] postgis/geography.sql.in: #2185: bandage for 9.2 EDB x64
-	  basically set all these SQL functions to have a cost of 1 (like
-	  the others) so they rarely will ever cache. It's super sugar
-	  coating the issue -- there is something I feel wrong with our
-	  parser that it's properly cleaning on error and corrupting shared
-	  memory when things are cached. but at least regress.sql now
-	  passes under 9.2 edb 64
-
-2013-05-19 15:37  Regina Obe <lr at pcorp.us>
-
-	* [r11474] postgis/lwgeom_ogc.c: #2332 ammendment correct the note
-	  to note we are no longer just wrapping the otehr function
-
-2013-05-19 13:01  Regina Obe <lr at pcorp.us>
-
-	* [r11473] postgis/lwgeom_ogc.c: #2332 windows 64 EDB crasher on
-	  invalid wkb using ST_GeomFromWKB - fix by using similar logic to
-	  go ST_GeomFromEWKB and skipping intermediary call.
-
-2013-05-18 21:07  Sandro Santilli <strk at keybit.net>
-
-	* [r11471] liblwgeom/g_box.c: Use finite() instead of isfinite()
-	  
-	  The former is also already used under postgis/ so we already rely
-	  on it. The latter is been reported to be unavailable on Solaris.
-
-2013-05-17 22:53  Sandro Santilli <strk at keybit.net>
-
-	* [r11470] postgis/Makefile.in: Ensure local liblwgeom and
-	  libpgcommon includes are scanned first
-
-2013-05-16 12:37  Regina Obe <lr at pcorp.us>
-
-	* [r11467] doc/release_notes.xml: clarify soft upgrade requirement
-	  for PostGIS 2.0
-
-2013-05-15 23:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11466] regress/run_test, regress/run_test.pl: Added SFCGAL
-	  version output
-
-2013-05-14 22:38  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11465] doc/Makefile.in: Allow correct handling of sect2 tags in
-	  chunked html
-
-2013-05-14 21:03  Regina Obe <lr at pcorp.us>
-
-	* [r11464]
-	  extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sql.in:
-	  #2329: fix bug in where condition of backup
-
-2013-05-14 20:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11463] doc/reference_raster.xml: Fixed Raster Processing
-	  section
-
-2013-05-14 18:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11462] doc/reference_raster.xml: Reorganized the entire Raster
-	  Processing section. Lets see if this makes
-	  things easier to find... or not.
-
-2013-05-14 14:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11461] doc/reference_raster.xml: Minor tweaks to ST_ColorMap()
-	  doc
-
-2013-05-14 12:57  Regina Obe <lr at pcorp.us>
-
-	* [r11460] doc/reference_raster.xml: alphabetize raster processing
-	  section - impossible to find stuff otherwise
-
-2013-05-14 12:10  Regina Obe <lr at pcorp.us>
-
-	* [r11459] doc/reference_raster.xml: #2326: describe behavior of
-	  having no non-datavalue as by design. Also change all examples to
-	  explicitly specify band (though we have only 1 band anyway) for
-	  anal clarity. (forgot edits in last commit
-
-2013-05-14 12:08  Regina Obe <lr at pcorp.us>
-
-	* [r11458] doc/reference_raster.xml: #2326: describe behavior of
-	  having no non-datavalue as by design. Also change all examples to
-	  explicitly specify band (though we have only 1 band anyway) for
-	  anal clarity.
-
-2013-05-13 09:42  Sandro Santilli <strk at keybit.net>
-
-	* [r11457] regress/wmsservers.sql: Revert changes in test for
-	  wmsservers clients
-	  
-	  Augment min client messages to ERROR so that new deprecation
-	  warnings don't need to be expected.
-
-2013-05-13 06:45  Regina Obe <lr at pcorp.us>
-
-	* [r11456] doc/reference_raster.xml: fix typo in ST_ColorMap query
-
-2013-05-13 04:14  Regina Obe <lr at pcorp.us>
-
-	* [r11455] doc/html/images/st_colormap_bluered.png,
-	  doc/html/images/st_colormap_fire.png,
-	  doc/html/images/st_colormap_pseudo.png, doc/reference_raster.xml:
-	  dustymugs must have made a correction to pseudo_color -- no black
-	  background anymore, also add in visualizations for new named
-	  color ramps and liink fromST_AsPNNG TOST_COLRMap
-
-2013-05-12 19:40  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11450] doc/po/it_IT/reference_sfcgal.xml.po,
-	  doc/po/pt_BR/reference_sfcgal.xml.po: #2323. Commit it and br .po
-	  for sfcgal doc
-
-2013-05-12 08:43  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11449] doc/po/templates/reference_sfcgal.xml.pot: #2323. Add
-	  reference_sfcgal.xml.pot
-
-2013-05-12 04:19  Regina Obe <lr at pcorp.us>
-
-	* [r11443] Version.config, doc/postgis.xml: bump trunk to
-	  2.1.0beta3dev
-
-2013-05-12 03:08  Regina Obe <lr at pcorp.us>
-
-	* [r11440] doc/postgis.xml: switch download location to
-	  downloads.osgeo.org
-
-2013-05-12 03:05  Regina Obe <lr at pcorp.us>
-
-	* [r11439] Version.config: prep for beta2 tagging
-
-2013-05-12 02:27  Regina Obe <lr at pcorp.us>
-
-	* [r11438] Version.config, extensions/upgradeable_versions.mk,
-	  liblwgeom/lwgeom_geos.c, liblwgeom/lwtin.c,
-	  loader/cunit/Makefile.in: #1898, #2322 move geos functions in
-	  lwtin.c to lwgeom_geos.c to prevent unhealthy dependency on geos
-	  (for loader tools and also image generator), roll back change to
-	  cunit for loader (the geos includes). bump up version number to
-	  beta2dev
-
-2013-05-11 16:05  Regina Obe <lr at pcorp.us>
-
-	* [r11424] doc/xsl/postgis_aggs_mm.xml.xsl: one more try
-
-2013-05-11 15:55  Regina Obe <lr at pcorp.us>
-
-	* [r11423] doc/xsl/postgis_aggs_mm.xml.xsl: try again. committed
-	  obsolete version last time.
-
-2013-05-11 15:50  Regina Obe <lr at pcorp.us>
-
-	* [r11422] doc/xsl/postgis_aggs_mm.xml.xsl: fix booboo
-
-2013-05-11 15:46  Regina Obe <lr at pcorp.us>
-
-	* [r11421] HOWTO_RELEASE, Version.config,
-	  extensions/postgis/sql_bits/postgis--unpackaged.sql.in,
-	  extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in,
-	  extensions/upgradeable_versions.mk: update version number to
-	  beta1 in prep for tagging, upgrade from old dev, amendments to
-	  how to release, rebuild of unpackaged scripts
-
-2013-05-11 15:32  Regina Obe <lr at pcorp.us>
-
-	* [r11420] doc/html/images/matrix_3dglasses.png,
-	  doc/html/images/matrix_sfcgal_enhanced.png,
-	  doc/html/images/matrix_sfcgal_required.png, doc/postgis.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: change 3d icons, better
-	  distinction between required and enhnaced, minor grammar
-	  correction
-
-2013-05-11 13:24  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11419] doc/installation.xml: Related to #2321. SFCGAL doc entry
-	  in installation.xml.
-
-2013-05-11 07:47  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11418] regress/sfcgal/regress.sql, regress/sfcgal/tickets.sql,
-	  regress/sfcgal/wmsservers.sql: #2319 fix. Update SFCGAL regress
-	  tests after #1994 functions renaming
-
-2013-05-11 05:20  Regina Obe <lr at pcorp.us>
-
-	* [r11417] doc/Makefile.in, doc/html/images/matrix_3dglasses.png,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: have sfcgal function appear in
-	  special index and also flag if a function requires sfcgal in
-	  matrix
-
-2013-05-11 03:18  Regina Obe <lr at pcorp.us>
-
-	* [r11416] doc/installation.xml: update screen outputs
-
-2013-05-11 02:34  Regina Obe <lr at pcorp.us>
-
-	* [r11415] doc/installation.xml: missed one comment
-
-2013-05-11 02:32  Regina Obe <lr at pcorp.us>
-
-	* [r11414] doc/installation.xml: repeat create extension
-	  instructions in short -- heck its shorter than the crap we have
-	  listed. Also correect compile instructions (with-raster and
-	  -with-topology no longer need stating) get rid of other obsolete
-	  statements
-
-2013-05-11 02:14  Regina Obe <lr at pcorp.us>
-
-	* [r11413] README.postgis, doc/installation.xml: update ReadMe to
-	  include SFCGAL and preferred versions of GEOS/GDAL/CGAL. Put
-	  pretty anchors in install so doesn't create hard to bookmark
-	  numbered anchors.
-
-2013-05-11 01:56  Regina Obe <lr at pcorp.us>
-
-	* [r11412] ChangeLog: update change log in preparation for beta1
-	  release
-
-2013-05-10 22:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11411] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_colormap_expected: Added more predefined
-	  color ramps for ST_ColorMap(raster). Removed RGB
-	  <-> HSV colorspace conversion as it sometimes resulted in strange
-	  answers when interpolating.
-
-2013-05-10 22:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11410] raster/rt_core/rt_api.c: Remove noisy info message. A
-	  big source of confusion. Ticket #2309
-
-2013-05-10 17:17  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11409] doc/reference_editor.xml,
-	  liblwgeom/cunit/cu_force_sfs.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in: cf #2318, add a optional additional
-	  version parameter in ST_ForceSFS, handle both 1.1 and 1.2.
-	  default is 1.1
-
-2013-05-10 16:23  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11408] doc/reference_sfcgal.xml, postgis/sfcgal.sql.in,
-	  postgis/uninstall_sfcgal.sql.in, regress/regress_sfcgal.sql,
-	  regress/regress_sfcgal_expected: Use ST_MinkowskiSum rather than
-	  ST_Minkowski userland.
-
-2013-05-10 16:17  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11407] doc/postgis.xml, doc/reference_sfcgal.xml: add a flag
-	  for SFCGAL function cf #2317. Remove useless ST_MakeSolid doc
-	  entry
-
-2013-05-10 15:00  Sandro Santilli <strk at keybit.net>
-
-	* [r11406] NEWS, doc/performance_tips.xml,
-	  doc/reference_editor.xml, postgis/postgis.sql.in,
-	  regress/binary.sql, regress/lwgeom_regress.sql,
-	  regress/regress.sql, regress/tickets.sql, regress/typmod.sql,
-	  regress/wmsservers.sql: ST_Force_XXX renamed to ST_ForceXXX
-
-2013-05-10 13:24  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11405] NEWS: Update NEWS related to #2254 and #1823
-
-2013-05-10 13:02  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11404] postgis/postgis.sql.in: Change ST_force_sfs to
-	  ST_ForceSFS, also in ST_ConcaveHull calls...
-
-2013-05-10 11:43  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11403] doc/reference_editor.xml, postgis/postgis.sql.in: Change
-	  ST_force_sfs to ST_ForceSFS
-
-2013-05-10 11:40  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11402] liblwgeom/cunit/cu_force_sfs.c, liblwgeom/lwgeom.c:
-	  output COLLECTION of Polygon for TIN and PolyhedralSurface, for
-	  ST_ForceSFS (instead of MultiPolygon). Thanks to Sandro for these
-	  input
-
-2013-05-10 10:47  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11401] postgis/lwgeom_backend_api.c, postgis/lwgeom_sfcgal.c,
-	  postgis/postgis.sql.in, regress/regress_sfcgal.sql,
-	  regress/regress_sfcgal_expected: Fix #2314. Add a unit test for
-	  postgis_sfcgal_version
-
-2013-05-10 07:51  Sandro Santilli <strk at keybit.net>
-
-	* [r11400] liblwgeom/lwlinearreferencing.c,
-	  liblwgeom/lwsegmentize.c, libpgcommon/lwgeom_pg.c,
-	  postgis/lwgeom_export.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_in_geohash.c: Fix more compiler warnings
-	  
-	  There are still some that would be nice to fix, but it's mostly
-	  the array subscript is above array bounds one
-
-2013-05-10 07:43  Regina Obe <lr at pcorp.us>
-
-	* [r11399] doc/reference_raster.xml: link to ST_NumBands
-
-2013-05-10 07:42  Regina Obe <lr at pcorp.us>
-
-	* [r11398] doc/html/images/st_colormap_red.png,
-	  doc/reference_raster.xml: example of a custom color map
-
-2013-05-10 07:17  Sandro Santilli <strk at keybit.net>
-
-	* [r11397] postgis/lwgeom_functions_analytic.c: Fix compiler
-	  warnings in lwgeom_functions_analytic
-
-2013-05-10 07:06  Sandro Santilli <strk at keybit.net>
-
-	* [r11396] liblwgeom/lwalgorithm.c: Fix implicit declaration of
-	  function 'tolower' warning
-
-2013-05-10 07:00  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11395] liblwgeom/cunit/cu_force_sfs.c: Related to #2313
-
-2013-05-10 06:57  Regina Obe <lr at pcorp.us>
-
-	* [r11394] doc/html/images/st_colormap_grey.png,
-	  doc/html/images/st_colormap_orig.png,
-	  doc/html/images/st_colormap_pseudo.png, doc/reference_raster.xml:
-	  #2290 provide visual example of color map
-
-2013-05-10 00:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11393] .gitignore: Added generated sfcgal files
-
-2013-05-10 00:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11392] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in, raster/test/cunit/Makefile.in,
-	  raster/test/cunit/cu_mapalgebra.c, raster/test/cunit/cu_misc.c,
-	  raster/test/cunit/cu_tester.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_colormap.sql,
-	  raster/test/regress/rt_colormap_expected: Addition of
-	  ST_ColorMap(raster). Ticket #2290
-
-2013-05-09 23:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11391] postgis/lwgeom_backend_api.c: Prevent compile error for
-	  when CGAL isn't wanted.
-
-2013-05-09 22:12  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11390] doc/reference_editor.xml: add st_force_sfs doc
-
-2013-05-09 19:38  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11389] configure.ac, doc/Makefile.in, doc/postgis.xml,
-	  doc/reference.xml, doc/reference_measure.xml,
-	  doc/reference_processing.xml, doc/reference_sfcgal.xml,
-	  doc/xsl/postgis_comments.sql.xsl,
-	  doc/xsl/sfcgal_cheatsheet.html.xsl,
-	  doc/xsl/sfcgal_comments.sql.xsl, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_force_sfs.c,
-	  liblwgeom/cunit/cu_sfcgal.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_sfcgal.c, liblwgeom/lwgeom_sfcgal.h,
-	  postgis/Makefile.in, postgis/lwgeom_backend_api.c,
-	  postgis/lwgeom_backend_api.h, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
-	  postgis/lwgeom_sfcgal.c, postgis/lwgeom_sfcgal.h,
-	  postgis/postgis.sql.in, postgis/postgis_module.c,
-	  postgis/sfcgal.sql.in, postgis/uninstall_sfcgal.sql.in,
-	  regress/Makefile.in, regress/regress_sfcgal.sql,
-	  regress/regress_sfcgal_expected, regress/run_test,
-	  regress/run_test.pl, regress/sfcgal, regress/sfcgal/README,
-	  regress/sfcgal/concave_hull.sql,
-	  regress/sfcgal/concave_hull_expected, regress/sfcgal/empty.sql,
-	  regress/sfcgal/empty_expected, regress/sfcgal/geography.sql,
-	  regress/sfcgal/geography_expected, regress/sfcgal/legacy.sql,
-	  regress/sfcgal/legacy_expected, regress/sfcgal/measures.sql,
-	  regress/sfcgal/measures_expected, regress/sfcgal/regress.sql,
-	  regress/sfcgal/regress_expected, regress/sfcgal/regress_ogc.sql,
-	  regress/sfcgal/regress_ogc_expected,
-	  regress/sfcgal/regress_ogc_prep.sql,
-	  regress/sfcgal/regress_ogc_prep_expected,
-	  regress/sfcgal/tickets.sql, regress/sfcgal/tickets_expected,
-	  regress/sfcgal/wmsservers.sql,
-	  regress/sfcgal/wmsservers_expected: Add SFCGAL support cf #2254.
-	  Include SFCGAL support, postgis backend handling (GEOS/SFCGAL).
-	  Regress tests, documentation prototypes and also additional
-	  force_sfs function.
-
-2013-05-09 14:22  Regina Obe <lr at pcorp.us>
-
-	* [r11388] doc/installation.xml: update extension install to
-	  include tiger geocoder and some helpful commands you can run from
-	  psql
-
-2013-05-09 09:24  Sandro Santilli <strk at keybit.net>
-
-	* [r11387] liblwgeom/lwcompound.c: Fix potential access to
-	  uninitialized value
-	  
-	  It would have happened on malformed COMPOUNDCURVE (unlikely).
-	  Hushes compiler warning.
-
-2013-05-09 06:34  Regina Obe <lr at pcorp.us>
-
-	* [r11385] doc/xsl/raster_gardentest.sql.xsl: start accounting for
-	  more raster helper types - addbandarg etc.
-
-2013-05-08 20:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11384] postgis/geography_inout.c: #2298, ST_AsGML geography
-	  crashable with monkey inputs
-
-2013-05-08 05:18  Regina Obe <lr at pcorp.us>
-
-	* [r11383] doc/reference_processing.xml: #2242: Clarify behavior of
-	  ST_Union with NULLS
-
-2013-05-08 05:05  Regina Obe <lr at pcorp.us>
-
-	* [r11382] doc/reference_raster.xml: put full version number on
-	  st_tpi, st_tri, st_roughness
-
-2013-05-07 23:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11381] NEWS, postgis/gserialized_estimate.c: Commented out
-	  debug call to non-existant function nd_stats_to_grid().
-	  Ticket #2282
-
-2013-05-07 15:39  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11380] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_elevation_functions.sql,
-	  raster/test/regress/rt_elevation_functions_expected: Added
-	  ST_TRI(raster). Ticket #2164. Thanks to Nathaniel Clay for
-	  writing the function and required docs and regression tests.
-
-2013-05-07 15:39  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11379] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_elevation_functions.sql,
-	  raster/test/regress/rt_elevation_functions_expected: Added
-	  ST_Roughness(raster). Ticket #2302. Thanks to Nathaniel Clay for
-	  writing the function and required docs and regression tests.
-
-2013-05-07 15:39  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11378] NEWS, doc/introduction.xml, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_elevation_functions.sql,
-	  raster/test/regress/rt_elevation_functions_expected: Added
-	  ST_TPI(raster). Ticket #2163. Thanks to Nathaniel Clay for
-	  writing
-	  the function and required docs and regression tests.
-
-2013-05-07 15:32  Regina Obe <lr at pcorp.us>
-
-	* [r11377] doc/postgis.xml: try again
-
-2013-05-07 15:00  Regina Obe <lr at pcorp.us>
-
-	* [r11376] doc/postgis.xml: put in author info ePub just shows
-	  unknown for author (annoying). Move editor into authorgroup. Also
-	  put in productname and number
-
-2013-05-07 06:05  Regina Obe <lr at pcorp.us>
-
-	* [r11375] extensions/postgis_tiger_geocoder/Makefile.in: fix
-	  PGCONFIG (change to @PG_CONFIG@ ) to be consistent with configure
-	  variable change.
-
-2013-05-06 08:30  Sandro Santilli <strk at keybit.net>
-
-	* [r11364] loader/Makefile.in: Ensure local liblwgeom dir is added
-	  first to include path in loader/
-
-2013-05-06 07:58  Regina Obe <lr at pcorp.us>
-
-	* [r11363] loader/cunit/Makefile.in: Add GEOS to compile cunit
-	  flags of shp2pgsql to prevent error in #1898
-
-2013-05-06 06:48  Regina Obe <lr at pcorp.us>
-
-	* [r11361] doc/reference_processing.xml, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwtin.c, regress/delaunaytriangles.sql,
-	  regress/delaunaytriangles_expected: #1898: Nathan Wagner's patch
-	  that adds a flag 2 to allow ST_DelaunayTriangles to dump out a
-	  TIN. Just commit and see if winnie has same issue with
-	  shp2pgsql-gui checks
-
-2013-05-05 22:35  Regina Obe <lr at pcorp.us>
-
-	* [r11360] NEWS, doc/introduction.xml,
-	  doc/reference_constructor.xml, doc/reference_output.xml: #1818
-	  slight doc change move the FromGeoHash family to constructor
-	  section and link back to ST_GeoHash output and amend credits to
-	  Jason Smith
-
-2013-05-05 16:34  Regina Obe <lr at pcorp.us>
-
-	* [r11359] doc/reference_accessor.xml: #2118: add enhanced note to
-	  ST_Boundary (to note Nathan Wagner ST_Triangle support feature)
-
-2013-05-05 16:24  Regina Obe <lr at pcorp.us>
-
-	* [r11358] postgis/lwgeom_geos.c, regress/Makefile.in,
-	  regress/boundary.sql, regress/boundary_expected: #2118:
-	  ST_Boundary support for Triangle type
-
-2013-05-05 01:37  Regina Obe <lr at pcorp.us>
-
-	* [r11356] doc/Makefile.in: change output naming of epub to be
-	  consistent with pdf and also try to add in the css include
-
-2013-05-04 20:15  Regina Obe <lr at pcorp.us>
-
-	* [r11355] doc/Makefile.in: bah dbtoepub doesn't understand
-	  includes
-
-2013-05-04 20:04  Regina Obe <lr at pcorp.us>
-
-	* [r11354] doc/Makefile.in: switch back to rout but attempt a -I
-	  include
-
-2013-05-04 19:42  Regina Obe <lr at pcorp.us>
-
-	* [r11353] doc/Makefile.in: change epub to be built in html so
-	  relative search for images doesn't break, fix deprecated links
-
-2013-05-04 16:59  Regina Obe <lr at pcorp.us>
-
-	* [r11352] doc/Makefile.in: #2204: regina programming in dark
-	  trying to put in epub build logic
-
-2013-05-04 13:54  Regina Obe <lr at pcorp.us>
-
-	* [r11350] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl,
-	  doc/xsl/raster_gardentest.sql.xsl,
-	  doc/xsl/topology_gardentest.sql.xsl: change log tables generated
-	  to have 21 in name (topology garden test is far from done)
-
-2013-05-04 13:18  Regina Obe <lr at pcorp.us>
-
-	* [r11349] liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
-	  postgis/lwgeom_dumppoints.c, regress/dumppoints_expected: #2295
-	  Nathan Wagner patch to support for dumping circular strings in
-	  dump points
-
-2013-05-04 01:16  Regina Obe <lr at pcorp.us>
-
-	* [r11346] postgis/lwgeom_dumppoints.c, regress/dumppoints.sql,
-	  regress/dumppoints_expected: #2293: patch to throw an error for
-	  curved geoms on ST_DumpPoints rather than crash.
-
-2013-05-03 05:54  Regina Obe <lr at pcorp.us>
-
-	* [r11345] postgis/geography_inout.c, regress/tickets.sql,
-	  regress/tickets_expected: #1292 commit patch ST_SnapToGrid
-	  returns a value of of range
-
-2013-05-03 04:45  Regina Obe <lr at pcorp.us>
-
-	* [r11344] CREDITS, NEWS, doc/introduction.xml: #1818 credit
-	  updates J. Smith (also fix web link in CREDITS file)
-
-2013-05-03 04:12  Regina Obe <lr at pcorp.us>
-
-	* [r11343] postgis/lwgeom_in_geohash.c: #1818: geohash one more
-	  file forgot to commit.
-
-2013-05-03 04:05  Regina Obe <lr at pcorp.us>
-
-	* [r11342] regress/in_geohash.sql, regress/in_geohash_expected:
-	  #1818: oops forgot to add the tests
-
-2013-05-03 04:04  Regina Obe <lr at pcorp.us>
-
-	* [r11341] doc/reference_output.xml,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
-	  postgis/Makefile.in, postgis/postgis.sql.in, regress/Makefile.in,
-	  utils/postgis_restore.pl.in: #1818: geohash patch hashbox to geom
-
-2013-05-02 12:03  Regina Obe <lr at pcorp.us>
-
-	* [r11340] postgis/postgis.sql.in: #2262 change box cast from
-	  implicit to assignment
-
-2013-05-02 12:00  Regina Obe <lr at pcorp.us>
-
-	* [r11339] NEWS, doc/release_notes.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: add 2.0.3 and 2.1 sections,
-	  break out 2.1 changed from new
-
-2013-05-01 13:48  Regina Obe <lr at pcorp.us>
-
-	* [r11334]
-	  extras/tiger_geocoder/tiger_2011/geocode/interpolate_from_address.sql:
-	  ban strk's annoying warning note about using deprecated functions
-
-2013-05-01 05:51  Regina Obe <lr at pcorp.us>
-
-	* [r11333]
-	  extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder--unpackaged.sql.in:
-	  revise unpackaged to include pagc stuff
-
-2013-05-01 05:05  Regina Obe <lr at pcorp.us>
-
-	* [r11332]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql:
-	  fix formatting was causing miss parsing of zips
-
-2013-04-30 03:39  Regina Obe <lr at pcorp.us>
-
-	* [r11330] doc/installation.xml: one more clarification
-
-2013-04-30 03:35  Regina Obe <lr at pcorp.us>
-
-	* [r11329] doc/installation.xml: clarify under what conditions you
-	  can compile without GDAL
-
-2013-04-29 05:31  Regina Obe <lr at pcorp.us>
-
-	* [r11328] postgis/postgis_drop_before.sql: #2279 fix typo got
-	  smallint and int4 confused
-
-2013-04-28 21:27  Regina Obe <lr at pcorp.us>
-
-	* [r11327] postgis/postgis_drop_before.sql: #2279: fix inability to
-	  upgrade from 2.0 to 2.1 by renaming old geog/geom selectivity
-	  functions to new name (if they are currently used) aand then
-	  allowing the standard upgrade to steam roll over the definitions.
-
-2013-04-26 14:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11326] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_utility-post.pl,
-	  raster/test/regress/rt_utility-post.sh,
-	  raster/test/regress/rt_utility-pre.pl,
-	  raster/test/regress/rt_utility-pre.sh,
-	  raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_utility_expected: Added
-	  ST_Summary(raster). Ticket #2280
-
-2013-04-25 10:07  Regina Obe <lr at pcorp.us>
-
-	* [r11325] extras/tiger_geocoder/tiger_2011/README: updates to
-	  instructions more coming though should probably just put n onlin
-	  documentation
-
-2013-04-25 10:07  Regina Obe <lr at pcorp.us>
-
-	* [r11324]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  #2260: revise to use new API structure of pagc standardizer
-
-2013-04-24 15:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11323] raster/test/regress/rt_addband-pre.pl,
-	  raster/test/regress/rt_addband-pre.sh,
-	  raster/test/regress/rt_bytea-pre.pl,
-	  raster/test/regress/rt_bytea-pre.sh: Added better handling of
-	  file paths for msys
-
-2013-04-24 03:34  Regina Obe <lr at pcorp.us>
-
-	* [r11321] extensions/upgradeable_versions.mk: Add update path from
-	  2.0.3 to 2.1.0SVN
-
-2013-04-23 23:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11320] NEWS, doc/reference_raster.xml,
-	  raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/rt_pg/rtpostgis_drop.sql.in,
-	  raster/test/cunit/cu_raster_wkb.c,
-	  raster/test/regress/rt_bytea-post.pl,
-	  raster/test/regress/rt_bytea-post.sh,
-	  raster/test/regress/rt_bytea-pre.pl,
-	  raster/test/regress/rt_bytea-pre.sh,
-	  raster/test/regress/rt_bytea.sql: Added parameter to
-	  ST_AsBinary(raster) to permit out-db bands to be treated as
-	  in-db. Ticket #2222
-
-2013-04-23 21:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11319] configure.ac: #2275, revert configure argument
-	  with-pgconfig
-
-2013-04-23 21:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11315] postgis/lwgeom_geos_prepared.c: #2277, potential
-	  segfault condition removed
-
-2013-04-23 20:37  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11314] raster/test/regress/Makefile.in,
-	  raster/test/regress/loader/BasicOutDB-post.pl,
-	  raster/test/regress/loader/BasicOutDB-post.sh,
-	  raster/test/regress/loader/BasicOutDB-pre.pl,
-	  raster/test/regress/loader/BasicOutDB-pre.sh,
-	  raster/test/regress/loader/BasicOutDB.select.expected,
-	  raster/test/regress/loader/BasicOutDB.select.sql,
-	  raster/test/regress/rt_addband-post.sh,
-	  raster/test/regress/rt_addband-pre.sh: Added test for loading
-	  out-db rasters in raster2pgsql
-
-2013-04-23 19:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11313] raster/test/cunit/cu_tester.c: Explicitly initialize
-	  memory as valgrind complains
-
-2013-04-23 19:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11312] raster/test/regress/rt_addband-post.pl,
-	  raster/test/regress/rt_addband-post.sh,
-	  raster/test/regress/rt_addband-pre.pl,
-	  raster/test/regress/rt_addband-pre.sh, regress/run_test: Added
-	  bash versions of "bootstrapping" code for rt_addband test
-
-2013-04-23 19:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11311] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_addband-post.pl,
-	  raster/test/regress/rt_addband-pre.pl,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_addband_expected, regress/run_test.pl:
-	  Addition of ST_AddBand(raster, ...) for out-db bands. Ticket
-	  #2276
-
-2013-04-17 12:46  Regina Obe <lr at pcorp.us>
-
-	* [r11306]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  oops had wrong data type for tables
-
-2013-04-17 06:58  Sandro Santilli <strk at keybit.net>
-
-	* [r11305] doc/man/pgsql2shp.1, doc/man/shp2pgsql.1: Properly
-	  escape dashes in man pages
-	  
-	  Patch by Markus Wanner <markus at bluegap.ch>
-
-2013-04-16 18:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11304] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_georeference.sql,
-	  raster/test/regress/rt_georeference_expected: Added numerical
-	  parameters version of ST_SetGeoReference(raster).
-	  Ticket #613
-
-2013-04-16 15:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11301] configure.ac, doc/Makefile.comments.in,
-	  extensions/postgis/Makefile.in,
-	  extensions/postgis_topology/Makefile.in, loader/Makefile.in,
-	  postgis/Makefile.in, raster/rt_pg/Makefile.in,
-	  topology/Makefile.in, utils/Makefile.in: Change PGCONFIG to
-	  PG_CONFIG
-
-2013-04-16 07:40  Sandro Santilli <strk at keybit.net>
-
-	* [r11300] doc/reference_output.xml: Link to wikipedia article
-	  about GeoHash from ST_GeoHash
-
-2013-04-15 21:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11298] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Emit warning when
-	  changing a raster's georeference if raster has any
-	  out-db bands. Also updated docs with note. Ticket #2244
-
-2013-04-15 21:14  Regina Obe <lr at pcorp.us>
-
-	* [r11297] doc/extras_tigergeocoder.xml: add new
-	  use_pagc_addess_parser switch in list
-
-2013-04-15 08:02  Sandro Santilli <strk at keybit.net>
-
-	* [r11296] utils/postgis_restore.pl.in: Add -s to usage string of
-	  postgis_restore.pl. See #2264
-
-2013-04-13 18:26  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r11294] loader/shp2pgsql-cli.c: Associated CLI fix for #2272:
-	  shp2pgsql-gui crashes when given filenames with dots.
-	  
-	  After some experimentation, the best solution seems to be to use
-	  a separate scan to
-	  remove the extension before finding the non-path section when
-	  deriving the table
-	  name.
-
-2013-04-13 17:36  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r11292] loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: Fix for
-	  bug #2272: shp2pgsql-gui crashes when given filenames with dots.
-	  
-	  This was a combination of two bugs: firstly, we weren't
-	  initialising the
-	  state variable field_names to NULL, and so if the variable
-	  happened to
-	  be filled with junk and we were unable to import a shape file, we
-	  would
-	  end up freeing a random pointer.
-	  
-	  Secondly, shapelib tries to be clever and strip off any file
-	  extension
-	  by searching for a "." character from the end of the filename,
-	  hence
-	  causing the truncation of the filename. Resolve this by leaving
-	  the
-	  .shp/.dbf extension from the file selector in the filename string
-	  so
-	  that shapelib does the right thing.
-
-2013-04-13 07:15  Regina Obe <lr at pcorp.us>
-
-	* [r11290]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  #2260 - fix normalize discrepancy in pagc handling service drives
-
-2013-04-12 18:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11289] postgis/Makefile.in, postgis/gserialized_estimate.c,
-	  postgis/postgis_drop_after.sql: #945, clean up build artefacts
-	  and upgrade script
-
-2013-04-12 18:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11288] postgis/Makefile.in, postgis/geography.sql.in,
-	  postgis/geography_estimate.c, postgis/geography_inout.c,
-	  postgis/geometry_estimate.c, postgis/gserialized_estimate.c,
-	  postgis/postgis.sql.in: #945, remove the old selectivity code,
-	  now no longer being called
-
-2013-04-12 16:20  Sandro Santilli <strk at keybit.net>
-
-	* [r11286] NEWS: Rewrite the postgis_restore.pl improvement line
-	  
-	  The commit message was also wrong, it's not the dump having
-	  postgis
-	  in custom schema but the new install...
-
-2013-04-12 16:10  Sandro Santilli <strk at keybit.net>
-
-	* [r11285] NEWS, utils/postgis_restore.pl.in: postgis_restore.pl
-	  support for dump with postgis in custom schema
-	  
-	  See #2264 -- thanks Thomas (frost242)
-
-2013-04-11 20:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11284] NEWS, raster/Makefile.in: Prevent parallel make of
-	  raster. Ticket 2271
-
-2013-04-10 20:06  Regina Obe <lr at pcorp.us>
-
-	* [r11281] doc/faq.xml: give license faq a permanent pretty anchor.
-
-2013-04-09 23:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11277] raster/rt_pg/rt_pg.c: Fix expression-based ST_MapAlgebra
-	  resulting in regression failures on some machines
-
-2013-04-09 22:43  Sandro Santilli <strk at keybit.net>
-
-	* [r11276] postgis/geometry_estimate.c: Fix access to random memory
-	  during ANALYZE
-	  
-	  The bug was introduced with previous commit, see #2269
-	  
-	  As part of this fix, the stawidth field of pg_statistics is
-	  changed to represent the average _compressed_ size rather
-	  than the average _uncompressed_ size of non-null geometry
-	  values. This may have some consequence on the planner (not
-	  known at time of commit).
-
-2013-04-09 18:35  Sandro Santilli <strk at keybit.net>
-
-	* [r11274] postgis/geometry_estimate.c: Avoid uselessly detoasting
-	  full geometries on ANALYZE (#2269)
-
-2013-04-06 18:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11257] postgis/lwgeom_btree.c: Removed debug statements
-
-2013-04-06 18:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11256] NEWS, postgis/lwgeom_btree.c: GBOX variables not
-	  initialized for empty geometries. Ticket #2257
-
-2013-04-05 14:37  Regina Obe <lr at pcorp.us>
-
-	* [r11255]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql:
-	  change to use some elements from parse_address
-
-2013-04-05 14:28  Regina Obe <lr at pcorp.us>
-
-	* [r11254]
-	  extras/tiger_geocoder/tiger_2011/regress/pagc_normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2011/regress/regress.sql: add pagc
-	  regression testing. Will upload the regress output once I look
-	  into the regression failures
-
-2013-04-04 06:46  Regina Obe <lr at pcorp.us>
-
-	* [r11252] doc/reference_processing.xml: #2192: doco patch
-
-2013-04-03 22:53  Regina Obe <lr at pcorp.us>
-
-	* [r11249] postgis/postgis.sql.in: #2258 get rid of explicit public
-	  (so people can install postgis in any schema they want), but
-	  insure we use security invoker to call new st_esimatedExtent to
-	  prevent malicious code injection.
-
-2013-04-03 13:39  Regina Obe <lr at pcorp.us>
-
-	* [r11248]
-	  extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sql.in:
-	  mark pagc lookup tables is_custom = true as editable
-
-2013-04-03 12:54  Regina Obe <lr at pcorp.us>
-
-	* [r11247] extensions/postgis_tiger_geocoder/Makefile.in,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql:
-	  #2261: fix creation of next next upgrade script, add null
-	  protection for pagc_normalize_address
-
-2013-04-02 22:22  Regina Obe <lr at pcorp.us>
-
-	* [r11246] extensions/postgis_tiger_geocoder/Makefile.in,
-	  extras/tiger_geocoder/tiger_2011/normalize/normalize_address.sql:
-	  #2193: implement upgrade next next functionality hack, implement
-	  swap -- SELECT
-	  set_geocode_setting('use_pagc_address_parser','true'); will cause
-	  geocoder to use pagc address parser instead of build in
-	  normalizer
-
-2013-04-02 20:51  Regina Obe <lr at pcorp.us>
-
-	* [r11245] extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql:
-	  #2193: get rid of redundant call.
-
-2013-04-02 20:46  Regina Obe <lr at pcorp.us>
-
-	* [r11244] extensions/postgis_tiger_geocoder/Makefile.in,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql: #2193
-	  integrate pagc in extension (loads helper tables) and also
-	  upgrade and create scripts, modify tables some more. Still need
-	  to put in another folder with c files for compile and in manual
-	  on how to enable.
-
-2013-04-02 15:07  Regina Obe <lr at pcorp.us>
-
-	* [r11243]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql:
-	  #2193: pretype (not ideal because norm_addy doesn't have slot for
-	  it so just stuff in streettypeabbrev ) .norm_addy should ideally
-	  be changed.
-
-2013-04-02 14:57  Regina Obe <lr at pcorp.us>
-
-	* [r11242]
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql:
-	  forgot the pre direction
-
-2013-04-02 14:43  Regina Obe <lr at pcorp.us>
-
-	* [r11241] extras/tiger_geocoder/tiger_2011/geocode_settings.sql,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql:
-	  First step of integrating the pagc normalizer, add the tables and
-	  wrapper function that return a norm_addy object and also a
-	  geocode_setting option to swap out old address parser with pagc
-
-2013-03-31 01:55  Regina Obe <lr at pcorp.us>
-
-	* [r11230] doc/reference_measure.xml: #2018 mark ST_Dwithin as also
-	  supporting curves. Just taking rpamsey's word for this -- will
-	  test later.
-
-2013-03-30 01:19  Regina Obe <lr at pcorp.us>
-
-	* [r11228] doc/reference_measure.xml: #2018: highlight that curves
-	  are now supported - examples forthcoming. Also broke geography
-	  into separate example section
-
-2013-03-29 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11227] liblwgeom/measures.c, liblwgeom/measures.h: #2018,
-	  Remove old bruteforce function and replace with new one.
-
-2013-03-29 20:37  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11226] loader/cunit/Makefile.in: Set CFLAGS in loader cunit
-	  tests so that mingw can run tests
-
-2013-03-29 16:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11225] raster/rt_pg/rtpostgis.sql.in: Removed commented out
-	  variants of ST_MapAlgebra removed in r11222.
-
-2013-03-29 16:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11224] NEWS: Added news about Ticket #2133
-
-2013-03-29 16:34  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11223] raster/loader/raster2pgsql.c, raster/rt_pg/rt_pg.c,
-	  raster/test/cunit/cu_band_stats.c, raster/test/cunit/cu_gdal.c,
-	  raster/test/cunit/cu_raster_geometry.c: Code cleanup to shut gcc
-	  up
-
-2013-03-29 16:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11222] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/rt_mapalgebra_expr_expected: Refactored
-	  expression variant of ST_MapAlgebra() to be faster.
-	  Performance is almost as good as ST_MapAlgebraExpr(). Ticket
-	  #2133
-
-2013-03-29 15:55  Regina Obe <lr at pcorp.us>
-
-	* [r11221] doc/faq_raster.xml: fix link
-
-2013-03-28 22:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11219] NEWS, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwcompound.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/measures.c,
-	  liblwgeom/measures.h, liblwgeom/ptarray.c,
-	  regress/tickets_expected: #2018, Distance calculation support for
-	  arc features (circstring, compoundcurve, curvepolygon)
-
-2013-03-28 13:32  Regina Obe <lr at pcorp.us>
-
-	* [r11218] liblwgeom/stringbuffer.c: change variable used to
-	  __MINGW64_VERSION_MAJOR (the mingw64_w32 doesn't have __MINGW64_
-	  (only the mingw64-w64 has that)
-
-2013-03-28 09:30  Regina Obe <lr at pcorp.us>
-
-	* [r11217] liblwgeom/stringbuffer.c: #1668: if mingw64 and it
-	  returns <0 switch to _vscprintf native windows implementation.
-	  Thanks to swoodbridge for pointing out the define to use.
-
-2013-03-27 13:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11215] NEWS, raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_gdalwarp.sql,
-	  raster/test/regress/rt_gdalwarp_expected: Fix bad dimensions when
-	  rescaling rasters with default geotransform
-	  matrix. Ticket #2251
-
-2013-03-26 15:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11213] NEWS: flag #945 as complete
-
-2013-03-26 15:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11212] NEWS, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/lwalgorithm.c: #2201, ST_GeoHash wrong on boundaries
-
-2013-03-26 13:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11209] loader/shp2pgsql-gui.c: #2186, gui progress bar update
-	  is slowing loads
-
-2013-03-26 04:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11207] NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_union.sql,
-	  raster/test/regress/rt_union_expected: Enhanced ST_Union(raster,
-	  uniontype) to union all bands of all rasters.
-	  Ticket #2200.
-
-2013-03-25 18:45  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11206] regress/run_test, regress/run_test.pl: revert wrong
-	  regress encoding stuff from r11205
-
-2013-03-25 18:41  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r11205] liblwgeom/Makefile.in, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_surface.h, liblwgeom/libtgeom.c,
-	  liblwgeom/libtgeom.h, liblwgeom/lwgeom.c, regress/run_test,
-	  regress/run_test.pl: Related to #1553. Add missing free in
-	  cu_surface cunit to be valgrind clean. As TGEOM was not used as
-	  storage serialization, i purely remove TGEOM for now, and kept
-	  only the TIN/POLYHEDRALSURFACE lwgeom expression (will see in
-	  future if we really need to have a 3D topological storage PostGIS
-	  side)
-
-2013-03-25 17:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11204] configure.ac: Removed old raster core tests from
-	  configure
-
-2013-03-25 17:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11203] raster/test/core: Delete old core raster tests. Ticket
-	  #2115
-
-2013-03-25 03:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11202] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_fromgdalraster.sql,
-	  raster/test/regress/rt_fromgdalraster_expected: Addition of
-	  ST_FromGDALRaster(). This is what happens on a long airplane
-	  flight! Ticket #2123.
-
-2013-03-25 03:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11201] NEWS: Added item regarding -n of raster2pgsql. Ticket
-	  #2231
-
-2013-03-25 03:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11200] raster/loader/raster2pgsql.c,
-	  raster/loader/raster2pgsql.h, raster/test/regress/Makefile.in,
-	  raster/test/regress/loader/BasicFilename-post.pl,
-	  raster/test/regress/loader/BasicFilename-post.sh,
-	  raster/test/regress/loader/BasicFilename-pre.pl,
-	  raster/test/regress/loader/BasicFilename-pre.sh,
-	  raster/test/regress/loader/BasicFilename.opts,
-	  raster/test/regress/loader/BasicFilename.select.expected,
-	  raster/test/regress/loader/BasicFilename.select.sql: Added
-	  ability to specify name of filename column in raster2pgsql. More
-	  stuff being done stuck in a tube at 30k feet.
-
-2013-03-22 16:12  Sandro Santilli <strk at keybit.net>
-
-	* [r11197] configure.ac: Revert "Add '-x c' switch to CPP / CC when
-	  used as SQL preprocessor"
-	  
-	  It seems it wasn't needed, see #2239
-
-2013-03-22 12:34  Sandro Santilli <strk at keybit.net>
-
-	* [r11196] topology/sql/export/TopoJSON.sql.in,
-	  topology/test/regress/topojson_expected: Fix lineal TopoJSON
-	  output to keep multi components separated
-	  
-	  REF: #2228
-
-2013-03-22 11:20  Sandro Santilli <strk at keybit.net>
-
-	* [r11195] configure.ac: Add '-x c' switch to CPP / CC when used as
-	  SQL preprocessor
-	  
-	  Hopefully it'll set us free to name our input files with any
-	  extension we decide.
-
-2013-03-21 21:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11194] raster/rt_pg/rtpostgis.sql.in: Fix ST_InvDistWeigh4MA()
-	  to handle a situation when neighborhood is
-	  empty except the center pixel.
-
-2013-03-21 16:15  Sandro Santilli <strk at keybit.net>
-
-	* [r11193] doc/extras_topology.xml,
-	  topology/sql/export/TopoJSON.sql.in,
-	  topology/test/regress/topojson.sql,
-	  topology/test/regress/topojson_expected: Fix areal TopoJSON
-	  output to group and order polygon rings (#2228)
-
-2013-03-21 09:01  Sandro Santilli <strk at keybit.net>
-
-	* [r11192] postgis/Makefile.in, raster/rt_pg/Makefile.in,
-	  topology/Makefile.in: Review comments above Makefile rule to
-	  generate .sql from .sql.in
-
-2013-03-20 17:38  Sandro Santilli <strk at keybit.net>
-
-	* [r11191] postgis/postgis.sql.in, regress/tickets.sql,
-	  regress/tickets_expected, topology/sql/export/TopoJSON.sql.in,
-	  topology/sql/export/gml.sql.in, topology/sql/populate.sql.in,
-	  topology/sql/sqlmm.sql.in: Have functions deprecated in 2.1.0
-	  raise a WARNING message (#1994)
-	  
-	  Drop use of some deprecated functions by other functions
-	  (as exposed by testsuite).
-	  
-	  Add a _postgis_deprecate service function for the message, so we
-	  can change from WARNING to NOTICE or we can tweak the message,
-	  in a central place.
-
-2013-03-20 16:47  Sandro Santilli <strk at keybit.net>
-
-	* [r11190] NEWS, doc/reference_lrs.xml, postgis/postgis.sql.in,
-	  regress/regress_lrs.sql: Deprecate non-CamelCase linear
-	  referencing function (#1994)
-	  
-	  - ST_Line_Interpolate_Point renamed to ST_LineInterpolatePoint
-	  - ST_Line_Substring renamed to ST_LineSubstring
-	  - ST_Line_Locate_Point renamed to ST_LineLocatePoint
-	  
-	  Tests updated to use the new signature, docs updated to show the
-	  new signature and report deprecations
-
-2013-03-20 16:10  Sandro Santilli <strk at keybit.net>
-
-	* [r11189] topology/test/regress/topojson.sql,
-	  topology/test/regress/topojson_expected: Add perturbating edges
-	  in TopoJSON test
-
-2013-03-20 12:18  Sandro Santilli <strk at keybit.net>
-
-	* [r11188] doc/extras_topology.xml: Update TopoJSON example with
-	  correct output, add note about arc indices
-
-2013-03-20 11:44  Sandro Santilli <strk at keybit.net>
-
-	* [r11187] topology/sql/export/TopoJSON.sql.in,
-	  topology/test/regress/topojson.sql,
-	  topology/test/regress/topojson_expected: Speedup areal TopoJSON
-	  output routine to use edge walking
-	  
-	  Now it takes 6% of the time to do the same thing !
-	  
-	  Tweak tests to expect new arcs numbering and order.
-	  Also fixes missing comma separating polygon ring arcs.
-
-2013-03-20 10:27  Sandro Santilli <strk at keybit.net>
-
-	* [r11186] topology/test/regress/topojson.sql,
-	  topology/test/regress/topojson_expected: Fix AsTopoJSON call in
-	  testcase
-
-2013-03-20 10:26  Sandro Santilli <strk at keybit.net>
-
-	* [r11185] topology/Makefile.in: Properly encode TopoJSON.sql.in
-	  dependency into topology.sql
-
-2013-03-20 07:48  Sandro Santilli <strk at keybit.net>
-
-	* [r11184] topology/test/regress/topojson_expected: Oops, forgot to
-	  add topojson test expectancy (#2240)
-
-2013-03-19 18:29  Sandro Santilli <strk at keybit.net>
-
-	* [r11183] NEWS, doc/extras_topology.xml,
-	  topology/sql/export/TopoJSON.sql.in, topology/test/Makefile.in,
-	  topology/test/regress/topojson.sql, topology/topology.sql.in: Add
-	  AsTopoJSON(TopoGeometry) function (#2228)
-
-2013-03-19 11:52  Sandro Santilli <strk at keybit.net>
-
-	* [r11182] doc/extras_topology.xml: Cleanup and integrate
-	  documentation of ST_GetFaceEdges
-
-2013-03-19 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r11181] topology/Makefile.in, topology/sql/export,
-	  topology/sql/export/gml.sql.in, topology/sql/gml.sql.in,
-	  topology/topology.sql.in: Move GML function under a new export/
-	  subdir
-
-2013-03-19 09:53  Sandro Santilli <strk at keybit.net>
-
-	* [r11180] topology/Makefile.in, topology/sql/gml.sql.in,
-	  topology/sql/gml.sql.in.c,
-	  topology/sql/manage/CopyTopology.sql.in,
-	  topology/sql/manage/CopyTopology.sql.in.c,
-	  topology/sql/manage/ManageHelper.sql.in,
-	  topology/sql/manage/ManageHelper.sql.in.c,
-	  topology/sql/manage/TopologySummary.sql.in,
-	  topology/sql/manage/TopologySummary.sql.in.c,
-	  topology/sql/polygonize.sql.in, topology/sql/polygonize.sql.in.c,
-	  topology/sql/populate.sql.in, topology/sql/populate.sql.in.c,
-	  topology/sql/predicates.sql.in, topology/sql/predicates.sql.in.c,
-	  topology/sql/query/GetNodeEdges.sql.in,
-	  topology/sql/query/GetNodeEdges.sql.in.c,
-	  topology/sql/query/GetRingEdges.sql.in,
-	  topology/sql/query/GetRingEdges.sql.in.c,
-	  topology/sql/query/getedgebypoint.sql.in,
-	  topology/sql/query/getedgebypoint.sql.in.c,
-	  topology/sql/query/getfacebypoint.sql.in,
-	  topology/sql/query/getfacebypoint.sql.in.c,
-	  topology/sql/query/getnodebypoint.sql.in,
-	  topology/sql/query/getnodebypoint.sql.in.c,
-	  topology/sql/sqlmm.sql.in, topology/sql/sqlmm.sql.in.c,
-	  topology/sql/topoelement/topoelement_agg.sql.in,
-	  topology/sql/topoelement/topoelement_agg.sql.in.c,
-	  topology/sql/topogeometry/cleartopogeom.sql.in,
-	  topology/sql/topogeometry/cleartopogeom.sql.in.c,
-	  topology/sql/topogeometry/simplify.sql.in,
-	  topology/sql/topogeometry/simplify.sql.in.c,
-	  topology/sql/topogeometry/totopogeom.sql.in,
-	  topology/sql/topogeometry/totopogeom.sql.in.c,
-	  topology/sql/topogeometry/type.sql.in,
-	  topology/sql/topogeometry/type.sql.in.c,
-	  topology/topology.sql.in, topology/topology.sql.in.c,
-	  topology/topology_drop_after.sql.in,
-	  topology/topology_drop_after.sql.in.c,
-	  topology/topology_drop_before.sql.in,
-	  topology/topology_drop_before.sql.in.c: Drop the .c suffix of sql
-	  files to preprocess under topology/ dir
-
-2013-03-19 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r11179] .gitignore, raster/rt_pg/Makefile.in,
-	  raster/rt_pg/rtpostgis.sql.in, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/rt_pg/rtpostgis_legacy.sql.in,
-	  raster/rt_pg/rtpostgis_legacy.sql.in.c,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Drop the .c
-	  suffix of sql files to preprocess under raster/ dir
-
-2013-03-18 19:50  Regina Obe <lr at pcorp.us>
-
-	* [r11177] doc/reference_raster.xml: #2238: clarify neighborhood
-	  distance terminology
-
-2013-03-18 18:14  Sandro Santilli <strk at keybit.net>
-
-	* [r11176] topology/sql/gml.sql.in.c: Drop unused variables
-
-2013-03-18 17:20  Sandro Santilli <strk at keybit.net>
-
-	* [r11175] .gitignore, postgis/Makefile.in,
-	  postgis/geography.sql.in, postgis/geography.sql.in.c,
-	  postgis/legacy.sql.in, postgis/legacy.sql.in.c,
-	  postgis/legacy_minimal.sql.in, postgis/legacy_minimal.sql.in.c,
-	  postgis/long_xact.sql.in, postgis/long_xact.sql.in.c,
-	  postgis/postgis.sql.in, postgis/postgis.sql.in.c,
-	  postgis/uninstall_geography.sql.in,
-	  postgis/uninstall_geography.sql.in.c,
-	  postgis/uninstall_legacy.sql.in,
-	  postgis/uninstall_legacy.sql.in.c,
-	  postgis/uninstall_long_xact.sql.in,
-	  postgis/uninstall_long_xact.sql.in.c,
-	  postgis/uninstall_sqlmm.sql.in, postgis/uninstall_sqlmm.sql.in.c:
-	  Drop the .c suffix of sql files to preprocess
-	  
-	  The suffix was added to make compilers happy about preprocessing,
-	  but invoking cpp directly should be just fine (SQLPP macro)
-	  
-	  This is an experimental change under postgis/, if everyone is
-	  happy
-	  the same thing will be done for raster/ and topology/
-
-2013-03-18 00:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11174] raster/rt_pg/rtpostgis.sql.in.c: Fixed unescaped % in
-	  RAISE message. Ticket #2237
-
-2013-03-16 15:30  Regina Obe <lr at pcorp.us>
-
-	* [r11170] doc/reference_raster.xml: fix typo in ST_AsGDALRaster
-	  example
-
-2013-03-08 13:58  Sandro Santilli <strk at keybit.net>
-
-	* [r11162] regress/regress_ogc.sql, regress/regress_ogc_expected:
-	  Make test for ST_PointOnSurface accept any contained point as
-	  valid
-	  
-	  This is to support a change in GEOS 3.3.9 / 3.4.0 that started
-	  giving different (but still valid) results.
-	  See http://trac.osgeo.org/geos/ticket/623
-
-2013-03-08 09:19  Sandro Santilli <strk at keybit.net>
-
-	* [r11160] doc/extras_topology.xml: Reword
-	  ST_Simplify(TopoGeometry) description (#1687)
-
-2013-03-07 17:08  Sandro Santilli <strk at keybit.net>
-
-	* [r11159] NEWS, doc/extras_topology.xml,
-	  doc/reference_processing.xml: Document ST_Simplify(TopoGeometry)
-	  -- closes #1687
-
-2013-03-07 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r11158] topology/Makefile.in,
-	  topology/sql/topogeometry/simplify.sql.in.c,
-	  topology/test/Makefile.in, topology/test/regress/st_simplify.sql,
-	  topology/test/regress/st_simplify_expected,
-	  topology/topology.sql.in.c: Add ST_Simplify override for
-	  TopoGeometry objects (#1687)
-
-2013-03-07 07:31  Sandro Santilli <strk at keybit.net>
-
-	* [r11156] topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected: Split test for #1968
-	  in two parts, to avoid false negative
-
-2013-03-06 18:37  Sandro Santilli <strk at keybit.net>
-
-	* [r11155] topology/test/regress/totopogeom.sql: Improve the test
-	  for #1968 to also check duplicated components
-
-2013-03-06 18:11  Sandro Santilli <strk at keybit.net>
-
-	* [r11152] topology/sql/topogeometry/totopogeom.sql.in.c,
-	  topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected: Fix missing edge from
-	  toTopoGeom return (#1968)
-
-2013-03-06 15:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11151] raster/rt_core/rt_api.c: Bad switch for debug output
-
-2013-03-06 15:20  Sandro Santilli <strk at keybit.net>
-
-	* [r11149] topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addpoint.sql,
-	  topology/test/regress/topogeo_addpoint_expected: Allow adding
-	  points at precision distance with TopoGeo_addPoint
-
-2013-03-05 16:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11145] raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c:
-	  Minor code cleanup in raster2pgsql and additional debug output
-	  for
-	  rt_api
-
-2013-03-05 09:10  Sandro Santilli <strk at keybit.net>
-
-	* [r11144] NEWS, README.postgis, configure.ac,
-	  liblwgeom/cunit/cu_tester.c: Make libjson-c optional adding
-	  --without-json configure switch (#2202)
-
-2013-03-04 17:57  Sandro Santilli <strk at keybit.net>
-
-	* [r11142] postgis/lwgeom_btree.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix equality operator between EMPTY and
-	  point on origin (#2110)
-
-2013-03-04 17:02  Sandro Santilli <strk at keybit.net>
-
-	* [r11140] java/ejb3/ejb3spatial.pdf: Drop PDF version of EJB3
-	  spatial tutorial
-	  
-	  There's an ODT version of the manual, pdf can be generated
-
-2013-02-28 17:56  Sandro Santilli <strk at keybit.net>
-
-	* [r11121] regress/in_geojson.sql, regress/in_geojson_expected: Add
-	  regression test for #2216
-
-2013-02-28 17:42  Sandro Santilli <strk at keybit.net>
-
-	* [r11120] liblwgeom/cunit/cu_in_geojson.c,
-	  liblwgeom/lwin_geojson.c: Fix parsing GeoJSON of multipolygon
-	  with holes (#2216)
-
-2013-02-28 17:04  Sandro Santilli <strk at keybit.net>
-
-	* [r11119] NEWS, configure.ac, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_in_geojson.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwin_geojson.c, postgis/lwgeom_in_geojson.c: Add
-	  lwgeom_from_geojson to liblwgeom, add cunit test, fix memory leak
-
-2013-02-26 23:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11118] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/cunit/cu_raster_geometry.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_convexhull.sql,
-	  raster/test/regress/rt_convexhull_expected: Added
-	  ST_MinConvexHull(raster). Ticket #2210
-
-2013-02-26 17:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11117] NEWS, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_columns_expected: Changed name
-	  of exclusion constraint to by dynamic due to conflict of
-	  implicit index names. Ticket #2215
-
-2013-02-26 17:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11116] raster/rt_core/rt_api.c: Addition debug output for
-	  rt_raster_from_gdal_dataset()
-
-2013-02-23 05:08  Regina Obe <lr at pcorp.us>
-
-	* [r11113] doc/faq.xml: mordernize faq on creating spatial table.
-
-2013-02-23 02:04  Regina Obe <lr at pcorp.us>
-
-	* [r11110] doc/faq_raster.xml: #2209: reword to encoding raster
-	  issue to not specify explicit byte count
-
-2013-02-22 18:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11109] postgis/geography_inout.c, regress/tickets.sql,
-	  regress/tickets_expected: #1292, go back to nudging geodetic
-	  coordinates (realityexists)
-
-2013-02-21 15:53  Regina Obe <lr at pcorp.us>
-
-	* [r11108] doc/faq_raster.xml: remove duped qandset tags
-
-2013-02-21 14:09  Regina Obe <lr at pcorp.us>
-
-	* [r11107] doc/faq_raster.xml: missing para tag
-
-2013-02-21 13:31  Regina Obe <lr at pcorp.us>
-
-	* [r11106] doc/faq_raster.xml: oops forgot pretty anchor
-
-2013-02-21 13:29  Regina Obe <lr at pcorp.us>
-
-	* [r11105] doc/faq_raster.xml: document issue in ticket #2209 in
-	  FAQ. Probably only affects me, but who knows.
-
-2013-02-19 23:03  Regina Obe <lr at pcorp.us>
-
-	* [r11103] doc/reference_accessor.xml: #2208 : document that
-	  ST_PointN no longer works with first linestring of
-	  multilinestring
-
-2013-02-18 04:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11102] raster/rt_core/rt_api.c: Wrong debug output function
-
-2013-02-17 19:27  Regina Obe <lr at pcorp.us>
-
-	* [r11100] doc/reference_raster.xml: had type and name swapped
-
-2013-02-17 18:37  Regina Obe <lr at pcorp.us>
-
-	* [r11099] doc/reference_raster.xml: ST_MapAlgebra: create
-	  variablelist and move much of commentary to that so page is more
-	  easily digestable
-
-2013-02-17 16:24  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11098] raster/rt_core/rt_api.c: Fixed handling of out-db
-	  rasters with no geotransform matrix
-
-2013-02-16 21:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11097] raster/rt_core/rt_api.c: Additional debug output for
-	  rt_raster_gdal_warp()
-
-2013-02-16 21:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11096] raster/TODO: Update raster TODO as it was sorely out of
-	  date
-
-2013-02-16 01:00  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11095] raster/rt_pg/rt_pg.c, raster/test/regress/rt_union.sql,
-	  raster/test/regress/rt_union_expected: Faster ST_Union() done
-	  using memcpy when possible
-
-2013-02-15 23:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11094] NEWS, raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_gdalwarp.sql: Changed how rasters with
-	  unknown SRID and default geotransform are
-	  handled when calling GDAL Warp API. Ticket #2203
-
-2013-02-09 06:08  Regina Obe <lr at pcorp.us>
-
-	* [r11092] doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl: change check geos to be 3.4
-	  (3.4 is the new standard of excellence)
-
-2013-02-09 05:24  Regina Obe <lr at pcorp.us>
-
-	* [r11091] doc/reference_misc.xml: get rid of use of xml tags in
-	  arg - messing up formatting of cheat sheet gen
-
-2013-02-09 05:17  Regina Obe <lr at pcorp.us>
-
-	* [r11090] doc/xsl/tiger_geocoder_cheatsheet.html.xsl: missed one
-
-2013-02-09 05:16  Regina Obe <lr at pcorp.us>
-
-	* [r11089] doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl: fix version number --
-	  should change to read from config at some point, but too lazy to
-	  figure that out right now
-
-2013-02-09 04:29  Regina Obe <lr at pcorp.us>
-
-	* [r11088] doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl: add styles to avoid page
-	  breaks in awkward places
-
-2013-02-09 03:45  Regina Obe <lr at pcorp.us>
-
-	* [r11086] doc/xsl/postgis_aggs_mm.xml.xsl,
-	  doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl,
-	  doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl: update to summary of what's
-	  new in PostGIS 2.1 - this will be a really slick release :). Fix
-	  doc links in cheatsheet generator
-
-2013-02-07 20:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r11085] libpgcommon/lwgeom_cache.h: Expand size of generic cache
-	  to allow future
-	  pointcloud cache to sneak into it if necessary
-
-2013-02-07 17:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11084] raster/rt_pg/rt_pg.c: Corrected use of pfree instead of
-	  PG_FREE_IF_COPY
-
-2013-02-07 17:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11083] raster/rt_core/rt_api.c: Additional assert() calls. Will
-	  need to add usage of NDEBUG flag to turn
-	  off assert() for non-debug builds
-
-2013-02-07 06:31  Regina Obe <lr at pcorp.us>
-
-	* [r11082] doc/reference_raster.xml: uhh how could we forget to
-	  mention the cool ST_Union(rast,unionarg) is new in PostGIS 2.1.
-	  Got rid of some other notes as its only that annoying
-	  ST_Union(rast,uniontype) that's a sore in my back.
-
-2013-02-06 21:38  Regina Obe <lr at pcorp.us>
-
-	* [r11081] doc/reference_raster.xml: #2199: clarify ST_Union(rast)
-	  multiband union feature is just for first variant. A bit too
-	  verbose, but at least I won't be confused anymore.
-
-2013-02-04 19:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11079] NEWS, raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c:
-	  Fixed dimension error of bands when using ST_Tile on out-db
-	  rasters.
-	  Ticket #2198
-
-2013-02-04 19:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11078] raster/rt_core/rt_api.c: Additional calls to assert()
-	  and better checking of out-db raster bands
-
-2013-02-04 19:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11077] raster/rt_pg/rt_pg.c: Removed some unnecessary assert()
-	  calls
-
-2013-02-02 23:48  Regina Obe <lr at pcorp.us>
-
-	* [r11076] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_modedgesplit_expected,
-	  topology/test/regress/st_newedgessplit_expected: #2190: further
-	  cleanup of topology existence checking so regresses for 9.3.
-	  Should pass with flying colors now.
-
-2013-02-02 22:12  Regina Obe <lr at pcorp.us>
-
-	* [r11075] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_addisonode_expected: fix for 9.3 -- pg
-	  9.3 seems to throw errors sooner so we need to check a topology
-	  exists before trying to query it.
-
-2013-02-01 20:13  Regina Obe <lr at pcorp.us>
-
-	* [r11074] doc/faq_raster.xml: fix gdal_translate examples (port
-	  now required) and have typos in syntax
-
-2013-01-29 15:25  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11060] raster/rt_core/rt_api.c: Added check that raster
-	  metadata check and warn if not
-
-2013-01-29 14:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11059] raster/rt_core/rt_api.c: Remove debug output from
-	  rt_raster_gdal_warp()
-
-2013-01-28 23:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11057] NEWS, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/regress/rt_gdalwarp.sql,
-	  raster/test/regress/rt_gdalwarp_expected: Fix function parameter
-	  value overflow that caused problems when copying
-	  data from a GDAL dataset. Problem first appeared in ST_Resize().
-	  Ticket #2188
-
-2013-01-28 23:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11056] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Code
-	  cleanup of rt_raster_gdal_warp()
-
-2013-01-26 18:17  Regina Obe <lr at pcorp.us>
-
-	* [r11046] doc/reference_measure.xml: ST_Perimeter not being
-	  flagged in matrix as geography function because of double
-	  function synopsis
-
-2013-01-26 17:31  Regina Obe <lr at pcorp.us>
-
-	* [r11044] doc/reference_measure.xml: link happiness -- add ref to
-	  postgresql math functions so people aren't puzzled by degrees,
-	  pi, radians where they came from
-
-2013-01-26 17:27  Regina Obe <lr at pcorp.us>
-
-	* [r11043] doc/reference_measure.xml: clarify distance is in meters
-	  in the short-descrip that shows in db environment
-
-2013-01-26 17:22  Regina Obe <lr at pcorp.us>
-
-	* [r11040] doc/reference_measure.xml: ST_Project -- somebody didn't
-	  follow protocol and didn't tag PostGIS version when they added
-	  this
-
-2013-01-26 02:42  Regina Obe <lr at pcorp.us>
-
-	* [r11029] doc/reference_measure.xml: spell degrees correctly --
-	  its degrees not degreees
-
-2013-01-26 02:32  Regina Obe <lr at pcorp.us>
-
-	* [r11026] doc/reference_measure.xml: #657: correct the
-	  documentation on ST_Project to reflect it expects bearing
-	  measured in radians and how to handle for both degrees and
-	  radians
-
-2013-01-25 11:03  Sandro Santilli <strk at keybit.net>
-
-	* [r11025] utils/postgis_restore.pl.in: Support dumps where the
-	  geometry column has a mixEdCaseD name
-
-2013-01-24 21:15  Sandro Santilli <strk at keybit.net>
-
-	* [r11022] topology/sql/manage/CopyTopology.sql.in.c,
-	  topology/test/regress/copytopology.sql,
-	  topology/test/regress/copytopology_expected: Properly copy
-	  topologies with Z value (#2184)
-
-2013-01-20 16:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r11008] NEWS, raster/rt_pg/rt_pg.c: Fix issue with outdb rasters
-	  with no SRID and ST_Resize (GDAL warp
-	  calls). Ticket #2182
-
-2013-01-18 18:09  Sandro Santilli <strk at keybit.net>
-
-	* [r11004] NEWS, liblwgeom/lwgeom_debug.c,
-	  regress/summary_expected, regress/tickets_expected: Have
-	  ST_Summary advertise presence of known srid with an [S] flag
-	  
-	  Closes #2178
-
-2013-01-18 14:10  Regina Obe <lr at pcorp.us>
-
-	* [r11001] doc/introduction.xml, doc/postgis.xml: obsolete links
-
-2013-01-18 08:55  Regina Obe <lr at pcorp.us>
-
-	* [r10998] NEWS: update news with new tiger geocoder features
-
-2013-01-17 08:05  Sandro Santilli <strk at keybit.net>
-
-	* [r10987] topology/sql/sqlmm.sql.in.c: Prefer boolean predicates
-	  over overlay ops in ST_ChangeEdgeGeom
-	  
-	  Further reduces robustness issues and squeezes another bit of
-	  performance.
-
-2013-01-16 21:42  Sandro Santilli <strk at keybit.net>
-
-	* [r10985] topology/sql/sqlmm.sql.in.c: Drop useless input
-	  endpoints relate check in ST_ChangeEdgeGeom
-
-2013-01-16 15:14  Sandro Santilli <strk at keybit.net>
-
-	* [r10984] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Make
-	  ST_ChangeEdgeGeom motion collision detection code more robust
-	  
-	  The new model avoids a call to GEOSSymDifference but rather
-	  checks
-	  each candidate node against both "motion ranges" containment.
-	  It still constructs something, but only MULTIPOINT, which should
-	  be safe. Haven't profiled but the new code should also be faster
-	  than the previous. Fixes ticket #2176, includes testcase for it.
-
-2013-01-16 14:24  Regina Obe <lr at pcorp.us>
-
-	* [r10982] loader/shp2pgsql-gui.c: change to about link to show new
-	  website link
-
-2013-01-16 09:42  Regina Obe <lr at pcorp.us>
-
-	* [r10981] doc/installation.xml: fix formatting and word changes to
-	  tiger extension install section
-
-2013-01-16 09:16  Regina Obe <lr at pcorp.us>
-
-	* [r10979] HOWTO_RELEASE: update to reflect new protocol when we
-	  are on new site. Also to update download links
-
-2013-01-16 07:48  Regina Obe <lr at pcorp.us>
-
-	* [r10978] doc/extras_tigergeocoder.xml: move note into para
-
-2013-01-16 07:38  Regina Obe <lr at pcorp.us>
-
-	* [r10977] doc/extras_tigergeocoder.xml: get rid of program listing
-	  stuff try to fix regress.
-
-2013-01-16 07:24  Regina Obe <lr at pcorp.us>
-
-	* [r10976] doc/installation.xml: get rid of unbalanced para tag
-
-2013-01-16 07:13  Regina Obe <lr at pcorp.us>
-
-	* [r10975] doc/extras_tigergeocoder.xml, doc/installation.xml,
-	  doc/postgis.xml: add extension model instructions for tiger
-	  geocoder install. add xml entity for download link
-
-2013-01-15 11:54  Sandro Santilli <strk at keybit.net>
-
-	* [r10973] liblwgeom/lwgeom_geos_split.c, regress/split.sql,
-	  regress/split_expected: Base vertex snap tolerance in
-	  lwline_split_by_point on line length
-	  
-	  Fixes robustness issue in splitting line with own vertex (#2173)
-	  Also fixes one case of topology building (#2172)
-
-2013-01-02 12:24  Regina Obe <lr at pcorp.us>
-
-	* [r10952] doc/performance_tips.xml: give anchor friendly ids for
-	  chapter and sections (so if we shuffle in future anchor doesn't
-	  change)
-
-2012-12-31 15:18  Sandro Santilli <strk at keybit.net>
-
-	* [r10942] configure.ac, extensions/postgis_topology/Makefile.in:
-	  Use grep found by ./configure (and have ./configure look for it)
-
-2012-12-27 23:38  Sandro Santilli <strk at keybit.net>
-
-	* [r10939] extensions/postgis/Makefile.in: Use grep found by
-	  ./configure
-
-2012-12-27 12:56  Sandro Santilli <strk at keybit.net>
-
-	* [r10937] NEWS, doc/html/image_src/generator.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwutil.c, libpgcommon/lwgeom_pg.c,
-	  libpgcommon/lwgeom_pg.h, loader/shpcommon.c,
-	  postgis/postgis_module.c, raster/loader/raster2pgsql.c,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
-	  raster/test/core/testwkb.c, raster/test/cunit/cu_tester.c: Drop
-	  "lwgeom_init_allocators" need, add "lwgeom_set_handlers"
-	  
-	  This change allows using liblwgeom from clients which cannot
-	  define
-	  C-level methods for link-back (e.g. python ctypes). See #2089.
-	  
-	  NOTE: existing clients should take care of calling the new
-	  function
-	  because their "lwgeom_init_allocators" won't be called anymore.
-	  Failure to do so will result in default allocators / reporters
-	  being used.
-	  
-	  Thanks Giuseppe Sucameli for the base work on this
-
-2012-12-26 13:44  Regina Obe <lr at pcorp.us>
-
-	* [r10934] extensions/make_unpackaged.sql,
-	  extensions/postgis_extension_helper.sql,
-	  extensions/postgis_extension_helper_uninstall.sql,
-	  extensions/postgis_tiger_geocoder/Makefile.in,
-	  extensions/postgis_tiger_geocoder/sql_bits/add_search_path.sql.in,
-	  extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder--unpackaged.sql.in:
-	  Add add_search_path helper function and call it in install of
-	  postgis_tiger_geocoder to add tiger to search path. Create
-	  unpacked script for geocoder so can do CREATE EXTENSION
-	  postgis_tiger_geocoder FROM unpackaged;
-
-2012-12-21 22:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10914] raster/rt_core/rt_api.c: More code and memory cleanup
-
-2012-12-21 22:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10913] raster/rt_core/rt_api.c: Additional cleanup and making
-	  sure to free memory when hitting errors
-
-2012-12-21 22:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10912] raster/rt_core/rt_api.c: Code cleanup of
-	  rt_raster_serialize(). Basically make sure to free
-	  allocated memory if function has error
-
-2012-12-21 10:53  Sandro Santilli <strk at keybit.net>
-
-	* [r10896] liblwgeom/lwhomogenize.c: Fix memory leak in
-	  lwcollection_homogenize
-
-2012-12-21 10:01  Sandro Santilli <strk at keybit.net>
-
-	* [r10895] .gitignore: Update ignores
-
-2012-12-21 10:01  Sandro Santilli <strk at keybit.net>
-
-	* [r10894] loader/shp2pgsql-gui.c: Fix compiler warnings
-
-2012-12-20 20:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10885] postgis/lwgeom_dumppoints.c, raster/rt_pg/rt_pg.c:
-	  PostgreSQL 9.3 changed where heap_form_tuple() is declared. Fixed
-	  in
-	  raster and postgis. Ticket #2013.
-
-2012-12-20 18:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10882] postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_in_kml.c: Quiet compile
-	  warnings.
-
-2012-12-20 18:26  Sandro Santilli <strk at keybit.net>
-
-	* [r10880] liblwgeom/cunit/cu_stringbuffer.c: Fix leak in
-	  cu_stringbuffer test
-
-2012-12-20 18:07  Sandro Santilli <strk at keybit.net>
-
-	* [r10878] liblwgeom/lwlinearreferencing.c: Fix memory leak in
-	  lwmline_locate_along
-
-2012-12-20 17:51  Sandro Santilli <strk at keybit.net>
-
-	* [r10877] liblwgeom/lwgeom_geos_clean.c: Fix memory leak in
-	  geometry cleaner
-
-2012-12-20 17:20  Sandro Santilli <strk at keybit.net>
-
-	* [r10872] postgis/lwgeom_functions_basic.c: Drop unused
-	  "libtgeom.h" include
-	  
-	  This is to make libtgeom memory errors less scary :)
-	  See #1553
-
-2012-12-20 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r10871] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c:
-	  Fix memory leaks in lwsegmentize and cu_ptarray
-
-2012-12-20 16:02  Regina Obe <lr at pcorp.us>
-
-	* [r10870] extensions/postgis_tiger_geocoder/Makefile.in: add
-	  topology so extension now installs cleanly. still need to add set
-	  path and cleanup the make clean
-
-2012-12-19 23:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10868] raster/test/cunit/cu_raster_basics.c,
-	  raster/test/cunit/cu_raster_geometry.c,
-	  raster/test/cunit/cu_raster_wkb.c, raster/test/cunit/cu_tester.c:
-	  Stomp out memory leaks in CUnit tests
-
-2012-12-19 23:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10867] raster/rt_core/rt_api.c: Make sure to free OGR geometry
-	  when the geometry is empty
-
-2012-12-19 23:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10866] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h:
-	  Changed memory handling of offline band path. Now explicitly
-	  owned
-	  internally
-
-2012-12-19 20:52  Sandro Santilli <strk at keybit.net>
-
-	* [r10865] liblwgeom/lwgeodetic_tree.c: Fix memory leak in
-	  circ_tree_new
-
-2012-12-19 20:52  Sandro Santilli <strk at keybit.net>
-
-	* [r10864] liblwgeom/cunit/cu_geodetic.c: Fix leak in cu_geodetic
-	  test
-
-2012-12-19 20:08  Sandro Santilli <strk at keybit.net>
-
-	* [r10863] configure.ac: CUnit is not only needed for liblwgeom
-
-2012-12-19 18:18  Sandro Santilli <strk at keybit.net>
-
-	* [r10861] regress/in_geojson.sql, regress/in_geojson_expected,
-	  regress/tickets.sql, regress/tickets_expected: Put JSON input
-	  test where it belongs (#2156)
-	  
-	  This time do not include other unrelated changes...
-
-2012-12-19 18:06  Sandro Santilli <strk at keybit.net>
-
-	* [r10860] doc/html/image_src/generator.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwutil.c,
-	  libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  loader/shpcommon.c, postgis/postgis_module.c,
-	  raster/loader/raster2pgsql.c, raster/rt_pg/Makefile.in,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
-	  raster/test/core/testapi.c, raster/test/core/testwkb.c,
-	  regress/in_geojson.sql, regress/in_geojson_expected,
-	  regress/tickets.sql, regress/tickets_expected: Revert "Move JSON
-	  input test where it belons (#2156)"
-	  
-	  Accidentally committed an unrelated patch..
-
-2012-12-19 18:01  Sandro Santilli <strk at keybit.net>
-
-	* [r10859] doc/html/image_src/generator.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwutil.c,
-	  libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  loader/shpcommon.c, postgis/postgis_module.c,
-	  raster/loader/raster2pgsql.c, raster/rt_pg/Makefile.in,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
-	  raster/test/core/testapi.c, raster/test/core/testwkb.c,
-	  regress/in_geojson.sql, regress/in_geojson_expected,
-	  regress/tickets.sql, regress/tickets_expected: Move JSON input
-	  test where it belons (#2156)
-
-2012-12-19 00:32  Regina Obe <lr at pcorp.us>
-
-	* [r10856] extensions/postgis_tiger_geocoder/Makefile.in: #2153:
-	  fix typo in file path
-
-2012-12-18 20:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10853] raster/rt_pg/rtpostgis.sql.in.c: Tweaked
-	  UpdateRasterSRID() to drop/add coverage tile as needed
-
-2012-12-18 05:06  Regina Obe <lr at pcorp.us>
-
-	* [r10852] extensions/postgis/Makefile.in: #1959 remove
-	  sql_bits/mark_editable_objects.sql.in from upgrade script. It is
-	  the one causing pg_extension table to bloat and in theory not
-	  needed for upgrade since we don't change spatial_ref_sys during
-	  upgrade.
-
-2012-12-15 20:27  Regina Obe <lr at pcorp.us>
-
-	* [r10851] extensions/upgradeable_versions.mk: add 2.0.2 as upgrade
-	  from path
-
-2012-12-15 08:09  Regina Obe <lr at pcorp.us>
-
-	* [r10848] extensions/postgis_topology/Makefile.in: #2147 upgrade
-	  topology doesn't work on Mac BSD sed doesn't default to extended.
-	  Use already perl built topology upgrade script instead as
-	  template for extension upgrade
-
-2012-12-15 00:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10845] raster/loader/raster2pgsql.c: Fixed handling of
-	  identifiers with single quote (') such as in O'Reilly.
-
-2012-12-14 20:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10843] raster/test/regress/loader/Tiled8x8.select.expected,
-	  raster/test/regress/loader/Tiled8x8.select.sql: Changed testing
-	  of extent geometry
-
-2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10842] doc/reference_raster.xml, doc/using_raster_dataman.xml,
-	  raster/loader/raster2pgsql.c: Updated raster2pgsql help and docs
-	  to reflect changes to
-	  regular_blocking.
-
-2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10841] NEWS, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_columns_expected:
-	  regular_blocking constraint removed. regular_blocking column of
-	  raster_columns now looks for spatially_unique and coverage_tile
-	  constraints. Ticket #2150
-
-2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10840] raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_iscoveragetile.sql,
-	  raster/test/regress/rt_iscoveragetile_expected: Added regression
-	  tests for ST_IsCoverageTile().
-
-2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10839] raster/rt_pg/rtpostgis.sql.in.c: Added support for
-	  padded edge tiles to ST_IsCoverageTile()
-
-2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10838] raster/rt_pg/rt_pg.c: Added support for no-band rasters
-	  to ST_Tile(raster)
-
-2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10837] NEWS: Added missing tickets and reorg of ticket list
-
-2012-12-14 20:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10836] doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/rt_tile.sql,
-	  raster/test/regress/rt_tile_expected: Added parameters to
-	  ST_Tile(raster) to control padding of generated tiles.
-	  ST_Tile(raster) no longer defaults to padding tiles. Ticket #2069
-
-2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10835] NEWS, raster/rt_pg/rtpostgis.sql.in.c: Addition of
-	  coverage_tile constraint for raster. Ticket #2148
-
-2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10834] raster/rt_pg/rtpostgis.sql.in.c: Addition of
-	  ST_IsCoverageTile() to tell if tile is part of a coverage
-
-2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10833] raster/rt_pg/rtpostgis.sql.in.c: Added raster's
-	  spatially_unique constraint. Ticket #2149. Still needs
-	  regression tests but won't happen until regular_blocking is
-	  finished.
-
-2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10832] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_columns_expected,
-	  raster/test/regress/check_raster_overviews.sql,
-	  raster/test/regress/check_raster_overviews_expected,
-	  raster/test/regress/loader/Basic.select.expected,
-	  raster/test/regress/loader/BasicCopy.select.expected,
-	  raster/test/regress/loader/Tiled10x10.select.expected,
-	  raster/test/regress/loader/Tiled10x10Copy.select.expected,
-	  raster/test/regress/loader/Tiled8x8.select.expected: Tweaked the
-	  extent computed for the extent constraint
-
-2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10831] raster/rt_pg/rtpostgis.sql.in.c: Changed blocksize
-	  constraint to permit multiple possible values. Ticket
-	  is #2143. We just need a coverage constraint and a spatially
-	  unique
-	  constraint to determine regularly blocked.
-
-2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10830] doc/reference_raster.xml: Fixed incorrect return type in
-	  docs
-
-2012-12-14 20:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10829] raster/loader/raster2pgsql.c,
-	  raster/loader/raster2pgsql.h, raster/test/regress/Makefile.in,
-	  raster/test/regress/loader/Tiled8x8-post.pl,
-	  raster/test/regress/loader/Tiled8x8-post.sh,
-	  raster/test/regress/loader/Tiled8x8-pre.pl,
-	  raster/test/regress/loader/Tiled8x8-pre.sh,
-	  raster/test/regress/loader/Tiled8x8.opts,
-	  raster/test/regress/loader/Tiled8x8.select.expected,
-	  raster/test/regress/loader/Tiled8x8.select.sql: raster2pgsql no
-	  longer pads tiles by default based upon tile position and tile
-	  size. This is part of the refactoring to remove padded tiles.
-	  Flag -P
-	  added so that users can indicate that tiles should be padded.
-	  Ticket #826.
-
-2012-12-14 20:25  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10828] regress/run_test, regress/run_test.pl: Removed hardcoded
-	  flags for raster2pgsql from run_test
-
-2012-12-14 20:25  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10827] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_asraster_expected,
-	  raster/test/regress/rt_gdalwarp_expected: Quiet down
-	  ST_SameAlignment(raster, raster) as it was way too talkative
-
-2012-12-14 20:25  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10826] raster/test/regress/loader/Basic.opts,
-	  raster/test/regress/loader/Basic.select.expected,
-	  raster/test/regress/loader/Basic.select.sql,
-	  raster/test/regress/loader/Basic.sql.expected,
-	  raster/test/regress/loader/BasicCopy.opts,
-	  raster/test/regress/loader/BasicCopy.select.expected,
-	  raster/test/regress/loader/BasicCopy.select.sql,
-	  raster/test/regress/loader/BasicCopy.sql.expected,
-	  raster/test/regress/loader/Tiled10x10.opts,
-	  raster/test/regress/loader/Tiled10x10.select.expected,
-	  raster/test/regress/loader/Tiled10x10.select.sql,
-	  raster/test/regress/loader/Tiled10x10Copy.opts,
-	  raster/test/regress/loader/Tiled10x10Copy.select.expected,
-	  raster/test/regress/loader/Tiled10x10Copy.select.sql: Updated
-	  regression tests for raster2pgsql
-
-2012-12-13 09:34  Sandro Santilli <strk at keybit.net>
-
-	* [r10822] NEWS, liblwgeom/lwcollection.c, liblwgeom/lwline.c,
-	  liblwgeom/lwpoly.c: Revert "Return NULL when simplifying a line
-	  results in a line with < 2 vertices"
-	  
-	  The correct behavior is still being discussed here:
-	  http://trac.osgeo.org/postgis/ticket/1987
-	  Better reduce the noise...
-
-2012-12-12 15:52  Sandro Santilli <strk at keybit.net>
-
-	* [r10821] NEWS, liblwgeom/lwcollection.c, liblwgeom/lwline.c,
-	  liblwgeom/lwpoly.c: Return NULL when simplifying a line results
-	  in a line with < 2 vertices
-	  
-	  Also return NULL from ST_Simplify when the input is an empty
-	  (null is a simpler form than EMPTY...)
-	  
-	  Yes, both break backward compatibility, but seem more consistent
-	  to me. I'm still interested in allowing collapses avoidance but
-	  I think consistency is also important.
-
-2012-12-09 19:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10820] liblwgeom/lwgeodetic.c, regress/tickets.sql,
-	  regress/tickets_expected: #2145, ST_Segmentize(geography, dist)
-	  fails with redundant coordinates
-
-2012-12-07 22:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10819] NEWS, raster/rt_pg/rtpostgis.sql.in.c: More verbose
-	  output when constraints fail to be added to a raster
-	  column. Ticket #2141
-
-2012-12-07 09:27  Sandro Santilli <strk at keybit.net>
-
-	* [r10816] doc/extras_topology.xml: Add an id to the toTopoGeom
-	  proxy entry
-
-2012-12-07 09:24  Sandro Santilli <strk at keybit.net>
-
-	* [r10815] doc/xsl/postgis_aggs_mm.xml.xsl: Element xref can't have
-	  content (was declared EMPTY)
-	  
-	  I'm surprised postgis_aggs_mm.xml.xsl contains all that XML,
-	  shouldn't it just transform source XML ?
-
-2012-12-07 09:24  Sandro Santilli <strk at keybit.net>
-
-	* [r10814] doc/extras_topology.xml: Add a "TopoGeometry Editors"
-	  section
-	  
-	  I've added a toTopoGeom entry in this section for the sole
-	  purpose
-	  of redirecting to the one in "TopoGeometry Constructors".
-	  It's two overloaded functions, documented togheter in the latter
-	  section. If there's any better way to deal with this I'm looking
-	  forward for enhancements.
-
-2012-12-07 08:36  Sandro Santilli <strk at keybit.net>
-
-	* [r10813] doc/extras_topology.xml: Element xref can't have content
-	  (was declared EMPTY)
-
-2012-12-07 08:31  Sandro Santilli <strk at keybit.net>
-
-	* [r10812] doc/release_notes.xml: Fix links to legacy faq
-
-2012-12-07 08:31  Sandro Santilli <strk at keybit.net>
-
-	* [r10811] doc/extras_topology.xml: Document new toTopoGeom
-	  override and clearTopoGeom
-
-2012-12-07 01:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10810] NEWS, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/cunit/cu_raster_geometry.c:
-	  Fixed behavior of ST_ConvexHull() for empty rasters. Ticket #2126
-
-2012-12-06 23:23  Sandro Santilli <strk at keybit.net>
-
-	* [r10809] NEWS, topology/sql/topogeometry/totopogeom.sql.in.c,
-	  topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected: Provide a version of
-	  toTopoGeom taking a TopoGeometry object
-	  
-	  Such version would _add_ the space taken by the input geometry
-	  to an existing TopoGeometry.
-
-2012-12-06 23:02  Sandro Santilli <strk at keybit.net>
-
-	* [r10808] NEWS, topology/Makefile.in,
-	  topology/sql/topogeometry/cleartopogeom.sql.in.c,
-	  topology/test/regress/cleartopogeom.sql,
-	  topology/test/regress/cleartopogeom_expected,
-	  topology/topology.sql.in.c: Add
-	  topology.clearTopoGeom(TopoGeometry) function
-
-2012-12-06 18:45  Sandro Santilli <strk at keybit.net>
-
-	* [r10807] topology/Makefile.in: Do not hardcode version to rule to
-	  build topology_upgrade_X_minor
-
-2012-12-06 17:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10806] postgis/postgis.sql.in.c: #2101, add some doco in the
-	  .sql.in.c file on the _postgis_* stats info functions.
-
-2012-12-06 17:39  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r10805] raster/scripts/python/rtreader.py: Added
-	  RasterReader.copy_to() utility based on SQL command COPY TO and
-	  PostGIS Raster functions ST_As<FORMAT> and outputs rasters to
-	  hex-encoded plain text or binary raster file.
-
-2012-12-06 10:49  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r10804] doc/using_raster_dataman.xml: Typo
-
-2012-12-06 05:43  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10803] NEWS, raster/rt_core/rt_api.c: Fixed handling of SRS
-	  strings as they are passed to GDAL functions.
-	  Ticket #2134
-
-2012-12-05 18:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10800] postgis/gserialized_estimate.c,
-	  regress/regress_selectivity.sql,
-	  regress/regress_selectivity_expected: #2132, _postgis_stats
-	  crashes backend on missing stats
-
-2012-12-05 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r10798] loader/shp2pgsql-cli.c: Fix broken shp2pgsql help string
-	  suggesting -r to reproject
-
-2012-12-04 19:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10796] NEWS, liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
-	  libpgcommon/gserialized_gist.c, postgis/Makefile.in,
-	  postgis/geography.sql.in.c, postgis/gserialized_estimate.c,
-	  postgis/postgis.sql.in.c, regress/Makefile.in,
-	  regress/regress_selectivity.sql,
-	  regress/regress_selectivity_expected, regress/tickets.sql,
-	  regress/tickets_expected: #945, expose and add selectivity to the
-	  3d/4d index (&&&) bindings
-
-2012-12-04 13:24  Regina Obe <lr at pcorp.us>
-
-	* [r10795] NEWS, doc/release_notes.xml: upport 2.0.2 release notes
-
-2012-12-03 22:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10792] doc/reference_raster.xml: Fixed incorrect return type
-	  for ST_BandIsNoData(raster) in docs
-
-2012-12-03 16:19  Sandro Santilli <strk at keybit.net>
-
-	* [r10786] postgis/lwgeom_in_geojson.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix memory error in MultiPolygon
-	  GeoJson parsing (#2130)
-
-2012-12-03 14:10  Sandro Santilli <strk at keybit.net>
-
-	* [r10783] liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/lwhomogenize.c: Fix SRID in ST_Homogenize output with
-	  collection input (#2129)
-
-2012-12-03 10:09  Sandro Santilli <strk at keybit.net>
-
-	* [r10781] topology/test/regress/st_remedgemodface.sql,
-	  topology/test/regress/st_remedgenewface.sql: Make ST_RemEdge*
-	  tests 30% faster by reducing service costs
-
-2012-12-02 22:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10779] raster/test/cunit/Makefile.in: Removed PICFLAGS from
-	  CFLAGS when compiling CUnit suites. Ticket #2125
-
-2012-12-01 22:56  Regina Obe <lr at pcorp.us>
-
-	* [r10778] doc/extras_topology.xml: fix return type
-
-2012-12-01 20:32  Regina Obe <lr at pcorp.us>
-
-	* [r10777] doc/extras_topology.xml: TopoGeo_AddPolygon says aline
-	  instead of apoly
-
-2012-12-01 08:34  Regina Obe <lr at pcorp.us>
-
-	* [r10775] doc/Makefile.in: don't dtd validate when making comments
-	  and cheatsheets
-
-2012-12-01 01:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10774] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_gdalwarp.sql,
-	  raster/test/regress/rt_gdalwarp_expected: Added ST_Resize(raster)
-	  to resize a raster using desired width/height.
-	  Ticket #1293.
-
-2012-12-01 01:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10773] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/regress/rt_gdalwarp.sql,
-	  raster/test/regress/rt_gdalwarp_expected: Removed requirements of
-	  SRID for calling GDAL Warp API
-
-2012-11-30 15:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10772] doc/reference_raster.xml: Removed use of pi html code.
-	  Using "pi" instead.
-
-2012-11-30 01:13  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10770] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c: Additional cleanup and
-	  validation regarding ticket #1653
-
-2012-11-30 01:13  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10769] NEWS, doc/reference_raster.xml: Added NEWS item and doc
-	  updates for changes related to ticket #2119
-
-2012-11-30 01:12  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10768] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_gdalwarp.sql,
-	  raster/test/regress/rt_gdalwarp_expected: Added a special case to
-	  RASTER_GDALWarp() where if the input raster has
-	  no SRID (SRID_UNKNOWN) AND the operation does not involve a
-	  reprojection, then use a catchall/substitute SRID (in this case
-	  4326).
-	  Ticket #2119
-
-2012-11-29 22:33  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r10767] postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  regress/in_kml.sql: Fix #2092 for trunk branch
-
-2012-11-29 19:29  Sandro Santilli <strk at keybit.net>
-
-	* [r10763] topology/sql/topogeometry/totopogeom.sql.in.c,
-	  topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected: Enhance error message
-	  on unsupported geometry type (#1899)
-
-2012-11-29 19:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10762] NEWS: Fixed incorrect ticket #. From #2026 to #2062
-
-2012-11-29 18:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10760] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_gdalwarp.sql,
-	  raster/test/regress/rt_gdalwarp_expected,
-	  raster/test/regress/rt_resample.sql,
-	  raster/test/regress/rt_resample_expected: Removed confusion
-	  between ST_Resample(raster) and ST_Transform(raster)
-	  by removing srid parameter for ST_Resample(). Ticket #1653
-
-2012-11-29 18:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10759] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Renamed RASTER_resample()
-	  to RASTER_GDALWarp() and adjusted SQL
-	  functions as needed. Next is to audit and possibly refactor those
-	  functions that make use of RASTER_resample().
-
-2012-11-29 18:30  Sandro Santilli <strk at keybit.net>
-
-	* [r10757] postgis/lwgeom_functions_analytic.c,
-	  regress/tickets.sql, regress/tickets_expected: Ensure
-	  ST_Line_Interpolate_Point always returns POINT (#2108)
-
-2012-11-29 18:13  Sandro Santilli <strk at keybit.net>
-
-	* [r10755] postgis/lwgeom_geos.c, regress/tickets.sql,
-	  regress/tickets_expected: Ensure ST_PointOnSurface always returns
-	  POINT (#2117)
-
-2012-11-29 18:01  Sandro Santilli <strk at keybit.net>
-
-	* [r10754] postgis/lwgeom_geos.c: Early release lwgeom memory
-
-2012-11-29 17:49  Sandro Santilli <strk at keybit.net>
-
-	* [r10751] postgis/lwgeom_geos.c, regress/tickets.sql,
-	  regress/tickets_expected: Ensure ST_Centroid always returns POINT
-	  (#2109)
-
-2012-11-29 02:12  Regina Obe <lr at pcorp.us>
-
-	* [r10750] postgis/postgis.sql.in.c,
-	  raster/rt_pg/rtpostgis.sql.in.c: #1795 make raster_views,
-	  raster_columns, geometry_columns, geometry_views, spatial_ref_sys
-	  public viewable -- none issue since they are views that only list
-	  user viewable tables and aspatial_ref_sys is harmless public
-	  info.
-
-2012-11-29 01:21  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10749] .gitignore, configure.ac, raster/test/Makefile.in,
-	  raster/test/core/testapi.c, raster/test/cunit,
-	  raster/test/cunit/Makefile.in,
-	  raster/test/cunit/cu_band_basics.c,
-	  raster/test/cunit/cu_band_misc.c,
-	  raster/test/cunit/cu_band_stats.c, raster/test/cunit/cu_gdal.c,
-	  raster/test/cunit/cu_mapalgebra.c,
-	  raster/test/cunit/cu_pixtype.c,
-	  raster/test/cunit/cu_raster_basics.c,
-	  raster/test/cunit/cu_raster_geometry.c,
-	  raster/test/cunit/cu_raster_misc.c,
-	  raster/test/cunit/cu_raster_wkb.c,
-	  raster/test/cunit/cu_spatial_relationship.c,
-	  raster/test/cunit/cu_tester.c, raster/test/cunit/cu_tester.h:
-	  Added CUnit test suites for raster core. Old raster core
-	  regression
-	  tests can still be found in raster/test/core but are no longer
-	  run.
-	  Probably should delete before 2.1 is released.
-	  Ticket #173
-
-2012-11-28 22:35  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r10747] liblwgeom/measures3d.c, regress/tickets.sql,
-	  regress/tickets_expected: #2112
-
-2012-11-28 20:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10746] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Refactored
-	  return and parameters of rt_raster_iterator()
-
-2012-11-28 19:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10745] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Refactored
-	  return and parameters of rt_raster_from_two_rasters()
-
-2012-11-28 15:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10744] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Refactored
-	  return and parameters of rt_raster_surface()
-
-2012-11-27 00:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10742] NEWS, doc/reference_raster.xml,
-	  raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
-	  raster/test/regress/rt_asraster_expected,
-	  raster/test/regress/rt_resample_expected,
-	  raster/test/regress/rt_samealignment.sql,
-	  raster/test/regress/rt_samealignment_expected: Added
-	  ST_NotSameAlignmentReason(raster, raster). Ticket #1709
-
-2012-11-26 21:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10741] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_resample.sql,
-	  raster/test/regress/rt_resample_expected: Added
-	  ST_Transform(raster) variant that allows of aligning output
-	  rasters to a reference raster. Ticket #2105
-
-2012-11-26 19:13  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10740] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_pixelascentroids.sql,
-	  raster/test/regress/rt_pixelaspoints.sql,
-	  raster/test/regress/rt_raster2worldcoord.sql,
-	  raster/test/regress/rt_raster2worldcoord_expected,
-	  raster/test/regress/rt_rastertoworldcoord.sql,
-	  raster/test/regress/rt_rastertoworldcoord_expected,
-	  raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_world2rastercoord.sql,
-	  raster/test/regress/rt_world2rastercoord_expected,
-	  raster/test/regress/rt_worldtorastercoord.sql,
-	  raster/test/regress/rt_worldtorastercoord_expected: Renamed
-	  variants of ST_World2RasterCoord() and ST_Raster2WorldCoord() to
-	  ST_WorldToRasterCoord() and ST_RasterToWorldCoord() as names are
-	  inconsistent with other PostGIS function names. Ticket #2104
-
-2012-11-26 12:07  Sandro Santilli <strk at keybit.net>
-
-	* [r10738] utils/postgis_restore.pl.in: Skip st_area(geography) and
-	  st_length(geography)
-	  
-	  See
-	  http://lists.osgeo.org/pipermail/postgis-users/2012-November/035854.html
-
-2012-11-25 22:36  Regina Obe <lr at pcorp.us>
-
-	* [r10737] postgis/legacy_minimal.sql.in.c, regress/legacy.sql,
-	  regress/legacy_expected: #1869 take care of
-	  ST_AsBinary(unknown/text), ST_AsText(unknown/text) is not unique
-	  errors
-
-2012-11-25 21:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10735] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
-	  raster/test/core/testwkb.c: Where appropriate, functions in
-	  rt_core now use standardized function
-	  return states.
-
-2012-11-23 22:15  Sandro Santilli <strk at keybit.net>
-
-	* [r10734] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_modedgeheal.sql,
-	  topology/test/regress/st_modedgeheal_expected,
-	  topology/test/regress/st_newedgeheal.sql,
-	  topology/test/regress/st_newedgeheal_expected: Fix
-	  ST_{Mod,New}EdgeHeal joining edges sharing both endpoints
-	  
-	  Closes #1998. Include testcases.
-	  Also simplifies the code and avoids a GEOS call.
-	  
-	  [RT-SIGTA] C.I.G.: 0494241492
-
-2012-11-23 15:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10732] liblwgeom/lwgeodetic.c: Try to stomp out -180 (#2066)
-
-2012-11-23 06:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10731] postgis/geography_estimate.c: #1828, geography stats are
-	  really sensitive to narrow dimensionality issues,
-	  so geodetic bounds have to be exactly calculated for things like
-	  points
-
-2012-11-22 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10729] liblwgeom/liblwgeom.h.in, postgis/geography_estimate.c:
-	  #1828, fix mistake to geography calculation routine
-
-2012-11-21 23:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10728] postgis/geometry_estimate.c: Of course we're going to do
-	  real joinsel...
-
-2012-11-21 19:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10727] postgis/geometry_estimate.c: Explain "selectivity" a
-	  little more explicitly
-
-2012-11-20 23:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10726] postgis/geometry_estimate.c: Better/different error
-	  messages in stats interogator
-
-2012-11-20 23:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10725] postgis/geometry_estimate.c, postgis/postgis.sql.in.c:
-	  #2101, sql functions for selectivity inspection
-
-2012-11-20 21:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10724] postgis/geometry_estimate.c: Make default joinsel
-	  message more obvious
-
-2012-11-20 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10723] postgis/geometry_estimate.c: Make error message
-	  minimally more helpful
-
-2012-11-20 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10722] postgis/geometry_estimate.c, postgis/postgis.sql.in.c:
-	  Be more explicit about the types we're passing around
-
-2012-11-20 20:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10721] postgis/geography_estimate.c,
-	  postgis/geometry_estimate.c: Convert SearchSysCache calls to
-	  SearchSysCache# calls, per the guidance in the PostgreSQL
-	  syscache.h file
-
-2012-11-20 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10720] postgis/geometry_estimate.c, postgis/postgis.sql.in.c:
-	  #2102, SQL hooks for calling selectivity functions
-
-2012-11-20 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10719] postgis/geography_estimate.c,
-	  postgis/geometry_estimate.c: #1828, Poor selectivity estimate on
-	  ST_DWithin
-
-2012-11-20 17:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10717] postgis/geography_estimate.c,
-	  postgis/geometry_estimate.c: Remove conditional use of
-	  USE_STANDARD_DEVIATION, it's been working for years, that's what
-	  we use.
-
-2012-11-20 09:51  Regina Obe <lr at pcorp.us>
-
-	* [r10713] doc/faq.xml: minor formatting fix
-
-2012-11-20 09:49  Regina Obe <lr at pcorp.us>
-
-	* [r10712] doc/faq.xml, postgis/Makefile.in,
-	  postgis/legacy_gist.sql.in: #1287: legacy script to reinstall old
-	  PostGIS gist op. Added to FAQ when you need to use it and stress
-	  to try not to use it and reindex if you do.
-
-2012-11-19 23:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10710] NEWS, raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_asraster_expected: Fixed issue where
-	  ST_AsRaster() may not return raster with specified
-	  pixel types. Ticket #2100
-
-2012-11-19 23:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10709] raster/rt_core/rt_api.c: Code cleanup of
-	  rt_raster_gdal_rasterize()
-
-2012-11-19 23:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10708] raster/rt_core/rt_api.c: Refactored internal use
-	  variables and functions for rt_raster_iterator()
-
-2012-11-19 23:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10707] libpgcommon/gserialized_gist.h, libpgcommon/lwgeom_pg.h,
-	  postgis/geography_estimate.c, postgis/geometry_estimate.c: Move
-	  box-reading code in geography stats to use serialized box.
-
-2012-11-19 15:47  Sandro Santilli <strk at keybit.net>
-
-	* [r10705] liblwgeom/lwgeom_geos.c: Fix double free on
-	  ST_OffsetCurve exception (#2099)
-
-2012-11-19 10:20  Sandro Santilli <strk at keybit.net>
-
-	* [r10702] liblwgeom/lwcollection.c, liblwgeom/lwline.c,
-	  liblwgeom/lwpoly.c, regress/simplify.sql,
-	  regress/simplify_expected: Restore 1.5.x behaviour of ST_Simplify
-	  (#1987)
-
-2012-11-16 22:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10696] NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_union.sql,
-	  raster/test/regress/rt_union_expected: Added RANGE uniontype
-	  option for ST_Union(raster) Ticket #2097
-
-2012-11-16 12:35  Regina Obe <lr at pcorp.us>
-
-	* [r10693] doc/xsl/post_gis_day_cards.html.xsl: geos new is 3.4
-
-2012-11-16 06:46  Regina Obe <lr at pcorp.us>
-
-	* [r10692] doc/xsl/post_gis_day_cards.html.xsl: update tto reflect
-	  2.1
-
-2012-11-16 03:39  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10691] raster/test/regress/rt_elevation_functions.sql: Fixed
-	  SQL error in regression test
-
-2012-11-16 01:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10690] doc/reference_raster.xml,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_elevation_functions.sql,
-	  raster/test/regress/rt_elevation_functions_expected: Added docs
-	  and regression test for extent parameter variants of
-	  ST_Slope, ST_Aspect and ST_Hillshade
-
-2012-11-16 01:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10689] raster/rt_pg/rtpostgis.sql.in.c: If hillshade < 0,
-	  hillshade = 0 for ST_HillShade()
-
-2012-11-16 01:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10688] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Added variants of ST_Slope,
-	  ST_Aspect and ST_Hillshade to provide
-	  support for tiles in a coverage. Ticket is #2078
-
-2012-11-15 00:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10680] liblwgeom/g_util.c: Comment on the dump_toupper function
-
-2012-11-15 00:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10678] liblwgeom/g_util.c: Use a locale-independent braindead
-	  upper implementation
-
-2012-11-14 23:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10677] postgis/gserialized_gist_2d.c, regress/tickets.sql,
-	  regress/tickets_expected: #2035, Strange behavior when using left
-	  (<<) and right (>>) operators
-
-2012-11-14 22:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10675] liblwgeom/lwgeom.c, regress/tickets.sql,
-	  regress/tickets_expected: #2028, ST_Multi(<triangle>) does not
-	  make a TIN
-
-2012-11-14 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10673] liblwgeom/measures.c: #2042, measures.c: 'pt_in_arc_A'
-	  may be used uninitialized
-
-2012-11-14 21:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10671] liblwgeom/lwsegmentize.c, postgis/lwgeom_sqlmm.c,
-	  regress/tickets.sql, regress/tickets_expected: #2001,
-	  ST_CurveToLine has no effect if the geometry doesn't actually
-	  contain an arc
-
-2012-11-14 20:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10670] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeom.c, postgis/geography_inout.c,
-	  regress/tickets_expected: #799, make geographic coordinates in
-	  range
-
-2012-11-14 17:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10669] postgis/gserialized_gist_2d.c: Make Korotkov split the
-	  default
-
-2012-11-13 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10667] liblwgeom/g_serialized.c: #2090, gserialized_read_gbox_p
-	  sets Z dimension instead of M dimension for two-point lines
-
-2012-11-13 22:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10666] liblwgeom/lwalgorithm.c: #2044, lw_arc_length: warning:
-	  variable 'a2' set but not used
-
-2012-11-13 22:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10665] NEWS, postgis/gserialized_gist_2d.c: #1895, New node
-	  splitting algorithm for GiST
-	  Set the KOROTKOV_SPLIT define to 1 to use the new approach,
-	  to 0 to use the old approach. After testing is complete,
-	  we can set the new split as the default.
-
-2012-11-13 18:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10664] doc/using_postgis_dataman.xml: Remove <inlineequation>
-	  element
-
-2012-11-13 18:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10663] doc/Makefile.in, doc/postgis.xml,
-	  doc/using_postgis_dataman.xml: Remove MathML from documentation.
-	  It's not really being used for any math.
-
-2012-11-09 21:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10662] libpgcommon/lwgeom_pg.c: Remove module magic from here,
-	  #1162
-
-2012-11-09 00:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10661] liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_split.c,
-	  liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwgeom_geos.c, liblwgeom/lwin_wkt.c,
-	  liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l,
-	  liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.h,
-	  liblwgeom/lwin_wkt_parse.y, liblwgeom/lwout_x3d.c,
-	  liblwgeom/measures3d.c, postgis/lwgeom_dumppoints.c,
-	  postgis/lwgeom_in_geojson.c: Remove many warnings from -pedantic
-	  build, and clean up parser globals a little more thoroughly.
-
-2012-11-08 08:40  Sandro Santilli <strk at keybit.net>
-
-	* [r10660] topology/sql/query/GetRingEdges.sql.in.c: Rewrite
-	  topology.GetRingEdges using a recursive CTE (#2087)
-	  
-	  Walking around a ring of ~22k edges takes 1/7 of the time
-
-2012-11-08 08:40  Sandro Santilli <strk at keybit.net>
-
-	* [r10659] topology/sql/sqlmm.sql.in.c: Share some code between
-	  ST_RemEdgeModFace and ST_RemEdgeNewFaces
-	  
-	  Also check TopoGeometry existance as first thing, to reduce the
-	  time it takes for failing calls.
-
-2012-11-08 05:48  Regina Obe <lr at pcorp.us>
-
-	* [r10657] doc/extras_tigergeocoder.xml, doc/installation.xml:
-	  update install to note that we now support loading tiger 2012
-	  data and it is the default and upgrade instructions to get the
-	  new loader behavior
-
-2012-11-08 05:46  Regina Obe <lr at pcorp.us>
-
-	* [r10656] extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocoder.sh: change this
-	  to use 2012 loader, but remark it out so it doesn't overwrite
-	  people's custom settings.
-
-2012-11-06 00:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10648] regress/tickets.sql, regress/tickets_expected: #2048,
-	  add regression test
-
-2012-11-05 10:27  Sandro Santilli <strk at keybit.net>
-
-	* [r10644] topology/topology.sql.in.c: Create indices on start_node
-	  and end_node of edge_data (#2082)
-	  
-	  Those indices speed up nodes deletion by a factor of x1000 !
-	  I didn't profile, but I suspect those indices would also speed up
-	  ring walking (whereas you have to find a match between endnodes).
-
-2012-11-05 00:47  Regina Obe <lr at pcorp.us>
-
-	* [r10642] regress/lwgeom_regress.sql: #2020: stop penalizing
-	  windows 9.2 32-bit when it gives a stupid answer to an
-	  ill-defined question. Change to be a well-defined question.
-
-2012-11-04 20:03  Regina Obe <lr at pcorp.us>
-
-	* [r10641] extensions/postgis/Makefile.in,
-	  extensions/postgis_tiger_geocoder/Makefile.in,
-	  extensions/postgis_topology/Makefile.in: #2081: extension files
-	  being installed twice causes errors on Ubuntu (9.3)
-
-2012-11-04 14:40  Sandro Santilli <strk at keybit.net>
-
-	* [r10639] doc/extras_topology.xml: Fix order of TopoGeometry
-	  property names
-
-2012-11-04 10:45  Regina Obe <lr at pcorp.us>
-
-	* [r10638] configure.ac: #1980: define new configure arg
-	  --with-mathmldtd to allow overriding path to mathmldtd
-
-2012-11-04 00:44  Sandro Santilli <strk at keybit.net>
-
-	* [r10637] topology/test/regress/copytopology.sql,
-	  topology/test/regress/copytopology_expected: Oops, revert the
-	  revert...
-	  
-	  Note to self: never commit between 1:00am and 8:00am
-
-2012-11-04 00:30  Sandro Santilli <strk at keybit.net>
-
-	* [r10636] liblwgeom/liblwgeom.h.in: Add note about
-	  lwgeom_make_valid being only available with GEOS-3.3+
-
-2012-11-04 00:30  Sandro Santilli <strk at keybit.net>
-
-	* [r10635] topology/test/regress/copytopology.sql,
-	  topology/test/regress/copytopology_expected: Revert "#1970 -
-	  9.2rc1 regress failure change layer_id_seq from select * to
-	  explicitly select fields. log_cnt now returns 0 for 9.2rc1 so
-	  fails regress otherwise"
-	  
-	  This reverts commit c272b5ed6dec2cc415c9bccd305e81394f1bde83.
-
-2012-11-03 18:12  Regina Obe <lr at pcorp.us>
-
-	* [r10634] extras/tiger_geocoder/tiger_2011/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2011/create_geocode.sh: change
-	  default new install to use tiger_loader_2012.sql file instead
-
-2012-11-03 17:54  Regina Obe <lr at pcorp.us>
-
-	* [r10633] extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql:
-	  #2076: support for loading tiger 2012 data. revise
-	  loader_load_staged_data to leave out pumace10, estatefp, ugace.
-	  This fixes the faces not loading issue for 2012 data (tested with
-	  MA, DC)
-
-2012-11-02 21:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10630] liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwline.c, liblwgeom/lwout_wkt.c, liblwgeom/lwpoint.c,
-	  liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c: #2015,
-	  ST_IsEmpty('POLYGON EMPTY') returns False
-
-2012-11-02 20:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10629] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c: Removed code that is no longer
-	  used and updated docs with default
-	  parameters
-
-2012-11-02 19:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10628] NEWS, liblwgeom/lwout_geojson.c, regress/tickets.sql,
-	  regress/tickets_expected: #1996, ST_AsGeoJSON('POINT EMPTY')
-	  produces invalid JSON
-
-2012-11-02 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10626] liblwgeom/cunit/cu_ptarray.c, liblwgeom/measures.c,
-	  liblwgeom/ptarray.c: Be a bit more explicit about what we're
-	  returning from point-in-ring tests.
-
-2012-11-02 18:12  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10625] doc/reference_raster.xml: Updated reference links to
-	  "How Hillshade works" for ST_Slope, ST_Aspect
-	  and ST_HillShade
-
-2012-11-02 18:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10624] liblwgeom/cunit/cu_libgeom.c: Remove double call of flip
-	  test.
-
-2012-11-02 17:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10621] NEWS, liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwgeom.c:
-	  #2019, ST_FlipCoordinates does not update bbox
-
-2012-11-02 17:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10619] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql: Refactored
-	  ST_Slope, ST_Aspect and ST_Hillshade() (also their
-	  _st_XXX4ma() functions). Detailed docs for all three functions.
-	  Outputs
-	  now in sync with return from ArcGIS. Ticket is #2077
-
-2012-10-31 19:33  Regina Obe <lr at pcorp.us>
-
-	* [r10609] doc/faq.xml, doc/installation.xml: some wording changes,
-	  add tutorial faq
-
-2012-10-31 14:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10607] raster/rt_pg/rtpostgis_drop.sql.in.c: Added missing DROP
-	  FUNCTION statements. Ticket #2073
-
-2012-10-31 09:46  Sandro Santilli <strk at keybit.net>
-
-	* [r10606] doc/installation.xml: Add instruction for upgrading
-	  between SVN revisions using extensions
-
-2012-10-31 00:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10603] raster/loader/raster2pgsql.c: Changed when the isnodata
-	  check takes place for out-db raster tiles
-
-2012-10-30 23:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10601] spatial_ref_sys.sql: #1940, epsg:2065 projection is
-	  incorrect
-
-2012-10-30 21:38  Regina Obe <lr at pcorp.us>
-
-	* [r10597] doc/introduction.xml: Add Nathan Wagner to credits
-
-2012-10-30 21:16  Regina Obe <lr at pcorp.us>
-
-	* [r10596] doc/reference_processing.xml,
-	  doc/xsl/postgis_reference.xml.xsl: Put in Enhanced note about
-	  ST_DumpPoints -- should in theory be faster. Revise expertbot xsl
-	  script (prevent url from abutting the title)
-
-2012-10-30 20:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10595] NEWS, postgis/Makefile.in, postgis/lwgeom_dumppoints.c,
-	  postgis/postgis.sql.in.c: (#310) ST_DumpPoints as C function
-
-2012-10-29 22:24  Regina Obe <lr at pcorp.us>
-
-	* [r10587] doc/faq_raster.xml: Fix gdal binaries link
-
-2012-10-29 22:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10586] raster/rt_pg/rtpostgis.sql.in.c: Added SRID check to
-	  ST_Neighborhood(raster, geometry)
-
-2012-10-29 22:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10585] raster/rt_pg/rtpostgis.sql.in.c: Added SRID check for
-	  ST_Intersects(geometry, raster)
-
-2012-10-29 22:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10584] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_utility_expected: Added SRID check of
-	  geometry for ST_World2RasterCoord variants
-
-2012-10-29 22:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10583] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_pixelvalue_expected: Added check for SRID
-	  match in ST_Value(raster) geometry variant
-
-2012-10-29 20:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10582] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c: Set defaults for parameters of
-	  ST_Slope(raster). Ticket #1655
-
-2012-10-29 18:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10581] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c: Added UpdateRasterSRID() as per
-	  ticket #739
-
-2012-10-27 05:53  Regina Obe <lr at pcorp.us>
-
-	* [r10575] doc/using_postgis_dataman.xml: more ids and descriptive
-	  titles
-
-2012-10-27 05:31  Regina Obe <lr at pcorp.us>
-
-	* [r10574] doc/xsl/postgis_reference.xml.xsl: revise script hallie
-	  uses so strips out tags such as ulink, xref, command leaving just
-	  textual representation (these were getting cut out before)
-
-2012-10-27 04:18  Regina Obe <lr at pcorp.us>
-
-	* [r10573] doc/using_postgis_dataman.xml: try to put in some ids
-
-2012-10-26 00:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10569] NEWS, doc/reference_raster.xml: Added news regarding
-	  ST_Clip(raster, ...) in C and update docs
-
-2012-10-26 00:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10568] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_clip_expected,
-	  raster/test/regress/rt_summarystats_expected: Rewrite of
-	  ST_Clip(raster) to be C-based and updated regression test.
-	  Ticket is #2065
-
-2012-10-25 23:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10567] raster/rt_core/rt_api.c, raster/test/core/testapi.c,
-	  raster/test/regress/rt_mapalgebra_expected: Fixed default Y-scale
-	  to -1 from 1
-
-2012-10-25 22:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10566] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Expose some geodetic functions a little
-	  higher
-
-2012-10-25 20:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10565] liblwgeom/ptarray.c: Fix error in ptarray traversal.
-
-2012-10-25 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10564] liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_api.c,
-	  liblwgeom/ptarray.c: Reorganize some pointarray loops and
-	  functions. Use direct aligned access more.
-
-2012-10-25 18:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10563] liblwgeom/liblwgeom.h.in: Remove old signature for
-	  serialized_form function
-
-2012-10-25 18:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10562] liblwgeom/lwout_wkb.c: Allow WKB generation to do direct
-	  memcpy of coordinates in specific cases.
-
-2012-10-25 18:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10561] liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Use double
-	  alignment property to remove memcpy from wkb generation
-
-2012-10-25 18:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10560] liblwgeom/lwout_wkb.c: Remove TODO note: the storage is
-	  now double aligned
-
-2012-10-25 17:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10559] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Change the gbox calculation for geodetic
-	  edges to use 3-space geometry instead of lots of transcendental
-	  functions. Much faster, much simpler, all regression tests pass.
-
-2012-10-25 06:00  Regina Obe <lr at pcorp.us>
-
-	* [r10557] doc/release_notes.xml: revert release note changes see
-	  if it fixes doc build issue
-
-2012-10-25 05:18  Regina Obe <lr at pcorp.us>
-
-	* [r10556] doc/using_raster_dataman.xml: fix id again (maybe old
-	  conflicted with another id)
-
-2012-10-25 04:12  Regina Obe <lr at pcorp.us>
-
-	* [r10554] doc/using_raster_dataman.xml: fix chapter id doesn't
-	  follow our convention
-
-2012-10-25 04:07  Regina Obe <lr at pcorp.us>
-
-	* [r10553] doc/release_notes.xml: give release sections ids for
-	  easier reference
-
-2012-10-24 22:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10551] NEWS, raster/rt_pg/rtpostgis.sql.in.c: Preprocess input
-	  geometry for clipping raster by using the intersection
-	  of the input geometry and the convex hull of the raster. Ticket
-	  #1989
-
-2012-10-24 22:21  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10550] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Added
-	  checks to rt_raster_gdal_rasterize() and RASTER_asRaster() where
-	  if input geometry is empty, return empty raster.
-
-2012-10-24 21:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10547] liblwgeom/cunit/cu_geodetic_data.h: Broke string for
-	  iowa hex into three parts so that doxygen doesn't choke
-
-2012-10-24 19:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10546] doc/reference_raster.xml, raster/rt_pg/rt_pg.c: Have
-	  ST_Tile() generate out-of-db tile bands if input raster's band is
-	  out-of-db.
-
-2012-10-24 18:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10545] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h, liblwgeom/lwgeodetic_tree.c: Whoops make
-	  sure the test macros match the library ones
-
-2012-10-24 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10544] liblwgeom/cunit/cu_geodetic.c: Add some debugging info
-	  to find failure in debbie
-
-2012-10-24 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10543] liblwgeom/cunit/cu_geodetic.c: Add explicit tests for
-	  edge_intersects()
-
-2012-10-24 17:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10542] liblwgeom/lwgeodetic.c: Move the distance calculation to
-	  also use the edge_intersects() function instead of
-	  edge_intersection()
-
-2012-10-24 16:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10541] doc/using_raster_dataman.xml,
-	  raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: Added
-	  "auto" option to -t switch where raster2pgsql can compute a
-	  usable
-	  tile size. Added warning message if generated tiles may cause
-	  memory
-	  issues.
-
-2012-10-24 03:41  Regina Obe <lr at pcorp.us>
-
-	* [r10538] doc/reference_measure.xml,
-	  doc/using_postgis_dataman.xml: minor adjustments to terminology
-	  to improve searchin
-
-2012-10-23 23:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10536] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/rt_tile.sql: Rearranged function arguments
-	  for ST_Tile(raster)
-
-2012-10-23 22:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10535] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_tile.sql,
-	  raster/test/regress/rt_tile_expected: Added news and docs for
-	  ST_Tile(raster). Additional regression tests for
-	  one additional variant of ST_Tile(raster)
-
-2012-10-23 22:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10534] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in, raster/test/regress/rt_tile.sql,
-	  raster/test/regress/rt_tile_expected: Added ST_Tile() and
-	  regression tests. The circle is complete.
-
-2012-10-23 22:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10533] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Added rt_band_get_pixel_line() and
-	  regression tests
-
-2012-10-23 22:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10532] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeodetic_tree.c: (#2063) fix the vertex-crossing
-	  logic in the circular tree code to use the new edge_intersects
-	  routine
-
-2012-10-23 22:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10531] NEWS, liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
-	  postgis/geography_measurement.c: (#2026) fix performance
-	  regression in geography distance calculation
-
-2012-10-23 21:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10527] NEWS, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: (#1976) Geography point-in-ring code
-	  overhauled for more reliability
-
-2012-10-23 13:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10526] doc/using_raster_dataman.xml: Make changes to reflect
-	  patch from #2061
-
-2012-10-23 04:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10524] liblwgeom/cunit/cu_geodetic.c: Future test case for when
-	  we've solved p-i-p in generality
-
-2012-10-22 19:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10522] raster/rt_pg/rt_pg.c: Fix POSTGIS_RT_DEBUGF() usage
-
-2012-10-22 19:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10521] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Fixed
-	  doxygen comment formats
-
-2012-10-22 17:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10520] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Remove
-	  unused variables.
-
-2012-10-22 17:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10519] raster/rt_core/rt_api.c: Cache frequently used variables
-	  minimize # of function calls in
-	  rt_raster_iterator()
-
-2012-10-22 17:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10518] configure.ac, raster/loader/Makefile.in: Include output
-	  from gdal-config --dep-libs when building raster2pgsql
-
-2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10517] NEWS, doc/reference_raster.xml: Add news and doc changes
-	  to indicate proper support for raster band's
-	  "isnodata" support
-
-2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10516] raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c:
-	  have raster2pgsql check for raster bands being NODATA
-
-2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10515] raster/rt_core/rt_api.c: Tweaked
-	  rt_band_check_is_nodata() to make use of rt_band_get_pixel()'s
-	  ability to return flag indicating if value is NODATA
-
-2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10514] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Final
-	  fixes to support band's isnodata flag.
-
-2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10513] raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_mapalgebrafct.sql,
-	  raster/test/regress/rt_mapalgebrafct_expected,
-	  raster/test/regress/rt_pixelvalue_expected: All functions in core
-	  API now support a band's isnodata value.
-
-2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10512] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
-	  raster/test/core/testwkb.c,
-	  raster/test/regress/rt_pixelvalue_expected: Changed signature of
-	  rt_band_get_nodata() as there was no way to
-	  indicate an error if the band has no NODATA.
-
-2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10511] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/regress/rt_pixelvalue_expected: Some work adding
-	  proper support for using a band's isnodata flag.
-
-2012-10-22 17:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10510] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
-	  raster/test/core/testwkb.c: Changed function signature for core
-	  API function rt_band_get_pixel() to
-	  indicate if pixel is NODATA
-
-2012-10-22 17:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10509] doc/reference_raster.xml: Minor changes to references to
-	  raster2pgsql
-
-2012-10-21 23:53  Regina Obe <lr at pcorp.us>
-
-	* [r10506] doc/introduction.xml: update crowd funding details
-
-2012-10-21 18:02  Sandro Santilli <strk at keybit.net>
-
-	* [r10502] topology/test/regress/gettopogeomelements.sql,
-	  topology/test/regress/gettopogeomelements_expected,
-	  topology/topology.sql.in.c: Fix
-	  GetTopoGeomElementArray(TopoGeometry) function, and add test
-	  
-	  See http://trac.osgeo.org/postgis/ticket/2060
-
-2012-10-20 21:07  Regina Obe <lr at pcorp.us>
-
-	* [r10492] doc/xsl/postgis_reference.xml.xsl: fix headeer and
-	  description
-
-2012-10-19 22:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10488] NEWS: Wrap NEWS to 80cols
-
-2012-10-19 18:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10487] NEWS: Added to news regarding ticket #2057
-
-2012-10-19 18:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10485] raster/loader/Makefile.in: Add variables specifying
-	  PostgreSQL CPPFLAGS and LDFLAGS.
-	  Ticket is #2057
-
-2012-10-19 01:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10479] doc/reference_raster.xml, raster/rt_pg/rt_pg.c: Forgot
-	  to wrap tags with <para></para> in reference_raster.xml. Minor
-	  comment cleanup in rt_pg.c
-
-2012-10-19 00:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10478] doc/reference_raster.xml: Fixed annoyances in the raster
-	  docs
-
-2012-10-18 23:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10474] raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_above.sql,
-	  raster/test/regress/rt_above_expected,
-	  raster/test/regress/rt_below.sql,
-	  raster/test/regress/rt_below_expected,
-	  raster/test/regress/rt_contain.sql,
-	  raster/test/regress/rt_contain_expected,
-	  raster/test/regress/rt_contained.sql,
-	  raster/test/regress/rt_contained_expected,
-	  raster/test/regress/rt_gist_relationships.sql,
-	  raster/test/regress/rt_gist_relationships_expected,
-	  raster/test/regress/rt_left.sql,
-	  raster/test/regress/rt_left_expected,
-	  raster/test/regress/rt_overabove.sql,
-	  raster/test/regress/rt_overabove_expected,
-	  raster/test/regress/rt_overbelow.sql,
-	  raster/test/regress/rt_overbelow_expected,
-	  raster/test/regress/rt_overlap.sql,
-	  raster/test/regress/rt_overlap_expected,
-	  raster/test/regress/rt_overleft.sql,
-	  raster/test/regress/rt_overleft_expected,
-	  raster/test/regress/rt_overright.sql,
-	  raster/test/regress/rt_overright_expected,
-	  raster/test/regress/rt_right.sql,
-	  raster/test/regress/rt_right_expected,
-	  raster/test/regress/rt_same.sql,
-	  raster/test/regress/rt_same_expected: Combined the gist spatial
-	  relationship tests into
-	  rt_gist_relationships
-
-2012-10-18 23:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10473] raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_contains.sql,
-	  raster/test/regress/rt_contains_expected,
-	  raster/test/regress/rt_containsproperly.sql,
-	  raster/test/regress/rt_containsproperly_expected,
-	  raster/test/regress/rt_coveredby.sql,
-	  raster/test/regress/rt_coveredby_expected,
-	  raster/test/regress/rt_covers.sql,
-	  raster/test/regress/rt_covers_expected,
-	  raster/test/regress/rt_dfullywithin.sql,
-	  raster/test/regress/rt_dfullywithin_expected,
-	  raster/test/regress/rt_disjoint.sql,
-	  raster/test/regress/rt_disjoint_expected,
-	  raster/test/regress/rt_dwithin.sql,
-	  raster/test/regress/rt_dwithin_expected,
-	  raster/test/regress/rt_geos_relationships.sql,
-	  raster/test/regress/rt_geos_relationships_expected,
-	  raster/test/regress/rt_overlaps.sql,
-	  raster/test/regress/rt_overlaps_expected,
-	  raster/test/regress/rt_touches.sql,
-	  raster/test/regress/rt_touches_expected,
-	  raster/test/regress/rt_within.sql,
-	  raster/test/regress/rt_within_expected: Combined all raster GEOS
-	  dependent spatial relationship regression tests into
-	  rt_geos_relationships.sql
-
-2012-10-18 21:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10469] raster/rt_pg/rt_pg.c: Clamp SRID when comparing SRIDs of
-	  raster vs geometry for geomval
-	  variant of ST_SetValues()
-
-2012-10-18 21:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10468] doc/reference_raster.xml: Added docs for geomval variant
-	  of ST_SetValues
-
-2012-10-18 21:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10467] NEWS: Add news items regarding changes to ST_SetValue
-	  and addition of
-	  geomval variant of ST_SetValues()
-
-2012-10-18 21:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10466] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/rt_pixelvalue.sql,
-	  raster/test/regress/rt_setvalues_geomval.sql: Code cleanup in
-	  rt_pg/rt_pg.c. Changed point geometry variant of
-	  ST_SetValue() to wrap around geomval variant of ST_SetValues().
-	  This
-	  will result in a behavior change for geometry variant of
-	  ST_SetValue().
-
-2012-10-18 21:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10465] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_setvalues_geomval.sql,
-	  raster/test/regress/rt_setvalues_geomval_expected: Addition of
-	  geomval variants of ST_SetValues() and regression tests.
-	  Added helper function
-	  rt_raster_get_inverse_geotransform_matrix().
-	  Additional code cleanup for rt_raster_geopoint_to_cell() and
-	  rt_raster_cell_to_geopoint().
-
-2012-10-18 14:47  Regina Obe <lr at pcorp.us>
-
-	* [r10461] doc/xsl/postgis_reference.xml.xsl: script to concatenate
-	  all the sections of postgis doc for easier digestion of postgis
-	  expert bot
-
-2012-10-17 19:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10460] raster/rt_pg/rt_pg.c: Correct usage of memset()
-
-2012-10-17 19:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10459] doc/reference_raster.xml: Cleanup description for
-	  ST_SetValues()
-
-2012-10-17 16:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10458] NEWS, doc/reference_raster.xml: Added items to NEWS and
-	  docs for ST_DumpValues
-
-2012-10-17 16:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10457] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_dumpvalues.sql,
-	  raster/test/regress/rt_dumpvalues_expected: Addition of
-	  ST_DumpValues() and regression tests. Ticket #2011
-
-2012-10-17 14:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10455] raster/rt_pg/rtpostgis.sql.in.c: Add fallback method of
-	  getting maximum extent for extent constraint.
-	  Ticket is #2050
-
-2012-10-17 14:16  Sandro Santilli <strk at keybit.net>
-
-	* [r10454] liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h: Move trim_trailing_zeros out of
-	  liblwgeom.h (#2054)
-
-2012-10-17 13:38  Sandro Santilli <strk at keybit.net>
-
-	* [r10453] liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c: Get OUT_* export macros out of
-	  liblwgeom.h (#2053)
-
-2012-10-17 11:43  Sandro Santilli <strk at keybit.net>
-
-	* [r10451] liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/lwout_geojson.c, liblwgeom/lwutil.c: Do not print more
-	  digits than available from lwgeom_to_geojson
-	  
-	  See http://trac.osgeo.org/postgis/ticket/2051
-	  Adds tests for the ticket cases.
-
-2012-10-17 09:52  Sandro Santilli <strk at keybit.net>
-
-	* [r10449] liblwgeom/lwout_geojson.c: It is
-	  OUT_MAX_DOUBLE_PRECISION, not OUT_MAX_DIGS_DOUBLE, we should use
-	  
-	  These macros should really get out of liblwgeom.h and be properly
-	  documented...
-
-2012-10-17 09:45  Sandro Santilli <strk at keybit.net>
-
-	* [r10448] liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/lwout_geojson.c: Fix buffer overflow in
-	  lwgeom_to_geojson (#2052)
-
-2012-10-16 20:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10445] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Added optional
-	  interpolate_nodata flag as function parameter to ST_HillShade,
-	  ST_Aspect and ST_Slope.
-
-2012-10-16 20:42  Sandro Santilli <strk at keybit.net>
-
-	* [r10444] postgis/postgis.sql.in.c: Do not abort
-	  populate_geometry_columns when table can't be altered
-	  
-	  Also print the reason for the limitation. See #2049.
-
-2012-10-16 20:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10443] doc/reference_raster.xml: Fixed xml issues that are
-	  making debbie mad.
-
-2012-10-16 19:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10442] NEWS, doc/reference_raster.xml: Added news blurb and
-	  docs regarding expression variants of
-	  ST_MapAlgebra.
-
-2012-10-16 19:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10441] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_mapalgebra_expr.sql,
-	  raster/test/regress/rt_mapalgebra_expr_expected: Added 2-raster
-	  expression variant of ST_MapAlgebra() and regression
-	  tests.
-
-2012-10-16 19:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10440] raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_mapalgebra_expected: Additional tweaking
-	  of returning empty raster from map algebra of
-	  INTERSECTION or UNION extent
-
-2012-10-16 19:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10439] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebra.sql,
-	  raster/test/regress/rt_mapalgebra_expected: Corrected handling of
-	  NULL raster resulting from NO intersection of input rasters in
-	  map algebra. Fixed spelling mistakes. Additional tests for
-	  intersections of more than 3 rasters that don't actually
-	  intersect in ST_MapAlgebra
-
-2012-10-16 19:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10438] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_mapalgebra_expr.sql,
-	  raster/test/regress/rt_mapalgebra_expr_expected: Added one-raster
-	  expression variant for ST_MapAlgebra and appropriate
-	  regression tests.
-
-2012-10-16 16:08  Sandro Santilli <strk at keybit.net>
-
-	* [r10437] doc/extras_topology.xml: Enhance documentation about
-	  TopoElement domain
-
-2012-10-16 16:07  Sandro Santilli <strk at keybit.net>
-
-	* [r10436] postgis/postgis.sql.in.c: tweak DEBUG line
-
-2012-10-16 08:29  Sandro Santilli <strk at keybit.net>
-
-	* [r10435] NEWS, topology/sql/manage/TopologySummary.sql.in.c:
-	  Improve TopologySummary output
-	  
-	  Add unregistered layers and orphaned TopoGeom count
-
-2012-10-16 08:29  Sandro Santilli <strk at keybit.net>
-
-	* [r10434] topology/sql/manage/TopologySummary.sql.in.c: Have
-	  TopologySummary use the word "Mixed" for collection layers
-
-2012-10-15 19:21  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10432] raster/rt_core/rt_api.c: Fixed incorrect use of
-	  RASTER_DEBUGF().
-
-2012-10-15 14:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10431] doc/reference_raster.xml: More poking at the docs for
-	  ST_MapAlgebra
-
-2012-10-15 14:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10430] doc/reference_raster.xml: Add another example of
-	  ST_MapAlgebra() and some formatting cleanup
-
-2012-10-15 03:34  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10429] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebra.sql,
-	  raster/test/regress/rt_mapalgebra_expected: Changed how
-	  ST_MapAlgebra regression test runs on PostgreSQL 9.0 as
-	  usage of "GROUP BY raster" does not work. Ticket is #2048.
-
-2012-10-14 05:40  Regina Obe <lr at pcorp.us>
-
-	* [r10428] raster/rt_pg/rt_pg.c: #2046: fix 2.1 doesn't compile
-	  with postgresql 9.0
-
-2012-10-14 05:13  Regina Obe <lr at pcorp.us>
-
-	* [r10427] doc/reference_management.xml: updategeometrysrid was
-	  describing old behavior. Update to new and provide alternative
-	  syntax
-
-2012-10-12 20:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10425] regress/tickets_expected: Remove odd srs error line from
-	  expected
-
-2012-10-12 19:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10424] liblwgeom/cunit/cu_geodetic.c: Reduce precision test to
-	  1cm2. There is no doubt that this approach is less numerically
-	  stable than the last. (#2043) Though in exchange, it covers the
-	  globe more completely.
-
-2012-10-12 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10423] liblwgeom/cunit/cu_geodetic.c: Reduce the precision of
-	  the double test... it passes here.. (#2043)
-
-2012-10-12 19:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10422] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebra_expected: Bug fix where pos
-	  array size was incorrect.
-
-2012-10-12 19:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10421] doc/reference_raster.xml: Removed warning block for
-	  ST_MapAlgebra() doc page. Rearranged warning boxes
-
-2012-10-12 16:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10420] NEWS, doc/reference_raster.xml: More documentation
-	  changes regarding deprecation status of
-	  ST_MapAlgebraFct() variants. Added news item regarding
-	  deprecation status of ST_MapAlgebraFct and ST_MapAlgebraFctNgb
-	  variants
-
-2012-10-12 16:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10419] doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_4ma.sql,
-	  raster/test/regress/rt_4ma_expected,
-	  raster/test/regress/rt_invdistweight4ma.sql,
-	  raster/test/regress/rt_invdistweight4ma_expected: Duplicated and
-	  refactored the ST_XXX4ma() functions for ST_MapAlgebra
-	  usage. Exception for ST_InvDistWeight4ma() and ST_MinDist4ma(),
-	  both of
-	  which are new for 2.1. Added regression tests as well.
-
-2012-10-12 15:20  Sandro Santilli <strk at keybit.net>
-
-	* [r10418] loader/pgsql2shp-cli.c: Exit with non-zero code when
-	  commandline is malformed
-	  
-	  It still exists with zero code when user explictly asks for the
-	  help screen (with -? as documented and with no switch as popular
-	  habit [well, mine])
-
-2012-10-12 14:26  Sandro Santilli <strk at keybit.net>
-
-	* [r10417] doc/Makefile.in: Add pdf-localized rule for building
-	  localized pdf manual
-
-2012-10-12 14:06  Sandro Santilli <strk at keybit.net>
-
-	* [r10416] .gitignore: Ignoring generated files in tiger_geocoder
-	  extension
-
-2012-10-12 08:40  Sandro Santilli <strk at keybit.net>
-
-	* [r10415] liblwgeom/lwgeom_geos.c: Fix compiler warnings in
-	  lwgeom_geos.c
-
-2012-10-12 08:34  Sandro Santilli <strk at keybit.net>
-
-	* [r10414] liblwgeom/lwalgorithm.c: Fix a "set but not used"
-	  warning.
-	  
-	  This was about the return from getPoint2d_p, but it really only
-	  returns zero on error and after lwerror was called, and only if
-	  a PARANOIA compile time macro is set...
-
-2012-10-12 08:27  Sandro Santilli <strk at keybit.net>
-
-	* [r10413] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Fix
-	  ptarray_area_sphere signature (#2040)
-	  
-	  Since I was a it I also removed a "set but not used" warning.
-
-2012-10-12 07:50  Sandro Santilli <strk at keybit.net>
-
-	* [r10412] doc/po/it_IT/installation.xml.po,
-	  doc/po/pt_BR/installation.xml.po,
-	  doc/po/templates/installation.xml.pot: Update po files after
-	  changes in installation.xml
-
-2012-10-12 07:49  Sandro Santilli <strk at keybit.net>
-
-	* [r10411] doc/installation.xml: Add more uses of <command> and
-	  <filename> in installation.xml
-	  
-	  Also fixes a missing dash in "make comments-install"
-
-2012-10-12 07:49  Sandro Santilli <strk at keybit.net>
-
-	* [r10410] doc/installation.xml: Put <comment> tags in <para>,
-	  fixing #2041
-
-2012-10-12 07:20  Sandro Santilli <strk at keybit.net>
-
-	* [r10409] doc/installation.xml, doc/po/it_IT/installation.xml.po,
-	  doc/po/pt_BR/installation.xml.po,
-	  doc/po/templates/installation.xml.pot: Consistently use <command>
-	  tag for "make comments"
-	  
-	  Fixes complains by msgmerge (internationalization)
-
-2012-10-11 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10407] NEWS, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/lwgeodetic.c, regress/tickets.sql,
-	  regress/tickets_expected: Improve support for ST_Area(geography)
-	  over dateline and poles (#2006, #2039)
-
-2012-10-11 21:44  Sandro Santilli <strk at keybit.net>
-
-	* [r10406] doc/po/pt_BR/introduction.xml.po: Translation of
-	  intruduction.xml to pt_BR by George Silva
-
-2012-10-11 21:41  Sandro Santilli <strk at keybit.net>
-
-	* [r10405] doc/po/it_IT/extras_tigergeocoder.xml.po,
-	  doc/po/it_IT/extras_topology.xml.po,
-	  doc/po/it_IT/reference_measure.xml.po,
-	  doc/po/it_IT/reference_raster.xml.po,
-	  doc/po/pt_BR/extras_tigergeocoder.xml.po,
-	  doc/po/pt_BR/extras_topology.xml.po,
-	  doc/po/pt_BR/reference_measure.xml.po,
-	  doc/po/pt_BR/reference_raster.xml.po,
-	  doc/po/templates/extras_tigergeocoder.xml.pot,
-	  doc/po/templates/extras_topology.xml.pot,
-	  doc/po/templates/reference_measure.xml.pot,
-	  doc/po/templates/reference_raster.xml.pot: Update po files
-
-2012-10-11 17:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10404] liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwpoly.c,
-	  liblwgeom/measures.c, liblwgeom/ptarray.c: Move area core
-	  calculation to ptarray.
-
-2012-10-11 17:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10403] extensions/postgis_tiger_geocoder,
-	  extensions/postgis_tiger_geocoder/sql,
-	  extensions/postgis_tiger_geocoder/sql_bits: Ignore build
-	  artifacts from geocoder
-
-2012-10-11 17:07  Sandro Santilli <strk at keybit.net>
-
-	* [r10401] doc/extras_topology.xml: Simplify description of
-	  TopoElementArray
-	  
-	  ... and add TopoElement link to See Also section (things are
-	  better
-	  explained in there).
-
-2012-10-11 15:23  Regina Obe <lr at pcorp.us>
-
-	* [r10400] extensions/postgis_tiger_geocoder/Makefile.in: Get rid
-	  of hard-coded paths
-
-2012-10-11 10:53  Sandro Santilli <strk at keybit.net>
-
-	* [r10399] README.postgis: Update json-c url
-
-2012-10-10 23:06  Regina Obe <lr at pcorp.us>
-
-	* [r10397]
-	  extensions/postgis_tiger_geocoder/sql_bits/norm_addy_create.sql.in:
-	  create norm_addy
-
-2012-10-10 22:59  Regina Obe <lr at pcorp.us>
-
-	* [r10396] configure.ac, doc/extras_tigergeocoder.xml,
-	  extensions/Makefile.in,
-	  extensions/postgis_tiger_geocoder/Makefile.in,
-	  extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control.in:
-	  #1627 : more cleanup of extension install, add configure of tiger
-	  extension script to configure.ac. Fix comment in tiger comments
-	  preventing install
-
-2012-10-10 22:41  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10395] doc/reference_raster.xml: Added missing Availability
-	  details for various raster docs.
-	  Ticket is #2037
-
-2012-10-10 22:30  Regina Obe <lr at pcorp.us>
-
-	* [r10394]
-	  extras/tiger_geocoder/tiger_2011/tables/lookup_tables_2011.sql:
-	  fix error in index column name picked up when trying to install
-	  as extension
-
-2012-10-10 22:06  Regina Obe <lr at pcorp.us>
-
-	* [r10393] doc/reference_raster.xml: #2037: flag some new raster
-	  functions as new in this release. Hmm I merged hopefully didn't
-	  screw things up
-
-2012-10-10 22:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10392] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_mapalgebra.sql,
-	  raster/test/regress/rt_mapalgebra_expected,
-	  raster/test/regress/rt_union_expected: Added n-raster
-	  ST_MapAlgebra(). Additional error checking in
-	  rt_raster_iterator(). Added regression checks for n-raster
-	  ST_MapAlgebra(). Ticket is #2030. Added news and docs for
-	  ST_MapAlgebra().
-
-2012-10-10 21:45  Regina Obe <lr at pcorp.us>
-
-	* [r10391] extensions/postgis_tiger_geocoder/Makefile.in,
-	  extensions/postgis_tiger_geocoder/sql,
-	  extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sql.in,
-	  extensions/postgis_tiger_geocoder/sql_bits/remove_from_extension.sql.in,
-	  extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder--unpackaged.sql.in:
-	  Just enough to make it compile but doesn't work yet
-
-2012-10-10 00:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10390] liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c,
-	  liblwgeom/measures.h: Add in arc ptarray vs ptarray and arc
-	  ptarray vs arc ptarray distance functions. (#2018)
-
-2012-10-09 23:12  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10389] raster/rt_pg/rtpostgis.sql.in.c: Added HASH opclass and
-	  = operator for raster. This permits GROUP BY
-	  raster usage.
-
-2012-10-09 23:12  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10388] raster/rt_pg/rt_pg.c: Syntax cleanup
-
-2012-10-09 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10387] liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_ptarray.c, liblwgeom/measures.c,
-	  liblwgeom/measures.h: Add in arc ptarray vs point distance
-	  function (#2018)
-
-2012-10-09 22:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10386] postgis/gserialized_typmod.c: Fix comment per rcoup
-
-2012-10-09 21:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10385] liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/measures.c, liblwgeom/ptarray.c: Fix up some errors in
-	  ptarray_arc iteration and the cunit test cases for arc p-i-p.
-	  (#2018)
-
-2012-10-09 17:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10384] liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/ptarray.c: Point-in-polygon function for arc-based
-	  point-arrays. (#2018)
-
-2012-10-09 05:06  Regina Obe <lr at pcorp.us>
-
-	* [r10383] extensions/postgis_tiger_geocoder,
-	  extensions/postgis_tiger_geocoder/META.json,
-	  extensions/postgis_tiger_geocoder/Makefile.in,
-	  extensions/postgis_tiger_geocoder/doc,
-	  extensions/postgis_tiger_geocoder/doc/postgis_tiger_geocoder.md,
-	  extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control.in,
-	  extensions/postgis_tiger_geocoder/sql_bits: #1627: Start work on
-	  packaging as an extension -- it's not functioning yet
-
-2012-10-05 19:26  Sandro Santilli <strk at keybit.net>
-
-	* [r10381] topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addpoint.sql,
-	  topology/test/regress/topogeo_addpoint_expected: Fix adding a
-	  splitting point into a 2.5d topology (#2033)
-
-2012-10-05 19:22  Regina Obe <lr at pcorp.us>
-
-	* [r10379] doc/reference_measure.xml: link to ST_3DClosestPoint
-	  from ST_ClosestPoint. Some people didn't notice we had a 3D
-	  variant and looked in the wrong place.
-
-2012-10-05 12:25  Regina Obe <lr at pcorp.us>
-
-	* [r10377] raster/rt_pg/Makefile.in: #2027: change order of
-	  operation -- have cleanup happen first since the drop sometimes
-	  tries to drop functions that use types that don't exist in older
-	  versions
-
-2012-10-04 04:08  Regina Obe <lr at pcorp.us>
-
-	* [r10374] doc/reference_raster.xml: update st_union examples
-	  (single should always specify band number to be safe) and all
-	  bands can be done now with just union
-
-2012-10-03 23:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10373] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Addition of
-	  flag nbnodata to rt_raster_iterator() thus allowing some
-	  memory savings from ST_Union(raster)
-
-2012-10-03 21:03  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10372] NEWS, doc/reference_raster.xml: Updated NEWS and docs
-	  regarding ST_Union(raster) behavior change.
-
-2012-10-03 20:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10371] raster/rt_pg/rt_pg.c: Tweak what value to initialize new
-	  band to when NODATA isn't present
-
-2012-10-03 20:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10370] raster/rt_pg/rt_pg.c, raster/test/regress/rt_union.sql,
-	  raster/test/regress/rt_union_expected: Addition of
-	  ST_Union(raster) function and regression tests
-
-2012-10-03 20:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10369] raster/rt_core/rt_api.c, raster/test/core/testapi.c:
-	  Added regression test for rt_raster_clone() and added missing
-	  SRID copy.
-
-2012-10-03 20:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10368] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h:
-	  Addition of shortcut function rt_raster_clone()
-
-2012-10-03 16:06  Regina Obe <lr at pcorp.us>
-
-	* [r10367] extensions/postgis/sql_bits/postgis--unpackaged.sql.in:
-	  update unpackaged to include new raster (e.g. unionarg)
-
-2012-10-03 14:33  Regina Obe <lr at pcorp.us>
-
-	* [r10366] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: #2027:
-	  Add unionarg
-
-2012-10-03 06:16  Sandro Santilli <strk at keybit.net>
-
-	* [r10365] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_addedgemodface.sql,
-	  topology/test/regress/st_addedgemodface_expected,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: ST_AddEdge*:
-	  make update of old face edges more robust (#2025)
-	  
-	  Include tests for adding an edge that splits an hole in a face
-	  while forming a left ring which constitutes an invalid polygon
-	  ring.
-	  
-	  Also fixes one case of invalid topology creation (when the formed
-	  ring has a dangling edge but not a new area on the other side).
-
-2012-10-03 06:08  Regina Obe <lr at pcorp.us>
-
-	* [r10363] doc/reference_raster.xml: oops forgot to finish the
-	  changed statement
-
-2012-10-03 06:06  Regina Obe <lr at pcorp.us>
-
-	* [r10362] doc/reference_raster.xml: revise st_union example to
-	  show new and faster way of doing multi-band union
-
-2012-10-02 22:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10361] raster/rt_pg/rt_pg.c: Minor addition of debug messages
-
-2012-10-02 21:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10360] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c, raster/test/core/testapi.c,
-	  raster/test/regress/rt_neighborhood_expected,
-	  raster/test/regress/rt_union.sql,
-	  raster/test/regress/rt_union_expected, utils/create_undef.pl:
-	  Added multi-band support for ST_Union. Ticket is #2021
-
-2012-10-01 23:13  Regina Obe <lr at pcorp.us>
-
-	* [r10359] doc/reference_raster.xml: #1938 document addition of
-	  addbandarg and swap out old example with example utilizing
-	  addbandarg
-
-2012-10-01 22:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10358] liblwgeom/g_box.c, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/ptarray.c: Rename lwcircle_calculate_gbox_cartesian_2d
-	  to lw_arc_calculate_gbox_cartesian_2d
-
-2012-10-01 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10357] liblwgeom/g_box.c, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/measures.c: Rename lwcircle_center to lw_arc_center to
-	  match other lwalgorithm signatures
-
-2012-10-01 22:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10356] liblwgeom/cunit/cu_algorithm.c, liblwgeom/g_box.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwtree.c, liblwgeom/measures.c, liblwgeom/ptarray.c:
-	  Anal retentive code re-organization. Try and move the primitive
-	  computational geometry functions into lwalgorithm.c
-
-2012-10-01 14:04  Sandro Santilli <strk at keybit.net>
-
-	* [r10355] utils/postgis_restore.pl.in: Do not confuse CREATE
-	  OPERATOR FAMILY with a CREATE OPERATOR
-
-2012-10-01 09:28  Sandro Santilli <strk at keybit.net>
-
-	* [r10354] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: Accept array properties in GML input
-	  multi-geom input (#1928)
-	  
-	  Patch by Kashif Rasul and Shoaib Burq / SpacialDB
-
-2012-10-01 08:47  Sandro Santilli <strk at keybit.net>
-
-	* [r10351] extensions/postgis/Makefile.in: Create target dir if
-	  non-existing
-
-2012-09-29 17:57  Regina Obe <lr at pcorp.us>
-
-	* [r10346] extensions/postgis/sql_bits/postgis--unpackaged.sql.in:
-	  update postgis unpackaged script. postgis_topology was already up
-	  to date.
-
-2012-09-29 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r10345] extensions/opt_out.sh: Provide a script to opt out of
-	  extensions
-
-2012-09-28 23:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10344] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
-	  raster/test/regress/rt_union.sql,
-	  raster/test/regress/rt_union_expected: Addition of C-based
-	  ST_Union(raster) aggregate function (ticket #1364). Renamed low
-	  level function rt_raster_has_no_band() to raster_has_band().
-	  Updated docs and NEWS for ST_Union.
-
-2012-09-28 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10343] liblwgeom/liblwgeom.h.in, liblwgeom/measures.c: Remove
-	  unused point in poly function
-
-2012-09-28 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10342] liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/measures.c, liblwgeom/ptarray.c: Add
-	  ptarray_contains_point to ptarray file, so that all other
-	  liblwgeom functions can use the one routine.
-
-2012-09-28 21:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10341] liblwgeom/measures.c: Remove no longer used function,
-	  lwgeom_pt_inside_circle.
-
-2012-09-28 21:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10340] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Add
-	  new pointer-based coordinate access method, now that aligned
-	  storage is the new normal.
-
-2012-09-28 21:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10339] liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c: Anal retentive
-	  function renaming: ptarray_isclosed -> ptarray_is_closed
-
-2012-09-28 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10338] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c, postgis,
-	  postgis/lwgeom_functions_basic.c: Move some ptarray functions out
-	  of postgis and back into liblwgeom from silly old function that
-	  shouldn't even exist anymore (LWGEOM_inside_circle_point)
-
-2012-09-28 18:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10337] liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c,
-	  liblwgeom/measures.h: Measurement support for arcs (#2018)
-
-2012-09-28 17:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10336] NEWS, postgis/Makefile.in, postgis/geometry_inout.c,
-	  postgis/postgis.sql.in.c, regress/out_geometry.sql,
-	  regress/out_geometry_expected: Add casts from geometry::path,
-	  geometry::point, geometry::polygon, polygon::geometry,
-	  path::geometry, point::geometry to allow easier migration to
-	  PostGIS for folks who start with the Pg types.
-
-2012-09-27 20:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10335] liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_tree.c, liblwgeom/g_box.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwsegmentize.c,
-	  liblwgeom/measures.c, liblwgeom/measures.h: Distance calculation
-	  support for arc features (#2018). Commit adds lowest level
-	  primitive support for distance calculations on single arcs.
-
-2012-09-26 15:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10333] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_neighborhood.sql,
-	  raster/test/regress/rt_neighborhood_expected: Additional
-	  regression tests for ST_Neighborhood and tweaked to support a
-	  distance values of zero for one axis.
-
-2012-09-25 22:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10332] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
-	  docs regarding the callback function for rt_raster_iterator()
-
-2012-09-25 22:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10331] raster/rt_core/rt_api.c, raster/test/core/testapi.c:
-	  Added regression tests, bug fixes and code cleanup for
-	  rt_raster_iterator().
-
-2012-09-25 22:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10330] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Added
-	  rt_raster_iterator(), which is feature complete. Now need to add
-	  lots of regression tests before moving on to the PostgreSQL side
-	  to hook
-	  into it.
-
-2012-09-25 19:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10329] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_neighborhood_expected: Changed behavior
-	  when there is no pixels in the neighborhood for
-	  ST_Neighborhood. It should still return an array as the pixel of
-	  interest could have a value... just surrounded by NODATA.
-
-2012-09-25 17:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10328] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h:
-	  Additional documentation regarding memory ownership
-
-2012-09-25 14:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10327] raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added
-	  correct handling of rt_band's ownsdata flag indicating if the
-	  memory used for the band's data (only for inline, not offline) is
-	  managed internally.
-
-2012-09-25 02:45  Regina Obe <lr at pcorp.us>
-
-	* [r10326] regress/regress_management.sql,
-	  regress/regress_management_expected, regress/wmsservers.sql,
-	  regress/wmsservers_expected: #2012: Change client_min_messages to
-	  warning instead of relying on default notice. 9.3's idea of
-	  notice doesn't seem to include notice about create of new tables.
-
-2012-09-24 15:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10323] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_neighborhood_expected: Changed output
-	  array of ST_Neighborhood to have dimensions of Y,X
-	  instead of X,Y. This matches that found for GDAL blocks.
-
-2012-09-24 15:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10322] raster/test/regress/rt_neighborhood.sql,
-	  raster/test/regress/rt_neighborhood_expected: Additional tests
-	  for ST_Neighborhood()
-
-2012-09-22 14:44  Regina Obe <lr at pcorp.us>
-
-	* [r10321] postgis/geometry_estimate.c: #2010: Include for 9.3 move
-	  to below postgis_config.h so version number of postgresql is
-	  picked up before the conditional include is attempted
-
-2012-09-22 09:00  Regina Obe <lr at pcorp.us>
-
-	* [r10320] postgis/geometry_estimate.c: #2010: compile support for
-	  9.3
-
-2012-09-22 03:55  Regina Obe <lr at pcorp.us>
-
-	* [r10318] doc/reference_operator.xml: Add link to OpenGeo workshop
-	  on KNN to KNN operator.
-
-2012-09-20 23:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10314] doc/reference_misc.xml: Remove now obsolete note.
-
-2012-09-20 22:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10313] doc/bnf-wkb.txt, doc/bnf-wkt.txt: Document ISO WKT/WKB
-	  (#1451)
-
-2012-09-20 13:32  Regina Obe <lr at pcorp.us>
-
-	* [r10310]
-	  extras/tiger_geocoder/tiger_2011/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/geocode_intersection.sql:
-	  #1991: speed issue with 9.2 on geocode and geocoder_intersection,
-	  seems to be 10-50 times faster by forcing join_collapse limit = 2
-
-2012-09-20 11:54  Regina Obe <lr at pcorp.us>
-
-	* [r10309]
-	  extras/tiger_geocoder/tiger_2011/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2011/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2011/tables/lookup_tables_2011.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat: remark out
-	  regress and also put in name in database
-	  #2009 turn off loading of addrfeat
-	  #1614 add U.S. and COUNTY RD as street_type highways
-
-2012-09-19 18:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10306] raster/rt_core/rt_api.c, raster/test/core/testapi.c:
-	  Additional regression tests for rt_raster_get_nearest_pixel()
-
-2012-09-19 18:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10305] doc/html/images/st_invdistweight4ma_equation.png,
-	  doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Added
-	  docs for ST_InvDistWeight4ma() and ST_MinDist4ma(). Changed
-	  function signature for ST_Neighborhood() to support specifying
-	  distances
-	  on both X and Y axis.
-
-2012-09-19 18:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10304] doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
-	  raster/test/regress/rt_neighborhood.sql,
-	  raster/test/regress/rt_neighborhood_expected: Tweaked
-	  ST_Neighborhood() to use two separate distance parameters for X
-	  and Y axes.
-
-2012-09-19 18:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10303] raster/rt_pg/rtpostgis.sql.in.c: Added ST_MinDist4ma()
-	  for getting minimum distance from the center pixel
-	  to the nearest neighbor in neighborhood with value
-
-2012-09-19 18:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10302] raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_invdistweight4ma.sql,
-	  raster/test/regress/rt_invdistweight4ma_expected: Added
-	  regression tests for ST_InvDistWeight4ma()
-
-2012-09-19 18:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10301] raster/rt_pg/rtpostgis.sql.in.c: Added Inverse Distance
-	  Weighting function for use with
-	  ST_MapAlgebraFctNgb
-
-2012-09-18 12:21  Regina Obe <lr at pcorp.us>
-
-	* [r10300] doc/html/image_src/generator.c: #2055: (L burned in all
-	  subsequent images after Delaunay) increase remove to remove
-	  images 0-9 before building next. The remove went from 0-5 and I
-	  guess Kevin wasn't counting on anyone crazy enough to have 6
-	  image layers. This code definitely needs some work, but this will
-	  do for now.
-
-2012-09-17 12:31  Sandro Santilli <strk at keybit.net>
-
-	* [r10299] .gitignore, doc/Makefile.in, doc/po,
-	  doc/po/Makefile.local, doc/po/README, doc/po/it_IT,
-	  doc/po/it_IT/Makefile, doc/po/it_IT/extras.xml.po,
-	  doc/po/it_IT/extras_historytable.xml.po,
-	  doc/po/it_IT/extras_tigergeocoder.xml.po,
-	  doc/po/it_IT/extras_topology.xml.po, doc/po/it_IT/faq.xml.po,
-	  doc/po/it_IT/faq_raster.xml.po, doc/po/it_IT/installation.xml.po,
-	  doc/po/it_IT/introduction.xml.po,
-	  doc/po/it_IT/performance_tips.xml.po,
-	  doc/po/it_IT/postgis.xml.po, doc/po/it_IT/reference.xml.po,
-	  doc/po/it_IT/reference_accessor.xml.po,
-	  doc/po/it_IT/reference_constructor.xml.po,
-	  doc/po/it_IT/reference_editor.xml.po,
-	  doc/po/it_IT/reference_exception.xml.po,
-	  doc/po/it_IT/reference_lrs.xml.po,
-	  doc/po/it_IT/reference_management.xml.po,
-	  doc/po/it_IT/reference_measure.xml.po,
-	  doc/po/it_IT/reference_misc.xml.po,
-	  doc/po/it_IT/reference_operator.xml.po,
-	  doc/po/it_IT/reference_output.xml.po,
-	  doc/po/it_IT/reference_processing.xml.po,
-	  doc/po/it_IT/reference_raster.xml.po,
-	  doc/po/it_IT/reference_transaction.xml.po,
-	  doc/po/it_IT/reference_type.xml.po,
-	  doc/po/it_IT/release_notes.xml.po, doc/po/it_IT/reporting.xml.po,
-	  doc/po/it_IT/using_postgis_app.xml.po,
-	  doc/po/it_IT/using_postgis_dataman.xml.po,
-	  doc/po/it_IT/using_raster_dataman.xml.po, doc/po/pt_BR,
-	  doc/po/pt_BR/Makefile, doc/po/pt_BR/extras.xml.po,
-	  doc/po/pt_BR/extras_historytable.xml.po,
-	  doc/po/pt_BR/extras_tigergeocoder.xml.po,
-	  doc/po/pt_BR/extras_topology.xml.po, doc/po/pt_BR/faq.xml.po,
-	  doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/installation.xml.po,
-	  doc/po/pt_BR/introduction.xml.po,
-	  doc/po/pt_BR/performance_tips.xml.po,
-	  doc/po/pt_BR/postgis.xml.po, doc/po/pt_BR/reference.xml.po,
-	  doc/po/pt_BR/reference_accessor.xml.po,
-	  doc/po/pt_BR/reference_constructor.xml.po,
-	  doc/po/pt_BR/reference_editor.xml.po,
-	  doc/po/pt_BR/reference_exception.xml.po,
-	  doc/po/pt_BR/reference_lrs.xml.po,
-	  doc/po/pt_BR/reference_management.xml.po,
-	  doc/po/pt_BR/reference_measure.xml.po,
-	  doc/po/pt_BR/reference_misc.xml.po,
-	  doc/po/pt_BR/reference_operator.xml.po,
-	  doc/po/pt_BR/reference_output.xml.po,
-	  doc/po/pt_BR/reference_processing.xml.po,
-	  doc/po/pt_BR/reference_raster.xml.po,
-	  doc/po/pt_BR/reference_transaction.xml.po,
-	  doc/po/pt_BR/reference_type.xml.po,
-	  doc/po/pt_BR/release_notes.xml.po, doc/po/pt_BR/reporting.xml.po,
-	  doc/po/pt_BR/using_postgis_app.xml.po,
-	  doc/po/pt_BR/using_postgis_dataman.xml.po,
-	  doc/po/pt_BR/using_raster_dataman.xml.po, doc/po/templates,
-	  doc/po/templates/README, doc/po/templates/extras.xml.pot,
-	  doc/po/templates/extras_historytable.xml.pot,
-	  doc/po/templates/extras_tigergeocoder.xml.pot,
-	  doc/po/templates/extras_topology.xml.pot,
-	  doc/po/templates/faq.xml.pot,
-	  doc/po/templates/faq_raster.xml.pot,
-	  doc/po/templates/installation.xml.pot,
-	  doc/po/templates/introduction.xml.pot,
-	  doc/po/templates/performance_tips.xml.pot,
-	  doc/po/templates/postgis.xml.pot,
-	  doc/po/templates/reference.xml.pot,
-	  doc/po/templates/reference_accessor.xml.pot,
-	  doc/po/templates/reference_constructor.xml.pot,
-	  doc/po/templates/reference_editor.xml.pot,
-	  doc/po/templates/reference_exception.xml.pot,
-	  doc/po/templates/reference_lrs.xml.pot,
-	  doc/po/templates/reference_management.xml.pot,
-	  doc/po/templates/reference_measure.xml.pot,
-	  doc/po/templates/reference_misc.xml.pot,
-	  doc/po/templates/reference_operator.xml.pot,
-	  doc/po/templates/reference_output.xml.pot,
-	  doc/po/templates/reference_processing.xml.pot,
-	  doc/po/templates/reference_raster.xml.pot,
-	  doc/po/templates/reference_transaction.xml.pot,
-	  doc/po/templates/reference_type.xml.pot,
-	  doc/po/templates/release_notes.xml.pot,
-	  doc/po/templates/reporting.xml.pot,
-	  doc/po/templates/using_postgis_app.xml.pot,
-	  doc/po/templates/using_postgis_dataman.xml.pot,
-	  doc/po/templates/using_raster_dataman.xml.pot: Initial support
-	  for documentatin translation
-	  
-	  Adds "update-po" Makefile target under doc/
-	  Adds "local-html" Makefile target under doc/po/<lang>
-
-2012-09-17 11:43  Sandro Santilli <strk at keybit.net>
-
-	* [r10298] java/jdbc/build.xml: Update URL of Maven jar (thanks
-	  Sandeep Thakkar)
-
-2012-09-14 21:03  Sandro Santilli <strk at keybit.net>
-
-	* [r10290] doc/Makefile.in: reference_type.xml has been missing
-	  from XML sources for years !
-
-2012-09-14 20:59  Sandro Santilli <strk at keybit.net>
-
-	* [r10289] doc/installation.xml, doc/introduction.xml,
-	  doc/reference_raster.xml, doc/release_notes.xml: Other double
-	  quotes needed by poxml
-
-2012-09-14 20:52  Sandro Santilli <strk at keybit.net>
-
-	* [r10288] doc/extras_topology.xml, doc/reference_constructor.xml,
-	  doc/reference_lrs.xml, doc/reference_management.xml,
-	  doc/reference_measure.xml, doc/reference_output.xml,
-	  doc/reference_processing.xml, doc/reference_raster.xml,
-	  doc/template.xml: More Double quote tag attribute values for
-	  poxml support
-
-2012-09-14 20:33  Sandro Santilli <strk at keybit.net>
-
-	* [r10287] doc/extras_tigergeocoder.xml: Double quote tag attribute
-	  values and use open&close for <paramdef>
-	  
-	  This format plays nicely with xml2pot and po2xml...
-
-2012-09-14 11:29  Regina Obe <lr at pcorp.us>
-
-	* [r10286] doc/xsl/postgis_aggs_mm.xml.xsl: PostGIS 2.1 changes
-	  section was incorrectly listing 2.0 instead of 2.1 changes. Also
-	  just folder 2.1 changes into many What is new in 2.1 section.
-
-2012-09-14 07:49  Sandro Santilli <strk at keybit.net>
-
-	* [r10285] doc/Makefile.in: Distinguish between generated and
-	  source XML inputs
-
-2012-09-14 07:40  Sandro Santilli <strk at keybit.net>
-
-	* [r10284] doc/Makefile.in: Rewrite header file to have full
-	  credits
-	  
-	  Used git history to figure out authors and commit years
-
-2012-09-14 03:10  Regina Obe <lr at pcorp.us>
-
-	* [r10283] doc/reference_editor.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Add changed section for 2.1 and
-	  mark ST_Segmentize as having a breaking change
-
-2012-09-13 20:41  Sandro Santilli <strk at keybit.net>
-
-	* [r10282] doc/reference_misc.xml: Fix ST_Estimated_Extent name
-	  change documentation encoding
-
-2012-09-13 20:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10281] postgis/geometry_estimate.c,
-	  postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
-	  postgis/lwgeom_accum.c: Remove code in #ifdefs for PgSQL 8.4 and
-	  under, per #1880
-
-2012-09-13 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10280] regress/tickets.sql, regress/tickets_expected: Test for
-	  #1780
-
-2012-09-13 09:53  Sandro Santilli <strk at keybit.net>
-
-	* [r10279] NEWS, doc/reference_misc.xml, postgis/postgis.sql.in.c,
-	  regress/tickets.sql, regress/tickets_expected:
-	  ST_Estimated_Extent renamed to ST_EstimatedExtent (#1994)
-	  
-	  ST_Estimated_Extent is kept but deprecated, testcases test both
-	  signatures. Documentation documents the new name and warns about
-	  it being renamed in 2.1.0
-
-2012-09-13 02:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10278] NEWS, liblwgeom/lwalgorithm.c,
-	  postgis/geography.sql.in.c, postgis/lwgeom_functions_basic.c:
-	  #1780 ST_GeoHash should support geography type without cast
-
-2012-09-12 02:37  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10277] raster/loader/Makefile.in: Reverted some of the changes
-	  committed in r10238
-
-2012-09-11 14:07  Regina Obe <lr at pcorp.us>
-
-	* [r10276] doc/reference_processing.xml: forgot to commit
-	  ST_Delaun... reference in last
-
-2012-09-11 14:01  Regina Obe <lr at pcorp.us>
-
-	* [r10275] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_delaunaytriangles04.wkt,
-	  doc/html/image_src/styles.conf: ST_DelaunayTriangle examples and
-	  a 3D example
-
-2012-09-10 18:36  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r10268] raster/scripts/plpgsql/st_summarystatsagg.sql: Fixed the
-	  state and final functions when count is zero or initial sum is
-	  null
-
-2012-09-10 15:00  Regina Obe <lr at pcorp.us>
-
-	* [r10266] doc/reference_output.xml: #1869 note that ST_Asbinary on
-	  unknown is now illegal. Have to backport to 2.0 as well. I will
-	  add to full legacy though for those who can't change code.
-
-2012-09-08 02:26  Regina Obe <lr at pcorp.us>
-
-	* [r10262] doc/introduction.xml: Update PSC list
-
-2012-09-08 01:24  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10261] doc/reference_raster.xml: Added docs for new variant of
-	  ST_SetValues()
-
-2012-09-08 01:21  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10260] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_setvalues_array.sql,
-	  raster/test/regress/rt_setvalues_array_expected: Added new
-	  variant on existing ST_SetValues where instead of a noset 2D
-	  array of booleans, the parameter nosetvalue can be used instead.
-
-2012-09-08 01:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10259] configure.ac: Minor message tweaks regarding GDAL/OGR
-	  detection
-
-2012-09-07 22:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10257] NEWS, liblwgeom/lwsegmentize.c, regress/tickets.sql,
-	  regress/tickets_expected: correct length for closed circles
-	  (#1978)
-
-2012-09-07 20:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10255] NEWS, postgis/lwgeom_in_gml.c, regress/tickets.sql,
-	  regress/tickets_expected: ST_GeomFromGML on CurvePolygon causes
-	  server crash (#1936)
-
-2012-09-07 19:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10252] liblwgeom/liblwgeom.h.in: Fix cunit crash due to lack of
-	  proper signature for lwgeom_segmentize_sphere in header.
-
-2012-09-07 18:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10251] NEWS, liblwgeom/measures.c, regress/tickets.sql,
-	  regress/tickets_expected: ST_Distance to a one-point LineString
-	  returns NULL (#1957)
-
-2012-09-06 18:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10241] NEWS: Added item for fixes regarding ticket #1981
-
-2012-09-06 17:34  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10239] raster/rt_pg/rt_pg.c: Removed unnecessary/unused
-	  variables and assignments. Ticket is #1981
-
-2012-09-06 17:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10238] raster/loader/Makefile.in: Minor cleanup of raster2pgsql
-	  Makefile
-
-2012-09-06 09:30  Sandro Santilli <strk at keybit.net>
-
-	* [r10237] README.postgis, configure.ac: Encode dependency on GEOS
-	  >= 3.3.0
-
-2012-09-06 09:27  Sandro Santilli <strk at keybit.net>
-
-	* [r10236] configure.ac: Encode dependency on PROJ >= 4.6.0
-
-2012-09-06 09:24  Sandro Santilli <strk at keybit.net>
-
-	* [r10235] README.postgis, configure.ac: Encode dependency on
-	  PostgreSQL 9.0 or higher
-
-2012-09-05 13:41  Regina Obe <lr at pcorp.us>
-
-	* [r10234] topology/test/regress/copytopology.sql,
-	  topology/test/regress/copytopology_expected: #1970 - 9.2rc1
-	  regress failure change layer_id_seq from select * to explicitly
-	  select fields. log_cnt now returns 0 for 9.2rc1 so fails regress
-	  otherwise
-
-2012-09-04 12:53  Regina Obe <lr at pcorp.us>
-
-	* [r10226] doc/html/image_src/styles.conf: #1974 evidentally Unix
-	  really needs the RGB, RGBA quoted and windows doesn't like single
-	  quotes. Change to double quotes to satisfy both :)
-
-2012-09-04 12:48  Regina Obe <lr at pcorp.us>
-
-	* [r10225] doc/html/image_src/generator.c: #1974 revision of ()
-	  escaping to work on Posix
-
-2012-09-04 12:43  Sandro Santilli <strk at keybit.net>
-
-	* [r10224] doc/html/image_src/styles.conf: Re-quote the styles,
-	  needed here
-	  
-	  Here is ImageMagick 6.5.7-8 2012-08-17 Q16
-	  Didn't look what exactly parses styles.conf
-
-2012-09-04 12:34  Sandro Santilli <strk at keybit.net>
-
-	* [r10223] doc/html/image_src/generator.c: Properly escape
-	  imagemagic paren arguments
-
-2012-09-04 11:44  Regina Obe <lr at pcorp.us>
-
-	* [r10222] doc/html/image_src/generator.c,
-	  doc/html/image_src/styles.conf: #1974 revise style colors and
-	  generator.c convert calls so they work with windows ImageMagick
-	  6.7.9 Q16
-
-2012-09-01 08:39  Sandro Santilli <strk at keybit.net>
-
-	* [r10217] utils/postgis_restore.pl.in: Add missing signatures from
-	  1.5, closing #1391
-	  
-	  These are: st_asukml and {x,y}{min,max}(box2d)
-
-2012-08-28 04:08  Regina Obe <lr at pcorp.us>
-
-	* [r10206] java/jdbc/src/org/postgis/DriverWrapper.java,
-	  java/jdbc/src/org/postgis/java2d/Java2DWrapper.java: #1960 JDK7
-	  compatibility patch
-
-2012-08-28 00:05  Regina Obe <lr at pcorp.us>
-
-	* [r10202] postgis/Makefile.in: Fix for #1969 (and test buildbot)
-	  make postgis_upgrade_21_minor.sql same as
-	  postgis_upgrade_20_21.sql for now since we are in prerelease
-	  mode.
-
-2012-08-27 04:50  Regina Obe <lr at pcorp.us>
-
-	* [r10201] extensions/postgis/Makefile.in, postgis/Makefile.in:
-	  #1897 relabel currently mislabeled postgis_upgrade_20_minor.sql
-	  to postgis_upgrade_20_21.sql (still need to do the same for
-	  raster and topology)
-
-2012-08-25 03:16  Regina Obe <lr at pcorp.us>
-
-	* [r10199] java/jdbc/pom.xml: Up version number from 2.0.1.SVN to
-	  2.1.0SVN
-
-2012-08-23 07:16  Regina Obe <lr at pcorp.us>
-
-	* [r10198] regress/regress.sql: 1963: Cast text to geometry for
-	  ST_Segmentize -- introduction of geography means no more laziness
-	  allowed
-
-2012-08-23 06:37  Regina Obe <lr at pcorp.us>
-
-	* [r10197] doc/reference_measure.xml: update about enhancements in
-	  geography ST_DWithin and ST_Distance. Done for ST_Intersects too
-	  I think? Paul? But haven't marked ST_Intersects since wasn't
-	  sure.
-
-2012-08-23 06:31  Regina Obe <lr at pcorp.us>
-
-	* [r10196] doc/reference_editor.xml: document ST_Segmentize new
-	  geography function. Will provide example later.
-
-2012-08-22 21:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10195] NEWS, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c: ST_Segmentize(geography,
-	  maxseglength) (#1962)
-
-2012-08-21 18:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10194] liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c:
-	  ST_Intersects(geography) returns incorrect result for
-	  pure-crossing cases (line cross line, line crosses polygon)
-	  (#1958)
-
-2012-08-20 12:06  Regina Obe <lr at pcorp.us>
-
-	* [r10191] doc/installation.xml: Cleanup of required versions and
-	  link to new page that lists pre-packaged distros for various OS
-
-2012-08-17 19:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10190] postgis/geography_measurement_trees.c: Error in
-	  ST_Intersects: lwgeom_covers_lwgeom_sphere: only POLYGON and
-	  POINT types are currently supported (#1949)
-
-2012-08-17 17:18  Sandro Santilli <strk at keybit.net>
-
-	* [r10189] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_modedgeheal.sql,
-	  topology/test/regress/st_modedgeheal_expected,
-	  topology/test/regress/st_newedgeheal.sql,
-	  topology/test/regress/st_newedgeheal_expected: Fix ST_ModEdgeHeal
-	  and ST_NewEdgeHeal for doubly connected edges
-	  
-	  Includes testcases, closes #1955
-
-2012-08-15 18:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10183] NEWS, liblwgeom/cunit/cu_tree.c,
-	  liblwgeom/lwgeodetic_tree.c: Crash in ST_Distance (#1951)
-
-2012-08-14 12:06  Regina Obe <lr at pcorp.us>
-
-	* [r10181] extras/tiger_geocoder/tiger_2010: remove tiger_2010 from
-	  2.1. So just need to update for 2.0 branch. too much hassle to
-	  backport and most people will want to use tiger_2011
-
-2012-08-13 21:45  Regina Obe <lr at pcorp.us>
-
-	* [r10179] extras/tiger_geocoder/tiger_2011/census_loader.sql:
-	  #1838 for tabblock name and tabblock_id are not big enough for
-	  california. Will only alter the columns if they have not already
-	  been increased in size
-
-2012-08-11 19:58  Regina Obe <lr at pcorp.us>
-
-	* [r10178] extras/tiger_geocoder/tiger_2011/census_loader.sql,
-	  extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql: #1838 --
-	  tabblock not loading. oops committed wrong change. Revert
-	  previous change and make correct change.
-
-2012-08-11 19:49  Regina Obe <lr at pcorp.us>
-
-	* [r10177] extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql:
-	  #1838 tabblock not loading
-
-2012-08-10 16:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10176] libpgcommon/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.h, postgis/geography_measurement.c:
-	  Switch from gnomic to LAEA for the projection for the custom
-	  zones. Less perfect intersections, but measure metric fidelity
-	  for distances, areas, etc. (#1610)
-
-2012-08-09 15:54  Regina Obe <lr at pcorp.us>
-
-	* [r10175] extensions/postgis_topology/Makefile.in: #1944: Support
-	  for 2.1.0SVN/2.1.0SVN extension for topology
-	  ALTER EXTENSION postgis_topology UPDATE TO "2.1.0SVNnext";
-	  ALTER EXTENSION postgis_topology UPDATE TO "2.1.0SVN";
-
-2012-08-09 02:31  Regina Obe <lr at pcorp.us>
-
-	* [r10174] extensions/postgis/Makefile.in: fix typo revision to
-	  previous commit in support of #1944
-
-2012-08-09 00:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10173] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
-	  clamped value comparisons and updated comments for
-	  rt_band_get_pixel_of_value()
-
-2012-08-08 06:26  Regina Obe <lr at pcorp.us>
-
-	* [r10172] extensions/postgis/Makefile.in: revision to previous
-	  commit -- forgot one and change Next to next
-
-2012-08-08 06:18  Regina Obe <lr at pcorp.us>
-
-	* [r10171] extensions/postgis/Makefile.in: #1944 Extensions
-	  Migration path from 2.1.0 to 2.1.0 - yoyo upgrade to allow
-	  upgrade 2.1.0SVN to 2.1.0SVNNext to 2.1.0SVN
-
-2012-08-07 12:34  Regina Obe <lr at pcorp.us>
-
-	* [r10170] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: #1945
-	  for upgrade from pre 2.1.0 release to 2.1.0 -- create
-	  samealignment agg and addbandarg types if they don't exist. Get
-	  rid of pre-9.0 code -- WE CAN DO now since we don't support 8.4
-	  in 2.1 :)
-
-2012-08-06 22:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10169] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c:
-	  Refactor data type cleanup
-
-2012-08-06 16:21  Regina Obe <lr at pcorp.us>
-
-	* [r10168]
-	  extensions/postgis/sql_bits/remove_from_extension.sql.in: #1948
-	  drop types from extension no longer needed by raster. Still can't
-	  upgrade because addbandarg can't be altered if it doesn't exist.
-
-2012-08-06 15:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10167] raster/rt_pg/rt_pg.c: Simplify code underlying
-	  ST_AddBand(raster, raster[])
-
-2012-08-05 23:04  Regina Obe <lr at pcorp.us>
-
-	* [r10165] doc/reference_processing.xml: Another example for
-	  ST_DumpPoints which is the most common use case
-
-2012-08-04 14:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10162] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c:
-	  Replaced last commit with something much simpler and possibly
-	  more
-	  effective
-
-2012-08-04 14:12  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10161] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Added
-	  logic for when to DROP and/or CREATE TYPEs.
-
-2012-08-03 21:45  Regina Obe <lr at pcorp.us>
-
-	* [r10160] extensions/upgradeable_versions.mk: #1947 try again
-	  forget end mark
-
-2012-08-03 21:38  Regina Obe <lr at pcorp.us>
-
-	* [r10159] extensions/upgradeable_versions.mk: #1947 define upgrade
-	  path from 2.0.1 to 2.1.0SVN
-
-2012-08-03 19:43  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10158] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c: Added missing variant of
-	  ST_SetValues without nband parameter.
-
-2012-08-03 17:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10157] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Added
-	  new TYPEs that need to be added when doing a minor upgrade.
-
-2012-08-03 00:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10156] configure.ac: Cleanup of GDAL checks and additional
-	  check for OGR
-
-2012-08-03 00:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10155] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
-	  rt_util_gdal_register_all() to prevent multiple calls to
-	  GDALAllRegister()
-
-2012-08-02 19:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10154] raster/test/regress/rt_band.sql,
-	  raster/test/regress/rt_nearestvalue.sql: Tweaked tests to use new
-	  variants of ST_AddBand and ST_SetValues
-
-2012-08-02 18:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10153] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Code and
-	  comments cleanup.
-
-2012-08-02 15:21  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10152] raster/rt_pg/rt_pg.c: Additional comments regarding use
-	  of PG_DETOAST_DATUM_COPY
-
-2012-08-01 23:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10151] raster/rt_pg/rt_pg.c: Added comments regarding use of
-	  PG_DETOAST_DATUM*
-
-2012-08-01 23:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10150] NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_addband_expected: Rewrote
-	  ST_AddBand(raster, ...) array version in C. Ticket is #1363
-
-2012-08-01 03:47  Regina Obe <lr at pcorp.us>
-
-	* [r10149]
-	  extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql: Fix
-	  raise notice that only shows in debug mode
-
-2012-07-31 23:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10148] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_setvalues_array.sql,
-	  raster/test/regress/rt_setvalues_array_expected: Added regression
-	  tests and docs for two of the ST_SetValues variants
-
-2012-07-31 23:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10147] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  Added ST_SetValues for setting an area defined by x, y, width and
-	  height
-	  to one value. Also added function parameter "keepnodata".
-
-2012-07-31 23:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10146] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  Added ST_SetValues() for setting an array of new values to a
-	  band.
-	  Ticket is #595
-
-2012-07-31 23:43  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10145] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  First steps of add ST_SetValues() variant for array of values
-
-2012-07-31 15:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10144] raster/rt_pg/rtpostgis.sql.in.c: Fixed forgotten type
-	  casting for ST_DWithin and ST_DFullyWithin()
-
-2012-07-30 22:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10143] raster/test/regress/rt_polygon.sql: Make PostgreSQL 8.4
-	  happy with the rt_polygon regression test.
-
-2012-07-30 15:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10138] raster/rt_pg/rtpostgis_drop.sql.in.c: Added final
-	  touches of removing output-only data types
-
-2012-07-29 02:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10137] NEWS: Added news regarding #1939
-
-2012-07-29 02:34  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10136] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Removed histogram data
-	  type. Ticket is #1939
-
-2012-07-29 02:34  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10135] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Removed valuecount data
-	  type. Ticket is #1939
-
-2012-07-29 02:34  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10134] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Removed quantile data type.
-	  Ticket is #1939
-
-2012-07-29 02:34  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10133] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Removed summarystats data
-	  type. Ticket is #1939
-
-2012-07-27 22:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10132] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h:
-	  Expanded on comments about things to keep in mind when using
-	  rt_band_set_pixel_line()
-
-2012-07-27 19:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10131] NEWS, doc/reference_raster.xml: Updated docs for new
-	  type addbandarg and new ST_AddBand() variant
-
-2012-07-27 19:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10130] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_addband_expected: Refactored ST_AddBand to
-	  permit adding one or more new bands in one
-	  call. Ticket is #1938.
-
-2012-07-27 19:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10129] raster/rt_pg/rtpostgis.sql.in.c: New and refactored
-	  variants of ST_AddBand(). Purely superficial as none
-	  of the underlying code has been rewritten for the changes...
-
-2012-07-25 20:37  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10128] doc/reference_raster.xml: Added examples to a bunch of
-	  functions
-
-2012-07-25 19:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10127] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
-	  rt_pixtype_compare_clamped_values() for comparing two doubles in
-	  the context of a pixeltype.
-
-2012-07-25 15:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10125] doc/using_raster_dataman.xml: Added info about a few
-	  undocumented raster2pgsql flags
-
-2012-07-25 15:03  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10124] NEWS: Added #1932 to NEWS
-
-2012-07-25 15:03  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10123] raster/loader/raster2pgsql.c: Fixed syntax for setting
-	  tablespace for index. Ticket is #1932. Thanks
-	  kib.
-
-2012-07-25 13:52  Sandro Santilli <strk at keybit.net>
-
-	* [r10119] doc/using_postgis_dataman.xml: Do not advertise broken
-	  type "geometry(srid)" (#1934)
-
-2012-07-25 03:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10118] raster/test/regress/rt_set_band_properties.sql: Removed
-	  garbage comments
-
-2012-07-25 03:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10117] raster/test/regress/Makefile.in,
-	  raster/test/regress/create_rt_band_properties_test.sql,
-	  raster/test/regress/create_rt_band_properties_test_expected,
-	  raster/test/regress/create_rt_empty_raster_test.sql,
-	  raster/test/regress/create_rt_empty_raster_test_expected,
-	  raster/test/regress/create_rt_gist_test.sql,
-	  raster/test/regress/create_rt_gist_test_expected,
-	  raster/test/regress/create_rt_mapalgebra_test.sql,
-	  raster/test/regress/create_rt_mapalgebra_test_expected,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test_expected,
-	  raster/test/regress/create_rt_properties_test.sql,
-	  raster/test/regress/create_rt_properties_test_expected,
-	  raster/test/regress/create_rt_utility_test.sql,
-	  raster/test/regress/drop_rt_band_properties_test.sql,
-	  raster/test/regress/drop_rt_band_properties_test_expected,
-	  raster/test/regress/drop_rt_empty_raster_test.sql,
-	  raster/test/regress/drop_rt_empty_raster_test_expected,
-	  raster/test/regress/drop_rt_gist_test.sql,
-	  raster/test/regress/drop_rt_gist_test_expected,
-	  raster/test/regress/drop_rt_mapalgebra_test.sql,
-	  raster/test/regress/drop_rt_mapalgebra_test_expected,
-	  raster/test/regress/drop_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/drop_rt_mapalgebrafctngb_test_expected,
-	  raster/test/regress/drop_rt_properties_test.sql,
-	  raster/test/regress/drop_rt_properties_test_expected,
-	  raster/test/regress/rt_above.sql,
-	  raster/test/regress/rt_band_properties.sql,
-	  raster/test/regress/rt_below.sql,
-	  raster/test/regress/rt_contain.sql,
-	  raster/test/regress/rt_contained.sql,
-	  raster/test/regress/rt_dimensions.sql,
-	  raster/test/regress/rt_georeference.sql,
-	  raster/test/regress/rt_hasnoband.sql,
-	  raster/test/regress/rt_isempty.sql,
-	  raster/test/regress/rt_left.sql,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebrafct.sql,
-	  raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
-	  raster/test/regress/rt_overabove.sql,
-	  raster/test/regress/rt_overbelow.sql,
-	  raster/test/regress/rt_overlap.sql,
-	  raster/test/regress/rt_overleft.sql,
-	  raster/test/regress/rt_overright.sql,
-	  raster/test/regress/rt_pixelsize.sql,
-	  raster/test/regress/rt_pixelvalue.sql,
-	  raster/test/regress/rt_right.sql,
-	  raster/test/regress/rt_rotation.sql,
-	  raster/test/regress/rt_same.sql,
-	  raster/test/regress/rt_scale.sql,
-	  raster/test/regress/rt_set_band_properties.sql,
-	  raster/test/regress/rt_set_properties.sql,
-	  raster/test/regress/rt_upperleft.sql,
-	  raster/test/regress/rt_utility.sql: Consolidated create_* and
-	  drop_* scripts into respective regression
-	  tests. Should make things easier to build a valgrind test suite.
-
-2012-07-25 03:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10116] NEWS, doc/reference_raster.xml: Added docs for
-	  ST_DFullyWithin(raster, raster)
-
-2012-07-25 03:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10115] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_dfullywithin.sql,
-	  raster/test/regress/rt_dfullywithin_expected: Added
-	  ST_DFullyWithin(raster, raster) and regression tests.
-	  Ticket is #1920
-
-2012-07-25 03:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10114] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Added
-	  rt_raster_full_within_distance() and regression tests
-
-2012-07-25 03:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10113] NEWS, doc/reference_raster.xml: Added docs for
-	  ST_DWithin(raster, raster)
-
-2012-07-25 03:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10112] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_dwithin.sql,
-	  raster/test/regress/rt_dwithin_expected: Added ST_DWithin(raster,
-	  raster) and regression tests. Ticket is #1922
-
-2012-07-25 03:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10111] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Added rt_raster_within_distance() and
-	  regression tests
-
-2012-07-24 18:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10110] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_disjoint.sql,
-	  raster/test/regress/rt_disjoint_expected: Added
-	  ST_Disjoint(raster, raster), regression tests and docs. Ticket is
-
-2012-07-23 22:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10109] NEWS, doc/reference_raster.xml: Added to docs for
-	  ST_CoveredBy
-
-2012-07-23 22:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10108] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_coveredby.sql,
-	  raster/test/regress/rt_coveredby_expected: Added ST_CoveredBy and
-	  regression tests. Ticket is #1917.
-
-2012-07-23 22:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10107] doc/reference_raster.xml: Fixed missing closing tag
-
-2012-07-23 22:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10106] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Added rt_raster_covered_by() and
-	  related tests
-
-2012-07-23 22:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10105] NEWS, doc/reference_raster.xml: Added docs for
-	  ST_Covers()
-
-2012-07-23 22:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10104] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_covers.sql,
-	  raster/test/regress/rt_covers_expected: Added ST_Covers() and
-	  regression tests. Ticket is #1916
-
-2012-07-23 22:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10103] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Added rt_raster_covers() and
-	  regression tests
-
-2012-07-23 18:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10102] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h: Added docs for
-	  ST_ContainsProperly(raster, raster) and minor tweaking of
-	  comments
-
-2012-07-23 18:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10101] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_contains.sql,
-	  raster/test/regress/rt_contains_expected,
-	  raster/test/regress/rt_containsproperly.sql,
-	  raster/test/regress/rt_containsproperly_expected: Added
-	  ST_ContainsProperly(raster, raster) and regression tests
-
-2012-07-23 18:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10100] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Addition of
-	  rt_raster_contains_properly and regression tests
-
-2012-07-23 17:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10099] raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_within.sql,
-	  raster/test/regress/rt_within_expected: Added regression tests
-	  for ST_Within(raster, raster). Ticket is #1923.
-
-2012-07-23 17:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10098] doc/reference_raster.xml: Minor fixups to ST_Polygon in
-	  docs. Ticket is #1929.
-
-2012-07-23 17:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10097] raster/rt_pg/rtpostgis_drop.sql.in.c: Minor changes to
-	  comments
-
-2012-07-23 17:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10096] NEWS, doc/reference_raster.xml: Addition of docs for
-	  ST_Within(raster, raster)
-
-2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10095] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_intersects.sql,
-	  raster/test/regress/rt_intersects_expected: Reintroduced
-	  ST_Intersects(geometry, raster) and ST_Intersects(raster,
-	  geometry). Added notes regarding the use of ST_Polygon when
-	  needing to
-	  test the spatial relationship between a raster and a geometry.
-
-2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10094] doc/reference_raster.xml: Added docs for
-	  ST_Contains(raster, raster)
-
-2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10093] raster/test/regress/rt_contains.sql,
-	  raster/test/regress/rt_contains_expected,
-	  raster/test/regress/rt_intersects.sql,
-	  raster/test/regress/rt_intersects_expected,
-	  raster/test/regress/rt_overlaps.sql,
-	  raster/test/regress/rt_overlaps_expected,
-	  raster/test/regress/rt_touches.sql,
-	  raster/test/regress/rt_touches_expected: Updated regression tests
-	  to reflect the removal of various functions
-
-2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10092] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Removed all raster/geometry
-	  variants of ST_Intersects, ST_Overlaps,
-	  ST_Touches and ST_Contains.
-
-2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10091] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Removed geometry-based
-	  ST_Touches for raster,geometry combinations.
-
-2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10090] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Removed vector-space
-	  (geometry-based) variants of ST_Overlaps. Only
-	  raster-space versions remain.
-
-2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10089] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_contains.sql,
-	  raster/test/regress/rt_contains_expected: Addition of ST_Contains
-	  and regression tests. Ticket is #1914
-
-2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10088] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Added rt_raster_contains() and
-	  regression tests
-
-2012-07-23 17:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10087] raster/rt_core/rt_api.c: Removed some commented out code
-	  and added more debug output
-
-2012-07-23 00:46  Regina Obe <lr at pcorp.us>
-
-	* [r10086] doc/reference_raster.xml: #1929 document behavior change
-	  and speed improvements
-
-2012-07-20 00:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10081] raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_touches.sql,
-	  raster/test/regress/rt_touches_expected: Addition debug messages
-	  and disabled one regression test for ST_Touches
-	  due to floating point issues. Will need to see the WKB output.
-
-2012-07-19 23:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10080] raster/rt_core/rt_api.c: Code cleanup and additional
-	  debug output
-
-2012-07-19 20:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10079] NEWS, doc/reference_raster.xml: Updated NEWS and docs
-	  for ST_Touches()
-
-2012-07-19 20:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10078] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_touches.sql,
-	  raster/test/regress/rt_touches_expected: Addition of ST_Touches()
-	  for rasters and related regression tests.
-	  Ticket is #1921
-
-2012-07-19 20:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10077] raster/test/regress/rt_spatial_relationship.sql,
-	  raster/test/regress/rt_spatial_relationship_expected: Remove
-	  rt_spatial_relationship regression tests as similar tests are
-	  done in rt_intersects and rt_intersection
-
-2012-07-19 20:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10076] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Extracted most of code in
-	  rt_raster_overlaps to create generic GEOS
-	  spatial relationship testing function
-	  rt_raster_geos_spatial_relationship(). Refactored
-	  rt_raster_overlaps()
-	  call rt_raster_geos_spatial_relationship(). Added
-	  rt_raster_touches()
-	  and associated regression tests
-
-2012-07-19 18:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10075] NEWS, doc/reference_raster.xml: Added docs for
-	  ST_Overlaps
-
-2012-07-19 18:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10074] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_intersects.sql,
-	  raster/test/regress/rt_overlaps.sql,
-	  raster/test/regress/rt_overlaps_expected: Added ST_Overlaps() and
-	  associated regression tests
-
-2012-07-19 18:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10073] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Addition of
-	  rt_raster_overlaps and related regression tests. Fixed
-	  memory leaks in rt_raster_surface.
-
-2012-07-19 18:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10072] raster/rt_core/rt_api.c: Removed code preventing use of
-	  rt_raster_intersects on offline bands as
-	  offline bands are supported
-
-2012-07-19 18:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10071] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c: Minor documentation change
-	  regarding && operator and tweaked one
-	  variant of st_intersects
-
-2012-07-19 17:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10070] NEWS: Add in geography note
-
-2012-07-17 22:38  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10069] raster/test/regress/rt_polygon.sql,
-	  raster/test/regress/rt_polygon_expected: Fixed ST_Polygon
-	  regression tests to properly handle different GEOS
-	  versions
-
-2012-07-17 22:37  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10068] raster/rt_pg/rtpostgis.sql.in.c: Fix function creation
-	  statement
-
-2012-07-17 22:37  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10067] raster/rt_pg/rtpostgis_drop.sql.in.c: Added cleanup code
-	  for removing ST_BandSurface
-
-2012-07-17 22:37  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10066] raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_bandsurface.sql,
-	  raster/test/regress/rt_bandsurface_expected,
-	  raster/test/regress/rt_polygon.sql,
-	  raster/test/regress/rt_polygon_expected: Regression tests
-	  intended for ST_BandSurface are now for ST_Polygon
-
-2012-07-17 22:37  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10065] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c,
-	  raster/test/regress/rt_bandsurface_expected: Removed
-	  ST_BandSurface as ST_Polygon does the same thing, just in SQL.
-	  Changed ST_Polygon to point use C function instead of sql.
-	  Refactored rt_raster_surface to match performance of SQL-only
-	  ST_Polygon.
-
-2012-07-16 03:17  Regina Obe <lr at pcorp.us>
-
-	* [r10064] extras/tiger_geocoder/tiger_2011/regress/regress.sql:
-	  additional cleanup to insure settings are consistent
-
-2012-07-16 03:11  Regina Obe <lr at pcorp.us>
-
-	* [r10063]
-	  extras/tiger_geocoder/tiger_2011/regress/reverse_geocode_regress,
-	  extras/tiger_geocoder/tiger_2011/regress/reverse_geocode_regress.sql:
-	  #1913 regress check
-
-2012-07-16 03:09  Regina Obe <lr at pcorp.us>
-
-	* [r10062]
-	  extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql:
-	  #1913 reverse geocoder sometimes gives least optimal answer
-	  because of sorting issue
-
-2012-07-14 00:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10061] raster/TODO: Updated TODO since a bunch of functions
-	  just had tickets created.
-
-2012-07-13 23:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10060] raster/TODO, raster/rt_pg/rtpostgis.sql.in.c: Updated
-	  TODO and refactored ST_Intersects(geometry, raster) to use
-	  ST_BandSurface()
-
-2012-07-13 23:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10059] NEWS, doc/reference_raster.xml: Added docs and updated
-	  NEWS for ST_BandSurface
-
-2012-07-13 23:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10058] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_bandsurface.sql,
-	  raster/test/regress/rt_bandsurface_expected: Addition of
-	  ST_BandSurface and regressions tests. Ticket is #1911
-
-2012-07-13 23:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10057] raster/test/core/testapi.c: Additional tests for
-	  rt_raster_surface()
-
-2012-07-13 23:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10056] raster/rt_core/rt_api.c: Additional comments regarding
-	  use of lwgeom_as_multi() and the
-	  lwgeom_clone_deep()
-
-2012-07-13 23:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10055] raster/rt_core/rt_api.c, raster/test/core/testapi.c:
-	  Addition of rt_raster_surface() function and related regression
-	  test.
-	  Added regression test for rt_raster_pixel_as_polygon.
-
-2012-07-13 23:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10054] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Initial commit of rt_raster_surface()
-	  with base regression tests
-
-2012-07-12 17:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10051] regress/regress_index_nulls.sql,
-	  regress/regress_index_nulls_expected: Add in test for node
-	  splitting with nulls and empties (#1905)
-
-2012-07-12 13:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10050] raster/loader/raster2pgsql.c: Changed word choice
-	  "Supported" instead of "Available"
-
-2012-07-12 03:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10046] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h, liblwgeom/lwgeodetic_tree.c,
-	  liblwgeom/lwgeodetic_tree.h: Allow circtree nodes to have more
-	  than 2 children (#1910)
-
-2012-07-11 19:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10045] liblwgeom/lwgeodetic_tree.c: Comment on methodology
-	  behind tree node merging
-
-2012-07-11 18:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10044] postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c,
-	  postgis/geography_measurement_trees.c,
-	  postgis/geography_measurement_trees.h, regress/Makefile.in,
-	  regress/geography.sql, regress/geography_expected: Complete
-	  geography performance work (#1796), move testing functions into
-	  _ST_* name space for privacy, add regression tests for issues
-	  encountered during development.
-
-2012-07-11 04:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10043] liblwgeom/lwgeodetic.c: Add note for future pain
-
-2012-07-11 04:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10042] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c,
-	  postgis/geography_measurement_trees.c: Fix issue with projecting
-	  from the poles, retain the source longitude for more sensible
-	  result.
-
-2012-07-10 20:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10041] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeodetic_tree.c,
-	  postgis/geography_measurement_trees.c: Fix a NaN result leaking
-	  into the tree building algorithm (optimized 32 bit code only!).
-
-2012-07-10 20:27  Sandro Santilli <strk at keybit.net>
-
-	* [r10039] extensions/postgis_topology/Makefile.in: Create target
-	  dir if non-existing
-
-2012-07-06 23:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10038] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeodetic.c,
-	  postgis/geography_measurement.c, regress/bestsrid_expected:
-	  Handle best SRID finding for shapes the cross the poles and
-	  dateline. Also add some new larger zones in gnomic for larger
-	  shapes. (#1610)
-
-2012-07-05 19:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10037] liblwgeom/lwgeodetic_tree.c,
-	  postgis/geography_measurement.c,
-	  postgis/geography_measurement_trees.c: Fix issue where the cached
-	  object is a point and the uncached one is a polygon. (#1796)
-
-2012-07-05 16:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10036] libpgcommon/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.h, postgis/geography_measurement.c:
-	  Support for larger objects in ST_Intersection(geography) (#1610)
-	  This adds a set of larger regions that are handled with a gnomic
-	  projection. It could also use an orthographic. There's still a
-	  case to be handled for objects that cross the dateline or poles.
-
-2012-07-04 18:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10035] liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic_tree.c: Fix problems with circtree building
-	  on short edges near the poles. (#1796)
-
-2012-07-04 13:12  Sandro Santilli <strk at keybit.net>
-
-	* [r10034] loader/pgsql2shp-core.c: Fix pgsql2shp for big-endian
-	  systems (#1900)
-	  
-	  Submitted By: Ryan Oliver <ryan.oliver at dse.vic.gov.au>
-
-2012-07-04 00:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10031] raster/rt_core/rt_api.c: Changed return value of
-	  rt_pixtype_get_min_value() when pixel type is
-	  unknown
-
-2012-07-04 00:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10029] raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_histogram.sql,
-	  raster/test/regress/rt_histogram_expected,
-	  raster/test/regress/rt_nearestvalue.sql,
-	  raster/test/regress/rt_nearestvalue_expected,
-	  raster/test/regress/rt_neighborhood.sql,
-	  raster/test/regress/rt_neighborhood_expected,
-	  raster/test/regress/rt_pixelaspolygons.sql,
-	  raster/test/regress/rt_pixelaspolygons_expected,
-	  raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_quantile_expected,
-	  raster/test/regress/rt_summarystats.sql,
-	  raster/test/regress/rt_summarystats_expected,
-	  raster/test/regress/rt_valuecount.sql,
-	  raster/test/regress/rt_valuecount_expected: Fixed how the minimum
-	  possible value of a pixel type was being
-	  determined. Added regression tests for band without NODATA.
-
-2012-07-03 23:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10028] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed
-	  handling of pixel value check for NODATA
-
-2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10027] NEWS, doc/reference_raster.xml: Added docs for
-	  ST_PixelAsPoints and ST_PixelAsCentroids and update NEWS
-
-2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10026] doc/reference_raster.xml: Addition of notes
-	  differentiating ST_DumpPolygons and
-	  ST_PixelsAsPolygons
-
-2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10025] raster/test/regress/rt_pixelascentroids.sql,
-	  raster/test/regress/rt_pixelascentroids_expected,
-	  raster/test/regress/rt_pixelaspoints.sql,
-	  raster/test/regress/rt_pixelaspoints_expected: Addition of
-	  regression tests for ST_PixelAsCentroids and
-	  ST_PixelAsPoints
-
-2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10024] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in: Addition of ST_PixelAsPoints and
-	  ST_PixelAsCentroids
-
-2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10023] raster/rt_pg/rt_pg.c: Removed RASTER_getPixelPolygon as
-	  it has been replaced with
-	  RASTER_getPixelPolygons
-
-2012-07-03 22:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10022] doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_intersection.sql,
-	  raster/test/regress/rt_intersection_expected,
-	  raster/test/regress/rt_pixelaspolygons.sql,
-	  raster/test/regress/rt_pixelaspolygons_expected: Change signature
-	  of ST_PixelAsPolygons() and added regression tests.
-
-2012-07-03 22:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10021] raster/rt_pg/rt_pg.c: Added check for empty raster to
-	  RASTER_getPixelPolygons
-
-2012-07-03 22:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10020] doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
-	  raster/test/regress/rt_intersection.sql,
-	  raster/test/regress/rt_intersection_expected: Refactored
-	  ST_PixelAsPolygons to call a C function and have enhanced
-	  capabilities. Additional variants and regression tests are next.
-
-2012-07-03 22:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10019] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Renamed "hasnodata"
-	  function parameter to "exclude_nodata_value"
-
-2012-07-03 20:08  Regina Obe <lr at pcorp.us>
-
-	* [r10018] doc/reference_processing.xml: fix typos
-
-2012-07-03 19:45  Regina Obe <lr at pcorp.us>
-
-	* [r10017] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_delaunaytriangles02.wkt,
-	  doc/html/image_src/st_delaunaytriangles03.wkt,
-	  doc/html/images/st_delaunaytriangles01.png,
-	  doc/html/images/st_delaunaytriangles02.png,
-	  doc/html/images/st_delaunaytriangles03.png,
-	  doc/reference_processing.xml: Admit defeat and render geometries
-	  old-fashoined way
-
-2012-07-03 19:18  Regina Obe <lr at pcorp.us>
-
-	* [r10016] doc/html/image_src/st_delaunaytriangles02.wkt: let see
-	  if a geom collection works
-
-2012-07-03 19:11  Regina Obe <lr at pcorp.us>
-
-	* [r10015] doc/html/image_src/st_delaunaytriangles02.wkt: lets take
-	  out completely for now.
-
-2012-07-03 19:04  Regina Obe <lr at pcorp.us>
-
-	* [r10014] doc/html/image_src/st_delaunaytriangles02.wkt: break out
-	  multiline into separate linestrings hopefully wkt parser can deal
-	  with this better
-
-2012-07-03 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10013] postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c,
-	  postgis/geography_measurement_trees.c,
-	  postgis/geography_measurement_trees.h: Add in ST_DistanceTree for
-	  testing purposes. Do not document.
-
-2012-07-03 16:13  Regina Obe <lr at pcorp.us>
-
-	* [r10012] doc/html/image_src/st_delaunaytriangles02.wkt: one more
-	  try
-
-2012-07-03 15:50  Regina Obe <lr at pcorp.us>
-
-	* [r10011] doc/html/image_src/st_delaunaytriangles02.wkt,
-	  doc/html/image_src/st_delaunaytriangles03.wkt: forgot to commit
-	  wkt files
-
-2012-07-03 15:45  Regina Obe <lr at pcorp.us>
-
-	* [r10010] doc/html/image_src/Makefile.in,
-	  doc/reference_processing.xml: some examples of delaunay triangles
-
-2012-07-03 13:58  Sandro Santilli <strk at keybit.net>
-
-	* [r10009] regress/tickets.sql, regress/tickets_expected: Be
-	  tolerant with regressing against GEOS-3.2.0
-
-2012-07-03 13:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10008] doc/reference_raster.xml: cleanup of examples for
-	  ST_Raster2WorldCoord()
-
-2012-07-03 07:57  Regina Obe <lr at pcorp.us>
-
-	* [r10007] extensions/postgis/sql_bits/postgis--unpackaged.sql.in:
-	  update unpackaged. Need to make this an automated task perhaps
-	  thru jenkins first.
-
-2012-07-01 14:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10006] liblwgeom/lwgeodetic_tree.c: Fix problem thresholded
-	  distance searching in circ-trees. (#1796)
-
-2012-06-30 21:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r10005] libpgcommon/lwgeom_cache.c: Fix cache coherence error
-	  where the trees were being built on top of geometries which would
-	  get freed out from underneath them. Instead build them on the
-	  cached representations we're carrying around anyways (#1796)
-
-2012-06-29 20:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10004] raster/rt_pg/rt_pg.c: int32 instead of int4 as per Peter
-	  Eisentraut on postgis-devel.
-
-2012-06-29 19:00  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r10002] raster/TODO: Added svn:keywords entry and removed TODO
-	  item as ticket already exists.
-
-2012-06-29 17:10  Sandro Santilli <strk at keybit.net>
-
-	* [r9999] regress/run_test, regress/run_test.pl: Let testing temp
-	  dir be settable using PGIS_REG_TMPDIR
-	  
-	  Prior to this change you could change it using the TMPDIR
-	  variable
-	  but that one could have been used by other software as well.
-
-2012-06-29 02:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9997] raster/TODO: Fixed line issues. Added another TODO item.
-
-2012-06-29 01:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9996] raster/TODO: Line formatting
-
-2012-06-28 17:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9995] raster/TODO: Added raster TODO. Ticket is #1672
-
-2012-06-27 15:53  Sandro Santilli <strk at keybit.net>
-
-	* [r9994] NEWS, doc/reference_processing.xml,
-	  postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
-	  regress/Makefile.in, regress/delaunaytriangles.sql,
-	  regress/delaunaytriangles_expected: Add ST_DelaunayTriangles
-	  (#1215)
-
-2012-06-27 14:26  Sandro Santilli <strk at keybit.net>
-
-	* [r9993] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_triangulate.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeom_geos.c: Add lwgeom_delaunay_triangulation
-	  (#1215)
-
-2012-06-27 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r9992] liblwgeom/Makefile.in: Use LDFLAGS environment when
-	  building liblwgeom (#1891)
-	  
-	  Thanks mweisman
-
-2012-06-26 20:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9989] raster/rt_pg/rt_pg.c: Int32GetDatum() not Int64GetDatum()
-
-2012-06-26 18:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9988] raster/rt_pg/rt_pg.c: Cleanup of needless dynamic memory
-	  allocations
-
-2012-06-26 18:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9987] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_pixelofvalue.sql,
-	  raster/test/regress/rt_pixelofvalue_expected: Addition of
-	  ST_PixelOfValue. Ticket is #1889.
-
-2012-06-26 18:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9986] raster/rt_pg/rt_pg.c: Removed improper freeing of memory.
-
-2012-06-25 09:06  Regina Obe <lr at pcorp.us>
-
-	* [r9983] liblwgeom/cunit/cu_clean.c: #1866 -- apply same
-	  geom_equal hack as we did in build area so differnt order of
-	  geometries in resulting geomcollection is ignored
-
-2012-06-24 19:31  Regina Obe <lr at pcorp.us>
-
-	* [r9982] NEWS, doc/release_notes.xml: 2.0.1 ticket notes
-
-2012-06-22 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9974] postgis/geometry_estimate.c: Fix a currently defined-out
-	  function signature mismatch.
-
-2012-06-22 05:52  Regina Obe <lr at pcorp.us>
-
-	* [r9973] extras/tiger_geocoder/tiger_2011/create_geocode.sh: fix
-	  census tract loader for sh
-
-2012-06-21 22:24  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9971] loader/shp2pgsql-gui.c: Remove auto-resizing columns from
-	  text fields in shp2pgsql-gui as they seem to be the cause of
-	  #1881.
-
-2012-06-21 20:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9969] raster/rt_pg/rt_pg.c, raster/test/regress/check_gdal.sql:
-	  Changed the string "MISSING GDAL DATA" to "GDAL_DATA not found".
-
-2012-06-21 20:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9968] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/check_gdal.sql,
-	  raster/test/regress/check_gdal_expected: Added method that
-	  includes the string "MISSING GDAL DATA" in the output
-	  of postgis_gdal_version() if GDAL is unable to access its data
-	  files
-
-2012-06-21 11:02  Regina Obe <lr at pcorp.us>
-
-	* [r9965] loader/shp2pgsql-core.c: #1759: ST_Transform fix for
-	  geography
-
-2012-06-20 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9963] postgis/geography_measurement_trees.c: Hey kid, here's
-	  quarter, go buy yourself a compiler.
-
-2012-06-20 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9962] postgis/geography_measurement_trees.c: Don't try to do
-	  tree caching tricks when the arguments are both points, that's
-	  silly.
-
-2012-06-20 03:32  Regina Obe <lr at pcorp.us>
-
-	* [r9961] doc/postgis.xml: might as well change last geos version
-	  to latest release we technically don't even support 3.3.0
-
-2012-06-20 03:32  Regina Obe <lr at pcorp.us>
-
-	* [r9960] doc/postgis.xml: Change minimum postgres version from 8.4
-	  to 9.0
-
-2012-06-20 03:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9958] liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/lwlinearreferencing.c: ST_LocateAlong chokes on some
-	  value combinations (#1874)
-
-2012-06-19 22:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9957] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/rt_samealignment.sql,
-	  raster/test/regress/rt_samealignment_expected: Refactored
-	  aggregate ST_SameAlignment to return NULL if one of the
-	  rasters passed in is NULL. Added regression tests for aggegrate
-	  ST_SameAlignment.
-
-2012-06-19 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9955] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c:
-	  ST_InterpolatePoint returns empty M value (#1873)
-
-2012-06-19 19:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9953] NEWS, doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c: Addition of aggregate variant of
-	  ST_SameAlignment. Ticket is #1661.
-
-2012-06-19 19:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9952] raster/rt_pg/rtpostgis.sql.in.c: Minor cleanup of
-	  comments
-
-2012-06-19 18:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9951] liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c:
-	  Fix mistake in tree p-i-p return value.
-
-2012-06-19 16:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9950] postgis/geography_measurement.c: Fix mistaken error trap
-	  in st_dwithincached
-
-2012-06-19 03:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9949] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwpoly.c,
-	  liblwgeom/ptarray.c, postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c,
-	  postgis/geography_measurement_trees.c,
-	  postgis/geography_measurement_trees.h: Add in SQL binding for
-	  circ-tree cached searching. Currently in *Cached variants to
-	  allow comparisons.
-
-2012-06-18 23:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9948] liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c:
-	  Fix mistake in handling crossings-at-a-vertex
-
-2012-06-18 22:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9947] NEWS: Updated NEWS of recent fixes to trunk
-
-2012-06-18 22:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9946] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c: Behavior is consistent across
-	  ST_Intersects(raster, ...) variants.
-	  Synced docs of ST_Intersects to actual behavior. Ticket is #1870.
-
-2012-06-18 22:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9945] raster/rt_pg/rt_pg.c: Addition of comments to
-	  RASTER_mapAlgebra2()
-
-2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9944] raster/rt_pg/rt_pg.c, raster/test/regress/Makefile.in:
-	  Added check before calling PG_FREE_IF_COPY() in
-	  RASTER_mapAlgebra2()
-
-2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9943] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_asraster_expected,
-	  raster/test/regress/rt_summarystats_expected: When no pixels are
-	  counted for summary stats, all other elements of
-	  stats output should be NULL. Ticket is #1875
-
-2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9942] raster/rt_pg/rt_pg.c: Cleanup of dev comments
-
-2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9941] raster/rt_pg/rt_pg.c: Finished work implementing use of
-	  PG_FREE_IF_COPY() and better handling of rt_pgraster variables.
-
-2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9940] NEWS, raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_summarystats.sql,
-	  raster/test/regress/rt_summarystats_expected: Fix division by
-	  zero in ST_ApproxSummaryStats and the situation where
-	  band is empty. Added regression tests for both situations.
-	  Ticket is #1872
-
-2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9939] raster/rt_pg/rt_pg.c: More work implementing use of
-	  PG_FREE_IF_COPY() and better handling of
-	  rt_pgraster variables.
-
-2012-06-18 22:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9938] raster/rt_pg/rt_pg.c: First chunk of code reintroducting
-	  PG_FREE_IF_COPY() and prevent
-	  arbitrary reuse of rt_pgraster variables.
-
-2012-06-18 22:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9935] liblwgeom/lwtree.h: Silence a warning
-
-2012-06-18 22:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9934] libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
-	  postgis/Makefile.in, postgis/geography_measurement_trees.c,
-	  postgis/geography_measurement_trees.h: Move the circ tree caching
-	  code out of libpgcommon and into the geography area that actually
-	  uses it
-
-2012-06-18 21:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9933] postgis/Makefile.in: Fix missing symbols problem with
-	  lwgeom_calculate_circ_tree (#1876)
-
-2012-06-18 20:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9930] liblwgeom/cunit/cu_algorithm.c: Quiet some warnings.
-
-2012-06-18 17:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9929] libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
-	  postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_prepared.h,
-	  postgis/lwgeom_rtree.c: Remove dead code, add commentary on
-	  caching system.
-
-2012-06-18 17:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9928] libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
-	  postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_prepared.h,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h: Update caching
-	  code to be more generic, using call-backs to allocate/build/free
-	  specific cache structures.
-
-2012-06-18 13:19  Regina Obe <lr at pcorp.us>
-
-	* [r9927] NEWS, doc/reference_processing.xml: more additions and
-	  clarifications
-
-2012-06-18 13:06  Regina Obe <lr at pcorp.us>
-
-	* [r9925] NEWS, doc/release_notes.xml: take out interruptibility
-	  from 2.0.1 release notes - got pushed to 2.1.0
-
-2012-06-18 02:35  Regina Obe <lr at pcorp.us>
-
-	* [r9924] NEWS, doc/release_notes.xml: Add in 2.0.1 news
-
-2012-06-16 17:44  Regina Obe <lr at pcorp.us>
-
-	* [r9920] doc/installation.xml: put link to user contributed
-	  install guides (more nicely organized than the dev one)
-
-2012-06-15 23:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9919] liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c,
-	  liblwgeom/lwgeodetic_tree.h: Hide internal arguments for tree
-	  calculations and shut up the print output.
-
-2012-06-15 23:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9918] libpgcommon/Makefile.in, libpgcommon/lwgeom_cache.c,
-	  libpgcommon/lwgeom_cache.h, libpgcommon/lwgeom_pg.h,
-	  libpgcommon/lwgeom_transform.c, postgis/Makefile.in,
-	  postgis/lwgeom_cache.c, postgis/lwgeom_cache.h,
-	  postgis/lwgeom_functions_analytic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos.h, postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_geos_prepared.h, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h: Update the
-	  caching infrastructure to allow for arbitrary new caching systems
-	  to be combined into one fn_extra pointer slot. Clean up the 1-d
-	  r-tree code a little bit. Make the cache handling code for
-	  geometry caching generic so it can be re-used across different
-	  internal indexing approaches
-
-2012-06-15 23:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9917] topology/test: Change ignore parameters on directory
-
-2012-06-15 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9916] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tree.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeodetic_tree.h,
-	  liblwgeom/lwin_wkt.h, liblwgeom/lwspheroid.c, liblwgeom/lwtree.h,
-	  liblwgeom/stringbuffer.h: Add circular tree calculations and
-	  associated tests in support of faster geography calculations.
-
-2012-06-15 21:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9915] raster/test/regress/rt_clip_expected: Fixed expected
-	  output. Ticket is #1848
-
-2012-06-15 15:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9913] raster/test/regress/rt_clip.sql: Additional sorting of
-	  rt_clip regression test. Ticket is #1848
-
-2012-06-15 15:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9910] raster/rt_pg/rt_pg.c: Make the sql in rtpg_getSR slightly
-	  more flexible when handling
-	  auth_name and auth_srid.
-
-2012-06-14 16:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9909] doc: update ignore to ignore generated doxygen file
-
-2012-06-14 16:06  Sandro Santilli <strk at keybit.net>
-
-	* [r9908] topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected,
-	  topology/test/regress/topogeo_addpoint.sql,
-	  topology/test/regress/topogeo_addpoint_expected,
-	  topology/test/regress/topogeo_addpolygon.sql,
-	  topology/test/regress/topogeo_addpolygon_expected: Catch invalid
-	  topology name passed to topogeo_add* (#1867)
-
-2012-06-13 18:28  Sandro Santilli <strk at keybit.net>
-
-	* [r9906] utils/postgis_restore.pl.in: Don't strip comment lines in
-	  the middle of COPY commands (#1865)
-	  
-	  Patch by J Smith <dark.panda at gmail.com>
-
-2012-06-12 17:28  Sandro Santilli <strk at keybit.net>
-
-	* [r9904] topology/topology.sql.in.c: Move sqldefine include on top
-	  of the file (#1822)
-
-2012-06-12 13:11  Sandro Santilli <strk at keybit.net>
-
-	* [r9902] postgis/postgis_module.c: Fix call to
-	  GEOS_interruptRegisterCallback (win32)
-
-2012-06-12 13:06  Sandro Santilli <strk at keybit.net>
-
-	* [r9901] postgis/geography.sql.in.c, postgis/postgis.sql.in.c:
-	  Only show readable relations in metadata tables (#1813)
-	  
-	  Affects both geometry_columns and geography_columns.
-	  No easy way to put this under automated regression testing.
-
-2012-06-12 12:34  Sandro Santilli <strk at keybit.net>
-
-	* [r9899] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Clearer error
-	  on setting an geometry to an invalid one (#1774)
-	  
-	  Include testcase
-
-2012-06-12 10:46  Sandro Santilli <strk at keybit.net>
-
-	* [r9896] topology/test/regress/validatetopology.sql,
-	  topology/test/regress/validatetopology_expected,
-	  topology/topology.sql.in.c: Drop temporary table at end of
-	  ValidateTopology (#1797)
-
-2012-06-12 09:30  Sandro Santilli <strk at keybit.net>
-
-	* [r9894] doc/reference_processing.xml,
-	  postgis/lwgeom_geos_clean.c, regress/clean.sql,
-	  regress/clean_expected: Really accept collections and multipoints
-	  from ST_MakeValid (#1719)
-	  
-	  Also updates documentation and SQL level tests.
-
-2012-06-12 09:30  Sandro Santilli <strk at keybit.net>
-
-	* [r9893] liblwgeom/cunit/cu_clean.c: Add test for MULTIPOINT
-	  processing
-
-2012-06-12 09:09  Sandro Santilli <strk at keybit.net>
-
-	* [r9892] NEWS, liblwgeom/cunit/cu_clean.c,
-	  liblwgeom/lwgeom_geos_clean.c: Add GEOMETRYCOLLECTION input
-	  support for ST_MakeValid (#1719)
-
-2012-06-12 08:29  Regina Obe <lr at pcorp.us>
-
-	* [r9891] regress/regress.sql: part fix for #1860 ST_SRID not
-	  unique
-
-2012-06-12 07:57  Sandro Santilli <strk at keybit.net>
-
-	* [r9889] doc/Makefile.in: Install comments when available, even
-	  withouth XSLTPROC (#1779)
-
-2012-06-11 18:39  Sandro Santilli <strk at keybit.net>
-
-	* [r9887] GNUmakefile.in: Build and install comments when if
-	  possible (#1779)
-
-2012-06-11 18:01  Regina Obe <lr at pcorp.us>
-
-	* [r9884] doc/reference_output.xml, doc/reference_raster.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Mislabeled function (raster
-	  missing new flag and ST_ASGML mislabeled as new instead of
-	  enhanced)
-
-2012-06-11 17:28  Regina Obe <lr at pcorp.us>
-
-	* [r9883] doc/xsl/postgis_aggs_mm.xml.xsl: get rid of 2.1
-	  enhancements section -- probably causing pdflatex issues because
-	  we have no enhancements
-
-2012-06-11 17:12  Regina Obe <lr at pcorp.us>
-
-	* [r9882] doc/xsl/postgis_aggs_mm.xml.xsl: fix unclosed tag
-
-2012-06-11 16:26  Regina Obe <lr at pcorp.us>
-
-	* [r9881] doc/xsl/postgis_aggs_mm.xml.xsl: Add a what's new in 2.1
-	  section
-
-2012-06-11 15:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9879] raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP
-	  statements for st_intersection variants that were removed
-	  before 2.0. Ticket is #1749
-
-2012-06-11 14:45  Regina Obe <lr at pcorp.us>
-
-	* [r9878] doc/html/style.css: warnings too dark
-
-2012-06-11 14:02  Regina Obe <lr at pcorp.us>
-
-	* [r9877] doc/html/style.css, doc/installation.xml: warnings should
-	  be more prominent. Move extension warning up a bit. correct
-	  misspelling
-
-2012-06-11 11:47  Regina Obe <lr at pcorp.us>
-
-	* [r9875] doc/installation.xml: #1815 put a big warning about this
-	  unexpected behavior when trying to explicitly backup tables that
-	  are part of an extension
-
-2012-06-10 06:25  Regina Obe <lr at pcorp.us>
-
-	* [r9872] doc/extras_topology.xml, doc/installation.xml,
-	  doc/reference_accessor.xml, doc/reference_management.xml,
-	  doc/reference_processing.xml, doc/reference_raster.xml,
-	  doc/using_raster_dataman.xml: #1859 commit doc corrections from
-	  Kashif Rasul.
-
-2012-06-08 17:18  Regina Obe <lr at pcorp.us>
-
-	* [r9871] regress/loader/MultiToSinglePoint-w.select.expected,
-	  regress/loader/MultiToSinglePoint.select.expected,
-	  regress/loader/MultiToSinglePoint.select.sql,
-	  regress/loader/NotReallyMultiPoint-w.select.expected,
-	  regress/loader/NotReallyMultiPoint.select.expected,
-	  regress/loader/NotReallyMultiPoint.select.sql: snaptogrid to get
-	  rid of false failures on mingw-64 resulting from single digit
-	  rounding differences
-
-2012-06-08 14:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9868] loader/shp2pgsql-cli.c: Rename references to -r to -s in
-	  shp2pgsql-cli.c and also move argument combination validation to
-	  a separate phase.
-	  
-	  This is based upon a report from Lauri Kajan who was having
-	  issues using -D and -s TO_SRID on Windows.
-
-2012-06-08 12:45  Regina Obe <lr at pcorp.us>
-
-	* [r9867] extensions/compute_srid_contiguous_ranges.sql,
-	  extensions/postgis/sql_bits/mark_editable_objects.sql.in: #1834
-	  itemize srid ranges we include and set filter to not back these
-	  up. It's long and ugly I know.
-
-2012-06-08 11:55  Sandro Santilli <strk at keybit.net>
-
-	* [r9865] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_addedgemodface.sql,
-	  topology/test/regress/st_addedgemodface_expected,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: Fix failure to
-	  detect endpoint mismatch in ST_AddEdge*Face* (#1857)
-	  
-	  Affects calls with start_node = end_node and matching start
-	  point.
-
-2012-06-08 11:13  Sandro Santilli <strk at keybit.net>
-
-	* [r9862] topology/sql/sqlmm.sql.in.c: Remove unused variables
-
-2012-06-08 04:14  Regina Obe <lr at pcorp.us>
-
-	* [r9861]
-	  extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode_settings.sql: minor
-	  improvements to prefer a named road over an unnamed one if within
-	  20 meters, also #1856 ability to control preferred name for
-	  highways, county and state roads (whether numbered or local name)
-
-2012-06-07 23:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9860] regress/run_test.pl: Properly set permissions on backend
-	  temp dir
-
-2012-06-07 15:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9858] raster/test/regress/rt_clip.sql,
-	  raster/test/regress/rt_clip_expected,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebraexpr_expected: Tweaked rt_clip
-	  queries to have the output ordered. Changed the round()
-	  call to a ceil() call due to the question of rounding 27.5 (is it
-	  28 or
-	  27?). Ticket is 1848.
-
-2012-06-07 15:18  Sandro Santilli <strk at keybit.net>
-
-	* [r9857] postgis/postgis_module.c: Register a GEOS interrupt
-	  callback to dispatch windows events
-	  
-	  NOTE: won't build on WIN32 with GEOS-3.4.0SVN < r3672
-
-2012-06-07 14:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9856] raster/rt_pg/rt_pg.c: Remove unused code
-
-2012-06-07 07:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9855] .gitignore: Ignore generated Makefile (a new one)
-
-2012-06-07 06:55  Sandro Santilli <strk at keybit.net>
-
-	* [r9854] regress/run_test.pl: Fix scoping of TEST variable (#1853)
-	  
-	  I didn't really understand why it is only TEST needing to be
-	  "our"
-	  but it seems to work.
-
-2012-06-06 15:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9852] spatial_ref_sys.sql: Wrong parameters for EPSG:3844 in
-	  spatial_ref_sys (#1851)
-
-2012-06-06 15:24  Sandro Santilli <strk at keybit.net>
-
-	* [r9851] regress/run_test.pl: Have run_test.pl use strict mode
-
-2012-06-02 07:12  Regina Obe <lr at pcorp.us>
-
-	* [r9848] doc/extras_tigergeocoder.xml: Forgot to add gisgraphy as
-	  another PostGIS geocoder. I know I am missing others.
-
-2012-05-31 22:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9847] configure.ac, raster/test/regress/Makefile.in,
-	  raster/test/regress/run_test.in, regress/Makefile.in,
-	  regress/run_test.pl, topology/test/Makefile,
-	  topology/test/Makefile.in: Convert to using run_test.pl instead
-	  of run_test.sh
-
-2012-05-31 22:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9846] regress/run_test.pl: Works for MinGW now
-
-2012-05-31 20:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9845] topology/test/Makefile: back out run_test.pl change, that
-	  was an accident
-
-2012-05-31 20:11  Sandro Santilli <strk at keybit.net>
-
-	* [r9844] regress/run_test.pl: Use our own diff, avoid using Which.
-	  Works for me. Tests welcome.
-
-2012-05-31 17:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9843] topology/Makefile.in, topology/test/Makefile: Change from
-	  sed to perl
-
-2012-05-31 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9842] raster/test/regress/Makefile.in: Convert sed to perl
-
-2012-05-31 16:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9841] raster/rt_pg/Makefile.in: Switch from sed to perl
-
-2012-05-31 16:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9840] postgis/Makefile.in: Switch from sed to perl
-
-2012-05-31 05:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9838] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h:
-	  Explicit error message when dimensions requested exceeds the
-	  maximum
-	  permitted of a raster.
-
-2012-05-31 05:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9837] doc/using_raster_dataman.xml: Added more verbiage
-	  regarding setting SRID with -s for raster2pgsql
-
-2012-05-31 05:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9836] doc/using_raster_dataman.xml: Correct spelling mistakes
-
-2012-05-31 05:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9835] doc/installation.xml, doc/introduction.xml: Updated docs
-	  to reflect change to minimum GDAL version
-
-2012-05-31 05:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9834] configure.ac: Bumped up the minimum version of GDAL from
-	  1.6 to 1.8
-
-2012-05-31 01:44  Regina Obe <lr at pcorp.us>
-
-	* [r9832] regress/regress_bdpoly.sql,
-	  regress/regress_bdpoly_expected: #1812 change to use sT_Equals to
-	  account for polygon order difference under windows (mingw)
-
-2012-05-31 01:34  Regina Obe <lr at pcorp.us>
-
-	* [r9831] doc/extras_tigergeocoder.xml: fix typos
-
-2012-05-31 00:50  Regina Obe <lr at pcorp.us>
-
-	* [r9830] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_2011/geocode_settings.sql: #1843
-	  document new geocode_setting set/get functions, make publically
-	  readable.
-
-2012-05-30 21:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9829] doc/Makefile.in: Convert calls to 'sed' to calls to
-	  'perl'
-
-2012-05-30 18:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9828] raster/test/regress/loader/Basic-post.pl,
-	  raster/test/regress/loader/Basic-pre.pl,
-	  raster/test/regress/loader/BasicCopy-post.pl,
-	  raster/test/regress/loader/BasicCopy-pre.pl,
-	  raster/test/regress/loader/Tiled10x10-post.pl,
-	  raster/test/regress/loader/Tiled10x10-pre.pl,
-	  raster/test/regress/loader/Tiled10x10Copy-post.pl,
-	  raster/test/regress/loader/Tiled10x10Copy-pre.pl: Perl-based
-	  pre/post hooks for the raster loader tests
-
-2012-05-30 18:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9827] regress/README, regress/run_test.pl: Update the
-	  run_test.pl script to handle the raster loader pre/post rules
-
-2012-05-30 08:55  Regina Obe <lr at pcorp.us>
-
-	* [r9826] extras/tiger_geocoder/tiger_2011/census_loader.sql: #1845
-	  fix tracts/bg/tabblock loading
-
-2012-05-28 19:21  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9825] raster/scripts/plpgsql/st_createindexraster.sql: Replace
-	  the x, y iteration with a call to ST_MapAlgebraExpr() now that it
-	  supports [rast.x] and [rast.y]. Much faster!
-	  This is not (yet) part of rtpostgis.sql. Should be in 2.1.
-
-2012-05-28 08:04  Sandro Santilli <strk at keybit.net>
-
-	* [r9824] postgis/postgis_module.c: Install a signal handler to
-	  request GEOS interruption (#1802)
-	  
-	  Requires GEOS-3.4.0SVN
-
-2012-05-27 18:28  Regina Obe <lr at pcorp.us>
-
-	* [r9823] extras/tiger_geocoder/tiger_2011/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/geocode_intersection.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2011/geocode_settings.sql,
-	  extras/tiger_geocoder/tiger_2011/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql: #1843 -
-	  logic to add the new settings table, a get and set function, and
-	  changed debug variables in various functions to lookup value from
-	  table
-
-2012-05-25 15:20  Sandro Santilli <strk at keybit.net>
-
-	* [r9821] liblwgeom/lwgeom_geos.c: Handle exceptions from
-	  GEOSUnionCascaded() in LWGEOM_GEOS_buildArea
-
-2012-05-24 23:13  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9819] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Code
-	  cleanup related to rt_band_load_offline_data()
-
-2012-05-24 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r9818] raster/rt_core/rt_api.c: Do not call OGRCleanupAll()
-	  within API functions
-	  
-	  Valgrind didn't show any leak.
-	  Eventually we can do cleanups in _PG_fini.
-
-2012-05-24 06:41  Sandro Santilli <strk at keybit.net>
-
-	* [r9817] postgis/lwgeom_geos.c: Do not assume geos allocates using
-	  malloc. Reduce memory use too.
-
-2012-05-23 22:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9816] raster/loader/raster2pgsql.c: Fixed GDALDriverH * to
-	  GDALDriverH.
-
-2012-05-23 22:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9813] raster/loader/raster2pgsql.c: Use GDALIdentifyDriver() to
-	  detect whether or not a raster is supported
-	  by raster2pgsql. Thanks to rouault for the suggestion
-
-2012-05-23 21:41  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9812] postgis/legacy.sql.in.c: Fix ST_AsGML prototype in
-	  legacy. Related to #1823
-
-2012-05-23 20:49  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9811] postgis/geography.sql.in.c: Fix geography prototype for
-	  ST_AsGML. Related to #1823
-
-2012-05-23 17:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9810] NEWS, raster/loader/raster2pgsql.c: Correct when to
-	  compute number of tiles. Ticket is #1840
-
-2012-05-23 17:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9809] NEWS, raster/loader/raster2pgsql.c: Add support for
-	  GeoTIFF subdatasets. Ticket is #1839
-
-2012-05-23 06:58  Regina Obe <lr at pcorp.us>
-
-	* [r9805] doc/reference_raster.xml: force casting to text for band
-	  types in various examples prevent unknown warnings (alibo noted)
-
-2012-05-23 03:24  Regina Obe <lr at pcorp.us>
-
-	* [r9803] NEWS: backout changes about 2.0.1 already accounted for
-	  in 2.0 branch
-
-2012-05-23 03:16  Regina Obe <lr at pcorp.us>
-
-	* [r9802] NEWS: add section for 2.0.1 and more items in 2.1.0 --
-	  sitll a lot of gaps to fill in.
-
-2012-05-22 17:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9801] doc/reference_raster.xml: Added missing "See Also"
-	  sections for ST_NearestValue and
-	  ST_Neighborhood
-
-2012-05-22 17:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9800] doc/reference_raster.xml: Fix unbalanced tags
-
-2012-05-22 17:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9799] NEWS: Added ST_World2RasterCoord, ST_Raster2WorldCoord,
-	  ST_NearestValue,
-	  ST_Neighborhood to New Features section
-
-2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9798] doc/reference_raster.xml: Added docs for ST_NearestValue
-	  and ST_Neighborhood
-
-2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9797] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Refactored function
-	  parameter names of ST_NearestValue and
-	  ST_Neighborhood
-
-2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9796] doc/reference_raster.xml: Added docs for
-	  ST_World2RasterCoord() and ST_Raster2WorldCoord()
-
-2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9795] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_raster2worldcoord.sql,
-	  raster/test/regress/rt_raster2worldcoord_expected,
-	  raster/test/regress/rt_world2rastercoord.sql,
-	  raster/test/regress/rt_world2rastercoord_expected: Expansion of
-	  regression tests and fix error messages
-
-2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9794] raster/rt_pg/rtpostgis.sql.in.c: Lowercase language due
-	  to case-sensitivity of PostgreSQL 9.2
-
-2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9793] raster/test/regress/Makefile.in,
-	  raster/test/regress/create_rt_utility_test.sql,
-	  raster/test/regress/rt_raster2worldcoord.sql,
-	  raster/test/regress/rt_raster2worldcoord_expected,
-	  raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_utility_expected,
-	  raster/test/regress/rt_world2rastercoord.sql,
-	  raster/test/regress/rt_world2rastercoord_expected: Added
-	  regression tests for ST_World2RasterCoord and
-	  ST_Raster2WorldCoord. Updated existing tests use the same
-	  functions
-
-2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9792] raster/rt_pg/rtpostgis.sql.in.c: Added
-	  ST_Raster2WorldCoord and ST_World2RasterCoord functions to
-	  consume
-	  RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
-	  functions.
-	  Refactored existing ST_Raster2WorldCoord(X|Y) and
-	  ST_World2RasterCoord(X|Y) functions to call new functions
-
-2012-05-22 17:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9791] raster/rt_core/rt_api.c: Removed unnecessary/unused
-	  variable
-
-2012-05-22 17:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9790] raster/rt_pg/rtpostgis_drop.sql.in.c: Drop
-	  ST_Neighborhood variants due to output datatype changes
-
-2012-05-22 17:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9789] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c,
-	  raster/test/regress/rt_neighborhood_expected: Modified
-	  ST_Neighborhood and underlying functions to return 2D double
-	  precision array. This allows the output to be readily passed onto
-	  the
-	  ST_xxx4ma functions.
-
-2012-05-22 17:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9788] raster/rt_pg/rtpostgis.sql.in.c: Updated copyright
-
-2012-05-22 17:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9787] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  Added SRID check to ST_NearestValue
-
-2012-05-22 17:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9786] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_nearestvalue.sql,
-	  raster/test/regress/rt_nearestvalue_expected,
-	  raster/test/regress/rt_neighborhood.sql,
-	  raster/test/regress/rt_neighborhood_expected: addition of
-	  ST_NearestValue and ST_Neighborhood
-
-2012-05-22 16:02  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9785] doc/reference_output.xml, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c, postgis/postgis.sql.in.c: Fix wrong SQL
-	  prototype, wrong PostGIS version number, and use NULL as default
-	  value rather than empty string, related to #1823
-
-2012-05-22 15:29  Regina Obe <lr at pcorp.us>
-
-	* [r9784] doc/extras_tigergeocoder.xml: #1837 dupe refentry
-
-2012-05-22 15:26  Regina Obe <lr at pcorp.us>
-
-	* [r9783] doc/installation.xml: detail how to upgrade from
-	  tiger_2010 to tiger_2011 data
-
-2012-05-22 15:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9782] regress/run_test.pl: Add upgrade mode and start to get
-	  raster working. Bah, going to need to handle pre/post actions
-	  after all.
-
-2012-05-22 14:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9781] extensions/upgradeable_versions.mk: Upgrade from 2.0 only
-
-2012-05-22 13:34  Regina Obe <lr at pcorp.us>
-
-	* [r9780] doc/extras_tigergeocoder.xml: Add new functions and notes
-	  that 2.1 is tiger_2011 instead of tiger_2010. More on upgrade
-	  instructions from tiger_2010 to tiger_2011
-
-2012-05-22 13:25  Regina Obe <lr at pcorp.us>
-
-	* [r9779] extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql:
-	  rename function drop_national_tables_generate_script() to
-	  drop_nation_tables_generate_script(), revise regex to prevent
-	  psql warning in 9.2 psql
-
-2012-05-22 12:23  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9778] liblwgeom/cunit/cu_out_gml.c: Use NULL value as default
-	  for id on ST_AsGML cunit tests. Related to #1823
-
-2012-05-22 09:20  Sandro Santilli <strk at keybit.net>
-
-	* [r9777] authors.git, authors.svn: More entries in authors.*
-	  
-	  With this I could complete a git-svn-clone operation
-
-2012-05-22 08:49  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9775] liblwgeom/cunit/cu_out_gml.c, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c: Fix some unintialized vars. Fix becoming
-	  wrong prototype call in GML3 cunit tests. Related to #1823
-
-2012-05-22 08:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9774] regress/run_test.pl: Initial commit of the run_test.pl
-	  perl port of the regression harness.
-	  This version runs the postgis loader and sql tests. It does not
-	  yet run in --upgrade mode or handle the raster or topology tests.
-
-2012-05-22 07:45  Sandro Santilli <strk at keybit.net>
-
-	* [r9773] .gitignore, authors.git, authors.svn: Update authors file
-	  for both SVN and GIT
-
-2012-05-21 21:17  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9772] doc/reference_output.xml, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwout_gml.c, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c, postgis/postgis.sql.in.c: First
-	  implementation of gml:id support for ST_AsGML. Related to #1823.
-	  Not yet really tested. Cunit still missing
-
-2012-05-21 20:29  Regina Obe <lr at pcorp.us>
-
-	* [r9770] extras/tiger_geocoder/tiger_2006andbefore: get rid of old
-	  stuff can always be pulled from prior versions
-
-2012-05-21 20:28  Regina Obe <lr at pcorp.us>
-
-	* [r9769] extras/tiger_geocoder/tiger_2011: move tiger_2011 work to
-	  2.1
-
-2012-05-21 14:48  Sandro Santilli <strk at keybit.net>
-
-	* [r9768] authors.svn: UTF8 author names
-
-2012-05-21 10:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9766] postgis/lwgeom_functions_basic.c,
-	  regress/tickets_expected: Back out ST_CollectionExtract changes,
-	  too many regression failures
-
-2012-05-21 10:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9765] regress/tickets_expected: Harmonize regression to new
-	  ST_CollectionExtract behavior
-
-2012-05-21 09:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9764] postgis/lwgeom_functions_basic.c: ST_CollectionExtract:
-	  inconsistent EMPTY results (#1778)
-
-2012-05-21 09:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9763] NEWS, README.postgis, Version.config: Bump numbers for
-	  2.1 on trunk
-
-2012-05-21 09:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9761] liblwgeom/lwin_wkb.c: Accept PostGIS 1.5 WKB type numbers
-	  in WKB parser (#1807)
-
-2012-05-21 08:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9760] loader/pgsql2shp-core.c: Revert #1830
-
-2012-05-20 09:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9759] loader/shp2pgsql-gui.c: loader dumper / gui About have
-	  version correct credits (#1743)
-
-2012-05-20 09:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9758] loader/pgsql2shp-core.c: the pgsql2shp tool should
-	  qualify its query against pg_class to ensure it gets the correct
-	  table to dump (#1814) <chander>
-
-2012-05-20 08:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9757] NEWS: News update
-
-2012-05-20 08:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9756] loader/pgsql2shp-core.c: pgsql2shp fix for "XInvalid
-	  endian flag value encountered" on PostgreSQL 9.2 (#1830)
-
-2012-05-20 07:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9754] NEWS: Update NEWS with some bug fixes
-
-2012-05-18 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r9753] NEWS, postgis/lwgeom_in_geojson.c: Fix uninitialized read
-	  in GeoJSON parser (#1829)
-
-2012-05-17 13:37  Sandro Santilli <strk at keybit.net>
-
-	* [r9750] NEWS: Last bugfix item...
-
-2012-05-17 13:36  Sandro Santilli <strk at keybit.net>
-
-	* [r9749] postgis/lwgeom_geos_prepared.c: Do not compare
-	  uninitialized memory (#1825)
-	  
-	  May fix prepared geometry cache sub-uses (misses)
-
-2012-05-17 12:27  Sandro Santilli <strk at keybit.net>
-
-	* [r9748] topology/topology.sql.in.c: Fix topology loader against
-	  PostgreSQL 9.2 (#1822)
-
-2012-05-17 12:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9747] configure.ac: configure enabling extension reads 9.1 even
-	  on 9.2 (#1821)
-
-2012-05-17 11:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9746] spatial_ref_sys.sql: Put back 900913 srid (#1805)
-
-2012-05-17 11:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9744] liblwgeom/lwgeodetic.c: Error in empty short circuit
-	  (#1828)
-
-2012-05-17 11:47  Sandro Santilli <strk at keybit.net>
-
-	* [r9743] NEWS: Link lwgeom_normalize change to its ticket #1812
-
-2012-05-17 11:45  Sandro Santilli <strk at keybit.net>
-
-	* [r9742] NEWS, liblwgeom/cunit/cu_buildarea.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c: Add
-	  lwgeom_normalize in LIBLWGEOM, use in cu_buildarea tester
-
-2012-05-16 19:39  Sandro Santilli <strk at keybit.net>
-
-	* [r9741] postgis/lwgeom_geos.c: Use the proper function to release
-	  returns from GEOS.
-
-2012-05-16 19:39  Sandro Santilli <strk at keybit.net>
-
-	* [r9740] regress/run_test: Cleanly handle database creation error
-
-2012-05-16 18:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9739] NEWS: Updated to note bug #1819
-
-2012-05-16 18:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9738] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_utility_expected: Added
-	  ST_Raster2WorldCoord and ST_World2RasterCoord functions to
-	  consume
-	  RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
-	  functions.
-	  Refactored existing ST_Raster2WorldCoord(X|Y) and
-	  ST_World2RasterCoord(X|Y) functions to call new functions
-
-2012-05-16 18:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9737] raster/rt_pg/rt_pg.c: Addition of
-	  RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
-	  functions
-
-2012-05-16 15:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9736] raster/rt_pg/rtpostgis.sql.in.c: Additional lower-casing
-	  of language for PostgreSQL 9.2 as per r9735
-
-2012-05-16 08:29  Regina Obe <lr at pcorp.us>
-
-	* [r9735] postgis/geography.sql.in.c, postgis/geometry_estimate.c,
-	  postgis/legacy.sql.in.c, postgis/legacy_minimal.sql.in.c,
-	  postgis/long_xact.c, postgis/long_xact.sql.in.c,
-	  postgis/lwgeom_triggers.c, postgis/postgis.sql.in.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c,
-	  topology/sql/populate.sql.in.c,
-	  topology/sql/topogeometry/type.sql.in.c,
-	  topology/topology.sql.in.c: #1820 part fix 9.2 language is case
-	  sensitive if quoted -- change 'C' and 'SQL' to 'c' and 'sql'
-
-2012-05-14 23:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9734] raster/loader/raster2pgsql.c: Addition of some commented
-	  code. Might be useful if an option is added
-	  to output the VRTs used in the process of loading rasters
-
-2012-05-14 23:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9733] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c,
-	  raster/test/regress/rt_pixelvalue_expected: Changed function
-	  parameter datatypes from uint16_t to int to better
-	  handle out-of-range values
-
-2012-05-10 07:24  Sandro Santilli <strk at keybit.net>
-
-	* [r9732] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_clean.c:
-	  Cleanup new BuildArea code, add profiling prints (#1806)
-
-2012-05-09 12:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9731] NEWS, liblwgeom/cunit/cu_buildarea.c,
-	  liblwgeom/lwgeom_geos.c: Significatively speedup BuildArea with
-	  complex input (#1806)
-	  
-	  Affects ST_BuildArea, ST_MakeValid and ST_GetFaceGeometry.
-	  
-	  Replaces the iterated SymDifference used since 2005 with a more
-	  scalable algorithm. The new algorithm removes from the
-	  polygonized
-	  result all polygons whose rings are known to be already
-	  represented
-	  by holes or shells of other polygons and finally runs a single
-	  overlay operation (unary union).
-	  
-	  With the case attached to ticket #1806, ST_BuildArea completes
-	  within 12 seconds using the new code while it takes 27 _minutes_
-	  with the old. Both versions return the same result (according to
-	  ST_Equals).
-
-2012-05-09 12:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9730] liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_buildarea.c, liblwgeom/cunit/cu_tester.c: Add
-	  unit test for lwgeom_buildarea (useful for #1806)
-
-2012-05-08 16:47  Sandro Santilli <strk at keybit.net>
-
-	* [r9729] liblwgeom/lwgeom_geos.c: ST_BuildArea: arrange
-	  polygonized output reducing overlay cost (#1806)
-	  
-	  By running SymDifference against items with less points first we
-	  reduce the overall cost (output vertices tend to always grow).
-
-2012-05-08 16:47  Sandro Santilli <strk at keybit.net>
-
-	* [r9728] regress/clean.sql: Make ST_MakeValid tests immune by
-	  coordinates order (using ST_Equals)
-
-2012-05-08 16:47  Sandro Santilli <strk at keybit.net>
-
-	* [r9727] doc/reference_constructor.xml,
-	  doc/reference_processing.xml: Cross reference ST_BuildArea with
-	  ST_MakePolygon
-
-2012-05-07 11:50  Regina Obe <lr at pcorp.us>
-
-	* [r9725] doc/release_notes.xml: who is in charge of QA here? 1.5.4
-	  completely missing from trunk
-
-2012-05-07 07:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9723] postgis/postgis.sql.in.c: postgis_raster_lib_version is
-	  also in rtpostgis.sql, not topology.sql
-
-2012-05-07 06:58  Sandro Santilli <strk at keybit.net>
-
-	* [r9722] postgis/postgis.sql.in.c:
-	  postgis_raster_scripts_installed is in rtpostgis.sql, not
-	  topology.sql
-
-2012-05-05 13:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9717] README.postgis: README Installation error (#1804)
-
-2012-05-04 15:12  Sandro Santilli <strk at keybit.net>
-
-	* [r9716] NEWS: Sort bugfixes by ticket number, add an item for
-	  #1802
-
-2012-05-04 11:21  Sandro Santilli <strk at keybit.net>
-
-	* [r9715] libpgcommon/lwgeom_pg.c: Turn custom allocators into an
-	  occasion for interruption (#1802)
-	  
-	  This change allows interrupting any function at allocation time.
-	  Doesn't allow interrupting loops not invoking custom allocators
-	  (includes GEOS, so far).
-
-2012-05-04 08:06  Sandro Santilli <strk at keybit.net>
-
-	* [r9712] postgis/lwgeom_functions_basic.c, regress/tickets.sql,
-	  regress/tickets_expected: Protect ST_Segmentize from max_length=0
-	  (#1799)
-
-2012-05-04 02:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9710] raster/rt_pg/rt_pg.c: Additional refactoring of
-	  rtpg_getSR().
-
-2012-05-04 02:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9709] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_resample.sql,
-	  raster/test/regress/rt_resample_expected: Additional fixups in
-	  rtpg_getSR() for better handling of spatial_ref_sys.
-	  Also inclusion of several regression tests to stress
-	  rtpg_getSR().
-
-2012-04-30 17:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9705] regress/tickets.sql, regress/tickets_expected: Restrict
-	  the coverage of the geography polar interesction slightly.
-
-2012-04-30 00:35  Regina Obe <lr at pcorp.us>
-
-	* [r9698] doc/extras_tigergeocoder.xml: update stats
-
-2012-04-30 00:22  Regina Obe <lr at pcorp.us>
-
-	* [r9697] doc/extras_tigergeocoder.xml:
-	  drop_state_tables_generate_script state arg misnamed as address
-	  instead of param_state
-
-2012-04-26 20:32  Sandro Santilli <strk at keybit.net>
-
-	* [r9685] NEWS: Add note about clang build fix (#1694)
-
-2012-04-26 20:26  Sandro Santilli <strk at keybit.net>
-
-	* [r9684] NEWS: Fix wrong ticket reference
-
-2012-04-26 20:10  Sandro Santilli <strk at keybit.net>
-
-	* [r9683] NEWS, topology/test/Makefile,
-	  topology/test/regress/validatetopology.sql,
-	  topology/test/regress/validatetopology_expected,
-	  topology/topology.sql.in.c: Fix false edge-node crossing report
-	  in ValidateTopology (#1625)
-
-2012-04-26 16:30  Sandro Santilli <strk at keybit.net>
-
-	* [r9682] NEWS, postgis/lwgeom_functions_basic.c,
-	  regress/tickets.sql, regress/tickets_expected: Give ST_Azimuth a
-	  chance with close but distinct points (#1791)
-
-2012-04-25 22:36  Regina Obe <lr at pcorp.us>
-
-	* [r9679] doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl,
-	  doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl: meida /print wasn't working
-	  on all cheatsheets because too specific.
-
-2012-04-25 20:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9678] postgis/postgis.sql.in.c: AddGeometryColumns allow dims =
-	  0 (#1573)
-
-2012-04-25 19:41  Sandro Santilli <strk at keybit.net>
-
-	* [r9675] NEWS, topology/sql/topogeometry/totopogeom.sql.in.c,
-	  topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected: Fix toTopoGeom
-	  handling of duplicated primitives (#1790)
-
-2012-04-25 18:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9669] postgis/geography_measurement.c, regress/tickets.sql,
-	  regress/tickets_expected: st_dwithin(geog, geog, 0) doesn't work
-	  (#1264)
-
-2012-04-25 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9666] regress/tickets.sql, regress/tickets_expected: Forward
-	  port test from #1170
-
-2012-04-24 22:05  Regina Obe <lr at pcorp.us>
-
-	* [r9663] doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl,
-	  doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl: don't underline and color
-	  hyperlinks in print mode
-
-2012-04-24 20:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9662] regress/run_test: run_test hangs on MSYS (#1788)
-
-2012-04-24 19:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9661] regress/run_test: run_test hangs on MSYS (#1788)
-
-2012-04-24 19:12  Sandro Santilli <strk at keybit.net>
-
-	* [r9660] doc/reference_measure.xml: Azimuth on the 9th hour of the
-	  clock is 3PI/2, not 3PI/4 (thanks ij)
-
-2012-04-24 17:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9659] configure.ac: libjson configure test doesn't include
-	  support for DLL (#1787)
-
-2012-04-24 15:37  Sandro Santilli <strk at keybit.net>
-
-	* [r9657] postgis/postgis.sql.in.c: Hush debugging in ST_DumpPoints
-
-2012-04-24 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9656] NEWS, liblwgeom/Makefile.in: liblwgeom depends on
-	  postgis_config.h and postgis_svn_revision.h (#1786)
-
-2012-04-24 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9655] postgis/Makefile.in: Fix deps of postgis on
-	  postgis_svn_revision.h, pgcommon and lwgeom
-
-2012-04-23 05:48  Regina Obe <lr at pcorp.us>
-
-	* [r9654] doc/using_postgis_dataman.xml: make igst index link tag
-	  friendly and provide example of nd index.
-
-2012-04-20 16:13  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9653] doc/using_raster_dataman.xml: Added note related to
-	  overviews not being aligned though the source
-	  rasters are aligned for specific overview factors.
-
-2012-04-20 14:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9652] NEWS, doc/introduction.xml: Added ticket #1782 to NEWS.
-	  Updated contributors section.
-
-2012-04-20 03:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9651] liblwgeom/lwgeom_geos_clean.c: Fix incorrect call to
-	  geom->type where geom->flags is needed
-
-2012-04-20 03:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9650] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c:
-	  st_isclosed() doesn't return false for unclosed POLYGONS only
-	  LINESTRINGS (#1756)
-
-2012-04-19 15:24  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9649] raster/rt_pg/rt_pg.c: Removed emptry string check that
-	  prevented use of proj4text or srtext in
-	  rtpg_getSR(). Ticket is #1782
-
-2012-04-19 15:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9648] raster/rt_pg/rt_pg.c: minor comments changed
-
-2012-04-18 19:21  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9647] raster/rt_pg/rt_pg.c: Fix handling of tuples as described
-	  in #1782
-
-2012-04-16 20:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9645] raster/loader/raster2pgsql.c: Replaced testing of two
-	  rasters' geotransform matrix with alignment test
-
-2012-04-15 15:47  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9644] loader/shp2pgsql-gui.c: Fix #1468: shp2pgsql-gui table
-	  column schema get shifted
-	  
-	  A couple of copy/paste errors meant that the update handler was
-	  being invoked
-	  a second time on the loader shapefile column name, rather than
-	  just once on
-	  the schema column.
-
-2012-04-15 15:46  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9643] loader/shp2pgsql-gui.c: shp2pgsql-gui: don't allow the
-	  user to edit the schema name in the listview.
-	  
-	  This brings the behaviour in line with that of the table name,
-	  and since
-	  these entries are generated from the table selector there should
-	  be no
-	  need to do this.
-
-2012-04-13 21:14  Sandro Santilli <strk at keybit.net>
-
-	* [r9642] NEWS, topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Regress-test
-	  ST_ChangeEdgeGeom with 2-vertext target (#1775)
-	  
-	  This case was actually fixed by previous commit
-	  (ST_SymDifference)
-
-2012-04-13 21:04  Sandro Santilli <strk at keybit.net>
-
-	* [r9641] NEWS, liblwgeom/lwgeom_geos.c, regress/tickets.sql,
-	  regress/tickets_expected: fix ST_SymDifference(empty, geom) to
-	  return geom (#1776)
-
-2012-04-13 14:32  Sandro Santilli <strk at keybit.net>
-
-	* [r9640] NEWS, topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_addedgemodface_expected,
-	  topology/test/regress/st_addedgenewfaces_expected,
-	  topology/test/regress/st_changeedgegeom_expected: Give more
-	  detail on topology editing function exception
-
-2012-04-12 14:09  Sandro Santilli <strk at keybit.net>
-
-	* [r9639] configure.ac, postgis/Makefile.in,
-	  raster/rt_pg/Makefile.in, topology/Makefile.in: Use an SQLPP
-	  command for pre-processing SQL files (#1694)
-	  
-	  The SQLPP command is figured at ./configure time.
-	  It will use cpp(1) or gpp(1) if any is found in that order or
-	  fallback to whatever CPP expands to (usually the compiler with
-	  -E)
-
-2012-04-12 14:09  Sandro Santilli <strk at keybit.net>
-
-	* [r9638] postgis/sqldefines.h.in: Use more compatible '#define'
-	  syntax
-
-2012-04-12 10:51  Sandro Santilli <strk at keybit.net>
-
-	* [r9637] NEWS, utils/postgis_restore.pl.in: Do not assume ndims
-	  check statements are fully qualified (#1708)
-
-2012-04-12 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r9636] topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected: Automate test for
-	  toTopoGeom usage with custom search_path (#1763)
-
-2012-04-12 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r9635] regress/run_test: Do not consider RESET outputs
-
-2012-04-12 10:06  Sandro Santilli <strk at keybit.net>
-
-	* [r9634] NEWS: Rephrase item for about topology functions and full
-	  qualification
-
-2012-04-12 07:21  Sandro Santilli <strk at keybit.net>
-
-	* [r9630] liblwgeom/ptarray.c, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected, regress/split.sql,
-	  regress/split_expected: Fix NaN from ptarray_locate_point with
-	  zero-length lines (#1772)
-
-2012-04-12 07:21  Sandro Santilli <strk at keybit.net>
-
-	* [r9629] liblwgeom/lwgeom_geos_split.c: Fix comment doc about
-	  lwline_split_by_point_to
-
-2012-04-11 19:20  Sandro Santilli <strk at keybit.net>
-
-	* [r9628] NEWS: Add note about ST_RemEdgeModFace and
-	  ST_RemEdgeNewFace fix (#1766)
-
-2012-04-11 19:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9627] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_remedgemodface.sql,
-	  topology/test/regress/st_remedgemodface_expected,
-	  topology/test/regress/st_remedgenewface.sql,
-	  topology/test/regress/st_remedgenewface_expected: Don't let
-	  ST_RemEdge* destroy TopoGeometry objects (#1766)
-
-2012-04-11 12:37  Sandro Santilli <strk at keybit.net>
-
-	* [r9626] NEWS: Add note aboute #1714 bugfix
-
-2012-04-11 12:37  Sandro Santilli <strk at keybit.net>
-
-	* [r9625] topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected,
-	  topology/test/regress/topogeo_addpolygon_expected: Cleanup lines
-	  after (bad) snapping (#1714)
-
-2012-04-10 17:26  Sandro Santilli <strk at keybit.net>
-
-	* [r9624] topology/sql/sqlmm.sql.in.c: Have ST_ModEdgeSplit and
-	  ST_NewEdgesSplit to use ST_Spit (#1715)
-
-2012-04-10 15:51  Sandro Santilli <strk at keybit.net>
-
-	* [r9623] liblwgeom/Makefile.in: Call config.status if
-	  liblwgeom.h.in newer than liblwgeom.h (#1691)
-
-2012-04-10 10:20  Sandro Santilli <strk at keybit.net>
-
-	* [r9622] NEWS: Add bug fixes committed so far in the 2.0 branch
-
-2012-04-10 00:20  Regina Obe <lr at pcorp.us>
-
-	* [r9621] loader/shp2pgsql-core.c: #1759 transform functionality
-	  doesn't work if you have raster installed.
-
-2012-04-09 22:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9620] raster/loader/raster2pgsql.c: Added handling of
-	  subdatasets coming from NetCDF, HDF4 and HDF5.
-	  Associated ticket is #1761.
-
-2012-04-08 10:00  Sandro Santilli <strk at keybit.net>
-
-	* [r9619] topology/sql/topogeometry/totopogeom.sql.in.c: Fully
-	  qualify calls to topology functions (#1763)
-
-2012-04-07 02:05  Regina Obe <lr at pcorp.us>
-
-	* [r9618] doc/reference_measure.xml: #1757 -- change in behavior of
-	  ST_3Dlength_spheroid not noted and changed name incorrectly
-	  stated.
-
-2012-04-06 12:38  Regina Obe <lr at pcorp.us>
-
-	* [r9617] doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl: hyperlink function names to
-	  section in online manual
-
-2012-04-05 18:35  Chris Hodgson <chodgson at refractions.net>
-
-	* [r9616] java/jdbc/pom.xml: updated version number in pom.xml
-
-2012-04-05 18:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9615] regress/tickets.sql, regress/tickets_expected: Geometry
-	  has Z dimension but column does not (#1755)
-
-2012-04-05 18:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9614] postgis/geography_inout.c: Send an "unknown" typmod into
-	  gserialized constructor from ST_GeographyFromText (#1755)
-
-2012-04-05 09:11  Sandro Santilli <strk at keybit.net>
-
-	* [r9613] liblwgeom/cunit/cu_in_wkt.c: Allow for 1.#INF to be
-	  threated as Inf (#1736)
-
-2012-04-05 09:11  Sandro Santilli <strk at keybit.net>
-
-	* [r9612] regress/regress.sql: Threat Infinite and 1.#INF the same
-	  (#1736)
-
-2012-04-05 08:56  Sandro Santilli <strk at keybit.net>
-
-	* [r9611] java/pljava: Drop java/pljava dir (#1411)
-
-2012-04-05 08:54  Sandro Santilli <strk at keybit.net>
-
-	* [r9610] README.postgis: Do not mention pljava, it's gone (#1411)
-
-2012-04-05 00:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9609] raster/loader/raster2pgsql.c: Fixed missing SVN revision
-	  tag in raster2pgsql's help
-
-2012-04-04 21:49  Sandro Santilli <strk at keybit.net>
-
-	* [r9608] doc/extras_topology.xml: Add note about
-	  topology.Polygonize not doing edge linking
-
-2012-04-04 21:49  Sandro Santilli <strk at keybit.net>
-
-	* [r9607] topology/sql/polygonize.sql.in.c: Tabs to spaces
-
-2012-04-03 19:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9606] doc/release_notes.xml: Update release date for 2.0.0
-	  (TODO more readable release notes)
-
-2012-04-03 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9604] NEWS, README.postgis: Set up for 2.0.1
-
-2012-04-03 19:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9602] ChangeLog, README.postgis, Version.config,
-	  extensions/upgradeable_versions.mk: Prep for 2.0.0
-
-2012-04-03 18:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9601] raster/rt_pg/rt_pg.c: Fix error message
-
-2012-04-03 18:29  Sandro Santilli <strk at keybit.net>
-
-	* [r9600] NEWS: Use full URL to trac query
-
-2012-04-03 18:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9599] NEWS: Add extensions
-
-2012-04-03 18:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9598] NEWS: Convert text to UTF8
-
-2012-04-03 18:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9597] NEWS: Final answer?
-
-2012-04-03 17:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9596] NEWS: rewrite breaking section
-
-2012-04-03 17:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9595] NEWS: More minor edits
-
-2012-04-03 17:27  Sandro Santilli <strk at keybit.net>
-
-	* [r9594] NEWS: Add ST_Node item
-
-2012-04-03 17:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9593] NEWS: Minor reorg of NEWS, more to come
-
-2012-04-03 12:05  Sandro Santilli <strk at keybit.net>
-
-	* [r9592] postgis/postgis.sql.in.c: Write CREATE TYPE as expected
-	  by postgis_proc_upgrade.pl (#1746)
-	  
-	  The script expects CREATE TYPE to spawn multimultiple lines ...
-
-2012-04-03 12:05  Sandro Santilli <strk at keybit.net>
-
-	* [r9591] doc/reference_processing.xml: Add note about input noding
-	  for ST_Polygonize and ST_BuildArea
-
-2012-04-01 20:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9590] ChangeLog: Update changelog on trunk
-
-2012-04-01 20:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9586] NEWS, README.postgis, Version.config,
-	  extensions/upgradeable_versions.mk: Version bumps for RC2
-
-2012-03-31 16:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9585] raster/rt_core/rt_api.c: Minor tweak to message regarding
-	  GEOS < 3.3
-
-2012-03-30 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9584] raster/rt_core/rt_api.c: Comment out noise in the GEOS
-	  3.2 case. (#1740)
-
-2012-03-30 14:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9583] loader/shp2pgsql-gui.c: Make sure that we clear any
-	  previously selected files when (re)opening the import file
-	  selector in the shapefile GUI.
-
-2012-03-30 14:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9582] loader/shp2pgsql-gui.c: Fix #1741: Build error
-	  --with-gui, gtk problem.
-	  
-	  Older versions of GTK (< 2.14.0) don't have
-	  gtk_dialog_get_content_area(). Work
-	  around this by providing a compatibility #define for these older
-	  GTK versions.
-
-2012-03-30 08:36  Sandro Santilli <strk at keybit.net>
-
-	* [r9581] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_clean.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/lwgeom_geos.c: Have
-	  BuildArea catch exception from GEOSSymDifference (#1738)
-
-2012-03-29 21:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9578] spatial_ref_sys.sql: wrong proj4text in spatial_ref_sys
-	  for SRID 31300 and 31370 (#1389)
-
-2012-03-29 12:37  Sandro Santilli <strk at keybit.net>
-
-	* [r9577] postgis/gserialized_gist_nd.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix crash on NULL item in ND index
-	  (#1734)
-	  
-	  Add regression testing for the case
-
-2012-03-28 23:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9575] utils/Makefile.in: make install doesn't install
-	  postgis_restore.pl (#1732)
-
-2012-03-28 22:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9572] ChangeLog, NEWS, README.postgis, Version.config,
-	  extensions/upgradeable_versions.mk: Bump versions for 2.0.0rc1
-	  release
-
-2012-03-28 14:02  Sandro Santilli <strk at keybit.net>
-
-	* [r9570] utils/create_undef.pl: Strip schemas from search_path as
-	  part of uninstall procedures
-
-2012-03-28 12:40  Sandro Santilli <strk at keybit.net>
-
-	* [r9569] configure.ac: Reduce extensions requirements (#1724)
-	  
-	  Build extensions even w/out topology, and even w/out xsltproc if
-	  comments are already built.
-
-2012-03-28 11:36  Sandro Santilli <strk at keybit.net>
-
-	* [r9568] topology/test/Makefile,
-	  topology/test/regress/gettopogeomelements.sql,
-	  topology/test/regress/gettopogeomelements_expected,
-	  topology/topology.sql.in.c: Fix GetGopoGeomElementArray code
-	  (#1730)
-	  
-	  Includes regression testing for both GetGopoGeomElements
-	  and GetGopoGeomElementArray
-
-2012-03-28 09:19  Sandro Santilli <strk at keybit.net>
-
-	* [r9567] regress/tickets.sql, regress/tickets_expected: Add
-	  regression test for GiST index crash on empty (#1697)
-	  
-	  Also tests you can query all empty items from an index
-
-2012-03-28 08:22  Sandro Santilli <strk at keybit.net>
-
-	* [r9563] postgis/gserialized_gist_nd.c: Fix crash in n-dimensional
-	  GiST index on EMPTY geoms (#1697)
-	  
-	  This is Paul's patch with the unrelated btree changes removed and
-	  the memset removed too.
-
-2012-03-27 23:39  Regina Obe <lr at pcorp.us>
-
-	* [r9562] doc/installation.xml: detail how to use create extension
-	  .. from unpackaged
-
-2012-03-27 23:17  Regina Obe <lr at pcorp.us>
-
-	* [r9561] extensions/make_unpackaged.sql,
-	  extensions/postgis/Makefile.in,
-	  extensions/postgis/sql_bits/postgis--unpackaged.sql.in,
-	  extensions/postgis_topology/Makefile.in,
-	  extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in:
-	  #1727 this will make statements like CREATE EXTENSION postgis
-	  FROM unpackaged; CREATE EXTENSION postgis_topology FROM
-	  unpackaged; work. It's sadly static at the moment.
-
-2012-03-27 22:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9560] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c: Added robustness checking that GDAL
-	  supports spatial reference text from
-	  spatial_ref_sys table
-
-2012-03-27 19:25  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9559] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c: Merge branch 'master' into HEAD
-
-2012-03-27 18:14  Sandro Santilli <strk at keybit.net>
-
-	* [r9558] regress/run_test, utils/create_undef.pl: Have uninstall
-	  scripts drop created schemas, regress test it
-
-2012-03-27 17:30  Sandro Santilli <strk at keybit.net>
-
-	* [r9557] topology/topology.sql.in.c: Wrap most topology.sql into a
-	  transaction
-	  
-	  CREATE SCHEMA is left out because uninstall_topology isn't
-	  getting
-	  rid of it (to be fixed later)
-
-2012-03-27 17:06  Sandro Santilli <strk at keybit.net>
-
-	* [r9556] doc/xsl/topology_comments.sql.xsl: Do not mess with
-	  search_path when installing comments (#1723)
-
-2012-03-27 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r9555] extensions/README: Update extensions/README (#1720)
-	  
-	  - reStructuredText Markup, 80 column text
-	  - Rewrite several paragraphs
-	  - Add requirements section
-	  - Make it clear that --with-raster is required, and that postgis
-	  also
-	  includes the raster support
-	  
-	  Patch by Mike Toews
-
-2012-03-27 14:32  Sandro Santilli <strk at keybit.net>
-
-	* [r9554] postgis/lwgeom_geos_clean.c, regress/clean.sql,
-	  regress/clean_expected: Accept POINT types in ST_MakeValid
-	  (#1719)
-
-2012-03-27 10:51  Sandro Santilli <strk at keybit.net>
-
-	* [r9553] loader/pgsql2shp-cli.c: 80 cols wrap for pgsql2shp help
-	  screen (#1722)
-	  
-	  Patch by Mike Toews
-
-2012-03-27 09:56  Sandro Santilli <strk at keybit.net>
-
-	* [r9552] doc/README: Update doc/README (#1721)
-	  
-	  - reStructuredText Markup, 80 column text limit
-	  - Structure the make targets using definition lists
-	  - It turns out that graphviz is required for make doxygen
-	  
-	  Patch by Mike Toews
-
-2012-03-27 07:01  Sandro Santilli <strk at keybit.net>
-
-	* [r9551] java/pljava/README.txt, java/pljava/build.xml,
-	  java/pljava/functions.sql, java/pljava/install.sh,
-	  java/pljava/postgis_pljava.jar,
-	  java/pljava/src/org/postgis/pljava/Aggregates.java,
-	  java/pljava/src/org/postgis/pljava/HelloWorld.java,
-	  java/pljava/src/org/postgis/pljava/PLJGeometry.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsParser.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsWriter.java,
-	  java/pljava/update.sh: Drop pljava (#1411)
-
-2012-03-27 02:08  Regina Obe <lr at pcorp.us>
-
-	* [r9550] utils/create_undef.pl: #1693, #1704 - twofer - change
-	  DROP AGGREGATE and DROP VIEW to be DROP .. IF EXISTS
-
-2012-03-27 01:16  Regina Obe <lr at pcorp.us>
-
-	* [r9549] doc/using_postgis_dataman.xml: minor typo correction
-
-2012-03-26 16:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9548] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h: Rework code from r9204 (bug #900:
-	  shp2pgsql: a switch to drop M from 4d imports) to fix bug #1710:
-	  shp2pgsql -t option is not working properly.
-	  
-	  The original implementation set the has_z/has_m flags directly
-	  based upon the -t parameter; however this lost the information
-	  as to how many dimensions were specified. Resolve this by
-	  specifying a new force_output configuration variable and setting
-	  it to an enumerated constant, so that we can then implement a
-	  simple switch() to set both the output dimension and output
-	  flags correctly.
-
-2012-03-26 16:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9547] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Remove
-	  istypeM state variable from loader as it isn't used anymore.
-
-2012-03-26 16:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9546] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Improve
-	  readability in the loader by fixing various whitespace issues.
-
-2012-03-26 13:18  Regina Obe <lr at pcorp.us>
-
-	* [r9545] doc/extras_topology.xml: change example for totopogeom
-
-2012-03-26 13:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9544] MIGRATION: Wrap within 80 cols
-
-2012-03-26 12:26  Regina Obe <lr at pcorp.us>
-
-	* [r9543] doc/extras_topology.xml: Add an example for toTopoGeom
-
-2012-03-23 23:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9542] CREDITS, MIGRATION: Updates for 2.0
-
-2012-03-23 23:00  Sandro Santilli <strk at keybit.net>
-
-	* [r9541] topology/test/regress/topogeo_addlinestring.sql: Add
-	  topology validity checking (extra paranoia)
-
-2012-03-23 22:54  Sandro Santilli <strk at keybit.net>
-
-	* [r9540] topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Do not
-	  abuse ST_Snap for tweaking edge endpoints (#1706)
-
-2012-03-23 22:23  Sandro Santilli <strk at keybit.net>
-
-	* [r9539] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_modedgesplit.sql,
-	  topology/test/regress/st_modedgesplit_expected,
-	  topology/test/regress/st_newedgessplit.sql,
-	  topology/test/regress/st_newedgessplit_expected: Enhance edge
-	  splitting robustness (#1711)
-
-2012-03-23 21:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9538] liblwgeom/lwgeodetic.c: Skip over geodetic check for
-	  empty geometries.
-
-2012-03-23 19:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9537] liblwgeom/ptarray.c: Allow build to work under DEBUG=5
-
-2012-03-23 17:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9536] topology/sql/sqlmm.sql.in.c: Add debugging lines to sqlmm
-	  edge splitting functions
-
-2012-03-23 15:11  Sandro Santilli <strk at keybit.net>
-
-	* [r9535] topology/test/regress/topogeo_addlinestring.sql: Add
-	  missing ticket reference to it's regression test
-
-2012-03-23 13:16  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9534] doc/html/style.css: Made the red color for parameters a
-	  bit darker...
-
-2012-03-23 13:09  Regina Obe <lr at pcorp.us>
-
-	* [r9533] doc/installation.xml: flesh out upgrade a bit.
-
-2012-03-23 07:54  Regina Obe <lr at pcorp.us>
-
-	* [r9532] doc/html/style.css: make variables names red to stand out
-	  better
-
-2012-03-22 17:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9531] regress/wkt_expected: Update regression to handle new
-	  collection(empty) possibilities
-
-2012-03-22 16:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9530] liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
-	  liblwgeom/lwout_wkt.c: Parse error on WKT for multi with empty
-	  elements (#1703)
-
-2012-03-22 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9529] regress/simplify.sql, regress/simplify_expected: Add
-	  collapsed polygon case to ST_Simplify test (#1698)
-
-2012-03-22 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9528] liblwgeom/liblwgeom_internal.h, liblwgeom/lwline.c,
-	  liblwgeom/lwpoly.c, liblwgeom/ptarray.c, regress/simplify.sql:
-	  Add a ptarray_simplify parameter to preserve min vertices (#1698)
-	  
-	  A polygon ring collapsed to a segment is still better handled by
-	  mapnik than the same ring collapsed to a single point. This
-	  commit
-	  retains at least 3 vertices for polygons.
-
-2012-03-22 15:06  Sandro Santilli <strk at keybit.net>
-
-	* [r9527] liblwgeom/lwpoly.c: Do not drop collapsed polygon shells
-	  (#1698)
-
-2012-03-22 13:33  Regina Obe <lr at pcorp.us>
-
-	* [r9526] doc/using_postgis_dataman.xml: missing para tag
-
-2012-03-22 13:29  Regina Obe <lr at pcorp.us>
-
-	* [r9525] doc/using_postgis_dataman.xml: explain geometry_columns
-	  is now a view and that spatial tables can be created in 1 step.
-
-2012-03-22 13:02  Regina Obe <lr at pcorp.us>
-
-	* [r9524] doc/using_postgis_dataman.xml: more expounding on typmod
-	  vs. constraint based geometry columns
-
-2012-03-21 21:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9523] doc/Makefile.in, doc/html/image_src/Makefile.in,
-	  extensions/postgis/Makefile.in,
-	  extensions/postgis_topology/Makefile.in, libpgcommon/Makefile.in,
-	  libpgcommon/cunit/Makefile.in, loader/Makefile.in,
-	  loader/cunit/Makefile.in, postgis/Makefile.in,
-	  raster/Makefile.in, raster/loader/Makefile.in,
-	  raster/rt_core/Makefile.in, raster/rt_pg/Makefile.in,
-	  raster/scripts/Makefile.in, raster/scripts/python/Makefile.in,
-	  raster/test/Makefile.in, raster/test/core/Makefile.in,
-	  raster/test/regress/Makefile.in, regress/Makefile.in,
-	  topology/Makefile.in: Change @rm to rm for visibility
-
-2012-03-21 20:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9522] GNUmakefile.in, doc/Makefile.in,
-	  doc/html/image_src/Makefile.in, extensions/postgis/Makefile.in,
-	  extensions/postgis_topology/Makefile.in, liblwgeom/Makefile.in,
-	  libpgcommon/Makefile.in, libpgcommon/cunit/Makefile.in,
-	  loader/Makefile.in, loader/cunit/Makefile.in,
-	  postgis/Makefile.in, raster/Makefile.in,
-	  raster/loader/Makefile.in, raster/rt_core/Makefile.in,
-	  raster/scripts/Makefile.in, raster/scripts/python/Makefile.in,
-	  raster/test/Makefile.in, raster/test/core/Makefile.in,
-	  raster/test/regress/Makefile.in, regress/Makefile.in,
-	  topology/Makefile.in: Make distclean should remove all the
-	  Makefile's generated by ./configure
-
-2012-03-21 20:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9519] ChangeLog, NEWS, README.postgis, Version.config,
-	  extensions/upgradeable_versions.mk: Bump versions for beta4
-
-2012-03-21 18:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9518] postgis: Ignore some files
-
-2012-03-19 20:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9517] README.postgis, README.raster: README.raster needs
-	  updating or removal (#1649)
-
-2012-03-19 12:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9516] postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
-	  regress/tickets_expected: ST_SnapToGrid: retain type on empty
-	  return (#1695)
-
-2012-03-16 19:13  Sandro Santilli <strk at keybit.net>
-
-	* [r9515] doc/reference_measure.xml: Fix typo puffered -> buffered
-
-2012-03-16 19:11  Sandro Santilli <strk at keybit.net>
-
-	* [r9514] liblwgeom/lwpoly.c: Be quieter on polygon ring collapse
-	  (in ST_Simplify)
-
-2012-03-16 15:03  Regina Obe <lr at pcorp.us>
-
-	* [r9513] doc/html/images/st_mapalgebraexpr2_08.png,
-	  doc/reference_raster.xml: fix typo in example was adding band 1
-	  twice
-
-2012-03-16 12:58  Regina Obe <lr at pcorp.us>
-
-	* [r9512] doc/html/images/st_clip04.png,
-	  doc/html/images/st_clip05.png, doc/reference_raster.xml: surreal
-	  clipping
-
-2012-03-16 12:47  Regina Obe <lr at pcorp.us>
-
-	* [r9511] doc/reference_raster.xml: slightly more efficient (and
-	  hmm my last timing was with 2 buildings instead of 3)
-
-2012-03-16 12:40  Regina Obe <lr at pcorp.us>
-
-	* [r9510] doc/reference_raster.xml: minor adjustment to example
-
-2012-03-16 12:25  Regina Obe <lr at pcorp.us>
-
-	* [r9509] doc/reference_raster.xml: Provide summarizing summary
-	  stats example using intersection of geometry. Pretty fast.
-
-2012-03-16 12:15  Sandro Santilli <strk at keybit.net>
-
-	* [r9508] .gitignore, postgis/Makefile.in, postgis/legacy.sql.in.c,
-	  postgis/legacy_compatibility_layer.sql.in.c,
-	  postgis/legacy_minimal.sql.in.c: Rename
-	  legacy_compatibility_layer.sql to legacy_minimal.sql
-	  
-	  As per
-	  http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019663.html
-
-2012-03-16 11:58  Sandro Santilli <strk at keybit.net>
-
-	* [r9507] postgis/lwgeom_transform.c: Do not take PROJ4 errno value
-	  as a sign of error (#1580, #1690)
-	  
-	  Dejavu...
-
-2012-03-16 08:48  Regina Obe <lr at pcorp.us>
-
-	* [r9506] postgis/legacy.sql.in.c,
-	  postgis/legacy_compatibility_layer.sql.in.c: Add more descriptive
-	  notes detailing difference between files
-
-2012-03-16 08:27  Regina Obe <lr at pcorp.us>
-
-	* [r9505] doc/introduction.xml: fix spelling typos
-
-2012-03-16 06:59  Regina Obe <lr at pcorp.us>
-
-	* [r9504] doc/introduction.xml: Put in a section for crowd sourcing
-	  campaigns
-
-2012-03-15 09:54  Sandro Santilli <strk at keybit.net>
-
-	* [r9503] configure.ac: Bail out if user specified json dir isn't
-	  correct (#1688)
-
-2012-03-14 21:45  Regina Obe <lr at pcorp.us>
-
-	* [r9502] doc/reference_raster.xml: put note about slowness of
-	  raster st_union and promise it will be better in later versions
-
-2012-03-14 21:35  Regina Obe <lr at pcorp.us>
-
-	* [r9501] doc/reference_raster.xml: change example to be more
-	  efficient (prior version was taking 9-10 seconds this much
-	  improved one takes 3.5 seconds)
-
-2012-03-14 20:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9500] raster/test/core/Makefile.in: Updated to have C API tests
-	  use libtool
-
-2012-03-14 19:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9499] configure.ac: Use AC_SEARCH_LIBS instead of AC_CHECK_LIB
-	  for checking GDAL libraries
-
-2012-03-14 16:35  Sandro Santilli <strk at keybit.net>
-
-	* [r9498] configure.ac: Don't re-implement AC_PATH_PROG for
-	  gdal-config
-
-2012-03-14 16:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9495] ChangeLog, NEWS, README.postgis, Version.config,
-	  extensions/upgradeable_versions.mk: Prepare for 2.0.0beta3
-	  release
-
-2012-03-14 15:50  Sandro Santilli <strk at keybit.net>
-
-	* [r9494] raster/rt_pg/Makefile.in: Encode dependency of raster
-	  _scripts_ to postgis_svn_revision.h
-
-2012-03-14 15:46  Sandro Santilli <strk at keybit.net>
-
-	* [r9493] raster/rt_pg/Makefile.in: Encode postgis_svn_revision.h
-	  dependency for raster lib
-
-2012-03-14 15:40  Sandro Santilli <strk at keybit.net>
-
-	* [r9492] topology/Makefile.in: Make sure to rebuild topology.sql
-	  on postgis_svn_revision.h change
-
-2012-03-14 15:32  Sandro Santilli <strk at keybit.net>
-
-	* [r9491] postgis/postgis.sql.in.c: Add a TOPOLOGY and a RASTER
-	  label in postgis_full_version() output
-	  
-	  This is to know if they are available
-
-2012-03-14 13:13  Sandro Santilli <strk at keybit.net>
-
-	* [r9490] postgis/lwgeom_inout.c: Simplify ST_AsLatLonText code and
-	  possily fix #1657
-	  
-	  The possible bug was a call to pg_do_encoding_conversion w/out
-	  a defined string size argument.
-
-2012-03-14 12:15  Sandro Santilli <strk at keybit.net>
-
-	* [r9489] postgis/lwgeom_inout.c: Use existing text2cstring and
-	  cstring2text wheel
-
-2012-03-13 18:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9488] raster/loader/raster2pgsql.c: Explicitly set NULL
-	  character to snprintf outputs as Windows does not do so
-	  automatically. Ticket is #1682.
-
-2012-03-13 17:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9487] liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_stringbuffer.c, liblwgeom/cunit/cu_tester.c:
-	  Add simple tests to stringbuffer class (#1668)
-	  
-	  Hopefully these fail on windows so it's easier to test.
-	  It may take a memory debugger to really see the failure.
-
-2012-03-13 17:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9486] liblwgeom/cunit/cu_misc.c: Rename misc testsuite to
-	  "misc"
-
-2012-03-13 16:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9485] configure.ac, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/snprintf.c, liblwgeom/stringbuffer.c,
-	  liblwgeom/vsprintf.c, libpgcommon/lwgeom_pg.c,
-	  macros/snprintf.m4, postgis_config.h.in, raster/rt_pg/rt_pg.c:
-	  Roll back changes for autodetecting C99 vsnprintf (#1688)
-
-2012-03-13 16:13  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9484] doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_asraster.sql,
-	  raster/test/regress/rt_asraster_expected,
-	  raster/test/regress/rt_bandmetadata.sql,
-	  raster/test/regress/rt_bandmetadata_expected,
-	  raster/test/regress/rt_clip.sql,
-	  raster/test/regress/rt_clip_expected,
-	  raster/test/regress/rt_intersection.sql,
-	  raster/test/regress/rt_intersection_expected,
-	  raster/test/regress/rt_mapalgebraexpr_2raster.sql,
-	  raster/test/regress/rt_mapalgebraexpr_2raster_expected,
-	  raster/test/regress/rt_mapalgebrafct_2raster.sql,
-	  raster/test/regress/rt_mapalgebrafct_2raster_expected: Removed
-	  "hasnodata" column output of ST_BandMetaData as per #1681. If a
-	  band does NOT have a NODATA value, the "nodatavalue" column will
-	  be NULL.
-
-2012-03-13 09:18  Sandro Santilli <strk at keybit.net>
-
-	* [r9483] topology/README: Add upgrade instructions
-
-2012-03-13 09:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9482] topology/README: Drop SRID constraint issue (not an issue
-	  anymore with typmod)
-
-2012-03-13 09:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9481] topology/README: Add note about toTopoGeom
-
-2012-03-13 08:33  Sandro Santilli <strk at keybit.net>
-
-	* [r9480] README.postgis: Set Version to match Version.config
-	  (HOWTO_RELEASE file mentions you need to edit it anyway)
-
-2012-03-13 08:30  Sandro Santilli <strk at keybit.net>
-
-	* [r9479] README.postgis: Add note about topology/README
-
-2012-03-13 08:18  Sandro Santilli <strk at keybit.net>
-
-	* [r9478] README.postgis: Update README.postgis (#1670)
-	  
-	  - Use consistent formatting in reStructuredText; see
-	  formatted result with rst2pdf or rst2html, or if you don't
-	  want to install docutils, you can copy/paste the text to
-	  http://www.tele3.cz/jbar/rest/rest.html
-	  - Wrap lines to 80 columns, trim trailing whitespace, replace
-	  tabs
-	  with space chars
-	  - Fix typos, and use consistent case and punctuation
-	  - Alphabetize the directory structure
-	  - Add ./libpgcommon to directory structure, and attempt to
-	  describe it
-	  - Arrange style of REQUIREMENTS section a bit more consistent
-	  across components: removing repetition, stating what is required
-	  or optional, etc.
-	  - When referencing PostGIS SQL functions, use the "ST_" prefix,
-	  where applicable
-	  - Mention that both Raster and Topology extensions are built by
-	  default, add notes how build without them
-	  
-	  Patch by Mike Toews
-
-2012-03-12 21:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9477] configure.ac, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/snprintf.c, liblwgeom/stringbuffer.c,
-	  liblwgeom/vsprintf.c, libpgcommon/lwgeom_pg.c,
-	  macros/snprintf.m4, postgis/compat.h, postgis_config.h.in,
-	  raster/rt_pg/rt_pg.c: Complete alternate implementation of
-	  vsnprintf, vasprintf for non-C99 systems. (#1668)
-
-2012-03-12 17:45  Sandro Santilli <strk at keybit.net>
-
-	* [r9476] libpgcommon/lwgeom_transform.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix UTM zone reserved SRID
-	  interpretation (#1680)
-
-2012-03-10 14:33  Sandro Santilli <strk at keybit.net>
-
-	* [r9475] GNUmakefile.in: Check docs as part of "make check"
-	  
-	  Adds "xmllint" to the requirements for running "make check"
-
-2012-03-10 14:28  Sandro Santilli <strk at keybit.net>
-
-	* [r9474] doc/release_notes.xml: Introduce use of <simplelist>. I
-	  think we should use it more..
-
-2012-03-10 14:28  Sandro Santilli <strk at keybit.net>
-
-	* [r9473] doc/release_notes.xml: typo
-
-2012-03-10 14:27  Sandro Santilli <strk at keybit.net>
-
-	* [r9472] GNUmakefile.in: Drop commented out lines
-
-2012-03-10 14:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9471] doc/release_notes.xml: Add credits to Salvatore
-
-2012-03-10 14:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9470] doc/release_notes.xml: No <para> allowed after
-	  <simplesect> in <sect1> (xmllint) -- add Vizzuality credit
-
-2012-03-10 14:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9469] doc/extras_tigergeocoder.xml: <sect1info> goes before
-	  <title>
-
-2012-03-10 14:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9468] doc/extras_tigergeocoder.xml: <note> cannot be direct
-	  child of <abstract> (xmllint)
-
-2012-03-10 14:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9467] doc/extras_tigergeocoder.xml: choice is a <paramdef>
-	  attribute, not <type>'s
-
-2012-03-10 14:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9466] doc/extras_tigergeocoder.xml: <abstract> can't contain
-	  <note> (xmllint)
-
-2012-03-10 13:44  Sandro Santilli <strk at keybit.net>
-
-	* [r9465] doc/extras_topology.xml: Use empty params as
-	  placeholders, add missing refsection title (xmllint)
-
-2012-03-10 13:44  Sandro Santilli <strk at keybit.net>
-
-	* [r9464] doc/reference_raster.xml: More <para> wrapping (xmllint)
-
-2012-03-10 13:44  Sandro Santilli <strk at keybit.net>
-
-	* [r9463] doc/reference_raster.xml: wrap more <informalfigure>
-	  content in <para> (xmllint)
-
-2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r9462] doc/reference_raster.xml: choice is a <paramdef>
-	  attribute, not <type>'s
-
-2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r9461] doc/reference_raster.xml: wrap <informalfigure> content
-	  in <para> (xmllint)
-
-2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r9460] doc/reference_raster.xml: wrap <listitem> content in
-	  <para> (xmllint)
-
-2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r9459] doc/reference_raster.xml: choice belongs to <paramdef>,
-	  not <parameter> (xmllint)
-
-2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r9458] doc/reference_raster.xml: <sect1info> goes before <title>
-
-2012-03-10 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r9457] doc/reference_processing.xml: <informalfigure> goes in
-	  <para> (xmllint)
-
-2012-03-10 13:42  Sandro Santilli <strk at keybit.net>
-
-	* [r9456] doc/reference_operator.xml: Use <para> as appropriate
-	  (xmllint)
-
-2012-03-10 13:42  Sandro Santilli <strk at keybit.net>
-
-	* [r9455] doc/reference_editor.xml: <informalfigure> must be in
-	  <para> (xmllint)
-
-2012-03-10 13:42  Sandro Santilli <strk at keybit.net>
-
-	* [r9454] doc/reference_constructor.xml: Put semicolon where it
-	  belongs (xmllint)
-
-2012-03-10 13:42  Sandro Santilli <strk at keybit.net>
-
-	* [r9453] doc/using_raster_dataman.xml: Use <para> elements
-	  according to the DTD (xmllint)
-
-2012-03-10 13:42  Sandro Santilli <strk at keybit.net>
-
-	* [r9452] doc/faq.xml: <strong> to <emphasis> (xmllint)
-
-2012-03-10 13:00  Sandro Santilli <strk at keybit.net>
-
-	* [r9451] doc/installation.xml: <filename> is not a valid child of
-	  <listitem>, <para> is (xmllint)
-
-2012-03-10 12:51  Sandro Santilli <strk at keybit.net>
-
-	* [r9450] doc/xsl/postgis_aggs_mm.xml.xsl: More linked -> linkend
-	  typos
-
-2012-03-10 12:10  Sandro Santilli <strk at keybit.net>
-
-	* [r9449] doc/xsl/postgis_aggs_mm.xml.xsl: Fix xref (thanks make
-	  check)
-
-2012-03-10 12:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9448] doc/reference_raster.xml, doc/release_notes.xml: linked
-	  -> linkend (thanks make check)
-
-2012-03-10 11:38  Sandro Santilli <strk at keybit.net>
-
-	* [r9447] doc/introduction.xml: Add credit to Avencia (#1671)
-
-2012-03-10 11:31  Sandro Santilli <strk at keybit.net>
-
-	* [r9446] doc/introduction.xml: More credits
-
-2012-03-10 11:26  Sandro Santilli <strk at keybit.net>
-
-	* [r9445] doc/introduction.xml: Add postgis topology signers to
-	  credits section (#1601)
-	  
-	  I also formatted the names to be one-per-line. Output won't care
-	  but it's easier to sort alphabetically ...
-
-2012-03-10 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r9444] CREDITS: Substitute CREDITS content with pointers to
-	  manual (#1601)
-
-2012-03-10 10:27  Sandro Santilli <strk at keybit.net>
-
-	* [r9443] make_dist.sh: Be quiet when postgis_svn_revision.h isn't
-	  needed (#1666)
-
-2012-03-10 00:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9442] configure.ac: Cleanup for testing GDAL include files
-
-2012-03-10 00:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9441] configure.ac: This should do it. Debugging Hudson is
-	  fun... like entertaining a grumpy old man.
-
-2012-03-10 00:24  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9440] configure.ac: Removed multiple AC_ARG_WITH calls for
-	  raster
-
-2012-03-10 00:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9439] configure.ac: Another attempt to fix hudson...
-
-2012-03-10 00:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9438] configure.ac: Comment cleanup as hudson isn't happy.
-
-2012-03-09 23:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9437] configure.ac: Fixed GDAL configuration as hudson wasn't
-	  getting GDALFPolygonize. This may be the cause for Windows not
-	  detecting GDALFPolygonize either.
-
-2012-03-09 19:00  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9436] raster/loader/Makefile.in, raster/loader/raster2pgsql.h,
-	  raster/rt_core/rt_api.c: Initialize variables that may cause
-	  compile-time warnings in rt_api.c. Added additional NLS items to
-	  raster2pgsql.
-
-2012-03-09 17:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9435] liblwgeom/stringbuffer.c: Work around difference between
-	  behavior of MS snprintf and C99 snprintf. (#1668)
-
-2012-03-09 14:59  Regina Obe <lr at pcorp.us>
-
-	* [r9434] doc/reference_raster.xml: minor correction in title of
-	  example
-
-2012-03-09 14:20  Regina Obe <lr at pcorp.us>
-
-	* [r9433] doc/html/images/st_mapalgebraexpr2_08.png,
-	  doc/reference_raster.xml: Fix mapalgebra2 syntax
-
-2012-03-08 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r9432] .gitignore: Ignore all html files under doc/html/ (also
-	  chunked)
-
-2012-03-08 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r9431] doc/introduction.xml: Give introduction chapter an id.
-	  
-	  This should give it a nice URL online so we can point to credits
-	  from the CREDITS file (#1601)
-
-2012-03-08 10:36  Sandro Santilli <strk at keybit.net>
-
-	* [r9430] make_dist.sh: Remove .svnignore files (#1665)
-
-2012-03-08 10:36  Sandro Santilli <strk at keybit.net>
-
-	* [r9429] doc/html/.cvsignore, extras/ogc_test_suite/.cvsignore,
-	  extras/wkb_reader/.cvsignore, java/jdbc/.cvsignore,
-	  loader/.cvsignore, postgis/.cvsignore, topology/.cvsignore,
-	  topology/ER/.cvsignore, topology/test/.cvsignore: Drop .cvsignore
-	  files
-
-2012-03-07 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9427] Version.config, extensions/upgradeable_versions.mk:
-	  Update trunk versions for next cycle
-
-2012-03-07 20:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9425] ChangeLog, NEWS, README.postgis: Update for beta2 release
-
-2012-03-07 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9424] configure.ac, regress/Makefile.in: Fix need to hack
-	  regress source path
-
-2012-03-07 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9423] configure.ac, raster/loader/Makefile.in,
-	  raster/rt_core/Makefile.in, raster/rt_pg/Makefile.in,
-	  raster/test/core/Makefile.in, raster/test/regress/Makefile.in,
-	  raster/test/regress/testgdalraster,
-	  raster/test/regress/testgdalraster.in: Remove reliance on `pwd`
-	  for raster build and test.
-
-2012-03-07 19:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9422] configure.ac: Replace " with ' in mingw pwd call
-
-2012-03-07 19:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9421] configure.ac: MinGW configure for regression dir
-
-2012-03-07 17:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9420] liblwgeom/lwgeom_debug.c: ST_Summary output contains a
-	  spurious "+" sign (#1663)
-
-2012-03-07 11:39  Sandro Santilli <strk at keybit.net>
-
-	* [r9419] configure.ac, regress/Makefile.in: Actually run GeoJSON
-	  input tests when libjson is available
-
-2012-03-07 11:18  Sandro Santilli <strk at keybit.net>
-
-	* [r9418] postgis/lwgeom_in_geojson.c, postgis/postgis.sql.in.c:
-	  Report libjson availability from postgis_full_version (#1660)
-	  
-	  This commit adds a postgis_libjson_version() although the library
-	  doesn't give any version information. We just return NULL if not
-	  using the library and "UNKNOWN" otherwise.
-
-2012-03-07 10:55  Sandro Santilli <strk at keybit.net>
-
-	* [r9417] README.postgis: Add note about installing json-c library
-	  on apt-based systems
-
-2012-03-07 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9416] README.postgis: Update REQUIREMENTS section, add JSON-C
-	  (#1660)
-
-2012-03-07 08:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9415] TODO: I didn't realize we had ST_AsLatLonText already :)
-
-2012-03-07 05:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9414] postgis/geography_measurement.c: Crash in ST_Project on
-	  NULL input (#1658)
-
-2012-03-07 04:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9413] raster/rt_core/rt_api.c: Slightly more verbose error
-	  message for when rt_raster_gdal_rasterize() is unable to have an
-	  OSR object project a provided srs text.
-
-2012-03-06 21:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9412] TODO: Update TODO list dropping done items
-
-2012-03-06 18:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9411] liblwgeom/Makefile.in: Work around default rule for lexer
-	  generation. (#1644)
-
-2012-03-06 16:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9410] loader/Makefile.in: I'm not sure this "fix" was actually
-	  a fix so I'm removing it.
-
-2012-03-06 16:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9409] NEWS, topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Snap new
-	  lines over existing nodes (#1654)
-	  
-	  Also add Salvatore to the list of testing heroes :)
-
-2012-03-06 13:44  Sandro Santilli <strk at keybit.net>
-
-	* [r9408] topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Don't let a
-	  single collapse hide _all_ edges (#1650)
-
-2012-03-06 13:21  Sandro Santilli <strk at keybit.net>
-
-	* [r9407] topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Skip
-	  collapsed edges after snapping (#1650)
-
-2012-03-06 13:20  Sandro Santilli <strk at keybit.net>
-
-	* [r9406] topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Uncomment
-	  new tests for #1641
-
-2012-03-06 09:45  Sandro Santilli <strk at keybit.net>
-
-	* [r9405] doc/Makefile.in, doc/README: Have "make install" only
-	  install what "make" built (#1652)
-	  
-	  Also updates the README to be in sync with Makefile.in
-
-2012-03-06 09:05  Sandro Santilli <strk at keybit.net>
-
-	* [r9404] topology/sql/topogeometry/totopogeom.sql.in.c,
-	  topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected: Fix toTopoGeom to
-	  actualy _use_ to given tolerance (#1647)
-
-2012-03-05 23:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9403] loader/Makefile.in: Rename LOADER_OBJS to the more direct
-	  SHPLIB_OBJS
-
-2012-03-05 22:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9402] liblwgeom/cunit/Makefile.in: Defines are picked up from
-	  ../../postgis_config.h via ../liblwgeom_internal.h
-
-2012-03-05 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9401] loader/Makefile.in: Add static link directive to libtool
-	  (#1644) allows build on Debian Wheezy
-
-2012-03-05 16:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9400] authors.svn: Update kneufeld contact info
-
-2012-03-05 12:24  Sandro Santilli <strk at keybit.net>
-
-	* [r9399] doc/extras_topology.xml, topology/topology.sql.in.c: Add
-	  GetTopologySRID (#1182)
-
-2012-03-05 12:14  Sandro Santilli <strk at keybit.net>
-
-	* [r9398] topology/sql/sqlmm.sql.in.c: Optimize ST_AddIsoNode
-	  (#983)
-
-2012-03-05 11:33  Sandro Santilli <strk at keybit.net>
-
-	* [r9397] doc/extras_topology.xml: Move topology reference entries
-	  from "processing" to "constructors"
-
-2012-03-05 11:05  Sandro Santilli <strk at keybit.net>
-
-	* [r9396] topology/sql/populate.sql.in.c: _ST_MinTolerance isn't
-	  IMMUTABLE, due to db lookup...
-
-2012-03-05 10:49  Sandro Santilli <strk at keybit.net>
-
-	* [r9395] topology/sql/populate.sql.in.c,
-	  topology/sql/topogeometry/totopogeom.sql.in.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Handle 0
-	  tolerance by using topology.precision or min float one
-	  
-	  This handling fixes the #1641 case w/out passing an explicit
-	  tolerance and makes a step toward #785.
-
-2012-03-05 08:28  Sandro Santilli <strk at keybit.net>
-
-	* [r9394] utils/postgis_restore.pl.in: Fix typos (FUNCION), drop
-	  duplicate entries
-
-2012-03-04 22:35  Regina Obe <lr at pcorp.us>
-
-	* [r9393] doc/installation.xml: put in libiconv path specification
-	  if it needs to be done. For some reason my mingw64 can't find it
-	  unless its explicitly set.
-
-2012-03-03 22:59  Regina Obe <lr at pcorp.us>
-
-	* [r9392] doc/release_notes.xml: Link postgis raster contributors
-	  to raster funding page.
-
-2012-03-03 22:56  Regina Obe <lr at pcorp.us>
-
-	* [r9391] doc/introduction.xml, doc/release_notes.xml: add in
-	  missing credits and link to Paul's credit description blog pages.
-
-2012-03-02 23:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9390] liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
-	  postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c: Add an SRID to
-	  box3d to allow lossless casts.
-
-2012-03-02 20:53  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9389] utils/postgis_restore.pl.in: Finish fix for ticket #1635.
-	  Added operator function to skip when restoring.
-
-2012-03-02 20:17  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9388] doc/reference_raster.xml: Fix for ticket #1589. Removed
-	  misleading example.
-
-2012-03-02 20:14  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9387] doc/reference_raster.xml: Fix for ticket #1589. Removed
-	  misleading example.
-
-2012-03-02 19:00  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9386] raster/rt_pg/rt_pg.c: Fixed problem with passing PROJ.4
-	  text to GDAL which may result in SRS WKT that is NOT what is
-	  desired. Now preferentially use EPSG:SRID if available. Ticket is
-	  #1618.
-
-2012-03-02 15:02  Regina Obe <lr at pcorp.us>
-
-	* [r9385] extensions/postgis/sql_bits/remove_from_extension.sql.in:
-	  #1630 and drop type raster_columns. Good grief how many hidden
-	  objects are there.
-
-2012-03-02 14:36  Regina Obe <lr at pcorp.us>
-
-	* [r9384] raster/rt_pg/rtpostgis_drop.sql.in.c: #1630 Add missing
-	  permutations of st_clip that exist in older versions so
-	  trimraster can be renamed to crop
-
-2012-03-02 14:11  Regina Obe <lr at pcorp.us>
-
-	* [r9383] extensions/postgis/sql_bits/remove_from_extension.sql.in:
-	  oops type in last commit.
-
-2012-03-02 14:05  Regina Obe <lr at pcorp.us>
-
-	* [r9382] extensions/postgis/sql_bits/remove_from_extension.sql.in:
-	  #1630 -- this has got to be a bug in the PostgreSQL extensions
-	  model that I have to drop dependent types of views and types from
-	  extension when drop view and type. Will confirm later.
-
-2012-03-02 13:15  Regina Obe <lr at pcorp.us>
-
-	* [r9381] doc/installation.xml: Add section about soft upgrade with
-	  extensions.
-
-2012-03-02 01:15  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9380] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Add handling of
-	  when clamped pixel values is equal to the band's clamped NODATA
-	  value. Ticket is #1139.
-
-2012-03-01 22:25  David Zwarg <dzwarg at azavea.com>
-
-	* [r9379] raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebraexpr_expected: Added regression
-	  test for error case reported in #1638.
-
-2012-03-01 22:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9378] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c,
-	  raster/test/regress/rt_asraster_expected,
-	  raster/test/regress/rt_clip_expected,
-	  raster/test/regress/rt_intersects_expected,
-	  raster/test/regress/rt_resample_expected: Refactored how skewed
-	  rasters are computed as the extents were not correct. Rewrote
-	  parts of rt_raster_gdal_warp and rt_raster_gdal_rasterize.
-	  Related ticket is #1615.
-
-2012-03-01 21:05  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9377] doc/reference_raster.xml: Fix for #1589 and #1633.
-
-2012-03-01 20:32  Sandro Santilli <strk at keybit.net>
-
-	* [r9376] extensions/postgis/Makefile.in:
-	  postgis_drop_before.sql.in.c => postgis_drop_before.sql
-
-2012-03-01 19:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9375] configure.ac: Make --prefix note a warning rather than a
-	  failure. (#1628)
-
-2012-03-01 19:09  Sandro Santilli <strk at keybit.net>
-
-	* [r9374] topology/sql/populate.sql.in.c: Add an internal
-	  topology._st_mintolerance funtion
-	  
-	  This function computes the minimum tolerance for a given
-	  geometry.
-	  It works by computing the smallest floating point difference that
-	  could be expressed on any vertex of the geometry.
-	  
-	  Currently it's only used to workaround the ST_DWithin/ST_Within
-	  inconsistency (#1625) but could probably be used everytime 0 is
-	  passed as a tolerance, possibly fixing #1641 as well.
-
-2012-03-01 16:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9373] raster/test/regress/rt_mapalgebraexpr.sql: Update
-	  regression tests for 1-raster ST_MapAlgebraExpr due to commit
-	  r9371
-
-2012-03-01 16:47  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9372] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_contain.sql,
-	  raster/test/regress/rt_contain_expected,
-	  raster/test/regress/rt_overlap.sql,
-	  raster/test/regress/rt_overlap_expected: Fix for ticket #1635.
-	  Added explicit ~ and && operators on raster and geometry.
-
-2012-03-01 15:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9371] raster/rt_pg/rt_pg.c: Forced casting of output from
-	  1-raster ST_MapAlgebraExpr. Ticket is #1639.
-
-2012-03-01 15:51  Sandro Santilli <strk at keybit.net>
-
-	* [r9370] doc/README: MathML DTDs are also needed for the HTML
-
-2012-03-01 15:51  Sandro Santilli <strk at keybit.net>
-
-	* [r9369] doc/README: added MathML 3 DTD to requirements in doc
-
-2012-03-01 15:14  Sandro Santilli <strk at keybit.net>
-
-	* [r9368] topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Add a test
-	  for #1641 using a tolerance (1e-16 is good enough)
-
-2012-03-01 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9367] topology/test/regress/topogeo_addlinestring.sql: Add test
-	  for #1641 (disabled as it would fail)
-
-2012-03-01 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9366] topology/test/regress/topogeo_addlinestring.sql: Cleanup
-	  the face table as well (you just can't drop the universe)
-
-2012-03-01 12:50  Sandro Santilli <strk at keybit.net>
-
-	* [r9365] utils/postgis_restore.pl.in: Add more items in the skip
-	  list (#1640)
-
-2012-03-01 12:25  Sandro Santilli <strk at keybit.net>
-
-	* [r9364] liblwgeom/cunit/cu_ptarray.c: Add tests for
-	  ptarray_insert_point (see #1640)
-
-2012-03-01 12:25  Sandro Santilli <strk at keybit.net>
-
-	* [r9363] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
-	  liblwgeom/ptarray.c: Check args passed to ptarray_set_point4d
-
-2012-03-01 11:58  Sandro Santilli <strk at keybit.net>
-
-	* [r9362] doc/reference_management.xml: Drop reference to
-	  postgis_uses_stats (#1632)
-
-2012-03-01 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9361] utils/postgis_restore.pl.in: Properly exit the loop
-	  parsing spatial_ref_sys population (#1640)
-
-2012-03-01 08:54  Sandro Santilli <strk at keybit.net>
-
-	* [r9360] postgis/postgis.sql.in.c, postgis/postgis_drop_after.sql:
-	  Drop postgis_uses_stats (#1632)
-
-2012-03-01 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r9359] postgis/Makefile.in, postgis/postgis_drop.sql.in.c,
-	  postgis/postgis_drop_after.sql, postgis/postgis_drop_before.sql,
-	  postgis/postgis_drop_before.sql.in.c: Rename drop files to be
-	  hopefully clearer, add copyright headers
-
-2012-03-01 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r9358] postgis/Makefile.in, postgis/postgis.sql.in.c: Stop
-	  including drop calls from main postgis.sql file
-	  
-	  Upgrade file is still generated with the drop file included
-
-2012-02-29 18:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9357] liblwgeom/cunit/cu_in_wkt.c: make parse location error
-	  test a little more lenient
-
-2012-02-29 18:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9354] Version.config, extensions/upgradeable_versions.mk:
-	  Update for post-Beta1
-
-2012-02-29 18:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9353] ChangeLog, NEWS, README.postgis: Update for beta1
-
-2012-02-29 15:59  Sandro Santilli <strk at keybit.net>
-
-	* [r9352] topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Check first
-	  point after snapping an edge to a new point (#1631)
-
-2012-02-29 14:20  Sandro Santilli <strk at keybit.net>
-
-	* [r9351] raster/rt_pg/rtpostgis_drop.sql.in.c: Get the deprecated
-	  function right (fixes previous commit)
-
-2012-02-29 14:14  Sandro Santilli <strk at keybit.net>
-
-	* [r9350] raster/rt_pg/rtpostgis_drop.sql.in.c: Drop removed
-	  st_clip function (#1630)
-
-2012-02-29 13:52  Sandro Santilli <strk at keybit.net>
-
-	* [r9349] raster/rt_pg/Makefile.in: Do not install intermediary
-	  files (#1621)
-
-2012-02-29 13:35  Sandro Santilli <strk at keybit.net>
-
-	* [r9348] utils/svn_repo_revision.pl: Don't override
-	  postgis_svn_revision.h with a fake revision (#1634)
-
-2012-02-29 10:55  Sandro Santilli <strk at keybit.net>
-
-	* [r9347] postgis/postgis.sql.in.c: Stop using postgis_uses_stats()
-	  from postgis_full_version() (#1632)
-
-2012-02-29 10:48  Sandro Santilli <strk at keybit.net>
-
-	* [r9346] doc/reference_management.xml: Integrate upgrade tips in
-	  postgis_full_version reference
-
-2012-02-29 10:39  Sandro Santilli <strk at keybit.net>
-
-	* [r9345] doc/installation.xml: Mention rtpostgis_upgrade* and
-	  topology_upgrade* in manual (#1611)
-
-2012-02-29 10:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9344] doc/Makefile.in: Have XSLTPROCFLAGS default to --nonet
-	  
-	  This way you can drop by redefining it as in: make XSLTPROCFLAGS=
-
-2012-02-29 09:51  Sandro Santilli <strk at keybit.net>
-
-	* [r9343] doc/Makefile.in: Add support for a user-defined
-	  XSLTPROCFLAGS variable to append
-	  
-	  Example: make -C doc html XSLTPROCFLAGS=--nonet
-	  
-	  Still defaults to allow net access, I couldn't find an option to
-	  override --nonet with its contraty...
-
-2012-02-29 09:00  Regina Obe <lr at pcorp.us>
-
-	* [r9342] raster/rt_pg/rtpostgis_drop.sql.in.c: #1630: Swap the
-	  order of dropping - you have to drop the function first before
-	  the type
-
-2012-02-29 08:44  Regina Obe <lr at pcorp.us>
-
-	* [r9341] extensions/postgis/sql_bits/remove_from_extension.sql.in:
-	  #1630: drop wktgeomval type from extension, but still can't drop
-	  because of function _st_dumpaswktpolygons
-
-2012-02-29 08:04  Regina Obe <lr at pcorp.us>
-
-	* [r9340] extensions/postgis/Makefile.in,
-	  extensions/postgis/sql_bits/mark_editable_objects.sql.in,
-	  extensions/postgis_topology/Makefile.in,
-	  extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in:
-	  #1619: Logic to mark spatial_ref_sys, topology, layers tables as
-	  user editable so that the data in them gets backed up during
-	  pg_dump
-
-2012-02-29 03:01  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9339] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c:
-
-2012-02-29 02:56  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9338] doc/reference_raster.xml: Other minor fix.
-
-2012-02-29 02:51  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9337] doc/reference_raster.xml: fix doc typo.
-
-2012-02-29 02:47  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9336] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_clip.sql,
-	  raster/test/regress/rt_intersection.sql,
-	  raster/test/regress/rt_intersection_expected: Fix for ticket
-	  1536. Added a nodataval[] parameter to ST_Intersection and
-	  removed the otheruserfunc one.
-	  
-	  Changed the ST_Clip trimraster parameter name to crop and set it
-	  to true by default.
-	  
-	  Updated the doc.
-
-2012-02-29 00:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9335] raster/raster_config.h.in: Fix for MinGW!
-
-2012-02-29 00:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9334] postgis_config.h.in: Fix for windoze!
-
-2012-02-28 18:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9333] configure.ac: Make our --prefix policy crystal clear
-
-2012-02-28 18:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9332] liblwgeom/cunit/cu_out_gml.c: Fix regression due to new
-	  error message in GML generation
-
-2012-02-28 18:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9331] liblwgeom/lwout_gml.c: Make error message on GML2 calls
-	  for TIN more instructive (#1591)
-
-2012-02-28 17:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9330] topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected:
-	  TopoGeo_addPoint: use a more functional tolerance when snapping
-	  (#1613)
-	  
-	  All of this looks like magic but it isn't.
-	  I actually wonder if ST_ModEdgeSplit and ST_ModEdgesSplit and
-	  ST_Split
-	  itself should do this internally, and if in doing so we wouldn't
-	  need
-	  to do it from higher levels. It doesn't indeed feel comfortable
-	  to do
-	  all this noise on such an high level.
-	  
-	  Anyway this commit adds a now-passing regression test for the
-	  topology
-	  building issue and that's A Good Thing.
-
-2012-02-28 17:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9329] topology/sql/sqlmm.sql.in.c: Hush debugging lines unless
-	  requested
-
-2012-02-28 10:43  Sandro Santilli <strk at keybit.net>
-
-	* [r9328] .gitignore: Ignore extension sql target dirs
-
-2012-02-28 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r9327] configure.ac, doc/Makefile.in, doc/postgis.xml: Have
-	  configure look for mathml2.dtd, rework doc build scripts (#1157)
-
-2012-02-28 10:17  Regina Obe <lr at pcorp.us>
-
-	* [r9326] doc/reference_raster.xml: correct proto output type --
-	  ST_Union of rasters always returns a raster
-
-2012-02-28 06:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9325] configure.ac: Set eol-style to LF
-
-2012-02-27 22:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9324] COPYING, CREDITS, GNUmakefile.in, HOWTO_RELEASE,
-	  LICENSE.TXT, MIGRATION, Makefile, NEWS, README.postgis,
-	  README.raster, STYLE, TODO, Version.config, astyle.sh,
-	  autogen.sh, configure.ac, doc/Makefile.comments.in,
-	  doc/Makefile.in, doc/README, doc/ZMSgeoms.txt,
-	  doc/doxygen.cfg.in, doc/extras.xml, doc/extras_historytable.xml,
-	  doc/extras_tigergeocoder.xml, doc/extras_topology.xml,
-	  doc/faq.xml, doc/faq_raster.xml, doc/geography.txt,
-	  doc/html/image_src/Makefile.in, doc/html/image_src/de9im01.wkt,
-	  doc/html/image_src/de9im02.wkt, doc/html/image_src/de9im03.wkt,
-	  doc/html/image_src/de9im04.wkt, doc/html/image_src/de9im05.wkt,
-	  doc/html/image_src/de9im06.wkt, doc/html/image_src/de9im07.wkt,
-	  doc/html/image_src/de9im08.wkt, doc/html/image_src/de9im09.wkt,
-	  doc/html/image_src/de9im10.wkt, doc/html/image_src/de9im11.wkt,
-	  doc/html/image_src/de9im12.wkt, doc/html/image_src/de9im13.wkt,
-	  doc/html/image_src/generator.c,
-	  doc/html/image_src/st_azimuth01.wkt,
-	  doc/html/image_src/st_azimuth02.wkt,
-	  doc/html/image_src/st_azimuthmath.sql,
-	  doc/html/image_src/st_buffer01.wkt,
-	  doc/html/image_src/st_buffer02.wkt,
-	  doc/html/image_src/st_buffer03.wkt,
-	  doc/html/image_src/st_buffer04.wkt,
-	  doc/html/image_src/st_buffer05.wkt,
-	  doc/html/image_src/st_buffer06.wkt,
-	  doc/html/image_src/st_buffer07.wkt,
-	  doc/html/image_src/st_buffer08.wkt,
-	  doc/html/image_src/st_buildarea01.wkt,
-	  doc/html/image_src/st_buildarea02.wkt,
-	  doc/html/image_src/st_centroid01.wkt,
-	  doc/html/image_src/st_centroid02.wkt,
-	  doc/html/image_src/st_centroid03.wkt,
-	  doc/html/image_src/st_centroid04.wkt,
-	  doc/html/image_src/st_closestpoint01.wkt,
-	  doc/html/image_src/st_closestpoint02.wkt,
-	  doc/html/image_src/st_concavehull01.wkt,
-	  doc/html/image_src/st_concavehull02.wkt,
-	  doc/html/image_src/st_concavehull03.wkt,
-	  doc/html/image_src/st_concavehull04.wkt,
-	  doc/html/image_src/st_concavehull05.wkt,
-	  doc/html/image_src/st_concavehull06.wkt,
-	  doc/html/image_src/st_concavehull07.wkt,
-	  doc/html/image_src/st_concavehull08.wkt,
-	  doc/html/image_src/st_contains01.wkt,
-	  doc/html/image_src/st_contains02.wkt,
-	  doc/html/image_src/st_contains03.wkt,
-	  doc/html/image_src/st_contains04.wkt,
-	  doc/html/image_src/st_contains05.wkt,
-	  doc/html/image_src/st_contains06.wkt,
-	  doc/html/image_src/st_convexhull01.wkt,
-	  doc/html/image_src/st_crosses01.wkt,
-	  doc/html/image_src/st_crosses02.wkt,
-	  doc/html/image_src/st_crosses03.wkt,
-	  doc/html/image_src/st_crosses04.wkt,
-	  doc/html/image_src/st_difference01.wkt,
-	  doc/html/image_src/st_dumppoints01.wkt,
-	  doc/html/image_src/st_issimple01.wkt,
-	  doc/html/image_src/st_issimple02.wkt,
-	  doc/html/image_src/st_issimple03.wkt,
-	  doc/html/image_src/st_issimple04.wkt,
-	  doc/html/image_src/st_issimple05.wkt,
-	  doc/html/image_src/st_issimple06.wkt,
-	  doc/html/image_src/st_issimple07.wkt,
-	  doc/html/image_src/st_isvalid01.wkt,
-	  doc/html/image_src/st_isvalid02.wkt,
-	  doc/html/image_src/st_isvalid03.wkt,
-	  doc/html/image_src/st_isvalid04.wkt,
-	  doc/html/image_src/st_isvalid05.wkt,
-	  doc/html/image_src/st_isvalid06.wkt,
-	  doc/html/image_src/st_isvalid07.wkt,
-	  doc/html/image_src/st_isvalid08.wkt,
-	  doc/html/image_src/st_isvalid09.wkt,
-	  doc/html/image_src/st_line_interpolate_point01.wkt,
-	  doc/html/image_src/st_line_substring01.wkt,
-	  doc/html/image_src/st_linecrossingdirection01.wkt,
-	  doc/html/image_src/st_linecrossingdirection02.wkt,
-	  doc/html/image_src/st_linecrossingdirection03.wkt,
-	  doc/html/image_src/st_linecrossingdirection04.wkt,
-	  doc/html/image_src/st_longestline01.wkt,
-	  doc/html/image_src/st_longestline02.wkt,
-	  doc/html/image_src/st_longestline03.wkt,
-	  doc/html/image_src/st_minimumboundingcircle01.wkt,
-	  doc/html/image_src/st_offsetcurve01.wkt,
-	  doc/html/image_src/st_offsetcurve02.wkt,
-	  doc/html/image_src/st_offsetcurve03.wkt,
-	  doc/html/image_src/st_offsetcurve04.wkt,
-	  doc/html/image_src/st_offsetcurve05.wkt,
-	  doc/html/image_src/st_offsetcurve06.wkt,
-	  doc/html/image_src/st_overlaps01.wkt,
-	  doc/html/image_src/st_overlaps02.wkt,
-	  doc/html/image_src/st_overlaps03.wkt,
-	  doc/html/image_src/st_sharedpaths01.wkt,
-	  doc/html/image_src/st_sharedpaths02.wkt,
-	  doc/html/image_src/st_shortestline01.wkt,
-	  doc/html/image_src/st_shortestline02.wkt,
-	  doc/html/image_src/st_snap01.wkt,
-	  doc/html/image_src/st_snap02.wkt,
-	  doc/html/image_src/st_snap03.wkt,
-	  doc/html/image_src/st_snap04.wkt,
-	  doc/html/image_src/st_snap05.wkt,
-	  doc/html/image_src/st_split01.wkt,
-	  doc/html/image_src/st_split02.wkt,
-	  doc/html/image_src/st_split03.wkt,
-	  doc/html/image_src/st_split04.wkt,
-	  doc/html/image_src/st_symdifference01.wkt,
-	  doc/html/image_src/st_symdifference02.wkt,
-	  doc/html/image_src/st_touches01.wkt,
-	  doc/html/image_src/st_touches02.wkt,
-	  doc/html/image_src/st_touches03.wkt,
-	  doc/html/image_src/st_touches04.wkt,
-	  doc/html/image_src/st_touches05.wkt,
-	  doc/html/image_src/st_touches06.wkt,
-	  doc/html/image_src/st_within01.wkt, doc/html/image_src/styles.c,
-	  doc/html/image_src/styles.conf, doc/html/image_src/styles.h,
-	  doc/html/images/PostGIS_logo.png, doc/html/images/caution.png,
-	  doc/html/images/ccbysa.png, doc/html/images/check.png,
-	  doc/html/images/important.png,
-	  doc/html/images/matrix_autocast.png,
-	  doc/html/images/matrix_checkmark.png,
-	  doc/html/images/matrix_transform.png, doc/html/images/note.png,
-	  doc/html/images/osgeo_logo.png,
-	  doc/html/images/raster_xscale_yscale_xskew_yskew.png,
-	  doc/html/images/rt_st_transform01.png,
-	  doc/html/images/rt_st_transform02.png,
-	  doc/html/images/rt_st_transform03.png,
-	  doc/html/images/st_asraster01.png,
-	  doc/html/images/st_asraster02.png, doc/html/images/st_band01.png,
-	  doc/html/images/st_band02.png, doc/html/images/st_band03.png,
-	  doc/html/images/st_clip01.png, doc/html/images/st_clip02.png,
-	  doc/html/images/st_clip03.png,
-	  doc/html/images/st_crosses-math.gif,
-	  doc/html/images/st_mapalgebraexpr01.png,
-	  doc/html/images/st_mapalgebraexpr02.png,
-	  doc/html/images/st_mapalgebraexpr2_01.png,
-	  doc/html/images/st_mapalgebraexpr2_02.png,
-	  doc/html/images/st_mapalgebraexpr2_04.png,
-	  doc/html/images/st_mapalgebraexpr2_05.png,
-	  doc/html/images/st_mapalgebraexpr2_06.png,
-	  doc/html/images/st_mapalgebraexpr2_07.png,
-	  doc/html/images/st_mapalgebrafct2_01.png,
-	  doc/html/images/st_mapalgebrafct2_02.png,
-	  doc/html/images/st_mapalgebrafctngb01.png,
-	  doc/html/images/st_mapalgebrafctngb02.png,
-	  doc/html/images/st_resample01.png,
-	  doc/html/images/st_resample02.png,
-	  doc/html/images/st_rescale01.png,
-	  doc/html/images/st_rescale02.png,
-	  doc/html/images/st_touches-math.gif, doc/html/images/tip.png,
-	  doc/html/images/warning.png, doc/html/style.css,
-	  doc/installation.xml, doc/introduction.xml,
-	  doc/performance_tips.xml, doc/postgis.xml, doc/reference.xml,
-	  doc/reference_accessor.xml, doc/reference_constructor.xml,
-	  doc/reference_editor.xml, doc/reference_exception.xml,
-	  doc/reference_lrs.xml, doc/reference_management.xml,
-	  doc/reference_measure.xml, doc/reference_misc.xml,
-	  doc/reference_operator.xml, doc/reference_output.xml,
-	  doc/reference_processing.xml, doc/reference_raster.xml,
-	  doc/reference_transaction.xml, doc/reference_type.xml,
-	  doc/release_notes.xml, doc/reporting.xml,
-	  doc/rfc/postgis_rfc_02.txt, doc/rfc/postgis_rfc_03.txt,
-	  doc/rfc/postgis_rfc_03_sheet.txt, doc/rfc/postgis_rfc_04.txt,
-	  doc/template.xml, doc/using_postgis_app.xml,
-	  doc/using_postgis_dataman.xml, doc/using_raster_dataman.xml,
-	  doc/xmlformat.conf, extensions/Makefile.in, extensions/README,
-	  extensions/postgis/Makefile.in,
-	  extensions/postgis/postgis.control.in,
-	  extensions/postgis/sql_bits/remove_from_extension.sql.in,
-	  extensions/postgis_extension_helper.sql,
-	  extensions/postgis_extension_helper_uninstall.sql,
-	  extensions/postgis_topology/Makefile.in,
-	  extensions/postgis_topology/postgis_topology.control.in,
-	  extensions/postgis_topology/sql_bits/remove_from_extension.sql.in,
-	  extras/WFS_locks/Makefile, extras/WFS_locks/README,
-	  extras/WFS_locks/WFS_locks.c, extras/WFS_locks/WFS_locks.sql.in,
-	  extras/WFS_locks/test.sql, extras/history_table/README,
-	  extras/history_table/history_table.sql,
-	  extras/ogc_test_suite/1_schema.sql,
-	  extras/ogc_test_suite/2_queries.sql,
-	  extras/ogc_test_suite/3_cleanup.sql,
-	  extras/ogc_test_suite/Makefile, extras/ogc_test_suite/README,
-	  extras/rpm/README, extras/rpm/patches/filter-requires-perl-Pg.sh,
-	  extras/template_gis/Makefile, extras/template_gis/README,
-	  extras/template_gis/createdb.postgis.in,
-	  extras/template_gis/mktemplate_gis.in,
-	  extras/template_gis/mktemplate_gis.sh.in,
-	  extras/template_gis/postgis_env.sh.in,
-	  extras/template_gis/postgres_lib.sh.in,
-	  extras/template_gis/rmtemplate_gis.in,
-	  extras/template_gis/rmtemplate_gis.sh.in,
-	  extras/tiger_geocoder/README,
-	  extras/tiger_geocoder/tiger_2006andbefore/README,
-	  extras/tiger_geocoder/tiger_2006andbefore/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_state.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_zip.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_get_point.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_zip.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/includes_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/load_tiger.sh,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/newdb.sh,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/tigerimport.sh,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/tigerpoly2.py,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/count_words.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/end_soundex.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/get_last_words.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/pprint_addy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/state_extract.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/orig/tiger_geocoder.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/tables/lookup_tables.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/tables/roads_local.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/tables/tiger_geocode_roads.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/cull_null.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/levenshtein_ignore_case.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/nullable_levenshtein.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/utmzone.sql,
-	  extras/tiger_geocoder/tiger_2010/README,
-	  extras/tiger_geocoder/tiger_2010/census_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/census_tracts_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/includes_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/import_tiger_shps.sh,
-	  extras/tiger_geocoder/tiger_2010/normalize/count_words.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/end_soundex.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/get_last_words.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/topology/README,
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh,
-	  extras/tiger_geocoder/tiger_2010/utility/cull_null.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/levenshtein_ignore_case.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/nullable_levenshtein.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/utmzone.sql,
-	  extras/wkb_reader/Makefile, extras/wkb_reader/README,
-	  extras/wkb_reader/printwkb.c, extras/wkb_reader/readwkb.c,
-	  extras/wkb_reader/wkbtest.h, install-sh, java/Makefile,
-	  java/ejb2/COPYING, java/ejb2/COPYING_LGPL, java/ejb2/README,
-	  java/ejb2/build.xml, java/ejb2/prepare-jboss.xml,
-	  java/ejb2/resources/application.xml,
-	  java/ejb2/resources/build.properties,
-	  java/ejb2/resources/jndi/jndi.properties,
-	  java/ejb2/resources/postgis-ejb2-ds.xml,
-	  java/ejb2/src/com/geodetix/geo/client/Client.java,
-	  java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java,
-	  java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java,
-	  java/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java,
-	  java/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java,
-	  java/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java,
-	  java/ejb3/.settings/org.eclipse.jdt.core.prefs,
-	  java/ejb3/EJB3Spatial.odt, java/ejb3/README.txt,
-	  java/ejb3/build.xml, java/ejb3/ejb3spatial.pdf,
-	  java/ejb3/jboss/geodata-ds.xml,
-	  java/ejb3/jboss/ingest-service.xml,
-	  java/ejb3/src/META-INF/persistence.xml,
-	  java/ejb3/src/jndi.properties,
-	  java/ejb3/src/org/postgis/ejb/PersonEntity.java,
-	  java/ejb3/src/org/postgis/ejb/UserBean.java,
-	  java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
-	  java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
-	  java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/GeometryType.java,
-	  java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/PostGISDialect.java,
-	  java/ejb3/src/org/postgis/hibernate/WithinExpression.java,
-	  java/jdbc/COPYING_LGPL, java/jdbc/Makefile.in, java/jdbc/README,
-	  java/jdbc/build.xml,
-	  java/jdbc/jtssrc/examples/JtsTestParser.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JTSShape.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsGeometry.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsGisWrapper.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsWrapper.java,
-	  java/jdbc/jtssrc/pom.xml, java/jdbc/pom.xml,
-	  java/jdbc/src/examples/Test.java,
-	  java/jdbc/src/examples/TestAutoregister.java,
-	  java/jdbc/src/examples/TestBoxes.java,
-	  java/jdbc/src/examples/TestJava2d.java,
-	  java/jdbc/src/examples/TestParser.java,
-	  java/jdbc/src/examples/TestServer.java,
-	  java/jdbc/src/examples/VersionPrinter.java,
-	  java/jdbc/src/org/postgis/ComposedGeom.java,
-	  java/jdbc/src/org/postgis/DriverWrapper.java,
-	  java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java,
-	  java/jdbc/src/org/postgis/DriverWrapperLW.java,
-	  java/jdbc/src/org/postgis/Geometry.java,
-	  java/jdbc/src/org/postgis/GeometryCollection.java,
-	  java/jdbc/src/org/postgis/LineString.java,
-	  java/jdbc/src/org/postgis/LinearRing.java,
-	  java/jdbc/src/org/postgis/MultiLineString.java,
-	  java/jdbc/src/org/postgis/MultiPoint.java,
-	  java/jdbc/src/org/postgis/MultiPolygon.java,
-	  java/jdbc/src/org/postgis/PGbox2d.java,
-	  java/jdbc/src/org/postgis/PGbox3d.java,
-	  java/jdbc/src/org/postgis/PGboxbase.java,
-	  java/jdbc/src/org/postgis/PGgeometry.java,
-	  java/jdbc/src/org/postgis/PGgeometryLW.java,
-	  java/jdbc/src/org/postgis/Point.java,
-	  java/jdbc/src/org/postgis/PointComposedGeom.java,
-	  java/jdbc/src/org/postgis/Polygon.java,
-	  java/jdbc/src/org/postgis/Version.java,
-	  java/jdbc/src/org/postgis/binary/BinaryParser.java,
-	  java/jdbc/src/org/postgis/binary/BinaryWriter.java,
-	  java/jdbc/src/org/postgis/binary/ByteGetter.java,
-	  java/jdbc/src/org/postgis/binary/ByteSetter.java,
-	  java/jdbc/src/org/postgis/binary/ValueGetter.java,
-	  java/jdbc/src/org/postgis/binary/ValueSetter.java,
-	  java/jdbc/src/org/postgis/java2d/Java2DWrapper.java,
-	  java/jdbc/src/org/postgis/java2d/PGShapeGeometry.java,
-	  java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java,
-	  java/jdbc/src/org/postgis/version.properties,
-	  java/jdbc/src/org/postgresql/driverconfig.properties,
-	  java/jdbc/stubs/LICENSE,
-	  java/jdbc/stubs/org/postgresql/Connection.java,
-	  java/jdbc/stubs/org/postgresql/PGConnection.java,
-	  java/jdbc/todo.txt, java/pljava/README.txt,
-	  java/pljava/build.xml, java/pljava/functions.sql,
-	  java/pljava/install.sh, java/pljava/postgis_pljava.jar,
-	  java/pljava/src/org/postgis/pljava/Aggregates.java,
-	  java/pljava/src/org/postgis/pljava/HelloWorld.java,
-	  java/pljava/src/org/postgis/pljava/PLJGeometry.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsParser.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsWriter.java,
-	  java/pljava/update.sh, liblwgeom/Makefile.in, liblwgeom/box2d.c,
-	  liblwgeom/cunit/Makefile.in, liblwgeom/cunit/README,
-	  liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/cunit/cu_geos.c,
-	  liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_in_wkb.c,
-	  liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_misc.c,
-	  liblwgeom/cunit/cu_node.c, liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
-	  liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_surface.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/g_serialized.txt,
-	  liblwgeom/g_util.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
-	  liblwgeom/libtgeom.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwgeom_debug.c, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwgeom_geos.h, liblwgeom/lwgeom_geos_clean.c,
-	  liblwgeom/lwgeom_geos_node.c, liblwgeom/lwgeom_geos_split.c,
-	  liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_transform.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l,
-	  liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.h,
-	  liblwgeom/lwin_wkt_parse.y, liblwgeom/lwline.c,
-	  liblwgeom/lwlinearreferencing.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwout_geojson.c,
-	  liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
-	  liblwgeom/lwout_svg.c, liblwgeom/lwout_wkb.c,
-	  liblwgeom/lwout_wkt.c, liblwgeom/lwout_x3d.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwprint.c,
-	  liblwgeom/lwpsurface.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwspheroid.c, liblwgeom/lwtin.c, liblwgeom/lwtree.c,
-	  liblwgeom/lwtree.h, liblwgeom/lwtriangle.c, liblwgeom/lwutil.c,
-	  liblwgeom/measures.c, liblwgeom/measures.h,
-	  liblwgeom/measures3d.c, liblwgeom/measures3d.h,
-	  liblwgeom/ptarray.c, liblwgeom/stringbuffer.c,
-	  liblwgeom/stringbuffer.h, liblwgeom/vsprintf.c,
-	  libpgcommon/Makefile.in, libpgcommon/common.h,
-	  libpgcommon/cunit/Makefile.in, libpgcommon/gserialized_gist.c,
-	  libpgcommon/gserialized_gist.h, libpgcommon/lwgeom_pg.c,
-	  libpgcommon/lwgeom_pg.h, libpgcommon/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.h, libpgcommon/pgsql_compat.h,
-	  loader/Makefile.in, loader/README.i18n, loader/README.pgsql2shp,
-	  loader/README.shp2pgsql, loader/README.txt, loader/TODO,
-	  loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
-	  loader/cunit/cu_pgsql2shp.h, loader/cunit/cu_shp2pgsql.c,
-	  loader/cunit/cu_shp2pgsql.h, loader/cunit/cu_tester.c,
-	  loader/cunit/cu_tester.h, loader/cunit/map.txt, loader/dbfopen.c,
-	  loader/getopt.c, loader/getopt.h, loader/image/error.png,
-	  loader/image/good.png, loader/image/icon_source.svg,
-	  loader/image/warn.png, loader/pgsql2shp-cli.c,
-	  loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
-	  loader/safileio.c, loader/shapefil.h, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, loader/shp2pgsql-gui.ico,
-	  loader/shpcommon.c, loader/shpcommon.h, loader/shpopen.c,
-	  macros/ac_proj4_version.m4, macros/codeset.m4, macros/gettext.m4,
-	  macros/gtk-2.0.m4, macros/iconv.m4, macros/intl.m4,
-	  macros/intldir.m4, macros/intlmacosx.m4, macros/intltool.m4,
-	  macros/lib-ld.m4, macros/lib-link.m4, macros/lib-prefix.m4,
-	  macros/nls.m4, macros/po.m4, macros/progtest.m4, make_dist.sh,
-	  postgis/Makefile.in, postgis/Makefile.pgxs, postgis/README,
-	  postgis/TODO, postgis/compat.h, postgis/geography.h,
-	  postgis/geography.sql.in.c, postgis/geography_btree.c,
-	  postgis/geography_estimate.c, postgis/geography_inout.c,
-	  postgis/geography_measurement.c, postgis/geometry_estimate.c,
-	  postgis/geometry_inout.c, postgis/gserialized_gist_2d.c,
-	  postgis/gserialized_gist_nd.c, postgis/gserialized_typmod.c,
-	  postgis/legacy.sql.in.c,
-	  postgis/legacy_compatibility_layer.sql.in.c, postgis/long_xact.c,
-	  postgis/long_xact.sql.in.c, postgis/lwgeom_accum.c,
-	  postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_btree.c, postgis/lwgeom_cache.c,
-	  postgis/lwgeom_cache.h, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_export.c, postgis/lwgeom_export.h,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_analytic.h,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
-	  postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_geos_prepared.h,
-	  postgis/lwgeom_geos_relatematch.c, postgis/lwgeom_in_geojson.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h,
-	  postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c,
-	  postgis/lwgeom_transform.c, postgis/lwgeom_triggers.c,
-	  postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c,
-	  postgis/postgis_drop_before.sql.in.c, postgis/postgis_module.c,
-	  postgis/sqldefines.h.in, postgis/uninstall_geography.sql.in.c,
-	  postgis/uninstall_legacy.sql.in.c,
-	  postgis/uninstall_long_xact.sql.in.c,
-	  postgis/uninstall_sqlmm.sql.in.c, postgis_config.h.in,
-	  raster/CREDITS, raster/Makefile.in, raster/NEWS,
-	  raster/Version.config, raster/doc/doxygen.cfg.in,
-	  raster/install-sh, raster/loader/Makefile.in,
-	  raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
-	  raster/macros/ac_proj4_version.m4, raster/raster_config.h.in,
-	  raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/Makefile.in,
-	  raster/rt_pg/Makefile.pgxs, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/rt_pg/rtpostgis_legacy.sql.in.c,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c,
-	  raster/scripts/Makefile.in,
-	  raster/scripts/plpgsql/_MapAlgebraParts.sql,
-	  raster/scripts/plpgsql/readme.txt,
-	  raster/scripts/plpgsql/st_addband.sql,
-	  raster/scripts/plpgsql/st_areaweightedsummarystats.sql,
-	  raster/scripts/plpgsql/st_asraster.sql,
-	  raster/scripts/plpgsql/st_clip.sql,
-	  raster/scripts/plpgsql/st_createindexraster.sql,
-	  raster/scripts/plpgsql/st_deleteband.sql,
-	  raster/scripts/plpgsql/st_geomextent2rastercoord.sql,
-	  raster/scripts/plpgsql/st_histogram.sql,
-	  raster/scripts/plpgsql/st_mapalgebra.sql,
-	  raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
-	  raster/scripts/plpgsql/st_mapalgebrafctngb.sql,
-	  raster/scripts/plpgsql/st_multibandmapalgebra.sql,
-	  raster/scripts/plpgsql/st_pixelaspoints.sql,
-	  raster/scripts/plpgsql/st_pixelaspolygons.sql,
-	  raster/scripts/plpgsql/st_querytables.sql,
-	  raster/scripts/plpgsql/st_reclass.sql,
-	  raster/scripts/plpgsql/st_setarray.sql,
-	  raster/scripts/plpgsql/st_setvalues.sql,
-	  raster/scripts/plpgsql/st_splittable.sql,
-	  raster/scripts/plpgsql/st_summarystatsagg.sql,
-	  raster/scripts/plpgsql/st_tile.sql,
-	  raster/scripts/plpgsql/st_union.sql,
-	  raster/scripts/python/Makefile.in,
-	  raster/scripts/python/Makefile.rt.sample,
-	  raster/scripts/python/genraster.py,
-	  raster/scripts/python/ovdump.py, raster/scripts/python/pixval.py,
-	  raster/scripts/python/raster2pgsql.py,
-	  raster/scripts/python/rtgdalraster.py,
-	  raster/scripts/python/rtpixdump.py,
-	  raster/scripts/python/rtreader.py,
-	  raster/scripts/python/rtrowdump.py,
-	  raster/scripts/python/window.py, raster/test/Makefile.in,
-	  raster/test/core/Makefile.in, raster/test/core/check.h,
-	  raster/test/core/testapi.c, raster/test/core/testwkb.c,
-	  raster/test/regress/Makefile.in, raster/test/regress/README,
-	  raster/test/regress/box3d.sql,
-	  raster/test/regress/box3d_expected,
-	  raster/test/regress/bug_test_car5.sql,
-	  raster/test/regress/bug_test_car5_expected,
-	  raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_columns_expected,
-	  raster/test/regress/check_raster_overviews.sql,
-	  raster/test/regress/check_raster_overviews_expected,
-	  raster/test/regress/create_rt_band_properties_test.sql,
-	  raster/test/regress/create_rt_band_properties_test_expected,
-	  raster/test/regress/create_rt_empty_raster_test.sql,
-	  raster/test/regress/create_rt_empty_raster_test_expected,
-	  raster/test/regress/create_rt_gist_test.sql,
-	  raster/test/regress/create_rt_gist_test_expected,
-	  raster/test/regress/create_rt_mapalgebra_test.sql,
-	  raster/test/regress/create_rt_mapalgebra_test_expected,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test_expected,
-	  raster/test/regress/create_rt_properties_test.sql,
-	  raster/test/regress/create_rt_properties_test_expected,
-	  raster/test/regress/create_rt_utility_test.sql,
-	  raster/test/regress/drop_rt_band_properties_test.sql,
-	  raster/test/regress/drop_rt_band_properties_test_expected,
-	  raster/test/regress/drop_rt_empty_raster_test.sql,
-	  raster/test/regress/drop_rt_empty_raster_test_expected,
-	  raster/test/regress/drop_rt_gist_test.sql,
-	  raster/test/regress/drop_rt_gist_test_expected,
-	  raster/test/regress/drop_rt_mapalgebra_test.sql,
-	  raster/test/regress/drop_rt_mapalgebra_test_expected,
-	  raster/test/regress/drop_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/drop_rt_mapalgebrafctngb_test_expected,
-	  raster/test/regress/drop_rt_properties_test.sql,
-	  raster/test/regress/drop_rt_properties_test_expected,
-	  raster/test/regress/loader/Basic-post.sh,
-	  raster/test/regress/loader/Basic-pre.sh,
-	  raster/test/regress/loader/Basic.select.sql,
-	  raster/test/regress/loader/BasicCopy-post.sh,
-	  raster/test/regress/loader/BasicCopy-pre.sh,
-	  raster/test/regress/loader/BasicCopy.select.sql,
-	  raster/test/regress/loader/Tiled10x10-post.sh,
-	  raster/test/regress/loader/Tiled10x10-pre.sh,
-	  raster/test/regress/loader/Tiled10x10.select.sql,
-	  raster/test/regress/loader/Tiled10x10Copy-post.sh,
-	  raster/test/regress/loader/Tiled10x10Copy-pre.sh,
-	  raster/test/regress/loader/Tiled10x10Copy.select.sql,
-	  raster/test/regress/loader/testraster.tif,
-	  raster/test/regress/rt_above.sql,
-	  raster/test/regress/rt_above_expected,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_addband_expected,
-	  raster/test/regress/rt_asgdalraster.sql,
-	  raster/test/regress/rt_asgdalraster_expected,
-	  raster/test/regress/rt_asjpeg.sql,
-	  raster/test/regress/rt_asjpeg_expected,
-	  raster/test/regress/rt_aspng.sql,
-	  raster/test/regress/rt_aspng_expected,
-	  raster/test/regress/rt_asraster.sql,
-	  raster/test/regress/rt_asraster_expected,
-	  raster/test/regress/rt_astiff.sql,
-	  raster/test/regress/rt_astiff_expected,
-	  raster/test/regress/rt_band.sql,
-	  raster/test/regress/rt_band_expected,
-	  raster/test/regress/rt_band_properties.sql,
-	  raster/test/regress/rt_band_properties_expected,
-	  raster/test/regress/rt_bandmetadata.sql,
-	  raster/test/regress/rt_bandmetadata_expected,
-	  raster/test/regress/rt_below.sql,
-	  raster/test/regress/rt_below_expected,
-	  raster/test/regress/rt_bytea.sql,
-	  raster/test/regress/rt_bytea_expected,
-	  raster/test/regress/rt_clip.sql,
-	  raster/test/regress/rt_clip_expected,
-	  raster/test/regress/rt_contain.sql,
-	  raster/test/regress/rt_contain_expected,
-	  raster/test/regress/rt_contained.sql,
-	  raster/test/regress/rt_contained_expected,
-	  raster/test/regress/rt_count.sql,
-	  raster/test/regress/rt_count_expected,
-	  raster/test/regress/rt_dimensions.sql,
-	  raster/test/regress/rt_dimensions_expected,
-	  raster/test/regress/rt_georeference.sql,
-	  raster/test/regress/rt_georeference_expected,
-	  raster/test/regress/rt_hasnoband.sql,
-	  raster/test/regress/rt_hasnoband_expected,
-	  raster/test/regress/rt_histogram.sql,
-	  raster/test/regress/rt_histogram_expected,
-	  raster/test/regress/rt_intersection.sql,
-	  raster/test/regress/rt_intersection_expected,
-	  raster/test/regress/rt_intersects.sql,
-	  raster/test/regress/rt_intersects_expected,
-	  raster/test/regress/rt_io.sql,
-	  raster/test/regress/rt_io_expected,
-	  raster/test/regress/rt_isempty.sql,
-	  raster/test/regress/rt_isempty_expected,
-	  raster/test/regress/rt_left.sql,
-	  raster/test/regress/rt_left_expected,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebraexpr_2raster.sql,
-	  raster/test/regress/rt_mapalgebraexpr_2raster_expected,
-	  raster/test/regress/rt_mapalgebraexpr_expected,
-	  raster/test/regress/rt_mapalgebrafct.sql,
-	  raster/test/regress/rt_mapalgebrafct_2raster.sql,
-	  raster/test/regress/rt_mapalgebrafct_2raster_expected,
-	  raster/test/regress/rt_mapalgebrafct_expected,
-	  raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_expected,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc_expected,
-	  raster/test/regress/rt_metadata.sql,
-	  raster/test/regress/rt_metadata_expected,
-	  raster/test/regress/rt_overabove.sql,
-	  raster/test/regress/rt_overabove_expected,
-	  raster/test/regress/rt_overbelow.sql,
-	  raster/test/regress/rt_overbelow_expected,
-	  raster/test/regress/rt_overlap.sql,
-	  raster/test/regress/rt_overlap_expected,
-	  raster/test/regress/rt_overleft.sql,
-	  raster/test/regress/rt_overleft_expected,
-	  raster/test/regress/rt_overright.sql,
-	  raster/test/regress/rt_overright_expected,
-	  raster/test/regress/rt_pixelsize.sql,
-	  raster/test/regress/rt_pixelsize_expected,
-	  raster/test/regress/rt_pixelvalue.sql,
-	  raster/test/regress/rt_pixelvalue_expected,
-	  raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_quantile_expected,
-	  raster/test/regress/rt_reclass.sql,
-	  raster/test/regress/rt_reclass_expected,
-	  raster/test/regress/rt_resample.sql,
-	  raster/test/regress/rt_resample_expected,
-	  raster/test/regress/rt_right.sql,
-	  raster/test/regress/rt_right_expected,
-	  raster/test/regress/rt_rotation.sql,
-	  raster/test/regress/rt_rotation_expected,
-	  raster/test/regress/rt_same.sql,
-	  raster/test/regress/rt_same_expected,
-	  raster/test/regress/rt_samealignment.sql,
-	  raster/test/regress/rt_samealignment_expected,
-	  raster/test/regress/rt_scale.sql,
-	  raster/test/regress/rt_scale_expected,
-	  raster/test/regress/rt_set_band_properties.sql,
-	  raster/test/regress/rt_set_band_properties_expected,
-	  raster/test/regress/rt_set_properties.sql,
-	  raster/test/regress/rt_set_properties_expected,
-	  raster/test/regress/rt_spatial_relationship.sql,
-	  raster/test/regress/rt_spatial_relationship_expected,
-	  raster/test/regress/rt_summarystats.sql,
-	  raster/test/regress/rt_summarystats_expected,
-	  raster/test/regress/rt_union.sql,
-	  raster/test/regress/rt_union_expected,
-	  raster/test/regress/rt_upperleft.sql,
-	  raster/test/regress/rt_upperleft_expected,
-	  raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_utility_expected,
-	  raster/test/regress/rt_valuecount.sql,
-	  raster/test/regress/rt_valuecount_expected,
-	  raster/test/regress/rt_valuepercent.sql,
-	  raster/test/regress/rt_valuepercent_expected,
-	  raster/test/regress/run_test.in,
-	  raster/test/regress/testgdalraster.in,
-	  raster/test/regress/testgdalraster_expected,
-	  raster/test/regress/tickets.sql,
-	  raster/test/regress/tickets_expected, regress/Makefile.in,
-	  regress/README, regress/affine.sql, regress/affine_expected,
-	  regress/bestsrid.sql, regress/bestsrid_expected,
-	  regress/binary.sql, regress/binary_expected, regress/clean.sql,
-	  regress/clean_expected, regress/concave_hull.sql,
-	  regress/concave_hull_expected, regress/ctors.sql,
-	  regress/ctors_expected, regress/dump.sql, regress/dump_expected,
-	  regress/dumppoints.sql, regress/dumppoints_expected,
-	  regress/empty.sql, regress/empty_expected, regress/hausdorff.sql,
-	  regress/hausdorff_expected, regress/in_geojson.sql,
-	  regress/in_geojson_expected, regress/in_gml.sql,
-	  regress/in_gml_expected, regress/in_kml.sql,
-	  regress/in_kml_expected, regress/iscollection.sql,
-	  regress/iscollection_expected, regress/isvaliddetail.sql,
-	  regress/isvaliddetail_expected, regress/legacy.sql,
-	  regress/legacy_expected, regress/loader/Arc.dbf,
-	  regress/loader/Arc.select.sql, regress/loader/Arc.shp,
-	  regress/loader/ArcM.dbf, regress/loader/ArcM.select.sql,
-	  regress/loader/ArcM.shp, regress/loader/ArcZ.dbf,
-	  regress/loader/ArcZ.select.sql, regress/loader/ArcZ.shp,
-	  regress/loader/Latin1.dbf, regress/loader/Latin1.select.sql,
-	  regress/loader/MultiPoint.dbf,
-	  regress/loader/MultiPoint.select.sql,
-	  regress/loader/MultiPoint.shp, regress/loader/MultiPointM.dbf,
-	  regress/loader/MultiPointM.select.sql,
-	  regress/loader/MultiPointM.shp, regress/loader/MultiPointZ.dbf,
-	  regress/loader/MultiPointZ.select.sql,
-	  regress/loader/MultiPointZ.shp,
-	  regress/loader/MultiToSinglePoint.dbf,
-	  regress/loader/MultiToSinglePoint.select.sql,
-	  regress/loader/NoTransPoint.dbf,
-	  regress/loader/NoTransPoint.select.sql,
-	  regress/loader/NotReallyMultiPoint.dbf,
-	  regress/loader/NotReallyMultiPoint.select.sql,
-	  regress/loader/Point.dbf, regress/loader/Point.select.sql,
-	  regress/loader/Point.shp, regress/loader/PointM.dbf,
-	  regress/loader/PointM.select.sql, regress/loader/PointM.shp,
-	  regress/loader/PointWithSchema-post.sql,
-	  regress/loader/PointWithSchema-pre.sql,
-	  regress/loader/PointWithSchema.dbf,
-	  regress/loader/PointWithSchema.select.sql,
-	  regress/loader/PointZ.dbf, regress/loader/PointZ.select.sql,
-	  regress/loader/PointZ.shp, regress/loader/Polygon.dbf,
-	  regress/loader/Polygon.select.sql, regress/loader/Polygon.shp,
-	  regress/loader/PolygonM.dbf, regress/loader/PolygonM.select.sql,
-	  regress/loader/PolygonM.shp, regress/loader/PolygonZ.dbf,
-	  regress/loader/PolygonZ.select.sql, regress/loader/PolygonZ.shp,
-	  regress/loader/README, regress/loader/ReprojectPts-post.sql,
-	  regress/loader/ReprojectPts-pre.sql,
-	  regress/loader/ReprojectPts.dbf,
-	  regress/loader/ReprojectPts.select.sql,
-	  regress/loader/ReprojectPtsGeog-post.sql,
-	  regress/loader/ReprojectPtsGeog-pre.sql,
-	  regress/loader/ReprojectPtsGeog.dbf,
-	  regress/loader/ReprojectPtsGeog.select.sql,
-	  regress/loader/TSIPolygon.dbf,
-	  regress/loader/TSIPolygon.select.sql,
-	  regress/loader/TSTIPolygon.dbf,
-	  regress/loader/TSTIPolygon.select.sql,
-	  regress/loader/TSTPolygon.dbf,
-	  regress/loader/TSTPolygon.select.sql, regress/long_xact.sql,
-	  regress/long_xact_expected, regress/lwgeom_regress.sql,
-	  regress/lwgeom_regress_expected, regress/measures.sql,
-	  regress/measures_expected, regress/node.sql,
-	  regress/node_expected, regress/offsetcurve.sql,
-	  regress/offsetcurve_expected, regress/out_geography.sql,
-	  regress/out_geography_expected, regress/out_geometry.sql,
-	  regress/out_geometry_expected, regress/polygonize.sql,
-	  regress/polygonize_expected, regress/polyhedralsurface.sql,
-	  regress/polyhedralsurface_expected,
-	  regress/postgis_type_name.sql,
-	  regress/postgis_type_name_expected, regress/regress.sql,
-	  regress/regress_bdpoly.sql, regress/regress_bdpoly_expected,
-	  regress/regress_biginsert.sql, regress/regress_buffer_params.sql,
-	  regress/regress_buffer_params_expected, regress/regress_expected,
-	  regress/regress_index.sql, regress/regress_index_expected,
-	  regress/regress_index_nulls.sql,
-	  regress/regress_index_nulls_expected,
-	  regress/regress_lots_of_nulls.sql,
-	  regress/regress_lots_of_points.sql, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected, regress/regress_management.sql,
-	  regress/regress_management_expected, regress/regress_ogc.sql,
-	  regress/regress_ogc_cover.sql,
-	  regress/regress_ogc_cover_expected, regress/regress_ogc_expected,
-	  regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected,
-	  regress/regress_proj.sql, regress/regress_proj_expected,
-	  regress/relate.sql, regress/relate_bnr.sql,
-	  regress/relate_bnr_expected, regress/relate_expected,
-	  regress/relatematch.sql, regress/relatematch_expected,
-	  regress/remove_repeated_points.sql,
-	  regress/remove_repeated_points_expected, regress/removepoint.sql,
-	  regress/removepoint_expected, regress/setpoint.sql,
-	  regress/setpoint_expected, regress/sharedpaths.sql,
-	  regress/sharedpaths_expected, regress/simplify.sql,
-	  regress/simplify_expected, regress/snap.sql,
-	  regress/snap_expected, regress/snaptogrid.sql,
-	  regress/snaptogrid_expected, regress/split.sql,
-	  regress/split_expected, regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-general.sql, regress/sql-mm-general_expected,
-	  regress/sql-mm-multicurve.sql,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multisurface.sql,
-	  regress/sql-mm-multisurface_expected,
-	  regress/sql-mm-serialize.sql, regress/sql-mm-serialize_expected,
-	  regress/summary.sql, regress/summary_expected,
-	  regress/tickets.sql, regress/tickets_expected,
-	  regress/typmod.sql, regress/typmod_expected,
-	  regress/unaryunion.sql, regress/unaryunion_expected,
-	  regress/wkb.sql, regress/wkb_expected, regress/wkt.sql,
-	  regress/wkt_expected, regress/wmsservers.sql,
-	  regress/wmsservers_expected, spatial_ref_sys.sql,
-	  topology/ER/Makefile, topology/ER/topology.fig,
-	  topology/Makefile.in, topology/README, topology/TODO,
-	  topology/sql/gml.sql.in.c,
-	  topology/sql/manage/CopyTopology.sql.in.c,
-	  topology/sql/manage/ManageHelper.sql.in.c,
-	  topology/sql/manage/TopologySummary.sql.in.c,
-	  topology/sql/polygonize.sql.in.c, topology/sql/populate.sql.in.c,
-	  topology/sql/predicates.sql.in.c,
-	  topology/sql/query/GetNodeEdges.sql.in.c,
-	  topology/sql/query/GetRingEdges.sql.in.c,
-	  topology/sql/query/getedgebypoint.sql.in.c,
-	  topology/sql/query/getfacebypoint.sql.in.c,
-	  topology/sql/query/getnodebypoint.sql.in.c,
-	  topology/sql/sqlmm.sql.in.c,
-	  topology/sql/topoelement/topoelement_agg.sql.in.c,
-	  topology/sql/topogeometry/totopogeom.sql.in.c,
-	  topology/sql/topogeometry/type.sql.in.c, topology/test/Makefile,
-	  topology/test/cache_geometries.sql,
-	  topology/test/edit_topology.sql, topology/test/hierarchy.sql,
-	  topology/test/invalid_topology.sql,
-	  topology/test/load_features.sql,
-	  topology/test/load_topology.sql.in,
-	  topology/test/more_features.sql, topology/test/predicates.sql.in,
-	  topology/test/query_features.sql,
-	  topology/test/regress/addedge.sql,
-	  topology/test/regress/addedge_expected,
-	  topology/test/regress/addface.sql,
-	  topology/test/regress/addface2.5d.sql,
-	  topology/test/regress/addface2.5d_expected,
-	  topology/test/regress/addface_expected,
-	  topology/test/regress/addnode.sql,
-	  topology/test/regress/addnode_expected,
-	  topology/test/regress/addtopogeometrycolumn.sql,
-	  topology/test/regress/addtopogeometrycolumn_expected,
-	  topology/test/regress/copytopology.sql,
-	  topology/test/regress/copytopology_expected,
-	  topology/test/regress/createtopogeom.sql,
-	  topology/test/regress/createtopogeom_expected,
-	  topology/test/regress/createtopology.sql,
-	  topology/test/regress/createtopology_expected,
-	  topology/test/regress/droptopology.sql,
-	  topology/test/regress/droptopology_expected,
-	  topology/test/regress/getedgebypoint.sql,
-	  topology/test/regress/getedgebypoint_expected,
-	  topology/test/regress/getfacebypoint.sql,
-	  topology/test/regress/getfacebypoint_expected,
-	  topology/test/regress/getnodebypoint.sql,
-	  topology/test/regress/getnodebypoint_expected,
-	  topology/test/regress/getnodeedges.sql,
-	  topology/test/regress/getnodeedges_expected,
-	  topology/test/regress/getringedges.sql,
-	  topology/test/regress/getringedges_expected,
-	  topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected,
-	  topology/test/regress/layertrigger.sql,
-	  topology/test/regress/layertrigger_expected,
-	  topology/test/regress/legacy_invalid.sql,
-	  topology/test/regress/legacy_invalid_expected,
-	  topology/test/regress/legacy_predicate.sql,
-	  topology/test/regress/legacy_predicate_expected,
-	  topology/test/regress/legacy_query.sql,
-	  topology/test/regress/legacy_query_expected,
-	  topology/test/regress/legacy_validate.sql,
-	  topology/test/regress/legacy_validate_expected,
-	  topology/test/regress/polygonize.sql,
-	  topology/test/regress/polygonize_expected,
-	  topology/test/regress/sqlmm.sql,
-	  topology/test/regress/sqlmm_expected,
-	  topology/test/regress/st_addedgemodface.sql,
-	  topology/test/regress/st_addedgemodface_expected,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected,
-	  topology/test/regress/st_addisoedge.sql,
-	  topology/test/regress/st_addisoedge_expected,
-	  topology/test/regress/st_addisonode.sql,
-	  topology/test/regress/st_addisonode_expected,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected,
-	  topology/test/regress/st_createtopogeo.sql,
-	  topology/test/regress/st_createtopogeo_expected,
-	  topology/test/regress/st_getfaceedges.sql,
-	  topology/test/regress/st_getfaceedges_expected,
-	  topology/test/regress/st_getfacegeometry.sql,
-	  topology/test/regress/st_getfacegeometry_expected,
-	  topology/test/regress/st_modedgeheal.sql,
-	  topology/test/regress/st_modedgeheal_expected,
-	  topology/test/regress/st_modedgesplit.sql,
-	  topology/test/regress/st_modedgesplit_expected,
-	  topology/test/regress/st_newedgeheal.sql,
-	  topology/test/regress/st_newedgeheal_expected,
-	  topology/test/regress/st_newedgessplit.sql,
-	  topology/test/regress/st_newedgessplit_expected,
-	  topology/test/regress/st_remedgemodface.sql,
-	  topology/test/regress/st_remedgemodface_expected,
-	  topology/test/regress/st_remedgenewface.sql,
-	  topology/test/regress/st_remedgenewface_expected,
-	  topology/test/regress/topo2.5d.sql,
-	  topology/test/regress/topo2.5d_expected,
-	  topology/test/regress/topoelement.sql,
-	  topology/test/regress/topoelement_expected,
-	  topology/test/regress/topoelementarray_agg.sql,
-	  topology/test/regress/topoelementarray_agg_expected,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected,
-	  topology/test/regress/topogeo_addpoint.sql,
-	  topology/test/regress/topogeo_addpoint_expected,
-	  topology/test/regress/topogeo_addpolygon.sql,
-	  topology/test/regress/topogeo_addpolygon_expected,
-	  topology/test/regress/topogeometry_type.sql,
-	  topology/test/regress/topogeometry_type_expected,
-	  topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected,
-	  topology/test/validate_topology.sql, topology/topology.sql.in.c,
-	  topology/topology_drop_after.sql.in.c,
-	  topology/topology_drop_before.sql.in.c, utils/Makefile.in,
-	  utils/README, utils/create_undef.pl,
-	  utils/postgis_proc_upgrade.pl, utils/postgis_restore.pl.in,
-	  utils/profile_intersects.pl, utils/read_scripts_version.pl,
-	  utils/svn_repo_revision.pl, utils/test_estimation.pl,
-	  utils/test_geography_estimation.pl,
-	  utils/test_geography_joinestimation.pl,
-	  utils/test_joinestimation.pl: Try again with line endings, this
-	  time using eol-style instead of eol-type (#1605)
-
-2012-02-27 20:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9323] COPYING, CREDITS, GNUmakefile.in, HOWTO_RELEASE,
-	  LICENSE.TXT, MIGRATION, Makefile, NEWS, README.postgis,
-	  README.raster, STYLE, TODO, Version.config, astyle.sh,
-	  autogen.sh, configure.ac, doc/Makefile.comments.in,
-	  doc/Makefile.in, doc/README, doc/ZMSgeoms.txt,
-	  doc/doxygen.cfg.in, doc/extras.xml, doc/extras_historytable.xml,
-	  doc/extras_tigergeocoder.xml, doc/extras_topology.xml,
-	  doc/faq.xml, doc/faq_raster.xml, doc/geography.txt,
-	  doc/html/image_src/Makefile.in, doc/html/image_src/de9im01.wkt,
-	  doc/html/image_src/de9im02.wkt, doc/html/image_src/de9im03.wkt,
-	  doc/html/image_src/de9im04.wkt, doc/html/image_src/de9im05.wkt,
-	  doc/html/image_src/de9im06.wkt, doc/html/image_src/de9im07.wkt,
-	  doc/html/image_src/de9im08.wkt, doc/html/image_src/de9im09.wkt,
-	  doc/html/image_src/de9im10.wkt, doc/html/image_src/de9im11.wkt,
-	  doc/html/image_src/de9im12.wkt, doc/html/image_src/de9im13.wkt,
-	  doc/html/image_src/generator.c,
-	  doc/html/image_src/st_azimuth01.wkt,
-	  doc/html/image_src/st_azimuth02.wkt,
-	  doc/html/image_src/st_azimuthmath.sql,
-	  doc/html/image_src/st_buffer01.wkt,
-	  doc/html/image_src/st_buffer02.wkt,
-	  doc/html/image_src/st_buffer03.wkt,
-	  doc/html/image_src/st_buffer04.wkt,
-	  doc/html/image_src/st_buffer05.wkt,
-	  doc/html/image_src/st_buffer06.wkt,
-	  doc/html/image_src/st_buffer07.wkt,
-	  doc/html/image_src/st_buffer08.wkt,
-	  doc/html/image_src/st_buildarea01.wkt,
-	  doc/html/image_src/st_buildarea02.wkt,
-	  doc/html/image_src/st_centroid01.wkt,
-	  doc/html/image_src/st_centroid02.wkt,
-	  doc/html/image_src/st_centroid03.wkt,
-	  doc/html/image_src/st_centroid04.wkt,
-	  doc/html/image_src/st_closestpoint01.wkt,
-	  doc/html/image_src/st_closestpoint02.wkt,
-	  doc/html/image_src/st_concavehull01.wkt,
-	  doc/html/image_src/st_concavehull02.wkt,
-	  doc/html/image_src/st_concavehull03.wkt,
-	  doc/html/image_src/st_concavehull04.wkt,
-	  doc/html/image_src/st_concavehull05.wkt,
-	  doc/html/image_src/st_concavehull06.wkt,
-	  doc/html/image_src/st_concavehull07.wkt,
-	  doc/html/image_src/st_concavehull08.wkt,
-	  doc/html/image_src/st_contains01.wkt,
-	  doc/html/image_src/st_contains02.wkt,
-	  doc/html/image_src/st_contains03.wkt,
-	  doc/html/image_src/st_contains04.wkt,
-	  doc/html/image_src/st_contains05.wkt,
-	  doc/html/image_src/st_contains06.wkt,
-	  doc/html/image_src/st_convexhull01.wkt,
-	  doc/html/image_src/st_crosses01.wkt,
-	  doc/html/image_src/st_crosses02.wkt,
-	  doc/html/image_src/st_crosses03.wkt,
-	  doc/html/image_src/st_crosses04.wkt,
-	  doc/html/image_src/st_difference01.wkt,
-	  doc/html/image_src/st_dumppoints01.wkt,
-	  doc/html/image_src/st_issimple01.wkt,
-	  doc/html/image_src/st_issimple02.wkt,
-	  doc/html/image_src/st_issimple03.wkt,
-	  doc/html/image_src/st_issimple04.wkt,
-	  doc/html/image_src/st_issimple05.wkt,
-	  doc/html/image_src/st_issimple06.wkt,
-	  doc/html/image_src/st_issimple07.wkt,
-	  doc/html/image_src/st_isvalid01.wkt,
-	  doc/html/image_src/st_isvalid02.wkt,
-	  doc/html/image_src/st_isvalid03.wkt,
-	  doc/html/image_src/st_isvalid04.wkt,
-	  doc/html/image_src/st_isvalid05.wkt,
-	  doc/html/image_src/st_isvalid06.wkt,
-	  doc/html/image_src/st_isvalid07.wkt,
-	  doc/html/image_src/st_isvalid08.wkt,
-	  doc/html/image_src/st_isvalid09.wkt,
-	  doc/html/image_src/st_line_interpolate_point01.wkt,
-	  doc/html/image_src/st_line_substring01.wkt,
-	  doc/html/image_src/st_linecrossingdirection01.wkt,
-	  doc/html/image_src/st_linecrossingdirection02.wkt,
-	  doc/html/image_src/st_linecrossingdirection03.wkt,
-	  doc/html/image_src/st_linecrossingdirection04.wkt,
-	  doc/html/image_src/st_longestline01.wkt,
-	  doc/html/image_src/st_longestline02.wkt,
-	  doc/html/image_src/st_longestline03.wkt,
-	  doc/html/image_src/st_minimumboundingcircle01.wkt,
-	  doc/html/image_src/st_offsetcurve01.wkt,
-	  doc/html/image_src/st_offsetcurve02.wkt,
-	  doc/html/image_src/st_offsetcurve03.wkt,
-	  doc/html/image_src/st_offsetcurve04.wkt,
-	  doc/html/image_src/st_offsetcurve05.wkt,
-	  doc/html/image_src/st_offsetcurve06.wkt,
-	  doc/html/image_src/st_overlaps01.wkt,
-	  doc/html/image_src/st_overlaps02.wkt,
-	  doc/html/image_src/st_overlaps03.wkt,
-	  doc/html/image_src/st_sharedpaths01.wkt,
-	  doc/html/image_src/st_sharedpaths02.wkt,
-	  doc/html/image_src/st_shortestline01.wkt,
-	  doc/html/image_src/st_shortestline02.wkt,
-	  doc/html/image_src/st_snap01.wkt,
-	  doc/html/image_src/st_snap02.wkt,
-	  doc/html/image_src/st_snap03.wkt,
-	  doc/html/image_src/st_snap04.wkt,
-	  doc/html/image_src/st_snap05.wkt,
-	  doc/html/image_src/st_split01.wkt,
-	  doc/html/image_src/st_split02.wkt,
-	  doc/html/image_src/st_split03.wkt,
-	  doc/html/image_src/st_split04.wkt,
-	  doc/html/image_src/st_symdifference01.wkt,
-	  doc/html/image_src/st_symdifference02.wkt,
-	  doc/html/image_src/st_touches01.wkt,
-	  doc/html/image_src/st_touches02.wkt,
-	  doc/html/image_src/st_touches03.wkt,
-	  doc/html/image_src/st_touches04.wkt,
-	  doc/html/image_src/st_touches05.wkt,
-	  doc/html/image_src/st_touches06.wkt,
-	  doc/html/image_src/st_within01.wkt, doc/html/image_src/styles.c,
-	  doc/html/image_src/styles.conf, doc/html/image_src/styles.h,
-	  doc/html/images/PostGIS_logo.png, doc/html/images/caution.png,
-	  doc/html/images/ccbysa.png, doc/html/images/check.png,
-	  doc/html/images/important.png,
-	  doc/html/images/matrix_autocast.png,
-	  doc/html/images/matrix_checkmark.png,
-	  doc/html/images/matrix_transform.png, doc/html/images/note.png,
-	  doc/html/images/osgeo_logo.png,
-	  doc/html/images/raster_xscale_yscale_xskew_yskew.png,
-	  doc/html/images/rt_st_transform01.png,
-	  doc/html/images/rt_st_transform02.png,
-	  doc/html/images/rt_st_transform03.png,
-	  doc/html/images/st_asraster01.png,
-	  doc/html/images/st_asraster02.png, doc/html/images/st_band01.png,
-	  doc/html/images/st_band02.png, doc/html/images/st_band03.png,
-	  doc/html/images/st_clip01.png, doc/html/images/st_clip02.png,
-	  doc/html/images/st_clip03.png,
-	  doc/html/images/st_crosses-math.gif,
-	  doc/html/images/st_mapalgebraexpr01.png,
-	  doc/html/images/st_mapalgebraexpr02.png,
-	  doc/html/images/st_mapalgebraexpr2_01.png,
-	  doc/html/images/st_mapalgebraexpr2_02.png,
-	  doc/html/images/st_mapalgebraexpr2_04.png,
-	  doc/html/images/st_mapalgebraexpr2_05.png,
-	  doc/html/images/st_mapalgebraexpr2_06.png,
-	  doc/html/images/st_mapalgebraexpr2_07.png,
-	  doc/html/images/st_mapalgebrafct2_01.png,
-	  doc/html/images/st_mapalgebrafct2_02.png,
-	  doc/html/images/st_mapalgebrafctngb01.png,
-	  doc/html/images/st_mapalgebrafctngb02.png,
-	  doc/html/images/st_resample01.png,
-	  doc/html/images/st_resample02.png,
-	  doc/html/images/st_rescale01.png,
-	  doc/html/images/st_rescale02.png,
-	  doc/html/images/st_touches-math.gif, doc/html/images/tip.png,
-	  doc/html/images/warning.png, doc/html/style.css,
-	  doc/installation.xml, doc/introduction.xml,
-	  doc/performance_tips.xml, doc/postgis.xml, doc/reference.xml,
-	  doc/reference_accessor.xml, doc/reference_constructor.xml,
-	  doc/reference_editor.xml, doc/reference_exception.xml,
-	  doc/reference_lrs.xml, doc/reference_management.xml,
-	  doc/reference_measure.xml, doc/reference_misc.xml,
-	  doc/reference_operator.xml, doc/reference_output.xml,
-	  doc/reference_processing.xml, doc/reference_raster.xml,
-	  doc/reference_transaction.xml, doc/reference_type.xml,
-	  doc/release_notes.xml, doc/reporting.xml,
-	  doc/rfc/postgis_rfc_02.txt, doc/rfc/postgis_rfc_03.txt,
-	  doc/rfc/postgis_rfc_03_sheet.txt, doc/rfc/postgis_rfc_04.txt,
-	  doc/template.xml, doc/using_postgis_app.xml,
-	  doc/using_postgis_dataman.xml, doc/using_raster_dataman.xml,
-	  doc/xmlformat.conf, extensions/Makefile.in, extensions/README,
-	  extensions/postgis/Makefile.in,
-	  extensions/postgis/postgis.control.in,
-	  extensions/postgis/sql_bits/remove_from_extension.sql.in,
-	  extensions/postgis_extension_helper.sql,
-	  extensions/postgis_extension_helper_uninstall.sql,
-	  extensions/postgis_topology/Makefile.in,
-	  extensions/postgis_topology/postgis_topology.control.in,
-	  extensions/postgis_topology/sql_bits/remove_from_extension.sql.in,
-	  extras/WFS_locks/Makefile, extras/WFS_locks/README,
-	  extras/WFS_locks/WFS_locks.c, extras/WFS_locks/WFS_locks.sql.in,
-	  extras/WFS_locks/test.sql, extras/history_table/README,
-	  extras/history_table/history_table.sql,
-	  extras/ogc_test_suite/1_schema.sql,
-	  extras/ogc_test_suite/2_queries.sql,
-	  extras/ogc_test_suite/3_cleanup.sql,
-	  extras/ogc_test_suite/Makefile, extras/ogc_test_suite/README,
-	  extras/rpm/README, extras/rpm/patches/filter-requires-perl-Pg.sh,
-	  extras/template_gis/Makefile, extras/template_gis/README,
-	  extras/template_gis/createdb.postgis.in,
-	  extras/template_gis/mktemplate_gis.in,
-	  extras/template_gis/mktemplate_gis.sh.in,
-	  extras/template_gis/postgis_env.sh.in,
-	  extras/template_gis/postgres_lib.sh.in,
-	  extras/template_gis/rmtemplate_gis.in,
-	  extras/template_gis/rmtemplate_gis.sh.in,
-	  extras/tiger_geocoder/README,
-	  extras/tiger_geocoder/tiger_2006andbefore/README,
-	  extras/tiger_geocoder/tiger_2006andbefore/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_state.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_zip.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_get_point.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_zip.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/includes_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/load_tiger.sh,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/newdb.sh,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/tigerimport.sh,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/tigerpoly2.py,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/count_words.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/end_soundex.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/get_last_words.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/pprint_addy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/state_extract.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/orig/tiger_geocoder.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/tables/lookup_tables.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/tables/roads_local.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/tables/tiger_geocode_roads.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/cull_null.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/levenshtein_ignore_case.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/nullable_levenshtein.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/utmzone.sql,
-	  extras/tiger_geocoder/tiger_2010/README,
-	  extras/tiger_geocoder/tiger_2010/census_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/census_tracts_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/includes_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/import_tiger_shps.sh,
-	  extras/tiger_geocoder/tiger_2010/normalize/count_words.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/end_soundex.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/get_last_words.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/topology/README,
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh,
-	  extras/tiger_geocoder/tiger_2010/utility/cull_null.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/levenshtein_ignore_case.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/nullable_levenshtein.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/utmzone.sql,
-	  extras/wkb_reader/Makefile, extras/wkb_reader/README,
-	  extras/wkb_reader/printwkb.c, extras/wkb_reader/readwkb.c,
-	  extras/wkb_reader/wkbtest.h, install-sh, java/Makefile,
-	  java/ejb2/COPYING, java/ejb2/COPYING_LGPL, java/ejb2/README,
-	  java/ejb2/build.xml, java/ejb2/prepare-jboss.xml,
-	  java/ejb2/resources/application.xml,
-	  java/ejb2/resources/build.properties,
-	  java/ejb2/resources/jndi/jndi.properties,
-	  java/ejb2/resources/postgis-ejb2-ds.xml,
-	  java/ejb2/src/com/geodetix/geo/client/Client.java,
-	  java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java,
-	  java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java,
-	  java/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java,
-	  java/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java,
-	  java/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java,
-	  java/ejb3/.settings/org.eclipse.jdt.core.prefs,
-	  java/ejb3/EJB3Spatial.odt, java/ejb3/README.txt,
-	  java/ejb3/build.xml, java/ejb3/ejb3spatial.pdf,
-	  java/ejb3/jboss/geodata-ds.xml,
-	  java/ejb3/jboss/ingest-service.xml,
-	  java/ejb3/src/META-INF/persistence.xml,
-	  java/ejb3/src/jndi.properties,
-	  java/ejb3/src/org/postgis/ejb/PersonEntity.java,
-	  java/ejb3/src/org/postgis/ejb/UserBean.java,
-	  java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
-	  java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
-	  java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/GeometryType.java,
-	  java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/PostGISDialect.java,
-	  java/ejb3/src/org/postgis/hibernate/WithinExpression.java,
-	  java/jdbc/COPYING_LGPL, java/jdbc/Makefile.in, java/jdbc/README,
-	  java/jdbc/build.xml,
-	  java/jdbc/jtssrc/examples/JtsTestParser.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JTSShape.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsGeometry.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsGisWrapper.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsWrapper.java,
-	  java/jdbc/jtssrc/pom.xml, java/jdbc/pom.xml,
-	  java/jdbc/src/examples/Test.java,
-	  java/jdbc/src/examples/TestAutoregister.java,
-	  java/jdbc/src/examples/TestBoxes.java,
-	  java/jdbc/src/examples/TestJava2d.java,
-	  java/jdbc/src/examples/TestParser.java,
-	  java/jdbc/src/examples/TestServer.java,
-	  java/jdbc/src/examples/VersionPrinter.java,
-	  java/jdbc/src/org/postgis/ComposedGeom.java,
-	  java/jdbc/src/org/postgis/DriverWrapper.java,
-	  java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java,
-	  java/jdbc/src/org/postgis/DriverWrapperLW.java,
-	  java/jdbc/src/org/postgis/Geometry.java,
-	  java/jdbc/src/org/postgis/GeometryCollection.java,
-	  java/jdbc/src/org/postgis/LineString.java,
-	  java/jdbc/src/org/postgis/LinearRing.java,
-	  java/jdbc/src/org/postgis/MultiLineString.java,
-	  java/jdbc/src/org/postgis/MultiPoint.java,
-	  java/jdbc/src/org/postgis/MultiPolygon.java,
-	  java/jdbc/src/org/postgis/PGbox2d.java,
-	  java/jdbc/src/org/postgis/PGbox3d.java,
-	  java/jdbc/src/org/postgis/PGboxbase.java,
-	  java/jdbc/src/org/postgis/PGgeometry.java,
-	  java/jdbc/src/org/postgis/PGgeometryLW.java,
-	  java/jdbc/src/org/postgis/Point.java,
-	  java/jdbc/src/org/postgis/PointComposedGeom.java,
-	  java/jdbc/src/org/postgis/Polygon.java,
-	  java/jdbc/src/org/postgis/Version.java,
-	  java/jdbc/src/org/postgis/binary/BinaryParser.java,
-	  java/jdbc/src/org/postgis/binary/BinaryWriter.java,
-	  java/jdbc/src/org/postgis/binary/ByteGetter.java,
-	  java/jdbc/src/org/postgis/binary/ByteSetter.java,
-	  java/jdbc/src/org/postgis/binary/ValueGetter.java,
-	  java/jdbc/src/org/postgis/binary/ValueSetter.java,
-	  java/jdbc/src/org/postgis/java2d/Java2DWrapper.java,
-	  java/jdbc/src/org/postgis/java2d/PGShapeGeometry.java,
-	  java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java,
-	  java/jdbc/src/org/postgis/version.properties,
-	  java/jdbc/src/org/postgresql/driverconfig.properties,
-	  java/jdbc/stubs/LICENSE,
-	  java/jdbc/stubs/org/postgresql/Connection.java,
-	  java/jdbc/stubs/org/postgresql/PGConnection.java,
-	  java/jdbc/todo.txt, java/pljava/README.txt,
-	  java/pljava/build.xml, java/pljava/functions.sql,
-	  java/pljava/install.sh, java/pljava/postgis_pljava.jar,
-	  java/pljava/src/org/postgis/pljava/Aggregates.java,
-	  java/pljava/src/org/postgis/pljava/HelloWorld.java,
-	  java/pljava/src/org/postgis/pljava/PLJGeometry.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsParser.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsWriter.java,
-	  java/pljava/update.sh, liblwgeom/Makefile.in, liblwgeom/box2d.c,
-	  liblwgeom/cunit/Makefile.in, liblwgeom/cunit/README,
-	  liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/cunit/cu_geos.c,
-	  liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_in_wkb.c,
-	  liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_misc.c,
-	  liblwgeom/cunit/cu_node.c, liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
-	  liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_surface.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/g_serialized.txt,
-	  liblwgeom/g_util.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
-	  liblwgeom/libtgeom.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwgeom_debug.c, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwgeom_geos.h, liblwgeom/lwgeom_geos_clean.c,
-	  liblwgeom/lwgeom_geos_node.c, liblwgeom/lwgeom_geos_split.c,
-	  liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_transform.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l,
-	  liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.h,
-	  liblwgeom/lwin_wkt_parse.y, liblwgeom/lwline.c,
-	  liblwgeom/lwlinearreferencing.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwout_geojson.c,
-	  liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
-	  liblwgeom/lwout_svg.c, liblwgeom/lwout_wkb.c,
-	  liblwgeom/lwout_wkt.c, liblwgeom/lwout_x3d.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwprint.c,
-	  liblwgeom/lwpsurface.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwspheroid.c, liblwgeom/lwtin.c, liblwgeom/lwtree.c,
-	  liblwgeom/lwtree.h, liblwgeom/lwtriangle.c, liblwgeom/lwutil.c,
-	  liblwgeom/measures.c, liblwgeom/measures.h,
-	  liblwgeom/measures3d.c, liblwgeom/measures3d.h,
-	  liblwgeom/ptarray.c, liblwgeom/stringbuffer.c,
-	  liblwgeom/stringbuffer.h, liblwgeom/vsprintf.c,
-	  libpgcommon/Makefile.in, libpgcommon/common.h,
-	  libpgcommon/cunit/Makefile.in, libpgcommon/gserialized_gist.c,
-	  libpgcommon/gserialized_gist.h, libpgcommon/lwgeom_pg.c,
-	  libpgcommon/lwgeom_pg.h, libpgcommon/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.h, libpgcommon/pgsql_compat.h,
-	  loader/Makefile.in, loader/README.i18n, loader/README.pgsql2shp,
-	  loader/README.shp2pgsql, loader/README.txt, loader/TODO,
-	  loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
-	  loader/cunit/cu_pgsql2shp.h, loader/cunit/cu_shp2pgsql.c,
-	  loader/cunit/cu_shp2pgsql.h, loader/cunit/cu_tester.c,
-	  loader/cunit/cu_tester.h, loader/cunit/map.txt, loader/dbfopen.c,
-	  loader/getopt.c, loader/getopt.h, loader/image/error.png,
-	  loader/image/good.png, loader/image/icon_source.svg,
-	  loader/image/warn.png, loader/pgsql2shp-cli.c,
-	  loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
-	  loader/safileio.c, loader/shapefil.h, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, loader/shp2pgsql-gui.ico,
-	  loader/shpcommon.c, loader/shpcommon.h, loader/shpopen.c,
-	  macros/ac_proj4_version.m4, macros/codeset.m4, macros/gettext.m4,
-	  macros/gtk-2.0.m4, macros/iconv.m4, macros/intl.m4,
-	  macros/intldir.m4, macros/intlmacosx.m4, macros/intltool.m4,
-	  macros/lib-ld.m4, macros/lib-link.m4, macros/lib-prefix.m4,
-	  macros/nls.m4, macros/po.m4, macros/progtest.m4, make_dist.sh,
-	  postgis/Makefile.in, postgis/Makefile.pgxs, postgis/README,
-	  postgis/TODO, postgis/compat.h, postgis/geography.h,
-	  postgis/geography.sql.in.c, postgis/geography_btree.c,
-	  postgis/geography_estimate.c, postgis/geography_inout.c,
-	  postgis/geography_measurement.c, postgis/geometry_estimate.c,
-	  postgis/geometry_inout.c, postgis/gserialized_gist_2d.c,
-	  postgis/gserialized_gist_nd.c, postgis/gserialized_typmod.c,
-	  postgis/legacy.sql.in.c,
-	  postgis/legacy_compatibility_layer.sql.in.c, postgis/long_xact.c,
-	  postgis/long_xact.sql.in.c, postgis/lwgeom_accum.c,
-	  postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_btree.c, postgis/lwgeom_cache.c,
-	  postgis/lwgeom_cache.h, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_export.c, postgis/lwgeom_export.h,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_analytic.h,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
-	  postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_geos_prepared.h,
-	  postgis/lwgeom_geos_relatematch.c, postgis/lwgeom_in_geojson.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h,
-	  postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c,
-	  postgis/lwgeom_transform.c, postgis/lwgeom_triggers.c,
-	  postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c,
-	  postgis/postgis_drop_before.sql.in.c, postgis/postgis_module.c,
-	  postgis/sqldefines.h.in, postgis/uninstall_geography.sql.in.c,
-	  postgis/uninstall_legacy.sql.in.c,
-	  postgis/uninstall_long_xact.sql.in.c,
-	  postgis/uninstall_sqlmm.sql.in.c, postgis_config.h.in,
-	  raster/CREDITS, raster/Makefile.in, raster/NEWS,
-	  raster/Version.config, raster/doc/doxygen.cfg.in,
-	  raster/install-sh, raster/loader/Makefile.in,
-	  raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
-	  raster/macros/ac_proj4_version.m4, raster/raster_config.h.in,
-	  raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/Makefile.in,
-	  raster/rt_pg/Makefile.pgxs, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/rt_pg/rtpostgis_legacy.sql.in.c,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c,
-	  raster/scripts/Makefile.in,
-	  raster/scripts/plpgsql/_MapAlgebraParts.sql,
-	  raster/scripts/plpgsql/readme.txt,
-	  raster/scripts/plpgsql/st_addband.sql,
-	  raster/scripts/plpgsql/st_areaweightedsummarystats.sql,
-	  raster/scripts/plpgsql/st_asraster.sql,
-	  raster/scripts/plpgsql/st_clip.sql,
-	  raster/scripts/plpgsql/st_createindexraster.sql,
-	  raster/scripts/plpgsql/st_deleteband.sql,
-	  raster/scripts/plpgsql/st_geomextent2rastercoord.sql,
-	  raster/scripts/plpgsql/st_histogram.sql,
-	  raster/scripts/plpgsql/st_mapalgebra.sql,
-	  raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
-	  raster/scripts/plpgsql/st_mapalgebrafctngb.sql,
-	  raster/scripts/plpgsql/st_multibandmapalgebra.sql,
-	  raster/scripts/plpgsql/st_pixelaspoints.sql,
-	  raster/scripts/plpgsql/st_pixelaspolygons.sql,
-	  raster/scripts/plpgsql/st_querytables.sql,
-	  raster/scripts/plpgsql/st_reclass.sql,
-	  raster/scripts/plpgsql/st_setarray.sql,
-	  raster/scripts/plpgsql/st_setvalues.sql,
-	  raster/scripts/plpgsql/st_splittable.sql,
-	  raster/scripts/plpgsql/st_summarystatsagg.sql,
-	  raster/scripts/plpgsql/st_tile.sql,
-	  raster/scripts/plpgsql/st_union.sql,
-	  raster/scripts/python/Makefile.in,
-	  raster/scripts/python/Makefile.rt.sample,
-	  raster/scripts/python/genraster.py,
-	  raster/scripts/python/ovdump.py, raster/scripts/python/pixval.py,
-	  raster/scripts/python/raster2pgsql.py,
-	  raster/scripts/python/rtgdalraster.py,
-	  raster/scripts/python/rtpixdump.py,
-	  raster/scripts/python/rtreader.py,
-	  raster/scripts/python/rtrowdump.py,
-	  raster/scripts/python/window.py, raster/test/Makefile.in,
-	  raster/test/core/Makefile.in, raster/test/core/check.h,
-	  raster/test/core/testapi.c, raster/test/core/testwkb.c,
-	  raster/test/regress/Makefile.in, raster/test/regress/README,
-	  raster/test/regress/box3d.sql,
-	  raster/test/regress/box3d_expected,
-	  raster/test/regress/bug_test_car5.sql,
-	  raster/test/regress/bug_test_car5_expected,
-	  raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_columns_expected,
-	  raster/test/regress/check_raster_overviews.sql,
-	  raster/test/regress/check_raster_overviews_expected,
-	  raster/test/regress/create_rt_band_properties_test.sql,
-	  raster/test/regress/create_rt_band_properties_test_expected,
-	  raster/test/regress/create_rt_empty_raster_test.sql,
-	  raster/test/regress/create_rt_empty_raster_test_expected,
-	  raster/test/regress/create_rt_gist_test.sql,
-	  raster/test/regress/create_rt_gist_test_expected,
-	  raster/test/regress/create_rt_mapalgebra_test.sql,
-	  raster/test/regress/create_rt_mapalgebra_test_expected,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test_expected,
-	  raster/test/regress/create_rt_properties_test.sql,
-	  raster/test/regress/create_rt_properties_test_expected,
-	  raster/test/regress/create_rt_utility_test.sql,
-	  raster/test/regress/drop_rt_band_properties_test.sql,
-	  raster/test/regress/drop_rt_band_properties_test_expected,
-	  raster/test/regress/drop_rt_empty_raster_test.sql,
-	  raster/test/regress/drop_rt_empty_raster_test_expected,
-	  raster/test/regress/drop_rt_gist_test.sql,
-	  raster/test/regress/drop_rt_gist_test_expected,
-	  raster/test/regress/drop_rt_mapalgebra_test.sql,
-	  raster/test/regress/drop_rt_mapalgebra_test_expected,
-	  raster/test/regress/drop_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/drop_rt_mapalgebrafctngb_test_expected,
-	  raster/test/regress/drop_rt_properties_test.sql,
-	  raster/test/regress/drop_rt_properties_test_expected,
-	  raster/test/regress/loader/Basic-post.sh,
-	  raster/test/regress/loader/Basic-pre.sh,
-	  raster/test/regress/loader/Basic.select.sql,
-	  raster/test/regress/loader/BasicCopy-post.sh,
-	  raster/test/regress/loader/BasicCopy-pre.sh,
-	  raster/test/regress/loader/BasicCopy.select.sql,
-	  raster/test/regress/loader/Tiled10x10-post.sh,
-	  raster/test/regress/loader/Tiled10x10-pre.sh,
-	  raster/test/regress/loader/Tiled10x10.select.sql,
-	  raster/test/regress/loader/Tiled10x10Copy-post.sh,
-	  raster/test/regress/loader/Tiled10x10Copy-pre.sh,
-	  raster/test/regress/loader/Tiled10x10Copy.select.sql,
-	  raster/test/regress/loader/testraster.tif,
-	  raster/test/regress/rt_above.sql,
-	  raster/test/regress/rt_above_expected,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_addband_expected,
-	  raster/test/regress/rt_asgdalraster.sql,
-	  raster/test/regress/rt_asgdalraster_expected,
-	  raster/test/regress/rt_asjpeg.sql,
-	  raster/test/regress/rt_asjpeg_expected,
-	  raster/test/regress/rt_aspng.sql,
-	  raster/test/regress/rt_aspng_expected,
-	  raster/test/regress/rt_asraster.sql,
-	  raster/test/regress/rt_asraster_expected,
-	  raster/test/regress/rt_astiff.sql,
-	  raster/test/regress/rt_astiff_expected,
-	  raster/test/regress/rt_band.sql,
-	  raster/test/regress/rt_band_expected,
-	  raster/test/regress/rt_band_properties.sql,
-	  raster/test/regress/rt_band_properties_expected,
-	  raster/test/regress/rt_bandmetadata.sql,
-	  raster/test/regress/rt_bandmetadata_expected,
-	  raster/test/regress/rt_below.sql,
-	  raster/test/regress/rt_below_expected,
-	  raster/test/regress/rt_bytea.sql,
-	  raster/test/regress/rt_bytea_expected,
-	  raster/test/regress/rt_clip.sql,
-	  raster/test/regress/rt_clip_expected,
-	  raster/test/regress/rt_contain.sql,
-	  raster/test/regress/rt_contain_expected,
-	  raster/test/regress/rt_contained.sql,
-	  raster/test/regress/rt_contained_expected,
-	  raster/test/regress/rt_count.sql,
-	  raster/test/regress/rt_count_expected,
-	  raster/test/regress/rt_dimensions.sql,
-	  raster/test/regress/rt_dimensions_expected,
-	  raster/test/regress/rt_georeference.sql,
-	  raster/test/regress/rt_georeference_expected,
-	  raster/test/regress/rt_hasnoband.sql,
-	  raster/test/regress/rt_hasnoband_expected,
-	  raster/test/regress/rt_histogram.sql,
-	  raster/test/regress/rt_histogram_expected,
-	  raster/test/regress/rt_intersection.sql,
-	  raster/test/regress/rt_intersection_expected,
-	  raster/test/regress/rt_intersects.sql,
-	  raster/test/regress/rt_intersects_expected,
-	  raster/test/regress/rt_io.sql,
-	  raster/test/regress/rt_io_expected,
-	  raster/test/regress/rt_isempty.sql,
-	  raster/test/regress/rt_isempty_expected,
-	  raster/test/regress/rt_left.sql,
-	  raster/test/regress/rt_left_expected,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebraexpr_2raster.sql,
-	  raster/test/regress/rt_mapalgebraexpr_2raster_expected,
-	  raster/test/regress/rt_mapalgebraexpr_expected,
-	  raster/test/regress/rt_mapalgebrafct.sql,
-	  raster/test/regress/rt_mapalgebrafct_2raster.sql,
-	  raster/test/regress/rt_mapalgebrafct_2raster_expected,
-	  raster/test/regress/rt_mapalgebrafct_expected,
-	  raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_expected,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc_expected,
-	  raster/test/regress/rt_metadata.sql,
-	  raster/test/regress/rt_metadata_expected,
-	  raster/test/regress/rt_overabove.sql,
-	  raster/test/regress/rt_overabove_expected,
-	  raster/test/regress/rt_overbelow.sql,
-	  raster/test/regress/rt_overbelow_expected,
-	  raster/test/regress/rt_overlap.sql,
-	  raster/test/regress/rt_overlap_expected,
-	  raster/test/regress/rt_overleft.sql,
-	  raster/test/regress/rt_overleft_expected,
-	  raster/test/regress/rt_overright.sql,
-	  raster/test/regress/rt_overright_expected,
-	  raster/test/regress/rt_pixelsize.sql,
-	  raster/test/regress/rt_pixelsize_expected,
-	  raster/test/regress/rt_pixelvalue.sql,
-	  raster/test/regress/rt_pixelvalue_expected,
-	  raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_quantile_expected,
-	  raster/test/regress/rt_reclass.sql,
-	  raster/test/regress/rt_reclass_expected,
-	  raster/test/regress/rt_resample.sql,
-	  raster/test/regress/rt_resample_expected,
-	  raster/test/regress/rt_right.sql,
-	  raster/test/regress/rt_right_expected,
-	  raster/test/regress/rt_rotation.sql,
-	  raster/test/regress/rt_rotation_expected,
-	  raster/test/regress/rt_same.sql,
-	  raster/test/regress/rt_same_expected,
-	  raster/test/regress/rt_samealignment.sql,
-	  raster/test/regress/rt_samealignment_expected,
-	  raster/test/regress/rt_scale.sql,
-	  raster/test/regress/rt_scale_expected,
-	  raster/test/regress/rt_set_band_properties.sql,
-	  raster/test/regress/rt_set_band_properties_expected,
-	  raster/test/regress/rt_set_properties.sql,
-	  raster/test/regress/rt_set_properties_expected,
-	  raster/test/regress/rt_spatial_relationship.sql,
-	  raster/test/regress/rt_spatial_relationship_expected,
-	  raster/test/regress/rt_summarystats.sql,
-	  raster/test/regress/rt_summarystats_expected,
-	  raster/test/regress/rt_union.sql,
-	  raster/test/regress/rt_union_expected,
-	  raster/test/regress/rt_upperleft.sql,
-	  raster/test/regress/rt_upperleft_expected,
-	  raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_utility_expected,
-	  raster/test/regress/rt_valuecount.sql,
-	  raster/test/regress/rt_valuecount_expected,
-	  raster/test/regress/rt_valuepercent.sql,
-	  raster/test/regress/rt_valuepercent_expected,
-	  raster/test/regress/run_test.in,
-	  raster/test/regress/testgdalraster.in,
-	  raster/test/regress/testgdalraster_expected,
-	  raster/test/regress/tickets.sql,
-	  raster/test/regress/tickets_expected, regress/Makefile.in,
-	  regress/README, regress/affine.sql, regress/affine_expected,
-	  regress/bestsrid.sql, regress/bestsrid_expected,
-	  regress/binary.sql, regress/binary_expected, regress/clean.sql,
-	  regress/clean_expected, regress/concave_hull.sql,
-	  regress/concave_hull_expected, regress/ctors.sql,
-	  regress/ctors_expected, regress/dump.sql, regress/dump_expected,
-	  regress/dumppoints.sql, regress/dumppoints_expected,
-	  regress/empty.sql, regress/empty_expected, regress/hausdorff.sql,
-	  regress/hausdorff_expected, regress/in_geojson.sql,
-	  regress/in_geojson_expected, regress/in_gml.sql,
-	  regress/in_gml_expected, regress/in_kml.sql,
-	  regress/in_kml_expected, regress/iscollection.sql,
-	  regress/iscollection_expected, regress/isvaliddetail.sql,
-	  regress/isvaliddetail_expected, regress/legacy_expected,
-	  regress/loader/Arc.dbf, regress/loader/Arc.select.sql,
-	  regress/loader/Arc.shp, regress/loader/ArcM.dbf,
-	  regress/loader/ArcM.select.sql, regress/loader/ArcM.shp,
-	  regress/loader/ArcZ.dbf, regress/loader/ArcZ.select.sql,
-	  regress/loader/ArcZ.shp, regress/loader/Latin1.dbf,
-	  regress/loader/Latin1.select.sql, regress/loader/MultiPoint.dbf,
-	  regress/loader/MultiPoint.select.sql,
-	  regress/loader/MultiPoint.shp, regress/loader/MultiPointM.dbf,
-	  regress/loader/MultiPointM.select.sql,
-	  regress/loader/MultiPointM.shp, regress/loader/MultiPointZ.dbf,
-	  regress/loader/MultiPointZ.select.sql,
-	  regress/loader/MultiPointZ.shp,
-	  regress/loader/MultiToSinglePoint.dbf,
-	  regress/loader/MultiToSinglePoint.select.sql,
-	  regress/loader/NoTransPoint.dbf,
-	  regress/loader/NoTransPoint.select.sql,
-	  regress/loader/NotReallyMultiPoint.dbf,
-	  regress/loader/NotReallyMultiPoint.select.sql,
-	  regress/loader/Point.dbf, regress/loader/Point.select.sql,
-	  regress/loader/Point.shp, regress/loader/PointM.dbf,
-	  regress/loader/PointM.select.sql, regress/loader/PointM.shp,
-	  regress/loader/PointWithSchema-post.sql,
-	  regress/loader/PointWithSchema-pre.sql,
-	  regress/loader/PointWithSchema.dbf,
-	  regress/loader/PointWithSchema.select.sql,
-	  regress/loader/PointZ.dbf, regress/loader/PointZ.select.sql,
-	  regress/loader/PointZ.shp, regress/loader/Polygon.dbf,
-	  regress/loader/Polygon.select.sql, regress/loader/Polygon.shp,
-	  regress/loader/PolygonM.dbf, regress/loader/PolygonM.select.sql,
-	  regress/loader/PolygonM.shp, regress/loader/PolygonZ.dbf,
-	  regress/loader/PolygonZ.select.sql, regress/loader/PolygonZ.shp,
-	  regress/loader/README, regress/loader/ReprojectPts-pre.sql,
-	  regress/loader/ReprojectPts.dbf,
-	  regress/loader/ReprojectPts.select.sql,
-	  regress/loader/ReprojectPtsGeog-pre.sql,
-	  regress/loader/ReprojectPtsGeog.dbf,
-	  regress/loader/ReprojectPtsGeog.select.sql,
-	  regress/loader/TSIPolygon.dbf,
-	  regress/loader/TSIPolygon.select.sql,
-	  regress/loader/TSTIPolygon.dbf,
-	  regress/loader/TSTIPolygon.select.sql,
-	  regress/loader/TSTPolygon.dbf,
-	  regress/loader/TSTPolygon.select.sql, regress/long_xact.sql,
-	  regress/long_xact_expected, regress/lwgeom_regress.sql,
-	  regress/lwgeom_regress_expected, regress/measures.sql,
-	  regress/measures_expected, regress/node.sql,
-	  regress/node_expected, regress/offsetcurve.sql,
-	  regress/offsetcurve_expected, regress/out_geography.sql,
-	  regress/out_geography_expected, regress/out_geometry.sql,
-	  regress/out_geometry_expected, regress/polygonize.sql,
-	  regress/polygonize_expected, regress/polyhedralsurface.sql,
-	  regress/polyhedralsurface_expected,
-	  regress/postgis_type_name.sql,
-	  regress/postgis_type_name_expected, regress/regress.sql,
-	  regress/regress_bdpoly.sql, regress/regress_bdpoly_expected,
-	  regress/regress_biginsert.sql, regress/regress_buffer_params.sql,
-	  regress/regress_buffer_params_expected, regress/regress_expected,
-	  regress/regress_index.sql, regress/regress_index_expected,
-	  regress/regress_index_nulls.sql,
-	  regress/regress_index_nulls_expected,
-	  regress/regress_lots_of_nulls.sql,
-	  regress/regress_lots_of_points.sql, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected, regress/regress_management.sql,
-	  regress/regress_management_expected, regress/regress_ogc.sql,
-	  regress/regress_ogc_cover.sql,
-	  regress/regress_ogc_cover_expected, regress/regress_ogc_expected,
-	  regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected,
-	  regress/regress_proj.sql, regress/regress_proj_expected,
-	  regress/relate.sql, regress/relate_bnr.sql,
-	  regress/relate_bnr_expected, regress/relate_expected,
-	  regress/relatematch.sql, regress/relatematch_expected,
-	  regress/remove_repeated_points.sql,
-	  regress/remove_repeated_points_expected, regress/removepoint.sql,
-	  regress/removepoint_expected, regress/setpoint.sql,
-	  regress/setpoint_expected, regress/sharedpaths.sql,
-	  regress/sharedpaths_expected, regress/simplify.sql,
-	  regress/simplify_expected, regress/snap.sql,
-	  regress/snap_expected, regress/snaptogrid.sql,
-	  regress/snaptogrid_expected, regress/split.sql,
-	  regress/split_expected, regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-general.sql, regress/sql-mm-general_expected,
-	  regress/sql-mm-multicurve.sql,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multisurface.sql,
-	  regress/sql-mm-multisurface_expected,
-	  regress/sql-mm-serialize.sql, regress/sql-mm-serialize_expected,
-	  regress/summary.sql, regress/summary_expected,
-	  regress/tickets.sql, regress/tickets_expected,
-	  regress/typmod.sql, regress/typmod_expected,
-	  regress/unaryunion.sql, regress/unaryunion_expected,
-	  regress/wkb.sql, regress/wkb_expected, regress/wkt.sql,
-	  regress/wkt_expected, regress/wmsservers.sql,
-	  regress/wmsservers_expected, spatial_ref_sys.sql,
-	  topology/ER/Makefile, topology/ER/topology.fig,
-	  topology/Makefile.in, topology/README, topology/TODO,
-	  topology/sql/gml.sql.in.c,
-	  topology/sql/manage/CopyTopology.sql.in.c,
-	  topology/sql/manage/ManageHelper.sql.in.c,
-	  topology/sql/manage/TopologySummary.sql.in.c,
-	  topology/sql/polygonize.sql.in.c, topology/sql/populate.sql.in.c,
-	  topology/sql/predicates.sql.in.c,
-	  topology/sql/query/GetNodeEdges.sql.in.c,
-	  topology/sql/query/GetRingEdges.sql.in.c,
-	  topology/sql/query/getedgebypoint.sql.in.c,
-	  topology/sql/query/getfacebypoint.sql.in.c,
-	  topology/sql/query/getnodebypoint.sql.in.c,
-	  topology/sql/sqlmm.sql.in.c,
-	  topology/sql/topoelement/topoelement_agg.sql.in.c,
-	  topology/sql/topogeometry/totopogeom.sql.in.c,
-	  topology/sql/topogeometry/type.sql.in.c, topology/test/Makefile,
-	  topology/test/cache_geometries.sql,
-	  topology/test/edit_topology.sql, topology/test/hierarchy.sql,
-	  topology/test/invalid_topology.sql,
-	  topology/test/load_features.sql,
-	  topology/test/load_topology.sql.in,
-	  topology/test/more_features.sql, topology/test/predicates.sql.in,
-	  topology/test/query_features.sql,
-	  topology/test/regress/addedge.sql,
-	  topology/test/regress/addedge_expected,
-	  topology/test/regress/addface.sql,
-	  topology/test/regress/addface2.5d.sql,
-	  topology/test/regress/addface2.5d_expected,
-	  topology/test/regress/addface_expected,
-	  topology/test/regress/addnode.sql,
-	  topology/test/regress/addnode_expected,
-	  topology/test/regress/addtopogeometrycolumn.sql,
-	  topology/test/regress/addtopogeometrycolumn_expected,
-	  topology/test/regress/copytopology.sql,
-	  topology/test/regress/copytopology_expected,
-	  topology/test/regress/createtopogeom.sql,
-	  topology/test/regress/createtopogeom_expected,
-	  topology/test/regress/createtopology.sql,
-	  topology/test/regress/createtopology_expected,
-	  topology/test/regress/droptopology.sql,
-	  topology/test/regress/droptopology_expected,
-	  topology/test/regress/getedgebypoint.sql,
-	  topology/test/regress/getedgebypoint_expected,
-	  topology/test/regress/getfacebypoint.sql,
-	  topology/test/regress/getfacebypoint_expected,
-	  topology/test/regress/getnodebypoint.sql,
-	  topology/test/regress/getnodebypoint_expected,
-	  topology/test/regress/getnodeedges.sql,
-	  topology/test/regress/getnodeedges_expected,
-	  topology/test/regress/getringedges.sql,
-	  topology/test/regress/getringedges_expected,
-	  topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected,
-	  topology/test/regress/layertrigger.sql,
-	  topology/test/regress/layertrigger_expected,
-	  topology/test/regress/legacy_invalid.sql,
-	  topology/test/regress/legacy_invalid_expected,
-	  topology/test/regress/legacy_predicate.sql,
-	  topology/test/regress/legacy_predicate_expected,
-	  topology/test/regress/legacy_query.sql,
-	  topology/test/regress/legacy_query_expected,
-	  topology/test/regress/legacy_validate.sql,
-	  topology/test/regress/legacy_validate_expected,
-	  topology/test/regress/polygonize.sql,
-	  topology/test/regress/polygonize_expected,
-	  topology/test/regress/sqlmm.sql,
-	  topology/test/regress/sqlmm_expected,
-	  topology/test/regress/st_addedgemodface.sql,
-	  topology/test/regress/st_addedgemodface_expected,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected,
-	  topology/test/regress/st_addisoedge.sql,
-	  topology/test/regress/st_addisoedge_expected,
-	  topology/test/regress/st_addisonode.sql,
-	  topology/test/regress/st_addisonode_expected,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected,
-	  topology/test/regress/st_createtopogeo.sql,
-	  topology/test/regress/st_createtopogeo_expected,
-	  topology/test/regress/st_getfaceedges.sql,
-	  topology/test/regress/st_getfaceedges_expected,
-	  topology/test/regress/st_getfacegeometry.sql,
-	  topology/test/regress/st_getfacegeometry_expected,
-	  topology/test/regress/st_modedgeheal.sql,
-	  topology/test/regress/st_modedgeheal_expected,
-	  topology/test/regress/st_modedgesplit.sql,
-	  topology/test/regress/st_modedgesplit_expected,
-	  topology/test/regress/st_newedgeheal.sql,
-	  topology/test/regress/st_newedgeheal_expected,
-	  topology/test/regress/st_newedgessplit.sql,
-	  topology/test/regress/st_newedgessplit_expected,
-	  topology/test/regress/st_remedgemodface.sql,
-	  topology/test/regress/st_remedgemodface_expected,
-	  topology/test/regress/st_remedgenewface.sql,
-	  topology/test/regress/st_remedgenewface_expected,
-	  topology/test/regress/topo2.5d.sql,
-	  topology/test/regress/topo2.5d_expected,
-	  topology/test/regress/topoelement.sql,
-	  topology/test/regress/topoelement_expected,
-	  topology/test/regress/topoelementarray_agg.sql,
-	  topology/test/regress/topoelementarray_agg_expected,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected,
-	  topology/test/regress/topogeo_addpoint.sql,
-	  topology/test/regress/topogeo_addpoint_expected,
-	  topology/test/regress/topogeo_addpolygon.sql,
-	  topology/test/regress/topogeo_addpolygon_expected,
-	  topology/test/regress/topogeometry_type.sql,
-	  topology/test/regress/topogeometry_type_expected,
-	  topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected,
-	  topology/test/validate_topology.sql, topology/topology.sql.in.c,
-	  topology/topology_drop_after.sql.in.c,
-	  topology/topology_drop_before.sql.in.c, utils/Makefile.in,
-	  utils/README, utils/create_undef.pl,
-	  utils/postgis_proc_upgrade.pl, utils/postgis_restore.pl.in,
-	  utils/profile_intersects.pl, utils/read_scripts_version.pl,
-	  utils/svn_repo_revision.pl, utils/test_estimation.pl,
-	  utils/test_geography_estimation.pl,
-	  utils/test_geography_joinestimation.pl,
-	  utils/test_joinestimation.pl: Set appropriate mime types and text
-	  file types on all files. (#1605)
-
-2012-02-27 18:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9322] regress/legacy.sql: Load the "right" legacy.sql file
-	  (warning: hard coding 00-regress-install into a sql file).
-
-2012-02-27 18:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9321] liblwgeom/cunit/cu_split.c: Quiet compile warning.
-
-2012-02-27 18:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9320] regress/tickets.sql, regress/tickets_expected: Use
-	  rounder numbers in tests (fixes a regression on 32bit system)
-
-2012-02-27 17:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9319] regress/run_test: Ignore LF/CRLF differences when
-	  differencing sql output files in raster tests.
-
-2012-02-27 17:36  Sandro Santilli <strk at keybit.net>
-
-	* [r9318] regress/Makefile.in, regress/legacy.sql,
-	  regress/legacy_expected: Add regression test for legacy.sql and
-	  uninstall_legacy.sql (#915)
-
-2012-02-27 17:36  Sandro Santilli <strk at keybit.net>
-
-	* [r9317] regress/loader/ReprojectPts-post.sql,
-	  regress/loader/ReprojectPts-pre.sql,
-	  regress/loader/ReprojectPtsGeog-post.sql,
-	  regress/loader/ReprojectPtsGeog-pre.sql: Properly cleanup
-	  spatial_ref_sys after loader tests
-
-2012-02-27 17:36  Sandro Santilli <strk at keybit.net>
-
-	* [r9316] regress/regress_proj.sql: Properly cleanup
-	  spatial_ref_sys
-
-2012-02-27 16:55  Sandro Santilli <strk at keybit.net>
-
-	* [r9315] postgis/legacy.sql.in.c: Define the legacy 'within' as a
-	  proxy to ST_Within as the C entry point was dropped
-
-2012-02-27 16:52  Sandro Santilli <strk at keybit.net>
-
-	* [r9314] postgis/Makefile.in, postgis/uninstall_legacy.sql.in.c:
-	  Generate uninstall_legacy.sql from legacy.sql (#949)
-
-2012-02-27 16:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9313] raster/rt_core/rt_api.c, raster/test/core/testapi.c:
-	  Correct handling of 8BSI pixel types when converting a raster to
-	  a GDAL MEM dataset. This should resolve the failures in #1617.
-
-2012-02-27 16:26  Sandro Santilli <strk at keybit.net>
-
-	* [r9312] topology/Makefile.in: Fix "make clean" to drop all
-	  generated files
-
-2012-02-27 16:06  Sandro Santilli <strk at keybit.net>
-
-	* [r9311] topology/Makefile.in: Encode dependency of topology
-	  script on sqldefines (for version)
-
-2012-02-27 15:55  Sandro Santilli <strk at keybit.net>
-
-	* [r9310] postgis/postgis.sql.in.c: Have postgis_full_version()
-	  check versions of all objects (#1608)
-
-2012-02-27 15:39  Sandro Santilli <strk at keybit.net>
-
-	* [r9309] raster/rt_pg/rt_pg.c: Have postgis_raster_lib_version()
-	  include SVN revision (#1608)
-
-2012-02-27 15:26  Sandro Santilli <strk at keybit.net>
-
-	* [r9308] raster/rt_pg/rtpostgis_drop.sql.in.c: st_clip signature
-	  changed (#1620)
-
-2012-02-27 15:03  Sandro Santilli <strk at keybit.net>
-
-	* [r9307] raster/rt_pg/rtpostgis.sql.in.c: Add
-	  postgis_raster_scripts_installed() function (#1608)
-
-2012-02-27 15:02  Sandro Santilli <strk at keybit.net>
-
-	* [r9306] topology/topology.sql.in.c: Add
-	  postgis_topology_scripts_installed() function (#1608)
-
-2012-02-27 14:08  Regina Obe <lr at pcorp.us>
-
-	* [r9305] NEWS, doc/release_notes.xml: update to March. Seems
-	  likely we'll miss the February boat. Maybe shoot for March.
-
-2012-02-27 11:22  Sandro Santilli <strk at keybit.net>
-
-	* [r9304] configure.ac, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Set script
-	  version to master version + svn revision (#1608)
-	  
-	  Affects postgis_scripts_released() and
-	  posgis_scripts_installed().
-	  Needs some wider testing of upgrade scripts and then will attach
-	  the same version to raster and topology.
-
-2012-02-26 18:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9303] raster/test/core/testapi.c: Additional test of
-	  rt_raster_to_gdal().
-
-2012-02-25 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9302] loader/shp2pgsql-cli.c: Minor update to comments.
-
-2012-02-25 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9301] loader/shp2pgsql-cli.c: Simplify table/schema copying,
-	  hopefully fix windows.
-
-2012-02-25 19:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9300] raster/test/regress/run_test.in, regress/run_test:
-	  Compress sed calls into one to make life better for MSYS
-
-2012-02-25 17:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9299] libpgcommon/lwgeom_transform.c, regress/tickets_expected:
-	  Correct fix for win32 crasher, it was proj returning a null error
-	  string.
-
-2012-02-25 05:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9298] libpgcommon/lwgeom_transform.c: SPI_finish before
-	  dropping out on NULL proj4text
-
-2012-02-25 05:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9297] regress/tickets_expected: Match to new behavior on null
-	  proj4text
-
-2012-02-25 03:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9296] libpgcommon/lwgeom_transform.c: Remove Win32 crasher on
-	  NULL proj4 string
-
-2012-02-24 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9295] utils/svn_repo_revision.pl: Quote out the svn and git
-	  commands for windoze
-
-2012-02-24 23:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9294] raster/test/regress/rt_asraster_expected: Forgot to
-	  update regression tests for changes made in r9293
-
-2012-02-24 22:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9293] raster/rt_core/rt_api.c: Fixed conversion of pixel types
-	  between PostGIS raster and GDAL. Essentially PostGIS raster 8BSI
-	  is now a GDT_Int16.
-
-2012-02-24 22:46  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9292] doc/reference_raster.xml: Minor corrections.
-
-2012-02-24 22:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9291] loader/pgsql2shp-cli.c, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-gui.c: Fix up the revision info in the usage
-	  lines
-
-2012-02-24 20:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9290] regress/run_test: Make sure the created backend temp
-	  directory is world writeable
-
-2012-02-24 19:24  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9289] raster/rt_core/rt_api.c: Additional fixups to not
-	  increase extent if an alignment is to take place in
-	  rt_raster_gdal_rasterize().
-
-2012-02-24 19:11  Sandro Santilli <strk at keybit.net>
-
-	* [r9288] topology/test/regress/sqlmm.sql,
-	  topology/test/regress/sqlmm_expected: Be immune from topology
-	  sequence advancements
-
-2012-02-24 18:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9287] regress/run_test: Make sure the regress tmp directory
-	  exists before trying to write to it.
-
-2012-02-24 17:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9286] raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_intersects_expected: Added additional
-	  conditions for rt_raster_gdal_rasterize() determining when to
-	  expand the extent.
-
-2012-02-24 15:23  Sandro Santilli <strk at keybit.net>
-
-	* [r9285] topology/test/regress/legacy_validate.sql,
-	  topology/test/regress/legacy_validate_expected,
-	  topology/topology.sql.in.c: Do not report "face without edges"
-	  error for universal face (#1612)
-
-2012-02-24 15:23  Sandro Santilli <strk at keybit.net>
-
-	* [r9284] regress/run_test: Rename the backend temp dir and drop
-	  with brute force
-	  
-	  Avoids errors when no test writes anything in there (so no dir)
-
-2012-02-24 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r9283] regress/run_test: Properly drop the temporary directory
-	  setup for backend output
-	  
-	  This prevents errors when running "make check" against backends
-	  owned by different users.
-
-2012-02-24 05:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9282] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c,
-	  raster/test/regress/rt_above.sql,
-	  raster/test/regress/rt_below.sql,
-	  raster/test/regress/rt_bytea.sql,
-	  raster/test/regress/rt_contain.sql,
-	  raster/test/regress/rt_contained.sql,
-	  raster/test/regress/rt_left.sql,
-	  raster/test/regress/rt_overabove.sql,
-	  raster/test/regress/rt_overbelow.sql,
-	  raster/test/regress/rt_overlap.sql,
-	  raster/test/regress/rt_overleft.sql,
-	  raster/test/regress/rt_overright.sql,
-	  raster/test/regress/rt_right.sql,
-	  raster/test/regress/rt_same.sql: Set all raster CASTs to be
-	  ASSIGNMENT not IMPLICIT. Related ticket is #490. Knowing my luck,
-	  I'll be reverting this due to some showstopper.
-
-2012-02-23 22:25  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9281] raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_resample_expected: Added correct handling
-	  of negative scale-x and positive scale-y in
-	  rt_raster_gdal_warp().
-
-2012-02-23 21:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9280] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c, raster/test/core/testapi.c:
-	  Renamed rt_raster_dump_as_wktpolygons() to
-	  rt_raster_gdal_polygonize(). Refactored
-	  rt_raster_gdal_polygonize() to use LWPOLY objects instead of WKT
-	  strings. Also added cleanup code to make invalid dumped
-	  geometries valid. Associated tickets are #1586 and #637.
-
-2012-02-23 16:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9279] postgis/lwgeom_in_gml.c: Don't deep clone POINTARRAY in
-	  GML input routine.
-	  
-	  Let's see if doing so exposes more memory errors (#1591).
-	  Does run valgrind clean here.
-
-2012-02-23 15:42  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9278] doc/reference_raster.xml: Rewrote most of ST_AsRaster.
-	  Grouped similar variants to make everything a bit more readable.
-
-2012-02-23 13:28  Sandro Santilli <strk at keybit.net>
-
-	* [r9277] regress/run_test: Set the default regression temp dir to
-	  /tmp/pgis_reg (#1607)
-
-2012-02-23 12:54  Sandro Santilli <strk at keybit.net>
-
-	* [r9276] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_getfacegeometry.sql,
-	  topology/test/regress/st_getfacegeometry_expected: Have
-	  ST_GetFaceGeometry check face existance, regress-test
-
-2012-02-23 11:24  Sandro Santilli <strk at keybit.net>
-
-	* [r9275] postgis/postgis_drop_before.sql.in.c: Drop the
-	  UpdateGeometrySRID version with old param name (#1606)
-
-2012-02-22 23:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9272] astyle.sh: Correctly handle the new lexer/parser output
-	  files
-
-2012-02-22 23:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9271] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c, raster/test/regress/rt_asraster.sql,
-	  raster/test/regress/rt_asraster_expected,
-	  raster/test/regress/rt_intersection.sql,
-	  raster/test/regress/rt_intersection_expected,
-	  raster/test/regress/rt_resample_expected: Rewrote chunks of
-	  rt_raster_gdal_warp() and rt_raster_gdal_rasterize() to correctly
-	  generate skewed rasters. Related ticket is #1395. This should
-	  also resolve #1586.
-
-2012-02-22 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9270] liblwgeom/box2d.c, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geos.c,
-	  liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_in_wkb.c,
-	  liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_misc.c,
-	  liblwgeom/cunit/cu_node.c, liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
-	  liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/g_util.c,
-	  liblwgeom/libtgeom.c, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwgeom_geos_node.c,
-	  liblwgeom/lwgeom_geos_split.c, liblwgeom/lwgeom_transform.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt_lex.c,
-	  liblwgeom/lwin_wkt_parse.c, liblwgeom/lwline.c,
-	  liblwgeom/lwlinearreferencing.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwout_geojson.c,
-	  liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
-	  liblwgeom/lwout_svg.c, liblwgeom/lwout_wkb.c,
-	  liblwgeom/lwout_wkt.c, liblwgeom/lwout_x3d.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwprint.c,
-	  liblwgeom/lwpsurface.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwspheroid.c, liblwgeom/lwtin.c, liblwgeom/lwtree.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/measures.c,
-	  liblwgeom/measures3d.c, liblwgeom/ptarray.c,
-	  liblwgeom/stringbuffer.c, liblwgeom/vsprintf.c,
-	  postgis/geography.sql.in.c, postgis/geography_btree.c,
-	  postgis/geography_estimate.c, postgis/geography_inout.c,
-	  postgis/geography_measurement.c, postgis/geometry_estimate.c,
-	  postgis/geometry_inout.c, postgis/gserialized_gist_2d.c,
-	  postgis/gserialized_gist_nd.c, postgis/gserialized_typmod.c,
-	  postgis/legacy.sql.in.c,
-	  postgis/legacy_compatibility_layer.sql.in.c,
-	  postgis/lwgeom_cache.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_geos_relatematch.c, postgis/lwgeom_in_geojson.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_sqlmm.c,
-	  postgis/lwgeom_transform.c, postgis/postgis.sql.in.c,
-	  postgis/postgis_drop.sql.in.c,
-	  postgis/postgis_drop_before.sql.in.c, postgis/postgis_module.c,
-	  postgis/uninstall_geography.sql.in.c,
-	  postgis/uninstall_legacy.sql.in.c,
-	  postgis/uninstall_long_xact.sql.in.c,
-	  postgis/uninstall_sqlmm.sql.in.c, raster/loader/raster2pgsql.c,
-	  raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/rt_pg/rtpostgis_legacy.sql.in.c,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Set
-	  svn:eol-style native (#1598)
-
-2012-02-22 19:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9267] ChangeLog, NEWS, README.postgis, Version.config,
-	  extensions/upgradeable_versions.mk: Update numbers for alpha6
-
-2012-02-22 19:31  Regina Obe <lr at pcorp.us>
-
-	* [r9266] liblwgeom/lwout_x3d.c: put in LF instruction to prevent
-	  my windows from putting in windows offensive line breaks
-
-2012-02-22 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9265] liblwgeom/measures3d.c, liblwgeom/measures3d.h: Change
-	  dos to unix lineends. (#1598)
-
-2012-02-22 19:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9264] java/jdbc: Ignore makefile
-
-2012-02-22 19:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9263] liblwgeom/lwout_x3d.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_rtree.h, postgis/postgis.sql.in.c: Really remove
-	  the dos linefeeds this time (#1598)
-
-2012-02-22 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9262] liblwgeom/lwout_x3d.c, liblwgeom/measures.c,
-	  liblwgeom/measures.h, postgis/lwgeom_export.c,
-	  postgis/lwgeom_rtree.h, postgis/postgis.sql.in.c: Revert dos
-	  lineending commit that blew away those files...
-
-2012-02-22 19:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9261] liblwgeom/lwout_x3d.c, liblwgeom/measures.c,
-	  liblwgeom/measures.h, postgis/lwgeom_export.c,
-	  postgis/lwgeom_rtree.h, postgis/postgis.sql.in.c: Use consistent
-	  UNIX line endings (#1598) fix up those files that pass through
-	  the C preprocessor at least.
-
-2012-02-22 18:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9260] raster/test/regress/bug_test_car5_expected,
-	  raster/test/regress/rt_histogram_expected,
-	  raster/test/regress/rt_quantile_expected,
-	  raster/test/regress/rt_summarystats_expected,
-	  raster/test/regress/rt_valuecount_expected,
-	  regress/regress_expected, regress/run_test,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly_expected, regress/tickets.sql,
-	  regress/tickets_expected, regress/wkt_expected: Switch to
-	  evaluating tests using psql with verbosity=terse
-
-2012-02-22 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r9258] postgis/lwgeom_geos.c, regress/polygonize.sql,
-	  regress/polygonize_expected: Fix ST_Polygonize aggregate to
-	  retain Z (#1602)
-
-2012-02-22 15:52  Sandro Santilli <strk at keybit.net>
-
-	* [r9257] LICENSE.TXT: Stay within 80 cols
-
-2012-02-22 15:33  Sandro Santilli <strk at keybit.net>
-
-	* [r9256] postgis/postgis.sql.in.c, postgis/sqldefines.h.in:
-	  Parametrize max user SRID in the SQL file too
-
-2012-02-22 12:49  Sandro Santilli <strk at keybit.net>
-
-	* [r9253] postgis/postgis.sql.in.c, regress/tickets.sql,
-	  regress/tickets_expected: Check SRID passed to
-	  UpdateGeometrySRID, patch by Mike Toews (#1596)
-	  
-	  Adds regression testing
-
-2012-02-22 12:48  Sandro Santilli <strk at keybit.net>
-
-	* [r9252] postgis/lwgeom_functions_analytic.c: Forward port fix to
-	  #1595, although there's no way to expose in 2.0
-
-2012-02-22 03:09  Regina Obe <lr at pcorp.us>
-
-	* [r9251] doc/reference_raster.xml: correct st_clip raster so
-	  eimage matches the code. the behavior changed butthe code was
-	  wrong (showing old behavior). Also put back the multiband case
-	  using new syntax which is probably more common usaage.
-
-2012-02-21 15:51  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9249] doc/reference_raster.xml: Added single quote around 8BUI
-	  since the XSL now escape them. See #1588.
-
-2012-02-21 15:47  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9248] doc/reference_raster.xml: Added one missign default value
-	  for the value parameter of ST_AsRaster and added one missing
-	  variant.
-
-2012-02-21 14:32  Sandro Santilli <strk at keybit.net>
-
-	* [r9247] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_transform.c:
-	  Add a ptarray_transform function in liblwgeom API
-
-2012-02-21 13:54  Sandro Santilli <strk at keybit.net>
-
-	* [r9246] postgis/lwgeom_in_gml.c: Draft an lwgeom_from_gml
-	  function (#1591)
-	  
-	  Can't be moved all to liblwgeom due to use of spatial_ref_sys
-
-2012-02-21 11:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9245] loader/shp2pgsql-core.c: Print SRID in decimal form, not
-	  hex (#1593)
-
-2012-02-21 10:57  Sandro Santilli <strk at keybit.net>
-
-	* [r9244] doc/using_postgis_dataman.xml: Update documentation about
-	  shp2pgsql -s/-g flag (#1524)
-
-2012-02-21 09:43  Sandro Santilli <strk at keybit.net>
-
-	* [r9243] regress/run_test: Add an --extensions switch to run_test
-	  (#964)
-	  
-	  When passing that switch the install and uninstall of spatial db
-	  happens using the EXTENSION model. It's currently not run as part
-	  of "make check" because some tests fail due to use of ambiguos
-	  calls when both core and raster modules are installed (there's no
-	  way to separate them in the EXTENSION model).
-
-2012-02-21 09:07  Sandro Santilli <strk at keybit.net>
-
-	* [r9242] regress/run_test: Put prepare/upgrade/uninstall
-	  operations in their own functions
-
-2012-02-20 20:09  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9241] doc/reference_raster.xml: More work on ST_Resample and
-	  ST_Intersection
-
-2012-02-20 14:32  Sandro Santilli <strk at keybit.net>
-
-	* [r9240] .gitignore: Ignore generated extensions and java files
-
-2012-02-20 13:28  Sandro Santilli <strk at keybit.net>
-
-	* [r9239] postgis/lwgeom_in_gml.c: Do not printf from potgis
-	  library. Possibly fixes #1570
-
-2012-02-20 13:18  Sandro Santilli <strk at keybit.net>
-
-	* [r9238] .gitignore: Ignore generated java/jdbc/Makefile
-
-2012-02-20 13:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9237] doc/xsl/raster_comments.sql.xsl: Escape single quotes in
-	  param list when generating raster comments
-	  
-	  Closes ticket #1588
-
-2012-02-20 12:52  Sandro Santilli <strk at keybit.net>
-
-	* [r9236] configure.ac, java/Makefile, java/jdbc/Makefile,
-	  java/jdbc/Makefile.in, java/jdbc/build.xml: Ant rules to excecute
-	  maven by Maria Arias de Reyna (#1437)
-	  
-	  Also simplify java Makefile to be simple proxies of ant
-
-2012-02-20 10:52  Sandro Santilli <strk at keybit.net>
-
-	* [r9235] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Update face MBR
-	  on edge change (#1587)
-
-2012-02-20 10:19  Sandro Santilli <strk at keybit.net>
-
-	* [r9234] doc/extras_topology.xml: Enhance documentation for
-	  ST_ChangeEdgeGeom
-
-2012-02-17 23:41  Regina Obe <lr at pcorp.us>
-
-	* [r9233] doc/using_raster_dataman.xml: Link to my office base
-	  article on how to display postgis rasters in base reports.
-
-2012-02-17 22:23  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9232] doc/reference_raster.xml: Rewrote the ST_Rescale
-	  documentation.
-
-2012-02-17 22:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9230] postgis/geometry_estimate.c: This works but it makes
-	  estimated extent case sensitive both ways (no weaseling out and
-	  giving upper case versions of lower case tables) (#1585)
-
-2012-02-17 20:52  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9229] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c: Ticket #1536. First revision of
-	  st_intersection(). Removal of the extent parameter and first
-	  documentation.
-
-2012-02-17 18:29  Sandro Santilli <strk at keybit.net>
-
-	* [r9228] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Check edge
-	  disposition around endnodes (#1571)
-	  
-	  Includes a couple new testcases, for closed and non-closed edges
-	  changing disposition around their end nodes.
-
-2012-02-17 18:28  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9227] doc/reference_raster.xml: Many more small typo fixes...
-
-2012-02-17 15:11  Sandro Santilli <strk at keybit.net>
-
-	* [r9226] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Rework edge
-	  motion range construction (#1571)
-	  
-	  Includes a new testcase which was failing before this change
-
-2012-02-17 14:03  Sandro Santilli <strk at keybit.net>
-
-	* [r9225] topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Add another
-	  test for ST_ChangeEdgeGeom
-
-2012-02-17 13:46  Sandro Santilli <strk at keybit.net>
-
-	* [r9224] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Handle some
-	  (not all) cases of non-isomorphic edge changes (#1571)
-	  
-	  The problem is much harder than it looks ...
-
-2012-02-17 08:39  Sandro Santilli <strk at keybit.net>
-
-	* [r9223] topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Add test
-	  numbers to ST_ChangeEdgeGeom regression cases
-
-2012-02-17 08:39  Sandro Santilli <strk at keybit.net>
-
-	* [r9222] .gitignore: Ignore utils/postgis_restore.pl (now
-	  generated)
-
-2012-02-16 17:45  Sandro Santilli <strk at keybit.net>
-
-	* [r9221] topology/sql/sqlmm.sql.in.c: Update comment, hopefully
-	  clearer now
-
-2012-02-16 15:49  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9220] doc/reference_raster.xml: Fixed a number of small
-	  problem. Capitalized x and y.
-
-2012-02-16 10:25  Sandro Santilli <strk at keybit.net>
-
-	* [r9219] doc/extras_topology.xml, topology/Makefile.in,
-	  topology/sql/query/GetNodeEdges.sql.in.c,
-	  topology/test/regress/getnodeedges.sql,
-	  topology/test/regress/getnodeedges_expected,
-	  topology/topology.sql.in.c: Add a topology.GetNodeEdges function
-	  
-	  This function is a fundamental topological primitive to do things
-	  like SQL-based poligonization.
-
-2012-02-16 08:49  Sandro Santilli <strk at keybit.net>
-
-	* [r9218] .gitignore: Ignore postgis_svn_revision.h
-
-2012-02-16 08:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9217] doc/extras_topology.xml: Set availability of
-	  ST_ChangeEdgeGeom
-
-2012-02-16 08:08  Sandro Santilli <strk at keybit.net>
-
-	* [r9216] doc/reference_raster.xml: Fix cross reference
-
-2012-02-16 00:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9215] libpgcommon/lwgeom_transform.c: Remove now-obsolete TODO
-	  comment
-
-2012-02-16 00:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9214] libpgcommon/lwgeom_transform.c: Prepare for Proj4.8 with
-	  spheroid info handling
-
-2012-02-15 23:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9213] ., extensions, utils: Add generated files to svn:ignore
-
-2012-02-15 22:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9211] java/jdbc/src/org/postgis/Point.java: jdbc:
-	  org.postgis.Point.equals() is not reflexive (#1313)
-
-2012-02-15 22:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9209] doc/reference_processing.xml: Fix XML typo
-
-2012-02-15 22:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9208] doc/reference_processing.xml: Negative distance argument
-	  to ST_Buffer not documented (#1535)
-
-2012-02-15 21:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9205] doc/using_postgis_dataman.xml: shp2pgsql: a switch to
-	  drop M from 4d imports (#900)
-
-2012-02-15 21:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9204] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h: shp2pgsql: a switch to drop M from 4d
-	  imports (#900)
-
-2012-02-15 21:23  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9203] doc/reference_raster.xml: Updated the version returned by
-	  the PostGIS_Raster_Lib_Version() example.
-
-2012-02-15 21:18  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9202] doc/reference_raster.xml: Removed some garbage.
-
-2012-02-15 21:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9201] extensions/upgradeable_versions.mk: Remove fugitive EOL
-	  white space
-
-2012-02-15 20:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9200] extensions/upgradeable_versions.mk: Add minor version
-	  upgradeable
-
-2012-02-15 20:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9198] Version.config: Push trunk version forward
-
-2012-02-15 20:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9196] ChangeLog, NEWS, README.postgis: Update meta for alpha5
-
-2012-02-15 19:28  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9195] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_clip.sql,
-	  raster/test/regress/rt_clip_expected: Fix for #1576 & #1569.
-	  ST_Clip now works on multiband rasters and accept an array of
-	  nodata values.
-
-2012-02-15 15:59  Sandro Santilli <strk at keybit.net>
-
-	* [r9194] libpgcommon/lwgeom_transform.c, regress/tickets.sql,
-	  regress/tickets_expected: Do not take PROJ4 errno value as a sign
-	  of error (#1580)
-
-2012-02-15 11:00  Sandro Santilli <strk at keybit.net>
-
-	* [r9193] utils/svn_repo_revision.pl: dd support for fetching SVN
-	  revision from pure-git clones (#1579)
-
-2012-02-14 22:21  Regina Obe <lr at pcorp.us>
-
-	* [r9192] doc/using_raster_dataman.xml: Example of how to use only
-	  psql to output a raster image.
-
-2012-02-14 17:57  Sandro Santilli <strk at keybit.net>
-
-	* [r9191] postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix crash with empty polygons in P-I-P
-	  tests (#1578)
-
-2012-02-14 17:54  Regina Obe <lr at pcorp.us>
-
-	* [r9190] doc/extras_tigergeocoder.xml: #1494: documentation of new
-	  census tract loader and get_tract functions.
-
-2012-02-14 17:53  Regina Obe <lr at pcorp.us>
-
-	* [r9189] extras/tiger_geocoder/tiger_2010/census_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/census_tracts_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1494: done
-	  with programming need to finish documenting and regress test.
-
-2012-02-14 17:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9188] raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_clip.sql: Readded rt_clip regression test.
-
-2012-02-14 17:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9187] raster/rt_core/rt_api.c: Fixed handling of negative
-	  X-scale or positive Y-scale in rt_raster_gdal_rasterize(). Ticket
-	  is #1574.
-
-2012-02-14 17:15  Sandro Santilli <strk at keybit.net>
-
-	* [r9186] postgis/lwgeom_geos.c: We don't use a profiler anymore
-
-2012-02-14 17:00  David Zwarg <dzwarg at azavea.com>
-
-	* [r9185] raster/rt_pg/rt_pg.c: Reverting changes that optimize
-	  ST_MapAlgebraExpr. Re-advertise x and y parameters as int32.
-	  Reverts changes from r9137, closes #1557.
-
-2012-02-14 13:31  Sandro Santilli <strk at keybit.net>
-
-	* [r9184] liblwgeom/lwgeom_geos.c, regress/tickets.sql,
-	  regress/tickets_expected: Make one-point lines convertible to
-	  GEOS, see #1543
-
-2012-02-13 22:46  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9183] raster/test/regress/Makefile.in: Temporarily remove
-	  st_clip regress...
-
-2012-02-13 22:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9182] configure.ac: Configured without raster still tries to
-	  make raster/rt_pg/rtpostgis.sql (#1575) only try to build
-	  extensions if we have both raster and topology as well as pgsql
-	  9.1
-
-2012-02-13 21:58  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9181] raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_clip.sql,
-	  raster/test/regress/rt_clip_expected: Closing ticket #597. Added
-	  regression tests for ST_Clip. More tests to come when fixing
-	  #1576.
-
-2012-02-13 21:25  Sandro Santilli <strk at keybit.net>
-
-	* [r9180] doc/Makefile.in: Encode dependency of topology comments
-	  and cheatsheet
-	  
-	  Same should be done for raster and tiger...
-
-2012-02-13 20:44  Sandro Santilli <strk at keybit.net>
-
-	* [r9179] doc/extras_topology.xml: Fix documentation of
-	  GetRingEdges
-
-2012-02-13 20:44  Sandro Santilli <strk at keybit.net>
-
-	* [r9178] regress/run_test: Install topology comments too, when
-	  regressing topology
-
-2012-02-13 20:44  Sandro Santilli <strk at keybit.net>
-
-	* [r9177] doc/Makefile.comments.in: Install topology_comments.sql
-	  as well
-
-2012-02-13 18:28  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9176] raster/rt_pg/rtpostgis.sql.in.c: Fix for ticket #1572.
-	  ST_PixelAsPolygons() return NULL values when the requested band
-	  or no band exist.
-
-2012-02-13 18:06  Sandro Santilli <strk at keybit.net>
-
-	* [r9175] doc/installation.xml, utils/postgis_restore.pl.in: Allow
-	  retaining all custom spatial_ref_sys entries, even clashing
-	  
-	  Update manual accordingly (hard upgrade procedure)
-
-2012-02-13 17:47  Sandro Santilli <strk at keybit.net>
-
-	* [r9174] utils/postgis_restore.pl.in: Fix regexp renaming srid
-	  enforcement check
-
-2012-02-13 17:01  Sandro Santilli <strk at keybit.net>
-
-	* [r9173] doc/installation.xml: Add a note about handling of
-	  out-of-range SRIDs on hard upgrade
-
-2012-02-13 16:29  Sandro Santilli <strk at keybit.net>
-
-	* [r9172] topology/test/regress/addtopogeometrycolumn.sql,
-	  topology/test/regress/addtopogeometrycolumn_expected,
-	  topology/topology.sql.in.c: Accept more feature type names from
-	  AddTopoGeometryColumn (#1470)
-	  
-	  With this commit you can pass return of ST_GeometryType or
-	  return GeometryType as input to the function.
-
-2012-02-13 16:11  Sandro Santilli <strk at keybit.net>
-
-	* [r9171] topology/sql/predicates.sql.in.c,
-	  topology/sql/sqlmm.sql.in.c: More VOLATILE -> STRICT (#955).
-	  Let's call it completed.
-
-2012-02-13 16:04  Sandro Santilli <strk at keybit.net>
-
-	* [r9170] topology/topology.sql.in.c: Some VOLATILE functions
-	  turned to STABLE (#955)
-	  
-	  A noticeable exception is the Geometry(TopoGeometry) cast which
-	  triggers a regression when made STABLE.
-
-2012-02-13 15:43  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9169] raster/test/regress/create_rt_band_properties_test.sql,
-	  raster/test/regress/create_rt_utility_test.sql,
-	  raster/test/regress/rt_spatial_relationship.sql: Fix regression
-	  broken by the limit imposed to SRID < 999999. Anyway the srid
-	  provided was not the right one. Changed from 4269 to 26919.
-
-2012-02-13 15:12  Regina Obe <lr at pcorp.us>
-
-	* [r9168] extras/tiger_geocoder/tiger_2010/census_loader.sql: #1494
-	  - ability to load census tract, block group, tabblock - boy did I
-	  screw this one. Should be all fixed now and tested (loading
-	  part), still need to write the function, but that's the easy part
-
-2012-02-13 14:48  Sandro Santilli <strk at keybit.net>
-
-	* [r9167] .gitignore, configure.ac, liblwgeom/liblwgeom.h.in,
-	  utils/Makefile, utils/Makefile.in, utils/postgis_restore.pl,
-	  utils/postgis_restore.pl.in: Move SRID max and user-max
-	  definitions to configure.ac
-	  
-	  This should help keeping postgis_restore.pl and core in sync
-	  wrt SRID ranges.
-
-2012-02-13 14:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9166] utils/postgis_restore.pl: Refine user feedback about SRID
-	  conversion and reserved zones
-
-2012-02-13 11:25  Sandro Santilli <strk at keybit.net>
-
-	* [r9165] topology/sql/gml.sql.in.c,
-	  topology/sql/populate.sql.in.c, topology/sql/sqlmm.sql.in.c: Drop
-	  (SRF()).* constructs (#956)
-
-2012-02-13 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r9164] regress/run_test: Have regress install comments adn throw
-	  an error on failure (#1532)
-
-2012-02-13 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r9163] GNUmakefile.in, configure.ac, doc/Makefile.comments.in,
-	  doc/Makefile.in, regress/Makefile.in: Have staged-install install
-	  comments when possible (#1532)
-
-2012-02-13 10:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9162] regress/run_test: Report svn revision
-
-2012-02-13 10:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9161] postgis/Makefile.in: Encode postgis_svn_revision
-	  dependency
-
-2012-02-13 10:00  Sandro Santilli <strk at keybit.net>
-
-	* [r9160] GNUmakefile.in: Cleanup postgis_svn_revision.h makefile
-	  rule (PHONY)
-
-2012-02-13 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r9159] utils/svn_repo_revision.pl: Do not override
-	  postgis_svn_revision.h if revision didn't change
-
-2012-02-13 09:15  Sandro Santilli <strk at keybit.net>
-
-	* [r9158] utils/svn_repo_revision.pl: Add support for fetching SVN
-	  revision from local git-svn repository
-
-2012-02-11 21:17  Sandro Santilli <strk at keybit.net>
-
-	* [r9157] utils/svn_repo_revision.pl: It's "svn", not "svnn". And a
-	  TODO item...
-
-2012-02-11 16:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9156] raster/test/regress/rt_rotation.sql,
-	  raster/test/regress/rt_rotation_expected: Fix regression in OSX
-	  (-0 vs 0)
-
-2012-02-11 05:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9155] GNUmakefile.in, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c, postgis_config.h.in,
-	  utils/svn_repo_revision.pl: Report SVN revision in
-	  PostGIS_Full_Version (#1518)
-
-2012-02-10 23:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9154] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/core/testwkb.c,
-	  raster/test/regress/bug_test_car5_expected,
-	  raster/test/regress/create_rt_mapalgebra_test.sql,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/create_rt_properties_test.sql,
-	  raster/test/regress/create_rt_utility_test.sql,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_band.sql,
-	  raster/test/regress/rt_bytea_expected,
-	  raster/test/regress/rt_count.sql,
-	  raster/test/regress/rt_histogram.sql,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebrafct.sql,
-	  raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_expected,
-	  raster/test/regress/rt_metadata.sql,
-	  raster/test/regress/rt_metadata_expected,
-	  raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_reclass.sql,
-	  raster/test/regress/rt_summarystats.sql,
-	  raster/test/regress/rt_valuecount.sql,
-	  raster/test/regress/rt_valuepercent.sql: Added checks of SRID to
-	  make sure that SRIDs are within the permitted range. Ticket is
-	  #1568.
-
-2012-02-10 22:42  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9153] doc/reference_raster.xml: ST_Clip returns all bands when
-	  no band is specified.
-
-2012-02-10 22:36  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9152] raster/rt_pg/rtpostgis.sql.in.c: Fix for ticket #1569.
-	  ST_Clip variants defaulting to band 1 should default to NULL so
-	  that they return all bands.
-
-2012-02-10 20:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9151] GNUmakefile.in, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c, postgis_config.h.in,
-	  utils/read_scripts_version.pl: Back out SVN generation stuff.
-
-2012-02-10 19:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9150] utils/Makefile, utils/svn_repo_revision.pl: Try to fail
-	  better on SVN snatching...
-
-2012-02-10 19:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9149] postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c, postgis_config.h.in: Report SVN
-	  revision in PostGIS_Full_Version (#1518)
-
-2012-02-10 18:46  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9148] raster/rt_pg/rtpostgis.sql.in.c: ST_PixelAsPolygon() does
-	  not have a band parameter anymore.
-
-2012-02-10 18:38  Regina Obe <lr at pcorp.us>
-
-	* [r9147] extras/tiger_geocoder/tiger_2010/census_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2010/tables/census_tracts_tables.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1494: move
-	  parent table creation to a function so logic is in single place,
-	  add a new census_loader.sql script with census specific load
-	  logic, revise create and update scripts to load the new census
-	  logic and create tables if not present. Still need to test and
-	  write a function to return census info given a point before can
-	  mark this as done.
-
-2012-02-10 17:05  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9146] regress/Makefile.in: Have perl to backup the file before
-	  editing. 'make check' is failing on Windows 7 without that.
-	  
-	  See
-	  http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018482.html
-
-2012-02-10 16:53  Sandro Santilli <strk at keybit.net>
-
-	* [r9145] liblwgeom/lwutil.c, utils/postgis_restore.pl: Clamp SRID
-	  valuesu > SRID_MAXIMUM to fall in the reserved range (#1505)
-	  
-	  The reserved range is SRID_USER_MAXIMUM+1 to SRID_MAXIMUM.
-	  Core takes care of typmod clamping, postgis_restore.pl takes care
-	  of clamping table definition and spatial_ref_sys entries.
-
-2012-02-10 16:53  Sandro Santilli <strk at keybit.net>
-
-	* [r9144] liblwgeom/liblwgeom.h.in: Add SRID_USER_MXIMUM define
-
-2012-02-10 16:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9143] doc/using_postgis_app.xml: Fix syntax error in MS example
-
-2012-02-10 09:19  Sandro Santilli <strk at keybit.net>
-
-	* [r9141] .gitignore, extensions/Makefile.in: Drop the
-	  now-generated Makefile on distclean, and ignore it
-
-2012-02-10 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9140] configure.ac, extensions/Makefile,
-	  extensions/Makefile.in: Fix builds --without-topology (#1565)
-
-2012-02-10 01:21  Regina Obe <lr at pcorp.us>
-
-	* [r9139] extensions/postgis_topology/Makefile.in: #1564 fix typo
-	  in cat call preventing other files from being concatenated
-
-2012-02-09 23:02  Regina Obe <lr at pcorp.us>
-
-	* [r9138] extensions/postgis/sql_bits/remove_from_extension.sql.in:
-	  #1563: remove raster_columns view from extension so it can be
-	  dropped without complaint.
-
-2012-02-09 20:12  David Zwarg <dzwarg at azavea.com>
-
-	* [r9137] raster/rt_pg/rt_pg.c: Performance improvement by keeping
-	  x and y pixel coordinates as floats.
-
-2012-02-09 19:19  Sandro Santilli <strk at keybit.net>
-
-	* [r9136] postgis/lwgeom_cache.c: Actually save Grand Unified Geom
-	  Cache rather than just building it
-	  
-	  Fixes #547
-
-2012-02-09 17:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9135] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
-	  postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_geos_prepared.h,
-	  postgis/lwgeom_geos_relatematch.c: More postgis_config.h
-	  inclusion removal from headers
-
-2012-02-09 17:00  Sandro Santilli <strk at keybit.net>
-
-	* [r9134] liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_pg.h,
-	  libpgcommon/lwgeom_transform.c, postgis/geography_estimate.c,
-	  postgis/geometry_estimate.c, postgis/long_xact.c,
-	  postgis/lwgeom_accum.c, postgis/lwgeom_box.c,
-	  postgis/lwgeom_box3d.c, postgis/lwgeom_btree.c,
-	  postgis/lwgeom_cache.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_export.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_in_geojson.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_in_kml.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_spheroid.c,
-	  postgis/lwgeom_sqlmm.c, postgis/lwgeom_transform.c,
-	  postgis/lwgeom_triggers.c, postgis/postgis_module.c,
-	  raster/rt_pg/rt_pg.c: Drop postgis_config.h include from
-	  lwgeom_pg.h header.
-	  
-	  Generally, package config files should _not_ be included
-	  by package headers. In this specific case the aim is overriding
-	  POSTGIS_DEBUG_LEVEL in implementation files for the sake of
-	  enabling debugging of a single file.
-	  
-	  Also part of this commit is addition of copyright header in
-	  two files which were missing it (used git history to figure
-	  assignments)
-
-2012-02-09 17:00  Sandro Santilli <strk at keybit.net>
-
-	* [r9133] libpgcommon/pgsql_compat.h, raster/rt_pg/pgsql_compat.h:
-	  Fix header guard of pgsql_compat.h and drop the duplicate
-
-2012-02-09 10:49  Regina Obe <lr at pcorp.us>
-
-	* [r9132] extensions/postgis/Makefile.in: Hmm double added a file
-	  -- #1563 which was causing the can't drop because postgis
-	  extension depends on it error
-
-2012-02-09 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r9131] extensions/Makefile: Forward distclean to extensions
-	  subdirs
-
-2012-02-09 02:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9130] doc/Makefile.in: Don't delete the comments.
-
-2012-02-09 01:54  Regina Obe <lr at pcorp.us>
-
-	* [r9129] doc/reference_raster.xml: #1562 replace string with text
-
-2012-02-09 00:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9128] liblwgeom/lwgeodetic.c: More verbose message, per
-	  DFuhriman
-
-2012-02-09 00:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9127] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c:
-	  Invalid geography polygons: BOOM! Could not generate outside
-	  point! (#1046)
-
-2012-02-09 00:27  David Zwarg <dzwarg at azavea.com>
-
-	* [r9126] raster/rt_pg/rt_pg.c: Fixed bug where PG_DETOAST_DATUM
-	  args were incorrect.
-
-2012-02-09 00:18  David Zwarg <dzwarg at azavea.com>
-
-	* [r9125] raster/rt_pg/rt_pg.c: Changed DATUM_SLICE to DATUM in
-	  setGeotransform.
-
-2012-02-08 23:59  David Zwarg <dzwarg at azavea.com>
-
-	* [r9124] doc/reference_raster.xml: Added documentation for raster
-	  processing builtin functions: st_min4ma, st_max4ma, st_mean4ma,
-	  st_sum4ma, st_range4ma, st_distinct4ma, st_stddev4ma.
-
-2012-02-08 23:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9123] utils/read_scripts_version.pl: Change from scripts-based
-	  script versions to repository based versions. Should also be more
-	  robust? ha ha ha. (#1282)
-
-2012-02-08 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9122] utils/read_scripts_version.pl: Make the scripts version
-	  get read again.
-
-2012-02-08 21:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9121] raster/test/core/Makefile.in: Fix to correct building of
-	  testapi in MinGW. Ticket is #1560.
-
-2012-02-08 21:31  David Zwarg <dzwarg at azavea.com>
-
-	* [r9120] raster/rt_pg/rt_pg.c: Do not allocate inside of 1 raster
-	  mapalgebra loop for datum values and nulls.
-
-2012-02-08 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9119] configure.ac: ./configure still display the old raster
-	  version number (#1599)
-
-2012-02-08 21:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9118] raster/rt_pg/rt_pg.c: Instead of dynamically allocating
-	  space for variables "values" and "nulls" with each pixel, just
-	  initialize both to the max possible # of elements. Done for
-	  2-raster ST_MapAlgebraExpr
-
-2012-02-08 21:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9117] doc/reference_raster.xml: Remove deleted function
-	  signature for ST_PixelAsPolygon. Ticket is #1529
-
-2012-02-08 21:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9116] configure.ac: test for termios.h in case we want to do
-	  password prompting in the future
-
-2012-02-08 21:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9115] raster/rt_pg/rt_pg.c: Values for [rast1.x], [rast1.y],
-	  [rast2.x] and [rast2.y] should be INT4 instead of FLOAT8. Ticket
-	  is #1557
-
-2012-02-08 21:03  David Zwarg <dzwarg at azavea.com>
-
-	* [r9114] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_rotation.sql,
-	  raster/test/regress/rt_rotation_expected: Removed geotransform
-	  type. Fixed rounding, so Hudson will be my friend in raster
-	  regression tests.
-
-2012-02-08 20:51  Sandro Santilli <strk at keybit.net>
-
-	* [r9113] raster/rt_pg/rt_pg.c: do not heap-allocate SPI arg types
-
-2012-02-08 20:33  Sandro Santilli <strk at keybit.net>
-
-	* [r9112] raster/rt_pg/rt_pg.c: ST_MapAlgebraExpr: advertise X and
-	  Y params as integers (#1557)
-	  
-	  Also stop doing 3 string matches per pixel for no reason
-
-2012-02-08 19:44  David Zwarg <dzwarg at azavea.com>
-
-	* [r9111] doc/reference_raster.xml: Added documentation for 1 and 2
-	  raster map algebra user callback function documentation for pixel
-	  position array parameter to userfunc. #1525
-
-2012-02-08 19:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9110] utils/svn_repo_revision.pl: Handle French svn?
-
-2012-02-08 19:04  David Zwarg <dzwarg at azavea.com>
-
-	* [r9109] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
-	  raster/test/regress/rt_rotation_expected: Added geotransform
-	  methods and correction to basis vectors during raster rotation.
-	  #1353
-
-2012-02-08 18:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9108] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  libpgcommon/lwgeom_transform.c, postgis/geography.h: Stop relying
-	  on private projects.h PROJ header (#1541)
-
-2012-02-08 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9107] extensions/Makefile: Add missing target
-
-2012-02-08 17:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9105] HOWTO_RELEASE, Version.config,
-	  extensions/upgradeable_versions.mk: Push forward version numbers
-
-2012-02-08 17:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9102] ChangeLog, NEWS, README.postgis: Commit in preparation
-	  for 2.0.0alpha4
-
-2012-02-08 17:23  David Zwarg <dzwarg at azavea.com>
-
-	* [r9101] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
-	  ST_StdDev4ma raster neighborhood processing function. #1318
-
-2012-02-08 17:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9100] postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_sqlmm.c: lwgeom_release (#699) move free if copy
-	  calls to end of functions in any place where there is any chance
-	  that a problem might occur
-
-2012-02-08 16:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9099] raster/rt_core/rt_api.c: Minor debug message tweak
-
-2012-02-08 16:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9098] raster/loader/raster2pgsql.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/loader/Basic-post.sh,
-	  raster/test/regress/loader/Basic-pre.sh,
-	  raster/test/regress/loader/Basic.select.expected,
-	  raster/test/regress/loader/Basic.select.sql,
-	  raster/test/regress/loader/Basic.sql.expected,
-	  raster/test/regress/loader/BasicCopy-post.sh,
-	  raster/test/regress/loader/BasicCopy-pre.sh,
-	  raster/test/regress/loader/BasicCopy.opts,
-	  raster/test/regress/loader/BasicCopy.select.expected,
-	  raster/test/regress/loader/BasicCopy.select.sql,
-	  raster/test/regress/loader/BasicCopy.sql.expected,
-	  raster/test/regress/loader/Tiled10x10-post.sh,
-	  raster/test/regress/loader/Tiled10x10-pre.sh,
-	  raster/test/regress/loader/Tiled10x10.opts,
-	  raster/test/regress/loader/Tiled10x10.select.expected,
-	  raster/test/regress/loader/Tiled10x10.select.sql,
-	  raster/test/regress/loader/Tiled10x10Copy-post.sh,
-	  raster/test/regress/loader/Tiled10x10Copy-pre.sh,
-	  raster/test/regress/loader/Tiled10x10Copy.opts,
-	  raster/test/regress/loader/Tiled10x10Copy.select.expected,
-	  raster/test/regress/loader/Tiled10x10Copy.select.sql,
-	  regress/run_test: Added regression tests for raster2pgsql loader.
-	  Ticket is #1388
-
-2012-02-08 15:17  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9097] liblwgeom/libtgeom.c, liblwgeom/libtgeom.h: Bugfixes
-	  related to #1552, and somehow to #665. Thanks to Sandro for
-	  report and valgrind stuff !
-
-2012-02-08 10:06  Sandro Santilli <strk at keybit.net>
-
-	* [r9096] doc/extras_topology.xml: Document topology.GetRingEdges
-	  (#959)
-
-2012-02-08 09:36  Sandro Santilli <strk at keybit.net>
-
-	* [r9095] postgis/lwgeom_geos.c: Do not release serialized input
-	  until output is deserialized
-	  
-	  See
-	  http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018336.html
-
-2012-02-08 06:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9094] configure.ac: configure_json.patch (#1539) from Evan
-	  Roualt
-
-2012-02-08 05:29  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9093] liblwgeom/cunit/cu_surface.c: restore (at least) tin_geom
-	  and psurface_geom unit tests call. Related to #665
-
-2012-02-08 05:23  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9092] liblwgeom/libtgeom.c: Fix BBOX handling in serialization.
-	  Still related to #665
-
-2012-02-08 04:36  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9091] liblwgeom/libtgeom.c: Change BBOX double to float in
-	  serialization. Related to #665
-
-2012-02-08 00:43  David Zwarg <dzwarg at azavea.com>
-
-	* [r9090] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
-	  ST_Distinct4ma helper neighborhood processing function. See #1318
-
-2012-02-08 00:29  David Zwarg <dzwarg at azavea.com>
-
-	* [r9089] configure.ac: Fixed typo in configure.ac
-
-2012-02-08 00:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9088] regress/loader/Latin1.select.sql, regress/run_test:
-	  loader/Latin1 regression failure with database SQL_ASCII encoding
-	  (#1465) from Greg Troxel
-
-2012-02-08 00:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9087] liblwgeom/cunit/cu_surface.c: Remove another dying test
-
-2012-02-08 00:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9086] liblwgeom/cunit/cu_surface.c: Remove failing test
-
-2012-02-08 00:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9085] postgis/Makefile.in: Remove dependency on svnrevision.h
-
-2012-02-08 00:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9084] doc/Makefile.in: docs-install uses bare cp (#1528) from
-	  Greg Troxel
-
-2012-02-07 23:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9083] .: Ignore svnrevision.h
-
-2012-02-07 23:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9082] regress/tickets.sql, regress/tickets_expected:
-	  ST_MinimumBoundingCircle needs regression test (#1042)
-
-2012-02-07 23:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9081] configure.ac: Add a warning for lower numbers of GEOS
-
-2012-02-07 23:37  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9080] liblwgeom/libtgeom.c: Still several bugfixes related to
-	  #665
-
-2012-02-07 23:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9079] GNUmakefile.in, make_dist.sh, postgis/Makefile.in,
-	  utils/svn_repo_revision.pl: Force generation of an svnrevision.h
-	  file when building in a repo and the svn executable is available.
-	  Ensure that when building a tarball with make_dist.sh the
-	  revision is read from the tag in the remote svn repository.
-	  This should cover both development and distribution cases.
-
-2012-02-07 22:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9078] authors.svn: Add dzwarg
-
-2012-02-07 22:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9077] raster/test/Makefile.in, raster/test/core/testapi.c,
-	  raster/test/loader, raster/test/regress/Makefile.in,
-	  raster/test/regress/loader,
-	  raster/test/regress/loader/testraster.tif: Clean up raster
-	  regression and move loader regression directory.
-
-2012-02-07 21:30  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9076] liblwgeom/libtgeom.c: Still bugfixes. Related to #665
-
-2012-02-07 21:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9075] regress/wkb.sql, regress/wkb_expected: Test non-empty new
-	  types in regress/wkb (#1477)
-
-2012-02-07 21:04  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9074] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c:
-	  Restore surface cunit tests
-
-2012-02-07 21:01  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9073] liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix
-	  some bugfixes. Handle EMPTY use cases. Minor changes. Related to
-	  #665
-
-2012-02-07 19:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9072] liblwgeom/cunit/cu_split.c, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_geos_node.c, liblwgeom/lwline.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
-	  liblwgeom/lwtin.c, liblwgeom/lwtriangle.c,
-	  postgis/geography_measurement.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_spheroid.c,
-	  postgis/lwgeom_sqlmm.c: lwgeom_release (#699), reviewed all usage
-	  of lwgeom_release
-	  and replaced with lwgeom_free where possible. Changed the
-	  def'n of lwgeom_release so that it only frees the containing
-	  objects, and not any sub-objects, for those few remaining
-	  cases that required a gentler freeing of objects.
-
-2012-02-07 19:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9071] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Minor cleanup of parameter
-	  names of ST_Intersection(raster, geometry)
-
-2012-02-07 19:25  David Zwarg <dzwarg at azavea.com>
-
-	* [r9070] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/create_rt_mapalgebra_test.sql,
-	  raster/test/regress/drop_rt_mapalgebra_test.sql,
-	  raster/test/regress/rt_mapalgebrafct.sql,
-	  raster/test/regress/rt_mapalgebrafct_expected: Added positional
-	  parameters to 1 raster version of ST_MapAlgebraFct. Closes #1525
-
-2012-02-07 18:40  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9069] raster/scripts/plpgsql/st_tile.sql: Added ST_TileAsGeom()
-	  returning only the extent of the planned tiles as polygons
-
-2012-02-07 18:07  David Zwarg <dzwarg at azavea.com>
-
-	* [r9068] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebraexpr_expected,
-	  raster/test/regress/rt_mapalgebrafct_expected: Corrected clamped
-	  values in tests for ST_MapAlgebraExpr and ST_MapAlgebraFct.
-	  Implemented prepared statements in ST_MapAlgebraExpr.
-
-2012-02-07 17:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9067] doc/extras_tigergeocoder.xml, doc/extras_topology.xml,
-	  doc/faq_raster.xml, doc/installation.xml, doc/introduction.xml,
-	  doc/performance_tips.xml, doc/reference_accessor.xml,
-	  doc/reference_constructor.xml, doc/reference_editor.xml,
-	  doc/reference_lrs.xml, doc/reference_management.xml,
-	  doc/reference_measure.xml, doc/reference_misc.xml,
-	  doc/reference_processing.xml, doc/reference_raster.xml,
-	  doc/reference_transaction.xml, doc/reference_type.xml,
-	  doc/release_notes.xml, doc/reporting.xml,
-	  doc/using_postgis_dataman.xml: Documentation URLs, visible
-	  whitespace, and minor touchups (#1548) from mwtoews
-
-2012-02-07 17:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9066] libpgcommon/Makefile.in: Reorder the include flags, per
-	  Greg Troxel
-
-2012-02-07 15:47  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r9065] raster/scripts/plpgsql/st_tile.sql: First plpgsql
-	  prototype for ST_Tile(rast raster, width integer, height integer,
-	  padwithnodata boolean, nodatavalue double precision)
-
-2012-02-07 13:12  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9064] loader/shp2pgsql-gui.c: Fix a couple of compiler warnings
-	  in shp2pgsql-gui caused by uninitialised variables.
-
-2012-02-07 10:14  Sandro Santilli <strk at keybit.net>
-
-	* [r9063] topology/sql/sqlmm.sql.in.c,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Allow changing
-	  a closed edge (but w/out fixing linking, see #892)
-
-2012-02-07 09:50  Sandro Santilli <strk at keybit.net>
-
-	* [r9062] .gitignore, install-sh: Re-add install-sh in the
-	  repository to support libtool < 2.0
-
-2012-02-07 07:22  Sandro Santilli <strk at keybit.net>
-
-	* [r9061] .gitignore: Ignore install-sh
-
-2012-02-07 07:20  Sandro Santilli <strk at keybit.net>
-
-	* [r9060] install-sh: install-sh is generated by ./autogen.sh,
-	  needs not be in repository
-
-2012-02-07 02:34  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9059] liblwgeom/cunit/cu_tester.c: temp desactivation of
-	  surface unit test
-
-2012-02-06 23:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9058] postgis/lwgeom_geos.c: Whoops, slight error in the empty
-	  geometry handling fixed.
-
-2012-02-06 23:30  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9057] liblwgeom/cunit/Makefile.in: Temp remove su_surface till
-	  everything fixed on it...
-
-2012-02-06 23:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9056] postgis/lwgeom_geos.c,
-	  topology/test/regress/legacy_query_expected: Have ST_Union
-	  aggregate use UnaryUnion from GEOS-3.0.0 (#922)
-
-2012-02-06 23:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9055] raster/rt_core/rt_api.c: Make sure new bands when added
-	  using ST_AddBand are correctly clamping NODATA values. Ticket is
-	  #1546.
-
-2012-02-06 21:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9054] postgis/lwgeom_geos.c: Remove dead prototype
-
-2012-02-06 21:15  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r9053] liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix a
-	  bug in tgeom_free, related to #665
-
-2012-02-06 20:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9052] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebrafct_2raster.sql: Added support
-	  to pass pixel positions of both rasters to user function in
-	  2-raster ST_MapAlgebraFct. This provides similar functionality to
-	  the keywords described in #1525.
-
-2012-02-06 20:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9051] libpgcommon/lwgeom_transform.c: Change searched location
-	  of proj files when no proj variable (#1022)
-
-2012-02-06 19:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9050] doc/Makefile.in: Quiet rm
-
-2012-02-06 19:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9049] extensions/Makefile: quiet echo
-
-2012-02-06 19:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9048] extensions/Makefile: Dummy up a check target
-
-2012-02-06 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9047] GNUmakefile.in: Move regres forward again
-
-2012-02-06 19:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9046] configure.ac, doc/Makefile.in,
-	  extensions/postgis/Makefile.in,
-	  extensions/postgis_topology/Makefile.in: Make exensions depend on
-	  comments, so also depend on xsltproc
-
-2012-02-06 19:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9045] doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  Duplicate named case-insensitive XML refentry ids / HTML files
-	  (#1511)
-
-2012-02-06 19:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9044] GNUmakefile.in, configure.ac, extensions/Makefile,
-	  extensions/postgis/Makefile.in,
-	  extensions/postgis_topology/Makefile.in: PostGIS extensions
-	  should build/install automatically if PostGIS is compiled against
-	  9.1 (#1490)
-
-2012-02-06 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9043] HOWTO_RELEASE, extensions/postgis/Makefile.in,
-	  extensions/postgis_topology/Makefile.in,
-	  extensions/upgradeable_versions.mk: Change how we calculate minor
-	  versions suitable for extension upgrade.
-
-2012-02-06 18:36  David Zwarg <dzwarg at azavea.com>
-
-	* [r9042] raster/rt_pg/rt_pg.c: Checked connection to SPI manager
-	  in ST_MapAlgebraExpr
-
-2012-02-06 17:49  David Zwarg <dzwarg at azavea.com>
-
-	* [r9041] raster/rt_pg/rtpostgis.sql.in.c: Whitespace changes to
-	  _st_hillshade4ma
-
-2012-02-06 17:26  David Zwarg <dzwarg at azavea.com>
-
-	* [r9040] raster/test/core/Makefile.in: Reordered linking order for
-	  core regression tests. Follow up to
-	  http://postgis.refractions.net/pipermail/postgis-devel/2011-December/016646.html
-	  and r8399
-
-2012-02-06 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r9039] topology/topology.sql.in.c: Tabs to spaces (2)
-
-2012-02-06 13:16  Sandro Santilli <strk at keybit.net>
-
-	* [r9038] topology/test/invalid_topology.sql,
-	  topology/test/regress/legacy_invalid_expected,
-	  topology/topology.sql.in.c: Don't let ValidateTopology choke on
-	  invalid edges (#1544)
-
-2012-02-06 03:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9037] raster/rt_pg/Makefile.in, topology/Makefile.in: Allow
-	  'make check' to run all the way through on OSX (the sed
-	  implementation must be slightly different, so let's see if Perl
-	  is any more standard). Hopefully other platforms will be happy.
-
-2012-02-06 02:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9036] libpgcommon/lwgeom_transform.c: Try out the pj_get_def()
-	  method of finding the spheroid parameters, but: it doesn't work.
-
-2012-02-05 02:15  Regina Obe <lr at pcorp.us>
-
-	* [r9035] doc/faq_raster.xml: put in an FAQ about the common
-	  function is not unique error that I suspect a lot of people will
-	  be running into because they don't cast their geometry inputs and
-	  that a lot of raster functions have overloaded functions similar
-	  to the geometry ones.
-
-2012-02-05 00:30  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9033] loader/shp2pgsql-core.c: Change encoding reference URL to
-	  that used for libiconv rather than PostgreSQL since that's what
-	  we are using to do the encoding conversion (as per #1303).
-
-2012-02-05 00:30  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9032] loader/shp2pgsql-gui.c: Fix for #1540: Fix segfault in
-	  shp2pgsql-gui when no port is specified. Prevent dereferencing a
-	  NULL pointer if the string is empty.
-
-2012-02-04 17:53  Sandro Santilli <strk at keybit.net>
-
-	* [r9031] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebraexpr.sql: Implemented new
-	  keywords for 1-raster ST_MapAlgebraExpr (#1525)
-
-2012-02-04 02:36  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9030] loader/shp2pgsql-gui.c: Fix an issue in the shapefile GUI
-	  caused by saving the original shapefile name before processing.
-	  
-	  This was a bug caused by having two separate passes during
-	  export; we were saving the original
-	  export shapefile name during the first loop, and so when we came
-	  to free() the temporary name
-	  at the end of export it would only free the shapefile name from
-	  the last iteration, and do it
-	  multiple times causing random crashes.
-
-2012-02-04 01:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9029] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.h, postgis/geography.h,
-	  postgis/geography_inout.c, postgis/geography_measurement.c,
-	  postgis/lwgeom_transform.c, regress/out_geography_expected:
-	  Geography should support SRIDs other than 4326 (#1538)
-
-2012-02-04 01:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9028] loader/shp2pgsql-gui.c: Alter the shapefile GUI so that
-	  multiple shapefiles can be selected in the import file chooser.
-
-2012-02-04 00:39  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9027] loader/shp2pgsql-gui.c: Add GUI support for the shp2pgsql
-	  -S (simple geometries) switch. This closes #660.
-
-2012-02-04 00:39  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9026] loader/shp2pgsql-gui.c: Update shapefile GUI "About" text
-	  and window title to reflect that it now handles export as well as
-	  import.
-
-2012-02-04 00:39  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9025] loader/shp2pgsql-gui.c: Add shapefile dumper (table
-	  export) to the shp2pgsql GUI. This closes ticket #1480.
-
-2012-02-04 00:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9024] raster/rt_pg/rtpostgis.sql.in.c: Explicitly set the
-	  output band's pixel type depending on the band being returned
-	  (FIRST, SECOND, BOTH. OTHER is left NULL) in
-	  ST_Intersection(raster, raster). Related ticket is #1537.
-
-2012-02-03 22:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9023] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/scripts/plpgsql/st_clip.sql,
-	  raster/scripts/plpgsql/st_union.sql,
-	  raster/test/regress/rt_mapalgebraexpr_2raster.sql: Implemented
-	  keywords for 2-raster ST_MapAlgebraExpr as described in #1525.
-	  Will do 2-raster ST_MapAlgebraFct next.
-
-2012-02-03 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9022] postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_transform.c: Separate the cache handling code from
-	  the transform function
-
-2012-02-03 21:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9021] loader/pgsql2shp-core.c: Fix pgsql2shp crash when dumping
-	  a table without a geo column.
-
-2012-02-03 21:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9020] loader/pgsql2shp-core.c: Fix construction of pgsql2shp's
-	  main retrieval query in ShpDumperOpenTable().
-	  
-	  This fixes a regression which caused pgsql2shp to generate an
-	  incorrect SQL query
-	  for tables without any geo columns.
-
-2012-02-03 21:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9019] loader/pgsql2shp-core.c: Move initialisation of pgsql2shp
-	  state endian flag to the same location all the other
-	  initialisers.
-
-2012-02-03 21:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r9018] liblwgeom/lwgeom_geos_node.c: Fix missing #ifdef
-	  POSTGIS_GEOS_VERSION ... #endif preventing liblwgeom from
-	  compiling on GEOS < 3.3.0.
-
-2012-02-03 18:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9017] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebraexpr_expected: Fixed
-	  optimization bug in 1-raster ST_MapAlgebraExpr. Ticket is #1515.
-
-2012-02-03 12:51  Regina Obe <lr at pcorp.us>
-
-	* [r9016] extensions/postgis/Makefile.in: #1530: fix typo in full
-	  upgrade -- was using the postgis only script instead of the
-	  combined postgis + raster script. Still need to test, will close
-	  out once tested.
-
-2012-02-03 03:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9015] raster/rt_pg/Makefile.in: Reverted r9014. Hudson ain't
-	  happy with sed.
-
-2012-02-03 03:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9014] raster/rt_pg/Makefile.in: Merge of patch provided in
-	  #1533. Thanks gdt.
-
-2012-02-02 19:25  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9013] raster/rt_core/rt_api.c: Message cleanup by removing
-	  unnecessary newlines.
-
-2012-02-02 18:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9012] raster/loader/raster2pgsql.c: Refactored stderr messaging
-	  so that C API messages are properly emitted. Based on suggestion
-	  in comment 4 of #1531.
-
-2012-02-02 17:38  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9011] raster/loader/raster2pgsql.c: Additional error checking
-	  and formatting of error messages
-
-2012-02-01 23:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9010] doc/reference_editor.xml: Add lwcollection_homogenize and
-	  ST_Homogenize (#375)
-
-2012-02-01 23:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9009] liblwgeom/lwhomogenize.c,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c: Add
-	  lwcollection_homogenize and ST_Homogenize (#375)
-
-2012-02-01 23:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9008] liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwhomogenize.c,
-	  liblwgeom/lwhomogenize.h: Support curves in lwgeom_homogenize
-	  (#1526)
-
-2012-02-01 22:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r9007] raster/rt_pg/rtpostgis.sql.in.c: Added check of values
-	  being passed to atan2() in _st_hillshade4ma()
-
-2012-02-01 21:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9006] doc/reference_editor.xml, postgis/postgis.sql.in.c,
-	  regress/affine.sql, regress/affine_expected: Enhance ST_Rotate by
-	  adding offset origin parameters (#1251) from mwtoews
-
-2012-02-01 21:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9005] regress/tickets.sql, regress/tickets_expected:
-	  ST_Azimuth, ST_Project regression tests (#1398)
-
-2012-02-01 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9004] make_dist.sh: Also remove .gitignore files from tarbal
-	  distro
-
-2012-02-01 17:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r9001] ChangeLog, NEWS, README.postgis, Version.config: Push
-	  forward versions for weekly snap
-
-2012-02-01 17:28  Regina Obe <lr at pcorp.us>
-
-	* [r9000]
-	  extras/tiger_geocoder/tiger_2010/tables/census_tracts_tables.sql:
-	  #1494: build parent structures to support census tract reporting
-	  by geocoder.
-
-2012-02-01 15:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8999] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_mapalgebraexpr_2raster.sql: Additional
-	  cleanup of a few functions using ST_PixelAsPolygon(raster, int,
-	  int, int). Also, made map algebra expression case-sensitive in
-	  2-raster ST_MapAlgebraExpr. Now, the keywords must be RAST1 and
-	  RAST2.
-
-2012-02-01 14:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8998] raster/test/regress/rt_pixelvalue.sql: Refactored
-	  regression test for ST_PixelAsPolygon
-
-2012-02-01 14:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8997] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Deleted deprecated
-	  ST_PixelAsPolygon(raster, int, int, int) variant.
-
-2012-02-01 11:51  Sandro Santilli <strk at keybit.net>
-
-	* [r8996] raster/test/regress/rt_mapalgebraexpr.sql: Make test more
-	  readable
-
-2012-02-01 11:39  Sandro Santilli <strk at keybit.net>
-
-	* [r8995] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebraexpr_expected: Keep initial
-	  value when an expression eveluates to null (#1523)
-
-2012-02-01 10:15  Sandro Santilli <strk at keybit.net>
-
-	* [r8994] doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebraexpr_expected: Implement RAST.X
-	  and RAST.Y keyword substitution in ST_MapAlgebraExpr
-	  
-	  Includes regression test and documentation update. See #1519.
-
-2012-02-01 09:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8993] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Implement
-	  ST_PixelAsPolygon in C, provide a core API entry for it
-	  
-	  The API entry point is expected to be useful for #1519
-
-2012-02-01 05:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8992] liblwgeom/lwgeodetic.c: Try again to fix #1292
-
-2012-02-01 02:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8991] spatial_ref_sys.sql: VACUUM cannot be executed from a
-	  function or multi-command string (#1517)
-
-2012-02-01 00:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8990] postgis/geography_measurement.c: Fix include to be
-	  pathless
-
-2012-01-31 23:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8987] spatial_ref_sys.sql: Update spatial_ref_sys to latest
-	  GDAL generated version (#1493)
-
-2012-01-31 22:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8986] postgis/lwgeom_functions_analytic.c:
-	  ST_Line_Interpolate_Point doesn't interpolate M-values (#639)
-
-2012-01-31 20:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8984] liblwgeom/lwgeodetic.c, loader/pgsql2shp-cli.c,
-	  loader/pgsql2shp-core.h, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: Remove some
-	  compile warnings.
-
-2012-01-31 18:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8982] postgis/postgis.sql.in.c: Gah, someone else can do
-	  this...
-
-2012-01-31 18:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8981] doc/faq.xml: Really, I do know how to write XML.
-
-2012-01-31 18:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8980] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
-	  postgis/geography_inout.c: ST_SnapToGrid returns a value out of
-	  range (#1292)
-
-2012-01-31 18:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8979] liblwgeom/lwgeom_geos.c, postgis/legacy.sql.in.c: Rename
-	  ST_BuildArea backend function
-
-2012-01-31 18:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8978] doc/faq.xml: Fix missing tag
-
-2012-01-31 18:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8977] postgis/postgis.sql.in.c: Drop Equals(geom,geom) -
-	  deprecated in 1.2.3 (#1486)
-
-2012-01-31 18:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8976] doc/faq.xml: FAQ about licensing (#1262)
-
-2012-01-31 17:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8975] raster/loader/raster2pgsql.c, raster/rt_pg/rt_pg.c:
-	  Explicitly set spatial index name as PostgreSQL 8.4 requires an
-	  index name. Associated ticket is #1513. Also fixed string trim
-	  functions to prevent modification of passed string.
-
-2012-01-31 14:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8974] raster/rt_pg/rt_pg.c: Fixed evaluation of two floating
-	  point numbers in RASTER_getRotation. Fixes one of the two
-	  regression failures described in #1501.
-
-2012-01-31 14:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8973] raster/rt_pg/rt_pg.c: Added check of band # passed to
-	  ST_DumpAsPolygons. Fixes #1514.
-
-2012-01-31 05:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8972] loader/pgsql2shp-core.c: Pgsql2shp: Dumping: XWKB
-	  structure does not match expected size! (#1479)
-
-2012-01-30 21:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8971] liblwgeom/ptarray.c: ST_Segmentize returns invalid
-	  LINESTRING for zero-length input (#1304)
-
-2012-01-30 20:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8969] liblwgeom/lwlinearreferencing.c:
-	  ST_LocateBetweenElevations should return NULL and not fail if
-	  intersection is void (#1250)
-
-2012-01-30 20:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8968] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c:
-	  ST_Within not using prepared geometries (#962)
-
-2012-01-30 02:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8967] loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
-	  loader/safileio.c, loader/shapefil.h, loader/shp2pgsql-core.h:
-	  (#393) shp2pgsql returns "fseek(-xxx) failed on DBF file." for
-	  large (>2GB) DBF files
-
-2012-01-30 00:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8966] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c,
-	  postgis/geography_inout.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_in_gml.c, regress/empty_expected,
-	  regress/tickets.sql, regress/tickets_expected: GML for empty
-	  geometries should be NULL (#1377)
-
-2012-01-29 23:30  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r8965] liblwgeom/measures.c, regress/measures.sql,
-	  regress/measures_expected: Increase robustness in
-	  distance-calculations when point is on segment.
-
-2012-01-29 21:19  Sandro Santilli <strk at keybit.net>
-
-	* [r8964] postgis/geometry_estimate.c: typo
-
-2012-01-29 19:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8963] postgis/lwgeom_in_gml.c, regress/in_gml_expected: Be more
-	  liberal in accepting "empty" tags in constructing geometries from
-	  GML (#1059)
-
-2012-01-29 14:44  Sandro Santilli <strk at keybit.net>
-
-	* [r8962] CREDITS: Give me psc status
-
-2012-01-28 23:11  Sandro Santilli <strk at keybit.net>
-
-	* [r8961] topology/sql/sqlmm.sql.in.c: Fix _ST_AddFaceSplit code
-	  against PostgreSQL 9.1
-
-2012-01-28 22:08  Sandro Santilli <strk at keybit.net>
-
-	* [r8960] topology/sql/populate.sql.in.c: Don't put constant
-	  geometries in CTE, which confuses estimator
-
-2012-01-28 17:05  Sandro Santilli <strk at keybit.net>
-
-	* [r8959] topology/sql/sqlmm.sql.in.c: Simplify code in
-	  _ST_AddFaceSplit, reduce edges table scans.
-	  
-	  Also set debugging off by default
-
-2012-01-28 16:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8958] topology/sql/sqlmm.sql.in.c: Switch ST_AddEdgeNewFaces
-	  from ST_Polygonize to _ST_AddSplitFace
-	  
-	  See ticket #1508
-
-2012-01-28 13:45  Sandro Santilli <strk at keybit.net>
-
-	* [r8957] topology/sql/sqlmm.sql.in.c: Stop using ST_Polygonize
-	  from ST_AddEdgeModFace.
-	  
-	  This commit also estrapolates an internal _ST_AddSplitFace
-	  function
-	  for reuse by ST_AddEdgeModFaces
-
-2012-01-28 13:18  Sandro Santilli <strk at keybit.net>
-
-	* [r8956] topology/topology.sql.in.c: Rename topogeometry column
-	  check to be more readable
-
-2012-01-28 10:42  Sandro Santilli <strk at keybit.net>
-
-	* [r8955] topology/test/regress/st_addedgemodface.sql,
-	  topology/test/regress/st_addedgemodface_expected,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: New test for
-	  closing multi-edge ring in a face (ST_AddEdge*Face*)
-
-2012-01-28 07:44  Sandro Santilli <strk at keybit.net>
-
-	* [r8954] topology/topology.sql.in.c: Allow multiple topogeometry
-	  columns in one table (again)
-	  
-	  Dunno why this piece was missing from previous commit, sorry
-
-2012-01-28 07:37  Sandro Santilli <strk at keybit.net>
-
-	* [r8953] topology/test/regress/addtopogeometrycolumn.sql,
-	  topology/test/regress/addtopogeometrycolumn_expected: Allow
-	  multiple TopoGeometry column in the same table
-
-2012-01-28 00:23  Regina Obe <lr at pcorp.us>
-
-	* [r8952] doc/reference_raster.xml: add protos for ST_Quantile
-	  raster table coverage. Still some more to add as well as examples
-	  of usage
-
-2012-01-27 23:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8951] liblwgeom/lwout_gml.c: Fix one remaining crasher for
-	  ST_AsGML('SRID=4326;POLYGON EMPTY');
-
-2012-01-27 22:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8950] postgis/geometry_estimate.c: #1504 (Segfault running
-	  ST_EstimatedExtent())
-
-2012-01-27 21:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8949] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c: Fixed segfault caused by an empty quantile
-	  linked list being used to get the quantile's value. Ticket is
-	  #1506.
-
-2012-01-27 20:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8948] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c:
-	  Tighten up on-arc test a bit more.
-
-2012-01-27 20:14  Sandro Santilli <strk at keybit.net>
-
-	* [r8947] topology/test/regress/legacy_invalid_expected,
-	  topology/topology.sql.in.c: Add "face has no rings" validity
-	  checking
-
-2012-01-27 18:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8946] loader/safileio.c, loader/shapefil.h: Revert accidental
-	  inclusion of shape file size patch in curve patch
-
-2012-01-27 18:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8945] install-sh, liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwsegmentize.c,
-	  loader/safileio.c, loader/shapefil.h,
-	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
-	  regress/tickets_expected: #920 (ST_LineToCurve generating invalid
-	  CURVEPOLYGON)
-
-2012-01-27 14:22  Sandro Santilli <strk at keybit.net>
-
-	* [r8944] topology/test/regress/st_addedgemodface.sql,
-	  topology/test/regress/st_addedgemodface_expected,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: More test for
-	  face splitting and inside holes
-
-2012-01-27 11:36  Sandro Santilli <strk at keybit.net>
-
-	* [r8943] topology/test/regress/st_addedgemodface.sql,
-	  topology/test/regress/st_addedgemodface_expected,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: More test for
-	  update of isolated nodes in split-faces.
-
-2012-01-27 11:05  Sandro Santilli <strk at keybit.net>
-
-	* [r8942] topology/test/regress/st_addisonode.sql,
-	  topology/test/regress/st_addisonode_expected: Rewrite test for
-	  ST_AddIsoNode (see #1503)
-
-2012-01-27 11:05  Sandro Santilli <strk at keybit.net>
-
-	* [r8941] topology/sql/sqlmm.sql.in.c: Simplify the code looking
-	  for face containment in ST_AddIsoNode
-	  
-	  Fixes bug #1503 for me, altough I didn't handle to produce a
-	  testcase for it.
-
-2012-01-27 08:18  Sandro Santilli <strk at keybit.net>
-
-	* [r8940] topology/test/regress/st_addedgemodface.sql,
-	  topology/test/regress/st_addedgemodface_expected,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: Add test for
-	  update of isolated nodes in split-faces.
-	  
-	  Affects both ST_AddEdgeModFace and ST_AddEdgeNewFaces (both work)
-
-2012-01-26 20:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8939] regress/Makefile.in, regress/wmsservers.sql,
-	  regress/wmsservers_expected, regress/wmsservers_new.sql,
-	  regress/wmsservers_new_expected, regress/wmsservers_old.sql,
-	  regress/wmsservers_old_expected: Complete #737
-
-2012-01-26 20:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8938] configure.ac, postgis_config.h.in: Detect asprintf,
-	  vasprintf, fseeko
-
-2012-01-26 18:09  Sandro Santilli <strk at keybit.net>
-
-	* [r8937] regress/regress_expected, regress/tickets_expected:
-	  Change expectations from tests involving ST_MakeLine
-
-2012-01-26 17:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8936] loader/shpopen.c: Clean up and exit when shp file missing
-
-2012-01-26 16:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8932] java/jdbc/src/org/postgis/LineString.java: Fix contact
-	  per a message on postgis-users from Markus Innerebner
-
-2012-01-26 13:00  Sandro Santilli <strk at keybit.net>
-
-	* [r8931] doc/reference_constructor.xml,
-	  postgis/lwgeom_functions_basic.c, regress/ctors.sql,
-	  regress/ctors_expected: Add support for linestrings in
-	  ST_MakeLine (#1500)
-	  
-	  Affects both the aggregate and the 2-parameters function.
-	  Regression testing included.
-	  Documentation was updated, but lacks examples.
-
-2012-01-26 12:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8930] liblwgeom/liblwgeom.h.in, liblwgeom/lwline.c: Implement
-	  lwline_from_lwgeom_array (untested)
-
-2012-01-26 12:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8929] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Don't
-	  let ptarray_append_ptarray change read-only pointarrays
-
-2012-01-26 12:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8928] liblwgeom/cunit/cu_ptarray.c: Test that mixed
-	  dimensionality is not allowed by ptarray_append_ptarray
-
-2012-01-26 12:34  Sandro Santilli <strk at keybit.net>
-
-	* [r8927] liblwgeom/cunit/cu_libgeom.c: Add more test for
-	  FLAGS_GET_ and FLAGS_SET_
-
-2012-01-26 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r8926] liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/ptarray.c: Implement ptarray_append_ptarray, and change
-	  its signature
-	  
-	  This is propedeutic to ticket #1500
-
-2012-01-26 08:12  Sandro Santilli <strk at keybit.net>
-
-	* [r8925] topology/sql/sqlmm.sql.in.c: Tweak debug messages not to
-	  clutter output
-
-2012-01-25 17:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8924] Version.config: Bump version string forward
-
-2012-01-25 17:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8921] ChangeLog, NEWS, README.postgis: Prep for alpha2
-
-2012-01-24 22:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8920] liblwgeom/lwout_svg.c, regress/tickets.sql,
-	  regress/tickets_expected: SVG empty geometries gives invalid
-	  memory alloc (#1038)
-
-2012-01-24 21:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8919] loader/dbfopen.c, loader/pgsql2shp-core.c,
-	  loader/safileio.c, loader/shapefil.h, loader/shp2pgsql-core.c,
-	  loader/shpopen.c: Update shplib to the latest release (1.3.0b3)
-	  and stitch in our special date and logical handling. (#393)
-
-2012-01-24 19:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8917] configure.ac: Double guard against geos versions of
-	  3.4.dev form. (#1488)
-
-2012-01-24 18:04  Sandro Santilli <strk at keybit.net>
-
-	* [r8916] doc/extras_topology.xml, topology/sql/populate.sql.in.c:
-	  Stop WARNING from AddFace about next_left_edge/next_right_edge
-
-2012-01-24 17:29  Sandro Santilli <strk at keybit.net>
-
-	* [r8915] topology/sql/sqlmm.sql.in.c: Optimize ST_AddEdge*Face*
-	  detection of face split conditions (#1497)
-
-2012-01-24 17:29  Sandro Santilli <strk at keybit.net>
-
-	* [r8914] topology/sql/query/GetRingEdges.sql.in.c: Protect DEBUG
-	  lines in compile-time conditional
-
-2012-01-24 17:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8913] regress/tickets.sql, regress/tickets_expected: Test for
-	  #1150, null entry in spatial_ref_sys
-
-2012-01-24 14:03  Sandro Santilli <strk at keybit.net>
-
-	* [r8912] topology/sql/sqlmm.sql.in.c, topology/test/Makefile,
-	  topology/test/regress/st_newedgessplit.sql,
-	  topology/test/regress/st_newedgessplit_expected: Fix linking bugs
-	  with ST_NewEdgesSplit function (#1496)
-	  
-	  Includes test coverage for this other function.
-
-2012-01-24 11:15  Sandro Santilli <strk at keybit.net>
-
-	* [r8911] topology/sql/sqlmm.sql.in.c, topology/test/Makefile,
-	  topology/test/regress/st_modedgesplit.sql,
-	  topology/test/regress/st_modedgesplit_expected: Fix edge-linking
-	  in ST_ModEdgeSplit (#1496)
-	  
-	  Includes regression test. ST_NewEdgesSplit still needs testing.
-
-2012-01-24 00:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8910] libpgcommon/lwgeom_transform.c: Prevent people from
-	  inserting entries in spatial_ref_sys with no proj4text (#1150)
-
-2012-01-23 23:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8908] configure.ac: Make topology enabled the default
-
-2012-01-23 23:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8907] configure.ac: Allow raster to actually turn on by default
-
-2012-01-23 22:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8906] configure.ac: Move raster/topology status to the bottom
-	  of the report
-
-2012-01-23 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8905] configure.ac: Report on raster status whether enabled or
-	  not
-
-2012-01-23 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8904] Version.config: Push forward the trunk version to match
-	  release march
-
-2012-01-22 20:10  Sandro Santilli <strk at keybit.net>
-
-	* [r8903] topology/topology.sql.in.c: Fix ambiguos references (with
-	  postgresql 9.x)
-
-2012-01-22 19:25  Sandro Santilli <strk at keybit.net>
-
-	* [r8902] topology/test/regress/addtopogeometrycolumn.sql,
-	  topology/test/regress/addtopogeometrycolumn_expected,
-	  topology/topology.sql.in.c: AddTopoGeometryColumn: check child
-	  layer before incrementing sequence
-
-2012-01-22 19:13  Sandro Santilli <strk at keybit.net>
-
-	* [r8901] doc/extras_topology.xml: typo
-
-2012-01-22 15:43  Sandro Santilli <strk at keybit.net>
-
-	* [r8900] topology/sql/populate.sql.in.c,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected:
-	  TopoGeo_addLineString: fix node crossing, reduce edges creations
-
-2012-01-22 12:10  Sandro Santilli <strk at keybit.net>
-
-	* [r8899] topology/test/regress/topogeo_addlinestring.sql: Comment
-	  typo
-
-2012-01-21 01:31  Regina Obe <lr at pcorp.us>
-
-	* [r8898] doc/installation.xml, extensions/README: update build
-	  extensions to include the make comments if building from source
-	  repo and also that it requires a separate compile step (until
-	  #1490)
-
-2012-01-20 23:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8897] configure.ac: Fix typo
-
-2012-01-20 23:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8896] configure.ac: Make raster on by default and
-	  --without-raster the configuration parameter to disable it.
-
-2012-01-20 18:14  Regina Obe <lr at pcorp.us>
-
-	* [r8895] doc/using_raster_dataman.xml: fix typo
-
-2012-01-20 18:14  Regina Obe <lr at pcorp.us>
-
-	* [r8894] doc/using_raster_dataman.xml: Add a plpython example for
-	  outputting raster images
-
-2012-01-20 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r8893] topology/test/regress/createtopogeom_expected,
-	  topology/test/regress/legacy_query_expected,
-	  topology/test/regress/topo2.5d_expected,
-	  topology/test/regress/totopogeom_expected,
-	  topology/topology.sql.in.c: Have TopoGeometry::Geometry always
-	  return a MULTI* (#1462)
-
-2012-01-20 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r8892] liblwgeom/lwgeom.c, regress/tickets.sql,
-	  regress/tickets_expected: Don't let ST_Multi create collections
-	  of a single EMPTY (#1489)
-
-2012-01-20 10:06  Regina Obe <lr at pcorp.us>
-
-	* [r8891] doc/reference_raster.xml: #1487: add out_db argument to
-	  AddRasterConstraints and DropRasterConstraints documentation so
-	  extensions can install again
-
-2012-01-20 10:02  Sandro Santilli <strk at keybit.net>
-
-	* [r8890] regress/wkt.sql, regress/wkt_expected: Test new types in
-	  regress/wkt (#1476)
-
-2012-01-20 09:11  Sandro Santilli <strk at keybit.net>
-
-	* [r8889] postgis/postgis.sql.in.c,
-	  raster/test/regress/Makefile.in, raster/test/regress/tickets.sql,
-	  raster/test/regress/tickets_expected: Exclude raster_columns from
-	  geometry_columns (#1122)
-	  
-	  Add regress test, with a newborn "tickets" testcase for raster
-
-2012-01-20 08:46  Sandro Santilli <strk at keybit.net>
-
-	* [r8888] postgis/lwgeom_cache.c: Fix a missing return introduced
-	  with fix to #547
-
-2012-01-20 08:12  Sandro Santilli <strk at keybit.net>
-
-	* [r8886] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
-	  regress/empty.sql, regress/empty_expected: Change ST_Equals to
-	  use the ~= operator (#1453)
-	  
-	  Doing so it will consistently return TRUE for EMPTY-EMPTY, while
-	  previously _ST_Equals returned TRUE but ST_Equals returned FALSE.
-	  
-	  The commit also changes signature of the C function
-	  from 'geomequals' to 'ST_Equals' and marks an SQL 'Equals'
-	  signature as a candidate for dropping before 2.0.0 final
-
-2012-01-20 08:12  Sandro Santilli <strk at keybit.net>
-
-	* [r8885] doc/reference_operator.xml: Revert "remove ~= from
-	  documentation -- we don't want people using this operator"
-	  
-	  This reverts r8799
-
-2012-01-20 07:10  Regina Obe <lr at pcorp.us>
-
-	* [r8884] extensions/README: readme was outdated.
-
-2012-01-20 05:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8881] ChangeLog, HOWTO_RELEASE: Update for alpha1?
-
-2012-01-20 00:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8880] liblwgeom/lwgeom_transform.c: Transforming from SRID 4267
-	  to 4326 returns incorrect result (#1301)
-
-2012-01-19 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8879] configure.ac: Stop configure if we don't find perl.
-	  (#1484)
-
-2012-01-19 17:39  Sandro Santilli <strk at keybit.net>
-
-	* [r8878] postgis/Makefile.in, raster/rt_pg/Makefile.in,
-	  topology/Makefile.in: In 9.1, it is datamoduledir driving module
-	  install dir, not MODULEDIR
-
-2012-01-19 17:15  Sandro Santilli <strk at keybit.net>
-
-	* [r8877] postgis/Makefile.in, postgis/lwgeom_cache.c,
-	  postgis/lwgeom_cache.h, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos_prepared.c, postgis/lwgeom_rtree.c,
-	  postgis/lwgeom_rtree.h: Have both RTREE and PREPARED_GEOM caches
-	  cohexist (#547)
-	  
-	  Fixes a memory leak and improves performances when both p-i-p
-	  and other kind of overlays are requested during the same
-	  statement.
-
-2012-01-19 17:03  Sandro Santilli <strk at keybit.net>
-
-	* [r8876] raster/test/regress/rt_spatial_relationship_expected:
-	  Update expected raster intersection results after fix to #852
-	  
-	  I've carefully checked the cases and where indeed expecting wrong
-	  results (the point is very close to the raster's convex hull
-	  boundary
-	  but slightly outside, ST_Distance reports 1.58882185807825e-14
-	  units)
-
-2012-01-19 09:48  Sandro Santilli <strk at keybit.net>
-
-	* [r8874] regress/tickets.sql, regress/tickets_expected: Add test
-	  for cached version of point_in_ring (#852)
-
-2012-01-19 08:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8873] postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
-	  regress/tickets_expected: Drop use of tolerance in PIP (#852)
-	  
-	  Affects point_in_ring and point_in_ring_rtree.
-	  Includes regress test but not hitting the cache.
-
-2012-01-19 08:16  Sandro Santilli <strk at keybit.net>
-
-	* [r8872] regress/Makefile.in: Do not run the upgrade test if the
-	  normal test failed
-
-2012-01-19 08:16  Sandro Santilli <strk at keybit.net>
-
-	* [r8871] regress/binary.sql: Oops, forgot to cleanup after
-	  debugging (triggered testsuite failure)
-
-2012-01-18 15:47  Sandro Santilli <strk at keybit.net>
-
-	* [r8870] postgis/geometry_estimate.c, regress/run_test,
-	  regress/tickets.sql, regress/tickets_expected: Rework
-	  st_estimated_extent to deal with analyzed empty tables (#818)
-	  
-	  Still doesn't distinguish between empty and not analyzed recently
-	  (might be improved in that reguard)
-
-2012-01-18 14:19  Sandro Santilli <strk at keybit.net>
-
-	* [r8869] doc/reference_accessor.xml: Drop &Z_support in
-	  ST_Summary, see #649 comment:2
-
-2012-01-18 14:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8868] doc/reference_accessor.xml, liblwgeom/lwgeom_debug.c,
-	  postgis/geography.sql.in.c: Add ST_Summary(geography), "G" flag
-	  (#1277), document (#649)
-
-2012-01-18 13:46  Sandro Santilli <strk at keybit.net>
-
-	* [r8867] regress/typmod.sql, regress/typmod_expected: Complete
-	  binary IO testing in presence of typmod (#850)
-
-2012-01-18 13:46  Sandro Santilli <strk at keybit.net>
-
-	* [r8866] regress/run_test: Do proper cleanups
-
-2012-01-18 13:46  Sandro Santilli <strk at keybit.net>
-
-	* [r8865] postgis/lwgeom_inout.c: Check typmod on binary geometry
-	  input (#850)
-	  
-	  Testcase will follow
-
-2012-01-18 10:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8864] postgis/gserialized_typmod.c, regress/tickets.sql,
-	  regress/tickets_expected: Have geography typmod threat unkonwn
-	  srid an omitted srid (#1482)
-
-2012-01-18 10:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8863] regress/run_test: Add --expect switch to save obtained
-	  output as expected
-	  
-	  Will help generating testcases
-
-2012-01-18 10:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8862] regress/run_test: Drop the support for multiple expected
-	  files (not needed anymore)
-	  
-	  The support was also broken, btw...
-
-2012-01-18 08:19  Sandro Santilli <strk at keybit.net>
-
-	* [r8861] regress/binary.sql, regress/binary_expected,
-	  regress/run_test: Test roundtrip with a binary cursor for both
-	  geometry and geography
-	  
-	  With this commit the binary.sql testcase doesn't test the actual
-	  binary output anymore but rather uses canonical binary output to
-	  copy objects to a temporary file, then uses canonical binary
-	  input
-	  to read the objects again into a new table and then compares the
-	  original and the final tables.
-	  
-	  In order for this to work run_test was modified to pass a
-	  :tmpfile
-	  variable to testcases. Next stop: typmod for canonical binary
-	  input.
-	  
-	  See ticket #850 for more info
-
-2012-01-17 20:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8860] postgis/geography.sql.in.c, postgis/geography_inout.c,
-	  regress/binary.sql, regress/binary_expected: Implement canonical
-	  input-output for geography (#850)
-	  
-	  Note: canonical output is tested, input isn't.
-
-2012-01-17 19:15  Sandro Santilli <strk at keybit.net>
-
-	* [r8859] regress/Makefile.in, regress/binary.sql,
-	  regress/binary_expected: Test canonical binary output for
-	  geometry (#850)
-	  
-	  NOTE: big-endian machines are expected to fail this new test
-	  please send your actual output for a fix
-
-2012-01-17 19:15  Sandro Santilli <strk at keybit.net>
-
-	* [r8858] regress/run_test: Support alternate expected files
-	  
-	  Useful to test WKB output on different byte-endian machines.
-
-2012-01-17 19:15  Sandro Santilli <strk at keybit.net>
-
-	* [r8857] regress/run_test: Support for binary output (#850)
-
-2012-01-17 18:04  Sandro Santilli <strk at keybit.net>
-
-	* [r8856] postgis/geography.sql.in.c, regress/tickets.sql,
-	  regress/tickets_expected: Override geometrytype for geography
-	  (#1450).
-	  
-	  The testusite runs without problems so I didn't also add a
-	  geometrytype(text) function [I want the implicit cast!]
-
-2012-01-17 17:52  Sandro Santilli <strk at keybit.net>
-
-	* [r8855] raster/test/regress/Makefile.in, regress/Makefile.in,
-	  topology/test/Makefile: Run the testsuite again after upgrading
-	  (#1326)
-
-2012-01-17 17:52  Sandro Santilli <strk at keybit.net>
-
-	* [r8854] regress/run_test: Reword loading of upgrade scripts
-
-2012-01-17 17:13  Sandro Santilli <strk at keybit.net>
-
-	* [r8853] postgis/Makefile.in, raster/rt_pg/Makefile.in,
-	  raster/test/regress/Makefile.in, regress/Makefile.in,
-	  regress/run_test, topology/Makefile.in, topology/test/Makefile:
-	  Enhance staged install to include raster, topology and all
-	  scripts
-	  
-	  Add an --upgrade switch to regress/run_test in preparation of
-	  regress testing upgrade scripts (#1326)
-
-2012-01-17 08:57  Sandro Santilli <strk at keybit.net>
-
-	* [r8852] postgis/postgis_drop.sql.in.c: Do not drop legacy getSRID
-	  in postgis_drop (#1401)
-	  
-	  This commit reverts r8837
-
-2012-01-16 22:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8851] doc/installation.xml, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwlinearreferencing.c:
-	  Rename lwpoint_interpolate to point_interpolate
-
-2012-01-16 21:13  Sandro Santilli <strk at keybit.net>
-
-	* [r8850] regress/tickets.sql, regress/tickets_expected: Snap
-	  output of test for #723 to a grid
-	  
-	  The test was failing due to coordinate drifts on 32bit
-
-2012-01-16 17:37  Sandro Santilli <strk at keybit.net>
-
-	* [r8847] liblwgeom/lwgeom_geos_split.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix 2.5d split (#745)
-
-2012-01-16 17:00  Sandro Santilli <strk at keybit.net>
-
-	* [r8846] postgis/geography_measurement.c, regress/Makefile.in,
-	  regress/bestsrid.sql, regress/bestsrid_expected,
-	  regress/tickets.sql, regress/tickets_expected: Keep UTM zone
-	  numbers in range, regress-test _ST_BestSRID (#1234)
-
-2012-01-16 15:39  Sandro Santilli <strk at keybit.net>
-
-	* [r8845] postgis/geography.sql.in.c: Add an ST_AsEWKT(text) to
-	  prefer geometry over geography
-
-2012-01-16 14:46  Sandro Santilli <strk at keybit.net>
-
-	* [r8844] doc/reference_output.xml, postgis/geography.sql.in.c: Add
-	  ST_EWKT for geography type (#675)
-
-2012-01-16 14:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8843] loader/pgsql2shp-core.c: The official unknown SRID is 0,
-	  not -1
-
-2012-01-16 14:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8842] GNUmakefile.in, doc/Makefile.in: Have 'make doc' build
-	  the single-page HTML
-
-2012-01-16 14:04  Sandro Santilli <strk at keybit.net>
-
-	* [r8841] README.postgis, macros/gettext.m4: Allow building with
-	  gettext 0.14. Patch by Greg Troxel <gdt at ir.bbn.com>
-
-2012-01-16 13:56  Sandro Santilli <strk at keybit.net>
-
-	* [r8840] configure.ac, postgis/Makefile.in,
-	  raster/rt_pg/Makefile.in, topology/Makefile.in: Detect PERL
-	  locally
-
-2012-01-16 13:10  Sandro Santilli <strk at keybit.net>
-
-	* [r8839] .gitignore: Ignore generated extension files
-
-2012-01-16 12:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8838] liblwgeom/Makefile.in, liblwgeom/lwgeom_debug.c,
-	  postgis/Makefile.in, postgis/lwgeom_debug.c: Move lwgeom_summary
-	  to liblwgeom (#1446)
-
-2012-01-16 12:25  Sandro Santilli <strk at keybit.net>
-
-	* [r8837] postgis/postgis_drop.sql.in.c: Drop getsrid (#1401)
-
-2012-01-16 12:10  Sandro Santilli <strk at keybit.net>
-
-	* [r8836] regress/typmod.sql, regress/typmod_expected: Add test for
-	  insertion into typmod-ed table (#1414)
-
-2012-01-16 11:22  Sandro Santilli <strk at keybit.net>
-
-	* [r8835] liblwgeom/lwout_wkb.c, regress/tickets.sql,
-	  regress/tickets_expected, regress/wkb_expected: Fix WKB output
-	  for POINT EMPTY with SRID or higher dims (#1478)
-
-2012-01-16 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r8834] regress/wkb.sql, regress/wkb_expected: Add WKB round-trip
-	  test for TIN
-
-2012-01-16 10:31  Sandro Santilli <strk at keybit.net>
-
-	* [r8833] liblwgeom/lwin_wkb.c, regress/wkb.sql,
-	  regress/wkb_expected: Fix reading TRIANGLE EMPTY in WKB form
-	  (#1474)
-
-2012-01-16 10:31  Sandro Santilli <strk at keybit.net>
-
-	* [r8832] regress/wkb.sql, regress/wkb_expected: Add
-	  POLYHEDRALSURFACE roundtrip WKB test
-
-2012-01-16 10:24  Sandro Santilli <strk at keybit.net>
-
-	* [r8831] liblwgeom/lwgeom.c, regress/wkb.sql,
-	  regress/wkb_expected: Implement lwgeom_same for MULTICURVE and
-	  MULTISURFACE (#1475)
-
-2012-01-16 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8830] liblwgeom/lwgeom.c, regress/wkb.sql,
-	  regress/wkb_expected: Implement lwgeom_same for CURVEPOLYGON
-	  types (#1475)
-
-2012-01-16 10:18  Sandro Santilli <strk at keybit.net>
-
-	* [r8829] liblwgeom/lwgeom.c, regress/wkb.sql,
-	  regress/wkb_expected: Implement lwgeom_same for COMPOUNDCURVE
-	  (#1475)
-
-2012-01-16 10:11  Sandro Santilli <strk at keybit.net>
-
-	* [r8828] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
-	  regress/wkb.sql, regress/wkb_expected: Implement lwgeom_same for
-	  circularstring (#1475)
-
-2012-01-16 09:11  Sandro Santilli <strk at keybit.net>
-
-	* [r8827] liblwgeom/lwgeom.c, regress/tickets.sql,
-	  regress/tickets_expected: A CURVEPOLY is also a collection. Fixes
-	  #1473.
-
-2012-01-16 09:11  Sandro Santilli <strk at keybit.net>
-
-	* [r8826] liblwgeom/lwcollection.c: Prevent lwcollection_construct
-	  from creating non-collection types
-
-2012-01-16 08:25  Sandro Santilli <strk at keybit.net>
-
-	* [r8825] topology/sql/populate.sql.in.c: Use a CTE for queries
-	  involving largs WKB input.
-	  
-	  Reduces parsing and execution time.
-
-2012-01-16 08:25  Sandro Santilli <strk at keybit.net>
-
-	* [r8824] topology/sql/topogeometry/totopogeom.sql.in.c: Comment
-	  out expensive DEBUG lines
-
-2012-01-16 08:24  Sandro Santilli <strk at keybit.net>
-
-	* [r8823] topology/sql/sqlmm.sql.in.c: Downgrade notice of face
-	  splitting to debug level
-
-2012-01-15 20:52  Sandro Santilli <strk at keybit.net>
-
-	* [r8822] topology/Makefile.in, topology/sql/gml.sql,
-	  topology/sql/gml.sql.in.c, topology/sql/manage/CopyTopology.sql,
-	  topology/sql/manage/CopyTopology.sql.in.c,
-	  topology/sql/manage/ManageHelper.sql,
-	  topology/sql/manage/ManageHelper.sql.in.c,
-	  topology/sql/manage/TopologySummary.sql,
-	  topology/sql/manage/TopologySummary.sql.in.c,
-	  topology/sql/polygonize.sql, topology/sql/polygonize.sql.in.c,
-	  topology/sql/populate.sql, topology/sql/populate.sql.in.c,
-	  topology/sql/predicates.sql, topology/sql/predicates.sql.in.c,
-	  topology/sql/query/GetRingEdges.sql,
-	  topology/sql/query/GetRingEdges.sql.in.c,
-	  topology/sql/query/getedgebypoint.sql,
-	  topology/sql/query/getedgebypoint.sql.in.c,
-	  topology/sql/query/getfacebypoint.sql,
-	  topology/sql/query/getfacebypoint.sql.in.c,
-	  topology/sql/query/getnodebypoint.sql,
-	  topology/sql/query/getnodebypoint.sql.in.c,
-	  topology/sql/sqlmm.sql, topology/sql/sqlmm.sql.in.c,
-	  topology/sql/topoelement/topoelement_agg.sql,
-	  topology/sql/topoelement/topoelement_agg.sql.in.c,
-	  topology/sql/topogeometry/totopogeom.sql,
-	  topology/sql/topogeometry/totopogeom.sql.in.c,
-	  topology/sql/topogeometry/type.sql,
-	  topology/sql/topogeometry/type.sql.in.c,
-	  topology/topology.sql.in.c: Wrap DEBUG output in ifdef
-	  POSTGIS_TOPOLOGY_DEBUG (#1469)
-
-2012-01-15 17:50  Sandro Santilli <strk at keybit.net>
-
-	* [r8821] topology/test/Makefile,
-	  topology/test/regress/addtopogeometrycolumn.sql,
-	  topology/test/regress/addtopogeometrycolumn_expected,
-	  topology/topology.sql.in.c: Make AddTopoGeometryColumn less
-	  sequence-number-eager, regress-test
-
-2012-01-15 09:25  Regina Obe <lr at pcorp.us>
-
-	* [r8820] doc/reference_lrs.xml: put in spaces in
-	  ST_InterpolatePoint See Also references
-
-2012-01-15 09:23  Regina Obe <lr at pcorp.us>
-
-	* [r8819] doc/reference_lrs.xml: ditto for ST_LocateBetween - name
-	  change flag and minor other corrections
-
-2012-01-15 09:10  Regina Obe <lr at pcorp.us>
-
-	* [r8818] doc/reference_lrs.xml: put a note ST_LocateAlong name
-	  changed (and is a new name in 2.0 - old name is
-	  ST_Locate_Along_Measure)
-
-2012-01-15 03:59  Regina Obe <lr at pcorp.us>
-
-	* [r8817] doc/installation.xml: link to where to download pre-built
-	  cheat sheets
-
-2012-01-15 03:32  Regina Obe <lr at pcorp.us>
-
-	* [r8816] doc/installation.xml: revise docs about make installing
-	  extensions to note that extensions are now installed by default
-	  if compiling against 9.1+. Also provide an example query to run
-	  to verify extensions are installed. THANKS pramsey -- now if we
-	  can only have a real tagged release that would be SWEET.
-
-2012-01-15 03:18  Regina Obe <lr at pcorp.us>
-
-	* [r8815] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/uninstall_legacy.sql.in.c: #1401 Goodbye getSRID()
-
-2012-01-14 13:10  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8814] loader/shp2pgsql-gui.c: Display "Creating Index..." text
-	  within the progress dialog rather than within the shp2pgsql-gui
-	  log window.
-	  
-	  This should make it more obvious to users that something is still
-	  happening in the case that
-	  they are building on a index on larger shapefiles which can often
-	  take quite some time.
-
-2012-01-14 07:37  Regina Obe <lr at pcorp.us>
-
-	* [r8813] regress/wkt_expected: change eol from native to LF to try
-	  to resolve #1466
-
-2012-01-14 07:29  Regina Obe <lr at pcorp.us>
-
-	* [r8812] doc/installation.xml: document --with-gettext=no
-	  optionand case why you would want to do this. Also minor
-	  modifications as to use GEOS 3.3.2 and why you should
-
-2012-01-14 01:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8811] doc/reference_lrs.xml, liblwgeom/cunit/cu_node.c,
-	  liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_geos_split.c,
-	  liblwgeom/lwlinearreferencing.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in.c,
-	  regress/regress_lrs.sql, regress/regress_lrs_expected,
-	  regress/tickets_expected: Add ST_InterpolatePoint, deprecate
-	  ST_Locate_Between_Measures and ST_Locate_Along_Measure. Document
-	  new functions. Alter regressions and docs to use AsText instead
-	  of AsEWKT.
-
-2012-01-14 00:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8810] configure.ac, raster/rt_core/rt_api.c,
-	  raster/test/core/testapi.c: Use normal autoconf convention of
-	  using #define to determine whether or not GDALFPOLYGONIZE is
-	  present, rather than always having it present and setting its
-	  value to either 0 or 1.
-
-2012-01-14 00:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8809] liblwgeom/Makefile.in, liblwgeom/liblwgeom_internal.h:
-	  Switch liblwgeom to use the POSTGIS_* defines already generated
-	  by configure, rather than passing them in directly.
-	  
-	  Similar to my previous commit, however here the aim is that by
-	  moving the logic outside of make then we can
-	  potentially allow other generators (such as CMake) to detect and
-	  use other compilers rather than embedding
-	  specific -D flags into the command line.
-
-2012-01-14 00:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8808] configure.ac, loader/Makefile.in,
-	  loader/pgsql2shp-core.h, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, loader/shpcommon.h, postgis_config.h.in:
-	  Switch NLS build to use the in-built ENABLE_NLS define rather
-	  than USE_NLS.
-	  
-	  The key concept here is that we eliminate all logic from the
-	  Makefile and put
-	  it in the build system (e.g. configure). By having the logic at
-	  this higher
-	  layer, we make it much easier to transition to another build
-	  system in future
-	  such as CMake.
-
-2012-01-14 00:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8807] configure.ac: Enable configure to accept the additional
-	  parameter --with-gettext=no to disable NLS builds.
-	  
-	  This makes it possible to explicitly disable builds at configure
-	  time if required for
-	  platforms where this causes problems such as Windows (see bug
-	  #748).
-
-2012-01-14 00:48  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8806] configure.ac: Fix incorrect camel-casing for HAVE_JSON
-	  within configure.ac.
-
-2012-01-14 00:48  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8805] configure.ac, postgis_config.h.in: Fix up AC_DEFINE
-	  macros in configure.ac that don't have a description.
-	  
-	  While autoheader emits a warning, it actually fails and does not
-	  regenerate
-	  postgis_config.h.in. Along with this fix, we commit an updated
-	  version of
-	  postgis_config.h created from a fresh invocation of autoheader
-	  minus the
-	  PACKAGE_* macros.
-
-2012-01-13 17:34  Sandro Santilli <strk at keybit.net>
-
-	* [r8804] regress/typmod.sql, regress/typmod_expected: Add test for
-	  creating tables with circularstring typmod (#1085)
-
-2012-01-13 17:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8803] regress/Makefile.in, regress/typmod.sql,
-	  regress/typmod_expected: First draft of a test for typmod (#1085)
-	  
-	  This version simply creates the tables and checks
-	  geometry_columns.
-	  Should be enhanced to test effectiveness of constraints.
-
-2012-01-13 16:28  Regina Obe <lr at pcorp.us>
-
-	* [r8802] doc/reference_operator.xml: remove dangling reference to
-	  geometry_same
-
-2012-01-13 16:23  Sandro Santilli <strk at keybit.net>
-
-	* [r8801] libpgcommon/Makefile.in: Virtualize ``make'' calls
-	  (#1464)
-
-2012-01-13 15:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8800] loader/shp2pgsql-gui.c: Rename geometry column header in
-	  shp2pgsql-gui to "geo column" to reduce its visible width based
-	  upon feedback from Regina.
-
-2012-01-13 15:50  Regina Obe <lr at pcorp.us>
-
-	* [r8799] doc/reference_operator.xml: remove ~= from documentation
-	  -- we don't want people using this operator
-
-2012-01-13 13:31  Sandro Santilli <strk at keybit.net>
-
-	* [r8798] utils/postgis_restore.pl: Add all signature in the
-	  current repository
-
-2012-01-13 11:34  Sandro Santilli <strk at keybit.net>
-
-	* [r8797] utils/postgis_restore.pl: Add more signatures found in a
-	  more recent dump of mine
-
-2012-01-13 11:29  Sandro Santilli <strk at keybit.net>
-
-	* [r8796] utils/postgis_restore.pl: Make verbose output of
-	  postgis_restore.pl more useful for maintainance
-	  
-	  It will now avoid to collapse all spaces to keep the door open
-	  for
-	  better parsing in the future and to be more human readable.
-
-2012-01-13 10:00  Sandro Santilli <strk at keybit.net>
-
-	* [r8795] postgis/postgis.sql.in.c: Make ~= operator
-	  GIST-indexable, following existing documentation
-	  
-	  NOTE: it takes a dump/reload for this to be in effect.
-
-2012-01-12 21:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8794] liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwlinearreferencing.c, postgis/lwgeom_functions_lrs.c:
-	  Add in an offset option to ST_LocateBetween
-
-2012-01-12 19:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8793] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwlinearreferencing.c: Add support for MULTIPOINT and
-	  POINT to ST_LocateBetween
-
-2012-01-12 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8792] liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwlinearreferencing.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/postgis.sql.in.c: Flip ST_LocateBetween to use the same
-	  LRS code as ST_LocateBetweenElevations
-
-2012-01-12 17:41  Sandro Santilli <strk at keybit.net>
-
-	* [r8791] topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected: Add regress test for
-	  topology.AddFace robustness (see #1383)
-
-2012-01-12 17:06  Sandro Santilli <strk at keybit.net>
-
-	* [r8790] liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c: Fix
-	  lw_dist2d_pt_seg(B, AB), see #1459
-	  
-	  Includes regress testing. Should also fix #1383
-
-2012-01-12 11:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8789] regress/wkt.sql, regress/wkt_expected: Complete tests for
-	  higher coordinate dimensions (#1455)
-
-2012-01-12 11:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8788] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c,
-	  regress/wkb_expected: Fix bug in dimension computer for
-	  collection WKT.
-	  
-	  The parser got confused by inner M letters.
-	  This commit also improves speed early breaking the loop over WKT.
-
-2012-01-12 11:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8787] regress/wkt.sql, regress/wkt_expected: Add tests for
-	  higher coordinate dimensions (#1455)
-	  
-	  GEOMETRYCOLLECTION still fails
-
-2012-01-12 08:52  Sandro Santilli <strk at keybit.net>
-
-	* [r8786] regress/wkt.sql, regress/wkt_expected: Test roundtrip of
-	  WKT. Higher dimensions still needed (#1455)
-
-2012-01-12 08:52  Sandro Santilli <strk at keybit.net>
-
-	* [r8785] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c:
-	  Fix a bug in gserialized_read_gbox_p reading garbage in EMPTY
-	  point
-	  
-	  Includes cunit test. Fixes #1458.
-
-2012-01-12 08:51  Sandro Santilli <strk at keybit.net>
-
-	* [r8784] liblwgeom/g_box.c: gbox_float_round: do not attempt to
-	  round M when not present
-
-2012-01-12 08:51  Sandro Santilli <strk at keybit.net>
-
-	* [r8783] liblwgeom/g_box.c, liblwgeom/g_serialized.c,
-	  liblwgeom/liblwgeom.h.in: Expose gbox_float_round to liblwgeom
-	  API
-
-2012-01-11 19:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8782] liblwgeom/liblwgeom.h.in, postgis/legacy.sql.in.c,
-	  postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
-	  postgis/postgis.sql.in.c: Change references to BOX2DFLOAT4 to
-	  just BOX2D and remove the struct. Ding dong.
-
-2012-01-11 19:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8781] postgis/geography.sql.in.c, postgis/geography_inout.c,
-	  postgis/lwgeom_ogc.c: Tie astext(geography) and
-	  asbinary(geography) directly to the lwgeom_ C functions, without
-	  a cast
-
-2012-01-11 18:53  Sandro Santilli <strk at keybit.net>
-
-	* [r8780] postgis/lwgeom_ogc.c, regress/wkb.sql,
-	  regress/wkb_expected: Allow higher dimensions in GeomFromWKB
-	  (#1452)
-	  
-	  Includes regress test for WKB roundtrip
-	  (failing as expected with point empty)
-
-2012-01-11 18:45  Sandro Santilli <strk at keybit.net>
-
-	* [r8779] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
-	  regress/tickets.sql, regress/tickets_expected: Fix bug in
-	  gbox_same -> lwgeom_same -> ST_OrderingEquals (#1454)
-	  
-	  Adds regression test for lwgeom_same and ST_OrderingEquals
-
-2012-01-11 17:18  Sandro Santilli <strk at keybit.net>
-
-	* [r8778] postgis/gserialized_gist_2d.c, regress/empty.sql,
-	  regress/empty_expected, regress/tickets.sql,
-	  regress/tickets_expected: Fix EMPTY ~= EMPTY to return TRUE
-	  (#1453)
-	  
-	  This also fixes ST_OrderingEquals for empty geometries and
-	  adds the concept of NULL boxes to represent EMPTY boxes.
-	  
-	  ST_Equals is still broken as it uses the overlap operator
-	  instead.
-
-2012-01-11 17:18  Sandro Santilli <strk at keybit.net>
-
-	* [r8777] libpgcommon/Makefile.in: Encode dependency of libpgcommon
-	  on postgis_config.h
-
-2012-01-11 17:18  Sandro Santilli <strk at keybit.net>
-
-	* [r8776] doc/reference_output.xml: Xref ST_AsBinary to its reverse
-	  ST_GeomFromWKB
-
-2012-01-11 15:57  Sandro Santilli <strk at keybit.net>
-
-	* [r8775] liblwgeom/cunit/cu_in_wkb.c: Add paranoid test of another
-	  malformed WKB found in #168
-
-2012-01-11 15:51  Sandro Santilli <strk at keybit.net>
-
-	* [r8774] NEWS, postgis/postgis_drop.sql.in.c: Drop
-	  ST_AsBinary(text) wrapper, removed in previous commits
-
-2012-01-11 14:50  Sandro Santilli <strk at keybit.net>
-
-	* [r8773] doc/reference_output.xml: Add documentation about
-	  enhancements in ST_AsBinary (#288)
-
-2012-01-11 14:46  Sandro Santilli <strk at keybit.net>
-
-	* [r8772] postgis/geography.sql.in.c, postgis/geography_inout.c,
-	  regress/tickets_expected: Drop geography-specific C-side of
-	  AsBinary function. Proxy to geometry.
-	  
-	  See #288
-
-2012-01-11 12:30  Sandro Santilli <strk at keybit.net>
-
-	* [r8771] postgis/postgis.sql.in.c: Limit geometry_columns view
-	  definition within 80 columns.
-	  
-	  This is to avoid issues like #1449
-
-2012-01-11 11:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8770] regress/Makefile.in, regress/wkb.sql,
-	  regress/wkb_expected, regress/wkt_expected: Add regress test for
-	  WKB (#1448) and enable the existing one for WKT
-
-2012-01-11 11:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8769] NEWS, postgis/lwgeom_ogc.c: Unlease higher dimensions in
-	  ST_AsBinary, using SQL/MM (#288)
-
-2012-01-11 11:16  Sandro Santilli <strk at keybit.net>
-
-	* [r8768] NEWS: ST_AsText item is an enhancement, not a new feature
-
-2012-01-11 10:40  Sandro Santilli <strk at keybit.net>
-
-	* [r8767] NEWS: Add note aboute AsText support for higher dimension
-
-2012-01-11 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r8766] postgis/lwgeom_ogc.c,
-	  regress/remove_repeated_points_expected,
-	  regress/simplify_expected,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multisurface_expected, regress/tickets.sql,
-	  regress/tickets_expected: Unleash SQL/MM WKT returned by
-	  ST_AsText (#287)
-
-2012-01-11 08:36  Sandro Santilli <strk at keybit.net>
-
-	* [r8763] doc/Makefile.in: Use $(MAKE) to invoke whatever make was
-	  used by builder
-
-2012-01-11 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r8760] README.postgis: Update HARD UPGRADE section, mention
-	  --with-topology
-
-2012-01-11 02:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8759] extensions/postgis/Makefile.in,
-	  extensions/postgis_topology/Makefile.in: Try an older bash syntax
-	  for robe?
-
-2012-01-10 23:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8758] liblwgeom/lwlinearreferencing.c,
-	  postgis/lwgeom_functions_lrs.c: Add ST_LocateAlong support for
-	  multipoints too (completeness)
-
-2012-01-10 23:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8757] liblwgeom/lwlinearreferencing.c,
-	  postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in.c: Bind
-	  ST_LocateAlong() to the new LRS function that supports offsets.
-
-2012-01-10 23:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8756] doc, extensions/postgis, extensions/postgis/Makefile.in,
-	  extensions/postgis/sql, extensions/postgis/sql_bits,
-	  extensions/postgis_topology, extensions/postgis_topology/sql,
-	  extensions/postgis_topology/sql_bits, topology/test: svn:ignore
-	  properties
-
-2012-01-10 23:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8755] configure.ac: Spacing, yes
-
-2012-01-10 22:20  Regina Obe <lr at pcorp.us>
-
-	* [r8754] doc/installation.xml: #1444 fix typo in command (should
-	  be command not comand)
-
-2012-01-10 21:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8753] configure.ac, extensions/postgis/Makefile,
-	  extensions/postgis/Makefile.in,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis/postgis.control.in,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/Makefile.in,
-	  extensions/postgis_topology/postgis_topology.control,
-	  extensions/postgis_topology/postgis_topology.control.in: Bring
-	  the extensions into the autoconf environment
-
-2012-01-10 19:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8752] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Fixed incorrect call to
-	  rt_raster_geopoint_to_cell in rt_band_load_offline_data and added
-	  additional debug messages
-
-2012-01-10 18:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8751] raster/rt_core/rt_api.c,
-	  raster/rt_pg/rtpostgis_legacy.sql.in.c: Fixed incorrect use of
-	  rt_band_destroy when loading offline band data. ALso added rules
-	  to raster_columns and raster_overviews to gracefully handle
-	  insert/update/delete.
-
-2012-01-10 18:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8750] raster/loader/raster2pgsql.c: Fixed double free of memory
-	  when using out-of-database bands
-
-2012-01-10 18:12  Sandro Santilli <strk at keybit.net>
-
-	* [r8749] postgis/postgis.sql.in.c, utils/postgis_proc_upgrade.pl:
-	  Add rules on geometry_columns view to tolerate
-	  insert/update/delete
-	  
-	  Fixes OGR, see #1426. Raises no warning on operation (it should).
-	  This commit includes changes in postgis_proc_upgrade.pl to retain
-	  rules.
-
-2012-01-10 14:58  Sandro Santilli <strk at keybit.net>
-
-	* [r8748] liblwgeom/lwgeom.c: Reflect type of empty from
-	  ST_Dimension (#1441)
-	  
-	  No existing testcase fail, no new testcase is added.
-	  This change doesn't invalidate any part of the reference manual.
-	  Reference manual isn't updated.
-	  
-	  Signed-off-by: Charlie Brown
-
-2012-01-10 13:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8747] liblwgeom/g_serialized.c, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwcollection.c, regress/tickets_expected: Use a
-	  standard lwcollection_allows_subtype function to guard against
-	  bad input.
-	  
-	  Fixes #698 (and #1445 in a better way)
-
-2012-01-10 12:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8746] loader/shp2pgsql-gui.c: If the database settings are
-	  incorrect when attempting an import, display the connection
-	  settings
-	  dialog.
-	  
-	  Also a minor bugfix: if the dialog is cancelled by closing the
-	  window, ensure that any unset
-	  fields are reset back to blank.
-
-2012-01-10 12:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8745] loader/shp2pgsql-gui.c: Switch shp2pgsql-gui to COPY mode
-	  by default for increased speed; the user doesn't really care
-	  what form the output takes when it's being loaded into the
-	  database directly rather than via
-	  a file.
-
-2012-01-10 12:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8744] loader/shp2pgsql-gui.c: Raise an error within
-	  shp2pgsql-gui if the user clicks "Import" without having added
-	  any files to the list.
-
-2012-01-10 12:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8743] loader/shp2pgsql-gui.c: Alter shp2pgsql-gui so that we
-	  use one connection per file; this makes tracking error state
-	  on the server considerably easier, since upon abort we just
-	  disconnect from the server rather
-	  than trying to figure out what state we are in and handle it
-	  appropriately.
-
-2012-01-10 11:36  Sandro Santilli <strk at keybit.net>
-
-	* [r8742] liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwin_wkb.c, regress/tickets.sql,
-	  regress/tickets_expected: Check type of elements added to multi
-	  geometries. Fixes #1445.
-	  
-	  Includes regress testing both at the liblwgeom and postgis
-	  levels.
-
-2012-01-10 10:06  Sandro Santilli <strk at keybit.net>
-
-	* [r8741] liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/lwout_wkt.c,
-	  regress/regress_lrs_expected,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multisurface_expected,
-	  regress/sql-mm-serialize.sql: Add "M" type modifiers on elements
-	  of GEOMETRYCOLLECTION
-	  
-	  Reflects specs in doc/ZMgeoms.txt and satisfies the parser.
-	  Closes ticket #724.
-
-2012-01-10 08:32  Sandro Santilli <strk at keybit.net>
-
-	* [r8740] .gitignore: Other generated files
-
-2012-01-10 08:28  Sandro Santilli <strk at keybit.net>
-
-	* [r8739] .gitignore: Ignore new generated files
-
-2012-01-10 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r8738] doc/Makefile.in, doc/html/image_src/Makefile.in: Add
-	  images-clean rule and perform the cleanup on maintainer-clean
-
-2012-01-10 07:25  Regina Obe <lr at pcorp.us>
-
-	* [r8737] doc/installation.xml: put in missing title tag
-
-2012-01-10 07:12  Regina Obe <lr at pcorp.us>
-
-	* [r8736] doc/installation.xml: put in missing end paragraph end
-	  tag
-
-2012-01-10 07:03  Regina Obe <lr at pcorp.us>
-
-	* [r8735] doc/installation.xml: fix typo
-
-2012-01-10 06:53  Regina Obe <lr at pcorp.us>
-
-	* [r8734] doc/installation.xml: #1442: Add sections on installing,
-	  upgrading and loading data into tiger geocoder. Got at least 2
-	  people who seem confused about how to upgrade their tiger
-	  installs and assume it follows the same steps as the rest of
-	  PostGIS.
-
-2012-01-09 22:43  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8733] raster/loader/raster2pgsql.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/rt_pg/rtpostgis_legacy.sql.in.c: Added column "out_db" to
-	  raster_columns. "out_db" is of type boolean[] with each element
-	  indicating if that band of same index is out-of-database. Updated
-	  relevant AddRasterConstraints and DropRasterConstraints
-	  functions. Related ticket is #1440.
-
-2012-01-09 20:17  Regina Obe <lr at pcorp.us>
-
-	* [r8732] extensions/postgis/META.json,
-	  extensions/postgis/Makefile, extensions/postgis/doc/postgis.md,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis/sql_bits/remove_from_extension.sql.in,
-	  extensions/postgis_extension_helper.sql,
-	  extensions/postgis_extension_helper_uninstall.sql,
-	  extensions/postgis_topology/META.json,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/doc/postgis.md,
-	  extensions/postgis_topology/postgis_topology.control,
-	  extensions/postgis_topology/sql_bits/remove_from_extension.sql.in:
-	  put in svn Author Date Id Revision keywords
-
-2012-01-09 20:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8731] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Make the data of externally-loaded
-	  band internally owned so a call to rt_band_destroy() properly
-	  frees the memory.
-
-2012-01-09 19:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8730] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c, raster/test/loader,
-	  raster/test/loader/testraster.tif: Add read-only support for band
-	  data located outside the database in raster files. All "get" and
-	  analysis functions should work for out of database bands. Related
-	  ticket is #1440. Also added a test raster file for use by an out
-	  of db band and future use for raster2pgsql loader regression
-	  tests.
-
-2012-01-09 19:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8729] raster/rt_pg/rtpostgis.sql.in.c: Removed garbage
-	  whitespace.
-
-2012-01-09 19:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8728] raster/rt_pg/rtpostgis.sql.in.c: Added conditional check
-	  to ST_Intersects(raster, int, raster, int) to deal with STRICT
-	  being set on _st_intersects(raster, int, raster, int). Fixes
-	  regression caused in r8714.
-
-2012-01-09 18:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8727] extensions/postgis/Makefile: Remove whitespace
-
-2012-01-09 18:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8726] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwline.c, liblwgeom/lwlinearreferencing.c,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwpoint.c, liblwgeom/measures.c,
-	  liblwgeom/measures3d.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c: Interim
-	  progress on LRS work.
-
-2012-01-09 18:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8725] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c,
-	  regress/dump_expected, regress/tickets_expected: Change
-	  lwgeom_is_empty to return spatial emptiness (#671)
-
-2012-01-09 17:55  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8724] loader/shp2pgsql-gui.c: Allow manual resizing of the
-	  filename column within shp2pgsql-gui if required, as per request
-	  from Regina.
-
-2012-01-09 17:27  Sandro Santilli <strk at keybit.net>
-
-	* [r8723] doc/reference_editor.xml: Further cleanup of
-	  ST_CollectionExtract documentation
-
-2012-01-09 17:10  Sandro Santilli <strk at keybit.net>
-
-	* [r8722] doc/reference_editor.xml: Document new
-	  ST_CollectionExtract behavior
-
-2012-01-09 17:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8721] postgis/lwgeom_functions_basic.c,
-	  regress/regress_expected, regress/tickets_expected: Switch back
-	  ST_CollectionExtract to return EMPTY rather than NULL on no
-	  matches (#835)
-	  
-	  This behavior seems closer to the one requested in original #457
-	  testcase, and is still consistent. Is also closer to
-	  documentation.
-
-2012-01-09 17:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8720] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c: Add
-	  lwgeom_construct_empty API call
-
-2012-01-09 17:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8719] liblwgeom/lwcompound.c: Implement
-	  lwcompound_construct_empty
-
-2012-01-09 16:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8718] postgis/lwgeom_functions_basic.c,
-	  regress/regress_expected, regress/tickets.sql,
-	  regress/tickets_expected: Alwas return NULL on type miss from
-	  ST_CollectionExtract (#835)
-
-2012-01-09 16:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8717] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c:
-	  Return typed empties from lwcollection_extract
-
-2012-01-09 15:27  Sandro Santilli <strk at keybit.net>
-
-	* [r8716] doc/Makefile.in, make_dist.sh: Distribute comments in
-	  tarball. Stop distributing pdf or html (#626)
-
-2012-01-09 15:03  Sandro Santilli <strk at keybit.net>
-
-	* [r8715] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c: Fix
-	  compiler warnings
-
-2012-01-09 15:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8714] raster/rt_pg/rtpostgis.sql.in.c: Make
-	  _ST_Intersects(raster, raster) STRICT as per comments in #1412.
-
-2012-01-09 14:56  Regina Obe <lr at pcorp.us>
-
-	* [r8713]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql:
-	  #1392: Can't geocode intersecting highways or areas where no zip
-	  available
-
-2012-01-09 13:36  Sandro Santilli <strk at keybit.net>
-
-	* [r8712] raster/loader/Makefile.in: Build the libtool wrapper
-	  script version of raster2pgsql
-
-2012-01-09 12:48  Regina Obe <lr at pcorp.us>
-
-	* [r8711] doc/introduction.xml, doc/release_notes.xml: Add Maria
-	  Arias de Reyna to credits
-
-2012-01-09 11:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8710] java/jdbc/README,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  java/jdbc/jtssrc/pom.xml, java/jdbc/pom.xml,
-	  java/jdbc/src/examples/TestServer.java,
-	  java/jdbc/src/org/postgis/DriverWrapper.java,
-	  java/jdbc/src/org/postgis/Geometry.java,
-	  java/jdbc/src/org/postgis/Version.java,
-	  java/jdbc/src/org/postgis/binary/BinaryParser.java,
-	  java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java,
-	  java/jdbc/src/org/postgis/version.properties, java/jdbc/todo.txt:
-	  Update Java components to support SRID<=0 as unknown SRID (#1221)
-	  
-	  This is first patch by Maria Arias de Reyna taking on
-	  maintainance
-	  of the Java components. It includes tweaks in README file and
-	  a new maven based build system. It also includes some indenting
-	  changes.
-
-2012-01-09 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r8709] loader/shp2pgsql-core.c: Fix memory leak in shapefile
-	  loader (#1436)
-
-2012-01-09 07:52  Regina Obe <lr at pcorp.us>
-
-	* [r8707] extensions/postgis/postgis.control: fix typo in extension
-	  version
-
-2012-01-08 23:32  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r8706] loader/Makefile.in, loader/cunit/Makefile.in,
-	  loader/cunit/cu_list.c, loader/cunit/cu_list.h,
-	  loader/cunit/cu_tester.c, loader/pgsql2shp-core.c,
-	  loader/pgsql2shp-core.h, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
-	  loader/shpcommon.h, loader/structure.c, loader/structure.h:
-	  Commit reworked version of shp2pgsql-gui to the repository.
-	  
-	  As per my email to postgis-devel, this commit contains a major
-	  reworking
-	  of the inner core, with many bugfixes. The primary changes are:
-	  
-	  - Elimination of FILENODE, since we can just use pointers to
-	  SHPLOADERCONFIG
-	  
-	  - Abstract the configuration structures from the GUI interface
-	  
-	  - Restrict entry to either drag/drop or file chooser
-	  
-	  - Instead of constantly destroying/creating new dialogs, create
-	  them once and then just show/hide them (in particular this
-	  enables the file chooser to open at its previous directory)
-	  
-	  - Add separate connection details and progress bar dialogs
-	  
-	  - Rework both internals and GUI in preparation for adding dumper
-	  support
-	  
-	  Note that the dumper integration changes are being worked on
-	  separately
-	  and will be included in a later commit.
-
-2012-01-08 19:15  Regina Obe <lr at pcorp.us>
-
-	* [r8705] doc/using_raster_dataman.xml: Fix typo in manual and more
-	  description about schema. Evidentially some people do try to read
-	  the manual and make sense of it as demonstrated here:
-	  http://gis.stackexchange.com/questions/18254/loading-a-raster-into-a-postgis-2-0-database-on-windows
-
-2012-01-08 16:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8704] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Code cleanup related to registering
-	  and deregistering GDAL drivers
-
-2012-01-08 07:57  Regina Obe <lr at pcorp.us>
-
-	* [r8703] doc/xsl/raster_gardentest.sql.xsl: lots of corrections,
-	  also add integer[] arg recognition
-
-2012-01-08 07:29  Regina Obe <lr at pcorp.us>
-
-	* [r8702] doc/xsl/raster_gardentest.sql.xsl: more cleanup -- issue
-	  with raster / raster functions and output convexhull instead of
-	  raster when result type is raster or geometry
-
-2012-01-08 06:49  Regina Obe <lr at pcorp.us>
-
-	* [r8701] doc/xsl/raster_gardentest.sql.xsl: revise to recognize
-	  array of raster arguments
-
-2012-01-08 06:26  Regina Obe <lr at pcorp.us>
-
-	* [r8700] doc/xsl/raster_gardentest.sql.xsl: get rid of dropraster
-	  addrastercolumn and replace with create table, apply constraints.
-	  Still a lot of cleanup to go
-
-2012-01-07 19:28  Regina Obe <lr at pcorp.us>
-
-	* [r8699] doc/extras_topology.xml: #1435: fix function proto typo
-	  of TopoGeo_AddPoint in docs
-
-2012-01-07 19:24  Regina Obe <lr at pcorp.us>
-
-	* [r8698] extensions/postgis_topology/postgis_topology.control: fix
-	  typo in version number
-
-2012-01-07 19:04  Regina Obe <lr at pcorp.us>
-
-	* [r8697] extensions/postgis/postgis.control,
-	  extensions/postgis_topology/postgis_topology.control: change
-	  alpha1 to a14. It appears we won't be releasing an alpha1 this
-	  weekend bah.
-
-2012-01-07 19:02  Regina Obe <lr at pcorp.us>
-
-	* [r8696] HOWTO_RELEASE: update instructions to reflect changes
-	  that need to be made to extensions before tagged release.
-	  Hopefully we can automate this part in the future -- but have no
-	  clue how.
-
-2012-01-07 15:24  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8695] raster/rt_core/rt_api.c: Have rt_raster_from_gdal_dataset
-	  attempt to determine the SRID of the raster using OSR.
-
-2012-01-07 14:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8694] raster/rt_pg/rtpostgis.sql.in.c: Additional tweaks for
-	  the NODATA values constraint. Continues changes made in r8691.
-
-2012-01-07 00:55  Regina Obe <lr at pcorp.us>
-
-	* [r8693] extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control: bump
-	  version to alpha1 in preparation for alpha1 shuttle launch
-
-2012-01-07 00:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8692] regress/in_geojson.sql, regress/in_geojson_expected,
-	  regress/tickets.sql, regress/tickets_expected: Move geojson test
-	  into geojson.sql file
-
-2012-01-07 00:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8691] raster/rt_pg/rtpostgis.sql.in.c: Fixed handling of NODATA
-	  value constraint as band with no NODATA was being constrained
-	  with the value of zero.
-
-2012-01-07 00:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8690] postgis/lwgeom_in_geojson.c, regress/tickets.sql,
-	  regress/tickets_expected: ST_GeomFromGeoJSON - Malformed GeoJSON
-	  causes SIGSEGV in postgres process (#1434)
-
-2012-01-06 21:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8689] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_geos.c, liblwgeom/lwlinearreferencing.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_in_geojson.c,
-	  postgis/postgis.sql.in.c, regress/offsetcurve_expected: Move
-	  offset curve generation into liblwgeom with other geos
-	  functionality
-
-2012-01-06 17:35  Regina Obe <lr at pcorp.us>
-
-	* [r8688] doc/reference_raster.xml: fix tag typo
-
-2012-01-06 16:29  Regina Obe <lr at pcorp.us>
-
-	* [r8687] doc/reference_raster.xml: example of AddRasterConstraint
-	  that takes listing of constraints to apply
-
-2012-01-06 15:35  Regina Obe <lr at pcorp.us>
-
-	* [r8686] postgis/postgis.sql.in.c: Accidentally took out
-	  ST_WKTToSQL during #1443. ST_WKTToSQL is documented SQL/MM alias
-	  (extension didn't install as a result since the documentation
-	  comment installation failed)
-
-2012-01-05 22:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8685] topology: Add files to svn:ignore
-
-2012-01-05 21:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8684] raster/rt_core/rt_api.c, raster/test/core/testapi.c:
-	  Added shortcut mechanism for copying data in
-	  rt_raster_from_gdal_dataset() when the natural block width is the
-	  raster width. Enhanced testing in testapi.c.
-
-2012-01-05 20:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8683] raster/rt_pg/rt_pg.c: Syntax cleanup as part of memory
-	  bugs audit. Related to ticket #1432. This should be the last of
-	  it for now.
-
-2012-01-05 20:31  Regina Obe <lr at pcorp.us>
-
-	* [r8682] postgis/Makefile.in, postgis/postgis.sql.in.c,
-	  postgis/sqlmm.sql.in.c: #1433: Part 2 - merge what is left of
-	  sqlmm.sql.in.c into postgis.sql.in.c
-
-2012-01-05 20:13  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8681] raster/rt_pg/rt_pg.c, raster/test/core/testwkb.c,
-	  raster/test/regress/rt_asgdalraster.sql,
-	  raster/test/regress/rt_asgdalraster_expected,
-	  raster/test/regress/rt_asraster.sql,
-	  raster/test/regress/rt_asraster_expected,
-	  raster/test/regress/rt_metadata.sql,
-	  raster/test/regress/rt_metadata_expected,
-	  raster/test/regress/rt_resample.sql,
-	  raster/test/regress/rt_resample_expected: Additional regression
-	  tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster,
-	  ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c and testwkb.c
-
-2012-01-05 19:56  Regina Obe <lr at pcorp.us>
-
-	* [r8680] postgis/legacy.sql.in.c, postgis/sqlmm.sql.in.c,
-	  postgis/uninstall_legacy.sql.in.c: #1433: part 1 -- get rid of SE
-	  functions
-
-2012-01-05 18:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8679] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_histogram.sql,
-	  raster/test/regress/rt_histogram_expected,
-	  raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_quantile_expected,
-	  raster/test/regress/rt_reclass.sql,
-	  raster/test/regress/rt_reclass_expected,
-	  raster/test/regress/rt_summarystats.sql,
-	  raster/test/regress/rt_summarystats_expected,
-	  raster/test/regress/rt_valuecount.sql,
-	  raster/test/regress/rt_valuecount_expected: Memory bug fixes and
-	  additional regression tests for ST_SummaryStats, ST_Histogram,
-	  ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432.
-
-2012-01-05 16:10  Sandro Santilli <strk at keybit.net>
-
-	* [r8678] raster/rt_pg/rt_pg.c: Switch memory context back before
-	  returning in RASTER_bandmetadata
-	  
-	  Fixes second case in #1432
-
-2012-01-05 08:15  Sandro Santilli <strk at keybit.net>
-
-	* [r8677] configure.ac: It takes GEOS-3.3.2 for a sane topology
-	  (noding fixes in there)
-
-2012-01-05 07:59  Regina Obe <lr at pcorp.us>
-
-	* [r8676] topology/Makefile.in,
-	  topology/topology_drop_after.sql.in.c,
-	  topology/topology_drop_before.sql.in.c: #1430: create
-	  topology_drop_before and topology_drop_after to allow changing
-	  names of input args and allow changing functions to use default
-	  args
-
-2012-01-05 07:51  Regina Obe <lr at pcorp.us>
-
-	* [r8675] postgis/postgis_drop_before.sql.in.c: svn tags
-
-2012-01-04 22:30  Sandro Santilli <strk at keybit.net>
-
-	* [r8674] raster/rt_pg/rt_pg.c: Fix deallocation of terminating
-	  NULL in RASTER_asGDALRaster (#1432)
-
-2012-01-04 21:38  Sandro Santilli <strk at keybit.net>
-
-	* [r8673] topology/test/regress/st_remedgemodface.sql,
-	  topology/test/regress/st_remedgenewface.sql: Work around a
-	  PostgreSQL 8.4+ bug with CREATE INTO (#1431)
-
-2012-01-04 20:50  Sandro Santilli <strk at keybit.net>
-
-	* [r8672] doc/extras_topology.xml: Document topology.toTopoGeometry
-	  (#1017)
-
-2012-01-04 18:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8671] topology/sql/topogeometry/totopogeom.sql,
-	  topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected: Complete
-	  implementation and regress test for toTopoGeom (#1017)
-	  
-	  You can start playing with this. Lacks documentation.
-	  Expect troubles. Feel free to report them.
-
-2012-01-04 18:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8670] topology/test/regress/createtopogeom_expected,
-	  topology/topology.sql.in.c: Implement TopoGeometry->Geometry
-	  converter for COLLECTION types
-
-2012-01-04 17:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8669] configure.ac: Don't allow --with-topology when GEOS
-	  version < 3.3
-
-2012-01-04 02:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8668] configure.ac: Try to make json-c detection slightly more
-	  automatic.
-
-2012-01-03 23:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8667] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  regress/tickets.sql, regress/tickets_expected: Change to GNU
-	  macro NAN. Still not feeling The Confidence.
-
-2012-01-03 23:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8666] liblwgeom/lwspheroid.c: Make numerical stability fix
-	  actually be present
-
-2012-01-03 23:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8665] liblwgeom/lwgeodetic.c: Hm, nan() function?
-
-2012-01-03 23:24  Sandro Santilli <strk at keybit.net>
-
-	* [r8664] doc/extras_topology.xml: Document TopoGeo_AddPolygon
-
-2012-01-03 23:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8663] topology/sql/populate.sql, topology/test/Makefile,
-	  topology/test/regress/topogeo_addpolygon.sql,
-	  topology/test/regress/topogeo_addpolygon_expected: Implement and
-	  regress-test TopoGeo_addPolygon
-
-2012-01-03 22:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8662] liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c,
-	  postgis/lwgeom_functions_basic.c: Make ST_Azimuth(p1, p1) return
-	  NULL and make ST_Project(p1, 0, NULL) return p1.
-
-2012-01-03 21:30  Sandro Santilli <strk at keybit.net>
-
-	* [r8661] TODO: ST_Split was implemented - a lot more to remove
-	  from TODO
-
-2012-01-03 20:55  Sandro Santilli <strk at keybit.net>
-
-	* [r8660] topology/sql/topogeometry/totopogeom.sql: Change
-	  parameter names to use the "athing" convention. See #1427
-
-2012-01-03 20:48  Sandro Santilli <strk at keybit.net>
-
-	* [r8659] topology/sql/populate.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Fix typo in
-	  exception message, change signature of TopoGeo_addPolygon
-
-2012-01-03 20:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8658] postgis/geography.sql.in.c, postgis/postgis.sql.in.c,
-	  utils/postgis_restore.pl: Reorganize SQL definitions a bit: type
-	  creation at the start, indexes and operators after, then other
-	  stuff. Probably further ordering would be C-stuff before PL/PgSQL
-	  stuff.
-
-2012-01-03 20:24  Sandro Santilli <strk at keybit.net>
-
-	* [r8657] topology/test/regress/topogeo_addpoint.sql,
-	  topology/test/regress/topogeo_addpoint_expected: Test invalid
-	  calls to topogeo_addpoint
-
-2012-01-03 20:04  Sandro Santilli <strk at keybit.net>
-
-	* [r8656] doc/extras_topology.xml: Document TopoGeo_addLineString
-
-2012-01-03 19:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8655] liblwgeom/lwgeodetic.c, postgis/geography_measurement.c,
-	  postgis/lwgeom_functions_basic.c, regress/tickets.sql,
-	  regress/tickets_expected: Change units to radians and add some
-	  tests (#657 and #1305)
-
-2012-01-03 18:41  Sandro Santilli <strk at keybit.net>
-
-	* [r8654] topology/sql/populate.sql, topology/test/Makefile,
-	  topology/test/regress/topogeo_addlinestring.sql,
-	  topology/test/regress/topogeo_addlinestring_expected: Implement
-	  and regress-test TopoGeo_AddLineString
-
-2012-01-03 18:34  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8653] raster/rt_pg/rtpostgis_legacy.sql.in.c: Removed DROP VIEW
-	  statements as per suggestion by robe in ticket #1422.
-
-2012-01-03 10:52  Sandro Santilli <strk at keybit.net>
-
-	* [r8652] doc/extras_topology.xml: Document TopoGeo_addPoint
-
-2012-01-03 10:39  Sandro Santilli <strk at keybit.net>
-
-	* [r8651] topology/test/Makefile,
-	  topology/test/regress/topogeo_addpoint.sql,
-	  topology/test/regress/topogeo_addpoint_expected: Add regression
-	  test for TopoGeo_AddPoint
-
-2012-01-03 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r8650] topology/sql/populate.sql, topology/topology.sql.in.c:
-	  Move TopoGeom_addXXX functions to populate.sql and refine
-	  signatures
-	  
-	  Implement TopoGeom_addPoint (misses regression testing yet)
-
-2012-01-03 09:49  Sandro Santilli <strk at keybit.net>
-
-	* [r8649] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Don't consider
-	  the old self edge when checking integrity
-	  
-	  Fixes a bug introduced by previous commit.
-
-2012-01-03 09:44  Sandro Santilli <strk at keybit.net>
-
-	* [r8648] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Don't consider
-	  shared nodes as edge intersections. Fixes #1428.
-
-2012-01-02 06:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8647] raster/rt_pg, raster/rt_pg/.svnignore,
-	  raster/rt_pg/Makefile.in, raster/rt_pg/legacy.sql.in.c,
-	  raster/rt_pg/rtpostgis_legacy.sql.in.c: Renamed legacy.sql.in.c
-	  to rtpostgis_legacy.sql.in.c to not conflict with postgis'
-	  legacy.sql. Associated ticket is #1422.
-
-2012-01-02 00:31  Regina Obe <lr at pcorp.us>
-
-	* [r8646] regress/measures.sql, regress/sql-mm-general.sql: #722
-	  more regress fixes for GeomFromText
-
-2012-01-02 00:25  Regina Obe <lr at pcorp.us>
-
-	* [r8645] regress/tickets.sql: #722: regress replace GeomFromText
-	  with ST_GeomFromText
-
-2012-01-01 23:42  Regina Obe <lr at pcorp.us>
-
-	* [r8644] postgis/legacy.sql.in.c,
-	  postgis/legacy_compatibility_layer.sql.in.c,
-	  postgis/postgis.sql.in.c, postgis/uninstall_legacy.sql.in.c:
-	  #722: Good bye GeomFromWKB, GeomFromText
-
-2012-01-01 21:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8643] raster/rt_pg, raster/rt_pg/.svnignore,
-	  raster/rt_pg/Makefile.in, raster/rt_pg/legacy.sql.in.c: Added
-	  legacy.sql which adds renamed and removed columns to
-	  raster_columns and raster_overviews. This will allow 3rd party
-	  software that hasn't been updated to the current structures of
-	  raster_columns and raster_overviews to still operate
-	  successfully.
-
-2012-01-01 15:58  Regina Obe <lr at pcorp.us>
-
-	* [r8642] doc/reference_output.xml, postgis/postgis.sql.in.c,
-	  postgis/postgis_drop.sql.in.c: #961: Change ST_GeoHash to use
-	  default args
-
-2012-01-01 15:41  Regina Obe <lr at pcorp.us>
-
-	* [r8641] doc/reference_measure.xml: update to include ST_Azimuth
-	  for geography -- still need example. Also provide example for
-	  using degrees
-
-2012-01-01 15:22  Regina Obe <lr at pcorp.us>
-
-	* [r8640] doc/reference_output.xml, postgis/geography.sql.in.c,
-	  postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c: #961:
-	  ST_AsGeoJSON change to use default args
-
-2012-01-01 14:39  Regina Obe <lr at pcorp.us>
-
-	* [r8639] postgis/postgis_drop.sql.in.c: over dropped ST_AsKML
-	  protos
-
-2012-01-01 14:10  Regina Obe <lr at pcorp.us>
-
-	* [r8638] doc/reference_output.xml, postgis/geography.sql.in.c,
-	  postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c,
-	  postgis/postgis_drop_before.sql.in.c: changed name of prec to
-	  maxdecimaldigits for ST_AsX3D to be consistent with other ST_As*
-	  functions, change ST_AsKML to use default args
-
-2012-01-01 13:28  Regina Obe <lr at pcorp.us>
-
-	* [r8637] doc/reference_output.xml: fix incorrect arg name in
-	  ST_AsGML
-
-2012-01-01 13:24  Regina Obe <lr at pcorp.us>
-
-	* [r8636] postgis/legacy.sql.in.c,
-	  postgis/legacy_compatibility_layer.sql.in.c,
-	  postgis/postgis.sql.in.c, postgis/uninstall_legacy.sql.in.c:
-	  #722: Remove all functions with ST_ equivalents from core
-	  postgis.sql. Good bye SetSRID
-
-2012-01-01 04:38  Regina Obe <lr at pcorp.us>
-
-	* [r8635] postgis/geography.sql.in.c, postgis/postgis.sql.in.c:
-	  #1423: ST_AsGML regress fixes -- bah revert last change
-	  evidentally '' and NULL prefix do not mean the same thing.
-
-2012-01-01 03:41  Regina Obe <lr at pcorp.us>
-
-	* [r8634] postgis/geography.sql.in.c, postgis/postgis.sql.in.c:
-	  #1423 revision -- put back the strict but set default prefix to
-	  '' AND NULLIF it in the function
-
-2012-01-01 03:28  Regina Obe <lr at pcorp.us>
-
-	* [r8633] postgis/geography.sql.in.c: #1423 -- fix for geography
-	  ST_AsGML - take off strictness if we allow null for prefix
-
-2012-01-01 03:27  Regina Obe <lr at pcorp.us>
-
-	* [r8632] postgis/postgis.sql.in.c: #1423: ST_AsGML fix - Can't
-	  have strict on funcs that take default args where a default arg
-	  defaults to NULL. Really :)
-
-2012-01-01 02:57  Regina Obe <lr at pcorp.us>
-
-	* [r8631] postgis/postgis_drop.sql.in.c: forgot a ST_AsGML drop
-	  version,geometry version
-
-2012-01-01 01:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8630] raster/loader/raster2pgsql.c,
-	  raster/loader/raster2pgsql.h: Added support for attempting to
-	  identify the EPSG from a raster's metadata if SRID is not
-	  provided with -s. If unable to get geotransform matrix from
-	  raster, use generic default of (0, 1, 0, 0, 0, -1).
-	  
-	  Associated ticket is #1421
-
-2012-01-01 01:26  Regina Obe <lr at pcorp.us>
-
-	* [r8629] doc/reference_output.xml, postgis/geography.sql.in.c,
-	  postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c: #961:
-	  Change ST_AsGML to use default args
-
-2011-12-31 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r8628] doc/extras_topology.xml: Document new optional arguments
-	  to AddNode
-
-2011-12-31 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r8627] topology/sql/populate.sql,
-	  topology/test/regress/addnode.sql,
-	  topology/test/regress/addnode_expected: topology.AddNode: add 2
-	  additional optional arguments to allow splitting edges and
-	  computing containing_face
-
-2011-12-31 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r8626] topology/sql/sqlmm.sql: Add parameter names
-
-2011-12-31 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r8625] topology/sql/query/getfacebypoint.sql: Use DEBUG level
-	  for printing SQL being executed...
-
-2011-12-31 04:45  Regina Obe <lr at pcorp.us>
-
-	* [r8624] extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control: bump up
-	  release numbers
-
-2011-12-31 04:36  Regina Obe <lr at pcorp.us>
-
-	* [r8623] doc/reference_raster.xml: forgot altitude arg for
-	  hillshade
-
-2011-12-30 15:52  Regina Obe <lr at pcorp.us>
-
-	* [r8622] doc/reference_output.xml, postgis/postgis.sql.in.c:
-	  quickly change the options name arg to agree with ST_AsGML docs
-
-2011-12-30 15:43  Regina Obe <lr at pcorp.us>
-
-	* [r8621] doc/reference_output.xml, postgis/postgis.sql.in.c,
-	  postgis/postgis_drop.sql.in.c: #1415 -- beginning support for
-	  options -- expose the currently useless opts flag
-
-2011-12-30 13:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8620] postgis/sqlmm.sql.in.c, postgis/uninstall_sqlmm.sql.in.c:
-	  Stub in ST_LocateAlong and ST_LocateBetween for implementation
-	  before 2.0
-
-2011-12-30 09:24  Regina Obe <lr at pcorp.us>
-
-	* [r8619] doc/reference_output.xml: put in default values for
-	  ST_AsSVG geography
-
-2011-12-30 09:06  Regina Obe <lr at pcorp.us>
-
-	* [r8618] postgis/geography.sql.in.c: change ST_AsSVG(text) to
-	  explicilty list all args otherwise upgrade script fails -- since
-	  old signature exists causing ambiguous conflict during install.
-
-2011-12-30 08:48  Regina Obe <lr at pcorp.us>
-
-	* [r8617] doc/reference_output.xml, doc/reference_raster.xml,
-	  postgis/geography.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/postgis_drop.sql.in.c: change ST_AsSVG to use default
-	  args and support named args. Also correct misstatement in
-	  geography code as to the ordering of args thought that ordering
-	  makes more logical sense to me (it ain't the way it is)
-
-2011-12-29 21:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8616] regress/run_test: Conditionally drop loader test tables
-	  (requires PostgreSQL >= 8.2 to support IF EXISTS syntax)
-
-2011-12-29 20:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8615] postgis/geography.h, postgis/geography_inout.c,
-	  postgis/gserialized_typmod.c, postgis/lwgeom_inout.c: Fix
-	  postgis_valid_typmod to use gserialized* as an input instead of
-	  lwgeom* to get past in/out memory management issues (#1413)
-
-2011-12-29 18:13  Sandro Santilli <strk at keybit.net>
-
-	* [r8614] topology/test/regress/createtopogeom.sql,
-	  topology/test/regress/createtopogeom_expected,
-	  topology/topology.sql.in.c: Retain type of TopoGeometry objects
-	  defined by NO element (#1017)
-	  
-	  Includes regression tests for conversion of typed empty objects
-	  from simple to topological model.
-
-2011-12-29 18:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8613] doc/extras_topology.xml, topology/topology.sql.in.c:
-	  Consider TopoElements of type 0 as empty, allow CreateTopoGeom
-	  calls w/out a TopoElementArray to construct empties (#1017)
-
-2011-12-29 11:18  Sandro Santilli <strk at keybit.net>
-
-	* [r8612] topology/test/regress/createtopogeom.sql,
-	  topology/test/regress/createtopogeom_expected: Test more
-	  TopoGeometry creation
-
-2011-12-29 10:52  Sandro Santilli <strk at keybit.net>
-
-	* [r8611] topology/test/regress/createtopogeom.sql,
-	  topology/test/regress/createtopogeom_expected,
-	  topology/topology.sql.in.c: CreateTopoGeom: tweak error message
-	  on out-of-range TopoGeometry type
-
-2011-12-29 10:44  Sandro Santilli <strk at keybit.net>
-
-	* [r8610] topology/topology.sql.in.c: Complete parameter names
-
-2011-12-29 07:40  Sandro Santilli <strk at keybit.net>
-
-	* [r8609] topology/sql/populate.sql: Typos and argument names
-
-2011-12-29 07:39  Sandro Santilli <strk at keybit.net>
-
-	* [r8608] regress/run_test: Honour verbosity for database
-	  initialization errors
-
-2011-12-29 07:04  Sandro Santilli <strk at keybit.net>
-
-	* [r8607] topology/sql/predicates.sql: Tabs to spaces, a few TODO
-	  items...
-
-2011-12-29 07:04  Sandro Santilli <strk at keybit.net>
-
-	* [r8606] topology/Makefile.in, topology/sql/predicates.sql,
-	  topology/topology.sql.in.c: Put overridden (for topology) spatial
-	  predicates in their own file
-
-2011-12-29 06:48  Sandro Santilli <strk at keybit.net>
-
-	* [r8605] topology/sql/topogeometry/totopogeom.sql,
-	  topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected: topology.toTopoGeom:
-	  add type compatibility checks (#1017)
-
-2011-12-29 06:05  Sandro Santilli <strk at keybit.net>
-
-	* [r8604] postgis/postgis.sql.in.c: Add geometry parameter names to
-	  functions
-
-2011-12-28 16:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8603] raster/rt_pg/rtpostgis.sql.in.c: Removed STRICT from
-	  various ST_Intersects functions and changed the costs of calling
-	  ST_Intersects to 1000. Related ticket is #1410.
-
-2011-12-28 15:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8602] raster/rt_core/rt_api.c: Force initialization of output
-	  GDAL raster from rt_raster_gdal_warp to band's NODATA value.
-	  Also, spelling correction.
-
-2011-12-28 14:07  Regina Obe <lr at pcorp.us>
-
-	* [r8601] doc/using_raster_dataman.xml: I have difficulty with
-	  simple math
-
-2011-12-28 13:59  Regina Obe <lr at pcorp.us>
-
-	* [r8600] doc/using_raster_dataman.xml: more description of over
-	  view
-
-2011-12-28 11:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8599] raster/rt_pg/Makefile.in: Drop spurious white spaces.
-	  Should fix #1409. Thanks Peter Clark.
-
-2011-12-28 02:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8598] raster/loader/raster2pgsql.c,
-	  raster/rt_pg/rtpostgis.sql.in.c: Correct output of INSERT
-	  statements for overviews in raster2pgsql.c. Associated ticket is
-	  #1404. Aslo minor code formatting and additional code checks in
-	  rtpostgis.sql.in.c
-
-2011-12-27 16:37  Regina Obe <lr at pcorp.us>
-
-	* [r8597] doc/reference_raster.xml: oops missing tag -- removed
-	  other copy paste mistakes
-
-2011-12-27 16:33  Regina Obe <lr at pcorp.us>
-
-	* [r8596] doc/reference_raster.xml: document ST_HillShade (still
-	  need to put in examples)
-
-2011-12-27 15:31  Regina Obe <lr at pcorp.us>
-
-	* [r8595] doc/using_raster_dataman.xml: norm is right - powers of 2
-	  are better especially since my file tiles are in powers of 2 so
-	  don't get scrap tiles
-
-2011-12-27 06:32  Regina Obe <lr at pcorp.us>
-
-	* [r8594] doc/using_raster_dataman.xml: link to npgsql download
-	  site.
-
-2011-12-27 06:27  Regina Obe <lr at pcorp.us>
-
-	* [r8593] doc/using_raster_dataman.xml: fix typo and provide link
-	  to java jdbc download site
-
-2011-12-27 06:04  Regina Obe <lr at pcorp.us>
-
-	* [r8592] doc/reference_raster.xml: link to raster applications
-	  section that demonstrates how to use these functions in an
-	  application
-
-2011-12-27 06:01  Regina Obe <lr at pcorp.us>
-
-	* [r8591] doc/using_raster_dataman.xml: replace java example with a
-	  simpler more useful one
-
-2011-12-27 05:29  Regina Obe <lr at pcorp.us>
-
-	* [r8590] doc/using_raster_dataman.xml: provide a java console app
-	  example
-
-2011-12-26 22:22  Regina Obe <lr at pcorp.us>
-
-	* [r8589] doc/using_raster_dataman.xml: more description
-
-2011-12-26 22:10  Regina Obe <lr at pcorp.us>
-
-	* [r8588] doc/using_raster_dataman.xml: c# example using ST_AsPNG
-
-2011-12-26 20:31  Regina Obe <lr at pcorp.us>
-
-	* [r8587] doc/using_raster_dataman.xml: more cleanup
-
-2011-12-26 20:24  Regina Obe <lr at pcorp.us>
-
-	* [r8586] doc/using_raster_dataman.xml: use docbook paragraph tags
-
-2011-12-26 20:21  Regina Obe <lr at pcorp.us>
-
-	* [r8585] doc/using_raster_dataman.xml: some other minor cleanup
-
-2011-12-26 20:20  Regina Obe <lr at pcorp.us>
-
-	* [r8584] doc/using_raster_dataman.xml: wrap php code in cdata tags
-
-2011-12-26 20:10  Regina Obe <lr at pcorp.us>
-
-	* [r8583] doc/using_raster_dataman.xml: Add php example using
-	  postgis raster
-
-2011-12-26 17:43  Regina Obe <lr at pcorp.us>
-
-	* [r8582] doc/reference_raster.xml: correct comment
-
-2011-12-26 17:38  Regina Obe <lr at pcorp.us>
-
-	* [r8581] doc/reference_raster.xml: minor formatting cleanup
-
-2011-12-26 17:37  Regina Obe <lr at pcorp.us>
-
-	* [r8580] doc/reference_raster.xml: fix typo in image names
-
-2011-12-26 11:04  Regina Obe <lr at pcorp.us>
-
-	* [r8579] doc/html/images/st_resample01.png,
-	  doc/html/images/st_resample02.png, doc/reference_raster.xml:
-	  example of resample
-
-2011-12-26 10:31  Regina Obe <lr at pcorp.us>
-
-	* [r8578] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: fix typo
-	  in cast check expression. Should be checking for box3d existence
-	  not box2d
-
-2011-12-26 09:32  Regina Obe <lr at pcorp.us>
-
-	* [r8577] extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control: bump up
-	  version numbers
-
-2011-12-25 10:56  Sandro Santilli <strk at keybit.net>
-
-	* [r8576] topology/Makefile.in,
-	  topology/sql/topogeometry/totopogeom.sql, topology/test/Makefile,
-	  topology/test/regress/totopogeom.sql,
-	  topology/test/regress/totopogeom_expected,
-	  topology/topology.sql.in.c: Stub toTopoGeom function and testcase
-	  (#1017)
-
-2011-12-25 10:56  Sandro Santilli <strk at keybit.net>
-
-	* [r8575] topology/Makefile.in: Add missing dependencies of
-	  topology.sql (includes)
-
-2011-12-24 22:27  Regina Obe <lr at pcorp.us>
-
-	* [r8574] doc/reference_raster.xml: another minor typo
-
-2011-12-24 22:10  Regina Obe <lr at pcorp.us>
-
-	* [r8573] doc/reference_raster.xml: fix typo in column numbers
-
-2011-12-24 21:39  Regina Obe <lr at pcorp.us>
-
-	* [r8572] doc/reference_raster.xml: minor formatting change
-
-2011-12-24 21:07  Regina Obe <lr at pcorp.us>
-
-	* [r8571] doc/html/images/rt_st_transform03.png,
-	  doc/reference_raster.xml: fix formatting of ST_Transform example
-	  and add another sub example demonstrating using different
-	  algorithm
-
-2011-12-24 20:18  Regina Obe <lr at pcorp.us>
-
-	* [r8570] doc/html/images/rt_st_transform01.png,
-	  doc/html/images/rt_st_transform02.png, doc/reference_raster.xml:
-	  example for raster transform
-
-2011-12-24 18:40  Regina Obe <lr at pcorp.us>
-
-	* [r8569] doc/using_raster_dataman.xml: change docs to use unix
-	  style slashes which work correctly on both Unix and windows.
-
-2011-12-24 16:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8568] raster/loader/raster2pgsql.c: If generating overviews and
-	  -F is set, overview tables will have "filename" column.
-
-2011-12-24 15:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8567] raster/loader/raster2pgsql.c: Testing the wrong variable
-	  when checking if two rasters is different.
-
-2011-12-24 11:41  Sandro Santilli <strk at keybit.net>
-
-	* [r8566] raster/rt_pg/Makefile.in: Encode dependency of objects
-	  and scripts on configuration
-
-2011-12-24 11:22  Sandro Santilli <strk at keybit.net>
-
-	* [r8565] .gitignore: Ignore generated uninstall_rtpostgis.sql
-
-2011-12-24 11:22  Sandro Santilli <strk at keybit.net>
-
-	* [r8564] topology/test/regress/droptopology.sql: Drop created
-	  tables after run
-
-2011-12-24 11:22  Sandro Santilli <strk at keybit.net>
-
-	* [r8563] topology/test/regress/topo2.5d.sql: Cleanup created
-	  tables after run
-
-2011-12-24 11:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8562] topology/test/regress/gml.sql: drop created table after
-	  run
-
-2011-12-24 11:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8561] utils/create_undef.pl: Add support for dropping DOMAINs
-	  in create_undef.pl (#1407)
-
-2011-12-24 11:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8560] regress/run_test: Enable uninstall_topology.sql testing
-
-2011-12-24 11:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8559] utils/create_undef.pl: Allow fully-qualified basetype
-	  name for aggregates
-
-2011-12-24 11:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8558] utils/create_undef.pl: Drop tables in reverse order,
-	  reducing probability of fkey troubles
-
-2011-12-24 10:42  Sandro Santilli <strk at keybit.net>
-
-	* [r8557] raster/test/regress/Makefile.in, regress/Makefile.in,
-	  topology/test/Makefile: run_test doesn't need USE_VERSION anymore
-
-2011-12-24 10:42  Sandro Santilli <strk at keybit.net>
-
-	* [r8556] .gitignore, topology/Makefile.in: Generate
-	  uninstall_topology.sql
-
-2011-12-24 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r8555] regress/run_test: Stop using USE_VERSION, assume pgsql is
-	  always > 7.4.
-	  
-	  Hopefully fixes #819
-
-2011-12-24 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r8554] utils/create_undef.pl: Add support for objects schema
-	  definition in create_undef.pl
-
-2011-12-24 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8553] raster/test/regress/rt_intersection.sql: Drop created
-	  function after run
-
-2011-12-24 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8552] raster/test/regress/Makefile.in,
-	  raster/test/regress/drop_rt_mapalgebra_test.sql,
-	  raster/test/regress/drop_rt_mapalgebra_test_expected,
-	  raster/test/regress/drop_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/drop_rt_mapalgebrafctngb_test_expected:
-	  Ensure mapalgebra test functions are dropped
-
-2011-12-24 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8551] raster/test/regress/Makefile.in,
-	  raster/test/regress/create_rt_utility_test_expected,
-	  raster/test/regress/rt_utility.sql: Don't load rt_utility_test
-	  data creator as test
-
-2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r8550] raster/test/regress/Makefile.in,
-	  raster/test/regress/drop_rt_empty_raster_test.sql,
-	  raster/test/regress/drop_rt_empty_raster_test_expected: Add
-	  rt_empty_raster dropper script
-
-2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r8549] raster/test/regress/Makefile.in,
-	  raster/test/regress/drop_rt_properties_test.sql,
-	  raster/test/regress/drop_rt_properties_test_expected: Add
-	  rt_properties_test dropper script
-
-2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r8548] raster/test/regress/Makefile.in,
-	  raster/test/regress/box3d.sql,
-	  raster/test/regress/create_box3d_test.sql,
-	  raster/test/regress/create_box3d_test_expected,
-	  raster/test/regress/create_rt_bytea_test.sql,
-	  raster/test/regress/create_rt_bytea_test_expected,
-	  raster/test/regress/rt_bytea.sql: Move single-test data tables
-	  within the testfiles, cleanup after run
-
-2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r8547] raster/test/regress/rt_io.sql: Cleanup after run
-
-2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r8546] raster/test/regress/Makefile.in,
-	  raster/test/regress/drop_rt_band_properties_test.sql,
-	  raster/test/regress/drop_rt_band_properties_test_expected: Add a
-	  drop_rt_band_properties_test script for cleanup purposes
-
-2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r8545] raster/test/regress/rt_spatial_relationship.sql: cleanup
-	  data tables
-
-2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r8544] raster/test/regress/Makefile.in,
-	  raster/test/regress/drop_rt_gist_test.sql,
-	  raster/test/regress/drop_rt_gist_test_expected: Add a
-	  drop_rt_gist_test.sql file for cleanup purposes (#301)
-
-2011-12-24 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r8543] raster/test/regress/bug_test_car5.sql: Cleanup created
-	  objects
-
-2011-12-24 09:57  Sandro Santilli <strk at keybit.net>
-
-	* [r8542] raster/rt_pg/rtpostgis.sql.in.c: Avoid function calls in
-	  DEFAULT specifications for unknown SRID
-	  
-	  Matches what postgis.sql does as well.
-	  Fixes generation of uninstall script for raster (#301)
-
-2011-12-24 09:57  Sandro Santilli <strk at keybit.net>
-
-	* [r8541] utils/create_undef.pl: Enhance DEFAULT specification
-	  stripper
-
-2011-12-24 09:57  Sandro Santilli <strk at keybit.net>
-
-	* [r8540] regress/run_test: Run uninstall test for raster, when
-	  enabled
-
-2011-12-24 09:56  Sandro Santilli <strk at keybit.net>
-
-	* [r8539] raster/rt_pg/Makefile.in: Generate
-	  uninstall_rtpostgis.sql (#301)
-
-2011-12-24 02:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8538] utils/uninstall_script: Additional work to remove DROP
-	  FUNCTION statements depending upon prior DROP TYPE ... CASCADE
-	  statements that generate ERRORs
-
-2011-12-24 01:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8537] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c: Instead of using spatial reference text in
-	  WKT format, use PROJ.4 format when possible. This does mean that
-	  in situations that require WKT format, rt_raster_gdal_sr must be
-	  called to convert from one format to the other.
-
-2011-12-24 01:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8536] raster/rt_pg/rt_pg.c: Fix issue with RASTER_sameAlignment
-	  where the deserializing of the raster is not being limited to
-	  just the header.
-
-2011-12-23 17:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8535] utils/create_undef.pl: support multiline function
-	  signatures at the parsing stage too...
-
-2011-12-23 17:30  Sandro Santilli <strk at keybit.net>
-
-	* [r8534] utils/create_undef.pl: Add support for multiline function
-	  signatures
-
-2011-12-23 17:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8533] raster/loader/raster2pgsql.c: Overview constraints should
-	  always be added regardless of whether or not the user requests
-	  raster constraints.
-
-2011-12-23 16:49  Sandro Santilli <strk at keybit.net>
-
-	* [r8532] utils/create_undef.pl: Write header in the files
-	  generated by create_undef.pl
-	  
-	  Header includes license, creation timestamp and input filename
-
-2011-12-23 16:49  Sandro Santilli <strk at keybit.net>
-
-	* [r8531] .gitignore, postgis/Makefile.in,
-	  postgis/uninstall_postgis.sql.in.c: Simplify
-	  uninstall_postgis.sql rule, drop the manual edited version
-
-2011-12-23 16:39  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8530] raster/loader/raster2pgsql.c: Fixed erroneous addition of
-	  filename to overviews when the flags -l -F -Y are combined.
-
-2011-12-23 16:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8529] utils/uninstall_script: Fixed for better path handling
-
-2011-12-23 16:18  Regina Obe <lr at pcorp.us>
-
-	* [r8528] doc/installation.xml: put in sections for postgis
-	  extensions. Probably will need some cleanup.
-
-2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r8527] .gitignore: Ignore generated comment files
-
-2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r8526] .gitignore: Ignore generated raster files
-
-2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r8525] postgis/Makefile.in: Let create_undef.pl generate
-	  uninstall_postgis.sql
-
-2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r8524] regress/run_test: Cleanup after loader test runs, fixing
-	  uninstall testing
-
-2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r8523] regress/clean.sql, regress/sql-mm-serialize.sql: Drop
-	  objects created by the tests
-
-2011-12-23 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r8522] utils/create_undef.pl: Fix create_undef.pl script to
-	  generate correct uninstall script
-
-2011-12-23 16:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8521] utils/uninstall_script: Added uninstall_script to
-	  facilitate generation of uninstall_postgis.sql and
-	  uninstall_rtpostgis.sql. It could still use additional validation
-	  and cleaning up of the output uninstall sql files.
-
-2011-12-23 13:20  Regina Obe <lr at pcorp.us>
-
-	* [r8520] doc/reference_raster.xml: minor code change to make
-	  example a bit shorter
-
-2011-12-23 13:06  Regina Obe <lr at pcorp.us>
-
-	* [r8519] doc/reference_raster.xml: fix some erroneous statements
-	  about ST_Clip and provide example demonstrating trimraster
-	  argument effect
-
-2011-12-23 08:53  Regina Obe <lr at pcorp.us>
-
-	* [r8518] doc/reference_raster.xml: fix unbalanced tag
-
-2011-12-23 08:38  Regina Obe <lr at pcorp.us>
-
-	* [r8517] doc/reference_raster.xml: some cosmetic cleanup
-
-2011-12-23 08:35  Regina Obe <lr at pcorp.us>
-
-	* [r8516] doc/html/images/st_clip01.png,
-	  doc/html/images/st_clip02.png, doc/html/images/st_clip03.png,
-	  doc/reference_raster.xml: example of st_clip with pictures
-
-2011-12-23 07:58  Regina Obe <lr at pcorp.us>
-
-	* [r8515] doc/reference_raster.xml: start documenting ST_Clip
-
-2011-12-22 19:09  Regina Obe <lr at pcorp.us>
-
-	* [r8514] doc/reference_raster.xml: fill in missing protos for
-	  droprasterconstraints / addrasterconstraints
-
-2011-12-22 13:24  Regina Obe <lr at pcorp.us>
-
-	* [r8513] doc/using_raster_dataman.xml: make title a little shorter
-
-2011-12-22 13:23  Regina Obe <lr at pcorp.us>
-
-	* [r8512] doc/using_postgis_app.xml, doc/using_raster_dataman.xml:
-	  changing titles -- raster data man I'm eventually going to throw
-	  in mapserver, .net, jdbc examples cause I'm too lazy to create a
-	  separate chapter. The postgis app section is really specific to
-	  postgis geometry since it doesn't talk about raster or geography
-	  at all.
-
-2011-12-22 13:18  Regina Obe <lr at pcorp.us>
-
-	* [r8511] doc/using_raster_dataman.xml: minor error in statement
-
-2011-12-22 11:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8510] postgis/uninstall_geography.sql.in.c,
-	  postgis/uninstall_postgis.sql.in.c: Drop operator families, not
-	  classes (#543)
-
-2011-12-22 11:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8509] postgis/Makefile.in: Encode dependency of
-	  uninstall_postgis.sql on included files
-
-2011-12-22 11:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8508] postgis/uninstall_postgis.sql.in.c: Add more uninstall
-	  objects found by uninstall test (#1397)
-
-2011-12-22 11:19  Sandro Santilli <strk at keybit.net>
-
-	* [r8507] regress/run_test: Count objects in the _regress_
-	  database, not elsewhere (#1397)
-
-2011-12-22 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8506] regress/run_test: Fix testing of uninstall script count
-	  [#1397]
-	  
-	  This commit also adds new utility functions and skips testing
-	  uninstall when raster or topology are enabled.
-
-2011-12-22 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8505] postgis/uninstall_postgis.sql.in.c: Fix uninstall script
-	  [#1153]
-
-2011-12-22 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8504] postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c:
-	  Deprecate Polygonize and Collect aggregates [#1400]
-
-2011-12-22 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8503] postgis/Makefile.in: Encode dependency of postgis.sql
-	  from included scripts
-
-2011-12-22 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8502] postgis/Makefile.in: Encode dependency of postgis objects
-	  on postgis_config.h
-	  
-	  Fixes ./configure && make check after switching between different
-	  PostgreSQL versions.
-
-2011-12-22 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8501] regress/run_test: Add testing for uninstall_postgis.sql
-	  [#1397]
-	  
-	  The uninstall currently fails due to #1153
-
-2011-12-22 08:23  Sandro Santilli <strk at keybit.net>
-
-	* [r8500] regress/tickets.sql, regress/tickets_expected: Don't
-	  depend on bytea representation for unrelated tests.
-	  
-	  Fix testing against PostgreSQL 9.0+.
-
-2011-12-22 08:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8499] postgis/gserialized_gist_2d.c: Replace INFINITY with
-	  MAXFLOAT. Should fix Solaris build [#1396]
-	  
-	  I don't think it makes a difference as those functions are not
-	  documented about the exceptional return, and no regression test
-	  fails with the change.
-
-2011-12-22 05:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8498] postgis/geometry_estimate.c: Move SPI_finish to after
-	  elog calls. This seems to fix the regression failure in 877,
-	  though why is not clear. Is SPI_finish removing a memory context
-	  that palloc has allocated things inside? This would explain the
-	  odd result (tbl and col variables get emptied upon call to
-	  SPI_finish).
-
-2011-12-21 21:49  Regina Obe <lr at pcorp.us>
-
-	* [r8497] doc/reference_raster.xml: change ST_Reclass example to
-	  use less verbose ST_AddBand array syntax
-
-2011-12-21 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8496] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
-	  postgis/geography.sql.in.c, postgis/geography_measurement.c:
-	  ST_Azimuth on the spheroid (#1305)
-
-2011-12-21 18:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8495] doc/reference_measure.xml, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c: Add ST_Project(geography,
-	  distance, azimuth) (#657) to construct a new point given a
-	  heading and a distance.
-
-2011-12-21 17:16  Regina Obe <lr at pcorp.us>
-
-	* [r8494] doc/using_raster_dataman.xml: fix typo
-
-2011-12-21 17:15  Sandro Santilli <strk at keybit.net>
-
-	* [r8493] regress/run_test: Add missing options in the help string
-
-2011-12-21 17:09  Sandro Santilli <strk at keybit.net>
-
-	* [r8492] regress/Makefile.in, regress/run_test: Put staged
-	  postgis.sql with other staged intsall objects
-
-2011-12-21 16:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8491] doc/man/shp2pgsql.1: Document the new -s from:to syntax
-	  of shp2pgsql [#994]
-
-2011-12-21 14:53  Sandro Santilli <strk at keybit.net>
-
-	* [r8490] postgis/lwgeom_inout.c: Add include for
-	  lwgeom_typmod_valid define
-
-2011-12-21 14:50  Sandro Santilli <strk at keybit.net>
-
-	* [r8489] raster/rt_pg/Makefile.in: Add top-level and postgis/ dirs
-	  in include path for building scripts
-	  
-	  Fixes an error finding sqldefines.h
-
-2011-12-21 14:37  Sandro Santilli <strk at keybit.net>
-
-	* [r8488] liblwgeom/liblwgeom_internal.h, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwout_wkb.c, liblwgeom/lwutil.c: Use own implementation
-	  of endian detection, should fix #1172
-
-2011-12-21 14:16  Sandro Santilli <strk at keybit.net>
-
-	* [r8487] java/jdbc/src/org/postgis/Geometry.java: Fix repeated
-	  modifier
-
-2011-12-21 14:03  Sandro Santilli <strk at keybit.net>
-
-	* [r8486] postgis/Makefile.in, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis_module.c: Put PostgreSQL module related code in a
-	  new postgis_module.c file
-	  
-	  Beside the existing MODULE_MAGIC macro we now also have
-	  _PG_init and _PG_fini which are called at module load and unload.
-	  Such functions may be used to deal with GUC (and sample code for
-	  that is stubbed already). See #1393.
-
-2011-12-21 13:59  Regina Obe <lr at pcorp.us>
-
-	* [r8485] postgis/uninstall_legacy.sql.in.c: #1257 - drop mem_size
-
-2011-12-21 13:14  Regina Obe <lr at pcorp.us>
-
-	* [r8484] doc/reference_accessor.xml: #1345 write this off as an
-	  observed regression difference and document the behavior for
-	  those like me who will be adversely impacted and confused by
-	  application breakage.
-
-2011-12-21 13:03  Regina Obe <lr at pcorp.us>
-
-	* [r8482] doc/reference_lrs.xml: #1242 write this off as a
-	  documentation bug. I don't have 1.5.1 anymore to confirm
-	  ST_Line_Locate_Point ever worked with multilinestrings and
-	  doesn't work on my 1.5.3 install
-
-2011-12-20 19:35  Sandro Santilli <strk at keybit.net>
-
-	* [r8481] java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
-	  java/jdbc/src/org/postgis/Geometry.java,
-	  java/jdbc/src/org/postgis/PGboxbase.java,
-	  java/jdbc/src/org/postgis/PGgeometry.java,
-	  java/jdbc/src/org/postgis/binary/BinaryParser.java,
-	  java/jdbc/src/org/postgis/binary/BinaryWriter.java,
-	  java/jdbc/src/org/postgis/java2d/PGShapeGeometry.java,
-	  java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsParser.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsWriter.java: Convert java
-	  components to SRID<=0 being unknown and 0 being the official one
-	  [#1221]
-	  
-	  NOTE: this is untested, as "make" didn't know what to do and so
-	  neither do I
-
-2011-12-20 18:51  Sandro Santilli <strk at keybit.net>
-
-	* [r8480] postgis/lwgeom_geos.c, regress/tickets.sql,
-	  regress/tickets_expected: Different types _can_ be equal, see
-	  #756
-
-2011-12-20 16:56  Regina Obe <lr at pcorp.us>
-
-	* [r8479] doc/installation.xml: link to windows supplementary hard
-	  upgrade instructions
-
-2011-12-20 16:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8478] utils/postgis_restore.pl: Add comments in current
-	  version, including topo and raster [#1390]
-
-2011-12-20 15:43  Sandro Santilli <strk at keybit.net>
-
-	* [r8477] utils/postgis_restore.pl: Add comments from pgis-1.4
-	  [#1390]
-	  
-	  Also handle pg_restore errors more cleanly
-
-2011-12-20 15:18  Sandro Santilli <strk at keybit.net>
-
-	* [r8476] utils/postgis_restore.pl: Add more objects from a 1.5
-	  install, including comments [#1390]
-
-2011-12-20 03:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8475] raster/loader/Makefile.in, raster/scripts/Makefile.in:
-	  Finished support for make target "uninstall".
-
-2011-12-20 02:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8474] raster/Makefile.in, raster/loader/Makefile.in,
-	  raster/rt_pg, raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in,
-	  raster/scripts/Makefile.in, raster/scripts/python/Makefile.in,
-	  raster/test/Makefile.in, raster/test/regress/Makefile.in: Correct
-	  handling of make target "distclean". Next is "uninstall".
-
-2011-12-19 19:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8473] regress/loader/ReprojectPts.opts,
-	  regress/loader/ReprojectPtsGeog.opts: Update loader tests to use
-	  the new reprojection switch [#994]
-
-2011-12-19 19:06  Sandro Santilli <strk at keybit.net>
-
-	* [r8472] loader/shp2pgsql-cli.c: Drop -r switch, allow requesting
-	  reprojection with -s [#994]
-
-2011-12-19 16:19  Sandro Santilli <strk at keybit.net>
-
-	* [r8471] doc/html/image_src/generator.c: Make sure input is at
-	  least 3 characters long (#1146)
-
-2011-12-19 16:19  Sandro Santilli <strk at keybit.net>
-
-	* [r8470] utils/postgis_restore.pl: Report testing of
-	  pg-8.4.9/pgis-2.0.0SVN => pg-9.1.2/pgis-2.0.0SVN
-
-2011-12-19 12:27  Sandro Santilli <strk at keybit.net>
-
-	* [r8469] doc/installation.xml: Document postgis_restore.pl based
-	  HARD UPGRADE procedure
-	  
-	  Reviews are welcome.
-	  The new description replaces the old one so the brute force noisy
-	  process
-	  is now undocumented. If really needed it may come back in a
-	  subsection.
-
-2011-12-19 09:07  Sandro Santilli <strk at keybit.net>
-
-	* [r8468] utils/postgis_restore.pl: Allow keeping rows in
-	  spatial_ref_sys at postgis_restore.pl time
-	  
-	  After this commit the entries found in spatial_ref_sys at time
-	  of restore are retained w/out triggering ERROR lines in logfile
-	  or transaction aborts. Entries in dump with SRID not found in
-	  existing spatial_ref_sys are inserted.
-
-2011-12-19 08:18  Sandro Santilli <strk at keybit.net>
-
-	* [r8467] utils/postgis_restore.pl: Fix SRIDs in topology.topology
-	  after restore.
-
-2011-12-19 06:33  Regina Obe <lr at pcorp.us>
-
-	* [r8466] extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis_extension_helper.sql,
-	  extensions/postgis_extension_helper_uninstall.sql,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control: bump up
-	  numbers. logic to drop raster casts from extension if they are
-	  present and script asks to drop.
-
-2011-12-19 05:00  Regina Obe <lr at pcorp.us>
-
-	* [r8465] raster/rt_pg/rtpostgis_drop.sql.in.c: get rid of
-	  superfluous drop if exists _drop_st_samealignment
-
-2011-12-19 04:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8464] raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_columns_expected,
-	  raster/test/regress/check_raster_overviews.sql,
-	  raster/test/regress/check_raster_overviews_expected,
-	  raster/test/regress/rt_intersection.sql,
-	  raster/test/regress/rt_intersection_expected: Fixed to suppress
-	  PL/pgSQL notices causing issues due to line # output. Added order
-	  by to check_raster_overviews to ensure consistent output.
-
-2011-12-19 04:48  Regina Obe <lr at pcorp.us>
-
-	* [r8463] raster/rt_pg/Makefile.in,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: revise upgrade
-	  script to take into consideration change in casts
-
-2011-12-19 04:12  Regina Obe <lr at pcorp.us>
-
-	* [r8462] doc/reference_raster.xml: replace box2d with box3d in
-	  examples and remaining func
-
-2011-12-19 03:44  Regina Obe <lr at pcorp.us>
-
-	* [r8461] doc/extras_topology.xml: Clarify topology topoelement
-	  example that it is an example of WHAT NOT TO DO
-
-2011-12-19 03:37  Regina Obe <lr at pcorp.us>
-
-	* [r8460] doc/reference_raster.xml: replace references to box2d
-	  with box3d
-
-2011-12-19 02:18  Regina Obe <lr at pcorp.us>
-
-	* [r8459] doc/reference_raster.xml: get rid of remove
-	  ST_Intersection signatures and replace with new ones. Add the
-	  raster outputting intersection signatures. Still need to put in
-	  examples.
-
-2011-12-19 01:59  Regina Obe <lr at pcorp.us>
-
-	* [r8458] doc/faq_raster.xml, doc/reference_raster.xml,
-	  doc/using_raster_dataman.xml: update faq for raster to bring it
-	  more up to line with new loading , QGIS support etc., remove
-	  box2d and replace with box3d, minor rewording -- people who don't
-	  know GDAL don't know what a GDAL raster is. Took that word out
-	  when describing -G since it confuses rather than adding value.
-
-2011-12-19 01:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8457] raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_columns_expected,
-	  raster/test/regress/check_raster_overviews.sql,
-	  raster/test/regress/check_raster_overviews_expected: Refactored
-	  and cleaned up the regressions checks of values in raster_columns
-	  and raster_overviews views.
-
-2011-12-18 23:02  Sandro Santilli <strk at keybit.net>
-
-	* [r8456] utils/postgis_restore.pl: Document darkblue test:
-	  pg-9.1b3/pgis-1.5 to pg-9.1.1/pgis-2.0.0SVN
-
-2011-12-18 22:42  Sandro Santilli <strk at keybit.net>
-
-	* [r8455] raster/test/regress/check_raster_columns_expected,
-	  raster/test/regress/check_raster_overviews_expected: Do not
-	  expect things to happen in "userland" schema (what is it?)
-
-2011-12-18 18:49  Regina Obe <lr at pcorp.us>
-
-	* [r8454] doc/using_raster_dataman.xml: put in missing tag
-
-2011-12-18 18:05  Regina Obe <lr at pcorp.us>
-
-	* [r8453] doc/using_raster_dataman.xml: add in some missing
-	  raster2pgsql switches and provide an example of the -G list
-	  drivers option.
-
-2011-12-18 14:24  Sandro Santilli <strk at keybit.net>
-
-	* [r8452] regress/tickets_expected: Update after typo fix for
-	  AddGeometryColumn error message
-
-2011-12-18 14:22  Sandro Santilli <strk at keybit.net>
-
-	* [r8451] postgis/lwgeom_box3d.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix st_extent on empty relation (#1385)
-
-2011-12-17 21:00  Sandro Santilli <strk at keybit.net>
-
-	* [r8450] postgis/postgis.sql.in.c: AddGeometryColumns =>
-	  AddGeometryColumn
-
-2011-12-17 01:50  Regina Obe <lr at pcorp.us>
-
-	* [r8449] doc/using_raster_dataman.xml: fix typo
-
-2011-12-16 22:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8448] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_columns_expected,
-	  raster/test/regress/check_raster_overviews.sql,
-	  raster/test/regress/check_raster_overviews_expected: Minor
-	  comment cleanup in rtpostgis.sql.in.c. Added regression tests for
-	  AddRasterConstraints, AddOverviewConstraints,
-	  DropRasterConstraints and DropOverviewConstraints.
-
-2011-12-16 17:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8447] utils/postgis_restore.pl: Do restore spatial_ref_sys from
-	  dump, temporarly disabling srid check
-	  
-	  Assuming you don't source spatial_ref_sys.sql prior to run
-	  postgis_restore.pl you would always end up with all your data
-	  in the table and if no SRIDS are out of the valid range you'd
-	  also have the constraint in place.
-
-2011-12-16 16:39  Sandro Santilli <strk at keybit.net>
-
-	* [r8446] utils/postgis_restore.pl: Add more signatures to skip on
-	  restore (raster)
-
-2011-12-16 15:16  Sandro Santilli <strk at keybit.net>
-
-	* [r8445] liblwgeom/lwgeom_geos.c: Report full exception string on
-	  ST_Intersection failure (see #1173)
-
-2011-12-16 14:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8444] regress/tickets.sql, regress/tickets_expected: Add test
-	  for #1344 (can't dump invalid geometries)
-
-2011-12-16 04:34  Regina Obe <lr at pcorp.us>
-
-	* [r8442] doc/using_raster_dataman.xml: fix more typos
-
-2011-12-16 04:27  Regina Obe <lr at pcorp.us>
-
-	* [r8441] doc/using_raster_dataman.xml: more typo fix
-
-2011-12-16 04:24  Regina Obe <lr at pcorp.us>
-
-	* [r8440] doc/using_raster_dataman.xml: fix more typos
-
-2011-12-16 04:21  Regina Obe <lr at pcorp.us>
-
-	* [r8439] doc/using_raster_dataman.xml: flesh out creating rasters
-	  section a bit.
-
-2011-12-16 01:41  Regina Obe <lr at pcorp.us>
-
-	* [r8438] doc/using_raster_dataman.xml: start best practices stuff
-	  and break up loading and creating into two separate sections.
-
-2011-12-16 01:25  Regina Obe <lr at pcorp.us>
-
-	* [r8437] doc/using_raster_dataman.xml: cosmetic change to lists
-
-2011-12-16 01:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8436] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/scripts/plpgsql/st_clip.sql,
-	  raster/scripts/plpgsql/st_mapalgebra.sql,
-	  raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
-	  raster/scripts/plpgsql/st_mapalgebrafctngb.sql,
-	  raster/scripts/plpgsql/st_minpossibleval.sql,
-	  raster/test/regress/rt_utility.sql,
-	  raster/test/regress/rt_utility_expected: Addition of C-based
-	  ST_MinPossibleValue to replace the existing ST_MinPossibleVal
-	  which uses hard-coded values. Updated dependent functions and
-	  scripts/plpgsql to use new function. Deleted
-	  scripts/plpgsql/st_minpossibleval.sql to stop people from using
-	  it. Associated ticket is #1298.
-
-2011-12-16 00:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8435] raster/rt_pg/rtpostgis.sql.in.c: Just changes to the
-	  comments of ST_Intersection(geometry, raster)
-
-2011-12-15 23:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8434] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_intersection.sql,
-	  raster/test/regress/rt_intersection_expected: Addition of
-	  two-raster ST_Intersection function set in raster-space well as
-	  another set for raster,geometry ST_Intersection in raster-space.
-	  Associated ticket is #1381
-
-2011-12-15 23:43  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8433] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Renamed function parameters
-	  for ST_SameAlignment and ST_Intersects so that the names follow
-	  the convention used for similarly purposed parameters of other
-	  raster functions.
-
-2011-12-15 23:29  Sandro Santilli <strk at keybit.net>
-
-	* [r8432] postgis/geography_inout.c: Allow calling geography_in
-	  with less than 3 args (see #1320)
-
-2011-12-15 23:26  Sandro Santilli <strk at keybit.net>
-
-	* [r8431] postgis/lwgeom_inout.c, regress/tickets.sql,
-	  regress/tickets_expected: Check typmod on geometry input. Fixes
-	  before triggers (#1320)
-
-2011-12-15 15:11  Sandro Santilli <strk at keybit.net>
-
-	* [r8430] doc/reference_output.xml: Fix documentation for the new
-	  option for GML box output
-
-2011-12-15 02:19  Regina Obe <lr at pcorp.us>
-
-	* [r8429] doc/using_raster_dataman.xml: more error fixes and change
-	  ordered lists to itemized lists
-
-2011-12-15 02:17  Regina Obe <lr at pcorp.us>
-
-	* [r8428] doc/using_raster_dataman.xml: fix invalid link end
-
-2011-12-15 02:15  Regina Obe <lr at pcorp.us>
-
-	* [r8427] doc/using_raster_dataman.xml: get rid of extra tag
-
-2011-12-15 02:14  Regina Obe <lr at pcorp.us>
-
-	* [r8426] doc/using_raster_dataman.xml: correct regular_blocking
-	  definition, add descriptions for raster_overview columns
-
-2011-12-15 01:56  Regina Obe <lr at pcorp.us>
-
-	* [r8425] doc/using_raster_dataman.xml: more reasons why we have
-	  raster overviews
-
-2011-12-15 01:54  Regina Obe <lr at pcorp.us>
-
-	* [r8424] doc/using_raster_dataman.xml: Start raster_overviews
-	  section
-
-2011-12-15 00:21  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8423] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/rt_bytea.sql: Renamed st_bytea to bytea as
-	  per PostGIS convention. Existing databases will not be affected
-	  if upgraded using the upgrade scripts. Associated ticket is #1003
-
-2011-12-15 00:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8422] raster/rt_pg/rtpostgis_drop.sql.in.c: Commented out the
-	  dropping of box2d casts as the upgrade scripts won't install the
-	  box3d casts.
-
-2011-12-14 23:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8421] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/rt_above.sql,
-	  raster/test/regress/rt_above_expected,
-	  raster/test/regress/rt_below.sql,
-	  raster/test/regress/rt_below_expected,
-	  raster/test/regress/rt_contain.sql,
-	  raster/test/regress/rt_contain_expected,
-	  raster/test/regress/rt_contained.sql,
-	  raster/test/regress/rt_contained_expected,
-	  raster/test/regress/rt_left.sql,
-	  raster/test/regress/rt_left_expected,
-	  raster/test/regress/rt_overabove.sql,
-	  raster/test/regress/rt_overabove_expected,
-	  raster/test/regress/rt_overbelow.sql,
-	  raster/test/regress/rt_overbelow_expected,
-	  raster/test/regress/rt_overlap.sql,
-	  raster/test/regress/rt_overlap_expected,
-	  raster/test/regress/rt_overleft.sql,
-	  raster/test/regress/rt_overleft_expected,
-	  raster/test/regress/rt_overright.sql,
-	  raster/test/regress/rt_overright_expected,
-	  raster/test/regress/rt_right.sql,
-	  raster/test/regress/rt_right_expected,
-	  raster/test/regress/rt_same.sql,
-	  raster/test/regress/rt_same_expected: Renamed operator functions
-	  and made appropriate changes to associated operators to be inline
-	  with usage for geometry and geography. Associated ticket is #633.
-	  Existing users will not be affected as the upgrade scripts do not
-	  drop or add new operators.
-
-2011-12-14 23:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8420] raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP CAST and
-	  DROP FUNCTION for box2d.
-
-2011-12-14 22:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8419] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in, raster/test/regress/box3d.sql,
-	  raster/test/regress/box3d_expected,
-	  raster/test/regress/create_box3d_test.sql,
-	  raster/test/regress/create_box3d_test_expected,
-	  raster/test/regress/create_rt_box2d_test.sql,
-	  raster/test/regress/create_rt_box2d_test_expected,
-	  raster/test/regress/rt_box2d.sql,
-	  raster/test/regress/rt_box2d_expected: Dropped casts to box2d and
-	  replaced with casts to box3d. Associated ticket is #1330.
-
-2011-12-14 22:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8418] raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/test/core/testapi.c: Added option -G to get listing of
-	  supported raster types instead of calling ST_GDALDrivers in SQL.
-	  Had to tweak rt_raster_gdal_drivers in rt_api.c to not limit
-	  drivers based upon creation capabilities. Associated ticket is
-	  #1374.
-	  Added ability to specify band indices with ranges for option -b.
-	  Example: -b 1-5,7,9-15. Associated ticket is #1375.
-	  Added warning messages when loader is processing more than one
-	  raster and rasters may have different number of bands, pixel
-	  types, hasnodata flags, NODATA values, geotransforms andtile
-	  sizes. Associated ticket is #153.
-
-2011-12-14 22:14  Regina Obe <lr at pcorp.us>
-
-	* [r8417] doc/using_raster_dataman.xml: document raster_columns
-	  catalog view
-
-2011-12-14 18:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8416] regress/run_test: Make dropping of log files fully
-	  controlled by switch (#1376)
-	  
-	  This is because hudson wants to report the regress.log in any
-	  case
-
-2011-12-14 18:25  Sandro Santilli <strk at keybit.net>
-
-	* [r8415] postgis/lwgeom_ogc.c, regress/empty.sql,
-	  regress/empty_expected: Regress test all behaviors involving
-	  EMPTY geometries
-	  
-	  See http://trac.osgeo.org/postgis/wiki/DevWikiEmptyGeometry
-	  Changes ST_NumPoints and ST_ExteriorRing to behave requested.
-	  Keeps ST_InteriorRingN returning NULL, as per "n is out of range"
-	  
-	  Closes #692
-
-2011-12-14 18:24  Sandro Santilli <strk at keybit.net>
-
-	* [r8414] doc/reference_accessor.xml: Crossref ST_InteriorRingN
-	  with ST_ExteriorRing
-
-2011-12-14 17:13  Sandro Santilli <strk at keybit.net>
-
-	* [r8413] regress/run_test: Drop temporary files if there are no
-	  failures (#1376)
-
-2011-12-14 16:02  Sandro Santilli <strk at keybit.net>
-
-	* [r8412] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c,
-	  regress/empty.sql, regress/empty_expected: Fix crash on
-	  ST_AsGML('POLYGON EMPTY') (#681)
-	  
-	  Also tweak GML of empty types to be smaller and include
-	  regression testing both at the liblwgeom and sql level
-
-2011-12-14 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r8411] regress/empty.sql, regress/empty_expected: Fix a typo
-	  from last commit, stub test for GML emptyness
-
-2011-12-14 14:46  Sandro Santilli <strk at keybit.net>
-
-	* [r8410] regress/tickets.sql, regress/tickets_expected: Enable a
-	  test for an old bugfix (#683)
-
-2011-12-14 14:46  Sandro Santilli <strk at keybit.net>
-
-	* [r8409] regress/empty.sql, regress/empty_expected,
-	  regress/tickets.sql, regress/tickets_expected: Move the EMPTY
-	  buffer test from tickets.sql to empty.sql
-
-2011-12-14 14:37  Sandro Santilli <strk at keybit.net>
-
-	* [r8408] postgis/lwgeom_functions_analytic.c, regress/Makefile.in,
-	  regress/empty.sql, regress/empty_expected: Return empty geoms
-	  snapped to a grid as immutated (#1089)
-	  
-	  Also introduces an "empty" regression test
-
-2011-12-14 14:25  Regina Obe <lr at pcorp.us>
-
-	* [r8407] doc/using_raster_dataman.xml: minor corrections /
-	  enhancements
-
-2011-12-14 13:31  Sandro Santilli <strk at keybit.net>
-
-	* [r8406] configure.ac, topology/Version.config: Drop topology
-	  specific versioning
-
-2011-12-14 13:31  Sandro Santilli <strk at keybit.net>
-
-	* [r8405] utils/postgis_restore.pl: Add more skip signatures, from
-	  interim builds
-
-2011-12-14 11:22  Regina Obe <lr at pcorp.us>
-
-	* [r8404] extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis/sql_bits/remove_from_extension.sql.in,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: minor change to
-	  rtpostgis_drop so can more easily drop from extension for
-	  extension install. Many changes to extensions so can use native
-	  postgis upgarde and raster upgrade scripts. bump up version
-	  numbers
-
-2011-12-14 10:44  Regina Obe <lr at pcorp.us>
-
-	* [r8403] doc/reference_raster.xml,
-	  doc/xsl/raster_comments.sql.xsl: fix errors in documentation and
-	  comment scripts preveningt comments install from installing
-	  cleanly
-
-2011-12-14 10:06  Regina Obe <lr at pcorp.us>
-
-	* [r8402] doc/reference_raster.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Get rid of removed
-	  AddRasterTable,Column etc and replace with newer
-	  AddRasterConstraints/DropRasterConstraints
-
-2011-12-14 07:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8401] utils/postgis_restore.pl: Add -v switch to
-	  postgis_restore.pl, tweak usage and debug output
-
-2011-12-14 02:54  Regina Obe <lr at pcorp.us>
-
-	* [r8400] doc/using_raster_dataman.xml: Add stub section describing
-	  the raster_columns and raster_overview catalog views. Also fix
-	  typo. More coming.
-
-2011-12-14 02:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8399] raster/loader/Makefile.in: As per discussion in
-	  postgis-devel regarding Ubuntu 11.10, tweaked the order in which
-	  -lm is passed to LDFLAGS
-
-2011-12-14 01:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8398] raster/loader/raster2pgsql.c: Refactored for less memory
-	  usage by aggresively flushing string buffers.
-
-2011-12-13 23:29  Sandro Santilli <strk at keybit.net>
-
-	* [r8397] utils/postgis_restore.pl: Disable triggers on the
-	  topology.layer table during restore, to allow population in
-	  random order (#1371)
-
-2011-12-13 23:21  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8396] raster/rt_pg/rtpostgis.sql.in.c: As per discussion in
-	  ticket #1373, convert raster constraints with floating point
-	  values (scalex, scaley, nodata values) into numeric(16,10) for
-	  comparison due to precision issues.
-
-2011-12-13 22:39  Regina Obe <lr at pcorp.us>
-
-	* [r8395] doc/using_raster_dataman.xml: Add -Y copy switch
-
-2011-12-13 21:58  Regina Obe <lr at pcorp.us>
-
-	* [r8394] doc/using_raster_dataman.xml: more examples -- put in a
-	  missing copy switch -- more switches to add.
-
-2011-12-13 21:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8393] raster/rt_core/rt_api.c: Fixed handling of output ranges
-	  going from high to low rather than the default of values going
-	  from low to high. Based upon message on postgis-users:
-	  http://postgis.refractions.net/pipermail/postgis-users/2011-December/031763.html
-
-2011-12-13 20:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8392] doc/postgis.xml: Fixed incorrect entity
-	  using_raster_dataman.
-
-2011-12-13 19:15  Regina Obe <lr at pcorp.us>
-
-	* [r8391] doc/Makefile.in, doc/postgis.xml,
-	  doc/reference_raster.xml, doc/using_raster_dataman.xml: break
-	  raste loder into its own data management chapter -- this chapter
-	  will expand in time. Get rid of how to use old raster2pgsql.py
-	  and replace with instructions on using raster2pgsql executable.
-
-2011-12-13 18:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8390] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Removal of now-unsupported
-	  AddRasterColumn, DropRasterColumn and DropRasterTable.
-
-2011-12-13 18:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8389] raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP
-	  AGGREGATE for new ST_Union signature. Associated ticket is #1372.
-
-2011-12-13 17:24  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8388] raster/loader/Makefile.in: Removed PGXS and added
-	  explicit bin path variable. Works now in 8.4, 9.0 and 9.1.
-	  Related ticket is #1370.
-
-2011-12-13 16:37  Sandro Santilli <strk at keybit.net>
-
-	* [r8387] utils/new_postgis_restore.pl, utils/postgis_restore.pl:
-	  Drop the old postgis_restore.pl and substitute it with the new
-	  one
-
-2011-12-13 16:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8386] .gitignore: Ignore more Makefiles
-
-2011-12-13 16:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8385] utils/new_postgis_restore.pl: Strictness fixes, internal
-	  docs
-
-2011-12-13 15:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8384] raster/loader/Makefile.in: Revert change made in r8383.
-	  Install of loader doesn't work correctly without PGXS. Still need
-	  to figure out why LDFLAGS is getting eaten.
-	  
-	  Associated ticket is #1370.
-
-2011-12-13 14:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8383] raster/loader/Makefile.in: Removed PGXS as per ticket
-	  #1370.
-
-2011-12-13 12:00  Sandro Santilli <strk at keybit.net>
-
-	* [r8382] postgis/lwgeom_geos.c, regress/tickets.sql,
-	  regress/tickets_expected: Maintain the buffer-returns-areal
-	  invariant on empty input (#322)
-
-2011-12-13 12:00  Sandro Santilli <strk at keybit.net>
-
-	* [r8381] configure.ac: tabs to spaces
-
-2011-12-13 10:38  Sandro Santilli <strk at keybit.net>
-
-	* [r8380] utils/postgis_proc_upgrade.pl: Always output create ore
-	  replace view in upgrade scripts (#1097)
-
-2011-12-13 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8379] utils/postgis_proc_upgrade.pl: Allow function definitions
-	  to end with '$$ LANGUAGE' (#1365)
-
-2011-12-13 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8378] utils/postgis_proc_upgrade.pl: Use warnings
-
-2011-12-13 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r8377] postgis/Makefile.in: Encode dependency of upgrade script
-	  from the tool generating it
-
-2011-12-13 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r8376] utils/new_postgis_restore.pl,
-	  utils/postgis_proc_upgrade.pl, utils/postgis_restore.pl: Add
-	  copyright headers, looking at SCM logs. Review welcome.
-
-2011-12-13 05:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8375] raster/loader/raster2pgsql.c, raster/scripts/Makefile.in:
-	  Text format cleanup in loader/raster2pgsql.c. Fixed missing
-	  target in scripts/Makefile.in
-
-2011-12-13 05:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8374] raster/scripts/Makefile.in: Added missing Makefile.in for
-	  raster/scripts
-
-2011-12-13 05:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8373] raster/loader/raster2pgsql.c,
-	  raster/loader/raster2pgsql.h: Set svn:keywords for "$Id$"
-
-2011-12-13 05:03  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8372] raster/loader/raster2pgsql.c,
-	  raster/loader/raster2pgsql.h: Added version information.
-	  
-	  Associated ticket is #1369.
-
-2011-12-13 03:00  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8371] configure.ac, raster/Makefile.in,
-	  raster/scripts/python/Makefile.in: With commit of C-based
-	  raster2pgsql in r8369, removed dependency checks on Python, NumPy
-	  and GDAL with Python bindings. You will want to run autogen.sh
-	  with this commit. With this commit, the python-based
-	  raster2pgsql.py is now retired and unsupported.
-
-2011-12-13 01:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8370] raster/loader/raster2pgsql.c,
-	  raster/loader/raster2pgsql.h: Additional check with warnings if
-	  PostgreSQL identifiers exceed the standard maximum length of 63
-	  characters (64 counting NULL)
-
-2011-12-12 23:12  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8369] configure.ac, raster/Makefile.in, raster/loader,
-	  raster/loader/.svnignore, raster/loader/Makefile.in,
-	  raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
-	  raster/rt_pg/rtpostgis.sql.in.c: Addition of C-based raster2pgsql
-	  in raster/loader. No changes have been made to remove the
-	  existing python-based raster2pgsql.py nor remove the python
-	  dependency in configure. Users will need to run autogen.sh after
-	  this revision.
-	  
-	  Associated ticket is #1297.
-
-2011-12-12 22:42  Sandro Santilli <strk at keybit.net>
-
-	* [r8368] utils/new_postgis_restore.pl: Skip constraints on
-	  raster_columns and raster_overviews
-
-2011-12-12 22:38  Regina Obe <lr at pcorp.us>
-
-	* [r8367] doc/reference_raster.xml: fix title
-
-2011-12-12 22:22  Sandro Santilli <strk at keybit.net>
-
-	* [r8366] utils/new_postgis_restore.pl: Rewrite spatial table
-	  constraints to add st_ prefix and use 0 rather than -1 for
-	  unknown
-
-2011-12-12 21:45  Sandro Santilli <strk at keybit.net>
-
-	* [r8365] utils/new_postgis_restore.pl: Filter OPERATOR at the
-	  ASCII dump phase to have finer control over which operators are
-	  really skipped (#1368)
-
-2011-12-12 20:32  Regina Obe <lr at pcorp.us>
-
-	* [r8364] doc/reference_raster.xml: another example of ST_Union
-
-2011-12-12 20:23  Regina Obe <lr at pcorp.us>
-
-	* [r8363] doc/reference_raster.xml: example of ST_Union
-
-2011-12-12 16:10  Sandro Santilli <strk at keybit.net>
-
-	* [r8362] postgis/Makefile.in, postgis/lwgeom_gist.c,
-	  utils/new_postgis_restore.pl: Drop lwgeom_gist and dependent
-	  items, including from dumps (#1362)
-
-2011-12-12 15:45  Sandro Santilli <strk at keybit.net>
-
-	* [r8361] utils/new_postgis_restore.pl: Do not restore metadata
-	  tables which now became views
-
-2011-12-12 15:28  Sandro Santilli <strk at keybit.net>
-
-	* [r8360] utils/new_postgis_restore.pl: Cleanup item list: drop
-	  duplicates, add some missings
-
-2011-12-12 15:28  Sandro Santilli <strk at keybit.net>
-
-	* [r8359] utils/new_postgis_restore.pl: Remove duplicated entries,
-	  add some missing ones
-
-2011-12-12 12:17  Regina Obe <lr at pcorp.us>
-
-	* [r8358] postgis/postgis.sql.in.c,
-	  postgis/postgis_drop_before.sql.in.c: reduce ST_MakeEnvelope down
-	  to one function but make srid default to 0 (would be nice if we
-	  defined an @SRID_UNKNOWN in the sqldefine.h.in so I don't have to
-	  hard code this). Get rid of other variant. changing to use
-	  default parameters doesn't seem to require dropping the function
-	  so only had to drop one of them
-
-2011-12-12 12:09  Regina Obe <lr at pcorp.us>
-
-	* [r8357] doc/reference_constructor.xml: oops took out a tag by
-	  accident
-
-2011-12-12 12:03  Regina Obe <lr at pcorp.us>
-
-	* [r8356] doc/reference_constructor.xml: document the new
-	  ST_MakeEnvelope variant (pretend like its used default paramters
-	  already), will fix the code later
-
-2011-12-12 02:20  Regina Obe <lr at pcorp.us>
-
-	* [r8355]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql:
-	  #1366 -- don't rely on state field being capitalized.
-
-2011-12-11 20:23  Regina Obe <lr at pcorp.us>
-
-	* [r8354] doc/reference_raster.xml: forgot about max /min
-
-2011-12-11 20:21  Regina Obe <lr at pcorp.us>
-
-	* [r8353] doc/xsl/postgis_aggs_mm.xml.xsl: change generateor to
-	  display name for aggregates instead of id. For raster ids are
-	  different from name
-
-2011-12-11 19:29  Regina Obe <lr at pcorp.us>
-
-	* [r8352] doc/reference_raster.xml: preliminary documentation for
-	  raster version of ST_Union aggregate function
-
-2011-12-11 15:45  Regina Obe <lr at pcorp.us>
-
-	* [r8351] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_union.sql,
-	  raster/test/regress/rt_union_expected: Revisions to ST_Union for
-	  raster: get rid of dependency on rastexpr (and get rid of type),
-	  put in regress tests, get rid of many ST_Union permutations and
-	  limit to st_union(rast), st_union(rast,p_expression),
-	  st_union(rast,band_num), st_union(rast,band_num,p_expression).
-	  Note for drop I'm not dropping those other versions in case
-	  people have installed them from scripts folder or are currently
-	  using them. just dropping the ones I'm replacing.
-
-2011-12-11 02:42  Regina Obe <lr at pcorp.us>
-
-	* [r8350] doc/extras_tigergeocoder.xml: fix function name typo in
-	  geocode_intersection
-
-2011-12-10 18:08  Regina Obe <lr at pcorp.us>
-
-	* [r8349] doc/reference_raster.xml: minor edit
-
-2011-12-10 18:03  Regina Obe <lr at pcorp.us>
-
-	* [r8348] doc/reference_raster.xml: fix error in logic
-
-2011-12-10 16:56  Regina Obe <lr at pcorp.us>
-
-	* [r8347] doc/reference_raster.xml: missed a spot
-
-2011-12-10 16:55  Regina Obe <lr at pcorp.us>
-
-	* [r8346] doc/reference_raster.xml: describe the example a bit
-	  better for ST_AddBand multi-band example
-
-2011-12-10 11:09  Regina Obe <lr at pcorp.us>
-
-	* [r8345] doc/release_notes.xml: #1361: fill in some more cases
-	  where hard/soft
-
-2011-12-10 11:04  Regina Obe <lr at pcorp.us>
-
-	* [r8344] doc/release_notes.xml: #1361: make it clearer that a hard
-	  upgrade is required of everyone.
-
-2011-12-10 03:12  Regina Obe <lr at pcorp.us>
-
-	* [r8343] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_addband_expected: ST_AddBand version that
-	  takes an array of rasters
-
-2011-12-10 01:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8342] raster/rt_pg/rt_pg.c: Fixed calls to the wrong memory
-	  allocation function in rtpg_XXX utility functions.
-
-2011-12-10 01:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8341] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c: Code refactoring in rtpg_ utility functions
-	  for better memory usage and syntax cleanup in rt_api.*
-
-2011-12-10 01:00  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8340] raster/rt_pg/rtpostgis.sql.in.c: Fixed missing $ in
-	  AddOverviewConstraint() which was setting 7 as the overview
-	  factor instead of the value at $7.
-
-2011-12-09 18:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8339] utils/new_postgis_restore.pl: Add all signatures found in
-	  a newly created PostGIS 2.0 database
-	  
-	  See #1360
-
-2011-12-09 17:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8338] utils/new_postgis_restore.pl, utils/postgis_restore.pl:
-	  Add box3d related objects to skip in the _restore scripts (#1359)
-
-2011-12-09 16:27  Sandro Santilli <strk at keybit.net>
-
-	* [r8337] liblwgeom/cunit/cu_surface.c: Restrict disabled code to
-	  the one really hurting
-	  
-	  See ticket #665 for more informations.
-	  The commit also renames the test suite to "surface".
-
-2011-12-09 15:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8336] liblwgeom/g_serialized.c: gbox_float_round: don't roundup
-	  Z value if the box doesn't have one
-	  
-	  Fixes #1309
-
-2011-12-09 14:37  Sandro Santilli <strk at keybit.net>
-
-	* [r8335] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
-	  liblwgeom/lwout_gml.c: Add a public lwgeom_get_bbox function
-	  (#1324)
-
-2011-12-09 14:37  Sandro Santilli <strk at keybit.net>
-
-	* [r8334] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwout_gml.c: Don't let lwgeom_add_bbox syntetize a fake
-	  box for empty geometries
-	  
-	  Empty geometries have no box. Period.
-	  Update GML extent output for empty geometries to handle the
-	  special
-	  case by using empty tags. Regress test it.
-
-2011-12-09 13:50  Sandro Santilli <strk at keybit.net>
-
-	* [r8333] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Fix
-	  segfault in GML3 extent output (#1323)
-	  
-	  Add support for srsDimension in GML3 extent output.
-	  Add unit level comprensive regression testing.
-
-2011-12-09 12:25  Sandro Santilli <strk at keybit.net>
-
-	* [r8332] postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c, regress/regress.sql,
-	  regress/regress_expected: Allow calling ST_MakeEnvelope w/out a
-	  srid (#1339)
-
-2011-12-09 11:18  Sandro Santilli <strk at keybit.net>
-
-	* [r8331] liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
-	  postgis/lwgeom_geos.c: Add a gbox_overlaps_2d function, use when
-	  appropriate (#1357)
-
-2011-12-08 22:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8328] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwgeom_geos.c,
-	  postgis/lwgeom_geos.c: Guard against NaN values in coordinates
-	  passing into GEOS (#627)
-
-2011-12-08 21:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8327] liblwgeom/cunit/cu_libgeom.c: Check that NaN coordinate
-	  values find their way into bboxes, they do, NaN is bigger than
-	  Inf, apparently.
-
-2011-12-08 21:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8326] liblwgeom/cunit/cu_libgeom.c: Test for bbox calculations
-	  when there's an infinite coordinate.
-
-2011-12-08 20:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8325] raster/rt_core/rt_api.c: Return use of GDAL "natural"
-	  blocking removed in r8313 and refactor pointer handling.
-
-2011-12-08 19:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8324] doc/reference_misc.xml, doc/reference_type.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl, postgis/legacy.sql.in.c,
-	  postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c,
-	  postgis/postgis_drop.sql.in.c, postgis/uninstall_legacy.sql.in.c,
-	  postgis/uninstall_postgis.sql.in.c: Remove box3d_extent hack
-
-2011-12-08 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8323] postgis/lwgeom_geos.c: Make the ST_Equals test
-	  insensitive to minor box differences.
-
-2011-12-08 14:44  Regina Obe <lr at pcorp.us>
-
-	* [r8322] NEWS, doc/introduction.xml, doc/release_notes.xml: Add
-	  Jose and Even to credits
-
-2011-12-08 13:35  Sandro Santilli <strk at keybit.net>
-
-	* [r8321] doc/reference_misc.xml: Add a note about
-	  ST_Estimated_Extent on empty or non-analyzed tables (#877)
-
-2011-12-08 11:29  Sandro Santilli <strk at keybit.net>
-
-	* [r8319] postgis/geometry_estimate.c, regress/tickets.sql,
-	  regress/tickets_expected: Have ST_Estimated_Extent return NULL
-	  when no stats are found for a table.
-	  
-	  No stats means empty table or no run of analyze. Warn about that.
-	  These Fixes bug #877. Includes regress test.
-
-2011-12-08 11:28  Sandro Santilli <strk at keybit.net>
-
-	* [r8318] regress/run_test: Hush VACUUM and ANALYZE backend
-	  feedback while running tests
-
-2011-12-08 08:07  Sandro Santilli <strk at keybit.net>
-
-	* [r8315] topology/sql/manage/ManageHelper.sql:
-	  topology.AddToSearchPath: quote database identifier.
-	  
-	  Thanks to Jose Carlos Martinez Llario <jomarlla at cgf.upv.es>
-
-2011-12-07 20:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8314] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
-	  rt_raster_set_pixel_line for use when setting values for
-	  sequential pixels. Should be faster than repeated calls to
-	  rt_raster_set_pixel.
-
-2011-12-07 15:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8313] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c: Refactored the GDALRasterIO part of
-	  rt_raster_from_gdal_dataset to use scanlines instead of "natural"
-	  blocks, which dramatically simplifies the code and makes it
-	  easier to maintain.
-
-2011-12-07 06:17  Regina Obe <lr at pcorp.us>
-
-	* [r8312] NEWS, doc/release_notes.xml: alphabetize and update
-	  tester credits
-
-2011-12-07 03:41  Regina Obe <lr at pcorp.us>
-
-	* [r8311] LICENSE.TXT: update license to provide detail about
-	  documentation license and copyright of data etc.
-
-2011-12-07 01:15  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8310] raster/rt_core/rt_api.c: Fixed regression issue with
-	  rt_raster_from_gdal_dataset by explicitly setting the valid block
-	  sizes passed into GDALRasterIO. Probably related to the changes
-	  made in r8309
-
-2011-12-06 16:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8309] raster/rt_core/rt_api.c: Removed attempt to duplicate
-	  entire band in rt_raster_from_gdal_dataset
-
-2011-12-06 14:40  Regina Obe <lr at pcorp.us>
-
-	* [r8308] doc/reference_raster.xml: put some obsolete notes in
-	  existing management functions. Now that raster_columns is a view
-	  no longer need to use management functions to drop or add raster
-	  columns or tables. Will document the new addconstraints etc. taht
-	  replaces much of these soon.
-
-2011-12-06 12:16  Sandro Santilli <strk at keybit.net>
-
-	* [r8307] postgis/long_xact.c: Add copyright header. Date and
-	  attribution looked up by SCM history.
-	  
-	  Verified by my own memory (I wrote the initial vesion of that
-	  file)
-
-2011-12-06 06:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8306] raster/rt_pg/rt_pg.c: Resolved a bunch of memory issues
-	  related to use of SPI that have been bugging me for a while.
-	  Tested successfully in Linux 32 and 64-bit and OSX 64-bit.
-
-2011-12-05 18:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8305] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/check_raster_columns.sql,
-	  raster/test/regress/check_raster_overviews.sql: As per
-	  discussions and ticket #1319, raster_columns and raster_overviews
-	  are now constraint-based views. AddRasterColumn, DropRasterColumn
-	  and DropRasterTable are now deprecated in favor of
-	  AddRasterConstraints and DropRasterConstraints. Additional
-	  constraints are now available for enforcing the consistency of
-	  the rasters in a table.
-
-2011-12-05 18:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8304] raster/rt_core/rt_api.c: Removed division by bin-width
-	  for when bin-widths are specified in ST_Histogram
-
-2011-12-05 02:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8303] raster/rt_pg/rt_pg.c: Correctly free raster memory when
-	  handling NULL rasters.
-	  
-	  Associated ticket is #1349
-
-2011-12-03 08:29  Regina Obe <lr at pcorp.us>
-
-	* [r8302] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: #1343: get rid of geomvalxy
-	  and change ST_PixelAsPolygons to use default args and do without
-	  geomvalxy
-
-2011-12-03 07:24  Regina Obe <lr at pcorp.us>
-
-	* [r8301] doc/html/images/raster_xscale_yscale_xskew_yskew.png,
-	  doc/reference_raster.xml: #1338 - document ST_PixelWidth/Height
-
-2011-12-03 06:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8300] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_bandmetadata.sql: Removed VARIADIC from
-	  ST_BandMetadata. Associated ticket is #1343.
-
-2011-12-02 17:44  Regina Obe <lr at pcorp.us>
-
-	* [r8299] topology/sql/manage/ManageHelper.sql: #1346: fix misuse
-	  of quote_literal causing topology, topology, topology, topology
-
-2011-12-02 17:28  Sandro Santilli <strk at keybit.net>
-
-	* [r8298] topology/Makefile.in: Encode dependency of topology.sql
-	  on ManageHelper.sql
-
-2011-12-02 15:43  Regina Obe <lr at pcorp.us>
-
-	* [r8297]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
-	  more revisions to cross streets logic -- don't rely on start
-	  point working with multilinestrings. change tfid to be unique
-	  index on faces.
-
-2011-12-02 15:22  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8296] raster/rt_pg/rtpostgis_drop.sql.in.c: Added cleanup
-	  statements for bandmetatype type and change function signature
-	  for st_bandmetadata.
-
-2011-12-02 15:13  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8295] raster/rt_pg/rtpostgis.sql.in.c: Removed the type
-	  bandmetadata as per #1343.
-
-2011-12-02 08:07  Regina Obe <lr at pcorp.us>
-
-	* [r8294] extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: move
-	  geocode_intersection.sql to user api section since it is
-	  documented.
-
-2011-12-02 06:27  Regina Obe <lr at pcorp.us>
-
-	* [r8293] doc/reference_operator.xml: try to make emphasis bold by
-	  putting in a role='bold'
-
-2011-12-01 20:41  Regina Obe <lr at pcorp.us>
-
-	* [r8292] doc/using_postgis_dataman.xml: replace ~= with
-	  ST_OrderingEquals (now that we got rid of recheck the older ~= no
-	  longer is a truish geometry equality operator
-
-2011-12-01 20:37  Regina Obe <lr at pcorp.us>
-
-	* [r8291] doc/reference_operator.xml: emphasize approximate in KNN
-	  operators to reduce the chance of any misunderstandings
-
-2011-12-01 19:06  Regina Obe <lr at pcorp.us>
-
-	* [r8290]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql:
-	  make compatible with postgresql 8.4, more speed improvements
-
-2011-12-01 17:52  Regina Obe <lr at pcorp.us>
-
-	* [r8289] doc/reference_operator.xml: missed a spot about occasions
-	  where point distance is not same as <->
-
-2011-12-01 17:38  Regina Obe <lr at pcorp.us>
-
-	* [r8288] doc/reference_operator.xml: try to clarify accuracy etc.
-	  of <#> and <->
-
-2011-12-01 16:14  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8287] raster/rt_pg/rtpostgis.sql.in.c: Ticket 1342. Integrate
-	  ST_PixelAsPolygons into rtpostgis.sql
-
-2011-12-01 16:07  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8286] raster/scripts/plpgsql/st_pixelaspolygons.sql: Return
-	  null when band number does not exist.
-
-2011-12-01 16:06  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8285] raster/scripts/plpgsql/st_mapalgebra.sql: Removed
-	  ST_MinPossibleVal defined in another script
-
-2011-12-01 16:05  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8284] raster/scripts/plpgsql/st_clip.sql: Added doc, more test
-	  and return null when band number does not exist.
-
-2011-12-01 15:52  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8283] raster/rt_pg/rtpostgis.sql.in.c: Ticket 1342. Integrate
-	  ST_Clip script into rtpostgis.sql
-
-2011-12-01 15:15  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8282] raster/rt_pg/rtpostgis.sql.in.c: Ticket #1340. Integrate
-	  ST_Union into rtpostgis.sql
-
-2011-12-01 15:11  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8281] raster/scripts/plpgsql/st_union.sql: Replaced AsBinary
-	  with ST_AsBinary in the test section
-
-2011-12-01 13:32  Regina Obe <lr at pcorp.us>
-
-	* [r8280] doc/using_postgis_dataman.xml: #1337 clarify what sql is
-	  good for and get rid of some other obsolete syntax (this really
-	  needs to be read with a fine-tooth comb). The amount of obsolete
-	  info in this chapter is mesmerizing
-
-2011-12-01 08:36  Regina Obe <lr at pcorp.us>
-
-	* [r8276] extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1333
-	  geocode_intersections: would help to actually include the
-	  function to.
-
-2011-12-01 08:28  Regina Obe <lr at pcorp.us>
-
-	* [r8275] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql:
-	  #1333 geocode intersections
-
-2011-12-01 04:29  David Zwarg <dzwarg at azavea.com>
-
-	* [r8274] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
-	  neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of
-	  #1318
-
-2011-12-01 02:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8273] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_bandmetadata.sql,
-	  raster/test/regress/rt_bandmetadata_expected: Tweaked
-	  ST_BandMetadata so that calling the function with an empty array
-	  returns all metadata of all bands. Example: ST_BandMetadata(rast,
-	  VARIADIC ARRAY[]::int[])
-
-2011-12-01 01:11  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8272] raster/scripts/plpgsql/st_minpossibleval.sql: Copied from
-	  ST_MapAlgebra.sql
-
-2011-12-01 01:10  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8271] raster/scripts/plpgsql/st_multibandmapalgebra.sql: Copied
-	  from ST_Union
-
-2011-12-01 01:09  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8270] raster/scripts/plpgsql/st_union.sql: Some cleaning before
-	  inclusion in rtpostgis.sql
-	  Removed ST_MultiBandMapAlgebra and ST_HasNoBand
-
-2011-12-01 01:07  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8269] raster/scripts/plpgsql/st_pixelaspolygons.sql: Return the
-	  last band when the provided band number does not exist.
-
-2011-12-01 01:07  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8268] raster/scripts/plpgsql/st_clip.sql: Added some variants
-	  and tests
-
-2011-11-30 22:42  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8267] raster/scripts/plpgsql/st_clip.sql: plpgsql
-	  implementation for st_clip.sql(raster, geom)
-
-2011-11-30 22:41  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8266] raster/scripts/plpgsql/st_areaweightedsummarystats.sql:
-	  Added the id of the polygon in the example
-
-2011-11-30 22:34  David Zwarg <dzwarg at azavea.com>
-
-	* [r8265] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
-	  ST_Aspect map algebra neighborhood shortcut function. #1318
-
-2011-11-30 21:44  David Zwarg <dzwarg at azavea.com>
-
-	* [r8264] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
-	  ST_Slope map algebra neighborhood shortcut function.
-
-2011-11-30 20:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8263] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/core/testapi.c, raster/test/regress/rt_asraster.sql:
-	  Fixed ST_AsRaster to duplicate exactly the attributes of a
-	  reference raster.
-	  
-	  Associated ticket is #1336.
-
-2011-11-30 19:26  David Zwarg <dzwarg at azavea.com>
-
-	* [r8262] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
-	  helper user functions for common MapAlgebra operations: Min, Max,
-	  Mean, Range. #1318
-
-2011-11-30 16:45  David Zwarg <dzwarg at azavea.com>
-
-	* [r8261] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_expected: Updated tests
-	  for 'dog-ate-my-homework' test. Expanded comments and elaborated
-	  on complex conditionals in ST_MapAlgebraFctNgb
-
-2011-11-30 14:51  David Zwarg <dzwarg at azavea.com>
-
-	* [r8260] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_expected: Added
-	  additional tests for ST_MapAlgebraFctNgb, changed string compare
-	  on nodatamode to !=
-
-2011-11-29 23:25  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8259] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_bandmetadata.sql,
-	  raster/test/regress/rt_bandmetadata_expected: In preparation of
-	  turning the table raster_columns into a view, refactored
-	  ST_BandMetadata to have the bandnum parameter be variadic.
-	  Fleshed out regression tests for ST_BandMetadata.
-
-2011-11-29 20:30  Sandro Santilli <strk at keybit.net>
-
-	* [r8258] .gitignore: Ignore more generated files
-
-2011-11-29 20:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8257] liblwgeom/ptarray.c: ST_AddPoint returns incorrect result
-	  on Linux (#1335) from roualt
-
-2011-11-29 16:57  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8256] raster/scripts/plpgsql/st_summarystatsagg.sql: Replaced
-	  the summarystatsstate type with the summarystats type to avoid
-	  defining a new type.
-
-2011-11-29 16:34  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8255] raster/scripts/plpgsql/st_asraster.sql,
-	  raster/scripts/plpgsql/st_histogram.sql,
-	  raster/scripts/plpgsql/st_mapalgebra.sql,
-	  raster/scripts/plpgsql/st_reclass.sql: Changed the note at the
-	  beginning of the file when the function is now implemented in C.
-
-2011-11-29 16:20  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8254] raster/scripts/plpgsql/st_pixelaspoints.sql,
-	  raster/scripts/plpgsql/st_querytables.sql,
-	  raster/scripts/plpgsql/st_splittable.sql: Some more useful
-	  functions
-
-2011-11-29 16:15  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8253] raster/scripts/plpgsql/st_areaweightedsummarystats.sql,
-	  raster/scripts/plpgsql/st_createindexraster.sql,
-	  raster/scripts/plpgsql/st_splittable.sql,
-	  raster/scripts/plpgsql/st_summarystatsagg.sql: Added some plpgsql
-	  functions
-
-2011-11-29 08:49  Regina Obe <lr at pcorp.us>
-
-	* [r8252]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
-	  Fix for #1310
-
-2011-11-28 13:36  Regina Obe <lr at pcorp.us>
-
-	* [r8251] doc/installation.xml, doc/reference_constructor.xml:
-	  Note: libxml2 dependency of ST_Geom*ML functions and ref back to
-	  configuration section. Also put in missing --with-xml2config flag
-	  in installion_configuration section
-
-2011-11-26 21:17  Regina Obe <lr at pcorp.us>
-
-	* [r8250] NEWS, doc/release_notes.xml: put a firmer sorta date in
-	  the sand
-
-2011-11-26 21:16  Regina Obe <lr at pcorp.us>
-
-	* [r8249] NEWS, doc/introduction.xml, doc/release_notes.xml: more
-	  credit cleanup -- add people I missed, fix some minor typos
-
-2011-11-26 06:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8246] liblwgeom/lwout_svg.c: ST_AsSVG kills whole postgres
-	  server when fails (#1028)
-
-2011-11-26 05:25  Regina Obe <lr at pcorp.us>
-
-	* [r8244] NEWS, doc/introduction.xml, doc/release_notes.xml: update
-	  credits to include hard-core testers
-
-2011-11-26 05:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8243] regress/run_test: Revert per #1246
-
-2011-11-25 11:54  Regina Obe <lr at pcorp.us>
-
-	* [r8242] doc/reference_raster.xml, extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control: remove more
-	  obsolete protos in docs and up extension alpha version numbers
-
-2011-11-25 11:49  Regina Obe <lr at pcorp.us>
-
-	* [r8241] doc/reference_raster.xml: remove more protos that have
-	  been removed and replaced with default args
-
-2011-11-24 21:13  Sandro Santilli <strk at keybit.net>
-
-	* [r8239] topology/topology.sql.in.c: Move the 'CREATE SCHEMA'
-	  query out of first column anchorage (#1325)
-	  
-	  Makes the upgrade script generator less confused...
-
-2011-11-24 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8238] postgis/postgis.sql.in.c: Fix operator mis-referencing nd
-	  function for 2d op.
-
-2011-11-24 16:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8237] topology/sql/topogeometry,
-	  topology/sql/topogeometry/type.sql, topology/test/Makefile,
-	  topology/test/hierarchy.sql,
-	  topology/test/regress/topogeometry_type.sql,
-	  topology/test/regress/topogeometry_type_expected,
-	  topology/topology.sql.in.c: Override GeometryType and
-	  ST_GeometryType for TopoGeometry (#1289)
-	  
-	  Includes regression testing.
-	  NOTE: we'll always advertise MULTI as a safest bet
-
-2011-11-24 16:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8236] topology/test/hierarchy.sql,
-	  topology/test/predicate.expected,
-	  topology/test/predicates.sql.in,
-	  topology/test/query_features.sql,
-	  topology/test/regress/legacy_predicate_expected,
-	  topology/test/regress/legacy_query_expected: Shake legacy
-	  testcase a bit to avoid to mix population with queries
-
-2011-11-24 03:44  Regina Obe <lr at pcorp.us>
-
-	* [r8235] doc/reference_constructor.xml: provide examples for
-	  ST_GeomFromGeoJSON now that I can compile it :)
-
-2011-11-24 03:23  Regina Obe <lr at pcorp.us>
-
-	* [r8234] doc/installation.xml: update to include links to wiki for
-	  extra compilation help and pre-built binaries.
-
-2011-11-24 03:14  Regina Obe <lr at pcorp.us>
-
-	* [r8233] doc/installation.xml: Amend installation instructions to
-	  include json-dir configure option
-
-2011-11-24 02:05  Regina Obe <lr at pcorp.us>
-
-	* [r8232] doc/introduction.xml: minor updates to bios
-
-2011-11-24 01:58  Regina Obe <lr at pcorp.us>
-
-	* [r8231] NEWS, doc/release_notes.xml: update news / credits for
-	  ST_GeomFromGeoJSON
-
-2011-11-23 17:28  Sandro Santilli <strk at keybit.net>
-
-	* [r8229] liblwgeom/liblwgeom.h.in, liblwgeom/lwout_gml.c:
-	  Const-correct GML signatures
-
-2011-11-23 17:26  Regina Obe <lr at pcorp.us>
-
-	* [r8228] doc/reference_output.xml: change + to | to make strk
-	  happy
-
-2011-11-23 17:24  Regina Obe <lr at pcorp.us>
-
-	* [r8227] doc/reference_output.xml: update ST_AsGML with examples
-	  and include envelope bits option
-
-2011-11-23 15:27  Regina Obe <lr at pcorp.us>
-
-	* [r8226] doc/reference_output.xml: fix typo in GML description
-	  noted by strk
-
-2011-11-23 02:17  Regina Obe <lr at pcorp.us>
-
-	* [r8225] doc/reference_raster.xml: correct signatures of some
-	  functions changed to use more default args
-
-2011-11-22 19:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8224] raster/rt_pg/rt_pg.c: Prefixed internal C utility
-	  functions with rtpg_. This keeps the coding style inline with
-	  that for postgis.
-
-2011-11-22 18:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8223] raster/rt_pg/rtpostgis_drop.sql.in.c: Corrected incorrect
-	  drop function statement.
-
-2011-11-22 17:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8222] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: More SQL function cleanup
-	  with use of default parameter values.
-
-2011-11-22 09:26  Regina Obe <lr at pcorp.us>
-
-	* [r8221] extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control: up the
-	  alpha numbers
-
-2011-11-22 09:21  Regina Obe <lr at pcorp.us>
-
-	* [r8220] doc/reference_raster.xml: missed a spot
-
-2011-11-22 09:05  Regina Obe <lr at pcorp.us>
-
-	* [r8219] doc/reference_raster.xml: correct documentation to get
-	  rid of protos eradicated in r8218 (so extensions installs)
-
-2011-11-22 01:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8218] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Additional function cleanup
-	  by making use of DEFAULT parameter values
-
-2011-11-21 20:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8217] raster/rt_pg/rt_pg.c: Fixed expression parsing in
-	  RASTER_mapAlgebra2. Evidently, the count parameter of replace()
-	  is an input/output parameter.
-	  
-	  Associated ticket is #1317.
-
-2011-11-21 19:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8216] raster/rt_pg/rt_pg.c: Fixed behavior of one raster not
-	  having specified band and being sampled.
-	  
-	  Associated ticket is #1316.
-
-2011-11-21 19:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8215] raster/rt_core/rt_api.c: Fixed extent bug for UNION in
-	  rt_raster_from_two_rasters
-
-2011-11-21 19:18  Regina Obe <lr at pcorp.us>
-
-	* [r8214] doc/reference_raster.xml: description corrections to
-	  ST_MapAlgebraNgbFct based on input from dzwarg
-
-2011-11-21 17:37  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8213] raster/scripts/plpgsql/st_union.sql: Many fix following
-	  the C implementation of the two raster version of ST_MapAlgebra.
-
-2011-11-21 16:32  Sandro Santilli <strk at keybit.net>
-
-	* [r8212] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos_split.c,
-	  liblwgeom/ptarray.c, postgis/lwgeom_functions_analytic.c: Add a
-	  vertex-snap-tolerance parameter to ptarray_substring
-	  
-	  This is aimed at improving robustness for ST_Split, which now
-	  uses an hard-coded tolerance of 1e-14 (see #1311)
-
-2011-11-21 16:15  Regina Obe <lr at pcorp.us>
-
-	* [r8211] doc/reference_raster.xml: revise explanation based on
-	  trying to read the code to figure out what nodatamode in theory
-	  should be doing
-
-2011-11-21 16:03  Sandro Santilli <strk at keybit.net>
-
-	* [r8210] regress/regress_lrs.sql, regress/regress_lrs_expected:
-	  Numerate tests for line_substring
-
-2011-11-21 15:59  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r8209] raster/scripts/plpgsql/st_union.sql: -Fix cut and paste
-	  error
-
-2011-11-21 15:37  Regina Obe <lr at pcorp.us>
-
-	* [r8208] doc/reference_raster.xml: get rid of extra para tag
-
-2011-11-21 15:32  Regina Obe <lr at pcorp.us>
-
-	* [r8207] doc/reference_raster.xml: ST_MapAlgebraFctNgb:add in the
-	  nodatamode to ST_ (forgot it last time). I still have no clue
-	  what this parameter does -- doesn't seem to do anything for me
-	  like get rid of the border. Add in links to where to get example
-	  raster used. fix some typos
-
-2011-11-21 14:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8206] liblwgeom/cunit/cu_split.c: Add testcase for #1311
-	  (lwgeom_split).
-	  
-	  Also fix existing testcase (wasn't really testing it).
-
-2011-11-21 14:59  Sandro Santilli <strk at keybit.net>
-
-	* [r8205] liblwgeom/lwgeom_geos_split.c: Fix memory leak in
-	  lwgeom_split
-
-2011-11-21 12:10  Sandro Santilli <strk at keybit.net>
-
-	* [r8204] liblwgeom/g_serialized.c: Hush warning about missing
-	  prototype.
-	  
-	  This is really a commit intended to amend the previous for the
-	  sake
-	  of pointing to the correct bug being closed by it: #1273 (not
-	  #1023
-	  which is more complex)
-
-2011-11-21 12:03  Sandro Santilli <strk at keybit.net>
-
-	* [r8203] liblwgeom/g_serialized.c, regress/tickets.sql,
-	  regress/tickets_expected: Have gserialized_get_gbox_p always
-	  return a round-to-float box
-	  
-	  That is, even when computing the box from scratch.
-	  This makes the box always float-oriented,
-	  consistently between cached and computed boxes.
-	  Closes (hopefully forever) bug #1023.
-	  Includes testcase otherwise failing.
-
-2011-11-21 09:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8202] topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected: Add testcase for ticket
-	  #1302 (now passes)
-
-2011-11-21 08:33  Sandro Santilli <strk at keybit.net>
-
-	* [r8201] topology/test/regress/topoelement_expected: Update
-	  expected error messages not to include the "topology" namespace
-	  (now that it's part of the search_path).
-
-2011-11-21 08:23  Sandro Santilli <strk at keybit.net>
-
-	* [r8200] liblwgeom/cunit/cu_libgeom.c: Rename "LibGeom Suite" to
-	  simply "libgeom", for easy of use
-
-2011-11-21 08:21  Sandro Santilli <strk at keybit.net>
-
-	* [r8199] liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_ptarray.c: Surrender to evidence of the narrow
-	  ring tested being clockwise
-
-2011-11-21 08:08  Sandro Santilli <strk at keybit.net>
-
-	* [r8198] liblwgeom/lwgeom_api.c: Improve robustness of
-	  ptarray_isccw (see #1302)
-
-2011-11-21 07:48  Regina Obe <lr at pcorp.us>
-
-	* [r8197] topology/sql/manage/ManageHelper.sql,
-	  topology/topology.sql.in.c: Logic to add topology to database
-	  search path on install or upgrade
-
-2011-11-21 04:02  Regina Obe <lr at pcorp.us>
-
-	* [r8196] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: FIX upgrade script -
-	  complement to r8186 - drop all mapalgebra functions before
-	  upgrade because for pg9.0+ CREATE OR REPLACE FUNCTION fails if
-	  argument names have changed. Also update docs to reflect new
-	  naming of userfunction to
-	  onerasteruderfunc,tworasteruserfunc,onerasternguserfunc
-
-2011-11-20 21:37  Regina Obe <lr at pcorp.us>
-
-	* [r8195] doc/reference_raster.xml: fix some ST_MapAlgebra userfunc
-	  arg names to agree with code. Still ng ones to go and drop fix.
-
-2011-11-20 21:35  Sandro Santilli <strk at keybit.net>
-
-	* [r8194] liblwgeom/cunit/cu_ptarray.c: Add another test for
-	  ptarray_isccw, which incredibly seems to disagree with the same
-	  check done when the same ring occurs in a polygon
-
-2011-11-20 21:19  Sandro Santilli <strk at keybit.net>
-
-	* [r8193] liblwgeom/ptarray.c: Do not memcpy to self in
-	  ptarray_reverse (see #1302)
-
-2011-11-20 21:19  Sandro Santilli <strk at keybit.net>
-
-	* [r8192] liblwgeom/cunit/cu_libgeom.c: Better indent for comparing
-	  obtained/expected
-
-2011-11-20 20:51  Sandro Santilli <strk at keybit.net>
-
-	* [r8191] loader/Makefile.in: Fix 'clean' rule under loader to drop
-	  stuff under .libs
-
-2011-11-20 20:51  Sandro Santilli <strk at keybit.net>
-
-	* [r8190] liblwgeom/cunit/cu_libgeom.c: Add test for
-	  lwgeom_force_clockwise (see #1302)
-
-2011-11-19 17:28  Sandro Santilli <strk at keybit.net>
-
-	* [r8189] liblwgeom/cunit/cu_ptarray.c: Add test for ptarray_isccw
-	  (see #1302)
-
-2011-11-18 23:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8188] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h:
-	  Addition of function rt_util_gdal_datatype_to_pixtype to
-	  complement rt_util_pixtype_to_gdal_datatype.
-
-2011-11-18 22:38  David Zwarg <dzwarg at azavea.com>
-
-	* [r8187] doc/reference_raster.xml: Documented ST_Rotation and
-	  ST_SetRotation.
-
-2011-11-18 21:41  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8186] raster/rt_pg/rtpostgis.sql.in.c: Update parameter names
-	  for regprocedure data types
-
-2011-11-18 21:28  David Zwarg <dzwarg at azavea.com>
-
-	* [r8185] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_expected: Nodata mode
-	  defaults to 'ignore' if it is NULL. Added tests for out of range
-	  neighborhoods.
-
-2011-11-18 20:56  David Zwarg <dzwarg at azavea.com>
-
-	* [r8184] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.h, raster/test/regress/rt_band_properties.sql,
-	  raster/test/regress/rt_box2d.sql,
-	  raster/test/regress/rt_set_band_properties.sql,
-	  raster/test/regress/rt_set_properties.sql: Non-functional change.
-	  Updated author email address for dzwarg.
-
-2011-11-18 20:53  David Zwarg <dzwarg at azavea.com>
-
-	* [r8183] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_expected: Refactored
-	  ST_MapAlgebraFctNgb to cache userfunction lookup, and accept NULL
-	  input and output values.
-
-2011-11-18 20:15  David Zwarg <dzwarg at azavea.com>
-
-	* [r8182] raster/rt_pg/rt_pg.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/create_rt_mapalgebra_test.sql,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
-	  raster/test/regress/create_rt_mapalgebrafctngb_test_expected,
-	  raster/test/regress/rt_mapalgebrafct.sql,
-	  raster/test/regress/rt_mapalgebrafct_expected,
-	  raster/test/regress/rt_mapalgebrafctngb.sql: Refactored
-	  ST_MapAlgebraFct to cache userfunction lookup, and accept NULL
-	  input and output values.
-
-2011-11-18 18:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8181] configure.ac, raster/raster_config.h.in,
-	  raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/regress/rt_addband_expected,
-	  raster/test/regress/rt_mapalgebraexpr_expected,
-	  raster/test/regress/rt_mapalgebrafct_expected,
-	  raster/test/regress/rt_mapalgebrafctngb_expected: Added a flag
-	  --with-raster-dblwarning so as to provide the software builder
-	  the option of enabling all the value
-	  truncation/clamping/conversion warnings, which can be many. The
-	  new default is to suppress those warnings. All appropriate
-	  regression tests have been updated.
-	  
-	  Associated ticket is #1307
-
-2011-11-18 15:53  David Zwarg <dzwarg at azavea.com>
-
-	* [r8180] raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_expected: Enabled all
-	  tests on ST_MapAlgebraFctNgb.
-
-2011-11-18 14:53  David Zwarg <dzwarg at azavea.com>
-
-	* [r8179] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed
-	  debug problem in #1308
-
-2011-11-18 13:59  Regina Obe <lr at pcorp.us>
-
-	* [r8178] doc/reference_constructor.xml: fix minor typo
-
-2011-11-18 13:58  Regina Obe <lr at pcorp.us>
-
-	* [r8177] doc/reference_constructor.xml: document new
-	  ST_GeomFromGeoJSON function. Will provide examples later once
-	  resolved my JSON-C compilation issues
-
-2011-11-18 13:24  Regina Obe <lr at pcorp.us>
-
-	* [r8176] doc/reference_raster.xml: minor corrections
-
-2011-11-18 03:36  Regina Obe <lr at pcorp.us>
-
-	* [r8175] extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control: increment alpha release
-	  number to allow upgrade with extensions
-
-2011-11-18 03:08  Regina Obe <lr at pcorp.us>
-
-	* [r8174] doc/reference_raster.xml: fix code comment
-
-2011-11-18 02:54  Regina Obe <lr at pcorp.us>
-
-	* [r8173] doc/reference_raster.xml: forgot pixeltype in ngb arg
-	  list
-
-2011-11-18 02:48  Regina Obe <lr at pcorp.us>
-
-	* [r8172] doc/reference_raster.xml: fix typo in linkends
-
-2011-11-18 02:32  Regina Obe <lr at pcorp.us>
-
-	* [r8171] doc/reference_raster.xml: put in missing spaces
-
-2011-11-18 02:31  Regina Obe <lr at pcorp.us>
-
-	* [r8170] doc/html/images/st_mapalgebrafctngb01.png,
-	  doc/html/images/st_mapalgebrafctngb02.png,
-	  doc/reference_raster.xml: ST_MapAlgebraFctNgb (and put in
-	  immuatable for other st_mapalgebras)
-
-2011-11-18 01:15  Regina Obe <lr at pcorp.us>
-
-	* [r8169] doc/html/images/st_rescale01.png,
-	  doc/html/images/st_rescale02.png, doc/reference_raster.xml:
-	  #1306: document rescale and provide examples, fix st_resample
-	  args. (still 2 more to go in this ticket)
-
-2011-11-18 00:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8168] configure.ac: Move library link to appropriate place.
-
-2011-11-18 00:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8167] configure.ac, doc/installation.xml, postgis/Makefile.in,
-	  postgis/geometry_estimate.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_export.h, postgis/lwgeom_in_geojson.c,
-	  postgis/postgis.sql.in.c, postgis_config.h.in,
-	  regress/Makefile.in, regress/in_geojson.sql,
-	  regress/in_geojson_expected: Add ST_GeomFromGeoJSON (#376)
-
-2011-11-18 00:17  Regina Obe <lr at pcorp.us>
-
-	* [r8166] doc/reference_raster.xml: correct ST_Resample arguments
-	  to agree with implementation. Still need to fill in descriptions
-	  of what all params mean
-
-2011-11-17 22:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8165] raster/test/regress/rt_mapalgebrafctngb.sql: Fix the 8.4
-	  error only described in #1296.
-
-2011-11-17 15:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8164] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Additional corrections and
-	  cleanup for ST_BandNoDataValue
-
-2011-11-17 14:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8163] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  Fixed a bunch of other nodataval datatype issues.
-
-2011-11-17 14:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8162] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_asraster_expected: Fixed invalid handling
-	  of nodatavalue in ST_BandMetaData(). Issue arises due to C
-	  backend using Float8GetDatum while SQL frontend using real
-	  datatype.
-
-2011-11-17 04:25  Regina Obe <lr at pcorp.us>
-
-	* [r8161] doc/xsl/post_gis_day_cards.html.xsl: put in some spacing
-
-2011-11-17 01:44  Regina Obe <lr at pcorp.us>
-
-	* [r8160] doc/xsl/post_gis_day_cards.html.xsl: more event ideas
-
-2011-11-16 20:39  Regina Obe <lr at pcorp.us>
-
-	* [r8159] doc/xsl/post_gis_day_cards.html.xsl,
-	  doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl,
-	  doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl,
-	  doc/xsl/topology_comments.sql.xsl,
-	  doc/xsl/topology_gardentest.sql.xsl: put in missing svn:keywords
-	  fix formatting of cards so easier to break on pages
-
-2011-11-16 17:38  Regina Obe <lr at pcorp.us>
-
-	* [r8158] doc/xsl/post_gis_day_cards.html.xsl: Post GIS day
-	  commemorative cards generator
-
-2011-11-16 03:41  Regina Obe <lr at pcorp.us>
-
-	* [r8157] topology/Makefile.in: logic to create a an
-	  topology_upgrade_20_minor.sql
-
-2011-11-15 18:15  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8156] raster/rt_pg/rtpostgis.sql.in.c: Removed hardcoded SRID
-	  of 0 and replaced with ST_SRID('Point(0 0)'::geometry)
-
-2011-11-15 00:48  Regina Obe <lr at pcorp.us>
-
-	* [r8155] doc/reference_raster.xml: put in missing t in raster load
-	  examples
-
-2011-11-14 23:21  David Zwarg <dzwarg at azavea.com>
-
-	* [r8154] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/scripts/plpgsql/st_mapalgebrafctngb.sql,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_mapalgebrafctngb.sql,
-	  raster/test/regress/rt_mapalgebrafctngb_expected: Added single
-	  version of map algebra that operates on neighborhoods.
-
-2011-11-14 21:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8153] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c, raster/test/core/testapi.c,
-	  raster/test/regress/rt_resample.sql,
-	  raster/test/regress/rt_resample_expected: Added ability to
-	  specify raster width and height to ST_Resample.
-	  
-	  Associated ticket is #1267
-
-2011-11-14 08:15  Regina Obe <lr at pcorp.us>
-
-	* [r8152] extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis/sql_bits/remove_from_extension.sql.in: revise
-	  extension upgrade builder to use new remove functions from
-	  extension before attemtpting to readd them. Cool I can now
-	  upgrade my 2.0.0a3 to 2.0.0a.6 without any complaints.
-
-2011-11-14 07:36  Regina Obe <lr at pcorp.us>
-
-	* [r8151] extensions/postgis_extension_helper.sql,
-	  extensions/postgis_extension_helper_uninstall.sql,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control,
-	  extensions/postgis_topology/sql_bits/remove_from_extension.sql.in:
-	  minor corrections to extension helper, create extension
-	  uninstall, incorporate in topology extension upgrade script
-
-2011-11-14 05:44  Regina Obe <lr at pcorp.us>
-
-	* [r8150] extensions/postgis_extension_helper.sql: helper functions
-	  for creating upgrade extension script. So far helper so I can
-	  sneakingly drop functions from an existing extension so I can
-	  reinstall them if a create or replace will not be sufficient.(so
-	  I avoid the dreaded error -- can't drop function /aggregate
-	  because its part of an extension.)
-
-2011-11-13 03:45  Regina Obe <lr at pcorp.us>
-
-	* [r8149] doc/using_postgis_dataman.xml: #1288: correct some
-	  obsolete advice about how to create indexes and register a
-	  geometry column.
-
-2011-11-12 18:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8148] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_createtopogeo.sql,
-	  topology/test/regress/st_createtopogeo_expected: Do not consider
-	  nodes with the same bounding box as being equal.
-	  
-	  Fixes bug #1284. Includes regression test.
-
-2011-11-12 15:12  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8147] raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c,
-	  raster/test/regress/rt_mapalgebrafct_2raster.sql,
-	  raster/test/regress/rt_mapalgebrafct_2raster_expected: Added
-	  checks to make sure user-function is valid. Also added check for
-	  volatility of user-function with notice if function is volatile.
-
-2011-11-12 13:14  Regina Obe <lr at pcorp.us>
-
-	* [r8146] doc/reference_raster.xml: Fix typo
-
-2011-11-12 05:28  Regina Obe <lr at pcorp.us>
-
-	* [r8145] doc/reference_raster.xml: escape html entitities in
-	  program listing of ST_MApAlgebrafct 2 band version
-
-2011-11-12 04:27  Regina Obe <lr at pcorp.us>
-
-	* [r8144] doc/html/images/st_mapalgebrafct2_01.png,
-	  doc/html/images/st_mapalgebrafct2_02.png,
-	  doc/reference_raster.xml: add examples and fix arg list
-
-2011-11-12 00:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8143] raster/rt_pg/rtpostgis.sql.in.c: Removed third variant as
-	  it conflicts with the second variant of 2-raster ST_MapAlgebraFct
-	  
-	  Related ticket is #1283
-
-2011-11-11 23:07  Regina Obe <lr at pcorp.us>
-
-	* [r8142] doc/reference_raster.xml: begin documentation of 2 band
-	  ST_MapAlgebraFct -- waiting for dustymugs to fix signature before
-	  providing examples
-
-2011-11-11 20:34  Regina Obe <lr at pcorp.us>
-
-	* [r8141] doc/reference_raster.xml: fix arg list in
-	  ST_MapAlgebraExpr single band version (nodatavalexpr got
-	  relaplced with nodataval which is now double precision instead of
-	  text)
-
-2011-11-11 19:31  David Zwarg <dzwarg at azavea.com>
-
-	* [r8140] raster/scripts/plpgsql/st_mapalgebrafctngb.sql: Added
-	  more test to plpgsql ST_MapAlgebraFctNgb prototype.
-
-2011-11-11 18:50  David Zwarg <dzwarg at azavea.com>
-
-	* [r8139] raster/scripts/plpgsql/st_mapalgebrafctngb.sql: Added
-	  pl/pgsql prototype of the neighborhood map algebra function.
-
-2011-11-11 15:45  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8138] raster/rt_pg/rt_pg.c: Removed commented-out stubs for
-	  nonexistant RASTER_mapAlgebra2Fct
-
-2011-11-11 15:41  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8137] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_mapalgebraexpr_2raster.sql,
-	  raster/test/regress/rt_mapalgebraexpr_2raster_expected,
-	  raster/test/regress/rt_mapalgebrafct_2raster.sql,
-	  raster/test/regress/rt_mapalgebrafct_2raster_expected: Add
-	  ST_MapAlgebraFct for 2 rasters. This is the sibling of 2-raster
-	  ST_MapAlgebraExpr. Renamed RASTER_mapAlgebra2Expr to
-	  RASTER_mapAlgebra2 as both 2-raster ST_MapAlgebraExpr and
-	  ST_MapAlgebraFct call the same function.
-	  
-	  Associated ticket is #1281.
-
-2011-11-11 08:40  Regina Obe <lr at pcorp.us>
-
-	* [r8136] doc/reference_raster.xml: put comment about expression
-
-2011-11-10 20:59  David Zwarg <dzwarg at azavea.com>
-
-	* [r8135] doc/reference_raster.xml: Updated documentation for all
-	  variants of ST_MapAlgebraFct.
-
-2011-11-10 11:10  Sandro Santilli <strk at keybit.net>
-
-	* [r8134] liblwgeom/g_serialized.c, regress/tickets.sql,
-	  regress/tickets_expected: Make sure to "round-to-float" boxes
-	  read from serialized, no matter if there was or not a cache.
-	  Fixes #1273. Includes regress testing. Note: would be worth to
-	  also test the 2-points line case (I didn't in this specific
-	  commit, but the patch should fix that as well).
-
-2011-11-10 00:18  Regina Obe <lr at pcorp.us>
-
-	* [r8133] doc/reference_raster.xml: add missing references to other
-	  functions used
-
-2011-11-10 00:15  Regina Obe <lr at pcorp.us>
-
-	* [r8132] doc/html/images/st_mapalgebraexpr2_04.png,
-	  doc/html/images/st_mapalgebraexpr2_05.png,
-	  doc/html/images/st_mapalgebraexpr2_06.png,
-	  doc/html/images/st_mapalgebraexpr2_07.png,
-	  doc/reference_raster.xml: Add example of overlaying single
-	  rasters on same canvas
-
-2011-11-10 00:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8131] raster/rt_pg/rtpostgis_drop.sql.in.c: Signatures changed
-	  for ST_MapAlgebraExpr where nodatavaluerepl (text) is now
-	  nodataval (double precision)
-
-2011-11-09 23:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8130] raster/test/core/testapi.c: Removed all remaining memory
-	  leaks from testapi.c
-
-2011-11-09 23:12  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8129] raster/test/core/testapi.c: Rolled back attempt to clean
-	  up memory handling. We'll just live with this until testapi.c is
-	  replaced by cunit tests for raster.
-
-2011-11-09 23:00  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8128] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Separated the
-	  output raster's extent calculation from RASTER_mapAlgebra2Expr()
-	  in rt_pg.c to rt_raster_from_two_rasters() in rt_api.c. Added
-	  test of rt_raster_from_two_rasters() in testapi.c
-
-2011-11-09 17:15  Regina Obe <lr at pcorp.us>
-
-	* [r8127] doc/reference_raster.xml: fix typos, provide description
-	  for nodatanodataval (pierre / bborie /dzwarg -- please check my
-	  definitions to make sure they are right)
-
-2011-11-09 15:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8126] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_mapalgebraexpr_2raster.sql,
-	  raster/test/regress/rt_mapalgebraexpr_2raster_expected: Fixed bug
-	  where an expression doesn't contain a placeholder (either rast1
-	  or rast2).
-	  
-	  Associated ticket is #1276.
-
-2011-11-09 05:02  Regina Obe <lr at pcorp.us>
-
-	* [r8125] doc/reference_raster.xml: fix minor typos
-
-2011-11-09 03:52  Regina Obe <lr at pcorp.us>
-
-	* [r8124] extensions/postgis/postgis.control,
-	  extensions/postgis_topology/postgis_topology.control: increment
-	  version
-
-2011-11-09 03:45  Regina Obe <lr at pcorp.us>
-
-	* [r8123] doc/reference_raster.xml: break out what all the
-	  different arguments are in 2 map algebra.
-
-2011-11-09 02:55  Regina Obe <lr at pcorp.us>
-
-	* [r8122] doc/html/images/st_mapalgebraexpr2_01.png,
-	  doc/html/images/st_mapalgebraexpr2_02.png,
-	  doc/reference_raster.xml: fix some typos, revise example
-	  demonstrating difference between intersection and union. include
-	  pictures.
-
-2011-11-09 01:05  Regina Obe <lr at pcorp.us>
-
-	* [r8121] raster/rt_pg/rtpostgis_drop.sql.in.c: Add ST_BandMetaData
-	  to drop target. Upgrade can't install the new version otherwise
-	  since the output parameter data types changed.
-
-2011-11-08 23:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8120] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Fix
-	  floating point issues in rt_raster_geopoint_to_cell in addition
-	  to other minor changes.
-
-2011-11-08 21:34  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8119] raster/rt_core/rt_api.c: Bug fix for evaluating remainder
-	  when remainder is infinitely close to 1. Basically, the check
-	  wasn't added to a block of code those similar blocks of code had
-	  the check.
-
-2011-11-08 20:32  Regina Obe <lr at pcorp.us>
-
-	* [r8118] doc/reference_raster.xml: ST_MapAlgebraExpr - 2 band
-	  version - incorporate Pierre's corrections / additions
-
-2011-11-08 18:41  Regina Obe <lr at pcorp.us>
-
-	* [r8117] doc/reference_raster.xml: document ST_MapAlgebraExpr (2
-	  raster band version). Need to clean up the example also figure
-	  out how I managed to crash my server with this.
-
-2011-11-08 17:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8116] postgis/lwgeom_geos.c: Do the "are boxes different?" test
-	  in ST_Equals using a tolerance instead of exact comparisons.
-
-2011-11-08 10:23  Sandro Santilli <strk at keybit.net>
-
-	* [r8115] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Re-fix
-	  robustness issue on 32bit system (seg is 0-based, npoints is
-	  1-based but segments is npoints-1)
-
-2011-11-08 08:55  Sandro Santilli <strk at keybit.net>
-
-	* [r8114] regress/regress_lrs.sql, regress/regress_lrs_expected:
-	  Give unique names to linearref tests
-
-2011-11-08 08:55  Sandro Santilli <strk at keybit.net>
-
-	* [r8113] liblwgeom/cunit/cu_split.c: Add test for bug #1270
-
-2011-11-08 08:51  Sandro Santilli <strk at keybit.net>
-
-	* [r8112] liblwgeom/ptarray.c: Fix st_line_locate_point check for
-	  "last point" (#1271)
-
-2011-11-08 05:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8111] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_mapalgebra2expr.sql,
-	  raster/test/regress/rt_mapalgebra2expr_expected,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebraexpr_2raster.sql,
-	  raster/test/regress/rt_mapalgebraexpr_2raster_expected: Renamed
-	  ST_MapAlgebra2Expr to ST_MapAlgebra after concensus with Pierre
-	  and Regina.
-
-2011-11-08 00:00  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8110] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebraexpr_expected: Replaced
-	  ST_MapAlgebraExpr's "nodatavalueexpr" parameter with "nodataval"
-	  and datatype changed from text to double precision. This makes
-	  this parameter the same as "nodatanodataval" found in
-	  ST_MapAlgebra2Expr.
-	  
-	  Associated ticket is #866
-
-2011-11-07 21:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8109] doc/reference_raster.xml: Rephrased a sentence or two in
-	  ST_Resample. Might not be the best.
-
-2011-11-07 21:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8108] raster, raster/rt_pg, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/scripts/plpgsql/st_mapalgebra.sql,
-	  raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_mapalgebra2expr.sql,
-	  raster/test/regress/rt_mapalgebra2expr_expected: Addition of
-	  2-raster map algebra function ST_MapAlgebra2Expr. Next is
-	  ST_MapAlgebra2Fct.
-	  
-	  Ticket is #1268.
-
-2011-11-07 17:01  Sandro Santilli <strk at keybit.net>
-
-	* [r8107] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c:
-	  Enhance robustness of ptarray_locate_point, fixing bug #1269.
-	  
-	  Includes regression testcase.
-
-2011-11-06 20:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8106] postgis/postgis.sql.in.c, postgis/sqldefines.h.in:
-	  Following the cleanup in r8104, additional cleanup to remove
-	  POSTGIS_GDAL_VERSION
-
-2011-11-06 20:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8105] liblwgeom/lwgeom_geos_split.c: Double-check line
-	  splitting to avoid returning empty components
-	  
-	  It happened on my 32bit system based on presence or absence of an
-	  lwnotice call, probably a compiler bug...
-
-2011-11-06 19:39  Sandro Santilli <strk at keybit.net>
-
-	* [r8104] postgis/postgis.sql.in.c: Don't change SQL at compile
-	  time. The code is safe enough.
-
-2011-11-06 19:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8103] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_asraster.sql,
-	  raster/test/regress/rt_bandmetadata.sql: Renamed output parameter
-	  "hasnodatavalue" to "hasnodata" in ST_BandMetadata(). This makes
-	  the parameter name consistent with all other use of "hasnodata"
-	  and the docs for ST_BandMetadata.
-
-2011-11-06 04:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8102] raster/Makefile.in, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Fixed the bug
-	  described in #1263. Also fixed additional code that has the same
-	  problem. Additional syntax cleaning and comments updated. Fixed
-	  the problem with "make check" running test/core twice.
-
-2011-11-05 22:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8101] postgis/Makefile.in, postgis/postgis.sql.in.c,
-	  raster/rt_pg/rtpostgis.sql.in.c: Reverted r8100 due to regression
-	  failures. Instead, I added an exception check to catch for when
-	  the client isn't able to find postgis_gdal_version in the search
-	  path.
-	  
-	  Associated ticket is #1266
-
-2011-11-05 14:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8100] postgis/Makefile.in, postgis/postgis.sql.in.c,
-	  raster/rt_pg/rtpostgis.sql.in.c: Moved postgis_gdal_version()
-	  from rtpostgis.sql.in.c to postgis.sql.in.c. Added additional sed
-	  command to postgis/Makefile.in to handle RASTER_MODULE_PATH so as
-	  to continue using the underlyiing RASTER_gdal_version().
-	  
-	  Associated ticket is #1266.
-
-2011-11-05 03:50  Regina Obe <lr at pcorp.us>
-
-	* [r8099] doc/reference_processing.xml: Fix output of ST_Node --
-	  evidentally we haven't yet instituted the change to output
-	  MULTILINESTRINGZ etc in WKT in ST_AsText nor ST_AsEWKT
-
-2011-11-04 22:06  Regina Obe <lr at pcorp.us>
-
-	* [r8098] extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control: increment to 2.0.0a4
-
-2011-11-04 22:05  Regina Obe <lr at pcorp.us>
-
-	* [r8097] extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control: increment
-	  to 2.0.0a4
-
-2011-11-04 21:43  Regina Obe <lr at pcorp.us>
-
-	* [r8096] doc/reference_processing.xml,
-	  doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/tiger_geocoder_cheatsheet.html.xsl: alphabatize
-	  reference_processing section. Change postgis cheatsheet to output
-	  to 2 columns. Minor adjusts to tiger cheatsheet
-
-2011-11-04 20:46  Regina Obe <lr at pcorp.us>
-
-	* [r8095] doc/reference_processing.xml: #1206: put in example for
-	  ST_Node. Can't test yet since my geos is recompiling.
-
-2011-11-04 18:48  Sandro Santilli <strk at keybit.net>
-
-	* [r8094] doc/reference_processing.xml: Document ST_Node (#1206)
-
-2011-11-04 18:24  Sandro Santilli <strk at keybit.net>
-
-	* [r8093] regress/Makefile.in, regress/node.sql,
-	  regress/node_expected: Add SQL-level tests for ST_Node (#1206)
-
-2011-11-04 18:17  Sandro Santilli <strk at keybit.net>
-
-	* [r8092] liblwgeom/Makefile.in: Fix clean rule to get rid of .o
-	  files
-
-2011-11-04 14:25  Sandro Santilli <strk at keybit.net>
-
-	* [r8091] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Expose
-	  ST_Node at SQL level (#1206)
-
-2011-11-04 12:22  Regina Obe <lr at pcorp.us>
-
-	* [r8090] doc/xsl/raster_cheatsheet.html.xsl: ability to turn off
-	  example generation, and change to turn off by default
-
-2011-11-04 08:15  Sandro Santilli <strk at keybit.net>
-
-	* [r8089] liblwgeom/lwgeom_geos_node.c: Fix builds againts GEOS <
-	  3.3
-
-2011-11-04 06:45  Sandro Santilli <strk at keybit.net>
-
-	* [r8088] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_node.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos_node.c: Add an
-	  lwgeom_node function in liblwgeom (see #1206)
-	  Includes testcase
-
-2011-11-04 00:57  Regina Obe <lr at pcorp.us>
-
-	* [r8087] doc/reference_management.xml: Add enhanced note for
-	  AddGeometryColumn
-
-2011-11-03 17:28  Sandro Santilli <strk at keybit.net>
-
-	* [r8086] liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c:
-	  Add lwcollection_reserve internal function
-
-2011-11-03 17:09  Sandro Santilli <strk at keybit.net>
-
-	* [r8085] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_split.c:
-	  Pass GEOS version to unit tests, skip test for SPLIT when
-	  building against older geos.
-
-2011-11-03 16:20  Sandro Santilli <strk at keybit.net>
-
-	* [r8084] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_split.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwgeom_geos_split.c: Add an line-by-point internal
-	  split function taking an output vector.
-	  Regress test the new function.
-
-2011-11-02 16:53  Sandro Santilli <strk at keybit.net>
-
-	* [r8083] regress/Makefile.in, regress/summary.sql,
-	  regress/summary_expected: Add test for ST_Summary
-
-2011-11-02 13:48  Regina Obe <lr at pcorp.us>
-
-	* [r8082] postgis/postgis_drop.sql.in.c: change order of
-	  populate_geometry_columns drop all one depends on oid one
-
-2011-11-02 13:47  Regina Obe <lr at pcorp.us>
-
-	* [r8081] postgis/postgis_drop.sql.in.c: drop
-	  populate_geometry_columns(). This is needed because got replaced
-	  by populate_geometry_columns(use_typmod=true). So if both exist
-	  get function is not unique error
-
-2011-11-02 13:42  Regina Obe <lr at pcorp.us>
-
-	* [r8080] postgis/postgis_drop.sql.in.c: #1256 drop memgeomunion so
-	  geomunion can be dropped
-
-2011-11-02 06:50  Regina Obe <lr at pcorp.us>
-
-	* [r8079] doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl: more formatting experiments
-
-2011-11-02 04:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8078] liblwgeom/Makefile.in, liblwgeom/g_serialized.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
-	  postgis/MISSING_OBJECTS, postgis/lwgeom_debug.c: Composite
-	  geometries end up with nested BBOX caches (#1254)
-
-2011-11-01 18:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8077] raster/rt_pg/rtpostgis.sql.in.c: Based upon mailing list
-	  discussion, changed call to ST_AsRaster in _st_intersects(raster,
-	  geometry) to _st_asraster.
-
-2011-11-01 17:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8076] liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_surface.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwtin.c, liblwgeom/measures3d.c,
-	  postgis/lwgeom_debug.c: Make st_summary at least return
-	  consistent results (#1254)
-
-2011-11-01 17:11  Regina Obe <lr at pcorp.us>
-
-	* [r8075] doc/reference_raster.xml: document ST_SameAlignment
-
-2011-11-01 04:41  Regina Obe <lr at pcorp.us>
-
-	* [r8074] doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl,
-	  doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl: revise all to output arg
-	  list and conditionally show examples and descriptions
-
-2011-11-01 03:06  Regina Obe <lr at pcorp.us>
-
-	* [r8073] GNUmakefile.in, doc/Makefile.in, doc/installation.xml,
-	  doc/xsl/postgis_cheatsheet.html.xsl,
-	  doc/xsl/raster_cheatsheet.html.xsl: xsl to generate postgis
-	  cheatsheet, add make cheatsheet to gnumake, better outptuting of
-	  functions with different protos.
-
-2011-10-31 22:26  Sandro Santilli <strk at keybit.net>
-
-	* [r8069] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_createtopogeo_expected:
-	  ST_CreateTopoGeo: speedup merged lines splitting [RT-SIGTA]
-
-2011-10-31 21:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8068] liblwgeom/lwpoly.c: Increase accuracy of area calculation
-	  (#810)
-
-2011-10-31 20:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8067] libpgcommon/lwgeom_pg.h: Remove redundant prototype
-
-2011-10-31 20:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8066] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, libpgcommon/lwgeom_pg.c,
-	  postgis/geography_measurement.c: Move gserialized_get_gbox_p to
-	  liblwgeom and gserialized_read_gbox_p to liblwgeom_internal
-
-2011-10-31 20:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8065] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
-	  libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/geography_measurement.c, postgis/lwgeom_box.c,
-	  postgis/lwgeom_btree.c, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_gist.c: Rename
-	  pglwgeom_box2d_p
-
-2011-10-31 20:02  Regina Obe <lr at pcorp.us>
-
-	* [r8064] doc/Makefile.in, doc/xsl/raster_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl: add raster cheat sheet
-	  generator -- and a make cheatsheets command to generate all.
-
-2011-10-31 19:20  Regina Obe <lr at pcorp.us>
-
-	* [r8063] doc/reference_raster.xml: get rid of word "Functions" in
-	  section headers
-
-2011-10-31 13:03  Sandro Santilli <strk at keybit.net>
-
-	* [r8062] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_createtopogeo.sql,
-	  topology/test/regress/st_createtopogeo_expected:
-	  ST_CreateTopoGeo: do not drop input nodes of degree 2 (#1258)
-	  [RT-SIGTA]
-
-2011-10-31 12:45  Sandro Santilli <strk at keybit.net>
-
-	* [r8061] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_createtopogeo.sql,
-	  topology/test/regress/st_createtopogeo_expected: Fix generation
-	  of topology in presence of edges with same bounding box (#1261).
-	  
-	  Includes regress test [RT-SIGTA]
-
-2011-10-31 12:22  Regina Obe <lr at pcorp.us>
-
-	* [r8060] doc/extras_topology.xml: fix another erroneous statement
-	  - its ValidateTopology not ST_ValidateTopology
-
-2011-10-31 11:58  Regina Obe <lr at pcorp.us>
-
-	* [r8059] doc/extras_topology.xml: get rid of word feature in
-	  description of AddTopGeometryColumn. Table can be any kind of
-	  table.
-
-2011-10-31 05:32  Regina Obe <lr at pcorp.us>
-
-	* [r8058] doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
-	  doc/xsl/topology_cheatsheet.html.xsl: more cleanup -- only print
-	  example sections if they have examples
-
-2011-10-31 03:14  Regina Obe <lr at pcorp.us>
-
-	* [r8057] doc/Makefile.in,
-	  doc/xsl/tiger_geocoder_cheatsheet.html.xsl: build cheat sheet for
-	  tiger geocoder. This one looks better laid out than topology one
-	  so have to revisit topology
-
-2011-10-31 02:11  Regina Obe <lr at pcorp.us>
-
-	* [r8056] doc/xsl/topology_cheatsheet.html.xsl: logic to flag new
-	  functions and allow tags in listings to be displayed
-
-2011-10-30 23:10  Regina Obe <lr at pcorp.us>
-
-	* [r8055] doc/xsl/topology_cheatsheet.html.xsl: get rid of unused
-	  styles
-
-2011-10-30 21:47  Sandro Santilli <strk at keybit.net>
-
-	* [r8054] topology/sql/sqlmm.sql: AddEdgeModFace, AddEdgeNewFaces:
-	  simplify calls to AddEdge [RT-SIGTA]
-
-2011-10-30 20:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8053] liblwgeom/box2d.c, liblwgeom/g_box.c,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_transform.c,
-	  liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
-	  liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c,
-	  liblwgeom/lwout_x3d.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/measures.c, liblwgeom/measures3d.c,
-	  liblwgeom/vsprintf.c, libpgcommon/lwgeom_pg.c,
-	  libpgcommon/lwgeom_pg.h, libpgcommon/lwgeom_transform.c,
-	  postgis/geography_inout.c: Remove some duplicate headers (much of
-	  this to be done...)
-
-2011-10-30 20:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8052] liblwgeom/profile.h, libpgcommon/lwgeom_pg.h,
-	  postgis/SERIALIZED_FORM, postgis/profile.h: Remove
-	  SERIALIZED_FORM
-
-2011-10-30 20:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8051] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/Makefile.in, postgis/geography.h,
-	  postgis/geography_inout.c, postgis/lwgeom_box.c,
-	  postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_sqlmm.c,
-	  postgis/lwgeom_transform.c: Remove pglwgeom_serialize
-
-2011-10-30 19:15  Sandro Santilli <strk at keybit.net>
-
-	* [r8050] doc/extras_topology.xml: Add some hints about the visited
-	  table for topology.AsGML
-
-2011-10-30 18:49  Regina Obe <lr at pcorp.us>
-
-	* [r8049] doc/Makefile.in, doc/xsl/topology_cheatsheet.html.xsl:
-	  logic to build html cheatsheet -- some logic still needed to
-	  extract the examples correctly.
-
-2011-10-30 15:36  Regina Obe <lr at pcorp.us>
-
-	* [r8048] doc/extras_topology.xml: get rid of extra fluff words in
-	  section titles
-
-2011-10-29 20:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8047] postgis/lwgeom_functions_basic.c: Fix regression
-
-2011-10-29 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8046] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeom.c, libpgcommon/lwgeom_pg.c,
-	  libpgcommon/lwgeom_pg.h, postgis/geography_inout.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c,
-	  raster/rt_pg/rt_pg.c: Remove pglwgeom_ndims
-
-2011-10-29 20:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8045] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_functions_basic.c: Remove pglwgeom_size
-
-2011-10-29 20:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8044] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
-	  libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_functions_basic.c: Remove pglwgeom_get_zm
-
-2011-10-29 01:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8043] postgis/lwgeom_functions_basic.c: Fix odd formating in
-	  optimistic_overlap
-
-2011-10-29 01:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8042] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_geos.c: Remove pglwgeom_is_empty
-
-2011-10-29 01:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8041] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_inout.c: Remove pglwgeom_drop_bbox
-
-2011-10-29 00:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8040] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in:
-	  Remove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
-
-2011-10-29 00:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8039] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_gist.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: Remove
-	  pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
-
-2011-10-29 00:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8038] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/geography_inout.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c, postgis/lwgeom_spheroid.c: Remove
-	  pglwgeom_get_type
-
-2011-10-28 22:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8037] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_btree.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_gist.c,
-	  postgis/lwgeom_ogc.c, postgis/lwgeom_spheroid.c,
-	  postgis/lwgeom_transform.c: remove pglwgeom_get_srid,
-	  pglwgeom_set_srid
-
-2011-10-28 21:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8036] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/geography_inout.c, postgis/lwgeom_box.c,
-	  postgis/lwgeom_box3d.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_export.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_spheroid.c,
-	  postgis/lwgeom_sqlmm.c, postgis/lwgeom_transform.c: Remove
-	  pglwgeom_deserialize
-
-2011-10-28 20:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8035] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Commit
-	  remaining removals of BOX2DFLOAT4 and PG_LWGEOM
-
-2011-10-28 20:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8034] liblwgeom/box2d.c, liblwgeom/g_serialized.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  postgis/geography_inout.c, postgis/geometry_estimate.c,
-	  postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_btree.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_export.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
-	  postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_geos_prepared.h, postgis/lwgeom_gist.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h,
-	  postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c,
-	  postgis/lwgeom_transform.c: Remove BOX2DFLOAT4->GBOX and
-	  PG_LWGEOM->GSERIALIZED #defines
-
-2011-10-28 18:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8033] liblwgeom/cunit/cu_libgeom.c: Fix call to
-	  geometry_type_from_string to use right type.
-
-2011-10-28 18:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8032] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h:
-	  Move clone support functions into internal
-
-2011-10-28 18:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8031] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwalgorithm.c, liblwgeom/measures.c,
-	  postgis/geography_estimate.c, postgis/geometry_estimate.c,
-	  postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_functions_basic.c: Replace min/max/abs macros with
-	  FP_* variants in liblwgeom/ and with pgsql variants in postgis/
-
-2011-10-28 17:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8030] liblwgeom/box2d.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwgeom_api.c, postgis/lwgeom_functions_analytic.c:
-	  Remove orphaned box3d and box2dfloat4 utility functions
-
-2011-10-28 17:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8029] liblwgeom/cunit/cu_geodetic.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
-	  liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c, liblwgeom/ptarray.c:
-	  Remove orphaned _compute_box3d functions
-
-2011-10-28 17:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8028] liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in: Remove
-	  box2df_from_gbox and gbox_from_box2df
-
-2011-10-28 17:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8027] liblwgeom/g_util.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwutil.c,
-	  loader/pgsql2shp-core.c, postgis/gserialized_typmod.c,
-	  postgis/lwgeom_debug.c, postgis/lwgeom_functions_basic.c: Ensure
-	  calls to lwgeom->type use type of uint8_t
-
-2011-10-28 14:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8026] liblwgeom/lwgeom_geos.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos.h, postgis/lwgeom_inout.c: Remove old
-	  profiling code
-
-2011-10-27 23:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8025] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwsegmentize.c, postgis/lwgeom_rtree.c: Remove old
-	  8-bit type utility functions.
-
-2011-10-27 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8024] liblwgeom/liblwgeom.h.in, postgis/geography_estimate.c,
-	  postgis/geometry_estimate.c, postgis/lwgeom_box.c,
-	  postgis/lwgeom_box3d.c: Remove LWGEOM_Min* and LWGEOM_Max*
-
-2011-10-27 21:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8023] liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
-	  liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
-	  postgis/BBOXCACHE_BEHAVIOURS: Remove serialized_form functions:
-	  lwpoint_serialize_size
-	  lwpoint_serialize
-	  lwpoint_serialize_buf
-	  lwline_serialize_size
-	  lwline_serialize
-	  lwline_serialize_buf
-	  lwpoly_serialize_size
-	  lwpoly_serialize
-	  lwpoly_serialize_buf
-	  lwtriangle_serialize_size
-	  lwtriangle_serialize
-	  lwtriangle_serialize_buf
-	  lwcircstring_serialize_size
-	  lwcircstring_serialize
-	  lwcircstring_serialize_buf
-	  lwcollection_serialize_size
-	  lwcollection_serialize_buf
-	  lwgeom_constructempty
-	  lwgeom_constructempty_buf
-	  lwgeom_empty_length
-	  lwgeom_serialize_size
-	  lwgeom_serialize
-	  lwgeom_serialized_construct
-	  lwgeom_getsrid
-
-2011-10-27 20:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8022] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove
-	  printBYTES
-
-2011-10-27 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8021] liblwgeom/liblwgeom.h.in: Reorder header file a little.
-
-2011-10-27 20:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8020] liblwgeom/lwgeom_api.c: Complete removal of
-	  LWGEOM_INSPECTED
-
-2011-10-27 20:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8019] liblwgeom/liblwgeom.h.in: Remove LWGEOM_INSPECTED
-
-2011-10-27 20:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8018] liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwpsurface.c, liblwgeom/lwtin.c,
-	  liblwgeom/lwtriangle.c: Remove old deserialze and inspected
-	  functions.
-	  
-	  serialized_lwgeom_size
-	  lwgeom_size_subgeom
-	  lwgeom_size_point
-	  lwgeom_size_line
-	  lwgeom_size_circstring
-	  lwgeom_size_poly
-	  lwgeom_size_triangle
-	  lwgeom_deserialize
-	  lwpoint_deserialize
-	  lwline_deserialize
-	  lwpoly_deserialize
-	  lwtriangle_deserialize
-	  lwcircstring_deserialize
-	  lwmpoint_deserialize
-	  lwmline_deserialize
-	  lwmpoly_deserialize
-	  lwcollection_deserialize
-	  lwcompound_deserialize
-	  lwcurvepoly_deserialize
-	  lwmcurve_deserialize
-	  lwmsurface_deserialize
-	  lwpsurface_deserialize
-	  lwtin_deserialize
-	  printMULTI
-	  lwgeom_inspect
-	  lwgeom_getpoint_inspected
-	  lwgeom_getpoint
-	  lwgeom_getline_inspected
-	  lwgeom_getline
-	  lwgeom_getpoly
-	  lwgeom_getpoly_inspected
-	  lwgeom_gettriangle
-	  lwgeom_gettriangle_inspected
-	  lwgeom_getcircstring_inspected
-	  lwgeom_getgeom_inspected
-	  lwgeom_getsubgeometry
-	  lwgeom_getsubgeometry_inspected
-	  lwgeom_getsubtype
-	  lwgeom_getsubtype_inspected
-	  lwgeom_getnumgeometries
-	  lwgeom_getnumgeometries_inspected
-
-2011-10-27 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8017] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove
-	  compute_serialized_box3d
-
-2011-10-27 19:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8016] liblwgeom/liblwgeom.h.in, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_inout.c: Remove duplicate and unused
-	  is_worth_caching_serialized_bbox and is_worth_caching_lwgeom_bbox
-
-2011-10-27 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8015] liblwgeom, libpgcommon, libpgcommon/cunit, postgis,
-	  raster, raster/test/regress: Add ignores for new built files
-
-2011-10-27 14:35  Sandro Santilli <strk at keybit.net>
-
-	* [r8013] liblwgeom/g_serialized.txt: Wrap lines within 80 columns
-
-2011-10-27 14:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8012] raster/rt_pg/.svnignore: Added rtpostgis_drop.sql,
-	  rtpostgis_drop.sql.in, rtpostgis_upgrade.sql and
-	  rtpostgis_upgrade_20_minor.sql to svn:ignore
-
-2011-10-27 14:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8011] raster/.svnignore, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/scripts/python,
-	  raster/scripts/python/.svnignore: Refactored
-	  rt_band_get_min_value() to call new function
-	  rt_pixtype_get_min_value(). Addition of function
-	  rt_util_extent_type().
-
-2011-10-26 23:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8010] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  postgis/lwgeom_btree.c: Remove PG_LWGEOM_construct
-
-2011-10-26 23:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8009] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Remove
-	  orphaned pglwgeom function pglwgeom_compute_serialized_box3d
-
-2011-10-26 23:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8008] libpgcommon/lwgeom_pg.c: Remove non-gserialized portions
-	  of utility functions.
-
-2011-10-26 22:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8007] doc/rfc/postgis_rfc_03_sheet.txt, liblwgeom/box2d.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove more
-	  orphaned box2d support functions
-
-2011-10-26 22:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8006] liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
-	  liblwgeom/ptarray.c: Remove *_compute_box2d* functions that are
-	  now orphans.
-
-2011-10-25 21:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8005] postgis/lwgeom_box3d.c, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_geos.c, raster/rt_pg/rt_pg.c: Remove
-	  gserialized_on conditionals. Only type defines remain to be
-	  cleared out.
-
-2011-10-25 21:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8004] libpgcommon/lwgeom_pg.h, postgis/Makefile.in,
-	  postgis/lwgeom_box.c, postgis/lwgeom_box2dfloat4.c,
-	  postgis/lwgeom_box3d.c: Remove old box2dfloat4 in favor of gbox.
-
-2011-10-25 20:31  Sandro Santilli <strk at keybit.net>
-
-	* [r8003] postgis/geometry_estimate.c: Add own copyright on the
-	  file. See
-	  http://postgis.refractions.net/pipermail/postgis-devel/2004-March/thread.html
-	  for historical mail exchanges about it :)
-
-2011-10-25 20:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8002] postgis/Makefile.in, postgis/geometry_estimate.c,
-	  postgis/geometry_gist_selectivity.c, postgis/lwgeom_estimate.c:
-	  Remove old serialized_form index selectivity code.
-
-2011-10-21 21:49  Sandro Santilli <strk at keybit.net>
-
-	* [r8001] doc/extras_topology.xml: Explode the topology sections to
-	  keep primitive (sql/mm) topology management more separate from
-	  higher (TopoGeometry) management.
-
-2011-10-21 21:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r8000] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
-	  rt_raster_set_geotransform_matrix() to provide quick setting of a
-	  raster's geotransform based upon the matrix
-
-2011-10-21 19:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7999] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/core/testapi.c,
-	  raster/test/regress/rt_samealignment_expected: Corrected
-	  rt_raster_same_alignment() and RASTER_sameAlignment() to behave
-	  as an end-user would expect it to. So intead of errors when
-	  parameters don't match, return false.
-
-2011-10-21 18:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7998] doc/reference_raster.xml, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Changed
-	  rt_raster_has_no_band to use 0-based band index instead of
-	  1-based. Removed function prototype ST_HasNoData(raster) as the
-	  other prototype ST_HasNoData(raster, nband) now uses the default
-	  value of 1 for nband.
-
-2011-10-21 14:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7997] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: Changed those functions
-	  that is 1-based for band index to 0-based in rt_core. This leaves
-	  only rt_raster_has_no_band, which may have other issues as well.
-	  
-	  Associated ticket is #754
-
-2011-10-21 12:01  Regina Obe <lr at pcorp.us>
-
-	* [r7996]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: put
-	  in logic to st_setsrid to wgs84 before doing st_distance_sphere
-	  in case Paul decides he doesn't want to fix the regression issue
-	  noted in #1243
-
-2011-10-20 22:24  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7995] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  Renamed RASTER_samealignment() to RASTER_sameAlignment() and
-	  corrected C++ style comments with C comments
-
-2011-10-20 22:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7994] raster/rt_pg/rt_pg.c: Removed use of
-	  PG_DETOAST_DATUM_COPY and PG_FREE_IF_COPY as all rasters should
-	  be detoasted using PG_DETOAST_DATUM as it doesn't create a copy,
-	  thus consuming more space.
-
-2011-10-20 13:31  David Zwarg <dzwarg at azavea.com>
-
-	* [r7993] raster/rt_pg/rtpostgis.sql.in.c: Replaced missing
-	  signatures of ST_MapAlgebraFct.
-
-2011-10-20 00:49  Regina Obe <lr at pcorp.us>
-
-	* [r7992] topology/sql/gml.sql,
-	  topology/sql/topoelement/topoelement_agg.sql: move function args
-	  to single line so CREATe EXTENSION topology FROM unpackaged
-	  script builds corectly
-
-2011-10-19 23:47  Regina Obe <lr at pcorp.us>
-
-	* [r7991] doc/reference_raster.xml: add in missing ST_MapAlgebraFct
-	  protos
-
-2011-10-19 23:25  Regina Obe <lr at pcorp.us>
-
-	* [r7990] doc/reference_raster.xml: evidentally missed one or get
-	  the wrong ST_MapAlgebraFct proto in last commit
-
-2011-10-19 20:31  Regina Obe <lr at pcorp.us>
-
-	* [r7989] doc/reference_raster.xml: Get rid of
-	  st_mapalgebrafct(raster,text,regprocedure,text[]) proto since
-	  there is no matching function - messing up my ability to test my
-	  extensions
-
-2011-10-18 11:37  Regina Obe <lr at pcorp.us>
-
-	* [r7988] doc/reference_raster.xml: #860 Get rid of some dup
-	  definitions in ST_MapAlgebraFct and add some missing ones.
-
-2011-10-18 02:23  Regina Obe <lr at pcorp.us>
-
-	* [r7987] postgis/Makefile.in: Add postgis_before_drop for dropping
-	  functions that have arument names renamed before reinstall. Just
-	  for upgrade script since can't do CREATE OR REPLACE if arg names
-	  have changed
-
-2011-10-17 16:16  David Zwarg <dzwarg at azavea.com>
-
-	* [r7986] doc/reference_raster.xml: Fixed documentation code
-	  listing typo for ST_MapAlgebraFct, and added more information
-	  about userfunctions and variadic text args.
-
-2011-10-17 13:45  Regina Obe <lr at pcorp.us>
-
-	* [r7985] doc/introduction.xml: update bios
-
-2011-10-17 13:10  David Zwarg <dzwarg at azavea.com>
-
-	* [r7984] doc/reference_raster.xml: Added ST_MapAlgebraFct to
-	  documentation, with same examples as ST_MapAlgebraExpr
-
-2011-10-16 18:17  Regina Obe <lr at pcorp.us>
-
-	* [r7983] extensions/postgis/Makefile,
-	  extensions/postgis/postgis.control,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control: upgrade
-	  from a1-a3 for topology, beginning of upgrade extension for
-	  postgis -- still need to resolve issue of ALTER EXTENSION not
-	  having a DROP IF EXISTS -- a bit annoying for aggs.
-
-2011-10-14 22:43  Regina Obe <lr at pcorp.us>
-
-	* [r7982] doc/reference_accessor.xml, doc/reference_misc.xml: Move
-	  XMin/Max etc out of miscellaneous into accessors -- Per Pierre's
-	  suggestion. Seems more logical.
-
-2011-10-14 22:36  Regina Obe <lr at pcorp.us>
-
-	* [r7981] doc/reference_processing.xml: Getr di of the word
-	  function in heard. Guess it is kind of stupid
-
-2011-10-14 18:11  David Zwarg <dzwarg at azavea.com>
-
-	* [r7980] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/create_rt_mapalgebra_test.sql,
-	  raster/test/regress/rt_mapalgebra.sql,
-	  raster/test/regress/rt_mapalgebra_expected,
-	  raster/test/regress/rt_mapalgebraexpr.sql,
-	  raster/test/regress/rt_mapalgebraexpr_expected,
-	  raster/test/regress/rt_mapalgebrafct.sql,
-	  raster/test/regress/rt_mapalgebrafct_expected: Implemented raster
-	  map algebra with user functions/callbacks. (#860)
-
-2011-10-13 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7979] regress/run_test: Actually we use bash code, not sh code
-
-2011-10-13 12:28  Regina Obe <lr at pcorp.us>
-
-	* [r7977] raster/rt_pg/rtpostgis_drop.sql.in.c: Add _ST_Resample --
-	  evidentally arg names changed. also got rid of arg names in
-	  _ST_AsRaster
-
-2011-10-13 11:56  Regina Obe <lr at pcorp.us>
-
-	* [r7976] postgis/postgis_drop_before.sql.in.c: Some functions need
-	  to be dropped before upgrade minor if they need to be recreated.
-	  This is required for functions where argument names change but
-	  fundamental types do not. Will add this to upgrade minor script
-	  build later.
-
-2011-10-12 14:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7975] raster/rt_pg/rtpostgis.sql.in.c: Bug fix for
-	  _ST_Intersects(geometry, raster) where the buffering of the
-	  intersection could return NULL. This happens if the buffer was
-	  passed zero for the buffer distance.
-
-2011-10-12 12:51  Regina Obe <lr at pcorp.us>
-
-	* [r7974] doc/reference_raster.xml: move ST_AddBand to raster
-	  constructors section per ticket #1240 and rename Raster Band
-	  Accessors and Constructors to just Raster Band Accessors
-
-2011-10-12 11:26  Regina Obe <lr at pcorp.us>
-
-	* [r7972] doc/using_postgis_dataman.xml: another minor correction
-
-2011-10-12 11:18  Regina Obe <lr at pcorp.us>
-
-	* [r7971] doc/using_postgis_dataman.xml: #1241 apply
-	  doc_vacuum_analyze_and_I_None_typo.patch
-
-2011-10-11 14:37  Sandro Santilli <strk at keybit.net>
-
-	* [r7970] regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-compoundcurve.sql, regress/sql-mm-curvepoly.sql,
-	  regress/sql-mm-multicurve.sql, regress/sql-mm-multisurface.sql:
-	  Typename in type specifier doesn't need to be quoted.
-
-2011-10-11 10:33  Sandro Santilli <strk at keybit.net>
-
-	* [r7969] .gitignore: Ignore more generated files
-
-2011-10-10 20:50  Sandro Santilli <strk at keybit.net>
-
-	* [r7968] postgis/postgis.sql.in.c: Restrict valid spatial_ref_sys
-	  SRID values between 1 and 998999 (#1233)
-	  
-	  I guess it'll take some special handling for this change in the
-	  upgrade scripts. I didn't do any with this commit.
-
-2011-10-10 20:38  Sandro Santilli <strk at keybit.net>
-
-	* [r7967] postgis/gserialized_typmod.c: Clamp SRID in typmod
-	  parser. Now we get NOTICE/clamp also on create table.
-
-2011-10-10 20:26  Sandro Santilli <strk at keybit.net>
-
-	* [r7966] postgis/postgis.sql.in.c,
-	  topology/test/regress/legacy_predicate_expected,
-	  topology/test/regress/legacy_query_expected,
-	  topology/test/regress/st_remedgemodface_expected,
-	  topology/test/regress/st_remedgenewface_expected: Clamp SRID in
-	  AddGeometryColumn, update expected topology test results to
-	  expect -1 being transformed to 0 (current official UNKNOWN SRID
-	  value).
-
-2011-10-10 19:25  Sandro Santilli <strk at keybit.net>
-
-	* [r7965] regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-multicurve.sql,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multisurface.sql,
-	  regress/sql-mm-multisurface_expected: Do not use
-	  AddGeometryColumn, to avoid having to write an explicit unknown
-	  SRID value.
-
-2011-10-10 17:50  Sandro Santilli <strk at keybit.net>
-
-	* [r7964] regress/sql-mm-circularstring.sql: Hush NOTICES in
-	  regress test currently not emitting any (propedeutic for srid
-	  clamping in AddGeometryColumn, which is invoked with SRID=-1 by
-	  this testcase)
-
-2011-10-10 07:38  Sandro Santilli <strk at keybit.net>
-
-	* [r7963] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
-	  liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwutil.c: Clamp SRID on serialization and
-	  deserialization. Raise an error when clamp_srid receives a number
-	  > 999999
-
-2011-10-10 07:35  Sandro Santilli <strk at keybit.net>
-
-	* [r7962] raster/test/regress/create_rt_gist_test.sql: Do not input
-	  an explicit value to mean unknown SRID (in raster test)
-
-2011-10-10 07:20  Sandro Santilli <strk at keybit.net>
-
-	* [r7961] regress/tickets.sql: Do not input an explicit value to
-	  mean unknown SRID
-
-2011-10-10 06:55  Sandro Santilli <strk at keybit.net>
-
-	* [r7960] libpgcommon/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.h, postgis/geography_measurement.c:
-	  Use macros for hard-coded "magic" SRIDs used by _BestSRID and
-	  ST_Transform, use 999xxx range for them. See ticket #1230.
-
-2011-10-07 00:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7959] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/core/testapi.c,
-	  raster/test/regress/rt_samealignment_expected: Added additional
-	  error checking and error messages to ST_SameAlignment function
-
-2011-10-06 23:25  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7958] raster/rt_pg/Makefile.in: minor cleanup and prettiness.
-
-2011-10-06 15:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7957] raster/rt_pg/rt_pg.c: Make use of clamp_srid function for
-	  SRID checks
-
-2011-10-06 14:08  Sandro Santilli <strk at keybit.net>
-
-	* [r7956] liblwgeom/lwutil.c: Raise a NOTICE when a SRID <= 0 but
-	  != SRID_UNKNOWN is converted
-
-2011-10-06 13:35  Sandro Santilli <strk at keybit.net>
-
-	* [r7955] liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: Clamp literal
-	  SRID values occurring in WKB and WKT.
-
-2011-10-06 13:35  Sandro Santilli <strk at keybit.net>
-
-	* [r7954] liblwgeom/liblwgeom_internal.h, liblwgeom/lwutil.c: Add
-	  clamp_srid internal function returning UNKNOWN for <= 0 values.
-
-2011-10-06 07:18  Sandro Santilli <strk at keybit.net>
-
-	* [r7953] regress/out_geography.sql: Do not use an explicit SRID=-1
-	  in EKWT. It's not needed.
-
-2011-10-06 06:57  Sandro Santilli <strk at keybit.net>
-
-	* [r7952] regress/relate.sql: Do not use an explicit SRID=-1 in
-	  EKWT. It's not needed.
-
-2011-10-05 23:03  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7951] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_samealignment.sql,
-	  raster/test/regress/rt_samealignment_expected: Implements
-	  ST_SameAlignment.
-	  
-	  Associated ticket is #589.
-
-2011-10-05 18:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7950] configure.ac: Fixed --with-gdalconfig parameter as per
-	  ticket #1167.
-
-2011-10-05 18:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7949] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c: As per Bryce's comments in ticket #1174,
-	  reduce the number of calculations when doing
-	  rt_raster_geopoint_to_cell by using an inverse geotransform
-	  matrix. Unlike the patch attached to the ticket, this commit does
-	  not change the structure of the rt_raster struct. It may be worth
-	  changing the rt_raster struct eventually, but will cost us the
-	  single memcpy when serializing rt_raster. Also, changes for
-	  testing SRID as "unknown" if value is lte SRID_UNKNOWN (presently
-	  0).
-	  
-	  Associated ticket is #1174.
-
-2011-10-05 04:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7948] postgis/postgis.sql.in.c, postgis/sqldefines.h.in,
-	  raster/rt_core/rt_api.c: Removed hackish use of
-	  POSTGIS_GDAL_VERSION in postgis/sqldefines.h.in and
-	  postgis/postgis.sql.in.c. Added conditional compilation of extent
-	  resizing based upon GDAL version in rt_api.c
-
-2011-10-04 23:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7947] postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Fixed
-	  bug where a call to postgis_full_version causes error if
-	  postgis_gdal_version doesn't exist because raster support is not
-	  included
-
-2011-10-04 23:13  Sandro Santilli <strk at keybit.net>
-
-	* [r7946] regress/run_test: don't try to call
-	  postgis_gdal_version() if not testing raster (the signature is
-	  unavailable)
-
-2011-10-04 22:38  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7945] configure.ac, postgis/postgis.sql.in.c,
-	  raster/raster_config.h.in, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, regress/run_test: Adds
-	  postgis_gdal_version() function as per ticket #1225.
-
-2011-10-04 20:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7944] raster/rt_core/rt_api.c: Changed adjustment of extent by
-	  half-pixel to full-pixel for points and linestrings to ensure
-	  compatibility with GDAL 1.6, 1.7 and 1.8. GDAL 1.9 (current
-	  trunk) appears to work fine with half-pixel adjustments.
-
-2011-10-04 20:46  Regina Obe <lr at pcorp.us>
-
-	* [r7943] NEWS: add KNN GIST + credits to news release (was already
-	  in docs)
-
-2011-10-04 20:43  Regina Obe <lr at pcorp.us>
-
-	* [r7942] doc/reference_operator.xml: minor correction to <#>
-	  description
-
-2011-10-04 19:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7941] raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_intersects.sql: For linestrings, use same
-	  logic for points where extent is increased by half a pixel to
-	  catch geometries on the edges.
-	  
-	  Associated ticket is #1213
-
-2011-10-04 17:08  Sandro Santilli <strk at keybit.net>
-
-	* [r7940] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Do not
-	  base availability of SQL ST_Hausdorff* signatures on GEOS version
-	  
-	  Tested with GEOS from the 3.1 branch (yes, we still support it !)
-
-2011-10-04 16:45  Sandro Santilli <strk at keybit.net>
-
-	* [r7939] topology/README: Simple review of the topology README.
-	  Wasn't that outdated :)
-
-2011-10-04 16:27  Sandro Santilli <strk at keybit.net>
-
-	* [r7938] postgis/postgis.sql.in.c: Do not base availability of SQL
-	  isValid* signatures on GEOS version
-	  
-	  This is a work for the C level library.
-
-2011-10-04 14:33  Sandro Santilli <strk at keybit.net>
-
-	* [r7937] topology/test/regress/createtopology_expected,
-	  topology/test/regress/st_createtopogeo_expected: Tweak expected
-	  test output to expect unknown srid to be reported as 0
-	  
-	  If this will change before release, git-revert is our friend
-
-2011-10-04 14:33  Sandro Santilli <strk at keybit.net>
-
-	* [r7936] topology/topology.sql.in.c: Make topology.CreateTopology
-	  unknown-srid-agnostic (uses ST_Srid to tell)
-	  
-	  Hopefully this makes the topology code stable during the SRID
-	  fights :)
-
-2011-10-03 15:29  Regina Obe <lr at pcorp.us>
-
-	* [r7935] doc/reference_operator.xml: Guess Nicklas was right -
-	  should have looked at my explain. Revised example to use geometry
-	  constants. Seems to be a limitation in KNN that it needs
-	  constants. Same annoying behavior with my trigram KNN that only
-	  constant phrases work, not even constant phrases wrapped in alias
-	  work.
-
-2011-10-03 10:32  Sandro Santilli <strk at keybit.net>
-
-	* [r7934] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_modedgeheal_expected,
-	  topology/test/regress/st_newedgeheal_expected,
-	  topology/test/regress/st_remedgemodface_expected,
-	  topology/test/regress/st_remedgenewface_expected: Drop more
-	  non-ascii dashes, update regress tests (#1226) [RT-SIGTA]
-	  
-	  There's a still-failing regress test due to SRID 0 being
-	  considered != 1
-
-2011-10-03 10:26  Sandro Santilli <strk at keybit.net>
-
-	* [r7933] topology/sql/sqlmm.sql: Use ASCII dash, not UTF8 one.
-	  Fixes #1226. [RT-SIGTA]
-
-2011-10-02 23:38  Regina Obe <lr at pcorp.us>
-
-	* [r7932] raster/rt_pg/rtpostgis_drop.sql.in.c: Add in
-	  st_valuecount evidentally changed output in 2.0 series
-
-2011-10-02 14:12  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7931] raster/rt_pg/rtpostgis.sql.in.c: fixed
-	  _st_intersects(raster, geometry, integer) where call to
-	  ST_Intersects was hardcoding the first band of raster instead of
-	  using user-provided nband.
-
-2011-10-02 03:18  Regina Obe <lr at pcorp.us>
-
-	* [r7930] raster/rt_pg/Makefile.in,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: preliminary logic to build
-	  an rtpostgis_upgrade_20_minor.sql script. Still missing a drop
-	  somewhere since my older db doesn't upgrade because complains
-	  about out parameters changed in some function.
-
-2011-10-01 17:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7929] raster/rt_pg/Makefile.in: Fixed installation path of
-	  rtpostgis.sql to contrib/postgis-2.0. Added build of
-	  rtpostgis_drop.sql
-	  
-	  Associated ticket is #615
-
-2011-10-01 16:47  Regina Obe <lr at pcorp.us>
-
-	* [r7928] raster/rt_pg/rtpostgis_drop.sql.in.c: itemize more
-	  removed functions for upgrade purposes
-
-2011-10-01 03:46  Regina Obe <lr at pcorp.us>
-
-	* [r7927] doc/reference_measure.xml: add very paertinatnet
-	  ST_3DDistance reference to ST_3DDwithin
-
-2011-10-01 02:58  Regina Obe <lr at pcorp.us>
-
-	* [r7926] doc/reference_raster.xml: get rid of obsolete proto,
-	  replace with new onesfor ST_Intersects. Clarify distinctions
-	  between raster/goemtry and geometry/raster operations
-
-2011-09-30 20:03  David Zwarg <dzwarg at azavea.com>
-
-	* [r7925] doc/html/images/st_mapalgebra01.png,
-	  doc/html/images/st_mapalgebra02.png,
-	  doc/html/images/st_mapalgebraexpr01.png,
-	  doc/html/images/st_mapalgebraexpr02.png,
-	  doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_mapalgebra.sql: Changed ST_MapAlgebra to
-	  ST_MapAlgebraExpr. Also moved around the pixeltype parameter --
-	  it is no longer optional. Also updated docs that referred to
-	  ST_MapAlgebra. (#860)
-
-2011-09-30 18:34  David Zwarg <dzwarg at azavea.com>
-
-	* [r7924] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  Renamed 'nodatavalueexpr' variable. (#866)
-
-2011-09-30 00:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7923] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c,
-	  raster/test/regress/rt_asgdalraster.sql,
-	  raster/test/regress/rt_asjpeg.sql,
-	  raster/test/regress/rt_aspng.sql,
-	  raster/test/regress/rt_astiff.sql,
-	  raster/test/regress/rt_intersects.sql: Updated regression tests
-	  to correctly support change of unknown SRID from -1 to 0.
-
-2011-09-29 19:43  Sandro Santilli <strk at keybit.net>
-
-	* [r7922] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in: Fix
-	  distclean rule to drop Makefile too
-
-2011-09-29 19:43  Sandro Santilli <strk at keybit.net>
-
-	* [r7921] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  loader/Makefile.in: Define SHELL (used by LIBTOOL and INSTALL)
-	  hopefully helps bug #1218
-
-2011-09-29 18:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7920] raster/rt_pg/rt_pg.c: Uncommented include of lwgeom_pg.h
-	  in rt_pg.c. Fixed setting SRID to -1 to SRID_UNKNOWN.
-
-2011-09-29 18:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7919] raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_intersects.sql: Changed function
-	  ST_Intersects(raster, raster, int, int) to ST_Intersects(raster,
-	  raster). Added additional comments to
-	  rt_raster_geopoint_to_cell().
-	  
-	  Associated ticket is #1212
-
-2011-09-29 10:40  Sandro Santilli <strk at keybit.net>
-
-	* [r7918] doc/using_postgis_app.xml: Do not incentivate use of
-	  SRID=-1 in mapserver examples.
-
-2011-09-29 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r7917] doc/extras_topology.xml: Do not suggest using
-	  "SRID=<unknown>" prefix in EWKT
-
-2011-09-29 07:18  Regina Obe <lr at pcorp.us>
-
-	* [r7916] extensions/postgis/Makefile: start work building
-	  unpackaged
-
-2011-09-29 04:05  Regina Obe <lr at pcorp.us>
-
-	* [r7915] doc/introduction.xml, doc/release_notes.xml: add KNN gist
-	  and srid =0 breaking change. Add Vizzuality to corporate sponsors
-
-2011-09-28 23:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7914] libpgcommon/gserialized.h: Remove gserialized.h define
-	  file (actual #define is now temporarily in liblwgeom.h)
-
-2011-09-28 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7913] liblwgeom/liblwgeom.h.in, libpgcommon/gserialized.h,
-	  libpgcommon/lwgeom_pg.h, postgis/geography.h,
-	  postgis/geography.sql.in.c, postgis/legacy.sql.in.c,
-	  postgis/legacy_compatibility_layer.sql.in.c,
-	  postgis/postgis.sql.in.c, postgis/sqldefines.h.in,
-	  raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c: Remove
-	  GSERIALIZED_ON from .sql files.
-
-2011-09-28 23:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7912] doc/extras_topology.xml, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/examples, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_geos_split.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwout_wkb.c, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_transform.c,
-	  regress/out_geometry.sql, regress/out_geometry_expected,
-	  regress/regress_proj.sql, regress/regress_proj_expected,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly_expected: Change "no SRID" SRID to 0
-	  (#286)
-
-2011-09-28 21:56  Regina Obe <lr at pcorp.us>
-
-	* [r7911] doc/reference_operator.xml: document box distance KNN
-	  operator
-
-2011-09-28 15:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7910] postgis/gserialized_gist_2d.c: Make the <-> operator
-	  return linear not square units, to match the <#> operator.
-
-2011-09-28 15:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7909] postgis/gserialized_gist_2d.c, postgis/postgis.sql.in.c:
-	  Add box-wise ORDER BY for KNN (#701)
-
-2011-09-28 10:13  Sandro Santilli <strk at keybit.net>
-
-	* [r7908] doc/html/image_src/generator.c: Image generator also uses
-	  LWDEBUG macros... how popular !
-
-2011-09-28 10:05  Sandro Santilli <strk at keybit.net>
-
-	* [r7907] liblwgeom/Makefile.in, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_clean.c,
-	  liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_transform.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt_lex.c,
-	  liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
-	  liblwgeom/lwin_wkt_parse.y, liblwgeom/lwline.c,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwout_wkb.c,
-	  liblwgeom/lwout_wkt.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwpsurface.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwspheroid.c, liblwgeom/lwtin.c, liblwgeom/lwtree.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/measures.c,
-	  liblwgeom/measures3d.c, liblwgeom/ptarray.c,
-	  libpgcommon/lwgeom_transform.c, loader/pgsql2shp-core.c,
-	  loader/shp2pgsql-core.c, postgis/geography_measurement.c,
-	  postgis/lwgeom_debug.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_lrs.c, postgis/lwgeom_rtree.c,
-	  postgis/lwgeom_spheroid.c: Move LWDEBUG macros in a new
-	  lwgeom_log.h header file (see #1220)
-	  
-	  Update all implementation files accordingly.
-	  Fix some misuses out of liblwgeom.
-	  Add missing copyright notices in a few files.
-
-2011-09-27 23:29  Regina Obe <lr at pcorp.us>
-
-	* [r7906] extensions/postgis, extensions/postgis/META.json,
-	  extensions/postgis/Makefile, extensions/postgis/postgis.control,
-	  extensions/postgis/postgis_core.control, extensions/postgis_core,
-	  extensions/postgis_raster,
-	  extensions/postgis_topology/postgis_topology.control: merge
-	  postgis and raster into a single extension called "postgis",
-	  revise postgis_topology control to depend on this new extension
-
-2011-09-27 23:28  Regina Obe <lr at pcorp.us>
-
-	* [r7905] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis_drop.sql.in.c: more drop of functions that
-	  changed signature
-
-2011-09-27 17:35  Regina Obe <lr at pcorp.us>
-
-	* [r7904] doc/reference_operator.xml: clarify current
-	  implementation is centroid of box not the geometry.
-
-2011-09-27 15:33  Sandro Santilli <strk at keybit.net>
-
-	* [r7903] postgis/postgis.sql.in.c: Drop duplicated geometry_out
-	  definition
-
-2011-09-27 05:09  Regina Obe <lr at pcorp.us>
-
-	* [r7902] doc/reference_operator.xml: correct the description on
-	  semantics of knn operator
-
-2011-09-27 03:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7901] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/Makefile.in: Removed ST_Intersects(raster, int,
-	  raster, int) version of two raster ST_Intersects.
-	  
-	  Associated ticket is #1212
-
-2011-09-27 03:15  Regina Obe <lr at pcorp.us>
-
-	* [r7900] doc/reference_operator.xml: wrap examples in cdata tags
-	  so don't break parser
-
-2011-09-27 02:58  Regina Obe <lr at pcorp.us>
-
-	* [r7899] doc/reference_operator.xml: document new knn gist
-	  operator -- example mostly plagiarized from Paul's postgis-devel
-	  example with addition of care consideration of safe casting and
-	  SQL formatting. I know I'm getting lazy in my old age.
-
-2011-09-27 02:22  Regina Obe <lr at pcorp.us>
-
-	* [r7898] raster/rt_pg/rtpostgis_drop.sql.in.c: preliminary work on
-	  drop deprecated functions. Not tied into anything yet.
-
-2011-09-27 02:09  Regina Obe <lr at pcorp.us>
-
-	* [r7897] doc/reference_raster.xml: get rid of obslete protos for
-	  ST_Intersects and revise description to describe new semantics of
-	  raster st_intersects
-
-2011-09-27 01:55  Regina Obe <lr at pcorp.us>
-
-	* [r7896] postgis/postgis_drop.sql.in.c: put in svn keywords and
-	  forcce to LF
-
-2011-09-26 21:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7895] postgis/postgis.sql.in.c: Wrap <-> distance ordering into
-	  a PgSQL 9.1+ block.
-
-2011-09-26 20:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7894] postgis/gserialized_gist_2d.c, postgis/postgis.sql.in.c:
-	  Add support for KNN-GiST ops. First cut only, much testing
-	  required. (#701)
-
-2011-09-26 14:25  Sandro Santilli <strk at keybit.net>
-
-	* [r7893] topology/test/regress/st_createtopogeo.sql: Don't use the
-	  same name for input parameter and returned table description.
-	  
-	  Hopefully fixes ticket #1210 [RT-SIGTA]
-
-2011-09-26 06:29  Regina Obe <lr at pcorp.us>
-
-	* [r7892] doc/reference_raster.xml: document
-	  ST_Intersects(rasta,rastb,nbanda,nbandb) -- left out
-	  ST_Intersects(rasta,nbanda,rastb,nbandb) - that one offends my
-	  senses.
-
-2011-09-25 20:37  Regina Obe <lr at pcorp.us>
-
-	* [r7891] raster/test/core/Makefile.in: add missing geos flag to
-	  let it make check under mingw
-
-2011-09-25 14:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7890] raster/rt_core/rt_api.h: Removed unnecessary typedef for
-	  fmin and fmax on windows. Possible fix to #1207.
-
-2011-09-24 19:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7889] raster/rt_core/Makefile.in, raster/rt_core/rt_api.h,
-	  raster/test/core/Makefile.in: Tweaks to makefiles due to linker
-	  symbol errors in OSX. Hopefully this can also resolve the issue
-	  with #1207.
-
-2011-09-23 22:00  Regina Obe <lr at pcorp.us>
-
-	* [r7888] extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control: Add killer
-	  sed command to create a topology upgrade minor script from
-	  topology.sql. Also change release version to 2.0.0a1 since we
-	  haven't released yet. This will build a script to upgrade our
-	  mislabeled 2.0.0 to 2.0.0a1
-
-2011-09-23 19:58  Regina Obe <lr at pcorp.us>
-
-	* [r7887] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: #1209:
-	  redundant constraint chk_statefp on loading edges.
-
-2011-09-23 19:21  Sandro Santilli <strk at keybit.net>
-
-	* [r7886] topology/topology.sql.in.c: Update topology functions
-	  status. We've completed the SQL/MM set !
-
-2011-09-23 19:21  Sandro Santilli <strk at keybit.net>
-
-	* [r7885] doc/extras_topology.xml, topology/sql/sqlmm.sql,
-	  topology/test/Makefile,
-	  topology/test/regress/st_createtopogeo.sql,
-	  topology/test/regress/st_createtopogeo_expected: Implement
-	  topology.ST_CreateTopoGeo (#1190) [RT-SIGTA]
-	  
-	  Includes regress testing and documentation update
-
-2011-09-22 15:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7884] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_intersects.sql,
-	  raster/test/regress/rt_intersects_expected,
-	  raster/test/regress/rt_spatial_relationship.sql,
-	  raster/test/regress/rt_spatial_relationship_expected: Further
-	  tweaks to rt_raster_gdal_rasterize to correctly handle
-	  auto-computed extents of multipoints. Addition of ST_Intersects
-	  for two rasters. Refactored the one raster and one geometry
-	  version of ST_Intersects.
-	  
-	  Associated ticket is #1176
-
-2011-09-22 14:06  Sandro Santilli <strk at keybit.net>
-
-	* [r7883] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: Make face
-	  creation order predictable in ST_AddEdgeNewFaces (#1205)
-	  
-	  Always create the face on the right first [RT-SIGTA]
-
-2011-09-22 09:14  Sandro Santilli <strk at keybit.net>
-
-	* [r7882] topology/sql/sqlmm.sql: Add notes and TODO items about
-	  the edge-adding functions [RT-SIGTA]
-	  
-	  See ticket #1205
-
-2011-09-22 07:22  Sandro Santilli <strk at keybit.net>
-
-	* [r7881] topology/sql/sqlmm.sql: Reduce noice produced by
-	  ST_AddEdgeModFace at NOTICE level [RT-SIGTA]
-
-2011-09-21 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r7880] postgis/lwgeom_geos_prepared.c: Don't wrap prepared geom
-	  implementation in a conditional macro
-	  
-	  These kind of full-disabling should be done at Makefile level...
-
-2011-09-21 09:50  Sandro Santilli <strk at keybit.net>
-
-	* [r7879] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
-	  postgis/lwgeom_geos_prepared.h, postgis/profile.h: Add header
-	  guards to geos headers, move GEOS_PREPARED define to the
-	  implementation file, add missing copyright header.
-
-2011-09-21 07:32  Sandro Santilli <strk at keybit.net>
-
-	* [r7878] doc/extras_topology.xml, topology/sql/sqlmm.sql,
-	  topology/test/regress/st_remedgemodface_expected: Make
-	  RemEdgeModFace symmetric to AddEdgeModFace about face retention
-	  
-	  Save the face on the right, so that running:
-	  ST_RemEdgeModFace(name, ST_AddEdgeModFace(name, ...))
-	  ... will not modify the topology.
-	  [RT-SIGTA]
-
-2011-09-21 03:29  Regina Obe <lr at pcorp.us>
-
-	* [r7877] topology/sql/gml.sql,
-	  topology/sql/manage/CopyTopology.sql: move args to same line as
-	  func so extensions unpackaged adds them correctly will ahve to
-	  come up with a better way of doing this.
-
-2011-09-21 03:28  Regina Obe <lr at pcorp.us>
-
-	* [r7876] extensions/postgis_raster/postgis_raster.control: makr
-	  postgis_core as required. Admittedly this will go away once we
-	  merge postgis_core and raster. Doing this gets rid of issues with
-	  raster not being able to find geometry etc if installed in
-	  separate schema from postgis_core
-
-2011-09-21 03:23  Regina Obe <lr at pcorp.us>
-
-	* [r7875] extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/postgis_topology.control: more
-	  changes to properly utilize extenions model, 1 remove create
-	  schema since extesnion creates it if not present, in control file
-	  designate postgis_core is required so create adds it to search
-	  path, more cleanup for unpackaged
-
-2011-09-21 02:14  Regina Obe <lr at pcorp.us>
-
-	* [r7874] extensions/postgis_topology/Makefile: pick up table,
-	  type, trigger, and schemas in unlogged add
-
-2011-09-20 16:47  Regina Obe <lr at pcorp.us>
-
-	* [r7873] extensions/postgis_topology/Makefile,
-	  topology/sql/gml.sql: get rid of linebreaks in function arg list
-	  so unpackaged builder works, fix logical error in sed expression
-
-2011-09-20 15:49  Regina Obe <lr at pcorp.us>
-
-	* [r7872] extensions/postgis_topology/Makefile: preliminary logic
-	  to build install from unpackaged file
-
-2011-09-20 15:21  Sandro Santilli <strk at keybit.net>
-
-	* [r7871] doc/extras_topology.xml, topology/sql/sqlmm.sql,
-	  topology/test/Makefile,
-	  topology/test/regress/st_remedgemodface.sql,
-	  topology/test/regress/st_remedgemodface_expected: Implement
-	  ST_RemEdgeModFace (#1189) [RT-SIGTA]
-	  
-	  Include regress testing and documentation.
-
-2011-09-19 21:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7870] raster/rt_core/rt_api.c: additional code cleanup of
-	  rt_raster_gdal_rasterize
-
-2011-09-19 16:53  Sandro Santilli <strk at keybit.net>
-
-	* [r7869] doc/extras_topology.xml, topology/sql/sqlmm.sql,
-	  topology/test/regress/st_remedgenewface_expected: Have
-	  ST_RemEdgeNewFace return NULL when no face is created [RT-SIGTA]
-	  
-	  This is to match the ISO spec more closely. Docs and regress test
-	  updated.
-
-2011-09-19 14:17  Sandro Santilli <strk at keybit.net>
-
-	* [r7868] postgis/geometry_gist_selectivity.c: Fix
-	  ST_Estimated_Extent by correctly interpret histogram box (#1200)
-
-2011-09-19 06:40  Sandro Santilli <strk at keybit.net>
-
-	* [r7867] topology/sql/manage/TopologySummary.sql: TopologySummary:
-	  do not count the universe face in the face count
-
-2011-09-19 06:40  Sandro Santilli <strk at keybit.net>
-
-	* [r7866] topology/sql/sqlmm.sql,
-	  topology/test/regress/sqlmm_expected: ST_InitTopoGeo: use named
-	  argument, drop trailing space from return text
-
-2011-09-18 15:51  Regina Obe <lr at pcorp.us>
-
-	* [r7865] postgis/postgis.sql.in.c: #1202 -- also fixed issue with
-	  when typ mod application fails (because of mixed geometries) to
-	  properly catch error and raise warning instead of throw error.
-
-2011-09-18 15:04  Regina Obe <lr at pcorp.us>
-
-	* [r7864] postgis/postgis.sql.in.c: fix typo in warning
-
-2011-09-18 14:56  Regina Obe <lr at pcorp.us>
-
-	* [r7863] postgis/postgis.sql.in.c: #1201 don't error out when
-	  populate_geometry_columns is called on an empty table, just
-	  provide warning and don't do anything. Exclude raster_columns
-	  from populate_geometry_columns inspection.
-
-2011-09-17 19:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7862] loader/shp2pgsql-core.c: shp2pgsql gui wrong use of
-	  create spatial index (#1091)
-
-2011-09-17 07:58  Sandro Santilli <strk at keybit.net>
-
-	* [r7861] topology/test/regress/st_remedgenewface.sql,
-	  topology/test/regress/st_remedgenewface_expected: Typo in
-	  testcase label
-
-2011-09-17 07:10  Sandro Santilli <strk at keybit.net>
-
-	* [r7860] topology/sql/sqlmm.sql: Typo
-
-2011-09-17 06:58  Sandro Santilli <strk at keybit.net>
-
-	* [r7859] topology/sql/sqlmm.sql, topology/topology.sql.in.c: Minor
-	  inline documentation updates
-
-2011-09-17 06:46  Sandro Santilli <strk at keybit.net>
-
-	* [r7858] doc/extras_topology.xml, topology/sql/sqlmm.sql,
-	  topology/test/Makefile, topology/test/cache_geometries.sql,
-	  topology/test/regress/st_remedgenewface.sql,
-	  topology/test/regress/st_remedgenewface_expected: Implement
-	  ST_RemEdgeNewFace (#1188) [RT-SIGTA]
-	  
-	  Includes regress testing and documentation.
-
-2011-09-16 13:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7857] raster/rt_core/rt_api.c: fixups and code cleanups for the
-	  rt_raster_gdal_rasterize to better handle point and linestring
-	  geometries
-
-2011-09-15 20:43  Regina Obe <lr at pcorp.us>
-
-	* [r7856] extensions/postgis_core/Makefile,
-	  extensions/postgis_raster/META.json,
-	  extensions/postgis_raster/Makefile,
-	  extensions/postgis_raster/all.sql,
-	  extensions/postgis_topology/META.json,
-	  extensions/postgis_topology/Makefile: more cleanup and put in
-	  logic to also install in database help descriptors
-
-2011-09-15 20:05  Regina Obe <lr at pcorp.us>
-
-	* [r7855] doc/reference_raster.xml: fix invalid st_summarystats
-	  proto
-
-2011-09-15 18:35  Regina Obe <lr at pcorp.us>
-
-	* [r7854] extensions/README: now topology installs can get rid of
-	  error note.
-
-2011-09-15 18:33  Regina Obe <lr at pcorp.us>
-
-	* [r7853] extensions/postgis_core/META.json,
-	  extensions/postgis_topology/META.json,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/all.sql, topology/topology.sql.in.c:
-	  postgis_topology extension now installing right. Had to get rid
-	  of ALTER TABLE .. hasz and merge it into the CREATE TABLE since
-	  that was the culprit causing extension install error
-
-2011-09-15 13:57  Regina Obe <lr at pcorp.us>
-
-	* [r7852] extensions/postgis_core/META.json,
-	  extensions/postgis_core/Makefile,
-	  extensions/postgis_core/all.sql: more cleanup -- this time no
-	  more errors when installing
-
-2011-09-15 08:40  Regina Obe <lr at pcorp.us>
-
-	* [r7851] extensions, extensions/README, extensions/postgis_core,
-	  extensions/postgis_core/META.json,
-	  extensions/postgis_core/Makefile,
-	  extensions/postgis_core/all.sql, extensions/postgis_core/doc,
-	  extensions/postgis_core/doc/postgis.md,
-	  extensions/postgis_core/postgis_core.control,
-	  extensions/postgis_core/sql, extensions/postgis_core/sql_bits,
-	  extensions/postgis_raster, extensions/postgis_raster/META.json,
-	  extensions/postgis_raster/Makefile,
-	  extensions/postgis_raster/all.sql, extensions/postgis_raster/doc,
-	  extensions/postgis_raster/doc/postgis.md,
-	  extensions/postgis_raster/postgis_raster.control,
-	  extensions/postgis_raster/sql,
-	  extensions/postgis_raster/sql_bits, extensions/postgis_topology,
-	  extensions/postgis_topology/META.json,
-	  extensions/postgis_topology/Makefile,
-	  extensions/postgis_topology/all.sql,
-	  extensions/postgis_topology/doc,
-	  extensions/postgis_topology/doc/postgis.md,
-	  extensions/postgis_topology/postgis_topology.control,
-	  extensions/postgis_topology/sql,
-	  extensions/postgis_topology/sql_bits: Support for PostgreSQL 9.1
-	  CREATE EXTENSION syntax
-
-2011-09-14 15:37  Regina Obe <lr at pcorp.us>
-
-	* [r7850] doc/extras_topology.xml: change & to html equivalent
-	  entity
-
-2011-09-14 15:24  Regina Obe <lr at pcorp.us>
-
-	* [r7849] doc/extras_topology.xml: provide real world examples of
-	  how to use CreateTopoGeom
-
-2011-09-14 14:55  Regina Obe <lr at pcorp.us>
-
-	* [r7848] doc/extras_tigergeocoder.xml: more fixes
-
-2011-09-14 14:51  Regina Obe <lr at pcorp.us>
-
-	* [r7847] doc/extras_tigergeocoder.xml: put in new timings. After
-	  speed fix loading is 3 times faster
-
-2011-09-14 14:02  Regina Obe <lr at pcorp.us>
-
-	* [r7846] doc/extras_tigergeocoder.xml: fix typo and create another
-	  link reference
-
-2011-09-14 12:14  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7845] raster/scripts/plpgsql/st_mapalgebra.sql: Commented some
-	  queries so that the file can be executed to load the functions.
-
-2011-09-14 07:02  Regina Obe <lr at pcorp.us>
-
-	* [r7844] postgis/postgis_drop.sql.in.c: drop
-	  populate_geometry_columns version that just takes oid. Has bene
-	  replaced with versoin that takes default arg use_typmod
-
-2011-09-13 18:52  Sandro Santilli <strk at keybit.net>
-
-	* [r7843] postgis/lwgeom_geos.c: Re-enable accidentally disabled
-	  prepared geoms. Fixes bug #1165.
-
-2011-09-13 18:47  Chris Hodgson <chodgson at refractions.net>
-
-	* [r7842] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_overlaps01.wkt,
-	  doc/html/image_src/st_overlaps02.wkt,
-	  doc/html/image_src/st_overlaps03.wkt, doc/reference_measure.xml:
-	  Added some diagrams to the st_overlaps docmentation
-
-2011-09-13 03:51  Regina Obe <lr at pcorp.us>
-
-	* [r7841] postgis/Makefile.in, raster/rt_pg/Makefile.in: fix for
-	  #1158 can't compile 8.4 under mingw windows
-
-2011-09-12 16:02  Sandro Santilli <strk at keybit.net>
-
-	* [r7840] regress/run_test: Handle db initialization errors earlier
-
-2011-09-12 04:56  Regina Obe <lr at pcorp.us>
-
-	* [r7839] doc/extras_topology.xml: make topoelementarray examples
-	  make more sense
-
-2011-09-12 04:44  Regina Obe <lr at pcorp.us>
-
-	* [r7838] doc/extras_topology.xml: put in more description about
-	  what type id means
-
-2011-09-11 02:42  Regina Obe <lr at pcorp.us>
-
-	* [r7837] doc/extras_topology.xml: Link several functions back to
-	  new Topology_Load_Tiger since that demonstrates use of these
-	  functions
-
-2011-09-10 14:09  Regina Obe <lr at pcorp.us>
-
-	* [r7836] doc/extras_tigergeocoder.xml, doc/installation.xml: minor
-	  wording changes and reference to configuration part of
-	  documentation
-
-2011-09-10 13:52  Regina Obe <lr at pcorp.us>
-
-	* [r7835] doc/extras_tigergeocoder.xml, doc/extras_topology.xml:
-	  fix typo link to tiger topology loader
-
-2011-09-10 12:43  Sandro Santilli <strk at keybit.net>
-
-	* [r7834] doc/extras_tigergeocoder.xml: Fix "no ID for constraint
-	  linkedn: Create_Topology" error
-
-2011-09-10 11:49  Sandro Santilli <strk at keybit.net>
-
-	* [r7833] doc/Makefile.in: Honour DESTDIR in documentation
-	  Makefile. Patch by Bryce L Nordgren.
-	  
-	  See ticket #1184
-
-2011-09-10 06:43  Regina Obe <lr at pcorp.us>
-
-	* [r7832] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Document
-	  tiger to postgis topology loader and revise scripts to install
-	  the new function. also some additional minor fixes
-
-2011-09-10 05:35  Regina Obe <lr at pcorp.us>
-
-	* [r7831]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  save as UTF-8
-
-2011-09-10 05:11  Regina Obe <lr at pcorp.us>
-
-	* [r7830]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  Alas a load with no topology validation errors. Fix remaining
-	  issues with missing loading of some edges of faces
-
-2011-09-10 02:49  Regina Obe <lr at pcorp.us>
-
-	* [r7829]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  get rid of superfluous junk
-
-2011-09-09 14:47  Regina Obe <lr at pcorp.us>
-
-	* [r7828] doc/extras_topology.xml: example of how to get actual
-	  edge geometries
-
-2011-09-09 14:06  Regina Obe <lr at pcorp.us>
-
-	* [r7827]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  revise to snap points to topology precision, also set edge
-	  left/right face to 0 if null (world face). ValidateTopology now
-	  reports 25 errors instead of 484 errors (what it did before)
-
-2011-09-08 19:18  Regina Obe <lr at pcorp.us>
-
-	* [r7826]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  revise to transform to spatial reference system of target
-	  topology
-
-2011-09-08 16:47  Regina Obe <lr at pcorp.us>
-
-	* [r7825]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  more changes to add missing edges
-
-2011-09-08 14:36  Regina Obe <lr at pcorp.us>
-
-	* [r7824]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  more minor corrections
-
-2011-09-08 14:23  Regina Obe <lr at pcorp.us>
-
-	* [r7823] topology/sql/manage/TopologySummary.sql: #1181
-	  TopologySummary is broken causing ambiquous reference. Changed to
-	  have local variable be called var_topology_id so doesn't conflict
-	  with table column topology_id
-
-2011-09-08 08:06  Regina Obe <lr at pcorp.us>
-
-	* [r7822]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  logic to load in edges marking those with orphaned next_left,
-	  next_right to -neg of itself
-
-2011-09-07 17:13  Regina Obe <lr at pcorp.us>
-
-	* [r7821]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  more typo corrections
-
-2011-09-07 14:57  Regina Obe <lr at pcorp.us>
-
-	* [r7820]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  more typos
-
-2011-09-07 14:55  Regina Obe <lr at pcorp.us>
-
-	* [r7819]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  fix typo
-
-2011-09-07 14:54  Regina Obe <lr at pcorp.us>
-
-	* [r7818] extras/tiger_geocoder/tiger_2010/topology/README,
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  more work on tiger topology loader -- revised to use temp table.
-
-2011-09-07 13:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7817] raster/test/regress/rt_aspng_expected: Updated expected
-	  output due to change in message
-
-2011-09-06 21:01  Regina Obe <lr at pcorp.us>
-
-	* [r7816] doc/reference_raster.xml: correct some mistatements about
-	  export functions
-
-2011-09-06 20:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7815] raster/rt_pg/rtpostgis.sql.in.c: Fixed ST_AsPNG to allow
-	  rasters with four bands as that becomes a RGBA PNG image.
-
-2011-09-06 16:40  Regina Obe <lr at pcorp.us>
-
-	* [r7814] doc/reference_raster.xml: fix typos
-
-2011-09-06 16:24  Regina Obe <lr at pcorp.us>
-
-	* [r7813] doc/html/images/st_mapalgebra01.png,
-	  doc/html/images/st_mapalgebra02.png, doc/reference_raster.xml:
-	  more examples
-
-2011-09-06 08:07  Regina Obe <lr at pcorp.us>
-
-	* [r7812] doc/reference_raster.xml: minor indentation fix
-
-2011-09-06 08:07  Regina Obe <lr at pcorp.us>
-
-	* [r7811] doc/reference_raster.xml: document st_resample - still
-	  need to put in examples
-
-2011-09-06 07:25  Regina Obe <lr at pcorp.us>
-
-	* [r7810] doc/html/images/st_asraster01.png,
-	  doc/html/images/st_asraster02.png: get rid of transparency --
-	  transparency turning to black in pdf format
-
-2011-09-06 06:56  Regina Obe <lr at pcorp.us>
-
-	* [r7809] doc/html/images/st_band01.png,
-	  doc/html/images/st_band02.png, doc/html/images/st_band03.png,
-	  doc/reference_raster.xml: Add another example with pictures
-
-2011-09-06 02:11  Regina Obe <lr at pcorp.us>
-
-	* [r7808] doc/extras_historytable.xml, doc/reference_raster.xml:
-	  Move ST_AsRaster and ST_Band to raster contructor section
-
-2011-09-05 15:44  Regina Obe <lr at pcorp.us>
-
-	* [r7806] doc/extras.xml: revmoe history table out of docs for now
-
-2011-09-04 02:50  Regina Obe <lr at pcorp.us>
-
-	* [r7804] doc/postgis.xml: fix typo
-
-2011-09-02 19:46  Regina Obe <lr at pcorp.us>
-
-	* [r7803] doc/html/images/ccbysa.png, doc/postgis.xml: Put in
-	  creative commons license stamp
-
-2011-09-02 01:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7802] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Added optimizations and shortcuts for
-	  rt_band_get_quantiles_stream
-
-2011-09-01 14:58  Regina Obe <lr at pcorp.us>
-
-	* [r7801]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  revise to return first part of street number e.g. 112-345 -> 112
-
-2011-09-01 12:35  Regina Obe <lr at pcorp.us>
-
-	* [r7800]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  revise so works under 8.4 evidentially in 8.4 INTO USING clauses
-	  are not interchangeable but they are in later versions
-
-2011-09-01 11:41  Regina Obe <lr at pcorp.us>
-
-	* [r7799] doc/extras_tigergeocoder.xml: fill in missing tag
-
-2011-09-01 09:00  Regina Obe <lr at pcorp.us>
-
-	* [r7798]
-	  extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress: more
-	  finetuninng of street offset to consider non-straight tlids
-
-2011-08-31 14:54  Regina Obe <lr at pcorp.us>
-
-	* [r7797] doc/extras_tigergeocoder.xml: #1052 update doco to
-	  reflect change in behavior.
-
-2011-08-31 14:53  Regina Obe <lr at pcorp.us>
-
-	* [r7796]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1052 --
-	  instead of placing geocoded point at center line, offset it 10
-	  meters to the correct odd/even (L / R utilizing addr.side field).
-	  May later change this to allow the user to specify the offset
-	  amount.
-
-2011-08-31 07:06  Sandro Santilli <strk at keybit.net>
-
-	* [r7795] regress/Makefile.in, regress/run_test: With libtool for
-	  loader/dumper there's no need to stage-install them
-	  
-	  Fixes ticket #1177 [RT-SIGTA]
-
-2011-08-29 16:02  Regina Obe <lr at pcorp.us>
-
-	* [r7794] doc/reference_raster.xml: fill in missing protos for
-	  ST_AsRaster
-
-2011-08-29 15:23  Sandro Santilli <strk at keybit.net>
-
-	* [r7793] loader/Makefile.in: Dynamically link loader and dumper to
-	  liblwgeom [RT-SIGTA]
-	  
-	  This reduces each of the 3 installed executable sizes by 547 Kb.
-
-2011-08-29 14:45  Sandro Santilli <strk at keybit.net>
-
-	* [r7792] liblwgeom/cunit/Makefile.in: Use libtool to link
-	  liblwgeom unit tester (helps testing the shared library)
-
-2011-08-27 17:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7791] raster/rt_pg/rtpostgis.sql.in.c: fixed improperly
-	  commented-out RAISE DEBUG statement for AddRasterColumn function.
-	  
-	  Associated ticket is #1175.
-
-2011-08-26 14:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7790] raster/rt_core/rt_api.h: Added solaris define for UNIX
-	  using patch provided by rroliver.
-	  
-	  Associated ticket is #1171.
-
-2011-08-26 00:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7789] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Tweaked
-	  memory allocation in RASTER_quantileCoverage.
-
-2011-08-25 23:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7788] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_asraster_expected: Fixed the function
-	  rt_band_get_summary_stats rt_core/rt_api.c to correctly handle
-	  the situation where a band's values are all nodata
-
-2011-08-25 18:39  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7787] raster/rt_pg/rtpostgis.sql.in.c: Removed "WITH OIDS" from
-	  raster table creation.
-
-2011-08-25 18:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7786] libpgcommon/gserialized_gist.c,
-	  libpgcommon/gserialized_gist.h, postgis/gserialized_gist_nd.c:
-	  Fix error of unknown symbol gidx_to_string when building with the
-	  flags --with-raster --enable-debug using patch
-	  gidx_to_string.patch provided by bnordgren.
-	  
-	  Associated ticket is #1161
-
-2011-08-25 14:44  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7785] raster/raster_config.h.in, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
-	  raster/test/core/testapi.c: Fixed the problem where having
-	  configure detect that GDAL has the GDALFPolygonize function does
-	  not cause the code to use GDALFPolygonize. This is due to the
-	  macro GDALFPOLYGONIZE not being set anywhere. So, it is now being
-	  set in raster_config.h.in and included in rt_core/rt_api.h. Had
-	  to update testapi.c as the geometries generated differ depending
-	  on whether or not GDALFPolygonize is used.
-	  
-	  Associated ticket is #650
-
-2011-08-25 11:33  Regina Obe <lr at pcorp.us>
-
-	* [r7784] doc/html/images/st_asraster01.png,
-	  doc/html/images/st_asraster02.png, doc/reference_raster.xml:
-	  provide better example and images to complement. Also note that
-	  ST_AsRaster doesn't yet work with newer geometries
-
-2011-08-24 22:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7783] libpgcommon/Makefile.in: Added in gettext headers to
-	  allow compilation under osx with iconv
-
-2011-08-24 19:20  Regina Obe <lr at pcorp.us>
-
-	* [r7782] doc/reference_raster.xml: cleanup formatting a bit on
-	  ST_AsRaster example
-
-2011-08-24 17:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7781] raster/scripts/python/Makefile.in: Added DESTDIR so that
-	  raster2pgsql.py is installed in the user-specified path
-
-2011-08-24 16:08  Regina Obe <lr at pcorp.us>
-
-	* [r7780] doc/reference_raster.xml: Provide some examples for using
-	  ST_AsRaster. This function is way cool.
-
-2011-08-24 15:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7779] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_pixelsize.sql,
-	  raster/test/regress/rt_pixelsize_expected: Inclusion of missing
-	  ST_PixelWidth and ST_PixelHeight functions and regression tests.
-	  
-	  Associated ticket is #928
-
-2011-08-23 22:41  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7778] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c: Refactored ST_ValueCount and
-	  ST_ValuePercent to be a C function rather than a plpgsql
-	  function.
-
-2011-08-22 21:24  Regina Obe <lr at pcorp.us>
-
-	* [r7775]
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
-	  #997 put in correct codes for non-state us territories
-
-2011-08-21 03:34  Regina Obe <lr at pcorp.us>
-
-	* [r7774] raster/test/core/Makefile.in: #1158 add proj flags to fix
-	  mingw test issue
-
-2011-08-20 21:17  Sandro Santilli <strk at keybit.net>
-
-	* [r7773] libpgcommon/lwgeom_pg.c,
-	  postgis/lwgeom_functions_basic.c, raster/rt_pg/rt_pg.c: Put
-	  PG_MODULE_MAGIC in raster and postgis source files rather than in
-	  libpgcommon. Should fix the mingw build. See ticket #1158.
-
-2011-08-20 21:08  Sandro Santilli <strk at keybit.net>
-
-	* [r7772] raster/rt_pg/Makefile.in: Use PROJ cflags when building
-	  raster module (see #1158)
-
-2011-08-20 17:51  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7771] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/core/testapi.c, raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_quantile_expected: More fixups for the
-	  quantile coverage function. Fixes segfault that seems to only
-	  occur on OSX.
-
-2011-08-20 16:43  Sandro Santilli <strk at keybit.net>
-
-	* [r7770] liblwgeom/liblwgeom.h.in: Drop duplicated typedef
-	  [RT-SIGTA]
-
-2011-08-20 15:55  Sandro Santilli <strk at keybit.net>
-
-	* [r7769] liblwgeom/Makefile.in: Install liblwgeom.h under a
-	  sensible location... [RT-SIGTA]
-
-2011-08-20 15:43  Sandro Santilli <strk at keybit.net>
-
-	* [r7768] libpgcommon/Makefile.in, libpgcommon/gserialized_gist.c,
-	  libpgcommon/gserialized_gist.h, postgis/Makefile.in,
-	  postgis/gserialized_gist.c, postgis/gserialized_gist.h,
-	  postgis/gserialized_gist_nd.c, raster/rt_pg/Makefile.in,
-	  raster/rt_pg/rt_pg.c: Move gserialized_gist to libpgcommon fixing
-	  a circular dependency between libpgcommon and liblwgeom, put
-	  libpgcommon _after_ liblwgeom in pg modules link lines, drop
-	  duplicated lwgeom_init_allocators and PG_MODULE_MAGIC from raster
-	  module (they are in libpgcommon already). Includes patch in
-	  #1161. [RT-SIGTA]
-
-2011-08-20 00:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7767] raster/rt_pg/rt_pg.c: Corrected incorrect function usage
-
-2011-08-19 22:57  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7766] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Added
-	  forgotten explicit freeing of memory and some code cleanup
-
-2011-08-19 19:08  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7765] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/rt_histogram.sql,
-	  raster/test/regress/rt_histogram_expected,
-	  raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_quantile_expected: Adds coverage table
-	  version of ST_Quantile and ST_ApproxQuantile. Function
-	  implemented using the algorithm discussed in
-	  
-	  A One-Pass Space-Efficient Algorithm for Finding Quantiles (1995)
-	  by Rakesh Agrawal, Arun Swami
-	  in Proc. 7th Intl. Conf. Management of Data (COMAD-95)
-	  http://www.almaden.ibm.com/cs/projects/iis/hdb/Publications/papers/comad95.pdf
-	  
-	  Also refactored the regression test for rt_histogram due to
-	  unnecessary columns in output
-
-2011-08-19 14:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7763] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/create_rt_properties_test.sql,
-	  raster/test/regress/rt_georeference.sql,
-	  raster/test/regress/rt_georeference_expected,
-	  raster/test/regress/rt_rotation.sql,
-	  raster/test/regress/rt_rotation_expected: Commit of patch
-	  provided by David Zwarg in #482 adding the functions
-	  ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth.
-	  
-	  Associated tickets are #482, #928, #929 and #936
-
-2011-08-19 10:12  Sandro Santilli <strk at keybit.net>
-
-	* [r7762] .gitignore, configure.ac, liblwgeom/Makefile.in,
-	  liblwgeom/liblwgeom.h, liblwgeom/liblwgeom.h.in: Include version
-	  in liblwgeom.h [RT-SIGTA]
-	  
-	  Closes ticket #1164
-
-2011-08-19 09:34  Sandro Santilli <strk at keybit.net>
-
-	* [r7761] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_out_wkt.c,
-	  liblwgeom/cunit/cu_surface.c, liblwgeom/examples/unparser.c,
-	  liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/g_util.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/libtgeom.c, liblwgeom/libtgeom.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_clean.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h, liblwgeom/lwline.c,
-	  liblwgeom/lwmcurve.c, liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
-	  liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c,
-	  liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/ptarray.c,
-	  libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  loader/pgsql2shp-core.c, loader/shpopen.c, postgis/geography.h,
-	  postgis/geography_inout.c, postgis/gserialized_gist.c,
-	  postgis/gserialized_gist_2d.c, postgis/lwgeom_estimate.c,
-	  postgis/lwgeom_functions_analytic.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c, raster/rt_pg/rt_pg.c: Drop (u)int32 and
-	  uchar in favor of C99 standard int types [RT-SIGTA]
-	  
-	  This commit drops PostgreSQL references in liblwgeom.h (C_H
-	  define)
-	  and hopefully reduces the noise generated by custom symbols.
-
-2011-08-19 09:30  Sandro Santilli <strk at keybit.net>
-
-	* [r7760] loader/shp2pgsql-core.c: Don't use problematic int types
-	  for no reason...
-
-2011-08-19 08:16  Sandro Santilli <strk at keybit.net>
-
-	* [r7759] liblwgeom/Makefile.in: Install liblwgeom on 'make
-	  install' [RT-SIGTA]
-	  
-	  Uses liblwgeom.h as the API header for liblwgeom.
-
-2011-08-19 07:55  Sandro Santilli <strk at keybit.net>
-
-	* [r7758] libpgcommon/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.h, postgis/Makefile.in,
-	  postgis/lwgeom_transform.c: Move SQL-exposed functions out of
-	  libpgcommon (#1163).
-
-2011-08-16 13:19  Regina Obe <lr at pcorp.us>
-
-	* [r7757] doc/xsl/postgis_aggs_mm.xml.xsl: more clarification of
-	  behavior change in 2.0 of bbox storage
-
-2011-08-16 12:51  Regina Obe <lr at pcorp.us>
-
-	* [r7755] doc/reference_operator.xml: #1160: documentation
-	  clarification of behavior
-
-2011-08-16 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r7754] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h:
-	  Move NO_*_VALUE from liblwgeom.h to liblwgeom_internal.h
-	  [RT-SIGTA]
-
-2011-08-16 09:25  Sandro Santilli <strk at keybit.net>
-
-	* [r7753] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h:
-	  Move DIST_MAX and DIST_MIN from liblwgeom.h to
-	  liblwgeom_internal.h (weird values, btw) [RT-SIGTA]
-
-2011-08-16 09:15  Sandro Santilli <strk at keybit.net>
-
-	* [r7752] liblwgeom/Makefile.in: Honour DISTDIR when installing
-	  liblwgeom. Drop the finish call as it may require root privileges
-	  on some systems [RT-SIGTA].
-
-2011-08-15 22:43  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7751] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Removed
-	  unnecessary code from rt_band_get_summary_stats. Fixed incorrect
-	  comment for rt_band_get_value_count.
-
-2011-08-15 11:36  Sandro Santilli <strk at keybit.net>
-
-	* [r7749] raster/rt_core/Makefile.in: Use proper PROJ4 flags when
-	  linking against liblwgeom. See ticket #1158. [RT-SIGTA]
-
-2011-08-14 19:47  Sandro Santilli <strk at keybit.net>
-
-	* [r7748] configure.ac: Fix for missing include directory on Mingw
-	  (#1158). Thanks Bryce Nordgren.
-
-2011-08-14 12:39  Regina Obe <lr at pcorp.us>
-
-	* [r7747]
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  #1071: Logic to mark nodes that are contained in a face
-
-2011-08-14 12:32  Regina Obe <lr at pcorp.us>
-
-	* [r7746] extras/tiger_geocoder/tiger_2010/topology,
-	  extras/tiger_geocoder/tiger_2010/topology/README,
-	  extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql:
-	  #1071 - start work on tiger PostGIS topology loader
-
-2011-08-13 18:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7745] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Consolidated
-	  various struct declarations from rt_api.c into rt_api.h as these
-	  structs are duplicatively redeclared in rt_pg.c and testapi.c
-
-2011-08-13 10:06  Sandro Santilli <strk at keybit.net>
-
-	* [r7744] configure.ac, doc/html/image_src/Makefile.in,
-	  liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  loader/Makefile.in, loader/cunit/Makefile.in,
-	  postgis/Makefile.in: Second attempt at libtool usage. Seems
-	  better to me now.
-	  PostGIS clients still all use the static version of the library.
-	  Libraries are not installed by default.
-	  [RT-SIGTA]
-
-2011-08-13 09:02  Sandro Santilli <strk at keybit.net>
-
-	* [r7743] postgis/lwgeom_geos_prepared.c: Drop unused code
-
-2011-08-13 02:01  Regina Obe <lr at pcorp.us>
-
-	* [r7742] extras/tiger_geocoder/tiger_2010/README: #1156
-	  incorporate suggestions from forkandwait
-
-2011-08-12 19:18  Sandro Santilli <strk at keybit.net>
-
-	* [r7741] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.h: Move lwproj_from_string from
-	  libpgcommon to liblwgeom [RT-SIGTA]
-
-2011-08-12 17:57  Sandro Santilli <strk at keybit.net>
-
-	* [r7740] liblwgeom/cunit/Makefile.in: liblwgeom/cunit also needs
-	  PROJ_CPPFLAGS
-
-2011-08-12 17:55  Sandro Santilli <strk at keybit.net>
-
-	* [r7739] liblwgeom/lwgeom_transform.c,
-	  libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
-	  postgis/lwgeom_in_gml.c: Rename make_project to
-	  lwproj_from_string, ready to be moved to liblwgeom [RT-SIGTA]
-
-2011-08-12 17:42  Sandro Santilli <strk at keybit.net>
-
-	* [r7738] doc/html/image_src/Makefile.in: Even generator.c will
-	  need proper proj cflags now..
-
-2011-08-12 17:37  Sandro Santilli <strk at keybit.net>
-
-	* [r7737] loader/Makefile.in: loader also includes liblwgeom.h,
-	  thus wants PROJ cpp flags
-
-2011-08-12 17:33  Sandro Santilli <strk at keybit.net>
-
-	* [r7736] libpgcommon/Makefile.in: Use PROJ4 C flags, see if this
-	  makes Hudson happy.
-
-2011-08-12 17:26  Sandro Santilli <strk at keybit.net>
-
-	* [r7735] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h:
-	  Copyright review on lwgeom_pg.{c,h} files
-
-2011-08-12 17:25  Sandro Santilli <strk at keybit.net>
-
-	* [r7734] .gitignore, GNUmakefile.in, configure.ac,
-	  liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom_transform.c, libpgcommon,
-	  libpgcommon/Makefile.in, libpgcommon/common.h, libpgcommon/cunit,
-	  libpgcommon/cunit/Makefile.in, libpgcommon/gserialized.h,
-	  libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
-	  libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
-	  libpgcommon/pgsql_compat.h, postgis/Makefile.in,
-	  postgis/gserialized.h, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_pg.c, postgis/lwgeom_pg.h,
-	  postgis/lwgeom_transform.c, postgis/lwgeom_transform.h,
-	  postgis/pgsql_compat.h, raster/rt_pg/Makefile.in,
-	  raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c: Make
-	  transformation and projection cache API available (ticket #1053)
-
-2011-08-12 10:12  Sandro Santilli <strk at keybit.net>
-
-	* [r7733] liblwgeom/liblwgeom.h: Drop unused macros CARTESIAN and
-	  GEODETIC from liblwgeom.h
-
-2011-08-12 10:11  Sandro Santilli <strk at keybit.net>
-
-	* [r7732] liblwgeom/liblwgeom.h: Snap and SharedPaths are both
-	  direct GEOS proxies, not extra [RT-SIGTA]
-
-2011-08-12 09:11  Sandro Santilli <strk at keybit.net>
-
-	* [r7731] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c,
-	  postgis/Makefile.in, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos_sharedpaths.c, regress/sharedpaths_expected:
-	  Export lwgeom_sharedpaths to liblwgeom, and fix exception message
-	  [RT-SIGTA]
-
-2011-08-11 21:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7730] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c: Rewrote the code for the
-	  coverage table versions of ST_SummaryStats and ST_Histogram. So
-	  instead of plpgsql, it is now in C within rt_pg/rt_pg.c
-
-2011-08-11 16:35  Regina Obe <lr at pcorp.us>
-
-	* [r7729]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sql:
-	  change reverse_geocode back to using addr table and also use
-	  cousub for location
-
-2011-08-11 08:04  Sandro Santilli <strk at keybit.net>
-
-	* [r7728] doc/html/image_src/generator.c: Fix leftover PARSER_CHECK
-	  reference (thanks Hudson) [RT-SIGTA]
-
-2011-08-11 08:04  Sandro Santilli <strk at keybit.net>
-
-	* [r7727] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom_geos_split.c, postgis/Makefile.in,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos_split.c: Export
-	  lwgeom_split to liblwgeom, const-correct it [RT-SIGTA]
-
-2011-08-11 07:52  Sandro Santilli <strk at keybit.net>
-
-	* [r7726] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c,
-	  postgis/Makefile.in, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos_snap.c: Export lwgeom_snap to liblwgeom
-	  [RT-SIGTA]
-
-2011-08-11 07:51  Sandro Santilli <strk at keybit.net>
-
-	* [r7725] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geos.c,
-	  liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_in_wkb.c,
-	  liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_misc.c,
-	  liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
-	  liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c,
-	  liblwgeom/cunit/cu_out_x3d.c, liblwgeom/cunit/cu_print.c,
-	  liblwgeom/cunit/cu_ptarray.c, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt.c, loader/pgsql2shp-core.c,
-	  postgis/geography_inout.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c: Give PARSER_CHECK macros an LW_ prefix
-	  [RT-SIGTA]
-
-2011-08-11 07:50  Sandro Santilli <strk at keybit.net>
-
-	* [r7724] liblwgeom/liblwgeom.h: Fix parser documentation
-	  [RT-SIGTA]
-
-2011-08-10 23:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7723] liblwgeom/liblwgeom_internal.h: Match style of
-	  liblwgeom.h include guard
-
-2011-08-10 22:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7722] liblwgeom/cunit/cu_out_wkt.c: Little checks in
-	  clean_wkt_out_suite
-
-2011-08-10 22:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7721] doc/html/image_src/generator.c, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
-	  liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/lex.yy.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwin_wkt.c,
-	  liblwgeom/wktparse.h, liblwgeom/wktparse.lex,
-	  liblwgeom/wktparse.tab.c, liblwgeom/wktparse.tab.h,
-	  liblwgeom/wktparse.y, postgis/lwgeom_geos_split.c: Remove old
-	  WKB/WKT parsers and generators and switch all internal references
-	  remaining (mostly in cunit) over to the new implementations.
-
-2011-08-09 16:56  Sandro Santilli <strk at keybit.net>
-
-	* [r7720] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom_geos_clean.c, postgis/lwgeom_geos_clean.c:
-	  Export lwgeom_makevalid to liblwgeom [RT-SIGTA]
-
-2011-08-09 16:05  Sandro Santilli <strk at keybit.net>
-
-	* [r7719] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwgeom_geos.h, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos.h: Add GEOS entry points in liblwgeom.h
-	  (public API) [RT-SIGTA]
-
-2011-08-09 15:43  Sandro Santilli <strk at keybit.net>
-
-	* [r7718] liblwgeom/liblwgeom.h: Add some documentation about
-	  parsing [RT-SIGTA]
-
-2011-08-09 15:43  Sandro Santilli <strk at keybit.net>
-
-	* [r7717] doc/rfc/postgis_rfc_03_sheet.txt: Mark "chip" functions
-	  for deletion
-
-2011-08-09 15:12  Sandro Santilli <strk at keybit.net>
-
-	* [r7716] liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwin_wkt.c,
-	  liblwgeom/lwline.c, liblwgeom/lwout_gml.c, liblwgeom/lwpoint.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/ptarray.c,
-	  loader/shp2pgsql-core.c, postgis/lwgeom_box2dfloat4.c,
-	  postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  postgis/lwgeom_rtree.c: Drop REPEATED_POINTS_* and SPLICE_*
-	  defines from liblwgeom.h, move MAXFLOAT to liblwgeom_internal.h
-	  [RT-SIGTA]
-
-2011-08-09 14:54  Regina Obe <lr at pcorp.us>
-
-	* [r7715] doc/rfc/postgis_rfc_02.txt, doc/rfc/postgis_rfc_03.txt,
-	  doc/rfc/postgis_rfc_03_sheet.txt, doc/rfc/postgis_rfc_04.txt:
-	  make eol for all rfcs be LF so our unix brethren can edit them
-	  without fuss
-
-2011-08-09 14:19  Sandro Santilli <strk at keybit.net>
-
-	* [r7714] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  postgis/geography_btree.c, postgis/geography_measurement.c,
-	  postgis/lwgeom_rtree.c: Move floating points comparator macros
-	  from liblwgeom.h to liblwgeom_internal.h (not prefixed symbols)
-	  [RT-SIGTA]
-
-2011-08-09 09:51  Sandro Santilli <strk at keybit.net>
-
-	* [r7713] loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
-	  loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
-	  loader/shpcommon.c, loader/shpcommon.h: Don't include liblwgeom.h
-	  from headers if not needed, document what is it needed for in
-	  implementation files [RT-SIGTA]
-
-2011-08-09 09:50  Sandro Santilli <strk at keybit.net>
-
-	* [r7712] loader/Makefile.in: Clean up gui as well
-
-2011-08-09 08:28  Sandro Santilli <strk at keybit.net>
-
-	* [r7711] liblwgeom/liblwgeom.h, postgis/Makefile.in,
-	  postgis/legacy_chip.sql.in.c, postgis/lwgeom_chip.c: Drop CHIP
-	  type and any reference to it [RT-SIGTA]
-
-2011-08-09 05:52  Regina Obe <lr at pcorp.us>
-
-	* [r7710] postgis/Makefile.in: strk's patch fix for #1155
-
-2011-08-08 10:11  Sandro Santilli <strk at keybit.net>
-
-	* [r7709] loader/Makefile.in: Encode more deps
-
-2011-08-08 09:56  Sandro Santilli <strk at keybit.net>
-
-	* [r7708] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h:
-	  Const-correct some GEOS functions in liblwgeom fixing pending
-	  memory errors when overlaying empty and non-empty geometries (not
-	  exploited by testing) [RT-SIGTA]
-
-2011-08-08 09:27  Sandro Santilli <strk at keybit.net>
-
-	* [r7707] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwgeom_geos.c, postgis/lwgeom_box2dfloat4.c,
-	  postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_geos_sharedpaths.c, postgis/lwgeom_geos_snap.c,
-	  postgis/lwgeom_geos_split.c, postgis/lwgeom_gist.c: Move
-	  getMachineEndian() and error_if_srid_mismatch() from liblwgeom.h
-	  to liblwgeom_internal.h
-
-2011-08-08 08:59  Sandro Santilli <strk at keybit.net>
-
-	* [r7706] liblwgeom/liblwgeom.h, postgis/lwgeom_pg.h: Put PG_LWGEOM
-	  stuff where it belongs (out of liblwgeom) [RT-SIGTA]
-
-2011-08-06 18:42  Sandro Santilli <strk at keybit.net>
-
-	* [r7705] loader/pgsql2shp-cli.c, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.h: Include postgis_config.h to find
-	  POSTGIS_VERSION and stringbuffer.h when needed
-
-2011-08-06 18:17  Sandro Santilli <strk at keybit.net>
-
-	* [r7704] liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwgeom_geos.c, liblwgeom/lwin_wkt.c,
-	  liblwgeom/lwout_kml.c, liblwgeom/lwout_wkt.c,
-	  liblwgeom/stringbuffer.c: Reduce number of includes from
-	  liblwgeom.h (closest header to a public API).
-	  Update other files accordingly. [RT-SIGTA]
-
-2011-08-06 18:03  Sandro Santilli <strk at keybit.net>
-
-	* [r7703] liblwgeom/Makefile.in: Fix dependency referencing dropped
-	  rule [RT-SIGTA]
-
-2011-08-06 18:01  Sandro Santilli <strk at keybit.net>
-
-	* [r7702] liblwgeom/Makefile.in: Add static library to
-	  {,un}install-liblwgeom rules [RT-SIGTA]
-
-2011-08-06 17:48  Sandro Santilli <strk at keybit.net>
-
-	* [r7701] configure.ac, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/Makefile.in, loader/Makefile.in,
-	  loader/cunit/Makefile.in, postgis/Makefile.in: Re-drop use of
-	  libtool (more troubles than help).
-	  Stub a rule to build and install a shared liblwgeom.
-	  [RT-SIGTA].
-
-2011-08-06 16:18  Sandro Santilli <strk at keybit.net>
-
-	* [r7700] liblwgeom/Makefile.in: Re-introduce numerical flags in
-	  building "NM" objs [RT-SIGTA]
-
-2011-08-06 15:12  Sandro Santilli <strk at keybit.net>
-
-	* [r7699] .gitignore, configure.ac, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/Makefile.in, loader/Makefile.in,
-	  loader/cunit/Makefile.in, postgis/Makefile.in: Use libtool to
-	  build liblwgeom. Still only static. [RT-SIGTA]
-
-2011-08-06 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r7698] configure.ac, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_geos.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwgeom_geos.h: Use GEOS compiler and linker flags for
-	  liblwgeom, add lwgeom_geos_noop and cunit test for it (to confirm
-	  linking works, and it does) [RT-SIGTA]
-
-2011-08-06 09:46  Sandro Santilli <strk at keybit.net>
-
-	* [r7697] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Add
-	  lwgeom_buildarea to liblwgeom [RT-SIGTA]
-
-2011-08-06 09:46  Sandro Santilli <strk at keybit.net>
-
-	* [r7696] liblwgeom/Makefile.in, liblwgeom/lwgeom_geos.c,
-	  liblwgeom/lwgeom_geos.h, liblwgeom/profile.h,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Add GEOS spatial
-	  operations to liblwgeom (ticket #1050) [RT-SIGTA]
-
-2011-08-05 12:45  Regina Obe <lr at pcorp.us>
-
-	* [r7695] doc/installation.xml: Another minor check
-
-2011-08-04 15:03  Regina Obe <lr at pcorp.us>
-
-	* [r7694] doc/installation.xml: Update hard upgrade to include use
-	  of legacy_compatibility_layer.sql
-
-2011-08-03 15:01  Regina Obe <lr at pcorp.us>
-
-	* [r7693] postgis/Makefile.in, postgis/legacy.sql.in.c,
-	  postgis/legacy_compatibility_layer.sql.in.c,
-	  postgis/postgis.sql.in.c: Create new legacy compatibility layer
-	  script which will install the absolute minimal to restore an old
-	  postgis database. Also got rid of srid function and moved to
-	  legacy compatibility layer. Still need to test with a restore.
-
-2011-08-03 12:14  Regina Obe <lr at pcorp.us>
-
-	* [r7692] doc/extras_tigergeocoder.xml: some typo cleanup
-
-2011-08-03 05:00  Regina Obe <lr at pcorp.us>
-
-	* [r7691]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql:
-	  Make more efficient the case when no state or city is provided
-	  but zip is provided.
-
-2011-08-03 03:51  Regina Obe <lr at pcorp.us>
-
-	* [r7690] doc/extras_tigergeocoder.xml: document new
-	  drop_indexes_generate_script function
-
-2011-08-03 02:06  Regina Obe <lr at pcorp.us>
-
-	* [r7689]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/regress.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat: Major
-	  rework to improve speed, selectivity, and additional regress.
-	  Also added some indexes and removed some -- should solve #1145,
-	  #1148, and #1131 (should be about 60% faster for most cases and
-	  in some as much as 20 times faster). Better performance if you
-	  set max results = 1. Some other minor cleanup. documentation of
-	  new management helper functions coming next.
-
-2011-08-02 06:33  Regina Obe <lr at pcorp.us>
-
-	* [r7688] doc/extras_topology.xml: Add link to Sandro's topology
-	  Paris 2011 slides in summary of topology reference section
-
-2011-07-28 18:56  Sandro Santilli <strk at keybit.net>
-
-	* [r7687] doc/html/image_src/generator.c: Use strcpy rather than
-	  strncpy, simpler and less error-prone
-
-2011-07-28 18:43  Sandro Santilli <strk at keybit.net>
-
-	* [r7686] doc/html/image_src/generator.c: Give strncpy enough space
-	  to write a terminating null. Thanks gengor for the patch.
-
-2011-07-27 19:21  Regina Obe <lr at pcorp.us>
-
-	* [r7684] doc/reference_constructor.xml: minor updates to
-	  ST_MakeLine to clarify pre-9.0 and 9.0+ approaches
-
-2011-07-27 11:55  Regina Obe <lr at pcorp.us>
-
-	* [r7683] doc/reference_constructor.xml: 1 more change
-
-2011-07-27 11:54  Regina Obe <lr at pcorp.us>
-
-	* [r7682] doc/reference_constructor.xml: fix typo
-
-2011-07-27 11:52  Regina Obe <lr at pcorp.us>
-
-	* [r7681] doc/reference_constructor.xml: example of using new
-	  PostgreSQL 9.0+ ORDER BY aggregate feature for ST_MakeLine
-
-2011-07-26 15:39  Regina Obe <lr at pcorp.us>
-
-	* [r7680] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_offsetcurve05.wkt,
-	  doc/html/image_src/st_offsetcurve06.wkt,
-	  doc/reference_processing.xml: more examples for ST_Offsetcurve
-
-2011-07-26 14:30  Regina Obe <lr at pcorp.us>
-
-	* [r7679] doc/reference_processing.xml: fix typo
-
-2011-07-26 14:29  Regina Obe <lr at pcorp.us>
-
-	* [r7678] doc/reference_processing.xml: remove left and right notes
-	  until I have arrows. not embarrass myself with my directional
-	  dyslexia.
-
-2011-07-26 05:37  Regina Obe <lr at pcorp.us>
-
-	* [r7677] doc/reference_raster.xml: Start work documenting
-	  ST_AsRaster
-
-2011-07-25 15:53  Regina Obe <lr at pcorp.us>
-
-	* [r7676] doc/reference_processing.xml: reduce spacing more
-
-2011-07-25 15:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7675] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_asraster.sql,
-	  raster/test/regress/rt_asraster_expected,
-	  raster/test/regress/rt_resample.sql: Addition of ST_AsRaster
-	  function to provide the ability to convert geometries into
-	  rasters.
-	  
-	  Associated ticket is #1141.
-
-2011-07-25 14:20  Regina Obe <lr at pcorp.us>
-
-	* [r7674] doc/reference_processing.xml: another typo
-
-2011-07-25 14:10  Regina Obe <lr at pcorp.us>
-
-	* [r7673] doc/html/image_src/st_offsetcurve04.wkt: fix coloring to
-	  agree with color of other examples
-
-2011-07-25 14:08  Regina Obe <lr at pcorp.us>
-
-	* [r7672] doc/reference_processing.xml: reduce width of table cells
-	  -- ST_OffsetCurve
-
-2011-07-25 14:04  Regina Obe <lr at pcorp.us>
-
-	* [r7671] doc/html/image_src/st_offsetcurve01.wkt,
-	  doc/html/image_src/st_offsetcurve02.wkt,
-	  doc/html/image_src/st_offsetcurve03.wkt,
-	  doc/reference_processing.xml: redo all examples so they fit in
-	  the 0 0 200 200 grid
-
-2011-07-25 13:44  Regina Obe <lr at pcorp.us>
-
-	* [r7670] doc/html/image_src/st_offsetcurve04.wkt,
-	  doc/reference_processing.xml: fix some typos and grid more to fix
-
-2011-07-25 12:18  Regina Obe <lr at pcorp.us>
-
-	* [r7669] doc/html/image_src/st_offsetcurve02.wkt,
-	  doc/html/image_src/st_offsetcurve03.wkt,
-	  doc/html/image_src/st_offsetcurve04.wkt: get rid of semicolons
-
-2011-07-25 12:13  Regina Obe <lr at pcorp.us>
-
-	* [r7668] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_offsetcurve01.wkt,
-	  doc/html/image_src/st_offsetcurve02.wkt,
-	  doc/html/image_src/st_offsetcurve03.wkt,
-	  doc/html/image_src/st_offsetcurve04.wkt,
-	  doc/reference_processing.xml: need more pictures :), visual
-	  examples for st_offsetcurve
-
-2011-07-24 08:15  Regina Obe <lr at pcorp.us>
-
-	* [r7667] doc/reference_raster.xml: update ST_MapAlgebra to agree
-	  with implementation (got rid of bosolete proto and example and
-	  replaced with new example
-
-2011-07-23 21:42  Sandro Santilli <strk at keybit.net>
-
-	* [r7666] topology/test/regress/createtopogeom.sql,
-	  topology/test/regress/createtopogeom_expected: Be terse, we don't
-	  care about context. Closes ticket #1142.
-
-2011-07-23 21:34  Sandro Santilli <strk at keybit.net>
-
-	* [r7665] regress/loader/PointZ-G.select.expected,
-	  regress/loader/PointZ-w.select.expected,
-	  regress/loader/PointZ.select.expected, regress/run_test: Set 'C'
-	  collation when creating regress database. See #1140.
-
-2011-07-22 20:20  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7664] raster/scripts/plpgsql/st_histogram.sql,
-	  raster/scripts/plpgsql/st_reclass.sql: Added a note saying that
-	  those function now have a C implementation. Many TABs converted
-	  to spaces.
-
-2011-07-22 20:05  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7663] raster/scripts/plpgsql/st_setvalues.sql: -Fix for #645.
-	  -Replaced min and max with LEAST and GREATEST
-	  -Adaptation to ST_SetBandNodataValue()
-
-2011-07-22 19:38  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7662] raster/rt_pg/rtpostgis.sql.in.c: Fix for ticket #969.
-	  Removed conflicting function variant.
-
-2011-07-22 19:31  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7661] raster/scripts/plpgsql/st_union.sql: -Addaptation to new
-	  two rasters ST_MapAlgebra in which nodatavalue expressions are
-	  text and now accept a nodatanodatavalueexpr.
-	  -Added RANGE as a predefined expression.
-
-2011-07-22 19:29  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7660] raster/scripts/plpgsql/st_mapalgebra_optimized.sql:
-	  Modified comment on further enhancements.
-
-2011-07-22 19:28  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7659] raster/scripts/plpgsql/st_mapalgebra.sql: -Fix for ticket
-	  #644. Removed all variants.
-	  -Fixed the two rasters version.
-	  -Added some tests.
-	  -Added ST_MinPossibleVal().
-	  -Determine new nodata value AFTER determining the new pixeltype.
-	  -Replaced ST_SetBandHasNodataValue with
-	  ST_SetBandNodataValue(rast, NULL).
-	  -Added implementation of two rasters overlay operations using the
-	  two raster MapAlgebra.
-
-2011-07-21 17:31  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7658] raster/rt_core/rt_api.c: Cleaned the grid alignment code
-	  to remove unnecessary cruft in rt_raster_gdal_warp
-
-2011-07-21 16:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7657] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_resample_expected: Fixed floating point
-	  issue with the remainder returned from the function modf in
-	  rt_api.c. Updated messages in rt_pg.c. Corrected expected
-	  regression results in rt_resample_expected.
-	  
-	  Associated ticket is #1114
-
-2011-07-20 19:53  Sandro Santilli <strk at keybit.net>
-
-	* [r7656] regress/loader/Arc.select.sql,
-	  regress/loader/ArcM.select.sql, regress/loader/ArcZ.select.sql,
-	  regress/loader/Point.select.sql,
-	  regress/loader/PointM-G.select.expected,
-	  regress/loader/PointM-w.select.expected,
-	  regress/loader/PointM.select.expected,
-	  regress/loader/PointM.select.sql,
-	  regress/loader/PointWithSchema.select.sql,
-	  regress/loader/PointZ-G.select.expected,
-	  regress/loader/PointZ-w.select.expected,
-	  regress/loader/PointZ.select.expected,
-	  regress/loader/PointZ.select.sql: Improve testsuite
-	  predictability (#1135)
-
-2011-07-19 22:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7654] raster/rt_core/rt_api.c: Bug fix of deallocating array
-	  using wrong index variable
-
-2011-07-18 23:39  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7653] raster/test/regress/rt_resample_expected: Fixed width and
-	  height values expected.
-
-2011-07-18 23:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7652] raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_resample.sql,
-	  raster/test/regress/rt_resample_expected: - tweaked the
-	  rt_resample regression test to use SRIDs under 1000000
-	  - changed the computation of width and height when aligning to a
-	  grid
-
-2011-07-18 04:44  Regina Obe <lr at pcorp.us>
-
-	* [r7651]
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
-	  Fix datatype of tlid on edges table. Other tables with tlid are
-	  set to bigint. This one set to numeric(10). Still revising my
-	  tables to determine what impact this has in utilizing the
-	  existing indexes
-
-2011-07-17 17:39  Regina Obe <lr at pcorp.us>
-
-	* [r7650]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql:
-	  Limit edge and featnames search to just road / street types
-
-2011-07-17 17:02  Regina Obe <lr at pcorp.us>
-
-	* [r7649]
-	  extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sql:
-	  more regress tests for reverse_geocode
-
-2011-07-17 16:46  Regina Obe <lr at pcorp.us>
-
-	* [r7648]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  simplify logic by getting rid of addr join. Speed improved
-	  slightly
-
-2011-07-17 16:11  Regina Obe <lr at pcorp.us>
-
-	* [r7647]
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sql:
-	  enhancements to support reverse geocoding of highway locations.
-	  Also add reverse geocode regress tests
-
-2011-07-16 04:19  Regina Obe <lr at pcorp.us>
-
-	* [r7646]
-	  extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1125 have
-	  highway designations print in front of streetname instead of
-	  after
-
-2011-07-15 21:07  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7644] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Minor
-	  comment updates to correct details
-
-2011-07-15 06:40  Regina Obe <lr at pcorp.us>
-
-	* [r7641]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql:
-	  revise ratings to minimize numberes steetss from matching highly
-	  with interstate routes. Also glue on pretype abrv (which are
-	  technically street types) to front of street name in normalize
-	  output so that highways print correctly as e.g. State Hwy 10 etc.
-
-2011-07-15 05:31  Regina Obe <lr at pcorp.us>
-
-	* [r7640] extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Add in
-	  common abbreviation RT to map to Rte and test case to regress to
-	  test
-
-2011-07-14 20:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7639] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  Code refactored for RASTER_dumpWKTPolygons to use same mechanisms
-	  for resultset generation (Datums instead of CStrings) as
-	  RASTER_metadata and other functions.
-	  
-	  SQL functions refactored to use one call to ST_Metadata for
-	  attributes rather than separate/multiple calls to ST_Skew*,
-	  ST_Scale*, ST_UpperLeft*.
-
-2011-07-14 14:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7638] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_bandmetadata.sql,
-	  raster/test/regress/rt_bandmetadata_expected,
-	  raster/test/regress/rt_count.sql: Refactored functions returning
-	  sets to use Datums instead of C strings, which were causing
-	  rounding issues particularly for ST_Metadata. This refactoring
-	  affected RASTER_metadata, RASTER_bandmetadata,
-	  RASTER_summarystats, RASTER_histogram, RASTER_quantile,
-	  RASTER_valuecount and RASTER_gdaldrivers.
-	  
-	  Also refactored the ST_Raster2World* and ST_World2Raster*
-	  functions to get the raster's metadata in one call using
-	  ST_Metadata rather than individual calls for the georeference
-	  components
-
-2011-07-14 11:47  Regina Obe <lr at pcorp.us>
-
-	* [r7637] doc/Makefile.in: add make tiger_geocoder_comments.sql to
-	  build script
-
-2011-07-14 11:32  Regina Obe <lr at pcorp.us>
-
-	* [r7636] doc/xsl/tiger_geocoder_comments.sql.xsl: Start work on
-	  PostgreSQL in db help for geocoder
-
-2011-07-14 11:13  Regina Obe <lr at pcorp.us>
-
-	* [r7635] doc/extras_tigergeocoder.xml: document the
-	  install_missing_indexes function that is used as part of the
-	  upgrade process
-
-2011-07-14 07:45  Regina Obe <lr at pcorp.us>
-
-	* [r7634] extras/tiger_geocoder/tiger_2010/README,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1113 take
-	  into consideration street prequals like Old in rating and
-	  filtering, also added btree varops on fullname (trigrams and
-	  fulltext proved too slow will need to reinvestigate those), also
-	  added helper function install_missing_indezes() which gets run as
-	  part of upgrade script. will need to add to documentation. Also
-	  added regress tests from snippets in #1113
-
-2011-07-13 19:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7633] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_resample.sql,
-	  raster/test/regress/rt_resample_expected,
-	  raster/test/regress/rt_transform.sql,
-	  raster/test/regress/rt_transform_expected: Complete refactoring
-	  of code from ST_Transform to ST_Resample. There are four new
-	  functions as of this revision: ST_Resample, ST_Rescale, ST_Reskew
-	  and ST_SnapToGrid. ST_Transform is still present but points to
-	  ST_Resample.
-	  
-	  Associated ticket #1114
-
-2011-07-12 19:45  Regina Obe <lr at pcorp.us>
-
-	* [r7632]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Fix for
-	  #1112 service roads
-
-2011-07-12 13:03  Regina Obe <lr at pcorp.us>
-
-	* [r7631]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
-	  Partial fix for #1108
-
-2011-07-12 04:14  Regina Obe <lr at pcorp.us>
-
-	* [r7630]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
-	  Fix regress failure with #1074 (wasn't correctly handling all
-	  cases where street name is composed of a street type
-
-2011-07-11 17:03  Sandro Santilli <strk at keybit.net>
-
-	* [r7629] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Change
-	  ST_OffsetCurve parameters type from cstrin to text. See ticket
-	  #1117.
-
-2011-07-11 12:17  Sandro Santilli <strk at keybit.net>
-
-	* [r7628] doc/extras_topology.xml, topology/sql/sqlmm.sql,
-	  topology/test/regress/st_getfaceedges_expected: Stricter ISO
-	  output from ST_GetEdgeFaces: start enumerating ring edges from
-	  the edge with smaller id [RT-SIGTA]
-
-2011-07-09 20:32  Regina Obe <lr at pcorp.us>
-
-	* [r7627] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: oops
-	  typo
-
-2011-07-09 20:25  Regina Obe <lr at pcorp.us>
-
-	* [r7626] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: revert
-	  change
-
-2011-07-09 20:12  Regina Obe <lr at pcorp.us>
-
-	* [r7625] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: fix
-	  type in county load
-
-2011-07-09 15:55  Sandro Santilli <strk at keybit.net>
-
-	* [r7624] doc/extras_topology.xml: Clarify return code from
-	  topology.ST_ModEdgeHeal. Clean up description of ST_NewEdgeHeal
-	  too.
-
-2011-07-09 01:23  Regina Obe <lr at pcorp.us>
-
-	* [r7623] doc/extras_tigergeocoder.xml: example of using geocode
-	  geometry filter
-
-2011-07-09 01:06  Regina Obe <lr at pcorp.us>
-
-	* [r7622] doc/reference_raster.xml: Fix ST_Transform signature to
-	  match revised function declarations
-
-2011-07-08 08:23  Regina Obe <lr at pcorp.us>
-
-	* [r7621] postgis/postgis.sql.in.c: upper case and replace (ZM and
-	  Z) in geometry_columns so its more backwards compatible with old
-	  geometry_columns table
-
-2011-07-07 22:45  Regina Obe <lr at pcorp.us>
-
-	* [r7620] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1070
-	  optional geometry filter arg, documentation (well start need
-	  example), and regress tests
-
-2011-07-07 22:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7619] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  Final refactor of ST_Transform and underlying RASTER_resample
-	  before overhaul for ST_Resample
-
-2011-07-07 21:58  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7618] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  Refactored ST_Transform in preparation for additional refactoring
-	  to accomodate ST_Resample
-
-2011-07-07 18:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7617] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c: Cleaned up the large number of floating
-	  point equality tests with a function-like macro
-
-2011-07-07 12:41  Regina Obe <lr at pcorp.us>
-
-	* [r7616]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
-	  #1074, #1109 - Fix for compound named streets that have a portion
-	  that is a street type
-
-2011-07-06 23:44  Regina Obe <lr at pcorp.us>
-
-	* [r7615]
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
-	  more regress tests for #1109
-
-2011-07-06 23:15  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7614] raster/rt_core/rt_api.c: Refactored how user-specified
-	  upperleft corner coordinates are handled
-
-2011-07-06 23:00  Regina Obe <lr at pcorp.us>
-
-	* [r7613]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  fix for #1109 when a street name is same as a defined street type
-
-2011-07-06 15:02  Sandro Santilli <strk at keybit.net>
-
-	* [r7612] liblwgeom/lwout_x3d.c: Properly destroy lwgeom in
-	  lwgeom_to_x3d3 now that it's safe (see #1102)
-
-2011-07-06 14:55  Sandro Santilli <strk at keybit.net>
-
-	* [r7611] liblwgeom/lwalgorithm.c: Properly release memory in
-	  lwmline_clip_to_ordinate_range (see #1102)
-
-2011-07-06 14:45  Sandro Santilli <strk at keybit.net>
-
-	* [r7610] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c:
-	  Have lwcollection_extract clone (shallow) the extracted
-	  components. Safely lwgeom_free the return from
-	  lwcollection_extract in testcase.
-
-2011-07-06 14:29  Sandro Santilli <strk at keybit.net>
-
-	* [r7609] liblwgeom/lwhomogenize.c: Properly lwgeom_free cloned
-	  objects in lwgeom_homogenize now that it is safe
-
-2011-07-06 14:29  Sandro Santilli <strk at keybit.net>
-
-	* [r7608] liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
-	  liblwgeom/ptarray.c: Implement ptarray_clone (shallow) and update
-	  clone documentation (doxygen), have lw*_clone clone the
-	  POINTARRAY but not the serialized point list (using
-	  ptarray_clone), add unit testing for lwgeom_clone. See ticket
-	  #1102.
-
-2011-07-06 10:48  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7607] postgis/geography_measurement.c: Fix compile warning in
-	  geography_measurement.c caused by missing function prototype.
-
-2011-07-06 10:48  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7606] loader/shpcommon.h: Fix compile warning for
-	  lwgeom_init_allocators() in loader/dumper by adding missing
-	  liblwgeom.h #include.
-
-2011-07-06 09:40  Sandro Santilli <strk at keybit.net>
-
-	* [r7605] liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwline.c, liblwgeom/lwpoly.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_dump.c, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c: Rename
-	  ptarray_clone to ptarray_clone_deep, to be conformant with
-	  lwgeom_clone_deep in that it copies the serialized pointlist too
-
-2011-07-06 08:04  Sandro Santilli <strk at keybit.net>
-
-	* [r7604] liblwgeom/cunit/cu_print.c: Compiler warning fix
-
-2011-07-06 07:42  Sandro Santilli <strk at keybit.net>
-
-	* [r7603] liblwgeom/lwout_x3d.c: Fix compiler warnings (#999)
-
-2011-07-06 07:42  Sandro Santilli <strk at keybit.net>
-
-	* [r7602] liblwgeom/lwout_x3d.c: Don't let temporary collection
-	  leak in lwgeom_to_x3d3 (actually do, but sligthly less, till we
-	  fix lwgeom_clone). See #1102.
-
-2011-07-06 07:42  Sandro Santilli <strk at keybit.net>
-
-	* [r7601] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwline.c,
-	  liblwgeom/lwpsurface.c, liblwgeom/lwtin.c: const-correct
-	  lw*_is_closed
-
-2011-07-06 06:46  Sandro Santilli <strk at keybit.net>
-
-	* [r7600] liblwgeom/cunit/cu_tester.c: properly release reported
-	  error message string
-
-2011-07-06 06:46  Sandro Santilli <strk at keybit.net>
-
-	* [r7599] liblwgeom/cunit/cu_print.c: properly release lwgeom objec
-	  in test_lwprint_assert_error
-
-2011-07-06 06:46  Sandro Santilli <strk at keybit.net>
-
-	* [r7598] liblwgeom/cunit/cu_misc.c: properly release lwgeom objec
-	  in test_misc_area
-
-2011-07-06 05:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7597] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Changed
-	  expressions for pixel byte boundaries in assert tests of
-	  rt_raster_serialize and rt_raster_deserialize in rt_api.c. The
-	  changed expressions are based upon relative values rather than
-	  the original absolute values. This should resolve the problem
-	  defined in ticket #1061. It may also help with the crashing in
-	  ticket #1066.
-	  
-	  Associated tickets are #1061 and possibly #1066.
-
-2011-07-06 02:17  Regina Obe <lr at pcorp.us>
-
-	* [r7596] doc/extras_tigergeocoder.xml: fix typo
-
-2011-07-06 01:02  Regina Obe <lr at pcorp.us>
-
-	* [r7595] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql:
-	  drop_state_tables_generate_script function and document it. Also
-	  add blank paramdef to missing indexes so doesn't look goofy in
-	  docs
-
-2011-07-06 00:40  Regina Obe <lr at pcorp.us>
-
-	* [r7594]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql: Get rid of use
-	  of array_accum and replace with array_agg (which exists in
-	  PostgreSQL 9\8.4+). Now that we only support 8.4+, we can just
-	  use array_agg.
-
-2011-07-05 22:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7593] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c: Remove
-	  leak in mixed time ptarray case (#1102)
-
-2011-07-05 21:01  Sandro Santilli <strk at keybit.net>
-
-	* [r7592] liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_surface.c: Plug
-	  some more easy leaks in testers
-
-2011-07-05 20:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7591] liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l: Stop
-	  up small but universal leak. (#1102)
-
-2011-07-05 18:55  Sandro Santilli <strk at keybit.net>
-
-	* [r7590] liblwgeom/lwcollection.c: Fix memory leak while computing
-	  box3d for nested geometrycollection (revealed by test in
-	  cu_geodetic.c)
-
-2011-07-05 18:41  Sandro Santilli <strk at keybit.net>
-
-	* [r7589] liblwgeom/cunit/cu_geodetic.c: Properly release memory
-	  allocated by tester
-
-2011-07-05 17:49  Regina Obe <lr at pcorp.us>
-
-	* [r7588]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress:
-	  #1076 hanlde of post direction with highways -- 1940 County Road
-	  C W, Roseville, MN 55113 , also trim excess space left in street
-	  names
-
-2011-07-04 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7587] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/ptarray.c: Remove memory leaks
-	  when a parse error kicks out in WKT (#1102)
-
-2011-07-04 17:32  Regina Obe <lr at pcorp.us>
-
-	* [r7586]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1076 more
-	  work toward Highway geocoding -- significant rework of original
-	  patch. Still need to parse out the direction information
-
-2011-07-04 15:50  Sandro Santilli <strk at keybit.net>
-
-	* [r7585] doc/reference_management.xml: Drop dangling reference to
-	  Probe_Geometry_Columns (see #1083)
-
-2011-07-04 15:40  Sandro Santilli <strk at keybit.net>
-
-	* [r7584] regress/tickets.sql, regress/tickets_expected: A couple
-	  more tests for btree against points: different points,
-	  differently cached boxes
-
-2011-07-04 15:34  Sandro Santilli <strk at keybit.net>
-
-	* [r7583] postgis/lwgeom_pg.c: Have pglwgeom_getbox2d_p compute a
-	  bounding box when not cached. Fixes #1023.
-
-2011-07-04 15:12  Sandro Santilli <strk at keybit.net>
-
-	* [r7582] postgis/lwgeom_pg.h: Document pglwgeom_getbox2d_p. See
-	  http://trac.osgeo.org/postgis/ticket/1023
-
-2011-07-04 14:50  Sandro Santilli <strk at keybit.net>
-
-	* [r7581] liblwgeom/cunit/cu_algorithm.c: More unit test memory
-	  leaks and compiler warnings fixed
-
-2011-07-04 14:14  Sandro Santilli <strk at keybit.net>
-
-	* [r7580] regress/tickets.sql, regress/tickets_expected: Add test
-	  for btree equality of points (#1023)
-
-2011-07-04 13:56  Sandro Santilli <strk at keybit.net>
-
-	* [r7579] liblwgeom/cunit/cu_homogenize.c: Do not deep-free return
-	  from lwcollection_homogenize as it doesn't copy POINTARRAY
-	  memory. See #1104.
-
-2011-07-04 12:29  Sandro Santilli <strk at keybit.net>
-
-	* [r7578] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_print.c,
-	  liblwgeom/cunit/cu_surface.c: Plug some memory leaks in the unit
-	  tests, to help finding lower-level ones...
-
-2011-07-04 12:29  Sandro Santilli <strk at keybit.net>
-
-	* [r7577] liblwgeom/lwprint.c: Document memory management of
-	  lwdoubles_to_latlon and lwpoint_to_latlon
-
-2011-07-04 11:24  Sandro Santilli <strk at keybit.net>
-
-	* [r7576] postgis/postgis.sql.in.c, regress/Makefile.in,
-	  regress/postgis_type_name.sql,
-	  regress/postgis_type_name_expected: Fix support for MULTICURVEZM
-	  and make TIN spelling conformant to other (MixedCase). Add
-	  cohomprensive regress test for postgis_type_name(). Closes bug
-	  #1096 once again.
-
-2011-07-04 11:24  Sandro Santilli <strk at keybit.net>
-
-	* [r7575] liblwgeom/g_util.c: Add missing circular types to
-	  geomtype_struct_array, fixing bug #1094
-
-2011-07-04 11:24  Sandro Santilli <strk at keybit.net>
-
-	* [r7574] liblwgeom/g_util.c: Do not hard-code lenght of geomtype
-	  struct array (See #1094)
-
-2011-07-04 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r7573] postgis/postgis.sql.in.c: AddGeometryColumn: when
-	  complaining about unknown geometry type also report the used name
-	  and dimensions (see related bug #1096)
-
-2011-07-04 10:02  Sandro Santilli <strk at keybit.net>
-
-	* [r7572] postgis/lwgeom_geos.c: Fix unused variable warning when
-	  building against GEOS >= 3.3
-
-2011-07-04 09:26  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7571] postgis/Makefile.in: Make all PostGIS object files depend
-	  upon liblwgeom, so that if liblwgeom is
-	  changed then it also triggers a (complete) rebuild of PostGIS.
-	  
-	  Note as documented in #447 this is an over-cautious approach
-	  since it rebuilds
-	  all of PostGIS if liblwgeom changes, but at least its a starting
-	  point and
-	  does actually solve the case whereby a user updates liblwgeom but
-	  doesn't
-	  force a rebuild of PostGIS.
-
-2011-07-04 09:09  Sandro Santilli <strk at keybit.net>
-
-	* [r7570] postgis/postgis.sql.in.c: typo
-
-2011-07-04 09:07  Sandro Santilli <strk at keybit.net>
-
-	* [r7569] topology/test/regress/createtopology_expected: Update
-	  expected error messages since typmod introduction. Closes ticket
-	  #1101.
-
-2011-07-04 09:00  Sandro Santilli <strk at keybit.net>
-
-	* [r7568] topology/topology.sql.in.c: Do not manually delete rows
-	  from geometry_columns (which is now a view). Closes ticket #1099.
-
-2011-07-04 07:35  Regina Obe <lr at pcorp.us>
-
-	* [r7567]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/regress.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Partial fix
-	  for #1076, county roads and highways, but think I might have
-	  broken the SELECT (addy).*,* from geocode('16725 Rockford Road,
-	  Plymouth, MN 55447') or my data is bad
-
-2011-07-03 21:47  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7566] loader/pgsql2shp-core.c: Fix for #1088: Too many columns
-	  in select crashes pgsql2shp.
-	  
-	  Instead of a fixed length query string, dynamically allocate the
-	  memory based
-	  upon the sum of the lengths of all of the column names.
-
-2011-07-03 16:51  Regina Obe <lr at pcorp.us>
-
-	* [r7565] extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1087
-	  improve rating algorithm. also start to use prepared statements
-	  where appropriate (don't put state in prepared part since that
-	  would prevent constraint exclusion from kicking in)
-
-2011-07-03 10:45  Regina Obe <lr at pcorp.us>
-
-	* [r7564] extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
-	  Add more tests, minor cleanup
-
-2011-07-03 05:03  Regina Obe <lr at pcorp.us>
-
-	* [r7563] NEWS, doc/introduction.xml, doc/release_notes.xml: Update
-	  credits and release notes to include change in geometry_columns
-	  and management functions, add ST_OffSetCurve to
-	  release_notes.xml, add Rafal Magda to people credits list
-
-2011-07-03 01:58  Regina Obe <lr at pcorp.us>
-
-	* [r7562] MIGRATION: more column width cleanup
-
-2011-07-03 01:52  Regina Obe <lr at pcorp.us>
-
-	* [r7561] MIGRATION: #1095 clarification of what is mean by
-	  geometry_columns not supporting views built the old constraint
-	  way
-
-2011-07-03 01:50  Regina Obe <lr at pcorp.us>
-
-	* [r7560] MIGRATION: #1095 cleanup MIGRATION document
-
-2011-07-03 01:29  Regina Obe <lr at pcorp.us>
-
-	* [r7559] postgis/postgis.sql.in.c: #1096 same fix as for
-	  linestringZ, apply to geometryM, zm and multilinestringZ
-
-2011-07-03 00:59  Regina Obe <lr at pcorp.us>
-
-	* [r7558] postgis/postgis.sql.in.c: #1098 fix UpdateGeometrySRID
-
-2011-07-02 18:19  Regina Obe <lr at pcorp.us>
-
-	* [r7557] doc/reference_management.xml: #1083, #1093: fix typo,
-	  delete probe_geometry_columns which is now completely obsolte
-	  with gnew geometry-columns view change
-
-2011-07-02 17:53  Regina Obe <lr at pcorp.us>
-
-	* [r7556] doc/reference_management.xml: missed a spot
-
-2011-07-02 17:52  Regina Obe <lr at pcorp.us>
-
-	* [r7555] doc/reference_management.xml: add missing para end tag
-
-2011-07-02 17:25  Regina Obe <lr at pcorp.us>
-
-	* [r7554] doc/reference_management.xml: start describing management
-	  functions how typmod changes things ---
-	  Populate_geometry_columns, dropgeometrytable, dropgeometrycolumn.
-	  More to go.
-
-2011-07-02 16:52  Regina Obe <lr at pcorp.us>
-
-	* [r7553] postgis/postgis.sql.in.c: #1096 can't create 2.5d
-	  linestrings
-
-2011-07-02 16:29  Regina Obe <lr at pcorp.us>
-
-	* [r7552] doc/template.xml: revise template to give example of
-	  optional argument
-
-2011-07-02 13:43  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7551] loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
-	  loader/cunit/cu_shp2pgsql.c, loader/cunit/cu_shp2pgsql.h,
-	  loader/cunit/cu_tester.c, loader/cunit/cu_tester.h,
-	  loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
-	  loader/pgsql2shp-core.h, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, loader/shpcommon.c: Update loader
-	  regression test suite to add a simple test for shp2pgsql (much as
-	  we now do for pgsql2shp).
-	  
-	  Note that these tests aren't completely comprehensive and should
-	  be expanded, with the long term aim
-	  of moving the loader regression tests out of the main regression
-	  harness and into CUnit instead.
-
-2011-07-02 12:34  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7550] loader/cunit/Makefile.in, loader/cunit/cu_tester.c: Fix
-	  up the loader unit tests so that if --with-gui is not passed to
-	  configure, the non-GUI tests will continute to run instead of
-	  failing compilation.
-
-2011-07-02 09:27  Regina Obe <lr at pcorp.us>
-
-	* [r7549] regress/wmsservers_new.sql: revise wmsservers_new to use
-	  new typmod and not directly delete and add to geometry_columns so
-	  passes regress
-
-2011-07-02 08:58  Regina Obe <lr at pcorp.us>
-
-	* [r7548] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/postgis_drop.sql.in.c, postgis/uninstall_legacy.sql.in.c,
-	  regress/loader/PointWithSchema-post.sql,
-	  regress/wmsservers_new.sql: #944, #1081, #1083, #1088, #1084:
-	  Convert geometry_columns to a view, revise management functions
-	  to not update/delete from geometry_columns and to support typmod.
-	  Will use typmod behavior as default
-	  fix typos in postgis_type_name and delete from geometry_column
-	  calls in regress.
-
-2011-07-01 22:36  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7547] loader/pgsql2shp-core.c: Another attempt to fix #1080 on
-	  Windows - it seems that simply opening and
-	  closing a pgsql2shp state object is a good way to find all
-	  uninitialised
-	  variables.
-
-2011-07-01 21:37  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7546] loader/pgsql2shp-core.c: Revised fix for #1080 based upon
-	  backtrace provided by Regina.
-
-2011-07-01 21:32  Regina Obe <lr at pcorp.us>
-
-	* [r7545] postgis/postgis.sql.in.c: #1082 get rid of delete from
-	  geometry_columns call. Also cleanup argument list to make more
-	  modern
-
-2011-07-01 14:34  Regina Obe <lr at pcorp.us>
-
-	* [r7544] MIGRATION: Benchmark notes
-
-2011-07-01 13:45  Regina Obe <lr at pcorp.us>
-
-	* [r7543] MIGRATION: itemize more upgrade GOTCHAS
-
-2011-07-01 13:10  Regina Obe <lr at pcorp.us>
-
-	* [r7542] postgis/postgis.sql.in.c: convert to CREATE OR REPLACE
-	  postgis_constraint_srid
-
-2011-07-01 12:59  Regina Obe <lr at pcorp.us>
-
-	* [r7541] extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/regress.sql: put in
-	  associated ticket numbers change to unaligned format for easier
-	  diffing, add in script to run test suite. Force LF and put svn
-	  keywords
-
-2011-07-01 11:47  Sandro Santilli <strk at keybit.net>
-
-	* [r7540] regress/offsetcurve.sql, regress/offsetcurve_expected:
-	  Add 2 more testcases for ST_OffsetCurve, one of which returning a
-	  MULTILINESTRING
-
-2011-07-01 10:59  Sandro Santilli <strk at keybit.net>
-
-	* [r7539] doc/reference_processing.xml: Use choice="opt" to encode
-	  default parameter for ST_OffsetCurve
-
-2011-07-01 10:36  Sandro Santilli <strk at keybit.net>
-
-	* [r7538] regress/Makefile.in: Well, let's run the ST_OffsetCurve
-	  regress test only against GEOS-3.3. After all it's known to fail
-	  against 3.2 ... (due to
-	  http://trac.osgeo.org/geos/ticket/455#comment:1)
-
-2011-07-01 10:14  Sandro Santilli <strk at keybit.net>
-
-	* [r7537] regress/offsetcurve.sql, regress/offsetcurve_expected:
-	  Test LINESTRING EMPTY return from ST_OffsetCurve
-
-2011-07-01 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r7536] postgis/lwgeom_geos.c, regress/tickets_expected: Properly
-	  convert typed empties coming from GEOS.
-
-2011-07-01 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r7535] NEWS: Add ST_OffsetCurve news item
-
-2011-07-01 09:56  Sandro Santilli <strk at keybit.net>
-
-	* [r7534] doc/reference_processing.xml, postgis/lwgeom_geos.c,
-	  postgis/postgis.sql.in.c, regress/Makefile.in,
-	  regress/offsetcurve.sql, regress/offsetcurve_expected: Add
-	  ST_OffsetCurve function supporting both GEOS-3.2 and GEOS-3.3+.
-	  Uses distance parameter sign to derive left/right side. Includes
-	  regress testing and documentation. Based on patch by Rafal Magda.
-
-2011-07-01 09:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7533] loader/cunit/cu_pgsql2shp.c: Fix #1080: cunit is crashing
-	  on test_ShpDumerDestroy().
-	  
-	  Looks like the original code omitted to set the default config
-	  values causing
-	  the addition of a ShpDumperDestroy() call to fall over on some
-	  platforms due
-	  to uninitialised pointers.
-
-2011-07-01 06:17  Regina Obe <lr at pcorp.us>
-
-	* [r7532] extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Force unix
-	  LF. Also get rid of unnecessary call to CREATE INDEX .. we have a
-	  missing script for that.
-
-2011-07-01 02:22  Regina Obe <lr at pcorp.us>
-
-	* [r7531]
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
-	  Fix for #1086 Issue with parsing out location. also added to
-	  regression tests
-
-2011-07-01 00:02  Regina Obe <lr at pcorp.us>
-
-	* [r7530] postgis/postgis.sql.in.c: fix build -- had functions
-	  installed out of order of dependency
-
-2011-06-30 19:18  Regina Obe <lr at pcorp.us>
-
-	* [r7529] postgis/postgis.sql.in.c: add pretty function to return
-	  pretty name and use in postgis_constraint_type (seems 3 times as
-	  slow with conversion -- will investigate later) -- before my 50
-	  odd goemetry_columns based on all constraint columns returns 75ms
-	  now takes 250-300 ms.
-
-2011-06-30 17:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7528] raster/rt_core/rt_api.c: removed accidental commit of
-	  some debug testing
-
-2011-06-30 13:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7527] raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_asjpeg_expected: fixed logic issues in
-	  ST_AsJPEG
-
-2011-06-29 23:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7526] spatial_ref_sys.sql: Change parameter order in 900913
-	  (magic!)
-
-2011-06-29 22:40  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7524] doc/man/pgsql2shp.1, loader/cunit/cu_pgsql2shp.c,
-	  loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
-	  loader/pgsql2shp-core.h: Commit rework of #885 (pgsql2shp fields
-	  conversion from predefined list).
-	  
-	  This patch required extra work to ensure that it was a better fit
-	  for the
-	  new loader/dumper structure including error reporting, better use
-	  of C
-	  coding style and altering various names/code locations as
-	  appropriate.
-
-2011-06-29 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7523] postgis/lwgeom_geos.c, regress/tickets.sql,
-	  regress/tickets_expected: GEOS no like POINT EMPTY (#1060)
-
-2011-06-29 21:10  Regina Obe <lr at pcorp.us>
-
-	* [r7522] MIGRATION: Itemize some issues with restoring data from
-	  old that cause failures
-
-2011-06-29 19:14  Regina Obe <lr at pcorp.us>
-
-	* [r7521] NEWS, doc/introduction.xml, doc/release_notes.xml: Add
-	  Hunter Systems Group to credits for funding Geocoder enhancements
-
-2011-06-29 16:26  Regina Obe <lr at pcorp.us>
-
-	* [r7520] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/uninstall_legacy.sql.in.c: #949 more legacy cleanup --
-	  add G-M to uninstall, remove accum
-
-2011-06-29 12:56  Regina Obe <lr at pcorp.us>
-
-	* [r7519] postgis/uninstall_legacy.sql.in.c: fix typo in uninstall
-	  script
-
-2011-06-29 10:35  Regina Obe <lr at pcorp.us>
-
-	* [r7518] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1069:
-	  Support for specifying max_results to return. Regress already
-	  committed
-
-2011-06-29 05:06  Regina Obe <lr at pcorp.us>
-
-	* [r7517]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
-	  fix for #1073 handling mangled zipcodes and update regress to
-	  include these
-
-2011-06-29 04:23  Regina Obe <lr at pcorp.us>
-
-	* [r7516] extras/tiger_geocoder/tiger_2010/regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
-	  extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql:
-	  #1077 preliminary regress tests and current outputs (formatting
-	  needs cleanup and to be run by script but will deal with that
-	  later). Already have a regress failure when compared with docs.
-
-2011-06-28 19:36  Sandro Santilli <strk at keybit.net>
-
-	* [r7515] topology/test/regress/layertrigger.sql,
-	  topology/test/regress/layertrigger_expected: Simplify
-	  layertrigger tests dropping unneeded operations. The reduction
-	  was verified to still trigger bug #950 prior to the fix for it.
-
-2011-06-28 19:36  Sandro Santilli <strk at keybit.net>
-
-	* [r7514] topology/test/Makefile,
-	  topology/test/regress/layertrigger.sql,
-	  topology/test/regress/layertrigger_expected,
-	  topology/topology.sql.in.c: Apply patch by Andrea Peri to fix
-	  topology layer trigger. Includes regress test. Closes ticket
-	  #950.
-
-2011-06-28 14:26  Regina Obe <lr at pcorp.us>
-
-	* [r7512] HOWTO_RELEASE: #1063 - add update website with released
-	  doc version to HOWTO_RELEASE steps
-
-2011-06-28 12:32  Regina Obe <lr at pcorp.us>
-
-	* [r7511] extras/tiger_geocoder/tiger_2010/create_geocode.bat: fix
-	  windows script -- had sh style commented alter schema line
-	  instead of windows batch style commented alter schema
-
-2011-06-28 12:21  Regina Obe <lr at pcorp.us>
-
-	* [r7510] doc/introduction.xml: put in missing homage to GDAL. Also
-	  updated the GDAL use list
-	  http://trac.osgeo.org/gdal/wiki/SoftwareUsingGdal to include
-	  PostGIS
-
-2011-06-28 03:55  Regina Obe <lr at pcorp.us>
-
-	* [r7509]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql:
-	  Partial fix for #1068 -- handling of misspelled numeric streets
-	  such as 13nd or 22th and partial support for numeric streets with
-	  fractions like 1/2
-
-2011-06-28 02:50  Regina Obe <lr at pcorp.us>
-
-	* [r7508] extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: get
-	  rid of drop / recreate norm_addy. It's not necessary yet since we
-	  haven't changed it.
-
-2011-06-28 01:27  Regina Obe <lr at pcorp.us>
-
-	* [r7507]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  #1068 partial fix -- trimmed leading/trailing spaces in
-	  normalize_address fields so now correctly handles things like
-	  W.,N. etc. More fixes coming.
-
-2011-06-27 21:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7506] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: - wrote
-	  function getSRTextSPI to create one code for getting the srtext
-	  of a SRID from the spatial_ref_sys table.
-	  - removed plpgsql function _ST_srtext with addition of
-	  getSRTextSPI.
-	  
-	  The regression failure in ticket #1064 should be resolved as a
-	  side-affect of the new function as the srtext returned through
-	  SPI is copied to an interval variable.
-
-2011-06-27 19:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7505] .: Ignore GNUMakefile
-
-2011-06-27 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7504] liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
-	  liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_x3d.c,
-	  postgis/SERIALIZED_FORM: Change CompoundString to CompoundCurve
-
-2011-06-27 19:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7503] raster/test/regress/rt_pixelvalue_expected: modified
-	  expected results for rt_pixelvalue.
-	  
-	  Associated ticket is #1055
-
-2011-06-27 18:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7502] MIGRATION: Add migration guide for upgraders
-
-2011-06-27 18:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7497] liblwgeom/lwutil.c: Fix type name for CompoundCurve
-
-2011-06-27 16:47  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r7496] raster/rt_core/rt_api.c: Edit rt_band_get_pixel() so that
-	  the warning message contains the out-of-bound coordinates being
-	  accessed.
-
-2011-06-27 14:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7495] raster/rt_pg/rt_pg.c: Cleanup of error messages.
-
-2011-06-27 01:53  Regina Obe <lr at pcorp.us>
-
-	* [r7494] doc/Makefile.in, doc/xsl/raster_gardentest.sql.xsl,
-	  regress/Makefile.in: version garden test files so now named
-	  raster_gardentest_20.sql, postgis_gardentest_20.sql. Add
-	  reclassarg type example to raster garden objects
-
-2011-06-26 19:44  Regina Obe <lr at pcorp.us>
-
-	* [r7493] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/raster_gardentest.sql.xsl: revise to ignore OUT
-	  parameters. Also add 20 to postgis garden output table name
-
-2011-06-26 18:18  Regina Obe <lr at pcorp.us>
-
-	* [r7492] doc/reference_output.xml: change ST_AsX3d from using
-	  methodsynopsis back to funcsynopsis. This was an attempt before
-	  to stylize default args which didn't work out.
-
-2011-06-26 17:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7491] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  postgis/lwgeom_geos.c: ST_IsValidDetail and ST_IsValidReason
-	  POLYGON CRASH (#712)
-
-2011-06-26 03:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7490] liblwgeom/lwsegmentize.c: Make test for co-linearity a
-	  little more double-barrelled.
-
-2011-06-26 02:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7489] liblwgeom/lwsegmentize.c: Simplify circle stroking code
-	  (#1057)
-
-2011-06-25 23:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7488] doc/html/image_src/generator.c: Remove reference to
-	  algorithm.h from generator.c
-
-2011-06-25 22:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7487] liblwgeom/Makefile.in, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwtree.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_split.c:
-	  Prototype segmentation code and move lwalgorith.h prototypes into
-	  liblwgeom.h and liblwgeom_internal.h
-
-2011-06-25 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7486] liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h, postgis/lwgeom_functions_basic.c:
-	  Convert some BOX3D functions to GBOX
-
-2011-06-25 21:11  Regina Obe <lr at pcorp.us>
-
-	* [r7485] doc/extras_tigergeocoder.xml: correct column names of
-	  norm_addy object - they were wrong
-
-2011-06-25 20:32  Regina Obe <lr at pcorp.us>
-
-	* [r7484] NEWS, doc/release_notes.xml: update release notes
-
-2011-06-25 20:24  Regina Obe <lr at pcorp.us>
-
-	* [r7483] doc/extras_topology.xml, doc/faq_raster.xml,
-	  doc/introduction.xml, doc/man/pgsql2shp.1,
-	  doc/reference_processing.xml, doc/reference_raster.xml: #1062
-	  apply typo patch from Kasif Rasul
-
-2011-06-25 19:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7482] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_transform.sql,
-	  raster/test/regress/rt_transform_expected: Modified ST_Transform
-	  to permit specification of projected raster's scale. This is due
-	  to the scale change that occurs when a raster is being
-	  reprojected.
-
-2011-06-25 18:15  Regina Obe <lr at pcorp.us>
-
-	* [r7481] doc/reference_operator.xml: bounding box clarification &&
-	  (that it's 2D)
-
-2011-06-25 18:14  Regina Obe <lr at pcorp.us>
-
-	* [r7480] doc/extras_tigergeocoder.xml: minor clarifications
-
-2011-06-25 08:13  Regina Obe <lr at pcorp.us>
-
-	* [r7474]
-	  extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql:
-	  #1051 - fix rating logic (typo in direction weight) causing -
-	  select (g.addy).*, astext(g.geomout), g.* from geocode('150 2nd
-	  Ave S, Minneapolis, MN 55401') as g To return north instead of
-	  south. Also change functions to use named args
-
-2011-06-24 23:18  Regina Obe <lr at pcorp.us>
-
-	* [r7473] doc/xsl/postgis_aggs_mm.xml.xsl: bah pdflatex doesn't
-	  like sect3. Just make it a sect2
-
-2011-06-24 21:49  Regina Obe <lr at pcorp.us>
-
-	* [r7472] doc/xsl/postgis_aggs_mm.xml.xsl: Id on para didn't take
-	  -- lets try a sect3
-
-2011-06-24 21:20  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7471] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_transform.sql,
-	  raster/test/regress/rt_transform_expected: Added sanitization of
-	  the algorithm parameter of ST_Transform. Refactored the
-	  regression test for ST_Transform.
-
-2011-06-24 16:30  Regina Obe <lr at pcorp.us>
-
-	* [r7470] doc/xsl/postgis_aggs_mm.xml.xsl: put in ancho for changed
-	  section and link back from top of What's new to breaking changes
-	  section
-
-2011-06-24 16:14  Regina Obe <lr at pcorp.us>
-
-	* [r7469] doc/xsl/postgis_aggs_mm.xml.xsl: revise 2.0
-	  changed,enhanced, new to also capture paragraphs embedded in sub
-	  tags such as warning, note. Was missing some breaking changes
-	  ST_Length, ST_GeomFromText etc because it wasn't catching
-	  warnings
-
-2011-06-24 14:25  Regina Obe <lr at pcorp.us>
-
-	* [r7468]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  thought had changed to use default params -- guess not. Also
-	  stamp in time author info as comment inside function
-
-2011-06-24 13:02  Regina Obe <lr at pcorp.us>
-
-	* [r7467] doc/reference_raster.xml: Get rid of note about
-	  ST_Transform not working on all platforms. No longer true
-
-2011-06-24 01:28  Regina Obe <lr at pcorp.us>
-
-	* [r7463]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  revert unnecessary edit
-
-2011-06-24 01:20  Regina Obe <lr at pcorp.us>
-
-	* [r7462]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  fix for #1051 -- postDirAbbrev doesn't parse
-
-2011-06-23 23:50  Chris Hodgson <chodgson at refractions.net>
-
-	* [r7461] ., liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-	  loader/getopt.c, loader/getopt.h, loader/shpcommon.h,
-	  postgis/long_xact.sql.in.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/postgis.sql.in.c, postgis/sqlmm.sql.in.c,
-	  raster/doc/RFC2-WellKnownBinaryFormat,
-	  raster/scripts/python/Makefile.rt.sample,
-	  raster/scripts/python/rtreader.py: further bug fix for #884
-
-2011-06-23 22:29  Regina Obe <lr at pcorp.us>
-
-	* [r7459] doc/reference_measure.xml: note about ST_length geography
-	  breaking change -- in 1.5 used to return perimeter of a polygon
-	  now returns 0 just like geometry
-
-2011-06-23 21:15  Regina Obe <lr at pcorp.us>
-
-	* [r7458]
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql:
-	  time autho stamp signatures
-
-2011-06-23 21:11  Regina Obe <lr at pcorp.us>
-
-	* [r7457]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  fix typos
-
-2011-06-23 21:08  Regina Obe <lr at pcorp.us>
-
-	* [r7456]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  put in author revision id placeholder and have as part of code
-	  logic as well
-
-2011-06-23 20:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7455] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Removed
-	  rt_raster_transform from rt_api.c and any calls to it since
-	  rt_raster_gdal_warp has same results for reprojections.
-
-2011-06-23 20:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7454] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c: Addition of rt_raster_gdal_warp
-	  function in rt_api.c. This was written based upon GDAL's gdalwarp
-	  utility to provide a flexible means to reproject, change the
-	  scale of, adjust the skew (deskew) of and shift the origin of a
-	  raster. RASTER_transform in rt_pg.c has been adjusted to make use
-	  of rt_raster_gdal_warp instead of rt_raster_transform. Regression
-	  te
-	  sts confirm that resulting rasters from rt_raster_gdal_warp are
-	  identical to that of rt_raster_transform.
-	  
-	  The abilities to change a raster's scale, skew and origin have
-	  yet to be tested and have no user-accessible SQL functions as of
-	  this revision. This will occur in future revisions.
-	  
-	  The function rt_raster_transform will be removed in a future
-	  revision.
-
-2011-06-23 15:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7453] regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-multisurface_expected: Re-base circular bbox
-	  regressions
-
-2011-06-23 13:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7452] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwsegmentize.c: PostGIS Box2D (and && operator) gives
-	  wrong result for ST_CircularString type (#578)
-
-2011-06-23 13:53  Regina Obe <lr at pcorp.us>
-
-	* [r7451] CREDITS: clean up credits a bit
-
-2011-06-23 11:07  Regina Obe <lr at pcorp.us>
-
-	* [r7450] postgis/postgis.sql.in.c: #944 support functions to comb
-	  out type,srid, dim from constraint based geometries and
-	  integration into geometry_columns_v so that non-typmods and
-	  typmods of the world can coexist in harmony
-
-2011-06-23 11:01  Sandro Santilli <strk at keybit.net>
-
-	* [r7449] postgis/lwgeom_debug.c: Don't interpret types as flags in
-	  ST_Summary. Fixes bug #1054 (needs automated testing)
-
-2011-06-22 23:13  Regina Obe <lr at pcorp.us>
-
-	* [r7448] doc/reference_constructor.xml: minor addition to
-	  GEOMETRYCOLLECTION(EMPTY) warning
-
-2011-06-22 23:10  Regina Obe <lr at pcorp.us>
-
-	* [r7447] doc/reference_accessor.xml,
-	  doc/reference_constructor.xml: #924 - document breaking change
-
-2011-06-22 22:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7446] liblwgeom/lwpoly.c: ST_ForceRHR POLYGON EMPTY crash
-	  (#710)
-
-2011-06-22 21:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7445] liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c:
-	  ST_GeoHash POLYGON Empty crash (#711)
-
-2011-06-22 06:55  Regina Obe <lr at pcorp.us>
-
-	* [r7444] doc/reference_raster.xml: Fill in raster coverage protos
-	  for ST_Histogram (still need examples for these), fix typo in
-	  another function, change ST_SetBandNoDataValue as if it supports
-	  default args (the documentation will be consistent with
-	  implementation onces #1049 is done)
-
-2011-06-21 06:13  Regina Obe <lr at pcorp.us>
-
-	* [r7443] doc/reference_raster.xml: get rid of extraneous proto
-
-2011-06-21 05:45  Regina Obe <lr at pcorp.us>
-
-	* [r7442] doc/reference_raster.xml: more fine tuning of output of
-	  driver options
-
-2011-06-21 05:25  Regina Obe <lr at pcorp.us>
-
-	* [r7441] doc/reference_raster.xml: Fix ST_GDalDrivers output to
-	  correctly output options as table. I had thought it was evenly
-	  balanced (all options have descriptions), but that is not the
-	  case so origianl example had the name and descriptions mismatched
-
-2011-06-21 05:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7440] raster/rt_pg/rt_pg.c, raster/test/regress/rt_band.sql,
-	  raster/test/regress/rt_band_expected: Refactored code and removed
-	  the use of SET_VARSIZE for RASTER_band to fix segfault.
-	  
-	  Associated ticket is #1044.
-
-2011-06-21 04:18  Regina Obe <lr at pcorp.us>
-
-	* [r7439] doc/reference_raster.xml: change bigint to integer for
-	  ST_ValueCount record outputs
-
-2011-06-21 03:26  Regina Obe <lr at pcorp.us>
-
-	* [r7438] doc/reference_raster.xml: document ST_AsJPEG and fill in
-	  missing protos for ST_ValueCount
-
-2011-06-21 01:52  Regina Obe <lr at pcorp.us>
-
-	* [r7437] doc/reference_raster.xml: Get rid of removed
-	  ST_SummaryStats proto and add new ST_SummaryStats proto
-
-2011-06-20 21:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7436] postgis/lwgeom_dump.c: ST_Dump with GSerialized POINT
-	  EMPTY and EWKT/AsText mismatch (#746)
-
-2011-06-20 17:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7435] doc/html/image_src/generator.c: Increase size of
-	  generator.c static buffer. (#583)
-
-2011-06-20 16:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7433] liblwgeom/g_box.c: geography: ST_Intersects, ST_DWithin
-	  gbox_overlaps: geometries have mismatched dimensionality (#1037)
-
-2011-06-20 14:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7432] raster/test/regress/rt_transform.sql,
-	  raster/test/regress/rt_transform_expected: Changed the regression
-	  tests for ST_Transform in preparation for testing replacement
-	  ST_Transform function with different underlying code.
-
-2011-06-20 11:37  Sandro Santilli <strk at keybit.net>
-
-	* [r7431] topology/topology.sql.in.c: Add missing SQL/MM functions
-	  in the status section (TODO)
-
-2011-06-20 09:29  Regina Obe <lr at pcorp.us>
-
-	* [r7430] doc/reference_processing.xml, postgis/postgis.sql.in.c,
-	  postgis/postgis_drop.sql.in.c: #1040 -- ST_MinimumBoundingCircle
-	  -- replace X(), Y() deprecated calls with ST_X(), ST_Y(). Also
-	  changed to use default args. We really need regression tests for
-	  this function. Will put on separate task.
-
-2011-06-19 06:24  Regina Obe <lr at pcorp.us>
-
-	* [r7429] doc/installation.xml: more cleanup of hard upgrade
-	  instructions
-
-2011-06-19 05:52  Regina Obe <lr at pcorp.us>
-
-	* [r7428] doc/installation.xml: Amend hard upgrade instructions to
-	  remove stuff that is obsolete and add in additional steps needed
-	  for PostGIS 2.0. Also update creating new spatial database to
-	  include instructions for installing raster and topology support
-
-2011-06-19 00:31  Regina Obe <lr at pcorp.us>
-
-	* [r7427]
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
-	  add index check / generation for soundex, lower, geometry gist,
-	  and least_hn
-
-2011-06-18 22:16  Regina Obe <lr at pcorp.us>
-
-	* [r7426]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  Fix for #1025 -- Geocoder Failing with NORTH EAST is street name
-
-2011-06-18 18:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7425] postgis/gserialized_typmod.c: Error message change
-
-2011-06-18 07:35  Regina Obe <lr at pcorp.us>
-
-	* [r7424]
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
-	  hmm lets try that again
-
-2011-06-18 07:34  Regina Obe <lr at pcorp.us>
-
-	* [r7423]
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql:
-	  backout some code didn't mean to commit
-
-2011-06-18 07:29  Regina Obe <lr at pcorp.us>
-
-	* [r7422] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql: Found some
-	  indexes I missed -- added to tiger_loader, also #1036 create
-	  missing_indexes generation script to back install. Still need to
-	  put in logic for some more indexes, but htis is a good start.
-	  Also documented new function
-
-2011-06-18 06:03  Regina Obe <lr at pcorp.us>
-
-	* [r7421]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: fix
-	  error in last commit
-
-2011-06-18 05:33  Regina Obe <lr at pcorp.us>
-
-	* [r7420]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: get
-	  rid of unnecessary auto casting
-
-2011-06-18 05:15  Regina Obe <lr at pcorp.us>
-
-	* [r7419]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql:
-	  #1035 gluing on .0 is making least check always return 0.
-
-2011-06-18 03:41  Regina Obe <lr at pcorp.us>
-
-	* [r7418] doc/reference_measure.xml, postgis/geography.sql.in.c,
-	  postgis/postgis_drop.sql.in.c: Change ST_Length, ST_Perimeter for
-	  geography to use default parameters, document
-	  ST_Perimeter(geography,use_spheroid)
-
-2011-06-17 22:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7417] regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected: Quiet regression failure
-	  for minor rounding difference.
-
-2011-06-17 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7416] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwsegmentize.c,
-	  regress/tickets.sql, regress/tickets_expected: Bounding box
-	  calculation for straight CircString fails (#668)
-
-2011-06-17 21:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7415] postgis/geography.sql.in.c: Retrieving and storing
-	  Geography column data through JDBC does not work (#350)
-
-2011-06-17 21:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7414] postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c: Define alias ST_Perimeter (for
-	  geography ST_Length) (#526)
-
-2011-06-17 20:33  Regina Obe <lr at pcorp.us>
-
-	* [r7413] doc/reference_raster.xml: #1032 fix typos
-
-2011-06-17 20:14  Regina Obe <lr at pcorp.us>
-
-	* [r7412] postgis/postgis.sql.in.c: change geography to geometry
-	  and limit view to only output tables and views
-
-2011-06-17 20:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7411] raster/rt_pg/rtpostgis.sql.in.c: fixed parameter passing
-	  in ST_AsTiff
-
-2011-06-17 15:16  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7410] raster/rt_pg/rtpostgis.sql.in.c: Refactored
-	  ST_SummaryStats so that there is a non-user _ST_SummaryStats that
-	  is the backend of all ST_SummaryStats and ST_ApproxSummary stats
-	  functions. This eliminates the "sample_percent" parameter from
-	  the one ST_SummaryStats function that had it.
-
-2011-06-16 21:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7409] postgis/Makefile.in, postgis/geography.h,
-	  postgis/geography.sql.in.c, postgis/geography_inout.c,
-	  postgis/geometry_inout.c, postgis/gserialized_typmod.c,
-	  postgis/postgis.sql.in.c: Partial typmod support for PostGIS
-	  geometry (#944)
-
-2011-06-16 20:29  Regina Obe <lr at pcorp.us>
-
-	* [r7408] doc/reference_raster.xml: Some cleanup. change
-	  ST_AsGDALRaster example using spatial ref to agree with new
-	  syntax of just passing in the srid.
-
-2011-06-16 02:16  Regina Obe <lr at pcorp.us>
-
-	* [r7404] doc/reference_operator.xml: put in missing tag
-
-2011-06-16 02:08  Regina Obe <lr at pcorp.us>
-
-	* [r7403] doc/reference_operator.xml: document &&& nd interacts
-	  bounding box operator
-
-2011-06-15 23:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7402] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
-	  postgis/geography.sql.in.c, postgis/geometry_gist_selectivity.c,
-	  postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c: Fix up
-	  selectivity and operators a little
-
-2011-06-15 20:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7401] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
-	  postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_gist.c: Add a couple
-	  more GBOX functions to map to B2DF4 requirements
-
-2011-06-15 15:43  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7400] raster/test/core/testapi.c: Changed band pixel types to
-	  64BF instead of 32BF so that the warning messages for data
-	  getting converted are mitigated.
-
-2011-06-15 14:29  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7399] raster/rt_core/rt_api.c: Added value for nBandCount
-	  attribute of GDALWarpOptions in rt_raster_transform function.
-	  
-	  This is based upon the discussion found at:
-	  
-	  http://lists.osgeo.org/pipermail/gdal-dev/2011-May/028730.html
-	  
-	  Related ticket is #1015
-
-2011-06-15 12:44  Regina Obe <lr at pcorp.us>
-
-	* [r7398] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/uninstall_legacy.sql.in.c: #722 - get rid of transform
-	  and remainder of SnapToGrid deprecated family of functions. Add
-	  to #945 uninstall_legacy and also legacy.sql.in.c files
-
-2011-06-15 01:25  Regina Obe <lr at pcorp.us>
-
-	* [r7397] doc/reference_raster.xml,
-	  raster/rt_pg/rtpostgis.sql.in.c: Change ST_MapAlgebra to use
-	  default args and amend the documentation to reflect change. In so
-	  doing fix #969 - inconsistent order of args, #967 raster regress
-	  failures on 9.0 and 9.1
-
-2011-06-14 19:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7396] raster/test/regress/create_rt_band_properties_test.sql,
-	  raster/test/regress/rt_spatial_relationship.sql: Changed SRID to
-	  something within the range permitted by GSERIALIZED. As of this
-	  revision, all raster regression tests pass successfully.
-
-2011-06-14 16:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7395] postgis/lwgeom_box2dfloat4.c: bug in BOX2DFLOAT4_in
-	  function due to GSERIALIZED_ON change (#1020)
-
-2011-06-14 16:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7394] raster/rt_pg/rtpostgis.sql.in.c: With GSERIALIZED_ON
-	  enabled, adapted code that needs preprocessor conditions.
-	  Basically instead of "geometry_gist_sel" and
-	  "geometry_gist_joinsel", GSERIALIZED_ON uses "contsel" and
-	  "contjoinsel"
-
-2011-06-14 08:20  Sandro Santilli <strk at keybit.net>
-
-	* [r7393] topology/topology.sql.in.c: Do not explicitly name GIST
-	  opclass (was renamed). Fixes topology after the GSERIALIZED
-	  switch.
-
-2011-06-14 08:20  Sandro Santilli <strk at keybit.net>
-
-	* [r7392] loader/Makefile.in, loader/cunit/Makefile.in: Fix
-	  libiconv linker flags
-
-2011-06-14 04:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7391] postgis/lwgeom_box2dfloat4.c: Apply bug in BOX2DFLOAT4_in
-	  function due to GSERIALIZED_ON change (#1020) from dustymugs
-
-2011-06-13 21:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7390] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Fixed memory
-	  leak in RASTER_asGDALRaster of rt_pg.c and left note in comments
-	  of rt_raster_to_gdal
-
-2011-06-13 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7389] postgis/gserialized.h, regress/dump_expected,
-	  regress/lwgeom_regress_expected, regress/regress_expected,
-	  regress/sql-mm-circularstring_expected: Move from GSERIALIZED off
-	  by default to on by default. Adjust minor regression changes as
-	  necessary.
-
-2011-06-13 20:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7388] loader/cunit/Makefile.in: Allow cunit tests to build and
-	  run in OS/X
-
-2011-06-13 19:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7387] postgis: Add svn:ignores for some new derived files.
-
-2011-06-13 12:30  Regina Obe <lr at pcorp.us>
-
-	* [r7386] NEWS, doc/release_notes.xml: update 1.5.3 release notes
-
-2011-06-13 11:25  Regina Obe <lr at pcorp.us>
-
-	* [r7384] doc/using_postgis_app.xml: #609 revise JDBC to use
-	  non-deprecated calling syntax
-
-2011-06-13 01:32  Regina Obe <lr at pcorp.us>
-
-	* [r7382]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  surpress outputting sql if not in debug mode
-
-2011-06-13 01:31  Regina Obe <lr at pcorp.us>
-
-	* [r7381]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  change to return as much address as possible even if no fullname
-	  at least try to return city, state, zip
-
-2011-06-12 14:33  Regina Obe <lr at pcorp.us>
-
-	* [r7380] doc/extras_tigergeocoder.xml: fix typo in reverse_geocode
-	  name and get rid of other prot since changed to use default args
-
-2011-06-12 06:34  Regina Obe <lr at pcorp.us>
-
-	* [r7379]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: fix
-	  division by zero issue
-
-2011-06-12 04:55  Regina Obe <lr at pcorp.us>
-
-	* [r7378]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  make debug statement conditional
-
-2011-06-12 04:52  Regina Obe <lr at pcorp.us>
-
-	* [r7377]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql:
-	  significantly improve speed of reverse geocode (when all states
-	  loaded), but using CTEs and unparameterizing query (parameterized
-	  often does not use inheritance), reverse_geocode to use default
-	  parameters, put in table column comments to describe some of what
-	  loader columns mean.
-
-2011-06-11 19:26  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7376] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testwkb.c: Added function
-	  parameter "header_only" to rt_raster_deserialize. This instructs
-	  the function to only extract the raster header.
-	  
-	  All functions calls to rt_raster_deserialize in rt_pg.c and
-	  testwkb.c have been modified to account for the "header_only"
-	  parameter. In addition, functions that can use
-	  PG_DETOAST_DATUM_SLICE have been modified to use it.
-	  
-	  Associated tickets are #867 and #985.
-	  
-	  Now to work on valgrinding rt_pg.c
-
-2011-06-11 19:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7375] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in, raster/test/regress/rt_mean.sql,
-	  raster/test/regress/rt_mean_expected,
-	  raster/test/regress/rt_minmax.sql,
-	  raster/test/regress/rt_minmax_expected,
-	  raster/test/regress/rt_stddev.sql,
-	  raster/test/regress/rt_stddev_expected,
-	  raster/test/regress/rt_sum.sql,
-	  raster/test/regress/rt_sum_expected,
-	  raster/test/regress/rt_transform.sql,
-	  raster/test/regress/rt_transform_expected: Removed the
-	  ST_SummaryStats wrappers: ST_Sum, ST_Mean, ST_Stddev, ST_MinMax.
-	  Only ST_Count is preserved as it has a shortcut for when
-	  "exclude_nodata_value" is FALSE.
-	  
-	  Refactored regression test for rt_transform due to removal of
-	  some ST_SummaryStats wrappers and make the tests no longer about
-	  being exact to specific values but more about being in the
-	  appropriate contexts.
-	  
-	  Associated ticket is #1005 and to some degree, #985.
-
-2011-06-11 13:41  Regina Obe <lr at pcorp.us>
-
-	* [r7374] doc/xsl/postgis_aggs_mm.xml.xsl: Sort what's new 2.0 by
-	  name of section insted of id since raster ids start with RT_ they
-	  are being sorted at the top above everything else which is
-	  confusing
-
-2011-06-11 05:27  Regina Obe <lr at pcorp.us>
-
-	* [r7373] doc/reference_raster.xml: Fix ST_BandMetaData,
-	  ST_AsGDalRaster (they take defaults now so prots have ben
-	  removed)
-
-2011-06-11 04:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7372] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Refactored
-	  rt_raster_replace_band in rt_api.c to return the replaced band.
-	  Additional memory cleanups in testapi.c due to segfault and
-	  leaks.
-
-2011-06-11 01:09  Regina Obe <lr at pcorp.us>
-
-	* [r7371] doc/reference_raster.xml: Note about issues with raster
-	  ST_Transform
-
-2011-06-11 00:43  Regina Obe <lr at pcorp.us>
-
-	* [r7370] doc/reference_raster.xml: document raster ST_Transform
-	  function. Will provide examples later.
-
-2011-06-11 00:05  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7369] raster/rt_core/rt_api.c, raster/test/core/testapi.c:
-	  Fixed bunch of memory leaks in rt_api.c and testapi.c. Will need
-	  to valgrind the regression tests to clean up the leaks in rt_pg.c
-
-2011-06-10 23:19  Regina Obe <lr at pcorp.us>
-
-	* [r7368] doc/reference_raster.xml: get rid of ST_SRSText usage is
-	  gone and replaced with just srid so parallel with geometry.
-	  Update all the function doco -- they used to use srstext, but now
-	  they use srid.
-
-2011-06-10 23:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7367] raster/rt_core/rt_api.c: Refactored how GDAL warp options
-	  are freed. I believe I was prematurely freeing the options.
-	  
-	  Associated ticket #1015
-
-2011-06-10 19:49  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7366] raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_pixelvalue.sql,
-	  raster/test/regress/rt_pixelvalue_expected: Getting pixel value
-	  at out of range coordinate should only return a warning. Was
-	  broken at r7106. Added a check.
-
-2011-06-10 18:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7365] raster/rt_pg/rt_pg.c: Fixed error messages.
-
-2011-06-10 18:14  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7364] raster/rt_core/rt_api.c: Explicitly set GDALWarpOptions
-	  element padfSrcNoDataImag as it seems some folks are having
-	  regression error. Based upon the GDAL code, explicitly setting
-	  padfSrcNoDataImag and padfDstNoDataImag should eliminate the
-	  error message that is occurring.
-	  
-	  Associated tickets are #925 and #1015.
-
-2011-06-10 17:24  Regina Obe <lr at pcorp.us>
-
-	* [r7363] doc/using_postgis_app.xml: #609 jdbc error in
-	  documentation
-
-2011-06-10 17:00  Regina Obe <lr at pcorp.us>
-
-	* [r7361] postgis/postgis.sql.in.c: #666 -- strange I don't recall
-	  this being an issue on PostGIS 2.0, but seems to be also. Still
-	  need regress test for it though.
-
-2011-06-10 16:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7359] spatial_ref_sys.sql: Update NZ projections for grid
-	  transformation support (#631)
-
-2011-06-10 15:19  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7357] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_bandmetadata.sql,
-	  raster/test/regress/rt_bandmetadata_expected,
-	  raster/test/regress/rt_metadata.sql,
-	  raster/test/regress/rt_metadata_expected: Rewrote ST_BandMetaData
-	  to use a C function instead of sequential calls for the metadata
-	  of a raster's band in plpgsql. Also added regression tests for
-	  ST_MetaData and ST_BandMetaData due to C functions.
-	  
-	  Associated ticket #1012
-
-2011-06-10 05:13  Regina Obe <lr at pcorp.us>
-
-	* [r7356] doc/reference_raster.xml: more description on reclass
-	  expressions
-
-2011-06-10 01:52  Regina Obe <lr at pcorp.us>
-
-	* [r7354] doc/reference_constructor.xml: more examples for ST_Point
-	  and example converting to geography
-
-2011-06-09 21:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7353] regress/regress_index.sql: Minor change to work with
-	  gserialzed
-
-2011-06-09 21:15  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7352] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c:
-	  Rewrote ST_Metadata to make use of a C function instead of
-	  sequential calls for the metadata of a raster in plpgsql.
-	  
-	  Associated ticket #1012
-
-2011-06-09 21:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7351] postgis/lwgeom_export.c: Remove some compile warnings
-
-2011-06-09 21:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7350] doc, macros: Add some ignores
-
-2011-06-09 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7349] postgis/lwgeom_geos.c: Bad handling of Inf values in GEOS
-	  (#1013)
-
-2011-06-09 20:32  Regina Obe <lr at pcorp.us>
-
-	* [r7348] doc/installation.xml: #448 add CUnit requirement for
-	  testing
-
-2011-06-09 18:55  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7346] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/scripts/python/rtgdalraster.py: Replaced the parameter
-	  "srs" in ST_AsGDALRaster with "srid" so as to match that of
-	  ST_Transform and other functions that deals with spatial
-	  reference systems. In doing so, this eliminates the user function
-	  ST_srtext and just has a hidden _ST_srtext function for use by
-	  the underlying C functions. Another nice benefit is that I was
-	  able to reduce the number of user-facing functions.
-	  
-	  Associated ticket #1011
-
-2011-06-09 16:01  Regina Obe <lr at pcorp.us>
-
-	* [r7345]
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
-	  #1009 typo in index creation
-
-2011-06-08 22:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7343] raster/test/regress/rt_transform.sql,
-	  raster/test/regress/rt_transform_expected: - added additional
-	  tests that shouldn't require datum shift files for proj.4.
-	  - refactored output that would be double precision to be rounded
-
-2011-06-08 21:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7342] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c: Rewrote how the standard/sample
-	  deviation is computed in ST_SummaryStats for coverage tables. It
-	  now extends the existing use of a single-pass standard deviation
-	  calculation to be able to do the calculation for a coverage
-	  table.
-	  
-	  Associated ticket #985.
-
-2011-06-08 00:10  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7341] raster/rt_pg/rtpostgis.sql.in.c: forgot to comment out
-	  debug code for ST_Histogram thus causing rt_histogram regression
-	  to fail
-
-2011-06-08 00:00  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7340] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_sum_expected,
-	  raster/test/regress/rt_summarystats_expected: fixed
-	  ST_SummaryStats for coverage tables where the sum of all tiles
-	  was not being computed.
-	  Associated ticket #1005
-	  
-	  Also added shortcuts to ST_Count for when parameter
-	  "exclude_nodata_value" is FALSE, just compute the count based
-	  upon the raster's dimensions. Performance difference between the
-	  normal route and the shortcut is negligible for small rasters but
-	  noticable when run on large rasters and coverage tables
-
-2011-06-07 22:59  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7339] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/rt_histogram.sql,
-	  raster/test/regress/rt_histogram_expected: Added support for
-	  coverage tables to ST_Histogram. This entailed adding the ability
-	  to explicitly specify the min and max values in the underlying C
-	  function rt_band_get_histogram. The min and max parameters should
-	  ONLY be used by the established coverage table handling
-	  ST_Histogram functions as the returned percent element of the
-	  histogram type is changed from returning the percentage to
-	  returning the sum of counts for that histogram.
-	  
-	  Associated ticket is #934.
-
-2011-06-07 18:21  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7338] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_transform.sql,
-	  raster/test/regress/rt_transform_expected: Add ST_Transform
-	  function that achieves the primary purpose of reprojecting a
-	  raster to a new projection system. This makes use of the GDAL
-	  Warp API function GDALAutoCreateWarpedVRT(). In the future, the
-	  underlying C function is expected to be refactored to support
-	  skewing and pixel scaling at the same time the raster is
-	  reprojected.
-	  
-	  Really minor changes to rt_pg/rt_pg.c adding initilization values
-	  to variables for eliminating compile warnings in Windows (thanks
-	  Pierre).
-	  
-	  Fixed variable "status" in rt_raster_from_gdal_dataset() of
-	  rt_core/rt_api.c
-	  
-	  Associated ticket is #925
-
-2011-06-07 13:04  Regina Obe <lr at pcorp.us>
-
-	* [r7336] doc/faq.xml: Put legacy.sql in varname tag so prints out
-	  as courier and stands out more. Some clarification on the
-	  geography/geometry choice question
-
-2011-06-07 12:37  Regina Obe <lr at pcorp.us>
-
-	* [r7335] doc/reference_raster.xml: more corrections of erroneous
-	  statements
-
-2011-06-07 12:16  Regina Obe <lr at pcorp.us>
-
-	* [r7334] doc/reference_raster.xml: Fix minor formatting issues
-
-2011-06-07 07:45  Regina Obe <lr at pcorp.us>
-
-	* [r7333] doc/reference_raster.xml: forgot output column in
-	  histogram type
-
-2011-06-07 07:41  Regina Obe <lr at pcorp.us>
-
-	* [r7332] doc/reference_raster.xml: more correction in ST_Histogram
-	  explanation
-
-2011-06-07 07:26  Regina Obe <lr at pcorp.us>
-
-	* [r7331] doc/reference_raster.xml: make description of programming
-	  match what is going on in histogram example
-
-2011-06-07 07:24  Regina Obe <lr at pcorp.us>
-
-	* [r7330] doc/reference_raster.xml: missing one proto for
-	  ST_Histogram
-
-2011-06-07 07:20  Regina Obe <lr at pcorp.us>
-
-	* [r7329] doc/reference_raster.xml: add description ST_Histogram
-	  inputs
-
-2011-06-07 07:10  Regina Obe <lr at pcorp.us>
-
-	* [r7328] doc/reference_raster.xml: document histogram type
-
-2011-06-07 07:02  Regina Obe <lr at pcorp.us>
-
-	* [r7327] doc/reference_raster.xml: document ST_Histogram
-
-2011-06-05 21:49  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7326] raster/rt_core/rt_api.c: bug fix of r7325 where the wrong
-	  variable is used in the "for" loop at line 5442
-
-2011-06-05 20:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7325] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: - added additional function
-	  parameters "bandNums" and "count" to rt_raster_to_gdal_mem so
-	  that the GDAL dataset created only contains those bands specified
-	  - any calls to rt_raster_to_gdal_mem function was refactored for
-	  the new function parameters
-	  - refactored rt_raster_dump_as_wktpolygons to make use of
-	  rt_raster_to_gdal_mem so as to reduce duplicate code and improve
-	  cleanliness
-
-2011-06-05 07:55  Regina Obe <lr at pcorp.us>
-
-	* [r7324]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql:
-	  fix ambiguous column issue now that new zcta5 also has statefp
-
-2011-06-05 07:35  Regina Obe <lr at pcorp.us>
-
-	* [r7323]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql:
-	  more speed optimizations
-
-2011-06-05 07:07  Regina Obe <lr at pcorp.us>
-
-	* [r7322]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql:
-	  revise function s so lookup zip utilizes constraint exclusion
-
-2011-06-05 06:13  Regina Obe <lr at pcorp.us>
-
-	* [r7321]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1004:
-	  census has finally released zcta5 for 2010. Get rid of zcta500
-	  table. replace with a more generic named zcta5. Revise loader
-	  state script to load in zcta510 data and revise functions to use
-	  new zcta5 table.
-
-2011-06-04 02:11  Regina Obe <lr at pcorp.us>
-
-	* [r7320] doc/reference_raster.xml: Fix more erroneous statements
-	  about ST_Reclass
-
-2011-06-04 00:59  Regina Obe <lr at pcorp.us>
-
-	* [r7319] doc/reference_raster.xml: get rid of TODO note on
-	  ST_REclass exmaple -- I already did it.
-
-2011-06-04 00:58  Regina Obe <lr at pcorp.us>
-
-	* [r7318] doc/reference_raster.xml: huh more mistakes in ST_Reclass
-
-2011-06-03 17:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7317] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/test/core/testapi.c: Added rt_raster_from_gdal_dataset
-	  function to rt_core/rt_api.c. This function provides the
-	  functionality needed to convert a GDAL dataset into a PostGIS
-	  Raster object.
-
-2011-06-03 15:19  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7316] configure.ac, raster/rt_core/rt_api.c,
-	  raster/test/core/testapi.c: Check for new GDALFPolygonize
-	  function. If it isn't present, the old GDALPolygonize is called.
-	  Related ticket #650.
-
-2011-06-03 06:00  Regina Obe <lr at pcorp.us>
-
-	* [r7315] doc/reference_raster.xml: add missing ST_ValueCount
-	  protos, get rid of ' around , causing comment installation to
-	  fail.
-
-2011-06-02 22:51  Regina Obe <lr at pcorp.us>
-
-	* [r7314] doc/reference_raster.xml: fix wording of reclassarg and
-	  summarystats
-
-2011-06-02 22:25  Regina Obe <lr at pcorp.us>
-
-	* [r7313] doc/reference_raster.xml: Fix typo
-
-2011-06-02 21:54  Regina Obe <lr at pcorp.us>
-
-	* [r7312] doc/reference_raster.xml: document ST_Band
-
-2011-06-02 21:27  Regina Obe <lr at pcorp.us>
-
-	* [r7311] doc/reference_raster.xml: get rid of extra paragraph
-	  marks
-
-2011-06-02 21:13  Regina Obe <lr at pcorp.us>
-
-	* [r7310] doc/reference_raster.xml: example how to use variadic
-	  version of ST_Reclass raster function, finish off reclassarg type
-	  description, add summarystats type
-
-2011-06-02 05:05  Regina Obe <lr at pcorp.us>
-
-	* [r7309] doc/faq_raster.xml: Clarify GDAL version requirements for
-	  Mapserver to load PostGIS raster
-
-2011-06-01 23:50  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7308] raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
-	  raster/test/core/testapi.c: Fixed ticket #650. You need to update
-	  your GDAL copy to a release up to 22476 to make it work.
-
-2011-06-01 12:31  Sandro Santilli <strk at keybit.net>
-
-	* [r7307] postgis/lwgeom_box2dfloat4.c, regress/tickets.sql,
-	  regress/tickets_expected: The box2d of an empty geometry is NULL,
-	  not a point. Closes ticket #938 and regress-tests it.
-
-2011-06-01 11:55  Regina Obe <lr at pcorp.us>
-
-	* [r7306] doc/reference_raster.xml: put a space after parameter
-	  name to try to prevent getting shoved in with type in reclassarg
-	  type def
-
-2011-06-01 08:22  Regina Obe <lr at pcorp.us>
-
-	* [r7305] doc/reference_raster.xml: st_recalss -- hmm screwed up on
-	  example. Had overlapping ranges before.
-
-2011-06-01 08:17  Regina Obe <lr at pcorp.us>
-
-	* [r7304] doc/reference_raster.xml, doc/reference_type.xml,
-	  doc/xsl/raster_comments.sql.xsl: move raster types to raster
-	  section (there are way too many now to try to lump into
-	  reference_type and do case statements to exclude from
-	  postgis_comments). Revise raster_comments to look for types in
-	  reference_raster. Add docu for ST_Reclass and reclassarg type.
-	  Need at least one more example to show how to use recalssargs.
-
-2011-05-31 22:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7303] raster/rt_core/rt_api.c: additional code refactoring in
-	  rt_raster_from_band
-
-2011-05-31 22:47  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7302] raster/rt_core/rt_api.c: code refactored and added
-	  copying of raster attributes to new raster in rt_raster_from_band
-
-2011-05-31 01:50  Regina Obe <lr at pcorp.us>
-
-	* [r7301] doc/reference_raster.xml: #960 get rid of obsolete
-	  ST_AsPNG protos to make consistent with implementation
-
-2011-05-31 01:39  Regina Obe <lr at pcorp.us>
-
-	* [r7300] doc/reference_raster.xml: #960 get rid of ST_AsGDALRaster
-	  proto and update remaining to be consistent with new default
-	  args.
-
-2011-05-31 01:29  Regina Obe <lr at pcorp.us>
-
-	* [r7299] doc/reference_measure.xml, postgis/geography.sql.in.c,
-	  postgis/postgis_drop.sql.in.c: #961- reduce number of functions -
-	  Get rid of st_area(geography) and change st_area(geography,
-	  use_spheroid = true) and also have named argument names so
-	  callable by named args
-
-2011-05-31 01:09  Regina Obe <lr at pcorp.us>
-
-	* [r7298] doc/extras_topology.xml: document missing proto for
-	  createtopology
-
-2011-05-31 00:54  Regina Obe <lr at pcorp.us>
-
-	* [r7297] doc/reference_raster.xml: Document ST_SummaryStats raster
-	  function
-
-2011-05-30 20:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7296] raster/rt_pg/rtpostgis.sql.in.c: Added default values for
-	  function parameters of ST_AsTIFF, ST_AsJPEG and ST_AsPNG.
-	  
-	  Associated ticket is #960
-
-2011-05-30 15:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7295] raster/rt_pg/rtpostgis.sql.in.c: Added default parameter
-	  for ST_AsGDALRaster
-	  
-	  Associated ticket is #960
-
-2011-05-30 14:53  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7294] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: renamed
-	  all instances of "hasnodata" function argument to
-	  "exclude_nodata_value" in SQL functions (and underlying code
-	  where appropriate) ST_SummaryStats, ST_Count, ST_Sum, ST_Mean,
-	  ST_StdDev, ST_MinMax, ST_Quantile, ST_Histogram, ST_ValueCount
-	  and ST_ValuePercent
-
-2011-05-30 09:45  Regina Obe <lr at pcorp.us>
-
-	* [r7293] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: get
-	  rid of bash line -- seems unnecessary and breaks if multiple
-	  states. Forgot cd which was making secondary states fail loading.
-
-2011-05-30 08:28  Regina Obe <lr at pcorp.us>
-
-	* [r7292] doc/reference_raster.xml:
-
-2011-05-30 08:27  Regina Obe <lr at pcorp.us>
-
-	* [r7291] doc/reference_raster.xml: more corrections and one more
-	  example for ST_ValueCount
-
-2011-05-30 07:39  Regina Obe <lr at pcorp.us>
-
-	* [r7290] doc/reference_raster.xml: fix errors in notes
-
-2011-05-30 03:57  Regina Obe <lr at pcorp.us>
-
-	* [r7289] doc/reference_raster.xml: fill in more missing protos for
-	  st_valuecount -- still more to go
-
-2011-05-30 03:43  Regina Obe <lr at pcorp.us>
-
-	* [r7288] doc/reference_raster.xml,
-	  doc/xsl/postgis_comments.sql.xsl,
-	  doc/xsl/raster_comments.sql.xsl,
-	  doc/xsl/topology_comments.sql.xsl: put in missing protos for
-	  st_quantile. Revise comment generator scripts to properly handle
-	  OUT parameters
-
-2011-05-30 02:52  Regina Obe <lr at pcorp.us>
-
-	* [r7287] doc/reference_raster.xml: document ST_quantile -- still
-	  missing some protos (also get rid of obsolete warnings)
-
-2011-05-30 01:56  Regina Obe <lr at pcorp.us>
-
-	* [r7286] doc/reference_raster.xml: reference to st_valuecount in
-	  st_dumpaspixels
-
-2011-05-30 01:51  Regina Obe <lr at pcorp.us>
-
-	* [r7285] doc/reference_raster.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Move Bborie's new cool stat
-	  functions into their own section. Add documentation for
-	  st_valuecount -- more coming for other raster functions. macro
-	  replace hasnodata with exclude_nodata_value which hopefully will
-	  be clearer to everyone. The raster codebase needs to be changed
-	  to agree with new names (mostly for those utilizing named
-	  arguments in PostgreSQL 9.0+). In enhnced section --put a note
-	  that hasnodata was renamed to exclude_nodata_value.
-
-2011-05-30 00:30  Regina Obe <lr at pcorp.us>
-
-	* [r7284] extras/tiger_geocoder/tiger_2010/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql: add remarked
-	  out line to set search path -- suggested by Brian Hamlin. Also
-	  some other minor changes
-
-2011-05-28 23:32  Regina Obe <lr at pcorp.us>
-
-	* [r7283]
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql:
-	  Get rid of deprecated call to centroid
-
-2011-05-28 15:07  Regina Obe <lr at pcorp.us>
-
-	* [r7282] extras/tiger_geocoder/tiger_2010/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: fix for
-	  #996 also had to revise least and greatest helper functions to
-	  deal with to and froms that can't be converted to integers. Also
-	  added missing indexes to base tables (helps the planner with
-	  inherited tables though it never really uses those indexes)
-
-2011-05-28 13:29  Regina Obe <lr at pcorp.us>
-
-	* [r7281] extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh: fill in
-	  some missing licensing headers and svn tags
-
-2011-05-28 11:46  Sandro Santilli <strk at keybit.net>
-
-	* [r7280] spatial_ref_sys.sql: It's "spatialreference.org", not
-	  "spatialreferencing.org" (srid=900913)
-
-2011-05-28 11:24  Regina Obe <lr at pcorp.us>
-
-	* [r7279] extras/tiger_geocoder/tiger_2010/README: revise readme
-	  wording so those unix users who aren't on linux won't be quite as
-	  offended
-
-2011-05-28 11:18  Regina Obe <lr at pcorp.us>
-
-	* [r7278] extras/tiger_geocoder/tiger_2010/README,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql: fix for #995
-	  handling lower level fips. Also many fixes for #908 sh tiger
-	  loader profile. Testing now and will close out if confirmed its
-	  fixed. Also put in a note in the .sh and .bat that for PostgreSQL
-	  9.1+ have to install fuzzystrmatch with the CREATE EXTENSION
-	  syntax
-
-2011-05-27 23:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7277] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_count.sql,
-	  raster/test/regress/rt_count_expected,
-	  raster/test/regress/rt_mean.sql,
-	  raster/test/regress/rt_mean_expected,
-	  raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_quantile_expected,
-	  raster/test/regress/rt_stddev.sql,
-	  raster/test/regress/rt_stddev_expected,
-	  raster/test/regress/rt_sum.sql,
-	  raster/test/regress/rt_sum_expected,
-	  raster/test/regress/rt_valuecount.sql,
-	  raster/test/regress/rt_valuepercent.sql: - remove OUT parameters
-	  on those functions that only return a single value.
-	  - updated regression tests that made use of those functions
-	  returning single values with OUT parameters
-
-2011-05-27 14:42  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7276] raster/rt_pg/rtpostgis.sql.in.c: Added default values for
-	  function arguments of ST_Reclass
-
-2011-05-27 14:01  Sandro Santilli <strk at keybit.net>
-
-	* [r7275] topology/topology.sql.in.c: ST_AddEdgeModFace is
-	  complete...
-
-2011-05-27 14:01  Sandro Santilli <strk at keybit.net>
-
-	* [r7274] doc/extras_topology.xml: Document ST_AddEdgeModFace,
-	  tweak documentation of ST_AddEdgeNewFaces [RT-SIGTA]
-
-2011-05-27 14:01  Sandro Santilli <strk at keybit.net>
-
-	* [r7273] topology/sql/sqlmm.sql, topology/test/Makefile,
-	  topology/test/regress/st_addedgemodface.sql,
-	  topology/test/regress/st_addedgemodface_expected: Implement
-	  topology.ST_AddEdgeModFace. Includes regress test. [RT-SIGTA]
-
-2011-05-27 12:15  Regina Obe <lr at pcorp.us>
-
-	* [r7272] doc/reference_raster.xml: fix indentation
-
-2011-05-27 10:18  Sandro Santilli <strk at keybit.net>
-
-	* [r7271] topology/sql/sqlmm.sql: Simplify face registration by the
-	  end of ST_AddEdgeNewFaces [RT-SIGTA]
-
-2011-05-27 09:51  Sandro Santilli <strk at keybit.net>
-
-	* [r7270] topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected:
-	  ST_AddEdgeNewFaces: another test splitting a face with holes on
-	  both sides [RT-SIGTA].
-
-2011-05-27 09:34  Sandro Santilli <strk at keybit.net>
-
-	* [r7269] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected:
-	  topology.ST_AddEdgeNewFaces: do not needlessly replace face of
-	  holes found in a face splitted by the newly added edge. Regress
-	  test it. [RT-SIGTA].
-
-2011-05-27 08:34  Sandro Santilli <strk at keybit.net>
-
-	* [r7268] doc/extras_topology.xml, topology/sql/populate.sql,
-	  topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected: Add an optional force_new
-	  parameter to topology.ST_AddFace to force creation of a new face
-	  when one already exists. Regress test and document. [RT-SIGTA]
-
-2011-05-27 08:34  Sandro Santilli <strk at keybit.net>
-
-	* [r7267] topology/topology.sql.in.c: fix cpp extra token warning
-
-2011-05-27 07:13  Regina Obe <lr at pcorp.us>
-
-	* [r7266] doc/reference_processing.xml, postgis/postgis.sql.in.c,
-	  postgis/postgis_drop.sql.in.c: change ST_ConcaveHull to use
-	  default parameters
-
-2011-05-27 06:46  Regina Obe <lr at pcorp.us>
-
-	* [r7265] doc/reference_raster.xml: preliminary documentation for
-	  ST_Count
-
-2011-05-27 00:02  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7264] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_valuecount.sql,
-	  raster/test/regress/rt_valuepercent.sql: - Added default values
-	  for function parameters of ST_ValueCount and ST_ValuePercent.
-	  Removed duplicative functions of the same.
-	  - Tweaked the regression tests for ST_ValueCount and
-	  ST_ValuePercent as one question for each function type was too
-	  ambiguous.
-
-2011-05-26 23:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7263] raster/rt_pg/rtpostgis.sql.in.c: Added default parameter
-	  values for ST_Quantile functions
-
-2011-05-26 23:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7262] raster/rt_pg/rtpostgis.sql.in.c: Added default values for
-	  function parameters of ST_Histogram and removed duplicative
-	  functions.
-
-2011-05-26 22:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7261] raster/rt_pg/rtpostgis.sql.in.c: Forgot to delete the
-	  commented out functions of ST_SummaryStats and dependants from
-	  r7260
-
-2011-05-26 22:40  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7260] raster/rt_pg/rtpostgis.sql.in.c: Added default values for
-	  function parameters of ST_SummaryStats, ST_Count, ST_Sum,
-	  ST_Mean, ST_StdDev and ST_MinMax.
-
-2011-05-26 21:35  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7259] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_band.sql,
-	  raster/test/regress/rt_band_expected: Added default parameter for
-	  ST_Band and reduced function count by 1.
-	  
-	  Added additional regression tests for ST_Band.
-
-2011-05-26 21:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7258] raster/rt_pg/rtpostgis.sql.in.c: Changed to STABLE from
-	  IMMUTABLE for all functions that operate on a coverage using the
-	  function parameters "rastertable" and "rastercolumn"
-
-2011-05-26 20:09  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7257] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
-	  raster/test/regress/rt_histogram.sql: changed name "proportion"
-	  to "percent" for ST_Histogram to stay consistent with
-	  ST_ValuePercent
-
-2011-05-26 20:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7256] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_valuecount.sql,
-	  raster/test/regress/rt_valuecount_expected,
-	  raster/test/regress/rt_valuepercent.sql,
-	  raster/test/regress/rt_valuepercent_expected: Addition of
-	  ST_ValuePercent, sibling of ST_ValueCount. This function provides
-	  the ability to determine the percentage of a raster's band that
-	  is of a user-specified value.
-	  
-	  Assocated ticket is #990
-	  
-	  Also specified STRICT for functions with "searchvalue" (the
-	  singular) argument.
-
-2011-05-26 15:43  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7255] raster/rt_pg/rtpostgis.sql.in.c: Changed the datatype for
-	  "count" from integer to bigint. This should allow the "count"
-	  return value to handle large numbers coming from the various
-	  coverage functions.
-
-2011-05-26 14:01  Regina Obe <lr at pcorp.us>
-
-	* [r7254] postgis/legacy.sql.in.c,
-	  postgis/uninstall_legacy.sql.in.c: #949 Add all E and F
-	  deprecated functions to uninstall_legacy.sql.in.c and minor
-	  sorting and casing cleanup.
-
-2011-05-26 07:26  Sandro Santilli <strk at keybit.net>
-
-	* [r7253] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: Error handling
-	  refinements in topology.ST_AddEdgeNewFaces (#988)
-	  
-	  Check for given edge having two distinct vertices before getting
-	  a new
-	  edge id from sequence, and before testing it for crossing nodes
-	  (or it'd
-	  give a confusing error message). Refine error message about
-	  no-segment
-	  edges to not talk about nodes. [RT-SIGTA]
-
-2011-05-26 04:23  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7252] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_valuecount.sql,
-	  raster/test/regress/rt_valuecount_expected: Adds ST_ValueCount to
-	  count the number of times a user-provided value or all values
-	  occurs in a raster's band.
-	  
-	  Associated ticket is #953
-
-2011-05-25 23:38  Regina Obe <lr at pcorp.us>
-
-	* [r7251] doc/reference_output.xml:
-
-2011-05-25 23:37  Regina Obe <lr at pcorp.us>
-
-	* [r7250] doc/reference_output.xml: put header on table
-
-2011-05-25 21:09  Regina Obe <lr at pcorp.us>
-
-	* [r7249] doc/reference_raster.xml: try group
-
-2011-05-25 18:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7248] postgis/geography_inout.c: #661 Type info of geography
-	  columns incomplete - pg_dump output wrong
-
-2011-05-25 18:28  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7246] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_count.sql,
-	  raster/test/regress/rt_count_expected,
-	  raster/test/regress/rt_sum.sql,
-	  raster/test/regress/rt_sum_expected: Add ST_Count and ST_Sum
-	  functions that are fronts for the count and sum values of
-	  ST_SummaryStats
-	  
-	  Associated tickets are #985 (ST_Count) and #986 (ST_Sum)
-
-2011-05-25 13:13  Regina Obe <lr at pcorp.us>
-
-	* [r7245] doc/Makefile.in:
-
-2011-05-25 12:49  Regina Obe <lr at pcorp.us>
-
-	* [r7244] doc/reference_raster.xml:
-
-2011-05-25 12:48  Regina Obe <lr at pcorp.us>
-
-	* [r7243] doc/reference_raster.xml:
-
-2011-05-25 12:35  Regina Obe <lr at pcorp.us>
-
-	* [r7242] doc/reference_output.xml:
-
-2011-05-25 12:29  Regina Obe <lr at pcorp.us>
-
-	* [r7241] doc/Makefile.in: revert
-
-2011-05-25 12:13  Regina Obe <lr at pcorp.us>
-
-	* [r7240] doc/Makefile.in: define style for methodsynopsis
-
-2011-05-24 18:53  Regina Obe <lr at pcorp.us>
-
-	* [r7239] doc/reference_output.xml: missed a spot
-
-2011-05-24 18:50  Regina Obe <lr at pcorp.us>
-
-	* [r7238] doc/reference_output.xml: experiment with methodsynopsis
-	  evidentally seems to support default parameters and conditional
-	  args, we need to move from funcsynopsis (designed for C) to
-	  methodsynopsis. This is what PHP uses --
-	  https://doc.php.net/php/dochowto/chapter-skeletons.php
-
-2011-05-24 15:21  Sandro Santilli <strk at keybit.net>
-
-	* [r7237] raster/test/regress/rt_spatial_relationship.sql: Stop
-	  using astext legacy function in raster tests -- make check
-	  finally succeeds with both raster and topology enabled
-
-2011-05-24 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r7236] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_getfaceedges.sql,
-	  topology/test/regress/st_getfaceedges_expected: Allow dumping
-	  universal face edges with ST_GetFaceEdges. Do it in the correct
-	  order. Fixes bug #984. [RT-SIGTA]
-
-2011-05-24 14:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7235] raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_asgdalraster.sql,
-	  raster/test/regress/rt_asgdalraster_expected,
-	  raster/test/regress/rt_asjpeg.sql,
-	  raster/test/regress/rt_asjpeg_expected,
-	  raster/test/regress/rt_aspng.sql,
-	  raster/test/regress/rt_aspng_expected,
-	  raster/test/regress/rt_astiff.sql,
-	  raster/test/regress/rt_astiff_expected,
-	  raster/test/regress/testgdalraster.in,
-	  raster/test/regress/testgdalraster.test,
-	  raster/test/regress/testgdalraster_expected: - Added test
-	  testgdalraster.in which properly tests the output of
-	  ST_AsGDALRaster. This test makes use of rtgdalraster.py found in
-	  raster/scripts/python, which itself requires psycopg2.
-	  - Refactored rt_asgdalraster.sql, rt_astiff.sql, rt_asjpeg.sql
-	  and rt_aspng.sql to no longer attempt to validate the output of
-	  the respective functions with an MD5 checksum but rather be a
-	  test of the functions' behaviors.
-
-2011-05-24 13:49  Sandro Santilli <strk at keybit.net>
-
-	* [r7234] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_getfacegeometry.sql,
-	  topology/test/regress/st_getfacegeometry_expected:
-	  ST_GetFaceGeometry: throw SQL/MM exception when asked for the
-	  Universal Face geometry. Fixes bug #973 [RT-SIGTA]
-
-2011-05-24 13:47  Sandro Santilli <strk at keybit.net>
-
-	* [r7233] topology/topology.sql.in.c: topology.ValidateTopology: do
-	  not construct the geometry of universal face, it's not used
-	  anyway. Closes bug #977. [RT-SIGTA]
-
-2011-05-24 13:15  Sandro Santilli <strk at keybit.net>
-
-	* [r7232] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected:
-	  ST_AddEdgeNewFaces: don't get fooled by empty segments when
-	  computing azimuts [RT-SIGTA]
-
-2011-05-24 12:14  Sandro Santilli <strk at keybit.net>
-
-	* [r7231] topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: Fix a bogus
-	  test for ST_AddEdgeNewFaces (was missing to check informations
-	  about the newly added edge) -- [RT-SIGTA]
-
-2011-05-24 10:45  Sandro Santilli <strk at keybit.net>
-
-	* [r7230] topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: Add another
-	  (successful) test for ST_AddEdgeNewFaces when creating a new face
-	  in the universal face by closing a ring around an existing
-	  non-isolated edge [RT-SIGTA].
-
-2011-05-24 09:22  Sandro Santilli <strk at keybit.net>
-
-	* [r7229] topology/sql/sqlmm.sql: Add TODO item and SQL/MM
-	  compatibility note in ST_ChangeEdgeGeom
-
-2011-05-24 09:13  Sandro Santilli <strk at keybit.net>
-
-	* [r7228] topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Test
-	  ST_ChangeEdgeGeom with edge crossing
-
-2011-05-24 08:45  Sandro Santilli <strk at keybit.net>
-
-	* [r7227] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected:
-	  ST_ChangeEdgeGeom: check existence of given edge, reduce scans
-	  used to check start/end point and simplify the code, regress test
-	  the fix. Fixes bug #979.
-
-2011-05-24 08:22  Sandro Santilli <strk at keybit.net>
-
-	* [r7226] topology/sql/sqlmm.sql: No functional change: tabs to 2
-	  spaces.
-
-2011-05-24 08:13  Sandro Santilli <strk at keybit.net>
-
-	* [r7225] topology/test/Makefile, topology/test/regress/sqlmm.sql,
-	  topology/test/regress/sqlmm_expected,
-	  topology/test/regress/st_changeedgegeom.sql,
-	  topology/test/regress/st_changeedgegeom_expected: Move tests for
-	  ST_ChangeEdgeGeom into a dedicated file. Prepared for ticket
-	  #979. [RT-SIGTA].
-
-2011-05-24 07:54  Sandro Santilli <strk at keybit.net>
-
-	* [r7224] topology/test/regress/st_getfacegeometry.sql,
-	  topology/test/regress/st_getfacegeometry_expected: Test
-	  ST_GetFaceGeometry behavior when given face_id 0 (Universal
-	  Face). See ticket #973.
-
-2011-05-24 07:04  Sandro Santilli <strk at keybit.net>
-
-	* [r7223] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_addisoedge.sql,
-	  topology/test/regress/st_addisoedge_expected: ST_AddIsoEdge: tell
-	  that a node is isolated by only looking at containing_face rather
-	  than recomputing it. Closes ticket #978. [RT-SIGTA]
-
-2011-05-24 06:55  Sandro Santilli <strk at keybit.net>
-
-	* [r7222] topology/sql/sqlmm.sql, topology/test/Makefile,
-	  topology/test/regress/sqlmm_expected,
-	  topology/test/regress/st_addisonode.sql,
-	  topology/test/regress/st_addisonode_expected: Do not let
-	  ST_AddIsoNode add non-isolated nodes. Allow specifying 0 as the
-	  isolated node face and check it is correct. If containing_face is
-	  given as null then compute it. Patch by Andrea Peri. [RT-SIGTA]
-
-2011-05-24 06:44  Regina Obe <lr at pcorp.us>
-
-	* [r7221] topology/test/hierarchy.sql,
-	  topology/test/query_features.sql: Fix for #981 - using astext
-	  legacy function in tests
-
-2011-05-24 06:43  Regina Obe <lr at pcorp.us>
-
-	* [r7220] doc/extras_topology.xml: fix typos
-
-2011-05-24 05:48  Regina Obe <lr at pcorp.us>
-
-	* [r7219] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/uninstall_legacy.sql.in.c: #722 remove Centroid and Dump,
-	  #949 more additons to uninstall (Centroid, Dump,
-	  addbbox,dropbbox)
-
-2011-05-24 05:19  Regina Obe <lr at pcorp.us>
-
-	* [r7218] doc/extras_topology.xml: fix link error
-
-2011-05-24 05:05  Regina Obe <lr at pcorp.us>
-
-	* [r7217] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/uninstall_legacy.sql.in.c: #722 remove AsBinary and
-	  AsText, #949 more additons to uninstall (AsText,Asbinary, other
-	  output functions)
-
-2011-05-24 03:03  Regina Obe <lr at pcorp.us>
-
-	* [r7216] doc/extras_topology.xml, topology/sql/sqlmm.sql: Document
-	  ST_ChangeEdgeGeom, revise function to confirm to new plpgsql
-	  coding standard. Get rid of redundant && check since its already
-	  encapsulated in ST_Intersects and ST_Within
-
-2011-05-23 13:30  Sandro Santilli <strk at keybit.net>
-
-	* [r7215] topology/topology.sql.in.c: update the list of what's
-	  implemented and what not
-
-2011-05-23 13:30  Sandro Santilli <strk at keybit.net>
-
-	* [r7214] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_addisoedge.sql,
-	  topology/test/regress/st_addisoedge_expected: Style-only change:
-	  tab to spaces in ST_AddIsoEdge, shorten name of test topology
-
-2011-05-23 13:13  Sandro Santilli <strk at keybit.net>
-
-	* [r7213] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_addisoedge.sql,
-	  topology/test/regress/st_addisoedge_expected: Fix test for
-	  ST_AddIsoEdge verifying "geometry intersects an edge" exception.
-	  Fix exception message raised when attempting to insert a closed
-	  edge. Update regress test accoringly.
-
-2011-05-23 12:49  Sandro Santilli <strk at keybit.net>
-
-	* [r7212] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_addisoedge.sql,
-	  topology/test/regress/st_addisoedge_expected: ST_AddIsoEdge: set
-	  containing_face of nodes connected by the newly added edge to
-	  null as the nodes are not isolated anymore. Regress test it.
-	  Closes ticket #976.
-
-2011-05-23 12:33  Sandro Santilli <strk at keybit.net>
-
-	* [r7211] topology/sql/sqlmm.sql, topology/test/Makefile,
-	  topology/test/regress/sqlmm.sql,
-	  topology/test/regress/sqlmm_expected,
-	  topology/test/regress/st_addisoedge.sql,
-	  topology/test/regress/st_addisoedge_expected: Put tests for
-	  ST_AddIsoEdge in their own file. Fix use of ! rather than "not"
-	  for negating booleans in pl/pgsql.
-
-2011-05-23 11:30  Sandro Santilli <strk at keybit.net>
-
-	* [r7210] topology/test/load_topology.sql.in,
-	  topology/test/regress/st_addedgenewfaces_expected: Update
-	  load_topology.sql to properly set MBR field of faces.
-
-2011-05-23 11:28  Sandro Santilli <strk at keybit.net>
-
-	* [r7209] topology/test/regress/st_addedgenewfaces_expected: And
-	  fix expected test output from st_addedgenewfaces (dunno how I
-	  could commit such a partial change...)
-
-2011-05-23 11:26  Sandro Santilli <strk at keybit.net>
-
-	* [r7208] topology/test/regress/st_addedgenewfaces.sql: Oops,
-	  forgot to uncomment temporarely disabled lines
-
-2011-05-23 08:44  Sandro Santilli <strk at keybit.net>
-
-	* [r7207] topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected: Test that
-	  topology.ST_AddEdgeNewFaces properly updates isolated edges
-	  contained in a newly created face [RT-SIGTA]
-
-2011-05-22 16:06  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7206] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_aspng_expected: - fixed band count check
-	  in st_asjpeg and st_aspng
-	  - fixed regression expected output for rt_aspng
-
-2011-05-22 06:33  Regina Obe <lr at pcorp.us>
-
-	* [r7205] postgis/Makefile.in, postgis/legacy.sql.in.c,
-	  postgis/postgis_drop.sql.in.c, postgis/uninstall_legacy.sql.in.c:
-	  Start work on #949 uninstall_legacy.sql and also some minor
-	  cleanup additions/sorting fo existing
-
-2011-05-20 20:18  Regina Obe <lr at pcorp.us>
-
-	* [r7204] regress/loader/Latin1.select.expected: treating as
-	  executable didn't help - going to reinit my db as utf-8 instead
-
-2011-05-20 13:48  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7202] raster/rt_pg/rt_pg.c: Commented line that caused memory
-	  crash because an invalid free. Related ticket #958.
-
-2011-05-19 20:36  Sandro Santilli <strk at keybit.net>
-
-	* [r7201] topology/sql/populate.sql,
-	  topology/test/regress/addedge_expected: topology.AddEdge: make
-	  edge linking self-consistent (each added edge will form a proper
-	  loop)
-
-2011-05-19 04:54  Regina Obe <lr at pcorp.us>
-
-	* [r7200] doc/reference_output.xml: fix typo
-
-2011-05-19 04:53  Regina Obe <lr at pcorp.us>
-
-	* [r7199] doc/reference_output.xml, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/lwout_x3d.c: support for 2D points, add multipoint 2d /
-	  3d to cunit. Add a mapping table to documentation to clarify how
-	  we map PostGIS geometries to X3D equivalent.
-
-2011-05-19 04:04  Regina Obe <lr at pcorp.us>
-
-	* [r7198] liblwgeom/lwout_x3d.c: clean up some compiler warnings
-
-2011-05-18 23:33  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7196] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_histogram.sql,
-	  raster/test/regress/rt_histogram_expected,
-	  raster/test/regress/rt_mean.sql,
-	  raster/test/regress/rt_mean_expected,
-	  raster/test/regress/rt_minmax.sql,
-	  raster/test/regress/rt_minmax_expected,
-	  raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_quantile_expected,
-	  raster/test/regress/rt_stddev.sql,
-	  raster/test/regress/rt_stddev_expected,
-	  raster/test/regress/rt_summarystats.sql,
-	  raster/test/regress/rt_summarystats_expected: - taking a
-	  suggestion from strk in #958, all regression tests for functions
-	  related to ST_SummaryStats has been rounded to 3 decimal places
-	  - added additional argument checks for pgraster to rt_pg.c
-	  - changed floating point comparisons in rt_pg.c and rt_api.c
-
-2011-05-18 16:18  Sandro Santilli <strk at keybit.net>
-
-	* [r7195] doc/extras_topology.xml: ST_AddEdgeNewFaces is now
-	  implemented..
-
-2011-05-18 16:08  Sandro Santilli <strk at keybit.net>
-
-	* [r7194] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected:
-	  topology.ST_AddEdgeNewFaces implementation and regression test
-	  [RT-SIGTA]
-
-2011-05-18 14:18  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7193] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
-	  raster/test/regress/rt_summarystats_expected,
-	  raster/test/regress/run_test.in: ST_SummaryStats returns the sum
-	  as part of the summary stats.
-	  _ST_SummaryStats(rastertable, rastercolumn) function changed to
-	  make use of the sum and compute a straight mean (sum / count)
-	  rather than computing a weighted mean.
-
-2011-05-18 13:59  Sandro Santilli <strk at keybit.net>
-
-	* [r7192] doc/extras_topology.xml, topology/sql/populate.sql,
-	  topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected,
-	  topology/test/regress/getfacebypoint.sql,
-	  topology/test/regress/getfacebypoint_expected:
-	  topology.AddFace(): properly update left/right face for edges
-	  _contained_ in the newly registered face and containing_face for
-	  isolated nodes in it, refine documentation about it [RT-SIGTA]
-
-2011-05-18 13:32  Regina Obe <lr at pcorp.us>
-
-	* [r7191] doc/reference_raster.xml: damn mathml you mock me!
-	  anyrate put in defaults as Pierre asked for ST_ASTiff (hope
-	  www... fixes their damn mathml). We really got to stop
-	  downloading that file.
-
-2011-05-18 12:55  Regina Obe <lr at pcorp.us>
-
-	* [r7190] doc/reference_raster.xml: define ST_SRText and backref
-
-2011-05-18 12:41  Regina Obe <lr at pcorp.us>
-
-	* [r7189] doc/reference_raster.xml: fix ST_ASTIFF incorrect types
-	  start putting in defaults
-
-2011-05-18 12:05  Regina Obe <lr at pcorp.us>
-
-	* [r7188] doc/reference_output.xml: let me try to put the opt
-	  somewhere else.
-
-2011-05-18 11:12  Regina Obe <lr at pcorp.us>
-
-	* [r7187] doc/reference_raster.xml: more mistakes
-
-2011-05-18 11:08  Regina Obe <lr at pcorp.us>
-
-	* [r7186] doc/reference_raster.xml: fix some incorrect statements
-
-2011-05-18 08:58  Sandro Santilli <strk at keybit.net>
-
-	* [r7185] topology/Makefile.in,
-	  topology/sql/query/GetRingEdges.sql, topology/test/Makefile,
-	  topology/test/regress/getringedges.sql,
-	  topology/test/regress/getringedges_expected,
-	  topology/topology.sql.in.c: topology.GetRingEdges()
-	  implementation and test. This is the first real user of
-	  next_left_edge/next_right_edge fields in the edge table.
-	  [RT-SIGTA]
-
-2011-05-18 07:23  Sandro Santilli <strk at keybit.net>
-
-	* [r7184] topology/README: Add a short paragraph about the semantic
-	  of edge's next_left_edge and next_right_edge fields.
-
-2011-05-18 07:15  Regina Obe <lr at pcorp.us>
-
-	* [r7183] doc/reference_raster.xml: Fix ST_AsTiff function proto
-	  typos
-
-2011-05-18 05:43  Regina Obe <lr at pcorp.us>
-
-	* [r7182] doc/reference_raster.xml: Document ST_AsTIFF and fix some
-	  missttatements about ST_ASPNG. Also pretend like we are using
-	  default args already
-
-2011-05-18 05:08  Regina Obe <lr at pcorp.us>
-
-	* [r7181] doc/xsl/postgis_comments.sql.xsl: get rid of opt
-
-2011-05-18 04:43  Regina Obe <lr at pcorp.us>
-
-	* [r7180] doc/reference_output.xml: bah just use brackets for
-	  optional args -- docbook seems to be ignoring the choice='opt'
-	  tag
-
-2011-05-18 04:13  Regina Obe <lr at pcorp.us>
-
-	* [r7179] doc/reference_output.xml: try to get optional argument to
-	  have brackets using optional tag
-
-2011-05-18 00:00  Regina Obe <lr at pcorp.us>
-
-	* [r7178] doc/xsl/postgis_comments.sql.xsl: revise to put optional
-	  arguments in [] in the description. Damn dtd keeps downloading
-
-2011-05-17 22:50  Regina Obe <lr at pcorp.us>
-
-	* [r7177] doc/reference_output.xml, postgis/postgis.sql.in.c,
-	  postgis/postgis_drop.sql.in.c: Nothing like experimenting with
-	  myself. Change ST_AsX3D to use default parameters and reduce down
-	  to one proto
-
-2011-05-17 19:35  Sandro Santilli <strk at keybit.net>
-
-	* [r7176] topology/sql/gml.sql: Appropriately tag GML functions as
-	  STABLE, IMMUTABLE or VOLATILE - see bug #955
-
-2011-05-17 17:51  Regina Obe <lr at pcorp.us>
-
-	* [r7175] doc/reference_raster.xml: more back ref
-
-2011-05-17 17:45  Regina Obe <lr at pcorp.us>
-
-	* [r7174] doc/reference_raster.xml: fix typos add backrefere to
-	  ST_GDALDrivers
-
-2011-05-17 15:58  Sandro Santilli <strk at keybit.net>
-
-	* [r7173] raster/test/regress/create_rt_gist_test_expected,
-	  raster/test/regress/rt_mean_expected,
-	  raster/test/regress/rt_stddev_expected,
-	  raster/test/regress/rt_summarystats_expected, regress/run_test:
-	  Strip 'SELECT' feedback from regression test outputs
-
-2011-05-17 15:27  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7172] raster/test/core/testapi.c: changed the dimensions of the
-	  raster generated for the summary stats test from 10000 x 10000 to
-	  100 x 100
-
-2011-05-17 15:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7171] raster/rt_pg/rtpostgis.sql.in.c: Code cleanup of
-	  uncorrected statement from r7170
-	  Associated ticket is #954
-
-2011-05-17 14:46  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7170] raster/rt_pg/rtpostgis.sql.in.c: refactored code that
-	  attempted to modify a function parameter as PostgreSQL 8.4 sets
-	  all function parameters as CONSTANT, unlike PostgreSQL 9.0
-
-2011-05-17 14:42  Sandro Santilli <strk at keybit.net>
-
-	* [r7169] topology/sql/manage/TopologySummary.sql,
-	  topology/sql/query/getedgebypoint.sql,
-	  topology/sql/query/getfacebypoint.sql,
-	  topology/sql/query/getnodebypoint.sql,
-	  topology/sql/topoelement/topoelement_agg.sql: Tag some functions
-	  as STABLE or even IMMUTABLE (from volatile) - see bug #955
-
-2011-05-17 14:04  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7168] raster/rt_pg/rt_pg.c: refactored usage of snprintf to use
-	  explicit string sizes rather than what is a gcc specific
-	  implementation where the return value of snprintf is the ideal
-	  size of the string
-
-2011-05-17 07:33  Sandro Santilli <strk at keybit.net>
-
-	* [r7167] topology/test/load_topology.sql.in,
-	  topology/test/regress/copytopology_expected,
-	  topology/test/regress/gml_expected,
-	  topology/test/regress/legacy_predicate_expected,
-	  topology/test/regress/legacy_query_expected,
-	  topology/test/regress/legacy_validate_expected,
-	  topology/test/regress/st_addedgenewfaces_expected,
-	  topology/test/regress/st_modedgeheal_expected,
-	  topology/test/regress/st_newedgeheal_expected: Fixed bug in
-	  sample topology load (face id sequence value) [RT-SIGTA]
-
-2011-05-17 06:34  Regina Obe <lr at pcorp.us>
-
-	* [r7166] doc/xsl/raster_comments.sql.xsl: revise to correctly
-	  comment functions with OUT parameters
-
-2011-05-17 05:37  Regina Obe <lr at pcorp.us>
-
-	* [r7165] doc/introduction.xml: fix typo
-
-2011-05-17 03:02  Regina Obe <lr at pcorp.us>
-
-	* [r7164] doc/reference_raster.xml: document ST_GDALDrivers and
-	  back reference to ST_AsGDALRaster
-
-2011-05-17 02:06  Regina Obe <lr at pcorp.us>
-
-	* [r7163] doc/reference_raster.xml: Document ST_AsGDALRaster
-
-2011-05-17 00:55  Regina Obe <lr at pcorp.us>
-
-	* [r7162] doc/reference_raster.xml: forgot availability and GDAL
-	  dependency note on ST_AsPNG
-
-2011-05-17 00:40  Regina Obe <lr at pcorp.us>
-
-	* [r7161] doc/reference_raster.xml: First draft of ST_ASPNG doco.
-	  Need some more examples and perhaps even pictures.
-
-2011-05-16 22:01  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7160] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/scripts/python/rtgdalraster.py,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_histogram.sql,
-	  raster/test/regress/rt_mean.sql,
-	  raster/test/regress/rt_minmax.sql,
-	  raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_stddev.sql,
-	  raster/test/regress/rt_summarystats.sql: - fixed usage of
-	  function parameter "hasnodata" to follow standardized
-	  interpretation
-	  - added copyright notices for work done by Bborie Park funded
-	  through the Regents of the University of California
-
-2011-05-16 19:56  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7159] raster/rt_pg/rtpostgis.sql.in.c: removed duplicative
-	  ST_Histogram function
-
-2011-05-16 19:54  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7158] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_aspng.sql,
-	  raster/test/regress/rt_aspng_expected: Add ST_AsPNG
-	  
-	  - added SQL functions for ST_AsPNG
-	  - added regression tests
-	  
-	  Associated ticket is #342
-
-2011-05-16 19:52  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7157] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_asjpeg.sql,
-	  raster/test/regress/rt_asjpeg_expected: Add ST_AsJPEG function
-	  
-	  - added SQL functions for ST_AsJPEG
-	  - added regression tests
-	  
-	  Associated ticket is #340
-
-2011-05-16 19:50  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7156] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_astiff.sql,
-	  raster/test/regress/rt_astiff_expected: Add ST_AsTIFF function
-	  
-	  - add SQL functions for ST_AsTIFF
-	  - add regression tests
-	  
-	  Associated ticket is #341
-
-2011-05-16 19:48  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7155] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/scripts/python/rtgdalraster.py,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_asgdalraster.sql,
-	  raster/test/regress/rt_asgdalraster_expected: Add ST_AsGDALRaster
-	  function and helper functions ST_GDALDrivers and ST_srtext
-	  - added rt_raster_to_gdal, rt_raster_gdal_drivers and
-	  rt_raster_to_gdal_mem functions to rt_core/rt_api.c and rt_api.h
-	  - added test cases to test/core/testapi.c
-	  - added RASTER_asGDALRaster and RASTER_getGDALDrivers to
-	  rt_pg/rt_pg.c
-	  - added SQL functions
-	  - added regression tests
-	  
-	  Associated ticket is #901
-
-2011-05-16 19:43  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7154] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_reclass.sql,
-	  raster/test/regress/rt_reclass_expected: Added ST_Reclass
-	  function
-	  
-	  - added rt_band_reclass and rt_raster_replace_band to
-	  rt_core/rt_api.c and rt_api.h
-	  - added test case to test/core/testapi.c
-	  - added RASTER_reclass to rt_pg/rt_pg.c
-	  - added SQL functions for ST_Reclass
-	  - added regression tests
-	  
-	  Associated ticket is #903
-
-2011-05-16 19:39  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7153] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_quantile.sql,
-	  raster/test/regress/rt_quantile_expected: Added ST_Quantile
-	  functions
-	  - added function rt_raster_get_quantiles to rt_core/rt_api.c and
-	  rt_api.h
-	  - added test case to test/core/testapi.c
-	  - added function RASTER_quantile to rt_pg/rt_pg.c
-	  - added SQL functions for ST_Quantile
-	  - added regression tests
-	  
-	  Associated ticket is #935
-
-2011-05-16 19:36  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7152] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_histogram.sql,
-	  raster/test/regress/rt_histogram_expected: Added ST_Histogram
-	  functions.
-	  - added function rt_band_get_histogram to rt_core/rt_api.c and
-	  rt_api.h
-	  - added test case to test/core/testapi.c
-	  - added function RASTER_histogram to rt_pg/rt_pg.c
-	  - added SQL functions for ST_Histogram
-	  - added regression tests
-	  
-	  Associated ticket is #934
-
-2011-05-16 19:34  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7151] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_minmax.sql,
-	  raster/test/regress/rt_minmax_expected: Added ST_MinMax function
-	  - added SQL functions for ST_MinMax
-	  - added regression tests
-	  
-	  Associated ticket is #902
-
-2011-05-16 19:32  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7150] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_stddev.sql,
-	  raster/test/regress/rt_stddev_expected: Added ST_StdDev function
-	  - added SQL functions for ST_StdDev
-	  - added regression tests
-	  
-	  Associated ticket is #932
-
-2011-05-16 19:30  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7149] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/Makefile.in, raster/test/regress/rt_mean.sql,
-	  raster/test/regress/rt_mean_expected: Added ST_Mean function.
-	  
-	  - added SQL functions for ST_Mean to rt_pg/rtpostgis.sql.in.c
-	  - added regression tests
-	  
-	  Associated ticket is #931
-
-2011-05-16 19:17  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7148] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_summarystats.sql,
-	  raster/test/regress/rt_summarystats_expected: Addition of
-	  ST_SummaryStats function.
-	  
-	  - added function rt_band_get_summary_stats to rt_core/rt_api.c
-	  and rt_api.h
-	  - added test case to test/core/testapi.c
-	  - added function RASTER_summaryStats to rt_pg/rt_pg.c
-	  - added SQL functions for ST_SummaryStats to
-	  rt_pg/rtpostgis.sql.in.c
-	  - added regression tests in test/regress
-	  
-	  Associated ticket is #930.
-
-2011-05-16 19:11  Bborie Park <bkpark at ucdavis.edu>
-
-	* [r7147] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_band.sql,
-	  raster/test/regress/rt_band_expected: Addition of ST_Band
-	  functionality.
-	  - added function rt_raster_from_band to rt_core/rt_api.c and
-	  rt_api.h
-	  - added test case to test/core/testapi.c
-	  - added function RASTER_band to rt_pg/rt_pg.c
-	  - added SQL functions for ST_Band to rt_pg/rtpostgis.sql.in.c
-	  - added regression tests in test/regress
-	  
-	  Associated ticket is #339 and attached patch st_band.3.patch
-
-2011-05-16 11:01  Sandro Santilli <strk at keybit.net>
-
-	* [r7146] topology/test/load_topology.sql.in,
-	  topology/test/regress/st_modedgeheal_expected,
-	  topology/test/regress/st_newedgeheal_expected: Fix a bug in the
-	  example topology data (related to next_left_edge) -- affected
-	  regress testing, also updated [RT-SIGTA]
-
-2011-05-13 19:29  Regina Obe <lr at pcorp.us>
-
-	* [r7145] doc/introduction.xml: forgot to add Bborie's organization
-
-2011-05-13 19:27  Regina Obe <lr at pcorp.us>
-
-	* [r7144] CREDITS, authors.svn, doc/introduction.xml: Add Bborie
-	  Park to development team lists. Assume Paul, you've given him SVN
-	  edit rights already.
-
-2011-05-13 08:46  Regina Obe <lr at pcorp.us>
-
-	* [r7143] liblwgeom/lwout_x3d.c: apply astyle
-
-2011-05-13 08:46  Regina Obe <lr at pcorp.us>
-
-	* [r7142] postgis/lwgeom_accum.c: apply astyle
-
-2011-05-13 01:04  Chris Hodgson <chodgson at refractions.net>
-
-	* [r7141] postgis/lwgeom_rtree.c: additional bug fix for #844
-
-2011-05-12 22:05  Chris Hodgson <chodgson at refractions.net>
-
-	* [r7139] ., liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-	  loader/getopt.c, loader/getopt.h, loader/shpcommon.h,
-	  postgis/long_xact.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/sqlmm.sql.in.c, raster/doc/RFC2-WellKnownBinaryFormat,
-	  raster/scripts/python/Makefile.rt.sample,
-	  raster/scripts/python/rtreader.py, regress/tickets.sql,
-	  regress/tickets_expected: added regess test for #884
-
-2011-05-12 18:51  Chris Hodgson <chodgson at refractions.net>
-
-	* [r7137] ., liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-	  loader/getopt.c, loader/getopt.h, loader/shpcommon.h,
-	  postgis/long_xact.sql.in.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_analytic.h, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h,
-	  postgis/postgis.sql.in.c, postgis/sqlmm.sql.in.c,
-	  raster/doc/RFC2-WellKnownBinaryFormat,
-	  raster/scripts/python/Makefile.rt.sample,
-	  raster/scripts/python/rtreader.py: merged fix from r7136 in 1.5
-	  branch, fixes broken point_in_multipolygon_rtree, for #884
-
-2011-05-12 17:39  Regina Obe <lr at pcorp.us>
-
-	* [r7135] postgis/lwgeom_accum.c: fix for #940 -- can't compile
-	  PostGIS 2.0 against PostgreSQL 9.1 beta 1
-
-2011-05-12 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r7134] topology/sql/sqlmm.sql, topology/test/Makefile,
-	  topology/test/regress/st_addedgenewfaces.sql,
-	  topology/test/regress/st_addedgenewfaces_expected:
-	  topology.ST_AddEdgeNewFaces : tabs to spaces, named arguments,
-	  code cleanups and improved checks, tests for invalid calls
-	  [RT-SIGTA]
-
-2011-05-12 10:23  Sandro Santilli <strk at keybit.net>
-
-	* [r7133] topology/test/Makefile: Don't miss to clean
-	  load_topology-4326.sql
-
-2011-05-12 07:28  Regina Obe <lr at pcorp.us>
-
-	* [r7132] doc/extras_tigergeocoder.xml: add about the tiger upgrade
-	  script
-
-2011-05-11 14:59  Regina Obe <lr at pcorp.us>
-
-	* [r7131]
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  more optimizations
-
-2011-05-11 13:50  Regina Obe <lr at pcorp.us>
-
-	* [r7130]
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: put in some
-	  missing indexes
-
-2011-05-11 13:32  Regina Obe <lr at pcorp.us>
-
-	* [r7129]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: more
-	  performance enhancements
-
-2011-05-11 12:56  Regina Obe <lr at pcorp.us>
-
-	* [r7128]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  turn off debug mode
-
-2011-05-11 12:55  Regina Obe <lr at pcorp.us>
-
-	* [r7127] extras/tiger_geocoder/tiger_2010/README,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat,
-	  extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh: more
-	  usability and performance enhancements. Change
-	  geocoder/reverse_geocode to use tiger.state_lookup instead of
-	  each schema state table (to achieve this had to add statefp to
-	  lookup table). Also put in upgrade scripts and notes on upgrading
-	  in README. (current script will only upgrade an alpha tiger 2010
-	  (PostGIS 2.0.0 install) ).
-
-2011-05-11 11:32  Regina Obe <lr at pcorp.us>
-
-	* [r7126] doc/release_notes.xml: bah Hudson still not happy. Make
-	  some preemptive changes
-
-2011-05-11 11:08  Regina Obe <lr at pcorp.us>
-
-	* [r7125] doc/introduction.xml: Frivolous edit to try to cure
-	  Hudson's hiccup
-
-2011-05-11 02:34  Regina Obe <lr at pcorp.us>
-
-	* [r7124] doc/introduction.xml: minor change to Kevin's bio
-
-2011-05-11 02:11  Regina Obe <lr at pcorp.us>
-
-	* [r7123] doc/introduction.xml: update PSC list and alphabetize it
-	  to get rid of any unintended implications of hierarchy. Add new
-	  PSC members / remove old and mark Paul as Chair.
-
-2011-05-10 04:54  Regina Obe <lr at pcorp.us>
-
-	* [r7122] liblwgeom/lwout_x3d.c: fix some comments
-
-2011-05-10 03:57  Regina Obe <lr at pcorp.us>
-
-	* [r7121] liblwgeom/lwout_x3d.c: put in a todo why I'm punting
-	  properly handling holes for now
-
-2011-05-09 19:59  Regina Obe <lr at pcorp.us>
-
-	* [r7120]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  more cleanup of normalize_address function
-
-2011-05-09 16:10  Regina Obe <lr at pcorp.us>
-
-	* [r7119] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: put in
-	  missing constraints
-
-2011-05-09 15:16  Sandro Santilli <strk at keybit.net>
-
-	* [r7118] doc/extras_topology.xml, topology/sql/sqlmm.sql,
-	  topology/test/Makefile, topology/test/regress/st_newedgeheal.sql,
-	  topology/test/regress/st_newedgeheal_expected: Implement,
-	  document, and regress-test SQL/MM ST_NewEdgeHeal [RT-SIGTA]
-
-2011-05-09 15:00  Regina Obe <lr at pcorp.us>
-
-	* [r7117]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  major speed improvements to normalize_address
-
-2011-05-09 14:17  Sandro Santilli <strk at keybit.net>
-
-	* [r7116] topology/sql/sqlmm.sql: Check for "other connected edges"
-	  before TopoGeometry definitions
-
-2011-05-09 14:07  Sandro Santilli <strk at keybit.net>
-
-	* [r7115] regress/run_test: Fix path to raster (regress) enabler
-	  script. Fixes ticket #947.
-
-2011-05-08 19:34  Regina Obe <lr at pcorp.us>
-
-	* [r7114] doc/extras_tigergeocoder.xml: some explanation of
-	  theoretical vs. actual
-
-2011-05-08 17:20  Regina Obe <lr at pcorp.us>
-
-	* [r7113]
-	  extras/tiger_geocoder/tiger_2010/normalize/count_words.sql: mark
-	  as immutable
-
-2011-05-08 17:18  Regina Obe <lr at pcorp.us>
-
-	* [r7112]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/end_soundex.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/get_last_words.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/cull_null.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/levenshtein_ignore_case.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/nullable_levenshtein.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/utmzone.sql: more
-	  cleanup. Get rid of more deprecated functions, put in more
-	  stable,imuutable markers. Change some functions from plpgsql to
-	  sql
-
-2011-05-08 16:36  Regina Obe <lr at pcorp.us>
-
-	* [r7111] extras/tiger_geocoder/tiger_2010/README,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/includes_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql: Put
-	  in costing and make most of the functions either STABLE or
-	  IMMUTABLE. We were loosing a lot of cacheability of that. Also
-	  put in instructions in README how to upgrade the scripts. Will
-	  need to put this in the official docs too once cleaned that up a
-	  bit.
-
-2011-05-07 16:33  Regina Obe <lr at pcorp.us>
-
-	* [r7110]
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql:
-	  put in clock timestamps in debugging logic. We seem to be loosing
-	  more time on this normalize than we should be.
-
-2011-05-06 21:39  Sandro Santilli <strk at keybit.net>
-
-	* [r7109] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_modedgeheal.sql,
-	  topology/test/regress/st_modedgeheal_expected: ST_ModEdgeHeal:
-	  move check for TopoGeometry after check for connected edges.
-	  Fixes bug #942 and regress-tests it [RT-SIGTA]
-
-2011-05-06 21:21  Sandro Santilli <strk at keybit.net>
-
-	* [r7108] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_modedgeheal.sql,
-	  topology/test/regress/st_modedgeheal_expected:
-	  topology.ST_ModEdgeHeal: Check for edge existance before
-	  TopoGeometry definitions. Fixes bug #941 and regress-tests it.
-
-2011-05-06 14:29  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7107] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
-	  raster/test/core/testapi.c, raster/test/core/testwkb.c: Trailing
-	  spaces removed from raster files.
-
-2011-05-06 12:06  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7106] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
-	  raster/test/core/testwkb.c,
-	  raster/test/regress/rt_addband_expected,
-	  raster/test/regress/rt_mapalgebra_expected: Changes in raster
-	  memory management:
-	  - Only calling function memory context is used, except in SRF
-	  functions, where
-	  multi_call_memory_ctx is used.
-	  - rt_context internals hidden. The memory management and error
-	  reporting is
-	  performed by rtalloc/rterror family functions. They simply call
-	  rt_context
-	  struct fields as requested. Same philosophy here than in
-	  liblwgeom.
-	  - Now rt_context memory is statically allocated. Before this, new
-	  memory for
-	  rt_context was allocated in every function call. And the memory
-	  was allocated
-	  outside the calling function (in fcinfo->flinfo->fn_mcxt postgres
-	  memory
-	  context).
-
-2011-05-06 06:46  Sandro Santilli <strk at keybit.net>
-
-	* [r7105] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_getfaceedges.sql,
-	  topology/test/regress/st_getfaceedges_expected,
-	  topology/test/regress/st_modedgeheal_expected: Closer-to-iso
-	  exceptions from ST_GetFaceEdges/ST_ModEdgeHeal [RT-SIGTA]
-
-2011-05-05 21:12  Sandro Santilli <strk at keybit.net>
-
-	* [r7104] liblwgeom/lwout_wkb.c: Drop commented out code
-
-2011-05-05 21:12  Sandro Santilli <strk at keybit.net>
-
-	* [r7103] liblwgeom/lwgunparse.c: Do not attempt to read points
-	  from empty pointarrays (thanks valgrind for finding this)
-
-2011-05-05 21:12  Sandro Santilli <strk at keybit.net>
-
-	* [r7102] liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwout_wkb.c:
-	  Allow dumping polygons with empty rings, fixing bug #937, add
-	  unit testing for that case.
-
-2011-05-05 12:13  Regina Obe <lr at pcorp.us>
-
-	* [r7101] doc/faq_raster.xml: amend
-
-2011-05-05 08:32  Sandro Santilli <strk at keybit.net>
-
-	* [r7100] .gitignore: another generated file git-ignored
-
-2011-05-05 07:34  Sandro Santilli <strk at keybit.net>
-
-	* [r7099] .gitignore: Ignore new generated files
-
-2011-05-05 07:30  Regina Obe <lr at pcorp.us>
-
-	* [r7098] doc/html/images/PostGIS_logo.png,
-	  doc/html/images/osgeo_logo.png, doc/introduction.xml,
-	  doc/postgis.xml: replace osgeo log with project one and one that
-	  is not transparent so looks okay in pdf. Add PostGIS logo. Move
-	  logos to cover page.
-
-2011-05-05 02:45  Regina Obe <lr at pcorp.us>
-
-	* [r7097] doc/introduction.xml: get rid of literal wrapper
-
-2011-05-05 02:44  Regina Obe <lr at pcorp.us>
-
-	* [r7096] doc/faq.xml: amend faq and fix some typos
-
-2011-05-05 02:30  Regina Obe <lr at pcorp.us>
-
-	* [r7095] doc/introduction.xml: Update Chris' bio now that he is
-	  taking on more of an active role
-
-2011-05-05 02:26  Regina Obe <lr at pcorp.us>
-
-	* [r7094] doc/html/images/osgeo_logo.png, doc/introduction.xml:
-	  attempt at OSGeo branding our documentation
-
-2011-05-04 23:56  Chris Hodgson <chodgson at refractions.net>
-
-	* [r7093] ., postgis/lwgeom_functions_basic.c, regress/tickets.sql,
-	  regress/tickets_expected: merged changes r7092 to fix null
-	  handling in st_collect for #912, #630 in 1.5 branch into trunk
-
-2011-05-04 18:34  Sandro Santilli <strk at keybit.net>
-
-	* [r7091] doc/extras_topology.xml: Add note about updating joined
-	  edges and relationships, touch ST_ModEdgeSplit, ST_NewEdgeSplit,
-	  ST_ModEdgeHeal [RT-SIGTA]
-
-2011-05-04 18:20  Sandro Santilli <strk at keybit.net>
-
-	* [r7090] doc/extras_topology.xml: Document ST_ModEdgeHeal
-	  [RT-SIGTA]
-
-2011-05-04 18:20  Sandro Santilli <strk at keybit.net>
-
-	* [r7089] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_modedgeheal.sql,
-	  topology/test/regress/st_modedgeheal_expected: ST_ModEdgeHeal:
-	  update TopoGeom definitions, and test it [RT-SIGTA]
-
-2011-05-04 18:20  Sandro Santilli <strk at keybit.net>
-
-	* [r7088] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_modedgeheal.sql,
-	  topology/test/regress/st_modedgeheal_expected: Test that healing
-	  of two edges is forbidden if any topogeom is defined by only one
-	  of them [RT-SIGTA]
-
-2011-05-04 18:20  Sandro Santilli <strk at keybit.net>
-
-	* [r7087] topology/sql/sqlmm.sql,
-	  topology/test/regress/st_modedgeheal.sql,
-	  topology/test/regress/st_modedgeheal_expected: Forbid healing
-	  edges if any feature is defined by only one of the two [RT-SIGTA]
-
-2011-05-04 18:19  Sandro Santilli <strk at keybit.net>
-
-	* [r7086] topology/sql/sqlmm.sql, topology/test/Makefile,
-	  topology/test/regress/st_modedgeheal.sql,
-	  topology/test/regress/st_modedgeheal_expected: Complete primitive
-	  (SQL/MM) portion of ST_ModEdgeHeal, regress test [RT-SIGTA]
-
-2011-05-04 18:19  Sandro Santilli <strk at keybit.net>
-
-	* [r7085] topology/sql/sqlmm.sql, topology/topology.sql.in.c: Stub
-	  topology.ST_ModEdgeHeal [RT-SIGTA]
-
-2011-05-03 16:56  Sandro Santilli <strk at keybit.net>
-
-	* [r7084] doc/extras_topology.xml: Add examples of ST_GetFaceEdges
-
-2011-05-03 13:35  Regina Obe <lr at pcorp.us>
-
-	* [r7083] liblwgeom/lwout_x3d.c: more work on handling 3d polygons
-	  with holes
-
-2011-05-03 13:32  Sandro Santilli <strk at keybit.net>
-
-	* [r7082] raster/test/regress/rt_above.sql,
-	  raster/test/regress/rt_below.sql,
-	  raster/test/regress/rt_contain.sql,
-	  raster/test/regress/rt_contained.sql,
-	  raster/test/regress/rt_left.sql,
-	  raster/test/regress/rt_overabove.sql,
-	  raster/test/regress/rt_overbelow.sql,
-	  raster/test/regress/rt_overlap.sql,
-	  raster/test/regress/rt_overleft.sql,
-	  raster/test/regress/rt_overright.sql,
-	  raster/test/regress/rt_right.sql,
-	  raster/test/regress/rt_same.sql: extent() -> st_extent()
-
-2011-05-03 13:32  Sandro Santilli <strk at keybit.net>
-
-	* [r7081] topology/sql/sqlmm.sql, topology/test/Makefile,
-	  topology/test/regress/st_getfaceedges.sql,
-	  topology/test/regress/st_getfaceedges_expected,
-	  topology/topology.sql.in.c: Implement ST_GetFaceEdges (sql/mm
-	  topology function) [RT-SIGTA]
-
-2011-05-03 12:45  Regina Obe <lr at pcorp.us>
-
-	* [r7080] regress/regress_management.sql,
-	  regress/regress_management_expected: Use strk's suggestion of
-	  quieting hudson reqress by adding a \set VERBOSITY terse
-
-2011-05-03 08:20  Sandro Santilli <strk at keybit.net>
-
-	* [r7079] topology/sql/sqlmm.sql, topology/topology.sql.in.c: Move
-	  type definition close to the function using it (ST_GetFaceEdges)
-
-2011-05-01 02:46  Regina Obe <lr at pcorp.us>
-
-	* [r7078] doc/reference_output.xml, liblwgeom/cunit/cu_out_x3d.c,
-	  liblwgeom/lwout_x3d.c: Fix handling of 3d polygons (still doesn't
-	  handle holes right), update doc to show example and also caveats
-	  so far, add polygon and polyhedralsurface example to c unit tests
-
-2011-04-30 22:26  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r7077] liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
-	  postgis/lwgeom_export.c: First implementation of #459. Still need
-	  unit tests and docs
-
-2011-04-30 08:38  Regina Obe <lr at pcorp.us>
-
-	* [r7075] doc/Makefile.in: put topology_comments generation back in
-	  the overall comments make
-
-2011-04-30 08:29  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r7074] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: Fix #933. Update related unit test. Add
-	  a convenient way to trace error in ST_GeomFromGML function
-
-2011-04-29 19:10  Regina Obe <lr at pcorp.us>
-
-	* [r7073] doc/extras_tigergeocoder.xml: fix some typos in tiger
-	  geocoder documentation and hmm if Hudson is hiccuping (causing
-	  Olivier headaches), this might be the water he needs.
-
-2011-04-29 18:39  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r7072] regress/in_gml.sql, regress/in_gml_expected: Add
-	  LinearRing unit test for ST_GeomFromGML. Related to #905
-
-2011-04-29 17:44  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r7071] doc/reference_constructor.xml, postgis/lwgeom_in_gml.c,
-	  postgis/postgis.sql.in.c, regress/in_gml.sql: Add an srid default
-	  value as second optional parameter for ST_GeomFromGML. Related to
-	  #906. Remove a wrong srsName definition. Update doc and unit test
-
-2011-04-28 21:05  Regina Obe <lr at pcorp.us>
-
-	* [r7070]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: Fix
-	  for #927
-
-2011-04-28 17:57  Regina Obe <lr at pcorp.us>
-
-	* [r7069] LICENSE.TXT: fix typo
-
-2011-04-26 12:35  Regina Obe <lr at pcorp.us>
-
-	* [r7065] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722
-	  More deprecated functions: Get rid Extent deprecated aggregate,
-	  find_extent, Combine_BBox,StartPoint, EndPoint
-
-2011-04-25 21:19  Regina Obe <lr at pcorp.us>
-
-	* [r7064] liblwgeom/liblwgeom.h: missed a spot
-
-2011-04-25 21:18  Regina Obe <lr at pcorp.us>
-
-	* [r7063] doc/reference_accessor.xml, liblwgeom/lwgeom_api.c: #923:
-	  document fix
-
-2011-04-25 20:43  Regina Obe <lr at pcorp.us>
-
-	* [r7062] doc/release_notes.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  more link back to legacy_faq in release notes and what's changed
-
-2011-04-25 20:32  Regina Obe <lr at pcorp.us>
-
-	* [r7061] CREDITS, doc/introduction.xml: more update of credits
-
-2011-04-25 18:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r7060] CREDITS: Fix spelling of chodgson
-
-2011-04-23 08:19  Regina Obe <lr at pcorp.us>
-
-	* [r7059] doc/faq.xml: Add faq about how to get back removed legacy
-	  functions
-
-2011-04-23 08:03  Regina Obe <lr at pcorp.us>
-
-	* [r7058] doc/reference_raster.xml: Add missing ST_MapAlgebra proto
-
-2011-04-22 11:36  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7057] raster/test/regress/rt_mapalgebra_expected: MapAlgebra
-	  expected test messages updated.
-
-2011-04-21 18:51  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7056] raster/scripts/plpgsql/st_geomextent2rastercoord.sql:
-	  Function necessary for ST_Histogram with a geometry parameter
-
-2011-04-21 15:03  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7055] raster/scripts/plpgsql/st_histogram.sql: -First version
-	  of ST_Histogram
-
-2011-04-20 09:23  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r7054] postgis/postgis.sql.in.c: Fix bug #918
-
-2011-04-20 08:36  Regina Obe <lr at pcorp.us>
-
-	* [r7053] doc/Makefile.in: take out topology_comments build from
-	  make comments -- seems to be making Hudson mad. Will put back in
-	  later. I think this is flaw in docbook and its trying to download
-	  a buggy docbook version since it succeeds for me when built
-	  separately but not built in chain. Will try to put back later.
-
-2011-04-20 08:34  Regina Obe <lr at pcorp.us>
-
-	* [r7052] LICENSE.TXT: attempt at itemizing our licensing terms and
-	  licenses in use by various files and dependencies
-
-2011-04-20 08:06  Regina Obe <lr at pcorp.us>
-
-	* [r7051] doc/extras_topology.xml: minor indent change
-
-2011-04-20 07:04  Regina Obe <lr at pcorp.us>
-
-	* [r7050] doc/introduction.xml: Hudson is a demanding man. Try to
-	  make him happy again so he builds the docs again.
-
-2011-04-19 16:58  Sandro Santilli <strk at keybit.net>
-
-	* [r7049] doc/extras_topology.xml: Document
-	  topology.polygonize(<toponame>)
-
-2011-04-19 16:58  Sandro Santilli <strk at keybit.net>
-
-	* [r7048] topology/test/Makefile,
-	  topology/test/regress/polygonize.sql,
-	  topology/test/regress/polygonize_expected: Regress test for
-	  topology.polygonize(<toponame>)
-
-2011-04-19 16:58  Sandro Santilli <strk at keybit.net>
-
-	* [r7047] topology/Makefile.in, topology/sql/polygonize.sql,
-	  topology/topology.sql.in.c: Add topology.polygonize(<toponame>)
-	  function, see ticket #916
-
-2011-04-19 16:51  Regina Obe <lr at pcorp.us>
-
-	* [r7046] postgis/legacy.sql.in.c, postgis/legacy_chip.sql.in.c:
-	  #914 separate chip legacy functions from rest of legacy functions
-	  (regular legacy will be converted to legacy.sql, but chip won't
-	  for now)
-
-2011-04-18 14:08  Regina Obe <lr at pcorp.us>
-
-	* [r7045] postgis/legacy.sql.in.c: fix for #913 replace
-	  geometry2box2d with LWGEOM_to_BOX2DFLOAT4 in st_box2d function
-	  definition.
-
-2011-04-17 16:41  Regina Obe <lr at pcorp.us>
-
-	* [r7044] doc/xsl/postgis_gardentest.sql.xsl: variable for buffer
-	  styles
-
-2011-04-15 20:34  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7042] raster/scripts/plpgsql/st_addband.sql: Warn that this
-	  function was implemented in C
-
-2011-04-15 20:30  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7041] raster/rt_core/rt_api.c: -The minimum for float and
-	  double are -FLT_MAX & -DBL_MAX
-	  -Stacked some CASE options
-
-2011-04-15 18:06  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7040] raster/rt_pg/rtpostgis.sql.in.c: -Fix for #651. Replace
-	  "scale" parameter for "pixelsize".
-
-2011-04-15 18:05  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r7039] doc/reference_raster.xml: -Fix for #651. Replace "scale"
-	  parameter for "pixelsize".
-
-2011-04-15 17:56  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7038] raster/scripts/python/raster2pgsql.py: Bug fixed: Loader
-	  tried to insert in <schema>.raster_overviews instead of
-	  public.raster_overviews
-
-2011-04-15 11:21  Regina Obe <lr at pcorp.us>
-
-	* [r7037] extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/includes_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/cull_null.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/levenshtein_ignore_case.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/nullable_levenshtein.sql,
-	  extras/tiger_geocoder/tiger_2010/utility/utmzone.sql:
-
-2011-04-15 11:19  Regina Obe <lr at pcorp.us>
-
-	* [r7036]
-	  extras/tiger_geocoder/tiger_2010/normalize/count_words.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/end_soundex.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/get_last_words.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql:
-	  change to all line feed
-
-2011-04-15 11:15  Regina Obe <lr at pcorp.us>
-
-	* [r7035] extras/tiger_geocoder/tiger_2010/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql: more patch
-	  corrections to support sh
-
-2011-04-15 11:03  Regina Obe <lr at pcorp.us>
-
-	* [r7034]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  cleanup of breaks minor other changes
-
-2011-04-15 11:00  Regina Obe <lr at pcorp.us>
-
-	* [r7033] extras/tiger_geocoder/tiger_2010/create_geocode.sh:
-	  replace with linux breaks, minor changes to paths
-
-2011-04-14 16:29  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7032] raster/rt_pg/rt_pg.c: palloc return value doesn't need to
-	  be checked, because if out of memory, function ends with
-	  elog(ERROR). It never returns NULL.
-
-2011-04-14 13:50  Sandro Santilli <strk at keybit.net>
-
-	* [r7031] configure.ac: Drop the unused BUILD_RASTER configure
-	  variable, fix use of the RASTER variable. Fixes bug #910.
-
-2011-04-14 11:07  Sandro Santilli <strk at keybit.net>
-
-	* [r7030] doc/introduction.xml: Properly credit Stadt Uster,
-	  co-sponsor of buffer styles in 1.5
-
-2011-04-14 11:07  Sandro Santilli <strk at keybit.net>
-
-	* [r7029] postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
-	  regress/tickets_expected: Implement SnapToGrid for CIRCULARSTRING
-	  and COMPOUNDCURVE. Just enough to fix #183.
-
-2011-04-14 10:38  Sandro Santilli <strk at keybit.net>
-
-	* [r7028] loader/cunit/Makefile.in: Do not error out if things are
-	  clean already
-
-2011-04-14 10:36  Sandro Santilli <strk at keybit.net>
-
-	* [r7027] loader/Makefile.in: Properly clean in loader's cunit test
-	  dir
-
-2011-04-13 19:53  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7026] raster/rt_pg/rt_pg.c: Context freed. It's not necessary.
-
-2011-04-13 19:44  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7025] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed bug
-	  from ticket #837. Some other improvements in RASTER_mapAlgebra.
-	  Minor bug fixed in rt_raster_serialized_size.
-
-2011-04-13 11:21  Sandro Santilli <strk at keybit.net>
-
-	* [r7024] regress/tickets.sql, regress/tickets_expected: Add test
-	  for ticket #834
-
-2011-04-13 10:25  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r7023] loader/shp2pgsql-gui.c: Adding a dbf filter for file
-	  selection.
-
-2011-04-13 08:08  Sandro Santilli <strk at keybit.net>
-
-	* [r7022] .gitignore, GNUmakefile.in, author.sh: Have 'svnrebase'
-	  rule use an authors file rather than command. Lets older git do
-	  it (old git on the machine currently mirroring the codebase to
-	  github).
-
-2011-04-13 07:57  Sandro Santilli <strk at keybit.net>
-
-	* [r7021] GNUmakefile.in: Add svnrebase rule, to facilitate use
-	  from git
-
-2011-04-13 07:41  Sandro Santilli <strk at keybit.net>
-
-	* [r7020] author.sh: Add script to be used with git-svn
-	  --authors-prog
-
-2011-04-12 12:34  Regina Obe <lr at pcorp.us>
-
-	* [r7019] regress/loader/PointWithSchema-post.sql: Quiet quiet
-	  Hudson
-
-2011-04-11 17:13  Regina Obe <lr at pcorp.us>
-
-	* [r7018] liblwgeom/cunit/cu_out_x3d.c: credit change
-
-2011-04-11 16:17  Regina Obe <lr at pcorp.us>
-
-	* [r7017] liblwgeom/cunit/cu_out_x3d.c:
-
-2011-04-11 16:14  Regina Obe <lr at pcorp.us>
-
-	* [r7016] liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_out_x3d.c, liblwgeom/cunit/cu_tester.c:
-	  preliminary cunit tests for x3d output functions
-
-2011-04-11 09:54  Sandro Santilli <strk at keybit.net>
-
-	* [r7015] raster/test/regress/Makefile.in, regress/Makefile.in,
-	  topology/test/Makefile: Add support for a RUNTESTFLAGS variable
-	  so you can do something like: 'make check RUNTESTFLAGS=-v' and
-	  get the problems printed w/out having to look at logs.
-
-2011-04-11 09:53  Sandro Santilli <strk at keybit.net>
-
-	* [r7014] postgis/postgis.sql.in.c, regress/regress_management.sql,
-	  regress/regress_management_expected: Do not raise an exception
-	  from DropGeometryTable if a non-existing table is given. Patch by
-	  Andrea Peri. Regress test mine. Closes ticket #861.
-
-2011-04-09 14:27  Regina Obe <lr at pcorp.us>
-
-	* [r7013] doc/reference_processing.xml: minor cleanup replace tabs
-	  with spaces in ST_LineToCurve example
-
-2011-04-09 06:32  Regina Obe <lr at pcorp.us>
-
-	* [r7012] doc/reference_measure.xml: fix url in ST_Azimuth.
-
-2011-04-08 17:02  Regina Obe <lr at pcorp.us>
-
-	* [r7011] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_azimuth01.wkt,
-	  doc/html/image_src/st_azimuth02.wkt,
-	  doc/html/image_src/st_azimuthmath.sql, doc/reference_measure.xml:
-	  Azimuth example with angles of azimuth and my drawing cheatsheet
-	  (st_azimuthmath.sql) in case have to do this again.
-
-2011-04-08 14:04  Regina Obe <lr at pcorp.us>
-
-	* [r7010] doc/extras_topology.xml: Document TopologySummary
-
-2011-04-08 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r7009] NEWS: tabs to spaces
-
-2011-04-07 18:02  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r7008] raster/rt_pg/rt_pg.c: Some memory freed. Related ticket
-	  #851.
-
-2011-04-06 14:30  Sandro Santilli <strk at keybit.net>
-
-	* [r7007] postgis/gserialized_gist_nd.c: Fix typo in
-	  gserialized_overlaps (contains->overlaps). Fixes ticket #869.
-
-2011-04-05 22:26  Regina Obe <lr at pcorp.us>
-
-	* [r7006] postgis/postgis.sql.in.c, regress/Makefile.in,
-	  regress/concave_hull.sql, regress/concave_hull_expected: Get rid
-	  of some tests in _ST_ConcaveHull and only attempt to make a
-	  polygon if the line is simple. ST_Covers is causing me quite a
-	  bit of greif as a testing tool. don't recall so many topo node
-	  this and that in GEOS 3.2 ST_Covers. Also add in some regress
-	  tests for ST_ConcaveHull -- more to come.
-
-2011-04-04 16:25  Regina Obe <lr at pcorp.us>
-
-	* [r7005] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
-	  extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql: Fix
-	  typo in tiger manual and fix for #887 -- it was really the issue
-	  of using , instead of space to separate state and zip that was
-	  the main culprit
-
-2011-04-04 15:19  Regina Obe <lr at pcorp.us>
-
-	* [r7004] doc/using_postgis_dataman.xml: add pgsql2shp -m switch to
-	  dumper help
-
-2011-04-04 13:10  Regina Obe <lr at pcorp.us>
-
-	* [r7003] postgis/legacy.sql.in.c: minor issue preventing legacy
-	  load: locate_along_measure should use ST_ wrapper
-
-2011-04-04 12:11  Sandro Santilli <strk at keybit.net>
-
-	* [r7002] topology/sql/populate.sql: topology.AddFace: prepare ring
-	  geometry and check intersection with an interior edge point.
-	  Speeds up registration of faces, particularly when composed by
-	  many edges. See ticket #880. [RT-SIGTA]
-
-2011-04-04 07:05  Sandro Santilli <strk at keybit.net>
-
-	* [r7001] doc/man/pgsql2shp.1: Add -m reference in pgsql2shp
-	  manpage, by Loic Dachary. See ticket #885.
-
-2011-04-04 03:10  Regina Obe <lr at pcorp.us>
-
-	* [r7000] NEWS, doc/introduction.xml, doc/release_notes.xml: Add
-	  pgsql2shp allow predefined list to news and release. Add Loic
-	  Dachary to credits.
-
-2011-04-04 02:35  Regina Obe <lr at pcorp.us>
-
-	* [r6999] doc/reference_raster.xml: forgot one ST_AddBand proto
-
-2011-04-04 02:20  Regina Obe <lr at pcorp.us>
-
-	* [r6998] doc/reference_raster.xml: Add missing ST_Band protos and
-	  remove non-existent one
-
-2011-04-04 01:25  Regina Obe <lr at pcorp.us>
-
-	* [r6997] postgis/Makefile.in: #898, #551: generate
-	  postgis_upgrade_20_minor.sql, legacy.sql and stop generating
-	  obsolete 15_minor, 14, 13_14
-
-2011-04-03 19:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6996] loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
-	  loader/cunit/cu_pgsql2shp.h, loader/cunit/cu_tester.c,
-	  loader/cunit/cu_tester.h, loader/cunit/map.txt,
-	  loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
-	  loader/pgsql2shp-core.h: Ticket #855 by Loic Dachary: pgsql2shp
-	  fields conversion from predefined list
-
-2011-04-02 12:27  Sandro Santilli <strk at keybit.net>
-
-	* [r6995] topology/test/Makefile,
-	  topology/test/regress/addface2.5d.sql,
-	  topology/test/regress/addface2.5d_expected,
-	  topology/topology.sql.in.c: Use a 2d geometry for face mbr, even
-	  for 2.5d topologies. After all mbr is a rectangle (not cube) by
-	  definition (Minimum Bounding Rectangle) so we don't want to mess
-	  with poliedron or whatnot [see #103 for more infos about the can
-	  of worms..]
-
-2011-04-01 05:18  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6994] GNUmakefile.in, configure.ac, raster/Makefile.in,
-	  raster/rt_pg/Makefile.in, raster/test/Makefile.in,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in,
-	  regress/run_test: Raster testing added to core testing. Related
-	  ticket #762.
-
-2011-03-31 10:26  Sandro Santilli <strk at keybit.net>
-
-	* [r6993] topology/sql/manage/TopologySummary.sql:
-	  topology.TopologSummary: survive presence of stale records in
-	  topology.topology and missing tables from topology schemas.
-
-2011-03-31 10:26  Sandro Santilli <strk at keybit.net>
-
-	* [r6992] topology/sql/manage/TopologySummary.sql:
-	  topology.TopologySummary: report 'has Z' flag on topologies
-
-2011-03-31 09:35  Sandro Santilli <strk at keybit.net>
-
-	* [r6991] topology/test/Makefile,
-	  topology/test/regress/createtopology.sql,
-	  topology/test/regress/createtopology_expected,
-	  topology/test/regress/topo2.5d.sql,
-	  topology/test/regress/topo2.5d_expected,
-	  topology/topology.sql.in.c: Add support for creating topologies
-	  allowing 3d vertices on edges and nodes. Includes regress testing
-	  [RT-SIGTA]
-
-2011-03-29 14:58  Regina Obe <lr at pcorp.us>
-
-	* [r6990] regress/loader/Latin1.select.expected: try to save as
-	  utf-8
-
-2011-03-29 14:10  Regina Obe <lr at pcorp.us>
-
-	* [r6989] regress/loader/Latin1.select.expected: that didn't work.
-	  Try resaving as latin1 and then repull down.
-
-2011-03-29 13:57  Regina Obe <lr at pcorp.us>
-
-	* [r6988] regress/loader/Latin1.select.expected: mark this as an
-	  executable then maybe just mamber it won't try to inherit the
-	  encoding of my OS
-
-2011-03-29 13:57  Sandro Santilli <strk at keybit.net>
-
-	* [r6987] topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected: Add another test for
-	  topology.AddFace in presence of an open edge whose endpoints both
-	  intersect a polygon ring which does not cover it.
-
-2011-03-29 13:20  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6986] raster/test/regress/create_rt_gist_test_expected:
-	  Modified expected result for create_rt_gist_test regress test. It
-	  works
-	  differently in PostgreSQL 8.4.7 and PostgreSQL 9.0.3. See ticket
-	  #870.
-
-2011-03-29 11:10  Regina Obe <lr at pcorp.us>
-
-	* [r6985] NEWS, doc/release_notes.xml: Add #817 Renaming old 3D
-	  functions to the convention ST_3D to release notes
-
-2011-03-28 23:24  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6984] raster/test/regress/create_rt_gist_test_expected,
-	  raster/test/regress/rt_addband_expected: Modified expected values
-	  for some raster tests
-
-2011-03-28 23:10  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6983] raster/rt_core/rt_api.c: -Minimal value for float is
-	  -FLT_MAX, not FLT_MIN
-
-2011-03-28 22:56  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6982] liblwgeom/lex.yy.c: liblwgeom/lex.yy.c version 6180
-	  reverted
-
-2011-03-28 22:52  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6981] liblwgeom/lex.yy.c, raster/rt_core/rt_api.c: Missed check
-	  added again.
-
-2011-03-28 22:49  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6980] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Some
-	  bugs related with ticket #870 solved. Added more test for
-	  polygonize function.
-
-2011-03-28 22:10  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6979] raster/rt_core/rt_api.c,
-	  raster/test/regress/rt_addband_expected: -Changed message not
-	  proper when just setting pixel value
-
-2011-03-28 20:31  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6978] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_addband_expected: -Transformed many error
-	  into warning (or notice)
-	  -Removed function name in message for warnings
-	  -Added doc about rules when to return notice or error
-	  -Removed commented out notices
-	  -removed warning when passed raster is null. Just return null
-	  -Get band number with PG_GETARG_INT32 instead of PG_GETARG_UINT16
-	  which was converting values < 0 to something > 0
-
-2011-03-28 20:21  Regina Obe <lr at pcorp.us>
-
-	* [r6977] regress/loader/ReprojectPts-w.select.expected,
-	  regress/loader/ReprojectPts.select.expected,
-	  regress/loader/ReprojectPts.select.sql,
-	  regress/loader/ReprojectPtsGeog-w.select.expected,
-	  regress/loader/ReprojectPtsGeog.select.expected,
-	  regress/loader/ReprojectPtsGeog.select.sql: attempt to quiet
-	  floating point erros in reprojection by roudning the coordinates
-	  (worked on mingw and still works after change). I assume -ws are
-	  when using -w switch?
-
-2011-03-28 18:46  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6976] doc/reference_constructor.xml, doc/reference_measure.xml,
-	  doc/reference_misc.xml, postgis/legacy.sql.in.c,
-	  postgis/postgis.sql.in.c: Putting renamed 3D-functions in
-	  legacy.sql.c and some clarifying notes about the renaming
-
-2011-03-28 18:01  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6975] raster/rt_core/rt_api.c: Raster polygonization optimized
-	  using a layer filter to avoid NODATA values. Related ticket #870.
-
-2011-03-27 17:50  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6974] doc/reference_constructor.xml, doc/reference_measure.xml,
-	  doc/reference_misc.xml, doc/reference_type.xml,
-	  doc/rfc/postgis_rfc_03_sheet.txt, postgis/postgis.sql.in.c,
-	  postgis/uninstall_postgis.sql.in.c, regress/ctors.sql,
-	  regress/lwgeom_regress.sql, regress/measures.sql,
-	  utils/new_postgis_restore.pl: Renaming of 3D functions, #817
-
-2011-03-27 02:43  Regina Obe <lr at pcorp.us>
-
-	* [r6973] NEWS, doc/release_notes.xml: more additions / corrections
-	  to release notes
-
-2011-03-26 23:44  Regina Obe <lr at pcorp.us>
-
-	* [r6972] extras/tiger_geocoder/tiger_2010/create_geocode.sh:
-
-2011-03-26 23:42  Regina Obe <lr at pcorp.us>
-
-	* [r6971] extras/tiger_geocoder/tiger_2010/create_geocode.sh,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql: more typo
-	  corrections
-
-2011-03-26 18:04  Regina Obe <lr at pcorp.us>
-
-	* [r6970] doc/extras_tigergeocoder.xml: update docs to reflect
-	  changes in tiger loader
-
-2011-03-26 17:43  Regina Obe <lr at pcorp.us>
-
-	* [r6969] extras/tiger_geocoder/tiger_2010/README,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql: cleanup change
-	  linux to sh. Get rid of some typos in the sh script generator,
-	  move some more variables to the top for easier setting. Fix some
-	  errors in loader_tables preventing some soundex index from being
-	  created. Change reverse_geocoder.sql (from utfy-8 (not sure how
-	  that happened)
-
-2011-03-25 09:11  Regina Obe <lr at pcorp.us>
-
-	* [r6968] doc/xsl/postgis_aggs_mm.xml.xsl: amend to include work on
-	  tiger geocoder
-
-2011-03-24 22:56  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6967] raster/rt_pg/rt_pg.c: -Fixxed a bug getting toindex band
-	  index
-	  -Classified one function declaration
-
-2011-03-24 22:55  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6966] raster/rt_pg/rtpostgis.sql.in.c: -ST_AddBand should add
-	  the new band as the last band if no band index is apecified
-
-2011-03-24 11:39  Regina Obe <lr at pcorp.us>
-
-	* [r6965] doc/xsl/postgis_aggs_mm.xml.xsl: Give special functions
-	  index a static name so it doesn't get pushed down to another
-	  chapter every time we add a new chapter
-
-2011-03-23 22:09  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6964] raster/rt_pg/rt_pg.c: -Return NULL if raster is NULL in
-	  RASTER_addband
-	  -Warn if first raster is NULL in RASTER_copyband and return NULL
-
-2011-03-23 22:01  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6963] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_pixelvalue_expected: -Reordered/classified
-	  function declaration
-	  -Renamed index and nband to bandindex in many functions
-	  -Better handling for NULL in RASTER_setBandNoDataValue following
-	  ticket #883. Return original raster if can't set nodata value
-
-2011-03-23 21:50  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6962] raster/test/regress/rt_io.sql: Removed extra spaces
-
-2011-03-23 20:51  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6961] raster/rt_pg/rt_pg.c,
-	  raster/test/regress/rt_pixelvalue_expected: -Better handling of
-	  NULL for ST_SetValue. Return the original raster when band, X or
-	  Y are NULL instead of an error or NULL. See #883.
-
-2011-03-23 19:52  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6960] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_addband_expected,
-	  raster/test/regress/rt_pixelvalue_expected: -General review of
-	  ST_AddBand following ticket 871
-	  -Moved some warning in the core
-	  -Renamed the parameters to make more explicit which one is "to"
-	  and which one is "from"
-	  -Fixed confusion in parameter order.
-	  -Set many rtpostgis.sql.in.c functions to STRICT
-	  -Removed check for null in RASTER_getPixelValue since st_value is
-	  now strict. More might follow.
-	  -Removed (or moved) some documentation from rt_api.c already
-	  present in rt_api.h
-
-2011-03-23 18:15  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6959] raster/rt_pg/rt_pg.c: Semicolon missed.
-
-2011-03-23 02:57  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6958] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Server
-	  crash reported in ticket #837 partially solved. SPI_finish causes
-	  server to crash. Commented in this commit, but it's not a good
-	  solution, I think.
-	  This guy had the same problem 10 years ago. No responses:
-	  http://www.mail-archive.com/pgsql-general@postgresql.org/msg18558.html
-
-2011-03-22 20:31  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6957] raster/scripts/plpgsql/st_pixelaspolygons.sql:
-	  -ST_PixelAsPolygons also return the x & y coordinates of the
-	  pixel
-
-2011-03-22 14:26  Regina Obe <lr at pcorp.us>
-
-	* [r6956] doc/reference_output.xml: some clarification of specs
-
-2011-03-22 13:54  Regina Obe <lr at pcorp.us>
-
-	* [r6955] doc/introduction.xml: more cleanup
-
-2011-03-22 05:57  Regina Obe <lr at pcorp.us>
-
-	* [r6954] doc/introduction.xml: minor rearrangement wording changes
-	  to Paul's bio
-
-2011-03-22 05:53  Regina Obe <lr at pcorp.us>
-
-	* [r6953] doc/introduction.xml: Amend my bio so people know who to
-	  point fingers at when Tiger Geocoder and X3D don't work right.
-
-2011-03-22 05:44  Regina Obe <lr at pcorp.us>
-
-	* [r6952] doc/extras_topology.xml, topology/sql/sqlmm.sql: Fix #879
-	  (get rid of use of both deprecated line_locate_point and
-	  line_substring... document function
-
-2011-03-21 16:33  Sandro Santilli <strk at keybit.net>
-
-	* [r6951] regress/Makefile.in, regress/polygonize.sql,
-	  regress/polygonize_expected: Add test for ST_Polygonize with
-	  nested collection input (see ticket #878)
-
-2011-03-21 11:04  Sandro Santilli <strk at keybit.net>
-
-	* [r6950] topology/sql/sqlmm.sql, topology/topology.sql.in.c:
-	  Convert to $$ quoting (ticket #714)
-
-2011-03-21 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r6949] topology/sql/sqlmm.sql: Add an ST_RemIsoNode alias to
-	  ST_RemoveIsoNode (ticket #798)
-
-2011-03-21 10:18  Sandro Santilli <strk at keybit.net>
-
-	* [r6948] topology/sql/sqlmm.sql, topology/topology.sql.in.c:
-	  ST_ModEdgesSplit -> ST_ModEdgeSplit (ticket #794)
-
-2011-03-20 16:04  Regina Obe <lr at pcorp.us>
-
-	* [r6947] doc/introduction.xml:
-
-2011-03-20 15:58  Regina Obe <lr at pcorp.us>
-
-	* [r6946] doc/introduction.xml: more credit cleanup and rounding up
-	  of credits
-
-2011-03-20 15:44  Regina Obe <lr at pcorp.us>
-
-	* [r6945] doc/introduction.xml: fix typo
-
-2011-03-20 14:01  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6944] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_addband_expected,
-	  raster/test/regress/rt_mapalgebra_expected: Two ST_AddBands
-	  missing variants added. Related tickets #858, #792.
-
-2011-03-20 08:55  Sandro Santilli <strk at keybit.net>
-
-	* [r6943] topology/sql/populate.sql: Re-drop ST_SharedPath from
-	  topology.AddFace, this time with stronger robustness, so not
-	  prone to error exposed by #874. It was a pity to give up a 10%
-	  speed improvement... Thanks supermoon for keeping me up.
-	  [RT-SIGTA]
-
-2011-03-19 23:35  Sandro Santilli <strk at keybit.net>
-
-	* [r6942] topology/sql/populate.sql,
-	  topology/test/regress/addface.sql: Fix #874 by getting back to
-	  ST_SharedPaths use. Might try to optimize again in the future,
-	  but correctness first! This commit also adds regression testing
-	  for the case [RT-SIGTA]
-
-2011-03-19 02:49  Regina Obe <lr at pcorp.us>
-
-	* [r6941] NEWS, doc/release_notes.xml: more company contribution
-	  amendments
-
-2011-03-19 02:31  Regina Obe <lr at pcorp.us>
-
-	* [r6940] NEWS, doc/release_notes.xml: more updating to better
-	  reflect corporate sponsor contributions
-
-2011-03-19 02:05  Regina Obe <lr at pcorp.us>
-
-	* [r6939] NEWS, doc/introduction.xml, doc/release_notes.xml: More
-	  cleanup of release notes. Add a corporate contributors section to
-	  kill 2 birds (give credit to companies that have funded PostGIS
-	  and also so we have a catalog of companies that can lay claim to
-	  parts of PostGIS as part of our incubation due diligence). Guys
-	  if I'm missing companies in the list which I most surely am,
-	  please add them.
-
-2011-03-18 21:13  Regina Obe <lr at pcorp.us>
-
-	* [r6938] liblwgeom/lwout_x3d.c: Fill in coordIndex for
-	  multipolygons
-
-2011-03-18 20:06  Regina Obe <lr at pcorp.us>
-
-	* [r6937] regress/loader/Latin1.select.expected:
-
-2011-03-18 19:56  Regina Obe <lr at pcorp.us>
-
-	* [r6936] regress/loader/PointWithSchema.select.expected: force to
-	  LF eol type so doesn't barf in MingW
-
-2011-03-18 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6935] loader/shp2pgsql-cli.c, loader/shp2pgsql-gui.c: Jeff
-	  Adams: Changed variables we are storing getopt result in from
-	  char to int, since int is the return type from the getopt
-	  function. (#663)
-
-2011-03-18 19:33  Regina Obe <lr at pcorp.us>
-
-	* [r6934] NEWS, doc/introduction.xml, doc/release_notes.xml: Update
-	  credits and release notes to include Jeff Adams much appreciated
-	  contributions and other minor things
-
-2011-03-18 19:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6933] regress/run_test: Jeff Adams: Removed
-	  not-really-necessary -m1 parameter from grep call because it does
-	  not work on MingW.
-
-2011-03-18 19:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6932] loader/shp2pgsql-core.c, regress/Makefile.in,
-	  regress/loader/Latin1.dbf, regress/loader/Latin1.opts,
-	  regress/loader/Latin1.select.expected,
-	  regress/loader/Latin1.select.sql, regress/loader/README,
-	  regress/run_test: Jeff Adams: Added regression test for LATIN1
-	  encoding, fixed failure to convert to UTF8. (#808)
-
-2011-03-18 19:03  Regina Obe <lr at pcorp.us>
-
-	* [r6931] regress/tickets_expected: need to always output with LF
-	  breaks otherwise fails on windows mingw as windows switches the
-	  breaks to CRLF
-
-2011-03-18 18:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6930] regress/loader/Arc-G.shp.expected,
-	  regress/loader/ArcM-G.shp.expected,
-	  regress/loader/ArcZ-G.shp.expected,
-	  regress/loader/MultiPoint-G.shp.expected,
-	  regress/loader/MultiPointM-G.shp.expected,
-	  regress/loader/MultiPointZ-G.shp.expected,
-	  regress/loader/Point-G.shp.expected,
-	  regress/loader/PointM-G.shp.expected,
-	  regress/loader/PointZ-G.shp.expected,
-	  regress/loader/Polygon-G.shp.expected,
-	  regress/loader/PolygonM-G.shp.expected,
-	  regress/loader/PolygonZ-G.shp.expected, regress/run_test: Jeff
-	  Adams: Added dumping tests for -G versions of loader regress
-	  tests.
-
-2011-03-18 18:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6929] regress/loader/Arc-G.select.expected,
-	  regress/loader/Arc.select.sql,
-	  regress/loader/ArcM-G.select.expected,
-	  regress/loader/ArcM.select.sql,
-	  regress/loader/ArcZ-G.select.expected,
-	  regress/loader/ArcZ.select.sql,
-	  regress/loader/MultiPoint-G.select.expected,
-	  regress/loader/MultiPoint.select.sql,
-	  regress/loader/MultiPointM-G.select.expected,
-	  regress/loader/MultiPointM.select.sql,
-	  regress/loader/MultiPointZ-G.select.expected,
-	  regress/loader/MultiPointZ.select.sql,
-	  regress/loader/Point-G.select.expected,
-	  regress/loader/Point.select.sql,
-	  regress/loader/PointM-G.select.expected,
-	  regress/loader/PointM.select.sql,
-	  regress/loader/PointZ-G.select.expected,
-	  regress/loader/PointZ.select.sql,
-	  regress/loader/Polygon-G.select.expected,
-	  regress/loader/Polygon.select.sql,
-	  regress/loader/PolygonM-G.select.expected,
-	  regress/loader/PolygonM.select.sql,
-	  regress/loader/PolygonZ-G.select.expected,
-	  regress/loader/PolygonZ.select.sql, regress/run_test: Jeff Adams:
-	  Now runs all the normal regression tests with the -G option as
-	  well. (#358)
-
-2011-03-18 17:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6928] regress/Makefile.in,
-	  regress/loader/PointWithSchema-post.sql,
-	  regress/loader/PointWithSchema-pre.sql,
-	  regress/loader/PointWithSchema.dbf,
-	  regress/loader/PointWithSchema.opts,
-	  regress/loader/PointWithSchema.select.expected,
-	  regress/loader/PointWithSchema.select.sql,
-	  regress/loader/PointWithSchema.shp,
-	  regress/loader/PointWithSchema.shx: Jeff Adams: Adding a
-	  regression test for the loader that uses a schema-qualified table
-	  name.
-
-2011-03-18 16:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6927] loader/shp2pgsql-cli.c: Jeff Adams: Per suggestion on
-	  #857, corrected output to indicate table name is optional.
-
-2011-03-18 16:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6926] postgis/gserialized.h: Whoops, back out the gserialized
-	  flag
-
-2011-03-18 16:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6925] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  regress/loader/MultiToSinglePoint-w.select.expected,
-	  regress/loader/NotReallyMultiPoint-w.select.expected,
-	  regress/loader/ReprojectPts-w.select.expected,
-	  regress/loader/ReprojectPtsGeog-w.select.expected: Jeff Adams:
-	  Increasing precision due to tests failing in automatic build.
-
-2011-03-18 16:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6924] postgis/geography.sql.in.c, postgis/gserialized.h,
-	  postgis/gserialized_gist_nd.c, postgis/lwgeom_btree.c,
-	  postgis/postgis.sql.in.c: Add the &&& operator and index binding
-	  for 'gist_geometry_ops_nd'. Operator behavior in mixed-dimension
-	  query situations still to be determined.
-
-2011-03-18 15:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6923] raster/rt_core/rt_api.c: Fix build fail when DEBUG = 1.
-
-2011-03-18 15:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6922] doc/man/shp2pgsql.1, doc/using_postgis_dataman.xml,
-	  loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
-	  regress/Makefile.in, regress/loader/Arc-w.select.expected,
-	  regress/loader/Arc-wkb.expected, regress/loader/Arc-wkb.sql,
-	  regress/loader/Arc-wkt.expected, regress/loader/Arc-wkt.sql,
-	  regress/loader/Arc.select.expected,
-	  regress/loader/Arc.select.sql, regress/loader/Arc.shp.expected,
-	  regress/loader/ArcM-w.select.expected,
-	  regress/loader/ArcM-wkb.expected, regress/loader/ArcM-wkb.sql,
-	  regress/loader/ArcM-wkt.expected, regress/loader/ArcM-wkt.sql,
-	  regress/loader/ArcM.select.expected,
-	  regress/loader/ArcM.select.sql, regress/loader/ArcM.shp.expected,
-	  regress/loader/ArcZ-w.select.expected,
-	  regress/loader/ArcZ-wkb.expected,
-	  regress/loader/ArcZ-wkt.expected,
-	  regress/loader/ArcZ.select.expected,
-	  regress/loader/ArcZ.select.sql, regress/loader/ArcZ.shp.expected,
-	  regress/loader/MultiPoint-w.select.expected,
-	  regress/loader/MultiPoint-wkb.expected,
-	  regress/loader/MultiPoint-wkb.sql,
-	  regress/loader/MultiPoint-wkt.expected,
-	  regress/loader/MultiPoint-wkt.sql,
-	  regress/loader/MultiPoint.select.expected,
-	  regress/loader/MultiPoint.select.sql,
-	  regress/loader/MultiPoint.shp.expected,
-	  regress/loader/MultiPointM-w.select.expected,
-	  regress/loader/MultiPointM-wkb.expected,
-	  regress/loader/MultiPointM-wkb.sql,
-	  regress/loader/MultiPointM-wkt.expected,
-	  regress/loader/MultiPointM-wkt.sql,
-	  regress/loader/MultiPointM.select.expected,
-	  regress/loader/MultiPointM.select.sql,
-	  regress/loader/MultiPointM.shp.expected,
-	  regress/loader/MultiPointZ-w.select.expected,
-	  regress/loader/MultiPointZ-wkb.expected,
-	  regress/loader/MultiPointZ-wkb.sql,
-	  regress/loader/MultiPointZ-wkt.expected,
-	  regress/loader/MultiPointZ-wkt.sql,
-	  regress/loader/MultiPointZ.select.expected,
-	  regress/loader/MultiPointZ.select.sql,
-	  regress/loader/MultiPointZ.shp.expected,
-	  regress/loader/MultiToSinglePoint-w.select.expected,
-	  regress/loader/MultiToSinglePoint.dbf,
-	  regress/loader/MultiToSinglePoint.opts,
-	  regress/loader/MultiToSinglePoint.select.expected,
-	  regress/loader/MultiToSinglePoint.select.sql,
-	  regress/loader/MultiToSinglePoint.shp,
-	  regress/loader/MultiToSinglePoint.shp.expected,
-	  regress/loader/MultiToSinglePoint.shx,
-	  regress/loader/NoTransPoint-w.select.expected,
-	  regress/loader/NoTransPoint-wkb.expected,
-	  regress/loader/NoTransPoint-wkb.sql,
-	  regress/loader/NoTransPoint-wkt.expected,
-	  regress/loader/NoTransPoint-wkt.sql,
-	  regress/loader/NoTransPoint.select.expected,
-	  regress/loader/NoTransPoint.select.sql,
-	  regress/loader/NoTransPoint.shp.expected,
-	  regress/loader/NotReallyMultiPoint-w.select.expected,
-	  regress/loader/NotReallyMultiPoint.dbf,
-	  regress/loader/NotReallyMultiPoint.select.expected,
-	  regress/loader/NotReallyMultiPoint.select.sql,
-	  regress/loader/NotReallyMultiPoint.shp,
-	  regress/loader/NotReallyMultiPoint.shp.expected,
-	  regress/loader/NotReallyMultiPoint.shx,
-	  regress/loader/Point-w.select.expected,
-	  regress/loader/Point-wkb.expected, regress/loader/Point-wkb.sql,
-	  regress/loader/Point-wkt.expected, regress/loader/Point-wkt.sql,
-	  regress/loader/Point.select.expected,
-	  regress/loader/Point.select.sql,
-	  regress/loader/Point.shp.expected,
-	  regress/loader/PointM-w.select.expected,
-	  regress/loader/PointM-wkb.expected,
-	  regress/loader/PointM-wkb.sql,
-	  regress/loader/PointM-wkt.expected,
-	  regress/loader/PointM-wkt.sql,
-	  regress/loader/PointM.select.expected,
-	  regress/loader/PointM.select.sql,
-	  regress/loader/PointM.shp.expected,
-	  regress/loader/PointZ-w.select.expected,
-	  regress/loader/PointZ-wkb.expected,
-	  regress/loader/PointZ-wkb.sql,
-	  regress/loader/PointZ-wkt.expected,
-	  regress/loader/PointZ-wkt.sql,
-	  regress/loader/PointZ.select.expected,
-	  regress/loader/PointZ.select.sql,
-	  regress/loader/PointZ.shp.expected,
-	  regress/loader/Polygon-w.select.expected,
-	  regress/loader/Polygon-wkb.expected,
-	  regress/loader/Polygon-wkb.sql,
-	  regress/loader/Polygon-wkt.expected,
-	  regress/loader/Polygon-wkt.sql,
-	  regress/loader/Polygon.select.expected,
-	  regress/loader/Polygon.select.sql,
-	  regress/loader/Polygon.shp.expected,
-	  regress/loader/PolygonM-w.select.expected,
-	  regress/loader/PolygonM-wkb.expected,
-	  regress/loader/PolygonM-wkb.sql,
-	  regress/loader/PolygonM-wkt.expected,
-	  regress/loader/PolygonM-wkt.sql,
-	  regress/loader/PolygonM.select.expected,
-	  regress/loader/PolygonM.select.sql,
-	  regress/loader/PolygonM.shp.expected,
-	  regress/loader/PolygonZ-w.select.expected,
-	  regress/loader/PolygonZ-wkb.expected,
-	  regress/loader/PolygonZ-wkb.sql,
-	  regress/loader/PolygonZ-wkt.expected,
-	  regress/loader/PolygonZ-wkt.sql,
-	  regress/loader/PolygonZ.select.expected,
-	  regress/loader/PolygonZ.select.sql,
-	  regress/loader/PolygonZ.shp.expected, regress/loader/README,
-	  regress/loader/ReprojectPts-pre.sql,
-	  regress/loader/ReprojectPts-w.select.expected,
-	  regress/loader/ReprojectPts.dbf,
-	  regress/loader/ReprojectPts.opts,
-	  regress/loader/ReprojectPts.select.expected,
-	  regress/loader/ReprojectPts.select.sql,
-	  regress/loader/ReprojectPts.shp, regress/loader/ReprojectPts.shx,
-	  regress/loader/ReprojectPtsGeog-pre.sql,
-	  regress/loader/ReprojectPtsGeog-w.select.expected,
-	  regress/loader/ReprojectPtsGeog.dbf,
-	  regress/loader/ReprojectPtsGeog.opts,
-	  regress/loader/ReprojectPtsGeog.select.expected,
-	  regress/loader/ReprojectPtsGeog.select.sql,
-	  regress/loader/ReprojectPtsGeog.shp,
-	  regress/loader/ReprojectPtsGeog.shx,
-	  regress/loader/TSIPolygon-w.select.expected,
-	  regress/loader/TSIPolygon-wkb.expected,
-	  regress/loader/TSIPolygon-wkb.sql,
-	  regress/loader/TSIPolygon-wkt.expected,
-	  regress/loader/TSIPolygon-wkt.sql,
-	  regress/loader/TSIPolygon.select.expected,
-	  regress/loader/TSIPolygon.select.sql,
-	  regress/loader/TSIPolygon.shp.expected,
-	  regress/loader/TSTIPolygon-w.select.expected,
-	  regress/loader/TSTIPolygon-wkb.expected,
-	  regress/loader/TSTIPolygon-wkb.sql,
-	  regress/loader/TSTIPolygon-wkt.expected,
-	  regress/loader/TSTIPolygon-wkt.sql,
-	  regress/loader/TSTIPolygon.select.expected,
-	  regress/loader/TSTIPolygon.select.sql,
-	  regress/loader/TSTIPolygon.shp.expected,
-	  regress/loader/TSTPolygon-w.select.expected,
-	  regress/loader/TSTPolygon-wkb.expected,
-	  regress/loader/TSTPolygon-wkb.sql,
-	  regress/loader/TSTPolygon-wkt.expected,
-	  regress/loader/TSTPolygon-wkt.sql,
-	  regress/loader/TSTPolygon.select.expected,
-	  regress/loader/TSTPolygon.select.sql,
-	  regress/loader/TSTPolygon.shp.expected, regress/out_geometry.sql,
-	  regress/run_test: Fixes the following shp2pgsql issues:
-	  #229: A new "-r" command line parameter to specify a "from" SRID
-	  for reprojecting (the existing -s is the "to").
-	  #779: -S now works for points, and -w is documented.
-	  #864: MULTIPOINT shapefiles with single-vertex points now
-	  correctly load with all MULTIPOINTs.
-	  #865: no longer crashes when both -g and -G are used.
-
-2011-03-18 14:11  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6921] raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/scripts/plpgsql/_MapAlgebraParts.sql,
-	  raster/scripts/plpgsql/st_reclass.sql,
-	  raster/scripts/python/raster2pgsql.py,
-	  raster/test/regress/bug_test_car5.sql: -Standardized the way we
-	  write "nodata" from "NODATA" to "nodata"
-	  -My editor remove a lot of trailing space and convert tab to 4
-	  spaces. Please set your editor to do the same.
-
-2011-03-18 14:06  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6920] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/test/regress/rt_addband_expected,
-	  raster/test/regress/rt_io_expected,
-	  raster/test/regress/rt_pixelvalue_expected: -Fix for ticket 792:
-	  Clamp double to known values when pixeltype is other than double
-	  in rt_band_set_nodata, rt_band_set_pixel &
-	  rt_raster_generate_new_band
-	  -Added function name to many error messages
-	  -Standardized the way we write "nodata" from "NODATA" to "nodata"
-	  -Moved some documentation to the header file
-	  -My editor remove a lot of trailing space and convert tab to 4
-	  spaces. Please make your editor do the same.
-	  -Removed declarations of many unused variable
-
-2011-03-17 19:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6919] postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_gist.c, postgis/lwgeom_rtree.c,
-	  postgis/lwgeom_spheroid.c: Quiet some debug-level warnings.
-
-2011-03-17 19:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6918] postgis/gserialized_gist_2d.c: Fix mis-named debugging
-	  global
-
-2011-03-17 13:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6917] liblwgeom/liblwgeom.h, postgis/Makefile.in,
-	  postgis/geography.h, postgis/geography.sql.in.c,
-	  postgis/geography_btree.c, postgis/geography_gist.c,
-	  postgis/gserialized_gist.c, postgis/gserialized_gist.h,
-	  postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
-	  postgis/postgis.sql.in.c: Replace variable-length-key 2D index
-	  with fixed-length-key for GSERIALIZED case.
-
-2011-03-17 00:08  Sandro Santilli <strk at keybit.net>
-
-	* [r6916] topology/sql/populate.sql: Avoid using ST_SharedPath in
-	  topology.AddFace as well.
-
-2011-03-16 22:15  Regina Obe <lr at pcorp.us>
-
-	* [r6915] doc/reference_output.xml, liblwgeom/lwout_x3d.c:
-	  Multilinestring working even for closed multilinestrings. Still
-	  need to fix polygon and multipolygons. also added example of
-	  closed multilinestring.
-
-2011-03-16 20:23  Regina Obe <lr at pcorp.us>
-
-	* [r6914] liblwgeom/lwout_x3d.c: sort of take care of
-	  multilinestrings -- doesn't work for multilinestrings with closed
-	  linestrings so that's next up to correct.
-
-2011-03-16 19:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6913] doc/man/shp2pgsql.1: Jeff Adams: Updated man page for -X,
-	  -T, and -e parameters (#110 and #67).
-
-2011-03-16 19:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6912] regress/run_test: Jeff Adams: Only automatically run -D
-	  tests if no custom parameters have been set.
-
-2011-03-16 18:48  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6911] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Deleted
-	  empty rt_raster_map_algebra function from rt_core. MapAlgebra
-	  implemented at PostgreSQL level.
-
-2011-03-16 17:53  Regina Obe <lr at pcorp.us>
-
-	* [r6910] doc/reference_raster.xml: replace & with & to fix
-	  build
-
-2011-03-16 17:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6909] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h, regress/Makefile.in,
-	  regress/loader/NoTransPoint-wkb.expected,
-	  regress/loader/NoTransPoint-wkb.sql,
-	  regress/loader/NoTransPoint-wkt.expected,
-	  regress/loader/NoTransPoint-wkt.sql,
-	  regress/loader/NoTransPoint.dbf,
-	  regress/loader/NoTransPoint.opts,
-	  regress/loader/NoTransPoint.shp, regress/loader/NoTransPoint.shx:
-	  Jeff Adams patch to add command line flag to not use a
-	  transaction. (#110)
-
-2011-03-16 16:47  Regina Obe <lr at pcorp.us>
-
-	* [r6908] doc/reference_raster.xml: #651 revise ST_MakeEmptyRaster
-	  so arg names and types are consistent
-
-2011-03-16 14:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6907] regress/loader/README,
-	  regress/loader/TSIPolygon-wkb.expected,
-	  regress/loader/TSIPolygon-wkb.sql,
-	  regress/loader/TSIPolygon-wkt.expected,
-	  regress/loader/TSIPolygon-wkt.sql, regress/loader/TSIPolygon.dbf,
-	  regress/loader/TSIPolygon.opts, regress/loader/TSIPolygon.shp,
-	  regress/loader/TSIPolygon.shx,
-	  regress/loader/TSTIPolygon-wkb.expected,
-	  regress/loader/TSTIPolygon-wkb.sql,
-	  regress/loader/TSTIPolygon-wkt.expected,
-	  regress/loader/TSTIPolygon-wkt.sql,
-	  regress/loader/TSTIPolygon.dbf, regress/loader/TSTIPolygon.opts,
-	  regress/loader/TSTIPolygon.shp, regress/loader/TSTIPolygon.shx,
-	  regress/loader/TSTPolygon-wkb.expected,
-	  regress/loader/TSTPolygon-wkb.sql,
-	  regress/loader/TSTPolygon-wkt.expected,
-	  regress/loader/TSTPolygon-wkt.sql, regress/loader/TSTPolygon.dbf,
-	  regress/loader/TSTPolygon.opts, regress/loader/TSTPolygon.shp,
-	  regress/loader/TSTPolygon.shx, regress/run_test: Jeff Adams new
-	  testing of loader with cmd line options.
-
-2011-03-16 13:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6906] regress/README, regress/run_test: Jeff Adams patch to
-	  allow pre/post actions in regression tests
-
-2011-03-16 13:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6905] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h: Jeff Adams patch to support tablespaces
-	  (#67)
-
-2011-03-16 05:15  Regina Obe <lr at pcorp.us>
-
-	* [r6904] doc/reference_output.xml: Document ST_ASX3D function --
-	  still a work in progress -- will add more as I flesh out the
-	  rest.
-
-2011-03-16 04:48  Regina Obe <lr at pcorp.us>
-
-	* [r6903] liblwgeom/lwout_x3d.c, postgis/postgis.sql.in.c: Alas a
-	  functioning polyhedralsurface export viewable in freeWRL. Also
-	  add proto that just takes geometry as argument and defaults to
-	  precision 15
-
-2011-03-15 15:11  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6902] doc/reference_raster.xml: Added ST_IsEmpty documentation.
-	  Related ticket #591.
-
-2011-03-15 14:04  Regina Obe <lr at pcorp.us>
-
-	* [r6901] regress/Makefile.in, regress/regress_management.sql,
-	  regress/regress_management_expected: Add regress tests for
-	  populate_geometry_columns,DropGeometryTable
-
-2011-03-15 06:01  Regina Obe <lr at pcorp.us>
-
-	* [r6900] liblwgeom/lwout_x3d.c: Fix copy comment error
-
-2011-03-14 17:00  Regina Obe <lr at pcorp.us>
-
-	* [r6899] liblwgeom/lwout_x3d.c: Lots of fixes. TIN is about
-	  perfect, Point, multipoint about perfect too, LINESTRING close.
-
-2011-03-12 10:42  Regina Obe <lr at pcorp.us>
-
-	* [r6898] NEWS, doc/release_notes.xml: minor corrections
-
-2011-03-11 21:12  Regina Obe <lr at pcorp.us>
-
-	* [r6897] liblwgeom/Makefile.in, liblwgeom/lwout_x3d.c,
-	  postgis/lwgeom_export.c, postgis/postgis.sql.in.c: preliminary
-	  work on x3d export. Still a lot to go. point, multipoint, tin,
-	  linestring almost working. Still need to fiddle with coordindex
-	  and spacing and get rid of junk copied from gml not needed.
-
-2011-03-11 13:27  Regina Obe <lr at pcorp.us>
-
-	* [r6896] doc/extras_topology.xml: minor change
-
-2011-03-11 12:37  Regina Obe <lr at pcorp.us>
-
-	* [r6895] doc/reference_raster.xml: Add Availability: 2.0.0 for
-	  functions I know are new after the raster postgis 2.0.0 merge
-
-2011-03-11 12:26  Regina Obe <lr at pcorp.us>
-
-	* [r6894] doc/extras_topology.xml, doc/release_notes.xml: document
-	  GetFaceByPoint and revise release_notes
-
-2011-03-10 21:18  Regina Obe <lr at pcorp.us>
-
-	* [r6893] doc/faq_raster.xml: Add in Jorge's great windows
-	  instructions
-
-2011-03-10 18:53  Sandro Santilli <strk at keybit.net>
-
-	* [r6892] regress/run_test: Add a --raster flag to run_test
-
-2011-03-10 11:33  Sandro Santilli <strk at keybit.net>
-
-	* [r6891] topology/sql/manage/TopologySummary.sql: TopologySummary:
-	  Take an empty feature_column as a sign of a "detached"
-	  topological layer (one having no deploy on user-tables).
-
-2011-03-09 21:59  Sandro Santilli <strk at keybit.net>
-
-	* [r6889] topology/Makefile.in,
-	  topology/sql/query/getfacebypoint.sql, topology/test/Makefile,
-	  topology/test/regress/getfacebypoint.sql,
-	  topology/test/regress/getfacebypoint_expected,
-	  topology/topology.sql.in.c: Ticket #849 by Andrea Peri:
-	  topology.GetFaceByPoint implementation and test
-
-2011-03-09 19:18  Sandro Santilli <strk at keybit.net>
-
-	* [r6888] doc/extras_topology.xml, topology/Makefile.in,
-	  topology/sql/manage/CopyTopology.sql, topology/test/Makefile,
-	  topology/test/regress/copytopology.sql,
-	  topology/test/regress/copytopology_expected,
-	  topology/topology.sql.in.c: Ticket #856:
-	  topology.CopyTopology(text,text) implementation, test and
-	  documentation
-
-2011-03-09 16:30  Sandro Santilli <strk at keybit.net>
-
-	* [r6887] topology/test/regress/createtopogeom.sql,
-	  topology/test/regress/createtopogeom_expected: Make
-	  createtopogeom test independent from the number of topologies
-	  created before running it
-
-2011-03-09 10:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6886] topology/Makefile.in, topology/sql/manage,
-	  topology/sql/manage/TopologySummary.sql,
-	  topology/topology.sql.in.c: Ticket #855:
-	  topology.TopologySummary(<name>)
-
-2011-03-09 10:14  Sandro Santilli <strk at keybit.net>
-
-	* [r6885] NEWS: Add note for ST_Relate with boundary node rule
-
-2011-03-08 15:26  Sandro Santilli <strk at keybit.net>
-
-	* [r6884] topology/sql/populate.sql: Simplify AddEdge code by using
-	  BoundaryNodeRule 2 (Endpoint) in ST_Relate call, thus saving a
-	  couple of calls to ST_RelateMatch. See tickets #770 and #844.
-
-2011-03-08 10:43  Sandro Santilli <strk at keybit.net>
-
-	* [r6883] doc/reference_measure.xml: Some (poor) documentation for
-	  ST_Relate(g1,g2,boundaryNodeRule)
-
-2011-03-08 10:23  Sandro Santilli <strk at keybit.net>
-
-	* [r6882] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
-	  regress/Makefile.in, regress/relate_bnr.sql,
-	  regress/relate_bnr_expected: Ticket #844: add support for
-	  boundary node rule specification in ST_Relate [RT-SIGTA]
-
-2011-03-08 08:16  Sandro Santilli <strk at keybit.net>
-
-	* [r6881] regress/Makefile.in, regress/relate.sql,
-	  regress/relate_expected, regress/relate_test: Enable a very old
-	  relate test which for some reason was never automatically run
-
-2011-03-07 11:05  Sandro Santilli <strk at keybit.net>
-
-	* [r6880] topology/sql/gml.sql: Avoid using ST_SharedPath
-	  (expensive)
-
-2011-03-05 11:00  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6879] raster/scripts/python/raster2pgsql.py: is_nan function
-	  defined for Python versions under 2.6
-
-2011-03-05 09:12  Regina Obe <lr at pcorp.us>
-
-	* [r6878] doc/reference_accessor.xml: more marks of TIN
-
-2011-03-05 06:17  Regina Obe <lr at pcorp.us>
-
-	* [r6877] doc/reference_accessor.xml: Flag more functions as
-	  supporting TINS, provide some examples
-
-2011-03-05 06:07  Regina Obe <lr at pcorp.us>
-
-	* [r6876] doc/reference_accessor.xml, doc/reference_processing.xml:
-	  more examples of TIN and polyhedral surfaces
-
-2011-03-05 05:51  Regina Obe <lr at pcorp.us>
-
-	* [r6875] doc/reference_processing.xml: Fix ST_DumpPoints 3D
-	  examples so they don't flatten to 2D
-
-2011-03-01 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r6874] .gitignore: More ignores
-
-2011-02-28 18:14  Sandro Santilli <strk at keybit.net>
-
-	* [r6873] topology/sql/gml.sql: Use left_face/right_face when
-	  looking for face ring's edges. I've seen some areal
-	  TopoGeometries dumped in 1:76 of the time [RT-SIGTA]
-
-2011-02-28 10:53  Sandro Santilli <strk at keybit.net>
-
-	* [r6872] topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected: Add test for invalid
-	  AddFace call (polygon not fully defined by known edges)
-
-2011-02-28 10:40  Sandro Santilli <strk at keybit.net>
-
-	* [r6871] topology/test/regress/getedgebypoint_expected,
-	  topology/test/regress/getnodebypoint_expected: Founded -> Found
-	  (in expected results..)
-
-2011-02-26 21:29  Regina Obe <lr at pcorp.us>
-
-	* [r6870] doc/extras_topology.xml,
-	  topology/sql/query/getedgebypoint.sql,
-	  topology/sql/query/getnodebypoint.sql: #848 Fix eror message for
-	  GetNodeByPoint, GetNodeByEdge
-
-2011-02-26 04:22  Regina Obe <lr at pcorp.us>
-
-	* [r6869] doc/extras_topology.xml: cealn up examples and data type
-	  mistake
-
-2011-02-26 03:32  Regina Obe <lr at pcorp.us>
-
-	* [r6868] doc/extras_topology.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  minor changes and attempt to fix matrix table (cutting off now)
-
-2011-02-25 23:01  Regina Obe <lr at pcorp.us>
-
-	* [r6867] doc/extras_topology.xml: doucmentation for #791 , #793 -
-	  GetNodeByPoint, GetEdgeByPoint -- made some changes to Andrea
-	  Peri's wording and change ot examples so they really fall in MA.
-	  Still need to output results.
-
-2011-02-25 09:18  Sandro Santilli <strk at keybit.net>
-
-	* [r6866] topology/sql/query/getedgebypoint.sql,
-	  topology/sql/query/getnodebypoint.sql: Update copyright notice
-
-2011-02-25 08:56  Sandro Santilli <strk at keybit.net>
-
-	* [r6865] topology/Makefile.in,
-	  topology/sql/query/getedgebypoint.sql, topology/test/Makefile,
-	  topology/test/regress/getedgebypoint.sql,
-	  topology/test/regress/getedgebypoint_expected,
-	  topology/topology.sql.in.c: topology.GetEdgeByPoint:
-	  implementation and regress test, by Andrea Peri. Ticket #791.
-	  Note that previous commit (for #793) was GetNodeByPoint. My
-	  mistake, sorry.
-
-2011-02-25 08:45  Sandro Santilli <strk at keybit.net>
-
-	* [r6864] topology/Makefile.in, topology/sql/query,
-	  topology/sql/query/getnodebypoint.sql, topology/test/Makefile,
-	  topology/test/regress/getnodebypoint.sql,
-	  topology/test/regress/getnodebypoint_expected,
-	  topology/topology.sql.in.c: topology.GetEdgeByPoint:
-	  implementation and regress test, by Andrea Peri. Ticket #793
-
-2011-02-24 21:44  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6863] liblwgeom/measures.c, liblwgeom/measures.h,
-	  liblwgeom/measures3d.c, liblwgeom/measures3d.h: Copyright notes
-
-2011-02-24 17:39  Regina Obe <lr at pcorp.us>
-
-	* [r6862] doc/extras_tigergeocoder.xml: fix typo
-
-2011-02-24 17:23  Regina Obe <lr at pcorp.us>
-
-	* [r6861] doc/extras_tigergeocoder.xml: Put in a note about
-	  nominatim OSM geocoder that works with international addresses
-	  and open street map data
-
-2011-02-24 17:16  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6860] raster/scripts/python/raster2pgsql.py: Now is not
-	  possible to load rasters with different scale in the same table.
-	  Related ticket #153
-
-2011-02-24 15:45  Sandro Santilli <strk at keybit.net>
-
-	* [r6859] postgis/lwgeom_functions_analytic.c: Improve precision of
-	  point_in_ring_rtree too (bug #845).
-
-2011-02-24 15:17  Sandro Santilli <strk at keybit.net>
-
-	* [r6857] postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
-	  regress/tickets_expected: Improve precision of point_in_ring.
-	  Fixes and regress-tests bug #845.
-
-2011-02-24 07:54  Regina Obe <lr at pcorp.us>
-
-	* [r6856] CREDITS: note psc members
-
-2011-02-24 07:52  Regina Obe <lr at pcorp.us>
-
-	* [r6855] CREDITS: amend list of core contributors, add in their
-	  svn usernames and core areas of responsibility
-
-2011-02-24 07:35  Regina Obe <lr at pcorp.us>
-
-	* [r6854] CREDITS, authors.svn: Amend author list and credits
-	  (credits is still obsolete -- tempted to just get rid of it since
-	  its redundant with news and hard to maintain)
-
-2011-02-23 08:58  Regina Obe <lr at pcorp.us>
-
-	* [r6853] doc/reference_output.xml: amend enhancements line for
-	  ST_AsGML to note strk's addition of option 4 -- use LineString
-	  instead of curve tag
-
-2011-02-22 14:52  Sandro Santilli <strk at keybit.net>
-
-	* [r6852] doc/reference_output.xml, postgis/lwgeom_export.c,
-	  regress/out_geometry.sql, regress/out_geometry_expected: Ticket
-	  #816: flag to select <LineString> over <Curve> for GML3 line
-	  output [RT-SIGTA]
-
-2011-02-22 14:25  Sandro Santilli <strk at keybit.net>
-
-	* [r6851] liblwgeom/cunit/cu_out_gml.c: Test new LW_GML_SHORTLINE
-	  GML2 option [RT-SIGTA]
-
-2011-02-22 14:25  Sandro Santilli <strk at keybit.net>
-
-	* [r6850] liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c: Add
-	  LW_GML_SHORTLINE flag to prefer <LineString> over <Curve> tag for
-	  lines GML3 output [RT-SIGTA]
-
-2011-02-22 13:01  Sandro Santilli <strk at keybit.net>
-
-	* [r6849] liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwout_gml.c, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c: Use a single bitfield for GML output
-	  options [RT-SIGTA]
-
-2011-02-19 01:05  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r6848] configure.ac: Improved GDAL detection and reporting
-
-2011-02-19 00:42  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r6847] configure.ac: ./configure checks for GDAL Python bindings
-	  with built-in NumPy array support (Ticket #838)
-
-2011-02-18 16:24  Sandro Santilli <strk at keybit.net>
-
-	* [r6846] topology/sql/populate.sql: Performance improvements in
-	  topology.AddFace: consider each ring separately when looking for
-	  composing edges; compute orientation inside the loop body to
-	  avoid sorting and grouping [RT-SIGTA]
-
-2011-02-18 14:58  Sandro Santilli <strk at keybit.net>
-
-	* [r6845] topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected,
-	  topology/test/regress/createtopogeom_expected: Test passing
-	  polygons with holes to topology.AddFace [RT-SIGTA]
-
-2011-02-17 19:19  Regina Obe <lr at pcorp.us>
-
-	* [r6844] doc/reference_constructor.xml, doc/reference_output.xml:
-	  Amend ST_AsGML and ST_GeomFromGML to include the fact they
-	  support TINS
-
-2011-02-17 13:13  Regina Obe <lr at pcorp.us>
-
-	* [r6843] doc/reference_raster.xml:
-
-2011-02-17 13:08  Regina Obe <lr at pcorp.us>
-
-	* [r6842] doc/reference_raster.xml: wrong statement
-
-2011-02-17 13:02  Regina Obe <lr at pcorp.us>
-
-	* [r6841] doc/reference_raster.xml: indent a bit better
-
-2011-02-17 13:01  Regina Obe <lr at pcorp.us>
-
-	* [r6840] doc/reference_raster.xml: Provide a more useful example
-	  of map algebra.
-
-2011-02-17 12:15  Regina Obe <lr at pcorp.us>
-
-	* [r6839] doc/reference_raster.xml: fix typo and add reference to
-	  ST_Value
-
-2011-02-17 12:10  Regina Obe <lr at pcorp.us>
-
-	* [r6838] doc/xsl/postgis_aggs_mm.xml.xsl: fix typo in xsl
-	  hopefully will make raster list right -- though must have syntax
-	  wrong anyway since topology and tiger get listed.
-
-2011-02-17 06:07  Regina Obe <lr at pcorp.us>
-
-	* [r6837] doc/reference_raster.xml: provide an example of map
-	  algebra
-
-2011-02-17 04:31  Regina Obe <lr at pcorp.us>
-
-	* [r6836] doc/doxygen.cfg.in: #836 PostGIS raster in 2.0 is not
-	  being output in Trunk Doxygen
-
-2011-02-17 04:23  Regina Obe <lr at pcorp.us>
-
-	* [r6835] doc/reference_raster.xml: Document ST_MapAlgebra -- need
-	  better description and examples forthcoming
-
-2011-02-16 19:15  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6834] doc/reference_raster.xml: Added documentation for the new
-	  version of ST_AddBand function
-
-2011-02-16 19:12  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6833] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_addband.sql,
-	  raster/test/regress/rt_addband_expected: Added a new variant for
-	  ST_AddBand, taking 2 rasters as input. Needs doc.
-
-2011-02-16 18:19  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6832] doc/reference_raster.xml, raster/rt_core/ma_lexer.l,
-	  raster/rt_core/ma_parser.y, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
-	  raster/test/regress/create_rt_mapalgebra_test.sql,
-	  raster/test/regress/create_rt_mapalgebra_test_expected,
-	  raster/test/regress/rt_mapalgebra.sql,
-	  raster/test/regress/rt_mapalgebra_expected: - One raster core
-	  implementation of MapAlgebra (related ticket #588, needs
-	  documentation).
-	  - RASTER_addBand code moved to core level. The new RASTER_addBand
-	  function calls
-	  the core one (rt_raster_generate_new_band).
-	  - Added regression tests for MapAlgebra.
-	  - Deleted lexer/parser at core level. Not used.
-	  - Fixed small bug in documentation: ST_SetBandNoDataValue returns
-	  a raster, not
-	  an integer.
-
-2011-02-16 17:41  Sandro Santilli <strk at keybit.net>
-
-	* [r6831] NEWS: Add UnaryUnion item
-
-2011-02-16 11:15  Sandro Santilli <strk at keybit.net>
-
-	* [r6830] doc/reference_processing.xml: Document ST_UnaryUnion
-
-2011-02-16 10:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6829] regress/run_test: Stop on first error when creating the
-	  regress db
-
-2011-02-16 10:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6828] doc/reference_accessor.xml, postgis/postgis.sql.in.c,
-	  regress/isvaliddetail.sql, regress/isvaliddetail_expected: Expose
-	  versions of ST_IsValid and ST_IsValidReason accepting "the ESRI
-	  flag" and implemented as wrappers to ST_IsValidDetail. Only
-	  available when building against GEOS-3.3+. Commit includes
-	  documentation and regress-testing. Closes ticket #831 [RT-SIGTA]
-
-2011-02-16 09:12  Sandro Santilli <strk at keybit.net>
-
-	* [r6827] regress/Makefile.in: Only run ST_isValidDetail if GEOS is
-	  >= 3.3 -- Reduce tests for GEOS version grouping togheter tests
-	  depending on the same version [RT-SIGTA]
-
-2011-02-16 08:54  Sandro Santilli <strk at keybit.net>
-
-	* [r6826] regress/Makefile.in, regress/isvaliddetail.sql,
-	  regress/isvaliddetail_expected: Regression test for
-	  ST_isValidDetail (including "ESRI" flag) [RT-SIGTA]
-
-2011-02-16 08:34  Sandro Santilli <strk at keybit.net>
-
-	* [r6825] doc/reference_accessor.xml: Document
-	  ST_isValidDetail(geom, flags) variant [RT-SIGTA]
-
-2011-02-15 17:36  Sandro Santilli <strk at keybit.net>
-
-	* [r6824] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Allow
-	  specifying validity checking flags in ST_isValidDetail [RT-SIGTA]
-
-2011-02-15 13:49  Regina Obe <lr at pcorp.us>
-
-	* [r6823] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  Make work on PostgreSQL 8.4 (was using some syntax only allowed
-	  in 9.0+). Also account for the odd / even side of street rule.
-	  And of course that demonstrated there is a bug somewhere (most
-	  likely in the geocoder), but got to pull up some maps to see
-	  which is right. One of these has the address orientations flipped
-	  (odd /even not right). Of course I have to be right :). Boy do I
-	  hate when you program the reverse of something and it exposes a
-	  bug. Also fix some minor documentation.
-
-2011-02-15 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r6822] topology/topology.sql.in.c: topology: create an index on
-	  edge.left_face and edge.right_face, speeding up construction of
-	  polygonal Geometry from TopoGeometry by a factor of 10 (Closes
-	  #806)
-
-2011-02-15 07:19  Regina Obe <lr at pcorp.us>
-
-	* [r6821] doc/extras_tigergeocoder.xml: document reverse_geocode
-
-2011-02-15 06:36  Regina Obe <lr at pcorp.us>
-
-	* [r6820]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  Change to transform the point if not in nad83 long lat already
-
-2011-02-15 06:15  Regina Obe <lr at pcorp.us>
-
-	* [r6819] extras/tiger_geocoder/tiger_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  reverse_geocode complete (with street range), now to document and
-	  improve speed and test
-
-2011-02-15 00:26  Regina Obe <lr at pcorp.us>
-
-	* [r6818]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  Journeying into street ranges now can tell which side of the
-	  street we are on and spits that out when include_strnum_range is
-	  true. Next (hopefully last) step will be to pinpoint address
-	  number
-
-2011-02-14 18:22  Regina Obe <lr at pcorp.us>
-
-	* [r6817]
-	  extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql:
-	  First draft of reverse geocde currently just gets the street need
-	  to interpolate to get approximate number
-
-2011-02-14 17:26  Sandro Santilli <strk at keybit.net>
-
-	* [r6816] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
-	  regress/Makefile.in, regress/unaryunion.sql,
-	  regress/unaryunion_expected: ST_UnaryUnion and test
-
-2011-02-14 12:10  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6815] raster/scripts/python/raster2pgsql.py: The array for
-	  NODATA values is not generated if NaN is returned as nodata value
-	  for bands. Related ticket #828.
-
-2011-02-14 11:57  Regina Obe <lr at pcorp.us>
-
-	* [r6814] doc/extras_topology.xml: fix another mismatched tag
-
-2011-02-14 03:33  Regina Obe <lr at pcorp.us>
-
-	* [r6813] doc/extras_topology.xml: put in missing / and not about
-	  implementation
-
-2011-02-14 03:10  Regina Obe <lr at pcorp.us>
-
-	* [r6812] doc/extras_topology.xml: recommit
-
-2011-02-14 02:33  Regina Obe <lr at pcorp.us>
-
-	* [r6811] doc/faq_raster.xml: amend mapserver instructions mode='2'
-	  is now required for most rasters to display
-
-2011-02-13 03:51  Regina Obe <lr at pcorp.us>
-
-	* [r6810] doc/extras_topology.xml: ST_AddEdgeNewFaces - On closer
-	  inspection -- a lot of work is done in it, but not enough to make
-	  it functional.
-
-2011-02-13 03:45  Regina Obe <lr at pcorp.us>
-
-	* [r6809] doc/extras_topology.xml: ST_AddEdgeNewFaces - still need
-	  to put in an example
-
-2011-02-12 18:22  Regina Obe <lr at pcorp.us>
-
-	* [r6808] doc/faq_raster.xml, doc/reference_raster.xml: fix typo
-	  and add minor amendments
-
-2011-02-11 22:58  Regina Obe <lr at pcorp.us>
-
-	* [r6807] doc/reference_raster.xml:
-
-2011-02-11 22:45  Regina Obe <lr at pcorp.us>
-
-	* [r6806] doc/reference_raster.xml: add back in example
-
-2011-02-11 22:40  Regina Obe <lr at pcorp.us>
-
-	* [r6805] doc/reference_raster.xml: more pieces
-
-2011-02-11 22:31  Regina Obe <lr at pcorp.us>
-
-	* [r6804] doc/reference_raster.xml: add another piece
-
-2011-02-11 22:18  Regina Obe <lr at pcorp.us>
-
-	* [r6803] doc/reference_raster.xml: Slowly put back new section --
-	  last build worked.
-
-2011-02-11 22:06  Regina Obe <lr at pcorp.us>
-
-	* [r6802] doc/reference_raster.xml: remove new section to see if
-	  that fixes build
-
-2011-02-11 21:15  Regina Obe <lr at pcorp.us>
-
-	* [r6801] doc/reference_raster.xml: Get rid of <p> and replace with
-	  <para>
-
-2011-02-11 21:04  Regina Obe <lr at pcorp.us>
-
-	* [r6800] doc/reference_raster.xml: Hudson is alive again but not
-	  happy. Hopefully this will make him happier.
-
-2011-02-11 08:56  Regina Obe <lr at pcorp.us>
-
-	* [r6799] doc/reference_raster.xml: Add new section on loading
-	  rasters. will eventually copy some content from gdal site and
-	  wiki site and various examples of loading rasters and creating
-	  from scratch.
-
-2011-02-10 11:59  Regina Obe <lr at pcorp.us>
-
-	* [r6798] doc/README, doc/extras_tigergeocoder.xml, doc/faq.xml,
-	  doc/faq_raster.xml, doc/geography.txt, doc/installation.xml,
-	  doc/reference_accessor.xml, doc/reference_lrs.xml,
-	  doc/reference_misc.xml, doc/reference_output.xml,
-	  doc/reference_processing.xml, doc/reference_raster.xml,
-	  doc/release_notes.xml, doc/using_postgis_dataman.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: #824 more corrections from
-	  Kashif Rasul
-
-2011-02-10 06:56  Regina Obe <lr at pcorp.us>
-
-	* [r6797] doc/extras_tigergeocoder.xml: wow geocoder flies on
-	  decent hardware.
-
-2011-02-10 06:10  Regina Obe <lr at pcorp.us>
-
-	* [r6796] doc/reporting.xml: documentaiton is in DocBook XML not
-	  SGML (well not anymore anyway).
-
-2011-02-10 06:01  Regina Obe <lr at pcorp.us>
-
-	* [r6795] NEWS, doc/introduction.xml, doc/release_notes.xml: Add
-	  tiger_geocoder to enhancements, add Kashif Rasul to credits in
-	  appreciation of his many corrections to the documentation, other
-	  minor credits corrections
-
-2011-02-10 05:33  Regina Obe <lr at pcorp.us>
-
-	* [r6794] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sh: Add some
-	  calrification notes to normalize_address function. Get rid of
-	  superfluous line break in linux script.
-
-2011-02-10 04:40  Regina Obe <lr at pcorp.us>
-
-	* [r6793] extras/tiger_geocoder/tiger_2010/README,
-	  extras/tiger_geocoder/tiger_2010/tiger_loader.sql: Revise README
-	  to be clearer. Update the tiger_loader linux script.
-
-2011-02-09 16:36  Sandro Santilli <strk at keybit.net>
-
-	* [r6792] topology/sql/populate.sql: topology.AddFace: report an
-	  "uncovered point" on missing edges [RT-SIGTA]
-
-2011-02-09 16:01  Regina Obe <lr at pcorp.us>
-
-	* [r6791] doc/using_postgis_app.xml: change references of the_geom
-	  and the_geog to geom and geog. "the" is so much wasteful typing
-
-2011-02-09 12:54  Regina Obe <lr at pcorp.us>
-
-	* [r6790] doc/ZMSgeoms.txt, doc/extras_historytable.xml,
-	  doc/extras_topology.xml, doc/installation.xml,
-	  doc/reference_management.xml, doc/reference_measure.xml,
-	  doc/reference_output.xml, doc/reference_processing.xml,
-	  doc/reference_raster.xml, doc/reference_type.xml,
-	  doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl,
-	  doc/xsl/raster_gardentest.sql.xsl,
-	  doc/xsl/topology_gardentest.sql.xsl: #821: doc typos errata from
-	  Kashif Rasul
-
-2011-02-08 17:42  Sandro Santilli <strk at keybit.net>
-
-	* [r6789] postgis/lwgeom_pg.c: Do not call lwmessage_truncate if
-	  not needed (an prior to checking the args passed to it)
-
-2011-02-07 22:05  Regina Obe <lr at pcorp.us>
-
-	* [r6788] doc/extras_historytable.xml: fix typo
-
-2011-02-07 17:51  Regina Obe <lr at pcorp.us>
-
-	* [r6787] doc/Makefile.in, doc/extras.xml,
-	  doc/extras_historytable.xml, doc/postgis.xml: document
-	  history_table feature
-
-2011-02-07 17:03  Sandro Santilli <strk at keybit.net>
-
-	* [r6786] regress/run_test: Also set LANG (see ticket #819)
-	  [RT-SIGTA]
-
-2011-02-07 16:53  Sandro Santilli <strk at keybit.net>
-
-	* [r6785] topology/sql/populate.sql: Tag VOLATILE functions
-	  explicitly [RT-SIGTA]
-
-2011-02-06 00:39  Regina Obe <lr at pcorp.us>
-
-	* [r6784] doc/reference_editor.xml: oops
-
-2011-02-06 00:34  Regina Obe <lr at pcorp.us>
-
-	* [r6782] doc/reference_editor.xml: Fix typo in ST_SetSRID and add
-	  examples
-
-2011-02-05 00:53  Regina Obe <lr at pcorp.us>
-
-	* [r6781] doc/extras_tigergeocoder.xml,
-	  doc/using_postgis_dataman.xml: Id for chapter 4 in wrong place --
-	  move, add missing -S switch in loader detail, fix some typos in
-	  tiger geocoder and add reference to shp2pgsql section in manual
-
-2011-02-04 18:33  Regina Obe <lr at pcorp.us>
-
-	* [r6780] doc/extras_tigergeocoder.xml:
-
-2011-02-04 18:33  Regina Obe <lr at pcorp.us>
-
-	* [r6779] doc/extras_tigergeocoder.xml: fix some spelling and
-	  revise some wording
-
-2011-02-04 17:33  Regina Obe <lr at pcorp.us>
-
-	* [r6778] doc/extras_tigergeocoder.xml: add description of loader
-	  function.
-
-2011-02-04 17:26  Sandro Santilli <strk at keybit.net>
-
-	* [r6777] topology/topology.sql.in.c: Use quote_ident more...
-
-2011-02-04 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6776] topology/test/Makefile,
-	  topology/test/regress/createtopogeom.sql,
-	  topology/test/regress/createtopogeom_expected,
-	  topology/topology.sql.in.c: Fix a bug in topology.CreateTopoGeom
-	  in presence of MixCased topologies [RT-SIGTA]
-
-2011-02-04 16:31  Sandro Santilli <strk at keybit.net>
-
-	* [r6775] topology/sql/populate.sql,
-	  topology/test/regress/addedge.sql,
-	  topology/test/regress/addedge_expected,
-	  topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected,
-	  topology/test/regress/addnode.sql,
-	  topology/test/regress/addnode_expected: Fix a bug in
-	  topology.add{Node,Edge,Face} breaking on MixedCased topology
-	  names [RT-SIGTA]
-
-2011-02-01 13:55  Regina Obe <lr at pcorp.us>
-
-	* [r6774] extras/tiger_geocoder/tiger_2010/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_2010/create_geocode.sh: Best guess at
-	  what the Linux equivalent should look like will have to test
-	  later once get my Linux box setup again
-
-2011-02-01 13:53  Sandro Santilli <strk at keybit.net>
-
-	* [r6773] postgis/lwgeom_estimate.c: ST_Estimated_Extent: make
-	  exception message about lack of stats clearer
-
-2011-02-01 10:24  Sandro Santilli <strk at keybit.net>
-
-	* [r6772] topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: AsGML(TopoGeometry): test
-	  xref to visited face [RT-SIGTA].
-
-2011-02-01 09:55  Sandro Santilli <strk at keybit.net>
-
-	* [r6771] topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: AsGML(TopoGeometry): add test
-	  for faces marking visit of edges [RT-SIGTA]
-
-2011-02-01 09:43  Sandro Santilli <strk at keybit.net>
-
-	* [r6770] topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: AsGML(TopoGeometry) Add test
-	  for ouput of multi puntual features [RT-SIGTA]
-
-2011-01-31 20:26  Sandro Santilli <strk at keybit.net>
-
-	* [r6769] doc/extras_topology.xml: Document the new version of
-	  topology.AsGML() signature (polluting for commandline
-	  friendliness!)
-
-2011-01-31 17:33  Sandro Santilli <strk at keybit.net>
-
-	* [r6768] topology/sql/gml.sql, topology/test/regress/gml_expected:
-	  Use a <gml:Face> tag for each topological face, allowing proper
-	  xrefs. Needs xref testing (requires overlapping topological
-	  features) [RT-SIGTA]
-
-2011-01-31 15:04  Regina Obe <lr at pcorp.us>
-
-	* [r6767] doc/reference_raster.xml, postgis/legacy.sql.in.c,
-	  postgis/postgis.sql.in.c: minor formatting change in doc. #722
-	  remove more deprecated functions: ConvexHull.
-
-2011-01-31 14:39  Regina Obe <lr at pcorp.us>
-
-	* [r6766] doc/reference_raster.xml: fix typo
-
-2011-01-31 14:37  Regina Obe <lr at pcorp.us>
-
-	* [r6765] doc/reference_raster.xml: document ST_HasNoBand, fix note
-	  on ST_Value so appears in right place in what's new index
-
-2011-01-30 18:40  Regina Obe <lr at pcorp.us>
-
-	* [r6764] doc/reference_raster.xml: out in missing protos for
-	  ST_Value and not that hasnodata is a new option for ST_Value in
-	  2.0
-
-2011-01-30 01:29  Regina Obe <lr at pcorp.us>
-
-	* [r6763] extras/tiger_geocoder/tiger_2010,
-	  extras/tiger_geocoder/tiger_geocoder_2010: rename to agree with
-	  documentation and other tiger folder
-
-2011-01-28 21:31  Regina Obe <lr at pcorp.us>
-
-	* [r6762] liblwgeom/cunit/cu_in_wkt.c: remark out Paul's cunit test
-	  that fails on windows so my regress checks don't always halt and
-	  can complete.
-
-2011-01-28 18:04  Sandro Santilli <strk at keybit.net>
-
-	* [r6761] doc/extras_topology.xml: syntetize purpose of
-	  AsGML(TopoGeometry)
-
-2011-01-28 17:15  Sandro Santilli <strk at keybit.net>
-
-	* [r6760] topology/sql/gml.sql: Use named parameters
-
-2011-01-28 17:05  Sandro Santilli <strk at keybit.net>
-
-	* [r6759] doc/extras_topology.xml, topology/sql/gml.sql,
-	  topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: Add a "gmlversion" parameter
-	  to topology.AsGML(TopoGeometry). Test and document. [RT-SIGTA].
-
-2011-01-28 16:01  Regina Obe <lr at pcorp.us>
-
-	* [r6758] doc/extras_tigergeocoder.xml:
-
-2011-01-28 16:00  Regina Obe <lr at pcorp.us>
-
-	* [r6757] doc/extras_tigergeocoder.xml: corrections to data types
-	  in functions -- had them backwards
-
-2011-01-28 15:19  Regina Obe <lr at pcorp.us>
-
-	* [r6756]
-	  extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/geocode/includes_address.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql:
-	  missed some spots
-
-2011-01-28 15:01  Regina Obe <lr at pcorp.us>
-
-	* [r6755] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/README,
-	  extras/tiger_geocoder/tiger_2006andbefore/README,
-	  extras/tiger_geocoder/tiger_geocoder_2010/README,
-	  extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.bat,
-	  extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/geocode/includes_address.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/tiger2008/import_tiger_shps.sh,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/count_words.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/end_soundex.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/get_last_words.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/location_extract.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/location_extract_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/location_extract_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/location_extract_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/pprint_addy.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/normalize/state_extract.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/tables/lookup_tables_2010.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/utility/cull_null.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/utility/levenshtein_ignore_case.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/utility/nullable_levenshtein.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/utility/utmzone.sql:
-	  some other minor doc corrections. Stamp files with svn author,
-	  revision etc keywords
-
-2011-01-28 14:37  Regina Obe <lr at pcorp.us>
-
-	* [r6754] doc/extras_tigergeocoder.xml: fix some typos
-
-2011-01-28 13:09  Regina Obe <lr at pcorp.us>
-
-	* [r6753] doc/extras_tigergeocoder.xml: put back missing tag
-
-2011-01-28 13:03  Regina Obe <lr at pcorp.us>
-
-	* [r6752] doc/extras_tigergeocoder.xml: simplify example
-
-2011-01-28 12:27  Regina Obe <lr at pcorp.us>
-
-	* [r6751] doc/extras_tigergeocoder.xml: get rid of some redundancy
-
-2011-01-28 12:25  Regina Obe <lr at pcorp.us>
-
-	* [r6750] doc/extras_tigergeocoder.xml: minor clarifications
-
-2011-01-28 12:11  Regina Obe <lr at pcorp.us>
-
-	* [r6748] doc/faq.xml: After having to answer this yet again I am
-	  finally reduced to adding the age old question: Why does pgAdmin
-	  show that my geometries are blank. Also change the FAQ to a
-	  pretty anchor so its easily referenceable and permanent.
-
-2011-01-28 08:55  Sandro Santilli <strk at keybit.net>
-
-	* [r6747] topology/sql/populate.sql,
-	  topology/test/regress/addface.sql, topology/topology.sql.in.c:
-	  Change face.mbr field from BOX2D to GEOMETRY, and gist-index it,
-	  closes ticket #800 [RT-SIGTA].
-
-2011-01-28 06:14  Regina Obe <lr at pcorp.us>
-
-	* [r6746] doc/extras_tigergeocoder.xml: document normalize_address
-	  and pprint_addy functions of tiger geocoder
-
-2011-01-27 20:40  Sandro Santilli <strk at keybit.net>
-
-	* [r6745] doc/extras_topology.xml: Document new parameter of
-	  AsGML(TopoGeometry) [RT-SIGTA].
-
-2011-01-27 20:35  Sandro Santilli <strk at keybit.net>
-
-	* [r6744] topology/sql/gml.sql, topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: AsGML(TopoGeometry): allow
-	  specifying a prefix for topology element identifiers, and test
-	  it. [RT-SIGTA]
-
-2011-01-27 18:21  Regina Obe <lr at pcorp.us>
-
-	* [r6743] doc/extras_tigergeocoder.xml: correction
-
-2011-01-27 18:17  Regina Obe <lr at pcorp.us>
-
-	* [r6742] doc/extras_tigergeocoder.xml,
-	  extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/geocode/other_helper_functions.sql,
-	  extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql: put
-	  in a batch geocoding example, more performance enhancements and
-	  loading changes.
-
-2011-01-27 15:56  Regina Obe <lr at pcorp.us>
-
-	* [r6741] doc/Makefile.in, doc/extras.xml,
-	  doc/extras_tigergeocoder.xml, doc/postgis.xml: start documenting
-	  tiger geocoder
-
-2011-01-27 09:43  Sandro Santilli <strk at keybit.net>
-
-	* [r6740] topology/sql/gml.sql, topology/test/regress/gml_expected:
-	  AsGML(TopoGeometry): fix xref syntax error (#811) [RT-SIGTA]
-
-2011-01-27 08:48  Sandro Santilli <strk at keybit.net>
-
-	* [r6739] topology/sql/populate.sql,
-	  topology/test/regress/addedge_expected: topology.AddEdge: when an
-	  intersection occurs, also report intersection point [RT-SIGTA]
-
-2011-01-26 16:57  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6738] raster/rt_pg/rt_pg.c: Added header for
-	  RASTER_setBandIsNoData.Related ticket #593.
-
-2011-01-26 16:28  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6737] doc/reference_raster.xml: The documentation for
-	  ST_BandIsNoData was changed by error. This commit fixes
-	  it. Related ticket #593.
-
-2011-01-26 16:08  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6736] doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
-	  raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/scripts/python/raster2pgsql.py,
-	  raster/test/regress/create_rt_band_properties_test.sql,
-	  raster/test/regress/rt_band_properties.sql,
-	  raster/test/regress/rt_band_properties_expected,
-	  raster/test/regress/rt_pixelvalue_expected: Added function
-	  ST_SetBandIsNoData with tests and doc. Deleted isnodata checking
-	  for loader. Related ticket #593.
-
-2011-01-26 15:16  Regina Obe <lr at pcorp.us>
-
-	* [r6735]
-	  extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql: put
-	  in logic to fill zipcode_lookup_base, fix some other errors
-
-2011-01-26 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r6734] NEWS: Try to keep NEWS format consistent (80 cols, same
-	  indenting as previous). Still too much information for my taste,
-	  but it's a step forward.
-
-2011-01-26 13:34  Sandro Santilli <strk at keybit.net>
-
-	* [r6733] doc/extras_topology.xml: Document the new 'visitedTable'
-	  parameter to topology.AsGML [RT-SIGTA].
-
-2011-01-25 21:52  Sandro Santilli <strk at keybit.net>
-
-	* [r6732] topology/sql/gml.sql, topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: Complete visited bookkeeping
-	  for AsGML(TopoGeometry) and automate test for it [RT-SIGTA]
-
-2011-01-25 18:08  Sandro Santilli <strk at keybit.net>
-
-	* [r6731] topology/sql/gml.sql, topology/sql/populate.sql,
-	  topology/sql/sqlmm.sql,
-	  topology/sql/topoelement/topoelement_agg.sql,
-	  topology/topology.sql.in.c: I realized we're in 2011...
-
-2011-01-25 17:16  Regina Obe <lr at pcorp.us>
-
-	* [r6730] doc/installation.xml: update installation instructions to
-	  include raster_comments.sql, topology_comments.sql
-
-2011-01-25 17:04  Sandro Santilli <strk at keybit.net>
-
-	* [r6729] topology/sql/gml.sql: AsGML(TopoGeometry): Add support
-	  for visited table and xlink:xref for Edges [RT-SIGTA]
-
-2011-01-25 16:46  Regina Obe <lr at pcorp.us>
-
-	* [r6728] doc/Makefile.in: Put in missing make
-	  topology_comments.sql and also add to the make comments routine
-
-2011-01-25 15:05  Sandro Santilli <strk at keybit.net>
-
-	* [r6726] topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: Test use of the options
-	  argument to topology.AsGML [RT-SIGTA]
-
-2011-01-25 14:52  Sandro Santilli <strk at keybit.net>
-
-	* [r6725] doc/extras_topology.xml, topology/sql/gml.sql: Allow
-	  specifying GML output precision and options to the
-	  topology.AsGML(TopoGeometry) function [RT-SIGTA].
-
-2011-01-25 09:39  Sandro Santilli <strk at keybit.net>
-
-	* [r6724] doc/extras_topology.xml, topology/sql/populate.sql,
-	  topology/test/regress/addedge.sql,
-	  topology/test/regress/addedge_expected: Make topology.AddEdge
-	  consistent with AddNode and AddFace in that it will return an
-	  existing identical Edge, if found.
-
-2011-01-25 06:38  Regina Obe <lr at pcorp.us>
-
-	* [r6723]
-	  extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/import_tiger_shps.sh,
-	  extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/load_tiger.sh,
-	  extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/newdb.sh,
-	  extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/tiger2008/import_tiger_shps.sh,
-	  extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/tigerimport.sh,
-	  extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/tigerpoly2.py:
-	  cleanup -- other legacy stuff is already in tiger2006
-
-2011-01-25 06:36  Regina Obe <lr at pcorp.us>
-
-	* [r6722] extras/tiger_geocoder/tiger_geocoder_2010:
-
-2011-01-25 06:31  Regina Obe <lr at pcorp.us>
-
-	* [r6721] extras/tiger_geocoder/INSTALL,
-	  extras/tiger_geocoder/README,
-	  extras/tiger_geocoder/create_geocode.sql,
-	  extras/tiger_geocoder/geocode, extras/tiger_geocoder/import,
-	  extras/tiger_geocoder/normalize, extras/tiger_geocoder/orig,
-	  extras/tiger_geocoder/tables,
-	  extras/tiger_geocoder/tiger_2006andbefore,
-	  extras/tiger_geocoder/tiger_2006andbefore/INSTALL,
-	  extras/tiger_geocoder/tiger_2006andbefore/README,
-	  extras/tiger_geocoder/tiger_2006andbefore/create_geocode.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_state.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_zip.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_get_point.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_zip.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/includes_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/import,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/load_tiger.sh,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/newdb.sh,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/tigerimport.sh,
-	  extras/tiger_geocoder/tiger_2006andbefore/import/tigerpoly2.py,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/count_words.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/end_soundex.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/get_last_words.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_countysub_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_place_fuzzy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/pprint_addy.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/normalize/state_extract.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/orig,
-	  extras/tiger_geocoder/tiger_2006andbefore/orig/tiger_geocoder.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/tables,
-	  extras/tiger_geocoder/tiger_2006andbefore/tables/lookup_tables.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/tables/roads_local.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/tables/tiger_geocode_roads.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/cull_null.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/levenshtein_ignore_case.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/nullable_levenshtein.sql,
-	  extras/tiger_geocoder/tiger_2006andbefore/utility/utmzone.sql,
-	  extras/tiger_geocoder/utility: reshuffle in preparation for
-	  merging in tiger 2010 support version
-
-2011-01-25 06:20  Regina Obe <lr at pcorp.us>
-
-	* [r6720] NEWS, doc/release_notes.xml: Add ST_ConcaveHull to news
-	  item
-
-2011-01-24 20:56  Sandro Santilli <strk at keybit.net>
-
-	* [r6719] topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: Test multi-component lineal
-	  topogeometries [RT-SIGTA]
-
-2011-01-24 20:52  Sandro Santilli <strk at keybit.net>
-
-	* [r6718] topology/sql/gml.sql: Output multi-edge lineal
-	  TopoGeometry GML with a meaningful edge ordering [RT-SIGTA]
-
-2011-01-24 15:06  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6716] doc/reference_raster.xml,
-	  raster/doc/RFC1-SerializedFormat,
-	  raster/doc/RFC2-WellKnownBinaryFormat, raster/rt_core/rt_api.c,
-	  raster/scripts/python/raster2pgsql.py: Documentation updated for
-	  ST_BandIsNodata function. Added band nodata checking
-	  in loader script.
-
-2011-01-24 14:38  Sandro Santilli <strk at keybit.net>
-
-	* [r6715] topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: Add test for TopoSurface GML
-	  output with multi-face TopoGeometry objects [RT-SIGTA]
-
-2011-01-24 14:18  Sandro Santilli <strk at keybit.net>
-
-	* [r6714] .gitignore: load_topology* are generated now
-
-2011-01-24 14:14  Sandro Santilli <strk at keybit.net>
-
-	* [r6713] topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: Test the noprefix and
-	  customprefix GML outputs against all geoms taken in consideration
-	  for the default GML ..
-
-2011-01-24 14:03  Sandro Santilli <strk at keybit.net>
-
-	* [r6712] topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: Add test for single-component
-	  areal TopoGeometry GML output [RT-SIGTA]
-
-2011-01-24 14:01  Sandro Santilli <strk at keybit.net>
-
-	* [r6711] topology/sql/gml.sql: AsGML(TopoGeometry): Do not force
-	  right-hand-rule on each polygon ring (isn't needed and doesn't
-	  make sense as it would get the hole rings wrong anyway)
-	  [RT-SIGTA]
-
-2011-01-24 11:43  Sandro Santilli <strk at keybit.net>
-
-	* [r6710] topology/sql/gml.sql: AsGML(TopoGeometry): for
-	  TopoSurface, make the directedEdge sequence be ordered to go
-	  around each ring (ie: make the order meaningful) [RT-SIGTA].
-
-2011-01-24 11:11  Sandro Santilli <strk at keybit.net>
-
-	* [r6709] topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: AsGML(TopoGeometry) add test
-	  for TopoCurve output (only single-element, till ordering of
-	  components is sorted out) [RT-SIGTA].
-
-2011-01-24 09:31  Sandro Santilli <strk at keybit.net>
-
-	* [r6708] topology/test/Makefile, topology/test/regress/gml.sql,
-	  topology/test/regress/gml_expected: Test GML output of puntual
-	  TopoGeometry objects. Lineal and Areal are still undergoing
-	  manual tests and debate about importance of components sequence
-	  ordering [RT-SIGTA].
-
-2011-01-23 20:25  Sandro Santilli <strk at keybit.net>
-
-	* [r6702] topology/sql/gml.sql: topology.AsGML(TopoGeometry): Write
-	  end node of edges. Fixes bug #807 [RT-SIGTA]
-
-2011-01-23 14:48  Regina Obe <lr at pcorp.us>
-
-	* [r6701] doc/extras_topology.xml: Document AsGML and fill in some
-	  missing examples in other functions
-
-2011-01-22 23:02  Sandro Santilli <strk at keybit.net>
-
-	* [r6700] topology/topology.sql.in.c: Port topology.Geometry to $$
-	  syntax [RT-SIGTA]
-
-2011-01-22 22:38  Sandro Santilli <strk at keybit.net>
-
-	* [r6699] topology/sql/sqlmm.sql, topology/topology.sql.in.c:
-	  update email address
-
-2011-01-22 19:26  Sandro Santilli <strk at keybit.net>
-
-	* [r6698] topology/sql/gml.sql: topology.AsGML: Add the missing
-	  gml:directedEdge part within the gml:Face tag, appropriately (?)
-	  computing orientation of each "ring" edge [RT-SIGTA] (#803)
-
-2011-01-22 18:46  Sandro Santilli <strk at keybit.net>
-
-	* [r6697] regress/tickets.sql, regress/tickets_expected: Add test
-	  for ST_AsGML with long srsName. Expects what at first sight
-	  looked like a bug (#804).
-
-2011-01-22 18:08  Sandro Santilli <strk at keybit.net>
-
-	* [r6696] topology/test/cache_geometries.sql,
-	  topology/test/load_features.sql,
-	  topology/test/regress/legacy_predicate_expected,
-	  topology/test/regress/legacy_query_expected: There's no need to
-	  add geometry columns when creating Topological layers, that's
-	  something only useful for caching geometries, so move to
-	  cache_geometries.sql
-
-2011-01-22 18:08  Sandro Santilli <strk at keybit.net>
-
-	* [r6695] topology/test/Makefile, topology/test/load_topology.sql,
-	  topology/test/load_topology.sql.in: Cleanup the topology regress
-	  dir Makefile. Have load_topology.sql generated to allow for
-	  specifying different SRIDs.
-
-2011-01-22 17:26  Sandro Santilli <strk at keybit.net>
-
-	* [r6694] topology/sql/gml.sql: Rename internal functions so to
-	  have an underscore prefix, document them as such. Drop wrappers
-	  for internal functions (they are not meant to be called by users
-	  so don't need to be friendly) [RT-SIGTA]
-
-2011-01-22 17:21  Sandro Santilli <strk at keybit.net>
-
-	* [r6693] topology/sql/gml.sql: topology.AsGML(TopoGeometry): Add
-	  support for specifying a namespace prefix. See ticket #801.
-	  [RT-SIGTA]
-
-2011-01-22 16:10  Sandro Santilli <strk at keybit.net>
-
-	* [r6692] topology/sql/gml.sql: topology.AsGML: Use Long CRS for
-	  pointProperty and curveProperty [RT-SIGTA]
-
-2011-01-22 15:24  Sandro Santilli <strk at keybit.net>
-
-	* [r6691] topology/sql/gml.sql: Use GML3 for Edge curveProperty and
-	  Node pointProperty (see #802) [RT-SIGTA].
-
-2011-01-22 13:55  Sandro Santilli <strk at keybit.net>
-
-	* [r6690] topology/sql/gml.sql: topology.AsGML(TopoGeometry): add a
-	  <gml:Face> tag (See ticket #803) [RT-SIGTA]
-
-2011-01-22 13:27  Sandro Santilli <strk at keybit.net>
-
-	* [r6689] topology/topology.sql.in.c: Don't miss to include the gml
-	  routines in the main topology.sql
-
-2011-01-22 08:37  Sandro Santilli <strk at keybit.net>
-
-	* [r6688] topology/sql/gml.sql: fix spurious ending bracket in
-	  topo-GML output [RT-SIGTA]
-
-2011-01-21 22:10  Sandro Santilli <strk at keybit.net>
-
-	* [r6687] topology/Makefile.in, topology/sql/gml.sql: First version
-	  of topological gml output routines (still miss the visited map)
-	  [RT-SIGTA]
-
-2011-01-21 14:08  Sandro Santilli <strk at keybit.net>
-
-	* [r6684] doc/extras_topology.xml,
-	  topology/test/regress/topoelement.sql,
-	  topology/test/regress/topoelement_expected,
-	  topology/topology.sql.in.c: I've just realized TopoElement is
-	  also used for TopoGeomId/LayerID, thus can't restrict the second
-	  element to a max of 4 or using layers beyond the forth would be
-	  impossible. Fix the domain and test accordingly. Update
-	  documentation to be informative on the matter.
-
-2011-01-21 13:21  Sandro Santilli <strk at keybit.net>
-
-	* [r6683] topology/topology.sql.in.c: Fix TopoGeometry -> Geometry
-	  conversion for hierarchically defined TopoGeometries in presence
-	  of multiple topologies. Take the chance so simplify a query.
-	  WARNING: This fix doesn't have an automated regression test.
-
-2011-01-21 07:15  Regina Obe <lr at pcorp.us>
-
-	* [r6682] doc/extras_topology.xml: document ST_RemoveIsoNode minor
-	  changes to match function signatures toponame -> atopology for
-	  ST_ functions
-
-2011-01-21 07:03  Regina Obe <lr at pcorp.us>
-
-	* [r6681] doc/extras_topology.xml: Move ST_GetFaceGeomety, document
-	  the non-existence of ST_GetFaceEdges (its just a stub)
-
-2011-01-20 23:29  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6680] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/create_rt_band_properties_test.sql,
-	  raster/test/regress/rt_pixelvalue.sql,
-	  raster/test/regress/rt_pixelvalue_expected: -Fix for ticket 606:
-	  ST_Value now return NULL for nodata value and ST_SetValue accept
-	  NULL values (if there is a nodata value in the band).
-	  
-	  ST_Value accept a boolean parameter which, when set to false,
-	  have the function to return nodata values as their true value
-	  instead of null.
-
-2011-01-20 17:07  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6678] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/create_rt_band_properties_test.sql,
-	  raster/test/regress/rt_band_properties.sql,
-	  raster/test/regress/rt_band_properties_expected,
-	  raster/test/regress/rt_pixelvalue_expected: Added isnodata flag
-	  at core level and st_bandisnodata at postgresql level.
-	  Related ticket #593. Fixed bug with debug functions at raster
-	  core level. Still
-	  need to change the loader and the doc.
-
-2011-01-19 21:42  Regina Obe <lr at pcorp.us>
-
-	* [r6675] doc/reference_raster.xml: #795: ST_Intersects raster
-	  documentation is confusing
-
-2011-01-19 21:11  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6674] raster/scripts/python/raster2pgsql.py: -Clarify help
-	  messages.
-
-2011-01-19 20:52  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6673] raster/scripts/python/raster2pgsql.py: -Added a -a option
-	  to append tiles to an existing table.
-	  -Fixed ticket 542. The table WAS dropped but not recreated.
-
-2011-01-19 16:46  Sandro Santilli <strk at keybit.net>
-
-	* [r6672] topology/test/Makefile,
-	  topology/test/regress/topoelement.sql,
-	  topology/test/regress/topoelement_expected,
-	  topology/test/regress/topoelementarray_agg.sql,
-	  topology/test/regress/topoelementarray_agg_expected,
-	  topology/topology.sql.in.c: Make the TopoElement domain stricter
-	  to forbid arrays with more than 2 elements and also checking the
-	  element type being in valid range [RT-SIGTA]
-
-2011-01-18 23:24  Regina Obe <lr at pcorp.us>
-
-	* [r6671] doc/extras_topology.xml: Put in section abstact for each
-
-2011-01-18 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6670] topology/sql/populate.sql,
-	  topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected: Raise an exception if
-	  AddEdge is called on a topology which already defines faces other
-	  than the universe face (see #781)
-
-2011-01-18 14:53  Regina Obe <lr at pcorp.us>
-
-	* [r6669] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/tickets.sql: #722: remove more deprecated functions -
-	  ST_MakeLineGArray, Polygonize_GArray,PointFromWKB (proto),
-	  max_distance
-
-2011-01-18 13:52  Sandro Santilli <strk at keybit.net>
-
-	* [r6668] topology/topology.sql.in.c: ValidateTopology: have
-	  temporary table dropped on commit (#783). Thanks Andrea Peri
-	  [RT-SIGTA]
-
-2011-01-18 12:50  Regina Obe <lr at pcorp.us>
-
-	* [r6667] doc/extras_topology.xml: Link to Vincent Picavet's great
-	  Foss4G 2010 presentation on Topology and Network Analysis.
-
-2011-01-18 12:28  Regina Obe <lr at pcorp.us>
-
-	* [r6666] doc/extras_topology.xml: minor corrections
-
-2011-01-18 06:38  Regina Obe <lr at pcorp.us>
-
-	* [r6665] topology/sql/sqlmm.sql: Fix #786 ST_MoveIsoNode gives
-	  ST_Intersects is not unique. Also change to use newer $$ quoting
-	  syntax.
-
-2011-01-18 06:10  Regina Obe <lr at pcorp.us>
-
-	* [r6664] doc/extras_topology.xml: Fix typo
-
-2011-01-18 06:06  Regina Obe <lr at pcorp.us>
-
-	* [r6663] doc/extras_topology.xml: ST_MoveIsoNode
-
-2011-01-18 05:17  Regina Obe <lr at pcorp.us>
-
-	* [r6662] doc/extras_topology.xml: fix redundancy in description
-
-2011-01-18 04:45  Regina Obe <lr at pcorp.us>
-
-	* [r6661] doc/extras_topology.xml: ST_NewEdgesSplit, add new
-	  processing section, fix some links
-
-2011-01-17 23:07  Regina Obe <lr at pcorp.us>
-
-	* [r6660] doc/extras_topology.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  Add ST_AddIsoEdge (still need to put in examples), put in more
-	  back links. Revise special index section to also consider
-	  topology aggregates
-
-2011-01-17 22:35  Sandro Santilli <strk at keybit.net>
-
-	* [r6659] topology/sql/populate.sql,
-	  topology/test/regress/addnode.sql,
-	  topology/test/regress/addnode_expected: topology.AddNode: fix
-	  detection of edge crossing (#780) [RT-SIGTA]
-
-2011-01-17 21:32  Sandro Santilli <strk at keybit.net>
-
-	* [r6658] topology/topology.sql.in.c: ValidateTopology: Use a
-	  temporary table to create face geometries only once. Huge speed
-	  boost for #772.
-
-2011-01-17 21:03  Sandro Santilli <strk at keybit.net>
-
-	* [r6657] topology/test/regress/legacy_invalid_expected,
-	  topology/topology.sql.in.c: ValidateTopology: Put some water on
-	  fire by avoiding a full cartesian product scan (#772). It's still
-	  too slow, but it is a step forward.
-
-2011-01-17 19:58  Sandro Santilli <strk at keybit.net>
-
-	* [r6656] topology/topology.sql.in.c: ST_DWithin already includes a
-	  bounding box check
-
-2011-01-17 18:15  Regina Obe <lr at pcorp.us>
-
-	* [r6655] NEWS, doc/release_notes.xml: Put in accent in Jorge's
-	  name
-
-2011-01-17 13:18  Regina Obe <lr at pcorp.us>
-
-	* [r6654] NEWS: forgot this in last commit
-
-2011-01-17 13:18  Regina Obe <lr at pcorp.us>
-
-	* [r6653] doc/release_notes.xml: fix typos in Mat's name
-
-2011-01-17 12:16  Regina Obe <lr at pcorp.us>
-
-	* [r6652] doc/extras_topology.xml: document ST_InitTopoGeo, cleanup
-	  some of the sql-mm labelings
-
-2011-01-17 10:39  Regina Obe <lr at pcorp.us>
-
-	* [r6651] doc/extras_topology.xml: Document ST_AddIsoNode - still
-	  need to add examples. Update ValidateTopology to reflect
-	  enhancements and bug fixes in 2.0.
-
-2011-01-17 09:04  Sandro Santilli <strk at keybit.net>
-
-	* [r6650] topology/test/regress/legacy_invalid_expected,
-	  topology/topology.sql.in.c: topology.ValidateTopology: rewrite
-	  the edge crossing detection query. Fixes a false positive (#777)
-	  and unexpectedly a bunch of false negative in the legacy_invalid
-	  testcase (now properly checked visually). [RT-SIGTA].
-
-2011-01-17 08:47  Sandro Santilli <strk at keybit.net>
-
-	* [r6649] topology/sql/populate.sql,
-	  topology/test/regress/addedge.sql,
-	  topology/test/regress/addedge_expected: topology.AddEdge:
-	  correctly handle the case in which a newly added closed edge
-	  touches an existing closed edge with an endpoint over a
-	  non-endpoint [RT-SIGTA].
-
-2011-01-17 08:47  Sandro Santilli <strk at keybit.net>
-
-	* [r6648] topology/sql/populate.sql,
-	  topology/test/regress/addface_expected: topology.AddFace: raise
-	  another WARNING about next_left/right_face element of topology
-	  edges not being set as dictated by the model
-
-2011-01-17 03:26  Regina Obe <lr at pcorp.us>
-
-	* [r6647] NEWS, doc/release_notes.xml: note magnitude of
-	  deprecation
-
-2011-01-16 21:42  Sandro Santilli <strk at keybit.net>
-
-	* [r6646] topology/topology.sql.in.c: ValidateTopology: don't
-	  compute full intersection matrix to detect edge-node
-	  intersection. Use ST_DWithin instead. Use ST_DWithin for
-	  coincident nodes detection as well, so to be more consistent
-	  [RT-SIGTA]
-
-2011-01-16 21:29  Sandro Santilli <strk at keybit.net>
-
-	* [r6645] topology/topology.sql.in.c: ValidateTopology: && operator
-	  is not enough to tell if two points are cohincident (it was at
-	  time of HWGEOM...) [RT-SIGTA]
-
-2011-01-16 20:17  Regina Obe <lr at pcorp.us>
-
-	* [r6644] NEWS, doc/release_notes.xml: release notes minor updates
-	  while still fresh in my mind.
-
-2011-01-16 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6643] .gitignore: ignore more generated files
-
-2011-01-16 12:08  Regina Obe <lr at pcorp.us>
-
-	* [r6642] doc/reference_measure.xml: document ST_3DLongestLine and
-	  add missing polyhedralsurface and 3D support flags for ST_3D
-	  family of functions
-
-2011-01-16 11:22  Regina Obe <lr at pcorp.us>
-
-	* [r6641] topology/sql/sqlmm.sql: #776: replace dump with ST_Dump
-	  in ST_CreateTopogeo
-
-2011-01-16 10:36  Sandro Santilli <strk at keybit.net>
-
-	* [r6640] topology/topology.sql.in.c: Drop unused domain
-	  TopoGeomElementArray. See #775
-
-2011-01-16 10:22  Regina Obe <lr at pcorp.us>
-
-	* [r6639] doc/extras_topology.xml: minor corrections and start
-	  documenting ST_CreateTopoGeo
-
-2011-01-16 09:10  Regina Obe <lr at pcorp.us>
-
-	* [r6638] postgis/sqlmm.sql.in.c: #774: regress fails - Oops forgot
-	  to commit this file on last commit
-
-2011-01-16 08:18  Regina Obe <lr at pcorp.us>
-
-	* [r6637] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722:
-	  remove drecated functions BuildArea, MakePolygon
-
-2011-01-15 23:55  Sandro Santilli <strk at keybit.net>
-
-	* [r6636] doc/Makefile.in: html/postgis.html doesn't really depend
-	  on images, and encoding such dep has the only effect to _always_
-	  rebuild the documentation, which defeats the purpose of 'make'...
-
-2011-01-15 23:37  Sandro Santilli <strk at keybit.net>
-
-	* [r6635] doc/Makefile.in: There's no 'html' rule, so there's no
-	  point in making it PHONY...
-
-2011-01-15 23:37  Sandro Santilli <strk at keybit.net>
-
-	* [r6634] doc/Makefile.in: Don't need to clean image_src in
-	  maintainer-clean as that's already done by clean, which is a
-	  dependency of maintainer-clean
-
-2011-01-15 23:14  Sandro Santilli <strk at keybit.net>
-
-	* [r6633] topology/sql/populate.sql: topology.AddFace: group face
-	  boundary edge finding query results to avoid considering the
-	  _same_ edge multiple times. Can reduce execution time from
-	  _hours_ to _minutes_ [RT-SIGTA]
-
-2011-01-15 19:11  Regina Obe <lr at pcorp.us>
-
-	* [r6632] doc/extras_topology.xml: ST_GetFaceGeometry and minor
-	  formatting
-
-2011-01-15 18:49  Regina Obe <lr at pcorp.us>
-
-	* [r6631] doc/extras_topology.xml: fix some typos
-
-2011-01-15 14:59  Regina Obe <lr at pcorp.us>
-
-	* [r6630] doc/extras_topology.xml: Put back AddNode -- accidentally
-	  replaced with an extra AddEdge.
-
-2011-01-15 14:33  Regina Obe <lr at pcorp.us>
-
-	* [r6629] doc/extras_topology.xml: AddFace, minor additions to
-	  other functions and note about dependencies on GEOS 3.3
-
-2011-01-15 07:14  Regina Obe <lr at pcorp.us>
-
-	* [r6628] doc/extras_topology.xml: document addnode, fix typo
-
-2011-01-15 06:50  Regina Obe <lr at pcorp.us>
-
-	* [r6627] doc/extras_topology.xml: Add examples for AddEdge, fix
-	  typo, add TIGER overview link as an example of a topologically
-	  based database for people not clear of its utility.
-
-2011-01-14 16:40  Sandro Santilli <strk at keybit.net>
-
-	* [r6626] topology/sql/populate.sql,
-	  topology/test/regress/addedge.sql,
-	  topology/test/regress/addedge_expected: topology.AddEdge: handle
-	  case of endpoint intersection between closed edges. Fixes #770.
-	  [RT-SIGTA]
-
-2011-01-14 00:01  Regina Obe <lr at pcorp.us>
-
-	* [r6625] doc/reference_raster.xml: Get rid of
-	  ST_BandHasNoDataValue and ST_SetBandHasNoDataValue. Amend
-	  ST_BandNoDataValue to reflect new way of setting it to NULL if
-	  you want all pixel values considered.
-
-2011-01-13 23:56  Regina Obe <lr at pcorp.us>
-
-	* [r6624] doc/extras_topology.xml: Document AddEdge function will
-	  provide example later
-
-2011-01-13 23:44  Regina Obe <lr at pcorp.us>
-
-	* [r6623] doc/reference_accessor.xml: forgot to update the
-	  description too
-
-2011-01-13 23:40  Regina Obe <lr at pcorp.us>
-
-	* [r6622] doc/reference_accessor.xml: Amend ST_GeometryN to note
-	  singular geometry behavior change
-
-2011-01-13 21:36  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6621] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/regress/rt_band_properties.sql,
-	  raster/test/regress/rt_set_band_properties.sql,
-	  raster/test/regress/rt_spatial_relationship.sql: Functions
-	  ST_BandHasNodataValue and ST_SetBandHasNodataValue deleted.
-	  Related ticket #602.
-
-2011-01-13 20:09  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6620] raster/rt_core/rt_api.c: Minor bug solved in debug
-	  functions.
-
-2011-01-13 15:05  Regina Obe <lr at pcorp.us>
-
-	* [r6619] doc/release_notes.xml: fix typo
-
-2011-01-13 14:55  Regina Obe <lr at pcorp.us>
-
-	* [r6618] NEWS, doc/introduction.xml, doc/release_notes.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Amend release notes to include
-	  new changes in 2.0
-
-2011-01-13 13:36  Regina Obe <lr at pcorp.us>
-
-	* [r6617] doc/extras_topology.xml: mark TopoElementArray_agg as new
-	  in 2.0.0, back reference topoelementarray back to this function.
-
-2011-01-13 13:21  Sandro Santilli <strk at keybit.net>
-
-	* [r6616] NEWS: add ST_RelateMatch item
-
-2011-01-13 09:37  Regina Obe <lr at pcorp.us>
-
-	* [r6615] doc/extras_topology.xml: fix another id typo
-
-2011-01-13 09:34  Regina Obe <lr at pcorp.us>
-
-	* [r6614] doc/extras_topology.xml: fix link id
-
-2011-01-13 08:48  Regina Obe <lr at pcorp.us>
-
-	* [r6613] doc/extras_topology.xml,
-	  doc/xsl/topology_comments.sql.xsl: topolelementarray_agg and
-	  revise xsl to comment agg (hack fo r now will do better later)
-
-2011-01-13 08:27  Regina Obe <lr at pcorp.us>
-
-	* [r6612] doc/extras_topology.xml, doc/reference_measure.xml:
-	  Another minor change to ST_3DShortestLine. Document
-	  topoelementarraay and GetTopoGeomElementArray (which by the ways
-	  seems to me a bit of a misnomer)
-
-2011-01-13 07:13  Regina Obe <lr at pcorp.us>
-
-	* [r6611] doc/reference_measure.xml: Minor formatting changes of
-	  ST_3DShortestLine, get rid of note abotu ST_3DMaxDistance only
-	  working for points and linestrings now that it works for most
-	  everything.
-
-2011-01-12 22:37  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6610] raster/scripts/python/raster2pgsql.py: Fixed bug #655.
-
-2011-01-12 22:03  Regina Obe <lr at pcorp.us>
-
-	* [r6609] postgis/postgis.sql.in.c: #768: get rid of replace ndims
-	  with st_ndims in populate_geometry_columns
-
-2011-01-12 22:02  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r6608] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h: [raster] Cleaned and
-	  updated copyright notice.
-
-2011-01-12 21:58  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6607] doc/reference_measure.xml: Added ST_3DShortestLine in doc
-	  and some small editing. ST_3DLongestLine is still missing.
-	  Regina, please take a look if it looks ok.
-
-2011-01-12 21:17  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6606] raster/test/regress/rt_band_properties_expected:
-	  Regression test expected result is now empty. Related tickets:
-	  #759, #769.
-
-2011-01-12 19:10  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6605] raster/test/regress/rt_addband_expected: -Revert to
-	  original values for two test failing on Mat machine. Those values
-	  are the good ones on Pierre`s Windows and Jorge`s Linux.
-	  Something must have gone wrong on Mat`s one.
-
-2011-01-12 17:24  Regina Obe <lr at pcorp.us>
-
-	* [r6604] doc/reference_measure.xml: update see also links
-
-2011-01-12 17:22  Regina Obe <lr at pcorp.us>
-
-	* [r6603] doc/reference_measure.xml: Get rid of note in
-	  ST_3DDistance that states only works for linestrings and points.
-	  Now works for all. Add an example of polygon/multilinestring and
-	  update 3DClosestPoint example to be the same for contrast compare
-
-2011-01-12 11:07  Regina Obe <lr at pcorp.us>
-
-	* [r6602] doc/reference_measure.xml: get rid of note about 3d
-	  relatonship dist functions only workng for points and
-	  linestrings. They work for polygons and even polyhedralsurfaces
-	  though need to verify answers are right.
-
-2011-01-12 10:23  Regina Obe <lr at pcorp.us>
-
-	* [r6601] doc/reference_raster.xml: update to reflect note about
-	  breaking change in naming of PixelSize to Scale
-
-2011-01-12 08:14  Regina Obe <lr at pcorp.us>
-
-	* [r6600] doc/extras_topology.xml: GetTopologyName, GetTopologyID
-	  accessors
-
-2011-01-12 07:52  Regina Obe <lr at pcorp.us>
-
-	* [r6599] doc/extras_topology.xml,
-	  doc/xsl/topology_comments.sql.xsl: remove availaiblit 2.0 from
-	  existing functions since they were available before (will reserve
-	  that for really new functions). Add domains section and accessors
-	  section. Revise topology_comments to be able to put in
-	  descriptors for domains
-
-2011-01-12 06:32  Regina Obe <lr at pcorp.us>
-
-	* [r6598] doc/extras_topology.xml: ValidateTopology and
-	  validatetopology_returntype
-
-2011-01-12 05:01  Regina Obe <lr at pcorp.us>
-
-	* [r6597] postgis/postgis.sql.in.c: get rid of deprecated calls and
-	  checks to srid() and setsrid() and ndims() in
-	  populate_geometry_columns, UpdateGeometrySRID,
-	  probe_geometry_columns, find_srid
-
-2011-01-11 17:18  Regina Obe <lr at pcorp.us>
-
-	* [r6596] regress/Makefile.in: make relatematch a conditional GEOS
-	  3.3 test
-
-2011-01-11 15:53  Regina Obe <lr at pcorp.us>
-
-	* [r6595] doc/extras_topology.xml, doc/installation.xml,
-	  regress/Makefile.in: Add another type, add missing element,
-	  update make check example in installation. Fix error introduced
-	  in regress that prevented all tests from running.
-
-2011-01-11 15:20  Regina Obe <lr at pcorp.us>
-
-	* [r6594] doc/extras_topology.xml, doc/installation.xml,
-	  doc/xsl/topology_comments.sql.xsl: Give installation a pretty
-	  anchor name so can be referenced easily from elsewhere. Update to
-	  include how to compile with topology and raster support. Add a
-	  type section to topology to define structure of topogeometry etc.
-	  Ammend topology_comments to be able to extra type comments.
-
-2011-01-11 09:12  Regina Obe <lr at pcorp.us>
-
-	* [r6593] topology/sql/sqlmm.sql: #764: Topology error using
-	  ST_AddIsoNode (now that raster has an ST_Intersects it is now
-	  more necessary to not rely on auto casts)
-
-2011-01-11 03:38  Regina Obe <lr at pcorp.us>
-
-	* [r6592] doc/extras_topology.xml: fix duplicate refentry id
-
-2011-01-11 03:22  Regina Obe <lr at pcorp.us>
-
-	* [r6591] doc/extras_topology.xml: #763: documentation had wrong
-	  datatype for tg_type which made the associated comment break
-
-2011-01-10 17:31  Regina Obe <lr at pcorp.us>
-
-	* [r6590] topology/sql/sqlmm.sql: #760: missed some
-
-2011-01-10 17:27  Regina Obe <lr at pcorp.us>
-
-	* [r6589] topology/sql/populate.sql, topology/sql/sqlmm.sql: #760:
-	  replace deprecated function names with new names so all regress
-	  tests pass again. This should completely work now.
-
-2011-01-10 17:13  Regina Obe <lr at pcorp.us>
-
-	* [r6588] topology/topology.sql.in.c: Start replacing deprecated
-	  names with new names - still more to do
-
-2011-01-10 16:36  Regina Obe <lr at pcorp.us>
-
-	* [r6587] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722:
-	  Get rid of more deprecated functions - mem_size, xmax, xmin,ymax,
-	  ymin,zmflag,zmax,zmin
-
-2011-01-10 14:21  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6586] raster/rt_pg/rtpostgis.sql.in.c: Deleted gserialized
-	  check. It's safe to use geometry_gist_sel. Related ticket #758.
-
-2011-01-09 18:38  Regina Obe <lr at pcorp.us>
-
-	* [r6585] doc/reference_raster.xml: Get rid of now unuseful note in
-	  ST_Value. Update short-description to reflect now works with
-	  geometry points
-
-2011-01-09 16:01  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6584] raster/rt_core/rt_api.c: Replaced annoying warning
-	  message for a debug-only message. Related ticket #759.
-
-2011-01-08 10:51  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6583] liblwgeom/measures3d.c: fix typo from r6580, and some
-	  enhanced notes
-
-2011-01-07 15:12  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6582] raster/rt_core/rt_api.c: Bug solved: RASTER_DEBUGf
-	  replaced by RASTER_DEBUGF. Related ticket #757.
-
-2011-01-07 13:38  Regina Obe <lr at pcorp.us>
-
-	* [r6581] regress/Makefile.in: remove wmsservers_old so its failure
-	  doesn't halt further make check
-
-2011-01-07 13:08  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6580] liblwgeom/measures3d.c: Fix for ticket #755
-
-2011-01-07 10:48  Sandro Santilli <strk at keybit.net>
-
-	* [r6579] topology/ER/topology.fig: Enlarge the diagram image, by
-	  Andrea Peri (#750)
-
-2011-01-07 09:55  Sandro Santilli <strk at keybit.net>
-
-	* [r6578] topology/test/Makefile,
-	  topology/test/regress/droptopology.sql,
-	  topology/test/regress/droptopology_expected,
-	  topology/topology.sql.in.c: Fix bug in topology.DropTopology
-	  getting confused in presence of multiple topologies [RT-SIGTA]
-
-2011-01-07 09:54  Sandro Santilli <strk at keybit.net>
-
-	* [r6577] topology/sql/topoelement,
-	  topology/sql/topoelement/topoelement_agg.sql,
-	  topology/test/Makefile,
-	  topology/test/regress/topoelementarray_agg.sql,
-	  topology/test/regress/topoelementarray_agg_expected,
-	  topology/topology.sql.in.c: Add TopoElementArray_agg function, to
-	  help with TopoGeometry construction [RT-SIGTA]
-
-2011-01-05 23:35  Regina Obe <lr at pcorp.us>
-
-	* [r6576] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/sqlmm.sql.in.c: #722 : remove deprecated functions
-	  (part): contains, intersection, line_interpolate_point,
-	  line_locate_point,
-	  line_substring, locate_between_measures
-
-2011-01-05 22:25  Regina Obe <lr at pcorp.us>
-
-	* [r6575] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/regress_buffer_params.sql, regress/snaptogrid.sql,
-	  regress/snaptogrid_expected: #722 remove deprecated functions
-	  (part): boundary, GeomUnion, intersects, IsRing, IsSimple,
-	  length2d_spheroid, locate_along_measure, relate,PointOnSurface,
-	  SnapToGrid, symmetricdifference, touches
-
-2011-01-05 17:41  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6574] raster/scripts/plpgsql/st_mapalgebra.sql,
-	  raster/scripts/plpgsql/st_mapalgebra_optimized.sql: Replaced
-	  references to "pixsize" by "scale". Complete the previous commit.
-	  Related ticket #654
-
-2011-01-05 17:38  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6573] raster/scripts/plpgsql/st_asraster.sql,
-	  raster/scripts/plpgsql/st_clip.sql,
-	  raster/scripts/plpgsql/st_mapalgebra.sql,
-	  raster/scripts/plpgsql/st_mapalgebra_optimized.sql: Updated
-	  plpgsql scripts, replacing "PixelSize" with "Scale". Related
-	  ticket #654
-
-2011-01-05 17:01  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6572] raster/rt_core/rt_api.c: Call to ctx->warn replaced by
-	  RASTER_DEBUGF, to avoid annoying and unexpected messages in calls
-	  to st_bandmetadata.
-
-2011-01-05 14:56  Regina Obe <lr at pcorp.us>
-
-	* [r6571] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/regress_ogc.sql: #722 (part): Down with really really
-	  dumb constructors :)
-	  GeomCollFromText,LineFromText,LineFromWKB,LineStringFromText,LinestringFromWKB,LineMerge,MLineFromText
-	  ,MLineFromWKB,MPointFromText,MPolyFromWKB,MultiLineFromWKB,MultiLineStringFromText,MultiPointFromWKB,
-	  ST_Polygonize_GArray,PolyFromText,PolyFromWKB,PolygonFromWKB,PointFromText,PointFromWKB
-
-2011-01-05 13:47  Regina Obe <lr at pcorp.us>
-
-	* [r6570] postgis/uninstall_postgis.sql.in.c: more cleanup of
-	  operator functions that are now removed
-
-2011-01-05 13:36  Regina Obe <lr at pcorp.us>
-
-	* [r6569] postgis/uninstall_postgis.sql.in.c: remove related
-	  operator, chip no longer installed. I still think we need to get
-	  rid of the DROP CASCADES in this file
-
-2011-01-05 13:34  Regina Obe <lr at pcorp.us>
-
-	* [r6568] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302:
-	  okay I forgot some - remove old functions that are ST_ redundant
-	  copies of operator ones
-	  st_geometry_lt,st_geometry_le,st_geometry_le,st_geometry_gt,st_geometry_ge,st_geometry_eq,st_geometry_cmp,
-	  postgis_gist_sel,postgis_gist_joinsel,st_postgis_gist_sel,st_postgis_gist_joinsel,st_geometry_overleft,
-	  st_geometry_overabove,st_geometry_left,st_geometry_right,st_geometry_above,
-	  st_geometry_below,st_geometry_contain
-	  ,st_geometry_contained,st_geometry_overlap,st_geometry_same
-
-2011-01-05 05:57  Regina Obe <lr at pcorp.us>
-
-	* [r6567] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302
-	  completed I think: Drop ST_ duplicate variants of functions
-	  underneath TYPE and OPERATOR definitions.
-	  remove: st_geometry_analyze
-
-2011-01-04 17:44  Regina Obe <lr at pcorp.us>
-
-	* [r6566] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302
-	  (part done): Drop ST_ duplicate variants of functions underneath
-	  TYPE and OPERATOR definitions.
-	  st_box3d_in, st_box3d_out,st_spheroid_in,
-	  st_spheroid_out,st_geometry_in, st_geometry_out,
-	  st_geometry_recv,st_geometry_send
-
-2011-01-04 17:25  Regina Obe <lr at pcorp.us>
-
-	* [r6565] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722 -
-	  remove more deprecated functions - crosses,
-	  within,multipointfromtext,mpolyfromtext,
-	  multipolygonfromtext
-
-2011-01-04 13:59  Regina Obe <lr at pcorp.us>
-
-	* [r6564] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/ctors.sql: remove deprecated functions:
-	  bdpolyfromtext,bdmpolyfromtext,collect,disjoint,memcollect,memgeomunion,
-	  unite_garray,st_unit_garray .
-	  reshuffle legacy.sql.in.c so aggregates and dependencies are
-	  together
-
-2011-01-04 13:35  Regina Obe <lr at pcorp.us>
-
-	* [r6563] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/regress_ogc.sql: remove more deprecated:
-	  dimension,exteriorring, geometryn,interiorringn,
-	  isempty,isclosed,
-	  m,numinteriorring, numinteriorrings,pointn,x,y,z
-
-2011-01-04 13:07  Regina Obe <lr at pcorp.us>
-
-	* [r6562] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: remove
-	  deprecated functions:
-	  addpoint,ndims,numgeometries,numpoints,removepoint,setpoint
-
-2011-01-04 12:51  Regina Obe <lr at pcorp.us>
-
-	* [r6561] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/sql-mm-circularstring.sql: remove more deprecated
-	  functions
-
-2011-01-03 19:26  Regina Obe <lr at pcorp.us>
-
-	* [r6560] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected: get rid of more deprecated
-	  functions
-
-2011-01-03 18:52  Regina Obe <lr at pcorp.us>
-
-	* [r6559] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/ctors.sql: remove more deprecated functions
-
-2011-01-03 18:24  Regina Obe <lr at pcorp.us>
-
-	* [r6558] regress/wmsservers_new_expected,
-	  regress/wmsservers_old_expected:
-
-2011-01-03 16:35  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6557] raster/ma_lexer.l, raster/ma_lexer_only.l,
-	  raster/ma_parser.y: Deleted old flex/bison analyzer for
-	  MapAlgebra. Newer version on raster/rt_core.
-
-2011-01-03 16:17  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6556] raster/test/regress/Makefile.in,
-	  raster/test/regress/create_rt_empty_raster_test.sql,
-	  raster/test/regress/create_rt_empty_raster_test_expected,
-	  raster/test/regress/rt_hasnoband.sql,
-	  raster/test/regress/rt_hasnoband_expected,
-	  raster/test/regress/rt_isempty.sql,
-	  raster/test/regress/rt_isempty_expected: Added regress test files
-	  for ST_IsEmpty and ST_HasNoBand (they were missed in previous
-	  commit)
-
-2011-01-03 16:07  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6555] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/regress/Makefile.in:
-	  Added code for ST_IsEmpty and ST_HasNoBand functions. And test
-	  code for the
-	  first one. Related tickets #592, #593.
-
-2011-01-03 11:53  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6554] raster/rt_pg/rt_pg.c: Changed information return by
-	  postgis_raster_build_date and
-	  postgis_raster_lib_version, to match the PostGIS build date and
-	  version. Related
-	  ticket #653
-
-2011-01-03 10:55  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6553] doc/reference_raster.xml: Raster doc updated with the new
-	  names of several functions (Box2D, Scale, etc).
-	  Related ticket #654
-
-2011-01-03 10:46  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6552] raster/rt_core/ma_lexer.l, raster/rt_core/ma_parser.y,
-	  raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c, raster/test/core/testwkb.c,
-	  raster/test/regress/Makefile.in,
-	  raster/test/regress/rt_box2d.sql,
-	  raster/test/regress/rt_georeference.sql,
-	  raster/test/regress/rt_pixelsize.sql,
-	  raster/test/regress/rt_pixelsize_expected,
-	  raster/test/regress/rt_scale.sql,
-	  raster/test/regress/rt_scale_expected,
-	  raster/test/regress/rt_set_properties.sql: Renamed accessors and
-	  editors of 'PixelSize' to 'Scale', including tests.
-	  Related ticket #654.
-
-2011-01-02 22:21  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6551] raster/rt_core/ma_lexer.l, raster/rt_core/ma_parser.y:
-	  Some modifications made on basic MapAlgebra lexer/parser. Very
-	  basic version just now.
-
-2011-01-01 15:35  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6550] raster/rt_pg/rtpostgis.sql.in.c: Temporarily include
-	  postgis/gserialized.h file in raster/rt_pg/rtpostgis.sql.in.c to
-	  get access to GSERIALIZED_ON and avoid error with gserialized
-	  enabled
-
-2010-12-31 08:12  Regina Obe <lr at pcorp.us>
-
-	* [r6549] doc/xsl/postgis_gardentest.sql.xsl: add gist index
-	  overlap tests
-
-2010-12-31 01:53  Regina Obe <lr at pcorp.us>
-
-	* [r6548] doc/introduction.xml: update bios
-
-2010-12-30 23:28  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6547] raster/rt_pg/rtpostgis.sql.in.c: Changed some functions
-	  names for operators. Related tickets #742, #730
-
-2010-12-30 23:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6546] liblwgeom/lwline.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwtriangle.c: gserialized enabled ST_Reverse LINESTRING
-	  EMPTY crash (#743)
-
-2010-12-30 21:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6545] postgis/lwgeom_geos.c: Convex hull serialization problem
-	  (#741)
-
-2010-12-30 18:31  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6543] regress/measures.sql, regress/measures_expected: rounding
-	  precision difference in measures regress test #703, #735, #607
-
-2010-12-30 16:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6542] liblwgeom/lwgeom.c: Guard against empty in isclosed
-	  (#740)
-
-2010-12-30 00:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6540] postgis/Makefile.in, postgis/geography.sql.in.c,
-	  postgis/geometry_gist_selectivity.c, postgis/lwgeom_estimate.c,
-	  postgis/postgis.sql.in.c: Add in gserialized-ready selectivity
-	  functions for 2d default index.
-
-2010-12-29 18:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6538] postgis/lwgeom_ogc.c: ST_ExteriorRing POLYGON EMPTY crash
-	  (#708)
-
-2010-12-29 15:49  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6537] liblwgeom/measures3d.h: typo in comment
-
-2010-12-29 15:38  Regina Obe <lr at pcorp.us>
-
-	* [r6536] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: Get
-	  rid of a lot of deprecated functions. People will hate me c'est
-	  la vie.
-
-2010-12-29 15:37  Regina Obe <lr at pcorp.us>
-
-	* [r6535] regress/Makefile.in, regress/sql-mm-multisurface.sql,
-	  regress/sql-mm-multisurface_expected, regress/wmsservers.sql,
-	  regress/wmsservers_expected, regress/wmsservers_new.sql,
-	  regress/wmsservers_new_expected, regress/wmsservers_old.sql,
-	  regress/wmsservers_old_expected: get rid of more deprecated
-	  calls, but keep old deprecated wmsservers and rename to
-	  wmsservers_old. Create a new version wmsservers_new that doesn't
-	  use deprecated calls. the old will fail once I pull the switch on
-	  old deprecated calls, but the new should work.
-
-2010-12-29 15:17  Regina Obe <lr at pcorp.us>
-
-	* [r6534] regress/sql-mm-multicurve.sql,
-	  regress/sql-mm-multicurve_expected: remove deprecated tests
-
-2010-12-29 14:50  Regina Obe <lr at pcorp.us>
-
-	* [r6533] regress/lwgeom_regress_expected, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected: forgot these
-
-2010-12-29 14:48  Regina Obe <lr at pcorp.us>
-
-	* [r6532] regress/loader/MultiPointM-wkt.sql,
-	  regress/loader/PointZ-wkb.sql, regress/loader/Polygon-wkt.sql,
-	  regress/loader/PolygonM-wkb.sql, regress/loader/PolygonM-wkt.sql,
-	  regress/loader/PolygonZ-wkb.sql, regress/loader/PolygonZ-wkt.sql,
-	  regress/lwgeom_regress.sql, regress/regress_proj.sql,
-	  regress/regress_proj_expected, regress/sql-mm-curvepoly.sql,
-	  regress/sql-mm-curvepoly_expected: get rid of more deprecated
-
-2010-12-29 14:14  Regina Obe <lr at pcorp.us>
-
-	* [r6531] regress/affine.sql, regress/affine_expected,
-	  regress/ctors.sql, regress/ctors_expected,
-	  regress/regress_ogc.sql, regress/regress_ogc_expected,
-	  regress/removepoint.sql, regress/removepoint_expected,
-	  regress/setpoint.sql, regress/setpoint_expected,
-	  regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve.sql: Get rid of more deprecated
-	  calls
-
-2010-12-29 14:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6530] regress/measures.sql, regress/measures_expected: Update
-	  test to reflect that polygons are now supported.
-
-2010-12-29 09:58  Regina Obe <lr at pcorp.us>
-
-	* [r6529] doc/extras_topology.xml: start new section
-
-2010-12-28 22:12  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6528] liblwgeom/measures3d.c, liblwgeom/measures3d.h: 3D
-	  distance functions against polygons
-
-2010-12-28 21:58  Regina Obe <lr at pcorp.us>
-
-	* [r6527] doc/reference_raster.xml: fix dangling RT_ST_Box2D
-	  references
-
-2010-12-28 18:24  Regina Obe <lr at pcorp.us>
-
-	* [r6526] regress/loader/Arc-wkb.sql, regress/loader/Arc-wkt.sql,
-	  regress/loader/ArcM-wkb.sql, regress/loader/ArcM-wkt.sql,
-	  regress/loader/MultiPoint-wkb.sql,
-	  regress/loader/MultiPoint-wkt.sql,
-	  regress/loader/MultiPointM-wkb.sql,
-	  regress/loader/MultiPointZ-wkb.sql,
-	  regress/loader/MultiPointZ-wkt.sql, regress/loader/Point-wkb.sql,
-	  regress/loader/Point-wkt.sql, regress/loader/PointM-wkb.sql,
-	  regress/loader/PointM-wkt.sql, regress/loader/PointZ-wkt.sql,
-	  regress/loader/Polygon-wkb.sql: Get rid of deprecated calls
-
-2010-12-28 18:24  Regina Obe <lr at pcorp.us>
-
-	* [r6525] regress/regress_bdpoly.sql,
-	  regress/regress_bdpoly_expected: get rid of deprecated calls
-
-2010-12-28 18:22  Regina Obe <lr at pcorp.us>
-
-	* [r6524] loader/pgsql2shp-core.c, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c: start getting rid of deprecated calls
-
-2010-12-28 18:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6523] liblwgeom/g_box.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix regression failure in standard
-	  serialization mode. (#735)
-
-2010-12-28 17:16  Sandro Santilli <strk at keybit.net>
-
-	* [r6522] topology/topology.sql.in.c: Default topology tolerance is
-	  0, not -1
-
-2010-12-28 15:47  Regina Obe <lr at pcorp.us>
-
-	* [r6521] doc/xsl/postgis_gardentest.sql.xsl: reenable ST_AddPoint
-
-2010-12-28 01:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6520] liblwgeom/lwline.c: Over-determined dimensionality in
-	  building line from lwptarray
-
-2010-12-28 00:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6519] postgis/geography.sql.in.c, postgis/geography_gist.c:
-	  Whoops, senses of many 2d operators were reversed.
-
-2010-12-28 00:42  Regina Obe <lr at pcorp.us>
-
-	* [r6518] doc/extras_topology.xml: miscellaneous fixes and
-	  indentation
-
-2010-12-28 00:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6517] regress/tickets.sql, regress/tickets_expected:
-	  T_Distance_Spheroid is kinda broken (#677)
-
-2010-12-28 00:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6516] liblwgeom/g_box.c, liblwgeom/lwgeodetic.c,
-	  postgis/lwgeom_spheroid.c: ST_Distance_Spheroid is kinda broken
-	  (#677)
-
-2010-12-27 22:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6515] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwline.c, postgis/lwgeom_functions_basic.c,
-	  regress/tickets.sql, regress/tickets_expected: ST_MakeLine
-	  aggregate function crashes with empty geometries (#729)
-
-2010-12-27 11:56  Sandro Santilli <strk at keybit.net>
-
-	* [r6514] topology/Makefile.in: PG_CONFIG seems to be needed for
-	  PGXS
-
-2010-12-27 11:10  Sandro Santilli <strk at keybit.net>
-
-	* [r6513] NEWS: Add ST_SharedPaths and ST_Snap items
-
-2010-12-27 11:05  Sandro Santilli <strk at keybit.net>
-
-	* [r6512] topology/test/regress/sqlmm.sql,
-	  topology/test/regress/sqlmm_expected: Do not consider DEBUG and
-	  NOTICE mesages when running sqlmm regression tests. Should fix
-	  #734.
-
-2010-12-27 03:38  Regina Obe <lr at pcorp.us>
-
-	* [r6511] doc/reference_raster.xml: ST_Box2D -> Box2D
-
-2010-12-27 01:40  Regina Obe <lr at pcorp.us>
-
-	* [r6510] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: get
-	  rid of more functions
-
-2010-12-26 19:27  Regina Obe <lr at pcorp.us>
-
-	* [r6509] doc/xsl/postgis_aggs_mm.xml.xsl: revise to include
-	  mention of topology support
-
-2010-12-26 19:11  Regina Obe <lr at pcorp.us>
-
-	* [r6507] doc/using_postgis_dataman.xml: fix tag typo pointed out
-	  by strk
-
-2010-12-26 18:47  Regina Obe <lr at pcorp.us>
-
-	* [r6506] doc/extras_topology.xml: put AddTopo.. example in
-	  programlisting tag, minior indenting changes
-
-2010-12-26 13:24  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6505] raster/rt_pg/rtpostgis.sql.in.c: ST_Box2D replaced by
-	  Box2D. Related ticket #730.
-
-2010-12-25 19:38  Regina Obe <lr at pcorp.us>
-
-	* [r6504] doc/extras_topology.xml: DropTopogeometryColumn
-
-2010-12-25 19:02  Regina Obe <lr at pcorp.us>
-
-	* [r6503] doc/extras_topology.xml:
-
-2010-12-25 18:58  Regina Obe <lr at pcorp.us>
-
-	* [r6502] doc/extras_topology.xml: Example for
-	  addtopogeometrycolumn
-
-2010-12-24 22:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6501] postgis/geography.sql.in.c, postgis/geography_gist.c:
-	  Change default gserialized gist index to 2d and put all the old
-	  operators back in place.
-
-2010-12-24 18:13  Regina Obe <lr at pcorp.us>
-
-	* [r6500] doc/extras_topology.xml,
-	  doc/xsl/topology_comments.sql.xsl: fix data type mismatches that
-	  got flagged when generating topology comments, put in a set_path
-	  clause for topology comments generation
-
-2010-12-24 18:01  Regina Obe <lr at pcorp.us>
-
-	* [r6499] doc/xsl/topology_comments.sql.xsl,
-	  doc/xsl/topology_gardentest.sql.xsl: Start work on topology
-	  database help and garden tester.
-
-2010-12-24 17:53  Regina Obe <lr at pcorp.us>
-
-	* [r6498] doc/extras_topology.xml: AddTopoGeometryColumn
-
-2010-12-24 10:22  Sandro Santilli <strk at keybit.net>
-
-	* [r6497] topology/README: Update with some integrations provided
-	  by Andrea Peri [RT-SIGTA]
-
-2010-12-24 01:38  Regina Obe <lr at pcorp.us>
-
-	* [r6496] postgis/postgis_drop.sql.in.c: Fix for #732 - chip does
-	  not exist
-
-2010-12-23 22:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6495] regress/tickets.sql, regress/tickets_expected: Add more
-	  tickets tests up to #700
-
-2010-12-23 22:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6494] raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h: Fix
-	  conversion to geometry (#730)
-
-2010-12-23 19:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6493] regress/tickets.sql, regress/tickets_expected: Add some
-	  tickets from the trac into regression
-
-2010-12-23 18:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6492] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h:
-	  Move clone prototypes back into public...
-
-2010-12-23 18:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6491] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
-	  liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_basic.c: ST_AddPoint is broken (#662)
-
-2010-12-23 17:41  Regina Obe <lr at pcorp.us>
-
-	* [r6490] doc/xsl/postgis_gardentest.sql.xsl: ability to exclude
-	  operators from testing
-
-2010-12-23 17:30  Sandro Santilli <strk at keybit.net>
-
-	* [r6489] topology/topology.sql.in.c: Other CREATEFUNCTION and
-	  _VOLATILE* gone (see #714)
-
-2010-12-23 17:21  Regina Obe <lr at pcorp.us>
-
-	* [r6488] doc/xsl/raster_gardentest.sql.xsl: log more sql
-
-2010-12-23 17:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6487] postgis/lwgeom_box2dfloat4.c: ST_MakeBox2D crashes with
-	  LINESTRING (#728)
-
-2010-12-23 14:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6486] topology/sql/sqlmm.sql: Stop relying on preprocessor for
-	  CREATEFUNCTION and _VOLATILE (see #714)
-
-2010-12-23 13:31  Regina Obe <lr at pcorp.us>
-
-	* [r6485] doc/reference_measure.xml: miss end para
-
-2010-12-23 12:49  Sandro Santilli <strk at keybit.net>
-
-	* [r6484] topology/sql/sqlmm.sql, topology/test/Makefile,
-	  topology/test/regress/st_getfacegeometry.sql,
-	  topology/test/regress/st_getfacegeometry_expected: Make
-	  ST_GetFaceGeometry use ST_BuildArea rather than assuming first
-	  polygon coming out of Polygonize will be the correct one. Fixes
-	  ticket #726. Enables automated testing for it.
-
-2010-12-23 12:28  Sandro Santilli <strk at keybit.net>
-
-	* [r6483] topology/test/regress/st_getfacegeometry.sql: Add test
-	  showing bug in st_getfacegeometry
-
-2010-12-23 07:57  Sandro Santilli <strk at keybit.net>
-
-	* [r6482] .gitignore: more git ignores
-
-2010-12-22 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6481] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
-	  postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c: Last regression fixes for
-	  postgis-on-gserialized
-
-2010-12-22 21:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6480] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
-	  liblwgeom/g_serialized.txt, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_rtree.c,
-	  postgis/lwgeom_rtree.h: Change srid from uint32 to int32 and
-	  update gserialized and TYPMOD handlers to deal with signed SRIDs
-
-2010-12-22 20:02  Regina Obe <lr at pcorp.us>
-
-	* [r6479] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/measures.sql: miscellaneous
-
-2010-12-22 19:41  Regina Obe <lr at pcorp.us>
-
-	* [r6478] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/measures.sql: Goodbye length
-
-2010-12-22 19:15  Regina Obe <lr at pcorp.us>
-
-	* [r6477] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/simplify.sql, regress/simplify_expected: Good bye
-	  simplify
-
-2010-12-22 19:04  Regina Obe <lr at pcorp.us>
-
-	* [r6476] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c:
-	  History #515: good bye chip (we can hold on to the dependency
-	  functions thru postgis 2.0 and then maybe completely rid in 2.1)
-
-2010-12-22 18:59  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6475] raster/ma_lexer.l, raster/ma_parser.y: Basic flex/bison
-	  grammar to start working with raster MapAlgebra
-
-2010-12-22 18:45  Sandro Santilli <strk at keybit.net>
-
-	* [r6474] topology/sql/populate.sql,
-	  topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected: Support faces with all
-	  edges on the same side, and test [RT-SIGTA]
-
-2010-12-22 18:42  Regina Obe <lr at pcorp.us>
-
-	* [r6473] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/regress.sql: get rid of addbbox,dropbbox,hasbbox (and
-	  replace occurrences in regress with newer postgis_addbbox etc)
-
-2010-12-22 18:24  Sandro Santilli <strk at keybit.net>
-
-	* [r6472] Makefile: Add rules to avoid the infinite loop took
-	  before ./configure is run
-
-2010-12-22 17:27  Sandro Santilli <strk at keybit.net>
-
-	* [r6471] topology/sql/populate.sql, topology/test/Makefile,
-	  topology/test/regress/addface.sql,
-	  topology/test/regress/addface_expected: Implement
-	  topology.AddFace and add test
-
-2010-12-22 17:08  Regina Obe <lr at pcorp.us>
-
-	* [r6470] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
-	  regress/affine.sql, regress/affine_expected,
-	  regress/measures.sql: move all deprecated Affine functoins to
-	  legach.sql.in.c, remove use in non-deprecated functions and in
-	  regress tests
-
-2010-12-22 06:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6469] postgis/legacy.sql.in.c: Add legacy file for
-	  removed-but-not-forgotten old function aliases
-
-2010-12-22 01:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6468] liblwgeom/liblwgeom.h, liblwgeom/lwpoint.c,
-	  liblwgeom/measures.c, liblwgeom/measures3d.c,
-	  postgis/geography_measurement.c, postgis/lwgeom_box2dfloat4.c,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c:
-	  Continue working GSERIALIZED_ON into the code base. Working on
-	  switching BOX2DFLOAT4 to a GBOX
-
-2010-12-21 23:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6467] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcollection.c, liblwgeom/lwpoly.c,
-	  liblwgeom/ptarray.c, postgis/geography_gist.c,
-	  postgis/gserialized.h, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h,
-	  postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c,
-	  regress/affine.sql, regress/lwgeom_regress.sql,
-	  regress/regress.sql, regress/regress_expected,
-	  regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-multisurface.sql: Remove some ST_ variants of
-	  cast-support functions (#302), and start legacy.sql.in.c (#722)
-
-2010-12-21 22:19  Regina Obe <lr at pcorp.us>
-
-	* [r6466] doc/using_postgis_dataman.xml: fix typo
-
-2010-12-21 22:14  Regina Obe <lr at pcorp.us>
-
-	* [r6464] doc/reference_measure.xml, doc/using_postgis_dataman.xml:
-	  point relation functions to DE-9IM section of docs for more info
-
-2010-12-21 21:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6463] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom.c, postgis/geography.h,
-	  postgis/geography_gist.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_pg.c: More clean-up and work on using gserialized.
-
-2010-12-21 18:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6462] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwhomogenize.c: Push the UNKNOWN
-	  forcing down into gserialized get/set
-
-2010-12-21 17:38  Regina Obe <lr at pcorp.us>
-
-	* [r6461] doc/extras_topology.xml, doc/postgis.xml,
-	  doc/reference_measure.xml: Document ST_RelateMatch -- polish up
-	  later
-
-2010-12-21 17:36  Sandro Santilli <strk at keybit.net>
-
-	* [r6460] postgis/lwgeom_geos_relatematch.c: Don't release memory
-	  associated with arguments. Fixes #725.
-
-2010-12-21 10:32  Sandro Santilli <strk at keybit.net>
-
-	* [r6459] postgis/Makefile.in, postgis/lwgeom_geos_relatematch.c,
-	  postgis/postgis.sql.in.c, regress/Makefile.in,
-	  regress/relatematch.sql, regress/relatematch_expected: Implement
-	  ST_RelateMatch, see ticket #717. [RT-SIGTA]
-
-2010-12-21 01:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6458] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_surface.c, liblwgeom/lwhomogenize.c,
-	  liblwgeom/lwin_wkb.c: Some preliminary fixes to support
-	  SRID_UNKNOWN == 0
-
-2010-12-20 23:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6457] regress/tickets.sql, regress/tickets_expected: Add
-	  regression test for #723
-
-2010-12-20 22:01  Sandro Santilli <strk at keybit.net>
-
-	* [r6456] topology/sql/populate.sql,
-	  topology/test/regress/addedge.sql,
-	  topology/test/regress/addedge_expected: Fix addEdge when both
-	  endpoints are shared with an existing edge (and test) [RT-SIGTA]
-
-2010-12-20 19:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6455] postgis/geography_inout.c: Fix last regression break in
-	  casting
-
-2010-12-20 19:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6454] liblwgeom/g_box.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_transform.c: Arg, there's regression breaks in the
-	  last commit!
-
-2010-12-20 19:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6453] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom.c, postgis/geography_gist.c: ST_Intersection for
-	  geography is really messed up (#723)
-
-2010-12-20 12:03  Regina Obe <lr at pcorp.us>
-
-	* [r6452] doc/xsl/postgis_gardentest.sql.xsl: fix typo
-
-2010-12-20 04:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6450] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
-	  postgis/lwgeom_box3d.c, postgis/lwgeom_functions_basic.c: Remove
-	  a few more old constructions in favour of forward-compatible
-	  approaches.
-
-2010-12-18 21:48  Regina Obe <lr at pcorp.us>
-
-	* [r6448] doc/xsl/postgis_gardentest.sql.xsl: fix spatial_class
-	  update
-
-2010-12-18 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6447] postgis/geography.sql.in.c: Add the operators to the
-	  index opclass too
-
-2010-12-18 16:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6446] postgis/geography.sql.in.c, postgis/geography_gist.c,
-	  postgis/postgis.sql.in.c: Add some operators to indexes on
-	  gserialized
-
-2010-12-18 15:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6445] regress/tickets.sql, regress/tickets_expected: Add in
-	  test for #720
-
-2010-12-18 15:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6444] postgis/lwgeom_transform.c: ST_Transform is broken for
-	  all MULTI geometries (#720), wonder how that got through...
-
-2010-12-18 05:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6443] postgis/geography.sql.in.c, postgis/gserialized.h,
-	  postgis/lwgeom_pg.h, postgis/sqldefines.h.in: Add gserialized.h.
-	  Later this can be the central place for index/object utilities,
-	  for now it just holds the switch to turn the gserialized code on
-	  and off while we develop
-
-2010-12-18 04:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6442] liblwgeom/g_box.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeom.c: Remove oddity around gbox duplication
-
-2010-12-18 00:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6441] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwin_wkb.c, loader/cunit, postgis/Makefile.in,
-	  postgis/geography.sql.in.c, postgis/geography_gist.c,
-	  postgis/postgis.sql.in.c: More syncro between geometry and
-	  geography. Stubbed index binding.
-
-2010-12-17 22:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6440] postgis/geography.sql.in.c, postgis/geography_gist.c:
-	  Re-name GiST index functions generically for re-use in geometry.
-
-2010-12-17 22:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6439] postgis/geography.h, postgis/geography_gist.c,
-	  regress/tickets.sql, regress/tickets_expected: Review to prepare
-	  generic index bindings for geography, then geometry
-
-2010-12-17 21:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6438] liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
-	  postgis/geography.h, postgis/geography_btree.c,
-	  postgis/geography_gist.c, postgis/geography_measurement.c,
-	  regress/tickets.sql, regress/tickets_expected: Harmonize some
-	  index support functions to be more generic gserialized functions
-	  and less specific geography functions.
-
-2010-12-17 20:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6437] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwout_geojson.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwspheroid.c, liblwgeom/lwtriangle.c,
-	  liblwgeom/ptarray.c, postgis/geography.h,
-	  postgis/geography_gist.c, postgis/geography_inout.c,
-	  postgis/geography_measurement.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_ogc.c, postgis/lwgeom_transform.c,
-	  regress/measures.sql: Re-orgs to push the geodetic/cartesian
-	  divide a little further under the covers as part of the
-	  geometry/geography group hug at the index bindings level.
-
-2010-12-17 18:34  Regina Obe <lr at pcorp.us>
-
-	* [r6436] doc/extras_topology.xml, doc/using_postgis_dataman.xml:
-	  fix typo add DropTopology
-
-2010-12-17 17:56  Sandro Santilli <strk at keybit.net>
-
-	* [r6435] topology/test/Makefile,
-	  topology/test/regress/addedge.sql,
-	  topology/test/regress/addedge_expected: Add regress testing for
-	  topology.AddEdge
-
-2010-12-17 17:44  Regina Obe <lr at pcorp.us>
-
-	* [r6434] doc/extras.xml, doc/extras_topology.xml:
-
-2010-12-17 17:24  Regina Obe <lr at pcorp.us>
-
-	* [r6433] doc/Makefile.in, doc/extras_topology.xml,
-	  doc/postgis.xml:
-
-2010-12-17 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6432] topology/sql/populate.sql: Add a note about possible
-	  semantic change
-
-2010-12-17 17:16  Sandro Santilli <strk at keybit.net>
-
-	* [r6431] topology/sql/populate.sql: New topology.AddEdge function
-	  [RT-SIGTA]
-
-2010-12-17 16:45  Regina Obe <lr at pcorp.us>
-
-	* [r6430] doc/postgis.xml: fix typos
-
-2010-12-17 16:34  Regina Obe <lr at pcorp.us>
-
-	* [r6429] doc/extras.xml, doc/extras_topology.xml,
-	  doc/introduction.xml, doc/postgis.xml: Put in section in manual
-	  for topology and extras in general. Change
-	  postgis.refractions.net to www.postgis.org
-
-2010-12-17 16:16  Sandro Santilli <strk at keybit.net>
-
-	* [r6428] topology/sql/populate.sql: Use newer quoting paradigm
-	  ($$); use ST_Crosses when willing to check crossing, not just
-	  intersection...; add proper credits
-
-2010-12-17 15:51  Sandro Santilli <strk at keybit.net>
-
-	* [r6427] topology/test/regress/addnode.sql,
-	  topology/test/regress/addnode_expected: Add an inspection in the
-	  final node table
-
-2010-12-17 15:27  Sandro Santilli <strk at keybit.net>
-
-	* [r6426] topology/test/Makefile,
-	  topology/test/regress/addnode.sql,
-	  topology/test/regress/addnode_expected: Add test for
-	  topology.addNode
-
-2010-12-17 15:17  Sandro Santilli <strk at keybit.net>
-
-	* [r6425] topology/test/invalid_topology.sql,
-	  topology/test/load_topology.sql,
-	  topology/test/regress/legacy_invalid.sql,
-	  topology/test/regress/legacy_invalid_expected,
-	  topology/test/regress/legacy_predicate.sql,
-	  topology/test/regress/legacy_predicate_expected,
-	  topology/test/regress/legacy_query.sql,
-	  topology/test/regress/legacy_query_expected,
-	  topology/test/regress/legacy_validate.sql,
-	  topology/test/regress/legacy_validate_expected: Avoid NOTICE
-	  messages while running topology tests, make results immune of the
-	  number of topologies ever created in the database (helps getting
-	  stable results when running the tests manually using run_test
-	  directly)
-
-2010-12-17 14:00  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6424] raster/ma_lexer.l, raster/ma_lexer_only.l: Added very
-	  basic flex files for raster MapAlgebra implementation. The file
-	  'ma_lexer_only' is for testing only the lexer, without the parser
-
-2010-12-17 07:52  Sandro Santilli <strk at keybit.net>
-
-	* [r6423] topology/test/Makefile, topology/test/load_features.sql,
-	  topology/test/load_topology.sql,
-	  topology/test/query_features.sql,
-	  topology/test/regress/legacy_predicate.sql,
-	  topology/test/regress/legacy_predicate_expected,
-	  topology/test/regress/legacy_query.sql,
-	  topology/test/regress/legacy_query_expected,
-	  topology/test/regress/legacy_validate.sql,
-	  topology/test/regress/legacy_validate_expected,
-	  topology/test/validate_topology.sql: split load_topology in 3
-	  steps: load of topology, creation of feature tables, query of
-	  feature tables. Adapt tests accordingly.
-
-2010-12-16 18:02  Sandro Santilli <strk at keybit.net>
-
-	* [r6422] regress/run_test: Return number of failures as exit
-	  status
-
-2010-12-16 18:00  Sandro Santilli <strk at keybit.net>
-
-	* [r6421] regress/run_test: Have run_test exit code reflect
-	  presence of failures.
-
-2010-12-16 17:52  Sandro Santilli <strk at keybit.net>
-
-	* [r6420] regress/Makefile.in: Remove duplicated check rule
-
-2010-12-16 17:46  Sandro Santilli <strk at keybit.net>
-
-	* [r6419] .gitignore: This one shouldn't be in the repository..
-	  anyway, since it is...
-
-2010-12-16 17:30  Sandro Santilli <strk at keybit.net>
-
-	* [r6418] GNUmakefile.in, regress/Makefile.in: Turn 'regress' dir
-	  into a first class subdir, fixes ticket #715
-
-2010-12-16 16:33  Sandro Santilli <strk at keybit.net>
-
-	* [r6417] GNUmakefile.in: Comment-out obsoleted rules (didn't drop
-	  in case someone will miss them)
-
-2010-12-16 16:28  Sandro Santilli <strk at keybit.net>
-
-	* [r6416] GNUmakefile.in, liblwgeom/Makefile.in, utils/Makefile:
-	  Add 'distclean' to the SUBDIRS target
-
-2010-12-16 14:46  Sandro Santilli <strk at keybit.net>
-
-	* [r6415] GNUmakefile.in, utils/Makefile: Add 'check' rule under
-	  the SUBDIR loop. You now get topology checked if you configured
-	  --with-topology
-
-2010-12-16 14:35  Sandro Santilli <strk at keybit.net>
-
-	* [r6414] loader/Makefile.in: Only run unit tests when building GUI
-	  (See
-	  http://postgis.refractions.net/pipermail/postgis-devel/2010-December/011014.html)
-
-2010-12-16 14:17  Regina Obe <lr at pcorp.us>
-
-	* [r6413] doc/xsl/postgis_gardentest.sql.xsl: yeh can put ST_AsKML
-	  test back in now that trunk isn't crashing on it.
-
-2010-12-16 13:16  Regina Obe <lr at pcorp.us>
-
-	* [r6412] regress/long_xact_expected,
-	  regress/lwgeom_regress_expected, regress/measures_expected: most
-	  have missed these
-
-2010-12-16 09:48  Sandro Santilli <strk at keybit.net>
-
-	* [r6411] GNUmakefile.in, utils/Makefile: Add 'clean' to the set of
-	  targets handled with the SUBDIRS loop
-
-2010-12-15 22:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6410] postgis/lwgeom_pg.c: Add in GSERIALIZED options for many
-	  of the pglgweom_ support functions.
-
-2010-12-15 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6409] liblwgeom/liblwgeom.h, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_functions_lrs.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: Add in #defines to
-	  allow conditional switch-over to GSERIALIZED
-
-2010-12-15 20:06  Sandro Santilli <strk at keybit.net>
-
-	* [r6408] GNUmakefile.in, liblwgeom/Makefile.in: Fail on fix subdir
-	  build failure. Add missing uninstall rule in liblwgeom
-
-2010-12-15 18:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6407] postgis/lwgeom_functions_basic.c: Remove silly pointer
-	  tests from LWGEOM_collect
-
-2010-12-15 18:29  Sandro Santilli <strk at keybit.net>
-
-	* [r6406] topology/Makefile.in: Install topology.sql in the same
-	  directory as other things postgis
-
-2010-12-15 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6405] postgis/lwgeom_functions_basic.c: LWGEOM_accum is
-	  orphaned code, bye bye!
-
-2010-12-15 18:03  Sandro Santilli <strk at keybit.net>
-
-	* [r6404] GNUmakefile, GNUmakefile.in, configure.ac,
-	  topology/Version.config: Generate GNUMakefile, add a
-	  --with-topology switch to configure, enabling descending under
-	  topology/ dir
-
-2010-12-15 17:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6403] liblwgeom/cunit/cu_out_kml.c: Move geometrycollection
-	  back out of the supported types for KML
-
-2010-12-15 17:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6402] liblwgeom/lwout_kml.c, liblwgeom/stringbuffer.c,
-	  postgis/geography_inout.c: KML crashes on EMPTY (#681)
-
-2010-12-15 17:14  Sandro Santilli <strk at keybit.net>
-
-	* [r6401] GNUmakefile: Thanks for the great partecipation around
-	  GNUmakefile improvements proposal. It's finally here :)
-
-2010-12-15 17:11  Sandro Santilli <strk at keybit.net>
-
-	* [r6400] topology/Makefile.in: Add a check rule under topology/
-	  [RT-SIGTA]
-
-2010-12-15 17:06  Sandro Santilli <strk at keybit.net>
-
-	* [r6399] topology/test/Makefile: Make sure predicate sql file is
-	  generated before use
-
-2010-12-15 16:41  Sandro Santilli <strk at keybit.net>
-
-	* [r6398] topology/test/Makefile, topology/test/regress/sqlmm.sql,
-	  topology/test/regress/sqlmm_expected,
-	  topology/test/sqlmm_topology.sql: Add sqlmm automated test. Drop
-	  old rules [RT-SIGTA]
-
-2010-12-15 16:24  Sandro Santilli <strk at keybit.net>
-
-	* [r6397] topology/test/Makefile,
-	  topology/test/regress/legacy_invalid.sql,
-	  topology/test/regress/legacy_invalid_expected: automatize
-	  topology validity checking [RT-SIGTA]
-
-2010-12-15 16:04  Sandro Santilli <strk at keybit.net>
-
-	* [r6396] topology/test/Makefile, topology/test/regress,
-	  topology/test/regress/legacy_predicate.sql,
-	  topology/test/regress/legacy_predicate_expected,
-	  topology/test/regress/legacy_validate.sql,
-	  topology/test/regress/legacy_validate_expected: Start a proper
-	  'make check' rule, using the testrunner in top dir's regress dir
-
-2010-12-15 15:25  Regina Obe <lr at pcorp.us>
-
-	* [r6395] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl,
-	  doc/xsl/raster_gardentest.sql.xsl: okay just exclude POLYGON
-	  EMPTY and ST_AsKML -- too many victims for POLYGON EMPTY
-	  including ST_LineMerge now. change namespace to www.postgis.org
-
-2010-12-15 14:14  Sandro Santilli <strk at keybit.net>
-
-	* [r6394] regress/run_test: Allow run_test calls from foreign
-	  directories
-
-2010-12-15 14:09  Sandro Santilli <strk at keybit.net>
-
-	* [r6393] regress/run_test: Do not read ~/.psqlrc when creating
-	  database
-
-2010-12-15 14:04  Sandro Santilli <strk at keybit.net>
-
-	* [r6392] regress/run_test: Add a --topology switch to equip
-	  regression db with topology support when requested
-
-2010-12-15 13:39  Sandro Santilli <strk at keybit.net>
-
-	* [r6391] topology/Makefile.in, topology/sql/populate.sql,
-	  topology/topology.sql.in.c: Add new populate.sql file to host
-	  topology population routines. Properly encode dependencies.
-
-2010-12-15 13:23  Regina Obe <lr at pcorp.us>
-
-	* [r6390] doc/xsl/postgis_gardentest.sql.xsl: exclude more
-	  functions from tests that are sorta broken
-
-2010-12-15 11:01  Sandro Santilli <strk at keybit.net>
-
-	* [r6389] topology/sql, topology/sql/sqlmm.sql,
-	  topology/topology.sql.in.c: Split sqlmm specific things into its
-	  own file
-
-2010-12-15 10:48  Sandro Santilli <strk at keybit.net>
-
-	* [r6388] topology/topology.sql.in.c: Work outside of transaction,
-	  to help upgrade/test cycles. Fix leftover from previous commit.
-	  [RT-SIGTA]
-
-2010-12-15 10:44  Sandro Santilli <strk at keybit.net>
-
-	* [r6387] topology/topology.sql.in.c: Fix typo in
-	  TopoGeo_addLinestring description, add DEBUG lines [RT-SIGTA]
-
-2010-12-15 10:08  Sandro Santilli <strk at keybit.net>
-
-	* [r6386] topology/topology.sql.in.c: Fix detection of non-existent
-	  schema in ST_CreateTopoGeo
-
-2010-12-15 00:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6385] postgis/geography_inout.c,
-	  postgis/geography_measurement.c, postgis/lwgeom_estimate.c,
-	  postgis/lwgeom_export.c: Flip more memcpy calls away.
-
-2010-12-15 00:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6384] postgis/lwgeom_geos_clean.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_in_kml.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_transform.c: Remove some calls to memcpy in favor
-	  of API functions.
-
-2010-12-15 00:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6383] postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_btree.c, postgis/lwgeom_estimate.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos_prepared.c, postgis/lwgeom_gist.c,
-	  postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h:
-	  Strip out more instances of SERIALIZED_FORM
-
-2010-12-14 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6382] liblwgeom/cunit/cu_tester.c: Return non-zero when tests
-	  fail
-
-2010-12-14 20:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6381] liblwgeom/cunit/cu_out_kml.c, liblwgeom/lwout_kml.c,
-	  liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Fix
-	  regressions in the new KML emitter
-
-2010-12-14 16:00  Regina Obe <lr at pcorp.us>
-
-	* [r6380] doc/xsl/postgis_gardentest.sql.xsl: exclude from testing
-	  functions known to crash with POLYGON EMPTY
-
-2010-12-14 05:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6376] postgis/geography_inout.c: Memory leak in
-	  geography_from_text (#624)
-
-2010-12-14 05:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6374] loader/shp2pgsql-cli.c: Minor usage changes. (#604)
-
-2010-12-14 00:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6371] liblwgeom/lwout_kml.c: Update (c) header
-
-2010-12-14 00:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6370] liblwgeom/lwout_kml.c, postgis/lwgeom_export.c: Convert
-	  KML output to use stringbuffer for a 50% code shrinkage...
-
-2010-12-14 00:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6369] liblwgeom/cunit/cu_out_wkt.c: Remove multicurve warning
-
-2010-12-14 00:37  Regina Obe <lr at pcorp.us>
-
-	* [r6368] doc/xsl/postgis_gardentest.sql.xsl: fix some typos and
-	  add back curvepolygon example that was crashing before with old
-	  ewkt parser
-
-2010-12-13 23:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6367] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h:
-	  Second thoughts on stringbuffer changes
-
-2010-12-13 23:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6366] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h:
-	  Potential minor speed-up functions for stringbuffering
-
-2010-12-13 23:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6365] liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c: Add extra multicurve test for WKT
-
-2010-12-13 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6364] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt_parse.c,
-	  liblwgeom/lwin_wkt_parse.y: Update parser to handling compound
-	  curves within multicurves (#525)
-
-2010-12-13 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6363] postgis/lwgeom_functions_basic.c, regress/tickets.sql,
-	  regress/tickets_expected: ST_CollectionExtract returns
-	  non-requested type (#457)
-
-2010-12-13 20:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6360] loader/shp2pgsql-core.c: Return value of snprintf not
-	  correctly checked (#556)
-
-2010-12-13 20:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6359] liblwgeom/stringbuffer.c: Improve stringbuffer_t
-	  performance (#439). This is largely done already in past passes.
-	  Added one small memory fix.
-
-2010-12-13 20:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6358] loader/shp2pgsql-core.h: Change default shp2pgsql column
-	  to "geom" (#352)
-
-2010-12-13 19:50  Regina Obe <lr at pcorp.us>
-
-	* [r6357] regress/removepoint_expected, regress/setpoint_expected,
-	  regress/sharedpaths_expected, regress/simplify_expected,
-	  regress/snap_expected, regress/snaptogrid_expected:
-
-2010-12-13 19:44  Regina Obe <lr at pcorp.us>
-
-	* [r6356] regress/loader/Arc-wkb.expected,
-	  regress/loader/Arc-wkt.expected,
-	  regress/loader/ArcM-wkt.expected,
-	  regress/loader/ArcZ-wkb.expected,
-	  regress/loader/ArcZ-wkt.expected:
-
-2010-12-13 19:44  Regina Obe <lr at pcorp.us>
-
-	* [r6355] regress/loader/Polygon-wkb.expected,
-	  regress/loader/Polygon-wkt.expected,
-	  regress/loader/PolygonM-wkb.expected,
-	  regress/loader/PolygonM-wkt.expected,
-	  regress/loader/PolygonZ-wkb.expected,
-	  regress/loader/PolygonZ-wkt.expected:
-
-2010-12-13 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6354] postgis/lwgeom_functions_basic.c: Fix ST_Segmentize on
-	  curved geometries -- CRASH (#706). This is actually a reflection
-	  of inconsistency in the lwgeom_clone() function (creates copy of
-	  everything except point array) and the ptarray_clone() function
-	  (creates copy of everything). The definitions of _clone, _copy,
-	  _release, and _free need to be made consistent and documented.
-
-2010-12-13 19:42  Regina Obe <lr at pcorp.us>
-
-	* [r6353] regress/regress_bdpoly_expected,
-	  regress/regress_buffer_params_expected,
-	  regress/regress_index_expected,
-	  regress/regress_index_nulls_expected,
-	  regress/regress_lrs_expected, regress/regress_ogc_cover_expected,
-	  regress/regress_ogc_expected, regress/regress_ogc_prep_expected,
-	  regress/regress_proj_expected:
-
-2010-12-13 19:34  Regina Obe <lr at pcorp.us>
-
-	* [r6352] regress/loader/MultiPoint-wkb.expected,
-	  regress/loader/MultiPoint-wkt.expected,
-	  regress/loader/MultiPointM-wkb.expected,
-	  regress/loader/MultiPointM-wkt.expected,
-	  regress/loader/MultiPointZ-wkb.expected,
-	  regress/loader/MultiPointZ-wkt.expected,
-	  regress/loader/PointM-wkb.expected,
-	  regress/loader/PointM-wkt.expected:
-
-2010-12-13 19:32  Regina Obe <lr at pcorp.us>
-
-	* [r6351] regress/affine_expected, regress/clean_expected,
-	  regress/ctors_expected, regress/dump_expected,
-	  regress/dumppoints_expected, regress/hausdorff_expected,
-	  regress/in_gml_expected, regress/in_kml_expected,
-	  regress/iscollection_expected:
-
-2010-12-13 19:25  Regina Obe <lr at pcorp.us>
-
-	* [r6350] regress/loader/PointZ-wkb.expected,
-	  regress/loader/PointZ-wkt.expected:
-
-2010-12-13 19:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6349] liblwgeom/g_serialized.c, liblwgeom/libtgeom.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwline.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
-	  liblwgeom/ptarray.c, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_geos_split.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_pg.c, postgis/lwgeom_transform.c,
-	  raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fix up failure in
-	  distance calculation (#705) and replace some SRID -1 with
-	  SRID_UNKNOWN
-
-2010-12-13 19:19  Regina Obe <lr at pcorp.us>
-
-	* [r6348] regress/loader/ArcM-wkb.expected,
-	  regress/loader/Point-wkb.expected,
-	  regress/loader/Point-wkt.expected:
-
-2010-12-13 16:38  Regina Obe <lr at pcorp.us>
-
-	* [r6347] regress/regress_expected: Okay changed this to LF since
-	  people seemed to like changing this one a lot. We'll see if this
-	  fixes my frustrations without causing any frustration for anyone
-	  else.
-
-2010-12-13 13:14  Regina Obe <lr at pcorp.us>
-
-	* [r6346] doc/xsl/postgis_gardentest.sql.xsl: remove collection of
-	  geometries into crasher group to prevent testing until we revisit
-	  #700
-
-2010-12-13 10:49  Sandro Santilli <strk at keybit.net>
-
-	* [r6345] topology/topology.sql.in.c: Add comments on the 'edge'
-	  topology primitives view
-
-2010-12-13 09:51  Sandro Santilli <strk at keybit.net>
-
-	* [r6344] topology/README: typo
-
-2010-12-12 22:42  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6343] liblwgeom/measures3d.c, liblwgeom/measures3d.h,
-	  regress/measures.sql, regress/measures_expected: 3d distance
-	  functions for line-line cases
-
-2010-12-12 18:59  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6342] postgis/lwgeom_functions_basic.c: Some cleaning up in
-	  measure functions in lwgeom_functions_basic.c
-
-2010-12-12 00:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6341] postgis/lwgeom_export.c,
-	  postgis/lwgeom_functions_analytic.c, postgis/lwgeom_inout.c:
-	  Remove more SERIALIZED_FORM
-
-2010-12-11 00:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6340] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpsurface.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
-	  loader/shp2pgsql-core.c: ptarray_free now frees the
-	  serialized_ptlist, unless FLAGS_GET_READONLY is set.
-
-2010-12-11 00:27  Sandro Santilli <strk at keybit.net>
-
-	* [r6339] topology/topology.sql.in.c: Do not force drop of
-	  pre-existing topology schema. Sounds dangerous when start using
-	  it for real.
-
-2010-12-10 23:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6338] postgis/lwgeom_inout.c, postgis/lwgeom_transform.c:
-	  Switch to cstring2text for text returns.
-
-2010-12-10 23:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6337] postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_split.c: Clean
-	  out more SERIALIZED_FORM calls
-
-2010-12-10 22:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6336] postgis/lwgeom_ogc.c, postgis/lwgeom_rtree.c,
-	  postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c: Clean out some
-	  more calls to SERIALIZED_FORM
-
-2010-12-10 20:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6335] liblwgeom/lwtriangle.c, regress/regress.sql,
-	  regress/regress_expected: Issues with TRIANGLE AND TIN EMPTY
-	  collections - hmm do they exist? (#686)
-
-2010-12-10 19:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6334] postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c,
-	  postgis/lwgeom_pg.h: Fix for TIN EMPTY per #686
-
-2010-12-10 19:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6333] liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
-	  liblwgeom/ptarray.c, regress/regress.sql,
-	  regress/regress_expected: Fix cunit failures on Polyhedral
-	  surface (#697)
-
-2010-12-10 18:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6332] liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: WKB and WKT
-	  closure checks are now in X/Y only (#693)
-
-2010-12-10 18:06  Sandro Santilli <strk at keybit.net>
-
-	* [r6331] GNUmakefile: Revert GNUMakefile changes as per Mark
-	  request. I had enough complains about build scripts this week...
-
-2010-12-10 18:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6330] postgis/lwgeom_functions_basic.c: Fix ST_Segmentize and
-	  Polyhedral Surface -- CRASH (#696)
-
-2010-12-10 17:57  Sandro Santilli <strk at keybit.net>
-
-	* [r6329] GNUmakefile, raster/Makefile.in, utils/Makefile: Add
-	  'uninstall' rule in the loop. Work around the docs dep by using
-	  uninstall deps. Add an 'uninstall' rule to raster subsystem
-
-2010-12-10 17:49  Sandro Santilli <strk at keybit.net>
-
-	* [r6328] GNUmakefile, liblwgeom/Makefile.in, utils/Makefile: Be
-	  verbose during recursion. List liblwgeom in SUBDIRS, stub install
-	  rules for liblwgeom and utils
-
-2010-12-10 17:29  Sandro Santilli <strk at keybit.net>
-
-	* [r6327] .gitignore: more ignores
-
-2010-12-10 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6326] GNUmakefile: Start listing some subdirs to recurse into.
-	  Hopefully one day this will become cleaner
-
-2010-12-10 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r6325] .gitignore: add .svn to .gitignore (why is this in repo ?
-	  oh well.. it is useful anyway)
-
-2010-12-10 15:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6324] postgis/lwgeom_functions_basic.c: Fix for crash in
-	  ST_RemovePoint (#695)
-
-2010-12-10 14:53  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r6323] raster/scripts/python/raster2pgsql.py: Fixed problems
-	  with truncated decimal places of float-point values in textual
-	  output. For large datasets, it was leading to incorrectly
-	  calculated dimensions. Now, all floats are formatted with 15
-	  decimal places.
-
-2010-12-09 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6322] postgis/lwgeom_geos.c: Wrap up GEOS predicates in EMPTY
-	  tests (#685)
-
-2010-12-09 18:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6321] doc/html/image_src/generator.c: Remove old function calls
-
-2010-12-09 18:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6320] postgis/lwgeom_geos.c, postgis/lwgeom_pg.c,
-	  postgis/lwgeom_pg.h: Fix for centroid crash on emtpy (#684)
-
-2010-12-09 18:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6319] postgis/lwgeom_functions_basic.c, regress/regress.sql,
-	  regress/regress_expected: Fix crash in ST_MakeLine (#690)
-
-2010-12-09 16:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6318] config.rpath: Add config rpath
-
-2010-12-09 15:00  Regina Obe <lr at pcorp.us>
-
-	* [r6317] doc/reference_editor.xml: formatting
-
-2010-12-08 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6316] postgis/lwgeom_geos.c, postgis/lwgeom_geos_sharedpaths.c,
-	  postgis/lwgeom_geos_snap.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_spheroid.c: Remove more appeals to pglwgeom->type
-
-2010-12-08 23:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6315] postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.c,
-	  postgis/lwgeom_pg.h: Remove more appeals to pglwgeom->type
-
-2010-12-08 23:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6314] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwout_geojson.c, liblwgeom/lwpoint.c,
-	  liblwgeom/lwpoly.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/ptarray.c, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: Remove more appeals to
-	  pglwgeom->type
-
-2010-12-08 23:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6313] postgis/lwgeom_functions_basic.c: Remove another call to
-	  TYPE_HASBBOX
-
-2010-12-08 23:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6312] postgis/lwgeom_functions_basic.c: Remove call to
-	  TYPE_HASBBOX
-
-2010-12-08 23:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6311] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.c,
-	  postgis/lwgeom_pg.h, postgis/lwgeom_rtree.c: Remove many cases of
-	  calls to SERIALIZED_FORM in favour of direct pglwgeom
-	  deserialization
-
-2010-12-08 23:19  Regina Obe <lr at pcorp.us>
-
-	* [r6310] doc/xsl/postgis_gardentest.sql.xsl: need to keep
-	  GEOMETRYCOLLECTION EMPTY away from others since GEOS throws
-	  geometry collection not support for it often so hiding the
-	  crashing in some cases of typed empties.
-
-2010-12-08 22:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6309] loader/pgsql2shp-core.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_gist.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: Remove many instances
-	  of lwgeom_getType used on PG_LWGEOM
-
-2010-12-08 22:02  Regina Obe <lr at pcorp.us>
-
-	* [r6308] doc/xsl/postgis_gardentest.sql.xsl: Add more emptiness.
-	  We need to explore emptiness more deeply :)
-
-2010-12-08 21:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6307] postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c: When asking for a serialized forms type,
-	  use pglwgeom_get_type
-
-2010-12-08 20:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6306] postgis/lwgeom_box3d.c, postgis/lwgeom_chip.c,
-	  postgis/lwgeom_debug.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h,
-	  postgis/lwgeom_rtree.c: Cut down reliance on TYPE_GETTYPE macro
-	  in favor of a function we can repoint later in the serialization
-	  change process
-
-2010-12-08 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6305] liblwgeom/lwin_wkb.c, liblwgeom/measures3d.c: Expunge
-	  some TYPE_GETTYPE
-
-2010-12-08 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6304] postgis/geography_inout.c, postgis/lwgeom_pg.c,
-	  postgis/lwgeom_pg.h: Start to work on PG_LWGEOM sanity before
-	  changeover
-
-2010-12-08 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6303] liblwgeom/liblwgeom.h, liblwgeom/lwsegmentize.c,
-	  postgis/lwgeom_sqlmm.c: Rename has_arc to lwgeom_has_arc
-
-2010-12-08 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6302] postgis/lwgeom_geos.c: Fix crash on BuildArea(empty)
-	  (#683)
-
-2010-12-08 18:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6301] postgis/lwgeom_geos.c, regress/regress_ogc.sql,
-	  regress/regress_ogc_expected: Handle empty geometries in
-	  ST_Buffer(). If argument empty, return empty. (#682)
-
-2010-12-08 18:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6300] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Fix
-	  crash in GML output of POLYGON EMPTY (#681)
-
-2010-12-08 16:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6299] postgis/geography_inout.c: Fix AsBinary handling of > 2d
-	  features in geography (#680)
-
-2010-12-08 16:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6298] postgis/geography_inout.c: Output higher dimensions in
-	  astext in geography (#680)
-
-2010-12-08 00:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6295] liblwgeom/lwin_wkb.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c: Minor rearrangement of memory
-	  handling.
-
-2010-12-08 00:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6294] liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/cunit/cu_surface.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
-	  liblwgeom/lwout_wkb.c, loader/shp2pgsql-core.c,
-	  postgis/geography_inout.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c: Rename lwgeom_from_wkt to lwgeom_parse_wkt
-	  to note the use of the parser object.
-
-2010-12-07 21:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6293] liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c, liblwgeom/lwline.c,
-	  liblwgeom/lwout_wkb.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwtriangle.c, loader/shp2pgsql-core.c,
-	  postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_pg.c: Start flipping over references to srid = -1
-	  to srid = SRID_UNKNOWN
-
-2010-12-07 21:55  Sandro Santilli <strk at keybit.net>
-
-	* [r6292] regress/run_test: Use unified diffs for expected/obtained
-	  (easier to read)
-
-2010-12-07 21:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6291] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_in_wkb.c,
-	  liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c,
-	  liblwgeom/lwin_wkt.h, liblwgeom/lwin_wkt_lex.c,
-	  liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
-	  liblwgeom/lwin_wkt_parse.y, liblwgeom/lwline.c,
-	  liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
-	  liblwgeom/ptarray.c, loader/pgsql2shp-core.c,
-	  loader/shp2pgsql-core.c, postgis/geography_inout.c,
-	  postgis/lwgeom_dump.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_gist.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h,
-	  regress/Makefile.in, regress/clean.sql, regress/dump_expected,
-	  regress/out_geography.sql, regress/out_geography_expected,
-	  regress/out_geometry.sql, regress/polyhedralsurface_expected,
-	  regress/regress_expected, regress/regress_proj.sql,
-	  regress/regress_proj_expected, regress/run_test,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly_expected, regress/tickets_expected:
-	  Replace the old WKB/WKT parser and emitters with the new ones.
-
-2010-12-07 14:02  Regina Obe <lr at pcorp.us>
-
-	* [r6290] doc/reference_processing.xml: change to 1 column
-	  (st_sharedpaths)
-
-2010-12-07 13:45  Regina Obe <lr at pcorp.us>
-
-	* [r6289] doc/reference_editor.xml: reduce width some more
-
-2010-12-07 13:42  Regina Obe <lr at pcorp.us>
-
-	* [r6288] doc/html/image_src/st_sharedpaths02.wkt,
-	  doc/reference_processing.xml: change color to be clearer reduce
-	  width of text
-
-2010-12-07 12:51  Regina Obe <lr at pcorp.us>
-
-	* [r6287] doc/reference_processing.xml: end tbody
-
-2010-12-07 12:45  Regina Obe <lr at pcorp.us>
-
-	* [r6286] doc/reference_editor.xml: fix formatting
-
-2010-12-07 12:42  Regina Obe <lr at pcorp.us>
-
-	* [r6285] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_sharedpaths01.wkt,
-	  doc/html/image_src/st_sharedpaths02.wkt,
-	  doc/reference_processing.xml: diagram of shared paths
-
-2010-12-07 12:25  Regina Obe <lr at pcorp.us>
-
-	* [r6284] doc/html/image_src/st_snap04.wkt,
-	  doc/reference_editor.xml: formatting fixes
-
-2010-12-07 12:02  Regina Obe <lr at pcorp.us>
-
-	* [r6283] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_snap04.wkt,
-	  doc/html/image_src/st_snap05.wkt, doc/reference_editor.xml: more
-	  examples to demonstrate its not just limited to 1 point snapping
-
-2010-12-07 08:30  Regina Obe <lr at pcorp.us>
-
-	* [r6282] doc/reference_editor.xml: looks funny in one row, better
-	  put each in separate row
-
-2010-12-07 07:56  Regina Obe <lr at pcorp.us>
-
-	* [r6281] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_snap01.wkt,
-	  doc/html/image_src/st_snap02.wkt,
-	  doc/html/image_src/st_snap03.wkt, doc/reference_editor.xml:
-	  example with diagram for ST_Snap
-
-2010-12-06 15:15  Regina Obe <lr at pcorp.us>
-
-	* [r6280] doc/xsl/postgis_gardentest.sql.xsl: minor comment
-	  corrections
-
-2010-12-06 15:15  Regina Obe <lr at pcorp.us>
-
-	* [r6279] doc/xsl/raster_gardentest.sql.xsl: start logging sql
-	  queries to log table
-
-2010-12-06 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r6278] regress/sharedpaths.sql, regress/sharedpaths_expected:
-	  Add a couple more cases provided by RT-SITA
-
-2010-12-06 14:52  Sandro Santilli <strk at keybit.net>
-
-	* [r6277] doc/reference_editor.xml: Document ST_Snap, xref with
-	  SnapToGrid
-
-2010-12-06 14:21  Sandro Santilli <strk at keybit.net>
-
-	* [r6276] doc/reference_processing.xml: Fix typo in ST_SharedPaths
-	  documentation, add some xrefs
-
-2010-12-03 21:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6275] liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/cunit/cu_out_wkb.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt_lex.c,
-	  liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
-	  liblwgeom/lwin_wkt_parse.y, liblwgeom/lwout_wkb.c: Updates to the
-	  WKT parser to report errlocation in more places.
-
-2010-12-03 16:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6274] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c,
-	  postgis/lwgeom_geos.c: Make use of ptarray api for manipulating
-	  serialized_pointlist
-
-2010-12-03 15:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6273] postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c:
-	  Remove a couple warnings.
-
-2010-12-03 10:13  Sandro Santilli <strk at keybit.net>
-
-	* [r6272] regress/snap.sql, regress/snap_expected: Add SNAP test
-	  reported on JTS mailing list
-
-2010-12-03 09:53  Sandro Santilli <strk at keybit.net>
-
-	* [r6271] postgis/lwgeom_geos_snap.c: Fix release of wrong memory
-	  (same bug as #670, found here for copy&paste)
-
-2010-12-03 09:22  Sandro Santilli <strk at keybit.net>
-
-	* [r6270] postgis/lwgeom_geos_sharedpaths.c: FREE the right
-	  argument (fixes bug #670)
-
-2010-12-03 09:00  Sandro Santilli <strk at keybit.net>
-
-	* [r6269] regress/sharedpaths.sql, regress/sharedpaths_expected:
-	  Add test for bug 670
-
-2010-12-03 05:40  Regina Obe <lr at pcorp.us>
-
-	* [r6268] doc/reference_processing.xml: document st_sharedpaths and
-	  alphabetize listings
-
-2010-12-02 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6267] loader/Makefile.in, loader/README.i18n: Change i18n
-	  instructions to use shp2pgsql_LANG.po as format for po file
-	  names.
-
-2010-12-02 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6266] postgis/lwgeom_functions_basic.c: Remove
-	  serialized_pointlist direct access from ./postgis
-
-2010-12-02 19:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6265] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  postgis/lwgeom_ogc.c: Move is_closed fully to liblwgeom and
-	  remove LWGEOM_INSPECTED from IsClosed
-
-2010-12-02 18:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6264] liblwgeom/liblwgeom.h, liblwgeom/lwline.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c,
-	  regress/regress_ogc.sql, regress/regress_ogc_expected: Remove
-	  LWGEOM_INSPECTED from pointn, startpoint, endpoint, and migrate
-	  functionality to liblwgeom.
-
-2010-12-02 18:12  Sandro Santilli <strk at keybit.net>
-
-	* [r6263] postgis/Makefile.in, postgis/lwgeom_geos_snap.c,
-	  postgis/postgis.sql.in.c, regress/Makefile.in, regress/snap.sql,
-	  regress/snap_expected: ST_Snap and regress testing
-
-2010-12-02 18:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6262] postgis/lwgeom_ogc.c: Remove LWGEOM_INSPECTED from PointN
-
-2010-12-02 17:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6261] postgis/lwgeom_ogc.c: Remove LWGEOM_INSPECTED from
-	  NumInteriorRings
-
-2010-12-02 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6260] postgis/lwgeom_ogc.c: Remove unused function
-
-2010-12-02 17:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6259] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  postgis/lwgeom_ogc.c: Remove LWGEOM_INSPECTED from ndims
-
-2010-12-02 17:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6258] postgis/lwgeom_ogc.c, regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected: Remove INSPECTED from
-	  numpoints
-
-2010-12-02 16:25  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r6257] raster/scripts/python/Makefile.rt.sample: Updated SQL
-	  scripts location in the database building makefile
-
-2010-12-02 16:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6256] liblwgeom/lwgeom.c: Remove GET_GETTYPE from some
-	  functions.
-
-2010-12-02 16:06  Regina Obe <lr at pcorp.us>
-
-	* [r6255] doc/xsl/postgis_gardentest.sql.xsl: fix typo
-
-2010-12-02 15:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6253] postgis/lwgeom_geos.c, regress/regress_ogc.sql,
-	  regress/regress_ogc_expected: Remove LWGEOM_INSPECTED from
-	  ST_Union
-
-2010-12-02 15:54  Regina Obe <lr at pcorp.us>
-
-	* [r6252] doc/reference_operator.xml, doc/reference_output.xml:
-	  remove ~= geography according to garden tests geography doesn't
-	  have such an operator. Also put in version number arg name to
-	  make GeoJSON easier to test
-
-2010-12-02 15:51  Regina Obe <lr at pcorp.us>
-
-	* [r6251] doc/xsl/postgis_gardentest.sql.xsl: all test sql
-	  statements should be logged to postgis_garden_log and successful
-	  results output to postgis_garden_log_output
-
-2010-12-02 15:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6250] loader/Makefile.in: Pass iconv header flags to cpp in all
-	  cases.
-
-2010-12-02 15:29  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r6249] raster/rt_core/rt_api.c: Fixed invalid on-error return
-	  value from rt_raster_add_band
-
-2010-12-02 15:28  Mateusz Loskot <mateusz at loskot.net>
-
-	* [r6248] configure.ac: Updated the raster messages output by the
-	  configure script.
-
-2010-12-02 14:40  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6247] raster/test/core/testapi.c: Changed SRID by srid in
-	  LWPOLY structure call. Due to change in r6204
-
-2010-12-02 06:55  Regina Obe <lr at pcorp.us>
-
-	* [r6246] doc/xsl/postgis_gardentest.sql.xsl: start logging the sql
-	  to postgis_garden_log table and store the output as xml in
-	  postgis_garden_log_output. Still more to fix. This will hopefully
-	  make it easier for vegetable gardeners to pick ripe vegetables.
-
-2010-12-02 03:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6245] loader/Makefile.in, loader/pgsql2shp-cli.c,
-	  loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
-	  loader/shp2pgsql-cli.c: Add i18n string wrapper for pgsql2shp
-	  utility too.
-
-2010-12-02 00:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6244] macros/progtest.m4: Now for sure.
-
-2010-12-02 00:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6243] macros/lib-ld.m4: Final one?
-
-2010-12-02 00:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6242] macros/lib-link.m4, macros/lib-prefix.m4: More NLS macros
-
-2010-12-02 00:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6241] macros/po.m4: Add another NLS macro
-
-2010-12-02 00:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6240] macros/codeset.m4: Add needed macro
-
-2010-12-02 00:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6239] configure.ac, loader/Makefile.in, loader/README.i18n,
-	  loader/README.txt, loader/po, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, macros/gettext.m4, macros/iconv.m4,
-	  macros/intl.m4, macros/intldir.m4, macros/intlmacosx.m4,
-	  macros/intltool.m4, macros/nls.m4: First attempt at i18n for the
-	  loader/dumper.
-
-2010-12-01 20:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6238] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/libtgeom.c, liblwgeom/libtgeom.h,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/measures.c,
-	  postgis/lwgeom_functions_basic.c: Remove LWGEOM_INSPECTED from
-	  perimeter calculation
-
-2010-12-01 19:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6237] postgis/lwgeom_transform.c: Remove LWGEOM_INSPECTED from
-	  transform functions
-
-2010-12-01 18:13  Sandro Santilli <strk at keybit.net>
-
-	* [r6236] regress/Makefile.in, regress/sharedpaths.sql,
-	  regress/sharedpaths_expected: Add regression testing for
-	  ST_SharedPaths
-
-2010-12-01 18:11  Sandro Santilli <strk at keybit.net>
-
-	* [r6235] postgis/lwgeom_geos.c: Support typed multi* empties, just
-	  enough fro ST_SharedEdge (see issue #673 for more)
-
-2010-12-01 16:23  Sandro Santilli <strk at keybit.net>
-
-	* [r6234] postgis/lwgeom_geos_sharedpaths.c: Fix builds against
-	  libgeos < 3.3.0
-
-2010-12-01 16:23  Sandro Santilli <strk at keybit.net>
-
-	* [r6233] postgis/lwgeom_geos_sharedpaths.c: Retain SRID in output
-
-2010-12-01 16:15  Sandro Santilli <strk at keybit.net>
-
-	* [r6232] install-sh: Newer script (2009 rather than 2006). Hoping
-	  others' won't have it updated (my ./autogen.sh runs always update
-	  it)
-
-2010-12-01 15:54  Sandro Santilli <strk at keybit.net>
-
-	* [r6231] postgis/Makefile.in, postgis/postgis.sql.in.c: Build and
-	  register ST_SharedPaths
-
-2010-12-01 15:42  Sandro Santilli <strk at keybit.net>
-
-	* [r6230] postgis/Makefile: postgis/Makefile is generated from
-	  postgis/Makefile.in by ./configure
-
-2010-12-01 15:12  Regina Obe <lr at pcorp.us>
-
-	* [r6229] doc/xsl/postgis_gardentest.sql.xsl: no fair -- I want a
-	  collection of empties too
-
-2010-12-01 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r6228] postgis/postgis.sql.in.c: typo
-
-2010-12-01 14:56  Sandro Santilli <strk at keybit.net>
-
-	* [r6227] regress/dump.sql, regress/dump_expected: Test dumping an
-	  insanely _empty_ geometry
-
-2010-12-01 14:44  Sandro Santilli <strk at keybit.net>
-
-	* [r6226] regress/dump.sql, regress/dump_expected: Test
-	  ST_Dump(EMPTY)
-
-2010-12-01 14:41  Sandro Santilli <strk at keybit.net>
-
-	* [r6225] regress/Makefile.in, regress/dump.sql,
-	  regress/dump_expected: Add test for ST_Dump
-
-2010-12-01 13:57  Sandro Santilli <strk at keybit.net>
-
-	* [r6224] .gitignore: some ignores
-
-2010-12-01 13:57  Sandro Santilli <strk at keybit.net>
-
-	* [r6223] utils/postgis_restore.pl: Execute bit
-
-2010-12-01 13:57  Sandro Santilli <strk at keybit.net>
-
-	* [r6222] postgis/Makefile, postgis/lwgeom_geos_sharedpaths.c:
-	  Build ST_SharedPaths function (currently returning a
-	  geometrycollection)
-
-2010-12-01 01:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6221] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Add
-	  stringbuffer_create_size() to allow different starting sizes for
-	  the buffer
-
-2010-12-01 00:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6220] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwgeom.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_basic.c: Move affine transforms into
-	  liblwgeom and expunge LWGEOM_INSPECTED
-
-2010-12-01 00:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6219] liblwgeom/lwgeodetic.c: Make spheroid distance respect z
-	  if it's there.
-
-2010-11-30 23:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6218] postgis/lwgeom_spheroid.c: Remove old length_ellipse
-	  functions
-
-2010-11-30 23:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6217] postgis/geography_measurement.c,
-	  postgis/lwgeom_spheroid.c, regress/measures.sql,
-	  regress/measures_expected: Move spheroid length calculation to
-	  using same function as geography
-
-2010-11-30 23:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6216] postgis/lwgeom_functions_basic.c: Include some extra
-	  memory freeing in the force_ndims variants.
-
-2010-11-30 22:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6215] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/measures.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_spheroid.c: Move
-	  length calculations fully to liblwgeom and remove
-	  LWGEOM_INSPECTED
-
-2010-11-30 21:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6214] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/measures.c,
-	  postgis/lwgeom_functions_basic.c: Move area calculations fully to
-	  liblwgeom and remove LWGEOM_INSPECTED
-
-2010-11-30 21:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6213] liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
-	  postgis/geography_inout.c, postgis/lwgeom_export.c: Remove
-	  LWGEOM_INSPECTED from AsGML and AsKML
-
-2010-11-30 20:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6212] liblwgeom/cunit/cu_out_geojson.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwout_geojson.c, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c: Remove LWGEOM_INSPECTED from AsGeoJSON
-
-2010-11-30 19:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6211] liblwgeom/cunit/cu_out_svg.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwout_svg.c, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c: Remove LWGEOM_INSPECTED from AsSVG
-
-2010-11-30 07:02  Regina Obe <lr at pcorp.us>
-
-	* [r6210] doc/reference_output.xml,
-	  doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/raster_gardentest.sql.xsl: more logging cleanup and add
-	  create index test for geometry/geography. Change verison number
-	  arg in ST_GeoJSON so can stuff the right value in testing
-
-2010-11-29 13:02  Regina Obe <lr at pcorp.us>
-
-	* [r6209] doc/reference_raster.xml: more mistakes
-
-2010-11-29 12:55  Regina Obe <lr at pcorp.us>
-
-	* [r6208] doc/reference_raster.xml: fix typo
-
-2010-11-26 16:55  Regina Obe <lr at pcorp.us>
-
-	* [r6207] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/raster_gardentest.sql.xsl: fix more mistakes in table
-	  logging. replace toxic curved geometries with little more
-	  harmless. Get rid of false positive relationships by forcing
-	  geometries to have bounding boxes that intersect at least
-	  sometimes.
-
-2010-11-26 13:40  Regina Obe <lr at pcorp.us>
-
-	* [r6206] doc/xsl/postgis_gardentest.sql.xsl: put back curved
-	  geometries. Had taken them out in 1.4, but guess never put them
-	  back because of distance issues. Also some other minor cleanup
-
-2010-11-25 18:38  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r6205] liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwline.c,
-	  liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
-	  liblwgeom/lwout_kml.c, liblwgeom/lwout_wkb.c,
-	  liblwgeom/lwout_wkt.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwtriangle.c,
-	  liblwgeom/measures.c, liblwgeom/ptarray.c, postgis/lwgeom_chip.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_spheroid.c: Change POINTARRAY.dims to
-	  POINTARRAY.flags. Related to #658
-
-2010-11-25 17:34  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r6204] liblwgeom/cunit/cu_surface.c, liblwgeom/g_serialized.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwhomogenize.c,
-	  liblwgeom/lwline.c, liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwout_wkb.c,
-	  liblwgeom/lwout_wkt.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwpsurface.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwtin.c, liblwgeom/lwtriangle.c, liblwgeom/lwutil.c,
-	  loader/shp2pgsql-core.c, postgis/geography_inout.c,
-	  postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_btree.c, postgis/lwgeom_chip.c,
-	  postgis/lwgeom_dump.c, postgis/lwgeom_estimate.c,
-	  postgis/lwgeom_export.c, postgis/lwgeom_export.h,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_split.c,
-	  postgis/lwgeom_gist.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h,
-	  postgis/lwgeom_spheroid.c, postgis/lwgeom_transform.c,
-	  postgis/lwgeom_transform.h, postgis/postgis.sql.in.c: Change SRID
-	  to srid in LWGEOM struct (and also in CHIP too). Rename some
-	  functions related to SRID from Camel notation to lower case:
-	  errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID,
-	  LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658
-
-2010-11-24 23:44  Regina Obe <lr at pcorp.us>
-
-	* [r6203] doc/xsl/raster_gardentest.sql.xsl: fix casing in
-	  dropRastertable
-
-2010-11-24 22:29  Regina Obe <lr at pcorp.us>
-
-	* [r6202] doc/xsl/raster_gardentest.sql.xsl: fix table casing in
-	  Addrastercolumn
-
-2010-11-24 17:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6201] liblwgeom/lwsegmentize.c: Fully free temporary ptarray
-
-2010-11-24 17:46  Regina Obe <lr at pcorp.us>
-
-	* [r6200] doc/xsl/postgis_gardentest.sql.xsl: reenable
-	  st_curvetoline and st_linetocurve functions. Seem to work now.
-
-2010-11-24 15:41  Regina Obe <lr at pcorp.us>
-
-	* [r6199] doc/xsl/postgis_gardentest.sql.xsl: Exclude
-	  ST_MinimumBoundingCircle from testing. That uses ST_AddPoint too.
-
-2010-11-24 13:34  Regina Obe <lr at pcorp.us>
-
-	* [r6198] doc/xsl/postgis_gardentest.sql.xsl: change polygon z and
-	  m building to not use ST_AddPoint and remove ST_AddPoint from
-	  testing until it works again. Put ST_Transform back.
-
-2010-11-24 01:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6197] liblwgeom/lwgeodetic.c: Inherit gbox flags from lwgeom
-	  when calculating. This makes sense.
-
-2010-11-24 01:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6196] liblwgeom/lwgeodetic.c: Initialize static GBOX flags to
-	  zero to avoid nastiness.
-
-2010-11-24 00:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6195] liblwgeom/lwgeodetic.c: Tighten up lwgeodetic a little
-
-2010-11-24 00:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6194] liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwline.c, liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwpsurface.c, liblwgeom/lwtin.c,
-	  liblwgeom/lwtriangle.c, postgis/geography_measurement.c: Ensure
-	  that flags are initialized cleanly in constructors
-
-2010-11-23 23:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6193] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
-	  postgis/geography_inout.c, postgis/geography_measurement.c,
-	  postgis/lwgeom_spheroid.c: Update geography functions to use the
-	  in-build .flags attribute on LWGEOM
-
-2010-11-23 20:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6192] liblwgeom/Makefile.in, liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
-	  liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_out_wkt.c, liblwgeom/libgeom.h: Remove
-	  libgeom.h
-
-2010-11-23 15:49  Regina Obe <lr at pcorp.us>
-
-	* [r6191] doc/xsl/raster_gardentest.sql.xsl: fix casing of pixel
-	  types
-
-2010-11-23 00:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6190] liblwgeom/cunit/cu_ptarray.c,
-	  liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwin_wkt.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/ptarray.c,
-	  loader/shp2pgsql-core.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  postgis/lwgeom_rtree.c: Make the ptarray_add_point behavior more
-	  explicit.
-
-2010-11-23 00:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6189] liblwgeom/cunit/cu_tester.c: Remove dlfcn.h. Doesn't seem
-	  to make any difference under OS/X.
-
-2010-11-23 00:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6188] liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/ptarray.c: Update force2d to preserve repeated points.
-
-2010-11-22 22:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6187] liblwgeom/cunit/cu_ptarray.c: Add in actual cu_ptarray.c
-	  test file
-
-2010-11-22 22:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6186] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/ptarray.c: Make ptarray_append_point handle higher
-	  dimensions more consistently.
-
-2010-11-22 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6185] postgis/lwgeom_functions_basic.c: Make LWGEOM_expand use
-	  the ptarray API
-
-2010-11-22 15:43  Regina Obe <lr at pcorp.us>
-
-	* [r6184] doc/xsl/raster_gardentest.sql.xsl: change to not use
-	  skewed rasters and insure when point is used in falls in the
-	  raster to prevent unnecessary alarms
-
-2010-11-22 15:17  Regina Obe <lr at pcorp.us>
-
-	* [r6183] doc/xsl/raster_gardentest.sql.xsl: fix more bugs in test
-
-2010-11-22 13:34  Regina Obe <lr at pcorp.us>
-
-	* [r6182] doc/xsl/raster_gardentest.sql.xsl: fix some bugs in
-	  tests. More fixes to come
-
-2010-11-21 19:13  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r6181] postgis/lwgeom_transform.c: Add triangle support for
-	  ST_Transform. Fix #600. Thanks to Regina for report !
-
-2010-11-21 19:02  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r6180] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_surface.c, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/lex.yy.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
-	  liblwgeom/libtgeom.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwhomogenize.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwout_geojson.c,
-	  liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
-	  liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwspheroid.c,
-	  liblwgeom/lwtin.c, liblwgeom/lwtriangle.c, liblwgeom/lwutil.c,
-	  liblwgeom/measures.c, liblwgeom/measures.h, liblwgeom/ptarray.c,
-	  loader/shp2pgsql-core.c, postgis/geography_inout.c,
-	  postgis/lwgeom_box2dfloat4.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_geos_split.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_in_kml.c, postgis/lwgeom_ogc.c,
-	  postgis/lwgeom_transform.c: #658 part 1. Enhance LWGEOM struct
-	  (type, flags and GBOX) and related functions call.
-
-2010-11-19 22:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6179] regress/in_gml_expected: Revert GML change. Hm.
-
-2010-11-19 21:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6178] regress/in_gml_expected: Change in gml regression to
-	  match what seems to be the right answers.
-
-2010-11-18 18:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6177] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  postgis/lwgeom_functions_basic.c: Flip nrings function from
-	  serialized to lwgeom based.
-
-2010-11-18 18:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6176] liblwgeom/cunit/cu_misc.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c: Change over
-	  npoints to use an lwgeom based function intead of serialized.
-
-2010-11-18 05:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6175] liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/examples/unparser.c, liblwgeom/g_serialized.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/libtgeom.c, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwin_wkt.c,
-	  liblwgeom/lwline.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwtriangle.c,
-	  liblwgeom/ptarray.c, loader/shp2pgsql-core.c,
-	  postgis/geography_inout.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  postgis/lwgeom_rtree.c, postgis/lwgeom_transform.c,
-	  raster/rt_core/rt_api.c: An argument for git. This massive commit
-	  includes the renaming of function in the ptarray API, the removal
-	  of some pointArray_* variants in favor of ptarray_* variants,
-	  and, importantly, the adition of _append_point and _insert_point
-	  options for pointarrays. Functions have been switched over to
-	  using the API instead of managing the serialized_pointlist
-	  themselves. This has necessitated the re-writing of some
-	  functions. Simplify2d and Force2d have been re-written as lwgeom
-	  functions instead of serialized form functions, and moved into
-	  liblwgeom. There are still some major functions to move into
-	  liblwgeom, including the point_in_polygon functions that support
-	  the intersects shortcuts and the linear referencing fuctions in
-	  lwgeom_functions_analytic.
-
-2010-11-16 17:25  Regina Obe <lr at pcorp.us>
-
-	* [r6174] doc/xsl/postgis_gardentest.sql.xsl: minor logging
-	  corrections
-
-2010-11-14 18:10  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6173] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
-	  MapAlgebra prerequisites to raster core.
-
-2010-11-12 15:48  Regina Obe <lr at pcorp.us>
-
-	* [r6172] doc/faq.xml: Update 9.0 FAQ to include npgsql fixed
-	  driver for bytea support
-
-2010-11-04 23:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6170] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_serialized.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwline.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c: Change
-	  pointArray_construct() to ptarray_construct_reference_data()
-
-2010-11-02 14:20  Regina Obe <lr at pcorp.us>
-
-	* [r6168] doc/reference_processing.xml: add relevant references
-
-2010-11-02 06:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6167] liblwgeom/lwgeom.c, liblwgeom/measures.c,
-	  liblwgeom/measures.h, liblwgeom/measures3d.c,
-	  liblwgeom/measures3d.h, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_clean.c,
-	  postgis/lwgeom_geos_split.c: Change over to lwgeom_is_collection
-	  where appropriate.
-
-2010-11-02 05:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6166] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
-	  liblwgeom/lwcollection.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwhomogenize.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/measures.c,
-	  liblwgeom/measures3d.c, loader/pgsql2shp-core.c,
-	  postgis/lwgeom_dump.c, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_split.c: Remove
-	  unused function. Rename lwgeom_is_collection to
-	  lwtype_is_collection.
-
-2010-11-01 21:03  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r6165] doc/postgis.xml, doc/using_postgis_dataman.xml: try an
-	  experiment to fix Docbook and MathML compatibility issues.
-	  upgrade Docbook to 4.5
-	  upgrade MathML to 2.0
-	  
-	  One should be able to use mml namespaces now without specifying
-	  in every block.
-	  
-	  "make check" should now pass without incident.
-
-2010-11-01 14:48  Regina Obe <lr at pcorp.us>
-
-	* [r6164] doc/xsl/postgis_gardentest.sql.xsl: logging for multi arg
-	  functions
-
-2010-11-01 14:07  Regina Obe <lr at pcorp.us>
-
-	* [r6163] doc/introduction.xml: Get rid of WKT in credits and some
-	  minor spring cleaning
-
-2010-11-01 08:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6162] doc/html/image_src/generator.c: Fix liblwgeom.h reference
-	  in generator
-
-2010-11-01 08:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6161] liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/ptarray.c, loader/shp2pgsql-core.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_lrs.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_in_kml.c: Remove DYNPTARRAY and all users of it
-
-2010-11-01 01:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6160] liblwgeom/box2d.c, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwhomogenize.c,
-	  liblwgeom/lwhomogenize.h, liblwgeom/lwin_wkt.c,
-	  liblwgeom/lwline.c, liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwout_geojson.c,
-	  liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
-	  liblwgeom/lwout_svg.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwprint.c, liblwgeom/lwpsurface.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/measures.h,
-	  liblwgeom/measures3d.h, liblwgeom/ptarray.c,
-	  liblwgeom/stringbuffer.c: Flip all the internal liblwgeom files
-	  over to use liblwgeom_internal.h
-
-2010-11-01 01:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6159] liblwgeom/libtgeom.c: Remove one use of DYNPTARRAY
-
-2010-10-31 03:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6158] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c: Remove a
-	  pair of unused functions.
-
-2010-10-31 02:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6157] configure.ac, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_surface.h, liblwgeom/g_box.c,
-	  liblwgeom/g_coord.c, liblwgeom/g_geometry.c,
-	  liblwgeom/g_ptarray.c, liblwgeom/g_serialized.c,
-	  liblwgeom/g_util.c, liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
-	  liblwgeom/libtgeom.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h, liblwgeom/lwgeom.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwin_wkt.h, liblwgeom/lwout_wkb.c,
-	  liblwgeom/lwout_wkt.c, liblwgeom/lwspheroid.c,
-	  liblwgeom/lwtree.c, liblwgeom/lwtree.h, liblwgeom/measures.c,
-	  postgis/geography_btree.c, postgis/geography_estimate.c,
-	  postgis/geography_gist.c, postgis/geography_inout.c,
-	  postgis/geography_measurement.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_spheroid.c,
-	  postgis_config.h.in, raster: Clean out scruft from my G_ phase
-	  and start attempting to separate _internal from external
-	  liblwgeom functions.
-
-2010-10-30 17:35  Sandro Santilli <strk at keybit.net>
-
-	* [r6156] raster/rt_pg/rt_pg.c: ISO C90 forbids mixed declarations
-	  and code
-
-2010-10-29 22:57  Regina Obe <lr at pcorp.us>
-
-	* [r6155] doc/reference_raster.xml: put in references to geomval
-	  data type
-
-2010-10-29 22:20  Regina Obe <lr at pcorp.us>
-
-	* [r6154] doc/postgis.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-
-2010-10-29 21:57  Regina Obe <lr at pcorp.us>
-
-	* [r6153] doc/postgis.xml: switch order back
-
-2010-10-29 21:33  Regina Obe <lr at pcorp.us>
-
-	* [r6152] doc/postgis.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Include
-	  rasters in special function index and switch ordering of chapters
-	  so special function index is at the end again after raster
-
-2010-10-29 13:04  Regina Obe <lr at pcorp.us>
-
-	* [r6151] doc/xsl/raster_gardentest.sql.xsl: test all functions --
-	  first draft -- lots of false negatives
-
-2010-10-29 12:21  Regina Obe <lr at pcorp.us>
-
-	* [r6150] doc/xsl/raster_gardentest.sql.xsl: fix typo in logging
-
-2010-10-29 12:04  Regina Obe <lr at pcorp.us>
-
-	* [r6149] doc/xsl/raster_gardentest.sql.xsl: update to test the
-	  raster operators
-
-2010-10-29 11:28  Regina Obe <lr at pcorp.us>
-
-	* [r6148] doc/reference_measure.xml: ST_3DDFullyWithin
-
-2010-10-28 23:08  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6147] raster/scripts/plpgsql/_MapAlgebraParts.sql,
-	  raster/scripts/plpgsql/st_addband.sql,
-	  raster/scripts/plpgsql/st_asraster.sql,
-	  raster/scripts/plpgsql/st_clip.sql,
-	  raster/scripts/plpgsql/st_deleteband.sql,
-	  raster/scripts/plpgsql/st_mapalgebra.sql,
-	  raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
-	  raster/scripts/plpgsql/st_pixelaspolygons.sql,
-	  raster/scripts/plpgsql/st_reclass.sql,
-	  raster/scripts/plpgsql/st_setvalues.sql,
-	  raster/scripts/plpgsql/st_sevalues.sql,
-	  raster/scripts/plpgsql/st_union.sql: --General enhancement to the
-	  script functions. Still a lot of work to do...
-
-2010-10-28 13:47  Regina Obe <lr at pcorp.us>
-
-	* [r6146] doc/faq_raster.xml: some cleanup and one more link
-
-2010-10-28 13:10  Regina Obe <lr at pcorp.us>
-
-	* [r6145] doc/reference_raster.xml: get rid of tabs
-
-2010-10-28 12:45  Regina Obe <lr at pcorp.us>
-
-	* [r6144] doc/reference_raster.xml: Try to clarify use of
-	  ST_MakeEmptyRaster to address #651
-
-2010-10-27 18:01  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r6143] doc/html/image_src/st_isvalid09.wkt,
-	  doc/using_postgis_dataman.xml: updated reference to appropriate
-	  image in the discussion on geometry validity
-
-2010-10-27 17:27  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r6142] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_isvalid09.wkt,
-	  doc/using_postgis_dataman.xml: added an example for ST_IsValid
-	  that shows a valid multipolygon that touches at a point.
-
-2010-10-27 17:09  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r6141] doc/reference_measure.xml: remove <remark> TODO tag in
-	  doc.
-
-2010-10-27 16:47  Regina Obe <lr at pcorp.us>
-
-	* [r6140] doc/xsl/raster_gardentest.sql.xsl: Logic to test
-	  inserting rasters of all different types
-
-2010-10-27 14:38  Regina Obe <lr at pcorp.us>
-
-	* [r6139] doc/reference_raster.xml,
-	  doc/xsl/raster_gardentest.sql.xsl: First working version of
-	  raster garden test -- currently just does an addrastercolumn for
-	  all pixel types supported, drop raster table and logs completion
-	  and timing to raster_garden_log table
-
-2010-10-27 12:51  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6138] doc/faq_raster.xml, doc/reference_raster.xml,
-	  raster/scripts/python/Makefile.in,
-	  raster/scripts/python/gdal2raster.py,
-	  raster/scripts/python/raster2pgsql.py: gdal2raster.py renamed to
-	  raster2pgsql.py. Related ticket #612
-
-2010-10-27 11:06  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6137] raster/rt_core/Makefile.in: Added CC=@CC@ in
-	  raster/rt_core/Makefile.in. Related ticket #550.
-
-2010-10-26 17:40  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6136] README.raster, README.raster.debugging, configure.ac,
-	  raster/DEBUG, raster/raster_config.h.in,
-	  raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/Makefile.in,
-	  raster/rt_pg/rt_pg.c, raster/test/core/Makefile.in: Fixes on
-	  PostGIS Raster debug system. The raster core uses
-	  default_info_handler() call. Other minor bugs fixed. Created
-	  DEBUG file in
-	  raster directory, similar to postgis/DEBUG file. Erased
-	  references to old raster debug variables in configure.ac. Deleted
-	  old readme file.
-
-2010-10-26 16:41  Regina Obe <lr at pcorp.us>
-
-	* [r6135] doc/xsl/raster_gardentest.sql.xsl: start work on raster
-	  garden test generator
-
-2010-10-26 16:40  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6134] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h: New debug system,
-	  similar to the PostGIS debug system, with two sets of macros
-	  that depend on the POSTGIS_DEBUG_LEVEL value. Related ticket
-	  #638.
-
-2010-10-26 15:50  Regina Obe <lr at pcorp.us>
-
-	* [r6133] doc/reference_type.xml: fix id ref
-
-2010-10-26 15:42  Regina Obe <lr at pcorp.us>
-
-	* [r6132] doc/xsl/postgis_aggs_mm.xml.xsl: fix build issue -- need
-	  more fixing later
-
-2010-10-26 15:01  Regina Obe <lr at pcorp.us>
-
-	* [r6131] doc/xsl/postgis_aggs_mm.xml.xsl: fix typo
-
-2010-10-26 14:47  Regina Obe <lr at pcorp.us>
-
-	* [r6130] doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl,
-	  doc/xsl/postgis_comments.sql.xsl,
-	  doc/xsl/raster_comments.sql.xsl: add raster types in in
-	  reference_types section and also put in special indexes section.
-	  Will eventually move special indexes below raster since it will
-	  now cover it as well.
-
-2010-10-26 12:46  Regina Obe <lr at pcorp.us>
-
-	* [r6129] doc/xsl/postgis_aggs_mm.xml.xsl: try to get rid of utf
-	  stuff again
-
-2010-10-25 17:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6128] liblwgeom/lwin_wkb.c: Use ptarray_isclosed to check
-	  closure
-
-2010-10-25 16:06  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6127] raster/raster_config.h.in,
-	  raster/scripts/plpgsql/st_asraster.sql,
-	  raster/scripts/plpgsql/st_clip.sql,
-	  raster/scripts/plpgsql/st_deleteband.sql,
-	  raster/scripts/plpgsql/st_mapalgebra.sql,
-	  raster/scripts/plpgsql/st_pixelaspolygons.sql,
-	  raster/scripts/plpgsql/st_reclass.sql,
-	  raster/scripts/plpgsql/st_setarray.sql,
-	  raster/scripts/plpgsql/st_sevalues.sql,
-	  raster/scripts/plpgsql/st_union.sql: Added svn tag keywords to
-	  raster plpgsql scripts. Related ticket #642.
-
-2010-10-25 14:46  Regina Obe <lr at pcorp.us>
-
-	* [r6126] doc/xsl/postgis_aggs_mm.xml.xsl: revert
-
-2010-10-25 14:33  Regina Obe <lr at pcorp.us>
-
-	* [r6125] doc/xsl/postgis_aggs_mm.xml.xsl: get rid of utf header
-	  entirely -- my xsltproc when run with make-comments chokes on it.
-
-2010-10-25 05:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6124] liblwgeom/cunit/cu_in_wkt.c: Add some WKT tests on EMPTY
-
-2010-10-25 04:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6123] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt_lex.c,
-	  liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
-	  liblwgeom/lwin_wkt_parse.h, liblwgeom/lwin_wkt_parse.y:
-	  Add/improve comments, fix SRID handling for EWKT inputs.
-
-2010-10-25 04:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6122] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c: More
-	  care handling mixed dimensional inputs and being tolerant of
-	  wierd stuff
-
-2010-10-25 00:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6121] liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y: Add
-	  destructors for the _list elements of the grammar.
-
-2010-10-24 19:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6120] liblwgeom/Makefile.in: Remove parse/lex outputs from
-	  'clean' target, add to 'maintainer-clean'
-
-2010-10-24 19:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6119] liblwgeom/lwin_wkt_lex.c: Update lexer
-
-2010-10-24 19:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6118] liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_parse.c,
-	  liblwgeom/lwin_wkt_parse.h: Add generated parser/lexer files
-
-2010-10-24 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6117] liblwgeom: Remove svn:ignores for lex/parser results
-
-2010-10-24 19:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6116] liblwgeom/lwin_wkt_lex.l: Remove header-file option
-
-2010-10-24 19:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6115] liblwgeom/Makefile.in, liblwgeom/cunit/cu_in_wkt.c,
-	  liblwgeom/lwin_wkt_lex.l: More tweaks to lexer to generate header
-
-2010-10-24 19:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6114] liblwgeom/lwin_wkt_lex.l: Change order of options
-
-2010-10-24 19:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6113] liblwgeom/lwin_wkt_parse.y: Turn off verbose grammar
-
-2010-10-24 19:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6112] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_parse.y: Add in tests for more WKT types and
-	  fix bugs as they show up.
-
-2010-10-24 16:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6111] liblwgeom/Makefile.in: Add quotes to bison/flex calls.
-
-2010-10-24 16:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6110] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgparse.c, liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y: Match the
-	  error strings with the legacy ones in the old WKT parser.
-
-2010-10-24 15:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6109] liblwgeom/cunit/cu_out_wkt.c,
-	  liblwgeom/cunit/cu_tester.c: Rename WKT out suite.
-
-2010-10-23 23:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6108] liblwgeom/Makefile.in: Change sytax on calls to LEX to
-	  maybe make windoze and others happier
-
-2010-10-23 23:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6107] loader/cunit: Ignore generated Makefile
-
-2010-10-23 23:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6106] postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_lrs.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c: Change empty
-	  collection constructor to take a type number, like the non-empty
-	  constructor (because we now believe in typed empties).
-
-2010-10-23 23:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6105] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/libtgeom.c, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwhomogenize.c,
-	  liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_parse.y, liblwgeom/lwmline.c,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/measures.c,
-	  liblwgeom/measures3d.c: Finish untested support for all types in
-	  WKT input.
-
-2010-10-23 14:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6104] liblwgeom/Makefile.in: Remove long form lex parameters
-
-2010-10-22 23:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6103] liblwgeom/lwin_wkt_parse.y: Add dimensional empties to
-	  the grammar
-
-2010-10-22 23:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6102] liblwgeom/lwout_wkb.c: comment the fact we support ISO
-	  extended types in WKB emitter
-
-2010-10-22 23:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6101] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y,
-	  liblwgeom/lwline.c, liblwgeom/lwmpoint.c, liblwgeom/lwout_wkt.c,
-	  liblwgeom/lwpoly.c, liblwgeom/ptarray.c: Add in the ISO extended
-	  types to the WKT parser and emitter.
-
-2010-10-22 19:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6100] liblwgeom/Makefile.in: Apply mcayland patch to build
-	  parse/lex. Remember: make clean before make.
-
-2010-10-22 16:29  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6099] configure.ac, doc/installation.xml: Changed '--with-gdal'
-	  for '--with-gdalconfig'. Related tickets #610 #616
-
-2010-10-22 14:54  Regina Obe <lr at pcorp.us>
-
-	* [r6098] doc/installation.xml: fix typo
-
-2010-10-22 14:52  Regina Obe <lr at pcorp.us>
-
-	* [r6097] doc/installation.xml: document GDAL config setting.
-	  Showing with-gdal for now. Jorge -- don't forget to change this
-	  in make to with-gdalconfig to be consistent with other config
-	  namings.
-
-2010-10-22 14:43  Regina Obe <lr at pcorp.us>
-
-	* [r6096] doc/installation.xml: amend install instructions to
-	  reflect new simplied installation of raster support
-
-2010-10-22 14:00  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6095] GNUmakefile, configure.ac, raster/Makefile.in,
-	  raster/rt_pg/Makefile.in: Raster build simplified. Only
-	  "./configure --with-raster & make & make install" needed. Raster
-	  objetive names changed in GNUMakefile. Raster library object
-	  generated with PostGIS version numbers.
-
-2010-10-22 02:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6094] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c,
-	  liblwgeom/lwin_wkt.h, liblwgeom/lwin_wkt_parse.y,
-	  liblwgeom/lwout_wkt.c, liblwgeom/stringbuffer.c,
-	  liblwgeom/stringbuffer.h: Add in more parser cases and test an
-	  EMPTY case.
-
-2010-10-21 22:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6093] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lex.yy.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwin_wkt.c,
-	  liblwgeom/lwin_wkt.h, liblwgeom/lwin_wkt_parse.y,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwpoint.c: Add support for point
-	  and multipoints to the WKT parser.
-
-2010-10-21 21:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6092] liblwgeom/Makefile.in: Ensure the parser prereqs are
-	  built (#636)
-
-2010-10-20 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6091] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y: Current
-	  work on bison-based WKT-to-LWGEOM parser. Implemented for
-	  LINESTRING, almost ready to extend to all types.
-
-2010-10-20 14:09  Regina Obe <lr at pcorp.us>
-
-	* [r6090] doc/reference_raster.xml: correction in output type
-
-2010-10-20 13:41  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6089] raster/rt_core/rt_api.c: -Fix for ticket ticket 634. Typo
-	  in error message.
-
-2010-10-20 13:38  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6088] raster/rt_pg/rtpostgis.sql.in.c: -Fix for ticket 632.
-	  st_world2rastercoordx and st_world2rastercoordy must return int
-	  instead of float8.
-
-2010-10-20 12:22  Regina Obe <lr at pcorp.us>
-
-	* [r6087] doc/reference_raster.xml: finish off documenting current
-	  public raster functions. Think that's all of them we have so far
-
-2010-10-19 13:02  Regina Obe <lr at pcorp.us>
-
-	* [r6086] doc/reference_raster.xml: fill in missing portos and
-	  provide more description of what additional protos do when args
-	  are left out or included
-
-2010-10-19 12:31  Regina Obe <lr at pcorp.us>
-
-	* [r6085] doc/reference_output.xml: missing protos for st_askml,
-	  st_asgml
-
-2010-10-18 15:59  Sandro Santilli <strk at keybit.net>
-
-	* [r6084] postgis/lwgeom_geos.c: Location argument to
-	  GEOSIsValidDetail is non-const
-
-2010-10-18 13:15  Sandro Santilli <strk at keybit.net>
-
-	* [r6083] regress/measures.sql, regress/measures_expected: Snap
-	  ShortestLine to 1e-14 grid (fixes failure on opensuse)
-
-2010-10-15 21:46  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6082] raster/scripts/python/gdal2raster.py: -Fix for ticket
-	  628.
-
-2010-10-15 14:32  Regina Obe <lr at pcorp.us>
-
-	* [r6081] doc/xsl/postgis_gardentest.sql.xsl: typo
-
-2010-10-15 14:29  Regina Obe <lr at pcorp.us>
-
-	* [r6080] doc/xsl/postgis_gardentest.sql.xsl: more logic errors
-
-2010-10-15 13:28  Regina Obe <lr at pcorp.us>
-
-	* [r6079] doc/xsl/postgis_comments.sql.xsl,
-	  doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/raster_comments.sql.xsl: fix error in logic in test,
-	  change xml header to match other xml files
-
-2010-10-14 06:54  Regina Obe <lr at pcorp.us>
-
-	* [r6078] doc/xsl/postgis_aggs_mm.xml.xsl: fix non valid
-	  RT_Reference link
-
-2010-10-14 06:04  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r6077] doc/installation.xml, doc/reference_accessor.xml,
-	  doc/reference_processing.xml, doc/reference_raster.xml,
-	  doc/using_postgis_dataman.xml: Fix few errors inside DocBook
-	  documentation. Refer to #471
-
-2010-10-13 22:22  Regina Obe <lr at pcorp.us>
-
-	* [r6076] doc/faq_raster.xml, doc/reference_raster.xml: address
-	  some dtd errors
-
-2010-10-13 17:12  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6075] raster/rt_core/Makefile.in, raster/rt_pg/Makefile.in,
-	  raster/rt_pg/Makefile.pgxs: Modified raster Makefiles to solve
-	  bugs of ticket #610 (build error and
-	  incorrect placement of rtpostgis.sql file)
-
-2010-10-13 15:41  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6074] doc/faq_raster.xml, raster/rt_pg/rtpostgis.sql.in.c:
-	  Deleted references to 'WKT' in rtpostgis.sql and faq_raster.xml
-
-2010-10-13 14:31  Regina Obe <lr at pcorp.us>
-
-	* [r6072] doc/reference_processing.xml: Correct the spelling of
-	  Peucker
-
-2010-10-13 13:44  Regina Obe <lr at pcorp.us>
-
-	* [r6071] doc/reference_raster.xml: correction to example
-
-2010-10-13 13:03  Regina Obe <lr at pcorp.us>
-
-	* [r6070] doc/xsl/postgis_aggs_mm.xml.xsl: amend the what is new in
-	  PostGIS 2.0 section
-
-2010-10-13 08:52  Regina Obe <lr at pcorp.us>
-
-	* [r6069] doc/reference_raster.xml: Put reference to addband and
-	  setvalue in empty raster. If a raster has no bands and values, do
-	  you see it :)
-
-2010-10-13 08:45  Regina Obe <lr at pcorp.us>
-
-	* [r6068] doc/reference_raster.xml: fill in missing protos for
-	  ST_AddBand and an example of creating a raster from scratch
-
-2010-10-13 08:12  Regina Obe <lr at pcorp.us>
-
-	* [r6067] doc/Makefile.comments.in: add raster_comments.sql to be
-	  copied to contrib directory as well
-
-2010-10-12 18:38  Regina Obe <lr at pcorp.us>
-
-	* [r6066] raster/doc/raster_comments.sql: this is now auto built
-	  when make comments is run
-
-2010-10-12 18:37  Regina Obe <lr at pcorp.us>
-
-	* [r6065] doc/Makefile.in: revise to also build raster_comments.sql
-	  when make comments is run
-
-2010-10-11 00:45  Regina Obe <lr at pcorp.us>
-
-	* [r6064] doc/reference_raster.xml: typo
-
-2010-10-11 00:45  Regina Obe <lr at pcorp.us>
-
-	* [r6063] doc/faq_raster.xml, doc/reference_raster.xml: fix typo in
-	  faxq_raster. Document ST_AddBand
-
-2010-10-10 22:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6062] liblwgeom/cunit/cu_in_wkb.c: Remove warnings
-
-2010-10-10 11:16  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6061] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/test/core/testapi.c: Modified the prototype of dump
-	  core/server/sql functions, adding "wkt" to their names, because
-	  their returning elements are WKT geometries, not real PostGIS
-	  geometries.
-
-2010-10-10 00:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6060] liblwgeom, liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
-	  liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y,
-	  liblwgeom/lwline.c, liblwgeom/ptarray.c: Put the WKT new parser
-	  files into repo so others can see them and I can work in synch
-	  with trunk.
-
-2010-10-09 04:03  Regina Obe <lr at pcorp.us>
-
-	* [r6059] doc/faq_raster.xml: Put link to Jorge's PostGIS Raster
-	  and Oracle GeoRaster series
-
-2010-10-08 18:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6058] liblwgeom/lwin_wkb.c: Add param.h to headers, pick up
-	  ENDIAN macros?
-
-2010-10-08 16:45  Regina Obe <lr at pcorp.us>
-
-	* [r6057] doc/xsl/postgis_gardentest.sql.xsl: another fix
-
-2010-10-08 14:55  Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
-
-	* [r6056] raster/rt_pg/rtpostgis.sql.in.c: -Modify ST_Intersects so
-	  that index is taken into account by the planner
-	  -Added a series of ST_Intersects with a boolean parameter to make
-	  the desactivation of the nodata value working with indexes
-
-2010-10-08 13:15  Regina Obe <lr at pcorp.us>
-
-	* [r6055] doc/xsl/postgis_gardentest.sql.xsl:
-
-2010-10-08 13:14  Regina Obe <lr at pcorp.us>
-
-	* [r6054] doc/xsl/postgis_gardentest.sql.xsl: more corrections
-
-2010-10-08 13:00  Regina Obe <lr at pcorp.us>
-
-	* [r6053] doc/Makefile.in, doc/xsl/postgis_gardentest.sql.xsl: take
-	  out automatic build of raster_comments (until figure out what's
-	  wrong), fix some logic in gardent test, take out ST_Transform
-	  until it stops crashing.
-
-2010-10-08 11:39  Regina Obe <lr at pcorp.us>
-
-	* [r6052] doc/Makefile.in, doc/xsl/wktraster_comments.sql.xsl:
-	  logic to build raster_comments postgresql help instructions --
-	  also replace postgis.refractions.net with www.postgis.org
-
-2010-10-08 11:31  Regina Obe <lr at pcorp.us>
-
-	* [r6051] doc/xsl/raster_comments.sql.xsl: rename to raster to be
-	  consistent with other files
-
-2010-10-07 15:55  Regina Obe <lr at pcorp.us>
-
-	* [r6050] doc/xsl/postgis_gardentest.sql.xsl: Put in vacuum analyze
-	  crash test
-
-2010-10-06 20:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6049] liblwgeom/cunit/cu_in_wkb.c: Add nested geometry
-	  collection test.
-
-2010-10-06 20:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6048] liblwgeom/cunit/cu_in_wkb.c,
-	  liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwin_wkb.c: Add extra
-	  comments.
-
-2010-10-06 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6047] liblwgeom/cunit/cu_in_wkb.c,
-	  liblwgeom/cunit/cu_out_wkb.c: Add extra tests, remove printf
-	  noise from run.
-
-2010-10-06 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6046] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_out_wkb.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/libgeom.h,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwout_wkb.c: Add in WKB reader and associated test
-	  framework to build.
-
-2010-10-06 17:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6045] liblwgeom/lwout_wkb.c: Fix a write-out-of-bounds error.
-
-2010-10-06 15:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6044] liblwgeom/lwcollection.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwpoly.c: Finish first draft of WKB reader.
-
-2010-10-06 00:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6043] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwin_wkb.c, liblwgeom/lwout_wkb.c: Clean out compile
-	  warnings.
-
-2010-10-05 23:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6042] liblwgeom/lwout_wkb.c: Add WKB writing support for TIN,
-	  Triangle and PolyhedralSurface
-
-2010-10-05 23:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6041] liblwgeom/lwin_wkb.c: Add WKB writing support for TIN,
-	  Triangle and PolyhedralSurface
-
-2010-10-05 22:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6040] liblwgeom/libgeom.h, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwout_wkb.c: Macroify the WKB type numbers and add the
-	  extended types for 3D objects.
-
-2010-10-03 19:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6039] liblwgeom/ptarray.c: Fix syntax error in
-	  ptarray_segmentize2d introduced in last commit
-
-2010-10-03 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6038] liblwgeom/ptarray.c: Ensure maxpoints is filled in
-	  appropriately
-
-2010-10-03 18:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6037] liblwgeom/Makefile.in: Remove lwin_wkb from build until
-	  it's complete
-
-2010-10-03 18:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6036] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c,
-	  liblwgeom/cunit/cu_wkb.c, liblwgeom/cunit/cu_wkt.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/lwin_wkb.c,
-	  liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c:
-	  Continue with new WKB parser. Change signature of RHR "right hand
-	  rule" functions to "clockwise" to avoid misinterpretations of
-	  orientation rules.
-
-2010-10-03 01:39  Regina Obe <lr at pcorp.us>
-
-	* [r6034] doc/faq.xml: typo
-
-2010-10-02 15:46  Regina Obe <lr at pcorp.us>
-
-	* [r6032] doc/faq.xml: update PostgreSQL 9.0 that upgrading the
-	  driver works as well.
-
-2010-09-29 20:28  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r6030] liblwgeom/measures.c: removing run-time sized array
-
-2010-09-27 15:20  Regina Obe <lr at pcorp.us>
-
-	* [r6028] NEWS: copy Paul's changes to trunk
-
-2010-09-27 13:25  Regina Obe <lr at pcorp.us>
-
-	* [r6024] doc/installation.xml: missing gtk dependency note
-
-2010-09-27 13:11  Regina Obe <lr at pcorp.us>
-
-	* [r6022] doc/installation.xml: update install instructions to
-	  include install of raster and dependency on GDAL
-
-2010-09-27 12:59  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6021] install-sh, liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
-	  liblwgeom/wktparse.tab.h, raster/.vimrc, raster/COPYING:
-	  liblwgeom/lex.yy.c replaced with previous version
-
-2010-09-26 21:41  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6020] README.postgis, README.raster: README files updated with
-	  the new raster extension information.
-
-2010-09-26 21:21  Jorge Arévalo <jorge.arevalo at deimos-space.com>
-
-	* [r6019] GNUmakefile, README.raster, README.raster.debugging,
-	  configure.ac, doc/reference_raster.xml, install-sh,
-	  liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
-	  liblwgeom/wktparse.tab.h, raster, raster/Makefile,
-	  raster/Makefile.in, raster/NEWS, raster/README,
-	  raster/README.debugging, raster/autogen.sh, raster/config.guess,
-	  raster/config.sub, raster/configure.ac,
-	  raster/doc/raster_comments.sql,
-	  raster/doc/wktraster_comments.sql, raster/raster_config.h.in,
-	  raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
-	  raster/rt_core/rt_api.h, raster/rt_pg/Makefile.in,
-	  raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
-	  raster/scripts/Makefile.in, raster/scripts/Makefile.rt.sample,
-	  raster/scripts/gdal2wktraster.py, raster/scripts/genraster.py,
-	  raster/scripts/ovdump.py, raster/scripts/pixval.py,
-	  raster/scripts/python, raster/scripts/python/Makefile.in,
-	  raster/scripts/python/Makefile.rt.sample,
-	  raster/scripts/python/gdal2raster.py,
-	  raster/scripts/python/genraster.py,
-	  raster/scripts/python/ovdump.py, raster/scripts/python/pixval.py,
-	  raster/scripts/python/rtpixdump.py,
-	  raster/scripts/python/rtreader.py,
-	  raster/scripts/python/rtrowdump.py,
-	  raster/scripts/python/window.py, raster/scripts/rtpixdump.py,
-	  raster/scripts/rtreader.py, raster/scripts/rtrowdump.py,
-	  raster/scripts/window.py, raster/test/core/Makefile.in,
-	  raster/test/core/testapi.c, raster/test/regress/run_test.in,
-	  raster/wktraster_config.h.in: - Added raster extension to new
-	  'raster' directory.
-	  - Modified PostGIS 'configure.ac' script to add support for new
-	  raster type (driven by '--with-raster' configure option.
-	  - Added raster build options to 'GNUMakefile' script.
-	  - PostGIS Python scripts moved to a 'python' subdirectory inside
-	  'raster/scripts' directory.
-	  - References to "WKT" deleted from source code.
-
-2010-09-24 18:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6017] regress/tickets.sql, regress/tickets_expected,
-	  regress/wmsservers.sql, regress/wmsservers_expected: Forward port
-	  regression fixes for pgSQL 9.0 support
-
-2010-09-24 12:53  Regina Obe <lr at pcorp.us>
-
-	* [r6015] doc/reference_misc.xml: move to enhanced from available
-
-2010-09-24 11:39  Regina Obe <lr at pcorp.us>
-
-	* [r6014] doc/reference_constructor.xml, doc/reference_editor.xml,
-	  doc/reference_measure.xml, doc/reference_operator.xml,
-	  doc/reference_output.xml, doc/reference_processing.xml: change
-	  all these polyhedral surface/tin to enhanced from available
-
-2010-09-24 11:00  Regina Obe <lr at pcorp.us>
-
-	* [r6013] doc/reference_accessor.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Note change in behavior of
-	  ST_NumGeometries and add back changed section.
-
-2010-09-24 10:52  Regina Obe <lr at pcorp.us>
-
-	* [r6012] doc/xsl/postgis_aggs_mm.xml.xsl: get rid of changed for
-	  now
-
-2010-09-24 10:38  Regina Obe <lr at pcorp.us>
-
-	* [r6011] doc/reference_constructor.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: mark all polyhedral preexisting
-	  functions as enhanced. minor correction to comments
-
-2010-09-24 10:34  Regina Obe <lr at pcorp.us>
-
-	* [r6010] doc/reference_accessor.xml, doc/template.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: we have too many new functions
-	  (those polyhedral things that should really be marked as
-	  enhancements) and we are going to have a lot of breaking changes.
-	  Revise what's new section to have a really new, enhanced, and
-	  behavior changed section
-
-2010-09-23 07:40  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r6009] loader/shp2pgsql-gui.c: Reverting erroneous changes to
-	  pgui_read_connection.
-
-2010-09-22 23:45  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r6008] loader/shp2pgsql-core.h: Reverting the default geometry
-	  column name change. Got too excited... breathe deep...
-
-2010-09-22 22:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6007] regress/run_test: Use 'the_geom' as geometry column when
-	  running regression tests to match the old regression fragments.
-
-2010-09-22 22:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r6006] postgis/lwgeom_geos_clean.c: Remove compiler warnings in
-	  OS/X
-
-2010-09-22 17:30  Regina Obe <lr at pcorp.us>
-
-	* [r6005] doc/reference_measure.xml: ST_3DIntersects
-
-2010-09-22 17:22  Regina Obe <lr at pcorp.us>
-
-	* [r6004] doc/reference_measure.xml: fix some typos
-
-2010-09-22 17:15  Regina Obe <lr at pcorp.us>
-
-	* [r6003] doc/reference_measure.xml: ST_3DClosestPoint -- if only
-	  our wkt diagrammer could draw 3d geometries
-
-2010-09-22 05:34  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r6001] loader/shp2pgsql-gui.c: Forcing table names to lower case
-	  when initially added.
-
-2010-09-21 23:22  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r6000] loader/shp2pgsql-gui.c: Removing lingering references to
-	  the broken icon support.
-
-2010-09-21 23:12  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r5999] loader/shp2pgsql-gui.c: Changing the default geometry
-	  name from 'the_geom' to 'geom'
-
-2010-09-21 23:11  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r5998] loader/shp2pgsql-core.h: Changing the default geometry
-	  name from 'the_geom' to 'geom'
-
-2010-09-21 03:36  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r5995] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, loader/structure.h: Clearing some compile
-	  warnings and fixing the issue where the test connection button
-	  always reported success.
-
-2010-09-19 17:44  Regina Obe <lr at pcorp.us>
-
-	* [r5992] NEWS, doc/release_notes.xml: ditto
-
-2010-09-19 16:56  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5990] loader/shp2pgsql-core.c: Fix #603: shp2pgsql: "-w"
-	  produces invalid WKT for MULTI* objects.
-
-2010-09-19 12:48  Regina Obe <lr at pcorp.us>
-
-	* [r5988] NEWS, doc/release_notes.xml: 1.5.2 release notes updated
-
-2010-09-19 12:22  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5986] doc/Makefile.in: Fix the comments-uninstall target so it
-	  now works correctly with the new PGXS code.
-
-2010-09-19 12:11  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5984] loader/Makefile.in, loader/shp2pgsql-gui.c,
-	  loader/shpcommon.c, loader/shpcommon.h: Fix #572: Password
-	  whitespace for Shape File to PostGIS Importer not supported.
-	  Fixed by adding a new function especially designed for escaping
-	  arguments for PQconnectdb strings, and plugging it into the GUI.
-	  
-	  Note this commit is different from the 1.5 branch version, since
-	  the escaping function is moved into a new common library as I can
-	  see it being required for the new pgsql2shp CLI in the not too
-	  distant future.
-
-2010-09-18 23:54  Regina Obe <lr at pcorp.us>
-
-	* [r5982] NEWS, doc/release_notes.xml: ditto
-
-2010-09-18 15:22  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5975] loader/shp2pgsql-gui.c: Fix #527: Log window in
-	  shp2pgsql-gui should always append text to bottom of window.
-
-2010-09-15 16:51  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5973] postgis/lwgeom_functions_basic.c: Add Triangle support
-	  for ST_NPoints. Thanks again to Regina for this report. Related
-	  to #596
-
-2010-09-15 16:09  Regina Obe <lr at pcorp.us>
-
-	* [r5972] doc/reference_measure.xml: start documenting 3d
-	  measurement functions
-
-2010-09-15 16:01  Regina Obe <lr at pcorp.us>
-
-	* [r5971] doc/postgis.xml: another spot missing
-
-2010-09-15 15:15  Regina Obe <lr at pcorp.us>
-
-	* [r5970] doc/Makefile.in: forgot a spot
-
-2010-09-15 15:12  Regina Obe <lr at pcorp.us>
-
-	* [r5969] doc/faq_raster.xml, doc/faq_wktraster.xml,
-	  doc/postgis.xml, doc/reference_raster.xml,
-	  doc/reference_wktraster.xml: rename wktraster to raster
-
-2010-09-13 19:18  Sandro Santilli <strk at keybit.net>
-
-	* [r5966] topology/topology.sql.in.c: Drop references to topology
-	  geometry tables in DropTopology (see #586)
-
-2010-09-13 17:01  Sandro Santilli <strk at keybit.net>
-
-	* [r5965] topology/README: Add note about topology.sql expecting a
-	  postgis-enabled db
-
-2010-09-13 16:59  Sandro Santilli <strk at keybit.net>
-
-	* [r5964] topology/topology.sql.in.c: PostgreSQL 9 support : don't
-	  use reserved 'table' keyword (see #585)
-
-2010-09-13 13:45  Regina Obe <lr at pcorp.us>
-
-	* [r5963] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_concavehull07.wkt,
-	  doc/html/image_src/st_concavehull08.wkt,
-	  doc/reference_processing.xml: more cleanup
-
-2010-09-13 13:01  Regina Obe <lr at pcorp.us>
-
-	* [r5962] postgis/postgis.sql.in.c: minor changes
-
-2010-09-13 12:46  Regina Obe <lr at pcorp.us>
-
-	* [r5961] doc/html/image_src/st_concavehull04.wkt,
-	  doc/html/image_src/st_concavehull05.wkt,
-	  doc/html/image_src/st_concavehull06.wkt,
-	  doc/html/image_src/st_concavehull07.wkt,
-	  doc/reference_processing.xml: give up on complex S example and
-	  change to simpler L example
-
-2010-09-10 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5959] loader/safileio.c: Add support file for shapefil update
-
-2010-09-10 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5958] loader/Makefile.in, loader/dbfopen.c, loader/shapefil.h,
-	  loader/shpopen.c: Fix for #554, align internal shapelib with
-	  official shapelib
-
-2010-09-10 19:07  Regina Obe <lr at pcorp.us>
-
-	* [r5956] doc/html/image_src/st_concavehull05.wkt,
-	  doc/reference_processing.xml: get rid of points in the lower
-	  concave hull as well, minor text cleanup
-
-2010-09-10 18:47  Regina Obe <lr at pcorp.us>
-
-	* [r5955] doc/html/image_src/generator.c: revert changes. Getting
-	  crud from other pictures in all pictures that follow
-
-2010-09-10 16:33  Regina Obe <lr at pcorp.us>
-
-	* [r5954] doc/html/image_src/st_concavehull06.wkt,
-	  doc/html/image_src/st_concavehull07.wkt:
-
-2010-09-10 15:34  Regina Obe <lr at pcorp.us>
-
-	* [r5953] doc/html/image_src/st_concavehull06.wkt,
-	  doc/reference_processing.xml: get rid of points too cluttered
-
-2010-09-10 15:25  Regina Obe <lr at pcorp.us>
-
-	* [r5952] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_concavehull07.wkt,
-	  doc/reference_processing.xml: put back example -- some minor
-	  clean up
-
-2010-09-10 15:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5951] loader/shp2pgsql-gui.c: Bring forward fix from #513
-
-2010-09-10 15:20  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5949] doc/installation.xml, doc/postgis.xml: Apply patch from
-	  mwtoews. On postgresql_min_version entity in doc. Related to #539
-
-2010-09-10 15:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5948] postgis/geography.sql.in.c: Fix for #532, Temporary table
-	  geography columns appear in other's sessions
-
-2010-09-10 14:53  Regina Obe <lr at pcorp.us>
-
-	* [r5946] doc/html/image_src/st_concavehull06.wkt:
-
-2010-09-10 14:47  Regina Obe <lr at pcorp.us>
-
-	* [r5945] doc/html/image_src/Makefile.in: give up for now
-
-2010-09-10 14:44  Regina Obe <lr at pcorp.us>
-
-	* [r5944] doc/html/image_src/st_concavehull07.wkt: move holes to
-	  geometrycollection
-
-2010-09-10 14:35  Regina Obe <lr at pcorp.us>
-
-	* [r5943] doc/html/image_src/st_concavehull07.wkt: get rid of some
-	  holes
-
-2010-09-10 14:25  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5942] postgis/lwgeom_ogc.c: Fix wrong name in function
-	  definition
-
-2010-09-10 14:18  Regina Obe <lr at pcorp.us>
-
-	* [r5941] doc/html/image_src/generator.c:
-
-2010-09-10 14:17  Regina Obe <lr at pcorp.us>
-
-	* [r5940] doc/html/image_src/generator.c:
-
-2010-09-10 14:13  Regina Obe <lr at pcorp.us>
-
-	* [r5939] doc/html/image_src/generator.c: alright just going to
-	  increase allocated line size
-
-2010-09-10 14:08  Regina Obe <lr at pcorp.us>
-
-	* [r5938] doc/html/image_src/st_concavehull07.wkt:
-
-2010-09-10 14:06  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5937] liblwgeom/libtgeom.c: Fix TGEOM wrong size allocation.
-	  Tks to Paul for report
-
-2010-09-10 14:03  Regina Obe <lr at pcorp.us>
-
-	* [r5936] doc/html/image_src/st_concavehull06.wkt,
-	  doc/html/image_src/st_concavehull07.wkt: break into several more
-	  multipoints -- parser has limit (need to fix parser later)
-
-2010-09-10 13:59  Regina Obe <lr at pcorp.us>
-
-	* [r5935] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_concavehull04.wkt,
-	  doc/html/image_src/st_concavehull05.wkt: break multipoint
-
-2010-09-10 13:51  Regina Obe <lr at pcorp.us>
-
-	* [r5934] doc/html/image_src/Makefile.in:
-
-2010-09-10 13:49  Regina Obe <lr at pcorp.us>
-
-	* [r5933] doc/html/image_src/st_concavehull03.wkt:
-
-2010-09-10 13:37  Regina Obe <lr at pcorp.us>
-
-	* [r5932] doc/html/image_src/st_concavehull03.wkt:
-
-2010-09-10 13:35  Regina Obe <lr at pcorp.us>
-
-	* [r5931] doc/html/image_src/st_concavehull03.wkt:
-
-2010-09-10 13:29  Regina Obe <lr at pcorp.us>
-
-	* [r5930] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_concavehull03.wkt,
-	  doc/reference_processing.xml, postgis/postgis.sql.in.c:
-	  concavehull can't reset input params in 8.3, fix document example
-
-2010-09-10 13:15  Regina Obe <lr at pcorp.us>
-
-	* [r5929] postgis/postgis.sql.in.c: cleanup
-
-2010-09-10 13:00  Regina Obe <lr at pcorp.us>
-
-	* [r5927] doc/html/image_src/st_concavehull04.wkt,
-	  doc/html/image_src/st_concavehull05.wkt,
-	  doc/html/image_src/st_concavehull06.wkt,
-	  doc/html/image_src/st_concavehull07.wkt,
-	  doc/reference_processing.xml, postgis/postgis.sql.in.c: Faster
-	  and more robust and accurate concave hull with Simon's S shape
-	  example test
-
-2010-09-10 12:58  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5926] configure.ac, doc/Makefile.comments.in, doc/Makefile.in:
-	  Fix #458: postgis_comments being installed in contrib instead of
-	  version folder (this is a little bit of a hack since we can't
-	  merge PGXS into the main Makefile directly, but it works).
-
-2010-09-10 08:50  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5923] liblwgeom/ptarray.c: Fix #581: LWGEOM_expand produces
-	  inconsistent results. Change the bounding box calculation
-	  routines in ptarray.c so that they perform the entire calculation
-	  in double precision then convert the final result to BOX2DFLOAT4.
-	  This prevents rounding errors being introduced into the bounding
-	  box when each input result is converted to BOX2DFLOAT4 in turn.
-
-2010-09-07 21:59  Sandro Santilli <strk at keybit.net>
-
-	* [r5922] doc/reference_processing.xml: concave hull is currently
-	  supported
-
-2010-09-07 21:34  Regina Obe <lr at pcorp.us>
-
-	* [r5921] postgis/postgis.sql.in.c: availability note for
-	  st_concavehull
-
-2010-09-07 09:45  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5920] loader/pgsql2shp-core.c: Fix incorrect status return code
-	  from projFileCreate.
-
-2010-09-07 09:30  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5919] liblwgeom/libtgeom.h: minor changes on comment
-
-2010-09-06 21:52  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5918] loader/pgsql2shp-core.c: Fix ShpDumperCloseTable so that
-	  it now passes back any errors that may occur during
-	  projFileCreate.
-
-2010-09-06 21:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5917] liblwgeom/liblwgeom.h, loader/pgsql2shp-core.c: Fix the
-	  mixed-type geometry column detection routines so that they allow
-	  just MULTI/non-MULTI versions of the same basic geometry type
-	  within a column. Per report from Denis Rykov.
-
-2010-09-06 21:07  Regina Obe <lr at pcorp.us>
-
-	* [r5916] doc/reference_processing.xml: minor corrections
-
-2010-09-06 21:00  Regina Obe <lr at pcorp.us>
-
-	* [r5915] doc/reference_processing.xml: fix typo
-
-2010-09-06 20:55  Regina Obe <lr at pcorp.us>
-
-	* [r5914] doc/reference_processing.xml, postgis/postgis.sql.in.c:
-	  slightly more robust concave hull and update with links to our
-	  test real world cases.
-
-2010-09-06 12:53  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5913] liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_surface.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/libtgeom.c, liblwgeom/libtgeom.h, liblwgeom/measures.c,
-	  postgis/lwgeom_functions_basic.c: Add TRIANGLE, TIN and
-	  PolyhedralSurface support to Perimeter, and relevant cunit tests
-	  (cf #568). Add TRIANGLE Area support (and so to TIN).
-
-2010-09-06 09:40  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5912] postgis/lwgeom_ogc.c: Add TRIANGLE support for GeometryN.
-	  Fix #574. Thanks to Regina for report
-
-2010-09-06 08:16  Regina Obe <lr at pcorp.us>
-
-	* [r5911] doc/introduction.xml: more cleanup of bios. Get rid of
-	  WKT and just called it Raster since in PostGIS 2.0, we will
-	  eventually drop the WKT from the name
-
-2010-09-05 17:01  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5910] postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c,
-	  regress/dumppoints_expected: Revert changes on PointN and
-	  Numpoints to remove TRIANGLE support. Add ExteriorRing support to
-	  TRIANGLE. Changes DumpPoint behaviour to reflect exteriorRing.
-	  Update unit tests
-
-2010-09-05 16:42  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5909] liblwgeom/cunit/cu_surface.c: make astyle
-
-2010-09-05 15:25  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5908] liblwgeom/cunit/cu_surface.c,
-	  liblwgeom/cunit/cu_surface.h, liblwgeom/libtgeom.c,
-	  liblwgeom/libtgeom.h, liblwgeom/lwgeom.c: Use TGEOM struct to
-	  compute POLYHEDRALSURFACE and TIN dimension. Add relevant cunit
-	  tests. Few astyle improve
-
-2010-09-03 16:14  Regina Obe <lr at pcorp.us>
-
-	* [r5906] doc/reference_processing.xml: add additional proto for
-	  creating holed polygons -- example later
-
-2010-09-03 15:37  Regina Obe <lr at pcorp.us>
-
-	* [r5905] doc/reference_processing.xml:
-
-2010-09-03 15:35  Regina Obe <lr at pcorp.us>
-
-	* [r5904] doc/html/image_src/st_concavehull04.wkt,
-	  doc/html/image_src/st_concavehull05.wkt,
-	  doc/html/image_src/st_concavehull06.wkt:
-
-2010-09-03 15:13  Regina Obe <lr at pcorp.us>
-
-	* [r5903] doc/html/image_src/st_concavehull05.wkt:
-
-2010-09-03 15:08  Regina Obe <lr at pcorp.us>
-
-	* [r5902] doc/reference_processing.xml: typo
-
-2010-09-03 15:06  Regina Obe <lr at pcorp.us>
-
-	* [r5901] doc/html/image_src/st_concavehull04.wkt,
-	  doc/html/image_src/st_concavehull05.wkt,
-	  doc/html/image_src/st_concavehull06.wkt,
-	  doc/reference_processing.xml: ST_ConcaveHull mark as new, reduce
-	  precision of point examples so passes thru wkt image generator
-
-2010-09-03 14:48  Regina Obe <lr at pcorp.us>
-
-	* [r5900] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_concavehull04.wkt,
-	  doc/html/image_src/st_concavehull05.wkt,
-	  doc/html/image_src/st_concavehull06.wkt,
-	  doc/reference_processing.xml: Example of ST_ConcaveHull against
-	  point set
-
-2010-09-03 13:58  Regina Obe <lr at pcorp.us>
-
-	* [r5899] doc/html/image_src/st_concavehull03.wkt,
-	  doc/reference_processing.xml:
-
-2010-09-03 13:52  Regina Obe <lr at pcorp.us>
-
-	* [r5898] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_concavehull02.wkt: try again
-
-2010-09-03 13:47  Regina Obe <lr at pcorp.us>
-
-	* [r5897] doc/html/image_src/st_concavehull03.wkt,
-	  doc/reference_processing.xml: snap points to grid
-
-2010-09-03 13:42  Regina Obe <lr at pcorp.us>
-
-	* [r5896] doc/html/image_src/Makefile.in: take out last example for
-	  now
-
-2010-09-03 13:39  Regina Obe <lr at pcorp.us>
-
-	* [r5895] doc/html/image_src/st_concavehull03.wkt,
-	  doc/reference_processing.xml: Will assume my concave hull with
-	  the over 1100 points polygon slaughtered the wkt processor
-
-2010-09-03 13:23  Regina Obe <lr at pcorp.us>
-
-	* [r5894] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_concavehull01.wkt,
-	  doc/html/image_src/st_concavehull02.wkt,
-	  doc/html/image_src/st_concavehull03.wkt,
-	  doc/reference_processing.xml, postgis/postgis.sql.in.c: First
-	  draft of ST_ConcaveHull -- more to come
-
-2010-09-03 12:31  Sandro Santilli <strk at keybit.net>
-
-	* [r5893] topology/ER/topology.fig: Make edge-edge relations
-	  clearer. Thanks to Peter Hopfgartner and to
-	  Xfig developers for the wonderful experience of patching a
-	  diagram ! :)
-
-2010-09-01 23:44  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5892] loader/pgsql2shp-core.c: Fix pgsql2shp so that it
-	  correctly returns an exit code of 1 (fail) in the case where
-	  either a user query returns no rows, or the specified table is
-	  empty.
-
-2010-09-01 23:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5891] loader/pgsql2shp-cli.c: Revert r5888 - the real bug is
-	  that the error message handling in place should already catch
-	  this condition but doesn't.
-
-2010-09-01 20:14  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5890] liblwgeom/measures3d.c: Fixed some build warnings I had
-	  missed
-
-2010-09-01 19:55  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5889] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
-	  liblwgeom/measures.c, liblwgeom/measures3d.c,
-	  liblwgeom/measures3d.h, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c, regress/measures.sql,
-	  regress/measures_expected: 3D Distance functions, only
-	  point-point and point line. #576
-
-2010-09-01 17:40  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5888] loader/pgsql2shp-cli.c: Alter the pgsql2shp CLI program
-	  so that it returns a new exit code of 2 to indicate "success, but
-	  0 records processed". This could happen if a user-defined query
-	  doesn't return any results, or the source table happens to be
-	  empty. By setting a separate exit code, we allow scripts to
-	  determine whether or not the output shapefile contains any
-	  (useful) data.
-
-2010-09-01 12:50  Regina Obe <lr at pcorp.us>
-
-	* [r5887] NEWS: missed a spot
-
-2010-09-01 12:48  Regina Obe <lr at pcorp.us>
-
-	* [r5886] NEWS: update with 1.5.2, 1.5.1 changes and also
-	  TIN/Polyhedral for 2.0.0
-
-2010-09-01 05:56  Regina Obe <lr at pcorp.us>
-
-	* [r5883] doc/introduction.xml: update credits
-
-2010-09-01 05:51  Regina Obe <lr at pcorp.us>
-
-	* [r5881] doc/release_notes.xml: update release notes to include
-	  1.5.2 (uppcoming) and 1.5.1 and corrections to 1.5.0
-
-2010-08-31 19:14  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5878] liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix
-	  wrong pointer allocation size, with 64 bits errors. Tks to
-	  Mateusz for report. Improve cu_unit report. Improve and fix some
-	  messages from LWDEBUG
-
-2010-08-31 18:01  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5877] postgis/postgis.sql.in.c: remove strict on st_equals as
-	  discussed in #536
-
-2010-08-30 09:06  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5875] liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c:
-	  Astyle on new files
-
-2010-08-30 06:49  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5874] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_polyhedralsurface.c,
-	  liblwgeom/cunit/cu_polyhedralsurface.h,
-	  liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_surface.h,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tin.c,
-	  liblwgeom/cunit/cu_tin.h, liblwgeom/libtgeom.c,
-	  liblwgeom/libtgeom.h: Add Topology structure for connected
-	  surfaces (PolyhedralSurface, Tin) and LWGEOM to TGEOM
-	  transformations routines. Add related cunit tests. Merge cu_tin
-	  and cu_polyhedralsurface into a single cu_surface unit test.
-
-2010-08-30 06:47  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5873] postgis/lwgeom_in_gml.c: Improve comments
-
-2010-08-30 06:45  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5872] liblwgeom/lwgeom_api.c: add Triangle support in
-	  lwgeom_getnumgeometries
-
-2010-08-28 09:21  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5871] loader/pgsql2shp-core.c: Fix uninitialised gidfound
-	  variable which would sometimes cause pgsql2shp to fail if a gid
-	  column was not present on a database table.
-
-2010-08-28 09:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5870] loader/pgsql2shp-core.h: Set svn:keywords property so
-	  that the version number is updated correctly on checkout.
-
-2010-08-24 12:42  Regina Obe <lr at pcorp.us>
-
-	* [r5867] doc/html/image_src/st_split03.wkt,
-	  doc/html/image_src/st_split04.wkt, doc/reference_processing.xml:
-	  more visually appealing example
-
-2010-08-24 11:37  Regina Obe <lr at pcorp.us>
-
-	* [r5866] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_split03.wkt,
-	  doc/html/image_src/st_split04.wkt, doc/reference_processing.xml:
-	  another st_split example
-
-2010-08-23 14:12  Sandro Santilli <strk at keybit.net>
-
-	* [r5863] utils/new_postgis_restore.pl: Add 3 more postgis objects
-	  to skip from dumps
-
-2010-08-23 13:08  Regina Obe <lr at pcorp.us>
-
-	* [r5862] doc/reference_wktraster.xml: fix pixel types list to
-	  agree with Mat's changes to raster rfc
-
-2010-08-21 21:20  Regina Obe <lr at pcorp.us>
-
-	* [r5860] doc/faq_wktraster.xml: Fix dead link -- Jorge changed his
-	  link for Oracle raster / wkt raster compare
-
-2010-08-20 22:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5856] liblwgeom/lwin_wkb.c: Add unfinished WKB input parser for
-	  later.
-
-2010-08-20 16:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5855] spatial_ref_sys.sql: Synch up to 1.5 version
-
-2010-08-20 13:14  Regina Obe <lr at pcorp.us>
-
-	* [r5854] doc/reference_processing.xml: some fluff from the example
-	  I copied from didn't mean to put in.
-
-2010-08-20 12:50  Regina Obe <lr at pcorp.us>
-
-	* [r5853] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_split01.wkt,
-	  doc/html/image_src/st_split02.wkt, doc/reference_processing.xml:
-	  Example for ST_Split
-
-2010-08-19 19:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5852] liblwgeom/lwgeodetic.c: Slight improvement for #573
-
-2010-08-19 12:28  Regina Obe <lr at pcorp.us>
-
-	* [r5850] doc/reference_misc.xml, doc/reference_output.xml: more
-	  tin and ps. Note about change in st_asbinary in 9.0
-
-2010-08-18 18:48  Regina Obe <lr at pcorp.us>
-
-	* [r5849] doc/reference_editor.xml, doc/template.xml: mark more TIN
-	  compatible functions. revise template slightly
-
-2010-08-18 14:22  Regina Obe <lr at pcorp.us>
-
-	* [r5848] doc/reference_processing.xml: Flag more TIN support
-
-2010-08-18 11:19  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5847] postgis/lwgeom_geos.c: Add lwtype_name to report more
-	  user friendly error message. Cf #570
-
-2010-08-18 08:02  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5846] postgis/lwgeom_geos.c: Put TYPE_GETTYPE before his
-	  possible debug use...
-
-2010-08-18 08:01  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5845] liblwgeom/lwsegmentize.c: Fix for #573, where has_arc
-	  check with unsupported TRIANGLE/TIN/POLYHEDRALSURFACE produce
-	  crash with POSTGIS2GEOS function. Thanks to Regina for bug report
-	  !
-
-2010-08-17 20:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5843] liblwgeom/lwgeodetic.c: Return the, er, return value.
-
-2010-08-17 18:24  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5842] postgis/lwgeom_functions_basic.c: Add TRIANGLE support to
-	  ST_Affine function. Thanks to Regina for detailled bug report. Cf
-	  #571
-
-2010-08-17 15:21  Regina Obe <lr at pcorp.us>
-
-	* [r5839] doc/xsl/postgis_gardentest.sql.xsl: revise slightly for
-	  true collection for polysurface.
-
-2010-08-17 07:48  Regina Obe <lr at pcorp.us>
-
-	* [r5838] doc/using_postgis_dataman.xml: Add examples of EWKB/EWKT
-	  for TIN, TRIANGLE, and MULTICURVE
-
-2010-08-17 07:24  Regina Obe <lr at pcorp.us>
-
-	* [r5837] doc/introduction.xml, doc/reference_processing.xml: mark
-	  ST_Dump as TIN supporting, update peoples bios. Add Maxime van
-	  Noppen (aka yabo) to contributors list (ST_DumpPoints and
-	  ST_Collect support)
-
-2010-08-16 15:09  Regina Obe <lr at pcorp.us>
-
-	* [r5836] doc/xsl/postgis_aggs_mm.xml.xsl,
-	  doc/xsl/postgis_gardentest.sql.xsl: Add matrix column for
-	  TIN/Triangles. Add TINA dn triangles to garden tests
-
-2010-08-16 14:19  Regina Obe <lr at pcorp.us>
-
-	* [r5835] doc/postgis.xml, doc/reference_processing.xml,
-	  doc/template.xml: Mark ST_Dumpoints as supporting Polyhedral,
-	  triangles, and TINS. Example of these. Revise add a marker in
-	  template and postgis.xml for Triangles and TINS.
-
-2010-08-16 07:59  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r5834] loader/structure.c, loader/structure.h: Changing the ID
-	  keyword to Id, so it will actually get picked up.
-
-2010-08-16 07:58  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r5833] loader/structure.c, loader/structure.h: Setting
-	  svn:keywords so the headers make sense.
-
-2010-08-16 07:49  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r5832] loader/structure.c, loader/structure.h: Adding copywrite
-	  header to the structure files.
-
-2010-08-16 07:49  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r5831] loader/cunit/Makefile: Removing a Makefile that shouldn't
-	  have been committed.
-
-2010-08-15 18:54  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5830] postgis/lwgeom_in_gml.c, postgis/lwgeom_ogc.c,
-	  postgis/postgis.sql.in.c, regress/dumppoints.sql,
-	  regress/dumppoints_expected: Add St_NumPoints and ST_PointN
-	  support for Triangle. Add ST_DumpPoints support for Triangle, Tin
-	  and Polyhedral Surface, and related unit tests. Tks to yabo for
-	  patch. Related to #564
-
-2010-08-15 18:51  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5829] liblwgeom/lwgeom_api.c: Add forgotten Triangle support in
-	  lwgeom_inspect
-
-2010-08-15 14:20  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5828] loader/Makefile.in, loader/pgsql2shp-cli.c,
-	  loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
-	  loader/pgsql2shp.c, loader/shp2pgsql-core.h, loader/shpcommon.h:
-	  Commit initial version of reworked pgsql2shp architecture that
-	  defines a common API within pgsql2shp-core that can be called
-	  from both the existing CLI and in the future a GUI interface.
-	  
-	  This commit also includes a very comprehensive reworking of the
-	  old pgsql2shp code designed to make things better commented and
-	  maintainable in the long term, so please use on as many PostGIS
-	  tables as possible during testing.
-	  
-	  This work was primarily sponsored by OpenGeo (http://opengeo.org)
-	  - thanks guys!
-
-2010-08-15 13:57  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5827] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: Add Tin and Triangle support for
-	  ST_GeomFromGML. Add related unit tests
-
-2010-08-15 13:56  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5826] postgis/lwgeom_functions_basic.c: Fix error in
-	  lwgeom_recursive2d for Triangle type
-
-2010-08-15 08:30  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5825] extras/wkb_reader/readwkb.c,
-	  liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
-	  liblwgeom/cunit/cu_polyhedralsurface.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tin.c, liblwgeom/cunit/cu_wkb.c,
-	  liblwgeom/cunit/cu_wkt.c, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwline.c,
-	  liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
-	  liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c,
-	  liblwgeom/lwpsurface.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwspheroid.c, liblwgeom/lwtin.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/ptarray.c,
-	  liblwgeom/stringbuffer.c, loader/cunit/Makefile,
-	  loader/cunit/cu_list.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-gui.c, loader/structure.c,
-	  postgis/geography_inout.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_split.c,
-	  postgis/lwgeom_gist.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_in_kml.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c: Astyle session on whole trunk
-
-2010-08-14 10:57  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5824] liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c: Fix a memory leak in all of the MULTI*
-	  deserialize routines - once the relevant information had been
-	  copied from the LWGEOM_INSPECTED structure, the inspected
-	  structure itself was not being freed.
-
-2010-08-13 17:30  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5822] liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
-	  liblwgeom/lwmpoly.c: Few lwtype_name add
-
-2010-08-13 17:29  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5821] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tin.c,
-	  liblwgeom/cunit/cu_tin.h, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/g_util.c, liblwgeom/lex.yy.c,
-	  liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwline.c,
-	  liblwgeom/lwout_gml.c, liblwgeom/lwpsurface.c, liblwgeom/lwtin.c,
-	  liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/wktparse.h,
-	  liblwgeom/wktparse.lex, liblwgeom/wktparse.tab.c,
-	  liblwgeom/wktparse.tab.h, liblwgeom/wktparse.y,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c,
-	  postgis/postgis.sql.in.c: Add Triangle and TIN new geometry type.
-	  Add Cunit tests on parse stage, related to #561. Add ST_AsGML
-	  support TIN and Triangle for GML 3. Slightly cast change in
-	  PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support
-	  from forceRHR function as orientation is meaningfull in PS. Move
-	  is_closed functions from PostGIS to LWGEOM dir and related cunit
-	  test case on line and curves.
-
-2010-08-13 15:26  Regina Obe <lr at pcorp.us>
-
-	* [r5820] doc/reference_output.xml: ST_AsGML polyhedral support
-
-2010-08-13 15:15  Regina Obe <lr at pcorp.us>
-
-	* [r5819] doc/reference_accessor.xml: st_isclosed polyhedral
-	  surface
-
-2010-08-12 15:40  Regina Obe <lr at pcorp.us>
-
-	* [r5818] doc/reference_editor.xml, doc/reference_operator.xml,
-	  doc/xsl/postgis_gardentest.sql.xsl: more. Change
-	  polyhedralsurface example to valid srid so don't get false errors
-
-2010-08-12 14:58  Regina Obe <lr at pcorp.us>
-
-	* [r5817] doc/reference_editor.xml: Affine family polyhedral
-
-2010-08-12 14:52  Regina Obe <lr at pcorp.us>
-
-	* [r5816] doc/reference_accessor.xml, doc/reference_editor.xml:
-	  Polyhedral findings based on monkey testing -- more to come
-
-2010-08-12 12:39  Regina Obe <lr at pcorp.us>
-
-	* [r5815] doc/reference_constructor.xml: missing SELECT
-
-2010-08-11 19:20  Regina Obe <lr at pcorp.us>
-
-	* [r5814] doc/xsl/postgis_gardentest.sql.xsl: more logging
-
-2010-08-11 18:41  Regina Obe <lr at pcorp.us>
-
-	* [r5813] doc/xsl/postgis_gardentest.sql.xsl: start logging start
-	  and stop times to logging table postgis_garden_log. Still needs
-	  some fine tuning
-
-2010-08-11 13:42  Regina Obe <lr at pcorp.us>
-
-	* [r5812] doc/reference_constructor.xml: ST_GeomFromGML example for
-	  Polyhedral surface
-
-2010-08-11 12:15  Regina Obe <lr at pcorp.us>
-
-	* [r5810] loader/structure.o: I think Mark committed this file by
-	  accident
-
-2010-08-11 09:50  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r5809] configure.ac, loader/Makefile.in, loader/cunit,
-	  loader/cunit/Makefile, loader/cunit/Makefile.in,
-	  loader/cunit/cu_list.c, loader/cunit/cu_list.h,
-	  loader/cunit/cu_tester.c, loader/cunit/cu_tester.h, loader/image,
-	  loader/image/error.png, loader/image/good.png,
-	  loader/image/icon_source.svg, loader/image/warn.png,
-	  loader/shp2pgsql-gui.c, loader/structure.c, loader/structure.h,
-	  loader/structure.o: Pushing the shp2pgsql-gui changes
-	  (multi-file, validation, drag-n-drop) pulled from stable branch
-	  into trunk.
-
-2010-08-11 09:24  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5807] liblwgeom/cunit/cu_measures.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/measures.c, liblwgeom/measures.h,
-	  postgis/lwgeom_functions_basic.c: pushing *uchar use out of
-	  measures.c as part of #308
-
-2010-08-10 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5805] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c: Add
-	  in fix for #562, forward ported from 1.5 branch (point-in-poly
-	  failure for large large geography polygons)
-
-2010-08-10 16:19  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5803] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Add
-	  POLYHEDRALSURFACE support to ST_AsGML for GML 3 output
-
-2010-08-09 18:56  Regina Obe <lr at pcorp.us>
-
-	* [r5799] doc/reference_accessor.xml: Flag st_dimension supports
-	  polyhedral and no longer throws exception for empty geoms
-
-2010-08-09 15:40  Regina Obe <lr at pcorp.us>
-
-	* [r5798] doc/reference_accessor.xml: ST_GeometryN polyhedral
-	  support
-
-2010-08-09 14:22  Regina Obe <lr at pcorp.us>
-
-	* [r5797] doc/reference_processing.xml: mark some more functions
-	  support polyhedral surface
-
-2010-08-09 13:53  Regina Obe <lr at pcorp.us>
-
-	* [r5796] doc/reference_accessor.xml, doc/reference_editor.xml,
-	  doc/template.xml: appendments about Polyhedral surface support
-
-2010-08-08 22:20  Sandro Santilli <strk at keybit.net>
-
-	* [r5795] regress/polyhedralsurface_expected: Drop spurious empty
-	  line
-
-2010-08-08 22:20  Sandro Santilli <strk at keybit.net>
-
-	* [r5794] regress/Makefile.in: 'pushd' is not guaranteed to be
-	  provided by all shells (Ubuntu 8.10 has /bin/sh point to dash(1)
-	  which doesn't provide it)
-
-2010-08-08 20:41  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5793] postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c,
-	  regress/Makefile.in, regress/polyhedralsurface.sql,
-	  regress/polyhedralsurface_expected: Add function aliases for
-	  ST_NumPatches and ST_PatchN (both SFS 1.2 and SQL/MM). Add
-	  PolyhedralSurface for ST_IsClosed (surface vs volume). Update
-	  ST_Dimension support to be consistent. Add unit tests.
-
-2010-08-08 20:36  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5792] liblwgeom/lwpsurface.c: Improve printLWPSURFACE to also
-	  print each rings if any
-
-2010-08-06 21:31  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5791] liblwgeom/g_box.c, liblwgeom/g_serialized.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwout_wkt.c,
-	  liblwgeom/lwsegmentize.c: lwtype_name session. cf #453
-
-2010-08-06 20:30  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5790] postgis/lwgeom_in_gml.c: Typo in error message
-
-2010-08-06 20:08  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5789] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: Add PolyhedralSurface support to
-	  ST_GeomFromGML. Add related unit tests. related to #430
-
-2010-08-06 20:07  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5788] postgis/lwgeom_functions_basic.c: Add PolyhedralSurface
-	  support to force_* functions
-
-2010-08-06 16:17  Regina Obe <lr at pcorp.us>
-
-	* [r5784] doc/reference_output.xml: flag more ps functions
-
-2010-08-06 15:50  Regina Obe <lr at pcorp.us>
-
-	* [r5783] doc/reference_measure.xml: typo in entity
-
-2010-08-06 15:42  Regina Obe <lr at pcorp.us>
-
-	* [r5782] doc/reference_constructor.xml, doc/reference_measure.xml:
-	  typos
-
-2010-08-06 13:43  Regina Obe <lr at pcorp.us>
-
-	* [r5781] doc/reference_measure.xml:
-
-2010-08-06 13:42  Regina Obe <lr at pcorp.us>
-
-	* [r5780] doc/reference_measure.xml: st_area polyhedral support
-
-2010-08-06 13:24  Regina Obe <lr at pcorp.us>
-
-	* [r5779] doc/reference_constructor.xml: flagged wrong function -
-	  swap
-
-2010-08-06 13:22  Regina Obe <lr at pcorp.us>
-
-	* [r5778] doc/reference_constructor.xml: flagged 1 too many
-	  functions as polyhedral supporting
-
-2010-08-06 13:03  Regina Obe <lr at pcorp.us>
-
-	* [r5777] doc/xsl/postgis_aggs_mm.xml.xsl: forgot to increment
-	  column count
-
-2010-08-06 13:00  Regina Obe <lr at pcorp.us>
-
-	* [r5776] doc/reference_constructor.xml: itemize some constructors
-	  supporting polyhedral surfaces
-
-2010-08-06 12:50  Regina Obe <lr at pcorp.us>
-
-	* [r5775] doc/template.xml, doc/xsl/postgis_aggs_mm.xml.xsl: update
-	  template to include polyhedral, add a special section listing
-	  just polyhedral support functions
-
-2010-08-06 12:42  Regina Obe <lr at pcorp.us>
-
-	* [r5774] doc/xsl/postgis_aggs_mm.xml.xsl: Add polyhedral column
-	  and abbreviate the others so can easily fit new column. We should
-	  eventually have raster in there too.
-
-2010-08-06 12:22  Regina Obe <lr at pcorp.us>
-
-	* [r5773] doc/postgis.xml, doc/reference_processing.xml: Add
-	  polyhedral surface to code names and add ST_Dump as supporting
-	  polyhedral surfaces
-
-2010-08-05 19:43  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5772] postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c: Add
-	  POLYHEDRALSURFACE support to AddGeometryColumn, GetType,
-	  ST_Dimension, ST_NumGeometries. Related to #555
-
-2010-08-05 15:58  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5771] liblwgeom/lwgparse.c, liblwgeom/wktparse.h,
-	  liblwgeom/wktparse.tab.c, liblwgeom/wktparse.y: Change label
-	  'face' to 'patch' in POLYHEDRALSURFACE. Related to #427
-
-2010-08-04 20:02  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5770] liblwgeom/cunit/cu_polyhedralsurface.c,
-	  liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/g_util.c:
-	  Add geography support for POLYHEDRALSURFACE. Related to #427
-
-2010-08-04 19:04  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5769] postgis/lwgeom_in_gml.c: Update some comments to add year
-	  to each ISO specs reference. Some beautify on code. Not a single
-	  change on code itself.
-
-2010-08-03 17:55  Regina Obe <lr at pcorp.us>
-
-	* [r5768] doc/xsl/postgis_gardentest.sql.xsl: fix typo
-
-2010-08-03 14:19  Regina Obe <lr at pcorp.us>
-
-	* [r5766] doc/faq.xml, doc/reference_constructor.xml,
-	  doc/reference_measure.xml: minor corrections and addition about
-	  bytea output behavior in 9.0
-
-2010-08-02 16:02  Regina Obe <lr at pcorp.us>
-
-	* [r5765] doc/using_postgis_dataman.xml: Add polyhedralsurface to
-	  ewkt example forms
-
-2010-08-02 15:59  Regina Obe <lr at pcorp.us>
-
-	* [r5764] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl: Add polyhedral surface
-	  to garden geometry set
-
-2010-08-01 21:11  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5760] liblwgeom/cunit/cu_polyhedralsurface.c,
-	  liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/wktparse.h,
-	  liblwgeom/wktparse.lex, liblwgeom/wktparse.tab.c,
-	  liblwgeom/wktparse.tab.h, liblwgeom/wktparse.y: Add 2D and 3DM
-	  support to POLYHEDRALSURFACE. Allow interior rings for patches.
-	  Don't check anymore minimum patch number. Related to #427
-
-2010-07-29 13:44  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5758] liblwgeom/lwout_wkb.c: ugly style fix
-
-2010-07-29 13:36  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5757] liblwgeom/lwout_wkb.c: param.h is needed for ENDIAN
-	  definitions in mingw
-
-2010-07-28 04:30  Regina Obe <lr at pcorp.us>
-
-	* [r5755] doc/reference_constructor.xml: amend docs to talk about
-	  standard_conforming_strings and change in 9.0
-
-2010-07-27 18:22  Regina Obe <lr at pcorp.us>
-
-	* [r5754] doc/reference_wktraster.xml: ST_SetValue
-
-2010-07-25 21:20  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5753] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_polyhedralsurface.c,
-	  liblwgeom/cunit/cu_polyhedralsurface.h,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/lex.yy.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwpsurface.c,
-	  liblwgeom/lwutil.c, liblwgeom/wktparse.h, liblwgeom/wktparse.lex,
-	  liblwgeom/wktparse.tab.c, liblwgeom/wktparse.tab.h,
-	  liblwgeom/wktparse.y: Add really basic POLYHEDRALSURFACE support.
-	  Parse, Unparse, Serialization and cunit unit tests. related to
-	  #427
-
-2010-07-24 10:55  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5752] liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c,
-	  liblwgeom/lwutil.c, liblwgeom/wktparse.h,
-	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-serialize.sql: Remove Integer deprecaded types
-	  (POINTTYPEI, LINETYPEI, POLYGONTYPEI) and lwgi related stuff. As
-	  a consequence EWKB of CURVEPOLYTYPE, MULTICURVETYPE and
-	  MULTISURFACETYPE is changed/impacted (geometry type bits). Now we
-	  have 3 new free geometry type available. Preliminary work to #427
-
-2010-07-23 14:55  Regina Obe <lr at pcorp.us>
-
-	* [r5749] doc/faq_wktraster.xml: Polish up Raster FAQ a bit more
-
-2010-07-23 14:16  Regina Obe <lr at pcorp.us>
-
-	* [r5747] doc/reference_wktraster.xml: document raster2coord family
-	  of functions
-
-2010-07-22 12:26  Regina Obe <lr at pcorp.us>
-
-	* [r5746] doc/faq_wktraster.xml: Add Jorge's discussion on Oracle
-	  GeoRaster to FAQ
-
-2010-07-22 10:50  Regina Obe <lr at pcorp.us>
-
-	* [r5745] doc/faq_wktraster.xml: Update to include link to MacOSX
-	  binaries. Also put in the reason for rtpostgis not loading (our
-	  fault but...)
-
-2010-07-09 16:59  Regina Obe <lr at pcorp.us>
-
-	* [r5736] doc/reference_wktraster.xml: ST_PixelAsPolygon
-
-2010-07-09 14:55  Regina Obe <lr at pcorp.us>
-
-	* [r5735] doc/reference_wktraster.xml: additional note link to
-	  ST_BandPixelType in case people don't know what the codes mean
-
-2010-07-09 14:53  Regina Obe <lr at pcorp.us>
-
-	* [r5734] doc/reference_wktraster.xml: ST_RasterBandMetaData
-
-2010-07-07 21:52  Sandro Santilli <strk at keybit.net>
-
-	* [r5732] topology/topology.sql.in.c: Add 7.3+ CAST (wasn't needed
-	  up to 7.2, against which this topology implementation was coded)
-
-2010-07-07 14:23  Regina Obe <lr at pcorp.us>
-
-	* [r5731] doc/reference_wktraster.xml: get rid of obsolete note.
-	  Have to simplify example too since its not needed anymore -- oh
-	  well - will do later
-
-2010-07-07 14:20  Regina Obe <lr at pcorp.us>
-
-	* [r5729] doc/reference_wktraster.xml: typo missing end tag
-
-2010-07-07 14:18  Regina Obe <lr at pcorp.us>
-
-	* [r5728] doc/reference_wktraster.xml: new protos for st_value (the
-	  point geometry versions -- yeh) plus examples
-
-2010-07-07 13:59  Regina Obe <lr at pcorp.us>
-
-	* [r5727] doc/reference_wktraster.xml: st_metadata
-
-2010-07-07 13:50  Regina Obe <lr at pcorp.us>
-
-	* [r5726] doc/reference_wktraster.xml: other missing protos of
-	  existing defined
-
-2010-07-07 13:44  Regina Obe <lr at pcorp.us>
-
-	* [r5725] doc/reference_wktraster.xml: missed spot
-
-2010-07-07 13:43  Regina Obe <lr at pcorp.us>
-
-	* [r5724] doc/reference_wktraster.xml: ad missing proto for
-	  bandnodatavalue
-
-2010-07-06 08:28  Sandro Santilli <strk at keybit.net>
-
-	* [r5723] NEWS, doc/reference_accessor.xml: Document
-	  ST_isCollection (see #549)
-
-2010-07-06 08:28  Sandro Santilli <strk at keybit.net>
-
-	* [r5722] topology/ER/topology.fig: Remove spurious element (was
-	  hiding behind a fill)
-
-2010-07-04 16:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5721] README.postgis: Add in micro commit to see if email hook
-	  is running
-
-2010-07-01 13:20  Sandro Santilli <strk at keybit.net>
-
-	* [r5718] NEWS, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c, regress/Makefile.in,
-	  regress/iscollection.sql, regress/iscollection_expected: Add
-	  ST_isCollection (see ticket #549)
-
-2010-06-30 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r5717] topology/test/Makefile: Do not source psqlrc when doing
-	  tests
-
-2010-06-30 16:10  Sandro Santilli <strk at keybit.net>
-
-	* [r5716] topology/topology.sql.in.c: More explicit cast from
-	  geometry to text (for quote_ident's sake) and an handling of
-	  unexistent topology. Tests run again with psql 8.3.9
-
-2010-06-30 15:52  Sandro Santilli <strk at keybit.net>
-
-	* [r5715] topology/topology.sql.in.c: Define the cross-pgsql macros
-	  that used to be in sqldefines.h (now lost) + use st_union rather
-	  than geomunion (now lost)
-
-2010-06-30 15:51  Sandro Santilli <strk at keybit.net>
-
-	* [r5714] topology/test/Makefile: Fix loading of postgis.sql
-
-2010-06-25 10:05  Sandro Santilli <strk at keybit.net>
-
-	* [r5708] postgis/lwgeom_geos.c: More exception handling to avoid
-	  leaks and give more info when it happens
-
-2010-06-25 09:30  Sandro Santilli <strk at keybit.net>
-
-	* [r5707] postgis/lwgeom_geos.c: Properly handle GEOS exceptions on
-	  cascaded union code (failing since introduction of postponed
-	  exception for cleaning geoms)
-
-2010-06-25 07:46  Regina Obe <lr at pcorp.us>
-
-	* [r5705] postgis/geography.sql.in.c: #536 get rid of strict on
-	  ST_Intersects, ST_CoveredBy and ST_Covers because spatial index
-	  doesn't work with strict on (and text,text ST_DWithin)
-
-2010-06-25 07:41  Sandro Santilli <strk at keybit.net>
-
-	* [r5703] regress/split.sql, regress/split_expected: Test splitting
-	  3d line by 2d blade
-
-2010-06-24 13:26  Regina Obe <lr at pcorp.us>
-
-	* [r5702] doc/faq_wktraster.xml: minor corrections
-
-2010-06-24 13:22  Regina Obe <lr at pcorp.us>
-
-	* [r5701] doc/faq_wktraster.xml: Add another FAQ
-
-2010-06-24 12:02  Regina Obe <lr at pcorp.us>
-
-	* [r5700] doc/reference_wktraster.xml: fix some data type typos
-
-2010-06-23 17:56  Regina Obe <lr at pcorp.us>
-
-	* [r5699] doc/reference_wktraster.xml: typo in data type
-
-2010-06-23 16:53  Regina Obe <lr at pcorp.us>
-
-	* [r5698] doc/reference_wktraster.xml: ST_Intersection and minor
-	  changes for setof to distinquish from array types
-
-2010-06-23 16:27  Regina Obe <lr at pcorp.us>
-
-	* [r5697] doc/reference_wktraster.xml: fix typo
-
-2010-06-23 14:36  Regina Obe <lr at pcorp.us>
-
-	* [r5696] doc/reference_wktraster.xml: Document ST_Intersects
-
-2010-06-23 14:18  Regina Obe <lr at pcorp.us>
-
-	* [r5695] doc/reference_wktraster.xml: document ST_Polygon
-
-2010-06-23 13:51  Regina Obe <lr at pcorp.us>
-
-	* [r5694] doc/faq_wktraster.xml: Add some faqs from the wkt raster
-	  wiki. A lot I left out for now because they are too wordy.
-
-2010-06-03 19:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5678] loader/shp2pgsql-core.c: Remove crash when dbf file is
-	  missing / unloadable
-
-2010-06-01 19:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5666] loader/dbfopen.c: Fix sense of the dbf/date test.
-
-2010-06-01 19:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5665] loader/dbfopen.c: Accept "0" as a null value for Date
-	  types.
-
-2010-05-27 14:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5649] loader/shp2pgsql-core.c: Remember to close the iconv
-	  handle
-
-2010-05-27 14:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5648] configure.ac, loader/shp2pgsql-core.c: Make use of
-	  iconvctl conditional on it existing
-
-2010-05-27 13:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5647] loader/shp2pgsql-core.c: Remove unused variable
-
-2010-05-27 13:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5646] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Fix
-	  utf8 to return *something* when it can, so that something can be
-	  reported in
-	  the error string.
-
-2010-05-26 17:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5643] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Change
-	  default back to UTF8 and improve error message on failure.
-
-2010-05-26 16:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5642] loader/shp2pgsql-gui.c: Read configuration info from
-	  environment, if it's there.
-
-2010-05-26 16:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5639] loader/shp2pgsql-gui.c: Only update the progress bar once
-	  every N records, where N is determined by the number of records
-	  in the file.
-
-2010-05-25 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5638] loader/shp2pgsql-core.h: Back off from Win32 encoding to
-	  more generic ISO8859-1
-
-2010-05-22 15:41  Sandro Santilli <strk at keybit.net>
-
-	* [r5634] NEWS: Add note about the truncated multibyte enhancement
-	  (as the issue came out on IRC for another dataset)
-
-2010-05-20 04:20  Regina Obe <lr at pcorp.us>
-
-	* [r5632] doc/reference_measure.xml: minor formatting on ST_Covers
-
-2010-05-19 15:22  Regina Obe <lr at pcorp.us>
-
-	* [r5629] doc/reference_constructor.xml: link to ST_MakePointM from
-	  ST_MakePoint
-
-2010-05-19 15:17  Regina Obe <lr at pcorp.us>
-
-	* [r5628] doc/reference_measure.xml: geography example for
-	  st_covers
-
-2010-05-18 17:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5625] postgis/geography_estimate.c: Remove crash for case when
-	  all geographies are on the outer edges of the histobox, causing
-	  all to be classified as "deviants" by the stdev code line (#474)
-
-2010-05-17 23:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5623] liblwgeom/lwout_wkt.c, liblwgeom/stringbuffer.c,
-	  liblwgeom/stringbuffer.h, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: Rename
-	  vasbappend to stringbuffer_aprintf
-
-2010-05-17 23:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5622] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c: Allow GUI to create partial connection
-	  strings.
-
-2010-05-13 08:39  Sandro Santilli <strk at keybit.net>
-
-	* [r5618] postgis/lwgeom_geos_split.c: Fix memory error in ST_Split
-	  (short allocation)
-
-2010-05-04 21:21  Sandro Santilli <strk at keybit.net>
-
-	* [r5615] NEWS: Add ST_MakeValid item
-
-2010-05-04 21:19  Sandro Santilli <strk at keybit.net>
-
-	* [r5614] postgis/lwgeom_geos_clean.c: Oops, was using GEOS types
-	  instead of LWGEOM ones..
-
-2010-05-04 17:18  Regina Obe <lr at pcorp.us>
-
-	* [r5612] doc/reference_constructor.xml: fix formatting
-
-2010-05-04 17:17  Regina Obe <lr at pcorp.us>
-
-	* [r5611] doc/reference_constructor.xml: Provide at least one
-	  example of ST_GeogFromText
-
-2010-05-04 15:36  Regina Obe <lr at pcorp.us>
-
-	* [r5610] doc/faq_wktraster.xml: fix some faqs I got wrong, break
-	  out some long faqs. Add Tamas nightly build to list for latest
-	  and greatest windows GDAL binaries
-
-2010-05-04 03:50  Regina Obe <lr at pcorp.us>
-
-	* [r5609] doc/reference_wktraster.xml: Break out raster band editor
-	  functions into separate section
-
-2010-05-03 20:01  Regina Obe <lr at pcorp.us>
-
-	* [r5607] doc/reference_wktraster.xml: link ref
-
-2010-05-03 19:59  Regina Obe <lr at pcorp.us>
-
-	* [r5606] doc/reference_wktraster.xml: requested changes from #514
-
-2010-05-03 16:35  Sandro Santilli <strk at keybit.net>
-
-	* [r5604] postgis/lwgeom_geos_clean.c: ST_MakeValid: Early fail if
-	  an unsupported type is given
-
-2010-05-03 16:24  Sandro Santilli <strk at keybit.net>
-
-	* [r5603] doc/reference_processing.xml: Document ST_MakeValid
-
-2010-05-03 16:02  Sandro Santilli <strk at keybit.net>
-
-	* [r5602] regress/Makefile.in: Add a 'staged-install' rule, helpful
-	  when you want to run a single test after changing the core lib
-	  ...
-
-2010-05-03 15:59  Sandro Santilli <strk at keybit.net>
-
-	* [r5601] postgis/lwgeom_geos_clean.c, regress/clean.sql,
-	  regress/clean_expected: ST_MakeValid: don't choke on
-	  MULTILINESTRING containing invalid LINESTRING elements
-
-2010-05-03 12:11  Sandro Santilli <strk at keybit.net>
-
-	* [r5600] regress/clean.sql, regress/clean_expected: Merge
-	  SRID-retainment tests with some of the other tests
-
-2010-05-03 11:31  Sandro Santilli <strk at keybit.net>
-
-	* [r5599] postgis/lwgeom_geos_clean.c, regress/clean.sql,
-	  regress/clean_expected: Do not drop polygon boundaries collapsed
-	  to points
-
-2010-05-03 03:26  Regina Obe <lr at pcorp.us>
-
-	* [r5598] doc/reference_wktraster.xml: Link to helper function
-	  built using ST_Value
-
-2010-05-03 03:11  Regina Obe <lr at pcorp.us>
-
-	* [r5597] doc/reference_wktraster.xml: Get rid of still under
-	  development for ST_DumpAsPolygons. Seems to be working fairly
-	  well now.
-
-2010-04-30 19:17  Regina Obe <lr at pcorp.us>
-
-	* [r5595] doc/reference_wktraster.xml: move bandnodatavalue to
-	  raster band section
-
-2010-04-30 18:34  Regina Obe <lr at pcorp.us>
-
-	* [r5594] doc/reference_wktraster.xml: slight correction
-
-2010-04-30 18:34  Regina Obe <lr at pcorp.us>
-
-	* [r5593] doc/reference_wktraster.xml: document build date and lib
-	  version maintenance functions
-
-2010-04-30 18:25  Regina Obe <lr at pcorp.us>
-
-	* [r5592] doc/reference_wktraster.xml: document more functions --
-	  start breaking out raster band functions from raster functions
-
-2010-04-30 16:17  Regina Obe <lr at pcorp.us>
-
-	* [r5591] doc/reference_wktraster.xml: example for
-	  ST_DumpAsPolygons
-
-2010-04-27 15:26  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5575] doc/reference_output.xml, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
-	  postgis/geography_inout.c, postgis/lwgeom_export.c,
-	  regress/out_geography.sql, regress/out_geography_expected,
-	  regress/out_geometry.sql, regress/out_geometry_expected: Add new
-	  option to ST_AsGML: ability to remove srsDimension attribute in
-	  GML 3. cf #508
-
-2010-04-27 13:58  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5572] doc/reference_output.xml, liblwgeom/cunit/cu_out_gml.c,
-	  postgis/lwgeom_export.c, regress/out_geography_expected,
-	  regress/out_geometry_expected: Fix wrong OGC URN in GeoJson and
-	  GML output. Cf #507
-
-2010-04-20 04:18  Regina Obe <lr at pcorp.us>
-
-	* [r5568] doc/reference_wktraster.xml: Add another example to
-	  st_value demonstrating sampling and fix other example
-
-2010-04-19 03:07  Regina Obe <lr at pcorp.us>
-
-	* [r5567] doc/reference_wktraster.xml: document
-	  ST_SetBandHasNoDataValue
-
-2010-04-18 12:13  Sandro Santilli <strk at keybit.net>
-
-	* [r5566] loader/shp2pgsql-core.c: Escape fields named xmin (xmax
-	  was already escaped). See issue #504.
-
-2010-04-17 21:25  Sandro Santilli <strk at keybit.net>
-
-	* [r5565] doc/reference_processing.xml: Fix documentation for
-	  ST_Split (so postgis_comments.sql is correct)
-
-2010-04-17 11:06  Sandro Santilli <strk at keybit.net>
-
-	* [r5564] postgis/lwgeom_geos.c: Plug a couple of memory leaks
-
-2010-04-17 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r5563] postgis/lwgeom_geos.c, regress/tickets.sql,
-	  regress/tickets_expected: Fix crash on invalid polygon rings
-	  conversion to geos
-
-2010-04-17 01:53  Regina Obe <lr at pcorp.us>
-
-	* [r5562] doc/reference_wktraster.xml: fix typos and add more links
-
-2010-04-17 00:57  Regina Obe <lr at pcorp.us>
-
-	* [r5561] doc/reference_wktraster.xml: ST_SkewX, ST_SkewY,
-	  ST_SetSkew
-
-2010-04-17 00:13  Regina Obe <lr at pcorp.us>
-
-	* [r5560] doc/reference_wktraster.xml: typo in return description
-	  of ST_MakeEmptyRaster
-
-2010-04-14 17:42  Regina Obe <lr at pcorp.us>
-
-	* [r5551] doc/reference_wktraster.xml: fix typos
-
-2010-04-14 14:56  Regina Obe <lr at pcorp.us>
-
-	* [r5550] doc/faq_wktraster.xml: more gdal_translate examples
-
-2010-04-14 14:48  Regina Obe <lr at pcorp.us>
-
-	* [r5549] doc/faq_wktraster.xml: another example of gdal_translate
-
-2010-04-14 14:09  Regina Obe <lr at pcorp.us>
-
-	* [r5547] doc/reference_wktraster.xml: Example of AddRasterColumn
-
-2010-04-14 13:16  Regina Obe <lr at pcorp.us>
-
-	* [r5546] doc/reference_wktraster.xml: Fix typo
-
-2010-04-14 12:52  Regina Obe <lr at pcorp.us>
-
-	* [r5545] doc/reference_wktraster.xml: Provide yet more common use
-	  case examples of ST_Value
-
-2010-04-14 11:48  Regina Obe <lr at pcorp.us>
-
-	* [r5544] doc/faq_wktraster.xml: try to get rid of really long
-	  lines
-
-2010-04-14 11:40  Regina Obe <lr at pcorp.us>
-
-	* [r5543] doc/faq_wktraster.xml: Document how to define a raster
-	  layer in Mapserver
-
-2010-04-13 06:08  Regina Obe <lr at pcorp.us>
-
-	* [r5540] doc/faq_wktraster.xml: Give faq an id for easier pretty
-	  bookmarking
-
-2010-04-13 04:38  Regina Obe <lr at pcorp.us>
-
-	* [r5539] doc/faq_wktraster.xml:
-
-2010-04-13 04:37  Regina Obe <lr at pcorp.us>
-
-	* [r5538] doc/faq_wktraster.xml: forgot paragraph mark
-
-2010-04-13 04:35  Regina Obe <lr at pcorp.us>
-
-	* [r5537] doc/faq_wktraster.xml: more elaboration of the important
-	  Can I export my raster data FAQ
-
-2010-04-12 21:11  Regina Obe <lr at pcorp.us>
-
-	* [r5536] doc/faq_wktraster.xml: typo fix
-
-2010-04-12 20:58  Regina Obe <lr at pcorp.us>
-
-	* [r5535] doc/faq_wktraster.xml: Add quickie faq about exporting
-	  raster data from PostGIS
-
-2010-04-12 08:48  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5532] doc/reference_output.xml, liblwgeom/cunit/cu_out_kml.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwout_kml.c,
-	  postgis/geography.sql.in.c, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c, postgis/postgis.sql.in.c,
-	  regress/out_geography.sql, regress/out_geography_expected,
-	  regress/out_geometry.sql, regress/out_geometry_expected: Add
-	  optional namespace to ST_AsKML function. related in a way to #460
-
-2010-04-12 04:44  Regina Obe <lr at pcorp.us>
-
-	* [r5531] doc/reference_wktraster.xml: minor additions
-
-2010-04-11 23:21  Regina Obe <lr at pcorp.us>
-
-	* [r5530] doc/reference_wktraster.xml: start documenting
-	  ST_DumpAsPolygons. Will provide examples once get it to stop
-	  crashing on me.
-
-2010-04-11 23:03  Regina Obe <lr at pcorp.us>
-
-	* [r5529] doc/reference_wktraster.xml: fix tag typo
-
-2010-04-11 22:52  Regina Obe <lr at pcorp.us>
-
-	* [r5528] doc/reference_wktraster.xml: mistated something. Correct
-	  constraint description of addrastercolumn
-
-2010-04-11 22:45  Regina Obe <lr at pcorp.us>
-
-	* [r5527] doc/reference_wktraster.xml: Add management functions
-	  section
-
-2010-04-10 15:32  Regina Obe <lr at pcorp.us>
-
-	* [r5526] doc/xsl/wktraster_comments.sql.xsl: minor change
-
-2010-04-10 03:39  Regina Obe <lr at pcorp.us>
-
-	* [r5525] doc/reference_wktraster.xml: title change
-
-2010-04-10 02:48  Regina Obe <lr at pcorp.us>
-
-	* [r5524] doc/reference_wktraster.xml: start itemizing operators
-
-2010-04-10 01:42  Regina Obe <lr at pcorp.us>
-
-	* [r5523] doc/reference_wktraster.xml: document st_setgeoreference
-
-2010-04-09 16:24  Regina Obe <lr at pcorp.us>
-
-	* [r5517] doc/reference_wktraster.xml: Add ST_SetUpperLeft
-
-2010-04-07 21:45  Regina Obe <lr at pcorp.us>
-
-	* [r5514] doc/faq_wktraster.xml, doc/reference_wktraster.xml:
-
-2010-04-07 19:22  Regina Obe <lr at pcorp.us>
-
-	* [r5513] doc/faq_wktraster.xml: fix reference typo
-
-2010-04-07 17:25  Regina Obe <lr at pcorp.us>
-
-	* [r5512] doc/postgis.xml: forgot to add faq_wktraster item
-
-2010-04-07 16:54  Regina Obe <lr at pcorp.us>
-
-	* [r5511] doc/Makefile.in, doc/faq_wktraster.xml, doc/postgis.xml:
-	  First draft of wktraster faq
-
-2010-04-07 14:35  Regina Obe <lr at pcorp.us>
-
-	* [r5510] doc/reference_wktraster.xml: conver to 1 column 2 row
-	  table
-
-2010-04-07 14:15  Regina Obe <lr at pcorp.us>
-
-	* [r5509] doc/reference_wktraster.xml: typo
-
-2010-04-07 14:06  Regina Obe <lr at pcorp.us>
-
-	* [r5508] doc/reference_wktraster.xml: correct typo
-
-2010-04-07 14:05  Regina Obe <lr at pcorp.us>
-
-	* [r5507] doc/reference_wktraster.xml: Put link to spec for a
-	  diagrammatic view.
-
-2010-04-07 13:59  Regina Obe <lr at pcorp.us>
-
-	* [r5506] doc/reference_wktraster.xml: first draft of ST_ConvexHull
-	  -- still need to put in pictures
-
-2010-04-06 23:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5505] configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.c,
-	  macros/gtk-2.0.m4: Add support for command-q shutdown in Mac GTK
-	  build
-
-2010-04-06 18:33  Sandro Santilli <strk at keybit.net>
-
-	* [r5503] loader/shp2pgsql-core.c: WARN and continue on incomplete
-	  multibyte sequence
-
-2010-04-05 21:38  Regina Obe <lr at pcorp.us>
-
-	* [r5497] doc/reference_wktraster.xml: slight correction
-
-2010-04-05 21:32  Regina Obe <lr at pcorp.us>
-
-	* [r5496] doc/reference_wktraster.xml: itemize band pixel types and
-	  fix some formatting issues
-
-2010-04-05 15:17  Regina Obe <lr at pcorp.us>
-
-	* [r5495] doc/xsl/wktraster_comments.sql.xsl: more blurb in
-	  description
-
-2010-04-05 15:16  Regina Obe <lr at pcorp.us>
-
-	* [r5494] doc/xsl/wktraster_comments.sql.xsl: xsl to build
-	  postgresql help for wktraster
-
-2010-04-05 14:12  Regina Obe <lr at pcorp.us>
-
-	* [r5493] doc/reference_wktraster.xml: Start adding editors, give
-	  an additional better example of ST_Value
-
-2010-04-05 07:28  Regina Obe <lr at pcorp.us>
-
-	* [r5492] doc/reference_wktraster.xml: upper left x and y
-
-2010-04-05 05:59  Regina Obe <lr at pcorp.us>
-
-	* [r5491] doc/reference_wktraster.xml: example for st_value
-
-2010-04-05 05:55  Regina Obe <lr at pcorp.us>
-
-	* [r5490] doc/reference_wktraster.xml: typo in constructor section
-
-2010-04-05 05:52  Regina Obe <lr at pcorp.us>
-
-	* [r5489] doc/reference_wktraster.xml: st_box2d, st_envelope (note
-	  regular Postgis changed st_box2d to just box2d old st_box2d is
-	  deprecated)
-
-2010-04-05 05:25  Regina Obe <lr at pcorp.us>
-
-	* [r5488] doc/reference_wktraster.xml: more typos fixed, add
-	  constructor section
-
-2010-04-05 04:59  Regina Obe <lr at pcorp.us>
-
-	* [r5487] doc/reference_wktraster.xml: Fix typo
-
-2010-04-05 04:30  Regina Obe <lr at pcorp.us>
-
-	* [r5486] doc/reference_wktraster.xml: more functions documented
-
-2010-04-05 02:28  Regina Obe <lr at pcorp.us>
-
-	* [r5485] doc/reference_wktraster.xml: more accessors
-
-2010-04-05 01:32  Regina Obe <lr at pcorp.us>
-
-	* [r5484] doc/postgis.xml, doc/reference_wktraster.xml: more
-	  changes
-
-2010-04-05 01:05  Regina Obe <lr at pcorp.us>
-
-	* [r5483] doc/Makefile.in, doc/reference_wktraster.xml: First start
-	  at integrating wktraster documentation -- hopefully didn't break
-	  anything doing this.
-
-2010-03-31 15:34  Sandro Santilli <strk at keybit.net>
-
-	* [r5473] loader/shp2pgsql-cli.c: Do not hard-code default encoding
-	  (since it's a macro)
-
-2010-03-31 14:50  Sandro Santilli <strk at keybit.net>
-
-	* [r5472] loader/shp2pgsql-core.c: Dump more informations about
-	  failing decoding
-
-2010-03-30 12:32  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5471] doc/reference_output.xml, postgis/geography.sql.in.c,
-	  postgis/geography_inout.c, regress/out_geography.sql,
-	  regress/out_geography_expected, regress/out_geometry.sql,
-	  regress/out_geometry_expected: Add geography support to ST_AsGML
-	  with prefix namespace option. Update doc and unit tests. cf #460
-
-2010-03-30 12:29  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5470] doc/reference_old.xml: Remove old reference file
-
-2010-03-29 20:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5469] liblwgeom/stringbuffer.c: Fix syntax error.
-
-2010-03-29 20:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5468] liblwgeom/stringbuffer.c: Reorganize avprintf a litle.
-
-2010-03-29 19:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5467] liblwgeom/stringbuffer.c: Propogate vsnprintf errors up
-	  verbatim
-
-2010-03-28 08:33  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5466] doc/installation.xml, doc/postgis.xml,
-	  doc/reference_accessor.xml, doc/reference_editor.xml,
-	  doc/reference_measure.xml, doc/reference_misc.xml,
-	  doc/reference_operator.xml, doc/reference_output.xml,
-	  doc/reference_processing.xml, doc/reference_transaction.xml,
-	  doc/reference_type.xml, doc/using_postgis_dataman.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Fix a lot of DocBook errors. Use
-	  DocBook + MathML DTD. Fix xsl/postgis_aggs_mm.xml.xsl to produce
-	  valid Docbook. Now make check output in docs is clean. cf #471
-
-2010-03-27 17:50  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5465] doc/Makefile.in: add make check rule in doc/Makefile. Use
-	  xmllint to check postgis.xml documentation against docbook dtd.
-
-2010-03-25 05:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5463] liblwgeom/stringbuffer.h: Make the default size more
-	  reasonable again.
-
-2010-03-25 05:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5462] liblwgeom/stringbuffer.c: Add comments on error return
-	  values.
-
-2010-03-25 05:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5461] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h:
-	  Improved stringbuffer again. Always write directly into the
-	  buffer, no more memcpy'ing. Change return values for printing
-	  calls to int, so that print errors can be detected and handled by
-	  the layers above, if desired.
-
-2010-03-24 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5460] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h:
-	  Restore original license terms.
-
-2010-03-23 19:35  Sandro Santilli <strk at keybit.net>
-
-	* [r5459] doc/reference_output.xml, postgis/lwgeom_export.c,
-	  postgis/postgis.sql.in.c, regress/out_geometry.sql,
-	  regress/out_geometry_expected: Expose custom prefix arg for
-	  ST_asGML to SQL, add tests and dox
-
-2010-03-23 00:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5454] postgis/lwgeom_accum.c: Fix for array aggregation error
-	  (#469)
-
-2010-03-22 21:13  Sandro Santilli <strk at keybit.net>
-
-	* [r5452] liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwout_gml.c, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c: Add support in liblwgeom for specifying
-	  a custom (or no) namespace/prefix for GML output
-
-2010-03-22 19:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5450] loader/getopt.c, loader/getopt.h, loader/pgsql2shp.c,
-	  loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-gui.c: Convert all extern opt* variables to
-	  pgis_opt* variables to avoid clashes with system variables. (ug!)
-
-2010-03-17 08:27  Sandro Santilli <strk at keybit.net>
-
-	* [r5448] regress/split.sql, regress/split_expected: Add test for
-	  GEOMETRYCOLLECTION and ST_Split
-
-2010-03-17 07:42  Sandro Santilli <strk at keybit.net>
-
-	* [r5447] NEWS: Add ST_Split
-
-2010-03-17 07:40  Sandro Santilli <strk at keybit.net>
-
-	* [r5446] liblwgeom/cunit/Makefile.in: Don't choke on clean when
-	  there's nothing to clean
-
-2010-03-17 07:32  Sandro Santilli <strk at keybit.net>
-
-	* [r5445] GNUmakefile, liblwgeom/Makefile.in: Fix 'clean' rule to
-	  descend in cunit
-
-2010-03-16 22:18  Sandro Santilli <strk at keybit.net>
-
-	* [r5444] postgis/lwgeom_geos_split.c, regress/split.sql,
-	  regress/split_expected: Add support for MULTI* in ST_Split
-
-2010-03-16 13:14  Sandro Santilli <strk at keybit.net>
-
-	* [r5440] doc/reference_processing.xml: Document ST_Split
-
-2010-03-16 03:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5439] ChangeLog, liblwgeom/g_serialized.c, liblwgeom/g_util.c,
-	  liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgunparse.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwline.c,
-	  liblwgeom/lwmcurve.c, liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
-	  liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c,
-	  liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
-	  liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c,
-	  liblwgeom/lwout_wkb.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwprint.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwutil.c, liblwgeom/measures.c, liblwgeom/ptarray.c,
-	  liblwgeom/wktparse.h, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h, postgis/geography_gist.c,
-	  postgis/geography_inout.c, postgis/lwgeom_chip.c,
-	  postgis/lwgeom_debug.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_split.c,
-	  postgis/lwgeom_gist.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_in_kml.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c: Some function renaming: lwgeom_typename =>
-	  lwtype_name. The internal float/up/down functions get slightly
-	  better names. Make collection types re-sizable: added maxgeoms to
-	  all collections, and created lwcollection_add_lwgeom() function.
-	  Remove all *_add functions. Revized homogenize function to use
-	  the new _add_lwgeom and variants.
-
-2010-03-15 18:03  Sandro Santilli <strk at keybit.net>
-
-	* [r5438] postgis/lwgeom_geos_split.c, postgis/postgis.sql.in.c,
-	  regress/split.sql: Rename ST_SplitGeometry to ST_Split (better
-	  now than never)
-
-2010-03-15 18:00  Sandro Santilli <strk at keybit.net>
-
-	* [r5437] postgis/lwgeom_geos_split.c, regress/split.sql,
-	  regress/split_expected: Implement split-poly-by-line
-
-2010-03-13 12:55  Sandro Santilli <strk at keybit.net>
-
-	* [r5436] postgis/lwgeom_geos_split.c, regress/split.sql,
-	  regress/split_expected: Reword exception message, make algorithm
-	  more robust not relying on constructive functions to detect
-	  relation between inputs
-
-2010-03-13 11:23  Sandro Santilli <strk at keybit.net>
-
-	* [r5435] postgis/lwgeom_geos_split.c: Fix printf call
-
-2010-03-13 11:16  Sandro Santilli <strk at keybit.net>
-
-	* [r5434] postgis/lwgeom_geos_split.c, regress/split.sql,
-	  regress/split_expected: Split-line-by-line: handle overlap cases
-	  by raising an exception
-
-2010-03-13 10:59  Sandro Santilli <strk at keybit.net>
-
-	* [r5433] postgis/lwgeom_geos_split.c, regress/split.sql,
-	  regress/split_expected: Implement split-line-by-line
-
-2010-03-13 09:22  Sandro Santilli <strk at keybit.net>
-
-	* [r5432] postgis/lwgeom_functions_analytic.c: Be polite
-
-2010-03-12 18:39  Sandro Santilli <strk at keybit.net>
-
-	* [r5430] loader/shp2pgsql-core.c: Fix memory errors in presence of
-	  NULL (0-verticed) geometries and insert (default) policy.
-
-2010-03-12 15:46  Sandro Santilli <strk at keybit.net>
-
-	* [r5429] liblwgeom/ptarray.c: ptarray_substring *does* already
-	  implement interpolation
-
-2010-03-12 15:25  Sandro Santilli <strk at keybit.net>
-
-	* [r5428] postgis/TODO: Drop extraneous task (if it referred to
-	  loader we do have a switch for index creation now)
-
-2010-03-12 15:15  Sandro Santilli <strk at keybit.net>
-
-	* [r5427] postgis/postgis.sql.in.c: Fix ST_DumpPoints not to relay
-	  on NULL return from ST_NumGeometries to tell multi and singles
-	  apart
-
-2010-03-12 15:14  Sandro Santilli <strk at keybit.net>
-
-	* [r5426] regress/Makefile.in: Trigger reconstruction of regress'
-	  postgis.sql when original one changes
-
-2010-03-12 14:03  Sandro Santilli <strk at keybit.net>
-
-	* [r5424] NEWS: Add item about GeometryN/NumGeometries
-
-2010-03-12 13:50  Sandro Santilli <strk at keybit.net>
-
-	* [r5423] postgis/lwgeom_ogc.c, regress/regress_ogc.sql,
-	  regress/regress_ogc_expected: Add support for simple geometries
-	  in ST_GeometryN and ST_NumGeometries
-
-2010-03-12 13:29  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5422] configure.ac: Fix the PGXS override code for detecting
-	  older versions of PostgreSQL - the existing (incomplete) check
-	  was still checking for a minimum version of 8.5, rather
-	  than the new version number of 9.0.
-
-2010-03-12 00:21  Regina Obe <lr at pcorp.us>
-
-	* [r5419] doc/reference_lrs.xml: put in note about improvement to
-	  ST_Line_SubString #410
-
-2010-03-11 20:50  Sandro Santilli <strk at keybit.net>
-
-	* [r5416] postgis/lwgeom_geos_split.c: More comments cleanup
-
-2010-03-11 20:48  Sandro Santilli <strk at keybit.net>
-
-	* [r5415] postgis/lwgeom_geos_split.c: remove wrong comment
-
-2010-03-11 20:34  Sandro Santilli <strk at keybit.net>
-
-	* [r5414] postgis/lwgeom_geos_split.c, regress/split.sql,
-	  regress/split_expected: Set interface specs in stone within the
-	  implementation file, add a testcase to show what's "left" and
-	  what's "right" in the split-line-by-point
-
-2010-03-11 20:28  Sandro Santilli <strk at keybit.net>
-
-	* [r5413] postgis/lwgeom_geos_split.c, regress/split_expected:
-	  *always* return a collection from ST_SplitGeometry
-
-2010-03-11 20:19  Sandro Santilli <strk at keybit.net>
-
-	* [r5412] postgis/lwgeom_geos_split.c, regress/split.sql,
-	  regress/split_expected: Have ST_SplitGeometry return a collection
-	  of at most 2 elements (original part, cut-away part) so it's
-	  easier to handle by callers
-
-2010-03-11 17:53  Sandro Santilli <strk at keybit.net>
-
-	* [r5411] regress/remove_repeated_points.sql,
-	  regress/remove_repeated_points_expected: Add SRID retainment
-	  testcase for removerepeatedpoint (paranoia)
-
-2010-03-11 17:51  Sandro Santilli <strk at keybit.net>
-
-	* [r5410] regress/clean.sql, regress/clean_expected: Add SRID
-	  retainment testcases
-
-2010-03-11 17:21  Sandro Santilli <strk at keybit.net>
-
-	* [r5409] postgis/lwgeom_geos_clean.c: Don't 'clean' the SRID...
-
-2010-03-11 14:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5401] HOWTO_RELEASE: Grammar fix.
-
-2010-03-10 15:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5398] postgis/lwgeom_accum.c: Fix to allow compile on 9.0alpha
-
-2010-03-10 15:33  Sandro Santilli <strk at keybit.net>
-
-	* [r5396] postgis/Makefile.in, postgis/lwgeom_geos_split.c,
-	  postgis/postgis.sql.in.c, regress/Makefile.in, regress/split.sql,
-	  regress/split_expected: Initial work on ST_SplitGeometry. Split
-	  line by point implemented.
-
-2010-03-10 15:29  Sandro Santilli <strk at keybit.net>
-
-	* [r5395] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_analytic.c: Since we do a full scan of
-	  pointarray from ptarray_locate_point, take the chance to also
-	  return min distance
-
-2010-03-10 14:32  Sandro Santilli <strk at keybit.net>
-
-	* [r5394] liblwgeom/liblwgeom.h: Document closest_point_on_segment
-	  in header file
-
-2010-03-10 14:20  Sandro Santilli <strk at keybit.net>
-
-	* [r5393] liblwgeom/liblwgeom.h: Document ptarray_locate_point in
-	  header file
-
-2010-03-10 10:07  Sandro Santilli <strk at keybit.net>
-
-	* [r5392] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
-	  postgis/lwgeom_geos_clean.c: Export geos error logger
-
-2010-03-09 00:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5389] doc/installation.xml: Fix syntax error in spatial_ref_sys
-	  hard upgrade directions (#373)
-
-2010-03-09 00:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5387] utils/postgis_proc_upgrade.pl: Include
-	  'geography_columns' defn when upgrading from <= 1.4 (#414)
-
-2010-03-09 00:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5386] postgis/postgis.sql.in.c: Quiet notices in the .sql
-	  install files (#415)
-
-2010-03-08 23:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5384] liblwgeom/lwline.c, postgis/lwgeom_functions_basic.c:
-	  Update the bbox when you alter the underlying geometry (#410)
-	  ST_SetPoint, ST_Ad
-	  dPoint, ST_RemovePoint.
-
-2010-03-08 16:37  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r5380] doc/using_postgis_dataman.xml: updated broken link to
-	  utmzone PostGIS plpgsql helper function.
-	  bug #461
-
-2010-03-05 23:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5377] README.postgis: Note minimum required versions.
-
-2010-03-05 21:49  Sandro Santilli <strk at keybit.net>
-
-	* [r5376] postgis/lwgeom_ogc.c: Fix typo
-
-2010-03-05 02:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5375] liblwgeom/cunit/cu_wkb.c: A few more WKB unit tests.
-
-2010-03-04 09:40  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5374] doc/reference_editor.xml: Add ST_PointN xref in
-	  ST_SetPoint entry, from Bruno Friedmann report
-
-2010-03-03 06:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5372] liblwgeom/lwhomogenize.c, liblwgeom/lwout_geojson.c,
-	  liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
-	  liblwgeom/lwout_svg.c, liblwgeom/lwout_wkb.c,
-	  liblwgeom/lwout_wkt.c, liblwgeom/lwprint.c: Set keywords.
-
-2010-03-03 06:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5371] liblwgeom/cunit/cu_geodetic_data.h,
-	  liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
-	  liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/cunit/cu_wkb.c,
-	  liblwgeom/cunit/cu_wkt.c: Set keywords and some copyright
-	  headers.
-
-2010-03-03 06:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5370] liblwgeom/cunit/cu_wkb.c, liblwgeom/lwout_wkb.c: Add some
-	  tests of the old versus new WKB output.
-
-2010-03-03 06:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5369] postgis/geography_measurement.c: Move spheroid test to
-	  the correct place.
-
-2010-03-03 05:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5368] liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Remove
-	  doxygen flags from static functions.
-
-2010-03-03 05:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5367] liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Add some
-	  documentation to the public functions.
-
-2010-03-03 01:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5366] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_wkb.c, liblwgeom/libgeom.h,
-	  liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Add in tests and
-	  fixes for WKB emitter.
-
-2010-03-02 23:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5365] liblwgeom/Makefile.in, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_wkt.c, liblwgeom/libgeom.h,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwout_wkb.c,
-	  liblwgeom/lwout_wkt.c: Add first cut to lwgeom_to_wkb function.
-
-2010-03-02 23:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5364] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Add a
-	  couple functions (length, copy) to stringbuffer, and add
-	  comments.
-
-2010-03-02 21:32  Sandro Santilli <strk at keybit.net>
-
-	* [r5363] postgis/lwgeom_geos_clean.c, regress/clean.sql,
-	  regress/clean_expected: ST_MakeValid : turn collapsed lines into
-	  points [RT-SIGTA]
-
-2010-02-28 23:11  Sandro Santilli <strk at keybit.net>
-
-	* [r5360] postgis/lwgeom_geos_clean.c, regress/Makefile.in,
-	  regress/clean.sql, regress/clean_expected: Node lineal geometries
-	  resulting invalid. Re-enable automated testcase for st_MakeValid
-	  [RT-SIGTA]
-
-2010-02-28 22:48  Sandro Santilli <strk at keybit.net>
-
-	* [r5359] postgis/lwgeom_geos_clean.c: Don't use a collection when
-	  there's no area
-
-2010-02-28 22:24  Sandro Santilli <strk at keybit.net>
-
-	* [r5358] postgis/lwgeom_geos_clean.c: Fix build with debugging on,
-	  fix bug when run against invalid linestrings
-
-2010-02-28 21:31  Sandro Santilli <strk at keybit.net>
-
-	* [r5357] postgis/lwgeom_geos_clean.c: Add paranoid check to make
-	  super-sure no input vertices are dropped by ST_MakeValid
-	  [RT-SIGTA]
-
-2010-02-28 20:36  Sandro Santilli <strk at keybit.net>
-
-	* [r5356] postgis/lwgeom_geos_clean.c: Put GEOS-only functionality
-	  of ST_MakeValid in its own function
-
-2010-02-28 19:24  Sandro Santilli <strk at keybit.net>
-
-	* [r5355] postgis/lwgeom_geos_clean.c: Fix documentation to match
-	  current behaviour
-
-2010-02-28 19:09  Sandro Santilli <strk at keybit.net>
-
-	* [r5354] postgis/lwgeom_geos_clean.c: Simplify code
-
-2010-02-28 19:04  Sandro Santilli <strk at keybit.net>
-
-	* [r5353] postgis/lwgeom_geos.c: Avoid a call to the GEOS CAPI when
-	  unnecessary (works around a bug in GEOS aborting in some cases of
-	  EMPTY polygons
-
-2010-02-28 17:20  Sandro Santilli <strk at keybit.net>
-
-	* [r5352] postgis/lwgeom_geos_clean.c: Move ST_CleanGeometry core
-	  code into specialized 'lwgeom' function
-
-2010-02-28 17:11  Sandro Santilli <strk at keybit.net>
-
-	* [r5351] postgis/lwgeom_geos_clean.c: cleanups
-
-2010-02-28 14:05  Sandro Santilli <strk at keybit.net>
-
-	* [r5350] postgis/lwgeom_geos_clean.c: Put areal part first in
-	  collection, and collapsed edges second
-
-2010-02-26 15:05  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5349] GNUmakefile, doc/Makefile.in, regress/Makefile.in: Add
-	  new 'make garden' rule to launch full Garden test regression
-	  tests
-
-2010-02-26 02:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5348] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/README,
-	  liblwgeom/cunit/cu_tester.h: Instructions on adding new tests to
-	  cunit, from Jeff Adams.
-
-2010-02-26 00:16  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5347] liblwgeom/lwgeom.c, regress/tickets_expected: Add few
-	  more lwgeom_typename, and update regress test if needed. Restore
-	  initial lwnotice behaviour in remove_repeated_points on unknown
-	  types (instead of lwerror).
-
-2010-02-25 17:54  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5346] liblwgeom/lwgeom.c: Fix add forgotten return in
-	  flip_coordinates (cf #452). Add lwgeom_typename in several
-	  functions to avoid cryptic error message (#452 again).
-
-2010-02-25 15:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5345] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
-	  Fix potential corner case in sphere area calculation (#451)
-
-2010-02-25 14:30  Regina Obe <lr at pcorp.us>
-
-	* [r5343] doc/reference_processing.xml: Put new functions in
-	  alphabetical order.
-
-2010-02-25 14:23  Regina Obe <lr at pcorp.us>
-
-	* [r5342] doc/xsl/postgis_aggs_mm.xml.xsl: Put in What is new in
-	  2.0 section to trap new 2.0 enhancements
-
-2010-02-25 14:11  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5341] doc/installation.xml: Add libxml2 requirement para. Fix
-	  #344. Thanks to Mateus for report.
-
-2010-02-25 13:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5339] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwspheroid.c: Fix for st_area(geography) over the
-	  dateline (#450)
-
-2010-02-25 13:38  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5338] doc/reference_processing.xml,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_in_gml.c,
-	  postgis/postgis.sql.in.c: rename ptarray_reverse_axis to
-	  ptarray_flip_coordinates. Add lwgeom_flip_coordinates and
-	  ST_FlipCoordinates (#354). Add relevant cunit tests and basic
-	  documentation.
-
-2010-02-25 13:30  Sandro Santilli <strk at keybit.net>
-
-	* [r5337] postgis/lwgeom_geos_clean.c: Drop unused code, avoid
-	  putting empty geometry in a collection.. [RT-SIGTA]
-
-2010-02-25 13:15  Sandro Santilli <strk at keybit.net>
-
-	* [r5336] postgis/lwgeom_geos_clean.c: Recursively try to build
-	  area with portions of the original boundary not on the boundary
-	  of newly constructed area and symdifference the new area (if any)
-	  with the final polygon being built. This behaviour gives more
-	  chance to get a pure areal (not mixed) output still not missing
-	  vertices.
-
-2010-02-24 14:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5335] liblwgeom/cunit/cu_wkt.c, liblwgeom/lwout_wkt.c: Change
-	  dimensionality indicators to have spaces between type indicators
-	  for WKT_ISO output form.
-
-2010-02-24 13:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5334] liblwgeom/cunit/cu_wkt.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwout_wkt.c: Add support from SRID=
-	  block on EWKT
-
-2010-02-23 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5333] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h: Remove
-	  last compile warnings.
-
-2010-02-23 22:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5332] liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
-	  liblwgeom/cunit/cu_out_svg.c: Making test methods static to avoid
-	  compiler warnings. For Jeff Adams.
-
-2010-02-23 22:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5331] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_print.c: Making test methods static to avoid
-	  compiler warnings.
-
-2010-02-23 22:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5330] liblwgeom/cunit/cu_wkt.c: Make test functions static.
-
-2010-02-23 22:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5329] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_homogenize.h, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_measures.h, liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_geojson.h, liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_gml.h, liblwgeom/cunit/cu_out_kml.c,
-	  liblwgeom/cunit/cu_out_kml.h, liblwgeom/cunit/cu_out_svg.c,
-	  liblwgeom/cunit/cu_out_svg.h, liblwgeom/cunit/cu_print.c,
-	  liblwgeom/cunit/cu_print.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/cunit/cu_wkt.c,
-	  liblwgeom/cunit/cu_wkt.h: Made unit tests easier to add. New
-	  suites now just need to be added to two lines in cu_tester.c, no
-	  changes to header files necessary, new tests need one line in the
-	  appropriate .c file. From Jeff Adams.
-
-2010-02-23 21:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5327] liblwgeom/stringbuffer.c: Remove unused va_copy.
-
-2010-02-23 21:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5326] liblwgeom/stringbuffer.h: Woops again, got work and start
-	  size values reversed.
-
-2010-02-23 21:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5325] liblwgeom/stringbuffer.h: Oops, commit stringbuffer.h
-	  with sensible values for internal sizes.
-
-2010-02-23 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5324] liblwgeom/cunit/cu_wkt.c, liblwgeom/stringbuffer.c,
-	  liblwgeom/stringbuffer.h: Improve performance and cut back
-	  stringbuffer_t to the minimum.
-
-2010-02-23 19:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5323] liblwgeom/cunit/cu_tester.c: Allow cu_tester to accept
-	  parameters to run individual tests or suites, from Jeff Adams.
-
-2010-02-23 19:42  Sandro Santilli <strk at keybit.net>
-
-	* [r5322] liblwgeom/ptarray.c, regress/remove_repeated_points.sql,
-	  regress/remove_repeated_points_expected: Don't let
-	  ST_RemoveRepeatedPoint collapse LINESTRINGs (not sure why, but
-	  someone doesn't want them in the db)
-
-2010-02-23 18:29  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5319] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c,
-	  postgis/lwgeom_in_gml.c: Move ptarray reverse axis function from
-	  postgis/lwgeom_in_gml to liblwgeom/ptarray
-
-2010-02-23 18:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5318] liblwgeom/cunit/cu_wkt.c: More WKT tests.
-
-2010-02-23 17:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5317] liblwgeom/cunit/cu_wkt.c, liblwgeom/cunit/cu_wkt.h: More
-	  WKT unit tests
-
-2010-02-23 15:55  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5316] liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_svg.c: In fact Nested GeometryCollection
-	  are never been supported in SVG and GeoJSON. Update the cunit
-	  tests cases
-
-2010-02-23 15:21  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5315] astyle.sh: Check astyle version prior to do anything.
-	  'blessed' version is 1.23. Related to #433 and postgis-devel
-	  discussions
-
-2010-02-23 14:52  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5314] postgis/geography_inout.c, regress/Makefile.in,
-	  regress/geojson.sql, regress/geojson_expected, regress/gml.sql,
-	  regress/gml_expected, regress/kml.sql, regress/kml_expected,
-	  regress/out_geography.sql, regress/out_geography_expected,
-	  regress/out_geometry.sql, regress/out_geometry_expected,
-	  regress/svg.sql, regress/svg_expected: Fix 443. Move all regress
-	  export functions test files in a single one. add geography output
-	  regression tests (SVG/KML/GML/GeoJSON)
-
-2010-02-22 22:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5312] liblwgeom/cunit/cu_wkt.c: Add more unit tests for WKT
-
-2010-02-22 22:04  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5311] liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/lwout_geojson.c: Fix #441. And introduce a change in
-	  behaviour: if geometryCollection and bbox, not sub geoms bbox are
-	  provided anymore
-
-2010-02-22 20:58  Sandro Santilli <strk at keybit.net>
-
-	* [r5307] postgis/lwgeom_geos_clean.c, postgis/postgis.sql.in.c:
-	  Let ST_CleanGeometry down to C [RT-SIGTA]
-
-2010-02-22 20:45  Sandro Santilli <strk at keybit.net>
-
-	* [r5306] postgis/lwgeom_geos_clean.c: Derive an lwgeom_make_valid
-	  from ST_MakeValid [RT-SIGTA]
-
-2010-02-22 20:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5305] doc/reference_output.xml, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_print.c,
-	  liblwgeom/cunit/cu_print.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwprint.c, postgis/lwgeom_inout.c,
-	  postgis/postgis.sql.in.c: ST_AsLatLonText(geometry, format) from
-	  Jeff Adams
-
-2010-02-22 20:29  Sandro Santilli <strk at keybit.net>
-
-	* [r5304] postgis/lwgeom_geos_clean.c, postgis/postgis.sql.in.c:
-	  Follow style guidelines for function naming
-
-2010-02-22 19:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5302] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
-	  liblwgeom/cunit/cu_wkt.c, liblwgeom/cunit/cu_wkt.h,
-	  liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwout_wkt.c, liblwgeom/stringbuffer.c,
-	  liblwgeom/stringbuffer.h: First cut of new WKT output functions,
-	  need more unit tests.
-
-2010-02-22 19:52  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5301] liblwgeom/lwout_svg.c, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c, postgis/lwgeom_export.h: Fix missing
-	  math.h include in lwout_svg (#438). Put back lwgeom_export.h as
-	  we need header for getSRSbySRID.
-
-2010-02-22 19:37  Sandro Santilli <strk at keybit.net>
-
-	* [r5299] liblwgeom/liblwgeom.h: Oops (#434)
-
-2010-02-22 19:35  Sandro Santilli <strk at keybit.net>
-
-	* [r5298] postgis/lwgeom_geos_clean.c: Fix warnings when building
-	  with GEOS < 3.3.0 (ticket #434
-
-2010-02-22 19:31  Sandro Santilli <strk at keybit.net>
-
-	* [r5297] install-sh, liblwgeom/liblwgeom.h: Fix missing prototypes
-	  warnings
-
-2010-02-22 19:31  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5296] liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
-	  liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c: Id tag
-
-2010-02-22 19:16  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5294] postgis/Makefile.in, postgis/geography_inout.c,
-	  postgis/lwgeom_export.c, postgis/lwgeom_export.h,
-	  postgis/lwgeom_geojson.c, postgis/lwgeom_gml.c,
-	  postgis/lwgeom_kml.c, postgis/lwgeom_svg.c,
-	  postgis/postgis.sql.in.c: merge all export functions in a same
-	  file. remove useless old ones. rename SVG one to LWGEOM_asSVG for
-	  consistancy.
-
-2010-02-22 18:49  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5291] liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c: Fix
-	  comment stuff in cunit
-
-2010-02-22 18:43  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5289] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_svg.h,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwout_svg.c,
-	  postgis/geography_inout.c, postgis/lwgeom_export.h,
-	  postgis/lwgeom_svg.c, regress/svg.sql, regress/svg_expected: move
-	  ST_AsSVG from postgis to lwgeom dir. write cun it tests. related
-	  to #377
-
-2010-02-22 15:37  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5285] liblwgeom/cunit/cu_out_geojson.c: bbox only bother about
-	  external ring. add the related cunit test
-
-2010-02-22 15:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5284] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
-	  liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h,
-	  loader/Makefile.in, loader/shp2pgsql-core.h,
-	  loader/stringbuffer.c, loader/stringbuffer.h: Move stringbuffer
-	  from ./loader to ./liblwgeom for use in string emitter functions.
-
-2010-02-22 14:03  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5283] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_out_geojson.c,
-	  liblwgeom/cunit/cu_out_geojson.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwout_geojson.c, postgis/geography_inout.c,
-	  postgis/lwgeom_geojson.c, regress/geojson.sql,
-	  regress/geojson_expected: Move ST_AsGeoJson from postgis to
-	  liblwgeom dir. Use as most as cunit test as possible. Related to
-	  #377.
-
-2010-02-21 22:34  Sandro Santilli <strk at keybit.net>
-
-	* [r5282] postgis/postgis.sql.in.c: Cleanup the GeometryClean
-	  function now that vertex checking is done better in ST_MakeValid
-
-2010-02-21 22:10  Sandro Santilli <strk at keybit.net>
-
-	* [r5281] postgis/lwgeom_geos_clean.c: Force multi-type in output
-	  if input was multi [RT-SIGTA]
-
-2010-02-21 21:53  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5280] liblwgeom/cunit/cu_out_gml.c,
-	  liblwgeom/cunit/cu_out_kml.c: Add missing MultiPoint test. Fix
-	  wrong LWGEOM type on cu_gml tests.
-
-2010-02-21 21:34  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5279] liblwgeom/cunit/cu_homogenize.c: add explicit void return
-	  type
-
-2010-02-21 21:11  Sandro Santilli <strk at keybit.net>
-
-	* [r5278] postgis/Makefile.in, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos.h, postgis/lwgeom_geos_clean.c,
-	  regress/Makefile.in: Disable 'clean' test (still deciding on
-	  what's the expected output); keep only cut-lines that have
-	  vertices not shared with boundary of final area; move 'clean'
-	  code in separate file [RT-SIGTA].
-
-2010-02-21 20:32  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5277] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_gml.h,
-	  liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_kml.h,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
-	  liblwgeom/lwout_kml.c, postgis/geography_inout.c,
-	  postgis/lwgeom_kml.c, regress/kml.sql, regress/kml_expected: Move
-	  ST_AsKML from postgis to liblwgeom dir. Use as most cunit test as
-	  possible. Few related corrections on GML similar implementation.
-	  cf #377
-
-2010-02-21 18:23  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5276] liblwgeom/lwout_gml.c: Add forgotten lwout_gml.c file
-	  (#377)
-
-2010-02-21 18:18  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5275] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
-	  liblwgeom/liblwgeom.h, postgis/geography_inout.c,
-	  postgis/lwgeom_export.h, postgis/lwgeom_gml.c, regress/gml.sql,
-	  regress/gml_expected, regress/tickets_expected: Move ST_AsGML
-	  from postgis dir to liblwgeom. Rewrite most units test with
-	  cunit. cf #377
-
-2010-02-21 12:36  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5274] extras/wkb_reader/readwkb.c, liblwgeom/g_ptarray.c,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwspheroid.c, postgis/geography_inout.c,
-	  postgis/lwgeom_gist.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_in_kml.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_ogc.c: make astyle session
-
-2010-02-21 12:22  Sandro Santilli <strk at keybit.net>
-
-	* [r5273] NEWS, doc/reference_processing.xml,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwmpoint.c,
-	  liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
-	  regress/Makefile.in, regress/remove_repeated_points.sql,
-	  regress/remove_repeated_points_expected: ST_RemoveRepeatedPoints
-	  [RT-SIGTA]
-
-2010-02-21 12:21  Sandro Santilli <strk at keybit.net>
-
-	* [r5272] postgis/lwgeom_functions_analytic.c: style...
-
-2010-02-21 12:21  Sandro Santilli <strk at keybit.net>
-
-	* [r5271] liblwgeom/cunit/cu_homogenize.c,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/lwhomogenize.c,
-	  postgis/lwgeom_gml.c, postgis/lwgeom_in_kml.c: Make stylish
-
-2010-02-20 19:47  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5270] liblwgeom/cunit/cu_homogenize.c: use the rights
-	  homogenize cunit suite handlers
-
-2010-02-20 19:09  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5269] postgis/lwgeom_gml.c: Fix computed string length in
-	  Polygon with several rings for ST_AsGML with GML3. Related to
-	  #421
-
-2010-02-20 18:26  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5266] postgis/lwgeom_in_kml.c, regress/in_kml.sql,
-	  regress/in_kml_expected: Use lwgeom_homogenize in in_kml stuff.
-	  Related to #375
-
-2010-02-20 18:25  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5265] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_homogenize.h,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
-	  liblwgeom/lwhomogenize.c, liblwgeom/lwhomogenize.h: Add
-	  lwgeom_homogenize function. Related to #375. Add cunit related
-	  tests
-
-2010-02-20 16:47  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5264] liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h:
-	  Add Cunit - lwerror use case handle - #420
-
-2010-02-18 21:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5261] postgis/lwgeom_functions_analytic.c: Add multilinestring
-	  support to st_line_substring (#419)
-
-2010-02-17 21:02  Sandro Santilli <strk at keybit.net>
-
-	* [r5258] postgis/lwgeom_geos.c, regress/clean.sql,
-	  regress/clean_expected: Allow retaining badly collapsed rings
-	  (single-point) as points in ST_MakeValid. Add testcase for it
-	  [RT-SIGTA]
-
-2010-02-16 23:27  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r5257] doc/reference_editor.xml: removed sfs_compliant note for
-	  ST_Transform
-
-2010-02-16 09:38  Sandro Santilli <strk at keybit.net>
-
-	* [r5256] doc/reference_accessor.xml, postgis/lwgeom_geos.c: Return
-	  NULL rather than throwing when a COLLECTION is given to
-	  ST_Boundary [RT-SIGTA]
-
-2010-02-16 09:29  Sandro Santilli <strk at keybit.net>
-
-	* [r5255] postgis/lwgeom_geos.c: Fix build with --enable-debug=3
-	  [RT-SIGTA]
-
-2010-02-16 09:08  Sandro Santilli <strk at keybit.net>
-
-	* [r5254] regress/clean.sql: Add origin field for the clean dataset
-	  table, so we can add PG-specific ones w/out caring about
-	  visualizing them:)
-
-2010-02-16 09:06  Sandro Santilli <strk at keybit.net>
-
-	* [r5253] regress/clean.sql, regress/clean_expected: Add a test for
-	  input being invalid (a test of the test)
-
-2010-02-16 09:03  Sandro Santilli <strk at keybit.net>
-
-	* [r5252] postgis/lwgeom_geos.c: Separate areal-specific cleanups
-	  in LWGEOM_GEOS_makeValidPolygon [RT-SIGTA]
-
-2010-02-16 08:28  Sandro Santilli <strk at keybit.net>
-
-	* [r5251] postgis/postgis.sql.in.c: Empty geometries are cleanest
-	  [RT-SIGTA]
-
-2010-02-16 08:22  Sandro Santilli <strk at keybit.net>
-
-	* [r5250] postgis/postgis.sql.in.c: Drop the optional arg to
-	  ST_MakeClean, document what it does, improve the ST_CleanGeometry
-	  stub. [RT-SIGTA]
-
-2010-02-16 08:07  Sandro Santilli <strk at keybit.net>
-
-	* [r5249] postgis/lwgeom_geos.c, regress/clean.sql: Drop the
-	  optional parameter to ST_MakeValid, we always want to collect
-	  collapses (users can always filter later) [RT-SIGTA].
-
-2010-02-16 08:03  Sandro Santilli <strk at keybit.net>
-
-	* [r5248] doc/reference_accessor.xml: Document ST_Dimension
-	  handling of empty geometries
-
-2010-02-16 07:54  Sandro Santilli <strk at keybit.net>
-
-	* [r5247] postgis/lwgeom_ogc.c: Do not throw exception on empty
-	  ST_Dimension(empty) [RT-SIGTA]
-
-2010-02-15 22:41  Sandro Santilli <strk at keybit.net>
-
-	* [r5246] postgis/lwgeom_geos.c: Further cleanups in ST_MakeClean
-	  [RT-SIGTA]
-
-2010-02-15 22:31  Sandro Santilli <strk at keybit.net>
-
-	* [r5245] postgis/lwgeom_geos.c: Fix unsupported message
-
-2010-02-15 21:17  Sandro Santilli <strk at keybit.net>
-
-	* [r5244] postgis/lwgeom_geos.c: Plug more leaks
-
-2010-02-15 20:40  Sandro Santilli <strk at keybit.net>
-
-	* [r5243] postgis/lwgeom_geos.c: Plug memory leak on GEOS geom
-	  construction failure [RT-SIGTA]
-
-2010-02-15 20:21  Sandro Santilli <strk at keybit.net>
-
-	* [r5242] regress/clean.sql, regress/clean_expected: Rework the
-	  regress test to make it easier for curious people to keep the
-	  test dataset for inspection with some GUI (give it a try, it's a
-	  nice one).
-
-2010-02-14 23:35  Sandro Santilli <strk at keybit.net>
-
-	* [r5241] doc/using_postgis_dataman.xml: Clarify the case of
-	  linestring invalidity dropping confugins reference to linearrings
-
-2010-02-14 22:59  Sandro Santilli <strk at keybit.net>
-
-	* [r5240] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
-	  regress/Makefile.in, regress/clean.sql, regress/clean_expected:
-	  Implement ST_MakeValid(geom_in, collect_collapses) and stub
-	  ST_CleanGeometry. Add regression test for ST_MakeValid and
-	  polygons [RT-SIGTA]
-
-2010-02-14 16:54  Sandro Santilli <strk at keybit.net>
-
-	* [r5239] postgis/lwgeom_dump.c: Cleanups. Hope to reuse some
-	  structs for a C-version of ST_DumpPoints
-
-2010-02-14 16:33  Sandro Santilli <strk at keybit.net>
-
-	* [r5238] doc/reference_processing.xml: Try to make st_DumpPoints
-	  reference somewhat clearer [RT-SIGTA]
-
-2010-02-14 13:46  Sandro Santilli <strk at keybit.net>
-
-	* [r5237] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c:
-	  ptarray_remove_repeated_points [RT-SIGTA]
-
-2010-02-13 15:29  Sandro Santilli <strk at keybit.net>
-
-	* [r5236] regress/tickets.sql, regress/tickets_expected: Add
-	  another validity test [RT-SIGTA]
-
-2010-02-13 14:35  Sandro Santilli <strk at keybit.net>
-
-	* [r5235] GNUmakefile, postgis/lwgeom_geos.c: Handle NULL returns
-	  from POSTGIS2GEOS and LWGEOM2GEOS now that we allow that
-	  [RT-SIGTA].
-	  Add a 'commit' rule (give it a try)
-
-2010-02-12 23:04  Sandro Santilli <strk at keybit.net>
-
-	* [r5234] postgis/lwgeom_geos.c: Revert GEOS error handlers to be
-	  lwnotice to avoid aborting full transactions (like it was in 1.5)
-
-2010-02-11 23:12  Sandro Santilli <strk at keybit.net>
-
-	* [r5231] doc/reference_measure.xml: Fix typo
-
-2010-02-11 21:01  Sandro Santilli <strk at keybit.net>
-
-	* [r5230] liblwgeom/ptarray.c: Get style
-
-2010-02-11 18:56  Sandro Santilli <strk at keybit.net>
-
-	* [r5229] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Separate
-	  GEOS part of 'buildarea' function from POSTGIS part of it (might
-	  eventually be moved down to GEOS) [RT-SIGTA]
-
-2010-02-10 22:23  Sandro Santilli <strk at keybit.net>
-
-	* [r5228] doc/reference_lrs.xml: xref
-
-2010-02-10 20:54  Sandro Santilli <strk at keybit.net>
-
-	* [r5227] liblwgeom/ptarray.c: Enhance documentation of
-	  ptarray_addPoint [RT-SIGTA]
-
-2010-02-09 22:36  Sandro Santilli <strk at keybit.net>
-
-	* [r5226] postgis/lwgeom_inout.c: Don't refuse to output invalid
-	  geometries trough a cursor, being consistent with other output
-	  routines (dumper ends up using these) -- [RT-SIGTA]
-
-2010-02-09 17:59  Sandro Santilli <strk at keybit.net>
-
-	* [r5225] liblwgeom/liblwgeom.h: Oops, it seems I broke the build
-	  (sorry)
-
-2010-02-09 06:52  Sandro Santilli <strk at keybit.net>
-
-	* [r5224] liblwgeom/ptarray.c: Fix documention
-
-2010-02-08 22:36  Sandro Santilli <strk at keybit.net>
-
-	* [r5221] NEWS: tweak the sponsor name
-
-2010-02-08 21:39  Sandro Santilli <strk at keybit.net>
-
-	* [r5220] postgis/lwgeom_geos.c: Initialie GEOS using lwerror for
-	  errors so that exceptions are really handled (or testcases in
-	  #411 crash on many GEOS functions)
-
-2010-02-08 20:05  Sandro Santilli <strk at keybit.net>
-
-	* [r5219] NEWS: Add credits to new feature item
-
-2010-02-08 18:54  Sandro Santilli <strk at keybit.net>
-
-	* [r5214] postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
-	  regress/tickets.sql, regress/tickets_expected: Don't refuse to
-	  unparse malformed geometries. Fixes #411. Didn't seem to expose
-	  the crash in #168, the testcase for it was expanded to extract
-	  invalidity reason.
-
-2010-02-06 13:57  Sandro Santilli <strk at keybit.net>
-
-	* [r5213] postgis/lwgeom_geos.c: Simplify hooks on GEOS error
-	  reporter function from isvalid* functions
-
-2010-02-06 13:48  Sandro Santilli <strk at keybit.net>
-
-	* [r5212] regress/tickets.sql, regress/tickets_expected: Add
-	  another test for #407
-
-2010-02-06 10:49  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5211] postgis/lwgeom_svg.c, regress/svg.sql,
-	  regress/svg_expected: Fix non NULL terminated string in ST_AsSVG
-	  with GEOMETRYCOLLECTION EMPTY, cf #409 reported by sdikiy. Add
-	  related unit test
-
-2010-02-05 20:58  Sandro Santilli <strk at keybit.net>
-
-	* [r5208] NEWS: Add ST_isValidDetail item
-
-2010-02-05 20:55  Sandro Santilli <strk at keybit.net>
-
-	* [r5207] postgis/lwgeom_geos.c, regress/tickets.sql,
-	  regress/tickets_expected: Register a buffer-logger as
-	  error-reporter from ST_isValidReason and ST_isValidDetail so to
-	  catch exceptions thrown by GEOS at postgis->geos conversion for
-	  the sake of reporting actual error. Fixes ticket #408. Completed
-	  with testcase.
-
-2010-02-05 17:58  Sandro Santilli <strk at keybit.net>
-
-	* [r5206] doc/reference_processing.xml: A space after return type
-	  looks better (and seems to be the policy) for funcdef tags
-
-2010-02-05 17:57  Sandro Santilli <strk at keybit.net>
-
-	* [r5205] doc/reference_accessor.xml: Document ST_IsValidDetail
-
-2010-02-05 17:26  Sandro Santilli <strk at keybit.net>
-
-	* [r5204] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Add
-	  ST_isValidDetail(geom) returns valid_detail (new type!)
-
-2010-02-04 20:30  Sandro Santilli <strk at keybit.net>
-
-	* [r5203] postgis/geography_gist.c: Astyle run (a-ha, got you!)
-
-2010-02-04 17:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5202] NEWS, README.postgis, Version.config: Push version
-	  numbers on trunk forward to next release.
-
-2010-02-04 17:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5197] ChangeLog, NEWS, README.postgis, doc/release_notes.xml:
-	  Update release dates and changelog for 1.5.0
-
-2010-02-03 22:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5195] loader/shp2pgsql-core.c: Initialize config->createindex
-	  value to 0
-
-2010-02-03 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5194] loader/shp2pgsql-cli.c: Fix handling of "missing table
-	  argument" case to use file name properly.
-
-2010-02-02 23:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5193] regress/run_test: Add --no-psqlrc to run_test (#405)
-
-2010-02-02 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5190] postgis/geography_gist.c: Tiny re-format
-
-2010-02-02 17:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5189] README.postgis: Extra information per Greg Troxel
-
-2010-02-02 16:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5188] loader/shp2pgsql-cli.c: Update usage string to show
-	  correct default encoding.
-
-2010-02-02 04:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5187] loader/shp2pgsql-cli.c: astyle recent change
-
-2010-02-02 02:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5186] loader/shp2pgsql-cli.c: Fix segfault on cases where not
-	  enough arguments are provided. (#402)
-
-2010-02-02 00:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5185] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c: Fix
-	  mis-handling of the commandline operations modes (#401)
-
-2010-02-01 18:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5184] postgis/geography_btree.c: Silence 'no-eol' compiler
-	  warning.
-
-2010-02-01 17:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5181] astyle.sh, doc/html/image_src/generator.c,
-	  extras/wkb_reader/printwkb.c, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/examples/unparser.c,
-	  liblwgeom/g_box.c, liblwgeom/g_coord.c, liblwgeom/g_ptarray.c,
-	  liblwgeom/g_serialized.c, liblwgeom/g_util.c,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwspheroid.c,
-	  liblwgeom/lwtree.c, liblwgeom/lwutil.c, liblwgeom/measures.c,
-	  liblwgeom/ptarray.c, loader/dbfopen.c, loader/getopt.c,
-	  loader/pgsql2shp.c, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c,
-	  loader/shpopen.c, loader/stringbuffer.c,
-	  postgis/geography_btree.c, postgis/geography_estimate.c,
-	  postgis/geography_gist.c, postgis/geography_inout.c,
-	  postgis/geography_measurement.c, postgis/lwgeom_accum.c,
-	  postgis/lwgeom_box3d.c, postgis/lwgeom_chip.c,
-	  postgis/lwgeom_debug.c, postgis/lwgeom_estimate.c,
-	  postgis/lwgeom_export.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geos.c, postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_gist.c, postgis/lwgeom_gml.c,
-	  postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
-	  postgis/lwgeom_ogc.c, postgis/lwgeom_spheroid.c,
-	  postgis/lwgeom_sqlmm.c, postgis/lwgeom_svg.c,
-	  postgis/lwgeom_transform.c: 1.5 astyle pass
-
-2010-01-29 21:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5180] configure.ac, liblwgeom/Makefile.in: Keep floats out of
-	  registers for spheroid calculation. Fixes odd bug in OS/X gcc
-	  4.1. Could probably be narrowed to only use flag on affected
-	  platform. (#395)
-
-2010-01-29 18:22  Regina Obe <lr at pcorp.us>
-
-	* [r5179] doc/reference_exception.xml: fix example
-
-2010-01-29 18:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5178] liblwgeom/lwspheroid.c: Extra debugging information in
-	  spheroid area calculation.
-
-2010-01-28 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5177] liblwgeom/cunit/cu_geodetic.c: Make area unit tests
-	  actually test against known good values
-
-2010-01-28 15:51  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5176] regress/tickets_expected: revert r5175 commit about
-	  points results on #304. Related to #395
-
-2010-01-28 15:28  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5175] regress/tickets.sql, regress/tickets_expected: In
-	  regress/tickets* Add missing srid 32702 and 32602. Add results
-	  from #304 tests. Related to #395
-
-2010-01-28 15:09  Sandro Santilli <strk at keybit.net>
-
-	* [r5174] GNUmakefile: Fix 'maintainer-clean' rule
-
-2010-01-28 14:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5173] astyle.sh: Fix astyle.sh script so that if astyle cannot
-	  be found then it immediately aborts with an error. Per report
-	  from Nicklas.
-
-2010-01-28 12:19  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5172] GNUmakefile, astyle.sh: Add "make astyle" target to clean
-	  up source tree formatting as per the style guidelines.
-
-2010-01-26 21:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5171] configure.ac: Make GEOS test insist on >= 3.1.1
-
-2010-01-26 20:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5170] liblwgeom/lwline.c: Remove warning from lwline
-
-2010-01-26 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5169] doc/reference_lrs.xml: Add example for ST_AddMeasure on
-	  multilinestring
-
-2010-01-26 18:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5168] liblwgeom/cunit/cu_geodetic.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwline.c, liblwgeom/lwmline.c,
-	  postgis/lwgeom_functions_lrs.c: Make ST_AddMeasure handle
-	  multilinestrings as well as linestrings.
-
-2010-01-26 17:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5167] doc/reference_lrs.xml: Remove unneeded See Also section.
-
-2010-01-26 17:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5166] NEWS, doc/reference_lrs.xml, doc/release_notes.xml,
-	  postgis/postgis.sql.in.c, postgis/uninstall_postgis.sql.in.c:
-	  Remove ST_StartMeasure ST_EndMeasure
-
-2010-01-26 01:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5165] doc: Ignore postgis_comments.sql
-
-2010-01-25 21:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5164] postgis/postgis.sql.in.c: Replace soft tabs with hard.
-
-2010-01-25 21:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5163] postgis/uninstall_postgis.sql.in.c: Add uninstall recipe
-	  for AddMeasure (#390)
-
-2010-01-25 21:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5162] doc/reference_lrs.xml, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwline.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/postgis.sql.in.c: Add ST_AddMeasure and associated
-	  documentations (#390)
-
-2010-01-24 09:10  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5161] doc/reference_operator.xml:
-
-2010-01-23 23:31  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5160] NEWS: Tiny Typo
-
-2010-01-23 23:29  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5159] TODO: remove ST_Maxdistance from TODO and note that
-	  C-version is still TODO for ST_DumpPoints
-
-2010-01-22 06:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5156] HOWTO_RELEASE: Add note on removing milestone from trac
-
-2010-01-21 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5150] ChangeLog, README.postgis: Updates for 1.5.0rc1
-
-2010-01-21 13:08  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5149] configure.ac: add missing comment
-
-2010-01-21 07:19  Nicklas Avén <nicklas.aven at jordogskog.no>
-
-	* [r5148] configure.ac, regress/Makefile.in: Fix for make check on
-	  MingW #389
-
-2010-01-21 00:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5147] NEWS, doc/release_notes.xml: Updated XML release notes
-	  (#374)
-
-2010-01-20 20:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5145] utils/create_undef.pl, utils/postgis_proc_upgrade.pl,
-	  utils/postgis_restore.pl: Make proper #! calls to perl in perl
-	  scripts
-
-2010-01-20 18:55  Regina Obe <lr at pcorp.us>
-
-	* [r5143] doc/introduction.xml: Add Jorge Arevalo to list since
-	  he's contributing a lot of work to WKT Raster
-
-2010-01-19 12:40  Regina Obe <lr at pcorp.us>
-
-	* [r5140] doc/introduction.xml: Add George, Guillaume, and Vincent
-	  to contributors list
-
-2010-01-19 12:37  Regina Obe <lr at pcorp.us>
-
-	* [r5139] doc/introduction.xml: Bump Nicklas up since he's added a
-	  lot to this release and now has commit access
-
-2010-01-18 19:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5137] spatial_ref_sys.sql: Add towgs84 line into proj4text for
-	  srid = 28992 (#387)
-
-2010-01-16 04:26  Regina Obe <lr at pcorp.us>
-
-	* [r5136] NEWS: Add Guillaume's PostgreSQL 8.5 contribution
-
-2010-01-15 19:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5135] NEWS: 80col wrap NEWS
-
-2010-01-15 18:49  Regina Obe <lr at pcorp.us>
-
-	* [r5134] NEWS: add note about GEOS 3.2
-
-2010-01-15 18:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5133] liblwgeom/lwgeodetic.c: Short circuit on distance tests:
-	  only do full spheroidal calculation where the distance is near or
-	  greater than the tolerance. This will make large st_dwithin()
-	  radius searches much faster since points that are well within the
-	  radius will not have their full geodetic calculation run, only
-	  those that are close to the radius boundary.
-
-2010-01-15 18:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5130] ChangeLog, NEWS: Prepare for 1.5.0b2
-
-2010-01-15 17:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5129] configure.ac, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos_prepared.h, postgis/postgis.sql.in.c,
-	  postgis/uninstall_postgis.sql.in.c, regress/Makefile.in: Make
-	  GEOS 3.1 the mandatory minimum (#385)
-
-2010-01-15 17:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5128] doc/html/images: Ignore all PNG files.
-
-2010-01-15 08:13  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5127] regress/tickets.sql, regress/tickets_expected: Round
-	  decimal part in #58 ticket unit test. As the previous result was
-	  not cross platform compliant
-
-2010-01-14 14:45  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5124] liblwgeom/measures.c: Fix undefined vars in LWDEBUGF
-	  (#383)
-
-2010-01-14 08:34  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5123] TODO: Update TODO. remove ST_GeomFromKML entry
-
-2010-01-12 10:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5121] postgis/Makefile.pgxs: Add missing MODULE_big section for
-	  #311 which was preventing the main PostGIS library from being
-	  installed on older versions of PostgreSQL.
-
-2010-01-12 08:23  Regina Obe <lr at pcorp.us>
-
-	* [r5120] NEWS: slight typo correction
-
-2010-01-12 08:18  Regina Obe <lr at pcorp.us>
-
-	* [r5119] NEWS: Add ST_DFullyWithin and add analysis as descriptor
-	  to functions
-
-2010-01-12 04:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5118] postgis/postgis.sql.in.c: Change ST_Equals to use &&
-	  instead of ~= (#378)
-
-2010-01-12 04:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5117] NEWS: Shorten trac URL.
-
-2010-01-12 01:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5116] make_dist.sh: Add comment about postgis_comments.sql
-	  handling in 'clean' target of docs
-
-2010-01-12 01:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5115] doc/Makefile.in: Don't remove postgis_comments.sql when
-	  doing a 'make clean' in doc, that way they can survive into the
-	  tarball build for final release.
-
-2010-01-12 00:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5114] postgis/geography_measurement.c: Performance tweak to
-	  distance calculations with tolerance. If distance is much less
-	  than tolerance, don't bother with geodetic calculation. If
-	  distance is close to or greater than tolerance, do the geodetic
-	  calculation. Should make st_dwithin faster, avoiding geodetic
-	  calculations for points that are clearly within tolerance.
-
-2010-01-11 17:31  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r5113] doc/html/image_src/Makefile.in: added missing liblwgeom
-	  target needed to build the documentation images
-
-2010-01-09 03:05  Regina Obe <lr at pcorp.us>
-
-	* [r5112] NEWS: fix typo
-
-2010-01-09 03:05  Regina Obe <lr at pcorp.us>
-
-	* [r5111] NEWS: Fill in missing spots in News
-
-2010-01-09 00:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5110] loader/shp2pgsql-gui.c: Use macro define to determine
-	  default geometry column name in gui
-
-2010-01-08 23:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5107] NEWS: Update the NEW file
-
-2010-01-08 23:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5106] postgis/postgis_drop.sql.in.c: Added in one removed
-	  function (st_max_distance, replaced by st_maxdistance) to the
-	  drop script (#330)
-
-2010-01-08 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5105] configure.ac, postgis/Makefile.in, postgis/Makefile.pgxs:
-	  Override pgxs defaults for install, from mcayland (#311)
-
-2010-01-07 16:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5104] postgis/geography_estimate.c, postgis/lwgeom_estimate.c,
-	  postgis/lwgeom_pg.h: Apply a modified version of Guillaume
-	  Lelarge's patch to allow compilation under current PostgreSQL 8.5
-	  CVS.
-
-2010-01-04 23:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5101] loader/shp2pgsql-core.c: Initailize config value from
-	  simple_geometries
-
-2010-01-04 19:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5100] loader/shp2pgsql-core.c: Bracked and reformat comparison
-	  to be more explicit
-
-2010-01-04 17:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5099] liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_libgeom.h, liblwgeom/lwcollection.c,
-	  liblwgeom/lwmcurve.c, liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
-	  liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c, liblwgeom/lwpoly.c:
-	  Fixed up de-serialization routines to avoid *geoms = malloc(0)
-	  cases which were causing free to fail later on down the line
-	  (#370)
-
-2010-01-04 05:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5098] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h: Remove the ifdef/endif blocks for
-	  HAVE_ICONV (#367)
-
-2010-01-04 05:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5097] configure.ac: Make configure error out when iconv is
-	  unavailable. (#367)
-
-2010-01-04 05:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5096] loader/shp2pgsql-gui.c: Minor change to about dialog
-	  build.
-
-2010-01-04 04:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5095] loader/shp2pgsql-gui.c: Re-fix connection password hiding
-	  (#356)
-
-2010-01-04 00:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5094] loader/shp2pgsql-gui.c: Fix the RCSID to actually
-	  substitute
-
-2010-01-04 00:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5093] loader/shp2pgsql-gui.c: Add an About dialogue that
-	  contains the revision string (hopefully)
-
-2010-01-04 00:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5092] liblwgeom/lwcollection.c: Make lwcollection_extract
-	  slightly more empty-intelligent
-
-2010-01-03 23:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5091] loader/shp2pgsql-gui.c: Separate the options config
-	  persistence from the main persistence routine to allow the
-	  "geocolumn" magic to work more reliably (#369)
-
-2010-01-02 08:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5090] loader/shp2pgsql-core.c: Add initialization to fix one
-	  Win32 segfault.
-
-2010-01-02 07:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5089] loader/Makefile.in: Add getopt.o into the modules used by
-	  shp2pgsql-gui.exe
-
-2010-01-02 06:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5088] loader/shp2pgsql-gui.c: Flip back to pgis_getopt
-
-2010-01-01 20:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5087] loader/shp2pgsql-core.c: Change log entry to reflect
-	  actual iconv target encoding (UTF-8, not UTF8)
-
-2010-01-01 19:44  Regina Obe <lr at pcorp.us>
-
-	* [r5086] doc/installation.xml: amend upgrade instructions to
-	  include description postgis_upgrade*.sql
-
-2010-01-01 19:30  Regina Obe <lr at pcorp.us>
-
-	* [r5085] doc/using_postgis_dataman.xml: put in ?, -n and -N
-	  missing from loader list
-
-2009-12-31 12:41  Regina Obe <lr at pcorp.us>
-
-	* [r5084] doc/using_postgis_dataman.xml: minor change
-
-2009-12-31 11:56  Regina Obe <lr at pcorp.us>
-
-	* [r5083] doc/using_postgis_dataman.xml: amend shp2pgsql section to
-	  mention gui loader and also -G geography switch
-
-2009-12-30 15:31  Regina Obe <lr at pcorp.us>
-
-	* [r5082] doc/xsl/postgis_aggs_mm.xml.xsl: change wording in what
-	  is new titles to reflect they show both new and changed/enhanced
-	  functions
-
-2009-12-30 15:12  Regina Obe <lr at pcorp.us>
-
-	* [r5081] doc/reference_accessor.xml, doc/reference_misc.xml: Fix
-	  ST_Extent/ST_Expand docs to reflect change in behavior of
-	  outputting double precision coords instead of float4. Still need
-	  to fix up examples.
-
-2009-12-30 14:52  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5080] postgis/lwgeom_functions_basic.c,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve_expected, regress/tickets_expected:
-	  Fix ST_Envelope() and ST_Expand() so that they use double
-	  precision arithmetic rather than single precision arithmetic for
-	  their calculations. The internal BOX2DFLOAT4s should *never* be
-	  used for calculation purposes.
-
-2009-12-30 13:08  Regina Obe <lr at pcorp.us>
-
-	* [r5079] doc/reference_accessor.xml: ST_Box back to Box link ref
-
-2009-12-30 12:53  Regina Obe <lr at pcorp.us>
-
-	* [r5077] doc/faq.xml, doc/reference_misc.xml: oops revert change I
-	  guess ST_Box .. is the one that's deprecated. How confusing :)
-	  PRobably should remove from docs at some point.
-
-2009-12-30 12:48  Regina Obe <lr at pcorp.us>
-
-	* [r5076] doc/faq.xml, doc/reference_misc.xml: amend faqs and
-	  change Box2D,Box3D to ST_Box...
-
-2009-12-30 09:15  Regina Obe <lr at pcorp.us>
-
-	* [r5074] doc/reference_constructor.xml: correct example
-
-2009-12-30 07:20  Regina Obe <lr at pcorp.us>
-
-	* [r5073] doc/reference_accessor.xml: more clarity on the
-	  float4/float8 for ST_Envelope
-
-2009-12-30 06:53  Regina Obe <lr at pcorp.us>
-
-	* [r5071] doc/reference_accessor.xml: #531 ST_Envelope has wrong
-	  return type changed from boolean to geometry
-
-2009-12-30 06:45  Regina Obe <lr at pcorp.us>
-
-	* [r5069] doc/reference_operator.xml: slight wording change
-
-2009-12-30 06:44  Regina Obe <lr at pcorp.us>
-
-	* [r5068] doc/reference_operator.xml: fill in mising geography =
-	  operator
-
-2009-12-30 06:38  Regina Obe <lr at pcorp.us>
-
-	* [r5067] doc/reference_constructor.xml: fix typo
-
-2009-12-30 06:12  Regina Obe <lr at pcorp.us>
-
-	* [r5066] doc/reference_constructor.xml: #365 document
-	  ST_GeogFromWKB and ST_GeogFromText
-
-2009-12-30 01:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5065] postgis/geography.sql.in.c: Rename ST_GeographyFromBinary
-	  to ST_GeogFromWKB. Add ST_GeogFromText to ape the ISO geometry
-	  spec more closely. (#360)
-
-2009-12-30 01:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5064] loader/shp2pgsql-gui.c: Remove the NULL policy line from
-	  the GUI options (#363)
-
-2009-12-30 01:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5063] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c: Make a few things more explicit in the
-	  handling of encoding.
-
-2009-12-29 20:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5062] loader/shp2pgsql-gui.c: Remove a couple compiler warnings
-	  following last change.
-
-2009-12-29 20:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5061] loader/shp2pgsql-gui.c: Change options dialogue into
-	  actual GTK dialog and move to creating/destroying it on each
-	  appearance. (#363)
-
-2009-12-29 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5060] loader/shp2pgsql-gui.c: Try and get around the expanding
-	  window problem
-
-2009-12-29 08:52  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5059] loader/shp2pgsql-gui.c: Add a filter name to the
-	  shapefile file selector; this is just a cosmetic fix.
-
-2009-12-29 08:35  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5058] loader/shp2pgsql-gui.c: Restrict SQL to only 255
-	  characters when displaying erroneus SQL in the log window. This
-	  prevents GTK from crashing when really long lines are added to
-	  the log window.
-
-2009-12-28 18:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5057] loader/Makefile.in: Include GUI as conditional install
-	  target
-
-2009-12-28 13:32  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5056] loader/shp2pgsql-core.c: Add some more missing defaults
-	  to the shapefile loader configuration.
-
-2009-12-27 17:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5055] loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: Fix
-	  shp2pgsql-gui not picking up the correct default settings, which
-	  was causing some shapefiles to abort in the GUI but when using
-	  the CLI.
-
-2009-12-25 04:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5054] loader/shp2pgsql-gui.c: Fix up another password leaking
-	  into the log (#356)
-
-2009-12-24 00:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5053] loader/shp2pgsql-gui.c: Handle case where there is no
-	  password to sanitize
-
-2009-12-23 19:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5052] loader/shp2pgsql-gui.c: Sanitize the connection string
-	  displayed in the GUI log (#356)
-
-2009-12-23 19:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5051] loader/pgsql2shp.c: Add support for dumping geography
-	  tables. (#251)
-
-2009-12-23 15:48  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5050] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: Add http://www.epsg.org/6.11.2/4326
-	  srsName pattern support (related to CITE WFS 1.1
-	  GetFeature-tc17.2. Add related unit tests
-
-2009-12-23 05:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5049] loader/Makefile.in: Remove hack PGAdmin GUI target (#355)
-
-2009-12-22 20:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5047] loader/shp2pgsql-gui.c: Add message to GUI when creating
-	  spatial index.
-
-2009-12-22 19:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5046] loader/Makefile.in: Add shp2pgsql-pgadmin build target
-	  for exe without special win32 options.
-
-2009-12-22 12:38  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5045] loader/shp2pgsql-core.c: Fix bug in geography support
-	  when creating indexes.
-
-2009-12-22 12:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5044] loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: More
-	  improvements to the shapefile loader:
-	  - Fix COPY support for shapefiles containing more than 1 record
-	  - Fix cancellation on mid-import
-	  - Remove progress logging on import, and replace with flashly
-	  progress bar
-
-2009-12-22 00:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5043] loader/shp2pgsql-core.c: Handle index building when
-	  loading geography
-
-2009-12-22 00:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5042] loader/shp2pgsql-gui.c: Add support for GEOGRAPHY type to
-	  loader GUI. (#251)
-
-2009-12-21 23:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5040] loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: Add support for
-	  geography type to command-line loader (#251)
-
-2009-12-20 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5039] liblwgeom/g_ptarray.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/lwmline.c,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwtree.c,
-	  liblwgeom/measures.c, loader/pgsql2shp.c,
-	  loader/shp2pgsql-core.c: CFLAGS=-pedantic pass over the codebase
-	  and warnings reduced
-
-2009-12-20 17:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5038] postgis/lwgeom_in_kml.c: Disable unused static function.
-
-2009-12-20 04:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5037] loader/getopt.c, loader/pgsql2shp.c,
-	  loader/shp2pgsql-core.h: Minor changes to header inclusions.
-
-2009-12-20 04:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5036] loader/shp2pgsql-cli.c: Fix bracket issue in commandline
-	  opt handline
-
-2009-12-19 03:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5035] loader/getopt.c, loader/getopt.h, loader/shp2pgsql-cli.c:
-	  Radically simpler getopt implementation from AT&T UNIX.
-
-2009-12-18 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5034] loader/shp2pgsql-gui.c: Add some logging during the load
-	  so we can see what's going on.
-
-2009-12-18 19:28  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5033] regress/in_gml.sql, regress/in_gml_expected: remove the
-	  #273 test, as it already the same than point_1
-
-2009-12-18 19:08  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r5032] configure.ac, doc/reference_constructor.xml,
-	  doc/reference_management.xml, doc/release_notes.xml,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_in_gml.c,
-	  postgis/lwgeom_in_kml.c, postgis/postgis.sql.in.c,
-	  postgis/sqldefines.h.in, postgis/uninstall_postgis.sql.in.c,
-	  postgis_config.h.in, regress/Makefile.in: Libxml become
-	  mandatory. Cf #344. Modify configure step, remove all
-	  HAVE_LIBXML2 from code, sql and unit tests. Update documentation
-
-2009-12-18 18:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5031] loader/pgsql2shp.c: Moved size of int8 down to 19 chars
-	  (#326)
-
-2009-12-18 18:26  Regina Obe <lr at pcorp.us>
-
-	* [r5030] doc/faq.xml: fix some typos, cosmetic changes, throw some
-	  more geography around
-
-2009-12-18 17:43  Regina Obe <lr at pcorp.us>
-
-	* [r5029] doc/faq.xml, doc/using_postgis_dataman.xml: Find a home
-	  for Paul's examples and Advanced FAQ and back reference from main
-	  FAQ section
-
-2009-12-18 17:16  Regina Obe <lr at pcorp.us>
-
-	* [r5028] doc/faq.xml, doc/using_postgis_dataman.xml: We all new
-	  this day would come when we'd have to devote a whole section to
-	  this new kid called "geography". Think we still need to shuffle
-	  things around as the next section seems like a disconnect from
-	  the geography section
-
-2009-12-18 07:46  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r5025] loader/Makefile.in, loader/getopt.c, loader/getopt.h,
-	  loader/pgsql2shp.c, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c: Reverting the change of r5007, removal of
-	  the getopt hack, to get windows builds working again.
-
-2009-12-18 06:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5024] configure.ac, loader/Makefile.in,
-	  loader/shp2pgsql-gui.ico, loader/shp2pgsql-gui.rc: Add in icon
-	  and resource information for Win32 GUI
-
-2009-12-18 05:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5023] configure.ac, loader/Makefile.in: Make GUI open w/o
-	  console under Win32
-
-2009-12-17 12:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5020] loader/shp2pgsql-gui.c: Implement proper cleanup if an
-	  import fails, and also disable the "Import" button during the
-	  import to ensure that multiple import threads can't be launched.
-
-2009-12-17 11:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5019] loader/shp2pgsql-gui.c: Add GUI option to allow the use
-	  of COPY rather than INSERT to load geometries into the database.
-	  Currently the default is still to use INSERT.
-
-2009-12-17 11:11  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r5018] loader/shp2pgsql-gui.c: Fix memory scope error (resulting
-	  in segfault) accidentally introduced by the command line changes.
-
-2009-12-16 17:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5013] loader/shp2pgsql-core.h: Temporarily de-regress the
-	  loader while talking to -devel
-
-2009-12-16 17:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5012] liblwgeom/libgeom.h, postgis/geography_estimate.c: Quiet
-	  solaris warnings
-
-2009-12-16 16:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5011] postgis/lwgeom_chip.c: Remove warning on Solaris
-
-2009-12-16 00:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5010] postgis/geography_estimate.c: Add initial values.
-
-2009-12-15 23:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5009] loader/pgsql2shp.c: Change MAX_DBF_FIELD_SIZE to 254
-	  (#326)
-
-2009-12-15 23:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5008] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c: Add in support for command-line options
-	  for connection info to GUI (#338)
-
-2009-12-15 21:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5007] loader/Makefile.in, loader/getopt.c, loader/getopt.h,
-	  loader/pgsql2shp.c, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c: Remove custom getopt files and move back
-	  to system getopt. Will take some testing, but will be worth it to
-	  be rid of this unmaintainable hack.
-
-2009-12-15 20:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5006] loader/pgsql2shp.c: Make null date field blank rather
-	  than 00000000 (#321)
-
-2009-12-15 20:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5005] postgis/geography.h, postgis/geography_inout.c: Make 4326
-	  the default SRID for "unknown" cases, both in column creation and
-	  in geography object creation. (#347)
-
-2009-12-15 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5004] configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.c:
-	  Add --with-libiconv argument to configure, to allow third-party
-	  iconv libraries to be used instead of system iconv, if so
-	  desired. Necessary to work around an OS/X Snow Leopard issue
-	  (iconv_open only available as a 32 bit call!)
-
-2009-12-15 18:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5003] loader/shp2pgsql-core.c: Fix buffer overrun case.
-
-2009-12-15 15:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5002] utils/postgis_restore.pl: Remove syntax error (fumbling
-	  fingers?) in the usage line (#345)
-
-2009-12-15 15:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5001] postgis/lwgeom_ogc.c: Remove test that enforces only
-	  OGC-standard WKT for GeomFromText(). We'll accept any string we
-	  can parse, just like geometry_in(). (#332)
-
-2009-12-14 18:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r5000] loader/Makefile.in: Flip argument order for -cli exe
-	  build and add CFLAGS back into linking line
-
-2009-12-14 11:26  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4999] loader/shp2pgsql.c: Remove the original shp2pgsql.c file
-	  which is no longer required with the new architecture.
-
-2009-12-14 01:38  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4998] loader/shp2pgsql-core.c: Fix incorrect logic when
-	  outputting escaped strings; COPY does not require the attribute
-	  to be surrounded by apostrophes.
-
-2009-12-14 01:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4997] loader/shp2pgsql-cli.c: Fix missing COPY terminator from
-	  shp2pgsql command line component.
-
-2009-12-13 20:31  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4996] loader/Makefile.in, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, loader/shp2pgsql.c: Commit initial
-	  version of reworked shp2pgsql architecture that defines a common
-	  API within shp2pgsql-core that can be called from both the CLI
-	  and GUI interfaces.
-	  
-	  There are still some minor TODOs left, however the basic concept
-	  appears to work well and I've also spent time running tests under
-	  valgrind to ensure that we don't leak memory on larger
-	  shapefiles.
-
-2009-12-09 17:33  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4995] doc/using_postgis_dataman.xml: added identifier to
-	  shp2pgsql usage section
-
-2009-12-09 17:12  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4994] doc/using_postgis_dataman.xml: updated "Using the Loader"
-	  to demonstrate the use of the available options
-
-2009-12-09 05:08  Regina Obe <lr at pcorp.us>
-
-	* [r4992] doc/reference_misc.xml: Correct the output type of
-	  ST_Extent and flag this as a change in behavior in PostGIS 1.4
-
-2009-12-07 15:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4991] doc/using_postgis_app.xml: Fix mistakes in geography faq
-	  item.
-
-2009-12-04 15:39  Regina Obe <lr at pcorp.us>
-
-	* [r4989] postgis/geography.sql.in.c: get rid of begin; commit in
-	  geography.sql.in.c. Now that it is part of postgis.sql.inc.c, no
-	  need for it.
-
-2009-12-04 12:32  Regina Obe <lr at pcorp.us>
-
-	* [r4988] doc/xsl/postgis_aggs_mm.xml.xsl: change to use refname
-	  instead of refid for link in what's new -- so operators show the
-	  operator symbol instead of underlying function name
-
-2009-12-03 20:42  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4987] spatial_ref_sys.sql: removed VACUUM
-	  made into a single transaction block
-
-2009-12-03 18:51  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4986] doc/using_postgis_dataman.xml: removed url that is
-	  probably the cause in breaking docbook
-
-2009-12-03 18:43  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4985] doc/using_postgis_dataman.xml: a couple typos in the
-	  DE-9IM explanation
-	  added further reading references.
-
-2009-12-03 16:23  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4984] doc/using_postgis_dataman.xml: fixed a typo and added a
-	  few cross links
-
-2009-12-03 14:23  Regina Obe <lr at pcorp.us>
-
-	* [r4983] doc/html/images/matrix_autocast.png,
-	  doc/html/images/matrix_checkmark.png,
-	  doc/html/images/matrix_transform.png,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Replace unicode codes with
-	  images. IE 6 and 7 not happy. PDF not happy with unicode happy
-	  face symbol -- Regina not happy :(
-
-2009-12-03 08:58  Regina Obe <lr at pcorp.us>
-
-	* [r4982] doc/reference_output.xml: fill in missing curve support
-	  flags for outputs
-
-2009-12-03 06:14  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4981] doc/using_postgis_dataman.xml: added a few reference
-	  cross links
-
-2009-12-02 23:41  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4980] doc/using_postgis_dataman.xml: removed borders around the
-	  tables in the geometry compliancy section
-
-2009-12-02 23:25  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4979] doc/html/style.css, doc/using_postgis_dataman.xml: added
-	  some thoughts on DE-9IM
-
-2009-12-02 23:23  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4978] doc/html/image_src/Makefile.in: added target to resize
-	  certain images
-
-2009-12-02 22:05  Regina Obe <lr at pcorp.us>
-
-	* [r4977] doc/reference_operator.xml: Flag more as working with
-	  curves. I think all do except same operator but need to verify.
-
-2009-12-02 21:48  Regina Obe <lr at pcorp.us>
-
-	* [r4976] doc/xsl/postgis_aggs_mm.xml.xsl: Looks fine in all my IE8
-	  browsers perhaps its just IE7 that's behind the times. Use cutesy
-	  unicode dingbats for now -- alos put in item list legend.
-
-2009-12-02 21:02  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4975] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/de9im01.wkt, doc/html/image_src/de9im02.wkt,
-	  doc/html/image_src/de9im03.wkt, doc/html/image_src/de9im04.wkt,
-	  doc/html/image_src/de9im05.wkt, doc/html/image_src/de9im06.wkt,
-	  doc/html/image_src/de9im07.wkt, doc/html/image_src/de9im08.wkt,
-	  doc/html/image_src/de9im09.wkt, doc/html/image_src/de9im10.wkt,
-	  doc/html/image_src/de9im11.wkt, doc/html/image_src/de9im12.wkt,
-	  doc/html/image_src/de9im13.wkt, doc/html/image_src/styles.conf:
-	  added de9im images
-
-2009-12-02 15:20  Regina Obe <lr at pcorp.us>
-
-	* [r4974] doc/xsl/postgis_aggs_mm.xml.xsl: Now that pdf table
-	  layout is fixed with informal table -- put back operators in
-	  matrix
-
-2009-12-02 14:47  Regina Obe <lr at pcorp.us>
-
-	* [r4973] doc/xsl/postgis_aggs_mm.xml.xsl: Do I dear try an
-	  informal table again :)
-
-2009-12-02 14:03  Regina Obe <lr at pcorp.us>
-
-	* [r4972] doc/xsl/postgis_aggs_mm.xml.xsl: Try Mateusz idea of a
-	  unicode checkmark
-
-2009-12-01 22:54  Regina Obe <lr at pcorp.us>
-
-	* [r4971] doc/xsl/postgis_aggs_mm.xml.xsl: hmm spelled geometry
-	  wrong
-
-2009-12-01 22:40  Regina Obe <lr at pcorp.us>
-
-	* [r4970] doc/html/style.css: get rid of padding on tables
-
-2009-12-01 22:30  Regina Obe <lr at pcorp.us>
-
-	* [r4969] doc/xsl/postgis_aggs_mm.xml.xsl: try again
-
-2009-12-01 21:47  Regina Obe <lr at pcorp.us>
-
-	* [r4968] doc/xsl/postgis_aggs_mm.xml.xsl: back to formal table
-
-2009-12-01 20:08  Regina Obe <lr at pcorp.us>
-
-	* [r4967] doc/xsl/postgis_aggs_mm.xml.xsl:
-
-2009-12-01 20:00  Regina Obe <lr at pcorp.us>
-
-	* [r4966] doc/xsl/postgis_aggs_mm.xml.xsl: try again
-
-2009-12-01 19:53  Regina Obe <lr at pcorp.us>
-
-	* [r4965] doc/xsl/postgis_aggs_mm.xml.xsl:
-
-2009-12-01 19:34  Regina Obe <lr at pcorp.us>
-
-	* [r4964] doc/xsl/postgis_aggs_mm.xml.xsl: fix build
-
-2009-12-01 19:19  Regina Obe <lr at pcorp.us>
-
-	* [r4963] doc/xsl/postgis_aggs_mm.xml.xsl: seeif pdf looks better
-	  with an informaltable
-
-2009-12-01 18:30  Regina Obe <lr at pcorp.us>
-
-	* [r4962] doc/xsl/postgis_aggs_mm.xml.xsl: title change
-
-2009-12-01 18:29  Regina Obe <lr at pcorp.us>
-
-	* [r4961] doc/xsl/postgis_aggs_mm.xml.xsl: typo
-
-2009-12-01 18:07  Regina Obe <lr at pcorp.us>
-
-	* [r4960] doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: Add
-	  sql mm compliance column get rid of cell-padding
-
-2009-12-01 17:17  Regina Obe <lr at pcorp.us>
-
-	* [r4959] doc/xsl/postgis_aggs_mm.xml.xsl: shorten matrix list to
-	  exclude operators and exception so pdf is not quite so ugly. Try
-	  to fit on one page.
-
-2009-12-01 17:06  Regina Obe <lr at pcorp.us>
-
-	* [r4958] doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: fix
-	  filter for 2.5D/curved support. More tweaking of style
-
-2009-12-01 16:42  Regina Obe <lr at pcorp.us>
-
-	* [r4957] doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: get
-	  rid of border=0 altogether exclude management,types, and
-	  transaction from matrix
-
-2009-12-01 16:15  Regina Obe <lr at pcorp.us>
-
-	* [r4956] doc/html/style.css: border not taking
-
-2009-12-01 15:09  Regina Obe <lr at pcorp.us>
-
-	* [r4955] doc/html/style.css: I want table borders
-
-2009-12-01 14:42  Regina Obe <lr at pcorp.us>
-
-	* [r4954] doc/xsl/postgis_aggs_mm.xml.xsl: oops had left over junk
-	  -- get rid of junk
-
-2009-12-01 14:28  Regina Obe <lr at pcorp.us>
-
-	* [r4953] doc/xsl/postgis_aggs_mm.xml.xsl: try to get rid of
-	  section abstract -- see if pdflatex accepts super duper matrix
-
-2009-12-01 14:15  Regina Obe <lr at pcorp.us>
-
-	* [r4952] doc/xsl/postgis_aggs_mm.xml.xsl: First attempt at
-	  super-duper type functionality compare matrix
-
-2009-11-30 22:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4949] liblwgeom/cunit/cu_measures.c, liblwgeom/lwtree.c: Fix up
-	  boundary condition in node interaction test.
-
-2009-11-30 20:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4948] liblwgeom/Makefile.in, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwtree.c, liblwgeom/lwtree.h, liblwgeom/measures.c: Add
-	  an internal geometry tree for use in a native prepared geometry
-	  scheme for fast intersection tests.
-
-2009-11-30 20:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4947] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_measures.h, liblwgeom/cunit/cu_tester.h: Add
-	  svn:keywords to everyone
-
-2009-11-30 20:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4946] regress/in_gml_expected: Add NL to end of expected file.
-
-2009-11-30 20:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4945] regress/in_gml.sql, regress/in_gml_expected,
-	  regress/tickets.sql, regress/tickets_expected: Move the fromGML
-	  test into the in_gml.sql file, so that it will be properly
-	  excluded when libxml2 is not available.
-
-2009-11-30 20:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4944] postgis_config.h.in: Move have_libxml2 define to the
-	  other library have_ defines.
-
-2009-11-30 20:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4943] configure.ac, postgis/sqldefines.h.in,
-	  postgis/uninstall_postgis.sql.in.c: Fix warnings from cpp during
-	  sql file build as reported by kneufeld
-
-2009-11-30 19:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4942] postgis/postgis_drop.sql.in.c, postgis/sqldefines.h.in,
-	  postgis/uninstall_geography.sql.in.c,
-	  postgis/uninstall_postgis.sql.in.c: Updated SQL files for
-	  uninstallation to match current state.
-
-2009-11-30 19:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4941] README.postgis: Update the upgrade process description to
-	  match new scripts.
-
-2009-11-30 17:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4938] postgis/geography.sql.in.c: Rename ST_PointOutside to
-	  _ST_PointOutside (#325)
-
-2009-11-30 16:40  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4937] postgis/postgis.sql.in.c: renamed ST_DumpPoints to
-	  _ST_DumpPoints
-
-2009-11-30 14:30  Regina Obe <lr at pcorp.us>
-
-	* [r4936] doc/template.xml: revise template to use new entities
-
-2009-11-30 14:24  Regina Obe <lr at pcorp.us>
-
-	* [r4935] doc/reference_processing.xml: availability note not
-	  specified right for ST_DumpPoints
-
-2009-11-30 09:16  Regina Obe <lr at pcorp.us>
-
-	* [r4934] doc/reference_processing.xml: fill in missing proto for
-	  st_polygonize
-
-2009-11-29 09:07  Regina Obe <lr at pcorp.us>
-
-	* [r4932] doc/xsl/postgis_gardentest.sql.xsl: Yeh
-	  ST_GeomFromKML/GML not crashing anymore on Windows (when libxml
-	  statically compiled in) -- can put back the tests
-
-2009-11-28 22:36  Regina Obe <lr at pcorp.us>
-
-	* [r4927] doc/reference_measure.xml: Add missing ST_CoveredBy proto
-	  for geography
-
-2009-11-28 07:13  Regina Obe <lr at pcorp.us>
-
-	* [r4926] doc/reference.xml, doc/reference_type.xml: try to force
-	  paragraph at top using sectinfo abstract. Make note about
-	  deprecation more threatening.
-
-2009-11-28 06:50  Regina Obe <lr at pcorp.us>
-
-	* [r4925] doc/reference_type.xml: slight amendment to description
-	  of casts
-
-2009-11-28 06:40  Regina Obe <lr at pcorp.us>
-
-	* [r4924] doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  fill out casting behavior, also list box type functions and links
-	  to it and from it
-
-2009-11-27 23:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4923] regress: Add install directory as an ignore.
-
-2009-11-27 20:58  Regina Obe <lr at pcorp.us>
-
-	* [r4922] doc/reference_processing.xml: link to new geometry_dump
-	  sections, also alphabetize dump functions
-
-2009-11-27 20:39  Regina Obe <lr at pcorp.us>
-
-	* [r4921] doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  thanks Kevin -- this should work now
-
-2009-11-27 20:31  Regina Obe <lr at pcorp.us>
-
-	* [r4920] doc/reference_type.xml: take out link and see if hudson
-	  is happy
-
-2009-11-27 20:01  Regina Obe <lr at pcorp.us>
-
-	* [r4919] doc/reference_type.xml: try again - maybe typo
-
-2009-11-27 19:46  Regina Obe <lr at pcorp.us>
-
-	* [r4918] doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  Add geometry_dump and special index to list all functions that
-	  take as input or output geometry_dump objects
-
-2009-11-27 19:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4917] doc/using_postgis_app.xml: A few more Mapserver usage
-	  updates.
-
-2009-11-27 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4916] doc/using_postgis_app.xml: Update the using mapserver
-	  section a little
-
-2009-11-27 17:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4913] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h: Add newlines at file ends to
-	  silence warnings
-
-2009-11-27 17:06  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4912] doc/reference_processing.xml,
-	  doc/using_postgis_dataman.xml: Fixed a few typos and missing
-	  references
-
-2009-11-27 16:28  Regina Obe <lr at pcorp.us>
-
-	* [r4911] doc/html/image_src/st_longestline03.wkt,
-	  doc/reference_measure.xml: okay another try. bad scaling
-
-2009-11-27 16:01  Regina Obe <lr at pcorp.us>
-
-	* [r4910] doc/html/image_src/st_closestpoint01.wkt,
-	  doc/html/image_src/st_closestpoint02.wkt: make all colors
-	  different for clarity
-
-2009-11-27 15:37  Regina Obe <lr at pcorp.us>
-
-	* [r4909] doc/html/image_src/st_closestpoint01.wkt,
-	  doc/html/image_src/st_closestpoint02.wkt: forgot images
-
-2009-11-27 15:36  Regina Obe <lr at pcorp.us>
-
-	* [r4908] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_longestline03.wkt,
-	  doc/reference_measure.xml: remove dupe ST_DFullyWithin, put in
-	  availability note for ST_DFullyWithin, add ST_ClosestPoint
-	  documentation and images, fix ST_LongestLine diag 3(forgot about
-	  the 200x200 rule)
-
-2009-11-26 18:50  Regina Obe <lr at pcorp.us>
-
-	* [r4907] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_longestline03.wkt,
-	  doc/reference_measure.xml: another st_longestline example
-
-2009-11-26 17:56  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4906] regress/regress_expected,
-	  regress/sql-mm-curvepoly_expected: Commit slightly altered
-	  regression tests for the above.
-
-2009-11-26 17:55  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4905] liblwgeom/lwgparse.c: Fix #316: IsValid? called on
-	  invalid 3d object leads to crash. Because of the way the parser
-	  works, not all tuples can hold a valid parse position; hence when
-	  trying to display the error message, the parser would crash. The
-	  solution I went for here was to alter pop() so that "counting
-	  tuples" always hold a valid parse position, and then re-write the
-	  various check functions to ensure that they only display parse
-	  errors with details from the next "counting tuple" higher up in
-	  the stack.
-
-2009-11-26 16:52  Regina Obe <lr at pcorp.us>
-
-	* [r4903] doc/html/image_src/st_longestline01.wkt,
-	  doc/html/image_src/st_shortestline01.wkt,
-	  doc/reference_measure.xml: change shortestline/longestline
-	  point/line example
-
-2009-11-25 23:37  Regina Obe <lr at pcorp.us>
-
-	* [r4901] doc/html/image_src/st_shortestline01.wkt: another typo
-
-2009-11-25 23:36  Regina Obe <lr at pcorp.us>
-
-	* [r4900] doc/html/image_src/st_longestline01.wkt: fix typo in
-	  coordinates
-
-2009-11-25 23:07  Regina Obe <lr at pcorp.us>
-
-	* [r4899] doc/html/image_src/st_longestline01.wkt,
-	  doc/html/image_src/st_shortestline01.wkt,
-	  doc/reference_measure.xml: make diagrams more interesting
-
-2009-11-25 22:48  Regina Obe <lr at pcorp.us>
-
-	* [r4898] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_longestline01.wkt,
-	  doc/html/image_src/st_longestline02.wkt,
-	  doc/html/image_src/st_shortestline02.wkt,
-	  doc/reference_measure.xml: Put in figures for ST_LongestLine.
-	  revise figure for shortest line make geometries the same for easy
-	  compare
-
-2009-11-25 22:15  Regina Obe <lr at pcorp.us>
-
-	* [r4897] doc/reference_measure.xml: cosmetic changes
-
-2009-11-25 22:12  Regina Obe <lr at pcorp.us>
-
-	* [r4896] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_shortestline01.wkt,
-	  doc/html/image_src/st_shortestline02.wkt,
-	  doc/reference_measure.xml: Put in images for ST_ShortestLine
-
-2009-11-25 21:49  Regina Obe <lr at pcorp.us>
-
-	* [r4895] doc/reference_measure.xml: put in missing availability
-	  notes
-
-2009-11-25 19:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4894] doc/reference_measure.xml, doc/reference_old.xml,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_measures.h,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-	  liblwgeom/measures.c, liblwgeom/measures.h,
-	  postgis/long_xact.sql.in.c, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c, postgis/sqlmm.sql.in.c,
-	  postgis/uninstall_postgis.sql.in.c, regress/measures.sql,
-	  regress/measures_expected: Merge Nicklas Aven's distance spike
-	  into trunk. (#63, #231)
-
-2009-11-24 22:10  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4892] doc/reference_processing.xml: added refentry section for
-	  ST_DumpPoints()
-
-2009-11-24 21:46  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4891] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_dumppoints01.wkt,
-	  doc/html/image_src/styles.conf: added an ST_DumpPoints image to
-	  the collection.
-
-2009-11-24 17:28  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4890] postgis/lwgeom_in_gml.c: explicit NULL test on xa->name.
-	  Related to #273
-
-2009-11-24 10:28  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4889] doc/reference_constructor.xml: add also availability note
-	  to GmlToSQL()
-
-2009-11-24 10:20  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4888] doc/reference_management.xml: add availability
-	  information for postgis_libxml_version()
-
-2009-11-23 18:07  Regina Obe <lr at pcorp.us>
-
-	* [r4887] doc/reference_type.xml, doc/xsl/postgis_comments.sql.xsl:
-	  #300 - minor casing changes to reference. Incorporate logic to
-	  comment types. Types need more description and casting behavior
-	  detail.
-
-2009-11-23 14:27  Regina Obe <lr at pcorp.us>
-
-	* [r4886] doc/postgis.xml, doc/reference.xml,
-	  doc/reference_type.xml: New postgresql type section per #300.
-	  Still need to modify postgis_comments.sql.xsl accordingly
-
-2009-11-23 14:26  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4885] configure.ac, doc/reference_management.xml,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
-	  postgis/sqldefines.h.in, postgis_config.h.in: Add libxml2 version
-	  information in postgis_full_version. Add libxml2 support
-	  information in postgis_version. Add new postgis_libxml_version
-	  function. Add doc entry for this new function.
-
-2009-11-22 04:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4880] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Move utility functions only used in cunit
-	  tests to the cunit code.
-
-2009-11-22 04:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4879] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwspheroid.c: Replace pow(,2.0) with POW2 macro.
-
-2009-11-21 06:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4877] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
-	  liblwgeom/g_serialized.c, liblwgeom/g_util.c,
-	  liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwspheroid.c,
-	  postgis/geography_measurement.c, postgis/lwgeom_spheroid.c: Move
-	  from pass-by-value to pass-by-const-pointer. What can I say, I
-	  have no control over myself.
-
-2009-11-21 03:44  Regina Obe <lr at pcorp.us>
-
-	* [r4876] doc/reference_processing.xml: update st_buffer,
-	  st_intersection details for geography to reflect what we are
-	  actually doing in bestsrid calc
-
-2009-11-21 03:31  Regina Obe <lr at pcorp.us>
-
-	* [r4875] doc/reference_editor.xml: grammar correction
-
-2009-11-20 20:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4873] postgis/geography_gist.c: Fix an error hidden in a debug
-	  line.
-
-2009-11-20 18:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4872] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
-	  Fix graxing case and improve co-linear handling with help from
-	  Nicklas Aven (#314)
-
-2009-11-20 18:05  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4871] doc/Makefile.in: added missing dependency of
-	  postgis_aggs_mm for the comments
-
-2009-11-20 14:02  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4870] loader/pgsql2shp.c: Apply Kris Jurka's pgsql2shp patches,
-	  as detail in the postgis-devel archives on 12th Nov. Thanks Kris!
-
-2009-11-20 13:53  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4868] loader/shp2pgsql.c: Finish working on Dave Fuhry's
-	  memory-leak patch, and also fix several other leaks found by
-	  running shp2pgsql through valgrind.
-
-2009-11-19 22:35  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4866] doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl,
-	  doc/xsl/postgis_comments.sql.xsl,
-	  doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl: Switch to reference
-	  splitted files. Add references entities. Use postgis.xml rather
-	  than reference.xml in doc/xsl/* files. Add template rule in
-	  doc/xsl/* to only use /book/chapter[@id='reference'].
-
-2009-11-19 20:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4865] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_libgeom.h, liblwgeom/lwgeodetic.c: Handle the
-	  case where the stabline and a polygon edge are co-linear in
-	  point-in-polygon test.
-
-2009-11-19 15:39  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4862] loader/Makefile.in, regress/run_test: Alter regression
-	  test harness so that shp2pgsql/pgsql2shp can be tested without
-	  being installed.
-
-2009-11-19 00:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4857] doc/reference.xml: Attempt to clarify MULTIPOLYGON
-	  behavior in ST_SimplifyPreserveTopology (#240)
-
-2009-11-18 19:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4855] doc/reference_editor.xml: Add another example (#218)
-
-2009-11-18 19:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4854] doc/reference_editor.xml: Put constants reference in the
-	  example, so people see it (nobody reads documentation) (#218)
-
-2009-11-18 17:28  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4853] doc/Makefile.in: Ok, well that didn't work. Reverting
-	  changes.
-
-2009-11-18 17:19  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4852] doc/Makefile.in: simplified postgis-out.xml target. The
-	  sed replacement should only happen on the postgis.xml file as the
-	  DocBook variable &last_release_version is used throughout the
-	  documentation
-
-2009-11-17 23:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4851] extras/history_table, extras/history_table/README,
-	  extras/history_table/history_table.sql: Add in the history table
-	  convenience functions, a README and some manual examples for
-	  pedagogy.
-
-2009-11-17 22:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4850] liblwgeom/cunit/cu_libgeom.c: Fix a double-free in the
-	  unit test for collection extract.
-
-2009-11-17 20:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4849] doc/reference_editor.xml: Add availability line.
-
-2009-11-17 20:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4848] doc/reference_editor.xml: Add more explanation of type
-	  numbers.
-
-2009-11-17 20:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4847] doc/reference_editor.xml, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcollection.c, liblwgeom/lwutil.c,
-	  postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
-	  regress/regress.sql, regress/regress_expected: Implement
-	  ST_CollectionExtract() to pull specific homogeneous collections
-	  out of heterogeneous collections. Regressions and documentation
-	  included. (#218)
-
-2009-11-17 17:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4846] regress/wmsservers.sql, regress/wmsservers_expected: Trim
-	  the binary versions of geometries to try and remove regressions
-	  from other platforms.
-
-2009-11-17 14:00  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4845] postgis/Makefile.in, regress/Makefile.in: Properly fix
-	  #219 by creating a separate "mini install" of PostGIS into the
-	  PGXS regression directory that can be used for regression. This
-	  is because different architectures have different naming
-	  conventions, and so Paul's original hack isn't guaranteed to
-	  work. By using PGXS to perform the install, we eliminate the
-	  problem of having to know the final architecture library name.
-
-2009-11-17 04:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4844] regress/tickets.sql, regress/tickets_expected: Add tests
-	  from #210 to the tickets.sql
-
-2009-11-17 04:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4843] regress/Makefile.in, regress/tickets.sql,
-	  regress/tickets_expected: Add tickets.sql and expected tests
-	  derived from old trac entries (#214)
-
-2009-11-16 23:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4842] regress/wmsservers.sql, regress/wmsservers_expected: Add
-	  identifying lines to SQL so that error lines are easier to find.
-
-2009-11-16 23:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4841] regress/Makefile.in: Remove trailing space from libname
-
-2009-11-16 22:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4840] regress/Makefile.in: Add in hack to match the library .so
-	  substition name to the one produced by a particular PgSQL
-	  version. (#219)
-
-2009-11-16 21:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4839] regress/Makefile.in, regress/wmsservers.sql,
-	  regress/wmsservers_expected: Add in tests for
-	  MapServer/Geoserver-style SQL calls. (#224)
-
-2009-11-16 20:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4838] configure.ac: Make scripts version independent of library
-	  micro-version.
-
-2009-11-16 19:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4837] configure.ac, utils/read_scripts_version.pl: Make
-	  POSTGIS_SCRIPTS_VERSION reflect the maximum SVN version of the
-	  SQL input files. (#242)
-
-2009-11-16 19:47  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4836] postgis/postgis.sql.in.c, regress/Makefile.in,
-	  regress/dumppoints.sql, regress/dumppoints_expected: Ticket #76.
-	  - added a modified version of a plpgsql implementation for
-	  ST_DumpPoints() proposed by Maxime van Noppen.
-	  - added regression tests
-
-2009-11-16 19:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4835] postgis/geography_inout.c: Make an unknown geography SRID
-	  translate to a 4326 geometry SRID during a cast (#298)
-
-2009-11-16 19:06  Regina Obe <lr at pcorp.us>
-
-	* [r4834] doc/reference_constructor.xml: forgot availability note
-
-2009-11-16 19:04  Regina Obe <lr at pcorp.us>
-
-	* [r4833] doc/reference_constructor.xml: fix typos in
-	  ST_MakeEnvelope (at least he tries :) )
-
-2009-11-16 18:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4832] doc/reference_constructor.xml, regress/regress.sql,
-	  regress/regress_expected: Add doco and regression tests for
-	  ST_MakeEnvelope() (#199)
-
-2009-11-16 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4831] postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c: Add ST_MakeEnvelope() constructor,
-	  terse function for making bbox polygons. (#199)
-
-2009-11-16 13:50  Regina Obe <lr at pcorp.us>
-
-	* [r4830] doc/xsl/postgis_gardentest_subset.sql.xsl: revise to deal
-	  with boolean arguments
-
-2009-11-16 12:57  Regina Obe <lr at pcorp.us>
-
-	* [r4829] doc/xsl/postgis_aggs_mm.xml.xsl: Update geography
-	  transform description to reflect new cowboy transform hack
-	  strategy :). Need to update functions as well once Olivier has
-	  stopped kicking dust.
-
-2009-11-16 05:55  Regina Obe <lr at pcorp.us>
-
-	* [r4827] doc/installation.xml: More encouragement to use GEOS 3.2
-	  :)
-
-2009-11-16 05:53  Regina Obe <lr at pcorp.us>
-
-	* [r4826] doc/installation.xml: get rid of reference to loading
-	  geography.sql (now integrated in postgis.sql)
-
-2009-11-16 00:28  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4824] doc/Makefile.in, doc/postgis.xml, doc/reference.xml:
-	  revert Makefile.in reference.xml and postgis.xml to r4816. Need
-	  to fix NewFunction reference to go further :(
-
-2009-11-16 00:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4823] postgis/geography_measurement.c,
-	  postgis/lwgeom_transform.c: Cowboy triumphs. (#304)
-
-2009-11-15 23:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4822] postgis/geography_measurement.c: Actually use Antarctic
-	  stereographic for antarctic points. (#304)
-
-2009-11-15 22:17  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4821] doc/Makefile.in: Add final semicolon. Remove useless copy
-	  related to reference.xml
-
-2009-11-15 22:03  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4820] doc/Makefile.in: Add forgotten .xml (in pdf rule)
-
-2009-11-15 21:55  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4819] doc/Makefile.in: Add forgotten .xml in postgis-out rule
-
-2009-11-15 21:23  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4818] doc/Makefile.in: Update Makefile rules, related to
-	  reference.xml split (r4817)
-
-2009-11-15 20:39  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4817] doc/postgis.xml, doc/reference.xml,
-	  doc/reference_accessor.xml, doc/reference_constructor.xml,
-	  doc/reference_editor.xml, doc/reference_exception.xml,
-	  doc/reference_lrs.xml, doc/reference_management.xml,
-	  doc/reference_measure.xml, doc/reference_misc.xml,
-	  doc/reference_operator.xml, doc/reference_output.xml,
-	  doc/reference_processing.xml, doc/reference_transaction.xml:
-	  Split reference.xml on several sub files (upon sect1). Use entity
-	  to avoid redundant compliant/support text (SFS, SQL/MM, Z/M
-	  dimensions, Curve support)
-
-2009-11-15 19:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4816] loader/shp2pgsql-core.c, loader/shp2pgsql.c: Handle odd
-	  ArcMap scinotation for large ints. (#38)
-
-2009-11-15 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4815] regress/run_test: Add locale handling by setting to 'C'
-	  (#303)
-
-2009-11-15 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4814] postgis/geography_btree.c: Make the _cmp and _eq methods
-	  use the same equality conditions so that
-	  indexed and unindexed answers will be the same. (#292)
-
-2009-11-14 21:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4812] postgis/geography_measurement.c: Move the polar
-	  stereographic line a little further north in bestsrid. (#304)
-
-2009-11-14 03:49  Regina Obe <lr at pcorp.us>
-
-	* [r4810] doc/reference.xml: missing ST_DWithin geography spheroid
-	  proto
-
-2009-11-14 00:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4806] postgis, postgis/postgis.sql.in.c,
-	  postgis/postgis_drop.sql.in.c, utils/postgis_proc_upgrade.pl: Add
-	  testing and drop deprecated functions (#202)
-
-2009-11-13 22:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4804] postgis/Makefile.in, utils/postgis_proc_upgrade.pl: Build
-	  out version specific upgrade scripts.
-
-2009-11-13 20:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4803] postgis/postgis.sql.in.c, postgis/sqldefines.h.in,
-	  utils/postgis_proc_upgrade.pl: First baby steps towards
-	  version-specific loader
-
-2009-11-13 15:28  Regina Obe <lr at pcorp.us>
-
-	* [r4802] doc/release_notes.xml: libxml preferable
-
-2009-11-13 15:27  Regina Obe <lr at pcorp.us>
-
-	* [r4801] doc/release_notes.xml: fix Paul's bad spelling, add KML
-	  in output list, link to what's new in PostGIS 1.5 section, GEOS
-	  3.2 preferred
-
-2009-11-13 03:35  Regina Obe <lr at pcorp.us>
-
-	* [r4795] doc/reference.xml: fix formatting in
-	  ST_LineCrossingDirection (replace tabs with spaces)-- show new
-	  corrected output after #272 - should be negatively symmetric fix
-
-2009-11-12 19:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4794] postgis/postgis.sql.in.c: Walk back function deletions of
-	  ST_ functions under types and operators, these can't be dropped
-	  during an in-place upgrade, *sigh*. (#195)
-
-2009-11-12 04:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4793] postgis/lwgeom_functions_basic.c, postgis/lwgeom_gist.c:
-	  Remove old version ifdefs for versions < PgSQL 8.3 (#290)
-
-2009-11-11 19:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4789] liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
-	  regress/regress_expected: Update behavior of lwgeom_same to match
-	  "orderingequals" semantics (#289)
-
-2009-11-11 19:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4788] liblwgeom/lwgeodetic.c: Slightly loosen equality
-	  tolerance check for point in cone... does this fix cunit
-	  regressions?
-
-2009-11-11 19:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4786] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h: Simplify code and improve consistency of
-	  linecrossing results (#272)
-
-2009-11-11 00:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4784] postgis/geography_btree.c: Remove GisT headers from file
-	  and set keywords.
-
-2009-11-10 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4783] postgis/geography_btree.c: Make the = operator do a pure
-	  equality test
-
-2009-11-10 20:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4779] postgis/Makefile.in, postgis/geography.sql.in.c,
-	  postgis/geography_btree.c: Stub implementation of ordering
-	  operators (#292)
-
-2009-11-10 19:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4778] liblwgeom/lwgeodetic.c, postgis/geography.h,
-	  postgis/geography.sql.in.c, postgis/geography_gist.c,
-	  postgis/geography_measurement.c: Apply handling for EMPTY
-	  geometries to all geography functions per the
-	  DevWikiEmptyGeometry page.
-
-2009-11-10 18:34  Regina Obe <lr at pcorp.us>
-
-	* [r4777] doc/xsl/postgis_gardentest.sql.xsl: put logic to
-	  recognize boolean and KML text args. Exclude ST_GeomFromKML and
-	  ST_GeomFromGML from testing until crashing problem under mingw is
-	  resolved.
-
-2009-11-10 12:45  Regina Obe <lr at pcorp.us>
-
-	* [r4774] doc/xsl/postgis_aggs_mm.xml.xsl: put availability note
-	  first in what's new for 1.5. Some of the functions aren't new but
-	  support geography or have behavior change. Easier if that note
-	  comes first. Will change for prior what's new later if this looks
-	  okay.
-
-2009-11-10 12:18  Regina Obe <lr at pcorp.us>
-
-	* [r4773] doc/xsl/postgis_aggs_mm.xml.xsl: using (T) to denote
-	  Paul's transform hacks and noting what that (T) means. Will
-	  eventually use to generate super duper function compare matrix :)
-
-2009-11-10 12:13  Regina Obe <lr at pcorp.us>
-
-	* [r4772] doc/reference.xml: Put in ST_Intersection proto for
-	  geography
-
-2009-11-10 12:08  Regina Obe <lr at pcorp.us>
-
-	* [r4771] doc/reference.xml: add ST_Intersects proto for geography
-
-2009-11-10 11:57  Regina Obe <lr at pcorp.us>
-
-	* [r4770] doc/reference.xml: Add ST_GeomFromKML, add some grammar
-	  corrections to ST_GeomFromGML
-
-2009-11-08 19:05  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4769] postgis/Makefile.in, postgis/lwgeom_in_kml.c,
-	  postgis/postgis.sql.in.c, regress/Makefile.in,
-	  regress/in_kml.sql, regress/in_kml_expected: Initial version of
-	  ST_GeomFromKML function and related units tests
-
-2009-11-08 19:02  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4768] postgis/lwgeom_in_gml.c: remove an unused var. minor
-	  comment change
-
-2009-11-08 06:42  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4767] doc/reference.xml: Complete ST_GeomFromGML documentation.
-	  Add ST_GMLToSQL documentation entry. (Please tks to read back as
-	  my english grammar is far to be perfect)
-
-2009-11-07 16:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4766] TODO: Remove TODO items that have actually been done.
-
-2009-11-07 16:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4765] configure.ac: Make the configure-time test for PgSQL
-	  version check for 8.3+ (#290)
-
-2009-11-07 01:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4764] regress/run_test: Drop database when function loads fail
-	  in regression tests. (#77)
-
-2009-11-07 01:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4763] postgis/lwgeom_gist.c, postgis/postgis.sql.in.c,
-	  postgis/sqlmm.sql.in.c, regress/regress.sql,
-	  regress/regress_expected: Make ~= be a bounding box only operator
-	  and upgrade ST_Equals() and ST_OrderingEquals() to match the new
-	  behavior. Update regression tests to match new behavior. (#282)
-	  See also #289 for an odd quirk discovered while updating
-	  regression tests.
-
-2009-11-07 00:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4762] postgis/geography.sql.in.c: Add text wrappers to
-	  functions we commonly expect people to call with text arguments
-	  but expect implicit casting to geometry. (#252)
-
-2009-11-07 00:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4761] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c: Fix for
-	  point-on-vertex case of st_covers (#271)
-
-2009-11-06 22:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4760] utils/read_scripts_version.pl: Utility to read svn
-	  revision numbers from SQL scripts.
-
-2009-11-06 22:49  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4759] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: finalize Xlink support (GML SF-2 fully
-	  compliant). Fix typo on PointProperty/Point. Few comments and
-	  style corrections. Update unit tests.
-
-2009-11-06 21:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4758] postgis/Makefile.in, postgis/postgis.sql.in.c: Make
-	  geography.sql part of the standard postgis.sql build.
-
-2009-11-06 20:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4757] README.postgis, doc/installation.xml,
-	  doc/release_notes.xml, postgis/geography.sql.in.c,
-	  postgis/postgis.sql.in.c: Add costs to CPU intensive C functions
-	  and update doco to ensure 8.3 is the referenced minimum PgSQL
-	  version. (#230)
-
-2009-11-06 17:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4755] doc/reference.xml: Update documentation for those
-	  functions affected by RFC3. They are all internal functions that
-	  are going to disappear in 2.0, might be better to simply remove
-	  them, but for now...
-
-2009-11-05 20:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4752] postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c: Fix for
-	  #157, ST_GeometryType output doesn't correctly identify curved
-	  geometries
-
-2009-11-05 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4751] regress/regress_lrs_expected: Fix for new LRS regression
-	  (#283)
-
-2009-11-05 19:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4750] postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c, postgis/sqlmm.sql.in.c,
-	  regress/regress.sql, regress/regress_expected,
-	  regress/regress_ogc.sql, regress/regress_ogc_expected: Implement
-	  RFC3 (#195)
-
-2009-11-05 04:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4749] postgis/lwgeom_in_gml.c: Some initializations and a null
-	  pointer avoidance test (#273)
-
-2009-11-05 00:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4748] postgis/geography.sql.in.c, postgis/lwgeom_geos.c: Add
-	  ST_Intersection() and ST_Intersects() for geography.
-
-2009-11-05 00:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4746] utils/postgis_restore.pl: Remove createdb_opt lines from
-	  psql and createlang calls. (#228)
-
-2009-11-05 00:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4745] postgis/lwgeom_functions_lrs.c: Make non-M attempts to
-	  run LRS functions error out instead of return NULL (#113)
-
-2009-11-04 23:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4744] postgis/lwgeom_in_gml.c: Fix for #273? Some unitialized
-	  variables may have been causing problems. Initializing them fixed
-	  this problem for me.
-
-2009-11-04 23:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4743] postgis/lwgeom_geos.c: Fix hausdorf crasher (#279)
-
-2009-11-04 21:19  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4742] liblwgeom/wktparse.lex: revert wrong commit (r4741) on
-	  wktparse.lex file
-
-2009-11-04 21:10  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4741] liblwgeom/wktparse.lex, postgis/lwgeom_in_gml.c,
-	  regress/in_gml.sql, regress/in_gml_expected: Allow a double to
-	  not have digit after dot (related to #175). Update unit test case
-
-2009-11-04 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4739] liblwgeom/lex.yy.c, liblwgeom/wktparse.lex: Fix for #175,
-	  numbers with a terminal decimal won't parse.
-
-2009-11-04 18:59  Regina Obe <lr at pcorp.us>
-
-	* [r4737] doc/reference.xml: amend ST_Length to include
-	  use_spheroid proto and amend examples to state new default
-	  behavior
-
-2009-11-04 18:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4736] postgis/lwgeom_gist.c: Allow ~= operator to recheck, per
-	  #253.
-
-2009-11-04 11:57  Regina Obe <lr at pcorp.us>
-
-	* [r4735] doc/reference.xml: type correction in ST_BuildArea
-	  output. Add additional proto to ST_Area and correct the example
-	  to show the new spheroid measurement default
-
-2009-11-04 09:53  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4734] postgis/lwgeom_in_gml.c: Give priority to gml namespace
-	  attribute if any. Apply a fix on ring incrementation
-	  (Surface/interior)
-
-2009-11-04 03:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4733] postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c: Change ST_Area(geog) to defaul
-	  to spheroid calculation.
-
-2009-11-04 00:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4732] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
-	  Remove unit test failure cases in 32-bit architectures. Now have
-	  to test correctness
-	  of algorithms on test data in 64-bit environment.
-
-2009-11-03 22:26  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4731] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: Initial support of Xlink. Add related
-	  units tests. Few cleaning
-
-2009-11-03 22:24  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4730] configure.ac: Add xpath headers support for libxml2
-
-2009-11-03 21:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4729] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwspheroid.c: File headers and property setting.
-
-2009-11-03 21:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4728] postgis/geography_measurement.c: Add in handlers to avoid
-	  sheroid area cases we currently cannot handle.
-
-2009-11-03 21:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4727] doc/reference.xml: Slight change in ST_Area wording.
-
-2009-11-03 15:32  Regina Obe <lr at pcorp.us>
-
-	* [r4726] doc/reference.xml: amend distance proto and example --
-	  now we default to spheroid
-
-2009-11-03 13:36  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4725] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: Add namespace support. Add pointProperty
-	  and pointRep support. Fix pos and posList spaces inside
-	  coordinates issue. Comments update. Update unit tests
-
-2009-11-03 10:03  Regina Obe <lr at pcorp.us>
-
-	* [r4724] doc/reference.xml: get rid of extra para tag
-
-2009-11-03 09:47  Regina Obe <lr at pcorp.us>
-
-	* [r4723] doc/reference.xml: more typo fixing
-
-2009-11-03 09:33  Regina Obe <lr at pcorp.us>
-
-	* [r4722] doc/reference.xml: fix typo
-
-2009-11-03 05:19  Regina Obe <lr at pcorp.us>
-
-	* [r4721] doc/reference.xml: Document ST_Buffer for geography and
-	  caveats
-
-2009-11-03 02:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4720] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwspheroid.c:
-	  Re-enable other geodetic unit tests and remove Java code block.
-
-2009-11-03 00:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4719] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/g_box.c,
-	  liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
-	  postgis/geography.h, postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c: First cut of ST_Area(geography)
-	  on spheroid. Currently not default, use ST_Area(geog, true) to
-	  enable it. Beware of limitations over poles and eequator.
-
-2009-11-02 12:05  Regina Obe <lr at pcorp.us>
-
-	* [r4717] doc/reference.xml: minor corrections to
-	  ST_distance_sphere/spheroid descriptions
-
-2009-11-01 22:31  Regina Obe <lr at pcorp.us>
-
-	* [r4716] doc/reference.xml: amend doc for st_distance_sphere,
-	  st_distance_spheroid to reflect expanded support.
-
-2009-10-31 05:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4713] postgis/lwgeom_spheroid.c: Make distance_spher(oid)
-	  functions a little more type safe.
-
-2009-10-31 04:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4712] postgis/lwgeom_spheroid.c, postgis/postgis.sql.in.c:
-	  Update distance_sphere and distance_spheroid to back onto new
-	  geodetic handlers and support generic geometry.
-
-2009-10-31 00:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4711] postgis/geography_inout.c: Tighten up geometry->geography
-	  case (#265)
-
-2009-10-31 00:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4710] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/libgeom.h,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
-	  liblwgeom/lwspheroid.h, postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c: Add ST_Length() implementation
-	  on spheroid and rationalize the sphere/spheroid implementations
-	  into
-	  a smaller shared set of functions.
-
-2009-10-30 20:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4709] liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwspheroid.c, liblwgeom/lwspheroid.h,
-	  postgis/geography.h, postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c: Add in spheroid calculations for
-	  ST_Distance and ST_DWithin.
-
-2009-10-30 19:00  Regina Obe <lr at pcorp.us>
-
-	* [r4708] doc/installation.xml: Add link to new compatibility
-	  matrix
-
-2009-10-29 20:31  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4705] postgis/lwgeom_in_gml.c, regress/in_gml.sql: Change
-	  dimension to srsDimension (GML 3.1.1)
-
-2009-10-29 20:21  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4704] postgis/lwgeom_gml.c, regress/gml_expected: Change
-	  attribute dimension into srsDimension (GML 3.1.1), cf #276
-
-2009-10-29 19:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4702] liblwgeom/lwspheroid.c: Minor changes for numerical
-	  stability. Remove logging.
-
-2009-10-29 19:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4701] postgis/geography.h: Increase precision of minor axis
-	  constant.
-
-2009-10-29 19:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4700] liblwgeom/Makefile.in, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
-	  liblwgeom/lwspheroid.h: Spheroid distance calculation between
-	  points added.
-
-2009-10-29 18:42  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4699] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: Add mixed GML srs support. Add ability
-	  to deal with lat/lon issue in GML 3. Fix GML collection units
-	  tests. Update units tests
-
-2009-10-29 18:40  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4698] postgis/lwgeom_transform.c, postgis/lwgeom_transform.h:
-	  Expose transform_point, make_project and GetProj4StringSPI.
-	  Creation of lwgem_transform.h
-
-2009-10-29 14:21  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4697] regress/kml_expected: Update unit test result, related to
-	  error message change (r4662 in lwgeom_transform.c)
-
-2009-10-29 14:08  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4696] postgis/lwgeom_gml.c, regress/gml.sql,
-	  regress/gml_expected: Add attribute dimension in gml:pos and
-	  gml:posList. Fix geometrycollection invalid GML output. Update
-	  units test. Cf #276
-
-2009-10-28 23:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4694] postgis/geography_gist.c: Note why the penalty function
-	  was changed.
-
-2009-10-28 23:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4693] postgis/geography_gist.c: Remove overly clever penalty
-	  calculation and improve index structure a lot!
-
-2009-10-28 18:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4692] postgis/geography_gist.c: Fill in actual error condition
-
-2009-10-28 18:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4691] postgis/geography_gist.c,
-	  postgis/geography_measurement.c: Fix error in picksplit routine,
-	  perhaps will fix balance problem.
-
-2009-10-28 12:13  Regina Obe <lr at pcorp.us>
-
-	* [r4690] doc/introduction.xml: slight attribution update
-
-2009-10-28 11:56  Regina Obe <lr at pcorp.us>
-
-	* [r4689] doc/release_notes.xml: minor update to release notes
-	  (copying content from branch 1.3 not in trunk)
-
-2009-10-28 11:47  Regina Obe <lr at pcorp.us>
-
-	* [r4687] doc/introduction.xml: switch pretty tag back to credits
-	  -- already linked in reference.xml
-
-2009-10-28 11:40  Regina Obe <lr at pcorp.us>
-
-	* [r4686] doc/introduction.xml: update credits to include breakout
-	  of PSC and bump up people with commit access and currently
-	  committing work
-
-2009-10-28 11:05  Regina Obe <lr at pcorp.us>
-
-	* [r4684] doc/release_notes.xml: copy release notes text from
-	  branch 1.4 which is strangely more up to date.
-
-2009-10-28 10:58  Regina Obe <lr at pcorp.us>
-
-	* [r4683] doc/release_notes.xml, doc/reporting.xml: correct links
-	  to postgis bug tracker and subversion repository. Also amend the
-	  release_notes section to reflect newer version changes
-
-2009-10-27 21:39  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4682] postgis/lwgeom_export.h, postgis/lwgeom_geojson.c,
-	  postgis/lwgeom_gml.c, postgis/lwgeom_kml.c, postgis/lwgeom_svg.c:
-	  Fix huge number overflow in export functions, cf #277
-
-2009-10-24 16:37  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4680] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: Add multi data coordinates support. Add
-	  unit test case data_1
-
-2009-10-24 16:35  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4679] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c: Add
-	  ptarray_merge function
-
-2009-10-23 23:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4677] doc/postgis.xml: Update personal information.
-
-2009-10-23 16:01  Regina Obe <lr at pcorp.us>
-
-	* [r4676] doc/reference.xml: typo in example
-
-2009-10-23 15:51  Regina Obe <lr at pcorp.us>
-
-	* [r4675] doc/reference.xml: put in availability note for
-	  ST_GeomFromGML, link back from ST_AsGML, note about libxml2
-	  required
-
-2009-10-23 13:26  Regina Obe <lr at pcorp.us>
-
-	* [r4672] doc/reference.xml, doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl: Preliminary
-	  documentation for ST_GeomFromGML and logic to support gml input
-	  parameters
-
-2009-10-22 14:08  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4671] postgis/lwgeom_in_gml.c, regress/in_gml.sql,
-	  regress/in_gml_expected: Use ptarray_isclosed3d to check if 3D
-	  rings are closed also on Z. Update units tests cases
-
-2009-10-22 14:06  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4670] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c: Add
-	  ptarray_isclosed3d function
-
-2009-10-20 15:30  Regina Obe <lr at pcorp.us>
-
-	* [r4669] configure.ac: fix typo in libxml deactivated notice
-
-2009-10-20 13:07  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4668] postgis_config.h.in: Add HAVE_LIBXML2
-
-2009-10-20 12:54  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4667] postgis/Makefile.in, postgis/lwgeom_in_gml.c,
-	  postgis/postgis.sql.in.c, regress/Makefile.in,
-	  regress/in_gml.sql, regress/in_gml_expected: Add initial version
-	  of GeomFromGML function, and units tests cases.
-
-2009-10-20 12:51  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4666] configure.ac, postgis/sqldefines.h.in: Add libxml2
-	  support (needed by GeomFromGML)
-
-2009-10-19 12:53  Regina Obe <lr at pcorp.us>
-
-	* [r4665] doc/reference.xml: update to include ST_Length for
-	  geography
-
-2009-10-19 05:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4664] postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c, postgis/lwgeom_transform.c: Add
-	  _ST_BestSRID(Geography) utility function to support
-	  ST_Buffer(geography, radius) hack that casts back and forth to
-	  geometry.
-
-2009-10-18 21:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4663] postgis/lwgeom_transform.c: Add in support for magic srid
-	  numbers that will always be available for UTM WGS84 and polar
-	  stereography. Will be used in wrappers that allow geometry
-	  functions to be applied to geography.
-
-2009-10-18 04:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4662] liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h, postgis/geography.sql.in.c,
-	  postgis/geography_measurement.c: ST_Length(geography) per #266
-
-2009-10-16 23:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4661] postgis/geography_gist.c, postgis/lwgeom_gist.c: Muck
-	  with index logging code.
-
-2009-10-16 16:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4660] postgis/geography_estimate.c: Fix the geography <column>
-	  && <column> selectivity code. Now the answers between geometry
-	  and geography are reasonably similar :)
-
-2009-10-16 16:31  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4659] utils/test_geography_joinestimation.pl: Commit a
-	  first-hack attempt at a script to test the geography join
-	  estimation code.
-
-2009-10-16 16:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4658] utils/test_joinestimation.pl: Change "Mixed Geometry
-	  Types" message into a warning rather than an error in the
-	  existing join estimation test script.
-
-2009-10-16 13:33  Regina Obe <lr at pcorp.us>
-
-	* [r4657] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl: revise to test &&
-	  against table and also put in some floating points to make tests
-	  more interesting
-
-2009-10-16 13:01  Regina Obe <lr at pcorp.us>
-
-	* [r4656] postgis/geography.sql.in.c: #269 get rid of geography ->
-	  geometry implicit to make it an explicit cast
-
-2009-10-16 09:37  Sandro Santilli <strk at keybit.net>
-
-	* [r4655] loader/README.shp2pgsql, loader/shp2pgsql.c: Tell what
-	  the default is for -N in help output and README file
-
-2009-10-15 17:50  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4654] liblwgeom/cunit/cu_libgeom.c, liblwgeom/libgeom.h,
-	  postgis/geography_inout.c: Update the TYPMOD_SET_* macros in the
-	  same way as for the FLAGS_SET_* macros earlier, so that they
-	  actually change the variable they reference.
-
-2009-10-15 17:45  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4653] utils/test_geography_estimation.pl: Add (slightly hacked)
-	  version of geography selectivity test script to the repo.
-
-2009-10-15 17:44  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4652] utils/test_estimation.pl: Fix test_estimation.pl script
-	  so it doesn't require oids - no-one uses these in the 21st
-	  century...
-
-2009-10-15 15:35  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4651] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_coord.c,
-	  liblwgeom/g_serialized.c, liblwgeom/g_util.c,
-	  liblwgeom/libgeom.h, postgis/geography_estimate.c,
-	  postgis/geography_gist.c, postgis/geography_inout.c: Alter the
-	  FLAGS_SET_* macros so that they actually update the specified
-	  flag variable, rather than just returning the new value of the
-	  flag variable.
-
-2009-10-15 14:48  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4650] postgis/geography_estimate.c: Fix for column intersection
-	  geography queries sometimes returning "lwgeom_get_gbox_geodetic:
-	  non-geodetic gbox provided" during execution - a missing
-	  initialisation bug.
-
-2009-10-14 16:57  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4649] postgis/geography.sql.in.c: Re-enable ANALYZE hook, now
-	  that it doesn't crash upon loading Paul's test dataset anymore.
-
-2009-10-14 16:22  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4648] postgis/geography_estimate.c: Don't use the default
-	  (integer) version of abs() during floating point calculations...
-
-2009-10-13 19:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4647] liblwgeom/lwgeodetic.c: Much better fix for NaN area
-	  problem.
-
-2009-10-13 19:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4646] liblwgeom/lwgeodetic.c: HAck fix for NaN areas.
-
-2009-10-11 02:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4640] liblwgeom/g_serialized.c: Don't copy bboxes from lwgeom
-	  to gserialized when working with geodetics. (#263)
-
-2009-10-10 16:59  Regina Obe <lr at pcorp.us>
-
-	* [r4639] doc/reference.xml: update to include ST_Covers geography
-
-2009-10-10 15:43  Regina Obe <lr at pcorp.us>
-
-	* [r4638] doc/reference.xml: update ST_Area with geography examples
-
-2009-10-10 03:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4637] postgis/geography.sql.in.c, postgis/geography_inout.c:
-	  Add geometry(geography) case per #257
-
-2009-10-10 00:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4636] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Fix
-	  ST_Area(geography) calculation to be more... correct.
-
-2009-10-09 19:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4635] liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/measures.c,
-	  postgis/geography.sql.in.c, postgis/geography_measurement.c,
-	  postgis/lwgeom_dump.c, postgis/lwgeom_functions_basic.c: Add
-	  implementation for ST_Covers(geography, geography) in
-	  point-in-polygon case.
-
-2009-10-09 18:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4634] liblwgeom/g_box.c: Fix incorrect use of flags macros
-
-2009-10-09 16:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4633] liblwgeom/g_box.c: One more fix for #260.
-
-2009-10-09 16:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4632] liblwgeom/g_box.c: Fix for #261 (spurious dimension
-	  difference errors)
-
-2009-10-09 10:39  Regina Obe <lr at pcorp.us>
-
-	* [r4631] doc/reference.xml: Put in proto for ST_Area(geography).
-	  Still need to put in example but my ST_Area is non-existent will
-	  double-check why.
-
-2009-10-09 04:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4630] liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
-	  postgis/geography.sql.in.c, postgis/geography_measurement.c: Add
-	  ST_PointOutside() function for testing purposes.
-
-2009-10-08 19:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4629] liblwgeom/lwgeodetic.c: Make geographic point
-	  initialization slightly more efficient (avoid doing it twice for
-	  each vertex)
-
-2009-10-08 18:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4628] postgis/geography_measurement.c: Make error messages
-	  slightly less opaque
-
-2009-10-08 18:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4627] postgis/geography.sql.in.c: Comment out analyze argument
-	  in geometry type creation -- it is causing a crash for me when
-	  loading my test data tables.
-
-2009-10-08 17:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4626] postgis/geography.h: Change radius figure to common
-	  average.
-
-2009-10-08 17:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4625] postgis/geography.sql.in.c: Reformat SQL lines with tabs
-
-2009-10-08 11:43  Regina Obe <lr at pcorp.us>
-
-	* [r4624] doc/README: revise readme to include link to instructions
-	  for garden test
-
-2009-10-08 11:40  Regina Obe <lr at pcorp.us>
-
-	* [r4623] doc/xsl/postgis_gardentest_subset.sql.xsl: Revise to have
-	  function list past in as arg to xsltproc
-
-2009-10-08 10:29  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4622] postgis/geography_estimate.c: Commit first attempt at
-	  working geography index selectivity - the conversion should be
-	  there, however it needs some kind of test harness to verify some
-	  of the results.
-
-2009-10-08 05:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4621] liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h, postgis/Makefile.in,
-	  postgis/geography.sql.in.c, postgis/geography_distance.c,
-	  postgis/geography_measurement.c: ST_Area(geography)
-	  implementation and SQL bindings.
-
-2009-10-07 14:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4620] liblwgeom/g_box.c, liblwgeom/libgeom.h,
-	  postgis/geography_distance.c: Make the calculation of gboxes a
-	  little simpler in the db level code.
-
-2009-10-07 12:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4618] postgis/lwgeom_accum.c, postgis/lwgeom_functions_basic.c:
-	  Fix #179: ST_MakeLine and ST_MakeLine_Garry crash server with
-	  null arrays again. There was another non-NULL safe array iterator
-	  within LWGEOM_makeline_garray.
-
-2009-10-07 11:52  Regina Obe <lr at pcorp.us>
-
-	* [r4617] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl: Add table with
-	  multiple nulls to garden of geometries. Evidentally -- there are
-	  some NULL bugs that escape trapping with just a single null
-	  geometry in the table.
-
-2009-10-07 04:38  Regina Obe <lr at pcorp.us>
-
-	* [r4615] doc/reference.xml: flip order of ST_Relate protos as
-	  Martin observes it doesn't match our description
-
-2009-10-07 03:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4614] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Put
-	  prototypes into place
-
-2009-10-07 03:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4613] liblwgeom/g_box.c, liblwgeom/libgeom.h,
-	  liblwgeom/lwgeodetic.c: Change from pass by reference to pass by
-	  value
-
-2009-10-07 03:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4612] liblwgeom/lwgeodetic.c: Short circuit the edge
-	  intersection test when the gboxes are disjoint
-
-2009-10-06 16:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4611] postgis/geography_estimate.c: First attempt at porting
-	  the estimate_selectivity() function to handle 3 dimensions. Note
-	  this is mostly untested at the moment, as this is only the
-	  function that cuts the relevant section out of the histogram. We
-	  still need to plug this into the PostgreSQL infrastructure.
-
-2009-10-06 13:51  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4610] postgis/lwgeom_geos.c: Fix #258: ST_HausdorffDistance
-	  crashes server. Another geometry free typo (same as #241) in both
-	  st_hausdorffdistance() and st_hausdorffdistancedensify().
-
-2009-10-06 13:43  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4608] postgis/lwgeom_functions_analytic.c: Fix #241:
-	  ST_LineCrossingDirection Server Crash (Segfault) caused by a typo
-	  freeing the wrong parameter.
-
-2009-10-06 12:02  Regina Obe <lr at pcorp.us>
-
-	* [r4607] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl: Put NULL safety tests
-	  back in now that Mark has fixed aggregate collection bug
-
-2009-10-06 11:15  Regina Obe <lr at pcorp.us>
-
-	* [r4606] liblwgeom/cunit/cu_geodetic.c: Turn of Paul's accidental
-	  commit of fanboy mac enabled random test
-
-2009-10-06 10:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4605] liblwgeom/lwgeodetic.c: Fix compilation bug when debug is
-	  enabled.
-
-2009-10-06 10:15  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4604] postgis/lwgeom_accum.c, postgis/lwgeom_functions_basic.c:
-	  Fix another non-NULL safe array iteration within
-	  LWGEOM_collect_garray, as discovered by Regina's torture tests.
-
-2009-10-06 08:52  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4602] loader/Makefile.in: Move CFLAGS after the PGXS include
-	  directive, so that the autotools configuration doesn't getting
-	  overwritten by the PGXS version. Required when passing custom
-	  compiler f
-	  lags into PostGIS as reported by William Kyngesburye.
-
-2009-10-06 04:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4600] liblwgeom/cunit/cu_geodetic.c,
-	  postgis/geography_distance.c: Make db implementation consistent
-	  with liblwgeom
-
-2009-10-06 04:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4599] liblwgeom/cunit/cu_geodetic.c, liblwgeom/libgeom.h,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Change signatures
-	  for lwgeom distance sphere
-
-2009-10-06 04:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4598] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
-	  liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c: New point-outside
-	  routine, and allow distances against empty geometries.
-
-2009-10-05 21:15  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4597] doc/reference.xml: updated ST_IsValid's reference to the
-	  OGC specs.
-
-2009-10-05 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4596] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: More test cases in there (but turned off,
-	  because they fail :(
-
-2009-10-05 19:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4595] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Add untested new p-i-p approach for more
-	  testing later.
-
-2009-10-05 16:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4594] postgis/geography_estimate.c: Commit first attempt at a
-	  multi-D statistics histogram builder. Note that while geodetic
-	  data is inherently 3D, the builder also contains code to handle
-	  lower dimension cartesian coordinates, which should make porting
-	  to ggeometry easier at a later date. At the moment there are no
-	  selectivity routines which actually use the histograms for real
-	  queries, however a reasonably convincing histogram is created in
-	  pg_statistic and all regression tests pass here.
-
-2009-10-05 14:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4593] liblwgeom/cunit/cu_geodetic.c: Increase precision.
-
-2009-10-05 14:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4592] liblwgeom/cunit/cu_geodetic.c: Add another printing block
-
-2009-10-05 12:52  Regina Obe <lr at pcorp.us>
-
-	* [r4591] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl: more errors in my
-	  logic
-
-2009-10-05 11:45  Regina Obe <lr at pcorp.us>
-
-	* [r4590] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl: more corrections
-
-2009-10-05 05:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4589] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Added new point-on-edge routine still no
-	  joy on bad test case.
-
-2009-10-04 22:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4588] liblwgeom/cunit/cu_geodetic.c: Add another test case that
-	  needs resolution
-
-2009-10-04 01:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4587] postgis/geography.sql.in.c: Add SQL bindings for
-	  selectivity functions.
-
-2009-10-04 00:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4586] install-sh: revert to previous version
-
-2009-10-04 00:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4585] install-sh, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
-	  postgis/geography_distance.c, postgis/geography_estimate.c,
-	  postgis/geography_gist.c: Some fixes to the ST_DWithin code.
-
-2009-10-02 20:07  Regina Obe <lr at pcorp.us>
-
-	* [r4584] doc/xsl/postgis_gardentest.sql.xsl,
-	  doc/xsl/postgis_gardentest_subset.sql.xsl: more changes to better
-	  test geography
-
-2009-10-02 19:24  Regina Obe <lr at pcorp.us>
-
-	* [r4583] doc/reference.xml: cosmetic change to tolerance args for
-	  ST_DWithin
-
-2009-10-02 19:21  Regina Obe <lr at pcorp.us>
-
-	* [r4582] doc/using_postgis_dataman.xml: put create table examples
-	  in program listing tag
-
-2009-10-02 19:08  Regina Obe <lr at pcorp.us>
-
-	* [r4581] doc/reference.xml: add geography proto for ST_DWithin,
-	  also fill in some availability marks forgotten.
-
-2009-10-02 18:44  Regina Obe <lr at pcorp.us>
-
-	* [r4580] doc/reference.xml: Add geography example for ST_Distance,
-	  more geometry examples and amend to reflect its in meters
-
-2009-10-02 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4579] postgis/geography.h, postgis/geography.sql.in.c,
-	  postgis/geography_distance.c, postgis/geography_gist.c,
-	  postgis/geography_inout.c: Largely untested implementation of
-	  ST_DWithin(geography, geography).
-	  We're in business baby!
-
-2009-10-02 14:13  Sandro Santilli <strk at keybit.net>
-
-	* [r4578] loader/shp2pgsql.c: typo in help message
-
-2009-10-02 01:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4577] postgis/geography.h, postgis/geography_distance.c: Make
-	  the units of st_distance(geography, geography) meters
-
-2009-10-01 23:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4576] liblwgeom/lwgeodetic.c: Fix boner error
-
-2009-10-01 21:18  Regina Obe <lr at pcorp.us>
-
-	* [r4575] doc/xsl/postgis_gardentest.sql.xsl: typos
-
-2009-10-01 20:37  Regina Obe <lr at pcorp.us>
-
-	* [r4574] doc/reference.xml: put in ST_Distance proto for geography
-	  so can test it.
-
-2009-10-01 19:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4573] liblwgeom/lwgeodetic.c, postgis/Makefile.in,
-	  postgis/geography.h, postgis/geography.sql.in.c,
-	  postgis/geography_distance.c, postgis/geography_gist.c:
-	  ST_Distance(geography, geography) roughed in. Small detail,
-	  currently returns answers in radians. :)
-
-2009-10-01 18:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4572] liblwgeom/cunit/cu_geodetic.c, liblwgeom/libgeom.h,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Add polygon/point
-	  distance and tests.
-
-2009-10-01 14:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4571] liblwgeom/cunit/cu_geodetic.c: Wow, error that only
-	  showed up in MinGW, but totally an error. I wonder why my test
-	  passed this... clean memory I guess.
-
-2009-10-01 05:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4570] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/libgeom.h,
-	  liblwgeom/lwgeodetic.c: lwgeom sphere distance function and tests
-	  for point/linestring
-
-2009-09-30 23:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4569] liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeom.c: Roughing in lwgeom distance machinery now.
-
-2009-09-30 23:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4568] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h: Add edge-edge distance tests.
-
-2009-09-30 21:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4567] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Add return value for point of closest
-	  approach on arc/edge distance.
-
-2009-09-30 21:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4566] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Add edge-to-point distance calculation
-	  and tests
-
-2009-09-30 19:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4565] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
-	  Remove CPU intensive test and add some lat/lon utility functions
-
-2009-09-30 19:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4564] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
-	  Make point-in-edge test even looser (fp tolerance factor)
-
-2009-09-30 18:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4563] liblwgeom/cunit/cu_geodetic.c: Move defines around a bit.
-
-2009-09-30 18:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4562] liblwgeom/cunit/cu_geodetic.c: Add some debugging blocks
-	  for later
-
-2009-09-30 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4561] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
-	  Add in special case test for parallel / equal edges.
-
-2009-09-30 17:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4560] liblwgeom/cunit/cu_geodetic.c: Whoops, make sure we test
-	  all our test cases.
-
-2009-09-30 17:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4559] liblwgeom/cunit/cu_geodetic.c: Make random brute force
-	  test a compile-time option.
-
-2009-09-30 17:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4558] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c: Add
-	  more test cases for geocentric bbox calculation and make 'in
-	  cone' test inclusive of end points.
-
-2009-09-30 15:50  Regina Obe <lr at pcorp.us>
-
-	* [r4557] doc/xsl/postgis_gardentest.sql.xsl: more fixes to make
-	  geography friendly
-
-2009-09-30 14:10  Sandro Santilli <strk at keybit.net>
-
-	* [r4556] autogen.sh: Can't put backslash-commands in 'echo'
-	  parameter in a standard way
-	  (would take -e in some cases) so replace \t with some spaces
-
-2009-09-30 08:39  Sandro Santilli <strk at keybit.net>
-
-	* [r4555] loader/shp2pgsql.c: add missing newline at end of error
-	  message (utf8/iconv)
-
-2009-09-30 00:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4554] liblwgeom/cunit/cu_geodetic.c: Re-enable all geodetic
-	  tests.
-
-2009-09-30 00:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4553] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
-	  Add some extra comments
-
-2009-09-29 20:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4552] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: astyle the work thus far
-
-2009-09-29 20:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4551] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Flip the clairaut calculations to return
-	  both top and bottom in one go.
-
-2009-09-29 19:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4550] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h: Remove old GBOX test answers
-	  (some were wrong!) in favor of actual slow calculations
-
-2009-09-29 19:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4549] liblwgeom/cunit/cu_geodetic.c: Add randomized box
-	  maker/checker... still some small errors?
-
-2009-09-29 19:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4548] liblwgeom/lwgeodetic.c: Make polygon pole check a little
-	  more general.
-
-2009-09-29 18:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4547] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: All bbox test cases now pass. Suck on
-	  that!
-
-2009-09-29 15:55  Regina Obe <lr at pcorp.us>
-
-	* [r4546] doc/xsl/postgis_gardentest.sql.xsl: remove null geometry
-	  from testing until we fix aggregate null crashing bug. Also fix
-	  multipolygonz and m not returning those geometry types.
-
-2009-09-29 14:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4544] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Remove
-	  un-used function from testing.
-
-2009-09-29 14:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4543] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Work on making "on edge" test more
-	  reliable.
-
-2009-09-29 13:31  Sandro Santilli <strk at keybit.net>
-
-	* [r4542] liblwgeom/lwcollection.c, regress/regress.sql,
-	  regress/regress_expected: Ensure lwcollection_segmentize2d always
-	  return a NEW geometry. Fixes ticket #254. Add regression test for
-	  that bug.
-
-2009-09-29 12:42  Regina Obe <lr at pcorp.us>
-
-	* [r4541] doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
-	  missing protos for geography for ST_AsKML, ST_AsGeoJSON,
-	  ST_AsSVG, ST_AsGML. Revise xml parser special index generator to
-	  not dupe when multiple protos with geography
-
-2009-09-29 12:23  Regina Obe <lr at pcorp.us>
-
-	* [r4540] postgis/geography.sql.in.c: Put in overload text for
-	  ST_AsText and ST_AsBinary to prevent the function .. is not
-	  unique when passing in text (unknown) rep of a geometry. Still
-	  need to do this for ST_AsKML etc. that Olivier just put in.
-
-2009-09-29 07:45  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4539] doc/using_postgis_dataman.xml: Update documentation
-	  related to geography typmod export functions (r4535, r4536)
-
-2009-09-29 06:34  Regina Obe <lr at pcorp.us>
-
-	* [r4538] doc/using_postgis_dataman.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Add a new special index section
-	  to collect functions that take as input or output geography data
-	  type. Also give pretty anchor to PostGIS Geography section
-
-2009-09-28 22:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4537] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_libgeom.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Test re-org and first cut at edge
-	  intersection.
-
-2009-09-28 18:31  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4536] postgis/geography.sql.in.c: A forgot prototype in
-	  ST_AsGeoJson export function
-
-2009-09-28 18:16  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4535] postgis/Makefile.in, postgis/geography.sql.in.c,
-	  postgis/geography_inout.c, postgis/lwgeom_export.c,
-	  postgis/lwgeom_export.h, postgis/lwgeom_geojson.c,
-	  postgis/lwgeom_gml.c, postgis/lwgeom_kml.c, postgis/lwgeom_svg.c:
-	  Add geography typmod support for export functions (ST_AsGML,
-	  ST_AsGeoJson, ST_KML, St_AsSVG). Create lwgeom_export.c and
-	  lwgeom_export.h to factorize common export functions routines.
-
-2009-09-25 13:32  Regina Obe <lr at pcorp.us>
-
-	* [r4533] liblwgeom/libgeom.h: remove regex.h include per Nicklas
-	  observation its still in there.
-
-2009-09-23 18:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4532] postgis/geography.sql.in.c: Add SQL def'n for
-	  geography_analyze function.
-
-2009-09-23 16:11  Regina Obe <lr at pcorp.us>
-
-	* [r4531] doc/reference.xml: another typo
-
-2009-09-22 21:56  Regina Obe <lr at pcorp.us>
-
-	* [r4530] doc/installation.xml: missing spots for geography.sql and
-	  postgis_comments.sql
-
-2009-09-22 21:53  Regina Obe <lr at pcorp.us>
-
-	* [r4529] doc/reference.xml: correct typo
-
-2009-09-22 21:14  Regina Obe <lr at pcorp.us>
-
-	* [r4528] doc/reference.xml: start putting in geography functions
-
-2009-09-22 13:38  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4527] liblwgeom/liblwgeom.h: Commit fix to LW_ABS() macro as
-	  discovered by Nicklas Aven.
-
-2009-09-22 13:09  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4526] postgis/Makefile.in, postgis/geography.sql.in.c,
-	  postgis/geography_estimate.c: Add the basic machinery to call a
-	  function when running VACUUM ANALYZE on a geography column - the
-	  more interesting parts are yet to come ;)
-
-2009-09-22 12:27  Regina Obe <lr at pcorp.us>
-
-	* [r4525] doc/xsl/postgis_gardentest.sql.xsl: get rid of things
-	  like invalid coords for 4326 space tripping up geography testing.
-
-2009-09-22 11:53  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4524] liblwgeom/g_util.c: Oops - forgot to bump the array
-	  indices on the last commit :(
-
-2009-09-22 11:27  Regina Obe <lr at pcorp.us>
-
-	* [r4523] doc/installation.xml: Update installation to include
-	  geography.sql (yikes we still had install lwpostgis.sql -- no
-	  wonder people are so confused). Also upped required to 8.3
-
-2009-09-22 11:23  Regina Obe <lr at pcorp.us>
-
-	* [r4522] doc/using_postgis_dataman.xml: cut in Paul's
-	  geography.txt into the official docs. Didn't notice it before :(.
-	  We might need a whole new chapter for this to do it justice but
-	  will deal with formatting later.
-
-2009-09-22 11:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4521] liblwgeom/g_util.c: Add missing geometry(m)(z) type
-	  missing from previous commit.
-
-2009-09-22 11:13  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4520] configure.ac, liblwgeom/cunit/Makefile.in,
-	  liblwgeom/g_util.c, postgis/Makefile.in: Remove dependency on
-	  regex library by implementing the same functionality using
-	  standard C functions. Passes regression tests for me.
-
-2009-09-22 00:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4519] postgis/geography_gist.c: Change signatures to use fewer
-	  pointers.
-
-2009-09-21 10:57  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4518] postgis/geography_inout.c,
-	  postgis/lwgeom_geos_prepared.c: Update
-	  LWDEBUG(F)/POSTGIS_DEBUG(F) macro debug levels to follow the
-	  standard in postgis/DEBUG.
-
-2009-09-21 10:50  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4517] postgis/geography_gist.c: Change macros to use
-	  capitalised names, as per standard C convention. This means it is
-	  possible at a glance to determine what is a macro and what is a
-	  function.
-
-2009-09-20 08:15  Regina Obe <lr at pcorp.us>
-
-	* [r4516] doc/using_postgis_dataman.xml,
-	  doc/xsl/postgis_gardentest.sql.xsl: fix typos and redundant
-	  things
-
-2009-09-20 08:10  Regina Obe <lr at pcorp.us>
-
-	* [r4515] doc/reference.xml, doc/xsl/postgis_gardentest.sql.xsl:
-	  flag some operators that support geography, put in logic to test
-	  for geography marked functions
-
-2009-09-20 07:50  Regina Obe <lr at pcorp.us>
-
-	* [r4514] doc/using_postgis_dataman.xml:
-
-2009-09-20 07:45  Regina Obe <lr at pcorp.us>
-
-	* [r4513] doc/using_postgis_dataman.xml: Make slot for geography
-	  data type and start filling in details
-
-2009-09-18 14:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4512] liblwgeom/cunit/cu_geodetic.c: Clean up tests so they
-	  pass quietly. (#249)
-
-2009-09-18 14:10  Regina Obe <lr at pcorp.us>
-
-	* [r4511] configure.ac, liblwgeom/cunit/Makefile.in,
-	  postgis/Makefile.in: #250: Fix to get mingw to compile using
-	  conditional -lregex
-	  Had to change configure.ac too so -lregex is not put in if its
-	  built-in.
-
-2009-09-17 15:44  Regina Obe <lr at pcorp.us>
-
-	* [r4510] doc/xsl/postgis_gardentest.sql.xsl: Revise garden test to
-	  include testing for creating geography types. Still needs a bit
-	  more work. Also discovered more crashers to put in bug list (not
-	  all related to geography)
-
-2009-09-17 05:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4509] liblwgeom/g_serialized.c,
-	  postgis/lwgeom_functions_basic.c: Fix serialization problem with
-	  lwgeoms that have bboxes.
-
-2009-09-17 05:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4508] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
-	  liblwgeom/lwgeodetic.c: Clean up gbox serialization a little
-
-2009-09-17 02:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4507] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c: Add
-	  lwgeom_is_empty() test
-
-2009-09-17 00:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4506] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_serialized.c,
-	  liblwgeom/lwgeodetic.c: Work on tracking down bug in casting
-	  geometry->geography
-
-2009-09-16 22:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4505] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Fix some test cases crossing the date
-	  line
-
-2009-09-16 21:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4504] liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
-	  liblwgeom/libgeom.h: Add gbox string constructor for testing
-	  purposes
-
-2009-09-16 20:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4503] liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: More tests pass
-
-2009-09-16 18:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4502] liblwgeom/lwgeodetic.c: Change back to less intensive
-	  cartesian clairaut
-
-2009-09-16 18:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4501] liblwgeom/g_box.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeodetic.h: Fix errors in calculating geocentric
-	  bounds. Early test cases now pass!
-
-2009-09-15 21:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4500] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c:
-	  Hook geocentric calculation into gbox routines, start testing
-
-2009-09-15 19:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4499] liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/cunit/cu_geodetic.c,
-	  liblwgeom/cunit/cu_geodetic.h, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_measures.h,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
-	  liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  postgis/geography_gist.c, postgis/geography_inout.c: Geocentric
-	  bounding box roughed in and compiles.
-
-2009-09-14 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4498] liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.h,
-	  liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
-	  liblwgeom/lwgeom.c, postgis/geography_gist.c: Start the geodetic
-	  machinery. Add an internal API header for eventual API
-	  rationalisation
-
-2009-09-14 18:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4497] liblwgeom/liblwgeom.h, postgis/geography_gist.c: Crib
-	  index penalty tweak from pgsphere.
-
-2009-09-14 18:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4496] liblwgeom/liblwgeom.h: Add FP_EQUALS and bracket
-	  arguments for a little extra safety
-
-2009-09-14 17:01  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4495] postgis/postgis.sql.in.c: fix for
-	  POPULATE_GEOMETRY_COLUMNS - remove hard-coded "public" schema
-	  references.
-
-2009-09-14 10:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4494] ., doc/geography.txt, doc/reference.xml,
-	  doc/reference_old.xml, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_libgeom.c,
-	  liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/g_box.c, liblwgeom/g_coord.c, liblwgeom/g_geometry.c,
-	  liblwgeom/g_ptarray.c, liblwgeom/g_serialized.c,
-	  liblwgeom/g_serialized.txt, liblwgeom/g_util.c,
-	  liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwgeodetic.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
-	  liblwgeom/lwpoly.c, liblwgeom/lwutil.c, liblwgeom/ptarray.c,
-	  postgis, postgis/Makefile.in, postgis/geography.h,
-	  postgis/geography.sql.in.c, postgis/geography_gist.c,
-	  postgis/geography_inout.c, postgis/long_xact.sql.in.c,
-	  postgis/lwgeom_gist.c, postgis/postgis.sql.in.c,
-	  postgis/sqlmm.sql.in.c, postgis/uninstall_long_xact.sql.in.c,
-	  postgis/uninstall_postgis.sql.in.c,
-	  postgis/uninstall_sqlmm.sql.in.c: Merge Paul's geodetic
-	  (geography) branch into trunk, as per discussions on
-	  postgis-devel. Most of the merge was automatic (albeit quite
-	  slow), with a few manual touch-ups where the merge algorithm
-	  couldn't handle this automatically. "make check" runs and passes,
-	  so I hope I haven't managed to break too much ;)
-
-2009-09-12 04:01  Regina Obe <lr at pcorp.us>
-
-	* [r4493] doc/reference.xml: formatting cleanup
-
-2009-09-12 03:43  Regina Obe <lr at pcorp.us>
-
-	* [r4492] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_linecrossingdirection03.wkt,
-	  doc/html/image_src/st_linecrossingdirection04.wkt,
-	  doc/reference.xml: Add more line crossings. change tab to 4
-	  spaces
-
-2009-09-12 03:12  Regina Obe <lr at pcorp.us>
-
-	* [r4491] doc/html/image_src/st_linecrossingdirection01.wkt,
-	  doc/html/image_src/st_linecrossingdirection02.wkt,
-	  doc/html/image_src/styles.conf: define new styles mediumline and
-	  use those
-
-2009-09-11 21:24  Regina Obe <lr at pcorp.us>
-
-	* [r4484] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_linecrossingdirection01.wkt,
-	  doc/html/image_src/st_linecrossingdirection02.wkt,
-	  doc/html/image_src/styles.conf, doc/reference.xml: add new
-	  st_linecrossing graphic, experiment with new style, put in
-	  informal table
-
-2009-09-11 12:40  Regina Obe <lr at pcorp.us>
-
-	* [r4480] doc/html/image_src/st_linecrossingdirection02.wkt,
-	  doc/reference.xml: incomplete finish later
-
-2009-09-11 12:26  Regina Obe <lr at pcorp.us>
-
-	* [r4479] doc/html/image_src/st_linecrossingdirection01.wkt: make
-	  arrow and start separate to see if it shows better
-
-2009-09-11 06:04  Regina Obe <lr at pcorp.us>
-
-	* [r4478] doc/html/image_src/st_linecrossingdirection01.wkt,
-	  doc/reference.xml: revise example so scales well on 200 x 200
-	  grid
-
-2009-09-11 03:19  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4477] doc/html/image_src/generator.c,
-	  doc/html/image_src/styles.c: added a few comments to aid in image
-	  generation.
-
-2009-09-10 06:34  Regina Obe <lr at pcorp.us>
-
-	* [r4475] doc/html/image_src/st_linecrossingdirection01.wkt: round
-	  digits
-
-2009-09-10 06:19  Regina Obe <lr at pcorp.us>
-
-	* [r4474] doc/html/image_src/st_linecrossingdirection01.wkt:
-
-2009-09-10 05:56  Regina Obe <lr at pcorp.us>
-
-	* [r4473] doc/html/image_src/st_linecrossingdirection01.wkt: try
-	  geometry collection instead
-
-2009-09-10 05:54  Regina Obe <lr at pcorp.us>
-
-	* [r4472] doc/html/image_src/st_linecrossingdirection01.wkt:
-
-2009-09-10 05:39  Regina Obe <lr at pcorp.us>
-
-	* [r4471] doc/html/image_src/Makefile.in: typo in makefile
-
-2009-09-10 05:27  Regina Obe <lr at pcorp.us>
-
-	* [r4470] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_linecrossingdirection01.wkt,
-	  doc/reference.xml: first attempt at figure for
-	  st_linecrossingdirection. Also query correction.
-
-2009-09-10 04:10  Regina Obe <lr at pcorp.us>
-
-	* [r4468] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_line_substring01.wkt, doc/reference.xml:
-	  figure for st_line_substring
-
-2009-09-10 04:03  Regina Obe <lr at pcorp.us>
-
-	* [r4467] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_line_interpolate_point01.wkt,
-	  doc/reference.xml: figure of st_line_interpolate_point
-
-2009-09-08 06:09  Regina Obe <lr at pcorp.us>
-
-	* [r4451] doc/html/image_src/st_minimumboundingcircle01.wkt,
-	  doc/reference.xml: better fit example
-
-2009-09-08 05:28  Regina Obe <lr at pcorp.us>
-
-	* [r4450] doc/html/image_src/st_minimumboundingcircle01.wkt,
-	  doc/reference.xml: typos
-
-2009-09-08 05:24  Regina Obe <lr at pcorp.us>
-
-	* [r4449] doc/html/image_src/st_minimumboundingcircle01.wkt: forgot
-	  wkt
-
-2009-09-08 05:24  Regina Obe <lr at pcorp.us>
-
-	* [r4448] doc/html/image_src/Makefile.in, doc/reference.xml: figure
-	  for minimum bounding circle
-
-2009-09-05 17:31  Regina Obe <lr at pcorp.us>
-
-	* [r4446] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_difference01.wkt, doc/reference.xml: Some
-	  wording changes and addition of figure for st_difference
-
-2009-09-05 17:11  Regina Obe <lr at pcorp.us>
-
-	* [r4445] doc/reference.xml: formatting change
-
-2009-09-05 16:55  Regina Obe <lr at pcorp.us>
-
-	* [r4444] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_symdifference01.wkt,
-	  doc/html/image_src/st_symdifference02.wkt, doc/reference.xml: add
-	  figures for st_symdifference and slight update on st_convexhull
-
-2009-09-04 18:43  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4443] doc/Makefile.in: added images as a requirement to the
-	  chunked-html target
-
-2009-09-04 18:24  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4442] doc/Makefile.in, doc/html/image_src/generator.c: made the
-	  'images' a requirement for pdf generation
-	  changed the background of the generated images to white instead
-	  of being transparent.
-
-2009-09-01 18:57  Regina Obe <lr at pcorp.us>
-
-	* [r4440] doc/reference.xml: minor formatting
-
-2009-09-01 18:34  Regina Obe <lr at pcorp.us>
-
-	* [r4439] doc/html/image_src/st_convexhull01.wkt,
-	  doc/reference.xml: better convex hull example
-
-2009-08-28 19:10  Regina Obe <lr at pcorp.us>
-
-	* [r4438] doc/html/image_src/st_convexhull01.wkt,
-	  doc/reference.xml:
-
-2009-08-28 18:58  Regina Obe <lr at pcorp.us>
-
-	* [r4437] doc/html/image_src/st_convexhull01.wkt,
-	  doc/reference.xml: better visual convex hull
-
-2009-08-28 18:38  Regina Obe <lr at pcorp.us>
-
-	* [r4436] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_convexhull01.wkt, doc/reference.xml: Put in
-	  image of ST_ConvexHull
-
-2009-08-28 17:41  Regina Obe <lr at pcorp.us>
-
-	* [r4434] doc/html/image_src/Makefile.in: put in alpha order
-
-2009-08-28 17:32  Regina Obe <lr at pcorp.us>
-
-	* [r4433] doc/html/image_src/st_buildarea02.wkt: get rid of extra
-	  space
-
-2009-08-28 17:23  Regina Obe <lr at pcorp.us>
-
-	* [r4432] doc/html/image_src/st_buildarea02.wkt, doc/reference.xml:
-	  Make gaping hole more gaping, make code table 1 column instead of
-	  2
-
-2009-08-28 16:44  Regina Obe <lr at pcorp.us>
-
-	* [r4430] doc/reference.xml: improve on st_buildarea code
-	  formatting
-
-2009-08-28 15:37  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4429] doc/html/image_src/st_buildarea02.wkt: Changing
-	  MULTIPOLYGON into several POLYGONs so the image generating WKT
-	  parser doesn't fail.
-
-2009-08-28 15:16  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4428] doc/README: added a small How To section, referencing the
-	  wiki on how to generate images used in the documentation.
-
-2009-08-28 12:03  Regina Obe <lr at pcorp.us>
-
-	* [r4427] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_buildarea01.wkt,
-	  doc/html/image_src/st_buildarea02.wkt, doc/reference.xml: Add
-	  pictures for ST_BuildArea examples
-
-2009-08-28 11:34  Regina Obe <lr at pcorp.us>
-
-	* [r4425] doc/performance_tips.xml: Commit jlivni documentation
-	  addition and update with minor comment for PostgreSQL 8.4 users
-	  and notice about obsolete settings. Also put in hyperlinks back
-	  to the current interactive version of PostgreSQL manual for each
-	  part.
-
-2009-08-23 02:20  Regina Obe <lr at pcorp.us>
-
-	* [r4423] doc/reference.xml, postgis/postgis.sql.in.c: change
-	  lwpostgis to postgis and example to show 1.5.0SVN
-
-2009-08-17 13:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4421] postgis/lwgeom_svg.c: Initialize counter to ensure later
-	  test works (#239)
-
-2009-08-17 13:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4419] postgis/lwgeom_svg.c: Add comment and clearer information
-	  to fix for #239
-
-2009-08-17 11:37  Regina Obe <lr at pcorp.us>
-
-	* [r4417] doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  revert order of availability. Revise xsl to pick up
-	  availabilities embedded in note tag
-
-2009-08-17 11:29  Regina Obe <lr at pcorp.us>
-
-	* [r4416] doc/reference.xml: debugging why not showing in new
-	  section
-
-2009-08-17 02:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4415] postgis/lwgeom_svg.c: Fix for handling of empty
-	  geometrycollection in asssvg (#239)
-
-2009-08-16 15:03  Regina Obe <lr at pcorp.us>
-
-	* [r4413] doc/reference.xml: update svg availability note
-
-2009-08-16 14:49  Regina Obe <lr at pcorp.us>
-
-	* [r4410] doc/reference.xml: Correct ST_AsSVG command to reflect
-	  introduction of L command
-
-2009-08-16 05:34  Regina Obe <lr at pcorp.us>
-
-	* [r4409] doc/xsl/postgis_gardentest.sql.xsl: add null and empty
-	  geometry collection to garden variety geometry list
-
-2009-08-16 05:29  Regina Obe <lr at pcorp.us>
-
-	* [r4408] doc/xsl/postgis_gardentest_subset.sql.xsl: cast null to
-	  geometry
-
-2009-08-16 05:09  Regina Obe <lr at pcorp.us>
-
-	* [r4407] doc/xsl/postgis_gardentest_subset.sql.xsl: Version of
-	  garden test to allow selecting a subset of functions to test.
-
-2009-08-16 04:41  Regina Obe <lr at pcorp.us>
-
-	* [r4406] doc/reference.xml: update ST_buffer (include buffer style
-	  in refpuprose so shows in postgresql function descrip),
-	  update refpurpose of hausdorf and include useful links for more
-	  details
-
-2009-08-13 00:37  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r4397] regress/Makefile.in: Removing accidental commit from
-	  r4366.
-
-2009-08-11 16:38  Sandro Santilli <strk at keybit.net>
-
-	* [r4383] GNUmakefile, authors.svn: Add ChangeLog.svn rule, and
-	  auxiliary authors file
-
-2009-08-07 03:38  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r4366] liblwgeom/lwgparse.c, regress/Makefile.in,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected: Fix for ticket #234
-
-2009-08-05 18:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4350] postgis/lwgeom_functions_basic.c: Remove printfs from
-	  code.
-
-2009-08-01 18:33  Regina Obe <lr at pcorp.us>
-
-	* [r4341] doc/reference.xml: update ST_Line_Locate ... with example
-	  of closest point. Asked way too many times on postgis news groups
-
-2009-07-30 16:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4338] regress/Makefile.in: Remove quotes from PATH in
-	  regression Makefile, as it seems that the last MingW hack doesn't
-	  need this any more.
-
-2009-07-18 20:01  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4322] regress/Makefile.in: Fix for Windows combining
-	  stdout/stderr when executing the $(shell) command.
-
-2009-07-18 19:01  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4321] regress/Makefile.in, regress/run_test: Apply fix to allow
-	  regression tests to run on MingW by fixing PATH and removing
-	  trailing CR/LFs on some outputs.
-
-2009-07-18 18:45  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4319] regress/run_test: Fix regression regex listings so that
-	  the newer "LINE n:" lines and lines containing just a position
-	  indicator (^) introduced in PostgreSQL 8.4 are removed from the
-	  regression output.
-
-2009-07-16 21:32  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4310] liblwgeom/liblwgeom.h, postgis/lwgeom_pg.h: Move
-	  SERIALIZED_FORM to lwgeom_pg.h from liblwgeom.h since it
-	  references a PostgreSQL-only structure. Per report from Nicklas
-	  Aven.
-
-2009-07-16 21:26  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4308] loader/shp2pgsql-gui.c: Commit patch for missing
-	  lw_asprintf() from #222.
-
-2009-07-13 17:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4293] liblwgeom/liblwgeom.h, loader/Makefile.in,
-	  loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
-	  loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: MinGW fix for
-	  loader (#222), Mark Cave-Ayland
-
-2009-07-13 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4292] regress: ignore copied version of postgis.sql
-
-2009-07-13 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4291] doc/html/images: ignore generated images
-
-2009-07-08 22:43  Regina Obe <lr at pcorp.us>
-
-	* [r4287] doc/reference.xml: Put in availability and GEOS for
-	  Hausdorff distance
-
-2009-07-08 22:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4286] README.postgis: match header format
-
-2009-07-08 16:27  Sandro Santilli <strk at keybit.net>
-
-	* [r4285] README.postgis: Update instructions for testing (and
-	  moved that step *before* install - finally!)
-
-2009-07-08 16:03  Sandro Santilli <strk at keybit.net>
-
-	* [r4284] regress/Makefile.in: Pre-install check rule by Paul
-	  cleaned up to allow top-level run and correct dependencies. See
-	  issue #219.
-
-2009-07-08 15:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4283] doc/html/image_src/Makefile.in: Remove images from clean
-	  target
-
-2009-07-08 15:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4280] doc/html/image_src/generator.c: Remove CUnit dependency
-
-2009-07-08 15:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4279] doc/Makefile.in: clean doc images as part of clean
-
-2009-07-08 15:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4278] make_dist.sh: Fix itglish.
-
-2009-07-08 04:59  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4272] liblwgeom/lwsegmentize.c: Fix #112: ST_CurveToLine
-	  sometimes crashes server. While the circle segmentiser detected
-	  colinear circle points, it didn't check for the
-	  NULL pointer returned in this case. Since we are converting to a
-	  line, the current behaviour is to simply append the circle points
-	  as s
-	  tandard line points.
-
-2009-07-08 04:48  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4270] liblwgeom/lwsegmentize.c: Fix #183: ST_LineToCurve gives
-	  getPoint4d_p offset error. This was due to the lookahead in the
-	  curve segmentising code going off the end of the point array.
-
-2009-07-08 00:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4268] utils/postgis_proc_upgrade.pl: Change error message to be
-	  more relevant
-
-2009-07-07 15:44  Sandro Santilli <strk at keybit.net>
-
-	* [r4267] doc/reference.xml: It's "synonym", not "synonim"...
-
-2009-07-07 15:03  Sandro Santilli <strk at keybit.net>
-
-	* [r4266] doc/reference.xml, postgis/lwgeom_geos.c,
-	  regress/regress_buffer_params.sql,
-	  regress/regress_buffer_params_expected: For buffer parameters:
-	  accept 'butt' as a synonim for 'flat', 'miter' for 'mitre' and
-	  'miter_limit' for 'mitre_limit'.
-
-2009-07-07 13:18  Sandro Santilli <strk at keybit.net>
-
-	* [r4265] doc/reference.xml: Fix join style images to match calls
-
-2009-07-07 10:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4264] liblwgeom/vsprintf.c: Fix compile problems on non-GNU
-	  systems by using va_copy as an alias onto the real version. Per
-	  report from Stefano Bonnin.
-
-2009-07-06 16:07  Sandro Santilli <strk at keybit.net>
-
-	* [r4262] postgis/lwgeom_geos.c: Don't use strtok_r, to help with
-	  MingW builds.
-
-2009-07-06 07:37  Regina Obe <lr at pcorp.us>
-
-	* [r4261] STYLE: forgot to save last change
-
-2009-07-06 07:37  Regina Obe <lr at pcorp.us>
-
-	* [r4260] STYLE: slight correction
-
-2009-07-06 07:33  Regina Obe <lr at pcorp.us>
-
-	* [r4259] STYLE: Update style on commenting required to be picked
-	  up by doxygen
-
-2009-07-05 21:41  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4258] loader/Makefile.in: Alter loader Makefile to include PGXS
-	  so that we can extract DESTDIR to use for the location for
-	  shp2pgsql/pgsql2shp. Per report from Devrim GÜNDÜZ.
-
-2009-07-03 07:21  Regina Obe <lr at pcorp.us>
-
-	* [r4255] doc/reference.xml: update st_pointn to note it supports
-	  circular strings and curves
-
-2009-07-03 04:57  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4254] doc/html/images/st_centroid01.png,
-	  doc/html/images/st_centroid02.png,
-	  doc/html/images/st_centroid03.png,
-	  doc/html/images/st_centroid04.png,
-	  doc/html/images/st_crosses01.gif,
-	  doc/html/images/st_crosses02.gif,
-	  doc/html/images/st_crosses03.gif,
-	  doc/html/images/st_crosses04.gif,
-	  doc/html/images/st_issimple01.png,
-	  doc/html/images/st_issimple02.png,
-	  doc/html/images/st_issimple03.png,
-	  doc/html/images/st_issimple04.png,
-	  doc/html/images/st_issimple05.png,
-	  doc/html/images/st_issimple06.png,
-	  doc/html/images/st_issimple07.png,
-	  doc/html/images/st_isvalid01.png,
-	  doc/html/images/st_isvalid02.png,
-	  doc/html/images/st_isvalid03.png,
-	  doc/html/images/st_isvalid04.png,
-	  doc/html/images/st_isvalid05.png,
-	  doc/html/images/st_isvalid06.png,
-	  doc/html/images/st_isvalid07.png,
-	  doc/html/images/st_isvalid08.png,
-	  doc/html/images/st_touches01.png,
-	  doc/html/images/st_touches02.png,
-	  doc/html/images/st_touches03.png,
-	  doc/html/images/st_touches04.png,
-	  doc/html/images/st_touches05.png,
-	  doc/html/images/st_touches06.png: removed the images used in the
-	  documentation since these are now generated automatically using
-	  ImageMagick.
-
-2009-07-03 04:56  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4253] doc/Makefile.in, doc/README: updated the doc's README
-	  file
-	  made "images" a target to "all" so the images get automatically
-	  generated when calling make with no parameters.
-
-2009-07-02 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4252] TODO: Add SQL/MM item
-
-2009-07-02 16:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4250] HOWTO_RELEASE, make_dist.sh: Build doc images as part of
-	  distribution build.
-
-2009-07-02 16:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4249] doc/html/image_src: add generator to ignore
-
-2009-07-02 16:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4248] HOWTO_RELEASE: more notes on requirements
-
-2009-07-02 08:31  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r4246] liblwgeom/lwgparse.c, postgis/lwgeom_ogc.c,
-	  regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected:
-	  Making the changes from r4244 and r4245 onto trunk, addressing
-	  ticket 212.
-
-2009-07-01 16:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4243] CREDITS: Bring this up to date.
-
-2009-07-01 15:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4238] postgis/lwgeom_accum.c, postgis/lwgeom_geos.c: Fix bad
-	  memory access in aggregates on nulls (#210), Mark Cave-Ayland.
-
-2009-07-01 12:30  Regina Obe <lr at pcorp.us>
-
-	* [r4236] doc/reference.xml: arg should be text not string for
-	  st_buffer
-
-2009-07-01 11:53  Regina Obe <lr at pcorp.us>
-
-	* [r4234] doc/using_postgis_dataman.xml: amend documentation on
-	  curved support to include new compound curve in curve polygon
-	  support.
-
-2009-06-30 07:46  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r4232] liblwgeom/lwsegmentize.c: Enabling the compound curve
-	  parsing for segmentisation; reported in ticket 213
-
-2009-06-30 07:35  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r4231] liblwgeom/lwgunparse.c,
-	  regress/sql-mm-curvepoly_expected: First swing at ticket 212.
-
-2009-06-26 13:43  Regina Obe <lr at pcorp.us>
-
-	* [r4227] doc/xsl/postgis_aggs_mm.xml.xsl: slight correction some
-	  functions are not new but enhanced
-
-2009-06-26 13:33  Regina Obe <lr at pcorp.us>
-
-	* [r4225] doc/reference.xml: change ST_Buffer argname from params
-	  to buffer_style_params so torture test can eventually properly
-	  exercise it and not feed it garbage params
-
-2009-06-26 13:30  Regina Obe <lr at pcorp.us>
-
-	* [r4224] doc/reference.xml: update ST_Buffer so appears in new in
-	  PostGIS 1.5 section
-
-2009-06-26 13:22  Regina Obe <lr at pcorp.us>
-
-	* [r4223] doc/xsl/postgis_aggs_mm.xml.xsl: try to fix hudson build
-	  error
-
-2009-06-26 12:43  Regina Obe <lr at pcorp.us>
-
-	* [r4222] doc/xsl/postgis_aggs_mm.xml.xsl: Update special index to
-	  include a what is new in 1.5 section
-
-2009-06-26 09:35  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4218] postgis/lwgeom_geos.c, regress/Makefile.in: Unbreak the
-	  PostGIS universe for people who aren't using GEOS SVN (will be
-	  3.2).
-
-2009-06-25 12:01  Sandro Santilli <strk at keybit.net>
-
-	* [r4217] doc/reference.xml: Put queries right below the diagram
-	  showing them
-
-2009-06-25 12:00  Sandro Santilli <strk at keybit.net>
-
-	* [r4216] doc/html/image_src/st_buffer01.wkt,
-	  doc/html/image_src/st_buffer02.wkt: Make quad_segs images style
-	  consistent with others; add original point
-
-2009-06-25 11:19  Sandro Santilli <strk at keybit.net>
-
-	* [r4215] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_buffer06.wkt,
-	  doc/html/image_src/st_buffer07.wkt,
-	  doc/html/image_src/st_buffer08.wkt, doc/reference.xml: Add more
-	  styled buffer example images and update reference manual to
-	  include them
-
-2009-06-25 10:57  Sandro Santilli <strk at keybit.net>
-
-	* [r4214] doc/html/image_src/st_buffer03.wkt,
-	  doc/html/image_src/st_buffer04.wkt,
-	  doc/html/image_src/st_buffer05.wkt: Use thin link style for
-	  source linestring
-
-2009-06-25 08:16  Sandro Santilli <strk at keybit.net>
-
-	* [r4213] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_buffer03.wkt,
-	  doc/html/image_src/st_buffer04.wkt,
-	  doc/html/image_src/st_buffer05.wkt: Add examples of different
-	  encdap styles
-
-2009-06-25 07:34  Sandro Santilli <strk at keybit.net>
-
-	* [r4212] NEWS: Add item for parametrized buffers
-
-2009-06-25 03:32  Regina Obe <lr at pcorp.us>
-
-	* [r4211] loader/shp2pgsql-core.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_estimate.c, postgis/lwgeom_gist.c,
-	  postgis/lwgeom_rtree.c: More cleanup of code comments so function
-	  descriptions are picked up by doxygen
-
-2009-06-25 03:03  Regina Obe <lr at pcorp.us>
-
-	* [r4210] liblwgeom/lwalgorithm.c, liblwgeom/lwgeom_api.c: fix
-	  commenting style so function descriptions are picked up by
-	  doxygen
-
-2009-06-24 22:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4209] NEWS: Add news item for #206
-
-2009-06-24 22:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4208] doc/reference.xml, postgis/lwgeom_geos.c,
-	  postgis/postgis.sql.in.c, postgis/uninstall_postgis.sql.in.c,
-	  regress/Makefile.in, regress/hausdorff.sql,
-	  regress/hausdorff_expected: Add support for hausdorff distance
-	  calculations. Requires GEOS 3.2+. (#209) From Vincent Picavet.
-	  If you are working off of GEOS trunk, svn up, compile and
-	  install!
-
-2009-06-24 17:10  Sandro Santilli <strk at keybit.net>
-
-	* [r4207] postgis/uninstall_postgis.sql.in.c: Add uninstall lines
-	  for new buffer signatures
-
-2009-06-24 13:32  Sandro Santilli <strk at keybit.net>
-
-	* [r4206] regress/Makefile.in, regress/regress_buffer_params.sql,
-	  regress/regress_buffer_params_expected: Add tests for
-	  parametrized buffer
-
-2009-06-24 13:04  Sandro Santilli <strk at keybit.net>
-
-	* [r4205] doc/reference.xml: Document third ST_Buffer signature
-	  (the one taking parameters as string).
-
-2009-06-24 11:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4203] loader/shp2pgsql-core.c, loader/shp2pgsql.c: Remove
-	  validation from shapefile to WKT/WKB conversion to retain same
-	  behaviour as 1.3. Final resolution for #198.
-
-2009-06-24 10:44  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4200] postgis/postgis.sql.in.c: Fix accidental typo; module
-	  name hardcoded in the .sql.in.c file rather than being set to
-	  MODULE_PATHNAME. Fixes #208.
-
-2009-06-24 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r4199] postgis/postgis.sql.in.c: Use $$ quoting. See ticket
-	  #207.
-
-2009-06-23 22:40  Sandro Santilli <strk at keybit.net>
-
-	* [r4198] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Add
-	  _ST_Buffer(geom, distance, params); refactor other versions to
-	  all proxy to the new one.
-
-2009-06-23 20:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4195] NEWS, README.postgis, Version.config: Bump up to 1.5 in
-	  trunk
-
-2009-06-23 16:46  Sandro Santilli <strk at keybit.net>
-
-	* [r4193] postgis/lwgeom_inout.c: Fix dangerous use of message
-	  string as printf-like format.
-
-2009-06-23 16:38  Sandro Santilli <strk at keybit.net>
-
-	* [r4192] regress/regress_ogc.sql, regress/regress_ogc_expected:
-	  Yet another buffer auto-cast test. With a different quadSegs this
-	  time to be really sure the argument is being used.
-
-2009-06-23 16:36  Sandro Santilli <strk at keybit.net>
-
-	* [r4191] regress/regress_ogc.sql, regress/regress_ogc_expected:
-	  Add test for third argument to buffer() being a string (based on
-	  auto-cast)
-
-2009-06-22 03:12  Regina Obe <lr at pcorp.us>
-
-	* [r4190] doc/reference.xml: Put in minimal GEOS requirement for
-	  ST_Covers and ST_CoveredBy. Its not necessary for 1.4 really but
-	  oh well.
-
-2009-06-20 22:13  Sandro Santilli <strk at keybit.net>
-
-	* [r4189] postgis/lwgeom_geos.c: Gracefully handle typed empty GEOS
-	  geometries.
-
-2009-06-20 21:26  Sandro Santilli <strk at keybit.net>
-
-	* [r4188] regress/measures.sql, regress/measures_expected: Add
-	  tests for area() called against empty geometries
-
-2009-06-20 21:25  Sandro Santilli <strk at keybit.net>
-
-	* [r4187] liblwgeom/measures.c: Handle empty polygon rings
-
-2009-06-19 17:12  Regina Obe <lr at pcorp.us>
-
-	* [r4185] doc/xsl/postgis_gardentest.sql.xsl: get rid of ref_geom
-	  so doesn't break agg checks
-
-2009-06-19 15:13  Regina Obe <lr at pcorp.us>
-
-	* [r4184] doc/xsl/postgis_gardentest.sql.xsl: test not handling
-	  aggregates right
-
-2009-06-19 14:18  Regina Obe <lr at pcorp.us>
-
-	* [r4183] doc/reference.xml: typo in docs --
-
-2009-06-19 12:20  Regina Obe <lr at pcorp.us>
-
-	* [r4182] doc/installation.xml: fix type and add --with-gui
-	  description for building loader gui
-
-2009-06-16 15:53  Regina Obe <lr at pcorp.us>
-
-	* [r4175] NEWS: Forgot ST_MinimumBoundingCircle and credit Bruce
-	  Rindahl
-
-2009-06-15 17:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4173] HOWTO_RELEASE: More updates
-
-2009-06-15 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4172] HOWTO_RELEASE: Update doc instructions.
-
-2009-06-12 15:30  Regina Obe <lr at pcorp.us>
-
-	* [r4170] postgis/long_xact.sql.in.c: replace _VOLATILE_STRICT with
-	  VOLATILE STRICT
-
-2009-06-12 15:14  Regina Obe <lr at pcorp.us>
-
-	* [r4169] postgis/postgis.sql.in.c: Change _VOLATILE to VOLATILE
-
-2009-06-11 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4168] doc/html/image_src/generator.c,
-	  doc/html/image_src/styles.c, doc/html/image_src/styles.h,
-	  extras/WFS_locks/WFS_locks.c, extras/wkb_reader/printwkb.c,
-	  extras/wkb_reader/readwkb.c, extras/wkb_reader/wkbtest.h,
-	  liblwgeom/box2d.c, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_measures.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/examples/unparser.c, liblwgeom/lex.yy.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwutil.c,
-	  liblwgeom/measures.c, liblwgeom/ptarray.c, liblwgeom/vsprintf.c,
-	  liblwgeom/wktparse.h, liblwgeom/wktparse.tab.c,
-	  liblwgeom/wktparse.tab.h, loader/dbfopen.c, loader/getopt.c,
-	  loader/getopt.h, loader/shapefil.h, loader/shpopen.c,
-	  loader/stringbuffer.c, loader/stringbuffer.h,
-	  postgis/long_xact.c, postgis/lwgeom_accum.c,
-	  postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_btree.c, postgis/lwgeom_chip.c,
-	  postgis/lwgeom_debug.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_estimate.c, postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
-	  postgis/lwgeom_geojson.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos.h, postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_geos_prepared.h, postgis/lwgeom_gist.c,
-	  postgis/lwgeom_gml.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_kml.c, postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c,
-	  postgis/lwgeom_pg.h, postgis/lwgeom_spheroid.c,
-	  postgis/lwgeom_svg.c, postgis/lwgeom_transform.c,
-	  postgis/lwgeom_triggers.c: astyle --style=ansi --indent=tab
-	  (#133)
-
-2009-06-11 16:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4167] postgis/test.c: remove file that should never have been
-	  added
-
-2009-06-11 15:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4166] postgis/long_xact.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/sqldefines.h.in, postgis/sqlmm.sql.in.c: Clean up old
-	  compatibility code. (#196)
-
-2009-06-11 13:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4165] liblwgeom/lwgunparse.c: Further fix for #156, and also
-	  #167 it seems. Looks like I forgot to apply the fix to the WKB
-	  routines aswell.
-
-2009-06-10 14:51  Regina Obe <lr at pcorp.us>
-
-	* [r4164] doc/reference.xml: correct example
-
-2009-06-10 01:26  Regina Obe <lr at pcorp.us>
-
-	* [r4162] NEWS: Add David Techer, new doco enhancements, new
-	  populate_geometry_columns
-
-2009-06-10 01:18  Regina Obe <lr at pcorp.us>
-
-	* [r4161] NEWS: Add Jean David Techer to list of contributors
-
-2009-06-09 23:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4160] utils/postgis_restore.pl: Update the hard upgrade script
-	  to handle 1.4 transition. (#144)
-
-2009-06-09 23:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4159] NEWS: Closes (#134)
-
-2009-06-09 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4158] doc/html/image_src, utils/postgis_proc_upgrade.pl: More
-	  work on 1.4 upgrade script.
-
-2009-06-09 22:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4157] postgis, postgis/postgis.sql.in.c: More fixes to upgrade
-	  process.
-
-2009-06-08 23:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4156] postgis/postgis.sql.in.c, utils/postgis_proc_upgrade.pl:
-	  Work on upgrade script.
-
-2009-06-08 22:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4155] postgis/postgis.sql.in.c: Turn "CREATE OR REPLACE
-	  FUNCTION" into "CREATEFUNCTION" for preprocessing magic.
-
-2009-06-08 22:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4154] postgis/postgis.sql.in.c: remove syntax error
-
-2009-06-08 19:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4153] spatial_ref_sys.sql: Updated to EPSG 7.1 version (#191)
-
-2009-06-08 17:35  Regina Obe <lr at pcorp.us>
-
-	* [r4152] postgis/postgis.sql.in.c: #190: populate_geometry_columns
-	  gives nonstandard use of \' in a string literal in 8.4
-
-2009-06-06 14:09  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4147] postgis/Makefile.in, postgis/long_xact.sql.in,
-	  postgis/long_xact.sql.in.c, postgis/postgis.sql.in.c,
-	  postgis/sqlmm.sql.in, postgis/sqlmm.sql.in.c,
-	  postgis/uninstall_long_xact.sql.in.c,
-	  postgis/uninstall_postgis.sql.in.c,
-	  postgis/uninstall_sqlmm.sql.in.c: Add a new uninstall_postgis.sql
-	  file to the repository that will enable the complete removal of
-	  PostGIS from a database.
-
-2009-06-04 15:29  Regina Obe <lr at pcorp.us>
-
-	* [r4136] NEWS: updated to make 8.2 minimum for Linux as well (its
-	  too confusing to have minimum 8.2 for windows and not for Linux
-	  as well)
-
-2009-06-04 15:20  Regina Obe <lr at pcorp.us>
-
-	* [r4135] README.postgis, doc/installation.xml: change ReadME and
-	  installation to change minimum version from 8.1 to 8.2 (not many
-	  people are running 8.1 and besides Paul already put in a DROP AGG
-	  IF EXISTS in upgrade script -- so binds us to 8.2+ already.
-	  Besides I don't think we should be supporting more than 2
-	  versions behind of latest PostgreSQL release in our trunk. Too
-	  much maintenance. Correct ReadME bug tracker link
-
-2009-06-04 14:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4134] regress/Makefile.in, regress/run_test: Fix for #192.
-
-2009-06-03 23:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4132] postgis/Makefile.in, utils/postgis_proc_upgrade.pl: Fix
-	  for issue #189, includes implicit requirement for 8.2+ in DROP
-	  AGGREGATE
-
-2009-06-03 23:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4131] regress/Makefile.in, regress/run_test: Fix for issue #186
-
-2009-06-03 22:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4130] configure.ac: remove warnings from autoconf process
-
-2009-05-29 18:10  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4113] doc/reference.xml: small typo in
-	  Populate_Geometry_Columns doc
-
-2009-05-27 17:14  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4111] doc, doc/html/style.css, doc/installation.xml,
-	  doc/xmlformat.conf: performed an overhaul of the installation
-	  guide ... hopefully it's easier to follow.
-
-2009-05-26 18:35  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4110] doc/Makefile.in: updated the comments-install make target
-
-2009-05-26 18:28  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4109] doc/installation.xml: added version numbers to the
-	  requirements section in the installation doc.
-
-2009-05-26 18:27  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4108] configure.ac: added dblatex and convert to the status
-	  lines at the end of configure
-
-2009-05-26 18:10  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4107] doc/Makefile.in: added postgis_aggs_mm.xml to the 'make
-	  clean' target
-
-2009-05-26 18:00  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4106] GNUmakefile, configure.ac, doc/Makefile.in: added
-	  postgis_comments.sql as a target to the main makefile
-	  
-	  Since we don't want to add xsltproc as a dependency, this will
-	  remain separate for now:
-	  make comments
-	  make comments-install
-	  
-	  (the file should be removed by 'make uninstall')
-
-2009-05-26 17:24  Regina Obe <lr at pcorp.us>
-
-	* [r4105] doc/reference.xml: make example fit the diagram in text
-
-2009-05-26 17:08  Regina Obe <lr at pcorp.us>
-
-	* [r4104] doc/html/image_src/st_buffer02.wkt, doc/reference.xml:
-	  Make lame circle more lame
-
-2009-05-26 16:47  Regina Obe <lr at pcorp.us>
-
-	* [r4103] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_buffer01.wkt,
-	  doc/html/image_src/st_buffer02.wkt,
-	  doc/html/image_src/st_within01.wkt, doc/reference.xml: put in
-	  images for buffer, fix within example image and example query
-
-2009-05-26 16:26  Regina Obe <lr at pcorp.us>
-
-	* [r4102] doc/reference.xml: for consistency make example be same
-	  as what is used to generate the image.
-
-2009-05-26 16:24  Regina Obe <lr at pcorp.us>
-
-	* [r4101] doc/html/image_src/st_within01.wkt: bad image try again
-
-2009-05-26 15:05  Regina Obe <lr at pcorp.us>
-
-	* [r4100] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_within01.wkt: Add st_within example to
-	  makefile and translate example so in viewable region.
-
-2009-05-25 20:26  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4099] GNUmakefile: added a status line to the main makefile
-	  that indicates if PostGIS was built successfully.
-
-2009-05-24 07:52  Regina Obe <lr at pcorp.us>
-
-	* [r4098] doc/reference.xml: update to include behavior for 3D and
-	  also note this seems to go beyond what the spec defines.
-
-2009-05-22 23:22  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4097] doc/installation.xml: use a docbook variable instead
-
-2009-05-22 23:19  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4096] doc/Makefile.in, doc/installation.xml,
-	  doc/installation.xml.in: didn't need the c preprocessor after all
-
-2009-05-22 22:14  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4095] doc/installation.xml.in: Added a Short Version section.
-	  Updated requirements.
-
-2009-05-22 22:07  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4094] doc/Makefile.in, doc/installation.xml,
-	  doc/installation.xml.in: formatted installation.xml in
-	  preparation for editing
-
-2009-05-22 21:32  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4093] doc/xmlformat.conf: added the xmlformatter conf file for
-	  pretty printing the documentation's xml files
-	  
-	  This will allow us to separate code changes from style changes in
-	  the docs.
-
-2009-05-20 11:16  Regina Obe <lr at pcorp.us>
-
-	* [r4092] doc/html/image_src/st_within01.wkt, doc/reference.xml:
-	  Testing out Kevin's auto image generator hopefully I didn't break
-	  it.
-
-2009-05-20 10:54  Regina Obe <lr at pcorp.us>
-
-	* [r4091] doc/reference.xml: Correct ST_GeometryN example -- sign
-	  was wrong. Also embellish by showing a multicurve and flag as
-	  working for multicurves
-
-2009-05-19 20:49  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4089] doc/html/image_src/Makefile.in,
-	  doc/html/image_src/st_contains01.wkt,
-	  doc/html/image_src/st_contains02.wkt,
-	  doc/html/image_src/st_contains03.wkt,
-	  doc/html/image_src/st_contains04.wkt,
-	  doc/html/image_src/st_contains05.wkt,
-	  doc/html/image_src/st_contains06.wkt, doc/reference.xml: added
-	  image examples to ST_Contains
-
-2009-05-19 03:44  Regina Obe <lr at pcorp.us>
-
-	* [r4085] doc/reference.xml: Example exploding a compoundcurve,
-	  also reference to ST_GeometryN since they serve similar purposes
-
-2009-05-14 23:42  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4081] configure.ac, doc/Makefile.in,
-	  doc/html/image_src/Makefile.in, doc/html/image_src/generator.c,
-	  doc/html/image_src/st_centroid01.wkt,
-	  doc/html/image_src/st_centroid02.wkt,
-	  doc/html/image_src/st_centroid03.wkt,
-	  doc/html/image_src/st_centroid04.wkt,
-	  doc/html/image_src/st_crosses01.wkt,
-	  doc/html/image_src/st_crosses02.wkt,
-	  doc/html/image_src/st_crosses03.wkt,
-	  doc/html/image_src/st_crosses04.wkt,
-	  doc/html/image_src/st_issimple01.wkt,
-	  doc/html/image_src/st_issimple02.wkt,
-	  doc/html/image_src/st_issimple03.wkt,
-	  doc/html/image_src/st_issimple04.wkt,
-	  doc/html/image_src/st_issimple05.wkt,
-	  doc/html/image_src/st_issimple06.wkt,
-	  doc/html/image_src/st_issimple07.wkt,
-	  doc/html/image_src/st_isvalid01.wkt,
-	  doc/html/image_src/st_isvalid02.wkt,
-	  doc/html/image_src/st_isvalid03.wkt,
-	  doc/html/image_src/st_isvalid04.wkt,
-	  doc/html/image_src/st_isvalid05.wkt,
-	  doc/html/image_src/st_isvalid06.wkt,
-	  doc/html/image_src/st_isvalid07.wkt,
-	  doc/html/image_src/st_isvalid08.wkt,
-	  doc/html/image_src/st_touches01.wkt,
-	  doc/html/image_src/st_touches02.wkt,
-	  doc/html/image_src/st_touches03.wkt,
-	  doc/html/image_src/st_touches04.wkt,
-	  doc/html/image_src/st_touches05.wkt,
-	  doc/html/image_src/st_touches06.wkt, doc/html/image_src/styles.c,
-	  doc/html/image_src/styles.conf, doc/html/image_src/styles.h,
-	  doc/reference.xml: added styles to the generated documentation
-	  images
-	  added ImageMagick as a dependency
-
-2009-05-09 12:53  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4079] postgis/lwgeom_box3d.c: Fix #178: ST_XMax() and ST_YMax()
-	  return incorrect values. This was caused by the fact that the
-	  min/max routines did not check whether the result for each axis
-	  was actually the min or max, but instead simply returned the
-	  structure value. Hence if an inverted coordinate system were
-	  being used, the wrong value would be returned.
-
-2009-05-09 12:34  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4078] liblwgeom/lwgunparse.c: Remove a double-free bug caused
-	  if the unparser finds an invalid geometry (fixes #168)
-
-2009-05-09 11:46  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r4077] loader/shp2pgsql.c: Correct erroneus formatting which was
-	  causing two comments to be nested and hence generating a compiler
-	  warning.
-
-2009-05-06 23:32  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4076] doc/html/image_src/generator.c,
-	  doc/html/image_src/st_centroid02.wkt,
-	  doc/html/image_src/st_centroid03.wkt,
-	  doc/html/image_src/st_centroid04.wkt,
-	  doc/html/image_src/st_crosses01.wkt,
-	  doc/html/image_src/st_crosses02.wkt,
-	  doc/html/image_src/st_crosses03.wkt,
-	  doc/html/image_src/st_crosses04.wkt,
-	  doc/html/image_src/st_issimple01.wkt,
-	  doc/html/image_src/st_issimple02.wkt,
-	  doc/html/image_src/st_issimple03.wkt,
-	  doc/html/image_src/st_issimple04.wkt,
-	  doc/html/image_src/st_issimple05.wkt,
-	  doc/html/image_src/st_issimple06.wkt,
-	  doc/html/image_src/st_issimple07.wkt,
-	  doc/html/image_src/st_isvalid01.wkt,
-	  doc/html/image_src/st_isvalid02.wkt,
-	  doc/html/image_src/st_isvalid03.wkt,
-	  doc/html/image_src/st_isvalid04.wkt,
-	  doc/html/image_src/st_isvalid05.wkt: removed horrible dos
-	  carriage returns
-	  - convert to unix
-
-2009-05-06 23:20  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4075] configure.ac, doc/Makefile.in,
-	  doc/html/image_src/Makefile.in, doc/html/image_src/generator.c,
-	  doc/html/image_src/st_centroid01.svg,
-	  doc/html/image_src/st_centroid01.wkt,
-	  doc/html/image_src/st_centroid02.svg,
-	  doc/html/image_src/st_centroid02.wkt,
-	  doc/html/image_src/st_centroid03.svg,
-	  doc/html/image_src/st_centroid03.wkt,
-	  doc/html/image_src/st_centroid04.svg,
-	  doc/html/image_src/st_centroid04.wkt,
-	  doc/html/image_src/st_crosses01.wkt,
-	  doc/html/image_src/st_crosses02.wkt,
-	  doc/html/image_src/st_crosses03.wkt,
-	  doc/html/image_src/st_crosses04.wkt,
-	  doc/html/image_src/st_issimple01.wkt,
-	  doc/html/image_src/st_issimple02.wkt,
-	  doc/html/image_src/st_issimple03.wkt,
-	  doc/html/image_src/st_issimple04.wkt,
-	  doc/html/image_src/st_issimple05.wkt,
-	  doc/html/image_src/st_issimple06.wkt,
-	  doc/html/image_src/st_issimple07.wkt,
-	  doc/html/image_src/st_isvalid01.wkt,
-	  doc/html/image_src/st_isvalid02.wkt,
-	  doc/html/image_src/st_isvalid03.wkt,
-	  doc/html/image_src/st_isvalid04.wkt,
-	  doc/html/image_src/st_isvalid05.wkt,
-	  doc/html/image_src/st_touches01.svg,
-	  doc/html/image_src/st_touches02.svg,
-	  doc/html/image_src/st_touches03.svg,
-	  doc/html/image_src/st_touches04.svg,
-	  doc/html/image_src/st_touches05.svg,
-	  doc/html/image_src/st_touches06.svg: Added code that will
-	  automatically generate the spatial images used in the
-	  documentation from WKT input.
-
-2009-05-06 18:11  Regina Obe <lr at pcorp.us>
-
-	* [r4073] NEWS: typo
-
-2009-05-06 18:04  Regina Obe <lr at pcorp.us>
-
-	* [r4072] NEWS: update with 1.3.6 items
-
-2009-05-05 19:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4070] spatial_ref_sys.sql: Add 900913 to allow web mappers a
-	  smoother ride.
-
-2009-05-05 04:44  Regina Obe <lr at pcorp.us>
-
-	* [r4069] postgis/lwgeom_functions_basic.c: doxygen friendly
-	  comments
-
-2009-05-05 04:29  Regina Obe <lr at pcorp.us>
-
-	* [r4068] postgis/lwgeom_accum.c, postgis/lwgeom_geojson.c,
-	  postgis/lwgeom_gml.c, postgis/lwgeom_ogc.c, postgis/lwgeom_svg.c,
-	  postgis/lwgeom_transform.c, postgis/lwgeom_triggers.c: doxygen
-	  friendly comments
-
-2009-05-04 18:00  Regina Obe <lr at pcorp.us>
-
-	* [r4064] liblwgeom/lwmpoly.c, liblwgeom/wktparse.h,
-	  postgis/lwgeom_kml.c: more doxygen comment cleanup
-
-2009-05-03 04:36  Regina Obe <lr at pcorp.us>
-
-	* [r4062] postgis/lwgeom_geos.c: slight mod
-
-2009-05-03 04:32  Regina Obe <lr at pcorp.us>
-
-	* [r4061] postgis/lwgeom_geos.c: make doco descriptions
-	  doxygen/javadoc friendly
-
-2009-05-03 03:58  Regina Obe <lr at pcorp.us>
-
-	* [r4060] liblwgeom/lwgeom.c: make function doc doxygen friendly
-
-2009-05-03 03:50  Regina Obe <lr at pcorp.us>
-
-	* [r4059] liblwgeom/lwcompound.c: make function descriptor doxygen
-	  friendly
-
-2009-05-03 03:33  Regina Obe <lr at pcorp.us>
-
-	* [r4058] doc/doxygen.cfg.in: enable alphabetical index
-
-2009-05-03 03:16  Regina Obe <lr at pcorp.us>
-
-	* [r4057] liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
-	  liblwgeom/ptarray.c, loader/pgsql2shp.c, loader/shp2pgsql.c:
-	  change commenting style to javadoc style
-
-2009-05-03 03:03  Regina Obe <lr at pcorp.us>
-
-	* [r4056] doc/doxygen.cfg.in: enable javadoc autobrief
-
-2009-05-02 09:40  Regina Obe <lr at pcorp.us>
-
-	* [r4054] loader/pgsql2shp.c, loader/shp2pgsql.c: make function
-	  descriptions doxygen friendly
-
-2009-05-02 07:13  Regina Obe <lr at pcorp.us>
-
-	* [r4053] liblwgeom/ptarray.c: make function descriptions doxygen
-	  friendly
-
-2009-05-02 06:27  Regina Obe <lr at pcorp.us>
-
-	* [r4052] liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c:
-	  Experimenting with Doxygen hyperlinking tags
-
-2009-05-01 22:47  Regina Obe <lr at pcorp.us>
-
-	* [r4051] liblwgeom/lwcollection.c: More experimentation with
-	  doxygen commenting styles
-
-2009-05-01 04:26  Regina Obe <lr at pcorp.us>
-
-	* [r4049] liblwgeom/lwcollection.c: More auto doc friendlying
-
-2009-05-01 04:24  Regina Obe <lr at pcorp.us>
-
-	* [r4048] liblwgeom/lwcollection.c: typo
-
-2009-05-01 04:24  Regina Obe <lr at pcorp.us>
-
-	* [r4047] liblwgeom/lwcollection.c: experiment with making our
-	  inline comments more doxygen friendly
-
-2009-04-30 22:26  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4045] doc/doxygen.cfg.in: updated several Doxygen parameters
-
-2009-04-30 21:38  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4044] doc/doxygen.cfg.in: removed full path names from config
-	  file
-
-2009-04-30 20:19  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4043] doc/Makefile.in, doc/doxygen.cfg.in: add make target to
-	  build Doxygen
-
-2009-04-30 19:41  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4042] doc/doxygen.cfg.in: added a Doxygen configuration file
-
-2009-04-29 19:22  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4040] regress/run_test: dropping a table that's not there
-	  causes an ERROR in the logs
-	  - 8.1 does not support DROP TABLE IF EXISTS, so first test if the
-	  table is there, then drop it.
-
-2009-04-28 19:13  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r4039] doc/reference.xml, postgis/lwgeom_gml.c, regress/gml.sql,
-	  regress/gml_expected: Add a new option for ST_AsGML related to
-	  axis order, and lat lon inversion in GML 3.1.1, cf #161. Add unit
-	  test on this new option bit field. Update documentation. Fix also
-	  wrong option value in ST_AsGML for CRS, and outdated example
-	  output (still for ST_AsGML).
-
-2009-04-28 17:04  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4038] java/jdbc/build.xml,
-	  java/jdbc/src/org/postgis/Geometry.java,
-	  java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java: -
-	  removed a few compile errors from the javadoc build
-	  - renamed jar so it follows the name-version convention
-
-2009-04-27 22:07  Regina Obe <lr at pcorp.us>
-
-	* [r4034] loader/pgsql2shp.c: change error about unknown spatial
-	  ref to a warning.
-
-2009-04-27 19:46  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4030] doc/template.xml: test commit
-
-2009-04-27 19:24  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4029] doc/postgis.xml: test commit
-
-2009-04-27 19:07  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4026] doc/faq.xml: Test commit to test autobuild
-
-2009-04-27 16:09  Regina Obe <lr at pcorp.us>
-
-	* [r4025] doc/xsl/postgis_gardentest.sql.xsl: revise to better
-	  guarantee a deteriministic sort so can diff compare between
-	  1.3.5, 1.3.6, 1.4 (still needs work). Also exclude curved tests
-	  and functions not supported in 1.3.5 since it curve crashes 1.3.5
-	  thus making it not comparable.
-
-2009-04-26 05:37  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r4023] doc/reference.xml: small typo fix
-
-2009-04-24 19:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4020] TODO: add feature mangling task
-
-2009-04-23 14:36  Regina Obe <lr at pcorp.us>
-
-	* [r4019] doc/xsl/postgis_gardentest.sql.xsl: exclude curved
-	  geometries from 1.3.5 testing
-
-2009-04-23 12:12  Regina Obe <lr at pcorp.us>
-
-	* [r4018] doc/xsl/postgis_gardentest.sql.xsl: Add
-	  ST_BdMPolyFromText to list not to test against 1.3.5 (crashes
-	  1.3.5 with curves though fine in 1.3.6)
-
-2009-04-22 18:33  Regina Obe <lr at pcorp.us>
-
-	* [r4017] doc/xsl/postgis_gardentest.sql.xsl: revise to include a
-	  version variable and get rid of limit (think its causing
-	  different tests to be run non-consistently depending on ordering
-	  of postgresql so hard to compare outputs)
-
-2009-04-21 17:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4012] configure.ac, make_dist.sh: More info about XSL in final
-	  configure output
-
-2009-04-17 13:59  Regina Obe <lr at pcorp.us>
-
-	* [r4010] doc/xsl/postgis_gardentest.sql.xsl: add
-	  ST_MinimumBoundingCircle to 1.3 exclude
-
-2009-04-16 07:31  Regina Obe <lr at pcorp.us>
-
-	* [r4006] doc/installation.xml: Update installation to have link to
-	  Windows Compilation guide Nicklas put together.
-
-2009-04-16 05:54  Regina Obe <lr at pcorp.us>
-
-	* [r4005] doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl: ADd
-	  more curved geometry support functions to list and give curved
-	  geometry special index a pretty anchor.
-
-2009-04-15 17:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4004] NEWS: wee reformatting
-
-2009-04-15 17:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4003] NEWS: remove tabs
-
-2009-04-15 17:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r4002] NEWS: add link to trac for 1.4
-
-2009-04-15 01:22  Regina Obe <lr at pcorp.us>
-
-	* [r4001] doc/reference.xml: add link to st_relate
-
-2009-04-15 01:11  Regina Obe <lr at pcorp.us>
-
-	* [r4000] doc/reference.xml: amend ST_ContainsProperly to summarize
-	  its speed advantages
-
-2009-04-14 14:25  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3999] loader/shp2pgsql-core.c: Try and fix shp2pgsql-core for
-	  bug #124. Need to change sprintf() to pgis_exec() within the
-	  loader.
-
-2009-04-14 06:47  Regina Obe <lr at pcorp.us>
-
-	* [r3998] NEWS: add containsproperly
-
-2009-04-14 06:42  Regina Obe <lr at pcorp.us>
-
-	* [r3997] NEWS: I think the year is 2009 and we are in april now
-
-2009-04-12 12:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3995] loader/shp2pgsql-core.c: Same as r3994 but for the second
-	  copy of shp2pgsql.
-
-2009-04-12 11:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3994] loader/shp2pgsql.c: Fix #104 'shp2pgsql is using
-	  deprecated PostgreSQL escape syntax'. Remember that not
-	  everyone's installation has "standard_conforming_strings" enabled
-	  by default.
-
-2009-04-12 10:56  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3993] postgis/postgis.sql.in.c: Fix bug #148 'envelope()
-	  doesn't support new box3d_extent type'. Looks like we do need to
-	  add casts for box3d_extent to all of box2dfloaat, box3d and
-	  geometry after all.
-
-2009-04-12 05:25  Regina Obe <lr at pcorp.us>
-
-	* [r3992] doc/xsl/postgis_gardentest.sql.xsl: missed some
-
-2009-04-12 05:14  Regina Obe <lr at pcorp.us>
-
-	* [r3991] doc/xsl/postgis_gardentest.sql.xsl: Add
-	  ST_ContainsProperly to exclude for 1.3 testing.
-
-2009-04-12 04:10  Regina Obe <lr at pcorp.us>
-
-	* [r3990] doc/reference.xml: Add new function ST_ContainsProperly
-	  and provide examples. Also update ST_Contains to better explain
-	  the subtleties of the definition and example to demonstrate the
-	  difference between contains and containsproperly
-
-2009-04-10 08:27  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3989] loader/shp2pgsql-core.c, loader/shp2pgsql.c: Make good on
-	  my promise from bug #123 to remove the E'...' escaping from
-	  shp2pgsql and revert to standard SQL escaping. Also rename
-	  protect_quote_string() and make_good_string() to
-	  escape_insert_string() and escape_copy_string() respectively so
-	  the names reflect what they actually do.
-
-2009-04-06 17:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3980] NEWS, doc/introduction.xml: Fix mis-spelling in Eduin
-	  Carrillo's name
-
-2009-04-05 18:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3969] liblwgeom/cunit/cu_measures.c,
-	  liblwgeom/cunit/cu_measures.h: keywords
-
-2009-04-05 18:05  Regina Obe <lr at pcorp.us>
-
-	* [r3968] doc/introduction.xml: Add Nicklas Avén to contributors
-	  list
-
-2009-04-05 16:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3967] liblwgeom/cunit/Makefile.in,
-	  liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_measures.h,
-	  liblwgeom/cunit/cu_tester.c, liblwgeom/measures.c: Fix for
-	  collection vs collection distance behavior. Per Nicklas Avén. GBT
-	  #146
-
-2009-03-29 08:12  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3939] postgis/postgis.sql.in.c: Fix for previous commit; move
-	  the locations of the CASTs so that they are after the
-	  definitions. Thanks Olivier!
-
-2009-03-29 00:34  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3938] postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c: Add
-	  additional casts for box3d_extent to box3d/box2d so that other
-	  PostGIS functions can use the output of ST_Extent. Per report
-	  from Olivier Courtin related to GBT#93.
-
-2009-03-24 19:05  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3936] postgis/lwgeom_kml.c: suppress compilation warning on non
-	  initialized variable
-
-2009-03-23 22:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3935] .: Ignore autotools artefacts.
-
-2009-03-23 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3934] autogen.sh, config.guess, config.sub: Once more unto the
-	  breach! autotools w/ mloskot autogen.sh from GBT#142
-
-2009-03-23 17:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3933] ltmain.sh: Back to the future.
-
-2009-03-22 07:50  Regina Obe <lr at pcorp.us>
-
-	* [r3932] doc/reference.xml: expansion of example and description
-
-2009-03-22 07:46  Regina Obe <lr at pcorp.us>
-
-	* [r3931] doc/reference.xml: Create new exception section and move
-	  over the Has,Drop, Add BBOX family per MCA request.
-
-2009-03-22 07:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3929] configure.ac: Can't get enough punishment: write out
-	  results of configure.
-
-2009-03-22 06:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3928] config.guess, ltmain.sh: Back for more punishment: if we
-	  can checkin config.sub and config.guess, we can check in
-	  ltmain.sh. Autotools, I despise thee.
-
-2009-03-22 06:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3927] autogen.sh: OK, didn't like that. libtoolize alters
-	  config.guess and config.sub,
-	  but removing them breaks build. Run libtoolize by hand and add
-	  the resultants
-	  to svn?
-
-2009-03-22 06:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3926] config.guess: config.guess back?
-
-2009-03-22 03:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3925] config.sub: config.sub back in?
-
-2009-03-22 03:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3924] autogen.sh, config.guess, config.sub: Break build per
-	  mloskot. Remember to run ./autogen.sh and hopefully you have
-	  libtoolize!
-
-2009-03-22 02:26  Regina Obe <lr at pcorp.us>
-
-	* [r3923] doc/xsl/postgis_gardentest.sql.xsl: typo
-
-2009-03-22 02:23  Regina Obe <lr at pcorp.us>
-
-	* [r3922] doc/xsl/postgis_gardentest.sql.xsl: not dealing correctly
-	  with arguments that are geometry arrays where there is only one
-	  geometry in the arglist
-
-2009-03-21 19:14  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3921] postgis/lwgeom_geojson.c, postgis/lwgeom_gml.c,
-	  postgis/lwgeom_kml.c, postgis/lwgeom_svg.c: Fix static buffer
-	  size to add precision spaces. Cf #119
-
-2009-03-20 18:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3916] NEWS: Update release notes more
-
-2009-03-20 16:48  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3915] doc/reference.xml: updated the operator notes in
-	  reference.xml to reflect the fact that they do indeed use
-	  indexes.
-
-2009-03-20 14:55  Regina Obe <lr at pcorp.us>
-
-	* [r3912] doc/reference.xml: Add ST_MakeLine array proto. Provide
-	  example use. Flag that ST_MAkeLine was enhanced in 1.4
-
-2009-03-20 14:40  Regina Obe <lr at pcorp.us>
-
-	* [r3911] doc/reference.xml: Fill in missing ST_Collect(geomarray)
-	  proto. Provide examples for using ST_Union(geomarray),
-	  ST_Collect(geomarray)
-
-2009-03-20 13:39  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3910] postgis/lwgeom_gml.c: Fix GML multi size computation. Cf
-	  issue #141
-
-2009-03-20 05:43  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3906] doc/reference.xml, postgis/postgis.sql.in.c: a small typo
-	  patch from mloskot, renaming a few "geometry_column" to
-	  "geometry_columns"
-
-2009-03-20 05:32  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3905] configure.ac, doc/Makefile.in, doc/postgis.xml,
-	  doc/reference.xml, doc/reference_new.xml, doc/reference_old.xml:
-	  renamed reference.xml to reference_old.xml
-	  renamed reference_new.xml to reference.xml
-	  updated configure.ac, doc/Makefile.in, and doc/postgis.xml
-	  accordingly.
-
-2009-03-19 17:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3903] postgis/lwgeom_chip.c: Revert, now I get a warning in
-	  OS/X. Solaris will have to suck it up.
-
-2009-03-19 17:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3901] autogen.sh, configure.ac: Make autogen.sh a little more
-	  tolerant of missing / re-named autotools.
-
-2009-03-19 17:28  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3900] doc/reference_new.xml: updated ST_Relate docs - changed
-	  3rd parameter to be more clear
-
-2009-03-19 17:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3899] postgis/lwgeom_debug.c: Remove warning in Solaris.
-
-2009-03-19 16:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3898] postgis/lwgeom_chip.c: Remove warning in Solaris.
-
-2009-03-19 16:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3897] postgis/lwgeom_geos_prepared.c,
-	  postgis/lwgeom_geos_prepared.h: Remove one last 'const' warning.
-
-2009-03-19 13:27  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3895] postgis/lwgeom_svg.c: Few minor improve/change on memory
-	  size to allocate
-
-2009-03-19 11:52  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3894] postgis/lwgeom_geos.c: More lwgeom_geos.c fixes to remove
-	  compilation warnings, but this time for compiling with GEOS >=
-	  3.1.
-
-2009-03-19 06:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3893] postgis/lwgeom_estimate.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_gist.c,
-	  postgis_config.h.in: Oops, we don't use the literal output of
-	  autoheader.
-
-2009-03-19 05:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3892] postgis/lwgeom_geos_prepared.c: Remove prepared geometry
-	  compilation warning.
-
-2009-03-19 05:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3891] postgis/lwgeom_estimate.c, postgis/lwgeom_gist.c: Add
-	  ieeefp.h for Solaris.
-
-2009-03-19 05:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3890] configure.ac, postgis_config.h.in: Add testing for
-	  ieeefp.h to autoconf
-
-2009-03-19 00:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3889] regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multisurface_expected: Final fix to remove cpp
-	  requirement
-
-2009-03-19 00:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3888] regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-circularstring_expected.in,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-compoundcurve_expected.in,
-	  regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-curvepoly_expected.in,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multicurve_expected.in,
-	  regress/sql-mm-multisurface_expected,
-	  regress/sql-mm-multisurface_expected.in: Remove preproc step for
-	  sql-mm curve regression.
-
-2009-03-19 00:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3887] regress/Makefile.in,
-	  regress/sql-mm-circularstring_expected.in,
-	  regress/sql-mm-compoundcurve_expected.in,
-	  regress/sql-mm-curvepoly_expected.in,
-	  regress/sql-mm-multicurve_expected.in,
-	  regress/sql-mm-multisurface_expected.in: Remove USE_JTS and cpp
-	  preproc from sql-mm regression
-
-2009-03-18 23:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3886] TODO: Add lidar item
-
-2009-03-16 23:06  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3877] liblwgeom/lex.yy.c, liblwgeom/lwgunparse.c,
-	  liblwgeom/wktparse.lex, postgis/lwgeom_inout.c: More cleanup work
-	  based upon Mateusz's MSVC patches; remove references to unistd.h
-	  and sys/param.h since they are no longer required for determining
-	  endian-ness.
-
-2009-03-13 13:11  Regina Obe <lr at pcorp.us>
-
-	* [r3868] doc/postgis.xml: switch order
-
-2009-03-13 13:09  Regina Obe <lr at pcorp.us>
-
-	* [r3867] doc/reference_new.xml: get rid of sT_PolyFromWKB
-	  reference. Will readd those stupid ones left in reference.xml
-	  later
-
-2009-03-13 13:08  Regina Obe <lr at pcorp.us>
-
-	* [r3866] doc/postgis.xml: more spots
-
-2009-03-13 13:05  Regina Obe <lr at pcorp.us>
-
-	* [r3865] doc/postgis.xml: missed a spot
-
-2009-03-13 12:53  Regina Obe <lr at pcorp.us>
-
-	* [r3864] doc/postgis.xml: remove using_postgis and reference and
-	  add using_postgis_dataman, using_postgis_app
-
-2009-03-13 12:11  Regina Obe <lr at pcorp.us>
-
-	* [r3863] doc/Makefile.in, doc/using_postgis.xml,
-	  doc/using_postgis_app.xml, doc/using_postgis_dataman.xml: Break
-	  using_postgis into 2 sections, remover reference.xml from doc
-	  make
-
-2009-03-12 23:20  Regina Obe <lr at pcorp.us>
-
-	* [r3860]
-	  extras/tiger_geocoder/geocode/geocode_address_countysub_exact.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_place_exact.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_place_fuzzy.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_state.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_zip.sql,
-	  extras/tiger_geocoder/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/geocode/geocode_zip.sql,
-	  extras/tiger_geocoder/normalize/pprint_addy.sql,
-	  extras/tiger_geocoder/tables/lookup_tables.sql: #HISTORY #GBT
-	  121: update tiger_geocoder to run in PostgreSQL 8.3 - apply patch
-	  from cdwinslow
-
-2009-03-11 05:31  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3854] doc/reference.xml, doc/reference_new.xml: updated SQL/MM
-	  specs in ST_PointFromWKB
-
-2009-03-11 05:13  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3853] doc/reference.xml, doc/reference_new.xml: moved over
-	  ST_LineFromWKB
-
-2009-03-11 05:11  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3852] doc/reference.xml: added missing linkend
-
-2009-03-11 05:09  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3851] doc/reference_new.xml: updated doc descriptions and
-	  linkends.
-
-2009-03-11 04:56  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3850] doc/reference.xml, doc/reference_new.xml: moved over
-	  ST_PointFromWKB
-
-2009-03-11 04:35  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3849] doc/reference.xml, doc/reference_new.xml: moved over
-	  ST_GeomFromWKB
-
-2009-03-10 21:29  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3848] liblwgeom/lwgunparse.c: More MSVC fixes from Mateusz
-	  related to ISO C++ vs. C99 variable initialisation.
-
-2009-03-10 21:05  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3847] regress/svg.sql, regress/svg_expected: updated SVG unit
-	  to reduce to max 2 decimal digits
-
-2009-03-10 21:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3846] NEWS: MSVC line
-
-2009-03-10 20:49  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3845] regress/Makefile.in, regress/svg.sql,
-	  regress/svg_expected: Add SVG unit test file
-
-2009-03-10 20:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3844] NEWS, doc/release_notes.xml: Add 1.3.5 release notes into
-	  trunk docs
-
-2009-03-10 20:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3843] NEWS: First cut of 1.4 release notes.
-
-2009-03-10 20:25  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3842] GNUmakefile, liblwgeom/cunit/Makefile.in: Fix for
-	  GBT#132: Make check should run CUnit. This is to aid developers
-	  as we move the majority of the testing framework over to CUnit.
-
-2009-03-10 20:15  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3841] postgis/long_xact.c, postgis/lwgeom_box2dfloat4.c,
-	  postgis/lwgeom_box3d.c, postgis/lwgeom_btree.c,
-	  postgis/lwgeom_chip.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_estimate.c, postgis/lwgeom_functions_basic.c,
-	  postgis/lwgeom_geos.h, postgis/lwgeom_geos_prepared.h,
-	  postgis/lwgeom_gist.c, postgis/lwgeom_inout.c,
-	  postgis/lwgeom_pg.c, postgis/lwgeom_pg.h, postgis/lwgeom_sqlmm.c,
-	  postgis/lwgeom_transform.c: Commit Mateusz's patch to move the
-	  postgres.h #include to the top of the file in order to aid the
-	  MSVC build.
-
-2009-03-10 20:15  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3840] regress/gml.sql, regress/gml_expected: update GML unit
-	  test according to AsGML option related to CRS output option
-
-2009-03-10 19:37  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3839] liblwgeom/wktparse.h: Remove compiler warning from commit
-	  r3821.
-
-2009-03-10 19:30  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3838] regress/geojson.sql, regress/geojson_expected: Update
-	  unit test upon previous GeoJson CRS change
-
-2009-03-10 19:29  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3837] configure.ac, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_geos.h, postgis/postgis.sql.in.c: Update PostGIS
-	  trunk so that the minimum required version of GEOS is 3.0.0. This
-	  allows us to finally remove all remaining compilation warnings
-	  since we can adjust the casts to make correct use of the GEOS
-	  3.0.0 header types.
-
-2009-03-10 18:20  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3835] doc/reference_new.xml, postgis/lwgeom_geojson.c,
-	  postgis/lwgeom_gml.c, postgis/postgis.sql.in.c: Fix GeoJson CRS
-	  output format (1.0 spec). Add OGC long CRS format (Cf RFC 5165)
-	  as an option. On AsGeoJson it change option order from 1.3.X
-	  between Bbox and CRS. On AsGML a new option parameter is added
-
-2009-03-10 17:24  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3833] doc/installation.xml, doc/postgis.xml: Some documentation
-	  updates; change the instructions for decompressing the tarballs
-	  for PROJ and GEOS so that they work for our Solaris friends (as
-	  per the instructions for the main PostGIS tarball). Also move
-	  version entities for GEOS and PROJ into postgis.xml, so that as
-	  newer versions of PROJ/GEOS are released, we only need to update
-	  the version number in one location for the change to be reflected
-	  throughout the installation documentation.
-
-2009-03-10 16:26  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3831] liblwgeom/lwgunparse.c: Augment comment related to Paul's
-	  fix for GBT#130 as I'm bound to forget why we decided to do this
-	  at a later date...
-
-2009-03-10 16:24  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3830] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwgeom.c: Add circstring release and LWGEOM conversion
-	  entry
-
-2009-03-10 16:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3828] liblwgeom/lwgunparse.c: Remove some GCC-isms from the
-	  unparser related to setting array sizes at run-time rather than
-	  compile time. Per report from Mateusz Loskot.
-
-2009-03-10 15:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3827] postgis/lwgeom_transform.c: Fix GBT#126: Don't include
-	  private PROJ.4 header projects.h. It appears that from its
-	  inception, PostGIS has inadvertently used the PROJ.4 internal
-	  projects.h header file rather than the correct proj_api.h header
-	  file. This patch flips over to the new header file and changes
-	  everything over to use the new external structures/APIS.
-
-2009-03-10 15:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3826] liblwgeom/lwgunparse.c: Fix for GBT #130, remove bdpoly
-	  regression failure.
-
-2009-03-10 15:06  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3825] doc/reference_new.xml, postgis/lwgeom_transform.c: Fix
-	  for GBT#89: transform() grid-shift 2nd chance logic defective.
-	  Remove the 2nd chance logic completely and allow the user to
-	  configure the behaviour using the standard PROJ.4 +nadgrids
-	  parameter. I've added a section to the ST_Transform() section of
-	  the manual which gives an example of how you can do this.
-
-2009-03-10 14:59  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3824] postgis/lwgeom_svg.c: Add SVG L Command in absolute path
-	  according to BNF SVG Path. Add some forgotten geometry release.
-
-2009-03-10 00:29  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r3821] liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/wktparse.h, liblwgeom/wktparse.tab.c,
-	  liblwgeom/wktparse.y, regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected.in,
-	  regress/sql-mm-curvepoly.sql,
-	  regress/sql-mm-curvepoly_expected.in,
-	  regress/sql-mm-serialize.sql: Moving parser changes from
-	  spike/mleslie/parser to allow the proper nesting of compound
-	  curves within curve polygons and the validation of compound curve
-	  continuity. This also resolves GBT#124.
-
-2009-03-09 22:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3820] postgis/lwgeom_sqlmm.c: Don't segmentize geometry if
-	  input doesn't pass hasarc
-
-2009-03-09 21:15  Regina Obe <lr at pcorp.us>
-
-	* [r3819] doc/xsl/postgis_gardentest.sql.xsl: Put ST_CurveToLine
-	  back in script. Seems to not crash anymore with Paul's changes to
-	  GBT: 112
-
-2009-03-09 18:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3817] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  postgis/lwgeom_functions_basic.c, regress/regress.sql,
-	  regress/regress_expected: Fix for GBT#96.
-
-2009-03-09 17:19  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3816] spatial_ref_sys.sql: Fix the OSGB 27700 SRID definition
-	  in spatial_ref_sys.sql since it is missing a datum parameter. We
-	  can't backpatch this since it is only available in newer versions
-	  of PROJ, and we don't have any PROJ version detection capability
-	  in 1.3 branch.
-
-2009-03-09 16:20  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3815] postgis/lwgeom_dump.c: Remove compile warnings from
-	  lwgeom_dump.c related to the removal of TupleDescGetSlot (we
-	  don't need to set the deprecated fields in FuncCallContext if we
-	  are using BuildTupleFromCStrings).
-
-2009-03-09 15:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3814] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  postgis/lwgeom_functions_basic.c: More camel-case changes.
-
-2009-03-09 14:51  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3813] postgis/lwgeom_svg.c: Refactored the whole assvg export
-	  function in the same way than asgeojson. Fix #119 issue on big
-	  geometrycollection geometry. Keep the same SVG output than before
-
-2009-03-09 14:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3812] ChangeLog, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwgeom.c, liblwgeom/lwpoint.c, postgis/lwgeom_dump.c,
-	  postgis/lwgeom_functions_analytic.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
-	  postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c,
-	  postgis/lwgeom_transform.c: Remove some camelCase function
-	  signatures from liblwgeom
-
-2009-03-08 22:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3811] postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c,
-	  regress/lwgeom_regress_expected: Fix for GBT#93: ST_Extent() and
-	  ST_Estimated_Extent() return BOX2DFLOAT4s. This is currently done
-	  using a horrible hack for backwards compatibility which
-	  introduces a new type just for ST_Extent(). See GBT email to
-	  postgis-devel and code comments for more detail.
-
-2009-03-08 21:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3809] liblwgeom/lwgeom_api.c: Fix goof in box2d computation.
-
-2009-03-08 21:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3807] liblwgeom/lwsegmentize.c: Fix for GBT#112
-
-2009-03-08 17:00  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3806] postgis/lwgeom_accum.c: Add some explanation comments to
-	  lwgeom_accum.c explaining why we need to implement our own set of
-	  geometry aggregate functions.
-
-2009-03-08 16:36  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3805] postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
-	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.h: Alter the
-	  in-built casts between the internal PostgreSQL BOX type and the
-	  PostGIS geometry/BOX3D types so that they do not go through an
-	  intermediate BOX2DFLOAT4 first. This prevents the float4 rounding
-	  errors appearing in the numbers when invoking the casts.
-
-2009-03-08 15:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3803] liblwgeom/lwgeom_api.c: Fix for GBT #116, EMPTY hex
-	  polygon no longer causes crash.
-
-2009-03-08 14:36  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3802] postgis/lwgeom_functions_analytic.c: Fix GBT#122:
-	  ST_SnapToGrid gives 13 when fed circular string. Alter the error
-	  message so that it correctly displays the type rather than just
-	  it's internal number.
-
-2009-03-06 14:15  Regina Obe <lr at pcorp.us>
-
-	* [r3799] postgis/lwgeom_dump.c: missing svn tags and copyright
-	  info
-
-2009-03-03 18:01  Regina Obe <lr at pcorp.us>
-
-	* [r3790] doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  Flag ST_GeoHash as curved support friendly, put in pretty anchors
-	  for special function sections
-
-2009-03-03 18:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3789] liblwgeom/cunit/cu_algorithm.c: Fix tests to match
-	  current geohash signatures (lon/lat) and precisions (odd and
-	  even)
-
-2009-02-27 18:09  Regina Obe <lr at pcorp.us>
-
-	* [r3781] postgis/lwgeom_dump.c: Get rid of additional calls to
-	  TupleDescGetSlot(tupdesc) in dump and dumprings and replace
-	  deprecated use of TupleDescGetSlot with 8.1+ preferred
-	  BlessTupleDesc
-
-2009-02-23 15:19  Sandro Santilli <strk at keybit.net>
-
-	* [r3762] liblwgeom/lwgeom_api.c: Fix parse_hex to support
-	  lower-case A-F too (issue 120)
-
-2009-02-23 13:47  Regina Obe <lr at pcorp.us>
-
-	* [r3760] doc/Makefile.in: change to move postgis_comments.sql to
-	  root
-
-2009-02-19 21:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3750] loader/dbfopen.c: Add variable decls to trunk :)
-
-2009-02-19 20:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3749] loader/dbfopen.c: Add EOF marker, per GBT#105
-
-2009-02-19 09:42  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3741] postgis/long_xact.c, postgis/lwgeom_estimate.c: Update
-	  trunk so that it will compile against PostgreSQL 8.4. Based upon
-	  Talha Rizwan's original patch, with a small tweak from me.
-
-2009-02-17 18:26  Regina Obe <lr at pcorp.us>
-
-	* [r3734] doc/Makefile.in: change to use tab separator instead
-
-2009-02-17 03:56  Regina Obe <lr at pcorp.us>
-
-	* [r3730] doc/xsl/postgis_aggs_mm.xml.xsl: fix typo
-
-2009-02-17 03:02  Regina Obe <lr at pcorp.us>
-
-	* [r3729] doc/xsl/postgis_aggs_mm.xml.xsl:
-
-2009-02-17 02:59  Regina Obe <lr at pcorp.us>
-
-	* [r3728] doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  Make new - 1 section with 2 subsections. Change ST_AsGeoJSON
-	  availability tag to be consistent with others
-
-2009-02-17 02:55  Regina Obe <lr at pcorp.us>
-
-	* [r3727] doc/xsl/postgis_aggs_mm.xml.xsl: Section new functions in
-	  1.3
-
-2009-02-16 22:18  Regina Obe <lr at pcorp.us>
-
-	* [r3721] doc/Makefile.in: Try again to get postgis_comments.sql to
-	  generate
-
-2009-02-13 19:56  Regina Obe <lr at pcorp.us>
-
-	* [r3705] doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  amend st_union description to include new proto and performance
-	  enhancements. Add space before availability in xsl parser what is
-	  new section
-
-2009-02-13 19:23  Regina Obe <lr at pcorp.us>
-
-	* [r3704] doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl:
-	  Add special section listing new functions in this release. Get
-	  rid of note tag around ST_GeoHash availability so consistent with
-	  other availability text
-
-2009-02-13 06:58  Regina Obe <lr at pcorp.us>
-
-	* [r3702] doc/Makefile.in:
-
-2009-02-12 18:32  Regina Obe <lr at pcorp.us>
-
-	* [r3694] doc/Makefile.in: more work on comments generation
-
-2009-02-12 17:39  Regina Obe <lr at pcorp.us>
-
-	* [r3690] doc/Makefile.in: Put in logic to output
-	  postgis_comments.sql
-
-2009-02-11 21:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3688] doc/reference_new.xml, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h, postgis/lwgeom_functions_basic.c,
-	  postgis/postgis.sql.in.c: Bind ST_GeoHash into SQL.
-
-2009-02-11 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3687] GNUmakefile, README.postgis, STYLE, configure.ac,
-	  make_dist.sh, regress/Makefile.in, topology/topology.sql.in.c:
-	  Change references from ./lwgeom to ./postgis
-
-2009-02-11 18:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3686] lwgeom, postgis: Change the name of the main source
-	  directory. This is going to break the build for a little while
-	  until I fix all the references, but I want to do it atomically to
-	  ensure version history is preserved.
-
-2009-02-11 02:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3685] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
-	  liblwgeom/lwcollection.c, liblwgeom/lwgeom.c: GeoHash
-	  implementation first cut.
-
-2009-02-10 21:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3683] configure.ac: Solve iconv-on-Solaris (and hopefully many
-	  other platforms with system iconv in libc) problem in autoconf.
-
-2009-02-10 20:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3682] loader/Makefile.in: Demote new loader code from default
-	  build for now.
-
-2009-02-10 20:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3681] utils/new_postgis_restore.pl: New restore script, much
-	  simpler, takes -Fc dump and writes back ASCII on stdout
-
-2009-02-10 08:00  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3677] doc/reference_new.xml, lwgeom/lwgeom_kml.c,
-	  regress/kml.sql, regress/kml_expected: KML output: use decimal
-	  places rather than significant digit, trim trailing zeros, update
-	  documentation, update unit test
-
-2009-02-10 07:54  Olivier Courtin <olivier.courtin at oslandia.com>
-
-	* [r3676] doc/reference_new.xml, lwgeom/lwgeom_geojson.c,
-	  lwgeom/lwgeom_gml.c, regress/Makefile.in, regress/geojson.sql,
-	  regress/geojson_expected, regress/gml.sql, regress/gml_expected:
-	  GeoJson output: trim trailing zero, add forgotten free on
-	  subgemotry inspect. GML output: precision no more as a global
-	  one, decimal places rather than significant digits, trim trailing
-	  zero, add unit test, doc update with output example
-
-2009-02-09 23:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3675] utils/postgis_restore.pl: Fix case sensitive in AGGREGATE
-	  reading.
-
-2009-02-05 20:01  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3647] doc/reference_new.xml: Updated ST_DumpRings description
-	  and example.
-
-2009-02-04 18:13  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3641] doc/reference_new.xml: Added example to ST_PointN
-
-2009-02-04 13:54  Regina Obe <lr at pcorp.us>
-
-	* [r3640] doc/xsl/postgis_gardentest.sql.xsl: minor changes. Take
-	  ST_CurveToLine out so tests can complete until we fix.
-
-2009-02-04 00:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3639] doc/faq.xml, doc/installation.xml, doc/introduction.xml,
-	  doc/performance_tips.xml, doc/reference.xml,
-	  doc/reference_new.xml, doc/release_notes.xml, doc/reporting.xml,
-	  doc/template.xml, doc/using_postgis.xml, java/ejb2/build.xml,
-	  java/ejb2/prepare-jboss.xml, java/ejb2/resources/application.xml,
-	  java/ejb2/resources/postgis-ejb2-ds.xml,
-	  java/ejb2/src/com/geodetix/geo/client/Client.java,
-	  java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java,
-	  java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java,
-	  java/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java,
-	  java/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java,
-	  java/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java,
-	  java/ejb3/build.xml, java/ejb3/jboss/geodata-ds.xml,
-	  java/ejb3/jboss/ingest-service.xml,
-	  java/ejb3/src/META-INF/persistence.xml,
-	  java/ejb3/src/org/postgis/ejb/PersonEntity.java,
-	  java/ejb3/src/org/postgis/ejb/UserBean.java,
-	  java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
-	  java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
-	  java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/GeometryType.java,
-	  java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/PostGISDialect.java,
-	  java/ejb3/src/org/postgis/hibernate/WithinExpression.java,
-	  java/jdbc/build.xml,
-	  java/jdbc/jtssrc/org/postgis/jts/JTSShape.java,
-	  java/pljava/build.xml,
-	  java/pljava/src/org/postgis/pljava/Aggregates.java,
-	  java/pljava/src/org/postgis/pljava/HelloWorld.java,
-	  java/pljava/src/org/postgis/pljava/PLJGeometry.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsParser.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsWriter.java,
-	  liblwgeom/box2d.c, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/cunit/cu_tester.c,
-	  liblwgeom/examples/unparser.c, liblwgeom/lex.yy.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/lwutil.c,
-	  liblwgeom/measures.c, liblwgeom/ptarray.c, liblwgeom/vsprintf.c,
-	  liblwgeom/wktparse.h, liblwgeom/wktparse.tab.c,
-	  liblwgeom/wktparse.tab.h, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, loader/stringbuffer.c,
-	  loader/stringbuffer.h, lwgeom/long_xact.c, lwgeom/lwgeom_accum.c,
-	  lwgeom/lwgeom_box.c, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c,
-	  lwgeom/lwgeom_chip.c, lwgeom/lwgeom_debug.c,
-	  lwgeom/lwgeom_dump.c, lwgeom/lwgeom_estimate.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_functions_lrs.c,
-	  lwgeom/lwgeom_geojson.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos.h, lwgeom/lwgeom_geos_prepared.c,
-	  lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_kml.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_rtree.c,
-	  lwgeom/lwgeom_rtree.h, lwgeom/lwgeom_spheroid.c,
-	  lwgeom/lwgeom_sqlmm.c, lwgeom/lwgeom_svg.c,
-	  lwgeom/lwgeom_transform.c, lwgeom/lwgeom_triggers.c,
-	  lwgeom/postgis.sql.in.c, lwgeom/test.c,
-	  topology/topology.sql.in.c: Propset Author Id Keyword Revision on
-	  all files.
-
-2009-02-04 00:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3638] liblwgeom/cunit/cu_algorithm.c: Formating
-
-2009-02-03 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3637] liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c:
-	  Fix boundary conditions with from==to hitting first/list vertex.
-
-2009-02-03 19:09  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3636] liblwgeom/lwgeom.c: Fix GBT#109: Some operators not
-	  supported for Circular. In this case I haven't added the
-	  comparison code as I am not 100% sure on the semantics, but the
-	  error message should be much clearer to users now.
-
-2009-02-03 17:49  Regina Obe <lr at pcorp.us>
-
-	* [r3635] doc/reference_new.xml: Add corrections from Bruce Rindahl
-
-2009-02-03 17:30  Regina Obe <lr at pcorp.us>
-
-	* [r3634] doc/reference_new.xml: forgot some spaces
-
-2009-02-03 16:10  Regina Obe <lr at pcorp.us>
-
-	* [r3633] doc/reference_new.xml: forgot availability info
-
-2009-02-03 15:23  Regina Obe <lr at pcorp.us>
-
-	* [r3632] doc/reference_new.xml: update st_convexhull definition --
-	  wasn't very clear
-
-2009-02-03 15:20  Regina Obe <lr at pcorp.us>
-
-	* [r3631] doc/reference_new.xml: Document ST_MinimumBoundingCircle
-
-2009-02-03 14:52  Regina Obe <lr at pcorp.us>
-
-	* [r3630] lwgeom/postgis.sql.in.c: #HISTORY:
-	  ST_MinimumBoundingCircle -- also change to support geometries
-	  with LINESTRING,POINT convex hulls
-
-2009-02-03 14:21  Regina Obe <lr at pcorp.us>
-
-	* [r3629] lwgeom/postgis.sql.in.c: First draft of
-	  ST_MinimumBoundingCircle contributed by Bruce Rindahl. Changed to
-	  use named params and renamed function from mbc to
-	  ST_MinimumBoundingCircle.
-
-2009-02-03 13:23  Regina Obe <lr at pcorp.us>
-
-	* [r3628] doc/xsl/postgis_gardentest.sql.xsl: put back linetocurve
-	  curvetoline tests now that issue 86 and 108 should have fixed
-
-2009-02-03 07:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3623] loader/shp2pgsql-core.c, loader/shp2pgsql.c: Use
-	  "extended string" format for escaping \ and ' in insert
-	  statements.
-
-2009-02-03 04:36  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r3622] doc/rfc/postgis_rfc_04.txt: Adding an rfc for changing
-	  the validation approach when parsing WKT.
-
-2009-02-03 01:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3621] liblwgeom/lwalgorithm.c: astyle this file
-
-2009-02-03 01:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3620] lwgeom/lwgeom_gist.c: Comment datum slice pull.
-
-2009-02-02 22:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3619] liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
-	  lwgeom/lwgeom_geos.c: formatting
-
-2009-02-02 18:26  Regina Obe <lr at pcorp.us>
-
-	* [r3617] doc/reference_new.xml,
-	  doc/xsl/postgis_gardentest.sql.xsl: Typo in docs confusing
-	  gardentester. Also change ST_Collect use to ST_Union so we are
-	  testing with valid polygons (reduces union intersection error
-	  messages)
-
-2009-02-02 06:01  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r3605] liblwgeom/lwsegmentize.c, regress/sql-mm-general.sql,
-	  regress/sql-mm-general_expected: Fix for Issue 108 and regress
-	  test.
-
-2009-02-02 04:19  Regina Obe <lr at pcorp.us>
-
-	* [r3604] doc/reference_new.xml: Document
-	  ST_LocateBetweenElevations
-
-2009-02-01 06:48  Regina Obe <lr at pcorp.us>
-
-	* [r3603] doc/reference_new.xml: Get rid of warnings -- no longer
-	  relevant for ST_LineCrossingDirection
-
-2009-01-30 17:16  Regina Obe <lr at pcorp.us>
-
-	* [r3599] doc/xsl/postgis_gardentest.sql.xsl: revise to correctly
-	  fill in timestamp/date args
-
-2009-01-30 14:03  Regina Obe <lr at pcorp.us>
-
-	* [r3594] doc/xsl/postgis_gardentest.sql.xsl: put in logic to test
-	  operators
-
-2009-01-30 13:44  Regina Obe <lr at pcorp.us>
-
-	* [r3593] doc/xsl/postgis_comments.sql.xsl,
-	  doc/xsl/postgis_gardentest.sql.xsl: Operator check in wrong
-	  segment of xpath
-
-2009-01-28 23:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3578] lwgeom/lwgeom_geos.c: Change error message.
-
-2009-01-28 23:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3576] lwgeom/lwgeom_geos.c: Handle null return from
-	  cascadedunion.
-
-2009-01-28 01:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3572] TODO: wrapping
-
-2009-01-27 05:30  Regina Obe <lr at pcorp.us>
-
-	* [r3570] lwgeom/lwgeom_accum.c: missing meta properties
-
-2009-01-25 15:52  Regina Obe <lr at pcorp.us>
-
-	* [r3569] doc/reference_new.xml: Document ST_Extent3D now that Paul
-	  has proclaimed it a public function
-
-2009-01-24 20:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3568] doc/rfc/postgis_rfc_03_sheet.txt, lwgeom/lwgeom_accum.c,
-	  lwgeom/postgis.sql.in.c: Small changes in createrelplace syntax,
-	  comments, function rename recommendation.
-
-2009-01-23 22:05  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3567] doc/reference_new.xml: small wording fix for
-	  DropGeometryColumn
-
-2009-01-23 20:06  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3566] doc/rfc/postgis_rfc_03.txt,
-	  doc/rfc/postgis_rfc_03_sheet.txt: Add function naming rfc
-
-2009-01-22 23:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3565] lwgeom/lwgeom_accum.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/postgis.sql.in.c: Flip all aggregate functions over to the
-	  new aggregation system. Remove catalog hacks in favour of wrapper
-	  type. Make the fast implementations the default and _old
-	  implementations the legacy.
-
-2009-01-22 19:25  Regina Obe <lr at pcorp.us>
-
-	* [r3564] doc/xsl/postgis_comments.sql.xsl,
-	  doc/xsl/postgis_gardentest.sql.xsl: Filter out Operators section
-	  from xsl transforms
-
-2009-01-22 19:25  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3563] doc/reference.xml, doc/reference_new.xml: moved over the
-	  remaining operands from reference.xml to reference_new.xml in the
-	  documentation
-
-2009-01-22 19:15  Regina Obe <lr at pcorp.us>
-
-	* [r3562] doc/reference_new.xml: Give operators section a pretty
-	  anchor and id so easy to bookmark and I can exclude from xsl
-	  scripts
-
-2009-01-22 18:19  Regina Obe <lr at pcorp.us>
-
-	* [r3561] loader/dbfopen.c: Fix DBFReadDeleted logic -- should
-	  return 1 if record is deleted and 0 if it is not deleted
-
-2009-01-22 18:02  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3558] doc/reference.xml, doc/reference_new.xml: moved over |>>
-	  from reference.xml to reference_new.xml in the documentation
-
-2009-01-22 17:46  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3557] doc/reference.xml, doc/reference_new.xml: moved over <<,
-	  <<|, and >> from reference.xml to reference_new.xml in the
-	  documentation
-
-2009-01-22 05:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3556] lwgeom/postgis.sql.in.c: Remove protection from
-	  ST_GeometryArray() aggregate.
-
-2009-01-22 05:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3555] lwgeom: More ignore fixes
-
-2009-01-22 05:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3554] lwgeom: Ignore postgis.sql.*
-
-2009-01-22 05:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3553] lwgeom/postgis.sql.in.c: Alter pg_proc update to work
-	  with older PgSQLs too.
-
-2009-01-22 01:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3552] lwgeom/Makefile.in, lwgeom/lwgeom_accum.c,
-	  lwgeom/postgis.sql.in.c: First stab at a back-port of the
-	  array_agg from 8.4. Our's isn't generic, and it's got it's own
-	  name, so it won't collide, ... needs testing on PgSQL < 8.3
-	  still.
-
-2009-01-22 01:16  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3551] doc/reference.xml, doc/reference_new.xml: moved over |&>
-	  from reference.xml to reference_new.xml in the documentation
-
-2009-01-22 00:44  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3550] doc/reference.xml, doc/reference_new.xml: moved over &>|
-	  from reference.xml to reference_new.xml in the documentation
-
-2009-01-22 00:16  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3549] doc/reference.xml, doc/reference_new.xml: moved over &>
-	  from reference.xml to reference_new.xml in the documentation
-
-2009-01-21 23:26  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3548] doc/reference.xml, doc/reference_new.xml: moved over &&,
-	  &<, and = from reference.xml to reference_new.xml in the
-	  documentation
-
-2009-01-21 23:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3547] configure.ac, lwgeom/lwgeom_geos.c,
-	  lwgeom/postgis.sql.in.c: Add support for fast unions, with
-	  cascaded union. Currently for testing, in the ST_Union_Fast()
-	  agggregate. Requires GEOS SVN r2252 or higher.
-
-2009-01-21 21:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3546] doc/rfc, doc/rfc/postgis_rfc_02.txt: Add rfc document.
-	  First one: alignment ideas.
-
-2009-01-21 21:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3545] lwgeom/lwgeom_estimate.c: Headers split in 8.4?
-
-2009-01-20 18:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3544] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c: Put translation_stage into descriptive
-	  MACRO names
-
-2009-01-20 18:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3543] macros/gtk-2.0.m4: Add GTK macro.
-
-2009-01-20 17:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3542] configure.ac, loader/Makefile.in: Replace hand-built
-	  pkg-config routine w/ m4 from gtk source.
-
-2009-01-20 07:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3541] loader/shp2pgsql-gui.c: Compile your work much?
-
-2009-01-20 07:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3540] loader/shp2pgsql-gui.c: Protect the filename setting a
-	  little bit more in case it's NULL.
-
-2009-01-20 00:50  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3539] doc/reference_new.xml: Fixed accidental broken build in
-	  docs from Rev3536.
-
-2009-01-19 21:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3538] configure.ac, liblwgeom/liblwgeom.h, loader,
-	  loader/Makefile.in, loader/dbfopen.c, loader/shp2pgsql-cli.c,
-	  loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
-	  loader/shp2pgsql-gui.c, loader/stringbuffer.c,
-	  loader/stringbuffer.h: First revision of the GUI. Configure using
-	  --with-gui to enable full GUI build. New core/cli will build by
-	  default. Old utilities remain in place for now.
-
-2009-01-16 17:58  Regina Obe <lr at pcorp.us>
-
-	* [r3537] doc/reference.xml, doc/reference_new.xml: move
-	  ST_GeomCollFromText
-
-2009-01-16 17:41  Regina Obe <lr at pcorp.us>
-
-	* [r3536] doc/reference.xml, doc/reference_new.xml: Move
-	  st_mpolyfromtext
-
-2009-01-15 21:11  Regina Obe <lr at pcorp.us>
-
-	* [r3535] doc/reference_new.xml: Left some garbage in
-
-2009-01-15 18:35  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3534] GNUmakefile, README.postgis, doc/installation.xml,
-	  extras/ogc_test_suite/Makefile, extras/ogc_test_suite/README,
-	  extras/template_gis/profile, extras/tiger_geocoder/INSTALL,
-	  extras/tiger_geocoder/import/newdb.sh, lwgeom/Makefile.in,
-	  lwgeom/lwpostgis.sql.in.c, lwgeom/postgis.sql.in.c,
-	  lwgeom/sqldefines.h.in, regress/Makefile.in, regress/run_test:
-	  Part 1 of GBT#94: Rename folders/files to be more consistent.
-	  Embed the MAJOR.MINOR version in the PostgreSQL shared library
-	  name (to allow different databases to contain different PostGIS
-	  versions) and also rename lwpostgis.sql to postgis.sql. Update
-	  documentation in various files to reflect the new names at the
-	  same time.
-
-2009-01-15 18:24  Regina Obe <lr at pcorp.us>
-
-	* [r3533] doc/reference.xml, doc/reference_new.xml: Move
-	  ST_MLineFromText
-
-2009-01-15 18:17  Regina Obe <lr at pcorp.us>
-
-	* [r3532] doc/reference_new.xml: more stuff
-
-2009-01-15 18:16  Regina Obe <lr at pcorp.us>
-
-	* [r3531] doc/reference_new.xml: forgot some stuff
-
-2009-01-15 18:14  Regina Obe <lr at pcorp.us>
-
-	* [r3530] doc/reference.xml, doc/reference_new.xml: Move over
-	  MPointFromText
-
-2009-01-15 15:10  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3529] lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in.c, lwgeom/sqldefines.h.in: Fix the output
-	  of "SELECT postgis_full_version()" on trunk by ensuring that
-	  USE_STATS is present, and correctly generating the
-	  POSTGIS_SCRIPTS_VERSION variable so that installations of trunk
-	  don't keep thinking that they need a scripts upgrade.
-
-2009-01-14 17:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3527] liblwgeom/wktparse.h: Remove missing prototype warning
-	  from build.
-
-2009-01-13 15:12  Regina Obe <lr at pcorp.us>
-
-	* [r3526] doc/xsl/postgis_gardentest.sql.xsl: Error in logic in
-	  gardentest not correctly flagging WKT functions as taking
-	  geometry variant
-
-2009-01-13 15:11  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3525] regress/geojson_expected, regress/kml_expected: Fix
-	  regression tests to account for changes made in r3522 (rename
-	  'Curve' to 'CircularString')
-
-2009-01-13 14:04  Regina Obe <lr at pcorp.us>
-
-	* [r3524] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_PolygonFromText
-
-2009-01-13 13:12  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3523] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_tester.c: Fix compile warnings for the cunit
-	  tests (unused variables).
-
-2009-01-13 13:00  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3522] liblwgeom/lwutil.c: Update lwgeom_gettypename() by
-	  renaming Curve to CircularString. Now lots of error messages
-	  scattered throughout liblwgeom should start to make sense...
-
-2009-01-13 12:59  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3521] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
-	  liblwgeom/lwgeom_api.c: Rearrange liblwgeom.h as per Paul's
-	  comment on GBT#97: Rename LWCURVE to LWCIRCSTRING. Also rename
-	  lwfree_circstring() to lwcircstring_free() so that it matches the
-	  others (I guess this was missed in the first pass).
-
-2009-01-13 12:27  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3520] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurve.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwsegmentize.c, liblwgeom/wktparse.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_transform.c: Commit for GBT#97: Rename LWCURVE to
-	  LWCIRCSTRING (also know as restoring balance to the universe).
-	  
-	  Having gone through and re-read sections of the CIRCULARSTRING
-	  code, it is amazing how much easier the code is to read without
-	  the confusion of a curve being either a CIRCULARSTRING or
-	  LINESTRING as per the SQL-MM spec. The resulting commit compiles
-	  & installs cleanly for me, passes "make check" and also Regina's
-	  torture script. Please let me know if I accidentally broke
-	  anything :)
-
-2009-01-12 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3519] liblwgeom/lwcollection.c, liblwgeom/lwmpoint.c,
-	  liblwgeom/lwmpoly.c, loader/shp2pgsql.c: Remove double-free
-	  problem from loader in presence of new deep-freeing lwfree calls.
-
-2009-01-12 14:38  Regina Obe <lr at pcorp.us>
-
-	* [r3518] doc/reference_new.xml: typos
-
-2009-01-12 14:24  Regina Obe <lr at pcorp.us>
-
-	* [r3517] doc/reference_new.xml: Correct. ST_LinestringFromText
-	  does not exist though was documented before.
-
-2009-01-12 13:54  Regina Obe <lr at pcorp.us>
-
-	* [r3516] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Line functions and point out how pointless they are. Also
-	  correct incorrect statement that they throw errors when given
-	  non-line - they just return null.
-
-2009-01-12 12:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3515] liblwgeom/Makefile.in: Remove erroneus merge from r3502
-	  (HAVE_CUNIT_H just isn't defined anymore...)
-
-2009-01-11 07:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3514] lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in.c: Remove
-	  RECHECK per GBT#18.
-
-2009-01-09 23:04  Regina Obe <lr at pcorp.us>
-
-	* [r3513] doc/reference_new.xml: Fix typo
-
-2009-01-09 22:52  Regina Obe <lr at pcorp.us>
-
-	* [r3512] doc/reference.xml, doc/reference_new.xml: Move over rest
-	  of miscellaneous -- NOTE st_find_srid does not exist - was never
-	  renamed from find_srid. Not sure its worth fixing since its
-	  rarely used anyway.
-
-2009-01-09 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3511] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geojson.c,
-	  lwgeom/lwgeom_gml.c, lwgeom/lwgeom_kml.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_transform.c: Rename
-	  lwfree_inspected to lwinspected_release, per it's "shallow free"
-	  behavior.
-
-2009-01-09 17:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3510] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwmline.c,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwpoint.c,
-	  liblwgeom/lwpoly.c, liblwgeom/ptarray.c, loader/shp2pgsql.c,
-	  lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_kml.c: Rename
-	  lwfree_* to *_free.
-
-2009-01-09 14:15  Regina Obe <lr at pcorp.us>
-
-	* [r3509] doc/using_postgis.xml: Missed some ST_ spots.
-
-2009-01-09 13:49  Regina Obe <lr at pcorp.us>
-
-	* [r3508] doc/using_postgis.xml: Missed a spot.
-
-2009-01-09 13:48  Regina Obe <lr at pcorp.us>
-
-	* [r3507] doc/using_postgis.xml: Using - fix some connectiontype
-	  omissions in Mapserver section, add in processing defer comment,
-	  fix some missing ST_
-
-2009-01-09 13:32  Regina Obe <lr at pcorp.us>
-
-	* [r3506] doc/reference_new.xml: Add circular string note
-
-2009-01-09 13:29  Regina Obe <lr at pcorp.us>
-
-	* [r3505] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_NRings
-
-2009-01-09 13:17  Regina Obe <lr at pcorp.us>
-
-	* [r3504] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Zmflag
-
-2009-01-08 17:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3503] lwgeom/lwgeom_gml.c: Forgot to save this file. Also
-	  changes to lwfree_* *_release.
-
-2009-01-08 17:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3502] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwmline.c,
-	  liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwpoint.c,
-	  liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
-	  lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geojson.c:
-	  Alter lwfree_* to deep-free memory. Add variants of *_release to
-	  support shallow-free. Go through lwgeom/ and replace any lwfree_*
-	  instances with *_release where appropriate. (Surprisingly few.)
-
-2009-01-08 16:06  Regina Obe <lr at pcorp.us>
-
-	* [r3501] doc/reference_new.xml: documentatioin out of synch with
-	  reality since garden test failing. Change spelling
-	  ST_CrossingDirection to new name ST_LineCrossingDirection
-
-2009-01-08 15:50  Regina Obe <lr at pcorp.us>
-
-	* [r3500] doc/xsl/postgis_gardentest.sql.xsl: put in valid name
-	  space (giving error with my xsltproc otherwise)
-
-2009-01-07 19:40  Regina Obe <lr at pcorp.us>
-
-	* [r3499] doc/xsl/postgis_gardentest.sql.xsl: Finish off adding
-	  multi garden geometries
-
-2009-01-07 18:25  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3498] doc/reference_new.xml: updated documention on
-	  addgeometrycolumn, clarifying the errors thrown.
-
-2009-01-07 12:11  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3496] liblwgeom/lwalgorithm.c: Bump some LWDEBUG(F) from level
-	  1 up to levels 3-4 (level 1 is reserved)
-
-2009-01-07 01:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3495] loader/shp2pgsql.c: Remove memory leak in standard
-	  loader.
-
-2009-01-05 20:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3494] configure.ac, liblwgeom/cunit/Makefile.in: Allow
-	  CPPFLAGS/LDFLAGS parameters from the command line to be passed
-	  into the CUnit Makefile, since CUnit is the only dependency that
-	  cannot determine its own flags using a --with-X parameter. This
-	  allows CUnit to be installed in a non-standard location if
-	  required.
-
-2009-01-05 14:44  Regina Obe <lr at pcorp.us>
-
-	* [r3493] doc/xsl/postgis_gardentest.sql.xsl: Put circular back in
-	  mix. Doesn't crash now that MCA changed distance to throw error.
-
-2009-01-05 00:08  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3492] configure.ac, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/Makefile.in: Rework the CUnit detection
-	  infrastructure as you can't locate include files based on an
-	  absolute path. This is because autoconf and the compiler have
-	  differing ideas of the current paths (this totally breaks the
-	  Win32 build since you have the extra mapping between UNIX-type
-	  MingW paths and Windows-type paths). Hopefully this should not
-	  affect existing users at all - if so, please post a report on
-	  -devel. I'll try running this on MingW at a later date.
-	  
-	  I've also enforced "make check" to run the unit tests, rather
-	  than "make test". This is a fallout from the early days when strk
-	  committed the regression test suite to run using "make test" by
-	  accident which appears to have stuck :(
-	  .
-
-2009-01-04 20:39  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3491] liblwgeom/lwgeom.c: Fix comment in lwgeom_from_ewkt() and
-	  also add a quick error check to lwgeom_from_ewkt() and
-	  lwgeom_from_ewkb() - otherwise upon parse failure we could pass a
-	  half-baked geometry back to the caller which would not be good :(
-
-2009-01-04 20:11  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3490] liblwgeom/cunit/cu_algorithm.c: Update the cunit tests to
-	  use the proper parser flag PARSER_CHECK_NONE rather than the
-	  hard-coded zero.
-
-2009-01-04 19:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3489] liblwgeom/cunit/Makefile.in: Add -lm to the cu_tester
-	  link line - we must always add this to the link line for anything
-	  that links agains liblwgeom.a (at least on my Linux system here)
-
-2009-01-04 19:24  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3487] liblwgeom/measures.c: Commit quick fix for GBT#85:
-	  ST_Distance crashes on Circular String. Rather than devise and
-	  implement a set of distance functions for CIRCULARSTRINGs, I've
-	  simply added code to detect the condition and throw an
-	  "Unsupported geometry type" error, similar to as already exists
-	  within the codebase.
-
-2009-01-02 13:25  Regina Obe <lr at pcorp.us>
-
-	* [r3486] TODO: minor update
-
-2009-01-02 13:23  Regina Obe <lr at pcorp.us>
-
-	* [r3485] TODO: Add ST_DumpPoints. Not sure how simple it is.
-
-2009-01-01 21:36  Regina Obe <lr at pcorp.us>
-
-	* [r3484] TODO: Put time stamp placeholder on (I think)
-
-2009-01-01 21:26  Regina Obe <lr at pcorp.us>
-
-	* [r3483] TODO: Fix typo
-
-2009-01-01 00:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3482] liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwgeom_api.c: Fix based on test case from MAC.
-
-2008-12-27 22:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3481] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h,
-	  lwgeom/lwgeom_functions_analytic.c: Add support for
-	  multilinestring to st_locatebetweenelevations
-
-2008-12-27 08:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3480] TODO: Add heat map case.
-
-2008-12-24 20:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3479] liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h: Add
-	  mline version of clipper.
-
-2008-12-24 17:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3478] liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwalgorithm.c, liblwgeom/lwgeom.c: Add lwfree_geom to
-	  generically deep-free lwgeometries.
-
-2008-12-24 17:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3477] liblwgeom/cunit, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c: Add lwgeom_from_ewkt
-	  and change larger cunit tests to create candidate geometries from
-	  text instead of by hand.
-
-2008-12-24 00:32  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3476] liblwgeom/lex.yy.c: Try and commit a pre-generated output
-	  from flex that works for the build-bot.
-
-2008-12-23 22:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3475] liblwgeom/lex.yy.c: Revert accidental commit of lex.yy.c
-
-2008-12-23 20:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3474] liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcollection.c, lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwpostgis.sql.in.c: Rename new functions to
-	  ST_LineCrossingDirection and ST_LocateBetweenElevations for more
-	  explicitness and closer correspondance to SQL/MM, respectively.
-	  Add a new geometry counter for collections.
-
-2008-12-23 13:24  Regina Obe <lr at pcorp.us>
-
-	* [r3473] doc/xsl/postgis_gardentest.sql.xsl: Break out multi as
-	  separate geometry types and start putting in. Remove
-	  unary/aggregate geom since now exactly the same as section that
-	  takes only 1 geometry.
-
-2008-12-22 23:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3472] configure.ac, liblwgeom/Makefile.in,
-	  liblwgeom/cunit/Makefile, liblwgeom/cunit/Makefile.in: Add CUnit
-	  to main 'make test' build and check for existance of CUnit.h as
-	  part of ./configure
-
-2008-12-22 21:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3471] configure.ac: Fix typo in the backticks when extracting
-	  linker/include flags from pg_config. Resolving this allows SVN
-	  trunk to compile on MingW! :)
-
-2008-12-22 17:49  Regina Obe <lr at pcorp.us>
-
-	* [r3470] doc/reference_new.xml: More typos
-
-2008-12-22 17:48  Regina Obe <lr at pcorp.us>
-
-	* [r3469] doc/reference_new.xml: More typos
-
-2008-12-22 17:47  Regina Obe <lr at pcorp.us>
-
-	* [r3468] doc/reference_new.xml: typo
-
-2008-12-22 16:54  Regina Obe <lr at pcorp.us>
-
-	* [r3467] doc/reference_new.xml: Missed a constant
-
-2008-12-22 16:53  Regina Obe <lr at pcorp.us>
-
-	* [r3466] doc/reference_new.xml: First draft of
-	  ST_CrossingDirection -- needs more work
-
-2008-12-22 15:22  Regina Obe <lr at pcorp.us>
-
-	* [r3465] doc/xsl/postgis_gardentest.sql.xsl: More conditional
-	  corrections. Also take circular back out of test since still
-	  crashes under 1.4 with ST_Distance.
-
-2008-12-22 14:14  Regina Obe <lr at pcorp.us>
-
-	* [r3464] doc/xsl/postgis_gardentest.sql.xsl: Revision - change to
-	  not test geoms against other geoms if function only takes one
-	  geom, better commenting of output. Put back circularstring --
-	  crashes on 1.3 still on ST_Distance in some cases. Haven't tested
-	  against trunk
-
-2008-12-22 12:15  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3462] STYLE, liblwgeom/lwcurve.c, liblwgeom/lwutil.c,
-	  liblwgeom/wktparse.lex, lwgeom/lwgeom_chip.c, lwgeom/test.c:
-	  Remove the few C++-style comments that have crept into the
-	  codebase, and add a note to the STYLE document stating that
-	  C-style comments should be used.
-
-2008-12-22 11:51  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3461] lwgeom/lwgeom_geos.c: Remove the WKB_CONVERSION hack
-	  which was invented to try and make the JTS connector more
-	  reliable. Since all the other JTS code has gone, this can now go
-	  too. See
-	  http://postgis.refractions.net/pipermail/postgis-devel/2008-August/003495.html
-	  for a little discussion.
-
-2008-12-22 11:38  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3460] liblwgeom/lwgunparse.c: Errr.... unsigned *what*
-	  exactly??! If you'd have asked me yesterday if I thought this
-	  would compile, I would have said no...
-
-2008-12-22 11:11  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3459] liblwgeom/lwmcurve.c: Some code tidy-ups: remove Windows
-	  CR/LFs from the file, change the free()s into lwfree()s, and fix
-	  a spelling mistake.
-
-2008-12-22 09:30  Regina Obe <lr at pcorp.us>
-
-	* [r3458] doc/xsl/postgis_gardentest.sql.xsl: revert part of last
-	  change
-
-2008-12-22 08:39  Regina Obe <lr at pcorp.us>
-
-	* [r3457] doc/xsl/postgis_gardentest.sql.xsl: correction to last
-	  edit
-
-2008-12-21 06:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3456] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
-	  lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in.c:
-	  Add ST_LineClipZ(geometry, from, to) SQL and C functions.
-
-2008-12-19 19:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3455] liblwgeom/cunit, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/lwalgorithm.c: Complete c-level line clipping routines,
-	  and unit tests.
-
-2008-12-19 19:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3454] liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c:
-	  Add in lwfree_* deep memory clean-up routines for multi-objects.
-
-2008-12-19 18:51  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3453] doc/html/images/st_issimple01.png,
-	  doc/html/images/st_issimple02.png,
-	  doc/html/images/st_issimple03.png,
-	  doc/html/images/st_issimple04.png,
-	  doc/html/images/st_issimple05.png,
-	  doc/html/images/st_issimple06.png,
-	  doc/html/images/st_issimple07.png,
-	  doc/html/images/st_isvalid01.png,
-	  doc/html/images/st_isvalid02.png,
-	  doc/html/images/st_isvalid03.png,
-	  doc/html/images/st_isvalid04.png,
-	  doc/html/images/st_isvalid05.png,
-	  doc/html/images/st_isvalid06.png,
-	  doc/html/images/st_isvalid07.png,
-	  doc/html/images/st_isvalid08.png, doc/reference_new.xml,
-	  doc/using_postgis.xml: Upgraded section in using_postgis.xml that
-	  talks about OGC Simplicity / Validity.
-
-2008-12-19 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3452] STYLE: Remove camelCase example from style guideline
-	  against camelCase (! :)
-
-2008-12-19 14:59  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3451] loader/pgsql2shp.c: Remove the PostGIS LWGEOM type
-	  constants from pgsql2shp - they are no longer needed here as they
-	  are included as part of liblwgeom.h.
-
-2008-12-18 20:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3450] liblwgeom/examples/unparser.c, liblwgeom/lwgeom_api.c,
-	  liblwgeom/lwpoint.c, loader/shp2pgsql.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geojson.c,
-	  lwgeom/lwgeom_gml.c, lwgeom/lwgeom_kml.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_transform.c: Complete the
-	  pfree_ to lwfree_ renaming.
-
-2008-12-18 20:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3449] liblwgeom/liblwgeom.h: Move curve back down below curve
-	  struct. Hm.
-
-2008-12-18 20:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3448] liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwcurve.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
-	  liblwgeom/lwpoint.c, liblwgeom/lwpoly.c: Complete the pfree_* to
-	  lwfree_* renaming.
-
-2008-12-18 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3447] liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwpoint.c, loader/shp2pgsql.c,
-	  lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geojson.c,
-	  lwgeom/lwgeom_gml.c, lwgeom/lwgeom_kml.c: Rename pfree_* memory
-	  management function lwfree_*
-
-2008-12-18 20:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3446] liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h, liblwgeom/lwgeom.c: Partial work commit
-	  for safety
-
-2008-12-18 17:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3445] loader: Ignore generated Makefile
-
-2008-12-18 15:58  Regina Obe <lr at pcorp.us>
-
-	* [r3444] doc/xsl/postgis_gardentest.sql.xsl: Revise to cross every
-	  geometry with every other to better test the functions that take
-	  2 geometries. This increases the generated script to about 18 MB.
-	  Still need to trim off some of these tests (since it does the
-	  same for singular geom functions)
-
-2008-12-18 15:38  Regina Obe <lr at pcorp.us>
-
-	* [r3443] doc/xsl/postgis_gardentest.sql.xsl: Get rid of redundant
-	  variable declares
-
-2008-12-18 15:32  Regina Obe <lr at pcorp.us>
-
-	* [r3442] doc/xsl/postgis_gardentest.sql.xsl: Get rid of 2 geom
-	  relation section. Its redundant now that the last condition
-	  section has been improved.
-
-2008-12-18 15:25  Regina Obe <lr at pcorp.us>
-
-	* [r3441] doc/xsl/postgis_gardentest.sql.xsl: Numerous enhancements
-	  to make torture script generator smarter - e.g. don't use
-	  geometry select when function takes not geometries, don't put
-	  monkey in when you see pattern matrix use a real
-	  intersectionmatrix, concept of version
-
-2008-12-18 00:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3440] liblwgeom/Makefile.in, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h: Partial work saved back for later.
-
-2008-12-17 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3439] TODO, liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h: Partial work into SVN where I can get at
-	  it elsewhere.
-
-2008-12-17 20:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3438] regress/sql-mm-circularstring_expected.in,
-	  regress/sql-mm-compoundcurve_expected.in,
-	  regress/sql-mm-curvepoly_expected.in,
-	  regress/sql-mm-multicurve_expected.in,
-	  regress/sql-mm-multisurface_expected.in: Remove LFs from
-	  regression files per MCA.
-
-2008-12-17 19:37  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3436] liblwgeom/lwgunparse.c: #HISTORY: Really fix what was
-	  broken in r3431/3432. See the notes there for the full detail.
-
-2008-12-17 18:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3435] STYLE, TODO, cunit, liblwgeom/cunit,
-	  liblwgeom/cunit/Makefile, liblwgeom/cunit/cu_algorithm.c,
-	  liblwgeom/cunit/cu_algorithm.h, liblwgeom/cunit/cu_tester.c:
-	  Re-locate cunit, add a STYLE guideline draft and some TODO notes.
-
-2008-12-17 16:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3433] liblwgeom/lwgunparse.c: Undo r3431/3432: this isn't ready
-	  for the primetime yet as it breaks a couple of the regression
-	  tests.
-
-2008-12-17 15:01  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3431] liblwgeom/lwgunparse.c: Fix for one of Regina's torture
-	  failures as posted to the -devel list here:
-	  http://postgis.refractions.net/pipermail/postgis-devel/2008-December/004362.html.
-	  A CurvePolygon has a "standard header" and so must be passed
-	  through a function that understands the optional existence of
-	  SRIDs/BBOXes etc. in the header.
-
-2008-12-17 05:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3430] cunit/cu_algorithm.c, cunit/cu_algorithm.h: harmonize
-	  unit tests with new function names
-
-2008-12-17 05:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3429] liblwgeom/lwalgorithm.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c: harmonize function names so
-	  things... compile
-
-2008-12-17 05:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3428] cunit/cu_algorithm.c, cunit/cu_algorithm.h,
-	  cunit/cu_tester.c, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h, lwgeom/lwgeom_functions_analytic.c:
-	  Revisison per MCA and (c) headers.
-
-2008-12-17 00:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3427] cunit/cu_algorithm.c: Add some co-linearity tests.
-
-2008-12-17 00:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3426] cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h: Basic co-linearity support. Remove
-	  touching cases from crossingdirection.
-
-2008-12-16 23:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3425] liblwgeom/lwalgorithm.c,
-	  lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in.c:
-	  Add ST_CrossingDirection(line, line) bindings into SQL.
-
-2008-12-16 22:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3424] cunit, cunit/Makefile, cunit/cu_algorithm.c,
-	  cunit/cu_algorithm.h, cunit/cu_tester.c, liblwgeom/Makefile.in,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
-	  liblwgeom/lwalgorithm.h: First cut of line crossing function, and
-	  associated cunit tests.
-
-2008-12-16 21:21  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3423] lwgeom/lwpostgis.sql.in.c: fixed bug in
-	  probe_geometry_columns where an srid of -1 is not properly
-	  detected. (last time :))
-
-2008-12-16 21:11  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3422] lwgeom/lwpostgis.sql.in.c: fixed bug in
-	  probe_geometry_columns where an srid of -1 is not properly
-	  detected.
-
-2008-12-16 21:07  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3421] lwgeom/lwpostgis.sql.in.c: fixed bug in
-	  probe_geometry_columns where an srid of -1 is not properly
-	  detected.
-
-2008-12-16 16:22  Regina Obe <lr at pcorp.us>
-
-	* [r3420] doc/xsl/postgis_gardentest.sql.xsl: More changes - can't
-	  remember
-
-2008-12-16 13:01  Regina Obe <lr at pcorp.us>
-
-	* [r3419] doc/reference_new.xml: Add cross reference to
-	  ST_IsValidReason on ST_IsValid and ST_Summary
-
-2008-12-16 12:40  Regina Obe <lr at pcorp.us>
-
-	* [r3417] doc/reference_new.xml: Fix formatting of ForceRHR args --
-	  messing up torture test generator
-
-2008-12-15 14:50  Regina Obe <lr at pcorp.us>
-
-	* [r3411] doc/xsl/postgis_gardentest.sql.xsl: missing the
-	  st_geomfromtext among others because of bad conditions - switched
-	  to xsl:choose to simplify logic.
-
-2008-12-15 13:36  Regina Obe <lr at pcorp.us>
-
-	* [r3410] loader/pgsql2shp.c: minor comment addition
-
-2008-12-15 12:56  Regina Obe <lr at pcorp.us>
-
-	* [r3409] doc/xsl/postgis_gardentest.sql.xsl: add more data types.
-	  Remove curve tests again -- too many crashers
-
-2008-12-15 12:36  Regina Obe <lr at pcorp.us>
-
-	* [r3408] doc/reference_new.xml: Typo in data type param
-
-2008-12-15 10:30  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3406] lwgeom/lwgeom_functions_basic.c: #HISTORY: Fix for
-	  GBT#83: "ST_Multi on curved polygon gives ERROR: Unknown geometry
-	  type: 0". On reflection, ST_Multi() can only operate on standard
-	  POINT, LINESTRING and POLYGON types as the only MULTI geomtypes
-	  are MULTIPOINT, MULTILINESTRING and MULTIPOLYGON. This was caused
-	  by the introduction of the curve crashing fixes in 1.3.4.
-
-2008-12-15 05:33  Regina Obe <lr at pcorp.us>
-
-	* [r3405] doc/xsl/postgis_gardentest.sql.xsl: more cleanup
-
-2008-12-15 05:03  Regina Obe <lr at pcorp.us>
-
-	* [r3404] doc/xsl/postgis_gardentest.sql.xsl: Think I got most of
-	  the functions with additional args, left out circular since it
-	  crashes. We can fix in 1.4
-
-2008-12-15 04:12  Regina Obe <lr at pcorp.us>
-
-	* [r3403] doc/xsl/postgis_gardentest.sql.xsl: replace param logic
-
-2008-12-15 02:38  Regina Obe <lr at pcorp.us>
-
-	* [r3401] lwgeom/lwgeom_geos.c: #GBT 84: Fix typo in boundary error
-
-2008-12-14 15:14  Regina Obe <lr at pcorp.us>
-
-	* [r3400] doc/xsl/postgis_gardentest.sql.xsl: Add circular string
-	  and curved polygon to garden set. Also start work on dealing with
-	  functions that take floats and integers as additional params
-
-2008-12-14 07:24  Regina Obe <lr at pcorp.us>
-
-	* [r3399] doc/xsl/postgis_gardentest.sql.xsl: Exclude
-	  st_curvetoline from test for now. Crashes on geometry collection
-	  test.
-
-2008-12-14 03:19  Regina Obe <lr at pcorp.us>
-
-	* [r3398] doc/xsl/postgis_gardentest.sql.xsl: Add
-	  GEOMETRYCOLLECTION to garden mix. This crashes my 1.3.5SVN build
-	  after running generated script - investigating
-
-2008-12-14 03:10  Regina Obe <lr at pcorp.us>
-
-	* [r3397] doc/xsl/postgis_gardentest.sql.xsl: Add logic to test for
-	  unary functions that take box2d/3d and add 3d geometries to
-	  garden set.
-
-2008-12-14 01:50  Regina Obe <lr at pcorp.us>
-
-	* [r3396] doc/xsl/postgis_gardentest.sql.xsl: Add create table, add
-	  geom, drop column, drop table to batch of tortures
-
-2008-12-13 19:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3395] TODO: Remove isvalidreason, it's done.
-
-2008-12-13 19:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3394] TODO: Add typmod idea
-
-2008-12-12 17:07  Regina Obe <lr at pcorp.us>
-
-	* [r3393] doc/xsl/postgis_gardentest.sql.xsl: Fix condition
-	  statement that prevented some 2 geom functions from being picked
-	  up
-
-2008-12-12 16:55  Regina Obe <lr at pcorp.us>
-
-	* [r3392] doc/xsl/postgis_gardentest.sql.xsl: Added POLYGONM gset
-	  to test. Also got rid of monkey crashing LineMerge. May add back
-	  later by removing the NOT (j=i) conditions.
-
-2008-12-12 16:49  Regina Obe <lr at pcorp.us>
-
-	* [r3391] doc/reference_new.xml: Note that ST_MakePolygon can be
-	  used to make measured polys and 3d polys
-
-2008-12-12 16:26  Regina Obe <lr at pcorp.us>
-
-	* [r3390] loader/pgsql2shp.c: use strcmp for compare instead of
-	  comparing first element in projcreate
-
-2008-12-12 14:20  Regina Obe <lr at pcorp.us>
-
-	* [r3389] doc/xsl/postgis_gardentest.sql.xsl: get rid of
-	  accidentally copied comment
-
-2008-12-12 14:11  Regina Obe <lr at pcorp.us>
-
-	* [r3388] doc/xsl/postgis_gardentest.sql.xsl: Add relationship/
-	  functions that act on 2 geometries tests to the mix
-
-2008-12-12 13:40  Regina Obe <lr at pcorp.us>
-
-	* [r3387] doc/xsl/postgis_gardentest.sql.xsl: Add POINTM and
-	  LINESTRINGM to garden family
-
-2008-12-12 13:17  Regina Obe <lr at pcorp.us>
-
-	* [r3386] doc/reference_new.xml: Remove Postgis_JTS_Version from
-	  docs. No longer in 1.4 code base.
-
-2008-12-12 13:05  Regina Obe <lr at pcorp.us>
-
-	* [r3385] doc/xsl/postgis_gardentest.sql.xsl: Revise to use an xml
-	  collection instead of repetitive loops. Also put in select start
-	  and end so when the server crashes you know where it broke.
-
-2008-12-12 11:07  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3384] lwgeom/lwgeom_functions_basic.c: Looks like I
-	  accidentally removed some code from LWGEOM_accum that was
-	  required to set the Oid of the array being used to store the
-	  aggregate results. As reported by Regina.
-
-2008-12-11 19:38  Regina Obe <lr at pcorp.us>
-
-	* [r3381] doc/xsl/postgis_gardentest.sql.xsl: Fix typo in geometry
-	  test
-
-2008-12-11 18:57  Regina Obe <lr at pcorp.us>
-
-	* [r3380] doc/xsl/postgis_aggs_mm.xml.xsl,
-	  doc/xsl/postgis_comments.sql.xsl,
-	  doc/xsl/postgis_gardentest.sql.xsl: put in the svn:keywords
-	  thingy and also update postgis_gardentest to generate garden test
-	  for all unary postgis functions and aggregates
-
-2008-12-11 17:18  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3379] lwgeom/lwgeom_geos.c: added a HINT to the ERROR message
-	  in errorIfGeometryCollection indicating the geometry that is in
-	  error.
-
-2008-12-11 16:56  Regina Obe <lr at pcorp.us>
-
-	* [r3378] doc/xsl/postgis_gardentest.sql.xsl: First draft of garden
-	  test sql generator. This version just searches the docs and
-	  outputs tests for functions that take no arguments. Need to
-	  formulate a list of geometries to generate code for unary and so
-	  forth.
-
-2008-12-11 15:56  Regina Obe <lr at pcorp.us>
-
-	* [r3377] loader/pgsql2shp.c: Incorporated Mark's suggestion to use
-	  PQescapeStringConn instead of building a custom function. Also
-	  fixed typo. Note using free() instead of PQfree since couldn't
-	  find a PQfree. I looked at the 8.3.5 postgresql source code base,
-	  and that's what they seem to use when releasing buffer space.
-
-2008-12-11 14:55  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3376] liblwgeom/lwutil.c: Increase the amount of allocated
-	  memory by 3 bytes, so that if maxlength < 3 and we return just
-	  "..." then we still have enough space to store the string without
-	  clobbering memory.
-
-2008-12-11 13:46  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3375] liblwgeom/lwutil.c, lwgeom/lwgeom_pg.c: Fix up a couple
-	  of errors in the new lwmessage_truncate() function found by Kevin
-	  - correct an off-by-one error in the code, and include a missing
-	  startpos offset in the end truncation code. Also ensure that if
-	  maxlength gets too small then we return "..." rather than
-	  crashing.
-
-2008-12-10 12:36  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3374] liblwgeom/liblwgeom.h: Resolve local merge conflict from
-	  previous commit.
-
-2008-12-10 12:32  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3373] liblwgeom/lwutil.c, lwgeom/lwgeom_pg.c,
-	  regress/regress_expected, regress/wkt_expected: Add new
-	  lwmessage_truncate() function to liblwgeom that will truncate a
-	  string to a maximum number of characters, adding a "..." to
-	  indicate where the string has been trimmed. Truncation can be
-	  specified to occur from either the start or end of the string as
-	  required. Also update the parser error handler to use the new
-	  function.
-
-2008-12-09 23:29  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r3372] liblwgeom/liblwgeom.h, liblwgeom/lwcurve.c: Porting the
-	  floating point comparison operator upgrade from the 1.3 branch.
-
-2008-12-07 02:52  Regina Obe <lr at pcorp.us>
-
-	* [r3370] doc/reference.xml, doc/reference_new.xml: correct mm
-	  reference of ST_PointFromText and remove from old MM section
-
-2008-12-07 02:47  Regina Obe <lr at pcorp.us>
-
-	* [r3369] doc/reference_new.xml: Minor additions
-
-2008-12-07 02:42  Regina Obe <lr at pcorp.us>
-
-	* [r3368] doc/reference_new.xml: fix some typos
-
-2008-12-07 02:29  Regina Obe <lr at pcorp.us>
-
-	* [r3367] doc/reference.xml, doc/reference_new.xml: Move over
-	  (x,y,z) min/max family and add cross reference to those from
-	  ST_X, ST_Y, ST_Z
-
-2008-12-07 00:40  Regina Obe <lr at pcorp.us>
-
-	* [r3366] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Box2D and ST_Box3D and flag ST_Accum as working with circular
-	  strings
-
-2008-12-05 19:39  Regina Obe <lr at pcorp.us>
-
-	* [r3365] doc/reference_new.xml: revise example
-
-2008-12-05 19:31  Regina Obe <lr at pcorp.us>
-
-	* [r3364] doc/reference_new.xml: Clarify use of ST_Relation and
-	  include Martin's example of interior intersects
-
-2008-12-05 13:46  Regina Obe <lr at pcorp.us>
-
-	* [r3363] loader/pgsql2shp.c: #HISTORY: #GBT:34 - .prj creation by
-	  pgsql2shp
-
-2008-12-05 12:33  Regina Obe <lr at pcorp.us>
-
-	* [r3362] liblwgeom/lwgeom.c: #GBT 80: ST_Multi seg faults when
-	  given MULTILINESTRING
-
-2008-12-04 17:01  Regina Obe <lr at pcorp.us>
-
-	* [r3360] doc/reference.xml, doc/reference_new.xml: Move over rest
-	  of Long Transactions
-
-2008-12-03 17:12  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3359] loader/shp2pgsql.c: Fix GBT#79: shp2pgsql does not honor
-	  -s (also known as Mark accidentally missed the sr_id from the
-	  geometry constructors)
-
-2008-12-03 16:02  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3357] liblwgeom/ptarray.c, lwgeom/lwgeom_functions_lrs.c:
-	  Lightbulb moment: the fix for GBT#21: locate_along_measure: wrong
-	  values, invalid data required extra work as floating point errors
-	  could still be introduced by the removal of the memcpy(). In fact
-	  it was the clipping logic that was wrong, so this patch re-adds
-	  the memcpy() in the correct place(s) and corrects the clipping
-	  flags to remove this floating point error. With thanks to Stephen
-	  Davies.
-
-2008-12-02 20:04  Regina Obe <lr at pcorp.us>
-
-	* [r3356] doc/reference_new.xml: Remove some junk and fix some
-	  typos, rephrase descriptions
-
-2008-12-02 20:00  Regina Obe <lr at pcorp.us>
-
-	* [r3355] doc/reference.xml, doc/reference_new.xml: Move over
-	  LockRow
-
-2008-12-02 19:43  Regina Obe <lr at pcorp.us>
-
-	* [r3354] doc/reference.xml, doc/reference_new.xml: Move over
-	  CheckAuth
-
-2008-12-01 23:34  Regina Obe <lr at pcorp.us>
-
-	* [r3353] doc/reference_new.xml: typo
-
-2008-12-01 22:19  Regina Obe <lr at pcorp.us>
-
-	* [r3352] doc/reference_new.xml: remove extra def
-
-2008-12-01 22:06  Regina Obe <lr at pcorp.us>
-
-	* [r3351] doc/reference.xml, doc/reference_new.xml: Move over
-	  Enable/Disable LongTransactions
-
-2008-12-01 12:41  Regina Obe <lr at pcorp.us>
-
-	* [r3350] doc/reference_new.xml: Damn casing - wrong fix
-
-2008-12-01 12:38  Regina Obe <lr at pcorp.us>
-
-	* [r3349] doc/reference_new.xml: typo ?
-
-2008-12-01 12:13  Regina Obe <lr at pcorp.us>
-
-	* [r3348] doc/reference_new.xml: typo?
-
-2008-12-01 06:32  Regina Obe <lr at pcorp.us>
-
-	* [r3347] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_HasBBox
-
-2008-12-01 06:26  Regina Obe <lr at pcorp.us>
-
-	* [r3346] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_AddBBox, ST_DropBBox - the last of the Geometry Editors
-
-2008-11-28 16:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3345] lwgeom/lwgeom_geos.c: wrap isvalidreason in test for GEOS
-	  >= 3.1
-
-2008-11-27 19:04  Regina Obe <lr at pcorp.us>
-
-	* [r3344] doc/reference_new.xml: correction
-
-2008-11-27 18:53  Regina Obe <lr at pcorp.us>
-
-	* [r3343] doc/reference_new.xml: ST_IsValidReason typo and add an
-	  example of a valid geometry
-
-2008-11-27 18:31  Regina Obe <lr at pcorp.us>
-
-	* [r3342] doc/reference_new.xml: Document new ST_IsValidReason
-	  function. I suppose this may be the last time I can successfully
-	  create invalid geometries before Mark ruins all the fun.
-
-2008-11-26 19:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3341] lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in.c:
-	  ST_IsValidReason(geometry) returns text reason for validity
-	  failure.
-	  Requires GEOS >= 3.1.
-	  GBT#51
-
-2008-11-26 13:40  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3340] liblwgeom/Makefile.in: Apply patch from strk to prevent
-	  unneccesary invocation of 'ar' when building liblwgeom.
-
-2008-11-26 12:11  Regina Obe <lr at pcorp.us>
-
-	* [r3339] doc/installation.xml: Correct install docs to agree with
-	  README. Not sure if this is necessary since this is partially for
-	  already installed postgis. Are we going to have an lwgeom folder
-	  in contrib?
-
-2008-11-26 11:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3338] GNUmakefile: Create liblwgeom as a phony dependency, so
-	  that any changes to liblwgeom cause a re-build of liblwgeom.a
-	  during "make". Patch provided by strk.
-
-2008-11-26 11:43  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3337] README.postgis: Fix some minor errors in the README
-	  documentation as indicated by strk.
-
-2008-11-25 21:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3336] NEWS, doc/release_notes.xml: Bring forward release notes
-	  from 1.3.4
-
-2008-11-25 10:42  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3335] lwgeom/lwgeom_estimate.c: Quick fix for GBT#72:
-	  ST_Estimated_Extent sometimes returns null if table exists but
-	  not in current schema.
-
-2008-11-24 13:18  Regina Obe <lr at pcorp.us>
-
-	* [r3326] doc/reference_new.xml: Fix indentation for
-	  estimated_extent example. Document ST_Force_Collection broken
-	  when given Circular strings for versions prior to 1.3.4
-
-2008-11-24 11:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3325] lwgeom/lwgeom_functions_basic.c: Fix for GBT#73:
-	  ST_Force_Collection crashes with CIRCULARSTRING. This is
-	  basically the same fix for GBT#66: ST_Dump kills backend when fed
-	  CIRCULAR STRING except that it occurs in a different place.
-
-2008-11-24 11:01  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3324] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  lwgeom/lwgeom_dump.c: Move lwgeom_contains_subgeoms() into
-	  liblwgeom core as it seems it is now required outside of
-	  lwgeom_dump.c.
-
-2008-11-23 19:18  Regina Obe <lr at pcorp.us>
-
-	* [r3320] doc/reference.xml, doc/reference_new.xml: Move over the
-	  rest of the ST_Force* family
-
-2008-11-23 07:22  Regina Obe <lr at pcorp.us>
-
-	* [r3319] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Estimated_Extent
-
-2008-11-23 06:54  Regina Obe <lr at pcorp.us>
-
-	* [r3318] doc/reference_new.xml: minor changes
-
-2008-11-23 06:50  Regina Obe <lr at pcorp.us>
-
-	* [r3317] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_GeomFromWKB
-
-2008-11-21 14:41  Regina Obe <lr at pcorp.us>
-
-	* [r3316] doc/reference_new.xml: typo
-
-2008-11-21 14:30  Regina Obe <lr at pcorp.us>
-
-	* [r3315] doc/using_postgis.xml: Fix indentation of examples
-
-2008-11-21 14:28  Regina Obe <lr at pcorp.us>
-
-	* [r3314] doc/reference_new.xml, doc/using_postgis.xml: GBT #71:
-	  Update section 4.2 of docs to describe manual adding to geometry
-	  columns - revision. Add pretty anchor, reference pretty anchor in
-	  AddGeometryColumn reference section. Rearrange order.
-
-2008-11-21 14:15  Regina Obe <lr at pcorp.us>
-
-	* [r3313] doc/using_postgis.xml: GBT #71: Update section 4.2 of
-	  docs to describe manual adding to geometry columns.
-	  
-	  Decided to just add a new section after
-
-2008-11-21 08:32  Regina Obe <lr at pcorp.us>
-
-	* [r3311] doc/reference_new.xml:
-
-2008-11-21 08:31  Regina Obe <lr at pcorp.us>
-
-	* [r3310] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_CoordDim
-
-2008-11-20 22:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3309] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.h,
-	  lwgeom/lwgeom_inout.c: Located more profile calls using grep and
-	  converted them over to use the new macros. Hopefully I've caught
-	  all of them now...
-
-2008-11-20 18:45  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3308] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c:
-	  Found some new locations containing profiling code outside of the
-	  GEOS functions, so swap them over to using the new macros.
-
-2008-11-20 15:00  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3307] configure.ac, lwgeom/lwgeom_geos.c, lwgeom/profile.h,
-	  postgis_config.h.in: Switch GEOS profiling over to use
-	  conditional macros, much in the same way as LWDEBUG(F) has been
-	  implemented. This improves code readability by not having
-	  constant #if...#endif sections throughout the code. I've also
-	  changed the variable that indicates whether profiling has been
-	  enabled to POSTGIS_PROFILE, and integrated it into the autoconf
-	  configuration. Hence profiling can be enabled by running
-	  configure with the --enable-profile option, or setting
-	  POSTGIS_PROFILE in postgis_config.h to 1 and re-compiling.
-
-2008-11-20 13:32  Regina Obe <lr at pcorp.us>
-
-	* [r3305] doc/reference_new.xml: typo
-
-2008-11-20 12:55  Regina Obe <lr at pcorp.us>
-
-	* [r3304] doc/reference_new.xml: Add note on ST_Transform and
-	  ST_AsKML that they require Proj support
-
-2008-11-19 13:40  Regina Obe <lr at pcorp.us>
-
-	* [r3301] doc/installation.xml: update doc on install to reference
-	  geos 3.0.3
-
-2008-11-17 17:30  Regina Obe <lr at pcorp.us>
-
-	* [r3300] doc/reference_new.xml: amend ST_Mem_Size
-
-2008-11-17 01:00  Regina Obe <lr at pcorp.us>
-
-	* [r3299] doc/reference_new.xml: typos
-
-2008-11-17 00:52  Regina Obe <lr at pcorp.us>
-
-	* [r3298] doc/reference.xml, doc/reference_new.xml: st_mem_size
-
-2008-11-17 00:05  Regina Obe <lr at pcorp.us>
-
-	* [r3296] doc/reference_new.xml: Document missing ST_AsGML func
-	  proto
-
-2008-11-16 15:54  Regina Obe <lr at pcorp.us>
-
-	* [r3294] doc/reference_new.xml: typo
-
-2008-11-15 20:33  Regina Obe <lr at pcorp.us>
-
-	* [r3293] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Polygon and ST_WKBToSQL, move ST_MakePolygon from Geometry
-	  Processing to Geometry Constructors section
-
-2008-11-14 23:46  Regina Obe <lr at pcorp.us>
-
-	* [r3291] doc/reference.xml, doc/reference_new.xml: Move over rest
-	  of non-MM compliant Geometry Constructor functions
-
-2008-11-12 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3290] TODO: Update with latest BS
-
-2008-11-10 16:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3284] lwgeom/lwgeom_geos_prepared.c,
-	  lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_rtree.c,
-	  lwgeom/lwgeom_rtree.h: astyle --style=ansi --indent=tab=8
-
-2008-11-10 15:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3283] lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_rtree.h: Fix
-	  error in prepgeomcache type
-
-2008-11-08 14:43  Regina Obe <lr at pcorp.us>
-
-	* [r3282] doc/reference_new.xml: Document affine functions now work
-	  with curves. Though I don't have a tool to verify correctness, so
-	  my assumption - it returns something that sounds sort of right.
-
-2008-11-08 14:17  Regina Obe <lr at pcorp.us>
-
-	* [r3281] doc/reference_new.xml: document more functions that work
-	  with circular strings
-
-2008-11-08 06:46  Regina Obe <lr at pcorp.us>
-
-	* [r3280] doc/reference_new.xml: document support for curves of
-	  functions Mark C just fixed with disclaimer only works in 1.3.4+
-
-2008-11-07 17:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3279] lwgeom/lwgeom_geos_prepared.c,
-	  lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_rtree.c,
-	  lwgeom/lwgeom_rtree.h, regress/regress_ogc_prep.sql,
-	  regress/regress_ogc_prep_expected: Prepared geometry mixed-types
-	  bug fix ported forward from 1.3.
-
-2008-11-07 14:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3278] lwgeom/lwgeom_transform.c: After a quick sanity grep, I
-	  noticed that ST_Transform() was also susceptible to crashing on
-	  curve types in the same way as the previous two fixes. Hence I'm
-	  committing a fix now before Regina finds it and logs another bug
-	  report :)
-
-2008-11-07 14:21  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3277] lwgeom/lwgeom_functions_basic.c: Fix GBT#69: ST_Translate
-	  crashes when fed circular string. lwgeom_affine_recursive() needs
-	  to know about the new lwgeom_getcurve_inspected() function.
-
-2008-11-07 14:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3276] lwgeom/lwgeom_functions_basic.c: Fix GBT#70: ST_NPoints
-	  Crashes with Curves. lwgeom_npoints() needs to know about the new
-	  lwgeom_getcurve_inspected() function.
-
-2008-11-07 14:05  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3275] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c: Add
-	  missing lwgeom_getcurve_inspected() function which is required
-	  for some of the latest GBT fixes.
-
-2008-11-07 07:44  Regina Obe <lr at pcorp.us>
-
-	* [r3267] doc/reference_new.xml: Yeh ST_Dump now works with curves
-
-2008-11-06 17:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3265] lwgeom/lwgeom_dump.c: Add missing function prototype from
-	  r3263.
-
-2008-11-06 17:05  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3263] lwgeom/lwgeom_dump.c: Fix for GBT#66: ST_Dump kills
-	  backend when fed CIRCULAR STRING. With thanks to Regina Obe.
-
-2008-11-06 16:12  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3262] lwgeom/lwgeom_geos.h, lwgeom/lwgeom_geos_prepared.h: The
-	  GEOS 2.2 series "geos_c.h" is missing header guards, so including
-	  the header multiple times as is done in lwgeom_geos.h and
-	  lwgeom_geos_prepared.h causes compilation to fail with multiple
-	  definition errors. This patch fixes this problem allowing GEOS
-	  2.2 to work with PostGIS once again, although of course it can
-	  easily be removed when it is decided that GEOS 2.2 support is no
-	  longer required.
-
-2008-11-06 15:15  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3261] configure.ac, lwgeom/Makefile.in, topology/Makefile.in:
-	  Change configure to check for the existence of the PGXS Makefile,
-	  even if pg_config can be found. This is become distributions such
-	  as Debian install pg_config as part of libpq-dev but this package
-	  doesn't contain the required Makefile. Per bug report from strk.
-
-2008-11-05 13:03  Regina Obe <lr at pcorp.us>
-
-	* [r3258] doc/reference_new.xml: amend ST_Longitude bug comment
-
-2008-11-05 11:29  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3257] lwgeom/lwgeom_gml.c: Fix ST_AsGML() not recognising
-	  GEOMETRYCOLLECTION as a valid geometry type from my GBT#65 fix :(
-
-2008-11-05 11:25  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3255] regress/geojson_expected, regress/kml_expected: Fix
-	  regression tests reporting incorrect failures due to a change of
-	  output caused by r3243.
-
-2008-11-05 11:06  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3253] liblwgeom/lwgeom.c: Fix for GBT#68 - ST_Shift_Longitude
-	  doesn't work with MULTIPOINT. Looks like this was just a simple
-	  mistake in the code. I've also improved the error message to
-	  return the proper type name instead of just a number.
-
-2008-11-05 01:56  Regina Obe <lr at pcorp.us>
-
-	* [r3251] doc/reference_new.xml: add ST_Collect as having some
-	  support for circular
-
-2008-11-04 20:26  Regina Obe <lr at pcorp.us>
-
-	* [r3249] doc/reference_new.xml: typo in proto
-
-2008-11-04 20:05  Regina Obe <lr at pcorp.us>
-
-	* [r3247] doc/reference_new.xml: Add missing proto for
-	  ST_CurveToLine
-
-2008-11-04 14:15  Regina Obe <lr at pcorp.us>
-
-	* [r3245] doc/reference_new.xml: Add ST_HasArc, pull some useful
-	  comments from source code to add to ST_CurveToLine
-
-2008-11-04 14:09  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3243] liblwgeom/lwutil.c: Fix lwgeom_typename() not returning a
-	  valid string for any of the newer geometry types.
-
-2008-11-04 13:58  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3241] lwgeom/lwgeom_gml.c: Fix for GBT#65: ST_AsGML kills the
-	  backend when fed a CIRCULAR STRING. The default code attempts to
-	  inspect any unknown geometry which fails on CIRCULARSTRING. A
-	  longer term fix may be to fix CIRCULARSTRING so that it can be
-	  inspected, however the fix here is to throw an ERROR for unknown
-	  types just as the other As_*() functions do.
-
-2008-11-04 13:43  Regina Obe <lr at pcorp.us>
-
-	* [r3240] lwgeom/lwpostgis.sql.in.c: Change all ST_AsKML to use new
-	  ST_Transform
-
-2008-11-04 13:14  Regina Obe <lr at pcorp.us>
-
-	* [r3238] doc/reference_new.xml: More flagging of functions that
-	  work with 3d
-
-2008-11-04 12:31  Regina Obe <lr at pcorp.us>
-
-	* [r3237] doc/reference_new.xml: fill in all protos for kml, flag
-	  more functions as supporting 3d and circular/curve
-
-2008-11-04 10:00  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3236] loader/shp2pgsql.c: Change ST_GeomFromText() to
-	  GeomFromText() for older hwgeom (-w) support - looks like I was a
-	  little bit to eager in my earlier conversion to use the new ST_
-	  calling convention.
-
-2008-11-04 09:57  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3235] loader/Makefile.in: Alter loader Makefile to add
-	  liblwgeom.a dependency, so people who just want to build the
-	  shapefile loaders can do "make" within the loader subdirectory
-	  and liblwgeom.a will automagically get build first.
-
-2008-11-04 02:48  Regina Obe <lr at pcorp.us>
-
-	* [r3234] doc/xsl/postgis_aggs_mm.xml.xsl: fix typo
-
-2008-11-04 02:19  Regina Obe <lr at pcorp.us>
-
-	* [r3233] doc/reference_new.xml: document circular support of more
-	  functions
-
-2008-11-04 02:07  Regina Obe <lr at pcorp.us>
-
-	* [r3232] doc/reference_new.xml: Get rid of MM compliancy note for
-	  ST_LineToCurve, can only find ST_CurveToLine in MM docs
-
-2008-11-04 01:56  Regina Obe <lr at pcorp.us>
-
-	* [r3231] doc/xsl/postgis_aggs_mm.xml.xsl: correct comment
-
-2008-11-04 01:55  Regina Obe <lr at pcorp.us>
-
-	* [r3230] doc/xsl/postgis_aggs_mm.xml.xsl: Add new section to
-	  document circular string support
-
-2008-11-04 01:47  Regina Obe <lr at pcorp.us>
-
-	* [r3228] doc/reference_new.xml, doc/template.xml: Document
-	  ST_LineToCurve and ST_CurveToLine, update template to include
-	  note about Circular String support in prep for new index section
-
-2008-11-03 17:00  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3226] lwgeom/lwgeom_functions_analytic.c: updated url in
-	  comments to the documentation on the implemented point-in-polygon
-	  algorithm to
-	  http://softsurfer.com/Archive/algorithm_0103/algorithm_0103.htm#Winding%20Number.
-	  Old link was dead.
-
-2008-11-03 16:23  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3225] loader/Makefile.in: Add missing ICONV_LDFLAGS variable to
-	  the loader Makefile. Thanks to Olivier Courtin for noticing.
-
-2008-11-03 16:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3224] loader/Makefile.in, loader/pgsql2shp.c, loader/wkb.h:
-	  Switch pgsql2shp over to using liblwgeom.
-	  
-	  There are few commits that can be as satisfying as one which
-	  involves the removal of ~1200 lines of code. By using the
-	  liblwgeom parser instead of the in-built parser, we have now
-	  achieved the following:
-	  
-	  i) all parsers within PostGIS, shp2pgsql and pgsql2shp are now
-	  the same which means they all follow the same rules. Also
-	  extended error reporting information including error text and
-	  position information is available.
-	  
-	  ii) the complexity of the shp2pgsql/pgsql2shp is considerably
-	  reduced.
-	  
-	  The slightly unfortunate cost is the overall executable size is
-	  larger, since we are linking with liblwgeom. However, from both a
-	  consistency and maintainability point of view, this is a big win.
-	  Note that while there may be a difference in behaviour in some
-	  corner cases, all regression tests pass here.
-
-2008-10-31 10:41  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3223] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c: Add missing
-	  serialized_lwgeom_from_hexwkb() function to liblwgeom which is
-	  required for adding liblwgeom support to pgsql2shp.
-
-2008-10-31 10:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3222] loader/shp2pgsql.c: Some more shp2pgsql clearups; remove
-	  some dead commented code and switch over to use the LWDEBUG(F)
-	  debugging framework.
-
-2008-10-30 23:13  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3221] doc/reference_new.xml, lwgeom/lwgeom_geojson.c,
-	  regress/geojson.sql, regress/geojson_expected: Fix regression
-	  test differences between different platforms in the AsGeoJSON
-	  regression code. There were two issues: firstly, the original
-	  regression tests included precision information > 15 significant
-	  figures, and secondly the GeoJSON code was exposing BOX2DFLOAT4
-	  information to the client instead of calculating the true
-	  bounding box. With thanks to Olivier Courtin.
-
-2008-10-30 22:48  Regina Obe <lr at pcorp.us>
-
-	* [r3218] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_DumpRings
-
-2008-10-30 17:10  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3217] loader/Makefile.in, loader/shp2pgsql.c: Switch shp2pgsql
-	  over to use liblwgeom instead of its own internal parser. Some
-	  notes from looking at the code:
-	  
-	  i) I've abstracted the I/O formatting functions into a new
-	  OutputGeometry() function since it allow the logic concerning
-	  output formatting to kept in one place, rather than sprinkled
-	  throughout all the other Insert* functions.
-	  
-	  ii) InsertPoint() and InsertMultiPoint() have been combined,
-	  since it seems that the same code will work for both - all that
-	  is required is to know whether to produce a MULTIPOINT collecton
-	  or a POINT at the end.
-	  
-	  iii) I've added additional comments within the Insert* functions
-	  to help clarify what is going on in places
-	  
-	  iv) It appears some corner cases were missing within the
-	  conversion code with respect to Z/M coordinates, so in theory the
-	  new code should do a better job.
-	  
-	  All in all, the source code is slightly reduced in size (although
-	  of course the binary is larger after linking with liblwgeom), and
-	  seems a lot more readable to my eyes. A quick TODO is to go
-	  through the file and replace the #if...#endif sections related to
-	  debugging with LWDEBUG(F) options.
-	  
-	  NOTE: I've had to change the Makefile to allow linking against
-	  the maths library and liblwgeom.a, so some manual intervention on
-	  the automated build may be required ;)
-
-2008-10-29 18:32  Regina Obe <lr at pcorp.us>
-
-	* [r3215] doc/reference.xml, doc/reference_new.xml: Make more
-	  pretty section names, move over ST_Accum and provide example.
-
-2008-10-29 18:05  Regina Obe <lr at pcorp.us>
-
-	* [r3214] doc/reference_new.xml: Pretty anchors for all new
-	  sections
-
-2008-10-29 17:59  Regina Obe <lr at pcorp.us>
-
-	* [r3212] doc/reference_new.xml: Incorrect function arg in ST_Union
-
-2008-10-29 17:36  Regina Obe <lr at pcorp.us>
-
-	* [r3210] doc/reference_new.xml: Okay maybe hmm 4th or 5th time is
-	  the charm
-
-2008-10-29 17:34  Regina Obe <lr at pcorp.us>
-
-	* [r3209] doc/reference_new.xml: Again
-
-2008-10-29 17:34  Regina Obe <lr at pcorp.us>
-
-	* [r3208] doc/reference_new.xml: Lets try again
-
-2008-10-29 17:29  Regina Obe <lr at pcorp.us>
-
-	* [r3207] doc/reference_new.xml: function name typo
-
-2008-10-29 17:27  Regina Obe <lr at pcorp.us>
-
-	* [r3206] doc/reference.xml, doc/reference_new.xml: Move over rest
-	  of Linear Referencing functions and provide examples. Experiment
-	  with giving pretty anchor to section.
-
-2008-10-29 13:58  Regina Obe <lr at pcorp.us>
-
-	* [r3205] doc/reference_new.xml: Add Availability note for
-	  Populate_Geometry_Columns
-
-2008-10-29 13:52  Regina Obe <lr at pcorp.us>
-
-	* [r3204] doc/reference.xml: Fix line_interpolate_point link
-
-2008-10-29 13:13  Regina Obe <lr at pcorp.us>
-
-	* [r3202] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Line_Substring
-
-2008-10-29 12:37  Regina Obe <lr at pcorp.us>
-
-	* [r3200] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Line_Interpolate_Point
-
-2008-10-27 16:13  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3199] doc/reference.xml, doc/reference_new.xml: changed linkend
-	  to match case in ST_Length2d to ST_Length2D
-
-2008-10-27 16:05  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3198] doc/reference_new.xml: attempt to fix broken linkend by
-	  replacing it with an xref in reference_new.xml
-
-2008-10-27 15:53  Regina Obe <lr at pcorp.us>
-
-	* [r3197] doc/reference.xml, doc/reference_new.xml,
-	  doc/template.xml: Move over sql mm compliance for ST_Disjoint and
-	  get rid of annoying carriage return in template.xml
-
-2008-10-27 15:49  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3196] lwgeom/lwpostgis.sql.in.c: added availability to
-	  Populate_Geometry_Columns
-
-2008-10-27 15:48  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3195] doc/reference_new.xml: fixed typo in broken link to
-	  ST_Distance_Spheroid
-
-2008-10-27 15:33  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3194] doc/reference_new.xml: fixed typo in ST_Length3d_Spheriod
-	  xref to ST_Length_Spheroid
-
-2008-10-27 15:29  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3193] doc/reference_new.xml: fixed typo in missing constraint
-	  linkend: ST_InteriorRings to ST_NumInteriorRings
-
-2008-10-27 15:26  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3192] doc/reference_new.xml: typo in xref link
-
-2008-10-27 15:25  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3191] doc/reference_new.xml: added id for missing constraint
-	  linkend: PostGIS_Scripts_Released
-
-2008-10-27 15:21  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3190] doc/reference.xml: added id for missing constraint
-	  linkend: line_substring
-
-2008-10-27 15:15  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3189] doc/reference.xml: added id for constraint linkend:
-	  length2d
-
-2008-10-27 06:49  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3188] lwgeom/lwpostgis.sql.in.c: fixed bug in
-	  lwpostgis.sql.in.c in POPULATE_GEOMETRY_COLUMNS when detecting
-	  SRIDs of -1.
-
-2008-10-27 06:29  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3187] doc/reference_new.xml: updated description for
-	  Populate_Geometry_Columns
-
-2008-10-27 06:13  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3186] doc/reference_new.xml, lwgeom/lwpostgis.sql.in.c: added
-	  plpgsql function Probe_Geometry_Columns to lwpostgis.sql.in.c and
-	  added documentation in reference_new.xml
-
-2008-10-26 22:26  Regina Obe <lr at pcorp.us>
-
-	* [r3185] doc/reference_new.xml: Fix typo
-
-2008-10-26 22:18  Regina Obe <lr at pcorp.us>
-
-	* [r3183] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Length* functions. Correct documentation - e.g. missing
-	  ST_Length2D_Spheroid and ST_Length3d_Spheroid and
-	  ST_Length_Spheroid are synonyms. Seems to disagree with how we
-	  define ST_Length.
-
-2008-10-26 21:24  Regina Obe <lr at pcorp.us>
-
-	* [r3181] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Distance_Spher* functions
-
-2008-10-26 19:49  Regina Obe <lr at pcorp.us>
-
-	* [r3179] doc/reference_new.xml: Put in availability info for
-	  rotate functions
-
-2008-10-26 19:43  Regina Obe <lr at pcorp.us>
-
-	* [r3178] doc/reference.xml, doc/reference_new.xml: Move over rest
-	  of Affine family. Correct some typos. Put ST_ForceRHR in right
-	  location.
-
-2008-10-26 18:14  Regina Obe <lr at pcorp.us>
-
-	* [r3177] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Affine
-
-2008-10-25 17:29  Regina Obe <lr at pcorp.us>
-
-	* [r3175] doc/reference.xml: Add = operator the most confusing and
-	  accidentally used operator of all
-
-2008-10-25 16:30  Regina Obe <lr at pcorp.us>
-
-	* [r3174] doc/reference_new.xml: Commit provide another example of
-	  ST_SetPoint and flag as supporting 3d
-
-2008-10-24 15:01  Regina Obe <lr at pcorp.us>
-
-	* [r3170] doc/reference_new.xml: typo
-
-2008-10-24 14:53  Regina Obe <lr at pcorp.us>
-
-	* [r3168] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_SnapToGrid
-
-2008-10-23 00:28  Regina Obe <lr at pcorp.us>
-
-	* [r3166] doc/reference_new.xml: typo
-
-2008-10-22 18:55  Regina Obe <lr at pcorp.us>
-
-	* [r3164] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Relate the last of the Geometry Relationship Function and
-	  destroy the section in old reference.
-
-2008-10-21 06:41  Regina Obe <lr at pcorp.us>
-
-	* [r3161] doc/reference.xml, doc/reference_new.xml: Move over
-	  perimeter and max distance
-
-2008-10-21 04:54  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3159] doc/reference_new.xml: moved ST_ForceRHR into the correct
-	  category
-
-2008-10-21 04:41  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3158] doc/reference.xml, doc/reference_new.xml: moved over
-	  ST_ForceRHR
-
-2008-10-20 17:36  Regina Obe <lr at pcorp.us>
-
-	* [r3157] doc/reference_new.xml: typo in st_cover something. Hate
-	  non-symmetric relationships
-
-2008-10-20 17:29  Regina Obe <lr at pcorp.us>
-
-	* [r3155] doc/reference_new.xml: Revert change to ST_MemUnion - it
-	  really is that. Most have had a faulty restore when it was named
-	  ST_MemGeomUnion
-
-2008-10-20 17:25  Regina Obe <lr at pcorp.us>
-
-	* [r3154] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Covers and ST_CoveredBy and provide examples, update
-	  ST_Contains example to show distinction between ST_Covers,
-	  ST_Contains etc.
-
-2008-10-20 14:49  Regina Obe <lr at pcorp.us>
-
-	* [r3152] README.postgis: correct links in README and note about
-	  running make check before make install. How the hell do you do
-	  that?
-
-2008-10-19 23:40  Regina Obe <lr at pcorp.us>
-
-	* [r3146] doc/reference_new.xml: Provide example for GeometryType.
-	  fix typo
-
-2008-10-19 23:31  Regina Obe <lr at pcorp.us>
-
-	* [r3144] doc/reference_new.xml: typo in ST_Y definition. Also
-	  added common use-case example of ST_Centroid used with ST_X, ST_Y
-
-2008-10-19 14:52  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3143] configure.ac, loader/Makefile, loader/Makefile.in,
-	  loader/Makefile.pgsql2shp.in, loader/Makefile.shp2pgsql.in: After
-	  several discussions at PGDay, it seems that the only use-case for
-	  the PGXS PROGRAM clause is for programs that wish to link with
-	  the backend libraries. Hence create a new Makefile for the loader
-	  directory which uses the new autoconf infrastructure, based upon
-	  library and dependency lists from the original 1.3 branch.
-
-2008-10-19 14:40  Regina Obe <lr at pcorp.us>
-
-	* [r3141] doc/reference.xml, doc/reference_new.xml: Move over
-	  remainder of Geometry Accessors to new section. Fix ST_MemUnion
-	  (really ST_MemGeomUnion), correct mistake in ST_SymDifference
-
-2008-10-18 08:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3140] regress/run_test: Remove postgis_jts_version() function
-	  call from regression tests as the function no longer exists
-	  (prevents warning being displayed at the start of the test run)
-
-2008-10-17 18:51  Regina Obe <lr at pcorp.us>
-
-	* [r3138] doc/reference.xml, doc/reference_new.xml: Move over the
-	  *N family
-
-2008-10-17 17:58  Regina Obe <lr at pcorp.us>
-
-	* [r3136] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_length2d, ST_length3d
-
-2008-10-17 03:39  Regina Obe <lr at pcorp.us>
-
-	* [r3134] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_MemUnion the last of the geometry processing functions and
-	  destroy the geometry processing functions old section
-
-2008-10-17 03:05  Regina Obe <lr at pcorp.us>
-
-	* [r3133] doc/reference_new.xml: forgot to delete some stuff
-
-2008-10-17 03:04  Regina Obe <lr at pcorp.us>
-
-	* [r3131] doc/reference.xml, doc/reference_new.xml: move over
-	  ST_Shift_Longitude, ST_Difference, ST_SymDifference
-
-2008-10-16 22:13  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3130] doc/template.xml: reverting accidental commit to
-	  template.xml
-
-2008-10-16 18:35  Regina Obe <lr at pcorp.us>
-
-	* [r3128] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_NumGeometries
-
-2008-10-16 18:17  Regina Obe <lr at pcorp.us>
-
-	* [r3126] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_ExteriorRing, ST_NumInteriorRings, ST_NumInteriorRing
-
-2008-10-16 18:12  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3125] configure.ac, doc/Makefile.in: added dblatex as a
-	  dependency for building PDF's
-	  added a pdf target to doc/Makefile.in
-
-2008-10-16 08:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3124] lwgeom/lwgeom_pg.c: Update to previous parser patch: if
-	  the error location is 0 (i.e. we haven't even matched a valid OGC
-	  WKT type) then display a more appropriate message. Per minor
-	  gripe from Paul.
-
-2008-10-16 07:22  Regina Obe <lr at pcorp.us>
-
-	* [r3123] doc/reference_new.xml: update st_azimuth - it should be
-	  called vector instead of line since order of points reverses the
-	  angle
-
-2008-10-16 07:17  Regina Obe <lr at pcorp.us>
-
-	* [r3120] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Azimuth and provide example
-
-2008-10-16 06:35  Regina Obe <lr at pcorp.us>
-
-	* [r3118] doc/reference.xml, doc/reference_new.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Move over ST_Boundary to new
-	  section, copy comment about SQL-MM srid to xsl header
-
-2008-10-15 21:44  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3117] lwgeom/lwgeom_pg.c: Fix pointer problem in the new HINT
-	  code caused by strncpy() not padding with zeros unless the
-	  specified length is *longer* than the source string.
-
-2008-10-15 18:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3116] lwgeom/lwgeom_box2dfloat4.c: last one!
-
-2008-10-15 18:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3115] lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c: expunge
-	  remaining stringBuffer references
-
-2008-10-15 17:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3114] lwgeom/Makefile.in, lwgeom/lwgeom_gist.c,
-	  lwgeom/stringBuffer.c, lwgeom/stringBuffer.h: Remove
-	  stringBuffer.* from build/repository.
-
-2008-10-15 15:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3113] liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/wktparse.h, lwgeom/lwgeom_pg.c,
-	  lwgeom/lwgeom_pg.h, regress/regress_expected,
-	  regress/regress_ogc_expected, regress/wkt_expected: Update the
-	  LWGEOM parser to provide error HINTs when being called from
-	  PostgreSQL, and update regression tests accordingly.
-
-2008-10-15 13:43  Regina Obe <lr at pcorp.us>
-
-	* [r3112] doc/reference_new.xml: fix spacing of st_linemerge,
-	  st_segmentize examples.
-
-2008-10-15 13:39  Regina Obe <lr at pcorp.us>
-
-	* [r3110] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Segmentize and ST_LineMerge
-
-2008-10-14 23:08  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3109] doc/Makefile.in: moved cleanup of the pdf to the
-	  maintainer-clean target
-
-2008-10-14 20:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3107] lwgeom/lwgeom_gist.c: Remove sliced test code and return
-	  to original state.
-
-2008-10-14 19:51  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3106] liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/wktparse.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h,
-	  regress/regress_ogc_expected: Nearly finish work on the new
-	  parser API. The key part of this patch is to alter the behaviour
-	  of the parser so that instead of generating errors directly, it
-	  returns an error code, error location and an error message. Hence
-	  the caller is now in charge of the behaviour when parsing invalid
-	  geometries, and so can ignore errors or proceed onto the next
-	  geometry if required. The regression test change is due to a
-	  change in an error message, since the error is now returned from
-	  the unparser before it even gets to GEOS.
-
-2008-10-14 19:39  Regina Obe <lr at pcorp.us>
-
-	* [r3105] doc/reference_new.xml: Provide examples for ST_Simplify
-	  and ST_SimplifyPreserveTopology
-
-2008-10-14 18:16  Regina Obe <lr at pcorp.us>
-
-	* [r3103] doc/reference.xml, doc/reference_new.xml: Move over
-	  st_simplify and st_simplifypreservetopology. Still need to put in
-	  examples.
-
-2008-10-14 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3101] lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gist.c: astyle
-	  style=ansi indent=tab=8
-
-2008-10-14 11:40  Regina Obe <lr at pcorp.us>
-
-	* [r3099] doc/reference.xml, doc/reference_new.xml: completely move
-	  over rest of management functions to new section. Add
-	  probe_geometry_columns - never been documented, but useful. Get
-	  rid of update_geometry_stats - just returns a dumb message that
-	  its obsolete.
-
-2008-10-14 03:56  Regina Obe <lr at pcorp.us>
-
-	* [r3098] doc/reference_new.xml: Add missing function proto for
-	  dropgeometrytable
-
-2008-10-13 13:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3095] liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c: Rename
-	  parser_check_flags to current_parser_check_flags and
-	  unparser_check_flags to current_unparser_check_flags to clarify
-	  that these status variables only reflect the checks enabled for
-	  the current parse.
-
-2008-10-13 13:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3094] liblwgeom/examples/unparser.c: Move the liblwgeom
-	  unparser example over to the dynptarray API which is the proper
-	  way to alter point arrays in memory.
-
-2008-10-13 11:36  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3093] lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_geos_prepared.c, lwgeom/lwgeom_geos_prepared.h: Fix
-	  up some more warnings in SVN trunk; note that there are still 2
-	  remaining PreparedGeometry warnings, but these will require
-	  patching GEOS.
-
-2008-10-12 17:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3091] lwgeom/lwgeom_gist.c: Performance boost: only detoast the
-	  front of the tuple first and
-	  extract the bbox from that.
-
-2008-10-10 16:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3089] lwgeom/lwgeom_geos.c: Pull prep_cache reference safely
-	  inside PREPARED_GEOM #ifdef
-
-2008-10-10 05:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3088] lwgeom/long_xact.c, lwgeom/lwgeom_box.c,
-	  lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
-	  lwgeom/lwgeom_btree.c, lwgeom/lwgeom_chip.c,
-	  lwgeom/lwgeom_debug.c, lwgeom/lwgeom_dump.c,
-	  lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_functions_lrs.c,
-	  lwgeom/lwgeom_geojson.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos.h, lwgeom/lwgeom_geos_prepared.c,
-	  lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_kml.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_rtree.c,
-	  lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_sqlmm.c,
-	  lwgeom/lwgeom_svg.c, lwgeom/lwgeom_transform.c,
-	  lwgeom/lwgeom_triggers.c, lwgeom/lwpostgis.sql.in.c,
-	  lwgeom/stringBuffer.c, lwgeom/test.c: Set keywords propery.
-
-2008-10-10 05:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3087] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos.h,
-	  lwgeom/lwgeom_geos_prepared.c, lwgeom/lwpostgis.sql.in.c:
-	  Clean-up and comment.
-
-2008-10-10 04:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3086] lwgeom/Makefile.in, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos_c.c: Rename lwgeom_geos_c.c to lwgeom_geos.c
-
-2008-10-10 04:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3085] lwgeom/Makefile.in, lwgeom/lwgeom_geos.h,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_geos_prepared.c,
-	  lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_rtree.h,
-	  lwgeom/lwpostgis.sql.in.c, regress/README,
-	  regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected:
-	  Prepared geometries getting closer to readiness. Integrated into
-	  standard functions, regression tests added.
-
-2008-10-10 01:35  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r3084] regress/README: Updating the regression test README file
-	  with details about the c preprocessing step and the formatting of
-	  the _expected file results.
-
-2008-10-08 18:57  Regina Obe <lr at pcorp.us>
-
-	* [r3083] doc/xsl/postgis_aggs_mm.xml.xsl: SQL my MM
-
-2008-10-08 18:51  Regina Obe <lr at pcorp.us>
-
-	* [r3082] doc/reference_new.xml: update st_translate include
-	  support for 3d flag
-
-2008-10-08 18:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3081] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c:
-	  Move to memcmp keys, leave prepared functions tied to old keyed
-	  signatures for now.
-
-2008-10-08 10:14  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r3080] liblwgeom/lwcurve.c, regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected.in: Rebuilt the box3d
-	  generation for circular strings to account for a special
-	  large-arc case. Fix for issue 58, includes regression test for
-	  the case.
-
-2008-10-08 05:48  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3077] doc/reference.xml: fixed several broken or redirected
-	  external URLs.
-
-2008-10-08 05:45  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3076] doc/introduction.xml, doc/reference.xml,
-	  doc/reporting.xml, doc/template.xml, doc/using_postgis.xml: fixed
-	  several broken or redirected external URLs.
-
-2008-10-08 04:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3075] lwgeom/lwgeom_geos_c.c: Fix minor logic error in
-	  intersects() bbox shortcut.
-
-2008-10-07 23:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3074] lwgeom/lwgeom_geos_c.c: Re-work prepared geom cache to
-	  use memcmp instead of keys, step 1.
-
-2008-10-07 20:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3073] lwgeom/lwgeom_gist.c: Move DEBUG statement next to a
-	  req'd variable.
-
-2008-10-07 18:09  Regina Obe <lr at pcorp.us>
-
-	* [r3072] doc/reference_new.xml: correct mistake
-
-2008-10-07 17:39  Regina Obe <lr at pcorp.us>
-
-	* [r3071] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_ConvexHull
-
-2008-10-06 19:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3070] lwgeom/lwgeom_geos_c.c: Fix slight error in box shortcut
-	  logic in prepared intersects.
-
-2008-10-05 22:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3068] lwgeom/lwgeom_geos_c.c: Convert from LWDEBUG to
-	  POSTGIS_DEBUG
-
-2008-10-05 17:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3067] liblwgeom/lwgparse.c: Fix stupid mistake in the liblwgeom
-	  parser...
-
-2008-10-04 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3065] lwgeom/lwgeom_geos_c.c: Fix boneheaded error in prepared
-	  intersects.
-
-2008-10-04 17:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3064] lwgeom/lwgeom_geos_c.c: Protect prepared geometry
-	  implementation in GEOS>=3.1 defines.
-
-2008-10-04 16:00  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3063] lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_inout.c: Fix the DEBUGF statements I didn't realise
-	  I broke with the new LWGEOM parser/unparser API (in response to
-	  Paul's r3061 commit).
-
-2008-10-03 18:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3062] lwgeom/lwgeom_geos_c.c: Some extra debugf's in the
-	  prepared geometry code.
-
-2008-10-03 17:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3061] lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_inout.c: Patch up and comment out some DEBUGF lines
-	  that don't compile due to changes in function
-	  signatures in liblwgeom
-
-2008-10-03 13:23  Regina Obe <lr at pcorp.us>
-
-	* [r3060] doc/reference_new.xml: correct incorrect statement
-
-2008-10-03 13:20  Regina Obe <lr at pcorp.us>
-
-	* [r3059] doc/reference_new.xml: Update ST_Union's fitness for 3d
-	  with examples.
-
-2008-10-03 09:22  Regina Obe <lr at pcorp.us>
-
-	* [r3058] doc/reference_new.xml: Add more examples of 3d use and
-	  annotate more 3d functions
-
-2008-10-02 23:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3056] lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_transform.c: Rework
-	  prepared geometry handling to look more like the implementation
-	  of
-	  PJ caching in transform.
-
-2008-10-02 18:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3055] lwgeom/lwgeom_geos_c.c: Flip format to 'astyle
-	  --style=ansi --indent=tab=8' to make upcoming
-	  changes more consistent, stylewise. (Can't stand the mixed styles
-	  anymore!)
-
-2008-10-02 18:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3054] lwgeom: add .so. to svn:ignore
-
-2008-10-02 17:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3053] lwgeom/lwpostgis.sql.in.c: add check for invalid srid to
-	  addgeometrycolumn (#33)
-
-2008-10-02 16:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3050] lwgeom/lwgeom_geos_c.c: ensure relate(g,g,p) is case
-	  insensitive (#44)
-
-2008-10-02 16:15  Regina Obe <lr at pcorp.us>
-
-	* [r3048] doc/reference_new.xml: Flag more 3d compatible functions
-
-2008-10-02 16:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3047] utils/postgis_restore.pl: pass commandline options into
-	  backend command (#45)
-
-2008-10-02 15:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3045] lwgeom/lwgeom_rtree.c: Fix log message to refer to
-	  correct function name
-
-2008-10-02 12:43  Regina Obe <lr at pcorp.us>
-
-	* [r3044] doc/reference_new.xml: Fix minor typos in ST_Polygonize
-
-2008-10-02 12:14  Regina Obe <lr at pcorp.us>
-
-	* [r3043] doc/reference.xml, doc/reference_new.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Get rid of extra line breaks in
-	  specialty function section (by changing xsl). Move over
-	  ST_Polygonize and provide examples.
-
-2008-10-02 11:40  Regina Obe <lr at pcorp.us>
-
-	* [r3042] doc/reference_new.xml, doc/template.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: Start annotating functions that
-	  support 3d, add some examples of 3d, update xsl to pull out
-	  functions that support 3d in a separate special function index
-
-2008-10-02 11:17  Regina Obe <lr at pcorp.us>
-
-	* [r3041] doc/reference_new.xml: extraneous junk left
-
-2008-10-02 11:16  Regina Obe <lr at pcorp.us>
-
-	* [r3040] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Extent
-
-2008-10-01 21:55  Regina Obe <lr at pcorp.us>
-
-	* [r3039] doc/xsl/postgis_aggs_mm.xml.xsl: Get rid of excess
-	  paragraph in mm compliance section
-
-2008-10-01 21:53  Regina Obe <lr at pcorp.us>
-
-	* [r3038] doc/reference_new.xml: Moved some functions to Geometry
-	  Processing section
-
-2008-10-01 21:42  Regina Obe <lr at pcorp.us>
-
-	* [r3037] doc/reference_new.xml: Put in SQL mm compliance for
-	  ST_Intersection
-
-2008-10-01 20:04  Regina Obe <lr at pcorp.us>
-
-	* [r3036] doc/reference.xml, doc/reference_new.xml: Move
-	  ST_Intersection to new reference_new.xml
-
-2008-09-30 17:42  Regina Obe <lr at pcorp.us>
-
-	* [r3035] doc/xsl/postgis_aggs_mm.xml.xsl: Revise to include mm
-	  compliance section
-
-2008-09-30 17:39  Regina Obe <lr at pcorp.us>
-
-	* [r3034] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Intersects sql mm compliance note to reference_new (remove
-	  sT_Intersects from MM section of old reference)
-
-2008-09-30 13:29  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3032] regress/regress_lrs.sql, regress/regress_lrs_expected:
-	  Update regression tests to include test cases for GBT#21.
-
-2008-09-30 13:25  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3031] lwgeom/lwgeom_functions_lrs.c: Fix for
-	  locate_along_measure returning invalid values (GBT#21)
-
-2008-09-30 04:06  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3030] doc/Makefile.in, doc/postgis.xml,
-	  doc/xsl/postgis_aggs_mm.xml.xsl: added a new aggregate and sql_mm
-	  toc to docs generated via a custom xsl (provided by Regina Obe)
-	  to the documentation Makefile
-
-2008-09-29 16:20  Regina Obe <lr at pcorp.us>
-
-	* [r3027] doc/xsl/postgis_aggs_mm.xml.xsl: change to sort functions
-	  alphabetically
-
-2008-09-28 19:48  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3026] liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c,
-	  liblwgeom/wktparse.h, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
-	  Update LWGEOM unparser to (E)WKT/WKB to resturn a
-	  LWGEOM_UNPARSER_RESULT structure instead of just the WKT/WKB
-	  character array. This is the same work done for r3023 but applied
-	  to the unparser instead.
-
-2008-09-28 16:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3025] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgparse.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_pg.c: With the advent of LWGEOM_PARSER_RESULT, it
-	  is now possible to get rid of the horrible SERIALIZED_LWGEOM hack
-	  for PostgreSQL 8.3 to allow us to return the size separate from
-	  the result. This is good as it removes another level of
-	  indirection from the parser. Note that the size field has now
-	  been added to the LWGEOM_PARSER_RESULT structure.
-
-2008-09-28 15:47  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3024] lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: Clear up
-	  warnings (mixed declartions within code and invalid return) from
-	  r3022.
-
-2008-09-28 15:32  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3023] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgparse.c, liblwgeom/wktparse.h,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
-	  Update (E)WKT/WKB parser to return a structure
-	  (LWGEOM_PARSER_RESULT) instead of just the serialized lwgeom.
-	  This is in preparation for returning more detailed error
-	  information back to the caller.
-
-2008-09-28 09:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3022] lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_rtree.c,
-	  lwgeom/lwgeom_rtree.h: Update pip shortcut code to be less
-	  aggressive in building cache.
-
-2008-09-27 08:19  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3021] liblwgeom/lwgunparse.c,
-	  lwgeom/lwgeom_functions_analytic.c: Rename parser_check_flags to
-	  unparser_check_flags for the unparser to prevent linking error
-	  under OS X. Also add missing function prototype to silence
-	  compiler warning in the PiP code.
-
-2008-09-26 21:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3020] lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in.c:
-	  harmonize sql functions with c functions for prepared geometry
-
-2008-09-26 21:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3019] lwgeom/lwgeom_geos_c.c: Make preparedgeometry memory
-	  handling a good deal kinder (no longer losing base geometry every
-	  time)
-
-2008-09-26 21:01  Regina Obe <lr at pcorp.us>
-
-	* [r3018] doc/xsl/postgis_aggs_mm.xml.xsl: put index in listitems
-	  and hope for the best
-
-2008-09-26 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3017] lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_rtree.c,
-	  lwgeom/lwgeom_rtree.h: P-I-P rennovation complete: memory leaks
-	  gone, multipolygon support added
-
-2008-09-26 18:59  Regina Obe <lr at pcorp.us>
-
-	* [r3016] doc/xsl/postgis_aggs_mm.xml.xsl: correct the comments
-
-2008-09-26 18:55  Regina Obe <lr at pcorp.us>
-
-	* [r3015] doc/xsl/postgis_aggs_mm.xml.xsl: xsl that generates index
-	  listing of postgis spatial aggregates and MM compliant functions
-
-2008-09-26 12:45  Regina Obe <lr at pcorp.us>
-
-	* [r3014] doc/xsl/postgis_comments.sql.xsl: Put in author/license
-	  info (hmm this is a guess - couldn't find a good example in SVN
-	  to go by). Also comment on what xsl is doing.
-
-2008-09-26 02:50  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r3013] doc/Makefile.in: updated "make clean" directive to
-	  include the newly generated PDFs
-
-2008-09-25 21:50  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3012] liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
-	  liblwgeom/lwgeom.c, liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c,
-	  liblwgeom/wktparse.h, lwgeom/lwgeom_dump.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c,
-	  lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Add parser flags to the
-	  LWGEOM to (E)WKB/WKT parsers, similar to has already been done
-	  for the (E)WKB/WKT to LWGEOM parsers.
-
-2008-09-25 21:34  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r3011] lwgeom/lwgeom_rtree.c: Remove missing variables from
-	  LWDEBUG(F) statement that would cause compilation to fail with
-	  POSTGIS_DEBUG_LEVEL > 0
-
-2008-09-25 20:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3010] lwgeom/lwgeom_rtree.c: Another biggish leak into the
-	  parent context.
-
-2008-09-25 19:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3009] lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: More small
-	  memory leaks removed.
-
-2008-09-25 17:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r3008] lwgeom/lwgeom_rtree.c: Remove more memory leaks from
-	  P-I-P shortcut code.
-
-2008-09-25 12:18  Regina Obe <lr at pcorp.us>
-
-	* [r3007] doc/reference_new.xml: More typo fixes
-
-2008-09-25 12:10  Regina Obe <lr at pcorp.us>
-
-	* [r3006] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_MakePointM, miscellaneous typo fixes
-
-2008-09-24 14:05  Regina Obe <lr at pcorp.us>
-
-	* [r3003] Version.config: Put svn back in microversion
-
-2008-09-24 14:01  Regina Obe <lr at pcorp.us>
-
-	* [r3002] lwgeom/lwpostgis.sql.in.c: typo
-
-2008-09-24 13:55  Regina Obe <lr at pcorp.us>
-
-	* [r2999] lwgeom/lwpostgis.sql.in.c: Added ST_MakePointM, removed
-	  redundant redefinition of MakePointM so docs are now in synch
-	  with actual functions.
-
-2008-09-23 21:32  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2998] liblwgeom/vsprintf.c: Use __va_copy() to pass a copy of
-	  the variadic structure to lw_vasprintf() to solve ABI difference
-	  between 32bit/64bit architectures.
-
-2008-09-23 19:59  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2997] lwgeom/lwgeom_gist.c: Remove a couple more warnings when
-	  compiling with debug enabled from lwgeom_gist.c.
-
-2008-09-23 19:53  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2996] liblwgeom/lwgunparse.c: Revert commit 2990: the real bug
-	  was that the LWDEBUG statement was incorrect rather than the code
-	  - the additional read_int() was causing an off-by-one error when
-	  outputting WKB causing several regression tests to fail.
-
-2008-09-23 19:44  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2995] liblwgeom/liblwgeom.h, liblwgeom/lwutil.c,
-	  liblwgeom/vsprintf.c, lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Refactor the memory
-	  management routines to account for the fact that variadic
-	  functions can't be called directly from the initial allocators.
-	  Also solve issues related to differences between the system
-	  vasprintf() (if supplied) and the liblwgeom vasprintf() by
-	  renaming to lw_vasprintf() and using it throughout PostGIS. With
-	  all this in place, GBT#54 is fixed which is very useful when
-	  debugging ;)
-
-2008-09-23 19:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2993] lwgeom/lwgeom_rtree.c: Reduce p-i-p memory leak by 50%
-
-2008-09-23 13:05  Regina Obe <lr at pcorp.us>
-
-	* [r2992] doc/reference_new.xml: fix typo add more links
-
-2008-09-23 13:00  Regina Obe <lr at pcorp.us>
-
-	* [r2991] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Buffer
-
-2008-09-22 22:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2990] liblwgeom/lwgunparse.c: Add cnt declaration where
-	  missing.
-
-2008-09-22 17:55  Regina Obe <lr at pcorp.us>
-
-	* [r2989] doc/xsl/postgis_comments.sql.xsl: change to xsl 1.0 plus
-	  minor indent change
-
-2008-09-22 12:28  Regina Obe <lr at pcorp.us>
-
-	* [r2988] doc/xsl, doc/xsl/postgis_comments.sql.xsl: Add xsl file
-	  that autogenerates sql set comment statements from
-	  reference_new.xml
-
-2008-09-22 12:18  Regina Obe <lr at pcorp.us>
-
-	* [r2987] doc/reference_new.xml: Realized from my sql comment
-	  generation xsl that there is really no ST_WKTToSQL that takes an
-	  SRID and no ST_BD.. that doesn't take an SRID. Very shocking.
-
-2008-09-21 23:15  Regina Obe <lr at pcorp.us>
-
-	* [r2986] doc/reference_new.xml: typo in st_setsrid returns
-	  geometry not boolean
-
-2008-09-18 22:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2985] liblwgeom, lwgeom: Add a few more generated files to
-	  ignore
-
-2008-09-18 22:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2984] ., doc, liblwgeom, loader, lwgeom, regress, topology: Set
-	  ignore properties on generated files.
-
-2008-09-18 13:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2983] liblwgeom/lwgunparse.c: Update the code for unparsing
-	  LWGEOMs to WKB/WKT so that it includes the standard simple
-	  checks: LINESTRINGs must have > 2 points, POLYGONs must have
-	  closed rings and CIRCULARSTRINGs must have > 2 points and the
-	  number of points must be odd. There is still a little more work
-	  to do to allow flags to be passed into the parser to specify
-	  which checks should be enforced, much like has already been done
-	  for the parsing from WKB/WKT to LWGEOM.
-
-2008-09-18 04:34  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2982] doc/reference_new.xml: commit to test autobuild process
-	  and svn hooks
-	  - removed extra tabs from preformatted text blocks
-
-2008-09-18 04:22  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2981] doc/installation.xml: commit to test autobuild process
-	  and svn hooks
-	  - removed extra tabs from preformatted text blocks
-
-2008-09-17 15:05  Regina Obe <lr at pcorp.us>
-
-	* [r2980] doc/reference_new.xml: Add to ST_SetSRID - reference to
-	  spatial_ref_sys
-
-2008-09-17 14:46  Regina Obe <lr at pcorp.us>
-
-	* [r2979] doc/reference_new.xml: Link ST_SetSRID to updated
-	  spatial_ref_sys section using cutesy anchor.
-
-2008-09-17 14:41  Regina Obe <lr at pcorp.us>
-
-	* [r2978] doc/using_postgis.xml: Give spatial reference systems
-	  section a cutesy anchor.
-
-2008-09-17 05:49  Regina Obe <lr at pcorp.us>
-
-	* [r2977] doc/using_postgis.xml:
-
-2008-09-17 05:48  Regina Obe <lr at pcorp.us>
-
-	* [r2976] doc/using_postgis.xml: typo in link
-
-2008-09-17 04:14  Regina Obe <lr at pcorp.us>
-
-	* [r2975] doc/using_postgis.xml: more fleshing out of spatial ref
-	  section
-
-2008-09-17 04:00  Regina Obe <lr at pcorp.us>
-
-	* [r2974] doc/using_postgis.xml: Beef up spatial reference section.
-	  Still needs work.
-
-2008-09-17 03:54  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2973] doc/reference.xml: added an id to ST_Buffer to provide an
-	  end link for cross references.
-
-2008-09-16 22:43  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2972] liblwgeom/liblwgeom.h, liblwgeom/lwsegmentize.c,
-	  liblwgeom/lwutil.c: Silence a few more compiler warnings that had
-	  appeared during my last few parser commits.
-
-2008-09-16 22:29  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2971] liblwgeom/examples, liblwgeom/examples/Makefile,
-	  liblwgeom/examples/README, liblwgeom/examples/unparser.c: Add an
-	  example of how the liblwgeom API can be used by other C programs
-	  to manipulate geometries and output the result. Currently the
-	  unparser.c program shows how a geometry can be constructed "on
-	  the fly" and then exported in both WKT and HEXWKB formats;
-	  however it gives programmers the potential to devise some very
-	  unique processing tools which can generate files that can be
-	  loaded into PostGIS.
-
-2008-09-16 18:44  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2970] liblwgeom/Makefile.in, liblwgeom/lwsegmentize.c,
-	  lwgeom/lwgeom_sqlmm.c: Move the LWGEOM-specific functions from
-	  lwgeom_sqlmm.c into liblwgeom/lwsegmentize.c to ensure that
-	  liblwgeom can exist as a standalone library.
-
-2008-09-16 13:35  Regina Obe <lr at pcorp.us>
-
-	* [r2969] doc/faq.xml: Cleanup of FAQ
-
-2008-09-16 13:17  Regina Obe <lr at pcorp.us>
-
-	* [r2968] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Expand
-
-2008-09-16 01:51  Regina Obe <lr at pcorp.us>
-
-	* [r2966] doc/introduction.xml: Expand list of contributors
-
-2008-09-16 01:47  Regina Obe <lr at pcorp.us>
-
-	* [r2965] doc/introduction.xml: Expand list of contributors
-
-2008-09-15 11:54  Regina Obe <lr at pcorp.us>
-
-	* [r2963] doc/using_postgis.xml: Fix url link to proj to point to
-	  osgeo
-
-2008-09-13 05:41  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2962] doc/reference.xml, doc/reference_new.xml: Moved over
-	  ST_IsRing to new PostGIS reference.
-	  Fixed link errors to ST_IsSimple.
-
-2008-09-12 12:12  Regina Obe <lr at pcorp.us>
-
-	* [r2960] doc/introduction.xml: typo
-
-2008-09-12 10:46  Regina Obe <lr at pcorp.us>
-
-	* [r2959] doc/introduction.xml: Spelled Kevin's last name wrong and
-	  Mateusz first name wrong. Sorry Kevin and Mateusz.
-
-2008-09-12 10:40  Regina Obe <lr at pcorp.us>
-
-	* [r2958] doc/introduction.xml: Update Credits and project links
-	  1) Get rid of emails
-	  2) Change order of key contributors based on heuristics a)
-	  duration of contribution, b) frequency of contributions,
-	  c)recency of contributions, d) impact of contributions,
-	  and add some new contributors (more need to be added)
-
-2008-09-11 12:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2957] configure.ac, doc/Makefile.in: Reinstate the PDF
-	  documentation system based on OpenJade, including integration
-	  with autoconf. "make postgis.pdf" should now output lovely PDF
-	  format documentation :)
-
-2008-09-11 12:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2956] doc/reference_new.xml, doc/using_postgis.xml:
-	  Documentation fixes to allow PDF documents to be generated from
-	  Docbook source using OpenJade - OpenJade seems a lot more strict
-	  than xsltproc when generating output :(
-
-2008-09-10 21:06  Regina Obe <lr at pcorp.us>
-
-	* [r2955] doc/reference_new.xml: Get rid of left over stuff from
-	  ST_IsValid and ST_Summary copy.
-
-2008-09-10 11:57  Regina Obe <lr at pcorp.us>
-
-	* [r2954] doc/reference_new.xml: example and result misaligned
-
-2008-09-10 11:39  Regina Obe <lr at pcorp.us>
-
-	* [r2953] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Summary and provide example.
-
-2008-09-10 11:28  Regina Obe <lr at pcorp.us>
-
-	* [r2952] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_IsValid and provide example
-
-2008-09-10 07:28  Regina Obe <lr at pcorp.us>
-
-	* [r2951] doc/reference_new.xml: correct st_contain signature,
-	  other misc fixes
-
-2008-09-10 06:47  Regina Obe <lr at pcorp.us>
-
-	* [r2950] doc/reference_new.xml: Add ST_IsValid reference to
-	  ST_Within.
-
-2008-09-09 21:10  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2949] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgparse.c, liblwgeom/wktparse.h, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
-	  Allow a flags parameter to be passed into the WKT parser to
-	  determine which consistency checks are performed out of polygon
-	  ring closure, minimum number of points and odd number of points.
-
-2008-09-08 20:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2948] liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
-	  liblwgeom/wktparse.tab.h: Commit generated versions of the new
-	  parser files for people who do not have flex or bison installed.
-
-2008-09-08 20:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2947] liblwgeom/wktparse.lex, liblwgeom/wktparse.y: Enhance
-	  geometry parser so that it keeps track of the current position
-	  during parsing. With a bit more work, this should allow error
-	  messages to pinpoint the exact location of an invalid geometry
-	  section or syntax error.
-
-2008-09-08 13:12  Regina Obe <lr at pcorp.us>
-
-	* [r2946] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Translate and provide example use
-
-2008-09-07 11:02  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2945] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
-	  Yet another update to the liblwgeom parser API -
-	  lwgeom_from_ewkt() has been renamed to
-	  serialized_lwgeom_from_ewkt() to indicate that the function
-	  returns a serialied LWGEOM rather than an unserialized LWGEOM
-	  structure.
-
-2008-09-07 09:14  Regina Obe <lr at pcorp.us>
-
-	* [r2944] doc/reference_new.xml: typo in funcprototype
-
-2008-09-07 09:07  Regina Obe <lr at pcorp.us>
-
-	* [r2943] doc/reference_new.xml: Provide example of ST_SetPoint
-
-2008-09-07 08:43  Regina Obe <lr at pcorp.us>
-
-	* [r2942] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_SetPoint to new section
-
-2008-09-06 19:12  Regina Obe <lr at pcorp.us>
-
-	* [r2941] doc/reference_new.xml: change alias field names of
-	  st_contains examples
-
-2008-09-06 19:02  Regina Obe <lr at pcorp.us>
-
-	* [r2940] doc/reference.xml, doc/reference_new.xml: correct mm spec
-	  section of ST_Contains. Remove MM ST_Contains from old ref
-	  section
-
-2008-09-06 18:58  Regina Obe <lr at pcorp.us>
-
-	* [r2939] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Contains to new section. Provide example. Minor changes to
-	  ST_Within
-
-2008-09-04 18:28  Regina Obe <lr at pcorp.us>
-
-	* [r2938] doc/reference_new.xml: Put in disclaimer on ST_Equals
-	  when dealing with invalid geometries
-
-2008-09-04 12:40  Regina Obe <lr at pcorp.us>
-
-	* [r2937] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_NDims and ST_Dimension to new reference section
-
-2008-09-04 12:08  Regina Obe <lr at pcorp.us>
-
-	* [r2936] doc/reference_new.xml: minor change to example
-
-2008-09-04 12:04  Regina Obe <lr at pcorp.us>
-
-	* [r2935] doc/reference_new.xml: accidentally took out reference
-	  from ST_OrderingEquals
-
-2008-09-04 11:56  Regina Obe <lr at pcorp.us>
-
-	* [r2934] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Overlaps to new reference section and provide some examples
-
-2008-08-28 21:09  Regina Obe <lr at pcorp.us>
-
-	* [r2932] doc/installation.xml: Fixed url links to geos and proj.
-	  Both are now osgeo projects and no longer at refractions or
-	  remotesensing. Move around instructions putting geos and proj
-	  compilation steps at the end per Mark's request
-
-2008-08-27 04:34  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2931] doc/reference.xml, doc/reference_new.xml: moved
-	  ST_IsClosed to the new documentation template.
-
-2008-08-24 04:54  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2930] doc/reference.xml, doc/reference_new.xml: moved
-	  ST_StartPoint and ST_EndPoint to new reference_new.xml
-
-2008-08-22 17:47  Regina Obe <lr at pcorp.us>
-
-	* [r2929] doc/installation.xml: another typo
-
-2008-08-22 17:36  Regina Obe <lr at pcorp.us>
-
-	* [r2928] doc/installation.xml: Typo
-
-2008-08-22 17:13  Regina Obe <lr at pcorp.us>
-
-	* [r2927] doc/installation.xml: Some changes based on Mark's
-	  comments.
-
-2008-08-22 14:46  Regina Obe <lr at pcorp.us>
-
-	* [r2926] doc/installation.xml: More typos
-
-2008-08-22 13:37  Regina Obe <lr at pcorp.us>
-
-	* [r2925] doc/installation.xml: typo
-
-2008-08-22 13:05  Regina Obe <lr at pcorp.us>
-
-	* [r2924] doc/installation.xml: More reordering
-
-2008-08-22 12:52  Regina Obe <lr at pcorp.us>
-
-	* [r2923] doc/installation.xml: Installation got moved out of order
-	  for some reason.
-
-2008-08-22 12:32  Regina Obe <lr at pcorp.us>
-
-	* [r2922] doc/installation.xml: Typo
-
-2008-08-22 12:14  Regina Obe <lr at pcorp.us>
-
-	* [r2921] doc/installation.xml: Updated the installations docs. I
-	  took some of Olivier Courtin instructions for install
-	  (http://postgis.refractions.net/pipermail/postgis-users/2008-August/020746.html)
-	  which seemed much easier to follow than the ones we currently
-	  have. Also corrected path settings we had to the install files.
-	  They are all in downloads not root of postgis as we suggested.
-
-2008-08-21 11:27  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2920] README.postgis: Update PostGIS README file to account for
-	  changes in SVN trunk.
-
-2008-08-21 10:56  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2919] lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in.c: Update
-	  PostGIS SVN trunk to use the new 8.4 GiST API (where RECHECK is
-	  now specified within the consistent function, rather than being
-	  supplied as part of the operator class definition). This allows
-	  PostGIS to compile and pass regression tests on the latest
-	  PostgreSQL 8.4 CVS HEAD.
-
-2008-08-21 08:45  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2918] loader/Makefile.pgsql2shp.in,
-	  loader/Makefile.shp2pgsql.in, lwgeom/Makefile.in: Alter the
-	  lwgeom Makefile so that liblwgeom.a is linked directly, rather
-	  than using the -L...-l options on the command line. This is to
-	  prevent problems on OSX where PGXSadds the PostgreSQL $libdir to
-	  the PostGIS link line, causing it to link to liblwgeom.so
-	  produced by older versions of PostGIS rather than the static
-	  liblwgeom.a.
-	  
-	  Also change the PGXS CPP/LIB equivalent variables to use += so
-	  that extra compile/link options can be supplied. Per report from
-	  Robert Rainthorpe, with thanks to William Kyngesburye.
-
-2008-08-12 16:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2916] doc/using_postgis.xml: move to CLASS/STYLE mapserver 5.X
-	  syntax
-
-2008-08-04 11:50  Regina Obe <lr at pcorp.us>
-
-	* [r2915] doc/reference.xml, doc/reference_new.xml: Moved over
-	  ST_SRID, fixed a typo, added some references
-
-2008-08-04 11:32  Regina Obe <lr at pcorp.us>
-
-	* [r2914] doc/reference.xml, doc/reference_new.xml: got rid of
-	  additional entry for ST_GeomFromText - was already moved over,
-	  moved over ST_PointFromText, ST_MakePoint
-
-2008-08-03 15:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2913] README.postgis, doc/README, doc/faq.xml,
-	  doc/introduction.xml, doc/reference.xml, doc/release_notes.xml:
-	  Spelling changes from Mark Kolybabi.
-
-2008-08-02 22:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2912] doc/installation.xml: Add a download reference for Apache
-	  Ant, plus fix a couple more typos.
-
-2008-08-02 08:41  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2911] doc/installation.xml: Correct typo from the previous
-	  documentation commit.
-
-2008-08-02 08:24  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2909] doc/installation.xml: A long overdue documentation update
-	  - update the installation section to reflect the many changes in
-	  the new SVN trunk build system.
-
-2008-08-01 16:01  Regina Obe <lr at pcorp.us>
-
-	* [r2908] doc/reference_new.xml: bad break in GeoJSON example
-
-2008-08-01 15:18  Regina Obe <lr at pcorp.us>
-
-	* [r2907] doc/reference_new.xml: Provide example for geojson
-	  (excerpts from postgis newsgroup thread)
-
-2008-08-01 15:12  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2906] doc/html/images/st_crosses-math.gif,
-	  doc/html/images/st_touches-math.gif, doc/reference_new.xml:
-	  Reverted html markup for mathematical expressions in ST_Touches
-	  and ST_Crosses to a gif image. It seems unicode markup does not
-	  work well for both IE and Firefox. The next best thing to do is
-	  to get MathML markup working.
-
-2008-08-01 04:42  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2905] doc/reference_new.xml: small grammar correction in
-	  ST_Touches
-
-2008-08-01 04:26  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2904] doc/html/image_src/st_touches01.svg,
-	  doc/html/image_src/st_touches02.svg,
-	  doc/html/image_src/st_touches03.svg,
-	  doc/html/image_src/st_touches04.svg,
-	  doc/html/image_src/st_touches05.svg,
-	  doc/html/image_src/st_touches06.svg,
-	  doc/html/images/st_touches01.png,
-	  doc/html/images/st_touches02.png,
-	  doc/html/images/st_touches03.png,
-	  doc/html/images/st_touches04.png,
-	  doc/html/images/st_touches05.png,
-	  doc/html/images/st_touches06.png, doc/reference_new.xml: added
-	  ST_Touches examples
-
-2008-07-31 12:32  Regina Obe <lr at pcorp.us>
-
-	* [r2903] doc/reference_new.xml: took out kml example - causing
-	  parsing error.
-
-2008-07-31 12:14  Regina Obe <lr at pcorp.us>
-
-	* [r2902] doc/reference.xml, doc/reference_new.xml: Moved over
-	  remaining geometry output functions and put in availability for
-	  each.
-
-2008-07-31 06:35  Regina Obe <lr at pcorp.us>
-
-	* [r2901] doc/reference.xml: Put in Availability 1.3.4 for
-	  ST_AsGeoJSON
-
-2008-07-31 06:33  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2899] doc/reference_new.xml: fixed small typo in ST_Touches
-	  mathematical expression
-
-2008-07-31 06:29  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2898] doc/reference.xml, doc/reference_new.xml: Moved over
-	  ST_Touches to new PostGIS reference. Examples forthcoming.
-
-2008-07-31 04:57  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2897] doc/html/images/st_crosses-math.gif, doc/html/style.css,
-	  doc/reference_new.xml: replaced the mathematical gif expression
-	  in ST_Crosses with simple html markup
-
-2008-07-30 14:05  Regina Obe <lr at pcorp.us>
-
-	* [r2896] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_WKTToSQL and also defined ST_GeometryFromText (didn't see it
-	  in the old docs, but its not deprecated and is a popular variant)
-
-2008-07-30 11:41  Regina Obe <lr at pcorp.us>
-
-	* [r2895] lwgeom/lwpostgis.sql.in.c, lwgeom/sqlmm.sql.in: Got rid
-	  pf superfluous redirection to deprecated functions of
-	  ST_GeomFromWkb and ST_GeomFromText - now they just point directly
-	  to the c functions. Changed all FromWKB, FromText variants to
-	  point to the non-deprecated ST_GeomFrom, ST_BuildArea etc.
-	  (before they were pointing at deprecated functions)
-
-2008-07-29 15:46  Regina Obe <lr at pcorp.us>
-
-	* [r2894] doc/reference_new.xml: grammatical error
-
-2008-07-29 15:42  Regina Obe <lr at pcorp.us>
-
-	* [r2893] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_Collect and ST_Union, provide examples for ST_Union. Get rid
-	  of comment about don't use ST_Union with geometry collections -
-	  seems to work fine with those.
-
-2008-07-29 12:35  Regina Obe <lr at pcorp.us>
-
-	* [r2892] doc/reference_new.xml: typo in function declare for
-	  perimeter
-
-2008-07-29 12:00  Regina Obe <lr at pcorp.us>
-
-	* [r2891] doc/reference.xml, doc/reference_new.xml: remove ST_Area
-	  from reference.xml already accounted for in reference_new.xml,
-	  move over ST_Length, ST_Perimeter
-
-2008-07-29 05:43  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2890] doc/reference.xml, doc/reference_new.xml: moved over
-	  st_pointonsurface and provided examples.
-
-2008-07-29 05:11  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2889] doc/html/image_src, doc/html/image_src/st_centroid01.svg,
-	  doc/html/image_src/st_centroid02.svg,
-	  doc/html/image_src/st_centroid03.svg,
-	  doc/html/image_src/st_centroid04.svg,
-	  doc/html/images/st_centroid01.png,
-	  doc/html/images/st_centroid02.png,
-	  doc/html/images/st_centroid03.png,
-	  doc/html/images/st_centroid04.png, doc/reference.xml,
-	  doc/reference_new.xml: moved over st_centroid and provided
-	  examples in both svg and png format. Eventually, ImageMagick will
-	  be used to generate the png files, but for now they are committed
-	  into svn.
-
-2008-07-29 04:42  Regina Obe <lr at pcorp.us>
-
-	* [r2888] doc/reference_new.xml: minor formatting changes, note
-	  about ST_NumPOints being an alias for ST_NPoints moving forward.
-
-2008-07-28 19:05  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2887] doc/reference.xml, doc/reference_new.xml: fixed some
-	  minor xrefences in the documentation so the autobuild doesn't
-	  throw errors.
-
-2008-07-28 12:07  Regina Obe <lr at pcorp.us>
-
-	* [r2886] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_GeomFromEWKT, ST_GeomFromEWKB and provide examples. Fix some
-	  miscellaneous references.
-
-2008-07-28 10:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2885] configure.ac, loader/Makefile.pgsql2shp.in,
-	  loader/Makefile.shp2pgsql.in, lwgeom/Makefile.in,
-	  topology/Makefile, topology/Makefile.in: Allow Makefile
-	  substitutions for PGCONFIG which are required if pg_config is not
-	  located in the path. Note that as part of this fix, we now need
-	  to generate topology/Makefile using autoconf. Thanks to Jorgen
-	  Austvik for the report and partial patch.
-
-2008-07-28 09:13  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2884] liblwgeom/Makefile.in: Fix -o option for flex; the output
-	  filename must be specified immediately after -o without any
-	  preceding white space. Per report from Jorgen Austvik.
-
-2008-07-24 11:58  Regina Obe <lr at pcorp.us>
-
-	* [r2883] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_GeomFromText and provide examples
-
-2008-07-24 10:22  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2882] configure.ac: Add PROJ.4 version check to ensure that a
-	  minimum version of 4.5.0 is installed. This is to ensure that the
-	  pj_set_searchpath() function is present (note: it was actually
-	  added in 4.4.9, however we version detect on major.minor rather
-	  than major.minor.release)
-
-2008-07-24 05:55  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2881] doc/Makefile.in, doc/reference.xml,
-	  doc/reference_new.xml: Moved several version functions to the new
-	  PostGIS reference.
-
-2008-07-23 17:13  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2880] doc/reference.xml, doc/reference_new.xml: added some
-	  xreferences so the autobuild process does not throw errors.
-
-2008-07-23 16:40  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2879] doc/installation.xml, doc/postgis.xml: changed
-	  @@LAST_RELEASE_VERSION@@ with a DocBook variable so the correct
-	  version number gets substituted in all included files, not just
-	  postgis.xml
-
-2008-07-23 12:03  Regina Obe <lr at pcorp.us>
-
-	* [r2878] doc/reference.xml, doc/reference_new.xml: move of
-	  ST_AsBinary,ST_AsEWKB - add examples, various minor fixes to
-	  ST_As function descriptions
-
-2008-07-23 10:56  Regina Obe <lr at pcorp.us>
-
-	* [r2877] doc/reference.xml:
-
-2008-07-22 13:53  Regina Obe <lr at pcorp.us>
-
-	* [r2876] lwgeom/lwpostgis.sql.in.c: Deprecate ST_area2d
-
-2008-07-22 11:38  Regina Obe <lr at pcorp.us>
-
-	* [r2875] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_AsText, ST_AsEWKT and provide examples. Change order of
-	  ST_Multi.
-
-2008-07-22 11:12  Regina Obe <lr at pcorp.us>
-
-	* [r2874] doc/reference.xml, doc/reference_new.xml: move over
-	  ST_SetSRID, ST_Transform and ST_Multi. Provide examples.
-
-2008-07-21 16:20  Regina Obe <lr at pcorp.us>
-
-	* [r2873] doc/reference.xml, doc/reference_new.xml: Remove
-	  ST_Area2D and replace with ST_Area - move to new section and
-	  provide example
-
-2008-07-21 12:09  Regina Obe <lr at pcorp.us>
-
-	* [r2871] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_GeometryType, ST_MakePolygon
-
-2008-07-21 11:38  Regina Obe <lr at pcorp.us>
-
-	* [r2870] doc/reference.xml, doc/reference_new.xml: delete
-	  reference to ST_Equals in reference.xml - alread in new version,
-	  include an ST_DWithin non-join join example.
-
-2008-07-18 12:23  Regina Obe <lr at pcorp.us>
-
-	* [r2869] doc/reference.xml, doc/reference_new.xml: Move over
-	  ST_AddPoint, ST_RemovePoint, ST_Npoints, ST_NumPoints and provide
-	  examples.
-
-2008-07-17 14:16  Regina Obe <lr at pcorp.us>
-
-	* [r2868] doc/reference.xml, doc/reference_new.xml: Move ST_Reverse
-	  and add example
-
-2008-07-17 12:14  Regina Obe <lr at pcorp.us>
-
-	* [r2867] doc/reference.xml, doc/reference_new.xml: Move
-	  ST_BuildArea expand on definition, provide example, Move
-	  ST_BdPolyFromText and ST_BdMPolyFromText
-
-2008-07-17 11:20  Regina Obe <lr at pcorp.us>
-
-	* [r2866] doc/reference.xml, doc/reference_new.xml: move over
-	  ST_Within and provide example
-
-2008-07-16 08:42  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2864] lwgeom/lwgeom_estimate.c: Fix for segfault in ANALYZE due
-	  to incorrect use of legacy BOX type within
-	  compute_geometry_stats() (Fixes GBT#43). Thanks to Landon Fuller
-	  for the bug report and fix.
-
-2008-07-16 06:42  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2863] doc/reference.xml, doc/reference_new.xml: moved
-	  ST_Envelope, complete with examples.
-
-2008-07-16 05:10  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2862] doc/reference_new.xml: updated the st_crosses method:
-	  made the geometry parameters lowercase and made a few changes to
-	  content.
-
-2008-07-16 05:03  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2861] doc/html/images/st_crosses-math.gif,
-	  doc/html/images/st_crosses01.gif,
-	  doc/html/images/st_crosses02.gif,
-	  doc/html/images/st_crosses03.gif,
-	  doc/html/images/st_crosses04.gif, doc/html/style.css,
-	  doc/reference.xml, doc/reference_new.xml: Moved ST_Crosses into
-	  new reference_new.xml file, complete with images.
-	  Updated css to use fixed-width fonts for programlistings.
-
-2008-07-16 04:55  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2860] doc/using_postgis.xml: fixed small typo
-
-2008-07-16 04:54  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2859] doc/template.xml: Apparently, the <inlinegraphic> will
-	  become deprecated in a future version of DocBook. Now replaced
-	  with <inlinemediaobject>.
-
-2008-07-15 21:20  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2858] doc/reference.xml, doc/reference_new.xml: fixed a small
-	  typo so the autobuild process will still work.
-
-2008-07-15 19:38  Regina Obe <lr at pcorp.us>
-
-	* [r2857] doc/reference.xml, doc/reference_new.xml,
-	  doc/template.xml: Move ST_Equals, ST_OrderingEquals - provide
-	  examples. Make Geometry - geometry
-
-2008-07-15 18:02  Regina Obe <lr at pcorp.us>
-
-	* [r2856] doc/reference_new.xml: minor corrections to ST_SetSRID
-	  and UpdateGeometrySRID
-
-2008-07-15 17:54  Regina Obe <lr at pcorp.us>
-
-	* [r2855] doc/reference_new.xml: remove includes index note for
-	  ST_MakeLine
-
-2008-07-15 17:51  Regina Obe <lr at pcorp.us>
-
-	* [r2854] doc/reference.xml, doc/reference_new.xml: Move
-	  ST_Intersection, ST_Disjoint provide examples for both.
-
-2008-07-15 15:33  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2853] doc/Makefile.in: applied patch from Mark to fix the
-	  if/then/else so the Makefile can run on older systems (ie. FC3)
-
-2008-07-15 11:34  Regina Obe <lr at pcorp.us>
-
-	* [r2852] doc/reference_new.xml: typo
-
-2008-07-15 11:03  Regina Obe <lr at pcorp.us>
-
-	* [r2851] doc/reference.xml, doc/reference_new.xml: Move
-	  ST_MakeLine from reference.xml to reference_new.xml and add an
-	  additional example to ST_MakeLine
-
-2008-07-15 06:57  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2850] doc/Makefile.in, doc/html/images,
-	  doc/html/images/caution.png, doc/html/images/check.png,
-	  doc/html/images/important.png, doc/html/images/note.png,
-	  doc/html/images/tip.png, doc/html/images/warning.png,
-	  doc/postgis.xml, doc/reference.xml, doc/reference_new.xml,
-	  doc/release_notes.xml, doc/template.xml: Started migration of the
-	  functions in reference.xml using the <variablelist> concept to a
-	  new "reference_new.xml" using DocBook's <refentry> concept. Once
-	  migration is complete, reference.xml will be removed and
-	  reference_new.xml will be renamed to reference.xml. The included
-	  template.xml file is not used, except to provide example usage of
-	  DocBook's refentry tag.
-
-2008-07-14 21:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2849] doc/html/style.css: Updated CSS from Dane Springmeyer
-
-2008-07-14 16:30  Regina Obe <lr at pcorp.us>
-
-	* [r2847] doc/reference.xml: Example use case of ST_DWithin
-
-2008-07-14 11:40  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2846] configure.ac: Modify autoconf stylesheet logic (again) to
-	  correctly distinguish between the case where a valid docbook
-	  stylesheet is found automatically and where it is explicitly
-	  specified using the --with-xsldir option.
-
-2008-07-14 10:41  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2845] configure.ac: Change autoconf iconv-detection code so
-	  that ICONV_LDFLAGS is explicitly set in the AC_CHECK_LIB()
-	  action-if-found section (LIBS does not get automatically set when
-	  action-if-found is set). Thanks to Olivier Courtin for the bug
-	  report.
-
-2008-07-14 10:05  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2844] configure.ac, doc/Makefile.in: Apply some autoconf /
-	  Makefile changes from Olivier Courtin. XSLBASE should not be
-	  checked for validity unless it has been explicitly specified
-	  using the --with-xsldir option, and we also add some friendlier
-	  messages in the documentation Makefile in case the DocBook
-	  stylesheets and/or xsltproc cannot be found. Additionally, the
-	  configure --help output has been tidied up using the
-	  AS_HELP_STRING macro.
-
-2008-07-13 23:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2842] doc/reference.xml, lwgeom/lwgeom_geojson.c,
-	  regress/geojson.sql, regress/geojson_expected: Apply GeoJSON
-	  patch from Olivier Courtin.
-
-2008-07-13 17:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2841] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
-	  Rename the new parser function ewkt_to_lwgeom() to
-	  lwgeon_from_ewkt() so that it matches the rest of the parser API
-
-2008-07-13 11:09  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2840] liblwgeom/lwgunparse.c: Add some additional LWDEBUG(F)
-	  statements for debugging that I missed the first time around with
-	  the new debugging infrastructure
-
-2008-07-13 10:50  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2839] liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c:
-	  More work on improving the EWKT/B parser; remove all references
-	  to allocator functions from outside of liblwgeom by generating
-	  wrapper functions with more meaningful names. As well as cleaning
-	  up the API, it also makes the code much more readable
-
-2008-07-11 10:48  Regina Obe <lr at pcorp.us>
-
-	* [r2838] doc/reference.xml: Example uses of ST_Line_SubString
-
-2008-07-10 13:16  Regina Obe <lr at pcorp.us>
-
-	* [r2837] doc/reference.xml: Examples of using ST_ExteriorRing and
-	  ST_NumInteriorRings
-
-2008-07-09 11:16  Regina Obe <lr at pcorp.us>
-
-	* [r2836] doc/reference.xml: Numerous small changes. Changed some
-	  returns 1 (TRUE) to just TRUE. Automatic casting between 0 1 and
-	  boolean no longer exists in PostgreSQL. Lets not confuse people
-	  by suggesting to them they are the same.
-
-2008-07-08 13:30  Regina Obe <lr at pcorp.us>
-
-	* [r2835] doc/reference.xml: numerous changes(remove additional
-	  parent, argument list changes, multi function breakout)
-
-2008-07-08 12:01  Regina Obe <lr at pcorp.us>
-
-	* [r2834] doc/reference.xml: Provide examples of using
-	  ST_MakePolygon in conjunction with ST_Accum and PostgreSQL
-	  ARRAY() function
-
-2008-07-08 06:05  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2833] doc/using_postgis.xml: Added brief descriptions to the
-	  SQL-MM curve types.
-
-2008-07-08 05:15  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2832] doc/Makefile.in: modified toc top generation level param
-
-2008-07-08 05:09  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2831] doc/Makefile.in, doc/faq.xml, doc/installation.xml,
-	  doc/introduction.xml, doc/long_xact.xml,
-	  doc/performance_tips.xml, doc/postgis.xml, doc/reference.xml,
-	  doc/release_notes.xml, doc/reporting.xml, doc/using_postgis.xml:
-	  split postgis.xml into manageable chunks, broken at chapter
-	  divisions.
-
-2008-07-08 03:12  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2830] doc/postgis.xml: updated tips section to reference ST_*
-	  function names
-
-2008-07-07 12:20  Regina Obe <lr at pcorp.us>
-
-	* [r2829] doc/postgis.xml: Example of ST_AddPoint, some fixes of
-	  non-ST references, miscellaneous indenting changes.
-
-2008-07-07 11:57  Regina Obe <lr at pcorp.us>
-
-	* [r2828] doc/postgis.xml: Add examples for ST_MakePolygon, correct
-	  non-st to ST references in ST_MakePolygon section
-
-2008-07-06 07:22  Regina Obe <lr at pcorp.us>
-
-	* [r2827] doc/postgis.xml: fixed ST_Dimension example, flipped
-	  order of conditions in WHERE on some examples (in later versions
-	  of PostgreSQL since we don't have our costs right - the planner
-	  may choose to process in order of conditions
-
-2008-07-06 01:47  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2826] doc/postgis.xml: fixed typo in a WKT example.
-
-2008-07-03 19:07  Regina Obe <lr at pcorp.us>
-
-	* [r2825] doc/postgis.xml: Examples of use of ST_MakeLine,
-	  correction to my ST_Collect example.
-
-2008-07-03 17:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2824] doc/postgis.xml: Add version information to <title>
-
-2008-07-03 17:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2821] java/jdbc/Makefile, java/jdbc/build.xml: Match version
-	  numbers to new naming conventions.
-
-2008-07-03 09:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2820] configure.ac, liblwgeom/Makefile.in: Add the parser build
-	  rules back into the liblwgeom Makefile, so now any changes to
-	  either the lexer or parser source files will automatically invoke
-	  a rebuild of the relevant output files during make
-
-2008-07-01 14:15  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2819] configure.ac, liblwgeom/Makefile.in: Fix liblwgeom
-	  requiring gcc to compile. By using macros and variables supplied
-	  by libtool, we can now detect the PIC flags and whether the
-	  compiler will accept additional gcc warning flags for developers
-
-2008-06-30 15:30  Regina Obe <lr at pcorp.us>
-
-	* [r2817] doc/postgis.xml: Fixed typo
-
-2008-06-29 19:19  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2816] lwgeom/lwgeom_pg.h, lwgeom/pgsql_compat.h: Move some
-	  PostgreSQL compatibility macros from lwgeom_pg.h into
-	  pgsql_compat.h which is their proper home
-
-2008-06-29 19:11  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2815] GNUmakefile, configure.ac, liblwgeom,
-	  liblwgeom/Makefile.in, liblwgeom/box2d.c, liblwgeom/lex.yy.c,
-	  liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
-	  liblwgeom/lwcompound.c, liblwgeom/lwcurve.c,
-	  liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
-	  liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
-	  liblwgeom/lwgunparse.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
-	  liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
-	  liblwgeom/lwmsurface.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
-	  liblwgeom/lwutil.c, liblwgeom/measures.c, liblwgeom/ptarray.c,
-	  liblwgeom/vsprintf.c, liblwgeom/wktparse.h,
-	  liblwgeom/wktparse.lex, liblwgeom/wktparse.tab.c,
-	  liblwgeom/wktparse.tab.h, liblwgeom/wktparse.y,
-	  lwgeom/Makefile.in, lwgeom/box2d.c, lwgeom/lex.yy.c,
-	  lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwcompound.c, lwgeom/lwcurve.c, lwgeom/lwcurvepoly.c,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_dump.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c,
-	  lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h, lwgeom/lwgeom_sqlmm.c,
-	  lwgeom/lwgparse.c, lwgeom/lwline.c, lwgeom/lwmcurve.c,
-	  lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
-	  lwgeom/lwmsurface.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c,
-	  lwgeom/measures.c, lwgeom/ptarray.c, lwgeom/vsprintf.c,
-	  lwgeom/wktparse.h, lwgeom/wktparse.lex, lwgeom/wktparse.tab.c,
-	  lwgeom/wktparse.tab.h, lwgeom/wktparse.y, lwgeom/wktunparse.c:
-	  Split the basic geometry accessors into a separate static library
-	  liblwgeom.a; this potentially allows re-use of the liblwgeom
-	  functions from within PostGIS, or could be extended at a later
-	  date to include databases other than MySQL. This patch includes a
-	  change to the liblwgeom handler functions; instead of sprinkling
-	  init_pg_func()s around the source, I have changed the default
-	  liblwgeom handlers to make use of a callback to allow linked
-	  libraries to set their own handlers the first time any of them
-	  are called. I have also tidied up the parser API a little in
-	  liblwgeom.h, which means wktparse.h can be removed from all of
-	  the headers in the lwgeom/ directory, plus renamed wktunparse.c
-	  to lwgunparse.c to keep things similar to lwgparse.c. Finally, I
-	  renamed liblwgeom.c to lwutil.c to avoid confusion within the new
-	  interface. TODO: the liblwgeom Makefile has some gcc-specific
-	  options, but these can be fixed later - it seemed more important
-	  to make the warnings visible to developers.
-
-2008-06-28 05:34  Regina Obe <lr at pcorp.us>
-
-	* [r2814] doc/postgis.xml: Flesh out definition of ST_Collect and
-	  how to use it.
-
-2008-06-26 02:40  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2812] lwgeom/lwpostgis.sql.in.c: ST_SnapToGrid SQL functions
-	  were referencing the deprecated SnapToGrid instead of their ST_..
-	  equivalents.
-
-2008-06-24 16:12  Regina Obe <lr at pcorp.us>
-
-	* [r2811] doc/postgis.xml: Fix mismatched para in intersection
-	  documentation and remove dangling command tag in Reporting
-	  Documentation Issues section.
-
-2008-06-24 15:57  Regina Obe <lr at pcorp.us>
-
-	* [r2810] doc/postgis.xml: Definitions for st_convexhull and
-	  st_shift_longitude
-
-2008-06-06 08:53  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2809] lwgeom/Makefile.in: Rearrange lwgeom/Makefile.in in terms
-	  of the liblwgeom/PostgreSQL distinction, plus remove remaining
-	  JTS reference.
-
-2008-06-06 08:48  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2808] lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp,
-	  lwgeom/lwgeom_nojts.c: Remove JTS support from liblwpostgis;
-	  native GCJ-compiled JTS code is reported not to be reliable
-	  enough within a production environment, so well stick with GEOS.
-
-2008-06-05 16:08  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2807] lwgeom/lwpostgis.sql.in.c: Some more updates to
-	  lwpostgis.sql.in.c; correct a couple of missing conversions from
-	  OPAQUE_TYPE to internal (how on earth did regression tests pass
-	  with this still in place??), plus remove the UPDATE on pg_opclass
-	  to change the OID of the index storage type since we can do this
-	  by specifying a STORAGE clause instead.
-
-2008-06-05 14:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2806] lwgeom/Makefile: Remove Makefile from lwgeom/ directory;
-	  it is no longer needed as it is automatically generated from
-	  lwgeom/Makefile.in
-
-2008-06-05 14:47  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2805] loader/Makefile.pgsql2shp.in,
-	  loader/Makefile.shp2pgsql.in, loader/compat.h,
-	  loader/pgsql2shp.c, lwgeom/Makefile, lwgeom/Makefile.in: Update
-	  new Makefile copyrights, also remove compat.h from the loader/
-	  directory since it is now no longer needed.
-
-2008-06-05 14:30  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2804] configure.ac, configure.in, macros/ac_proj4_version.m4:
-	  Update copyrights for configure.ac (rewritten from scratch, and
-	  now renamed from the deprecated form configure.in) and also the
-	  PROJ.4 version detection macro
-
-2008-06-05 12:09  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2803] lwgeom/long_xact.sql.in, lwgeom/lwpostgis.sql.in.c,
-	  lwgeom/sqlmm.sql.in: Switch all SQL and PL/PGSQL stored
-	  procedures over to use dollar quoting instead of apostrophes for
-	  function bodies. At last, most of the stored procedures actually
-	  become readable
-
-2008-06-05 11:19  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2802] lwgeom/long_xact.sql.in, lwgeom/sqldefines.h.in: Remove
-	  the HAS_SCHEMA #define and all related #else code since we now
-	  guarantee to be using PostgreSQL > 7.2
-
-2008-06-05 11:07  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2801] loader/Makefile.pgsql2shp.in, loader/PQunescapeBytea.c:
-	  Remove PQunescapeBytea hack from pgsql2shp which is no longer
-	  needed, as it was only required for versions of PostgreSQL < 7.3
-
-2008-06-05 10:51  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2800] lwgeom/lwpostgis.sql.in.c: Remove all of the
-	  pre-PostgreSQL 7.3 schema #ifdefs from lwpostgis.sql.in to make
-	  things readable once again.
-
-2008-06-05 10:19  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2799] lwgeom/lwgeom_btree.c, lwgeom/lwgeom_dump.c,
-	  lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c,
-	  lwgeom/lwgeom_transform.c, lwgeom/lwpostgis.sql.in.c,
-	  lwgeom/pgsql_compat.h, lwgeom/sqldefines.h.in: Blast away the
-	  huge amounts of legacy C code related to PostgreSQL versions <
-	  8.1. Next step will be to work on the SQL script files too.
-
-2008-05-31 10:35  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2798] configure.in, lwgeom/DEBUG: Provide a new text file
-	  called DEBUG explaining how to use the new debug system.
-
-2008-05-31 09:56  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2797] configure.in, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
-	  lwgeom/long_xact.c, lwgeom/lwcollection.c, lwgeom/lwcompound.c,
-	  lwgeom/lwcurve.c, lwgeom/lwcurvepoly.c, lwgeom/lwgeom.c,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c,
-	  lwgeom/lwgeom_debug.c, lwgeom/lwgeom_dump.c,
-	  lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_functions_lrs.c,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h, lwgeom/lwgeom_rtree.c,
-	  lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_sqlmm.c,
-	  lwgeom/lwgeom_transform.c, lwgeom/lwgparse.c, lwgeom/lwline.c,
-	  lwgeom/lwmpoly.c, lwgeom/lwmsurface.c, lwgeom/lwpoint.c,
-	  lwgeom/lwpoly.c, lwgeom/lwpostgis.sql.in.c, lwgeom/measures.c,
-	  lwgeom/ptarray.c, postgis_config.h.in: Commit new PostGIS
-	  debugging infrastructure. These changes unify all the debug
-	  logging to use a new set of macros: LWDEBUG()/LWDEBUGF() for
-	  LWGEOM functions, and POSTGIS_DEBUG()/POSTGIS_DEBUGF() for
-	  PostgreSQL functions. To enable debugging, run configure with
-	  --enable-debug and then remake the entire project. If
-	  --enable-debug is omitted during configure, the above macros
-	  evaluate to (void)0, and hence should be removed by the compiler
-	  during optimisation. Also: contains minor warning cleanups and a
-	  fix for the ST_Dwithin SQL definition.
-
-2008-05-28 23:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2796] lwgeom/box2d.c, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_svg.c,
-	  lwgeom/lwpostgis.sql.in.c, lwgeom/measures.c: Enhanced speed
-	  _ST_DWithin(g,g,d) that returns as soon as g and g are within d
-	  of each other, rather than using distance naively. Change
-	  ST_DWithin to use enhanced op. (Issue 20)
-
-2008-05-28 21:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2793] spatial_ref_sys.sql: Fix towgs84 for 31300 and 31370
-	  (issue 23)
-
-2008-05-28 21:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2792] doc/postgis.xml: Geomunion name change note, issue 26.
-
-2008-05-28 21:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2789] doc/postgis.xml: Bug reporting documentation (issue 27)
-
-2008-05-28 21:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2787] doc/postgis.xml: Fix for issue 30, ST_Buffer doco mistake
-
-2008-05-27 15:08  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2785] loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c:
-	  Remove extra warnings related to the shp2pgsql deleted records
-	  patch
-
-2008-05-27 14:47  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2784] configure.in, loader/Makefile.shp2pgsql,
-	  loader/Makefile.shp2pgsql.in, loader/shp2pgsql.c,
-	  postgis_config.h.in: Update new build system to include iconv
-	  detection for shp2pgsql
-
-2008-05-27 03:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2783] ChangeLog, loader/dbfopen.c, loader/shapefil.h,
-	  loader/shp2pgsql.c: Fix for DBF files with deleted records. (#29)
-
-2008-05-22 20:43  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2781] lwgeom/liblwgeom.h, lwgeom/long_xact.c, lwgeom/lwcurve.c,
-	  lwgeom/lwgeom_box.c, lwgeom/lwgeom_chip.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_rtree.c,
-	  lwgeom/lwgeom_sqlmm.c, lwgeom/lwgeom_transform.c,
-	  lwgeom/wktunparse.c: Since PGXS compiles libraries with -Wall,
-	  attempt to remove as many warnings as possible. Most of these are
-	  missing function prototypes at the top of each file.
-
-2008-05-22 14:34  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2780] configure.in, doc/Makefile.in: Update documentation build
-	  so that "make install" now works. Maybe this will fix the on-line
-	  website build?
-
-2008-05-22 14:31  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2779] topology/Makefile, topology/topology.sql.in,
-	  topology/topology.sql.in.c: Update topology/ directory to use the
-	  new PGXS build system.
-
-2008-05-20 22:24  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2778] doc/Makefile, doc/Makefile.in: Update previous commit:
-	  add Makefile.in and remove Makefile, since Makefile is now
-	  generated from Makefile.in automatically.
-
-2008-05-20 22:10  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2777] configure.in, doc/Makefile: Rework the documentation
-	  Makefile so that it works with the autoconf build system.
-
-2008-05-14 17:24  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2776] GNUmakefile: Fixes for previous commit: missed
-	  Makefile.config target for "make clean"
-
-2008-05-14 17:19  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2775] GNUmakefile, lwgeom/sqldefines.h: Fixes for previous
-	  commit: Alter GNUmakefile to understand that Makefile.config no
-	  longer exists, plus remove lwgeom/sqldefines.h as it is generated
-	  by autoconf
-
-2008-05-14 17:10  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2774] HOWTO_RELEASE, Makefile.config.in, Version.config,
-	  autogen.sh, config.h.in, configure.in, loader/Makefile,
-	  loader/Makefile.pgsql2shp.in, loader/Makefile.shp2pgsql,
-	  loader/pgsql2shp.c, loader/shp2pgsql.c, lwgeom/Makefile,
-	  lwgeom/Makefile.in, lwgeom/Makefile.shlib, lwgeom/liblwgeom.c,
-	  lwgeom/liblwgeom.h, lwgeom/long_xact.sql.in,
-	  lwgeom/lwgeom_btree.c, lwgeom/lwgeom_dump.c,
-	  lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h,
-	  lwgeom/lwgeom_transform.c, lwgeom/lwpostgis.sql.in,
-	  lwgeom/lwpostgis.sql.in.c, lwgeom/pgsql_compat.h,
-	  lwgeom/sqldefines.h, lwgeom/sqldefines.h.in, lwgeom/sqlmm.sql.in,
-	  macros, macros/ac_proj4_version.m4, postgis_config.h.in,
-	  regress/Makefile, regress/Makefile.in, regress/run_test,
-	  regress/sql-mm-circularstring_expected.in,
-	  regress/sql-mm-compoundcurve_expected.in,
-	  regress/sql-mm-curvepoly_expected.in,
-	  regress/sql-mm-multicurve_expected.in,
-	  regress/sql-mm-multisurface_expected.in: Commit new build system
-	  based upon PGXS. Due to the large number of changes, please refer
-	  to
-	  http://postgis.refractions.net/pipermail/postgis-devel/2008-May/003010.html.
-
-2008-04-24 01:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2772] ChangeLog, doc/postgis.xml, lwgeom/Makefile,
-	  lwgeom/lwgeom_chip.c, lwgeom/lwgeom_geojson.c,
-	  lwgeom/lwpostgis.sql.in, regress/Makefile, regress/geojson.sql,
-	  regress/geojson_expected: ST_AsGeoJSon patch from Olivier Courtin
-	  <olivier.courtin at camptocamp.com>.
-
-2008-04-22 14:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2771] doc/postgis.xml: envelope doco fix
-
-2008-04-12 18:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2770] Version.config: Bump trunk up to 1.3.4SVN
-
-2008-04-12 18:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2768] ChangeLog, NEWS, README.postgis, Version.config,
-	  doc/postgis.xml: Versions and news for the 1.3.3 release.
-
-2008-04-12 16:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2765] ChangeLog: Update re dbf patch
-
-2008-04-12 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2764] loader/shp2pgsql.c: New -n switch to support DBF-only
-	  loading of attributes without shapes.
-	  Submitted by Regina Obe.
-
-2008-04-12 10:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2763] regress/regress_ogc_expected: Remove svn:eol-style from
-	  regress_ogc_expected; MingW requires unix line endings in order
-	  for the diff to work as expected.
-
-2008-04-10 14:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2762] loader/pgsql2shp.c: Reduce FTDate field size to 8 bytes
-	  from 10. Matches other calls in the file
-	  now, no good explanation in code why it was 10 to start with.
-	  http://postgis.refractions.net/pipermail/postgis-users/2008-April/019169.html
-
-2008-04-10 06:40  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2761] lwgeom/lwgeom_estimate.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c,
-	  lwgeom/lwgeom_jts.c: Another round of PostgreSQL 8.3 fixes, this
-	  time related to arrays. Make sure that we use the supplied
-	  ArrayType pointer macros, instead of attempting to access to cast
-	  directly to ArrayType. This resolved GBT#13 where a "corrupted
-	  histogram" error is thrown when using using ST_EstimatedExtent()
-	  under 8.3.
-
-2008-04-09 19:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2760] loader/shp2pgsql.c: Change sr_id into an integer, per
-	  mca's suggestion.
-
-2008-04-08 21:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2759] loader/shp2pgsql.c: Fix string literal comparison
-	  warnings: "comparison with string literal results in
-	  unspecified behaviour"
-
-2008-04-07 20:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2758] ChangeLog, loader/getopt.c, loader/getopt.h,
-	  loader/pgsql2shp.c, loader/shp2pgsql.c: Rename all occurances of
-	  getopt to pgis_getopt to work around
-	  OS/X 10.5 system function name collision.
-
-2008-04-07 19:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2757] regress/kml.sql: Fix the ST_AsKML regression tests.
-
-2008-04-07 19:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2756] lwgeom/lwpostgis.sql.in, regress/Makefile,
-	  regress/kml_expected, regress/regress_ogc.sql,
-	  regress/regress_ogc_cover.sql,
-	  regress/regress_ogc_cover_expected, regress/regress_ogc_expected:
-	  Allow conditional regression tests based on GEOS_VERNUM and move
-	  the
-	  cover/prepared tests into the appropriate buckets. Fix the
-	  AT_AsKML
-	  regression tests.
-
-2008-04-05 14:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2755] lwgeom/lwgeom.h: remove unloved header file
-
-2008-03-31 11:16  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2754] lwgeom/lwgeom_transform.c: Remove the code that adds
-	  share/contrib/nad to the PROJ.4 search path for PostgreSQL < 8.0
-	  since the mechanism for determining the path has changed from
-	  earlier versions, and this was mainly for Win32 users. Also
-	  rename nad/ directory to proj/ to keep it inline with an existing
-	  PROJ.4 installation.
-
-2008-03-30 19:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2753] doc/postgis.xml: small syntax errors in ST_YMAX, etc
-	  functions
-
-2008-03-30 19:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2752] lwgeom/lwpostgis.sql.in: confirm st_*min st_*max
-
-2008-03-28 23:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2751] lwgeom/lwpostgis.sql.in: Syntax error in sql.in
-
-2008-03-28 21:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2750] ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in:
-	  Fixed up KML patch from Eduin Carillo.
-
-2008-03-28 21:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2749] lwgeom/Makefile: Enable the USE_PROJ and GEOS_VERNUM
-	  macros to propogate into lwpostgis.sql.in
-
-2008-03-28 21:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2748] ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in:
-	  Revert KML patch, bad puppy!
-
-2008-03-28 21:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2747] ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in:
-	  Added KML patch from Eduin Carillo.
-	  http://code.google.com/p/postgis/issues/detail?id=17
-
-2008-03-28 20:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2746] lwgeom/Makefile: Changed ifeq to ifndef for CXX macro
-	  test.
-
-2008-03-28 20:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2745] geos_version.sh: Removed unloved and un-used
-	  geos_version.sh file.
-
-2008-03-28 20:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2744] ChangeLog, doc/postgis.xml, lwgeom/lwgeom_svg.c: Added
-	  SVN support patch from Dr. Marco Hugentobler, as described in
-	  http://postgis.refractions.net/pipermail/postgis-devel/2008-February/002883.html
-
-2008-03-28 19:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2743] ChangeLog, Makefile.config.in, configure.in,
-	  lwgeom/Makefile, lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in:
-	  Added GEOS_VERNUM macro and protected GEOS 3.0/3.1 functionality
-	  behind it.
-
-2008-03-28 18:55  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2742] lwgeom/lwgeom_functions_basic.c: Fix crash caused by
-	  double-free in LWGEOM_same - we were accidentally freeing the 1st
-	  parameter twice instead of freeing the second parameter. Thanks
-	  to Cliff Wright for the bug report.
-
-2008-03-28 17:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2741] regress/Makefile: Removed regress_ogc_prep from tests
-	  temporarily until a new GEOS is released with support
-	  for new predicates.
-
-2008-03-27 21:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2740] lwgeom/lwgeom_box2dfloat4.c: Fix bug with |>> and <<|
-	  operators - the BOX2D overabove and overbelow functions were
-	  actually wrong, causing index scans to return the wrong results.
-	  Per bug report from Tomas Karlsson.
-
-2008-03-26 03:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2739] doc/postgis.xml: Change link to postgis bug tracker
-
-2008-03-21 08:17  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2738] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c:
-	  Resolve GBT bugs #2,#3 and #9 related to crashes when calling
-	  aggregate functions under PostgreSQL 8.3 (all earlier versions
-	  would not see the error). This was due to missing more VARSIZE
-	  macros in the PostgreSQL 8.3 conversion. The complete list of
-	  affected functions under PostgreSQL 8.3 is: ST_force_2d(),
-	  ST_force_3dz(), ST_force_3dm(), ST_force_4d(), ST_Collect(),
-	  ST_MakeLine(), ST_Polygonize(), ST_Union()/ST_GeomUnion(),
-	  ST_MakePolygon()/ST_Polygon().
-
-2008-02-12 15:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2737] doc/postgis.xml: Document
-	  ST_SimplifyPreserveTopology(geometry,float)
-
-2008-02-12 15:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2736] ChangeLog, lwgeom/lwgeom_geos_c.c,
-	  lwgeom/lwpostgis.sql.in: Added hook to
-	  GEOSTopologyPreserveSimplify
-
-2008-01-29 01:24  Ben Jubb <benjubb at refractions.net>
-
-	* [r2735] lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in,
-	  regress/Makefile, regress/regress_ogc_prep.sql,
-	  regress/regress_ogc_prep_expected: Changed the interface for the
-	  GEOS prepared predicates.
-	  ST_contains, ST_containsProperly, ST_covers, and ST_intersects
-	  are now overloaded.
-	  The new arguments style is ( geometry, geometry, integer). The
-	  third argument is used to determine when the first argument
-	  changes. The assumption is that when the third argument changes,
-	  the first argument is assumed to have changed too. This
-	  side-steps the issue of determining when the identity of the
-	  first geometry changes.
-
-2008-01-22 19:44  Ben Jubb <benjubb at refractions.net>
-
-	* [r2734] lwgeom/lwgeom_geos_c.c: Ammended to include prepared
-	  geometry cache code in scope of PREPARED_GEOM symbol.
-
-2008-01-22 00:24  Ben Jubb <benjubb at refractions.net>
-
-	* [r2733] lwgeom/lwgeom_geos_c.c: Modified to check version of GEOS
-	  and stub out prepared predicates if GEOS is prior to 3.1.0
-
-2008-01-18 18:57  Ben Jubb <benjubb at refractions.net>
-
-	* [r2732] lwgeom/lwgeom_geos_c.c: Made some minor changes suggested
-	  by Mark Cave-Ayland.
-
-2008-01-18 01:05  Ben Jubb <benjubb at refractions.net>
-
-	* [r2731] lwgeom/lwpostgis.sql.in: Added new function wrappers to
-	  expose prepared geometry predicates:
-	  ST_ContainsPrepared( geometry, geometry )
-	  ST_ContainsProperlyPrepared( geometry, geometry )
-	  ST_CoversPrepared( geometry, geometry )
-	  ST_IntersectsPrepared( geometry, geometry )
-	  
-	  as well, this function was added, for orthogonality:
-	  ST_ContainsProperly( geometry, geometry )
-
-2008-01-18 01:04  Ben Jubb <benjubb at refractions.net>
-
-	* [r2730] lwgeom/lwgeom_geos_c.c: Added new functions to
-	  lwgeom_geos_c.c to support prepared geometry predicates.
-	  bool containsPrepared( geom, geom)
-	  bool containsProperlyPrepared( geom, geom)
-	  bool coversPrepared( geom, geom)
-	  bool intersectsPrepared( geom, geom)
-
-2008-01-18 00:59  Ben Jubb <benjubb at refractions.net>
-
-	* [r2729] regress/regress_ogc_prep.sql,
-	  regress/regress_ogc_prep_expected: Tests for the prepared
-	  geometry predicates.
-	  The tests were copied from regress_ogc, and modified.
-	  Most of the tests use a pattern where the same function is
-	  invoked three times with the same argument.
-	  This tests the prepared geometry caching mechanism.
-	  This testfile haven't been added to regress/Makefile yet, as it
-	  fails for one case. This
-	  probably due to a bug in GEOS.
-
-2008-01-11 15:05  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2727] Version.config: Bump version number to 1.3.3SVN for next
-	  development cycle.
-
-2008-01-11 15:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2726] loader/pgsql2shp.c, lwgeom/Makefile: Rewrite the
-	  pgsql2shp connection string code so that it uses a connection
-	  string, rather than setting environment variables. MingW-compiled
-	  and MSVC-compiled apps seem to have great problems passing the
-	  variables to each other, causing regression to fail. With this
-	  fix (and a Makefile tweak), it is now possible to run a
-	  MingW-compiled PostGIS against an MSVC compiled PostgreSQL and
-	  pass all regression tests.
-
-2007-12-03 23:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2725] doc/postgis.xml: Fix up bad entities and screwed up
-	  programlistings from some previous pretty-printing
-	  run on the XML.
-
-2007-12-02 20:37  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2723] ChangeLog, README.postgis: Commit updated versions of the
-	  ChangeLog and README.postgis (also change some references in
-	  README.postgis from "run as root" to "run as postgres", and
-	  correct the --with-pgsql and --with-geos documentation)
-
-2007-11-30 18:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2722] NEWS, doc/postgis.xml: Added release notes.
-
-2007-11-30 13:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2721] lwgeom/lwgparse.c: Fix the (E)WKB parser so that it
-	  performs validation checks in the same way as the WKT parser,
-	  e.g. ensure POLYGON rings are closed, LINESTRINGs consist of at
-	  least 2 points and that curves have at least 3 points. As
-	  discovered when looking simplify() bug submitted by Ivan Mincik.
-
-2007-11-27 22:39  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2719] lwgeom/liblwgeom.h, lwgeom/lwcurve.c,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_pg.c, lwgeom/lwline.c,
-	  lwgeom/lwpoint.c, lwgeom/lwpoly.c: Rename the existing
-	  get_int32() and get_uint32() functions to lw_get_int32() and
-	  lw_get_uint32() respectively in order to avoid a collision with
-	  functions of the same name in newer versions of OS X. This should
-	  resolve the problem with PostGIS crashing on some OS X
-	  installations. Many thanks to William Kyngesburye and others for
-	  resolving this issue.
-
-2007-11-27 22:19  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2718] lwgeom/lwgeom_transform.c: Extend the PROJ.4 search path
-	  to include $sharedir/contrib/postgis/nad when looking for grid
-	  files. This is mainly to allow Win32 builds to find grid files
-	  without having to use a PROJ.4 DLL compiled containing a fixed
-	  path.
-
-2007-11-23 10:42  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2717] loader/shp2pgsql.c: Apply Tom Glancy's patch to shp2pgsql
-	  which corrects an off-by-one error in the field_width calculation
-	  when determining which SQL numeric type is required depending
-	  upon the length of the corresponding shapefile field. This should
-	  eliminate various out of range error messages that may have
-	  appeared when attempting to load a converted shapefile into
-	  PostgreSQL.
-
-2007-11-23 10:24  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2716] java/jdbc/Makefile, java/jdbc/build.xml: Commit a first
-	  attempt at an Ant build.xml file for the PostGIS JDBC driver so
-	  finally all the Java drivers build with Ant for consistency, plus
-	  we eliminate numerous cross platform problems. As it stands, the
-	  build.xml file supports only the standard JDBC driver - if you
-	  wish to use a JTS-enabled JDBC driver or run the online
-	  regression tests then you must still use the Makefile. Any help
-	  porting the remaining parts of the Makefile would be appreciated.
-
-2007-10-29 16:29  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2715] loader/pgsql2shp.c, lwgeom/lwcurve.c,
-	  lwgeom/lwgeom_dump.c, lwgeom/lwgeom_rtree.c,
-	  lwgeom/lwgeom_transform.c: Apply parts of Charlie Savage's MSVC
-	  patch - mainly tidying up variable allocations so they appear at
-	  the start of functions, but also making better use of the
-	  pj_get_errno_ref() which gets rid of the auto-import warnings on
-	  MingW.
-
-2007-10-29 14:22  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2714] lwgeom/Makefile: Remove version numbers from liblwgeom
-	  references in lwpostgis.sql as per
-	  http://postgis.refractions.net/pipermail/postgis-devel/2007-September/002764.html.
-	  This should help make upgrades a lot easier for people since it
-	  removes the need to change the SQL function definitions when
-	  upgrading version. Note that this is a quick and dirty fix as I
-	  didn't want to change Makefile.shlib too much - as soon as we
-	  remove support for PostgreSQL < 8.0, we can use PGXS instead and
-	  thus remove the redundant shared library code from PostGIS.
-
-2007-10-29 13:44  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2713] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
-	  lwgeom/lwgeom_functions_basic.c: Commit Charlie Savage's patches
-	  (with additional comments) to the bounding box/envelope functions
-	  to ensure that valid geometries are always returned; in more
-	  specific terms, if a bounding box is a point then a POINT is
-	  returned, and if a bounding box is 1-dimensional a LINESTRING is
-	  returned. Otherwise a POLYGON is returned as per the old
-	  behaviour. For details see the thread in the postgis-users
-	  archives Sept 2007 'How to get the centroid of an bounding box
-	  using st_extent'.
-
-2007-10-29 12:34  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2712] lwgeom/lwpoint.c: Fix broken error message when
-	  attempting to deserialise a type other than a point; the message
-	  should now correctly show the name of the offending type. Patch
-	  supplied by Charlie Savage.
-
-2007-10-23 00:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2711] CREDITS, lwgeom/lwgeom_kml.c, regress/kml.sql: KML
-	  credits patch <yecarrillo>
-
-2007-10-10 21:27  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2710] lwgeom/lwgeom_gml.c: Apply extra fixes for the reworked
-	  AsGML() function to ensure that enough memory is allocated for
-	  the GML output. Patch supplied by Barbara Phillipot.
-
-2007-09-28 10:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2709] lwgeom/lwgeom_gml.c: Fix a mistake in my refactoring of
-	  the AsGML() patch for GML3 support - the detoasted geometry is
-	  now the second argument rather than the first. Per report from
-	  Olivier Courtin.
-
-2007-09-19 05:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2708] lwgeom/lwgeom_functions_basic.c: Applied patch from
-	  Charlie Savage to make ST_Envelope return a POINT
-	  when the input geometry is a POINT or a one-part MULTIPOINT.
-
-2007-09-06 16:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2707] doc/postgis.xml, lwgeom/lwgeom_gml.c,
-	  lwgeom/lwpostgis.sql.in: Commit modified version of Barbara
-	  Phillipot's GML patch to fix existing output to make it GML2
-	  compliant, plus add GML3 output capability
-
-2007-08-22 15:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2700] doc/postgis.xml, lwgeom/lwpostgis.sql.in: Rename
-	  ST_GeomUnion to ST_Union in docs and ST_MemGeomUnion to
-	  ST_MemUnion in
-	  .sql.
-
-2007-08-21 23:02  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2699] lwgeom/lwgeom_ogc.c: Fix crash when calling ST_EndPoint
-	  caused by a double-free in LWGEOM_endpoint_linestring. This bug
-	  has been there for a while - thanks to Eric Francois for the bug
-	  report.
-
-2007-08-15 14:39  Stephen Frost <sfrost at snowman.net>
-
-	* [r2694] extras/tiger_geocoder/geocode/geocode_location.sql: -
-	  Include levenshtein difference in rating when doing city/state
-	  match.
-
-2007-08-13 16:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2693] Version.config: Increment version number to 1.3.2 for
-	  next development cycle
-
-2007-08-13 16:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2691] ChangeLog, HOWTO_RELEASE, NEWS, README.postgis,
-	  Version.config, doc/postgis.xml: Version flip up to 1.3.1
-
-2007-08-13 15:51  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2690] doc/postgis.xml: Fixed spelling error for the word
-	  "geometry" thanks to Regina Obe, plus added comment about initial
-	  PostgreSQL 8.3 support.
-
-2007-08-13 07:27  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2689] doc/postgis.xml: This time really fix the documentation
-	  missing tag problem...
-
-2007-08-13 07:14  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2688] doc/postgis.xml: Fix documentation since an error in the
-	  1.3.0 release notes xml caused the build to fail (this may need
-	  author review)
-
-2007-08-13 07:06  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2687] lwgeom/lwgeom.c: Remove warning about unused variable in
-	  lwgeom.c (it was a leftover from the PostgreSQL 8.3 compatibility
-	  patch)
-
-2007-08-09 22:50  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2684] ChangeLog, NEWS, README.postgis, Version.config,
-	  doc/postgis.xml: Added release notes and updated version numbers
-	  and release dates.
-
-2007-08-09 22:19  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2682] lwgeom/lwgeom_jts.c: Moved the intersects method back to
-	  the original definition and disabled the new apparently broken
-	  implementation.
-
-2007-08-09 16:57  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2681] Version.config: Bumped the version number to RC5.
-
-2007-08-09 16:56  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2680] regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected.in,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected.in,
-	  regress/sql-mm-curvepoly.sql,
-	  regress/sql-mm-curvepoly_expected.in,
-	  regress/sql-mm-multicurve.sql,
-	  regress/sql-mm-multicurve_expected.in,
-	  regress/sql-mm-multisurface.sql,
-	  regress/sql-mm-multisurface_expected.in: Updated the regression
-	  tests for curved geoms to avoid the byte ordering problems.
-
-2007-08-03 20:58  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2679] lwgeom/lwgeom_jts_wrapper.cpp: Removed an unused function
-	  that was erroneously committed.
-
-2007-08-02 19:58  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2678] lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added
-	  PreparedGeometry and caching support to the intersects function
-	  in the jts connector. Created wrapper functions for the
-	  PreparedGeometry functionality.
-
-2007-08-02 19:57  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2677] lwgeom/lwgeom_functions_analytic.c: Removed a call to the
-	  deprecated point_in_ring function.
-
-2007-07-31 20:40  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2672] Version.config: Updated the version numbers.
-
-2007-07-26 18:55  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2671] lwgeom/long_xact.sql.in: Applyed Michael Fuhrs patch to
-	  fix the reserved word issue against PostgreSQL 8.3.
-
-2007-07-23 21:43  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2669] lwgeom/liblwgeom.h: Fixed the FP_LTEQ macro to accomodate
-	  values significantly larger that zero.
-
-2007-07-23 18:52  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2668] lwgeom/lwgeom_jts.c: Added the covers and coveredby
-	  functions to the jts connector.
-
-2007-07-23 16:29  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2667] loader/shp2pgsql.c: Updated the loader to create the
-	  index after the data has been loaded.
-
-2007-07-20 04:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2666] lwgeom/lwpostgis.sql.in: Fix some ST_ declarations that
-	  were missing.
-
-2007-07-18 15:57  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2665] doc/postgis.xml: Applying Michael Fuhrs patch to correct
-	  my attrocious selling.
-
-2007-07-16 18:53  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2664] doc/postgis.xml: Added notes about the implicit index
-	  operators on the relational functions.
-
-2007-07-16 18:26  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2663] regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-compoundcurve.sql, regress/sql-mm-curvepoly.sql,
-	  regress/sql-mm-multicurve.sql, regress/sql-mm-multisurface.sql:
-	  Resurrected the ST_LineToCurve regression tests, but commented
-	  them out until ST_SnapToGrid excepts curves.
-
-2007-07-16 18:06  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2662] loader/shp2pgsql.c: Upgraded the escaping of quotes from
-	  the deprecated backslashing to the doubling of quotes.
-
-2007-07-13 05:48  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2657] loader/shp2pgsql.c: Rollback experimental shp2pgsql
-	  escaping change that accidently got included in the last commit
-	  :(
-
-2007-07-13 05:42  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2656] loader/shp2pgsql.c, lwgeom/lwgeom_transform.c: Correct
-	  previous commit for older PostgreSQL versions - the order of the
-	  methods in PROJ4SRSCacheContextMethods is not consistent between
-	  versions.
-
-2007-07-12 20:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2655] lwgeom/lwgeom_transform.c: Add missing methods to the
-	  PROJ.4 cache memory context to prevent a backend crash caused by
-	  a NULL pointer dereference when PostgreSQL is trying to clean up
-	  memory contexts. Per report from Tom Lane.
-
-2007-07-12 17:20  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2654] regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected.in,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected.in,
-	  regress/sql-mm-curvepoly.sql,
-	  regress/sql-mm-curvepoly_expected.in,
-	  regress/sql-mm-multicurve.sql,
-	  regress/sql-mm-multicurve_expected.in,
-	  regress/sql-mm-multisurface.sql,
-	  regress/sql-mm-multisurface_expected.in: Removing the unsnappable
-	  test calls to LineToCurve.
-
-2007-07-11 01:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2653] extras/debian: Remove extra/debian, per recommendation
-	  from Stephen Frost
-
-2007-07-10 21:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2652] GNUmakefile: Remove templategis from make, install, clean
-	  targets.
-
-2007-07-09 03:11  Stephen Frost <sfrost at snowman.net>
-
-	* [r2651] extras/tiger_geocoder/geocode/geocode.sql: - Remove
-	  debugging NOTICE
-
-2007-07-09 02:20  Stephen Frost <sfrost at snowman.net>
-
-	* [r2650] extras/tiger_geocoder/create_geocode.sql,
-	  extras/tiger_geocoder/geocode/geocode.sql,
-	  extras/tiger_geocoder/normalize/pprint_addy.sql: - Added
-	  print-print function for norm_addy type (norm_addy -> varchar)
-	  - Restructured geocode(), accept address in parsed norm_addy form
-	  as well as unparsed varchar form. Return norm_addy type instead
-	  of
-	  varchar (use pprint_addy() if you want a varchar result instead)
-
-2007-07-08 21:56  Stephen Frost <sfrost at snowman.net>
-
-	* [r2649] extras/tiger_geocoder/tables/lookup_tables.sql: - City
-	  names are 90 characters (this matters more than you might
-	  think because it affects the types returned from the various
-	  calls and if they don't match subsequent geocode() queries in
-	  the same session may complain about the planned record type not
-	  matching across calls)
-
-2007-07-06 16:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2648] doc/postgis.xml: ST_Dwithin reference entry
-
-2007-07-06 16:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2647] lwgeom/lwpostgis.sql.in: Added ST_DWithin SQL function
-
-2007-07-04 17:12  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2646] lwgeom/lwpostgis.sql.in: Applied the patch from Michael
-	  Fuhr to fix the definition of ST_PointN
-
-2007-07-03 21:36  Stephen Frost <sfrost at snowman.net>
-
-	* [r2645] extras/tiger_geocoder/import/load_tiger.sh: - Change to
-	  generic database name
-
-2007-07-03 21:36  Stephen Frost <sfrost at snowman.net>
-
-	* [r2644] extras/tiger_geocoder/INSTALL: - Update install
-	  instructions
-
-2007-07-03 21:32  Stephen Frost <sfrost at snowman.net>
-
-	* [r2643] extras/tiger_geocoder/import,
-	  extras/tiger_geocoder/import/load_tiger.sh,
-	  extras/tiger_geocoder/import/newdb.sh,
-	  extras/tiger_geocoder/import/tigerimport.sh,
-	  extras/tiger_geocoder/import/tigerpoly2.py: Add in initial import
-	  scripts for importing the TIGER/Line
-	  data into a PostGIS system. Could probably be improved to
-	  accept more arguments/etc and require less direct script
-	  modification to make it work. Also, not sure the polygons
-	  are done perfectly yet. :/
-
-2007-07-03 21:30  Stephen Frost <sfrost at snowman.net>
-
-	* [r2642] extras/tiger_geocoder/create_geocode.sql,
-	  extras/tiger_geocoder/geocode,
-	  extras/tiger_geocoder/geocode/geocode.sql,
-	  extras/tiger_geocoder/geocode/geocode_address.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_countysub_exact.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_place_exact.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_place_fuzzy.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_state.sql,
-	  extras/tiger_geocoder/geocode/geocode_address_zip.sql,
-	  extras/tiger_geocoder/geocode/geocode_get_point.sql,
-	  extras/tiger_geocoder/geocode/geocode_location.sql,
-	  extras/tiger_geocoder/geocode/geocode_zip.sql,
-	  extras/tiger_geocoder/geocode/includes_address.sql,
-	  extras/tiger_geocoder/geocode/interpolate_from_address.sql,
-	  extras/tiger_geocoder/geocode/rate_attributes.sql,
-	  extras/tiger_geocoder/normalize,
-	  extras/tiger_geocoder/normalize/count_words.sql,
-	  extras/tiger_geocoder/normalize/end_soundex.sql,
-	  extras/tiger_geocoder/normalize/get_last_words.sql,
-	  extras/tiger_geocoder/normalize/location_extract.sql,
-	  extras/tiger_geocoder/normalize/location_extract_countysub_exact.sql,
-	  extras/tiger_geocoder/normalize/location_extract_countysub_fuzzy.sql,
-	  extras/tiger_geocoder/normalize/location_extract_place_exact.sql,
-	  extras/tiger_geocoder/normalize/location_extract_place_fuzzy.sql,
-	  extras/tiger_geocoder/normalize/normalize_address.sql,
-	  extras/tiger_geocoder/normalize/state_extract.sql: Add in broken
-	  out/updated normalize/geocode functions
-	  - create_geocode.sql:
-	  Main creation script for pulling in all the other
-	  .sql files to create all the functions and whatnot
-	  - normalize/
-	  Normalization routines, includes mapping 'North' -> 'N',
-	  'Virginia' -> 'VA', etc, etc.
-	  - geocode/
-	  Actual geocoding routines to find the point geometry of the
-	  address. Includes interpolation across the linestring found
-	  for the location (perhaps not the best), and fallbacks to
-	  zip-code and city, state matches using the associated lookup
-	  tables for those. Also currently returns a set rather than
-	  a cursor, that's up for some debate but the cursor makes it
-	  difficult to do things like fallback, imv. Especially since
-	  references to it from another pl/pgsql function require it to
-	  be a specific record type across multiple calls. That's
-	  currently a problem. :/
-
-2007-07-03 21:22  Stephen Frost <sfrost at snowman.net>
-
-	* [r2641] extras/tiger_geocoder/utility,
-	  extras/tiger_geocoder/utility/cull_null.sql,
-	  extras/tiger_geocoder/utility/levenshtein_ignore_case.sql,
-	  extras/tiger_geocoder/utility/nullable_levenshtein.sql,
-	  extras/tiger_geocoder/utility/utmzone.sql: Initial import of
-	  utility functions, seperated into individual files
-	  for sanity.
-
-2007-07-03 21:19  Stephen Frost <sfrost at snowman.net>
-
-	* [r2640] extras/tiger_geocoder/tables/lookup_tables.sql,
-	  extras/tiger_geocoder/tables/roads_local.sql,
-	  extras/tiger_geocoder/tables/tiger_geocode_roads.sql: tables/-
-	  New scripts for roads_local/tiger_geocode_roads, clean up
-	  lookup_tables
-	  - roads_local.sql:
-	  Script to create the road_local table from the completechain
-	  table which is created by ogr2ogr. Mainly handles type
-	  conversions. Also creates the tlid, cfcc, and geometry
-	  indexes.
-	  
-	  - tiger_geocode_roads.sql:
-	  Script to create the tiger_geocode_roads table which breaks
-	  down the roads_local to just the street name, etc, much
-	  smaller than roads_local but has the pointers to get back
-	  to the full roads_local for address number matching, etc.
-	  Also creates the appropriate indexes using soundex().
-	  
-	  - lookup_tables.sql:
-	  - Add 'drop if exists' to make script easily re-runnable
-	  - Add primary keys, good thing to have, and creates indexes
-	  - Add st_code (TIGER/Line state code) to state_lookup
-	  - Remove dup in street_type_lookup
-	  - Add in building of:
-	  place_lookup
-	  county_lookup
-	  countysub_lookup
-	  zip_lookup_all
-	  zip_lookup
-
-2007-07-03 21:05  Stephen Frost <sfrost at snowman.net>
-
-	* [r2639] extras/tiger_geocoder/INSTALL,
-	  extras/tiger_geocoder/README, extras/tiger_geocoder/orig,
-	  extras/tiger_geocoder/orig/tiger_geocoder.sql,
-	  extras/tiger_geocoder/tables,
-	  extras/tiger_geocoder/tables/lookup_tables.sql,
-	  extras/tiger_geocoder/tiger_geocoder.sql: - Minor reorg, add in
-	  other parts of the initial load
-
-2007-07-03 20:51  Stephen Frost <sfrost at snowman.net>
-
-	* [r2638] extras/tiger_geocoder/tiger_geocoder.sql: - Original
-	  tiger geocoder
-
-2007-07-03 20:03  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2637] extras/tiger_geocoder: Added a home for the tiger
-	  geocoder.
-
-2007-06-28 22:46  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2635] ChangeLog, doc/postgis.xml, lwgeom/lwgeom_geos_c.c,
-	  lwgeom/lwpostgis.sql.in, regress/regress_ogc.sql,
-	  regress/regress_ogc_expected: Added ST_Covers and ST_CoveredBy
-	  functions, as discussed at http://lin-ear-th-inking.blogspot.com.
-	  Added regression tests and documention for the new functions.
-
-2007-06-28 20:21  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2634] lwgeom/Makefile, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geos_c.c,
-	  lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: Added a 1D rtree
-	  for polygon segment indexing, and tied the index into the point
-	  in polygon short-circuit of the contains, within, intersects and
-	  disjoint methods. Added an index cache to the comparitor methods
-	  to save index build times.
-
-2007-06-28 20:16  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2633] lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwline.c,
-	  lwgeom/lwpoly.c: Added or updated debugging statements.
-
-2007-06-28 20:14  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2632] lwgeom/lwgeom_pg.c: Altered the macro tests for pg_alloc,
-	  pg_realloc to only print debugging information when alloc
-	  debugging is enabled.
-
-2007-06-15 19:06  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2625] config.h.in, configure.in, regress/Makefile,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-circularstring_expected.in,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-compoundcurve_expected.in,
-	  regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-curvepoly_expected.in,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multicurve_expected.in,
-	  regress/sql-mm-multisurface_expected,
-	  regress/sql-mm-multisurface_expected.in: Updated the regression
-	  test suite to allow variable results depending on jts/geos
-	  availability.
-
-2007-06-15 19:04  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2624] lwgeom/lwgeom_jts.c: Added curvey geometry recognition to
-	  the jts connector.
-
-2007-06-12 14:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2623] doc/postgis.xml: Typo corrections from Michael Fuhr.
-
-2007-06-08 10:28  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2622] lwgeom/long_xact.sql.in, lwgeom/lwgeom_gml.c,
-	  lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Applied Michael
-	  Fuhr's patch to use explicit text casts where required. Required
-	  for PostgreSQL 8.3 where many of the implicit casts to text have
-	  been removed.
-
-2007-06-07 16:16  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2620] ChangeLog, lwgeom/lwpostgis.sql.in: Added relational
-	  function definitions that inline index operators for automagic
-	  index utilization.
-
-2007-06-06 19:19  Norman Barker <nbarker at ittvis.com>
-
-	* [r2619]
-	  java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
-	  java/ejb3/src/org/postgis/hibernate/PostGISDialect.java,
-	  java/ejb3/src/org/postgis/hibernate/WithinExpression.java,
-	  java/hibernate: Hibernate Spatial Criteria Queries and Dialect
-
-2007-06-05 20:46  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2618] doc/postgis.xml: Updated the docs to reflect the function
-	  name transition.
-
-2007-06-05 20:45  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2617] lwgeom/lwpostgis.sql.in, lwgeom/sqlmm.sql.in: Reorganized
-	  the sqlmm function declarations to prevent duplication and
-	  confusion.
-
-2007-06-04 23:06  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2616] ChangeLog, lwgeom/lwpostgis.sql.in, lwgeom/sqlmm.sql.in,
-	  regress/affine.sql, regress/affine_expected, regress/ctors.sql,
-	  regress/ctors_expected, regress/kml.sql, regress/kml_expected,
-	  regress/lwgeom_regress.sql, regress/lwgeom_regress_expected,
-	  regress/measures.sql, regress/measures_expected,
-	  regress/regress.sql, regress/regress_bdpoly.sql,
-	  regress/regress_bdpoly_expected, regress/regress_expected,
-	  regress/regress_index.sql, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected, regress/regress_ogc.sql,
-	  regress/regress_ogc_expected, regress/regress_proj.sql,
-	  regress/regress_proj_expected, regress/removepoint.sql,
-	  regress/removepoint_expected, regress/setpoint.sql,
-	  regress/setpoint_expected, regress/simplify.sql,
-	  regress/simplify_expected, regress/snaptogrid.sql,
-	  regress/snaptogrid_expected, regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-multicurve.sql,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multisurface.sql,
-	  regress/sql-mm-multisurface_expected,
-	  regress/sql-mm-serialize.sql, regress/wkt.sql: Added versions of
-	  functions with standard ST (Spatial Type) prefixes to any
-	  functions that were lacking them. Updated the regression tests to
-	  include the new functions.
-
-2007-06-01 20:56  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2614] lwgeom/lwgeom_functions_analytic.c,
-	  regress/regress_ogc.sql, regress/regress_ogc_expected: Ongoing
-	  PIP trauma. Addressed the issue of points in line with a boundary
-	  segment, but not actually on it. Added appropriate unit tests.
-
-2007-06-01 12:44  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2613] lwgeom/lwgeom_estimate.c: Reduce 'LWGEOM_gist_joinsel
-	  called with arguments that are not column references' warning to
-	  DEBUG1; it's not really a problem, and in cases where people a
-	  lot of these types of queries, the logs get flooded with these
-	  NOTICEs. Per email from Flavio Perri.
-
-2007-06-01 09:54  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2612] lwgeom/ptarray.c: Fixed bug #145 - RemovePoint Failure in
-	  the bugtracker. It was an off-by-one error in ptarray.c which
-	  caused the penultimate point to not be copied to the new
-	  geometry.
-
-2007-06-01 07:01  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2611] configure.in: Fix broken docbook stylesheet search.
-	  AC_ARG_WITH only calls its contents when a --with-* option is
-	  specified, so the search would never be invoked in its current
-	  position. Moved the search into the second macro argument, so it
-	  is now invoked if no --with-xsl argument is specified, which I
-	  believe was the intended behaviour.
-
-2007-05-31 13:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2610] Makefile.config.in, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
-	  lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gml.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_jts.c, lwgeom/lwgeom_kml.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_svg.c,
-	  lwgeom/lwgeom_transform.c, lwgeom/lwgparse.c,
-	  lwgeom/pgsql_compat.h, lwgeom/wktparse.h: Add support for the
-	  upcoming release of PostgreSQL 8.3. From PostgreSQL 8.3, the
-	  internal structure of varlena datatypes has changed and so any
-	  references to the size of the varlena and its address must use
-	  the VARSIZE and SET_VARSIZE macros. Includes a #define in
-	  pgsql_compat.h so that SET_VARSIZE still works with the older
-	  PostgreSQL versions. Passes all regression tests under PostgreSQL
-	  8.2 and PostgreSQL 8.3. Thanks to David Techer and Michael Fuhr
-	  for additional testing.
-
-2007-05-28 15:34  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2609] ChangeLog, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_sqlmm.c, lwgeom/lwpostgis.sql.in,
-	  lwgeom/measures.c, regress/Makefile,
-	  regress/sql-mm-circularstring.sql,
-	  regress/sql-mm-circularstring_expected,
-	  regress/sql-mm-compoundcurve.sql,
-	  regress/sql-mm-compoundcurve_expected,
-	  regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
-	  regress/sql-mm-general.sql, regress/sql-mm-general_expected,
-	  regress/sql-mm-multicurve.sql,
-	  regress/sql-mm-multicurve_expected,
-	  regress/sql-mm-multisurface.sql,
-	  regress/sql-mm-multisurface_expected: Added curve handling to
-	  getType, numGeometries, geometryN, dimension, exteriorRing,
-	  numInteriorRings, interiorRingN, closed (lwgeom_ogc.c)
-	  lwgeom_clone (lwgeom.c) and area. Added function ST_CurveToLine
-	  and ST_LineToCurve. Added regression tests for sql-mm geometries
-	  and related functions.
-
-2007-05-22 22:10  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2608] ChangeLog, lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_geos_c.c, regress/regress_ogc.sql,
-	  regress/regress_ogc_expected: Added short-circuit calls for the
-	  point-in-polygon cases of disjoint and intersect calls. Added
-	  regression tests for the new short-circuits.
-
-2007-05-14 18:04  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2607] Version.config: Bump SVN code version to 1.2.2SVN
-
-2007-05-14 17:55  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2606] regress/regress_proj_expected: Fix broken regress_proj
-	  expected results by removing the extra DELETE at the end of the
-	  file.
-
-2007-05-14 17:51  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2605] Makefile.config.in, configure.in, lwgeom/Makefile,
-	  lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Remove GEOS
-	  C++ API support from PostGIS HEAD; it's been broken since 1.2.0
-	  and so we require a minimum of GEOS 2.2.0 to compile and run
-	  PostGIS. Includes alterations to autoconf to display an error
-	  message during configure if the GEOS version is incorrect. Passes
-	  all regression tests with GEOS 2.2.3 and GEOS 3.0.0rc4 using GEOS
-	  CAPI.
-
-2007-05-08 16:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2604] doc/postgis.xml: Spelling fix
-
-2007-04-02 21:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2602] doc/postgis.xml: Small doco fix
-
-2007-03-15 09:22  Markus Schaber <markus at schabi.de>
-
-	* [r2601] ChangeLog, NEWS, java/hibernate,
-	  java/hibernate/PostGISDialect.java: aded PostGIS Dialect for
-	  Hibernate from Norman Barker
-
-2007-03-09 19:34  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2600] lwgeom/lwgeom_functions_analytic.c: Bug 143 is once again
-	  dealt with, this time for good.
-
-2007-03-09 18:30  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2599] lwgeom/lwgeom_functions_analytic.c: Rolling back a cure
-	  that killed the patient.
-
-2007-03-09 00:33  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2598] lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_analytic.c,
-	  regress/regress_ogc.sql, regress/regress_ogc_expected: Bug 143
-	  code fix and regression case.
-
-2007-03-01 08:31  Sandro Santilli <strk at keybit.net>
-
-	* [r2597] ChangeLog, extras/template_gis/Makefile: *
-	  extras/template_gis/Makefile:
-	  Install 'defaults' file to $(DATADIR)$(prefix)
-
-2007-02-28 17:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2596] doc/postgis.xml: Remove minor typo
-
-2007-02-26 09:03  Sandro Santilli <strk at keybit.net>
-
-	* [r2595] ChangeLog, regress/Makefile, regress/kml.sql,
-	  regress/kml_expected, regress/run_test: * regress/run_test:
-	  discard CONTEXT and DELETE
-	  lines from test outputs.
-	  
-	  Patch by Eduin Carrillo, sliglty modified to take precision
-	  into account:
-	  
-	  * regress/: Makefile, kml.sql, kml_expected:
-	  Regression test for asKML().
-
-2007-02-06 17:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2594] doc/postgis.xml: Edits from Bruce Rindahl
-
-2007-01-26 15:11  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2591] ChangeLog, extras/template_gis/Makefile: Refine previous
-	  patch to use a different delimiter than : (!) for sed. This
-	  simplifies the Makefile and protects all the $*dir arguments from
-	  escaping issues under Win32.
-
-2007-01-19 09:44  Sandro Santilli <strk at keybit.net>
-
-	* [r2590] ChangeLog, extras/template_gis/Makefile: *
-	  extras/template_gis/Makefile: escape $bindir
-	  to allow for colons in it's value (win32 issue).
-
-2007-01-18 18:51  Markus Schaber <markus at schabi.de>
-
-	* [r2589] ChangeLog, java/jdbc/Makefile: finally really fixed
-	  javadoc build on Windows. Yes, that hack is ugly. Kudos to Marc
-	  Cave-Ayland.
-
-2007-01-18 18:33  Markus Schaber <markus at schabi.de>
-
-	* [r2588] java/jdbc/Makefile: further fix for javadoc build
-
-2007-01-18 17:56  Markus Schaber <markus at schabi.de>
-
-	* [r2587] ChangeLog, java/jdbc/Makefile: fixed jdbc javadoc build
-
-2007-01-15 10:48  Sandro Santilli <strk at keybit.net>
-
-	* [r2586] ChangeLog, extras/template_gis/Makefile: Patch by Michael
-	  Fuhr: * extras/template_gis/Makefile: quote grep argument for
-	  Solaris to work.
-
-2007-01-12 20:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2585] doc/postgis.xml: Change 'Postgis' to 'PostGIS'
-
-2007-01-12 18:07  Sandro Santilli <strk at keybit.net>
-
-	* [r2584] ChangeLog, configure.in: Patch by Gerald Fenoy
-	  <djay at gentoo.org>:
-	  
-	  * configure.in: add --with-xsl switch.
-
-2007-01-12 01:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2582] CREDITS, ChangeLog, HOWTO_RELEASE, NEWS, README.postgis,
-	  TODO, Version.config, doc/postgis.xml: 1.2.1 release prep
-
-2007-01-11 01:40  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2580] lwgeom/lwgeom_functions_analytic.c: Added a length check
-	  to prevent the point in polygon shortcut from finding points
-	  contained within a zero length segment.
-
-2007-01-11 01:39  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2579] doc/postgis.xml: Fixed the COMPOUNDCURVE example to
-	  properly should the contained CIRCULARSTRING.
-
-2007-01-08 10:48  Markus Schaber <markus at schabi.de>
-
-	* [r2570] ChangeLog, NEWS,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsWrapper.java,
-	  java/jdbc/src/org/postgis/DriverWrapper.java,
-	  java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java,
-	  java/jdbc/src/org/postgis/DriverWrapperLW.java: fixed 8.2
-	  compatibility
-
-2007-01-08 10:12  Markus Schaber <markus at schabi.de>
-
-	* [r2569] java/jdbc/Makefile: hopefully fixed GCJ build
-
-2007-01-05 00:52  Sandro Santilli <strk at keybit.net>
-
-	* [r2568] ChangeLog, GNUmakefile, extras/template_gis/Makefile: *
-	  GNUmakefile: bring in extra/template_gis for all rules.
-	  * extras/template_gis/Makefile: have 'install' also install
-	  manuals.
-
-2007-01-03 17:28  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2567] regress/regress_index_nulls_expected: initial load
-
-2006-12-29 00:31  Sandro Santilli <strk at keybit.net>
-
-	* [r2566] ChangeLog, configure.in: * configure.in: fixed
-	  GEOS_LDFLAGS detection
-	  for older GEOS versions.
-
-2006-12-29 00:26  Sandro Santilli <strk at keybit.net>
-
-	* [r2565] ChangeLog, doc/postgis.xml: cleaned up Hard Upgrade
-	  manual section (was unreadable).
-
-2006-12-27 04:58  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r2564] extras/rpm/patches/postgis-configure.patch,
-	  extras/rpm/patches/postgis-javamakefile.patch,
-	  extras/rpm/patches/postgis-jdbcdedectver.sh,
-	  extras/rpm/spec/postgis.spec: Update spec file to 1.2.0 and fix
-	  many issues.
-	  Update RPM patches.
-
-2006-12-22 11:28  Markus Schaber <markus at schabi.de>
-
-	* [r2563] ChangeLog, NEWS, java/jdbc, java/jdbc/Makefile: Added
-	  generation of JDBC javadoc zip file
-
-2006-12-21 00:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2562] README.postgis: Updated to 1.2.0
-
-2006-12-20 20:43  Sandro Santilli <strk at keybit.net>
-
-	* [r2561] ChangeLog, regress/README: * regress/README: wrote info
-	  about adding regression tests
-	  (plus some ChangeLog formatting)
-
-2006-12-20 18:47  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2560] ChangeLog: Added fix to permit gist indexes to have more
-	  than 459 null geometries in a table
-
-2006-12-20 18:44  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2559] regress/Makefile, regress/regress_index_nulls.sql,
-	  regress/regress_lots_of_nulls.sql: Added test to fix that
-	  permitted gist indexes to have more than 459 null geometries in a
-	  table
-
-2006-12-20 18:43  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2558] lwgeom/lwgeom_gist.c: Added fix to permit gist indexes to
-	  have more than 459 null geometries in a table
-
-2006-12-18 14:12  Markus Schaber <markus at schabi.de>
-
-	* [r2557] ChangeLog, java/jdbc/jtssrc/examples/JtsTestParser.java:
-	  Improved SRID handling in regression tests and added
-	  CoordinateArraySequence tests.
-
-2006-12-18 13:04  Markus Schaber <markus at schabi.de>
-
-	* [r2556] ChangeLog, NEWS: Added ChangeLog/News entries for recent
-	  commits
-
-2006-12-18 12:58  Markus Schaber <markus at schabi.de>
-
-	* [r2555] java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java:
-	  Fix multi-dimension handling in JtsBinaryWriter, thanks to Thomas
-	  Marti for the hints
-
-2006-12-18 12:55  Markus Schaber <markus at schabi.de>
-
-	* [r2554] java/jdbc/Makefile: Fixed Makefile for jts tests,
-	  commented debug options better
-
-2006-12-15 11:00  Sandro Santilli <strk at keybit.net>
-
-	* [r2553] ChangeLog, lwgeom/lwgeom_transform.c: Patch by Eduin
-	  Carrillo: short circuit transform when source and target SRID are
-	  the same.
-
-2006-12-15 10:54  Sandro Santilli <strk at keybit.net>
-
-	* [r2552] HOWTO_RELEASE: Added additional step for adding release
-	  marks in ChangeLog
-
-2006-12-15 10:51  Sandro Santilli <strk at keybit.net>
-
-	* [r2551] ChangeLog: marked 1.2.0 release
-
-2006-12-15 10:48  Sandro Santilli <strk at keybit.net>
-
-	* [r2550] ChangeLog, doc/postgis.xml, lwgeom/Makefile,
-	  lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Patch by Eduin
-	  Carrillo <yecarrillo at yahoo.com>:
-	  
-	  * lwgeom/: Makefile, lwgeom_kml.c, lwpostgis.sql.in:
-	  New AsKML() function
-	  * doc/postgis.xml: document new AsKML function.
-
-2006-12-13 17:50  Markus Schaber <markus at schabi.de>
-
-	* [r2549] ChangeLog, README.postgis: fixed 'hard upgrade'
-	  instructions in readme.postgis
-
-2006-12-11 17:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2548] doc/postgis.xml: Updated vers. #
-
-2006-12-09 03:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2543] NEWS, Version.config: Update version to corrent 1.2.0
-	  version, and set news to correct version
-	  and date.
-
-2006-12-06 02:00  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2541] lwgeom/SERIALIZED_FORM: Updated with curved geometry
-	  definitions.
-
-2006-12-06 00:30  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2540] ChangeLog, doc/postgis.xml: Added sections for SQL-MM and
-	  ArcSDE function ports.
-
-2006-12-05 20:45  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2539] ChangeLog: Fixing some incomplete paths, and adding
-	  changes to the regress directory.
-
-2006-12-05 20:41  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2538] ChangeLog: Added the previous changes for the curved
-	  geometry support.
-
-2006-12-05 19:22  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2537] ChangeLog: Added SQL/MM wrappers to existing PostGIS
-	  functions
-
-2006-12-05 19:07  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2536] lwgeom/Makefile, lwgeom/sqlmm.sql.in: added a subset
-	  (only those implemented by ArcSDE) of the SQL/MM function
-	  prototypes and appended the file to lwpostgis.sql
-
-2006-12-05 19:05  Kevin Neufeld <kneufeld.ca at gmail.com>
-
-	* [r2535] lwgeom/long_xact.sql, lwgeom/long_xact.sql.in,
-	  lwgeom/lwpostgis.sql.in, lwgeom/sqldefines.h: Moved common sql
-	  defines to their own header file.
-	  ie. IF USE_VERSION>72 ...
-
-2006-12-05 11:00  Markus Schaber <markus at schabi.de>
-
-	* [r2534] ChangeLog, NEWS,
-	  java/jdbc/jtssrc/org/postgis/jts/JTSShape.java: Added JTS shape +
-	  missing News message
-
-2006-12-05 01:21  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2533] NEWS, doc/postgis.xml: Updated the documentation to
-	  include an SQL-MM types section.
-
-2006-12-01 22:16  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r2532] NEWS, Version.config, doc/postgis.xml, lwgeom/Makefile,
-	  lwgeom/lex.yy.c, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
-	  lwgeom/lwcollection.c, lwgeom/lwcompound.c, lwgeom/lwcurve.c,
-	  lwgeom/lwcurvepoly.c, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_pg.c,
-	  lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_sqlmm.c,
-	  lwgeom/lwgparse.c, lwgeom/lwline.c, lwgeom/lwmcurve.c,
-	  lwgeom/lwmsurface.c, lwgeom/lwpostgis.sql.in, lwgeom/ptarray.c,
-	  lwgeom/wktparse.h, lwgeom/wktparse.lex, lwgeom/wktparse.tab.c,
-	  lwgeom/wktparse.tab.h, lwgeom/wktparse.y, lwgeom/wktunparse.c,
-	  regress/Makefile, regress/lwgeom_regress_expected,
-	  regress/sql-mm-serialize.sql, regress/sql-mm-serialize_expected:
-	  Added typedefs and serialization/deserialization functionality
-	  for sql-mm defined curved geometry types. Added a
-	  point_in_polygon short-circuit for contains and within functions.
-
-2006-11-22 10:42  Markus Schaber <markus at schabi.de>
-
-	* [r2531] ChangeLog,
-	  java/ejb3/src/org/postgis/hibernate/GeometryType.java:
-	  java/ejb3/src/org/postgis/hibernate/GeometryType.java Added
-	  Nullpointer Fix by Norman Barker
-
-2006-11-20 12:59  Sandro Santilli <strk at keybit.net>
-
-	* [r2530] ChangeLog, utils/postgis_restore.pl: *
-	  utils/postgis_restore.pl (canonicalize_typename):
-	  canonicalize 'timezone .* time stamp' to 'timezone'
-	  (fixes bug #121)
-
-2006-11-17 17:12  Sandro Santilli <strk at keybit.net>
-
-	* [r2529] ChangeLog, lwgeom/lwgeom_gist.c: Patch by "Antoine
-	  Bajolet" <antoine.bajolet at tdf.fr>:
-	  
-	  * lwgeom/lwgeom_gist.c: fixed 'directives may not be used inside
-	  a
-	  macro argument' error raised by some compilers.
-
-2006-11-10 15:17  Sandro Santilli <strk at keybit.net>
-
-	* [r2528] ChangeLog, configure.in: * configure.in (geos detection):
-	  use $geos_prefix/lib when --ldflags is not supported by
-	  geos-config available.
-
-2006-11-10 14:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2527] ChangeLog, doc/postgis.xml, utils/postgis_restore.pl:
-	  Patch by Havard Tveite <havard.tveite at nlh.no>:
-	  
-	  * doc/postgix.xml (Hard Upgrade): add info about createdb params
-	  * utils/postgis_restore.pl: fix use of createdb params
-
-2006-11-02 13:22  Sandro Santilli <strk at keybit.net>
-
-	* [r2525] ChangeLog, doc/postgis.xml: * doc/postgis.xml: list
-	  setSRID bug fix in 'Bug fixes' section.
-
-2006-11-02 11:48  Markus Schaber <markus at schabi.de>
-
-	* [r2524] ChangeLog, doc/postgis.xml: Added missing docs about
-	  setsrid()
-
-2006-11-02 09:03  Markus Schaber <markus at schabi.de>
-
-	* [r2523] NEWS, java/jdbc/src/org/postgis/ComposedGeom.java: fixed
-	  setSRID bug in JDBC ComposedGeom.
-
-2006-11-02 08:06  Sandro Santilli <strk at keybit.net>
-
-	* [r2522] ChangeLog, NEWS, Version.config, doc/postgis.xml: ready
-	  for 1.1.6 release
-
-2006-11-02 07:55  Sandro Santilli <strk at keybit.net>
-
-	* [r2521] ChangeLog, lwgeom/lwgeom_api.c, lwgeom/wktunparse.c: *
-	  lwgeom/lwgeom_api.c, lwgeom/wktunparse.c: cast -1 to a char
-	  to make some compilers happy about comparison with a char type.
-
-2006-10-26 09:41  Sandro Santilli <strk at keybit.net>
-
-	* [r2520] CHANGES, HOWTO_RELEASE, NEWS, extras/debian/rules,
-	  extras/rpm/spec/postgis.spec: Renamed CHANGES file to NEWS,
-	  updated references to it
-
-2006-10-26 09:35  Sandro Santilli <strk at keybit.net>
-
-	* [r2519] ChangeLog: Initial import of an automatic generated
-	  ChangeLog - all developers please manually edit this on each
-	  commit
-
-2006-10-25 10:23  Markus Schaber <markus at schabi.de>
-
-	* [r2518] CHANGES, lwgeom/lwgeom_geos_c.c: fixed CAPI change that
-	  broke 64-bit platforms
-
-2006-10-25 10:00  Markus Schaber <markus at schabi.de>
-
-	* [r2517] CHANGES: updated changelog to reflect loader regression
-	  fix
-
-2006-10-25 09:57  Markus Schaber <markus at schabi.de>
-
-	* [r2516] regress/Makefile: Make regress test build loader and
-	  dumper as it needs them
-
-2006-10-24 12:35  Sandro Santilli <strk at keybit.net>
-
-	* [r2515] CHANGES, lwgeom/lwgeom_transform.c: use Z ordinate in
-	  reprojections
-
-2006-10-19 12:01  Sandro Santilli <strk at keybit.net>
-
-	* [r2514] CHANGES, spatial_ref_sys.sql: spatial_ref_sys.sql updated
-	  to EPSG 6.11.1
-
-2006-10-14 14:22  Markus Schaber <markus at schabi.de>
-
-	* [r2513] CHANGES, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1,
-	  loader/README.pgsql2shp, loader/README.shp2pgsql,
-	  loader/pgsql2shp.c, loader/shp2pgsql.c: sanitized usage info
-	  output on loader/dumper
-
-2006-10-14 09:26  Markus Schaber <markus at schabi.de>
-
-	* [r2512] CHANGES, HOWTO_RELEASE, Version.config, doc/Makefile,
-	  extras/debian/rules, extras/template_gis/Makefile,
-	  java/jdbc/Makefile, java/jdbc/src/org/postgis/Version.java,
-	  loader/Makefile, loader/pgsql2shp.c, loader/shp2pgsql.c,
-	  lwgeom/Makefile, lwgeom/Makefile.shlib: Cleaned up Version.config
-	  & co.
-
-2006-10-13 15:56  Markus Schaber <markus at schabi.de>
-
-	* [r2510] CHANGES, doc/postgis.xml: updated CHANGES and
-	  doc/postgis.xml in preparation of upcoming release
-
-2006-10-13 15:35  Markus Schaber <markus at schabi.de>
-
-	* [r2509] HOWTO_RELEASE: updated HOWTO_RELEASE to reflect version.
-
-2006-10-13 14:18  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2508] CHANGES: Updated CHANGES files to reflect the MingW
-	  (Win32) linker fix for pgsql2hp under PostgreSQL 8.2
-
-2006-10-11 13:35  Markus Schaber <markus at schabi.de>
-
-	* [r2507] doc/postgis.xml: Added hint about template_postgis to
-	  docs, thanks to Marc Cave-Ayland for contribution.
-
-2006-10-11 11:19  Markus Schaber <markus at schabi.de>
-
-	* [r2506] loader/shp2pgsql.c: fix ARC regression test failures in
-	  loader
-
-2006-10-11 10:45  Markus Schaber <markus at schabi.de>
-
-	* [r2505] java/ejb3/README.txt, java/ejb3/ejb3spatial.pdf: added
-	  note about odt to README, re-exported pdf
-
-2006-10-11 10:00  Sandro Santilli <strk at keybit.net>
-
-	* [r2504] loader/shp2pgsql.c: Fixed a bug in InsertLineStringWKT,
-	  also fixed some typos
-
-2006-10-11 09:43  Markus Schaber <markus at schabi.de>
-
-	* [r2503] ., CHANGES, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1,
-	  doc/postgis.xml, loader/README.pgsql2shp,
-	  loader/README.shp2pgsql, loader/README.txt, loader/shp2pgsql.c:
-	  added -S option and updated README to loader/dumper
-
-2006-10-11 09:37  Markus Schaber <markus at schabi.de>
-
-	* [r2502] Version.config: bumped versions to 1.1.5
-
-2006-10-09 17:22  Markus Schaber <markus at schabi.de>
-
-	* [r2501] java/ejb3/src/org/postgis/hibernate/GeometryType.java:
-	  fix EJB3 replace Method for Hibernate
-
-2006-10-09 17:12  Markus Schaber <markus at schabi.de>
-
-	* [r2500] CHANGES, java/ejb3/EJB3Spatial.odt, java/ejb3/README.txt,
-	  java/ejb3/build.xml,
-	  java/ejb3/src/org/postgis/ejb/PersonEntity.java,
-	  java/ejb3/src/org/postgis/ejb/UserBean.java,
-	  java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
-	  java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
-	  java/ejb3/src/org/postgis/hibernate/GeometryType.java: added
-	  EJB3Spatial.odt, fixed Normans contact mail
-
-2006-10-09 16:33  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2499] configure.in: Remove extra PGFELIBS definition in one of
-	  the MingW specific sections since it was triggering a linker bug
-	  within MingW's gcc. This was the reason that compiling against
-	  PostgreSQL 8.2 beta 1 under MingW would produce pgsql2shp
-	  executables that would segfault.
-
-2006-10-04 10:47  Markus Schaber <markus at schabi.de>
-
-	* [r2498] java/ejb3, java/ejb3/lib: fixed svn:ignore
-
-2006-10-02 23:26  Markus Schaber <markus at schabi.de>
-
-	* [r2497] java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
-	  java/jdbc/src/examples/TestAutoregister.java,
-	  java/jdbc/src/org/postgis/binary/BinaryWriter.java,
-	  java/pljava/functions.sql,
-	  java/pljava/src/org/postgis/pljava/Aggregates.java,
-	  java/pljava/src/org/postgis/pljava/HelloWorld.java: Fix all
-	  Eclipse warnings in java code, small cleanup
-
-2006-10-02 23:16  Markus Schaber <markus at schabi.de>
-
-	* [r2496] java/pljava, java/pljava/README.txt,
-	  java/pljava/build.xml, java/pljava/functions.sql,
-	  java/pljava/install.sh, java/pljava/postgis_pljava.jar,
-	  java/pljava/src, java/pljava/src/org,
-	  java/pljava/src/org/postgis, java/pljava/src/org/postgis/pljava,
-	  java/pljava/src/org/postgis/pljava/Aggregates.java,
-	  java/pljava/src/org/postgis/pljava/HelloWorld.java,
-	  java/pljava/src/org/postgis/pljava/PLJGeometry.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsParser.java,
-	  java/pljava/src/org/postgis/pljava/PLJtsWriter.java,
-	  java/pljava/update.sh: First PLJava checkin.
-	  pljava needs some patches that are currently floating on
-	  pljava-dev to make it work, it seems that we're the first actual
-	  users of varlen UTD mappings in pljava.
-
-2006-10-02 15:58  Markus Schaber <markus at schabi.de>
-
-	* [r2495] CHANGES, java/jdbc/src/org/postgis/Geometry.java: fixed
-	  NullPointer exception in org.postgis.Geometry.equals()
-
-2006-10-02 14:39  Markus Schaber <markus at schabi.de>
-
-	* [r2494] .: added .settings to svn:ignore
-
-2006-10-02 14:30  Markus Schaber <markus at schabi.de>
-
-	* [r2493] CHANGES,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java: Removed
-	  obsolete synchronisation from JTS.
-
-2006-10-02 12:37  Markus Schaber <markus at schabi.de>
-
-	* [r2492] lwgeom/SERIALIZED_FORM: fix bit width bugs in Docu
-
-2006-09-27 15:50  Markus Schaber <markus at schabi.de>
-
-	* [r2491] java/jdbc/todo.txt: Added further jdbc Todo issues.
-
-2006-09-27 12:37  Sandro Santilli <strk at keybit.net>
-
-	* [r2490] lwgeom/lwgeom_geos_c.c: removed incompatible pointer type
-	  warning
-
-2006-09-27 08:37  Markus Schaber <markus at schabi.de>
-
-	* [r2488] java/ejb3/build.xml: fix erroneously changed build.xml
-
-2006-09-27 08:36  Markus Schaber <markus at schabi.de>
-
-	* [r2487] java/ejb3/README.txt, java/ejb3/build.xml, java/ejb3/lib,
-	  java/ejb3/lib/postgis_1.1.0.jar: removed hyperflous jar file
-
-2006-09-27 08:23  Sandro Santilli <strk at keybit.net>
-
-	* [r2485] loader/pgsql2shp.c: lower default verbosity level
-
-2006-09-27 08:22  Sandro Santilli <strk at keybit.net>
-
-	* [r2483] make_dist.sh: fixed to work with SVN
-
-2006-09-27 07:50  Sandro Santilli <strk at keybit.net>
-
-	* [r2481] HOWTO_RELEASE: updated tag step
-
-2006-09-27 07:39  Sandro Santilli <strk at keybit.net>
-
-	* [r2480] CHANGES, doc/postgis.xml: updated release notes
-
-2006-09-27 07:29  Sandro Santilli <strk at keybit.net>
-
-	* [r2479] CHANGES, Version.config: version set to 1.1.4 (stripped
-	  CVS suffix
-
-2006-09-25 08:27  Sandro Santilli <strk at keybit.net>
-
-	* [r2478] CHANGES, loader/pgsql2shp.c: Encode pgsql2shp process pid
-	  into temporary table name, to reduce likelyhood of name clashes.
-
-2006-09-22 14:51  Markus Schaber <markus at schabi.de>
-
-	* [r2477] CHANGES, java/ejb3/README.txt: fixed typo, updated
-	  CHANGES
-
-2006-09-20 09:03  Markus Schaber <markus at schabi.de>
-
-	* [r2476] java/ejb3, java/ejb3/.classpath, java/ejb3/.project,
-	  java/ejb3/.settings,
-	  java/ejb3/.settings/org.eclipse.jdt.core.prefs,
-	  java/ejb3/README.txt, java/ejb3/build.xml,
-	  java/ejb3/ejb3spatial.pdf, java/ejb3/jboss,
-	  java/ejb3/jboss/geodata-ds.xml,
-	  java/ejb3/jboss/ingest-service.xml, java/ejb3/lib,
-	  java/ejb3/lib/postgis_1.1.0.jar, java/ejb3/src,
-	  java/ejb3/src/META-INF, java/ejb3/src/META-INF/persistence.xml,
-	  java/ejb3/src/jndi.properties, java/ejb3/src/org,
-	  java/ejb3/src/org/postgis, java/ejb3/src/org/postgis/ejb,
-	  java/ejb3/src/org/postgis/ejb/PersonEntity.java,
-	  java/ejb3/src/org/postgis/ejb/UserBean.java,
-	  java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
-	  java/ejb3/src/org/postgis/ejb/mdb,
-	  java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
-	  java/ejb3/src/org/postgis/hibernate,
-	  java/ejb3/src/org/postgis/hibernate/GeometryType.java: added ejb3
-	  tutorial
-
-2006-09-18 13:21  Sandro Santilli <strk at keybit.net>
-
-	* [r2475] doc/postgis.xml: Applied patch by Michael Fuhr
-	  <mike at fuhr.org>:
-	  Most are spelling errors, but in one case I removed the word
-	  "symmetric"
-	  from the description of the Difference() function
-	  (SymDifference() is
-	  symmetric; Difference() is not).
-
-2006-09-18 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r2474] CHANGES, regress/regress_ogc.sql,
-	  regress/regress_ogc_expected: Fixed regress tests to pass with
-	  GEOS-3.0.0
-
-2006-09-13 20:17  Markus Schaber <markus at schabi.de>
-
-	* [r2473] CHANGES: updated readme to java directory layout change
-
-2006-09-09 16:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2472] loader/dbfopen.c: Added fix for null dates that are
-	  encoded as '' instead of 00000000.
-
-2006-09-07 17:37  Sandro Santilli <strk at keybit.net>
-
-	* [r2471] lwgeom/lwgeom_chip.c, lwgeom/lwgeom_dump.c: More fixes
-	  for mixed declarations and code
-
-2006-09-07 17:03  Sandro Santilli <strk at keybit.net>
-
-	* [r2470] lwgeom/lwgeom_chip.c: Declare variables at start of
-	  blocks...
-
-2006-09-06 11:16  Sandro Santilli <strk at keybit.net>
-
-	* [r2469] topology/topology.sql.in: removed duplicated function
-	  definition
-
-2006-09-05 15:22  Markus Schaber <markus at schabi.de>
-
-	* [r2468] java/jdbc/Makefile: updated jdbc Makefile to new
-	  directory layout
-
-2006-09-05 15:16  Markus Schaber <markus at schabi.de>
-
-	* [r2467] java, java/ejb2, java/jdbc, java/jdbc/ejb2, jdbc2:
-	  Java/JDBC directory reorganization
-
-2006-08-30 08:46  Markus Schaber <markus at schabi.de>
-
-	* [r2466] CHANGES, jdbc2/ejb2, jdbc2/ejb2/CHANGES,
-	  jdbc2/ejb2/COPYING, jdbc2/ejb2/COPYING_LGPL, jdbc2/ejb2/README,
-	  jdbc2/ejb2/build.xml, jdbc2/ejb2/lib, jdbc2/ejb2/lib/commonlib,
-	  jdbc2/ejb2/lib/compiletimelib, jdbc2/ejb2/lib/xdocletlib,
-	  jdbc2/ejb2/prepare-jboss.xml, jdbc2/ejb2/resources,
-	  jdbc2/ejb2/resources/application.xml,
-	  jdbc2/ejb2/resources/build.properties, jdbc2/ejb2/resources/jndi,
-	  jdbc2/ejb2/resources/jndi/jndi.properties,
-	  jdbc2/ejb2/resources/postgis-ejb2-ds.xml, jdbc2/ejb2/src,
-	  jdbc2/ejb2/src/com, jdbc2/ejb2/src/com/geodetix,
-	  jdbc2/ejb2/src/com/geodetix/geo,
-	  jdbc2/ejb2/src/com/geodetix/geo/client,
-	  jdbc2/ejb2/src/com/geodetix/geo/client/Client.java,
-	  jdbc2/ejb2/src/com/geodetix/geo/dao,
-	  jdbc2/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java,
-	  jdbc2/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java,
-	  jdbc2/ejb2/src/com/geodetix/geo/ejb,
-	  jdbc2/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java,
-	  jdbc2/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java,
-	  jdbc2/ejb2/src/com/geodetix/geo/exception,
-	  jdbc2/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java:
-	  added EJB2 support POC
-
-2006-08-30 08:39  Markus Schaber <markus at schabi.de>
-
-	* [r2465] jdbc2/README: fixed README about droped trove4j
-	  dependency
-
-2006-07-28 13:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2464] regress: added regress/lwpostgis.sql to svn:ignore list
-
-2006-07-28 13:08  Sandro Santilli <strk at keybit.net>
-
-	* [r2463] CHANGES: updated
-
-2006-07-28 13:07  Sandro Santilli <strk at keybit.net>
-
-	* [r2462] regress/ctors.sql, regress/ctors_expected: Added tests
-	  for makeline, makebox2d and makebox3d
-
-2006-07-28 13:07  Sandro Santilli <strk at keybit.net>
-
-	* [r2461] lwgeom/lwgeom_functions_basic.c: Fixed small typo in
-	  debugging message, replaced custom SRID check with
-	  errorIfSRIDMismatch() function in LWGEOM_makeline
-
-2006-07-28 13:06  Sandro Santilli <strk at keybit.net>
-
-	* [r2460] lwgeom/lwgeom_box3d.c: Added SRID match check in
-	  MakeBox3D, fixed small typo in error message
-
-2006-07-28 13:05  Sandro Santilli <strk at keybit.net>
-
-	* [r2459] lwgeom/lwgeom_box2dfloat4.c: Added SRID match check in
-	  MakeBox2D
-
-2006-07-27 15:06  Sandro Santilli <strk at keybit.net>
-
-	* [r2458] regress/loader/Arc.dbf, regress/loader/Arc.shp,
-	  regress/loader/Arc.shx, regress/loader/ArcM.dbf,
-	  regress/loader/ArcM.shp, regress/loader/ArcM.shx,
-	  regress/loader/ArcZ.dbf, regress/loader/ArcZ.shp,
-	  regress/loader/ArcZ.shx, regress/loader/MultiPoint.dbf,
-	  regress/loader/MultiPoint.shp, regress/loader/MultiPoint.shx,
-	  regress/loader/MultiPointM.dbf, regress/loader/MultiPointM.shp,
-	  regress/loader/MultiPointM.shx, regress/loader/MultiPointZ.dbf,
-	  regress/loader/MultiPointZ.shp, regress/loader/MultiPointZ.shx,
-	  regress/loader/Point.dbf, regress/loader/Point.shp,
-	  regress/loader/Point.shx, regress/loader/PointM.dbf,
-	  regress/loader/PointM.shp, regress/loader/PointM.shx,
-	  regress/loader/PointZ.dbf, regress/loader/PointZ.shp,
-	  regress/loader/PointZ.shx, regress/loader/Polygon.dbf,
-	  regress/loader/Polygon.shp, regress/loader/Polygon.shx,
-	  regress/loader/PolygonM.dbf, regress/loader/PolygonM.shp,
-	  regress/loader/PolygonM.shx, regress/loader/PolygonZ.dbf,
-	  regress/loader/PolygonZ.shp, regress/loader/PolygonZ.shx: Marked
-	  shapefiles as binary, corrected accidentally mangled ones
-
-2006-07-27 09:44  Markus Schaber <markus at schabi.de>
-
-	* [r2457] jdbc2/Makefile: typo fix in comment
-
-2006-07-26 18:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2456] doc/postgis.xml: Changed Refractions mailing address.
-
-2006-07-26 17:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2455] doc/.cvsignore: Re-order repository
-
-2006-07-26 17:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2454] .cvsignore: Re-order repository
-
-2006-07-25 20:16  Sandro Santilli <strk at keybit.net>
-
-	* [r2413] CHANGES, lwgeom/lwgeom_functions_basic.c,
-	  regress/Makefile, regress/ctors.sql, regress/ctors_expected:
-	  Fixed bug in collect() function discarding SRID of input
-
-2006-07-25 18:24  Markus Schaber <markus at schabi.de>
-
-	* [r2412] jdbc2/Makefile, jdbc2/sources.inc: Reworked jdbc2
-	  makefile
-
-2006-07-21 21:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2411] extras/ogc_test_suite/1_schema.sql,
-	  extras/ogc_test_suite/2_queries.sql: Add official "adaptions" to
-	  the files to make them suitable for
-	  submission to the OGC compliance process.
-
-2006-07-19 13:31  Markus Schaber <markus at schabi.de>
-
-	* [r2410] jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java: fixed
-	  checkSrid method in JtsBinaryWriter
-
-2006-07-19 09:45  Markus Schaber <markus at schabi.de>
-
-	* [r2409] jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Fix
-	  setSridRecurse function in JTS
-
-2006-07-18 18:13  Markus Schaber <markus at schabi.de>
-
-	* [r2408] jdbc2/src/examples/TestJava2d.java: fix compiler warning
-	  due to deprecated method
-
-2006-07-18 18:13  Markus Schaber <markus at schabi.de>
-
-	* [r2407] CHANGES,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: fix SRID handling
-	  in JTS code
-
-2006-07-07 13:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2406] lwgeom/long_xact.sql, lwgeom/lwpostgis.sql.in: Applied
-	  Michael Fuhr patches:
-	  Eliminate the warnings that escape_string_warning complains
-	  about.
-	  The patches change \' (backslash single-quote) to ''
-	  (single-quote single-quote) and replace a couple of other escapes
-	  with calls to chr().
-
-2006-07-02 23:41  Sandro Santilli <strk at keybit.net>
-
-	* [r2405] CHANGES, Version.config, lwgeom/lwgeom_gist.c: Fixed
-	  support for PostgreSQL 8.2 (gist) - patch by Michael Fuhr
-	  <mike at fuhr.org>
-
-2006-06-30 21:29  Sandro Santilli <strk at keybit.net>
-
-	* [r2403] CHANGES, Version.config, doc/long_xact.xml,
-	  doc/postgis.xml: Prepared for 1.1.3 release: release notes,
-	  changes, version. Release date set for today (2006-06-30)
-
-2006-06-26 01:02  Sandro Santilli <strk at keybit.net>
-
-	* [r2402] regress/run_test: replaced ROLLBACK with COMMIT in psql
-	  output to hide differences with 7.4 and lower pgsql versions.
-
-2006-06-26 00:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2401] lwgeom/lwgeom_geos_c.c: Fixed Invalid Memory Alloc
-	  request size error on GEOS=>LWGEOM conversion for EMPTY
-	  geometries. Removed warnings when built with POSTGIS_DEBUG
-	  enabled.
-
-2006-06-26 00:41  Sandro Santilli <strk at keybit.net>
-
-	* [r2400] lwgeom/lwgeom_functions_basic.c: Added debug lines in
-	  LWGEOM_affine, fixed some compiler warnings for build with
-	  POSTGIS_DEBUG enabled.
-
-2006-06-26 00:40  Sandro Santilli <strk at keybit.net>
-
-	* [r2399] regress/affine.sql: qualified all geometry arguments.
-
-2006-06-25 23:59  Sandro Santilli <strk at keybit.net>
-
-	* [r2398] CHANGES, doc/Makefile, doc/long_xact.xml,
-	  doc/postgis.xml, lwgeom/Makefile, lwgeom/long_xact.c,
-	  lwgeom/long_xact.sql, lwgeom/lwpostgis.sql.in, regress/Makefile,
-	  regress/long_xact.sql, regress/long_xact_expected: Added Long
-	  Transaction Support routines, dox and regress test.
-
-2006-06-25 23:45  Sandro Santilli <strk at keybit.net>
-
-	* [r2397] regress/Makefile, regress/run_test: Fixed the lc_messages
-	  failure by avoiding attempts at setting it when run against a
-	  postgresql version < 8.0. Also fixed a path in a message from
-	  run_test.
-
-2006-06-25 22:53  Sandro Santilli <strk at keybit.net>
-
-	* [r2396] doc/postgis.xml: Release Notes moved to an higher depth
-	  to reduce ToC noise.
-
-2006-06-25 22:50  Sandro Santilli <strk at keybit.net>
-
-	* [r2395] doc/Makefile: Fixed HTML output rules
-
-2006-06-25 22:33  Sandro Santilli <strk at keybit.net>
-
-	* [r2394] extras/WFS_locks/WFS_locks.c,
-	  extras/WFS_locks/WFS_locks.sql.in, extras/WFS_locks/test.sql: Add
-	  getTransactionID() stored procedure to support pgsql 7.3 (not
-	  tested against 7.2)
-
-2006-06-24 01:08  Sandro Santilli <strk at keybit.net>
-
-	* [r2393] extras/WFS_locks/Makefile, extras/WFS_locks/WFS_locks.c:
-	  Removed compiler warnings (and more requested)
-
-2006-06-24 00:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2392] lwgeom/lwpostgis.sql.in: Added spaces between parameters
-	  ref and operator, as pgsql 7.3 chokes otherwise ($1*$2 becomes $1
-	  * $2)
-
-2006-06-23 23:37  Sandro Santilli <strk at keybit.net>
-
-	* [r2391] extras/WFS_locks/README, extras/WFS_locks/WFS_locks.c,
-	  extras/WFS_locks/WFS_locks.sql.in: Added EnableLongTransactions()
-	  and DisableLongTransactions().
-
-2006-06-23 21:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2390] extras/WFS_locks/Makefile, extras/WFS_locks/WFS_locks.c,
-	  extras/WFS_locks/WFS_locks.sql.in, extras/WFS_locks/test.sql:
-	  Fixed a couple of bugs, added a simple test script, cleaner error
-	  messages
-	  and compile-time support for unauthorized row updates behaviour
-	  (abort, skip).
-
-2006-06-19 10:42  Sandro Santilli <strk at keybit.net>
-
-	* [r2389] regress/loader/Polygon-wkb.expected,
-	  regress/loader/Polygon-wkt.expected, regress/loader/Polygon.shp,
-	  regress/loader/PolygonM-wkb.expected,
-	  regress/loader/PolygonM-wkt.expected,
-	  regress/loader/PolygonM.shp,
-	  regress/loader/PolygonZ-wkb.expected,
-	  regress/loader/PolygonZ-wkt.expected,
-	  regress/loader/PolygonZ.shp: Removed -0 values from polygon
-	  doubles
-
-2006-06-18 11:29  Sandro Santilli <strk at keybit.net>
-
-	* [r2388] regress/run_test: Changed -e test with -f, for Solaris
-	  support
-
-2006-06-17 11:46  Sandro Santilli <strk at keybit.net>
-
-	* [r2387] regress/loader/MultiPointZ-wkt.expected: removed spurious
-	  newline
-
-2006-06-17 11:44  Sandro Santilli <strk at keybit.net>
-
-	* [r2386] regress/Makefile, regress/loader/Arc-wkb.expected,
-	  regress/loader/Arc-wkb.sql, regress/loader/Arc-wkt.expected,
-	  regress/loader/Arc-wkt.sql, regress/loader/Arc.dbf,
-	  regress/loader/Arc.shp, regress/loader/Arc.shx,
-	  regress/loader/ArcM-wkb.expected, regress/loader/ArcM-wkb.sql,
-	  regress/loader/ArcM-wkt.expected, regress/loader/ArcM-wkt.sql,
-	  regress/loader/ArcM.dbf, regress/loader/ArcM.shp,
-	  regress/loader/ArcM.shx, regress/loader/ArcZ-wkb.expected,
-	  regress/loader/ArcZ-wkt.expected, regress/loader/ArcZ.dbf,
-	  regress/loader/ArcZ.shp, regress/loader/ArcZ.shx,
-	  regress/loader/MultiPoint-wkb.expected,
-	  regress/loader/MultiPoint-wkb.sql,
-	  regress/loader/MultiPoint-wkt.expected,
-	  regress/loader/MultiPoint-wkt.sql, regress/loader/MultiPoint.dbf,
-	  regress/loader/MultiPoint.shp, regress/loader/MultiPoint.shx,
-	  regress/loader/MultiPointM-wkb.expected,
-	  regress/loader/MultiPointM-wkb.sql,
-	  regress/loader/MultiPointM-wkt.expected,
-	  regress/loader/MultiPointM-wkt.sql,
-	  regress/loader/MultiPointM.dbf, regress/loader/MultiPointM.shp,
-	  regress/loader/MultiPointM.shx,
-	  regress/loader/MultiPointZ-wkb.expected,
-	  regress/loader/MultiPointZ-wkb.sql,
-	  regress/loader/MultiPointZ-wkt.expected,
-	  regress/loader/MultiPointZ-wkt.sql,
-	  regress/loader/MultiPointZ.dbf, regress/loader/MultiPointZ.shp,
-	  regress/loader/MultiPointZ.shx,
-	  regress/loader/Point-wkb.expected, regress/loader/Point-wkb.sql,
-	  regress/loader/Point-wkt.expected, regress/loader/Point-wkt.sql,
-	  regress/loader/Point.dbf, regress/loader/Point.shp,
-	  regress/loader/Point.shx, regress/loader/PointM-wkb.expected,
-	  regress/loader/PointM-wkb.sql,
-	  regress/loader/PointM-wkt.expected,
-	  regress/loader/PointM-wkt.sql, regress/loader/PointM.dbf,
-	  regress/loader/PointM.shp, regress/loader/PointM.shx,
-	  regress/loader/PointZ-wkb.expected,
-	  regress/loader/PointZ-wkb.sql,
-	  regress/loader/PointZ-wkt.expected,
-	  regress/loader/PointZ-wkt.sql, regress/loader/PointZ.dbf,
-	  regress/loader/PointZ.shp, regress/loader/PointZ.shx,
-	  regress/loader/Polygon-wkb.expected,
-	  regress/loader/Polygon-wkb.sql,
-	  regress/loader/Polygon-wkt.expected,
-	  regress/loader/Polygon-wkt.sql, regress/loader/Polygon.dbf,
-	  regress/loader/Polygon.shp, regress/loader/Polygon.shx,
-	  regress/loader/PolygonM-wkb.expected,
-	  regress/loader/PolygonM-wkb.sql,
-	  regress/loader/PolygonM-wkt.expected,
-	  regress/loader/PolygonM-wkt.sql, regress/loader/PolygonM.dbf,
-	  regress/loader/PolygonM.shp, regress/loader/PolygonM.shx,
-	  regress/loader/PolygonZ-wkb.expected,
-	  regress/loader/PolygonZ-wkb.sql,
-	  regress/loader/PolygonZ-wkt.expected,
-	  regress/loader/PolygonZ-wkt.sql, regress/loader/PolygonZ.dbf,
-	  regress/loader/PolygonZ.shp, regress/loader/PolygonZ.shx,
-	  regress/loader/README, regress/loader/mlines2d-wkb.expected,
-	  regress/loader/mlines2d-wkt.expected,
-	  regress/loader/mlines2d.dbf, regress/loader/mlines2d.shp,
-	  regress/loader/mlines2d.shx,
-	  regress/loader/mlines3dm-wkb.expected,
-	  regress/loader/mlines3dm-wkt.expected,
-	  regress/loader/mlines3dm.dbf, regress/loader/mlines3dm.shp,
-	  regress/loader/mlines3dm.shx,
-	  regress/loader/mlines3dz-wkb.expected,
-	  regress/loader/mlines3dz-wkt.expected,
-	  regress/loader/mlines3dz.dbf, regress/loader/mlines3dz.shp,
-	  regress/loader/mlines3dz.shx,
-	  regress/loader/mlines4d-wkb.expected,
-	  regress/loader/mlines4d-wkt.expected,
-	  regress/loader/mlines4d.dbf, regress/loader/mlines4d.shp,
-	  regress/loader/mlines4d.shx, regress/run_test: Fixed portability
-	  issues in the new run_test code, added loader test
-	  for all supported shapefile types
-
-2006-06-16 14:18  Sandro Santilli <strk at keybit.net>
-
-	* [r2385] CHANGES, GNUmakefile, Makefile, README.postgis: Aliased
-	  'test' rule as 'check', to conform to common practice.
-
-2006-06-16 14:13  Sandro Santilli <strk at keybit.net>
-
-	* [r2384] CHANGES, regress/Makefile, regress/loader,
-	  regress/loader/README, regress/loader/mlines2d-wkb.expected,
-	  regress/loader/mlines2d-wkt.expected,
-	  regress/loader/mlines2d.dbf, regress/loader/mlines2d.shp,
-	  regress/loader/mlines2d.shx,
-	  regress/loader/mlines3dm-wkb.expected,
-	  regress/loader/mlines3dm-wkt.expected,
-	  regress/loader/mlines3dm.dbf, regress/loader/mlines3dm.shp,
-	  regress/loader/mlines3dm.shx,
-	  regress/loader/mlines3dz-wkb.expected,
-	  regress/loader/mlines3dz-wkt.expected,
-	  regress/loader/mlines3dz.dbf, regress/loader/mlines3dz.shp,
-	  regress/loader/mlines3dz.shx,
-	  regress/loader/mlines4d-wkb.expected,
-	  regress/loader/mlines4d-wkt.expected,
-	  regress/loader/mlines4d.dbf, regress/loader/mlines4d.shp,
-	  regress/loader/mlines4d.shx, regress/run_test: New regress test
-	  cases and support for loader/dumper.
-
-2006-06-16 14:12  Sandro Santilli <strk at keybit.net>
-
-	* [r2383] loader/pgsql2shp.c, loader/shp2pgsql.c: - BUGFIX in
-	  pgsql2shp successful return code.
-	  - BUGFIX in shp2pgsql handling of MultiLine WKT.
-
-2006-06-13 10:20  Sandro Santilli <strk at keybit.net>
-
-	* [r2382] extras/template_gis/Makefile: Updated template_gis
-	  Makefile to work with older debian sarge (stable).
-	  Patch by Alex Bodnaru.
-
-2006-06-09 06:03  Sandro Santilli <strk at keybit.net>
-
-	* [r2381] extras/template_gis/profile: Fixed bug in PGISSCRIPT
-	  variable (provided by Alex Bodnaru)
-
-2006-06-05 17:24  Sandro Santilli <strk at keybit.net>
-
-	* [r2380] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c: Updated
-	  misleading documentation for Segmentize() function
-
-2006-06-02 16:59  Sandro Santilli <strk at keybit.net>
-
-	* [r2379] lwgeom/lwgeom_chip.c: Fully supported georeferencing in
-	  chip drawing ops (must still tweak edge cases)
-
-2006-06-01 16:57  Sandro Santilli <strk at keybit.net>
-
-	* [r2378] lwgeom/liblwgeom.h, lwgeom/lwgeom_chip.c: Fixed lwgeom
-	  drawing primitives to honour georeferencing.
-
-2006-06-01 07:07  Sandro Santilli <strk at keybit.net>
-
-	* [r2377] lwgeom/lwgeom_pg.c: Added "fmgr.h" include, for
-	  PG_MODULE_MAGIC definition
-
-2006-06-01 06:58  Sandro Santilli <strk at keybit.net>
-
-	* [r2376] CHANGES, lwgeom/lwgeom_pg.c: Added magic block ctor for
-	  8.2 compatibility
-
-2006-06-01 06:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2375] CHANGES, configure.in: Don't link pgsql2shp to more libs
-	  then required.
-
-2006-05-31 08:58  Sandro Santilli <strk at keybit.net>
-
-	* [r2374] lwgeom/liblwgeom.h, lwgeom/lwgeom_chip.c: Added support
-	  and info for CHIP.datatype 7,8,107 and 108. They were not
-	  documented but used by CHIP canonical input function.
-
-2006-05-31 06:43  Sandro Santilli <strk at keybit.net>
-
-	* [r2373] extras/template_gis, extras/template_gis/Makefile,
-	  extras/template_gis/README,
-	  extras/template_gis/createdb.postgis.1,
-	  extras/template_gis/createdb.postgis.in,
-	  extras/template_gis/mktemplate_gis.1,
-	  extras/template_gis/mktemplate_gis.in,
-	  extras/template_gis/mktemplate_gis.sh.in,
-	  extras/template_gis/postgis_env.sh.in,
-	  extras/template_gis/postgres_lib.sh.in,
-	  extras/template_gis/profile,
-	  extras/template_gis/rmtemplate_gis.1,
-	  extras/template_gis/rmtemplate_gis.in,
-	  extras/template_gis/rmtemplate_gis.sh.in: Imported template_gis
-	  utilities contributed by Roberto Boati and Alex Bodnaru.
-
-2006-05-30 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2372] lwgeom/lwgeom_chip.c: Added some primitives for CHIP
-	  management + rendering for points and lines
-
-2006-05-30 17:17  Sandro Santilli <strk at keybit.net>
-
-	* [r2371] lwgeom/lwgeom_chip.c: Fixed bug in CHIP input routine
-	  failing on uncompressed 1x1 integer chip inputs
-
-2006-05-30 08:47  Sandro Santilli <strk at keybit.net>
-
-	* [r2370] lwgeom/lwgeom.c: added copyright header
-
-2006-05-30 08:38  Sandro Santilli <strk at keybit.net>
-
-	* [r2369] lwgeom/lwcollection.c, lwgeom/lwgeom_estimate.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
-	  lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
-	  lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/measures.c,
-	  lwgeom/ptarray.c: Added some missing copyright headers.
-
-2006-05-23 09:48  Sandro Santilli <strk at keybit.net>
-
-	* [r2368] CHANGES, doc/postgis.xml, lwgeom/lwgeom_inout.c,
-	  lwgeom/lwpostgis.sql.in: NEW AsHEXEWKB(geom, XDR|NDR) function +
-	  documentation
-
-2006-05-22 15:29  Sandro Santilli <strk at keybit.net>
-
-	* [r2367] regress/Makefile, regress/measures.sql,
-	  regress/measures_expected, regress/regress.sql,
-	  regress/regress_expected: Moved 'measures' query into a specific
-	  file, added a test for bug #108
-
-2006-05-22 14:57  Sandro Santilli <strk at keybit.net>
-
-	* [r2366] Version.config: Set version to 1.1.3CVS
-
-2006-05-22 14:23  Sandro Santilli <strk at keybit.net>
-
-	* [r2365] lwgeom/lwgeom_geos_c.c: Transform a SRID==0 from GEOS to
-	  a SRID=-1.
-
-2006-05-22 13:08  Sandro Santilli <strk at keybit.net>
-
-	* [r2364] CHANGES, lwgeom/measures.c: Fixed a bug in
-	  distance2d_poly_poly() never really comparing ring distances
-	  between 1st ring of 1st geom and all rings of second one.
-
-2006-05-22 12:10  Sandro Santilli <strk at keybit.net>
-
-	* [r2363] topology/test/load_topology.sql: Added 'with oids'
-	  specification to create table (oids are used for the test).
-	  'With oids' was available in postgresql 7.3.4 so we should not be
-	  highering
-	  the requirements for topology. Suggestion from Alex Bodnaru.
-
-2006-05-22 11:17  Sandro Santilli <strk at keybit.net>
-
-	* [r2362] topology/test/Makefile: Applied cleanups by Alex Bodnaru
-
-2006-05-22 11:02  Sandro Santilli <strk at keybit.net>
-
-	* [r2361] CHANGES, doc/postgis.xml, lwgeom/lwgeom_dump.c,
-	  lwgeom/lwpostgis.sql.in: New DumpRings(polygon) function + docs
-
-2006-05-22 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r2360] lwgeom/measures.c: fixed errors in DEBUG builds
-
-2006-05-22 10:38  Sandro Santilli <strk at keybit.net>
-
-	* [r2359] lwgeom/liblwgeom.h: Added usage comment about
-	  lwpoly_construct()
-
-2006-05-17 15:52  Sandro Santilli <strk at keybit.net>
-
-	* [r2358] doc/postgis.xml: Added Bruce Rindahl in the credits hall
-
-2006-05-17 15:32  Sandro Santilli <strk at keybit.net>
-
-	* [r2357] CHANGES: Added note about doc generation change
-
-2006-05-17 13:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2356] doc/postgis.xml: DocBook version set to 4.3 (4.2 did not
-	  have <code> tag)
-	  Thanks to Mateus Loskot for the tip!
-
-2006-05-17 13:04  Sandro Santilli <strk at keybit.net>
-
-	* [r2355] Makefile.config.in, configure.in, doc/Makefile,
-	  doc/README: Changed PDF manual generation rule to use db2pdf from
-	  docbook-utils package. Input does not validate, thus the rule
-	  doesn't succeed yet, but removing <code> tags is enough to
-	  complete.
-
-2006-05-17 12:26  Sandro Santilli <strk at keybit.net>
-
-	* [r2354] doc/README: Added note about pdfxmltex being provided by
-	  xmltex package
-
-2006-05-17 12:25  Sandro Santilli <strk at keybit.net>
-
-	* [r2353] doc/Makefile: Added check for pdfxmltex availability
-	  before attempting to use it
-
-2006-05-17 07:52  Sandro Santilli <strk at keybit.net>
-
-	* [r2352] regress/affine.sql, regress/affine_expected: Additional
-	  bbox tests for transcale, rotateX and rotateY
-
-2006-05-16 19:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2351] regress/affine.sql, regress/affine_expected: Added tests
-	  for translate and scale bbox computation
-
-2006-05-16 17:09  Sandro Santilli <strk at keybit.net>
-
-	* [r2350] CHANGES, lwgeom/lwgeom_functions_basic.c: BUGXFIX in
-	  affine() failing to update bounding box
-
-2006-05-11 14:24  Sandro Santilli <strk at keybit.net>
-
-	* [r2349] extras/rpm/spec/postgis.spec: Update to 1.1.2 by Laurent
-	  WANDREBECK
-
-2006-05-11 09:41  Sandro Santilli <strk at keybit.net>
-
-	* [r2348] doc, doc/.cvsignore: added postgis.fo and postgis.pdf
-
-2006-05-11 09:41  Sandro Santilli <strk at keybit.net>
-
-	* [r2347] doc/README: changed single-file html production to 'make
-	  html', simpler
-
-2006-05-10 13:40  Sandro Santilli <strk at keybit.net>
-
-	* [r2346] doc/Makefile, doc/README: Added notes about requirements
-	  for dox generation, cleaned up Makefile
-
-2006-05-10 10:47  Markus Schaber <markus at schabi.de>
-
-	* [r2345] jdbc2/src/org/postgis/Point.java: Small typo fix in
-	  comment
-
-2006-05-10 10:37  Sandro Santilli <strk at keybit.net>
-
-	* [r2344] doc/Makefile: Removed >/dev/null redirection of pdfxmltex
-	  command, to see what's going on
-
-2006-05-09 13:06  Markus Schaber <markus at schabi.de>
-
-	* [r2343] CHANGES, Version.config,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
-	  jdbc2/src/org/postgis/Geometry.java: Fixed JtsGeometry.equals()
-	  Imporoved Geometry setter/getter
-	  updated postgis version
-
-2006-05-04 15:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2342] CHANGES, lwgeom/lex.yy.c, lwgeom/wktparse.lex: Support
-	  for Tru64 build (bug#104)
-
-2006-05-03 08:33  Markus Schaber <markus at schabi.de>
-
-	* [r2341] ., .cvsignore: added eclipsebin to cvsignore
-
-2006-05-03 08:30  Markus Schaber <markus at schabi.de>
-
-	* [r2340] CHANGES, jdbc2/src/examples/TestParser.java: Added
-	  regression tests for OGC conformant multiPoint parsing, updated
-	  CHANGELOG
-
-2006-05-03 08:18  Markus Schaber <markus at schabi.de>
-
-	* [r2339] jdbc2/src/examples/TestParser.java: Added test case for
-	  scientific notation
-
-2006-04-26 14:42  Markus Schaber <markus at schabi.de>
-
-	* [r2338] jdbc2/src/examples/TestParser.java: fixed typo in
-	  regression test online help
-
-2006-04-26 12:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2337] CHANGES, Makefile.config.in, configure.in,
-	  lwgeom/Makefile: Added --with-geos-libdir and --with-proj-libdir
-	  configure switches
-
-2006-04-18 16:57  Sandro Santilli <strk at keybit.net>
-
-	* [r2336] lwgeom/lex.yy.c, lwgeom/wktparse.y: Fixed invalid C++
-	  style comment
-
-2006-04-18 16:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2335] configure.in: Used ad-hoc AC_PROG_YACC for yacc detection
-
-2006-04-18 14:09  Sandro Santilli <strk at keybit.net>
-
-	* [r2334] loader/pgsql2shp.c: Limited text field size to 255 (bug
-	  #84) [will eventually provide a switch to support wider fields ]
-
-2006-04-18 12:36  Sandro Santilli <strk at keybit.net>
-
-	* [r2333] CHANGES: updated
-
-2006-04-18 12:30  Sandro Santilli <strk at keybit.net>
-
-	* [r2332] regress/Makefile, regress/wkt.sql, regress/wkt_expected:
-	  Added test for wkt parser
-
-2006-04-18 12:30  Sandro Santilli <strk at keybit.net>
-
-	* [r2331] lwgeom/lex.yy.c, lwgeom/wktparse.tab.c,
-	  lwgeom/wktparse.y: WKT parser: forbidden EMPTY elements in
-	  non-collection multigeoms.
-
-2006-04-18 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r2330] lwgeom/liblwgeom.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
-	  lwgeom/lwpoly.c: Cleanly handled deserialization of points with
-	  non-point input by raising an error. Made other simple geoms
-	  deserializers errors of this kind be consistent. Added a check in
-	  lwgeom_typename() to avoid memory corruption when input
-	  geometrytype is out of range.
-
-2006-04-18 09:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2329] configure.in: Added check for libiconv_open (for MingW) -
-	  patch provided by Mark Cave-Ayland
-
-2006-04-18 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r2328] loader/shp2pgsql.c: Substituted bzero() use with memset()
-
-2006-04-18 09:10  Sandro Santilli <strk at keybit.net>
-
-	* [r2327] Makefile.config.in, configure.in, lwgeom/Makefile:
-	  Applied patch by Mark Cave-Ayland allowing in-place regression
-	  tests to
-	  be run under MingW (Win32)
-
-2006-04-10 08:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2326] lwgeom/lwgeom_jts.c: Added support for printing argument
-	  geoms on union failures
-	  within unite_garray() loop.
-
-2006-03-29 09:25  Sandro Santilli <strk at keybit.net>
-
-	* [r2325] TODO: removed obsoleted items
-
-2006-03-29 09:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2323] README.postgis: Set release version and date
-
-2006-03-29 09:14  Sandro Santilli <strk at keybit.net>
-
-	* [r2322] CHANGES, Version.config, doc/postgis.xml: Prepared for
-	  1.1.2 release
-
-2006-03-28 08:39  Sandro Santilli <strk at keybit.net>
-
-	* [r2321] regress/run_test: Mangled Self-intersection message to
-	  remove 'at or near point'
-	  so that test works with both GEOS 2.x (w/out point spec) and 3.x
-	  (with point spec)
-
-2006-03-27 09:33  Sandro Santilli <strk at keybit.net>
-
-	* [r2320] regress/regress_ogc.sql, regress/regress_ogc_expected:
-	  Used a larger grid for buffer() test, to account for rounding
-	  changes between
-	  GEOS-2.2 and GEOS-3.0
-
-2006-03-13 10:54  Sandro Santilli <strk at keybit.net>
-
-	* [r2319] CHANGES, lwgeom/lwgeom_estimate.c,
-	  lwgeom/lwpostgis.sql.in: Applied patch from Mark Cave Ayland
-	  embedding access control for
-	  the estimated_extent functions.
-
-2006-03-13 10:41  Sandro Santilli <strk at keybit.net>
-
-	* [r2318] CHANGES: added enforceRHR fix
-
-2006-03-12 17:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2317] lwgeom/lwgeom_api.c: Fix isccw to return correct ccw
-	  answer.
-
-2006-03-12 17:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2316] lwgeom/lwgeom.c: Fix for enforceRHR to actually enforce
-	  rather than just reverse. (Note
-	  that seems to be enforcing CW RHR rather than CCW RHR.)
-
-2006-03-08 18:21  Sandro Santilli <strk at keybit.net>
-
-	* [r2315] configure.in: Added pg_config --libs to PGFELIBS as a
-	  workaround for systems
-	  that doesn't automatically detect dependencies
-
-2006-03-01 09:10  Sandro Santilli <strk at keybit.net>
-
-	* [r2314] regress/Makefile: Fixed 'clean' rule to succeed also when
-	  tree already cleaned (rm -f)
-
-2006-02-24 20:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2313] doc/postgis.xml: Minor error in install instructions
-
-2006-02-23 11:48  Markus Schaber <markus at schabi.de>
-
-	* [r2312] CHANGES, doc/postgis.xml,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in,
-	  regress/affine.sql, regress/affine_expected: documented affine(),
-	  rewrote transscale() to use affine()
-
-2006-02-22 14:06  Sandro Santilli <strk at keybit.net>
-
-	* [r2311] CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in,
-	  regress/Makefile, regress/affine.sql, regress/affine_expected:
-	  Added affine() internal function.
-	  Provided rotate{Z,X,Y}() internally using affine().
-	  Made scale() and translate() internally use affine().
-	  Obsoleted transscale() function.
-	  Fixed a bbox-related bug in transscale()
-	  Added a test for affine transformations.
-
-2006-02-15 08:38  Sandro Santilli <strk at keybit.net>
-
-	* [r2310] regress/regress_ogc.sql: Qualified args of difference()
-	  to avoid clashes with other packages
-
-2006-02-10 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r2309] spatial_ref_sys.sql: Made it a single transaction
-
-2006-02-10 10:57  Sandro Santilli <strk at keybit.net>
-
-	* [r2308] spatial_ref_sys.sql: Removed intermediate VACUUM
-
-2006-02-06 20:04  Markus Schaber <markus at schabi.de>
-
-	* [r2307] CHANGES,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: fixed srid
-	  handling in jts for composed geometries - this had prevented
-	  'inner' geometries with no given srid from inheriting the srid
-	  from outer collection.
-
-2006-02-06 11:16  Sandro Santilli <strk at keybit.net>
-
-	* [r2306] lwgeom/lwgeom.h: Added uchar typedef
-
-2006-02-06 11:12  Sandro Santilli <strk at keybit.net>
-
-	* [r2305] lwgeom/lwgparse.c, lwgeom/wktparse.h,
-	  lwgeom/wktunparse.c: uint32_t typedef moved back from wktparse.h
-	  to lwgparse.c and wktunparse.c
-
-2006-02-06 11:09  Sandro Santilli <strk at keybit.net>
-
-	* [r2304] lwgeom/BBOXCACHE_BEHAVIOURS: added snaptogrid behavior
-
-2006-02-03 20:53  Sandro Santilli <strk at keybit.net>
-
-	* [r2303] loader/pgsql2shp.c, loader/wkb.h, lwgeom/lwgparse.c,
-	  lwgeom/wktparse.h, lwgeom/wktunparse.c: Swapped stdint.h
-	  (unavailable on Solaris9) with inttypes.h
-
-2006-02-03 09:52  Sandro Santilli <strk at keybit.net>
-
-	* [r2302] CHANGES, lwgeom/lwgparse.c, lwgeom/wktunparse.c: Changed
-	  int4 typedefs to use POSIX uint32_t
-
-2006-02-02 04:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2301] doc/postgis.xml: Updated maintainers info.
-
-2006-02-01 22:15  Sandro Santilli <strk at keybit.net>
-
-	* [r2300] CHANGES, regress/Makefile, regress/run_test: Made
-	  regress/run_test create and drop it's regress database
-	  unless otherwise specified using --nocreate and --nodrop
-	  switches.
-
-2006-02-01 20:48  Sandro Santilli <strk at keybit.net>
-
-	* [r2299] configure.in: Portable tests for docdir and datadir,
-	  comments fixed.
-	  Thanks to Havard Tveite for pointing out.
-
-2006-01-29 13:54  Sandro Santilli <strk at keybit.net>
-
-	* [r2298] CHANGES, README.postgis, Version.config, lwgeom/Makefile,
-	  lwgeom/box2d.c, lwgeom/lwgeom.c,
-	  lwgeom/lwgeom_functions_analytic.c, regress/Makefile,
-	  regress/run_test, regress/snaptogrid.sql,
-	  regress/snaptogrid_expected: Fixed bug in SnapToGrid() bbox
-	  computation.
-	  Previous policy (WHEN SIMPLE) turned out to be non-simple,
-	  so this has been changed to TAINING.
-	  Bbox will then be recomputed by scanning output coordinates
-	  iff input had a bbox cache.
-	  AUTOCACHE_BBOX define (the default) will still force a
-	  computation of output box if worth it.
-	  Regress tests added for the case reported on postgis-users
-	  
-	  Run of regress tests do not require postgis install
-	  anymore. The library build in source tree will be
-	  used for this purpose.
-	  
-	  Version bumped to 1.1.2 and CHANGES file updated.
-
-2006-01-23 00:13  Sandro Santilli <strk at keybit.net>
-
-	* [r2296] CHANGES, Version.config, doc/postgis.xml: Set version to
-	  1.1.1, edited 1.1.1 Release Notes chapter in manual
-	  and set release date (2006-01-23).
-
-2006-01-22 23:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2295] spatial_ref_sys.sql: Fix for bug 10, SRID 28992 incorrect
-
-2006-01-21 08:40  Sandro Santilli <strk at keybit.net>
-
-	* [r2294] regress/run_test, regress/test_index_concurrency:
-	  Separated 'export' from assignment, for Solaris support -
-	  reported by Michael Fuhr
-
-2006-01-19 19:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2293] doc/postgis.xml: Updated documentation for
-	  line_substring() and line_interpolate_point()
-
-2006-01-19 19:13  Sandro Santilli <strk at keybit.net>
-
-	* [r2292] regress/regress_lrs.sql, regress/regress_lrs_expected:
-	  Added a couple of line_interpolate_point tests
-
-2006-01-19 19:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2291] CHANGES, lwgeom/lwgeom_functions_analytic.c: Z and M
-	  interpolation in line_interpolate_point()
-
-2006-01-19 18:26  Sandro Santilli <strk at keybit.net>
-
-	* [r2290] lwgeom/lwgeom_functions_analytic.c, lwgeom/ptarray.c,
-	  regress/regress_lrs.sql, regress/regress_lrs_expected: Made
-	  line_substring() handle corner case of start/end having the same
-	  value. A point is returned in that case.
-
-2006-01-19 18:17  Sandro Santilli <strk at keybit.net>
-
-	* [r2289] regress/regress_lrs.sql, regress/regress_lrs_expected:
-	  Added more regress tests for line_substring
-
-2006-01-19 18:17  Sandro Santilli <strk at keybit.net>
-
-	* [r2288] CHANGES, lwgeom/ptarray.c: Added Z and M interpolation in
-	  ptarray_substring(), fixed some corner-case bugs
-
-2006-01-19 18:16  Sandro Santilli <strk at keybit.net>
-
-	* [r2287] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added
-	  interpolate_point4d() general function in API
-
-2006-01-19 18:15  Sandro Santilli <strk at keybit.net>
-
-	* [r2286] regress/run_test: Added -v switch to show differences
-	  inline
-
-2006-01-18 21:06  Sandro Santilli <strk at keybit.net>
-
-	* [r2285] CHANGES, regress/run_test: Forced lc_messages to be 'C'
-	  during regress tests
-
-2006-01-18 10:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2284] CHANGES, lwgeom/ptarray.c, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected: Fixed out-of-bound condition in
-	  ptarray_substring during copy of
-	  unaltered points.
-	  Added regress test for the case
-	  (postgis-devel/2006-January/001951.html)
-
-2006-01-17 14:53  Sandro Santilli <strk at keybit.net>
-
-	* [r2283] configure.in: Fixed $datadir and $docdir paths to support
-	  postgresql convention
-	  of adding 'postgresql' component IFF neither 'pgsql' nor
-	  'postgres'
-	  already appear in the path.
-
-2006-01-17 08:37  Sandro Santilli <strk at keybit.net>
-
-	* [r2282] CHANGES: Added postgis_restore.pl fix
-
-2006-01-17 08:36  Sandro Santilli <strk at keybit.net>
-
-	* [r2281] utils/postgis_restore.pl: Commented out debugging
-	  premature exit left from last review
-
-2006-01-16 10:42  Sandro Santilli <strk at keybit.net>
-
-	* [r2280] loader/dbfopen.c, loader/pgsql2shp.c, loader/shapefil.h,
-	  loader/shp2pgsql.c: Added support for Bool and Date DBF<=>PGIS
-	  mapping
-
-2006-01-16 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r2279] CHANGES, configure.in: Fixed default pgsql prefix to
-	  /usr/local/pgsql (default since pgsql 7.2)
-
-2006-01-15 22:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2278] CHANGES, Makefile.config.in, configure.in: Fixed handling
-	  of pg_config --bindir
-
-2006-01-13 09:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2277] CHANGES, lwgeom/ptarray.c, regress/lwgeom_regress.sql,
-	  regress/lwgeom_regress_expected, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected: Fixed bug in ptarray_locate_point()
-	  - added regress test for specific case
-
-2006-01-12 12:26  Sandro Santilli <strk at keybit.net>
-
-	* [r2276] CHANGES, lwgeom/lwgeom_geos_c.c: Fixed bug blessing all
-	  GEOMETRYCOLLECTIONS to MULTIPOLYGONS in postgis->GEOS
-	  converted trough C-API
-
-2006-01-10 16:38  Markus Schaber <markus at schabi.de>
-
-	* [r2275] CHANGES, doc/postgis.xml, lwgeom/lwpostgis.sql.in: Added
-	  NumInteriorRing(geometry) alias function
-
-2006-01-09 16:40  Sandro Santilli <strk at keybit.net>
-
-	* [r2274] loader/PQunescapeBytea.c, loader/compat.h,
-	  loader/dbfopen.c, loader/pgsql2shp.c, loader/shp2pgsql.c: ISO C90
-	  comments, signedness mismatch fixes
-
-2006-01-09 15:55  Sandro Santilli <strk at keybit.net>
-
-	* [r2273] lwgeom/lwgeom_box.c, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c,
-	  lwgeom/lwgeom_chip.c, lwgeom/lwgeom_dump.c,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gml.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_svg.c,
-	  lwgeom/lwgeom_transform.c, lwgeom/profile.h,
-	  lwgeom/stringBuffer.c, lwgeom/stringBuffer.h: ISO C90 comments
-	  (finished in lwgeom/)
-
-2006-01-09 15:12  Sandro Santilli <strk at keybit.net>
-
-	* [r2272] lwgeom/lwcollection.c, lwgeom/lwgeom_spheroid.c,
-	  lwgeom/lwline.c, lwgeom/lwmline.c, lwgeom/lwmpoint.c,
-	  lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/wktunparse.c: ISO C90
-	  comments
-
-2006-01-09 15:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2271] lwgeom/lwgeom_functions_analytic.c: Removed
-	  variable-sized array and fixed comments as for ISO C90
-	  requirements.
-
-2006-01-09 15:09  Sandro Santilli <strk at keybit.net>
-
-	* [r2270] regress/Makefile, regress/simplify.sql,
-	  regress/simplify_expected: Added simplify() test unit
-
-2006-01-09 14:43  Sandro Santilli <strk at keybit.net>
-
-	* [r2269] lwgeom/lwgeom_api.c: ISO C90 comments, indenting
-
-2006-01-09 12:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2268] lwgeom/lwpostgis.sql.in: Proc upgrade requirement message
-	  made more clear.
-
-2006-01-09 12:55  Sandro Santilli <strk at keybit.net>
-
-	* [r2267] lwgeom/lwgeom_debug.c: Removed variable-sized array
-	  forbidden by ISO C90.
-
-2006-01-09 12:39  Sandro Santilli <strk at keybit.net>
-
-	* [r2266] lwgeom/liblwgeom.c: C++ style comments removed, fixed
-	  return from void function.
-
-2006-01-09 12:36  Sandro Santilli <strk at keybit.net>
-
-	* [r2265] lwgeom/ptarray.c: Changed C++ style comments to ISO C
-	  format
-
-2006-01-09 12:30  Sandro Santilli <strk at keybit.net>
-
-	* [r2264] lwgeom/measures.c: Changed C++ style comments to ISO C
-	  ones.
-
-2006-01-09 12:17  Sandro Santilli <strk at keybit.net>
-
-	* [r2263] CHANGES: Added Solaris 2.7 and MingW support improvements
-	  item
-
-2006-01-09 11:48  Sandro Santilli <strk at keybit.net>
-
-	* [r2262] lwgeom/lwgeom_estimate.c: Fixed "strict-aliasing rule"
-	  breaks.
-
-2006-01-09 11:43  Sandro Santilli <strk at keybit.net>
-
-	* [r2261] lwgeom/ptarray.c: Found another (faster) way to avoid
-	  breaking "strict-aliasing rules"
-
-2006-01-09 11:05  Sandro Santilli <strk at keybit.net>
-
-	* [r2260] lwgeom/ptarray.c: Removed POINT4D=>POINT2D cast raising
-	  GCC warning
-
-2006-01-09 10:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2259] configure.in: Changed "! test" to "test !" and "-e" to
-	  "-f" for Solaris compatibility.
-
-2006-01-09 10:42  Sandro Santilli <strk at keybit.net>
-
-	* [r2258] lwgeom/lwgeom_functions_basic.c: Changed all C++ style
-	  comments to ISO C ones.
-
-2006-01-08 15:02  Sandro Santilli <strk at keybit.net>
-
-	* [r2257] ., .cvsignore: Added lwpostgis_upgrade.sql
-
-2006-01-07 10:18  Sandro Santilli <strk at keybit.net>
-
-	* [r2256] configure.in: Changed $PWD uses with `pwd` (required for
-	  Solaris 2.7)
-
-2006-01-05 15:01  Sandro Santilli <strk at keybit.net>
-
-	* [r2255] configure.in: More portable (hopefully) use of quotes and
-	  backticks
-
-2006-01-05 00:26  Chris Hodgson <chodgson at refractions.net>
-
-	* [r2254] lwgeom/lwgeom_inout.c: rollback to contain cast
-
-2006-01-05 00:19  Chris Hodgson <chodgson at refractions.net>
-
-	* [r2253] lwgeom/lwgeom_chip.c: 1.12 with changes from 1.11
-	  integrated
-
-2006-01-05 00:07  Chris Hodgson <chodgson at refractions.net>
-
-	* [r2252] lwgeom/lwgeom_functions_basic.c: Recommitted with changes
-	  from 1_34 integrated
-
-2006-01-04 21:37  Chris Hodgson <chodgson at refractions.net>
-
-	* [r2251] lwgeom/lwgeom_functions_basic.c: Added function
-	  optimistic_overlap in order to support TerrainServer. Note that
-	  optimistic_overlap existed in postgis prior to 1.0 but was
-	  removed. The included version is a hack to work with the newer
-	  lwgeom structs
-
-2006-01-04 21:21  Chris Hodgson <chodgson at refractions.net>
-
-	* [r2250] lwgeom/lwgeom_inout.c: Modified lwgeom2 = ... line in
-	  LWGEOMFromWKB function; removed the (uchar *) cast
-
-2006-01-04 21:16  Chris Hodgson <chodgson at refractions.net>
-
-	* [r2249] lwgeom/lwgeom_chip.c: Added the CHIP_send function which
-	  enables Postgres 8.0 to send a binary CHIP
-
-2006-01-01 02:30  Sandro Santilli <strk at keybit.net>
-
-	* [r2248] lwgeom/lwgeom_pg.c: Added missing include for definition
-	  of unparse_WKB()
-
-2006-01-01 02:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2247] lwgeom/lwgeom_box.c, lwgeom/lwgeom_pg.h: Dropped unused
-	  box2df_to_box() and box_to_box2df() functions. Added
-	  box_to_box2df_p() function to complement exiting
-	  box2df_to_box_p().
-
-2005-12-31 15:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2246] doc/postgis.xml: Fixed reference to PostgreSQL "contrib"
-	  directory (no more required)
-
-2005-12-31 14:57  Sandro Santilli <strk at keybit.net>
-
-	* [r2245] lwgeom/lwgeom_api.c: Fixed "possibly uninitialized"
-	  warning in box2df_to_box3d
-
-2005-12-30 18:14  Sandro Santilli <strk at keybit.net>
-
-	* [r2244] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
-	  lwgeom/lwgeom_chip.c, lwgeom/lwgeom_gml.c, lwgeom/lwgeom_svg.c,
-	  lwgeom/lwgeom_transform.c: Fixed all signedness warnings
-
-2005-12-30 17:40  Sandro Santilli <strk at keybit.net>
-
-	* [r2243] CHANGES, Version.config, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
-	  lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h, lwgeom/lwgparse.c,
-	  lwgeom/lwpoly.c, lwgeom/wktparse.h: Moved PG_LWGEOM WKB I/O and
-	  SRID get/set funx
-	  from lwgeom_api.c to lwgeom_pg.c.
-	  Made lwgeom_from_ewkb directly invoke grammar parser rather then
-	  invoke
-	  the PG_LWGEOM-specific function.
-	  Cleaned up signedness-related and comments-related warnings for
-	  the files
-	  being committed (more to do on other files)
-
-2005-12-28 18:43  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r2242] extras/rpm/patches/postgis-version.config.patch: Removed
-	  unused patch
-
-2005-12-28 18:40  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r2241] extras/rpm/spec/postgis.spec: Lots of fixes for 1.1
-
-2005-12-21 18:45  Sandro Santilli <strk at keybit.net>
-
-	* [r2239] configure.in: Removed awk usage, --with-template is
-	  detected during the single
-	  pg_config --configure scan
-
-2005-12-21 13:18  Sandro Santilli <strk at keybit.net>
-
-	* [r2238] configure.in: Changed $() constructs to "``" ones, for
-	  portability
-
-2005-12-21 12:12  Sandro Santilli <strk at keybit.net>
-
-	* [r2237] lwgeom/lwgeom_transform.c: Raised a warning on
-	  pj_errno==-38 (a nodatum transform is attempted before giving up)
-
-2005-12-20 09:17  Sandro Santilli <strk at keybit.net>
-
-	* [r2236] regress/run_test: Used more portable sed syntax,
-	  submitted by Michael Fuhr.
-
-2005-12-20 09:06  Sandro Santilli <strk at keybit.net>
-
-	* [r2235] doc/Makefile: Fixed inconsistency between docs
-	  install/uninstall paths
-
-2005-12-19 20:33  Sandro Santilli <strk at keybit.net>
-
-	* [r2234] configure.in: Fixed eprefix (bindir) use
-
-2005-12-19 20:23  Sandro Santilli <strk at keybit.net>
-
-	* [r2233] GNUmakefile: Dropped `liblwgeom' dependency from 'test'
-	  rule
-
-2005-12-19 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r2232] configure.in: Allowed for overriding of --datadir.
-	  reworked pg_config --configure parsing to make a single scan.
-	  Fixed mishanlding of --prefix
-
-2005-12-19 12:26  Sandro Santilli <strk at keybit.net>
-
-	* [r2231] README.postgis: make regress => make test
-
-2005-12-19 10:39  Sandro Santilli <strk at keybit.net>
-
-	* [r2230] regress/regress_expected, regress/run_test: used a
-	  consistent construct for out_and_err redirect,
-	  added rule to make [eE][-+]0+[0-9]+ become e[-+][1-9]+
-
-2005-12-19 10:17  Sandro Santilli <strk at keybit.net>
-
-	* [r2229] regress/run_test: Applied patch for MingW support
-	  (buffering and INF representation problems)
-
-2005-12-19 09:43  Sandro Santilli <strk at keybit.net>
-
-	* [r2228] lwgeom/Makefile: Fixed uninstall rule for scripts
-
-2005-12-16 16:53  Sandro Santilli <strk at keybit.net>
-
-	* [r2227] configure.in: fixed iconv check
-
-2005-12-16 16:47  Sandro Santilli <strk at keybit.net>
-
-	* [r2226] Makefile.config.in, configure.in, loader/Makefile: Added
-	  support for mixed libiconv/iconv
-
-2005-12-16 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r2225] HOWTO_RELEASE: Added make_dist.sh argument.
-
-2005-12-16 11:55  Sandro Santilli <strk at keybit.net>
-
-	* [r2224] TODO: Almost done with closure
-
-2005-12-16 11:53  Sandro Santilli <strk at keybit.net>
-
-	* [r2223] doc/postgis.xml: Added Carl Anderson to release-specifi
-	  credits section (forgot, who know how many else)
-
-2005-12-16 11:14  Sandro Santilli <strk at keybit.net>
-
-	* [r2222] CHANGES, doc/postgis.xml: Edited release notes in manual,
-	  set release date to 2005/12/21
-	  (if everything goes file)
-
-2005-12-16 10:06  Markus Schaber <markus at schabi.de>
-
-	* [r2221] jdbc2/README: small README improvements
-
-2005-12-16 09:36  Sandro Santilli <strk at keybit.net>
-
-	* [r2220] lwgeom/lwpostgis.sql.in: Added installed procs version
-	  when proc upgrade needed
-
-2005-12-16 09:32  Sandro Santilli <strk at keybit.net>
-
-	* [r2219] HOWTO_RELEASE, TODO, make_dist.sh: Added release
-	  procedure and Versioning rationale.
-
-2005-12-16 08:59  Sandro Santilli <strk at keybit.net>
-
-	* [r2218] Version.config, lwgeom/Makefile: lwpostgis_upgrade.sql
-	  installed by install and removed by uninstall,
-	  fixed path info for lwpostgis.sql install. Stripped CVS from
-	  version
-	  strings and added note about SO/REL versions being the same.
-
-2005-12-16 08:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2217] lwgeom/lwgeom_geos_wrapper.cpp: Added required typinfo
-	  include
-
-2005-12-16 08:38  Sandro Santilli <strk at keybit.net>
-
-	* [r2216] lwgeom/lwpostgis.sql.in: Simplified top warning about
-	  upgradability of changes.
-
-2005-12-16 08:37  Sandro Santilli <strk at keybit.net>
-
-	* [r2215] lwgeom/Makefile: Added dependency of
-	  postgis_proc_upgrade.pl in lwpostgis_upgrade.sql rule
-
-2005-12-16 08:33  Sandro Santilli <strk at keybit.net>
-
-	* [r2214] utils/postgis_proc_upgrade.pl: Fixed version checker to
-	  only use Major to compare
-
-2005-12-16 02:08  Sandro Santilli <strk at keybit.net>
-
-	* [r2213] lwgeom/Makefile: Reverted use of $(shlib_major) to
-	  $(shlib).
-	  Since lwpostgis_upgrade.sql is always enough
-	  to rebind, and also required...
-
-2005-12-16 01:48  Sandro Santilli <strk at keybit.net>
-
-	* [r2212] utils/postgis_proc_upgrade.pl: Added comment about the
-	  use of postgis_lib_version in version checker
-	  (last commit log was incomplete)
-
-2005-12-16 01:41  Sandro Santilli <strk at keybit.net>
-
-	* [r2211] CHANGES, Version.config, lwgeom/Makefile,
-	  lwgeom/lwpostgis.sql.in, utils/postgis_proc_upgrade.pl: Unified
-	  SCRIPTS, LIB and RELEASE versions for the sake of simplicity.
-	  postgis_scripts_released() will return the same as
-	  postgis_lib_version()
-	  postgis_scripts_installed() return still the same numbers but as
-	  written
-	  in the database at the time of lwpostgis.sql sourcing.
-
-2005-12-16 01:35  Sandro Santilli <strk at keybit.net>
-
-	* [r2210] doc/postgis.xml: Added notes `bout
-	  postgis_scripts_released(), postgis_scripts_installed()
-	  and postgis_version(). Copied soft upgrade description from
-	  README
-	  file - removed most references about DBPROC/RELPROC and the like.
-
-2005-12-15 23:57  Sandro Santilli <strk at keybit.net>
-
-	* [r2209] Makefile.config.in, configure.in, lwgeom/Makefile: perl
-	  availability check by ./configure (sorry, you'll need it from now
-	  on)
-
-2005-12-15 23:52  Sandro Santilli <strk at keybit.net>
-
-	* [r2208] CHANGES: Added note about jdbc/ drop and PgSQL source
-	  dependency relief
-
-2005-12-15 23:49  Sandro Santilli <strk at keybit.net>
-
-	* [r2207] jdbc: Removed obsoleted code
-
-2005-12-15 23:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2206] doc/postgis.xml: Remove qandasetdiv tags and fix
-	  numbering...
-
-2005-12-15 23:28  Sandro Santilli <strk at keybit.net>
-
-	* [r2205] CHANGES, GNUmakefile, lwgeom/Makefile,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_nojts.c,
-	  lwgeom/lwpostgis.sql.in: - Made postgis_version() a C function
-	  w/out changing output.
-	  - Moved postgis centroid() version (neither GEOS nor JTS) from
-	  lwgeom_functions_basic.c to lwgeom_nojts.c (fails far less
-	  times with "redefinition of centroid" errors.)
-	  - Made lwpostgis_upgrade.sql build by default (must add a check
-	  for perl availability in ./configure.in)
-
-2005-12-15 23:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2204] README.postgis: Wording changes here and there.
-
-2005-12-15 22:50  Sandro Santilli <strk at keybit.net>
-
-	* [r2203] README.postgis: Updated Upgrading section
-
-2005-12-15 19:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2202] make_dist.sh: back to single full package
-
-2005-12-15 18:34  Sandro Santilli <strk at keybit.net>
-
-	* [r2201] doc/postgis.xml: Switched HARD/SOFT upgrade and removed
-	  HACK upgrade sections.
-
-2005-12-15 18:30  Sandro Santilli <strk at keybit.net>
-
-	* [r2200] TODO: Added item for 1.1 closure
-
-2005-12-15 15:18  Sandro Santilli <strk at keybit.net>
-
-	* [r2199] TODO: Added things to do for 1.1.0 closeup
-
-2005-12-15 09:28  Sandro Santilli <strk at keybit.net>
-
-	* [r2198] regress/run_test: Infinite->Infinity
-
-2005-12-15 01:27  Sandro Santilli <strk at keybit.net>
-
-	* [r2197] regress/run_test: Added PROJ version in output - would
-	  change the whole thing to postgis_full_version() if it only fit
-	  into 80 cols
-
-2005-12-15 01:21  Sandro Santilli <strk at keybit.net>
-
-	* [r2196] regress/Makefile: Made PROJ test be run only if
-	  USE_PROJ=1
-
-2005-12-15 01:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2195] regress/regress.sql, regress/regress_expected,
-	  regress/regress_ogc.sql, regress/regress_ogc_expected: Moved
-	  GEOS/JTS function from regress to ogc test
-
-2005-12-15 01:07  Sandro Santilli <strk at keybit.net>
-
-	* [r2194] regress/regress.sql, regress/run_test: Removed call to
-	  replace(text,text,text) in regress.sql
-	  (unsupported by pgsql 7.2)
-	  Used sed in run_test to Transform Infinite to inf and Inf to inf
-
-2005-12-15 00:49  Sandro Santilli <strk at keybit.net>
-
-	* [r2193] Version.config, lwgeom/Makefile: Splitted SCRIPTS_VERSION
-	  in MAJOR,MINOR,MICRO
-
-2005-12-15 00:47  Sandro Santilli <strk at keybit.net>
-
-	* [r2192] lwgeom/lwpostgis.sql.in: 'IMMUTABLE STRICT' ->
-	  '_IMMUTABLE_STRICT' fix for new polygon ctors
-
-2005-12-15 00:28  Sandro Santilli <strk at keybit.net>
-
-	* [r2191] regress/run_test: typo fixed
-
-2005-12-14 18:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2190] TODO: Removed rectangle-level locking (DONE)
-
-2005-12-14 18:45  Sandro Santilli <strk at keybit.net>
-
-	* [r2189] TODO: Dropped 1.1.0 specific section - all pending items
-	  dumped to 'other random items'
-
-2005-12-14 18:44  Sandro Santilli <strk at keybit.net>
-
-	* [r2188] doc/postgis.xml: Typo fixed (dumber->dumper) - was
-	  tempted to keep it ;)
-
-2005-12-14 18:34  Sandro Santilli <strk at keybit.net>
-
-	* [r2187] README.postgis: Reintroduced revised INSTALLATION,
-	  UPGRADE, USAGE.
-	  Added REQUIREMENTS, CONFIGURATION and TESTING.
-	  UPGRADE still requires some cleanup (IMHO).
-
-2005-12-14 15:40  Sandro Santilli <strk at keybit.net>
-
-	* [r2186] README.postgis: Removed most info, added reference to
-	  PostGIS manual instead
-
-2005-12-14 15:29  Sandro Santilli <strk at keybit.net>
-
-	* [r2185] ., .cvsignore: Removed postgis_geos_version.h - should be
-	  under lwgeom/
-
-2005-12-14 15:23  Sandro Santilli <strk at keybit.net>
-
-	* [r2184] make_dist.sh: - Create two packages:
-	  postgis-$$.tar.gz and postgis-regress-$$.tar.gz
-	  
-	  - New syntax:
-	  -- postgis-cvs.tar.gz postgis-regress-cvs.tar.gz
-	  sh make_dist.sh
-	  -- postgis-1.1.0.tar.gz postgis-regress-1.1.0.tar.gz
-	  sh make_dist.sh 1.1.0
-
-2005-12-14 14:14  Sandro Santilli <strk at keybit.net>
-
-	* [r2183] doc/Makefile: Removed obsoleted --param shade.verbatim
-	  param from xsltproc call,
-	  moved common flags on top file.
-
-2005-12-14 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r2182] doc/postgis.xml: fixed closing tag mismatch
-
-2005-12-14 13:42  Sandro Santilli <strk at keybit.net>
-
-	* [r2181] doc/postgis.xml: Added release version in abstract,
-	  updated INSTALL section to reflect autoconf-based layout
-
-2005-12-14 12:24  Sandro Santilli <strk at keybit.net>
-
-	* [r2180] Makefile.config.in, configure.in, doc/Makefile: Nicely
-	  handled missing requirements for docs build
-
-2005-12-14 11:13  Sandro Santilli <strk at keybit.net>
-
-	* [r2179] regress/regress.sql, regress/regress_ogc.sql,
-	  regress/regress_ogc_expected: Snapped buffer() output to a grid
-	  of 1.0E-14 grid to account for slightly
-	  different floating number behaviours on Solaris.
-	  Normalized Infinity to inf to account for different libc outputs.
-
-2005-12-14 00:26  Sandro Santilli <strk at keybit.net>
-
-	* [r2178] regress/Makefile, regress/run_test: Regression tests
-	  output made much more concise
-
-2005-12-13 23:25  Sandro Santilli <strk at keybit.net>
-
-	* [r2177] lwgeom/ptarray.c: removed unused variable
-
-2005-12-13 22:04  Sandro Santilli <strk at keybit.net>
-
-	* [r2176] regress/run_test: Added GEOS/JTS version info when
-	  available
-
-2005-12-13 21:16  Sandro Santilli <strk at keybit.net>
-
-	* [r2175] regress/Makefile: Fixed a misnamed test
-
-2005-12-13 19:01  Sandro Santilli <strk at keybit.net>
-
-	* [r2174] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in, regress/Makefile,
-	  regress/replacepoint.sql, regress/replacepoint_expected,
-	  regress/setpoint.sql, regress/setpoint_expected: Renamed
-	  ReplacePoint() to SetPoint()
-
-2005-12-13 18:39  Sandro Santilli <strk at keybit.net>
-
-	* [r2173] CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
-	  lwgeom/lwpostgis.sql.in, lwgeom/ptarray.c, regress/Makefile,
-	  regress/removepoint.sql, regress/removepoint_expected,
-	  regress/replacepoint.sql, regress/replacepoint_expected: Added
-	  RemovePoint() and ReplacePoint() to complete Geometry editiong
-	  function.
-	  Added regress tests for them.
-
-2005-12-13 18:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2172] lwgeom/lwgeom.c: Fixed bug in lwgeom_as_anytype cast
-	  funcions
-
-2005-12-13 14:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2170] doc/postgis.xml: LRS section repopulated
-
-2005-12-13 12:51  Sandro Santilli <strk at keybit.net>
-
-	* [r2169] doc/postgis.xml: Moved out of LRS section:
-	  line_locate_point back (to Misc),
-	  line_substring and line_interpolate_point (to Geometry
-	  constructors).
-	  Added more cross-references.
-
-2005-12-13 12:12  Sandro Santilli <strk at keybit.net>
-
-	* [r2168] TODO: updated
-
-2005-12-12 20:41  Sandro Santilli <strk at keybit.net>
-
-	* [r2167] regress/run_test: Handled common invokation mistake
-	  (accept trailing .sql in test names)
-
-2005-12-12 20:31  Sandro Santilli <strk at keybit.net>
-
-	* [r2166] regress/run_test: Changed math statements to be
-	  compatible with solaris shell, fixed typo
-
-2005-12-12 17:40  Sandro Santilli <strk at keybit.net>
-
-	* [r2165] CHANGES, doc/postgis.xml, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_geos_wrapper.cpp,
-	  lwgeom/lwgeom_jts.c, lwgeom/lwgeom_nojts.c,
-	  lwgeom/lwpostgis.sql.in, regress/Makefile,
-	  regress/regress_bdpoly.sql, regress/regress_bdpoly_expected,
-	  regress/regress_expected, regress/run_test: - Fixed Z presence
-	  detection in GEOS funcions (C++ and C wrappers).
-	  - NEW BuildArea(any_geometry) function
-	  - NEW OGC BdPolyFromText(linestring_wkt, srid) function
-	  - NEW OGC BdMPolyFromText(linestring_wkt, srid) function
-	  - Updated postgis manual and added regression tests for new
-	  functions.
-	  - Reworked regress test runner to be more succint and report
-	  a summary of test results
-
-2005-12-12 11:35  Sandro Santilli <strk at keybit.net>
-
-	* [r2164] lwgeom/Makefile: Avoided detect_geos_version rule when
-	  using the GEOS C-API
-
-2005-12-12 11:33  Sandro Santilli <strk at keybit.net>
-
-	* [r2163] lwgeom/lwgeom_functions_analytic.c: Wrapped grid_print
-	  declaration and definition in VERBOSE block, to avoid compiler
-	  warning about it being unused
-
-2005-12-10 15:46  Sandro Santilli <strk at keybit.net>
-
-	* [r2161] lwgeom/lwgeom_api.c: Fixed error message typo
-
-2005-12-09 20:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r2160] doc/postgis.xml: Added credits for GEOS and Proj4.
-
-2005-12-09 15:14  Sandro Santilli <strk at keybit.net>
-
-	* [r2158] CHANGES: Organized Change log for 1.1.0
-
-2005-12-09 12:02  Sandro Santilli <strk at keybit.net>
-
-	* [r2157] doc/postgis.xml: Added Charlie Savage in credits
-
-2005-12-09 12:00  Sandro Santilli <strk at keybit.net>
-
-	* [r2155] CHANGES, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c,
-	  lwgeom/lwgeom_geos_wrapper.cpp: Plugged memory leaks in
-	  Polygonize().
-
-2005-12-09 10:14  Sandro Santilli <strk at keybit.net>
-
-	* [r2153] regress/regress_ogc.sql, regress/regress_ogc_expected:
-	  Added a couple of polygonize tests
-
-2005-12-07 12:22  Sandro Santilli <strk at keybit.net>
-
-	* [r2151] utils/postgis_restore.pl: Fixed handling of CAST for
-	  8.0.0 restore.
-	  Type name canonicalization function defined separately.
-
-2005-12-07 09:05  Sandro Santilli <strk at keybit.net>
-
-	* [r2150] utils/postgis_restore.pl: Added note about OID column
-	  drop in pre 8.1 to 8.1+ upgrades
-
-2005-12-06 15:42  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r2148] extras/rpm/spec/postgis.spec: Label the spec file as
-	  1.1.0
-
-2005-12-06 15:37  Sandro Santilli <strk at keybit.net>
-
-	* [r2147] doc/postgis.xml: Updated SnapToGrid documentation
-
-2005-12-06 15:26  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r2146] extras/rpm/spec/postgis.spec: Update to 1.0.6
-
-2005-12-06 15:09  Sandro Santilli <strk at keybit.net>
-
-	* [r2145] CHANGES, doc/postgis.xml: Updated after release 1.0.6
-
-2005-12-06 14:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2142] regress/run_test: Added check for successfully postgis
-	  installation before running tests
-
-2005-12-06 14:51  Sandro Santilli <strk at keybit.net>
-
-	* [r2141] regress/regress_ogc.sql, regress/regress_ogc_expected:
-	  Added user-reported intersects() test
-
-2005-12-02 15:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2139] regress/Makefile: Had regress_ogc test skipped if no GEOS
-	  nor JTS support is compiled in
-
-2005-12-02 14:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2138] Makefile: Added missing rules
-
-2005-12-02 14:52  Sandro Santilli <strk at keybit.net>
-
-	* [r2137] GNUmakefile, Makefile: Copied PostgreSQL top-level
-	  Makefile for use by systems in which make != gmake
-
-2005-12-02 14:35  Sandro Santilli <strk at keybit.net>
-
-	* [r2136] lwgeom/lwgeom_transform.c: Fixed support for PGSQL
-	  version 7.2 and 7.3
-
-2005-12-02 14:15  Sandro Santilli <strk at keybit.net>
-
-	* [r2135] regress/regress_proj_expected: Fixed SnapToGrid output
-	  expectance (higher dims no more discarded)
-
-2005-12-02 13:21  Sandro Santilli <strk at keybit.net>
-
-	* [r2134] CHANGES: Added note about new SnapToGrid function
-
-2005-12-02 13:16  Sandro Santilli <strk at keybit.net>
-
-	* [r2133] lwgeom/lwpostgis.sql.in: Added SnapToGrid(geom,
-	  point_offset, xsz, ysz, zsz, msz)
-
-2005-12-02 10:46  Sandro Santilli <strk at keybit.net>
-
-	* [r2132] lwgeom/lwgeom_functions_analytic.c: Added
-	  LWGEOM_snaptogrid_pointoff and gridspec utility funx
-
-2005-12-02 09:12  Sandro Santilli <strk at keybit.net>
-
-	* [r2131] CHANGES: Added note about SnapToGrid bbox computation
-
-2005-12-02 09:07  Sandro Santilli <strk at keybit.net>
-
-	* [r2129] lwgeom/lwgeom_functions_analytic.c: Fixed output box2d
-	  computation in SnapToGrid (was working with float,
-	  changed to work with doubles and call appropriate box3d->box2d
-	  converter).
-
-2005-12-02 09:06  Sandro Santilli <strk at keybit.net>
-
-	* [r2128] lwgeom/lwgeom_api.c: Added PARANOIA_LEVEL checks in
-	  box3d<->box2d converters
-
-2005-12-02 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r2127] regress/Makefile, regress/run_test: Quoted grep pattern
-	  (Solaris' shell threats carets as pipes).
-	  Added a sleep 1 before dropping DB (to avoid "database being
-	  accessed" errors).
-
-2005-12-01 22:29  Sandro Santilli <strk at keybit.net>
-
-	* [r2126] regress/Makefile: Changed back 'tests' to 'test'
-
-2005-12-01 19:25  Sandro Santilli <strk at keybit.net>
-
-	* [r2125] CHANGES: Added note about SnapToGrid and higher dims
-
-2005-12-01 19:09  Sandro Santilli <strk at keybit.net>
-
-	* [r2124] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_lrs.c, lwgeom/ptarray.c: Exported
-	  DYNPTARRAY struct and accessor funx (from _lrs.c).
-	  Rewritten ptarray_grid() to allow snapping of all dimensions and
-	  never discard input ordinates.
-
-2005-12-01 17:14  Sandro Santilli <strk at keybit.net>
-
-	* [r2123] lwgeom/lwgeom_geos_wrapper.cpp: Fixed missing LineMerge
-	  symbol when built against geos-1.0
-
-2005-12-01 16:21  Sandro Santilli <strk at keybit.net>
-
-	* [r2122] CHANGES, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c,
-	  lwgeom/lwgeom_jts.c: Added SRID mismatch checks in GEOS and JTS
-	  wrappers
-
-2005-12-01 16:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2121] Makefile.config.in: Updated comment about GEOS C-API
-	  (starts with 2.2.x)
-
-2005-12-01 15:53  Sandro Santilli <strk at keybit.net>
-
-	* [r2118] regress/Makefile: Renamed clean: to cleanup:, provided
-	  empty clean: to make things work
-	  from toplevel makefile.
-
-2005-12-01 15:50  Sandro Santilli <strk at keybit.net>
-
-	* [r2117] configure.in: Fixed handling of bogus geos-1.0
-
-2005-12-01 14:07  Sandro Santilli <strk at keybit.net>
-
-	* [r2116] regress/Makefile, regress/lwgeom_regress_expected,
-	  regress/regress_expected, regress/regress_index_expected,
-	  regress/run_test: Skipped checks of SQL command outputs
-	  (INSERT,UPDATE,CREATE,DROP).
-	  Cleaned up postgis_reg after tests run.
-
-2005-12-01 13:53  Sandro Santilli <strk at keybit.net>
-
-	* [r2115] CHANGES, lwgeom/lwgeom.c: Fixed lwgeom_segmentize2d() to
-	  always return a clone
-
-2005-12-01 13:49  Sandro Santilli <strk at keybit.net>
-
-	* [r2113] CHANGES, lwgeom/lwcollection.c: Fixed short-allocation in
-	  lwcollection_clone()
-
-2005-12-01 13:37  Sandro Santilli <strk at keybit.net>
-
-	* [r2111] regress/regress_proj.sql, regress/regress_proj_expected:
-	  Fixed test to cleanup after run
-
-2005-11-30 21:02  Sandro Santilli <strk at keybit.net>
-
-	* [r2109] regress/regress_proj.sql, regress/regress_proj_expected:
-	  Added missing proj tests
-
-2005-11-30 18:24  Sandro Santilli <strk at keybit.net>
-
-	* [r2108] CHANGES, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/ptarray.c: Fixed segfault on addPoint() with invalid
-	  offset
-
-2005-11-30 18:24  Sandro Santilli <strk at keybit.net>
-
-	* [r2107] regress/run_test: Fixed error message on non-readable
-	  expected file
-
-2005-11-30 17:04  Sandro Santilli <strk at keybit.net>
-
-	* [r2105] doc/postgis.xml: Added Alex Mayrhofer to list of
-	  contributors
-
-2005-11-30 16:59  Sandro Santilli <strk at keybit.net>
-
-	* [r2103] CHANGES: Moved 8.2 support to 1.0.6 section
-
-2005-11-30 16:57  Sandro Santilli <strk at keybit.net>
-
-	* [r2101] regress/Makefile: Added proj tests, curtesy of Alex
-	  Mayrhofer
-
-2005-11-29 22:40  Sandro Santilli <strk at keybit.net>
-
-	* [r2099] configure.in: CAPI usage triggered starting at geos-2.2
-
-2005-11-29 10:05  Sandro Santilli <strk at keybit.net>
-
-	* [r2096] CHANGES, doc/postgis.xml: Added locate_among_measure()
-	  and locate_between_measures() dox.
-	  Updated CHANGES adding new LRS funx and new transform() code.
-
-2005-11-29 09:00  Sandro Santilli <strk at keybit.net>
-
-	* [r2095] TODO, doc/postgis.xml: Updated documentation for X,Y,M
-	  and Z
-
-2005-11-28 16:01  Sandro Santilli <strk at keybit.net>
-
-	* [r2094] CHANGES, lwgeom/lwgeom_functions_basic.c: Fixed a
-	  segfault on geom_accum(NULL, NULL) condition
-
-2005-11-28 15:59  Sandro Santilli <strk at keybit.net>
-
-	* [r2091] regress/regress.sql, regress/regress_expected: Added
-	  geom_accum(NULL,NULL) test
-
-2005-11-28 15:06  Sandro Santilli <strk at keybit.net>
-
-	* [r2090] lwgeom/SERIALIZED_FORM, lwgeom/compat.h,
-	  lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_lrs.c,
-	  lwgeom/lwgeom_pg.h, lwgeom/pgsql_compat.h: Estrapolated
-	  SERIALIZED_FORM doc from liblwgeom.h and put it into
-	  SERIALIZED_FORM file.
-	  Cleaned up header files so to avoid C++ style comments and
-	  -pedantic errors.
-	  (more to come on this front)
-
-2005-11-28 11:49  Sandro Santilli <strk at keybit.net>
-
-	* [r2088] CHANGES: Added bbox cache handling fix in 1.0.6
-
-2005-11-28 11:48  Sandro Santilli <strk at keybit.net>
-
-	* [r2087] lwgeom/lwgeom_functions_basic.c: minor cleanups and
-	  comments
-
-2005-11-28 11:31  Sandro Santilli <strk at keybit.net>
-
-	* [r2085] lwgeom/lwgeom_functions_basic.c: memory release in
-	  force_collection
-
-2005-11-28 11:27  Sandro Santilli <strk at keybit.net>
-
-	* [r2083] regress/regress.sql, regress/regress_expected: Added
-	  force_collection test
-
-2005-11-28 11:20  Sandro Santilli <strk at keybit.net>
-
-	* [r2081] lwgeom/lwcollection.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwline.c, lwgeom/lwpoly.c: Fixed
-	  ExteriorRing() and Segmentize() handling of bbox cache
-
-2005-11-28 11:04  Sandro Santilli <strk at keybit.net>
-
-	* [r2079] regress/regress.sql, regress/regress_expected,
-	  regress/regress_ogc.sql, regress/regress_ogc_expected: Added
-	  ExteriorRing and Segmentize tests
-
-2005-11-25 17:22  Markus Schaber <markus at schabi.de>
-
-	* [r2077] jdbc2/README,
-	  jdbc2/src/org/postgis/java2d/PGShapeGeometry.java,
-	  jdbc2/src/org/postgis/java2d/ShapeBinaryParser.java: java2d and
-	  doc improvements
-
-2005-11-25 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r2076] CHANGES, Makefile.config.in, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_chip.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_pg.h, lwgeom/lwgeom_spheroid.c: Added support for
-	  PostgreSQL head, as suggested by Michael Fuhr.
-	  Cleaned up includes.
-
-2005-11-25 16:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2075] lwgeom/lwgeom_transform.c: Wrapped PROJ4SRSCacheCheck
-	  function in ifdef MEMORY_CONTEXT_CHECKING block, to avoid
-	  compiler warning
-
-2005-11-25 15:43  Sandro Santilli <strk at keybit.net>
-
-	* [r2074] regress/regress_ogc.sql, regress/regress_ogc_expected:
-	  Added unite_garray() test
-
-2005-11-25 15:43  Sandro Santilli <strk at keybit.net>
-
-	* [r2073] regress/run_test: Added database version info
-
-2005-11-25 15:34  Sandro Santilli <strk at keybit.net>
-
-	* [r2072] regress/regress_expected, regress/regress_ogc_expected:
-	  Fixed expected ERROR and NOTICEs
-
-2005-11-25 15:28  Sandro Santilli <strk at keybit.net>
-
-	* [r2071] lwgeom/lwcollection.c: Fixed 0-size allocation in
-	  lwcollection deserializer
-	  (only matters when backend is compiled with --enable-cassert)
-
-2005-11-25 14:14  Sandro Santilli <strk at keybit.net>
-
-	* [r2069] regress/run_test: Added postgis library version and
-	  builddate, to make sure the existing database
-	  being used is equipped with the library we are willing to test.
-
-2005-11-24 20:20  Sandro Santilli <strk at keybit.net>
-
-	* [r2068] TODO: Added note about documentation updates requirement
-	  (will anyone read it before 1.1.0 ? ;)
-
-2005-11-24 20:18  Sandro Santilli <strk at keybit.net>
-
-	* [r2067] lwgeom/lwgeom_geos_c.c: Fixed sizeof(GEOSGeom) calls,
-	  minor debugging improvements.
-
-2005-11-24 20:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2064] doc/man/shp2pgsql.1: Added -N and -g documentation
-
-2005-11-23 15:54  Sandro Santilli <strk at keybit.net>
-
-	* [r2061] lwgeom/lwgeom_ogc.c: Changed X(), Y(), M() and Z() to
-	  raise an error if input
-	  is not strictly a point (must update documentation)
-
-2005-11-23 15:30  Sandro Santilli <strk at keybit.net>
-
-	* [r2060] lwgeom/lwgeom_functions_lrs.c, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected: Changed locate_between_measures()
-	  to return simpler types
-
-2005-11-23 14:52  Sandro Santilli <strk at keybit.net>
-
-	* [r2059] CHANGES, lwgeom/lwgeom_ogc.c, regress/regress.sql,
-	  regress/regress_expected: Changed M() and Z() to return NULL when
-	  input doesn't have
-	  the requested dimension. Updated regress tests with a few
-	  of these cases.
-
-2005-11-23 14:44  Sandro Santilli <strk at keybit.net>
-
-	* [r2058] regress/run_test: Added usage dox and check for required
-	  input files
-
-2005-11-23 14:38  Sandro Santilli <strk at keybit.net>
-
-	* [r2057] regress/Makefile, regress/lwgeom_regress.sql,
-	  regress/lwgeom_regress_expected, regress/regress.sql,
-	  regress/regress_expected, regress/regress_index.sql,
-	  regress/regress_index_expected, regress/regress_lrs.sql,
-	  regress/regress_lrs_expected, regress/run_index_regress,
-	  regress/run_lwgeom_regress, regress/run_ogc_regress,
-	  regress/run_regress, regress/run_test: Reworked regress tests to
-	  avoid multiple database creations
-
-2005-11-23 13:48  Sandro Santilli <strk at keybit.net>
-
-	* [r2056] lwgeom/lwgeom_functions_lrs.c: fixed bug in points
-	  duplication check of dynptarray_addPoint4d
-
-2005-11-23 13:46  Sandro Santilli <strk at keybit.net>
-
-	* [r2055] regress/regress.sql, regress/regress_expected: Added a
-	  few regression tests for LRS functions
-
-2005-11-23 13:19  Sandro Santilli <strk at keybit.net>
-
-	* [r2054] lwgeom/Makefile, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_functions_lrs.c, lwgeom/lwpostgis.sql.in: Initial
-	  implementation of locate_among_measure() and
-	  locate_between_measures()
-
-2005-11-22 21:29  Sandro Santilli <strk at keybit.net>
-
-	* [r2053] CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_api.c, regress/regress.sql,
-	  regress/regress_expected: Fixed a bug in getPoint{3dm,3dz,4d}_p()
-	  api calls automatically
-	  fixing bugs in force_{3dm,3dz,4d}() user functions, for which
-	  tests have been added in regress dir.
-	  Wrapped paranoid checks in PARANOIA_LEVEL preprocessor blocks.
-	  Updated release notes and CHANGES file.
-
-2005-11-22 19:59  Sandro Santilli <strk at keybit.net>
-
-	* [r2051] lwgeom/lwcollection.c: Fixed debugging printf call
-
-2005-11-18 17:37  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2049] lwgeom/lwgeom_transform.c: Add fix for PG 8.1 calling the
-	  MemoryContext check method when compiled as a debug build
-
-2005-11-18 10:48  Sandro Santilli <strk at keybit.net>
-
-	* [r2048] lwgeom/lwgeom_transform.c: fixed double release of bbox
-	  cache memory
-
-2005-11-18 10:16  Sandro Santilli <strk at keybit.net>
-
-	* [r2047] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gml.c,
-	  lwgeom/lwgeom_svg.c: Removed casts on lwalloc return.
-	  Used varlena macros when appropriate.
-
-2005-11-17 23:35  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2045] lwgeom/lwgeom_transform.c: Removed duplicate debugging
-	  code used to reset the cache when it was full
-
-2005-11-17 23:25  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2044] lwgeom/lwgeom_transform.c: Fixed assertion bug and an
-	  off-by-one palloc() in the new transform() code
-
-2005-11-17 17:49  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r2043] lwgeom/lwgeom_transform.c, lwgeom/lwpostgis.sql.in:
-	  Reimplement transform() using a cache that maintains SRS and
-	  PROJ.4 library handles throughout each portal to speed up
-	  reprojections on large datasets
-
-2005-11-16 13:04  Markus Schaber <markus at schabi.de>
-
-	* [r2042] jdbc2/src/org/postgis/Point.java: small comment
-	  improvements in Point.java
-
-2005-11-16 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r2041] doc/postgis.xml: Added availability info of
-	  line_interpolate_point function
-
-2005-11-16 09:49  Sandro Santilli <strk at keybit.net>
-
-	* [r2040] CHANGES, doc/postgis.xml: Updated 1.0.5 release
-	  documentation
-
-2005-11-14 10:05  Sandro Santilli <strk at keybit.net>
-
-	* [r2038] configure.in: Forced use of CAPI when building against
-	  GEOS 3.x.x or superior
-
-2005-11-14 09:01  Sandro Santilli <strk at keybit.net>
-
-	* [r2037] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c,
-	  lwgeom/lwgeom_jts.c, lwgeom/lwline.c, lwgeom/lwmline.c,
-	  lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
-	  lwgeom/lwpoly.c: Forced copy of BOX2D at deserialization time.
-	  LWGEOM (sub)objects will always have their own copy, safely
-	  released
-	  by lwgeom_release(). This will remove memory alignment problems.
-
-2005-11-11 18:04  Sandro Santilli <strk at keybit.net>
-
-	* [r2034] TODO: updated
-
-2005-11-11 17:49  Sandro Santilli <strk at keybit.net>
-
-	* [r2032] CHANGES: Updated
-
-2005-11-11 17:45  Sandro Santilli <strk at keybit.net>
-
-	* [r2030] lwgeom/lwline.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c: Fixed
-	  memory alignment bug in base geometry type serializers, added
-	  integrity check for geometry type flag and it's pointarrays
-	  dimension mismatch
-
-2005-11-11 17:23  Sandro Santilli <strk at keybit.net>
-
-	* [r2029] lwgeom/lwgeom_functions_basic.c: Fixed memory alignment
-	  issues in force_*d*_recursive
-
-2005-11-11 17:03  Sandro Santilli <strk at keybit.net>
-
-	* [r2027] regress/lwgeom_regress.sql,
-	  regress/lwgeom_regress_expected: Added some dimensionality
-	  changes tests
-
-2005-11-11 17:02  Sandro Santilli <strk at keybit.net>
-
-	* [r2026] regress/regress.sql, regress/regress_expected: Added
-	  linemerge test
-
-2005-11-11 10:49  Sandro Santilli <strk at keybit.net>
-
-	* [r2020] CHANGES, lwgeom/lwgeom_api.c: Fixed short-initialization
-	  in getPoint4d_p
-
-2005-11-01 17:11  Sandro Santilli <strk at keybit.net>
-
-	* [r2019] Makefile.config.in, configure.in: Ported ELF detection
-	  code from PostgreSQL. PostGIS builds on freebsd > 2 out of the
-	  box now.
-
-2005-11-01 11:56  Sandro Santilli <strk at keybit.net>
-
-	* [r2018] topology/topology.sql.in: Initial work on
-	  ST_AddEdgeNewFaces
-
-2005-11-01 11:46  Sandro Santilli <strk at keybit.net>
-
-	* [r2016] lwgeom/lwpostgis.sql.in: Removed calls to
-	  get_proj4_from_srid() from transform() to require
-	  a single scan of spatial_ref_sys for call rather then two.
-
-2005-11-01 11:37  Sandro Santilli <strk at keybit.net>
-
-	* [r2015] configure.in: Fixed handling of --with-proj handling
-
-2005-11-01 10:29  Sandro Santilli <strk at keybit.net>
-
-	* [r2014] CHANGES: updated
-
-2005-11-01 10:22  Sandro Santilli <strk at keybit.net>
-
-	* [r2011] utils/postgis_proc_upgrade.pl: Changed major-minor
-	  version numbers extraction to be compatible with postgresql 7.2.1
-	  (relies on the fact that this information will always be in the
-	  first 4 characters - single digit per version)
-
-2005-11-01 09:25  Sandro Santilli <strk at keybit.net>
-
-	* [r2010] loader/shp2pgsql.c: Reworked NULL geometries handling
-	  code letting user specify policy (insert,skip,abort). Insert is
-	  the default.
-
-2005-10-31 13:42  Markus Schaber <markus at schabi.de>
-
-	* [r2009] jdbc2/src/org/postgis/java2d/PGShapeGeometry.java:
-	  Document Bug in PGShapeGeometry
-
-2005-10-28 13:48  Markus Schaber <markus at schabi.de>
-
-	* [r2008] jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: Small
-	  winding rule fix and some comment improvements
-
-2005-10-26 11:10  Sandro Santilli <strk at keybit.net>
-
-	* [r2006] CHANGES: updated
-
-2005-10-26 11:07  Sandro Santilli <strk at keybit.net>
-
-	* [r2004] utils/postgis_proc_upgrade.pl: Added optional second
-	  argument to specify schema in which postgis functions are to be
-	  replaced
-
-2005-10-25 14:31  Sandro Santilli <strk at keybit.net>
-
-	* [r2003] CHANGES: Added azimuth() and shift_longitude() functions
-
-2005-10-25 14:31  Sandro Santilli <strk at keybit.net>
-
-	* [r2002] doc/postgis.xml: Added documentation for azimuth()
-
-2005-10-25 14:21  Sandro Santilli <strk at keybit.net>
-
-	* [r2001] lwgeom/lwgeom_functions_basic.c: Added missing SRID check
-	  in azimuth() function
-
-2005-10-25 14:15  Sandro Santilli <strk at keybit.net>
-
-	* [r2000] lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in, lwgeom/measures.c: Added
-	  azimuth(point,point) function.
-
-2005-10-25 11:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1999] lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in,
-	  lwgeom/ptarray.c: Added shift_longitude(geometry) sql procedure
-	  and underlying
-	  ptarray_longitude_shift(POINTARRAY *) and
-	  lwgeom_longitude_shift(LWGEOM *)
-	  functions.
-
-2005-10-25 11:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1998] lwgeom/lwgeom_geos_c.c: Fixed bug in GEOSCoordSeq to
-	  POINTARRAY converter
-
-2005-10-25 11:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1997] lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added
-	  pglwgeom_deserialize()
-
-2005-10-24 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r1996] CHANGES: Moved loader/dumper stricter handling of
-	  attribute sizes from 1.0.5 to head section
-
-2005-10-24 15:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1993] loader/shp2pgsql.c: fixed wrong assumption about maximum
-	  size of integer attributes (width is maximum size of text
-	  representation)
-
-2005-10-24 13:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1991] lwgeom/lwgeom_geos_c.c: Updated to reflect ownership
-	  policy in GEOS C-api.
-
-2005-10-24 11:33  Sandro Santilli <strk at keybit.net>
-
-	* [r1990] CHANGES: Added attribute types mapping change
-
-2005-10-24 11:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1987] loader/pgsql2shp.c, loader/shp2pgsql.c: Fixed a bug in
-	  string attributes handling truncating values of maximum
-	  allowed length, curtesy of Lars Roessiger.
-	  Reworked integer attributes handling to be stricter in dbf->sql
-	  mapping
-	  and to allow for big int8 values in sql->dbf conversion
-
-2005-10-21 15:35  Markus Schaber <markus at schabi.de>
-
-	* [r1986] jdbc2/src/org/postgis/java2d/PGShapeGeometry.java:
-	  PGShapeGeometry constructor cleanup
-
-2005-10-21 13:06  Markus Schaber <markus at schabi.de>
-
-	* [r1985] jdbc2, jdbc2/.cvsignore, jdbc2/README: Updated jdbc2
-	  README to reflect JTS dependency on trove4j
-
-2005-10-21 12:07  Markus Schaber <markus at schabi.de>
-
-	* [r1984] jdbc2/README,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
-	  jdbc2/src/examples/TestJava2d.java: implemented JTS
-	  GeometryFactory caching
-
-2005-10-21 11:33  Sandro Santilli <strk at keybit.net>
-
-	* [r1982] CHANGES, loader/shp2pgsql.c: Applied patch by Lars
-	  Roessiger handling numerical values with a trailing decima
-	  l dot
-
-2005-10-21 08:53  Markus Schaber <markus at schabi.de>
-
-	* [r1981] jdbc2/src/examples/TestJava2d.java: typo fix in java2D
-	  example
-
-2005-10-20 18:07  Markus Schaber <markus at schabi.de>
-
-	* [r1980] jdbc2/sources.inc, jdbc2/src/examples/TestJava2d.java,
-	  jdbc2/src/org/postgis/java2d/Java2DWrapper.java,
-	  jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: added example
-	  for java2d
-
-2005-10-20 16:13  Markus Schaber <markus at schabi.de>
-
-	* [r1979] jdbc2/java2dsrc, jdbc2/src/org/postgis/java2d,
-	  jdbc2/src/org/postgis/java2d/Java2DWrapper.java,
-	  jdbc2/src/org/postgis/java2d/PGShapeGeometry.java,
-	  jdbc2/src/org/postgis/java2d/ShapeBinaryParser.java: moved java2d
-	  to ordinary src directory, as it does not depend on any external
-	  libraries.
-
-2005-10-20 16:04  Markus Schaber <markus at schabi.de>
-
-	* [r1978] jdbc2/src/org/postgis/DriverWrapper.java: fix postgresql
-	  7.2 datatype registration compatibility code
-
-2005-10-20 15:58  Markus Schaber <markus at schabi.de>
-
-	* [r1977] jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsWrapper.java: Fixed all
-	  deprecation warnings in JTS code by using proper GeometryFactory
-	  instances (hope)
-
-2005-10-20 15:57  Markus Schaber <markus at schabi.de>
-
-	* [r1976] CHANGES: added forgotten changelog entry
-
-2005-10-20 14:35  Markus Schaber <markus at schabi.de>
-
-	* [r1975] jdbc2/java2dsrc, jdbc2/java2dsrc/org,
-	  jdbc2/java2dsrc/org/postgis, jdbc2/java2dsrc/org/postgis/java2d,
-	  jdbc2/java2dsrc/org/postgis/java2d/Java2DWrapper.java,
-	  jdbc2/java2dsrc/org/postgis/java2d/PGShapeGeometry.java,
-	  jdbc2/java2dsrc/org/postgis/java2d/ShapeBinaryParser.java: Added
-	  some source for java2D readonly support
-
-2005-10-19 13:11  Sandro Santilli <strk at keybit.net>
-
-	* [r1974] lwgeom/lwgeom_geos_c.c: Handled some more errors.
-
-2005-10-19 10:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1973] lwgeom/lwgeom_jts.c: Removed useless variables from
-	  linemerge()
-
-2005-10-19 10:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1972] lwgeom/lwgeom_geos.c: Removed unused variables in
-	  linemerge()
-
-2005-10-19 10:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1971] topology/test/Makefile,
-	  topology/test/cache_geometries.sql,
-	  topology/test/edit_topology.sql, topology/test/hierarchy.sql,
-	  topology/test/load_topology.sql,
-	  topology/test/predicate.expected, topology/topology.sql.in: Added
-	  ST_ModEdgesSplit function, cleaned up test files, added tests for
-	  the new topology editing functions.
-
-2005-10-18 16:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1970] topology/topology.sql.in: Fixed ST_NewEdgesSplit function
-	  to return new Node id rather then text
-
-2005-10-18 15:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1969] topology/test/load_topology.sql,
-	  topology/test/sqlmm_topology.sql, topology/topology.sql.in: Added
-	  SQL/MM functions ST_RemoveIsoEdge and ST_NewEdgesSplit.
-	  The ST_NewEdgesSplit also updates the Relation table (out of
-	  SQL/MM specs).
-
-2005-10-17 09:40  Sandro Santilli <strk at keybit.net>
-
-	* [r1968] lwgeom/lwgeom_geos_c.c: Changed GEOS initializzation to
-	  use lwnotice for errors rather then
-	  lwerror, to allow for cleanup on exceptions.
-
-2005-10-17 09:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1967] lwgeom/Makefile: Added -Wall flag to compilers invocation
-
-2005-10-17 08:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1966] lwgeom/lwgeom_geos_c.c: Fixed compiler warnings, handled
-	  exceptions in POSTGIS2GEOS conversions
-
-2005-10-14 08:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1965] CHANGES: Added topology change
-
-2005-10-13 16:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1964] topology, topology/.cvsignore, topology/ER,
-	  topology/ER/.cvsignore, topology/ER/Makefile,
-	  topology/ER/topology.fig, topology/Makefile, topology/README,
-	  topology/TODO, topology/test, topology/test/.cvsignore,
-	  topology/test/Makefile, topology/test/cache_geometries.sql,
-	  topology/test/hierarchy.sql, topology/test/invalid_topology.sql,
-	  topology/test/load_topology.sql, topology/test/more_features.sql,
-	  topology/test/predicates.sql.in,
-	  topology/test/sqlmm_topology.sql,
-	  topology/test/validate_topology.sql, topology/topology.sql.in:
-	  Initial work on topology model support
-
-2005-10-13 13:40  Sandro Santilli <strk at keybit.net>
-
-	* [r1963] CHANGES, loader/shp2pgsql.c: Fixed return code from
-	  shp2pgsql
-
-2005-10-10 16:19  Sandro Santilli <strk at keybit.net>
-
-	* [r1961] CHANGES, lwgeom/lwgeom_estimate.c: Fixed null values
-	  fraction computation in geometry analyzer as suggested by Michael
-	  Fuhr
-
-2005-10-03 21:45  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r1959] extras/rpm/README: Added basic doc about building RPMs
-
-2005-10-03 21:29  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r1958] extras/rpm/spec/postgis.spec: - Make PostGIS build
-	  against pgxs so that we don't need PostgreSQL sources.
-	  - Fixed all build errors except jdbc (so, defaulted to 0)
-	  - Added new files under %utils
-
-2005-10-03 18:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1957] loader/pgsql2shp.c, loader/shp2pgsql.c: Stricter string
-	  attributes lenght handling. DBF header will be used
-	  to set varchar maxlenght, (var)char typmod will be used to set
-	  DBF header
-	  len.
-
-2005-10-03 17:36  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r1956] extras/rpm/spec/postgis.spec: Removed
-	  postgis-jdbc2-makefile.patch (applied to -head)
-
-2005-10-03 17:29  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r1955] extras/rpm/patches/postgis-jdbc2-makefile.patch: Applied
-	  to HEAD, so removed
-
-2005-10-03 07:53  Sandro Santilli <strk at keybit.net>
-
-	* [r1954] doc/man/shp2pgsql.1, doc/postgis.xml: Added -W and -I
-	  loader switches to manuals.
-
-2005-10-03 07:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1953] loader/shp2pgsql.c: Issued a warning when -W is specified
-	  and no UTF8 support has been compiled in.
-
-2005-09-30 15:09  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r1952] extras/rpm/README.rpm: Removed
-
-2005-09-30 15:09  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r1951] extras/rpm/README: Renamed the file and fixed the
-	  non-ascii char
-
-2005-09-30 12:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1950] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c: undefined
-	  UNITE_USING_BUFFER (defining it to 0 did not have the expected
-	  result)
-
-2005-09-30 08:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1949] CHANGES, loader/shp2pgsql.c: Fixed release of stack
-	  memory occurring when shp2pgsql is compiled with USE_ICONV
-	  defined, an attribute value needs to be escaped and no -W is used
-
-2005-09-29 07:11  Markus Schaber <markus at schabi.de>
-
-	* [r1947] jdbc2/Makefile: Manually applied Makefile changes from
-	  Devrim GUNDUZ (extras/rpm/patches/postgis-jdbc2-makefile.patch)
-	  to HEAD jdbc2 Makefile
-
-2005-09-28 16:34  Sandro Santilli <strk at keybit.net>
-
-	* [r1946] lwgeom/lwgeom_geos_c.c: Honoured want3d parameter in
-	  GEOS2POSTGIS converters
-
-2005-09-27 21:50  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r1945] extras/rpm/README.rpm: Mentioned about the patches in
-	  spec file.
-
-2005-09-27 21:48  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r1944] extras/rpm/README.rpm: Initial README file for PostGIS
-	  RPM
-
-2005-09-27 21:26  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r1943] extras/rpm/spec, extras/rpm/spec/postgis.spec: Initial
-	  import of postgis.spec
-
-2005-09-27 21:12  Devrim GÜNDÜZ <devrim at gunduz.org>
-
-	* [r1942] extras/rpm, extras/rpm/patches,
-	  extras/rpm/patches/filter-requires-perl-Pg.sh,
-	  extras/rpm/patches/postgis-jdbc2-makefile.patch,
-	  extras/rpm/patches/postgis-jdbcdedectver.sh,
-	  extras/rpm/patches/postgis-version.config.patch: Necesarry
-	  patches used to build PostGIS RPMs.
-
-2005-09-27 16:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1941] lwgeom/lwgeom_geos_c.c: Wrapped debugging line in
-	  preprocessor block.
-
-2005-09-26 13:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1940] Makefile.config.in: Made USE_GEOS_CAPI definable by
-	  ./configure
-
-2005-09-26 13:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1939] configure.in: Added --with-geos-capi switch
-
-2005-09-26 12:53  Sandro Santilli <strk at keybit.net>
-
-	* [r1938] doc/postgis.xml: Added LineMerge function in Geometry
-	  Editors chapter
-
-2005-09-26 12:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1937] CHANGES, Makefile.config.in, lwgeom/Makefile: Initial
-	  switches for use of GEOS C-API
-
-2005-09-26 12:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1936] lwgeom/lwgeom_geos_c.c: Added LineMerge interface
-
-2005-09-26 12:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1935] TODO: Updated LineMerge facts
-
-2005-09-26 12:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1934] lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added
-	  JTSLineMerge stub, fixed typos in profiling outputs.
-
-2005-09-26 12:07  Sandro Santilli <strk at keybit.net>
-
-	* [r1933] lwgeom/lwgeom_nojts.c: Added stub for linemerge()
-
-2005-09-26 12:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1932] CHANGES: Added new LineMerge funtion
-
-2005-09-26 12:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1931] lwgeom/lwgeom_geos.c: Fixed prototype of linemerge() and
-	  error typo in it
-
-2005-09-26 11:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1930] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp,
-	  lwgeom/lwpostgis.sql.in: Changed GEOSLineMerge function to take
-	  one geometry and return the simplest
-	  geometry formed by set of merged LineStrings. Fixed memory leak
-	  in
-	  GEOSrelate().
-
-2005-09-23 17:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1929] lwgeom/lwpostgis.sql.in: Added linemerge_garray function
-
-2005-09-23 17:22  Sandro Santilli <strk at keybit.net>
-
-	* [r1928] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp:
-	  Added LineMerger interface
-
-2005-09-23 17:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1927] lwgeom/lwgeom_geos_c.c: Initial wrapper to GEOS C api
-
-2005-09-23 16:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1926] lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_api.c: Added wrappers for ewkb output
-
-2005-09-23 16:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1925] lwgeom/lwgeom_inout.c: cleanups
-
-2005-09-23 16:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1924] lwgeom/ptarray.c: cleanups
-
-2005-09-23 15:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1923] lwgeom/wktparse.h: added header sentinels
-
-2005-09-23 11:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1922] lwgeom/lwgeom_inout.c: Made LWGEOMFromWKB use underlying
-	  pglwgeom_from_ewkb()
-
-2005-09-23 11:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1921] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added
-	  pglwgeom_from_ewkb function
-
-2005-09-16 13:19  Sandro Santilli <strk at keybit.net>
-
-	* [r1920] CHANGES: given some consistent format to items
-
-2005-09-15 14:53  Sandro Santilli <strk at keybit.net>
-
-	* [r1918] doc/postgis.xml: Fixed X(),Y() and Z() functions
-	  descriptions, added M().
-
-2005-09-15 10:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1917] doc/postgis.xml: Moved AddPoint() function from 'geometry
-	  constructors' to 'geometry editors' chapter
-
-2005-09-15 10:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1915] CHANGES, lwgeom/lwgeom_geos.c: Disabled buffer-based
-	  GeomUnion
-
-2005-09-15 10:13  Sandro Santilli <strk at keybit.net>
-
-	* [r1914] CHANGES: Moved the fix_geometry_column() removal to 1.1.0
-	  section
-
-2005-09-15 09:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1911] CHANGES, lwgeom/lwpostgis.sql.in: Removed automatic
-	  fix_geometry_columns() call in update_geometry_stats and
-	  AddGeometryColumns()
-
-2005-09-15 09:50  Sandro Santilli <strk at keybit.net>
-
-	* [r1910] doc/postgis.xml: Added Reporting Bugs chapter
-
-2005-09-09 17:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1908] CHANGES, doc/postgis.xml: Updated release info for 1.0.4
-
-2005-09-09 16:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1906] lwgeom/lwgeom_functions_basic.c: Fixed bug in scale() and
-	  transscale() functions corrupting output bounding box
-
-2005-09-09 15:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1903] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c:
-	  cleanups for waste left in previous patches
-
-2005-09-09 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1901] CHANGES, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_ogc.c: Fixed bug in translate() corrupting output
-	  bounding box. Bounding-box related cleanups in exterior_ring()
-
-2005-09-08 23:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1899] CHANGES, lwgeom/ptarray.c: Made ptarray_compute_box3d a
-	  wrapper of ptarray_compute_box3d_p
-
-2005-09-08 22:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1896] CHANGES, lwgeom/measures.c: minor speedups in distance()
-
-2005-09-08 19:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1894] CHANGES, lwgeom/lwgeom_estimate.c: Handled search_box
-	  outside of histogram_box case in selectivity estimator
-
-2005-09-07 11:58  Markus Schaber <markus at schabi.de>
-
-	* [r1892] TODO: added some more Todo points
-
-2005-09-06 09:22  Sandro Santilli <strk at keybit.net>
-
-	* [r1891] CHANGES, doc/postgis.xml: Added notes about PointN,
-	  GeometryN and InteriorRingN indexing method
-
-2005-09-06 08:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1889] CHANGES: BOX3d parser note
-
-2005-09-06 08:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1887] lwgeom/lwgeom_box3d.c: looser BOX3D parser
-
-2005-09-03 06:11  Sandro Santilli <strk at keybit.net>
-
-	* [r1885] CHANGES, lwgeom/lwgeom_api.c: Leak plugged in
-	  compute_serialized_box3d_p
-
-2005-08-31 17:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1883] lwgeom/lwgeom_api.c: removed compiler warnings
-
-2005-08-31 16:49  Sandro Santilli <strk at keybit.net>
-
-	* [r1881] CHANGES, lwgeom/lwgeom_api.c: Fixed bug in
-	  pointArray_construct() misinterpreting hasZ and hasM parameters
-
-2005-08-29 22:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1879] CHANGES, loader/shp2pgsql.c: Removed premature object
-	  destruction in InsertLineString{WKT,} causing segfault
-
-2005-08-29 12:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1877] doc/postgis.xml: Added Nikita Shulga <malfet at jscc.ru> in
-	  contributors list.
-
-2005-08-29 11:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1875] lwgeom/liblwgeom.h, lwgeom/lwgparse.c,
-	  lwgeom/lwpostgis.sql.in: Typo fixed
-
-2005-08-29 11:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1872] CHANGES, loader/shp2pgsql.c: Fixed sprintf() calls to
-	  avoid overlapping memory,
-	  reworked not-null objects existance check to reduce startup
-	  costs.
-
-2005-08-16 21:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1871] CHANGES, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in:
-	  Added M(point) function
-
-2005-08-16 11:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1870] CHANGES, lwgeom/lwgeom_gist.c: Early memory release in
-	  GiST indexing
-
-2005-08-12 19:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r1867] spatial_ref_sys.sql: Added +proj=longlat to all corrupt
-	  srs entries.
-
-2005-08-10 23:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1865] lwgeom/lwgeom_transform.c: Removed pfree of proj4 text in
-	  make_project failure cases (required for error message)
-
-2005-08-10 23:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1863] CHANGES: Added segfault fix
-
-2005-08-10 23:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1860] lwgeom/lwgeom_transform.c: Fixed a segfault in
-	  transform_geom exploited by proj4's make_project error.
-
-2005-08-04 16:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1857] utils/postgis_restore.pl: Checked for PSQL run success
-
-2005-08-04 15:20  Sandro Santilli <strk at keybit.net>
-
-	* [r1855] doc/postgis.xml: Added availability note for version
-	  functions
-
-2005-08-04 15:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1854] TODO: Updated
-
-2005-08-04 14:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1853] CHANGES, doc/postgis.xml: 1.0.3 release notes and date
-
-2005-08-04 14:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1852] utils/postgis_restore.pl: Added plpgsql_validator
-	  explicit function skip
-
-2005-07-29 22:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1846] CHANGES: updated 1.0.3 section
-
-2005-07-29 22:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1844] utils/postgis_restore.pl: Added more obsoleted functions,
-	  new obsoleted_ops considered,
-	  check of pg_restore -l return code, better regexp to allow
-	  broader
-	  range of dump/restore versions.
-
-2005-07-28 12:23  Markus Schaber <markus at schabi.de>
-
-	* [r1839] CHANGES, jdbc2/src/org/postgis/ComposedGeom.java,
-	  jdbc2/src/org/postgis/Geometry.java,
-	  jdbc2/src/org/postgis/Point.java: fix EWKT constructors to accept
-	  SRID=4711; representation
-
-2005-07-27 02:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1838] CHANGES, loader/shp2pgsql.c: Support for multibyte field
-	  names in loader
-
-2005-07-27 02:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1836] CHANGES, loader/shp2pgsql.c: Minor cleanups in loader
-
-2005-07-27 02:07  Sandro Santilli <strk at keybit.net>
-
-	* [r1834] CHANGES, loader/shp2pgsql.c: Fixed handling of POINT
-	  types as WKT (-w) in loader
-
-2005-07-25 22:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1828] CHANGES, lwgeom/ptarray.c: bugfix in
-	  ptarray_compute_box2d_p
-
-2005-07-22 19:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1825] CHANGES, loader/pgsql2shp.c: Fixed bug in
-	  {get,pop}{int,double} for 64bit archs
-
-2005-07-19 11:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1820] CHANGES, lwgeom/lwgeom_inout.c: removed useless strchr
-	  call in LWGEOM_in
-
-2005-07-13 14:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1818] CHANGES: updated
-
-2005-07-13 14:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1815] utils/create_undef.pl: Fixed bug reported by klaus
-	  F�rster
-
-2005-07-12 16:19  Sandro Santilli <strk at keybit.net>
-
-	* [r1813] CHANGES, loader/pgsql2shp.c: Fixed bug in user query
-	  handling, reported by Andrew Seales
-
-2005-07-05 16:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1811] configure.in: Forced INSTALL to be install-sh
-
-2005-07-05 15:13  Sandro Santilli <strk at keybit.net>
-
-	* [r1810] Makefile.config.in, configure.in: Added more
-	  win32-specific variables
-
-2005-07-04 17:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1809] Makefile.config.in, configure.in, lwgeom/Makefile:
-	  Cleaned up to use more facilities from Makefile.shlib
-
-2005-07-04 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1808] ., .cvsignore, Makefile, config.h.in, configure.in,
-	  loader/shp2pgsql.c: Added conservative iconv detection code
-
-2005-07-04 09:14  Sandro Santilli <strk at keybit.net>
-
-	* [r1807] CHANGES: adjusted for 1.0.2 release
-
-2005-07-04 09:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1806] configure.in: Dropped broken attempt at 'detecting'
-	  iconv.
-
-2005-07-03 17:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1805] doc/postgis.xml: Added 1.0.2 release notes
-
-2005-07-01 21:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1804] extras/debian, extras/debian/README.Debian,
-	  extras/debian/changelog, extras/debian/compat,
-	  extras/debian/control, extras/debian/createdb.postgis,
-	  extras/debian/createdb.postgis.1, extras/debian/logtop.sh,
-	  extras/debian/mktemplate_gis.1, extras/debian/mktemplate_gis.in,
-	  extras/debian/mkupstreampatch.sh, extras/debian/patches,
-	  extras/debian/patches/patch.level,
-	  extras/debian/patches/upstream.diff,
-	  extras/debian/postgresql.vars.mk, extras/debian/rmtemplate_gis,
-	  extras/debian/rmtemplate_gis.1, extras/debian/rules,
-	  extras/debian/sofiles.in, extras/debian/sofiles.in/control,
-	  extras/debian/sofiles.in/copyright,
-	  extras/debian/sofiles.in/libpostgis#SOVER#.dirs,
-	  extras/debian/sofiles.in/libpostgis#SOVER#.docs,
-	  extras/debian/sofiles.in/libpostgis#SOVER#.examples,
-	  extras/debian/sofiles.in/libpostgis#SOVER#.install,
-	  extras/debian/sofiles.in/libpostgis#SOVER#.manpages,
-	  extras/debian/sofiles.in/libpostgis#SOVER#.postinst,
-	  extras/debian/sofiles.in/libpostgis#SOVER#.prerm,
-	  extras/debian/sofiles.in/libpostgis-doc.doc-base,
-	  extras/debian/sofiles.in/libpostgis-doc.docs,
-	  extras/debian/sofiles.in/libpostgis-java-debug.install,
-	  extras/debian/sofiles.in/libpostgis-java.dirs,
-	  extras/debian/sofiles.in/libpostgis-java.docs,
-	  extras/debian/sofiles.in/libpostgis-java.examples,
-	  extras/debian/sofiles.in/libpostgis-java.install,
-	  extras/debian/sofiles.mk, extras/debian/watch: Included debian
-	  packaging scripts
-
-2005-06-28 22:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1794] regress/test_index_concurrency: Added index concurrency
-	  tester
-
-2005-06-28 22:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1791] lwgeom/lwgeom_estimate.c: Fixed extimators to work with
-	  postgresql 8.1.x
-
-2005-06-28 14:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1787] lwgeom/lwgeom_gist.c: Reverted rtree logic back to use
-	  leaf/internal consistency functions
-
-2005-06-28 14:51  Sandro Santilli <strk at keybit.net>
-
-	* [r1786] CHANGES, lwgeom/Makefile: updated
-
-2005-06-28 14:42  Sandro Santilli <strk at keybit.net>
-
-	* [r1783] lwgeom/Makefile: Maintained separate vars for CFLAGS and
-	  CXXFLAGS
-
-2005-06-28 14:34  Sandro Santilli <strk at keybit.net>
-
-	* [r1781] lwgeom/lwgeom_gist.c: Bugfix in RTBelowStrategyNumber
-	  handling
-
-2005-06-28 14:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1780] CHANGES: updated
-
-2005-06-28 13:53  Sandro Santilli <strk at keybit.net>
-
-	* [r1778] lwgeom/lwgeom_gist.c: Inclusion of core rtree header for
-	  StratregyNumber typedef (8.1 support)
-
-2005-06-28 11:33  Sandro Santilli <strk at keybit.net>
-
-	* [r1777] Makefile.config.in: Added switch for pgsql 8.1 build
-
-2005-06-28 11:33  Sandro Santilli <strk at keybit.net>
-
-	* [r1776] CHANGES, lwgeom/lwgeom_geos.c: Moved chunked GeomUnion
-	  defines on top of file
-
-2005-06-28 08:12  Markus Schaber <markus at schabi.de>
-
-	* [r1774] CHANGES, jdbc2/src/org/postgis/binary/ValueSetter.java:
-	  fix compile problems in ValueSetter for ancient jdk releases.
-
-2005-06-27 15:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1773] CHANGES, lwgeom/lwgeom_geos.c: Initial chunk-based
-	  unite_garray implementation
-
-2005-06-26 09:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1772] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c: Added
-	  collect,buffer implementation for unite_garray(). Compile-time
-	  definable: GEOS version defaults to on, JTS to off
-
-2005-06-25 10:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1770] TODO: Added pgsql standard geometryc types cast
-
-2005-06-24 12:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1769] CHANGES, lwgeom/lwgeom_gist.c: Fixed rtree indexing
-	  (ported from pgsql rtree fix)
-
-2005-06-24 07:55  Markus Schaber <markus at schabi.de>
-
-	* [r1767] TODO: added casts between PostgreSQL and PostGIS
-	  geometries to TODO list
-
-2005-06-17 14:51  Sandro Santilli <strk at keybit.net>
-
-	* [r1766] CHANGES, lwgeom/lwgeom_pg.c: Memory leak fix in pg_error
-
-2005-06-16 17:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1764] CHANGES, TODO, doc/man/shp2pgsql.1, loader/shp2pgsql.c:
-	  Added -I switch for GiST index creation in loader
-
-2005-06-15 16:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1762] CHANGES: fault tolerant btree ops
-
-2005-06-15 16:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1761] lwgeom/lwgeom_btree.c: fault tolerant btree ops
-
-2005-06-10 16:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1759] utils/postgis_proc_upgrade.pl: Added (commented)
-	  aggregates handling
-
-2005-06-10 16:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1758] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c,
-	  lwgeom/lwgeom_nojts.c, lwgeom/lwpostgis.sql.in: Renamed
-	  {GEOS,JTS}_polygonize_garray to polygonize_garray to reduce
-	  redundancies.
-
-2005-06-10 16:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1757] configure.in: Fixed handling of --with-geos
-
-2005-06-10 12:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1756] doc/postgis.xml: Added availability info for
-	  postgis_full_version() and postgis_jts_version()
-
-2005-06-10 12:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1755] CHANGES, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c,
-	  lwgeom/lwgeom_jts_wrapper.cpp, lwgeom/lwgeom_nojts.c,
-	  lwgeom/lwpostgis.sql.in: Added JTSnoop and JTSversion functions.
-
-2005-06-10 11:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1754] doc/postgis.xml: More info in the Upgrade chapter (soft
-	  upgrade/hard upgrade)
-
-2005-06-10 09:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1753] regress/regress_ogc.sql, regress/regress_ogc_expected:
-	  Added isvalid(empty) test
-
-2005-06-09 16:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1752] TODO: updated
-
-2005-06-09 16:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1751] lwgeom/lwgeom_functions_analytic.c: Added SRID check in
-	  line_locate_point()
-
-2005-06-09 16:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1750] lwgeom/lwpostgis.sql.in: removed spurious comments
-
-2005-06-09 16:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1749] lwgeom/ptarray.c: Fixed bug in ptarray_locate_point
-
-2005-06-09 16:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1748] regress/lwgeom_regress.sql,
-	  regress/lwgeom_regress_expected: Added test for line_locate_point
-
-2005-06-09 15:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1747] CHANGES, TODO, doc/postgis.xml, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in,
-	  lwgeom/ptarray.c: Added line_locate_point() function
-
-2005-06-09 12:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1746] lwgeom/lwgeom_functions_analytic.c: Added a check for
-	  correct order of ``from'' and ``to'' args in line_substring()
-
-2005-06-09 12:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1745] CHANGES, TODO, doc/postgis.xml, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in,
-	  lwgeom/ptarray.c: NEW line_substring() function
-
-2005-06-07 07:51  Sandro Santilli <strk at keybit.net>
-
-	* [r1744] Makefile, lwgeom/Makefile.shlib: Added missing
-	  Makefile.shlib and removed explicit 'all' rule from lwgeom build
-
-2005-06-06 18:42  Sandro Santilli <strk at keybit.net>
-
-	* [r1743] Makefile.config.in, TODO, configure.in: iconv
-	  autodetection
-
-2005-06-06 17:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1742] lwgeom/Makefile: Moved 'all' rule before Makefile.shlib
-	  inclusion, to have bare 'make' calls work again
-
-2005-06-06 17:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1741] lwgeom/lwpostgis.sql.in: Added WARNING about changes
-	  implications in terms of SCRIPTS_VERSION
-	  upgrade. Removed extra tokens after #endif directives to make
-	  newer
-	  preprocessor (3.4.3) happy.
-
-2005-06-06 16:49  Sandro Santilli <strk at keybit.net>
-
-	* [r1740] CHANGES, utils/Makefile, utils/README,
-	  utils/postgis_proc_upgrade.pl: Initial implementation of postgis
-	  procedures upgrade script
-
-2005-06-06 16:49  Sandro Santilli <strk at keybit.net>
-
-	* [r1739] lwgeom/lwpostgis.sql.in: Added availability info for new
-	  functions
-
-2005-06-06 16:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1738] Version.config: Incremented micro version number in
-	  SCRIPTS_VERSION (due to functions addition)
-
-2005-06-06 16:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1737] create_undef.pl, utils/create_undef.pl: Moved
-	  create_undef.pl from root to utils/ dir
-
-2005-06-06 16:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1736] Makefile: Removed automatic build of docs
-
-2005-06-06 07:58  Markus Schaber <markus at schabi.de>
-
-	* [r1735] CHANGES, doc/postgis.xml, jdbc2, jdbc2/.cvsignore,
-	  lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: added
-	  scale() and transscale() functions (like transform())
-
-2005-06-06 07:54  Markus Schaber <markus at schabi.de>
-
-	* [r1734] jdbc2/Makefile: merge Alex' jdbc2 specific Makefile
-	  patches
-
-2005-06-04 10:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1733] Makefile, Makefile.config.in, configure.in, doc/Makefile,
-	  jdbc2/Makefile, loader/Makefile, lwgeom/Makefile: Applied Alex
-	  Bodnaru patch for pgsql source tree dependency drop.
-
-2005-05-25 12:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1731] extras/wkb_reader/printwkb.c,
-	  extras/wkb_reader/readwkb.c, extras/wkb_reader/wkbtest.h:
-	  Stripped out CR chars
-
-2005-05-25 10:12  Markus Schaber <markus at schabi.de>
-
-	* [r1730] jdbc2/jtssrc/examples/JtsTestParser.java: fix comment
-
-2005-05-25 10:08  Markus Schaber <markus at schabi.de>
-
-	* [r1729] jdbc2/Makefile, jdbc2/jtssrc/examples/JtsTestParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
-	  jdbc2/src/org/postgis/binary/ByteSetter.java,
-	  jdbc2/src/org/postgis/binary/ValueSetter.java: JTS binary parser
-	  now passes basic regression suite
-
-2005-05-24 17:19  Sandro Santilli <strk at keybit.net>
-
-	* [r1728] CHANGES: Added release date for postgis-1.0.1
-
-2005-05-24 16:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1727] TODO: Added iconv autodetection, removed already-added
-	  things
-
-2005-05-24 14:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1726] doc/postgis.xml: Added postgis-1.0.1 release date
-
-2005-05-23 16:18  Markus Schaber <markus at schabi.de>
-
-	* [r1722] jdbc2/src/org/postgis/Point.java: Cleaned up
-	  Point.equals(Point) mess
-
-2005-05-23 14:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1721] doc/postgis.xml: Compiled 1.0.1 release notes
-
-2005-05-18 17:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1719] CHANGES, utils/postgis_restore.pl: Applied 'strictness'
-	  patch by James Marca
-
-2005-05-18 15:49  Sandro Santilli <strk at keybit.net>
-
-	* [r1717] doc/postgis.xml: Fixed SetSRID() entry
-
-2005-05-18 15:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1715] CHANGES: added Paris projections fixes
-
-2005-05-18 15:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1713] spatial_ref_sys.sql: Updated proj4text for some French
-	  projections, as for Nicolas Ribot report
-
-2005-05-16 17:50  Sandro Santilli <strk at keybit.net>
-
-	* [r1709] CHANGES: Added note about pgsq2shp attributes names
-	  bugfix
-
-2005-05-16 17:22  Sandro Santilli <strk at keybit.net>
-
-	* [r1708] loader/pgsql2shp.c: Fixed DBF field names handling as for
-	  clashes avoiding.
-	  pgsql field renames are warned.
-
-2005-05-16 08:05  Sandro Santilli <strk at keybit.net>
-
-	* [r1707] CHANGES: Moved dumper and postgis_restore.pl changes in
-	  1.0.1 section (back-ported)
-
-2005-05-16 07:49  Sandro Santilli <strk at keybit.net>
-
-	* [r1703] utils/postgis_restore.pl: Allowed custom args passing to
-	  createdb invocation
-
-2005-05-15 08:05  Sandro Santilli <strk at keybit.net>
-
-	* [r1702] doc/man/pgsql2shp.1, doc/man/shp2pgsql.1: updated docs as
-	  for -k switch
-
-2005-05-13 14:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1701] CHANGES, CREDITS: Added new -k switch and credits for it
-
-2005-05-13 14:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1700] loader/pgsql2shp.c: Applied patch from Obe, Regina to
-	  keep identifiers case.
-
-2005-05-13 08:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1699] Makefile.config.in, configure.in, lwgeom/Makefile: Added
-	  support for macosx build
-
-2005-05-12 10:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1698] configure.in: changed PGBELIBS command to avoid backtics
-	  and newlines
-
-2005-05-12 07:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1697] configure.in: Added another dir in search path for
-	  docbook.xml, changed shell invocation
-	  line for mingw to avoid newline char being used.
-
-2005-05-11 08:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1696] lwgeom/Makefile: Renamed MINGW to mingw in HOST_OS
-	  findstrings
-
-2005-05-10 12:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1694] lwgeom/lwpostgis.sql.in: Forced OID usage in
-	  geometry_column table
-
-2005-05-10 12:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1693] configure.in: fixed mingw handling syntax
-
-2005-05-10 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1692] ., .cvsignore: Added Makefile.config
-
-2005-05-10 10:57  Sandro Santilli <strk at keybit.net>
-
-	* [r1691] config.guess, config.sub, install-sh: Added scripts used
-	  by autoconf
-
-2005-05-10 09:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1690] Makefile.config.in, configure.in, loader/Makefile,
-	  lwgeom/Makefile: Added initial custom support for MINGW
-
-2005-05-10 08:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1689] configure.in: GEOS autodetect activated
-
-2005-05-10 08:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1687] doc/postgis.xml: fixed upgrade procedure section as
-	  suggested by Steven Bowden
-
-2005-05-09 22:33  Sandro Santilli <strk at keybit.net>
-
-	* [r1686] TODO: updated
-
-2005-05-04 07:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1683] Version.config: Version bumped to 1.1.0CVS
-
-2005-05-04 06:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1682] doc/postgis.xml: GEOS/JTS performed operations dox made
-	  more explicit about which
-	  argument is 'this' and which is 'otherGeometry'.
-
-2005-05-02 10:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1680] CHANGES: Moved 1.0.1 changes into their own section -
-	  added jdbc2 -target change notice
-
-2005-04-28 11:51  Markus Schaber <markus at schabi.de>
-
-	* [r1678] Makefile, jdbc2/Makefile: added jdbc2 maintainerclean
-
-2005-04-28 11:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1677] Makefile: Fixed distclean rule to build required
-	  Makefile.config
-
-2005-04-28 08:35  Markus Schaber <markus at schabi.de>
-
-	* [r1676] jdbc2/Makefile, jdbc2/sources.inc: fix sources.inc things
-
-2005-04-27 16:14  Markus Schaber <markus at schabi.de>
-
-	* [r1675] jdbc2/Makefile, jdbc2/sources.inc: Reworked Makefile
-
-2005-04-26 18:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1674] TODO: Added MakeValidShape() function
-
-2005-04-26 18:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1673] Makefile.config.in: Fixed USE_JTS variable to actually
-	  use autoconf-detected value
-
-2005-04-26 07:01  Markus Schaber <markus at schabi.de>
-
-	* [r1672] jdbc2/src/examples/VersionPrinter.java: Improved
-	  versionprinter to print offline versions even if database is not
-	  available
-
-2005-04-22 01:07  Sandro Santilli <strk at keybit.net>
-
-	* [r1671] CHANGES: Added fix in join selectivity
-
-2005-04-22 01:07  Sandro Santilli <strk at keybit.net>
-
-	* [r1669] lwgeom/lwgeom_estimate.c: Fixed bug in join selectivity
-	  estimator returning invalid estimates (>1)
-
-2005-04-21 16:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1666] CHANGES, lwgeom/lwgeom_spheroid.c: Fixed bug in 3d
-	  spheroid length computation, patch by zmocnik at hotmail dot com
-
-2005-04-21 09:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1665] TODO: Added new LRS funx suggested by Paul
-
-2005-04-21 09:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1664] CHANGES: updated
-
-2005-04-21 09:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1663] loader/shp2pgsql.c: Applied patch from Ron Mayer fixing a
-	  segfault in string escaper funx
-
-2005-04-20 15:22  Sandro Santilli <strk at keybit.net>
-
-	* [r1659] doc/postgis.xml: Fixed link to SimpleFeature
-	  Specification
-
-2005-04-20 15:17  Sandro Santilli <strk at keybit.net>
-
-	* [r1658] lwgeom/Makefile: Fixed clean-lib rule (wasn't removing
-	  anything!)
-
-2005-04-20 15:09  Markus Schaber <markus at schabi.de>
-
-	* [r1657] lwgeom/lwpostgis.sql.in: Fixed pg_opclass update to be
-	  schema-aware.
-
-2005-04-20 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1654] doc/postgis.xml: Fixed bogus example of
-	  GeometryFromText(box3d, int) changing it
-	  to SetSRID(box3d, int) in chapter 5.1.2
-
-2005-04-20 08:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1653] TODO: Updated
-
-2005-04-20 08:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1652] Makefile: Added rules to automatically call configure or
-	  config.status,
-	  added docs rule to be invoked by topdir.
-
-2005-04-20 08:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1651] Makefile.config: Removed again, can't work anymore.
-
-2005-04-20 07:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1650] Makefile.config: Put old Makefile.config back to allow
-	  for automatic documentation production,
-	  must be removed again when process gets updated.
-
-2005-04-19 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1648] configure.in: added LPATH to summary output (if different
-	  from install dir)
-
-2005-04-19 10:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1647] Makefile.config.in, configure.in, doc/Makefile,
-	  lwgeom/Makefile: Reworked autoconf path to use pgsql or custom
-	  layout based on
-	  presence of a --prefix switch.
-
-2005-04-19 09:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1646] Makefile.config.in: Added -c flag to INSTALL invokations
-	  (copy, not move)
-
-2005-04-19 09:20  Sandro Santilli <strk at keybit.net>
-
-	* [r1645] autogen.sh, configure.in: More info in configure output,
-	  added autogen.sh wrapper
-
-2005-04-18 23:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1644] CREDITS: Added 1.0.0 section
-
-2005-04-18 14:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1641] ., .cvsignore, Makefile, Makefile.config,
-	  Makefile.config.in, configure.in, doc/Makefile, loader/Makefile,
-	  lwgeom/Makefile: Improved autoconf script, dropped pgsql source
-	  dependency. EXPERIMENTAL.
-
-2005-04-18 14:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1640] TODO: Added TODO list for release 1.1
-
-2005-04-18 14:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1639] CHANGES, doc/postgis.xml: Fixed 1.0.0 release date to
-	  2005/04/19
-
-2005-04-18 14:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1636] CHANGES, doc/postgis.xml, lwgeom/lwgeom_estimate.c:
-	  Slightly changed standard deviation computation to be more
-	  corner-case-friendly.
-
-2005-04-18 14:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1635] CHANGES, doc/postgis.xml: Added estmator code and testers
-	  bugfix for 1.0.0 release.
-
-2005-04-18 13:50  Sandro Santilli <strk at keybit.net>
-
-	* [r1633] utils/test_joinestimation.pl: Fixed bug in table2 schema
-	  parsing.
-
-2005-04-18 13:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1631] utils/test_estimation.pl: Fixed to work against LWGEOM
-	  installations
-
-2005-04-18 10:57  Sandro Santilli <strk at keybit.net>
-
-	* [r1629] lwgeom/lwgeom_estimate.c: Applied patched by Ron Mayer
-	  fixing memory leakages and invalid results
-	  in join selectivity estimator. Fixed some return to use default
-	  JOIN
-	  selectivity estimate instead of default RESTRICT selectivity
-	  estimate.
-
-2005-04-15 20:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1627] doc/postgis.xml: Fixed Makefile to read Makefile.config
-
-2005-04-15 15:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1624] README.postgis: Updated to reflect examples->extras
-	  rename
-
-2005-04-15 15:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1623] examples, extras, extras/WFS_locks,
-	  extras/WFS_locks/Makefile, extras/WFS_locks/README,
-	  extras/WFS_locks/WFS_locks.c, extras/WFS_locks/WFS_locks.sql.in,
-	  extras/ogc_test_suite, extras/ogc_test_suite/.cvsignore,
-	  extras/ogc_test_suite/1_schema.sql,
-	  extras/ogc_test_suite/2_queries.sql,
-	  extras/ogc_test_suite/3_cleanup.sql,
-	  extras/ogc_test_suite/Makefile, extras/ogc_test_suite/README,
-	  extras/wkb_reader, extras/wkb_reader/.cvsignore,
-	  extras/wkb_reader/Makefile, extras/wkb_reader/README,
-	  extras/wkb_reader/printwkb.c, extras/wkb_reader/readwkb.c,
-	  extras/wkb_reader/wkbtest.h: Renamed examples/ to extras/. Added
-	  WFS_locks.
-
-2005-04-15 14:04  Markus Schaber <markus at schabi.de>
-
-	* [r1622] CHANGES, Version.config, jdbc2, jdbc2/.cvsignore,
-	  jdbc2/Makefile, jdbc2/README,
-	  jdbc2/jtssrc/examples/JtsTestParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsWrapper.java,
-	  jdbc2/src/examples/Test.java,
-	  jdbc2/src/examples/TestAutoregister.java,
-	  jdbc2/src/examples/TestBoxes.java,
-	  jdbc2/src/examples/TestParser.java,
-	  jdbc2/src/examples/TestServer.java,
-	  jdbc2/src/examples/VersionPrinter.java,
-	  jdbc2/src/org/postgis/ComposedGeom.java,
-	  jdbc2/src/org/postgis/DriverWrapper.java,
-	  jdbc2/src/org/postgis/DriverWrapperAutoprobe.java,
-	  jdbc2/src/org/postgis/DriverWrapperLW.java,
-	  jdbc2/src/org/postgis/Geometry.java,
-	  jdbc2/src/org/postgis/GeometryCollection.java,
-	  jdbc2/src/org/postgis/LineString.java,
-	  jdbc2/src/org/postgis/LinearRing.java,
-	  jdbc2/src/org/postgis/MultiLineString.java,
-	  jdbc2/src/org/postgis/MultiPoint.java,
-	  jdbc2/src/org/postgis/MultiPolygon.java,
-	  jdbc2/src/org/postgis/PGbox2d.java,
-	  jdbc2/src/org/postgis/PGbox3d.java,
-	  jdbc2/src/org/postgis/PGboxbase.java,
-	  jdbc2/src/org/postgis/PGgeometry.java,
-	  jdbc2/src/org/postgis/PGgeometryLW.java,
-	  jdbc2/src/org/postgis/Point.java,
-	  jdbc2/src/org/postgis/PointComposedGeom.java,
-	  jdbc2/src/org/postgis/Polygon.java,
-	  jdbc2/src/org/postgis/Version.java,
-	  jdbc2/src/org/postgis/binary/BinaryParser.java,
-	  jdbc2/src/org/postgis/binary/BinaryWriter.java,
-	  jdbc2/src/org/postgis/binary/ByteGetter.java,
-	  jdbc2/src/org/postgis/binary/ByteSetter.java,
-	  jdbc2/src/org/postgis/binary/ValueGetter.java,
-	  jdbc2/src/org/postgis/binary/ValueSetter.java,
-	  jdbc2/stubs/org/postgresql/Connection.java,
-	  jdbc2/stubs/org/postgresql/PGConnection.java, jdbc2/todo.txt,
-	  lwgeom, lwgeom/.cvsignore, lwgeom/TODO: jdbc2 works:
-	  + Makefile improvements
-	  + JTS support improvements
-	  + Improved regression test system
-	  + Basic consistency check method for geometry collections
-	  + Support for (Hex)(E)wkb
-	  + Autoprobing DriverWrapper for HexWKB / EWKT switching
-
-2005-04-15 10:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1621] ., .cvsignore: Added configure outputs
-
-2005-04-15 09:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1620] CREDITS, doc/postgis.xml: Added more people to manual
-	  "CREDITS" chapter (copied from CREDITS file).
-	  Added a not in CREDITS redirecting to the postgis manual.
-
-2005-04-15 09:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1619] Version.config: Version bumbed to 1.0.0
-
-2005-04-14 13:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1618] CHANGES, doc/postgis.xml: Added shp2pgsql bugfix and
-	  autoconf improvement in Release Notes.
-
-2005-04-14 12:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1617] loader/shp2pgsql.c: Applied patch by Gino Lucrezi fixing
-	  bug in string escaping code.
-
-2005-04-14 11:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1616] configure.in: --enable-autoconf put back
-
-2005-04-14 11:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1615] configure.in: Cleanup, improvements, JTS support added
-
-2005-04-14 09:40  Sandro Santilli <strk at keybit.net>
-
-	* [r1614] doc/postgis.xml: Added Alex Bodnaru in the "Other
-	  contributors" section, for debian packaging.
-
-2005-04-14 08:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1613] lwgeom/TODO: Added a not about need of memory alignment
-	  constraints handling for deserializers
-
-2005-04-13 15:57  Sandro Santilli <strk at keybit.net>
-
-	* [r1612] doc/postgis.xml: Removed the CREDITS section from Release
-	  Notes and move contributors
-	  in chapter 1.1 (Credits).
-
-2005-04-13 14:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1611] doc/postgis.xml: Release notes made an appendix, updated
-	  credits section
-
-2005-04-13 14:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1610] loader/Makefile: Added MINGW support as suggested by
-	  David Techer.
-
-2005-04-12 11:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1609] doc/postgis.xml: Added release notes for 1.0.0 final
-
-2005-04-12 11:17  Sandro Santilli <strk at keybit.net>
-
-	* [r1608] doc/Makefile: XSLBASE made back-redefinable
-
-2005-04-08 06:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r1607] doc/Makefile: Make xsl reference work for rackmount
-	  nightly build
-
-2005-04-07 21:02  Markus Schaber <markus at schabi.de>
-
-	* [r1606] doc/Makefile, doc/postgis.xml: typo fixes and linked
-	  function in 4.2.4
-
-2005-04-07 19:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1605] CHANGES: Added new strict OGC compliancy enforcement
-	  sector of manual
-
-2005-04-07 19:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1604] doc/postgis.xml: Corrected and augmented the new chapter
-	  about ensuring OGC compliancy.
-
-2005-04-07 09:32  Markus Schaber <markus at schabi.de>
-
-	* [r1603] doc/postgis.xml: Added information about geometry
-	  validity.
-
-2005-04-06 16:49  Sandro Santilli <strk at keybit.net>
-
-	* [r1602] CHANGES: Added -p flag addition for shp2pgsql
-
-2005-04-06 14:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1601] loader/shp2pgsql.c: Removed manual update of gid field.
-
-2005-04-06 14:02  Markus Schaber <markus at schabi.de>
-
-	* [r1600] doc/man/shp2pgsql.1, doc/postgis.xml,
-	  loader/README.shp2pgsql, loader/shp2pgsql.c: added -p option
-	  (prepare mode) that spits out the table schema without
-	  inserting any data.
-
-2005-04-06 10:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1599] loader/shp2pgsql.c: Bugfix in -w (hwgeom) handling of ZM
-	  shapefiles.
-	  Big reorganizzation of code to easy maintainance.
-
-2005-04-06 08:53  Sandro Santilli <strk at keybit.net>
-
-	* [r1598] CHANGES: force_3dm() bugfix
-
-2005-04-06 08:53  Sandro Santilli <strk at keybit.net>
-
-	* [r1597] lwgeom/lwgeom_functions_basic.c: Augmented memory
-	  allocated by force_3dm() - detected cases of memory shortage
-
-2005-04-05 13:43  Markus Schaber <markus at schabi.de>
-
-	* [r1596] doc/man/shp2pgsql.1: Fix documentation of -D option in
-	  shp2pgsql manpage
-
-2005-04-05 10:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1595] CHANGES: Added transform() bugfix
-
-2005-04-05 10:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1594] lwgeom/lwgeom_transform.c: BUGFIX in transform()
-	  releaseing random memory address
-
-2005-04-05 08:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1593] CHANGES, doc/man/shp2pgsql.1, doc/postgis.xml: Documented
-	  loader support for 0.x versions
-
-2005-04-04 20:51  Sandro Santilli <strk at keybit.net>
-
-	* [r1592] loader/shp2pgsql.c: Added -w flag to output old
-	  (WKT/HWGEOM) sql.
-
-2005-04-04 09:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1591] lwgeom/Makefile: Added install of loader/dumper manual
-	  pages
-
-2005-04-01 09:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1590] CHANGES: Added not about new manual pages
-
-2005-04-01 09:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1589] doc/Makefile, doc/man, doc/man/pgsql2shp.1,
-	  doc/man/shp2pgsql.1: Added manual pages provided by Roberto Boati
-	  <roberto.boati at daisyred.com>
-
-2005-03-30 17:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1588] make_dist.sh: Updated to replace 'RC' into '-rc' when
-	  building package dir (and tar).
-	  Removed autom4te.cache directory after call to autoconf.
-
-2005-03-30 17:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1586] CHANGES, Version.config, doc/postgis.xml: Scripts version
-	  set to 0.3.0 (minor increment as a scripts override won't
-	  suffice to get rid of dropped box2d funx).
-	  Set release date and other versions to RC6
-
-2005-03-30 15:24  Markus Schaber <markus at schabi.de>
-
-	* [r1585] jdbc2/Makefile, jdbc2/jtssrc/examples/JtsTestParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsWrapper.java,
-	  jdbc2/src/examples/Test.java,
-	  jdbc2/src/examples/TestAutoregister.java,
-	  jdbc2/src/examples/TestBoxes.java,
-	  jdbc2/src/examples/TestParser.java,
-	  jdbc2/src/examples/TestServer.java,
-	  jdbc2/src/examples/VersionPrinter.java,
-	  jdbc2/src/org/postgis/ComposedGeom.java,
-	  jdbc2/src/org/postgis/DriverWrapper.java,
-	  jdbc2/src/org/postgis/Geometry.java,
-	  jdbc2/src/org/postgis/GeometryCollection.java,
-	  jdbc2/src/org/postgis/LineString.java,
-	  jdbc2/src/org/postgis/LinearRing.java,
-	  jdbc2/src/org/postgis/MultiLineString.java,
-	  jdbc2/src/org/postgis/MultiPoint.java,
-	  jdbc2/src/org/postgis/MultiPolygon.java,
-	  jdbc2/src/org/postgis/PGbox2d.java,
-	  jdbc2/src/org/postgis/PGbox3d.java,
-	  jdbc2/src/org/postgis/PGboxbase.java,
-	  jdbc2/src/org/postgis/PGgeometry.java,
-	  jdbc2/src/org/postgis/Point.java,
-	  jdbc2/src/org/postgis/PointComposedGeom.java,
-	  jdbc2/src/org/postgis/Polygon.java,
-	  jdbc2/src/org/postgis/Version.java,
-	  jdbc2/src/org/postgis/binary/BinaryParser.java,
-	  jdbc2/src/org/postgis/binary/ByteGetter.java,
-	  jdbc2/src/org/postgis/binary/ValueGetter.java,
-	  jdbc2/stubs/org/postgresql/Connection.java,
-	  jdbc2/stubs/org/postgresql/PGConnection.java: Preliminary change
-	  email addres to private one because schabios at logi-track.com is
-	  currently not working.
-
-2005-03-30 11:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1584] CHANGES, doc/postgis.xml: Added RC6 release notes.
-
-2005-03-30 11:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1583] lwgeom/lwgeom_box2dfloat4.c: Obsoleted functions set back
-	  in, to avoid problems upgrading.
-
-2005-03-30 11:40  Sandro Santilli <strk at keybit.net>
-
-	* [r1582] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwpostgis.sql.in:
-	  Removed obsoleted box2d functions
-
-2005-03-29 16:34  Sandro Santilli <strk at keybit.net>
-
-	* [r1581] CHANGES: Added postgis_restore.pl bugfix
-
-2005-03-29 16:33  Sandro Santilli <strk at keybit.net>
-
-	* [r1580] utils/postgis_restore.pl: Changed she-bang back the way
-	  it was (disabled) - didn't work like that! Added
-	  {x,y}{min,max}(box2d) to list of obsoleted funx.
-
-2005-03-29 13:23  Markus Schaber <markus at schabi.de>
-
-	* [r1579] jdbc2/Makefile: Fix build for win32 using mingw
-
-2005-03-28 11:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1578] CHANGES, Version.config, lwgeom/lwpostgis.sql.in: Dropped
-	  {x,y}{min,max}(box2d) functions
-
-2005-03-28 09:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1577] CHANGES: Added multi() changes
-
-2005-03-28 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1576] CHANGES, lwgeom/lwgeom_functions_basic.c: Fixed bug in
-	  multi() leaving SRID in inner geometries.
-	  Added early return for already multi() and BBOX'ed geoms.
-
-2005-03-28 09:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1575] regress/regress.sql, regress/regress_expected: Added
-	  regress tests for multi()
-
-2005-03-25 18:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1574] loader/pgsql2shp.c: Fixed PQunescapeBytearea argument
-	  (might give problems on 64bit archs)
-
-2005-03-25 16:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1572] Version.config: MICRO_VERSION set to RC5
-
-2005-03-25 16:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1571] CHANGES: Added release date and version
-
-2005-03-25 16:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1570] doc/postgis.xml: Added release dates
-
-2005-03-25 16:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1569] doc/postgis.xml: Added a not in performance tips chapter
-	  about dimension constraints.
-	  Removed part on update_geometry_stats as it should have no
-	  effect.
-
-2005-03-25 14:49  Sandro Santilli <strk at keybit.net>
-
-	* [r1568] doc/postgis.xml: generalized Other changes
-
-2005-03-25 14:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1567] utils/postgis_restore.pl: Fixed bogus she-bang
-
-2005-03-25 13:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1566] doc/postgis.xml: Updated release notes section
-
-2005-03-25 09:34  Sandro Santilli <strk at keybit.net>
-
-	* [r1565] lwgeom/lwgeom_estimate.c: code cleanup
-
-2005-03-24 18:01  Markus Schaber <markus at schabi.de>
-
-	* [r1564] CHANGES, doc/postgis.xml: additional performance tips
-
-2005-03-24 16:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1563] lwgeom/lwgeom_functions_basic.c: Variable declaration set
-	  in place in lwgeom_centroid()
-
-2005-03-24 16:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1562] CHANGES: Added estimated_extent() bugfix notice
-
-2005-03-24 16:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1561] lwgeom/lwgeom_estimate.c: Added comments in
-	  estimate_allocation() bugfix point.
-
-2005-03-24 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r1560] lwgeom/lwgeom_functions_basic.c: Fixed non-GEOS
-	  centroid() function to avoid obsoleted LWGEOM_EXPLODED funx
-
-2005-03-24 14:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1559] lwgeom/lwgeom_estimate.c: Fixed bug in estimated_extent()
-	  returning pointer to a memory allocated in SPI memory context
-
-2005-03-23 17:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1558] lwgeom/lwgeom_box3d.c: Removed cr
-
-2005-03-23 16:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1557] regress/regress.sql, regress/regress_expected: Added
-	  box3d computation tests
-
-2005-03-23 16:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1556] CHANGES: added box3d computation fix
-
-2005-03-23 16:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1555] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_box3d.c: Fixed bug in box3d computation.
-	  Dropped obsoleted LWGEOM_EXPLODED structure and associated
-	  functions.
-
-2005-03-21 17:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1554] CHANGES: grep -v arg quoted..
-
-2005-03-21 17:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1553] lwgeom/Makefile: Quoted grep argument
-
-2005-03-21 13:43  Markus Schaber <markus at schabi.de>
-
-	* [r1552] jdbc2, jdbc2/.cvsignore: handle versioned jars in
-	  cvsignore
-
-2005-03-21 12:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1551] doc/postgis.xml: Expanded estimated_extent() paragraph to
-	  document differences between pre
-	  and post pgsql 800.
-
-2005-03-18 21:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1549] CHANGES: Set release date
-
-2005-03-18 17:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1548] CHANGES: postgis_restore.pl improvements
-
-2005-03-18 17:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1547] utils/postgis_restore.pl: Hash used for detecting
-	  obsoleted funx in dump
-
-2005-03-18 12:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1546] lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Fixed missing
-	  use of _IMMUTABLE_STRICT define in new get_proj4_from_srid().
-	  Improvement in Makefile to allow reconstruction of missing
-	  ../lwpostgis.sql
-
-2005-03-18 12:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1545] CHANGES: added box3d-computation bugfix note
-
-2005-03-18 12:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1544] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
-	  lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_pg.c, lwgeom/lwgeom_transform.c, lwgeom/lwline.c,
-	  lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/ptarray.c: Big API
-	  cleanup.
-	  Bug fix in box3d computation for collections containing empty
-	  elements.
-
-2005-03-18 10:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1543] regress/lwgeom_regress.sql,
-	  regress/lwgeom_regress_expected: Added extent(), extent3d() and
-	  collect() tests - should really
-	  give this tests a new layout ...
-
-2005-03-17 18:14  Sandro Santilli <strk at keybit.net>
-
-	* [r1542] CHANGES: box2d outupt precision increment
-
-2005-03-17 18:11  Sandro Santilli <strk at keybit.net>
-
-	* [r1541] lwgeom/lwgeom_box2dfloat4.c: BOX2D output reverted to
-	  .15g precision
-
-2005-03-17 09:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1540] lwgeom/lwgeom_functions_basic.c: Early memory releases in
-	  lwgeom_translate_recursive
-
-2005-03-16 15:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1539] CHANGES, lwgeom/lwpostgis.sql.in: Changed
-	  get_proj4_from_srid() implementation from SQL to PLPGSQL to
-	  workaround a bug of pgsql8.0.{1,2}
-
-2005-03-16 11:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1538] lwgeom/liblwgeom.c, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_transform.c: Early memory
-	  releases on transform_geometry_recursive() and LWGEOM_asText().
-	  Code cleanups.
-
-2005-03-15 12:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1537] loader/shp2pgsql.c: hole-in-ring detector made more
-	  readable
-
-2005-03-15 09:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1536] CHANGES: Added loader bug fix
-
-2005-03-14 22:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1535] loader/shp2pgsql.c: Fixed holes handling.
-
-2005-03-14 11:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1534] jdbc2/Makefile: Added cleanup of versioned jars
-
-2005-03-14 11:14  Sandro Santilli <strk at keybit.net>
-
-	* [r1533] lwgeom/Makefile: installdirs/clean rules cleanup
-	  suggested by Alex Bodnaru
-
-2005-03-11 17:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1532] lwgeom/lwgeom_transform.c: Early memory release in
-	  transform_geom
-
-2005-03-11 17:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1531] lwgeom/lwgeom_functions_basic.c: Fixed destructive memory
-	  release in LWGEOM_translate()
-
-2005-03-11 17:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1530] regress/regress.sql, regress/regress_expected: Added test
-	  for translate()
-
-2005-03-10 21:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1529] CHANGES: added 64bit bug fix
-
-2005-03-10 19:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1528] lwgeom/lwgparse.c, lwgeom/wktparse.h: Hopefully fixed bug
-	  in int4 and double reader from byte stream (was not
-	  working on 64bit machines).
-
-2005-03-10 18:19  Sandro Santilli <strk at keybit.net>
-
-	* [r1527] lwgeom/lwgparse.c, lwgeom/wktunparse.c: Made void args
-	  explicit to make newer compilers happy
-
-2005-03-10 18:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1526] lwgeom/wktparse.h: changed report_error typedef to allow
-	  for lwerror usage w/out problems
-
-2005-03-08 18:36  Markus Schaber <markus at schabi.de>
-
-	* [r1525] jdbc2/README: Additional explanations in README.
-
-2005-03-08 18:32  Markus Schaber <markus at schabi.de>
-
-	* [r1524] jdbc2/src/examples/VersionPrinter.java: Fix possible null
-	  pointer exception if PostGIS is compiled without geos / proj
-	  support.
-
-2005-03-08 16:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1523] Makefile, lwgeom/Makefile: More cleanups on 'clean'
-
-2005-03-08 16:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1522] lwgeom/Makefile: Simplified clean rule
-
-2005-03-08 16:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1521] Makefile: Added configure script removal in
-	  maintainer-clean rule
-
-2005-03-08 16:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1520] libjts: Deleted libjts directory... libjts production
-	  should happen from within JTS itself.
-
-2005-03-08 15:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1519] Makefile.config: Changed default JTS includes and lib
-	  paths
-
-2005-03-08 12:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1518] Makefile.config, libjts, libjts/Makefile, libjts/README:
-	  Added libjts build scripts
-
-2005-03-08 12:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1517] Makefile: Added a distclean rule to get rid of
-	  autoconf-generated files.
-	  Had maintainer-clean rule invoke distclean rule.
-
-2005-03-08 12:13  Sandro Santilli <strk at keybit.net>
-
-	* [r1516] Makefile.config: set USE_JTS back to 0 - got set to 1
-	  from previous commit
-
-2005-03-08 12:11  Sandro Santilli <strk at keybit.net>
-
-	* [r1515] Makefile, utils/Makefile: Added utils rule to set the
-	  execute bit on utilities.
-
-2005-03-08 12:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1514] Makefile.config, Makefile.config.in: synced makefiles,
-	  changed default path of libjts
-
-2005-03-08 11:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1513] lwgeom/lwgeom_jts.c: Commented out debugging lines
-
-2005-03-08 11:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1512] lwgeom/lwgeom_jts_wrapper.cpp: avoided initializzation of
-	  JvNewObjectArray with undefined pointer
-
-2005-03-08 11:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1511] loader/pgsql2shp.c, loader/shp2pgsql.c: modernized
-	  old-style parameter declarations
-
-2005-03-08 09:42  Sandro Santilli <strk at keybit.net>
-
-	* [r1510] CHANGES: Added estimator changes
-
-2005-03-08 09:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1509] lwgeom/lwgeom_estimate.c: RESTRICT selectivity estimator
-	  use self->varno instead of varRelid.
-	  Seems to work for subqueries...
-
-2005-03-08 09:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1508] lwgeom/lwgeom_estimate.c: Fixed debugging lines.
-
-2005-03-08 08:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1507] Makefile.config: Discarded environmental variable USE_JTS
-	  to avoid unexpected enabling
-
-2005-03-07 21:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1506] lwgeom/lwgeom_geos.c: Added missing JTSnoop prototype
-
-2005-03-07 21:19  Sandro Santilli <strk at keybit.net>
-
-	* [r1505] lwgeom/Makefile: Put optimization flag back to -O2
-
-2005-03-07 21:11  Sandro Santilli <strk at keybit.net>
-
-	* [r1504] lwgeom/lwgeom_geos.c: Removed stub functions (moved to
-	  lwgeom_nojts.c) and added stub
-	  for JTSnoop.
-
-2005-03-07 21:07  Sandro Santilli <strk at keybit.net>
-
-	* [r1503] lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added
-	  initial JTS wrapper.
-
-2005-03-07 21:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1502] lwgeom/Makefile: Added spatial_ref_sys.sql and
-	  README.postgis to scripts install targets.
-	  Moved .sql scripts from ...$(datadir) to ...$(datadir)/contrib.
-	  Modified GEOS/JTS stub handling to use separate file when
-	  disabled.
-
-2005-03-07 20:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1501] lwgeom/lwgeom_nojts.c: Separate stub funx file for builds
-	  w/out GEOS or JTS
-
-2005-03-07 20:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1500] Makefile.config.in: sync'd with Makefile.config
-
-2005-03-07 20:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1499] Makefile.config: Added JTS support parameter
-
-2005-03-07 18:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1498] Makefile.config.in: Sync with Makefile.config
-
-2005-03-07 16:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1497] Version.config: Incremented SCRIPTS_VERSION micro num
-
-2005-03-07 13:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1496] regress/Makefile, regress/run_index_regress,
-	  regress/run_lwgeom_regress, regress/run_ogc_regress,
-	  regress/run_regress: Added process id to output files. Removed
-	  'clean' rule.
-
-2005-03-07 13:20  Sandro Santilli <strk at keybit.net>
-
-	* [r1495] lwgeom/lwgeom_functions_basic.c: Removed unused
-	  lwexploded_dump() function
-
-2005-03-07 11:53  Markus Schaber <markus at schabi.de>
-
-	* [r1494] jdbc2/Makefile: Fix version.in vs. version.config typo
-
-2005-03-04 19:34  Sandro Santilli <strk at keybit.net>
-
-	* [r1493] doc/Makefile: cleanups - version file source
-
-2005-03-04 19:31  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r1492] CHANGES, doc/postgis.xml, lwgeom/lwgeom_spheroid.c,
-	  lwgeom/lwpostgis.sql.in: Cleaned up distance_sphere and updated
-	  documentation.
-
-2005-03-04 19:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1491] make_dist.sh: removed temp files used in docs creation
-	  step
-
-2005-03-04 19:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1490] doc/postgis.xml: Expanded "upgrading" chapter to explain
-	  postgis_restore.pl upgrade procedure.
-
-2005-03-04 19:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1489] doc/Makefile: Made 'html' the default rule
-
-2005-03-04 19:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1488] doc/Makefile: Parametrized XSLBASE directory
-
-2005-03-04 16:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1487] make_dist.sh: Changed to use Version.config
-
-2005-03-04 15:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1486] lwgeom/lwgeom_spheroid.c: Commented out unused variable
-
-2005-03-04 15:25  Markus Schaber <markus at schabi.de>
-
-	* [r1485] CHANGES: added version improvement to changes
-
-2005-03-04 15:22  Markus Schaber <markus at schabi.de>
-
-	* [r1484] Version.config, jdbc2, jdbc2/.cvsignore, jdbc2/Makefile,
-	  jdbc2/src/org/postgis/Version.java, lwgeom/Makefile: - Separates
-	  the version config variables into the toplevel Version.config
-	  
-	  - Adds new version config variables for jdbc
-	  
-	  - jdbc "make jar" additionally creates files named like
-	  postgis_1_0_0RC4.jar using the info from Version.config
-	  
-	  - org/postgis/Version.java now uses a Makefile generated
-	  ressource to
-	  initialize its values, so it is always "in sync" with
-	  Version.config
-
-2005-03-04 14:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1483] CHANGES: Added loader/dumper bug fixes
-
-2005-03-04 14:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1482] loader/pgsql2shp.c: Fixed bug in multiline handling.
-
-2005-03-04 14:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1481] loader/shp2pgsql.c: Applied patch from Jonne Savolainen
-	  fixing multilines handling
-
-2005-03-04 14:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1480] Makefile: Added 'test' and 'maintainer-clean' rules.
-
-2005-03-04 14:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1479] lwgeom/Makefile: Added a maintainer-clean rule.
-
-2005-03-04 14:13  Sandro Santilli <strk at keybit.net>
-
-	* [r1478] regress/Makefile, regress/run_index_regress,
-	  regress/run_lwgeom_regress, regress/run_ogc_regress,
-	  regress/run_regress: Parametrized test output dir and added
-	  Makefile
-
-2005-03-04 11:03  Markus Schaber <markus at schabi.de>
-
-	* [r1477] jdbc2/Makefile: another make install fix :-(
-
-2005-03-04 09:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1476] lwgeom/lwgeom_api.c, lwgeom/lwgeom_pg.c:
-	  PG_LWGEOM_construct() moved from lwgeom_api.c to lwgeom_pg.c.
-
-2005-03-04 08:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1475] README.postgis: Modified upgrade section to show
-	  postgis_restore.pl based procedure.
-
-2005-03-04 07:51  Markus Schaber <markus at schabi.de>
-
-	* [r1474] jdbc2/Makefile: another "make install" fix from alex
-
-2005-03-04 07:48  Markus Schaber <markus at schabi.de>
-
-	* [r1473] jdbc2/src/org/postgis/Version.java: Adopted Version.java
-	  to the official PostGIS scheme.
-
-2005-03-04 07:36  Markus Schaber <markus at schabi.de>
-
-	* [r1472] jdbc2/src/org/postgis/Version.java: Updated VERSION to
-	  RC4
-
-2005-03-04 07:32  Markus Schaber <markus at schabi.de>
-
-	* [r1471] jdbc2/Makefile: Removed unneccesarry TEMP variable
-
-2005-03-03 22:12  Markus Schaber <markus at schabi.de>
-
-	* [r1470] jdbc2/build.xml: removed obsolete build.xml
-
-2005-03-03 21:55  Markus Schaber <markus at schabi.de>
-
-	* [r1469] jdbc2/Makefile: Make classpath element separator
-	  configurable
-
-2005-03-03 20:55  Markus Schaber <markus at schabi.de>
-
-	* [r1468] jdbc2/README: jdbc2 naming explanation
-	  Contact info
-	  Copyright notice
-
-2005-03-03 19:08  Markus Schaber <markus at schabi.de>
-
-	* [r1467] jdbc2/Makefile: add postgis_debug.jar to make install
-	  (thx to alex bodnaru)
-
-2005-03-03 17:20  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r1466] lwgeom/lwgeom_spheroid.c, lwgeom/lwpostgis.sql.in:
-	  Rebuilt the distance_sphere function.
-
-2005-03-03 16:06  Markus Schaber <markus at schabi.de>
-
-	* [r1465] jdbc2/Makefile: Fix compile with jikes
-
-2005-03-03 10:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1464] CHANGES: parser additions note
-
-2005-03-03 10:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1463] lwgeom, lwgeom/.cvsignore: Removed generated parser
-	  files.
-
-2005-03-03 10:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1462] lwgeom/Makefile, lwgeom/lex.yy.c, lwgeom/wktparse.tab.c,
-	  lwgeom/wktparse.tab.h: Added generated parsers to avoid FLEX/YACC
-	  requirement on release.
-
-2005-03-02 17:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1461] make_dist.sh: Commented out parser generation... requires
-	  PGSQL source :(
-
-2005-03-02 17:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1460] make_dist.sh: Added parser generation.
-
-2005-03-02 17:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1459] CHANGES: added FLEX & YACC fix
-
-2005-03-02 13:10  Markus Schaber <markus at schabi.de>
-
-	* [r1458] jdbc2/src/examples/TestParser.java: Additional Regression
-	  Test for prepared statement usage
-
-2005-03-02 12:06  Markus Schaber <markus at schabi.de>
-
-	* [r1457] CHANGES, jdbc2/Makefile,
-	  jdbc2/src/org/postgis/ComposedGeom.java,
-	  jdbc2/src/org/postgis/Geometry.java,
-	  jdbc2/src/org/postgis/GeometryCollection.java,
-	  jdbc2/src/org/postgis/LineString.java,
-	  jdbc2/src/org/postgis/LinearRing.java,
-	  jdbc2/src/org/postgis/MultiLineString.java,
-	  jdbc2/src/org/postgis/MultiPoint.java,
-	  jdbc2/src/org/postgis/MultiPolygon.java,
-	  jdbc2/src/org/postgis/PGbox2d.java,
-	  jdbc2/src/org/postgis/PGbox3d.java,
-	  jdbc2/src/org/postgis/PGgeometry.java,
-	  jdbc2/src/org/postgis/Point.java,
-	  jdbc2/src/org/postgis/PointComposedGeom.java,
-	  jdbc2/src/org/postgis/Polygon.java: Code cleanups, Makefile
-	  improvements.
-
-2005-03-01 13:22  Sandro Santilli <strk at keybit.net>
-
-	* [r1456] lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/test.c:
-	  Renamed lwgeom_to_wkt to lwgeom_to_ewkt, as it doesn't strip out
-	  non-ogc
-	  extensions.
-
-2005-03-01 13:20  Sandro Santilli <strk at keybit.net>
-
-	* [r1455] regress/regress_ogc_expected: Corrected expected results.
-
-2005-03-01 11:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1454] regress/regress_ogc.sql, regress/regress_ogc_expected,
-	  regress/run_ogc_regress: Added GEOS/JTS provided functions test
-
-2005-03-01 08:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1453] lwgeom/Makefile: Fixed install-lwgeom-scripts rule as
-	  suggested by Rhys Ickeringill.
-
-2005-03-01 08:40  Sandro Santilli <strk at keybit.net>
-
-	* [r1452] Makefile.config: FLEX and YACC variables set after
-	  PGSQL/Makefile.global has been sourced
-	  and only if not therein defined.
-
-2005-03-01 01:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r1451] doc/postgis.xml: Fix link error.
-
-2005-02-28 09:57  Markus Schaber <markus at schabi.de>
-
-	* [r1450] jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Add
-	  serialVersionUID for jdk1.5
-	  correctly setType(), needed for jdbc 8.0+
-
-2005-02-28 08:14  Markus Schaber <markus at schabi.de>
-
-	* [r1449] jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Add
-	  serialVersionUID for jdk1.5
-	  correctly setType(), needed for jdbc 8.0+
-
-2005-02-25 13:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1448] CHANGES: Added geom_accum and SnapToGrid bug fixes
-
-2005-02-25 13:42  Sandro Santilli <strk at keybit.net>
-
-	* [r1447] lwgeom/lwgeom_functions_analytic.c: SnapToGrid: Fixed
-	  minor bug in consistency check.
-
-2005-02-25 13:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1446] lwgeom/lwgeom_functions_basic.c: Fixed a bugus free() in
-	  LWGEOM_accum.
-
-2005-02-25 09:34  Sandro Santilli <strk at keybit.net>
-
-	* [r1445] CHANGES: added force_collection early return
-
-2005-02-25 09:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1444] lwgeom/lwgeom_functions_basic.c: Added early return from
-	  force_collection when input is already a collection
-	  AND has a bbox cache. Suggested by Ron Majer.
-
-2005-02-25 08:57  Sandro Santilli <strk at keybit.net>
-
-	* [r1443] lwgeom/liblwgeom.h: Added comment on top of TYPE macros
-
-2005-02-24 14:13  Markus Schaber <markus at schabi.de>
-
-	* [r1442] jdbc2/Makefile: Fixed makefile to allow compilation via
-	  kaffe javac - this
-	  one does not automatically include non-mentioned source
-	  files that are present in the classpath.
-
-2005-02-24 11:43  Markus Schaber <markus at schabi.de>
-
-	* [r1441] jdbc2/src/org/postgis/PGboxbase.java: moved trim() call,
-	  this avoids calling trim() twice on unchanged value if we have
-	  only (1 2,3 4) rep.
-
-2005-02-24 11:20  Markus Schaber <markus at schabi.de>
-
-	* [r1440] jdbc2/src/examples/TestParser.java: Additional regression
-	  tests for EWKT and EWKB on PostGIS 1.X
-
-2005-02-24 08:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1438] lwgeom/lwgeom_inout.c: Added missing prototype
-
-2005-02-24 08:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1437] lwgeom/lwgeom_ogc.c: Fixed bug in StartPoint and EndPoint
-	  functions.
-
-2005-02-24 08:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1436] lwgeom/Makefile: lib version changed to 1.0.0RC3, scripts
-	  version to 0.2.0.
-
-2005-02-24 08:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1435] CHANGES: Added spatial_ref_sys change and version/release
-
-2005-02-23 19:17  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r1434] spatial_ref_sys.sql: Hand edit paris central meridian
-	  definitions.
-	  Danger: other non-Greenwich projections might also have problems.
-
-2005-02-23 13:31  Markus Schaber <markus at schabi.de>
-
-	* [r1433] jdbc2/Makefile: another fastjar fix
-
-2005-02-23 13:19  Markus Schaber <markus at schabi.de>
-
-	* [r1432] jdbc2/src/org/postgis/DriverWrapper.java: Fixed jikes
-	  compiler warning, using super. for static methods is suboptimal.
-
-2005-02-23 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1431] CHANGES: GeometryFromText() bug fix
-
-2005-02-23 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1430] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: Fixed
-	  GeometryFromText() to add a bbox cache FOR_COMPLEX_GEOMS
-
-2005-02-23 09:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1429] CHANGES: Added bool::text cast
-
-2005-02-23 09:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1428] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
-	  bool::text cast.
-
-2005-02-22 18:10  Markus Schaber <markus at schabi.de>
-
-	* [r1427] CHANGES, jdbc2/Makefile: Updated jdbc2/Makefile:
-	  
-	  - more comments
-	  - all helper binaries are now configurable
-	  - workaround for broken woody jars via DEBUGJAR environment
-	  variable
-	  - classpath cleanups, regression tests now use jars instead of
-	  build
-	  directory, this should help catching packaging errors
-	  - small other cleanups
-
-2005-02-22 13:05  Markus Schaber <markus at schabi.de>
-
-	* [r1426] jdbc2/src/examples/TestParser.java: Removed unused import
-
-2005-02-22 13:04  Markus Schaber <markus at schabi.de>
-
-	* [r1425] jdbc2/Makefile, jdbc2/src/examples/TestAutoregister.java,
-	  jdbc2/src/examples/VersionPrinter.java: Some more debian woody
-	  fixes.
-
-2005-02-22 13:01  Markus Schaber <markus at schabi.de>
-
-	* [r1424] jdbc2/src/examples/TestParser.java: Remove redundant
-	  addDataType() call that slipped in during
-	  WKT measured geometries work. It also broke pgjdbc7.2
-	  compatibility.
-
-2005-02-22 12:31  Markus Schaber <markus at schabi.de>
-
-	* [r1423] jdbc/Makefile: Patches from Alex Bodnaru (debian
-	  maintainer)
-
-2005-02-22 12:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1422] CHANGES: Added not about early memory release
-
-2005-02-22 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1421] lwgeom/lwgeom_geos.c: Early release of DETOASTED geoms.
-
-2005-02-22 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1420] examples/ogc_test_suite/README: Fixed path to
-	  lwpostgis.sql script
-
-2005-02-22 09:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1419] lwgeom/lwgeom_ogc.c: Early release of DETOASTED or
-	  deserialized geometries, to reduce memory usage
-
-2005-02-22 09:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1418] lwgeom/lwgeom_functions_basic.c: Forced cleanup of
-	  DETOASTED and deserialized geometries for better memory
-	  usage.
-
-2005-02-21 18:28  Markus Schaber <markus at schabi.de>
-
-	* [r1417] CHANGES, jdbc2/src/examples/TestParser.java,
-	  jdbc2/src/org/postgis/ComposedGeom.java,
-	  jdbc2/src/org/postgis/Geometry.java,
-	  jdbc2/src/org/postgis/GeometryCollection.java,
-	  jdbc2/src/org/postgis/LineString.java,
-	  jdbc2/src/org/postgis/LinearRing.java,
-	  jdbc2/src/org/postgis/MultiLineString.java,
-	  jdbc2/src/org/postgis/MultiPoint.java,
-	  jdbc2/src/org/postgis/MultiPolygon.java,
-	  jdbc2/src/org/postgis/PGgeometry.java,
-	  jdbc2/src/org/postgis/Point.java,
-	  jdbc2/src/org/postgis/PointComposedGeom.java,
-	  jdbc2/src/org/postgis/Polygon.java, jdbc2/todo.txt: *** empty log
-	  message ***
-
-2005-02-21 16:22  Sandro Santilli <strk at keybit.net>
-
-	* [r1416] lwgeom/lwgeom_estimate.c: Changed min() max() usage with
-	  LW_MIN() LW_MAX()
-
-2005-02-21 16:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1415] lwgeom/lwgeom.c, lwgeom/lwgparse.c, lwgeom/wktparse.h,
-	  lwgeom/wktunparse.c: Changed byte to uchar to avoid clashes with
-	  win32 headers.
-
-2005-02-21 15:49  Markus Schaber <markus at schabi.de>
-
-	* [r1414] jdbc2/src/examples/VersionPrinter.java: removed ugly ()
-	  display
-
-2005-02-21 14:59  Markus Schaber <markus at schabi.de>
-
-	* [r1413] jdbc2/Makefile, jdbc2/src/examples/VersionPrinter.java,
-	  jdbc2/src/org/postgis/Version.java: Added version printing (for
-	  debugging purposes)
-
-2005-02-21 14:16  Markus Schaber <markus at schabi.de>
-
-	* [r1412] CHANGES, jdbc2/README,
-	  jdbc2/src/examples/TestAutoregister.java,
-	  jdbc2/src/examples/TestBoxes.java,
-	  jdbc2/src/examples/TestParser.java: Skip tests that are known to
-	  fail when running against older PostGIS server versions
-
-2005-02-18 16:01  Markus Schaber <markus at schabi.de>
-
-	* [r1411] jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
-	  jdbc2/src/examples/TestAutoregister.java,
-	  jdbc2/src/org/postgis/PGboxbase.java,
-	  jdbc2/src/org/postgis/PGgeometry.java: Some micro optimizations
-	  and cleanups
-
-2005-02-18 14:49  Markus Schaber <markus at schabi.de>
-
-	* [r1410] jdbc2/Makefile, jdbc2/src/org/postgis/Version.java: Added
-	  Version.class to allow programatically identification of PostGIS
-	  jdbc version
-
-2005-02-18 14:40  Markus Schaber <markus at schabi.de>
-
-	* [r1409] CHANGES, jdbc2, jdbc2/.cvsignore, jdbc2/Makefile,
-	  jdbc2/README, jdbc2/jtssrc, jdbc2/jtssrc/examples,
-	  jdbc2/jtssrc/examples/JtsTestParser.java, jdbc2/jtssrc/org,
-	  jdbc2/jtssrc/org/postgis, jdbc2/jtssrc/org/postgis/jts,
-	  jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
-	  jdbc2/jtssrc/org/postgis/jts/JtsWrapper.java: Added beta support
-	  for JTS classes
-
-2005-02-18 08:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1408] CHANGES: added memory leak fix
-
-2005-02-18 08:42  Sandro Santilli <strk at keybit.net>
-
-	* [r1407] lwgeom/lwgeom_geos.c: Removed memory leak in geos2postgis
-	  polygon conversion.
-
-2005-02-17 16:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1406] lwgeom/lwpostgis.sql.in: Improved transform() errors
-	  verbosity.
-
-2005-02-17 15:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1405] lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_ogc.c: Syntaxes
-	  cleanups.
-
-2005-02-17 15:44  Markus Schaber <markus at schabi.de>
-
-	* [r1404] CHANGES: removed verbosity from my last entry
-
-2005-02-17 15:42  Markus Schaber <markus at schabi.de>
-
-	* [r1403] jdbc2/Makefile: fixed postgis_debug.jar
-
-2005-02-17 15:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1402] lwgeom/measures.c: Fixed some introduced misorderings of
-	  func declaration/body.
-
-2005-02-17 14:48  Markus Schaber <markus at schabi.de>
-
-	* [r1401] jdbc2/Makefile: Fixed dependency handling for jars
-
-2005-02-17 14:41  Markus Schaber <markus at schabi.de>
-
-	* [r1400] CHANGES, jdbc2/Makefile: Updated makefile - better
-	  dependency management for jars,
-	  additional targets for debian, more comments.
-
-2005-02-17 09:19  Sandro Santilli <strk at keybit.net>
-
-	* [r1399] lwgeom/lwgeom_api.c: Fixed a bug in
-	  pointArray_construct() copying input points instead
-	  of keeping a pointer to them. This has been introduced *after*
-	  RC2
-	  was released.
-
-2005-02-17 08:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1398] utils/postgis_restore.pl: Added wkb_recv and wkb_send
-	  obsoleted functions handling
-
-2005-02-14 20:49  Sandro Santilli <strk at keybit.net>
-
-	* [r1397] CHANGES: Added force_collection() bug fix
-
-2005-02-14 20:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1396] lwgeom/lwgeom_functions_basic.c: Fixed bug in
-	  force_collection() leaving spurious bbox cache and SRID info
-	  in inner geometry when applied to single geoms.
-
-2005-02-14 11:49  Markus Schaber <markus at schabi.de>
-
-	* [r1395] jdbc2, jdbc2/.cvsignore, jdbc2/Makefile, jdbc2/README,
-	  jdbc2/src/examples/TestServer.java,
-	  jdbc2/src/org/postgis/DriverWrapper.java, jdbc2/stubs,
-	  jdbc2/stubs/LICENSE, jdbc2/stubs/org, jdbc2/stubs/org/postgresql,
-	  jdbc2/stubs/org/postgresql/Connection.java,
-	  jdbc2/stubs/org/postgresql/PGConnection.java, jdbc2/woody.patch:
-	  Now compiles against 7.2 with some magic trickery instead of
-	  patching.
-
-2005-02-10 17:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1394] CHANGES: added memory alignment handling
-
-2005-02-10 17:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1393] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_gml.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_spheroid.c,
-	  lwgeom/lwgeom_svg.c, lwgeom/lwgeom_transform.c, lwgeom/lwline.c,
-	  lwgeom/lwpoint.c, lwgeom/measures.c, lwgeom/ptarray.c: Dropped
-	  getbox2d_internal().
-	  Removed all castings of getPoint() output, which has been renamed
-	  to getPoint_internal() and commented about danger of using it.
-	  Changed SERIALIZED_FORM() macro to use VARDATA() macro.
-	  All this changes are aimed at taking into account memory
-	  alignment
-	  constraints which might be the cause of recent crash bug reports.
-
-2005-02-10 17:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1392] regress/regress.sql, regress/regress_expected: Added a
-	  couple of distance() tests.
-
-2005-02-10 16:34  Sandro Santilli <strk at keybit.net>
-
-	* [r1391] loader/Makefile: Added -Wall to CFLAGS
-
-2005-02-10 10:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1390] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
-	  lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwline.c,
-	  lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
-	  lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/measures.c,
-	  lwgeom/ptarray.c: Changed 'char' to 'uchar' (unsigned char
-	  typedef) wherever octet is actually
-	  meant to be.
-
-2005-02-10 10:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1389] regress/regress.sql, regress/regress_expected: Added X(),
-	  Y() and Z() tests.
-
-2005-02-09 18:11  Markus Schaber <markus at schabi.de>
-
-	* [r1388] jdbc2/README: adopt documentation wr/t conflicting
-	  driverconfig.properties to
-	  reflect what jdbc actually does.
-
-2005-02-09 11:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1387] CHANGES: documentation update item
-
-2005-02-09 11:53  Sandro Santilli <strk at keybit.net>
-
-	* [r1386] doc/postgis.xml: Removed PGSQL7.1 references, clearly
-	  stated support starting from 72.
-	  Renamed all postgis.sql refs to lwpostgis.sql.
-
-2005-02-09 11:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1385] lwgeom/lwgeom_inout.c: fixed debugging output
-
-2005-02-08 17:48  Markus Schaber <markus at schabi.de>
-
-	* [r1384] CHANGES, jdbc2/Makefile, jdbc2/README, jdbc2/woody.patch:
-	  Added patch to enable compilation against pg72jdbc2.jar.
-
-2005-02-08 14:54  Markus Schaber <markus at schabi.de>
-
-	* [r1383] CHANGES: Added jdbc2 jdk1.3 enabling note.
-
-2005-02-08 14:53  Markus Schaber <markus at schabi.de>
-
-	* [r1382] jdbc2/src/examples/TestAutoregister.java,
-	  jdbc2/src/examples/TestBoxes.java,
-	  jdbc2/src/examples/TestParser.java,
-	  jdbc2/src/org/postgis/PGboxbase.java,
-	  jdbc2/src/org/postgis/PGgeometry.java,
-	  jdbc2/src/org/postgis/Point.java: Removed use of jdk1.4 only
-	  features to allow jdbc2 to be
-	  build with older jdk releases (tested with 1.3)
-
-2005-02-08 08:17  Sandro Santilli <strk at keybit.net>
-
-	* [r1381] spatial_ref_sys.sql: Reduced scope of VACUUM ANALYZE call
-	  to the sole spatial_ref_sys table
-	  as suggested by Kevin Neufeld
-
-2005-02-08 07:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1380] CHANGES: updated
-
-2005-02-08 07:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1379] lwgeom/lwpostgis.sql.in: Fixed probe_geometry_columns to
-	  work with PG72 (pg_constraint was pg_relcheck)
-
-2005-02-08 07:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1378] lwgeom/lwpostgis.sql.in: Fixed probe_geometry_columns so
-	  to work on spatial tables with multiple
-	  geometry columns.
-
-2005-02-07 14:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1377] CHANGES: updated
-
-2005-02-07 14:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1376] lwgeom/lwpostgis.sql.in: Fixed broken 72 index bindings.
-
-2005-02-07 13:42  Markus Schaber <markus at schabi.de>
-
-	* [r1375] CHANGES: Fixed pgjdbc 8.0 autoregistration.
-
-2005-02-07 13:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1374] lwgeom/liblwgeom.c, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
-	  lwgeom/lwgeom_btree.c, lwgeom/lwgeom_debug.c,
-	  lwgeom/lwgeom_dump.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_geos.c, lwgeom/lwgeom_gist.c, lwgeom/lwgeom_gml.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c,
-	  lwgeom/lwline.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
-	  lwgeom/lwpoly.c, lwgeom/measures.c, lwgeom/ptarray.c,
-	  lwgeom/wktunparse.c: Replaced DEBUG* macros with PGIS_DEBUG*, to
-	  avoid clashes with postgresql DEBUG
-
-2005-02-07 12:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1373] CHANGES: updated CHANGES
-
-2005-02-07 12:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1372] lwgeom/Makefile: More portable date command for BUILDDATE
-	  extraction
-
-2005-02-07 12:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1371] CHANGES: updated with next release changes
-
-2005-02-07 12:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1370] CHANGES: updated
-
-2005-02-07 11:49  Markus Schaber <markus at schabi.de>
-
-	* [r1369] jdbc2/Makefile: Fix makefile (broken by
-	  driverconfig.properties rename
-
-2005-02-07 11:31  Markus Schaber <markus at schabi.de>
-
-	* [r1368] jdbc2/todo.txt: Removed issues that were done, hoping
-	  they will not re-emerge :-)
-
-2005-02-07 09:15  Markus Schaber <markus at schabi.de>
-
-	* [r1367] jdbc2/Makefile, jdbc2/README,
-	  jdbc2/src/examples/TestAutoregister.java,
-	  jdbc2/src/org/postgresql/driverconfig.properties,
-	  jdbc2/src/org/postgresql/postgresql.properties: Fixed jdbc8.0
-	  autoregistration, added regression test.
-
-2005-02-04 17:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r1366] doc/postgis.xml: Fixed literal && inside the text,
-	  replaced with &
-
-2005-02-04 14:20  Sandro Santilli <strk at keybit.net>
-
-	* [r1365] jdbc2/COPYING_LGPL: missing license
-
-2005-02-04 10:20  Sandro Santilli <strk at keybit.net>
-
-	* [r1364] doc/postgis.xml: Added Performance Tips chapter
-
-2005-02-04 09:05  Sandro Santilli <strk at keybit.net>
-
-	* [r1363] jdbc2/Makefile, jdbc2/README, jdbc2/build.xml,
-	  jdbc2/src/examples/Test.java, jdbc2/src/examples/TestBoxes.java,
-	  jdbc2/src/examples/TestParser.java,
-	  jdbc2/src/examples/TestServer.java,
-	  jdbc2/src/org/postgis/ComposedGeom.java,
-	  jdbc2/src/org/postgis/DriverWrapper.java,
-	  jdbc2/src/org/postgis/Geometry.java,
-	  jdbc2/src/org/postgis/GeometryCollection.java,
-	  jdbc2/src/org/postgis/LineString.java,
-	  jdbc2/src/org/postgis/LinearRing.java,
-	  jdbc2/src/org/postgis/MultiLineString.java,
-	  jdbc2/src/org/postgis/MultiPoint.java,
-	  jdbc2/src/org/postgis/MultiPolygon.java,
-	  jdbc2/src/org/postgis/PGbox2d.java,
-	  jdbc2/src/org/postgis/PGbox3d.java,
-	  jdbc2/src/org/postgis/PGboxbase.java,
-	  jdbc2/src/org/postgis/PGgeometry.java,
-	  jdbc2/src/org/postgis/Point.java,
-	  jdbc2/src/org/postgis/PointComposedGeom.java,
-	  jdbc2/src/org/postgis/Polygon.java,
-	  jdbc2/src/org/postgis/binary/BinaryParser.java,
-	  jdbc2/src/org/postgis/binary/ByteGetter.java,
-	  jdbc2/src/org/postgis/binary/ValueGetter.java: Applied Markus
-	  Shaber licensing patches.
-
-2005-02-01 16:53  Sandro Santilli <strk at keybit.net>
-
-	* [r1362] lwgeom/lwpostgis.sql.in: Changed performance-sensible
-	  functions from STABLE to IMMUTABLE
-
-2005-02-01 15:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1361] jdbc2/src/org/postgis/DriverWrapper.java: Another small
-	  patch from Markus
-
-2005-01-31 22:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1360] loader/pgsql2shp.c, loader/shp2pgsql.c: Added maintainer
-	  notice, to reduce Jeff-strk mail bounces
-
-2005-01-31 17:17  Sandro Santilli <strk at keybit.net>
-
-	* [r1359] ., .cvsignore, jdbc2/src/org/postgis/DriverWrapper.java,
-	  jdbc2/src/org/postgis/PGgeometry.java: Applied Markus Shaber
-	  patches.
-
-2005-01-31 12:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1358] jdbc2/README: Markus Shaber version.
-
-2005-01-31 09:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1357] lwgeom/lwgeom_box2dfloat4.c: Used default float precision
-	  in BOX2D output
-
-2005-01-31 09:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1356] lwgeom/lwpostgis.sql.in: More error handlings in
-	  transform(geom, int)
-
-2005-01-30 09:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1355] jdbc2/src/org/postgis/PGbox.java: replaced by
-	  PGbox2d.java
-
-2005-01-30 09:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1354] jdbc2/Makefile, jdbc2/src/examples/TestBoxes.java,
-	  jdbc2/src/org/postgis/DriverWrapper.java,
-	  jdbc2/src/org/postgis/PGbox2d.java,
-	  jdbc2/src/org/postgis/PGbox3d.java,
-	  jdbc2/src/org/postgis/PGboxbase.java: Added BOX2D and BOX3D
-	  support and tests, by Markus Shaber.
-
-2005-01-30 09:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1353] lwgeom/lwgeom_transform.c: Made unparsable proj strings
-	  error more verbose and removed a typo
-	  in transform_geom().
-
-2005-01-28 16:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1352] configure.in: Changed --with-geos arg to express GEOS_DIR
-	  (is more intuitive).
-	  Made --help string advertise optionality of args for --with-geos
-	  and --with-proj. Made configure show used variables values
-	  on path checks.
-
-2005-01-28 15:40  Sandro Santilli <strk at keybit.net>
-
-	* [r1351] doc/Makefile: LAST_RELEASE_VERSION bumped to 1.0.0
-
-2005-01-28 14:50  Sandro Santilli <strk at keybit.net>
-
-	* [r1350] jdbc2/src/org/postgis/Point.java,
-	  jdbc2/src/org/postgis/binary/ValueGetter.java, jdbc2/todo.txt:
-	  Applied small patches from Markus Shaber
-
-2005-01-27 18:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1349] lwgeom/lwgeom_transform.c: Fixed a bug in transform()
-	  missing to update SRID in output
-
-2005-01-27 11:17  Sandro Santilli <strk at keybit.net>
-
-	* [r1348] doc/postgis.xml: Fixed FAQ to use the schema version of
-	  AddGeometryColumn
-	  (generated confusion for 0.7.5 users)
-
-2005-01-26 08:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1346] lwgeom/Makefile: Version bumped to 1.0.0RC2
-
-2005-01-26 08:34  Sandro Santilli <strk at keybit.net>
-
-	* [r1345] CHANGES: Added 1.0.0RC2 section
-
-2005-01-26 08:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1344] configure.in: Added an --enable-autoconf switch to make
-	  sure users will known about
-	  the untested nature of the ./configure script.
-
-2005-01-25 13:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1343] Makefile.config.in: Removed ?= construct in FLEX/YACC
-	  rules
-
-2005-01-25 11:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1342] lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Made all
-	  *FromText() accept only WKT <text>, no more cheating.
-
-2005-01-25 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1341] lwgeom/lwgeom_transform.c: Fixed a bug in transform()
-	  missing to update bbox cache
-
-2005-01-25 09:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1340] lwgeom/lwpostgis.sql.in: Made all OGC TypeFromWKB()
-	  functions consistent in taking a bytea
-
-2005-01-25 08:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1339] make_dist.sh: Added autoconf invokation
-
-2005-01-24 18:11  Sandro Santilli <strk at keybit.net>
-
-	* [r1338] lwgeom/lwgeom_spheroid.c: Fixed bug in definition of
-	  distance_spheroid.
-
-2005-01-24 15:22  Sandro Santilli <strk at keybit.net>
-
-	* [r1337] Makefile.config.in, configure.in: Added checks for flex
-	  and yacc paths.
-
-2005-01-24 15:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1336] Makefile.config, lwgeom/Makefile: Moved YACC default
-	  value set from inner to config Makefile.
-
-2005-01-24 15:14  Sandro Santilli <strk at keybit.net>
-
-	* [r1335] Makefile.config: Added default value for FLEX
-
-2005-01-24 11:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1334] Makefile.config.in, configure.in: Removed spaces and '?'
-	  signs in Makefile.config.in.
-	  Added support for geos-config call in configure.
-
-2005-01-24 11:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1333] Makefile.config.in, configure.in: Initial autoconf
-	  script.
-
-2005-01-19 18:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1332] jdbc2/regression.txt, jdbc2/src/examples/BitTest.java:
-	  removed unused files
-
-2005-01-19 18:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1331] jdbc2/src/examples/TestParser.java: Added failcount
-	  output.
-
-2005-01-19 18:05  Sandro Santilli <strk at keybit.net>
-
-	* [r1330] jdbc2/Makefile: Fixed ptest rule.
-
-2005-01-19 17:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1329] jdbc2/Makefile: Quoted -classpath args, added ptest args
-	  in make ptest rule
-
-2005-01-19 17:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1328] jdbc2/Makefile: Added bin/ removal to clean rule
-
-2005-01-19 16:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1327] jdbc2/Makefile: Changed postgis_debug.jar rule to be
-	  portable
-
-2005-01-19 16:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1326] jdbc2/Makefile: Added command line params to jtest rule
-
-2005-01-19 16:51  Sandro Santilli <strk at keybit.net>
-
-	* [r1325] jdbc2/src/examples/TestParser.java,
-	  jdbc2/src/examples/TestServer.java: Applied Markus patch to
-	  accept command line params
-
-2005-01-19 16:49  Sandro Santilli <strk at keybit.net>
-
-	* [r1324] jdbc2/build.xml: Applied Markus patch
-
-2005-01-19 16:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1323] jdbc2/Makefile: Changed postgis.jar creation rule to
-	  respect postgresql.properties path
-
-2005-01-19 12:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1322] jdbc2, jdbc2/.cvsignore: Added jar files
-
-2005-01-19 12:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1321] jdbc2, jdbc2/.cvsignore, jdbc2/Makefile,
-	  jdbc2/src/org/postgresql,
-	  jdbc2/src/org/postgresql/postgresql.properties: Added
-	  postgresql.properties and .cvsignore, Modified CP variable
-	  assignment to
-	  be quoted.
-
-2005-01-19 09:53  Sandro Santilli <strk at keybit.net>
-
-	* [r1320] jdbc2/src/examples/Test.java: Made output more readable
-
-2005-01-19 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1319] jdbc2/Makefile: Changed 'compile' rule to keep track of
-	  last compile time and avoid recompilation
-
-2005-01-19 09:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1318] jdbc2/Makefile: fixed jar call for postgis.jar production
-
-2005-01-19 09:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1317] jdbc2/Makefile: user env CLASSPATH honoured
-
-2005-01-19 08:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1316] jdbc2, jdbc2/Makefile, jdbc2/README, jdbc2/build.xml,
-	  jdbc2/regression.txt, jdbc2/src, jdbc2/src/examples,
-	  jdbc2/src/examples/BitTest.java, jdbc2/src/examples/Test.java,
-	  jdbc2/src/examples/TestParser.java,
-	  jdbc2/src/examples/TestServer.java, jdbc2/src/org,
-	  jdbc2/src/org/postgis, jdbc2/src/org/postgis/ComposedGeom.java,
-	  jdbc2/src/org/postgis/DriverWrapper.java,
-	  jdbc2/src/org/postgis/Geometry.java,
-	  jdbc2/src/org/postgis/GeometryCollection.java,
-	  jdbc2/src/org/postgis/LineString.java,
-	  jdbc2/src/org/postgis/LinearRing.java,
-	  jdbc2/src/org/postgis/MultiLineString.java,
-	  jdbc2/src/org/postgis/MultiPoint.java,
-	  jdbc2/src/org/postgis/MultiPolygon.java,
-	  jdbc2/src/org/postgis/PGbox.java,
-	  jdbc2/src/org/postgis/PGbox3d.java,
-	  jdbc2/src/org/postgis/PGgeometry.java,
-	  jdbc2/src/org/postgis/Point.java,
-	  jdbc2/src/org/postgis/PointComposedGeom.java,
-	  jdbc2/src/org/postgis/Polygon.java, jdbc2/src/org/postgis/binary,
-	  jdbc2/src/org/postgis/binary/BinaryParser.java,
-	  jdbc2/src/org/postgis/binary/ByteGetter.java,
-	  jdbc2/src/org/postgis/binary/ValueGetter.java, jdbc2/todo.txt:
-	  Imported new jdbc driver source by Markus Schaber
-
-2005-01-18 15:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1315] lwgeom/lwgeom_api.c: Fixed a bug in pointarray box3d
-	  computation.
-
-2005-01-18 13:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1314] lwgeom/wktparse.y: Reintroduced support for '<anygeom>
-	  EMPTY' form, for OGC compliance.
-
-2005-01-18 12:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1313] lwgeom/lwgeom_geos.c: Handled GEOS Geometry construction
-	  errors as FALSE results in isvalid(geom).
-
-2005-01-18 10:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1312] lwgeom/TODO: updated
-
-2005-01-18 09:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1311] lwgeom/lwgeom.c, lwgeom/lwgeom_inout.c,
-	  lwgeom/wktparse.h, lwgeom/wktunparse.c: Changed unparse_WKB
-	  interface to take an output size pointer and an HEXFORM
-	  specifier. Reworked code in wktunparse to use function pointers.
-
-2005-01-18 09:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1310] lwgeom/wktparse.y: Fixed bug introduced supporting
-	  GEOMETRYCOLLECTION(EMPTY).
-	  Dropped support for all EMPTY goems execept GEOMETRYCOLLECTION.
-
-2005-01-17 12:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1309] lwgeom/wktparse.y: Added GEOMETRYCOLLECTION(EMPTY)
-	  support
-
-2005-01-17 11:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1308] lwgeom/lwpostgis.sql.in: Used quote_ident() for spatial
-	  columns constraints nams, suggested by Bernhard Herzog
-
-2005-01-17 09:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1307] loader/shp2pgsql.c: Added one more bytes for terminating
-	  NULL in utf8 encoder
-
-2005-01-16 16:50  Sandro Santilli <strk at keybit.net>
-
-	* [r1306] loader/shp2pgsql.c: String escaping algorithm made
-	  simpler and more robust.
-	  Removed escaped strings leaking.
-	  Fixed UTF8 encoder to allocate enough space for 3bytes chars
-	  strings.
-
-2005-01-14 16:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1305] lwgeom/lwpostgis.sql.in: Switched to preprocessor driver
-	  CREATEFUNCTION attribute specification
-
-2005-01-13 18:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1303] lwgeom/lwgeom_estimate.c: estimated_extent() implemented
-	  for PG<80
-
-2005-01-13 17:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1302] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in:
-	  estimated_extent() prepared for future expansion (support of
-	  pre-800 PGSQL)
-
-2005-01-13 13:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1301] regress/regress_expected: Updated expected error message
-	  on !closed polygon rings to match current one.
-
-2005-01-13 13:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1300] lwgeom/lwgparse.c: Added closed-ring check for polygon
-	  geometry inputs.
-
-2005-01-13 10:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1299] regress/lwgeom_regress.sql: changed asText to asEWKT for
-	  lossless conversions
-
-2005-01-13 10:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1298] regress/regress.sql, regress/regress_expected: Added
-	  GEOSexception test
-
-2005-01-13 10:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1297] regress/regress.sql, regress/regress_expected: Fixed more
-	  tests
-
-2005-01-13 10:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1296] regress/regress.sql: Changed astext() calls with asewkt()
-	  to mach expected results.
-
-2005-01-13 09:42  Sandro Santilli <strk at keybit.net>
-
-	* [r1295] CHANGES, README.postgis, TODO, doc/Makefile,
-	  lwgeom/Makefile: Updated 1.0.0 release date and changed version
-	  to 1.0.0RC1
-
-2005-01-13 09:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1294] lwgeom/README.initial: Removed initial README, replaced
-	  with an updated one.
-
-2005-01-13 09:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1293] lwgeom/README: Added updated README file
-
-2005-01-13 08:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1292] README.postgis: Added note about utils/postgis_restore.pl
-
-2005-01-13 08:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1291] CHANGES: Added more New Things
-
-2005-01-13 08:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1290] doc/postgis.xml: Added release notes chapter
-
-2005-01-12 17:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1289] Makefile.config, loader/Makefile: added USE_ICONV
-	  configuration
-
-2005-01-12 17:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1288] loader/shp2pgsql.c: Added optional UTF8 output support as
-	  suggested by IIDA Tetsushi
-
-2005-01-12 09:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1287] Makefile.config: Added not for AUTOCACHE_BBOX setting
-
-2005-01-12 09:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1286] make_dist.sh: don't drop the regress test
-
-2005-01-12 09:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1285] make_dist.sh: Added a sleep before running make dist
-
-2005-01-12 08:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1284] lwgeom/lwgeom_functions_basic.c: commented notice in
-	  LWGEOM_noop()
-
-2005-01-12 08:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1283] lwgeom/BBOXCACHE_BEHAVIOURS,
-	  lwgeom/lwgeom_functions_basic.c: Changed force_*d(geom) and
-	  multi(geom) to support AUTOCACHE_BBOX
-
-2005-01-12 07:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1282] lwgeom/BBOXCACHE_BEHAVIOURS,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c: setSRID()
-	  and force_2d() changed to use PG_LWGEOM_construct() entry point,
-	  for AUTOCACHE_BBOX support.
-
-2005-01-12 07:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1281] lwgeom/BBOXCACHE_BEHAVIOURS,
-	  lwgeom/lwgeom_functions_basic.c: forceRHR() and reverse() forced
-	  to use pglwgeom_serialize() entry point
-	  for honouring the AUTOCACHE_BBOX define
-
-2005-01-11 18:05  Sandro Santilli <strk at keybit.net>
-
-	* [r1280] lwgeom/lwpostgis.sql.in: fixed postgis_gist_joinsel
-	  signature for PG72
-
-2005-01-11 18:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1279] make_dist.sh: added optional versions specificatoin on
-	  command line
-
-2005-01-11 17:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1278] lwgeom/lwpostgis.sql.in: dropped special pgsql 7.1
-	  handling
-
-2005-01-11 17:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1277] doc/postgis.xml: added postgis_lib_build_date() and
-	  postgis_scripts_build_date() docs
-
-2005-01-11 17:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1276] lwgeom/Makefile: Changed builddate format to Y-m-D H:M:S
-
-2005-01-11 17:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1275] lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added postgis_lib_build_date() and
-	  postgis_scripts_build_date() provided by Markus Schaber
-
-2005-01-11 16:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1274] make_dist.sh: initial revision
-
-2005-01-11 15:40  Sandro Santilli <strk at keybit.net>
-
-	* [r1273] lwgeom/lwgeom_box2dfloat4.c: Comments cleanup.
-
-2005-01-11 15:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1272] lwgeom/lwgeom.sql.in: removed obsoleted script
-
-2005-01-11 15:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1271] lwgeom/lwgeom_gist.c: Added SRID checks for all
-	  operators.
-
-2005-01-11 14:20  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r1270] doc/postgis.xml, lwgeom/lwgeom.sql.in,
-	  lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_pg.h, lwgeom/lwpostgis.sql.in: Added new indexable
-	  operators <<|, &<|, |&> and |>> to allow comparisons of bounding
-	  box positions in the Y axis
-
-2005-01-11 14:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1269] lwgeom/BBOXCACHE_BEHAVIOURS,
-	  lwgeom/lwgeom_functions_basic.c: Fixed translate() to always use
-	  one of the AUTOCACHE_BBOX honouring
-	  entry points.
-	  Cleaned up expand(geom).
-
-2005-01-11 08:33  Sandro Santilli <strk at keybit.net>
-
-	* [r1268] doc/postgis.xml: removed link from geometry_dump type ref
-
-2005-01-11 08:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1267] lwgeom/Makefile: Dropped inherithed rule for static lib
-	  build (liblwgeom.a), added
-	  a 'tsort' rule to check xdeps status.
-
-2005-01-11 08:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1266] lwgeom/lwgeom_dump.c: Fixed memory handling bug in
-	  dump(geom)
-
-2005-01-10 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1265] lwgeom/lwgparse.c, lwgeom/wktparse.h,
-	  lwgeom/wktparse.lex, lwgeom/wktparse.y: Added missing prototypes
-
-2005-01-10 09:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1264] lwgeom/lwgeom_functions_basic.c: changed size_t printing
-	  lines to use %lu and unsigned long cast
-
-2005-01-10 09:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1263] lwgeom/Makefile, lwgeom/measures.c, lwgeom/misures.c:
-	  renamed misures.c to measures.c
-
-2005-01-09 20:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1262] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: size_t
-	  usage cleanups.
-
-2005-01-09 18:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1261] lwgeom/lwgeom_ogc.c: Avoided lwcollection_deserialize
-	  call for non collections (was broken).
-
-2005-01-07 18:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1260] lwgeom/lwpostgis.sql.in: Dropped BOX2D operators. They
-	  will rely on cast to geometry.
-
-2005-01-07 16:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1259] lwgeom/lwgeom_geos.c: Fixed handling of empty collection
-	  in GEOS2POSTGIS converter
-
-2005-01-07 14:42  Sandro Santilli <strk at keybit.net>
-
-	* [r1258] lwgeom/lwgeom_functions_basic.c: Made accum(geometry)
-	  compatible with PG73.
-
-2005-01-07 14:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1257] lwgeom/lwgeom_transform.c: removed unused variable
-
-2005-01-07 14:20  Sandro Santilli <strk at keybit.net>
-
-	* [r1256] lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added a geometry
-	  type OID extractor and caching function.
-
-2005-01-07 12:33  Sandro Santilli <strk at keybit.net>
-
-	* [r1255] doc/postgis.xml: Added a note about compatibility of
-	  Dump(geometry)
-
-2005-01-07 12:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1254] lwgeom/lwgeom_functions_basic.c: made accum(geom)
-	  compatible with PG72
-
-2005-01-07 12:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1253] lwgeom/lwgeom_dump.c, lwgeom/lwpostgis.sql.in: dropped
-	  dump(geometry) for PGSQL<73 builds
-
-2005-01-07 12:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1252] lwgeom/lwgeom_functions_basic.c: fixed var declaration
-	  misplacement
-
-2005-01-07 12:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1251] lwgeom/lwgeom_inout.c: make LWGEOM_{to,from}_bytea
-	  available to all pgsql versions
-
-2005-01-07 11:57  Sandro Santilli <strk at keybit.net>
-
-	* [r1250] lwgeom/lwpostgis.sql.in: fixed typo in symdifference
-	  function definition
-
-2005-01-07 11:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1249] lwgeom/lwpostgis.sql.in: fixed postgis_gist_joinsel
-	  definition for PG73
-
-2005-01-07 11:50  Sandro Santilli <strk at keybit.net>
-
-	* [r1248] lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h,
-	  lwgeom/pgsql_compat.h: Moved pgsql compatibility code into
-	  pgsql_compat.h
-
-2005-01-07 10:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1247] lwgeom/lwgeom_functions_analytic.c: variable declaration
-	  cleanups.
-
-2005-01-07 10:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1246] lwgeom/lwgeom_ogc.c: Added WARNING define for pgsql<73
-
-2005-01-07 10:13  Sandro Santilli <strk at keybit.net>
-
-	* [r1245] lwgeom/lwgparse.c: fixed misplaced declaration after body
-	  start
-
-2005-01-07 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1244] lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Dump(geometry)
-	  enabled by default.
-
-2005-01-07 10:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1243] doc/postgis.xml: Added Dump(geometry) doc
-
-2005-01-07 10:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1242] lwgeom/lwgeom_dump.c: cleanup
-
-2005-01-07 09:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1241] lwgeom/lwcollection.c: fixed typo in error message
-
-2005-01-07 09:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1240] lwgeom/lwcollection.c: fixed typo in error message
-
-2005-01-07 09:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1239] lwgeom/lwgeom_estimate.c: JOINSEL disabled for builds
-	  against pgsql<80
-
-2005-01-07 00:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1238] lwgeom/lwgeom_dump.c: Initial import
-
-2005-01-06 15:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1237] doc/postgis.xml: Added MakePolygon documentation
-
-2005-01-06 15:34  Sandro Santilli <strk at keybit.net>
-
-	* [r1236] doc/postgis.xml: Added not about possible lost of
-	  simplicity() using SnapToGrid(), added links to the function from
-	  there and simplify()
-
-2005-01-06 15:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1235] doc/postgis.xml, lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwpostgis.sql.in: Renamed Apply_Grid to SnapToGrid,
-	  documented behaviour of collapsed geoms.
-
-2005-01-06 13:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1234] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
-	  Added makepolygon(geometry, geometry[])
-
-2005-01-06 13:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1233] lwgeom/liblwgeom.h: forward declarations for
-	  lwpoly_from_lwlines(), ptarray_clone() and ptarray_isclosed2d()
-
-2005-01-06 13:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1232] lwgeom/lwpoly.c: Added lwpoly_from_lwlines()
-
-2005-01-06 13:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1231] lwgeom/ptarray.c: Added ptarray_clone() and
-	  ptarray_isclosed2d()
-
-2005-01-06 09:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1230] doc/postgis.xml: Added accum(geom) documentation
-
-2005-01-06 09:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1229] lwgeom/lwpostgis.sql.in: Added accom(geom) aggregate
-
-2005-01-06 09:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1228] doc/postgis.xml, lwgeom/lwpostgis.sql.in: Added
-	  apply_grid wrappers.
-
-2005-01-06 08:51  Sandro Santilli <strk at keybit.net>
-
-	* [r1227] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_transform.c:
-	  Modified transform() to always use PG_LWGEOM_construct entry
-	  point for
-	  output (to support AUTOCACHE_BBOX).
-
-2005-01-06 01:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r1226] doc/postgis.xml: Fix spelling error
-
-2005-01-05 22:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1225] doc/postgis.xml: updated Polygonize doc
-
-2005-01-05 22:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1224] lwgeom/BBOXCACHE_BEHAVIOURS,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_transform.c: Had
-	  translate compute bbox cache translating input one if present.
-	  Cleanups.
-
-2005-01-05 22:11  Sandro Santilli <strk at keybit.net>
-
-	* [r1223] lwgeom/BBOXCACHE_BEHAVIOURS,
-	  lwgeom/lwgeom_functions_analytic.c: Made apply_grid compute
-	  output bbox WHEN_SIMPLE (input bbox is present)
-
-2005-01-05 21:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1222] lwgeom/BBOXCACHE_BEHAVIOURS,
-	  lwgeom/lwgeom_functions_analytic.c: Simplify reworked to use
-	  LWGEOM abstraction (no more flattening of input collection).
-
-2005-01-05 17:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1221] doc/postgis.xml: Added apply_grid doc
-
-2005-01-05 17:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1220] lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwpostgis.sql.in: Integrated apply_grid() contributed
-	  function.
-
-2005-01-05 12:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1219] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_btree.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_transform.c: Added
-	  is_worth_caching_serialized_bbox(). Renamed lwgeom_setSRID() to
-	  pglwgeom_setSRID(). Fixed a bug in PG_LWGEOM_construct support
-	  for
-	  AUTOCACHE_BBOX.
-
-2005-01-05 10:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1218] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_api.c: Added
-	  AUTOCACHE_BBOX support in PG_LWGEOM_construct().
-
-2005-01-05 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1217] lwgeom/BBOXCACHE_BEHAVIOURS,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_pg.c:
-	  collect(geom, geom) and collect_garray(geom[]) use WHEN_SIMPLE
-	  strategy
-	  for bbox computation. pglwgeom_serialize() honour user's
-	  AUTOCACHE_BBOX
-	  define. BBOXCACHE_BEHAVIOURS updated.
-
-2005-01-03 17:51  Sandro Santilli <strk at keybit.net>
-
-	* [r1216] lwgeom/lwgeom_geos_wrapper.cpp: GEOSpolygonize returns
-	  GEOMETRYCOLLECTION instead of MULTIPOLYGON
-
-2005-01-03 15:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1215] lwgeom/lwpostgis.sql.in: iscacheable patch from Carl
-	  Anderson
-
-2004-12-31 13:11  Sandro Santilli <strk at keybit.net>
-
-	* [r1214] doc/postgis.xml: update ExteriorRing doc
-
-2004-12-31 13:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1213] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: Made
-	  ExteriorRing use LWGEOM.
-
-2004-12-31 12:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1212] doc/postgis.xml: update InteriorRingN doc
-
-2004-12-31 12:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1211] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c:
-	  GeometryN and InteriorRingN changed to use LWGEOM format (and the
-	  latter made OGC-strict).
-
-2004-12-31 12:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1210] lwgeom/BBOXCACHE_BEHAVIOURS: updated
-
-2004-12-31 11:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1209] lwgeom/lwgeom_functions_basic.c: All output geoms
-	  serializzations made using pglwgeom_serialize
-
-2004-12-31 11:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1208] lwgeom/lwgeom_geos.c: fixed bugs in convexhull, made
-	  GEOS2POSTGIS use pglwgeom_serialize
-
-2004-12-31 11:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1207] lwgeom/lwpoint.c: Fixed a bug in lwpoint_serialize_size
-
-2004-12-31 11:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1206] lwgeom/lwgeom_pg.c: error messages and VARLENA handling
-	  cleanups
-
-2004-12-31 10:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1205] lwgeom/BBOXCACHE_BEHAVIOURS: initial import
-
-2004-12-31 10:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1204] lwgeom/lwgeom_geos.c: re-introduced G2P conversion
-	  profile for convexhull (was missing from previous patch)
-
-2004-12-31 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1203] lwgeom/lwgeom_geos.c: Made convexhull use input bbox
-	  cache if any for output geom.
-
-2004-12-31 09:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1202] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_inout.c: Varlena
-	  handling cleanups
-
-2004-12-30 20:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1201] lwgeom/TODO: updated
-
-2004-12-30 20:36  Sandro Santilli <strk at keybit.net>
-
-	* [r1200] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp:
-	  Rewrote GEOSCentroid() to pass exception using an input arg, and
-	  return
-	  NULL for EMPTY geom.
-
-2004-12-30 16:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1199] lwgeom/lwgeom_inout.c: Made parse_WKT_lwgeom
-	  (text::geometry) use AUTOCACHE_BBOX heuristic, stricter use of PG
-	  text type
-
-2004-12-30 15:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1198] lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_transform.c: Fixed a bug in translate() and
-	  transform() leaving result geometries with
-	  the old bounding box cache.
-
-2004-12-30 15:58  Sandro Santilli <strk at keybit.net>
-
-	* [r1197] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added
-	  compute_serialized_bbox_p() to always recomputed a geometry
-	  bounding box
-
-2004-12-30 15:11  Sandro Santilli <strk at keybit.net>
-
-	* [r1196] lwgeom/lwgeom_functions_basic.c: Had LineFromMultiPoint
-	  make use of input SRID
-
-2004-12-30 14:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1195] Makefile.config, lwgeom/Makefile, lwgeom/lwgeom_inout.c:
-	  Added AUTOCACHE_BBOX variable, defaulting to 1.
-
-2004-12-30 13:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1194] lwgeom/liblwgeom.h, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_inout.c: Introduced bbox caching worth evaluation
-	  functions, honoured in
-	  LWGEOM_in, LWGEOMFromWKB, and GEOS2POSTGIS.
-
-2004-12-30 13:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1193] lwgeom/lwgeom_geos_wrapper.cpp: Handled NULL returns from
-	  getCentroid making it an EMPTY GEOM
-
-2004-12-30 10:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1192] lwgeom/lwgeom_geos_wrapper.cpp: Applied Carl Anderson
-	  patch for LinearRing support.
-
-2004-12-30 10:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1191] Makefile.config: USE_GEOS and USE_PROJ defaults switched
-	  to NO, and made overridable via
-	  environment.
-
-2004-12-30 10:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1190] lwgeom/Makefile, lwgeom/lwgeom_triggers.c,
-	  lwgeom/lwpostgis.sql.in: Added cache_bbox trigger
-
-2004-12-30 10:22  Sandro Santilli <strk at keybit.net>
-
-	* [r1189] lwgeom/lwgeom_inout.c, lwgeom/lwgeom_pg.h: moved some
-	  BBOX procs signatures from lwgeom_inout.c to lwgeom_pg.h
-
-2004-12-30 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1188] lwgeom/lwgeom_functions_basic.c: removed useless memory
-	  copies in ndims(geom)
-
-2004-12-30 10:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1187] doc/ZMSgeoms.txt: initial revision
-
-2004-12-28 09:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1186] doc/postgis.xml: specified LineString input requirement
-	  for StartPoint and LastPoint
-
-2004-12-27 13:34  Sandro Santilli <strk at keybit.net>
-
-	* [r1185] doc/postgis.xml: Expanded "GIS Objects" chapter adding
-	  OGC/PostGIS (E)WKT/B and canonical forms.
-
-2004-12-27 12:50  Sandro Santilli <strk at keybit.net>
-
-	* [r1184] doc/postgis.xml: Added HasBBOX() item
-
-2004-12-27 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1183] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
-	  Added bool hasBBOX(geometry). Removed useless input copy in
-	  zmflag(geometry).
-
-2004-12-23 14:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1182] utils/test_joinestimation.pl: Fixed help string, and
-	  added a TODO item
-
-2004-12-23 11:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1181] doc/postgis.xml: Updated <GEOM>FromWKB signatures to take
-	  bytea instead of text,
-	  Removed non-standard GeometryFromText references and substituted
-	  with OGC GeomFromText.
-
-2004-12-23 10:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1180] doc/postgis.xml: Adjusted some function refereces, added
-	  another subsection for Geometry Output functions.
-
-2004-12-22 17:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1179] lwgeom/lwgeom_estimate.c: Added Mark Cave-Ayland
-	  implementation of JOIN selectivity estimator.
-
-2004-12-22 17:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1178] utils/test_joinestimation.pl: initial revision
-
-2004-12-22 10:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1177] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwpostgis.sql.in: GeomFromWKB() and GeometryFromText()
-	  issue a warning if provided formats
-	  are not OGC-strict. Introduced GeomFromEWKT() and GeomFromEWKB()
-	  for
-	  extended formats.
-
-2004-12-22 10:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1176] loader/pgsql2shp.c: Drop useless SRID from geometry when
-	  downloading EWKB format.
-
-2004-12-21 17:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1175] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h,
-	  lwgeom/lwpostgis.sql.in: Made asText and asBinary strict OGC
-	  conformant, introduced asEWKT and asEWKB
-	  for extended version outputs.
-
-2004-12-21 15:19  Sandro Santilli <strk at keybit.net>
-
-	* [r1174] lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c,
-	  lwgeom/wktunparse.c: Canonical binary reverted back to EWKB, now
-	  supporting SRID inclusion.
-
-2004-12-21 15:17  Sandro Santilli <strk at keybit.net>
-
-	* [r1173] lwgeom/lwgeom_api.c: Made setSRID(geom, -1) actually
-	  *remove* srid from LWGEOM.
-
-2004-12-21 12:21  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r1172] lwgeom/lwgeom_estimate.c: Fixed bug in pass 4 where
-	  sample boxes were referred as BOXs and not BOX2DFLOAT4. Also
-	  increased SDFACTOR to 3.25
-
-2004-12-21 12:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1171] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_ogc.c: Updated geom_accum to create *real* geometry
-	  arrays, changed aggregates
-	  using it accordingly. Fixed collect output type settings, and
-	  dropped
-	  CR/LF in lwgeom_functions_basic.c
-
-2004-12-21 11:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1170] lwgeom/lwline.c: allocation for deserialized lwline made
-	  after type checking
-
-2004-12-20 17:49  Sandro Santilli <strk at keybit.net>
-
-	* [r1169] lwgeom/lwpostgis.sql.in: Added array element delimiter
-	  for type geometry
-
-2004-12-20 14:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1168] lwgeom/lwgeom_ogc.c: SRID is no more skipped from asText
-	  output.
-
-2004-12-20 14:11  Sandro Santilli <strk at keybit.net>
-
-	* [r1167] doc/postgis.xml: Created a new 'Geometry Editors'
-	  section.
-
-2004-12-20 14:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1166] doc/postgis.xml: Added addBBOX() and dropBBOX()
-	  documentation.
-
-2004-12-20 14:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1165] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
-	  dropBBOX().
-
-2004-12-17 18:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1164] lwgeom/lwgeom_estimate.c: LWGEOM_gist_joinsel defined for
-	  all PG versions
-
-2004-12-17 18:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1163] lwgeom/Makefile: Fixed call to geos_version.sh
-
-2004-12-17 11:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1162] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c, lwgeom/wktparse.h,
-	  lwgeom/wktunparse.c: Moved getMachineEndian from parser to
-	  liblwgeom.{h,c}.
-	  Added XDR and NDR defines.
-	  Fixed all usage of them.
-
-2004-12-17 11:07  Sandro Santilli <strk at keybit.net>
-
-	* [r1161] lwgeom/lwgeom_estimate.c: Added missing prototype
-
-2004-12-17 11:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1160] lwgeom/lwgeom_geos.c: Added GEOSnoop stub for non-geos
-	  installations
-
-2004-12-17 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1159] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
-	  canonical binary conversions as bytea<->geometry casts and
-	  explicit _send and _recv for PG>73
-
-2004-12-17 10:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1158] lwgeom/lwgparse.c, lwgeom/wktparse.h: getMachineEndian
-	  exported
-
-2004-12-17 06:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r1157] CHANGES, CREDITS, README.postgis, TODO: Changes in
-	  preparation for 1.0.0RC1
-
-2004-12-16 12:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1155] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Initial
-	  skel for geometry_send canonical binary rep.
-
-2004-12-16 12:07  Sandro Santilli <strk at keybit.net>
-
-	* [r1154] utils/postgis_restore.pl: pg_restore-800 handling
-
-2004-12-15 13:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1152] doc/postgis.xml: Added UpdateGeometrySRID documentation
-
-2004-12-15 12:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1151] lwgeom/lwpostgis.sql.in: Enforced schema use in
-	  UpdateGeometrySRID
-
-2004-12-15 12:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1150] lwgeom/lwpostgis.sql.in: Added UpdateGeometrySRID
-
-2004-12-15 09:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1149] lwgeom/TODO: updated TODO
-
-2004-12-15 09:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1148] utils/postgis_restore.pl: Die if target database exists
-
-2004-12-15 08:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1145] loader/pgsql2shp.c: Fixed memory leaks depending on input
-	  size.
-
-2004-12-14 11:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1144] lwgeom/lwgeom.c: Fixed a bug in lwgeom_dropBBOX()
-
-2004-12-14 11:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1143] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
-	  geometry::text cast.
-
-2004-12-14 09:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1142] lwgeom/lwgeom_functions_basic.c: Added SRID check in
-	  collect_garray();
-
-2004-12-14 09:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1141] lwgeom/lwcollection.c: reduced function calls in
-	  lwcollection_serialize_size
-
-2004-12-14 09:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1140] lwgeom/lwgeom_geos.c: fixed a typo in polygonize function
-
-2004-12-13 14:12  Sandro Santilli <strk at keybit.net>
-
-	* [r1139] ., .cvsignore: updated
-
-2004-12-13 14:03  Sandro Santilli <strk at keybit.net>
-
-	* [r1138] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in:
-	  Initial skeleton on join selectivity estimator.
-	  Current estimators application for box2d && box2d operator.
-
-2004-12-13 13:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1137] Makefile, lwgeom/Makefile: lwpostgis.sql copy moved from
-	  root to lwgeom/Makefile
-
-2004-12-13 12:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1136] utils/postgis_restore.pl: Handled more schema
-	  specification in 800 pg_restore output.
-
-2004-12-13 12:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1135] lwgeom/lwgeom_api.c, lwgeom/lwgeom_estimate.c: Removed
-	  obsoleted function and fixed some warnings.
-
-2004-12-10 22:20  Sandro Santilli <strk at keybit.net>
-
-	* [r1131] doc/postgis.xml: Added notice about availability of
-	  shorter syntax for estimated_extent()
-
-2004-12-10 22:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1130] doc/postgis.xml: Added estimated_extent() doc.
-
-2004-12-10 12:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1129] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in:
-	  implemented estimated_extent() function
-
-2004-12-09 09:42  Sandro Santilli <strk at keybit.net>
-
-	* [r1128] examples/wkb_reader, examples/wkb_reader/.cvsignore,
-	  examples/wkb_reader/Makefile, examples/wkb_reader/printwkb.c,
-	  examples/wkb_reader/printwkb.inc, examples/wkb_reader/readwkb.c,
-	  examples/wkb_reader/wkbtest.h: Adjusted to work with new bytea
-	  WKB encoding, only supports 2d/3dz.
-
-2004-12-08 14:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1127] examples/wkb_reader/README: updated
-
-2004-12-05 11:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1126] examples/ogc_test_suite,
-	  examples/ogc_test_suite/.cvsignore,
-	  examples/ogc_test_suite/Makefile: Initial revision
-
-2004-12-05 11:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1125] examples/ogc_test_suite/3_cleanup.sql: commented out
-	  drops of unexistant tables
-
-2004-12-05 11:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1124] examples/ogc_test_suite/1_schema.sql: Changed
-	  AddGeometryColumns to not complain about invalid schema
-
-2004-11-29 16:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1123] lwgeom/misures.c: Fixed a bug in pt_in_ring_2d.
-
-2004-11-29 11:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1122] lwgeom/Makefile: Commented out useless CFLAGS override.
-
-2004-11-29 11:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1121] lwgeom/lwgeom_geos.c: Some initializzations to make
-	  compiler happy.
-
-2004-11-26 17:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1120] lwgeom/regress: Removed duplicated tests
-
-2004-11-26 17:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1119] lwgeom/regress/lwgeom_regress.sql,
-	  lwgeom/regress/lwgeom_regress2.sql,
-	  lwgeom/regress/lwgeom_regress2_expected,
-	  lwgeom/regress/lwgeom_regress_expected,
-	  lwgeom/regress/run_regress, lwgeom/regress/run_regress2,
-	  regress/lwgeom_regress.sql, regress/lwgeom_regress_expected,
-	  regress/run_lwgeom_regress: Moved basic LWGEOM parsing tests in
-	  mainstream regress dir.
-
-2004-11-26 16:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1118] lwgeom/regress/lwgeom_regress.sql,
-	  lwgeom/regress/lwgeom_regress_expected,
-	  lwgeom/regress/run_regress: First regress test cleaned up.
-
-2004-11-26 16:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1117] regress/regress_index.sql,
-	  regress/regress_index_expected,
-	  regress/regress_lots_of_points.sql, regress/run_index_regress,
-	  regress/run_regress: Ported index regress test to lwgeom
-
-2004-11-26 15:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1116] regress/README: Added regressions test notes
-
-2004-11-26 15:50  Sandro Santilli <strk at keybit.net>
-
-	* [r1115] regress/regress.sql, regress/regress_expected,
-	  regress/regress_index_out, regress/regress_out,
-	  regress/run_regress: Finished cleanup of main regression test.
-
-2004-11-26 15:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1114] lwgeom/lwcollection.c: lwcollection_same allows different
-	  components ordering to
-	  reflect older behaviour.
-
-2004-11-26 14:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1113] lwgeom/lwcollection.c: Cleanup
-
-2004-11-26 14:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1112] lwgeom/lwcollection.c: Fixed a bug in lwcollection_same
-
-2004-11-26 13:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1111] regress/regress.sql, regress/regress_expected,
-	  regress/regress_out, regress/run_regress: Initial regress tests
-	  adaptation for lwgeom
-
-2004-11-23 16:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1109] lwgeom/lwgeom_geos.c: POSTGIS2GEOS conversion failures
-	  handled cleanier
-
-2004-11-19 17:39  Sandro Santilli <strk at keybit.net>
-
-	* [r1107] utils/postgis_restore.pl: Massaged to work with
-	  pg_dump-7.2 and pg_restore-7.2
-
-2004-11-19 17:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1106] lwgeom/lwgeom_gml.c: precision made of type signed int
-	  (for %.*d correct use).
-
-2004-11-19 13:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1105] lwgeom/lwpostgis.sql.in: Added support for PG<73 in gist
-	  support functions
-	  and modified preprocessor flags to be compatible with older
-	  versions.
-
-2004-11-19 13:32  Sandro Santilli <strk at keybit.net>
-
-	* [r1104] lwgeom/lwpostgis.sql.in: Fixed IN/OUT representation of
-	  types to support < 73 PG versions
-
-2004-11-18 18:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1103] loader/TODO: updated
-
-2004-11-18 18:14  Sandro Santilli <strk at keybit.net>
-
-	* [r1102] loader/Makefile, loader/PQunescapeBytea.c,
-	  loader/compat.h, loader/pgsql2shp.c: Added a copy of the
-	  PQunescapeBytea function found in libpq of PG>=73
-
-2004-11-18 13:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1101] lwgeom/lwgeom_geos_wrapper.cpp: Substituted isfinite()
-	  with finite().
-
-2004-11-17 15:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1100] lwgeom/lwgeom_geos_wrapper.cpp: Yet another GEOSHasZ bug
-	  fix
-
-2004-11-17 15:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1099] lwgeom/lwgeom_geos_wrapper.cpp: GEOSHasZ now checks both
-	  DoubleNotANumber and isFinite
-
-2004-11-17 09:07  Sandro Santilli <strk at keybit.net>
-
-	* [r1098] lwgeom/lwgeom_geos_wrapper.cpp: Changes GEOSHasZ to use
-	  isfinite()
-
-2004-11-17 07:57  Sandro Santilli <strk at keybit.net>
-
-	* [r1097] doc/postgis.xml: Fixed a typo in geometry type names.
-
-2004-11-16 13:54  Sandro Santilli <strk at keybit.net>
-
-	* [r1096] lwgeom/lwgeom_geos.c: SRID checks and enforce for all
-	  GEOS operations.
-	  Z value handled so to show it only when available.
-
-2004-11-16 13:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1095] lwgeom/lwgeom_geos_wrapper.cpp: Added GEOSHasZ() and
-	  GEOSSetSRID()
-
-2004-11-15 10:51  Sandro Santilli <strk at keybit.net>
-
-	* [r1094] loader/shp2pgsql.c: Fixed a bug in PIP invocation, added
-	  some debugging lines.
-
-2004-11-13 01:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r1093] examples/ogc_test_suite/README: Add information about
-	  where test was downloaded from.
-
-2004-11-12 18:13  Sandro Santilli <strk at keybit.net>
-
-	* [r1092] examples/ogc_test_suite/3_cleanup.sql: Deleted entries in
-	  spatial_ref_sys and geometry_columns.
-
-2004-11-12 17:50  Sandro Santilli <strk at keybit.net>
-
-	* [r1091] lwgeom/lwgeom_ogc.c: Made PointN, InteriorRingN and
-	  GeometryN 1-based as required by
-	  OGC conformance suite.
-
-2004-11-11 21:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r1090] lwgeom/Makefile: Added grep -v ^# to cpp pipeline for
-	  .sql generation. Under OS/X cpp adds a
-	  header with a # comment field to the start of the output file.
-
-2004-11-11 09:42  Sandro Santilli <strk at keybit.net>
-
-	* [r1089] lwgeom/MISSING_OBJECTS: updated
-
-2004-11-08 11:08  Sandro Santilli <strk at keybit.net>
-
-	* [r1086] lwgeom/Makefile: Added -fPIC to CFLAGS as suggested by
-	  Vincent Schut.
-
-2004-11-05 11:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1085] lwgeom/TODO: updated
-
-2004-11-05 11:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1084] lwgeom/lwgeom_geos_wrapper.cpp: Had isvalid raise a
-	  NOTICE with invalidity message.
-
-2004-11-05 10:04  Sandro Santilli <strk at keybit.net>
-
-	* [r1083] lwgeom/TODO: updated
-
-2004-11-05 08:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1082] doc/postgis.xml, lwgeom/TODO,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
-	  ndims(geometry) function, used in a 3rd constraint set
-	  by AddGeometryColumn, documented.
-
-2004-11-04 11:40  Sandro Santilli <strk at keybit.net>
-
-	* [r1081] lwgeom/liblwgeom.h, lwgeom/lwgeom_estimate.c,
-	  lwgeom/misures.c: Renamed max/min/avg macros to LW_MAX, LW_MIN,
-	  LW_AVG.
-
-2004-11-04 09:18  Sandro Santilli <strk at keybit.net>
-
-	* [r1080] Makefile, lwgeom/Makefile, lwgeom/lwpostgis.sql.in,
-	  lwpostgis.sql.in: Oops.. my attemt at moving lwpostgis.sql.in one
-	  dir up was bogus.
-
-2004-11-04 08:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1079] Makefile, lwgeom/Makefile, lwgeom/lwpostgis.sql.in,
-	  lwpostgis.sql.in: Moved lwpostgis.sql.in and it's build logic up
-	  to root directory.
-
-2004-11-02 17:53  Sandro Santilli <strk at keybit.net>
-
-	* [r1078] lwgeom/liblwgeom.h: Fixed "compat.h" include to be local.
-
-2004-11-02 16:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1077] lwgeom/Makefile, lwgeom/compat.h, lwgeom/liblwgeom.c,
-	  lwgeom/liblwgeom.h, lwgeom/lwgeom_pg.c, lwgeom/vsprintf.c: Added
-	  a copy of GNU vsprintf.c file and compiled in.
-
-2004-11-02 15:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1076] lwgeom/liblwgeom.h: min/max macro made available
-	  regardless of MINGW32 define.
-
-2004-11-02 07:50  Sandro Santilli <strk at keybit.net>
-
-	* [r1074] spatial_ref_sys.sql: Updated as suggested by Frank
-	  Warmerdam.
-
-2004-11-02 07:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1073] lwgeom/lwpostgis.sql.in: Fixed a typo in
-	  probe_geometry_columns() reported by Vinko Vrsalovic.
-
-2004-10-29 05:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1072] lwgeom/TODO: updated
-
-2004-10-29 05:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1071] lwgeom/lwpostgis.sql.in: Fixed bug in AddGeometryColumn
-	  refusing to add 4D geoms.
-
-2004-10-28 16:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1070] loader/TODO: Initial local TODO
-
-2004-10-28 16:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1069] lwgeom/stringBuffer.c: header inclusion cleanup
-
-2004-10-28 16:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1068] lwgeom/lwgeom_inout.c: Fixed bug in debugguing output
-
-2004-10-28 16:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1067] lwgeom/lwgeom_inout.c: removed LF
-
-2004-10-28 16:23  Sandro Santilli <strk at keybit.net>
-
-	* [r1066] lwgeom/Makefile, lwgeom/lwgeom_geos_wrapper.cpp,
-	  lwgeom/lwgeom_gml.c: More cleanups.
-
-2004-10-28 16:13  Sandro Santilli <strk at keybit.net>
-
-	* [r1065] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_geos.c:
-	  cleanups.
-
-2004-10-28 16:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1064] lwgeom/lwgparse.c: Made data structurs
-	  old-compilers-friendly.
-
-2004-10-28 16:10  Sandro Santilli <strk at keybit.net>
-
-	* [r1063] lwgeom/lwgeom_gml.c: Fixed a bug in LWGEOM_asGML.
-
-2004-10-28 15:40  Sandro Santilli <strk at keybit.net>
-
-	* [r1062] lwgeom/lwgeom_geos_wrapper.cpp: Fixed geos-based
-	  opPolygonize include.
-
-2004-10-28 09:38  Sandro Santilli <strk at keybit.net>
-
-	* [r1061] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
-	  Cleanups.
-
-2004-10-28 09:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1060] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added makeline(point, point). Changed
-	  LineFromMultiPoint definition.
-
-2004-10-28 09:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1059] doc/postgis.xml, lwgeom/liblwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_pg.c,
-	  lwgeom/lwgeom_pg.h, lwgeom/lwline.c, lwgeom/lwpostgis.sql.in,
-	  lwgeom/ptarray.c: Added AddPoint(line, point, [position]) and
-	  support API functions.
-
-2004-10-28 07:56  Sandro Santilli <strk at keybit.net>
-
-	* [r1058] doc/postgis.xml, lwgeom/lwpostgis.sql.in: fixed name of
-	  line constructor as documentation reports it.
-	  LineFromMultiPoint().
-
-2004-10-28 07:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1057] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
-	  collect(geometry, geometry) re-introduced. collector() is an
-	  alias for collect().
-
-2004-10-27 15:40  Sandro Santilli <strk at keybit.net>
-
-	* [r1056] doc/postgis.xml, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_pg.h,
-	  lwgeom/lwpostgis.sql.in: Added MakeBox2D, MakeBox3D
-	  implementation and documentation.
-
-2004-10-27 15:19  Sandro Santilli <strk at keybit.net>
-
-	* [r1055] doc/postgis.xml, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwpostgis.sql.in: MakePoly renamed to Polygonize
-
-2004-10-27 15:09  Sandro Santilli <strk at keybit.net>
-
-	* [r1054] lwgeom/TODO: updated
-
-2004-10-27 14:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1052] doc/postgis.xml: Added constructors docs and intial
-	  organizzation for postgis extension functions.
-
-2004-10-27 13:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1051] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp:
-	  Unset debug define.
-
-2004-10-27 12:30  Sandro Santilli <strk at keybit.net>
-
-	* [r1049] lwgeom/lwgeom_svg.c: AsSVG returns NULL on GEOMETRY
-	  COLLECTION input.
-
-2004-10-27 11:06  Sandro Santilli <strk at keybit.net>
-
-	* [r1048] lwgeom/TODO: updated
-
-2004-10-27 11:05  Sandro Santilli <strk at keybit.net>
-
-	* [r1047] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp:
-	  Added polygonize interface (makepoly aggregate)
-
-2004-10-27 11:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1046] lwgeom/lwgeom_estimate.c: Removed another getbox2d()
-	  call.
-
-2004-10-27 10:55  Sandro Santilli <strk at keybit.net>
-
-	* [r1045] lwgeom/lwpostgis.sql.in: Fixed fix_geometry_columns() to
-	  leave correctly linked records untouched.
-
-2004-10-26 16:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1042] geos_version.sh: Bug fix in GEOS version extractor.
-
-2004-10-25 17:07  Sandro Santilli <strk at keybit.net>
-
-	* [r1041] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_gist.c: Obsoleted
-	  getbox2d(). Use getbox2d_p() or getbox2d_internal() instead.
-
-2004-10-25 15:31  Sandro Santilli <strk at keybit.net>
-
-	* [r1040] geos_version.sh: portable math expressions.
-
-2004-10-25 14:20  Sandro Santilli <strk at keybit.net>
-
-	* [r1039] lwgeom/lwgeom_svg.c: Y axis reverse and relative path
-	  fixes from Olivier Courtin.
-
-2004-10-25 12:27  Sandro Santilli <strk at keybit.net>
-
-	* [r1038] lwgeom/lwgeom_inout.c, lwgeom/wktunparse.c: Removed
-	  useless network type includes,
-	  Added param.h include for BYTE_ORDER defines under win32.
-
-2004-10-21 19:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1037] lwgeom/lwgeom.c, lwgeom/wktunparse.c: Stricter syntax
-	  fixes. Reported by S�bastien NICAISE
-	  <snicaise at iciatechnologies.com>
-
-2004-10-21 19:47  Sandro Santilli <strk at keybit.net>
-
-	* [r1036] lwgeom/TODO: updated
-
-2004-10-21 19:46  Sandro Santilli <strk at keybit.net>
-
-	* [r1035] lwgeom/lwcollection.c: ZMflags check on costituent
-	  geometries only performed when there is
-	  at least one.
-
-2004-10-21 19:45  Sandro Santilli <strk at keybit.net>
-
-	* [r1034] lwgeom/Makefile: Added detect_geos_version in all: rule
-
-2004-10-18 11:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1033] doc/postgis.xml: Added reverse(geometry) and
-	  ForceRHR(geometry) documentation.
-
-2004-10-18 11:29  Sandro Santilli <strk at keybit.net>
-
-	* [r1032] lwgeom/lwpostgis.sql.in: makeline_from_multipoint renamed
-	  to line_from_multipoint
-
-2004-10-18 09:37  Sandro Santilli <strk at keybit.net>
-
-	* [r1031] lwgeom/TODO: updated
-
-2004-10-17 13:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1030] loader/shp2pgsql.c: removed USE_WKB partially-used define
-
-2004-10-17 13:24  Sandro Santilli <strk at keybit.net>
-
-	* [r1029] loader/shp2pgsql.c: HEXWKB polygon
-
-2004-10-17 13:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1028] lwgeom/TODO: updated
-
-2004-10-17 12:59  Sandro Santilli <strk at keybit.net>
-
-	* [r1027] loader/shp2pgsql.c: HEXWKB multiline output
-
-2004-10-17 12:51  Sandro Santilli <strk at keybit.net>
-
-	* [r1026] lwgeom/lwline.c: Fixed a bug in lwline_serialize_buf
-	  preventing dimension override
-
-2004-10-17 12:43  Sandro Santilli <strk at keybit.net>
-
-	* [r1025] lwgeom/lwline.c: Fixed a debugging function output bug
-
-2004-10-17 12:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1024] loader/shp2pgsql.c: Point and MultiPoint loaded using
-	  HEXWKB.
-
-2004-10-17 12:16  Sandro Santilli <strk at keybit.net>
-
-	* [r1022] loader/pgsql2shp.c: fixed prototype for user query table
-
-2004-10-17 12:15  Sandro Santilli <strk at keybit.net>
-
-	* [r1020] loader/pgsql2shp.c: Bug fixed in multipoint4D creation
-
-2004-10-15 22:02  Sandro Santilli <strk at keybit.net>
-
-	* [r1019] lwgeom/TODO: updated
-
-2004-10-15 22:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1018] loader/shp2pgsql.c: Initial WKB functionalities
-
-2004-10-15 16:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1017] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
-	  lwgeom/lwpostgis.sql.in: makeline_from_multipoint() implemented
-	  and exposed.
-
-2004-10-15 15:25  Sandro Santilli <strk at keybit.net>
-
-	* [r1016] lwgeom/TODO: updated
-
-2004-10-15 15:21  Sandro Santilli <strk at keybit.net>
-
-	* [r1015] lwgeom/lwline.c: Fixed a bug in outputput dimension
-	  detection for makeline()
-
-2004-10-15 15:01  Sandro Santilli <strk at keybit.net>
-
-	* [r1014] lwgeom/TODO: updated
-
-2004-10-15 15:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1013] lwgeom/lwgeom_functions_basic.c: Added debugging lines
-
-2004-10-15 15:00  Sandro Santilli <strk at keybit.net>
-
-	* [r1012] lwgeom/lwline.c: Fixed a bug in make_lwline
-
-2004-10-15 11:52  Sandro Santilli <strk at keybit.net>
-
-	* [r1011] TODO, lwgeom/TODO: updated
-
-2004-10-15 11:48  Sandro Santilli <strk at keybit.net>
-
-	* [r1009] lwgeom/lwgeom_svg.c: Fixed a bug making asSVG return a
-	  spurious char at the end.
-
-2004-10-15 11:42  Sandro Santilli <strk at keybit.net>
-
-	* [r1008] lwgeom/liblwgeom.h, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
-	  lwgeom/lwpostgis.sql.in, lwgeom/ptarray.c: Added makeline()
-	  aggregate and make_lwline() API method.
-
-2004-10-15 09:44  Sandro Santilli <strk at keybit.net>
-
-	* [r1007] doc/postgis.xml: updated AsSVG doc
-
-2004-10-15 09:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1006] lwgeom/lwgeom_svg.c: changed precision semantic back to
-	  number of decimal digits
-
-2004-10-15 09:41  Sandro Santilli <strk at keybit.net>
-
-	* [r1005] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h: Added a trailing
-	  zeros trimmer
-
-2004-10-15 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r1004] loader/pgsql2shp.c: Fixed handling of mixed dimensioned
-	  geometries in source table.
-
-2004-10-15 07:35  Sandro Santilli <strk at keybit.net>
-
-	* [r1003] lwgeom/wktunparse.c: Fixed a bug introduced by me
-	  (byteorder skipped for inner geoms in WKB)
-
-2004-10-14 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r1001] doc/postgis.xml: Updated pgsql2shp documentation.
-
-2004-10-14 09:59  Sandro Santilli <strk at keybit.net>
-
-	* [r999] loader/pgsql2shp.c: Added support for user query
-	  (replacing schema.table)
-
-2004-10-13 19:33  Sandro Santilli <strk at keybit.net>
-
-	* [r998] TODO: updated
-
-2004-10-13 19:32  Sandro Santilli <strk at keybit.net>
-
-	* [r996] doc/postgis.xml: Added third buffer arg expanation
-
-2004-10-13 18:49  Sandro Santilli <strk at keybit.net>
-
-	* [r994] lwgeom/lwgeom_geos.c: fixed arg number in buffer third arg
-
-2004-10-13 18:39  Sandro Santilli <strk at keybit.net>
-
-	* [r993] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp,
-	  lwgeom/lwpostgis.sql.in: Added a third argument to the buffer()
-	  function.
-
-2004-10-13 17:21  Sandro Santilli <strk at keybit.net>
-
-	* [r992] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
-	  Dropped SRID argument from point constructor.
-	  Unified procedure name to 'makepoint' for 2d,3dz,4d and
-	  'makepointm' for 3dm.
-
-2004-10-13 15:20  Sandro Santilli <strk at keybit.net>
-
-	* [r991] lwgeom/TODO: updated
-
-2004-10-13 15:19  Sandro Santilli <strk at keybit.net>
-
-	* [r990] lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added point constructors PG funx.
-
-2004-10-13 14:26  Sandro Santilli <strk at keybit.net>
-
-	* [r989] lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/lwpoint.c,
-	  lwgeom/test.c: Added simpler lwpoint constructors.
-
-2004-10-11 14:36  Sandro Santilli <strk at keybit.net>
-
-	* [r986] lwgeom/TODO: updated
-
-2004-10-11 14:34  Sandro Santilli <strk at keybit.net>
-
-	* [r985] loader/pgsql2shp.c: Added endiannes specification for
-	  postgis-1.0.0+
-
-2004-10-11 14:03  Sandro Santilli <strk at keybit.net>
-
-	* [r984] lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h,
-	  lwgeom/lwpostgis.sql.in, lwgeom/test.c, lwgeom/wktparse.h,
-	  lwgeom/wktunparse.c: Added endiannes specification to
-	  unparse_WKB, AsBinary, lwgeom_to_wkb.
-
-2004-10-11 12:23  Sandro Santilli <strk at keybit.net>
-
-	* [r983] lwgeom/Makefile: Added test.o to cleanup list
-
-2004-10-11 12:23  Sandro Santilli <strk at keybit.net>
-
-	* [r982] lwgeom/TODO: updated
-
-2004-10-11 11:53  Sandro Santilli <strk at keybit.net>
-
-	* [r981] lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/misures.c: Moved misuring functions to misures.c (from
-	  lwgeom_functions_basic.c).
-	  Added -lm to build line for the API test application.
-
-2004-10-11 11:46  Sandro Santilli <strk at keybit.net>
-
-	* [r980] doc/postgis.xml: changed description of pgsql2shp -b
-	  switch
-
-2004-10-11 10:31  Sandro Santilli <strk at keybit.net>
-
-	* [r979] lwgeom/lwgeom_functions_basic.c: Changed collect() to
-	  return MULTI* if applicabe (all input is corresponding
-	  SINGLE type).
-
-2004-10-11 10:30  Sandro Santilli <strk at keybit.net>
-
-	* [r978] lwgeom/lwgeom.c: Added debug strings
-
-2004-10-11 09:55  Sandro Santilli <strk at keybit.net>
-
-	* [r977] lwgeom/lwgeom_functions_basic.c: collect() always return a
-	  collection, with a component for each input
-	  geometry.
-	  memcollect() obsoleted.
-
-2004-10-11 09:46  Sandro Santilli <strk at keybit.net>
-
-	* [r976] lwgeom/lwcollection.c: Fixed bug making it unbuildable.
-
-2004-10-11 09:32  Sandro Santilli <strk at keybit.net>
-
-	* [r975] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c: Added lwgeom_addBBOX() and
-	  lwcollection_construct_empty()
-
-2004-10-11 07:15  Sandro Santilli <strk at keybit.net>
-
-	* [r974] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
-	  lwgeom/lwpoly.c, lwgeom/ptarray.c: lwgeom_same new implementation
-
-2004-10-11 06:03  Sandro Santilli <strk at keybit.net>
-
-	* [r973] TODO: updated
-
-2004-10-10 20:31  Sandro Santilli <strk at keybit.net>
-
-	* [r972] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
-	  lwgeom/lwpoly.c, lwgeom/ptarray.c: segmentize2d() port and use of
-	  new LWGEOM structure.
-
-2004-10-09 15:17  Sandro Santilli <strk at keybit.net>
-
-	* [r971] lwgeom/TODO: updated
-
-2004-10-08 13:26  Sandro Santilli <strk at keybit.net>
-
-	* [r969] lwgeom/TODO: updated
-
-2004-10-08 13:21  Sandro Santilli <strk at keybit.net>
-
-	* [r968] lwgeom/lwgeom.c: Debugging output cleanup.
-
-2004-10-08 13:20  Sandro Santilli <strk at keybit.net>
-
-	* [r967] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
-	  lwgeom/lwgeom_chip.c, lwgeom/lwgeom_estimate.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h, lwgeom/lwline.c,
-	  lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
-	  lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/lwpostgis.sql.in,
-	  lwgeom/ptarray.c: Changed LWGEOM structure to point to an actual
-	  BOX2DFLOAT4.
-	  Renamed most function to reflect a TYPE_method naming convention.
-	  (you'll need a dump/reload for it to work)
-	  Added more manipulation functions.
-
-2004-10-08 13:16  Sandro Santilli <strk at keybit.net>
-
-	* [r966] lwgeom/liblwgeom.c: added memory allocation debugging
-
-2004-10-08 13:15  Sandro Santilli <strk at keybit.net>
-
-	* [r965] lwgeom/Makefile: Added box2d.o module, reverted
-	  SCRIPTS_VERSION to 0.1.0.
-
-2004-10-08 13:15  Sandro Santilli <strk at keybit.net>
-
-	* [r964] lwgeom/box2d.c: Initial revision
-
-2004-10-08 10:48  Sandro Santilli <strk at keybit.net>
-
-	* [r963] doc/postgis.xml: Some updates
-
-2004-10-08 07:01  Sandro Santilli <strk at keybit.net>
-
-	* [r962] hwgeom: Dropped HWGEOM from this branch.
-
-2004-10-07 22:02  Sandro Santilli <strk at keybit.net>
-
-	* [r959] lwgeom/TODO: updated
-
-2004-10-07 21:52  Sandro Santilli <strk at keybit.net>
-
-	* [r958] loader/shp2pgsql.c: Lots of rewriting/cleanup. TypeM/TypeZ
-	  supports.
-
-2004-10-07 21:51  Sandro Santilli <strk at keybit.net>
-
-	* [r957] loader/pgsql2shp.c: Fixed a bug in 4d handling
-
-2004-10-07 20:39  Sandro Santilli <strk at keybit.net>
-
-	* [r956] lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c:
-	  Fixed bugs in TYPE_ macro usage
-
-2004-10-07 17:18  Sandro Santilli <strk at keybit.net>
-
-	* [r955] lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/ptarray.c,
-	  lwgeom/test.c: Changed ptarray2d_construct interface.
-
-2004-10-07 17:18  Sandro Santilli <strk at keybit.net>
-
-	* [r954] lwgeom/lwgeom_ogc.c: Changed geometrytype() to support
-	  TYPEM.
-
-2004-10-07 17:17  Sandro Santilli <strk at keybit.net>
-
-	* [r953] lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Changed
-	  AddGeometryColumn to handle TYPEM.
-	  Updated SCRIPTS_VERSION to 1.1.0
-
-2004-10-07 17:15  Sandro Santilli <strk at keybit.net>
-
-	* [r952] loader/pgsql2shp.c: Fixed TYPEM handling.
-
-2004-10-07 10:03  Sandro Santilli <strk at keybit.net>
-
-	* [r951] lwgeom/Makefile, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
-	  lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_chip.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c,
-	  lwgeom/lwline.c, lwgeom/lwmline.c, lwgeom/lwmpoint.c,
-	  lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c,
-	  lwgeom/ptarray.c, lwgeom/test.c, lwgeom/wktparse.h,
-	  lwgeom/wktunparse.c: API cleanup, more steps toward standalone
-	  library.
-
-2004-10-07 06:54  Sandro Santilli <strk at keybit.net>
-
-	* [r950] loader/pgsql2shp.c, loader/shp2pgsql.c: cleanups
-
-2004-10-06 17:04  Sandro Santilli <strk at keybit.net>
-
-	* [r949] loader/pgsql2shp.c: ZM handling. Log trimmed.
-
-2004-10-06 10:11  Sandro Santilli <strk at keybit.net>
-
-	* [r947] loader/shp2pgsql.c: Other separator fixes
-
-2004-10-06 09:52  Sandro Santilli <strk at keybit.net>
-
-	* [r946] doc/postgis.xml: Added zmflag(geom) doc
-
-2004-10-06 09:40  Sandro Santilli <strk at keybit.net>
-
-	* [r944] loader/shp2pgsql.c: Handled 0-DBF-attributes corner case.
-
-2004-10-06 08:53  Sandro Santilli <strk at keybit.net>
-
-	* [r943] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
-	  Added zmflag(geom) function.
-
-2004-10-06 08:17  Sandro Santilli <strk at keybit.net>
-
-	* [r942] TODO: updated
-
-2004-10-06 07:19  Sandro Santilli <strk at keybit.net>
-
-	* [r941] jdbc/org/postgis/Point.java: Left off a semicolon in
-	  previous patch...
-
-2004-10-05 22:46  Sandro Santilli <strk at keybit.net>
-
-	* [r939] jdbc/org/postgis/Point.java: Removed PGSQLException use as
-	  suggested by Kris Jurka
-
-2004-10-05 21:59  Sandro Santilli <strk at keybit.net>
-
-	* [r938] lwgeom/Makefile: Flex invocation patch by Kris Jurka.
-
-2004-10-05 21:54  Sandro Santilli <strk at keybit.net>
-
-	* [r936] lwgeom/lwgeom_estimate.c: Yes another change in
-	  SPI_cursor_open
-
-2004-10-05 21:53  Sandro Santilli <strk at keybit.net>
-
-	* [r935] lwgeom/lwgeom_functions_basic.c: Fixed bugs in Centroid
-	  (not GEOS)
-
-2004-10-05 21:42  Sandro Santilli <strk at keybit.net>
-
-	* [r934] lwgeom/lwgeom_api.c, lwgeom/lwgeom_debug.c,
-	  lwgeom/lwgeom_gist.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_spheroid.c: Cleanups for older compilers and PG
-	  verisons.
-
-2004-10-05 21:20  Sandro Santilli <strk at keybit.net>
-
-	* [r933] lwgeom/TODO: updated
-
-2004-10-05 21:08  Sandro Santilli <strk at keybit.net>
-
-	* [r932] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/wktunparse.c: Added
-	  debugging lines, fixed a bug in TYPE_HASSRID and TYPE_HASBBOX
-	  macros.
-
-2004-10-05 21:08  Sandro Santilli <strk at keybit.net>
-
-	* [r931] lwgeom/Makefile: Made clean rule verbose
-
-2004-10-05 17:15  Sandro Santilli <strk at keybit.net>
-
-	* [r930] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
-	  lwgeom/lwpoint.c, lwgeom/lwpoly.c: Bug fix in size computation.
-
-2004-10-05 16:28  Sandro Santilli <strk at keybit.net>
-
-	* [r929] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_chip.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_spheroid.c, lwgeom/lwgparse.c, lwgeom/lwline.c,
-	  lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
-	  lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/lwpostgis.sql.in,
-	  lwgeom/wktparse.lex, lwgeom/wktparse.y: Added ZM dimensions flags
-	  knowledge.
-
-2004-10-05 16:07  Sandro Santilli <strk at keybit.net>
-
-	* [r928] lwgeom/TODO: updated
-
-2004-10-05 15:12  Sandro Santilli <strk at keybit.net>
-
-	* [r927] lwgeom/liblwgeom.c: Added newlines in standalone reporters
-
-2004-10-05 15:11  Sandro Santilli <strk at keybit.net>
-
-	* [r926] doc/postgis.xml: Added force_3dz, force_3dm docs
-
-2004-10-05 15:11  Sandro Santilli <strk at keybit.net>
-
-	* [r925] Makefile.config: Changed default variable setting to a
-	  more portable syntax
-
-2004-10-05 07:53  Sandro Santilli <strk at keybit.net>
-
-	* [r924] lwgeom/liblwgeom.h, lwgeom/lwgparse.c,
-	  lwgeom/wktparse.lex, lwgeom/wktparse.y, lwgeom/wktunparse.c: ZM
-	  aware WKT/WKB input/output.
-
-2004-10-04 13:53  Sandro Santilli <strk at keybit.net>
-
-	* [r923] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
-	  lwgeom/lwgeom_chip.c, lwgeom/lwgeom_debug.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_inout.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgparse.c,
-	  lwgeom/lwline.c, lwgeom/lwmline.c, lwgeom/lwmpoint.c,
-	  lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c,
-	  lwgeom/wktunparse.c: Serialized form and WKB prepared to accept
-	  ZM flags replacing DD (dimensions)
-
-2004-10-04 09:25  Sandro Santilli <strk at keybit.net>
-
-	* [r922] lwgeom/lwgeom_functions_basic.c: Added missing prototype
-
-2004-10-03 15:57  Sandro Santilli <strk at keybit.net>
-
-	* [r921] lwgeom/TODO: updated
-
-2004-10-03 15:52  Sandro Santilli <strk at keybit.net>
-
-	* [r920] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwline.c,
-	  lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/lwpostgis.sql.in: Made
-	  GEOS<->LWGEOM converters keep geometry structures.
-	  Fixed bug in serializers.
-	  Added noop(geometry) for deserialize/serialize debugging.
-
-2004-10-01 14:49  Sandro Santilli <strk at keybit.net>
-
-	* [r919] lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwline.c,
-	  lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
-	  lwgeom/lwpoint.c, lwgeom/lwpoly.c: Added lwgeom_add(LWGEOM *to,
-	  int where, LWGEOM *what).
-	  Added LWGEOM2GEOS keeping input geometry structure.
-
-2004-10-01 07:51  Sandro Santilli <strk at keybit.net>
-
-	* [r918] lwgeom/lwgeom_debug.c: initial revision
-
-2004-10-01 07:51  Sandro Santilli <strk at keybit.net>
-
-	* [r917] lwgeom/liblwgeom.h, lwgeom/lwgeom.c: Added runtime cast
-	  functions.
-
-2004-09-30 16:06  Sandro Santilli <strk at keybit.net>
-
-	* [r916] lwgeom/TODO, lwgeom/liblwgeom.c, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c: bug fixes
-
-2004-09-30 15:42  Sandro Santilli <strk at keybit.net>
-
-	* [r915] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
-	  lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_pg.h, lwgeom/lwline.c, lwgeom/lwmline.c,
-	  lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
-	  lwgeom/lwpoly.c: Added BBOX finders and its support in
-	  serializer.
-
-2004-09-30 11:49  Sandro Santilli <strk at keybit.net>
-
-	* [r914] lwgeom/TODO: updated
-
-2004-09-30 11:45  Sandro Santilli <strk at keybit.net>
-
-	* [r913] lwgeom/Makefile, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
-	  lwgeom/lwcollection.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_pg.c, lwgeom/lwline.c, lwgeom/lwmline.c,
-	  lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
-	  lwgeom/lwpoly.c: More common flags between LW<type>s.
-	  LWGEOM_summary output made cleaner and moved to lwgeom_debug.c
-
-2004-09-30 08:18  Sandro Santilli <strk at keybit.net>
-
-	* [r912] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
-	  lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwmline.c,
-	  lwgeom/lwmpoint.c, lwgeom/lwmpoly.c: Added missing liblwgeom.c
-	  file.
-	  Made LWMPOINT, LWMLINE, LWMPOLY compatible with LWCOLLECTION.
-	  Fixed reverse() and forcerhr() to maintain geometry structure.
-
-2004-09-30 06:54  Sandro Santilli <strk at keybit.net>
-
-	* [r911] lwgeom/TODO: updated
-
-2004-09-29 15:25  Sandro Santilli <strk at keybit.net>
-
-	* [r910] lwgeom/Makefile, lwgeom/liblwgeom.h,
-	  lwgeom/lwcollection.c, lwgeom/lwgeom.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
-	  lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
-	  lwgeom/lwpoint.c, lwgeom/lwpoly.c: Added serialize function for
-	  LWGEOM
-
-2004-09-29 10:50  Sandro Santilli <strk at keybit.net>
-
-	* [r909] lwgeom/Makefile, lwgeom/liblwgeom.h,
-	  lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_box.c,
-	  lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
-	  lwgeom/lwgeom_btree.c, lwgeom/lwgeom_chip.c,
-	  lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_gist.c, lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h,
-	  lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_svg.c,
-	  lwgeom/lwgeom_transform.c, lwgeom/lwline.c, lwgeom/lwmline.c,
-	  lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
-	  lwgeom/lwpoly.c: Big layout change.
-	  lwgeom.h is public API
-	  liblwgeom.h is private header
-	  lwgeom_pg.h is for PG-links
-	  lw<type>.c contains type-specific functions
-
-2004-09-29 06:31  Sandro Santilli <strk at keybit.net>
-
-	* [r908] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
-	  lwgeom/lwgeom_btree.c, lwgeom/lwgeom_chip.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_svg.c,
-	  lwgeom/lwgeom_transform.c: Changed LWGEOM to PG_LWGEOM.
-	  Changed LWGEOM_construct to PG_LWGEOM_construct.
-
-2004-09-28 17:13  Sandro Santilli <strk at keybit.net>
-
-	* [r907] lwgeom/lwgeom.h: Removed ^Ms, added note about flatting
-	  nature of LWGEOM_EXPLODED.
-
-2004-09-28 16:22  Sandro Santilli <strk at keybit.net>
-
-	* [r906] doc/postgis.xml: Added AsGML function ref
-
-2004-09-28 09:31  Sandro Santilli <strk at keybit.net>
-
-	* [r905] lwgeom/lwgeom_geos_wrapper.cpp: Fixed a bug in
-	  PostGIS2GEOS_point
-
-2004-09-28 09:05  Sandro Santilli <strk at keybit.net>
-
-	* [r904] lwgeom/TODO: updated
-
-2004-09-28 09:01  Sandro Santilli <strk at keybit.net>
-
-	* [r903] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
-	  Added forceRHR() and support functions.
-
-2004-09-28 09:00  Sandro Santilli <strk at keybit.net>
-
-	* [r902] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
-	  ptarray_isccw(). Added extern modifiers to public prototypes.
-
-2004-09-28 08:28  Sandro Santilli <strk at keybit.net>
-
-	* [r901] lwgeom/TODO: updated
-
-2004-09-28 08:22  Sandro Santilli <strk at keybit.net>
-
-	* [r900] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in:
-	  Added reverse(geometry) and support functions
-
-2004-09-28 08:21  Sandro Santilli <strk at keybit.net>
-
-	* [r899] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added some const
-	  modifiers
-
-2004-09-27 17:27  Sandro Santilli <strk at keybit.net>
-
-	* [r898] lwgeom/TODO: updated
-
-2004-09-27 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r897] lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_gist.c,
-	  lwgeom/profile.h: Debugging defines set to NODEBUG.
-
-2004-09-27 08:24  Sandro Santilli <strk at keybit.net>
-
-	* [r896] utils/README: updated
-
-2004-09-27 08:23  Sandro Santilli <strk at keybit.net>
-
-	* [r895] utils/profile_intersects.pl: Added USE_GIST variable on
-	  top of file. Changed true values report
-	  as fraction of total rows.
-
-2004-09-24 22:27  Sandro Santilli <strk at keybit.net>
-
-	* [r894] lwgeom/Makefile: Added profile.h deps
-
-2004-09-24 12:20  Sandro Santilli <strk at keybit.net>
-
-	* [r893] utils/profile_intersects.pl: Added worst and best
-	  percentile for both intersects and distance
-
-2004-09-24 11:58  Sandro Santilli <strk at keybit.net>
-
-	* [r892] utils/profile_intersects.pl: approximated nums to 2
-	  decimal digits
-
-2004-09-24 11:35  Sandro Santilli <strk at keybit.net>
-
-	* [r891] utils/profile_intersects.pl: initial intersects profiler
-	  frontend implementation
-
-2004-09-24 09:46  Sandro Santilli <strk at keybit.net>
-
-	* [r890] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwpostgis.sql.in:
-	  Added box2d->geometry cast.
-
-2004-09-23 16:14  Sandro Santilli <strk at keybit.net>
-
-	* [r889] loader/pgsql2shp.c: Added -m / -z switches to control
-	  output type: XYM,XYMZ.
-
-2004-09-23 15:09  Sandro Santilli <strk at keybit.net>
-
-	* [r888] lwgeom/lwgeom_gml.c, lwgeom/lwpostgis.sql.in: Modified GML
-	  output as suggested by Martin Daly.
-
-2004-09-23 11:12  Sandro Santilli <strk at keybit.net>
-
-	* [r887] lwgeom/Makefile, lwgeom/lwgeom_gml.c,
-	  lwgeom/lwpostgis.sql.in: Initial GML output routines.
-
-2004-09-23 10:13  Sandro Santilli <strk at keybit.net>
-
-	* [r886] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/profile.h: Profile output modified again, input geoms
-	  points and conversion times separated
-
-2004-09-22 17:13  Sandro Santilli <strk at keybit.net>
-
-	* [r885] lwgeom/lwgeom_api.c: indentation fixes
-
-2004-09-22 17:12  Sandro Santilli <strk at keybit.net>
-
-	* [r884] lwgeom/lwgeom_gist.c: indentation and
-	  function-call-debugging preparation
-
-2004-09-22 17:11  Sandro Santilli <strk at keybit.net>
-
-	* [r883] lwgeom/lwgeom_functions_analytic.c: removed some compiler
-	  warnings
-
-2004-09-22 17:11  Sandro Santilli <strk at keybit.net>
-
-	* [r882] lwgeom/lwgeom_functions_basic.c: Added missing prototype
-	  to make compiler happy
-
-2004-09-22 16:52  Sandro Santilli <strk at keybit.net>
-
-	* [r881] lwgeom/TODO, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_functions_basic.c: Added lwpoint_size, lwline_size,
-	  lwpoly_size for computing
-	  serialized size from deserialized objects.
-
-2004-09-22 16:29  Sandro Santilli <strk at keybit.net>
-
-	* [r880] lwgeom/lwgeom.h: Some more source file cleanups.
-
-2004-09-22 16:09  Sandro Santilli <strk at keybit.net>
-
-	* [r879] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_functions_basic.c: Moved size computation functions
-	  in module static scope.
-	  Renamed public one to lwgeom_size(char *).
-
-2004-09-22 15:15  Sandro Santilli <strk at keybit.net>
-
-	* [r878] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: lw<type>_findlength
-	  function made statics of lwgeom_api.c.
-	  public functions with those names should accept LW<TYPE> pointers
-	  instead..
-
-2004-09-22 15:11  Sandro Santilli <strk at keybit.net>
-
-	* [r877] TODO.lwgeom, lwgeom/TODO: LWGEOM TODO moved back to the
-	  lwgeom/ dir.
-
-2004-09-22 14:57  Sandro Santilli <strk at keybit.net>
-
-	* [r876] lwgeom/MISSING_OBJECTS: updated
-
-2004-09-22 14:57  Sandro Santilli <strk at keybit.net>
-
-	* [r875] lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwpostgis.sql.in: line_interpolate_point added.
-
-2004-09-22 14:56  Sandro Santilli <strk at keybit.net>
-
-	* [r874] lwgeom/lwgeom.h: fixed a comment
-
-2004-09-22 13:45  Sandro Santilli <strk at keybit.net>
-
-	* [r873] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/profile.h: Added 'label' argument to the profreport macro.
-
-2004-09-22 11:42  Sandro Santilli <strk at keybit.net>
-
-	* [r872] lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_geos.c, lwgeom/profile.h: Renamed
-	  lwgeom_npoints_recursive to lwgeom_npoints and exposed in
-	  lwgeom.h.
-	  Changed SERIALIZED_FORM macro to be less LWGEOM structure aware.
-	  Added profiling header file.
-	  Modified profiling calls to include total query time.
-	  Initial profiling support in the mindistance function.
-
-2004-09-22 04:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r871] doc/Makefile, doc/postgis.xml: Add number nesting to
-	  sections. Fix link in postgis.xml
-
-2004-09-21 21:04  Sandro Santilli <strk at keybit.net>
-
-	* [r870] lwgeom/lwgeom_geos.c: slightly changed PROF_SUM output for
-	  sort acceptance
-
-2004-09-21 20:44  Sandro Santilli <strk at keybit.net>
-
-	* [r869] lwgeom/lwgeom_geos.c: Fixed a profiler bug.
-	  Added points count and doubled profiler output.
-
-2004-09-21 19:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r868] doc/Makefile: Add section autolabelling to printed output
-
-2004-09-21 19:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r867] doc/Makefile: Add autolabelling to sections in generated
-	  HTML.
-
-2004-09-21 17:50  Sandro Santilli <strk at keybit.net>
-
-	* [r866] lwgeom/lwgeom_geos.c: Added missing profiling report calls
-	  in predicates
-
-2004-09-21 17:36  Sandro Santilli <strk at keybit.net>
-
-	* [r865] lwgeom/lwgeom_geos.c: Added GEOS profiling support.
-
-2004-09-21 16:08  Sandro Santilli <strk at keybit.net>
-
-	* [r864] lwgeom/lwgeom_geos.c: reduced memory copies in
-	  GEOS2POSTGIS()
-
-2004-09-21 16:07  Sandro Santilli <strk at keybit.net>
-
-	* [r863] lwgeom/lwgeom_api.c: buffer serialized accept NULL as
-	  return-size pointer
-
-2004-09-21 15:44  Sandro Santilli <strk at keybit.net>
-
-	* [r862] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
-	  lwgeom_empy_length(), lwgeom_constructempty_buf(),
-	  lwexploded_serialize_buf()
-
-2004-09-21 10:57  Sandro Santilli <strk at keybit.net>
-
-	* [r861] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
-	  lwexploded_findlength
-
-2004-09-20 21:13  Sandro Santilli <strk at keybit.net>
-
-	* [r860] lwgeom/lwgeom_geos_wrapper.cpp: Optimized postgis->geos
-	  conversion
-
-2004-09-20 21:13  Sandro Santilli <strk at keybit.net>
-
-	* [r859] lwgeom/lwgeom_geos.c: commented pfree call in GEOSnoop
-	  (seems to generate memory faults)
-
-2004-09-20 17:14  Sandro Santilli <strk at keybit.net>
-
-	* [r858] TODO.lwgeom: updated
-
-2004-09-20 17:13  Sandro Santilli <strk at keybit.net>
-
-	* [r857] loader/shp2pgsql.c: changed comments to better show shape
-	  type handling
-
-2004-09-20 17:11  Sandro Santilli <strk at keybit.net>
-
-	* [r856] loader/pgsql2shp.c: Added -d -d availability notice in
-	  help string.
-	  Added user notice about output shape type.
-
-2004-09-20 17:03  Sandro Santilli <strk at keybit.net>
-
-	* [r855] doc/postgis.xml, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
-	  force_4d(geometry)
-
-2004-09-20 16:33  Sandro Santilli <strk at keybit.net>
-
-	* [r854] loader/pgsql2shp.c: Added 4d geometries support.
-	  Changelog section moved at bottom file.
-
-2004-09-20 14:14  Sandro Santilli <strk at keybit.net>
-
-	* [r852] loader/pgsql2shp.c: Fixed a bug in popbyte. Trapped WKB
-	  endiannes errors.
-
-2004-09-20 13:50  Sandro Santilli <strk at keybit.net>
-
-	* [r851] TODO.lwgeom: updated
-
-2004-09-20 13:49  Sandro Santilli <strk at keybit.net>
-
-	* [r850] loader/pgsql2shp.c: Postgis-1.x support (LWGEOM) added.
-	  postgis version detected at runtime.
-	  Endiannes unchecked ... TODO.
-
-2004-09-20 12:07  Sandro Santilli <strk at keybit.net>
-
-	* [r849] README.postgis: Changed postgis.sql to lwpostgis.sql
-
-2004-09-20 12:07  Sandro Santilli <strk at keybit.net>
-
-	* [r848] Makefile: Added lwpostgis.sql rule
-
-2004-09-20 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r847] README.postgis: updated layout description and
-	  configuration instructions
-
-2004-09-20 10:09  Sandro Santilli <strk at keybit.net>
-
-	* [r846] lwgeom/README, lwgeom/README.initial: Renamed README
-
-2004-09-20 10:08  Sandro Santilli <strk at keybit.net>
-
-	* [r845] Makefile, Makefile.config, loader/Makefile,
-	  lwgeom/Makefile: Added missing 'uninstall' rules. Fixed existing
-	  install rules.
-
-2004-09-20 09:58  Sandro Santilli <strk at keybit.net>
-
-	* [r844] Makefile, Makefile.config, hwgeom/Makefile,
-	  loader/Makefile, lwgeom/Makefile: Configuration and common
-	  Makefile work moved to Makefile.config
-	  Build is possible from each directory and from the root
-	  directory.
-
-2004-09-20 09:29  Sandro Santilli <strk at keybit.net>
-
-	* [r843] lwgeom/lwgeom_inout.c: added missing prototype
-
-2004-09-20 09:22  Sandro Santilli <strk at keybit.net>
-
-	* [r842] Makefile, hwgeom/Makefile, lwgeom/Makefile: Reworked build
-	  scripts.
-
-2004-09-20 09:21  Sandro Santilli <strk at keybit.net>
-
-	* [r841] lwgeom/lwgeom_functions_basic.c: fixed bugs in non-GEOS
-	  centroid function
-
-2004-09-20 09:20  Sandro Santilli <strk at keybit.net>
-
-	* [r840] lwgeom/lwgeom_api.c: cleanups
-
-2004-09-20 08:53  Sandro Santilli <strk at keybit.net>
-
-	* [r839] lwgeom, lwgeom/.cvsignore: generalized library ignore line
-
-2004-09-20 08:52  Sandro Santilli <strk at keybit.net>
-
-	* [r838] lwgeom, lwgeom/.cvsignore: Added postgis_geos_version.h
-
-2004-09-20 08:52  Sandro Santilli <strk at keybit.net>
-
-	* [r837] lwgeom/lwgeom_geos_wrapper.cpp: included local
-	  postgis_geos_version.h
-
-2004-09-20 08:51  Sandro Santilli <strk at keybit.net>
-
-	* [r836] lwgeom/Makefile: Added detect_geos_version rule
-
-2004-09-20 08:29  Sandro Santilli <strk at keybit.net>
-
-	* [r835] TODO.lwgeom, lwgeom/TODO: Moved lwgeom TODO in the root
-
-2004-09-20 08:25  Sandro Santilli <strk at keybit.net>
-
-	* [r834] Makefile, postgis.h, postgis.sql.in, postgis_algo.c,
-	  postgis_chip.c, postgis_debug.c, postgis_estimate.c,
-	  postgis_fn.c, postgis_geos.c, postgis_geos_wrapper.cpp,
-	  postgis_gist_71.c, postgis_gist_72.c, postgis_inout.c,
-	  postgis_ops.c, postgis_proj.c, postgis_svg.c,
-	  postgis_transform.c: HWGEOM functions moved under hwgeom/
-	  directory
-
-2004-09-20 08:21  Sandro Santilli <strk at keybit.net>
-
-	* [r833] utils/postgis_restore.pl: fixed typo
-
-2004-09-20 07:50  Sandro Santilli <strk at keybit.net>
-
-	* [r832] hwgeom, hwgeom/Makefile, hwgeom/postgis.h,
-	  hwgeom/postgis.sql.in, hwgeom/postgis_algo.c,
-	  hwgeom/postgis_chip.c, hwgeom/postgis_debug.c,
-	  hwgeom/postgis_estimate.c, hwgeom/postgis_fn.c,
-	  hwgeom/postgis_geos.c, hwgeom/postgis_geos_wrapper.cpp,
-	  hwgeom/postgis_gist_71.c, hwgeom/postgis_gist_72.c,
-	  hwgeom/postgis_inout.c, hwgeom/postgis_ops.c,
-	  hwgeom/postgis_proj.c, hwgeom/postgis_svg.c,
-	  hwgeom/postgis_transform.c: prepared to contain old internal
-	  representation code
-
-2004-09-18 22:15  Sandro Santilli <strk at keybit.net>
-
-	* [r831] lwgeom/lwgeom_api.c: Fixed a serius bug in
-	  pointArray_construct.
-	  Added debugging output, optimized some functions, indentation
-	  buties..
-
-2004-09-18 22:13  Sandro Santilli <strk at keybit.net>
-
-	* [r830] lwgeom/lwgeom_gist.c: Added more debugging output
-
-2004-09-16 20:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r829] doc/postgis.xml: Reorganize OpenGIS function reference
-	  into categories.
-
-2004-09-16 15:50  Mark Leslie <mark.s.leslie at gmail.com>
-
-	* [r828] CREDITS, postgis.h, postgis.sql.in, postgis_proj.c: Added
-	  the distance_sphere function to calculate the distance between
-	  two points
-	  on an earth-sized sphere using an algorithm implemented by Bruno
-	  Wolff III.
-	  Added the postgresql loader function.
-
-2004-09-16 10:42  Sandro Santilli <strk at keybit.net>
-
-	* [r827] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
-	  box3d_to_box2df_p to reduce number of required memcpys
-
-2004-09-16 09:06  Sandro Santilli <strk at keybit.net>
-
-	* [r826] lwgeom/lwgeom_estimate.c: Changed SPI_cursor_open call
-	  changes to be used for USE_VERSION > 80
-	  (change seems to be intended for future releases)
-
-2004-09-16 09:05  Sandro Santilli <strk at keybit.net>
-
-	* [r825] lwgeom/lwgeom_geos.c: Added binary predicate
-	  short-circuits
-
-2004-09-16 09:05  Sandro Santilli <strk at keybit.net>
-
-	* [r824] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
-	  getbox2d_internal
-
-2004-09-16 09:04  Sandro Santilli <strk at keybit.net>
-
-	* [r823] lwgeom/TODO: updated
-
-2004-09-14 12:31  Sandro Santilli <strk at keybit.net>
-
-	* [r821] lwgeom/lwgeom_chip.c, lwgeom/lwgeom_geos_wrapper.cpp: CHIP
-	  and GEOS types (forgot to add)
-
-2004-09-14 12:23  Sandro Santilli <strk at keybit.net>
-
-	* [r819] doc/postgis.xml: Added a note about tweeking
-	  random_page_cost
-
-2004-09-14 08:39  Sandro Santilli <strk at keybit.net>
-
-	* [r818] lwgeom/lwpostgis.sql.in: fixed a typo in the geometry_send
-	  function definition
-
-2004-09-14 07:43  Sandro Santilli <strk at keybit.net>
-
-	* [r816] lwgeom/lwgeom_estimate.c: Updated call to SPI_cursor_open
-	  to 8.0 (beta2) interface.
-
-2004-09-13 19:04  Sandro Santilli <strk at keybit.net>
-
-	* [r815] lwgeom/TODO: updated
-
-2004-09-13 17:59  Sandro Santilli <strk at keybit.net>
-
-	* [r813] Attic: removed old files from Attic/
-
-2004-09-13 15:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r810] doc/Makefile: Added pdf rule that uses pdfxmltex
-
-2004-09-13 14:26  Sandro Santilli <strk at keybit.net>
-
-	* [r808] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
-	  binary input/output function for type geometry.
-
-2004-09-13 14:26  Sandro Santilli <strk at keybit.net>
-
-	* [r807] postgis_svg.c: indentation fix
-
-2004-09-13 13:35  Sandro Santilli <strk at keybit.net>
-
-	* [r806] lwgeom/MISSING_OBJECTS: updated
-
-2004-09-13 13:32  Sandro Santilli <strk at keybit.net>
-
-	* [r805] lwgeom/Makefile, lwgeom/lwgeom_svg.c,
-	  lwgeom/lwpostgis.sql.in: Added AsSVG().
-
-2004-09-13 08:48  Sandro Santilli <strk at keybit.net>
-
-	* [r804] doc/postgis.xml: Added POINT rendering info for AsSVG
-	  function
-
-2004-09-10 18:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r803] Makefile: Bump version numbers to 0.9.0
-
-2004-09-10 16:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r802] Makefile: Added 'recommended' to proj/geos flags
-
-2004-09-10 16:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r801] CHANGES: Note 8.0 support and w32
-
-2004-09-10 16:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r800] postgis_svg.c: Added Log tag to header.
-
-2004-09-10 15:52  Sandro Santilli <strk at keybit.net>
-
-	* [r799] doc/postgis.xml: Added asSVG documentation
-
-2004-09-10 13:26  Sandro Santilli <strk at keybit.net>
-
-	* [r798] lwgeom/MISSING_OBJECTS: updated
-
-2004-09-10 13:25  Sandro Santilli <strk at keybit.net>
-
-	* [r797] postgis_svg.c: fixed a memory fault
-
-2004-09-10 12:49  Sandro Santilli <strk at keybit.net>
-
-	* [r796] Makefile, postgis.sql.in, postgis_svg.c: Included SVG
-	  output function, modified to have precision expressed
-	  in terms of significant digits.
-
-2004-09-10 08:48  Sandro Santilli <strk at keybit.net>
-
-	* [r795] lwgeom/MISSING_OBJECTS, lwgeom/lwpostgis.sql.in: Added all
-	  ..FromWKB functions, asbinary(geom) and bytea<->geom casts
-
-2004-09-10 07:36  Sandro Santilli <strk at keybit.net>
-
-	* [r794] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in:
-	  asbinary(), geomfromwkb
-
-2004-09-09 22:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r793] CHANGES, CREDITS, README.postgis, TODO: Changes in
-	  preparation for 0.9
-
-2004-09-09 20:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r792] doc/Makefile: Fix silly entity handling in chunked mode
-	  HTML generation
-
-2004-09-09 19:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r791] doc/postgis.xml: Added FAQ for mapserver section and
-	  entries on SQL spatial queries.
-
-2004-09-09 17:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r790] doc/Makefile, doc/postgis.xml: Added example spatial SQL
-	  section.
-
-2004-09-09 15:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r789] doc/Makefile: Add --output flag to html build rule
-
-2004-09-08 16:34  Sandro Santilli <strk at keybit.net>
-
-	* [r788] lwgeom/TODO, lwgeom/lwgeom_inout.c,
-	  lwgeom/lwpostgis.sql.in: some bug fixes... geometry_analyze added
-
-2004-09-08 14:30  Sandro Santilli <strk at keybit.net>
-
-	* [r787] doc/postgis.xml: Fixed bug in GEOS link reference
-
-2004-09-08 14:27  Sandro Santilli <strk at keybit.net>
-
-	* [r786] lwgeom/MISSING_OBJECTS: updated
-
-2004-09-08 14:19  Sandro Santilli <strk at keybit.net>
-
-	* [r785] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
-	  segmentize()
-
-2004-09-08 14:18  Sandro Santilli <strk at keybit.net>
-
-	* [r784] doc/postgis.xml: Added segmentize(geom,double)
-	  documentation
-
-2004-09-08 10:57  Sandro Santilli <strk at keybit.net>
-
-	* [r783] lwgeom/MISSING_OBJECTS: updated
-
-2004-09-08 10:44  Sandro Santilli <strk at keybit.net>
-
-	* [r782] doc/Makefile: re-introduced 'jw' optional production
-	  method
-
-2004-09-08 10:25  Sandro Santilli <strk at keybit.net>
-
-	* [r781] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Fixed a bug in the
-	  z() function.
-	  Added ! GEOS implementation of Centroid().
-
-2004-09-08 00:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r780] doc/postgis.xml: Commit today's edits.
-
-2004-09-07 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r779] doc/Makefile: Make default html output be a single page.
-
-2004-09-07 22:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r778] doc/Makefile: Change chunking depth to "chapter".
-
-2004-09-07 22:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r777] doc/postgis.xml: More minor editorial changes.
-
-2004-09-07 22:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r776] doc/Makefile: Changed Docbook processing from DSSSL to
-	  XSL.
-
-2004-09-07 17:04  Sandro Santilli <strk at keybit.net>
-
-	* [r775] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/TODO,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in: GEOS support
-	  added.
-
-2004-09-07 07:47  Sandro Santilli <strk at keybit.net>
-
-	* [r774] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
-	  lwgeom/lwpostgis.sql.in: Added CHIP type and support funx
-
-2004-09-06 16:18  Sandro Santilli <strk at keybit.net>
-
-	* [r773] lwgeom/lwgeom.h: updated some comments
-
-2004-09-06 16:05  Sandro Santilli <strk at keybit.net>
-
-	* [r772] lwgeom/MISSING_OBJECTS, lwgeom/TODO: updated
-
-2004-09-06 16:04  Sandro Santilli <strk at keybit.net>
-
-	* [r771] lwgeom/MISSING_OBJECTS, lwgeom/TODO, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
-	  lwgeom/lwpostgis.sql.in: Changed getbox2d_p signature to return 0
-	  for EMPTY geometries.
-	  Ported DP simplifier.
-
-2004-09-06 12:24  Sandro Santilli <strk at keybit.net>
-
-	* [r770] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added IsEmpty()
-
-2004-09-06 10:37  Sandro Santilli <strk at keybit.net>
-
-	* [r769] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Finished BOX3D functions porting.
-	  Added envelope() and extent3d().
-
-2004-09-06 09:32  Sandro Santilli <strk at keybit.net>
-
-	* [r768] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_box3d.c, lwgeom/lwpostgis.sql.in: Added min/max
-	  coordinates from box2d and box3d.
-	  Made geometry->box3d cast actually use 'z' value.
-
-2004-09-06 09:13  Sandro Santilli <strk at keybit.net>
-
-	* [r767] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added box3d support and
-	  expand(geom|box2d|box3d, double)
-
-2004-09-04 19:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r766] doc/postgis.xml: More minor edits.
-
-2004-08-28 23:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r765] doc/postgis.xml: Replace all tabs with spaces.
-
-2004-08-28 22:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r764] doc/postgis.xml: Updated street address reference.
-
-2004-08-28 22:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r763] doc/postgis.xml: Removed < sign and replaced with <
-
-2004-08-27 16:01  Sandro Santilli <strk at keybit.net>
-
-	* [r762] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added geom_accum(), collect_garray() and
-	  collect()
-
-2004-08-27 15:04  Sandro Santilli <strk at keybit.net>
-
-	* [r761] lwgeom/MISSING_OBJECTS, lwgeom/TODO: updated
-
-2004-08-27 15:03  Sandro Santilli <strk at keybit.net>
-
-	* [r760] lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c:
-	  Fixed bug in lwgeom_explode allocating less memory then needed.
-
-2004-08-27 14:35  Sandro Santilli <strk at keybit.net>
-
-	* [r759] lwgeom/MISSING_OBJECTS, lwgeom/TODO, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
-	  LWGEOM_EXPLODED structure definition and utility funx.
-	  Added collector() function and memcollect() aggregate.
-	  Still faulting...
-
-2004-08-27 08:13  Sandro Santilli <strk at keybit.net>
-
-	* [r758] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added point_inside_circle() and
-	  translate()
-
-2004-08-27 08:12  Sandro Santilli <strk at keybit.net>
-
-	* [r757] doc/postgis.xml: Fixed typo ( mem_collect ==> memcollect )
-
-2004-08-26 16:55  Sandro Santilli <strk at keybit.net>
-
-	* [r756] lwgeom/lwgeom_functions_basic.c, postgis_fn.c:
-	  max_distance() raises an 'unimplemented yet' error.
-
-2004-08-26 16:44  Sandro Santilli <strk at keybit.net>
-
-	* [r755] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added nrings(geom), multi(geom) and all
-	  of <type>FromText(geom, [srid])
-
-2004-08-26 15:04  Sandro Santilli <strk at keybit.net>
-
-	* [r754] lwgeom/TODO: updated
-
-2004-08-26 15:02  Sandro Santilli <strk at keybit.net>
-
-	* [r753] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added (bogus) max_distance(geom,geom)
-
-2004-08-26 12:55  Sandro Santilli <strk at keybit.net>
-
-	* [r752] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
-	  distance(geometry) and all support functions.
-
-2004-08-26 12:54  Sandro Santilli <strk at keybit.net>
-
-	* [r751] lwgeom/TODO: Added a note about spheroid computation
-
-2004-08-26 08:57  Sandro Santilli <strk at keybit.net>
-
-	* [r750] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_spheroid.c,
-	  lwgeom/lwpostgis.sql.in: Added spheroid type and functions
-
-2004-08-25 15:28  Sandro Santilli <strk at keybit.net>
-
-	* [r749] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added IsClosed()
-	  and force_collection()
-
-2004-08-25 15:26  Sandro Santilli <strk at keybit.net>
-
-	* [r748] lwgeom/lwgeom.h: Added macros for LWGEOM.type manipulation
-
-2004-08-25 13:41  Sandro Santilli <strk at keybit.net>
-
-	* [r747] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added force_3d
-
-2004-08-25 12:32  Sandro Santilli <strk at keybit.net>
-
-	* [r746] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added perimeter,perimeter2d,perimeter3d.
-	  Modified length,length2d,length3d semantic.
-	  Added force_2d.
-
-2004-08-25 12:29  Sandro Santilli <strk at keybit.net>
-
-	* [r745] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added serialized
-	  functions writing to a pre-allocated buffer.
-
-2004-08-25 07:29  Sandro Santilli <strk at keybit.net>
-
-	* [r744] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwpostgis.sql.in: Moved some OGC functions from
-	  lwgeom_inout.c to lwgeom_ogc.c.
-	  Added area2d (area) to lwgeom_functions_basic.c
-
-2004-08-25 07:28  Sandro Santilli <strk at keybit.net>
-
-	* [r743] lwgeom/Makefile, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h:
-	  Added lwgeom_pg to contain PG-specific functions/interfaces.
-
-2004-08-24 16:33  Sandro Santilli <strk at keybit.net>
-
-	* [r742] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwpostgis.sql.in: Added StartPoint(), EndPoint()
-
-2004-08-24 16:20  Sandro Santilli <strk at keybit.net>
-
-	* [r741] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwpostgis.sql.in: Added X(), Y() and Z() funx
-
-2004-08-24 15:50  Sandro Santilli <strk at keybit.net>
-
-	* [r740] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwpostgis.sql.in: PointN() ported.
-
-2004-08-24 15:10  Sandro Santilli <strk at keybit.net>
-
-	* [r739] lwgeom/lwgeom_ogc.c: fixed a bug preventing ExteriorRing()
-	  and InteriorRingN from setting the
-	  correct SRID.
-
-2004-08-24 15:07  Sandro Santilli <strk at keybit.net>
-
-	* [r738] lwgeom/TODO: updated
-
-2004-08-24 15:05  Sandro Santilli <strk at keybit.net>
-
-	* [r737] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwpostgis.sql.in: Added NumInteriorRings() and
-	  InteriorRingN()
-
-2004-08-24 14:48  Sandro Santilli <strk at keybit.net>
-
-	* [r736] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
-	  lwgeom/lwpostgis.sql.in: Added dimension() and exteriorring()
-
-2004-08-24 14:47  Sandro Santilli <strk at keybit.net>
-
-	* [r735] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
-	  LWGEOM_construct() function to easy the work of dealing
-	  with SRID/BBOX optional embedding.
-
-2004-08-24 13:45  Sandro Santilli <strk at keybit.net>
-
-	* [r734] lwgeom/lwgeom_api.c: Fixed a bug in lwgeom_getSRID()
-
-2004-08-24 13:35  Sandro Santilli <strk at keybit.net>
-
-	* [r733] lwgeom/lwgeom_api.c: Indentation and debugging output.
-
-2004-08-24 13:34  Sandro Santilli <strk at keybit.net>
-
-	* [r732] lwgeom/lwgeom.h: fixed a typo in a comment
-
-2004-08-24 13:33  Sandro Santilli <strk at keybit.net>
-
-	* [r731] lwgeom/lwgeom_inout.c: Fixed a bug in LWGEOM_addBBOX
-	  preventing it to detect missing BBOX embedding.
-
-2004-08-24 10:01  Sandro Santilli <strk at keybit.net>
-
-	* [r730] lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: OGC functions (not
-	  implemented by GEOS) moved to lwgeom_ogc.c.
-	  Renamed PG-exposed functions to start with LWGEOM
-
-2004-08-24 09:34  Sandro Santilli <strk at keybit.net>
-
-	* [r729] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwpostgis.sql.in: Added
-	  npoints,numpoints,numgeometries,geometryn
-
-2004-08-24 07:40  Sandro Santilli <strk at keybit.net>
-
-	* [r728] lwgeom/lwgeom_transform.c: transformation work made on an
-	  input copy (made by setSRID).
-	  previous behaviour was unsafe (scribbling input object).
-
-2004-08-24 07:32  Sandro Santilli <strk at keybit.net>
-
-	* [r727] lwgeom/TODO: initial import
-
-2004-08-24 06:59  Sandro Santilli <strk at keybit.net>
-
-	* [r726] lwgeom/lwgeom_functions_basic.c: added missing prototype
-
-2004-08-24 06:56  Sandro Santilli <strk at keybit.net>
-
-	* [r725] lwgeom/Makefile: geos version detector and wrapper used
-	  from parent directory
-
-2004-08-23 16:05  Sandro Santilli <strk at keybit.net>
-
-	* [r724] lwgeom/lwgeom_api.c: fixed typo
-
-2004-08-23 15:57  Sandro Santilli <strk at keybit.net>
-
-	* [r723] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwpostgis.sql.in: versioning functions completed
-
-2004-08-23 15:41  Sandro Santilli <strk at keybit.net>
-
-	* [r722] lwgeom/Makefile: changed install rule to install
-	  lwpostgis.sql instead of lwgeom.sql
-
-2004-08-23 15:37  Sandro Santilli <strk at keybit.net>
-
-	* [r721] Makefile, lwgeom/MISSING_OBJECTS, lwgeom/Makefile,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwpostgis.sql.in, postgis_geos.c: Changed SCRIPTS_VERSION
-	  to 0.0.1
-
-2004-08-23 13:54  Sandro Santilli <strk at keybit.net>
-
-	* [r720] lwgeom/MISSING_OBJECTS, lwgeom/Makefile,
-	  lwgeom/lwgeom_transform.c: proj support added
-
-2004-08-23 13:40  Sandro Santilli <strk at keybit.net>
-
-	* [r719] lwgeom/lwgeom_functions_basic.c: deleted debugging block
-	  from summary() fn
-
-2004-08-23 13:38  Sandro Santilli <strk at keybit.net>
-
-	* [r718] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added
-	  getPoint(POINTARRAY *pts, int ptnum)
-
-2004-08-23 10:49  Sandro Santilli <strk at keybit.net>
-
-	* [r717] lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c:
-	  Fixed a bug in serializedform length computation (for
-	  collection).
-
-2004-08-23 08:32  Sandro Santilli <strk at keybit.net>
-
-	* [r716] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
-	  lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in: Removed custom
-	  allocator from lwgeom_api.
-	  Added summary(geometry).
-	  Some indentation.
-
-2004-08-20 16:36  Sandro Santilli <strk at keybit.net>
-
-	* [r715] lwgeom/lwpostgis.sql.in: transform() support
-
-2004-08-20 16:35  Sandro Santilli <strk at keybit.net>
-
-	* [r714] lwgeom/lwgeom_transform.c: initial skel for transform()
-
-2004-08-20 14:54  Sandro Santilli <strk at keybit.net>
-
-	* [r713] lwgeom/MISSING_OBJECTS: updated
-
-2004-08-20 14:54  Sandro Santilli <strk at keybit.net>
-
-	* [r712] lwgeom/lwpostgis.sql.in: gist operators support functions
-	  renamed to allow for finer control by postgis_restore.pl
-
-2004-08-20 14:52  Sandro Santilli <strk at keybit.net>
-
-	* [r711] utils/postgis_restore.pl: Hardcoded some functions being
-	  obsoleted
-
-2004-08-20 14:08  Sandro Santilli <strk at keybit.net>
-
-	* [r710] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_btree.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
-	  lwgeom/lwpostgis.sql.in: Added
-	  Geom{etry,}FromWkb(<geometry>,[<int4>]) funx.
-	  Added LWGEOM typedef and SERIALIZED_FORM(LWGEOM) macro.
-	  Made lwgeom_setSRID an API function.
-	  Added LWGEOM_setAllocator().
-
-2004-08-20 10:24  Sandro Santilli <strk at keybit.net>
-
-	* [r709] lwgeom, lwgeom/.cvsignore: Added lwpostgis.sql
-
-2004-08-20 10:23  Sandro Santilli <strk at keybit.net>
-
-	* [r708] postgis_debug.c: removed leak from mem_size()
-
-2004-08-20 09:35  Sandro Santilli <strk at keybit.net>
-
-	* [r707] lwgeom/lwgeom_functions_basic.c: lwgeom_mem_size uses
-	  int32 cast instead of int
-
-2004-08-20 09:31  Sandro Santilli <strk at keybit.net>
-
-	* [r706] lwgeom/lwgeom_functions_basic.c: bug fixed in
-	  lwgeom_mem_size
-
-2004-08-20 08:14  Sandro Santilli <strk at keybit.net>
-
-	* [r705] loader/shp2pgsql.c: Whole output wrapped in transaction
-	  blocks.
-	  Drops are out of transaction, and multiple transactions are used
-	  for INSERT mode.
-
-2004-08-20 07:57  Sandro Santilli <strk at keybit.net>
-
-	* [r704] loader/shp2pgsql.c: Fixed a bug in 'append-mode'.
-	  Added -g switch to specify geometry column.
-	  Added a note about -d mode conceptual bugs.
-
-2004-08-19 14:16  Sandro Santilli <strk at keybit.net>
-
-	* [r703] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c:
-	  indentation fixes
-
-2004-08-19 14:15  Sandro Santilli <strk at keybit.net>
-
-	* [r702] lwgeom/Makefile: added lwpostgis.sql build rule
-
-2004-08-19 14:05  Sandro Santilli <strk at keybit.net>
-
-	* [r701] lwgeom/lwgeom_gist.c: Added finite coordinate check.
-	  Reduced required bounding box copies.
-
-2004-08-19 13:57  Sandro Santilli <strk at keybit.net>
-
-	* [r700] lwgeom/MISSING_OBJECTS: mem_size removed from list
-
-2004-08-19 13:56  Sandro Santilli <strk at keybit.net>
-
-	* [r699] lwgeom/lwgeom_functions_basic.c: Added mem_size(lwgeom)
-
-2004-08-19 13:54  Sandro Santilli <strk at keybit.net>
-
-	* [r698] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: cpp
-	  checks updated to use 80 instead of 75 for USE_VERSION
-
-2004-08-19 13:49  Sandro Santilli <strk at keybit.net>
-
-	* [r697] lwgeom/lwpostgis.sql.in: initial import
-
-2004-08-19 13:21  Sandro Santilli <strk at keybit.net>
-
-	* [r696] lwgeom/MISSING_OBJECTS: initial import
-
-2004-08-19 13:18  Sandro Santilli <strk at keybit.net>
-
-	* [r695] lwgeom/lwgeom_estimate.c: Added selectivity estimation
-
-2004-08-19 13:16  Sandro Santilli <strk at keybit.net>
-
-	* [r694] lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c: some
-	  indentation fixes
-
-2004-08-19 13:10  Sandro Santilli <strk at keybit.net>
-
-	* [r693] lwgeom/lwgeom_btree.c: fixed typos
-
-2004-08-19 12:29  Sandro Santilli <strk at keybit.net>
-
-	* [r692] lwgeom/Makefile: added btree index support file
-
-2004-08-19 12:28  Sandro Santilli <strk at keybit.net>
-
-	* [r691] lwgeom/lwgeom_btree.c: added btree index support
-
-2004-08-19 10:52  Sandro Santilli <strk at keybit.net>
-
-	* [r690] utils/postgis_restore.pl: Fixed a bug in ascii dump
-	  "CREATE OPERATOR" scan
-
-2004-08-19 09:30  Sandro Santilli <strk at keybit.net>
-
-	* [r689] postgis.sql.in: rename_geometry_table_constraints()
-	  re-introduced to make
-	  constraint names conformant.
-
-2004-08-19 09:28  Sandro Santilli <strk at keybit.net>
-
-	* [r688] lwgeom/lwgeom.h: fixed some of the buch of broken comments
-
-2004-08-19 06:15  Sandro Santilli <strk at keybit.net>
-
-	* [r687] Makefile, lwgeom/Makefile, lwgeom/lwgeom_gist.c,
-	  postgis.h, postgis.sql.in, postgis_estimate.c, postgis_gist_72.c:
-	  USE_VERSION gets 80 where it got 75
-
-2004-08-19 05:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r686] Makefile: Added some references to Proj4 and GEOS utility
-	  and source code location in the Makefile
-	  to add context for new users.
-
-2004-08-18 13:46  Sandro Santilli <strk at keybit.net>
-
-	* [r685] lwgeom/lwgeom_gist.c: Added PG80 (75) patches.
-
-2004-08-18 13:21  Sandro Santilli <strk at keybit.net>
-
-	* [r684] utils/postgis_restore.pl: Added skip of
-	  postgisgistcostestimate (obsoleted)
-
-2004-08-18 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r683] postgis.sql.in: Spatial table constraints names get column
-	  name appended.
-	  rename_geometry_table_constraints() obsoleted.
-
-2004-08-17 15:27  Sandro Santilli <strk at keybit.net>
-
-	* [r682] lwgeom/lwgeom.sql.in, lwgeom/lwgeom_functions_basic.c:
-	  added extent(lwgeom) and support functions.
-
-2004-08-17 14:35  Sandro Santilli <strk at keybit.net>
-
-	* [r681] lwgeom/lwgeom.sql.in: SRID(geometry) changed to
-	  SRID(lwgeom)
-
-2004-08-17 14:30  Sandro Santilli <strk at keybit.net>
-
-	* [r680] utils/postgis_restore.pl: Initial support for
-	  geometry->lwgeom switch (dump objects defined for
-	  'geometry' are considered same of sql object defined for
-	  'oldgeometry')
-
-2004-08-17 14:28  Sandro Santilli <strk at keybit.net>
-
-	* [r679] lwgeom/lwgeom.sql.in: Added SRID(geometry) for backward
-	  compatibility
-
-2004-08-17 14:21  Sandro Santilli <strk at keybit.net>
-
-	* [r678] lwgeom/lwgeom.sql.in, lwgeom/lwgeom_functions_basic.c:
-	  Added geometrytype(LWGEOM)
-
-2004-08-16 20:38  Sandro Santilli <strk at keybit.net>
-
-	* [r677] utils/postgis_restore.pl: OPERATOR parsing bug fixed.
-	  Schema removal improoved. More test reports.
-
-2004-08-16 11:03  Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
-
-	* [r676] postgis_estimate.c: Added DLLIMPORT reference to
-	  "default_statistics_target" if we are compiling under Win32. This
-	  should make it unnecessary to apply Romi's patch to the
-	  PostgreSQL source tree when compiling PostgreSQL ready for
-	  PostGIS.
-
-2004-08-16 10:46  Sandro Santilli <strk at keybit.net>
-
-	* [r675] Makefile: GEOS version extraction not attempted if
-	  USE_GEOS is not set to 1.
-
-2004-08-13 12:29  Sandro Santilli <strk at keybit.net>
-
-	* [r674] utils/postgis_restore.pl: Support dump generated by
-	  pg_dump 7.4
-
-2004-08-11 17:07  Sandro Santilli <strk at keybit.net>
-
-	* [r673] postgis_inout.c: Fixed a bug in non-finite Z check
-
-2004-08-10 21:09  Sandro Santilli <strk at keybit.net>
-
-	* [r672] postgis_transform.c: changed proj version extractor to
-	  support pre 4.4.8 releases
-
-2004-08-08 18:10  Sandro Santilli <strk at keybit.net>
-
-	* [r671] utils/postgis_restore.pl: reduced psql invocation to a
-	  single one.
-
-2004-08-08 18:09  Sandro Santilli <strk at keybit.net>
-
-	* [r670] lwgeom/Makefile, lwgeom/lwgeom.sql.in: lwgeom.sql
-	  production follow postgis.sql production rules (cpp usage)
-
-2004-08-08 18:09  Sandro Santilli <strk at keybit.net>
-
-	* [r669] create_undef.pl: Added missing required parameter to usage
-	  string
-
-2004-08-07 12:13  Sandro Santilli <strk at keybit.net>
-
-	* [r668] utils/postgis_restore.pl: more header comments
-
-2004-08-06 09:54  Sandro Santilli <strk at keybit.net>
-
-	* [r667] utils/postgis_restore.pl: added handling of operators and
-	  operator classes (skip postgis defined, keep others)
-
-2004-08-06 08:08  Sandro Santilli <strk at keybit.net>
-
-	* [r666] utils/postgis_restore.pl: perl detection and bug fixes.
-
-2004-08-05 20:00  Sandro Santilli <strk at keybit.net>
-
-	* [r665] loader/shp2pgsql.c: Another schema support bug from Mark
-
-2004-08-05 19:12  Sandro Santilli <strk at keybit.net>
-
-	* [r664] utils/postgis_restore.pl: fixed bug in automatic perl
-	  invokation
-
-2004-08-05 16:53  Sandro Santilli <strk at keybit.net>
-
-	* [r663] loader/pgsql2shp.c, loader/shp2pgsql.c: schema support
-	  patches sent by Mark
-
-2004-08-03 09:41  Sandro Santilli <strk at keybit.net>
-
-	* [r662] utils/postgis_restore.pl: geometry_columns and
-	  spatial_ref_sys back created from dump
-
-2004-08-03 09:30  Sandro Santilli <strk at keybit.net>
-
-	* [r661] utils/postgis_restore.pl: Always added 'public' to
-	  search_path, to bypass pg_dump loss of
-	  constrain functions schema.
-	  Added automatic 'perl' invocation.
-	  Reduced output (set $DEBUG=1 to have it back).
-
-2004-08-03 09:29  Sandro Santilli <strk at keybit.net>
-
-	* [r660] utils/README: updated
-
-2004-08-03 07:58  Sandro Santilli <strk at keybit.net>
-
-	* [r659] utils/postgis_restore.pl: handling of more cases
-
-2004-08-02 19:03  Sandro Santilli <strk at keybit.net>
-
-	* [r658] utils/postgis_restore.pl: initial import
-
-2004-08-02 16:27  Sandro Santilli <strk at keybit.net>
-
-	* [r657] postgis.sql.in: Fixed format bugs (needed for
-	  postgis_undef.pl to work)
-
-2004-07-29 14:10  Sandro Santilli <strk at keybit.net>
-
-	* [r656] loader/shp2pgsql.c: Unability to open a shapefile or
-	  dbffile reported more nicely.
-
-2004-07-28 17:32  Sandro Santilli <strk at keybit.net>
-
-	* [r655] doc/postgis.xml: Added postgis_full_version(), marked
-	  postgis_version() as deprecated.
-
-2004-07-28 16:15  Sandro Santilli <strk at keybit.net>
-
-	* [r654] postgis.sql.in: Fixed a bug in postgis_full_version()
-
-2004-07-28 16:10  Sandro Santilli <strk at keybit.net>
-
-	* [r653] doc/postgis.xml, postgis.sql.in, postgis_fn.c,
-	  postgis_geos.c, postgis_transform.c: Changed all version
-	  functions to return text.
-	  Renamed postgis_scripts_version() to postgis_scripts_installed()
-	  Added postgis_scripts_released().
-	  Added postgis_full_version().
-
-2004-07-28 13:37  Sandro Santilli <strk at keybit.net>
-
-	* [r652] doc/postgis.xml, postgis.h, postgis_fn.c, postgis_geos.c:
-	  Added postgis_uses_stats and postgis_scripts_version.
-	  Experimented with PIP short-circuit in within/contains functions.
-	  Documented new version functions.
-
-2004-07-28 10:52  Sandro Santilli <strk at keybit.net>
-
-	* [r651] Makefile, postgis.sql.in: Added postgis_scripts_version
-
-2004-07-27 17:51  Sandro Santilli <strk at keybit.net>
-
-	* [r650] postgis_geos.c: short-circuit test for 'contains'
-
-2004-07-27 17:49  Sandro Santilli <strk at keybit.net>
-
-	* [r649] postgis_geos.c: Added short-circuit test for the within
-	  function.
-
-2004-07-23 21:24  Sandro Santilli <strk at keybit.net>
-
-	* [r648] postgis.h, postgis.sql.in, postgis_transform.c: Added
-	  postgis_proj_version()
-
-2004-07-22 16:58  Sandro Santilli <strk at keybit.net>
-
-	* [r647] postgis_geos.c, postgis_geos_wrapper.cpp: Updated to
-	  reflect geos version string split.
-
-2004-07-22 16:20  Sandro Santilli <strk at keybit.net>
-
-	* [r646] Makefile, postgis.h, postgis.sql.in, postgis_fn.c,
-	  postgis_geos.c, postgis_geos_wrapper.cpp, postgis_transform.c:
-	  Added postgis_lib_version() and postgis_geos_version()
-
-2004-07-19 16:24  Sandro Santilli <strk at keybit.net>
-
-	* [r645] loader/shp2pgsql.c: Added -i switch
-
-2004-07-17 09:52  Sandro Santilli <strk at keybit.net>
-
-	* [r644] postgis_geos_wrapper.cpp: GEOS multi-version support
-	  switches implemented with GEOS_LAST_INTERFACE
-
-2004-07-17 09:52  Sandro Santilli <strk at keybit.net>
-
-	* [r643] geos_version.sh: Added GEOS_FIRST_INTERFACE,
-	  GEOS_LAST_INTERFACE, GEOS_JTS_PORT detection
-
-2004-07-17 09:51  Sandro Santilli <strk at keybit.net>
-
-	* [r642] Makefile: Modified to always detect geos version (no deps)
-
-2004-07-08 19:33  Sandro Santilli <strk at keybit.net>
-
-	* [r641] postgis_geos_wrapper.cpp: Updated to respect
-	  CoordinateSequence GEOS interface switch.
-
-2004-07-02 13:33  Sandro Santilli <strk at keybit.net>
-
-	* [r640] Makefile, postgis_geos_wrapper.cpp: Changed GEOS header
-	  inclusion mechanism to be more polite
-
-2004-07-01 17:02  Sandro Santilli <strk at keybit.net>
-
-	* [r639] postgis_geos_wrapper.cpp: Updated to support latest GEOS
-	  API.
-
-2004-07-01 17:02  Sandro Santilli <strk at keybit.net>
-
-	* [r638] postgis_geos.c: Updated to support latest GEOS (actually
-	  removed all geos-version related
-	  switches).
-	  Fixed an access to unallocated memory.
-
-2004-06-22 21:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r637] jdbc/examples/TestServer.java: Compile patch from Markus
-	  Schaber
-
-2004-06-22 16:52  Sandro Santilli <strk at keybit.net>
-
-	* [r636] postgis_estimate.c: Standard deviation factor used in
-	  histogram extent computation made
-	  a compile-time define.
-
-2004-06-22 11:05  Sandro Santilli <strk at keybit.net>
-
-	* [r635] loader/shp2pgsql.c: Handled empty strings in numeric
-	  fields as '0'es... pg_atoi() does
-	  not do this (while atoi() does).
-
-2004-06-18 17:11  Sandro Santilli <strk at keybit.net>
-
-	* [r634] geos_version.sh: Fixed a bug in minor version extractor.
-	  Wrapped GEOS_VERSION in an #ifndef block.
-	  More runtime checks.
-
-2004-06-16 20:04  Sandro Santilli <strk at keybit.net>
-
-	* [r633] Makefile: added geos_version.sh as dependency of
-	  postgis_geos_version.h rule
-
-2004-06-16 19:59  Sandro Santilli <strk at keybit.net>
-
-	* [r632] geos_version.sh, postgis_geos.c, postgis_geos_wrapper.cpp:
-	  Changed GEOS_VERSION to POSTGIS_GEOS_VERSION to avoid future
-	  clashes
-
-2004-06-16 19:37  Sandro Santilli <strk at keybit.net>
-
-	* [r631] postgis_geos.c, postgis_geos_wrapper.cpp: Added cleanup
-	  needed for GEOS > 1.0
-
-2004-06-16 19:28  Sandro Santilli <strk at keybit.net>
-
-	* [r630] geos_version.sh: fixed a typo in preprocessor define
-
-2004-06-16 18:50  Sandro Santilli <strk at keybit.net>
-
-	* [r629] ., .cvsignore, Makefile: Added postgis_geos_version.h to
-	  .cvsignore and to the list of files
-	  removed by the clean: rule.
-
-2004-06-16 18:47  Sandro Santilli <strk at keybit.net>
-
-	* [r628] Makefile, postgis_geos.c, postgis_geos_wrapper.cpp: Added
-	  code to detect geos version.
-	  Added appropriate includes in geos connectors.
-
-2004-06-16 18:47  Sandro Santilli <strk at keybit.net>
-
-	* [r627] geos_version.sh: initial import
-
-2004-06-16 13:42  Sandro Santilli <strk at keybit.net>
-
-	* [r626] loader/pgsql2shp.c: Added schema support in
-	  getMaxFieldSize.
-	  Added direct support for TIMESTAMP field types (thanks to Steffen
-	  Macke).
-
-2004-06-16 13:14  Sandro Santilli <strk at keybit.net>
-
-	* [r625] doc/postgis.xml: documented statistics gethering
-	  operations
-
-2004-06-14 08:06  Sandro Santilli <strk at keybit.net>
-
-	* [r624] create_undef.pl: fixed bogus support for PG71
-
-2004-06-14 07:48  Sandro Santilli <strk at keybit.net>
-
-	* [r623] postgis_estimate.c: Histogram extent redefinition after
-	  hard deviant removal fixed to be
-	  "at most" the standard deviation based computed.
-
-2004-06-11 11:38  Sandro Santilli <strk at keybit.net>
-
-	* [r622] postgis_estimate.c: Infinite geometries handling.
-	  Histogram extent re-computation after 'hard deviant' features
-	  removal.
-
-2004-06-10 18:54  Sandro Santilli <strk at keybit.net>
-
-	* [r621] postgis_estimate.c: histogram grid size refined to use
-	  near-square cells.
-
-2004-06-10 15:44  Sandro Santilli <strk at keybit.net>
-
-	* [r620] postgis_estimate.c: Added standard deviation based
-	  histogram extent refinement
-
-2004-06-10 13:42  Sandro Santilli <strk at keybit.net>
-
-	* [r619] postgis_estimate.c: Separated the estimator code in an
-	  estimate_selectivity() function.
-	  Handled complete contaiment and complete miss of histogram by
-	  searc box.
-
-2004-06-09 10:19  Sandro Santilli <strk at keybit.net>
-
-	* [r618] Makefile, postgis_gist_72.c, postgis_gist_75.c: Moved
-	  changes needed for PG75 inside postgis_gist_72.c using #if
-	  switches.
-
-2004-06-09 10:05  Sandro Santilli <strk at keybit.net>
-
-	* [r617] Makefile: Added switch for GIST_SUPPORT=75
-
-2004-06-09 10:05  Sandro Santilli <strk at keybit.net>
-
-	* [r616] postgis_gist_75.c: initial import
-
-2004-06-09 09:35  Sandro Santilli <strk at keybit.net>
-
-	* [r615] postgis_estimate.c: Removed partial pgsql List API copy
-
-2004-06-09 09:08  Sandro Santilli <strk at keybit.net>
-
-	* [r614] postgis_inout.c: changed index/rindex to strchr/strrchr
-
-2004-06-09 09:06  Sandro Santilli <strk at keybit.net>
-
-	* [r613] postgis.h: Added Romi's Win32 patches.
-
-2004-06-08 17:49  Sandro Santilli <strk at keybit.net>
-
-	* [r612] postgis_estimate.c: Fixed to build cleanly agains pg75
-
-2004-06-08 17:48  Sandro Santilli <strk at keybit.net>
-
-	* [r611] postgis.sql.in: Compression of code terminated.
-	  Big blocks switched based on version have been removed.
-
-2004-06-08 17:40  Sandro Santilli <strk at keybit.net>
-
-	* [r610] lwgeom/regress/lwgeom_regress3_expected,
-	  lwgeom/regress/regress_lots_of_points.sql: removed user connect
-	  command
-
-2004-06-08 15:18  Sandro Santilli <strk at keybit.net>
-
-	* [r609] postgis.h, postgis_inout.c: Deleted prototype for
-	  isspace() in postgis.h
-	  and included <ctype.h> in postgis_inout.c,
-	  which is the only module calling isspace().
-	  This was needed to compile postgis against PG75(CVS).
-
-2004-06-08 08:42  Sandro Santilli <strk at keybit.net>
-
-	* [r608] Makefile, lwgeom/Makefile: MODULE_FILENAME path always
-	  defaults to $libdir, but is overridable
-	  using environment variable LPATH. Added comments about it and
-	  cleaned
-	  up code. Made global and lwgeom Makefile conformant about this.
-
-2004-06-08 08:20  Sandro Santilli <strk at keybit.net>
-
-	* [r607] lwgeom/lwgparse.c: added 'static' modifiers for the
-	  'error' function, possibly clashing with some other declaration
-
-2004-06-07 17:58  Sandro Santilli <strk at keybit.net>
-
-	* [r606] lwgeom/lwgparse.c: reverted change in lwg_parse_yyerror
-
-2004-06-07 17:26  Sandro Santilli <strk at keybit.net>
-
-	* [r605] Makefile: Default MODULE_FILENAME uses $libdir unless
-	  LPATH is set in the environment
-
-2004-06-07 16:57  Sandro Santilli <strk at keybit.net>
-
-	* [r604] postgis.sql.in: Removed obsolete postgisgistcostestimate
-	  function creation
-
-2004-06-07 16:34  Sandro Santilli <strk at keybit.net>
-
-	* [r603] Makefile: Removed postgis_old.sql from list of default
-	  rules
-
-2004-06-07 16:32  Sandro Santilli <strk at keybit.net>
-
-	* [r602] Attic, Attic/postgis_sql_71_end.sql.in,
-	  Attic/postgis_sql_71_start.sql.in,
-	  Attic/postgis_sql_72_end.sql.in,
-	  Attic/postgis_sql_72_start.sql.in,
-	  Attic/postgis_sql_73_end.sql.in,
-	  Attic/postgis_sql_73_start.sql.in,
-	  Attic/postgis_sql_74_end.sql.in,
-	  Attic/postgis_sql_74_start.sql.in,
-	  Attic/postgis_sql_75_end.sql.in,
-	  Attic/postgis_sql_75_start.sql.in,
-	  Attic/postgis_sql_common.sql.in: Moved old version-specific sql
-	  files under the Attic directory.
-
-2004-06-07 16:32  Sandro Santilli <strk at keybit.net>
-
-	* [r601] Attic: Moved old version-specific sql files under the
-	  Attic directory.
-
-2004-06-07 16:11  Sandro Santilli <strk at keybit.net>
-
-	* [r600] postgis.sql.in: AddGeometryColumns call table constraints
-	  'enforce_srid' and 'enforce_geotype'
-
-2004-06-07 15:32  Sandro Santilli <strk at keybit.net>
-
-	* [r599] lwgeom/lwgparse.c: Fixed a bug killing the backend -
-	  lwg_parse_yyerror never called custom error handler
-
-2004-06-07 10:07  Sandro Santilli <strk at keybit.net>
-
-	* [r598] lwgeom/lwgeom_inout.c: allowed lower case in wkt
-
-2004-06-07 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r597] lwgeom/wktparse.lex, lwgeom/wktunparse.c: Added missing
-	  prototypes.
-
-2004-06-04 15:24  Sandro Santilli <strk at keybit.net>
-
-	* [r596] lwgeom, lwgeom/.cvsignore: Added y.output
-
-2004-06-04 15:24  Sandro Santilli <strk at keybit.net>
-
-	* [r595] lwgeom/Makefile: Added more cleanup
-
-2004-06-04 15:23  Sandro Santilli <strk at keybit.net>
-
-	* [r594] lwgeom/wktparse.y: added semicolumns at end of blocks
-
-2004-06-04 15:21  Sandro Santilli <strk at keybit.net>
-
-	* [r593] lwgeom/lex.yy.c: removed, will be created
-
-2004-06-04 13:39  Sandro Santilli <strk at keybit.net>
-
-	* [r592] postgis.sql.in: Removed references to constraint name
-	  (unsafe) from probe_geometry_columns()
-	  and fix_geometry_columns(). Added a
-	  rename_geometry_table_constraints()
-	  renaming all geometry constraints to 'enforce_srid' and
-	  'enforce_geotype'
-
-2004-06-04 13:11  Sandro Santilli <strk at keybit.net>
-
-	* [r591] postgis.sql.in: probe_geometry_columns() return message
-	  extended
-
-2004-06-04 12:40  Sandro Santilli <strk at keybit.net>
-
-	* [r590] postgis.sql.in: Added comments about
-	  fix_geometry_columns() job.
-	  SRID and type checks made stricter in fix_geometry_columns().
-
-2004-06-04 12:26  Sandro Santilli <strk at keybit.net>
-
-	* [r589] postgis.sql.in: Added probe_geometry_columns().
-	  Modified fix_geometry_columns() to prevent fixing of bogus
-	  records for
-	  which a corrected equivalent already exists.
-
-2004-06-04 10:19  Sandro Santilli <strk at keybit.net>
-
-	* [r588] doc/postgis.xml: Added DropGeometryTable description
-
-2004-06-04 10:07  Sandro Santilli <strk at keybit.net>
-
-	* [r587] postgis.sql.in: Added DropGeometryColumn function
-
-2004-06-04 09:16  Sandro Santilli <strk at keybit.net>
-
-	* [r586] lwgeom, lwgeom/.cvsignore: first entries
-
-2004-06-04 09:11  Sandro Santilli <strk at keybit.net>
-
-	* [r585] lwgeom/lwgparse.c, lwgeom/wktparse.lex: Added prototypes
-
-2004-06-04 09:07  Sandro Santilli <strk at keybit.net>
-
-	* [r584] lwgeom/Makefile: Fixed YACC call to rename standardly
-	  produced y.tab.c and y.tab.h
-	  to wktparse.tab.c and wktparse.tab.h
-
-2004-06-04 08:49  Sandro Santilli <strk at keybit.net>
-
-	* [r583] postgis.sql.in: Moved all geoemtry_columns cleanup in
-	  fix_geometry_columns,
-	  update_geometry_stats(*) and addgeometrycolumn(*) will now
-	  call the former and print out its result text.
-
-2004-06-04 08:31  Sandro Santilli <strk at keybit.net>
-
-	* [r582] postgis.sql.in: Lifted AddGeometryColumns result message,
-	  including output from fix_geometry_columns
-
-2004-06-04 08:25  Sandro Santilli <strk at keybit.net>
-
-	* [r581] postgis.sql.in: fix_geometry_columns() makes its best
-	  effort to find appropriate schema.
-
-2004-06-03 16:44  Sandro Santilli <strk at keybit.net>
-
-	* [r580] postgis.h, postgis.sql.in, postgis_fn.c: Added
-	  expand_geometry - expand(geometry, int8)
-
-2004-06-03 13:49  Sandro Santilli <strk at keybit.net>
-
-	* [r579] ., .cvsignore: added postgis_old.sql
-
-2004-06-03 13:44  Sandro Santilli <strk at keybit.net>
-
-	* [r578] create_undef.pl: Made it functional again.
-
-2004-06-03 13:43  Sandro Santilli <strk at keybit.net>
-
-	* [r577] postgis.sql.in: compatted CASTS section, commented out
-	  bogus cast geometry::chip referring to missing function
-
-2004-06-03 13:20  Sandro Santilli <strk at keybit.net>
-
-	* [r576] postgis.sql.in: Skipped attrelid, varattnum linking for
-	  PG>=75
-
-2004-06-03 12:48  Sandro Santilli <strk at keybit.net>
-
-	* [r575] postgis.sql.in: All type definitions moved at the
-	  beginning of the file.
-	  Left to compat: what was in postgis_sql_end_VER_.
-
-2004-06-03 11:06  Sandro Santilli <strk at keybit.net>
-
-	* [r574] postgis.sql.in: Fixed bug in update_geometry_stats()
-	  choking on null attrelids.
-	  Modified update_geometry_stats(varchar, varchar) to cleanup stale
-	  record(s).
-	  Added a CREATEFUNCTION define to become CREATE OR REPLACE
-	  FUNCTION
-	  for PG > 71.
-	  Made update_geometry_stats(*) return meaningful result.
-
-2004-06-03 09:45  Sandro Santilli <strk at keybit.net>
-
-	* [r573] postgis_inout.c: infinite geoms handled in WKB parser
-
-2004-06-03 08:19  Sandro Santilli <strk at keybit.net>
-
-	* [r572] postgis_gist_72.c, postgis_inout.c: yet another Infinite
-	  check used: finite() - which checks for NaN,-Inf,+Inf
-
-2004-06-03 08:13  Sandro Santilli <strk at keybit.net>
-
-	* [r571] postgis_gist_72.c, postgis_inout.c: Simplified INFINITY
-	  checks by use of isinf()
-
-2004-06-03 07:58  Sandro Santilli <strk at keybit.net>
-
-	* [r570] postgis_gist_72.c: Infinite coordinate geoms omitted from
-	  index
-
-2004-06-03 07:57  Sandro Santilli <strk at keybit.net>
-
-	* [r569] postgis_inout.c: wkt parser throws an error on Infinite
-	  coordinates
-
-2004-06-03 04:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r568] doc/postgis.xml: Document the expand() function (finally!)
-
-2004-06-02 23:54  Sandro Santilli <strk at keybit.net>
-
-	* [r567] postgis_gist_72.c: Made equality checks the default in
-	  picksplit to catch also NaN results (INF geoms)
-
-2004-06-02 23:29  Sandro Santilli <strk at keybit.net>
-
-	* [r566] postgis_gist_72.c: reverted Inf handling modification
-	  (conceptually bogus)
-
-2004-06-02 22:43  Sandro Santilli <strk at keybit.net>
-
-	* [r565] postgis_gist_72.c: handled special case of Inf boxes as
-	  GiST keys in picksplit
-
-2004-06-02 17:15  Sandro Santilli <strk at keybit.net>
-
-	* [r564] postgis.sql.in: stale locks removal in
-	  fix_geometry_columns() and update_geometry_stats(). Fixed a bug
-	  in fix_geometry_columns() deleting stats.
-
-2004-06-02 16:21  Sandro Santilli <strk at keybit.net>
-
-	* [r563] postgis.sql.in: build_histogram2d sets 'local'
-	  search_path.
-	  fix_geometry_columns sets to NULL cached data for unexistant
-	  tables.
-
-2004-06-01 16:56  Sandro Santilli <strk at keybit.net>
-
-	* [r562] postgis.sql.in: removed namespace check for PG<73 in
-	  update_geometry_stats()
-
-2004-06-01 16:30  Sandro Santilli <strk at keybit.net>
-
-	* [r561] postgis.sql.in: Made AddGeometryColumn delete from
-	  geometry_column records which would be incompatible with the one
-	  being added
-
-2004-06-01 16:16  Sandro Santilli <strk at keybit.net>
-
-	* [r560] postgis.sql.in: Placed histogram2d type definition in a
-	  common place;
-	  added find_extent(schema, table, column) and
-	  build_histogram2d(histogram,
-	  schema, table, column); modified update_geometry_stats() to make
-	  use
-	  of available f_table_schema and to set statistical fields to NULL
-	  for stale records. Thanks to Carl Anderson for the ideas.
-
-2004-05-28 03:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r558] CHANGES, CREDITS, README.postgis: Updates in anticipation
-	  of 0.8.2 release
-
-2004-05-28 02:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r557] doc/postgis.xml: Document the multi() function.
-
-2004-05-24 13:02  Sandro Santilli <strk at keybit.net>
-
-	* [r556] postgis.sql.in: compat definition of fix_geometry_columns
-
-2004-05-20 19:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r555] loader/shp2pgsql.c: Fix bug in append mode that filled
-	  values into nonexistant gid column.
-
-2004-05-18 16:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r554] doc/postgis.xml: Fix typos and section misreferences in
-	  OGC function reference section
-
-2004-05-18 16:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r553] postgis.sql.in: Add multi() to the new cpp based sql.in
-	  file.
-
-2004-05-13 12:24  Sandro Santilli <strk at keybit.net>
-
-	* [r552] loader/pgsql2shp.c: Transformed NULL numeric values to 0
-	  as it was before the introduction
-	  of bigint bug workaround.
-
-2004-05-13 12:13  Sandro Santilli <strk at keybit.net>
-
-	* [r551] loader/pgsql2shp.c: Used DBFWriteAttributeDirectly
-	  interface for writing attributes.
-	  This way we are not affected by shapelib long-integer bug.
-
-2004-05-13 12:07  Sandro Santilli <strk at keybit.net>
-
-	* [r550] loader/pgsql2shp.c: Other fix in 3d handling - you should
-	  now be able to dump as 2d or 3d any 2d or 3d object
-
-2004-05-13 11:59  Sandro Santilli <strk at keybit.net>
-
-	* [r549] loader/pgsql2shp.c: Fixed bug in 3d features handling.
-
-2004-05-13 09:40  Sandro Santilli <strk at keybit.net>
-
-	* [r548] loader/shp2pgsql.c: Totally reworked code to have a main
-	  loop for shapefile objects.
-	  Much more readable, I belive.
-
-2004-05-13 07:48  Sandro Santilli <strk at keybit.net>
-
-	* [r547] loader/shp2pgsql.c: Put table creation code in its own
-	  function.
-	  Fixed a bug with NULL shape records handling.
-
-2004-05-13 06:38  Sandro Santilli <strk at keybit.net>
-
-	* [r546] loader/shp2pgsql.c: DBFReadStringValue always used to
-	  workaround shapelib bug with int values.
-
-2004-05-04 16:55  Sandro Santilli <strk at keybit.net>
-
-	* [r545] Makefile: Added -fPIC to CXXFLAGS. Reported to be needed
-	  on Solaris7 w/ gcc-3.3.2
-	  by Havard Tveite <havard.tveite at nlh.no>.
-
-2004-04-29 21:07  Ralph Mason <ralph.mason at telogis.com>
-
-	* [r544] lwgeom/wktparse.tab.h: removed generated file
-
-2004-04-29 21:07  Ralph Mason <ralph.mason at telogis.com>
-
-	* [r543] lwgeom/wktparse.tab.c: *** empty log message ***
-
-2004-04-29 18:44  David Blasby <dblasby at gmail.com>
-
-	* [r542] lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
-	  lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c,
-	  lwgeom/regress/run_regress2: Noted diff between inf and Infinity
-	  on Solaris/Intel machines
-
-2004-04-29 18:41  David Blasby <dblasby at gmail.com>
-
-	* [r541] lwgeom/lex.yy.c: updated version
-
-2004-04-29 18:36  David Blasby <dblasby at gmail.com>
-
-	* [r540] lwgeom/regress/run_regress, lwgeom/regress/run_regress2,
-	  lwgeom/regress/run_regress3: added sleep so it wouldnt complain
-	  on solarias as much
-
-2004-04-29 18:20  David Blasby <dblasby at gmail.com>
-
-	* [r539] lwgeom/regress/lwgeom_regress2.sql,
-	  lwgeom/regress/lwgeom_regress2_expected: WKT parser changes
-	  required this change
-
-2004-04-29 18:16  David Blasby <dblasby at gmail.com>
-
-	* [r538] lwgeom/regress/lwgeom_regress3_expected: minor changes
-
-2004-04-29 18:15  David Blasby <dblasby at gmail.com>
-
-	* [r537] lwgeom/regress/lwgeom_regress_expected: WKT parser changes
-	  to MULTIPOINT required this be updated
-
-2004-04-29 04:35  Ralph Mason <ralph.mason at telogis.com>
-
-	* [r536] lwgeom/lwgparse.c: clean up of wbk int and double reading
-	  code
-
-2004-04-29 03:57  Ralph Mason <ralph.mason at telogis.com>
-
-	* [r535] lwgeom/wktparse.lex: fix number parsing
-
-2004-04-29 03:13  Ralph Mason <ralph.mason at telogis.com>
-
-	* [r534] lwgeom/wktunparse.c: remove extra brackets from
-	  multipoints
-
-2004-04-28 23:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r533] Makefile: Change PGSQL_SRC behavior back to
-	  developer-friendly.
-
-2004-04-28 22:59  David Blasby <dblasby at gmail.com>
-
-	* [r532] lwgeom/README: minor changes
-
-2004-04-28 22:50  David Blasby <dblasby at gmail.com>
-
-	* [r531] lwgeom/README: Inital Version. Hasnt been proofread.
-
-2004-04-28 22:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r530] lwgeom/Makefile: Added flex/bison lines for parser.
-
-2004-04-28 22:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r529] postgis_chip.c, postgis_debug.c, postgis_estimate.c,
-	  postgis_fn.c, postgis_geos.c, postgis_gist_71.c,
-	  postgis_gist_72.c, postgis_inout.c, postgis_ops.c,
-	  postgis_proj.c, postgis_transform.c: Fixed spelling mistake in
-	  header text.
-
-2004-04-28 21:20  David Blasby <dblasby at gmail.com>
-
-	* [r528] lwgeom/regress/lwgeom_regress3.sql: minor changes to
-	  ensure its using the index
-
-2004-04-28 21:08  David Blasby <dblasby at gmail.com>
-
-	* [r527] lwgeom/regress/lwgeom_regress3_expected: updated results
-
-2004-04-28 21:02  David Blasby <dblasby at gmail.com>
-
-	* [r526] lwgeom/regress/lwgeom_regress3.sql: minor change for
-	  endianess
-
-2004-04-28 21:00  David Blasby <dblasby at gmail.com>
-
-	* [r525] lwgeom/lwgeom_inout.c: removed an elog(NOTICE)
-
-2004-04-28 19:17  David Blasby <dblasby at gmail.com>
-
-	* [r524] lwgeom/regress, lwgeom/regress/lwgeom_regress.sql,
-	  lwgeom/regress/lwgeom_regress2.sql,
-	  lwgeom/regress/lwgeom_regress2_expected,
-	  lwgeom/regress/lwgeom_regress3.sql,
-	  lwgeom/regress/lwgeom_regress3_expected,
-	  lwgeom/regress/lwgeom_regress_expected,
-	  lwgeom/regress/regress_lots_of_points.sql,
-	  lwgeom/regress/run_regress, lwgeom/regress/run_regress2,
-	  lwgeom/regress/run_regress3: inital version of regression tests
-
-2004-04-28 18:27  David Blasby <dblasby at gmail.com>
-
-	* [r523] lwgeom/lwgeom_api.c, lwgeom/lwgeom_regress.sql: moved to
-	  regress/ directory
-
-2004-04-28 18:10  David Blasby <dblasby at gmail.com>
-
-	* [r522] lwgeom/lwgeom_regress.sql, lwgeom/lwgparse.c,
-	  lwgeom/wktunparse.c: Added automatic endian detection for the WKB
-	  parser/unparser.
-
-2004-04-28 04:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r521] lwgeom/Makefile: Genericize the Makefile per Dave's
-	  request.
-
-2004-04-27 23:47  David Blasby <dblasby at gmail.com>
-
-	* [r520] postgis_inout.c: minor 3d geometrycollection bug fix
-
-2004-04-27 23:33  David Blasby <dblasby at gmail.com>
-
-	* [r519] lwgeom/lwgeom_regress.sql: initial version
-
-2004-04-27 23:12  David Blasby <dblasby at gmail.com>
-
-	* [r518] lwgeom/lwgeom_inout.c, lwgeom/wktunparse.c: minor changes
-	  for solaris
-
-2004-04-27 22:13  David Blasby <dblasby at gmail.com>
-
-	* [r517] lwgeom/lwgparse.c: fixed some typos for flip_bytes in
-	  read_int and read_double
-
-2004-04-27 20:53  David Blasby <dblasby at gmail.com>
-
-	* [r516] lwgeom/lwgeom.sql.in: minor ordering change
-
-2004-04-27 20:49  David Blasby <dblasby at gmail.com>
-
-	* [r515] lwgeom/lwgeom_api.c: added float nextafterf_custom(float
-	  x, float y) for OSs that do not have
-	  a nextafterf implementation.
-
-2004-04-27 17:46  David Blasby <dblasby at gmail.com>
-
-	* [r514] lwgeom/wktparse.lex, lwgeom/wktparse.y: bison -vd -p
-	  lwg_parse_yy wktparse.y
-	  flex -Plwg_parse_yy -if -o'lex.yy.c' wktparse.lex
-	  
-	  Initial versions (from Ralph Mason)
-
-2004-04-27 13:50  Sandro Santilli <strk at keybit.net>
-
-	* [r513] postgis_algo.c: Fixed bug in simplify() that was using the
-	  square of the given tolerance.
-
-2004-04-27 07:44  Sandro Santilli <strk at keybit.net>
-
-	* [r512] postgis_geos_wrapper.cpp: Removed use of
-	  geometryFactory->toGeometry(), indicated by Martin Davis
-	  as being intended for internal use only. Created a linear ring
-	  instead
-	  (the function converts a box3d to a geos geometry).
-
-2004-04-26 23:16  David Blasby <dblasby at gmail.com>
-
-	* [r511] lwgeom/lwgeom.sql.in: made slightly more generic
-
-2004-04-26 23:15  David Blasby <dblasby at gmail.com>
-
-	* [r510] lwgeom/lwgeom_gist.c: Minor cleanup
-
-2004-04-26 23:12  David Blasby <dblasby at gmail.com>
-
-	* [r509] lwgeom/lwgeom_box2dfloat4.c: inital version
-
-2004-04-26 23:05  David Blasby <dblasby at gmail.com>
-
-	* [r508] lwgeom/Makefile, lwgeom/lex.yy.c, lwgeom/lwgeom.h,
-	  lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gist.c,
-	  lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c, lwgeom/wktparse.h,
-	  lwgeom/wktparse.tab.c, lwgeom/wktparse.tab.h,
-	  lwgeom/wktunparse.c: Initial working version - based on Ralph
-	  Masons WKT and WKB parser/writer.
-
-2004-04-22 16:05  David Blasby <dblasby at gmail.com>
-
-	* [r507] doc/postgis.xml: fixed minor typos GeomFromWKB not
-	  GeometryFromWKB
-
-2004-04-21 09:13  Sandro Santilli <strk at keybit.net>
-
-	* [r506] loader/pgsql2shp.c, loader/shp2pgsql.c: Attribute names
-	  escaping mechanism added. You should now
-	  be able to dump a shapefile equal to the one loaded.
-
-2004-04-21 07:38  Sandro Santilli <strk at keybit.net>
-
-	* [r505] loader/pgsql2shp.c: Memory allocated for main_scan_query
-	  was not enough when using binary cursor. Fixed
-
-2004-04-13 16:49  David Blasby <dblasby at gmail.com>
-
-	* [r504] doc/postgis.xml: GeometryN(...) now correctly says "1" is
-	  the 1st geometry (used to be 0).
-
-2004-04-08 17:05  David Blasby <dblasby at gmail.com>
-
-	* [r503] postgis_gist_72.c: Somehow the memory leak changes I made
-	  got removed - I've re-added them.
-
-2004-04-08 17:00  David Blasby <dblasby at gmail.com>
-
-	* [r502] postgis_gist_72.c: Changed ggeometry_consistent to be
-	  aware of NULL queries. Ie.
-	  select * from <table> where the_geom && null::geometry;
-	  
-	  This tends to happen when you're joining two tables using && and
-	  the table
-	  has NULLs in it.
-
-2004-04-07 23:12  David Blasby <dblasby at gmail.com>
-
-	* [r501] lwgeom/Makefile, lwgeom/lwgeom.sql.in,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c,
-	  lwgeom/stringBuffer.c, lwgeom/stringBuffer.h: Added a
-	  cstring(lwgeom) function that returns WKT!
-
-2004-04-07 16:23  Sandro Santilli <strk at keybit.net>
-
-	* [r500] Makefile: Made new postgis.sql generation procedure the
-	  default
-
-2004-04-06 22:58  David Blasby <dblasby at gmail.com>
-
-	* [r499] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_inout.c: Changes to make it work with all the
-	  PostGIS type.
-
-2004-04-02 19:03  David Blasby <dblasby at gmail.com>
-
-	* [r498] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_inout.c: Added support for 4d coordinates
-
-2004-03-29 10:46  Sandro Santilli <strk at keybit.net>
-
-	* [r497] Makefile, postgis.sql.in: postgis.sql.in is now parsed by
-	  both sed and cpp
-
-2004-03-29 10:20  Sandro Santilli <strk at keybit.net>
-
-	* [r496] loader/pgsql2shp.c: Fixed a bug in WKB parsing for
-	  Multipoints.
-	  Fixed a bug in -d handling for WKB.
-	  Added point->multipoint fluffing capabilities.
-
-2004-03-26 01:09  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r495] doc/postgis.xml: Removed rogue docbook tags
-
-2004-03-26 01:07  David Blasby <dblasby at gmail.com>
-
-	* [r494] Attic/postgis_sql_common.sql.in: changed name of
-	  fluffType() to multi().
-
-2004-03-26 00:54  David Blasby <dblasby at gmail.com>
-
-	* [r493] Attic/postgis_sql_common.sql.in, postgis.h, postgis_fn.c:
-	  added full support for fluffType(<geom>)
-	  postgis09=# select fluffType('POINT(0 0)');
-	  flufftype
-	  -------------------------
-	  SRID=-1;MULTIPOINT(0 0)
-
-2004-03-25 00:43  David Blasby <dblasby at gmail.com>
-
-	* [r492] postgis_fn.c: added function fluffType() that takes POINT
-	  LINESTRING or POLYGON
-	  type and converts it to a multi*.
-	  Needs to be integrated into a proper Postgresql function and
-	  given an
-	  SQL CREATE FUNCTION
-
-2004-03-22 09:39  Sandro Santilli <strk at keybit.net>
-
-	* [r491] postgis.sql.in: Moved AddGeometryColumn and
-	  DropGeometryColumn from USE_VERSION
-	  blocks to the end of file. Here, differences between versions
-	  are handled on a minimun-diff basis, making it easier to
-	  understand
-	  the differences and to modify the code. Also, diffs have been
-	  splitted between pgsql < 73 and >= 73.
-	  Added reduced-parameters wrappers to both functions.
-
-2004-03-22 08:18  Sandro Santilli <strk at keybit.net>
-
-	* [r490] Makefile: postgis_new.sql build by default
-
-2004-03-19 16:35  Sandro Santilli <strk at keybit.net>
-
-	* [r489] doc/postgis.xml: Updated AddGeometryColumn() and
-	  DropGeometryColumn() descriptions to the schema-aware versions
-
-2004-03-15 17:07  Sandro Santilli <strk at keybit.net>
-
-	* [r488] postgis_estimate.c: Added calls to vacuum_delay_point() to
-	  give backend a chance of
-	  interrupting geometry stats computation.
-	  Set default DEBUG_GEOMETRY_STATS to 0.
-
-2004-03-11 01:27  David Blasby <dblasby at gmail.com>
-
-	* [r487] lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c,
-	  lwgeom/lwgeom_inout.c: minor clean and trying to figure out a
-	  memory bug. valgrind wasnt helping, but
-	  it went away.
-
-2004-03-11 00:54  David Blasby <dblasby at gmail.com>
-
-	* [r486] lwgeom/lwgeom.h, lwgeom/lwgeom.sql.in,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c: Should be working
-	  (with a tonne of notices) for points lines and polygons (2d
-	  and 3d)
-
-2004-03-10 18:46  Sandro Santilli <strk at keybit.net>
-
-	* [r485] loader/pgsql2shp.c: Fixed a bug reducing the output shapes
-	  from Multipolygon tables.
-
-2004-03-10 17:35  Sandro Santilli <strk at keybit.net>
-
-	* [r484] loader/shp2pgsql.c: removed just-introduced bug
-
-2004-03-10 17:23  Sandro Santilli <strk at keybit.net>
-
-	* [r483] loader/shp2pgsql.c: code cleanup, fixed a bug missing to
-	  transform 'gid' to 'gid__2' in shapefile attribute name
-
-2004-03-10 01:15  David Blasby <dblasby at gmail.com>
-
-	* [r482] lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom.sql.in,
-	  lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c: WKB reader and WKB
-	  writer (totally untested)
-
-2004-03-09 17:29  David Blasby <dblasby at gmail.com>
-
-	* [r481] lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c:
-	  Initial implementation - should compile; not at all tested.
-
-2004-03-09 00:21  Sandro Santilli <strk at keybit.net>
-
-	* [r480] postgis_estimate.c: Removed useless code blocks in
-	  histogram builder
-
-2004-03-09 00:09  Sandro Santilli <strk at keybit.net>
-
-	* [r479] postgis_estimate.c: estimator applies a gain of
-	  AOI/cell_area on each cell it intersects (reverted to previous
-	  behaviour)
-
-2004-03-08 17:21  Sandro Santilli <strk at keybit.net>
-
-	* [r478] utils/test_estimation.pl: changed error computation code
-	  to delta/totrows
-
-2004-03-08 12:16  Sandro Santilli <strk at keybit.net>
-
-	* [r477] postgis.sql.in: Added the RECHECK clause for
-	  gist_geometry_ops operator class operators
-
-2004-03-06 18:02  Sandro Santilli <strk at keybit.net>
-
-	* [r476] utils/test_estimation.pl: Comma-separated bps values
-	  accepted
-
-2004-03-06 17:43  Sandro Santilli <strk at keybit.net>
-
-	* [r475] loader/pgsql2shp.c, loader/shp2pgsql.c: Added RCSID string
-	  in usage output
-
-2004-03-06 17:35  Sandro Santilli <strk at keybit.net>
-
-	* [r474] loader/shp2pgsql.c: Added rcsid string to usage output
-
-2004-03-05 21:06  Sandro Santilli <strk at keybit.net>
-
-	* [r473] utils/test_estimation.pl: Added -vacuum switch
-
-2004-03-05 21:03  Sandro Santilli <strk at keybit.net>
-
-	* [r472] utils/test_estimation.pl: Made the -bps switch specify the
-	  exact level(s) at which to run the test
-
-2004-03-05 18:25  David Blasby <dblasby at gmail.com>
-
-	* [r471] lwgeom/lwgeom_api.c, lwgeom/lwgeom_estimate.c,
-	  lwgeom/lwgeom_functions_analytic.c,
-	  lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
-	  lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c,
-	  lwgeom/lwgeom_transform.c: Empty files - preparing for writting
-	  actual code.
-
-2004-03-05 18:23  David Blasby <dblasby at gmail.com>
-
-	* [r470] lwgeom, lwgeom/lwgeom.h: Same as the one in the above
-	  directory
-
-2004-03-05 18:23  David Blasby <dblasby at gmail.com>
-
-	* [r469] lwgeom.h: moved to lwgeom/ directory
-
-2004-03-05 18:16  Sandro Santilli <strk at keybit.net>
-
-	* [r468] postgis_gist_72.c: Applied Mark Cave-Ayland patch
-
-2004-03-05 16:40  Sandro Santilli <strk at keybit.net>
-
-	* [r467] utils/test_estimation.pl: rewritten split_extent to be
-	  more datatype-conservative
-
-2004-03-05 16:01  Sandro Santilli <strk at keybit.net>
-
-	* [r466] utils/test_estimation.pl: added -bps switch to set maximun
-	  query level. reworked command line parsing
-
-2004-03-05 15:29  Sandro Santilli <strk at keybit.net>
-
-	* [r465] utils/test_estimation.pl: more verbose output
-
-2004-03-05 11:52  Sandro Santilli <strk at keybit.net>
-
-	* [r464] utils, utils/README, utils/test_estimation.pl: initial
-	  import
-
-2004-03-05 00:38  David Blasby <dblasby at gmail.com>
-
-	* [r463] lwgeom.h: Initial version - still under discussion.
-
-2004-03-04 13:50  Sandro Santilli <strk at keybit.net>
-
-	* [r462] postgis_estimate.c: postgis_gist_sel(): added warnings if
-	  search_box goes outside of histogram grid
-
-2004-03-04 09:44  Sandro Santilli <strk at keybit.net>
-
-	* [r461] postgis_estimate.c: The selectivity estimator does add the
-	  full value of each cell it overlaps,
-	  regardless of the actual overlapping area. Final gain is not
-	  applied
-	  (formerly 1 / minimun between average feature cells occupation
-	  and
-	  search_box cells occupation)
-
-2004-03-03 21:59  Sandro Santilli <strk at keybit.net>
-
-	* [r460] postgis_estimate.c: added check to keep selectivity value
-	  in the range of validity (suggested by m.cave)
-
-2004-03-02 11:39  Sandro Santilli <strk at keybit.net>
-
-	* [r459] Makefile: cpp call for postgis_new.sql creation uses shell
-	  redirection for the output file
-
-2004-03-02 11:37  Sandro Santilli <strk at keybit.net>
-
-	* [r458] postgis.sql.in: modified to reflect new statistics
-	  building process for PG75
-
-2004-03-01 16:02  Sandro Santilli <strk at keybit.net>
-
-	* [r457] postgis_estimate.c: histogram's boxesPerSide computed as a
-	  function of the column's statistic target
-
-2004-02-29 21:53  Sandro Santilli <strk at keybit.net>
-
-	* [r456] postgis_estimate.c: bug fix in postgis_gist_sel (for
-	  PG75): SysCache is not released if not acquired
-
-2004-02-28 14:44  Sandro Santilli <strk at keybit.net>
-
-	* [r455] Makefile: Added rule to generate postgis_new.sql from
-	  postgis.sql.in using cpp
-
-2004-02-28 14:43  Sandro Santilli <strk at keybit.net>
-
-	* [r454] postgis.sql.in: initial import
-
-2004-02-26 16:42  Sandro Santilli <strk at keybit.net>
-
-	* [r453] postgis_estimate.c: Fixed bugs reported by Mark
-	  Cave-Ayland <m.cave-ayland at webbased.co.uk>.
-	  Re-introduced previously removed estimate value incrementation by
-	  the fractional part of each of the cells' value computed as the
-	  fraction
-	  of overlapping area.
-
-2004-02-25 13:17  Sandro Santilli <strk at keybit.net>
-
-	* [r452] postgis_gist_72.c: RTContainedBy and RTOverlap strategries
-	  implemented locally with a pgbox_overlap function
-
-2004-02-25 12:00  Sandro Santilli <strk at keybit.net>
-
-	* [r451] postgis_estimate.c: Added handling for point features in
-	  histogram creation (add 1 instead of AOI/cell_area when AOI is
-	  0).
-	  Fixed a wrong cast of BOX3D to BOX (called the convertion func).
-	  Added some comments and an implementation on how to change
-	  evaluation
-	  based on the average feature and search box cells occupation.
-
-2004-02-25 00:46  Sandro Santilli <strk at keybit.net>
-
-	* [r450] postgis_estimate.c: initial version of && selectivity
-	  estimation for PG75
-
-2004-02-23 21:59  Sandro Santilli <strk at keybit.net>
-
-	* [r449] postgis_estimate.c: geometry analyzer builds the histogram
-
-2004-02-23 12:18  Sandro Santilli <strk at keybit.net>
-
-	* [r448] Attic/postgis_sql_75_end.sql.in,
-	  Attic/postgis_sql_75_start.sql.in, postgis.h, postgis_estimate.c:
-	  added skeleton functions for pg75 stats integration
-
-2004-02-12 10:34  Sandro Santilli <strk at keybit.net>
-
-	* [r447] postgis_fn.c, postgis_geos.c: changed USE_GEOS check from
-	  ifdef / ifndef to if / if !
-
-2004-02-09 18:49  Sandro Santilli <strk at keybit.net>
-
-	* [r446] loader/pgsql2shp.c: byte endiannes detected empirically
-
-2004-02-06 08:26  Sandro Santilli <strk at keybit.net>
-
-	* [r445] loader/pgsql2shp.c: updated wkb reading funx to reflect
-	  changes made by pramsey in postgis_inout.c to be nicer with
-	  solaris
-
-2004-02-06 00:42  David Blasby <dblasby at gmail.com>
-
-	* [r444] postgis_proj.c: moved forward declarations from postgis.h
-	  to postgis_proj.c
-
-2004-02-05 20:31  David Blasby <dblasby at gmail.com>
-
-	* [r443] postgis_proj.c: Optimized the curvature method (doesnt
-	  have to calculate e2)
-
-2004-02-05 20:21  David Blasby <dblasby at gmail.com>
-
-	* [r442] postgis_proj.c: Added 'curvature method' for cases where
-	  the original algorithm breaks down.
-
-2004-02-04 22:27  Sandro Santilli <strk at keybit.net>
-
-	* [r441] Attic/postgis_sql_75_end.sql.in,
-	  Attic/postgis_sql_75_start.sql.in: Added pg75 support scripts
-
-2004-02-04 22:21  Sandro Santilli <strk at keybit.net>
-
-	* [r440] Makefile: Added detection code for PG75
-
-2004-02-04 02:53  David Blasby <dblasby at gmail.com>
-
-	* [r439] postgis_proj.c: applied patricia tozer's patch (distance
-	  function was taking acos of something
-	  just slightly outside [-1,1]).
-
-2004-02-03 22:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r438] Makefile: Backed default sql file location out of contrib
-	  insto share
-
-2004-02-03 22:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r437] Makefile: Real DESTDIR changes this time.
-
-2004-02-03 21:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r436] Makefile: Ooops, let local configuration slip into cvs
-	  version
-
-2004-02-03 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r435] Makefile: Fixed error in -C loader directive
-
-2004-02-03 21:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r434] Makefile, loader/Makefile: Added DESTDIR to Makefiles to
-	  assist in RPM building.
-
-2004-02-03 08:37  Sandro Santilli <strk at keybit.net>
-
-	* [r433] loader/shp2pgsql.c: schema support added, slightly
-	  modified logic used to keep table and schema names cases (always
-	  quoted and forced to lower case if not asked to keep original
-	  case)
-
-2004-01-25 19:33  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r432] postgis.h: Test commit on new CVS archive.
-
-2004-01-21 19:11  Sandro Santilli <strk at keybit.net>
-
-	* [r431] doc/postgis.xml: Added line_interpolate_point entry
-
-2004-01-21 19:04  Sandro Santilli <strk at keybit.net>
-
-	* [r430] Attic/postgis_sql_common.sql.in, postgis.h,
-	  postgis_algo.c: Added line_interpolate_point function by
-	  jsunday at rochgrp.com
-
-2004-01-20 20:14  Sandro Santilli <strk at keybit.net>
-
-	* [r429] Attic/postgis_sql_73_end.sql.in,
-	  Attic/postgis_sql_74_end.sql.in: cleaner comments for
-	  DropGeometryColumn
-
-2004-01-20 20:10  Sandro Santilli <strk at keybit.net>
-
-	* [r428] Attic/postgis_sql_74_end.sql.in: removed bogus comment
-	  about missed alter table drop column
-
-2004-01-16 20:06  Sandro Santilli <strk at keybit.net>
-
-	* [r427] loader/shp2pgsql.c: Added FTLogical<->boolean mapping
-
-2004-01-15 09:57  Sandro Santilli <strk at keybit.net>
-
-	* [r426] loader/shp2pgsql.c: field type array allocates num_fields
-	  * sizeof(int) instead of sizeof(char*)
-
-2004-01-15 00:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r425] jdbc/Makefile: Change absolute classpath reference to
-	  relative.
-
-2004-01-14 01:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r424] postgis_transform.c: Fix solaris alignment problem in
-	  transformations.
-
-2004-01-13 22:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r423] postgis_inout.c: Changed getint and getdouble used by WKB
-	  so that it plays nice with
-	  memory alignment (solaris issue).
-
-2004-01-13 20:30  Sandro Santilli <strk at keybit.net>
-
-	* [r422] postgis_debug.c: Added useless PG_RETURN_NULL() call to
-	  make compiler happy
-
-2004-01-12 19:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r420] CHANGES, README.postgis: Updates for 0.8.1 release.
-
-2004-01-02 20:11  Sandro Santilli <strk at keybit.net>
-
-	* [r419] loader/shp2pgsql.c: always call setval with no schema
-	  specification. drop 'database' argument using the empty string to
-	  the AddGeometryColumn call
-
-2003-12-30 13:31  Sandro Santilli <strk at keybit.net>
-
-	* [r418] loader/shp2pgsql.c: made shp2pgsql looser about numeric
-	  precisions
-
-2003-12-30 12:37  Sandro Santilli <strk at keybit.net>
-
-	* [r417] loader/shp2pgsql.c: Fixed segfault bug reported by Randy
-	  George, removed explicit sequence drop
-
-2003-12-30 10:40  Sandro Santilli <strk at keybit.net>
-
-	* [r416] Attic/postgis_sql_71_end.sql.in,
-	  Attic/postgis_sql_72_end.sql.in, Attic/postgis_sql_73_end.sql.in,
-	  Attic/postgis_sql_74_end.sql.in: For all versions:
-	  Updated fix_geometry_columns to use a more readable format in
-	  queries.
-	  
-	  For PG >= 73:
-	  Updated fix_geometry_columns() to consider schema when fixing
-	  attrelid and
-	  varattnum, also changed empty value to 'public' string for
-	  records with
-	  an invalid schema specification.
-	  Updated DropGeometryColumn to actually issue the
-	  ALTER TABLE DROP COLUMN query.
-
-2003-12-27 13:30  Sandro Santilli <strk at keybit.net>
-
-	* [r415] loader/pgsql2shp.c: Added schema specification support
-
-2003-12-23 09:00  Sandro Santilli <strk at keybit.net>
-
-	* [r414] Attic/postgis_sql_71_end.sql.in,
-	  Attic/postgis_sql_72_end.sql.in, Attic/postgis_sql_73_end.sql.in,
-	  Attic/postgis_sql_74_end.sql.in, Attic/postgis_sql_common.sql.in:
-	  AddGeometryColumn, DropGeometryColum moved to version-specific
-	  scripts.
-	  Schema support enabled for version 73 and 74.
-
-2003-12-19 18:55  Sandro Santilli <strk at keybit.net>
-
-	* [r413] loader/pgsql2shp.c: substituted setenv() calls with
-	  putenv() for Solaris support
-
-2003-12-18 18:07  Sandro Santilli <strk at keybit.net>
-
-	* [r412] Attic/postgis_sql_71_end.sql.in,
-	  Attic/postgis_sql_72_end.sql.in, Attic/postgis_sql_73_end.sql.in,
-	  Attic/postgis_sql_74_end.sql.in, Attic/postgis_sql_common.sql.in:
-	  Changed fix_geometry_columns() for PG >= 73 so to set
-	  f_table_schema to
-	  the empty string if its value is not a valid pg namespace.
-
-2003-12-16 11:04  Sandro Santilli <strk at keybit.net>
-
-	* [r411] doc/postgis.xml: added simplify() documentation
-
-2003-12-12 18:00  Sandro Santilli <strk at keybit.net>
-
-	* [r410] postgis_inout.c: reverted make_line patch, patched
-	  size_subobject instead - the reported bug was caused to their
-	  inconsistency
-
-2003-12-12 14:39  Sandro Santilli <strk at keybit.net>
-
-	* [r409] postgis_inout.c: Fixed a bug in make_line allocating less
-	  memory then required
-
-2003-12-12 13:34  Sandro Santilli <strk at keybit.net>
-
-	* [r408] postgis_geos_wrapper.cpp: added missing 'const' in
-	  prototypes
-
-2003-12-12 12:03  Sandro Santilli <strk at keybit.net>
-
-	* [r407] postgis_geos.c, postgis_geos_wrapper.cpp, postgis_inout.c:
-	  More debugging output, some code cleanup.
-
-2003-12-12 10:28  Sandro Santilli <strk at keybit.net>
-
-	* [r406] postgis_geos.c: added GEOSnoop OUTPUT debugging info
-
-2003-12-12 10:08  Sandro Santilli <strk at keybit.net>
-
-	* [r405] Attic/postgis_sql_common.sql.in, postgis_geos.c: Added
-	  GEOSnoop function and some optional debugging output for
-	  geos<->postgis converter (define DEBUG_CONVERTER at top
-	  postgis_geos.c)
-
-2003-12-09 11:58  Sandro Santilli <strk at keybit.net>
-
-	* [r404] postgis_inout.c: Final touch to wkb binary input function
-
-2003-12-09 11:13  Sandro Santilli <strk at keybit.net>
-
-	* [r403] postgis_inout.c: WKB_recv: set StringInfo cursor to the
-	  end of StringInfo buf as required by postgres backend
-
-2003-12-08 17:57  Sandro Santilli <strk at keybit.net>
-
-	* [r402] postgis_inout.c: Binary WKB input function built only when
-	  USE_VERSION > 73. Making some modifications based on reported
-	  failures
-
-2003-12-04 19:12  Sandro Santilli <strk at keybit.net>
-
-	* [r401] loader/Makefile: Removed useless linkages from dumper and
-	  loader
-
-2003-12-04 19:11  Sandro Santilli <strk at keybit.net>
-
-	* [r400] loader/pgsql2shp.c: code cleanup (removed useless and
-	  leaking malloc calls)
-
-2003-12-04 18:58  David Blasby <dblasby at gmail.com>
-
-	* [r399] postgis_proj.c: changed david skae to skea
-
-2003-12-01 20:52  Sandro Santilli <strk at keybit.net>
-
-	* [r398] loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c:
-	  shapelib put in sync with gdal cvs
-
-2003-12-01 14:27  Sandro Santilli <strk at keybit.net>
-
-	* [r397] loader/shp2pgsql.c: added simple malloc wrapper
-
-2003-11-28 11:28  Sandro Santilli <strk at keybit.net>
-
-	* [r396] loader/wkb.h: Some more changes, now useless since wkb.h
-	  is no more used (just to get in sync)
-
-2003-11-28 11:25  Sandro Santilli <strk at keybit.net>
-
-	* [r395] Attic/postgis_sql_73_end.sql.in,
-	  Attic/postgis_sql_74_end.sql.in: Added explicit geometry as text
-	  cast
-
-2003-11-28 11:06  Sandro Santilli <strk at keybit.net>
-
-	* [r394] Attic/postgis_sql_74_end.sql.in,
-	  Attic/postgis_sql_74_start.sql.in, postgis.h, postgis_inout.c:
-	  Added WKB_recv function for binary WKB input
-
-2003-11-26 18:54  Sandro Santilli <strk at keybit.net>
-
-	* [r393] loader/pgsql2shp.c: fixed bug in HexDecoder, made WKB
-	  parsing the default
-
-2003-11-26 18:14  Sandro Santilli <strk at keybit.net>
-
-	* [r392] loader/pgsql2shp.c: binary cursor implemented
-
-2003-11-26 17:21  Sandro Santilli <strk at keybit.net>
-
-	* [r391] loader/pgsql2shp.c: Made HEXWKB parsing settable at
-	  compile time
-
-2003-11-26 16:40  Sandro Santilli <strk at keybit.net>
-
-	* [r390] loader/pgsql2shp.c: Handled NULLS in wkb parsing, reduced
-	  functions args
-
-2003-11-26 15:45  Sandro Santilli <strk at keybit.net>
-
-	* [r389] loader/pgsql2shp.c: wkb support for all geom types
-
-2003-11-26 14:31  Sandro Santilli <strk at keybit.net>
-
-	* [r388] loader/pgsql2shp.c: WKB start to work
-
-2003-11-25 17:32  Sandro Santilli <strk at keybit.net>
-
-	* [r387] loader/wkb.h: first attempt at wkb definitions
-
-2003-11-25 17:28  Sandro Santilli <strk at keybit.net>
-
-	* [r386] loader/pgsql2shp.c: hardly trying to get WKB parsing work
-
-2003-11-25 03:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r385] CHANGES, CREDITS, README.postgis, TODO: Updates for 0.8.0
-	  release.
-
-2003-11-25 02:38  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r384] examples/ogc_test_suite/README: Fixed syntax error in
-	  execution example.
-
-2003-11-24 17:36  Sandro Santilli <strk at keybit.net>
-
-	* [r383] loader/pgsql2shp.c: Removed useless BYTE_ORDER checks
-
-2003-11-21 23:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r381] loader/pgsql2shp.c: Added Cygwin endian definition include
-	  to fix windows compile.
-
-2003-11-20 18:01  Sandro Santilli <strk at keybit.net>
-
-	* [r380] loader/pgsql2shp.c: patch from m.spring at gmx.de
-
-2003-11-20 17:51  Sandro Santilli <strk at keybit.net>
-
-	* [r379] Makefile: Installs for PG>7.1 goes to pkglibdir
-
-2003-11-20 16:46  Sandro Santilli <strk at keybit.net>
-
-	* [r378] doc/postgis.xml: postgresql linking against libstdc++
-	  reported as possibly needed for geos support
-
-2003-11-20 15:54  Sandro Santilli <strk at keybit.net>
-
-	* [r377] Makefile: Updated postgis library path to be referenced
-	  with /..
-
-2003-11-20 15:34  Sandro Santilli <strk at keybit.net>
-
-	* [r376] postgis_ops.c: expected in-transaction memory release for
-	  btree operators
-
-2003-11-20 15:29  Sandro Santilli <strk at keybit.net>
-
-	* [r375] Makefile: Moved MODULE_FILENAME definition where it will
-	  be easly modifiable
-
-2003-11-20 15:27  Sandro Santilli <strk at keybit.net>
-
-	* [r374] loader/pgsql2shp.c: Removed some useless strdups.
-	  Removed pgtype 22 (int2vector) from the list of integer DBF field
-	  types.
-	  Added pgtype 1700 (numeric) in DBF doubles list.
-
-2003-11-20 14:46  Sandro Santilli <strk at keybit.net>
-
-	* [r373] loader/Makefile: Set CFLAGS where useless CPPFLAGS were
-	  used before
-
-2003-11-19 18:01  Sandro Santilli <strk at keybit.net>
-
-	* [r372] postgis_debug.c: CR removed
-
-2003-11-19 17:50  Sandro Santilli <strk at keybit.net>
-
-	* [r371] Attic/postgis_sql_common.sql.in: missing function
-	  definition added (I forgot - sorry)
-
-2003-11-19 15:44  Sandro Santilli <strk at keybit.net>
-
-	* [r370] postgis.h: added prototypes for geometry_{le,ge,cmp}
-
-2003-11-19 15:29  Sandro Santilli <strk at keybit.net>
-
-	* [r369] Attic/postgis_sql_74_end.sql.in: Added default btree
-	  operator class for PG7.4
-
-2003-11-19 15:26  Sandro Santilli <strk at keybit.net>
-
-	* [r368] postgis_ops.c: Added geometry_le, geometry_ge,
-	  geometry_cmp functions,
-	  modified geometry_lt, geometry_gt, geometry_eq to be consistent.
-
-2003-11-19 15:23  Sandro Santilli <strk at keybit.net>
-
-	* [r367] Attic/postgis_sql_common.sql.in: Fixed wrong COMMUTATOR
-	  specifications in '<','>','~=','@' operators,
-	  added new '<=', '>=' operators
-
-2003-11-19 10:27  Sandro Santilli <strk at keybit.net>
-
-	* [r366] doc/postgis.xml: typo fixed (ENABLE_SEQSCAN missing) -
-	  PG7.4 support listed in 2.2
-
-2003-11-18 14:58  Sandro Santilli <strk at keybit.net>
-
-	* [r365] loader/pgsql2shp.c: default row buffer lenght set to 100
-
-2003-11-18 14:39  Sandro Santilli <strk at keybit.net>
-
-	* [r364] loader/pgsql2shp.c: Some more structuring. Initialization
-	  routine moved out of main loop.
-	  Preparing dumper for WKB parsing.
-
-2003-11-16 00:27  Sandro Santilli <strk at keybit.net>
-
-	* [r363] loader/pgsql2shp.c: Huge code re-organization. More
-	  structured code, more errors handled,
-	  cursor based iteration, less code lines.
-
-2003-11-14 22:04  Sandro Santilli <strk at keybit.net>
-
-	* [r362] loader/pgsql2shp.c: Used environment vars to pass libpq
-	  connection options (less error prone,
-	  easier to read). Printed clearer error message on query error.
-
-2003-11-13 13:14  Sandro Santilli <strk at keybit.net>
-
-	* [r361] Attic/postgis_sql_common.sql.in: used quote_ident() calls
-	  in AddGeometryColumns as suggested by Bernhard Herzog
-
-2003-11-12 20:59  Sandro Santilli <strk at keybit.net>
-
-	* [r360] ., .cvsignore, loader, loader/.cvsignore: more cvsignore
-
-2003-11-12 20:57  Sandro Santilli <strk at keybit.net>
-
-	* [r359] doc, doc/.cvsignore, doc/html, doc/html/.cvsignore: first
-	  import
-
-2003-11-12 20:55  Sandro Santilli <strk at keybit.net>
-
-	* [r358] Attic/postgis_sql_common.sql.in: AddGeometryColumn column
-	  identifier case respect fix as suggested by Bernhard Herzog
-
-2003-11-12 16:36  Sandro Santilli <strk at keybit.net>
-
-	* [r357] postgis_geos_wrapper.cpp: delete all caught exceptions
-	  after use
-
-2003-11-11 11:28  Sandro Santilli <strk at keybit.net>
-
-	* [r356] doc/postgis.xml: Added (mem)GeomUnion and (mem_)collect
-	  aggregates documentation, updated Centroid paragraph
-
-2003-11-11 10:58  Sandro Santilli <strk at keybit.net>
-
-	* [r355] postgis_fn.c: Fixed a typo in envelope()
-
-2003-11-11 10:38  Sandro Santilli <strk at keybit.net>
-
-	* [r354] Attic/postgis_sql_74_end.sql.in,
-	  Attic/postgis_sql_74_start.sql.in: Postgresql 7.4 enabler
-	  scripts.
-
-2003-11-11 10:14  Sandro Santilli <strk at keybit.net>
-
-	* [r353] postgis_estimate.c: Added support for PG74
-
-2003-11-05 18:26  Sandro Santilli <strk at keybit.net>
-
-	* [r352] Attic/postgis_sql_common.sql.in: Added fast collect() and
-	  geomunion() aggregates implementations
-
-2003-11-05 18:25  Sandro Santilli <strk at keybit.net>
-
-	* [r351] postgis_geos.c: moved #ifdef USE_GEOS below prototypes,
-	  added NULL implementation of unite_garray
-
-2003-11-05 18:02  Sandro Santilli <strk at keybit.net>
-
-	* [r350] postgis_geos.c: renamed unite_finalfunc to unite_garray
-
-2003-11-05 17:48  Sandro Santilli <strk at keybit.net>
-
-	* [r349] doc/postgis.xml: Added GEOS support tips to installation
-	  instructions
-
-2003-11-05 11:00  Sandro Santilli <strk at keybit.net>
-
-	* [r348] doc/Makefile, doc/postgis.xml, doc/postgis.xml.in:
-	  postgis.xml put back in place. Makefile modified to generate a
-	  postgis-out.xml from postgis.xml.
-
-2003-11-04 21:54  Sandro Santilli <strk at keybit.net>
-
-	* [r347] doc/postgis.xml.in: made last release version a parameter
-
-2003-11-04 21:52  Sandro Santilli <strk at keybit.net>
-
-	* [r346] doc/Makefile: added 'global' specification to sed command
-
-2003-11-04 19:23  Sandro Santilli <strk at keybit.net>
-
-	* [r345] doc/postgis.xml, doc/postgis.xml.in: renamed postgis.xml
-	  to postgis.xml.in
-
-2003-11-04 19:20  Sandro Santilli <strk at keybit.net>
-
-	* [r344] doc/Makefile: dropped 'clean' rule (not really a good idea
-	  right now)
-
-2003-11-04 19:07  Sandro Santilli <strk at keybit.net>
-
-	* [r343] Makefile: added doc clean in clean rule
-
-2003-11-04 19:06  Sandro Santilli <strk at keybit.net>
-
-	* [r342] postgis_geos.c: added missing first geom pfree in
-	  unite_finalfunc
-
-2003-11-04 18:56  Sandro Santilli <strk at keybit.net>
-
-	* [r341] doc/Makefile: initial import
-
-2003-10-29 15:53  Sandro Santilli <strk at keybit.net>
-
-	* [r340] postgis_fn.c, postgis_geos.c: geoscentroid() removed. both
-	  geos and pgis versions are called 'centroid'.
-	  only one version will be compiled based on USE_GEOS flag.
-
-2003-10-29 13:59  Sandro Santilli <strk at keybit.net>
-
-	* [r339] postgis_geos.c: Added geoscentroid function.
-
-2003-10-29 13:58  Sandro Santilli <strk at keybit.net>
-
-	* [r338] postgis_geos_wrapper.cpp: Added GEOSGetCentroid() function
-
-2003-10-28 16:57  Sandro Santilli <strk at keybit.net>
-
-	* [r337] postgis.h, postgis_fn.c: Added collect_garray() function.
-
-2003-10-28 15:16  Sandro Santilli <strk at keybit.net>
-
-	* [r336] postgis.h, postgis_fn.c, postgis_geos.c: unite_sfunc()
-	  from postgis_geos.c renamed to geom_accum() and moved in
-	  postgis_fn.c
-
-2003-10-28 11:18  Sandro Santilli <strk at keybit.net>
-
-	* [r335] Attic/postgis_sql_common.sql.in: Added Algorithms section
-	  and simplify() enabler code
-
-2003-10-28 11:16  Sandro Santilli <strk at keybit.net>
-
-	* [r334] postgis.h: Added postgis_algo.c prototypes
-
-2003-10-28 11:16  Sandro Santilli <strk at keybit.net>
-
-	* [r333] Makefile: Added postgis_algo.c build support
-
-2003-10-28 10:59  Sandro Santilli <strk at keybit.net>
-
-	* [r332] postgis_geos.c: handled NULL state array in
-	  unite_finalfunc, cleaned up some spurios code
-
-2003-10-27 23:44  Sandro Santilli <strk at keybit.net>
-
-	* [r331] postgis_geos.c: unite_sfunc made always copy input array
-	  in long lived memory context.
-	  It should now work with safer memory.
-
-2003-10-27 20:13  Sandro Santilli <strk at keybit.net>
-
-	* [r330] postgis_geos.c: Made GeomUnion release memory soon, Added
-	  fastunion support functions
-
-2003-10-27 10:21  Sandro Santilli <strk at keybit.net>
-
-	* [r329] postgis_algo.c: Initial import.
-
-2003-10-24 21:52  Sandro Santilli <strk at keybit.net>
-
-	* [r328] postgis_geos.c: Modified strcmp-based if-else with
-	  switch-case in GEOS2POSTGIS()
-	  using new GEOSGeometryTypeId() interface.
-
-2003-10-24 21:33  Sandro Santilli <strk at keybit.net>
-
-	* [r327] postgis_geos_wrapper.cpp: Added
-	  GEOSGeometryTypeId(Geometry *) wrapper function.
-	  Added GEOSGetCoordinates_Polygon(Polygon *) as an experimental
-	  optimized
-	  version of GEOSGetCoordinates(Geometry *); More to add ...
-
-2003-10-24 14:29  Sandro Santilli <strk at keybit.net>
-
-	* [r326] postgis_geos_wrapper.cpp: GEOSGetCoordinates() reverted to
-	  getCoordinates() call so to be compatible
-	  to all type of geometries (not only LineStrings)
-
-2003-10-24 08:28  Sandro Santilli <strk at keybit.net>
-
-	* [r325] postgis_geos.c, postgis_geos_wrapper.cpp: Fixed memory
-	  leak in GEOSGetCoordinates(), made sure that GEOS2POSTGIS
-	  free type string even in case of collapsed geoms. Made sure that
-	  geomunion
-	  release memory in case of exception thrown by GEOSUnion. Sooner
-	  release
-	  of palloced memory in PolyFromGeometry (pts_per_ring).
-
-2003-10-23 19:52  Sandro Santilli <strk at keybit.net>
-
-	* [r324] Makefile: added memory debugging tips for gcc >= 3.2.2
-
-2003-10-23 09:14  Sandro Santilli <strk at keybit.net>
-
-	* [r323] Makefile: Added default-commented line to disable gcc
-	  "smart" memory caching feature.
-
-2003-10-23 08:06  Sandro Santilli <strk at keybit.net>
-
-	* [r322] Attic/postgis_sql_common.sql.in: Added 'unite' aggregate.
-
-2003-10-22 20:58  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r321] TODO: More additions to the TODO
-
-2003-10-22 18:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r320] TODO: Updated TODO list somewhat
-
-2003-10-21 07:44  Sandro Santilli <strk at keybit.net>
-
-	* [r319] Makefile: Made GEOS_DIR and PROJ_DIR settable via
-	  environment vars
-
-2003-10-20 19:50  Sandro Santilli <strk at keybit.net>
-
-	* [r318] postgis_geos_wrapper.cpp: Removed some memory leaks in
-	  PostGIS2* converters.
-
-2003-10-17 16:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r317] Makefile: Pass USE_* information to version string, add
-	  some 7.4 version passing
-	  flags to the compile.
-
-2003-10-17 16:12  David Blasby <dblasby at gmail.com>
-
-	* [r316] postgis_fn.c: Made Envelope() CW instead of CCW.
-
-2003-10-17 16:07  David Blasby <dblasby at gmail.com>
-
-	* [r315] Attic/postgis_sql_common.sql.in, postgis_fn.c: made
-	  isEmpty() return true/false
-
-2003-10-17 00:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r314] examples/ogc_test_suite/2_queries.sql: Added some more
-	  AsText wrappers.
-
-2003-10-17 00:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r313] examples/ogc_test_suite/2_queries.sql: Added some AsText
-	  wrappers to results to make results match answers.
-
-2003-10-16 20:16  David Blasby <dblasby at gmail.com>
-
-	* [r312] postgis_geos.c: Added NOTICE_HANDLER function. For some
-	  reason this didnt get properly
-	  committed last time.
-
-2003-10-16 16:35  David Blasby <dblasby at gmail.com>
-
-	* [r311] postgis.h: added #include <sys/types.h> for people using
-	  freeBSD (strk at keybit.net patch)
-
-2003-10-15 17:04  David Blasby <dblasby at gmail.com>
-
-	* [r310] postgis_geos_wrapper.cpp: added a bunch of catch
-	  (GEOSExceptions) blocks to write out more imformative
-	  error messages.
-
-2003-10-14 23:19  David Blasby <dblasby at gmail.com>
-
-	* [r309] postgis_geos.c: GEOS2POSTGIS - added protection to
-	  pfree(NULL) for multi* geoms
-
-2003-10-14 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r308] postgis_geos_wrapper.cpp: Added const declarations to sync
-	  with current GEOS cvs.
-
-2003-10-06 18:09  David Blasby <dblasby at gmail.com>
-
-	* [r307] postgis_inout.c: Fixed typo in add_to_geometry(). With
-	  very poorly aligned sub-objects, it
-	  wouldnt allocate enough memory. Fixed it so its pesimistic and
-	  will allocate
-	  enough memory.
-
-2003-10-03 16:45  David Blasby <dblasby at gmail.com>
-
-	* [r306] postgis_geos.c, postgis_geos_wrapper.cpp: added
-	  pointonsurface() as a sub. Some memory management fixes/tests.
-	  removed a few NOTICEs.
-
-2003-09-29 16:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r305] loader/shp2pgsql.c: Patch from strk:
-	  - "\t" always preceeded the first value of a dump_format query
-	  if NULL
-	  
-	  - field values where quoted with (") in dump_format when
-	  called with -k ( did I introduce that? )
-	  
-	  - Appropriate calls to DBF[..]ReadAttributes based on
-	  cached attribute types.
-	  
-	  - Assured that *all* shapes are NULL before exiting with
-	  an error ( I did not check that NULL shapes in the midle
-	  of the shapefiles are handled, but previous code did
-	  not check that either ... )
-
-2003-09-19 00:37  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r304] loader/shp2pgsql.c: fixed a bug that actually tests the
-	  first 2 point for pip instead of just thinking I was testing the
-	  first two.
-
-2003-09-16 20:27  David Blasby <dblasby at gmail.com>
-
-	* [r303] loader/Makefile, postgis_debug.c, postgis_fn.c,
-	  postgis_geos.c, postgis_geos_wrapper.cpp, postgis_transform.c:
-	  added ability to delete geometries.
-
-2003-09-10 22:44  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r302] loader/pgsql2shp.c: got rid of warning...
-
-2003-09-10 22:40  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r301] loader/pgsql2shp.c: changed it to make the field names in
-	  the dbf file capital letters
-
-2003-09-10 21:36  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r300] loader/pgsql2shp.c: fixed a bug in is_clockwise...
-
-2003-09-04 16:46  David Blasby <dblasby at gmail.com>
-
-	* [r299] doc/postgis.xml: removed truly_inside() doc.
-
-2003-09-04 16:19  David Blasby <dblasby at gmail.com>
-
-	* [r298] Attic/postgis_sql_common.sql.in: removed truly_inside()
-	  function.
-
-2003-08-22 17:40  David Blasby <dblasby at gmail.com>
-
-	* [r297] postgis_inout.c: fixed geometry_in('SRID=<int>{no ;}').
-
-2003-08-21 16:22  David Blasby <dblasby at gmail.com>
-
-	* [r296] postgis_inout.c: added patch from strk at freek.keybit.net
-	  for PG_NARGS() not being in 7.2
-
-2003-08-18 20:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r295] doc/postgis.xml: Add missing </para>
-
-2003-08-18 20:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r294] doc/postgis.xml: Removed illegal characters from the file.
-
-2003-08-18 20:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r293] doc/postgis.xml: More entities
-
-2003-08-18 19:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r292] doc/postgis.xml: Replace <> with proper entities in Dave's
-	  new function entries
-
-2003-08-18 16:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r291] examples/ogc_test_suite/README: Added info on piping
-	  results to output file.
-
-2003-08-18 16:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r290] postgis_geos_wrapper.cpp: Change include from io.h to
-	  geom.h.
-
-2003-08-17 19:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r289] loader/Makefile, loader/shp2pgsql.c: Change sequence
-	  handling to respect versions prior to 7.3. Patch from
-	  strk.
-
-2003-08-08 18:19  David Blasby <dblasby at gmail.com>
-
-	* [r288] Attic/postgis_sql_common.sql.in, Makefile,
-	  create_undef.pl, doc/postgis.xml,
-	  examples/ogc_test_suite/2_queries.sql, postgis.h,
-	  postgis_debug.c, postgis_fn.c, postgis_geos.c,
-	  postgis_geos_wrapper.cpp, postgis_gist_71.c, postgis_gist_72.c,
-	  postgis_inout.c: Conformance changes.
-	  Removed junk from postgis_debug.c and added the first run of the
-	  long
-	  transaction locking support. (this will change - dont use it)
-	  conformance tests were corrected
-	  some dos cr/lf removed
-	  empty geometries i.e. GEOMETRYCOLLECT(EMPTY) added (with indexing
-	  support)
-	  pointN(<linestring>,1) now returns the first point (used to
-	  return 2nd)
-
-2003-08-07 05:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r287] README.postgis: Added some information about compiling
-	  PostgreSQL with C++ support to
-	  enable proper GEOS behavior.
-
-2003-08-06 19:31  David Blasby <dblasby at gmail.com>
-
-	* [r286] Attic/postgis_sql_common.sql.in, postgis.h,
-	  postgis_geos.c, postgis_inout.c: Added the WKB parser. Added all
-	  the functions like
-	  PolyFromWKB(<WKB>,[<SRID>]).
-	  
-	  Added all the functions like PolyFromText(<WKT>,[<SRID>])
-	  
-	  Minor problem in GEOS library fixed.
-
-2003-08-05 18:27  David Blasby <dblasby at gmail.com>
-
-	* [r285] postgis_geos.c: Added null implementations of new
-	  GEOS-returning-geometry functions (ie.
-	  buffer).
-
-2003-08-05 16:28  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r284] loader/shp2pgsql.c: Removed the setval for the sequence if
-	  the value was going to be 0.
-	  This avoids a warning that occirs when you try to set it to 0.
-
-2003-08-01 23:58  David Blasby <dblasby at gmail.com>
-
-	* [r283] Attic/postgis_sql_common.sql.in, postgis_geos.c,
-	  postgis_geos_wrapper.cpp: added the functionality to convert
-	  GEOS->PostGIS geometries. Added those geos
-	  functions to postgis.
-
-2003-08-01 23:22  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r282] loader/shp2pgsql.c: Altered the loader to use a (gid
-	  serial) type instead of just a (gid int4).
-	  Also the gid is now declared as a primary key.
-
-2003-08-01 17:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r281] spatial_ref_sys.sql: Added BC Albers parameterization
-	  (epsg 42102)
-
-2003-07-25 17:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r280] postgis.h, postgis_debug.c, postgis_estimate.c,
-	  postgis_fn.c, postgis_inout.c, postgis_ops.c: Moved Cygwin endian
-	  define out of source files into postgis.h common
-	  header file.
-
-2003-07-08 18:35  David Blasby <dblasby at gmail.com>
-
-	* [r279] postgis_inout.c: changed asbinary_specify() so that it is
-	  more aware of TEXT being
-	  un-terminated.
-	  
-	  this is a modified patch from David Garnier
-	  <david.garnier at etudier-online.com>.
-
-2003-07-01 18:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r278] Attic/postgis_sql_71_end.sql.in,
-	  Attic/postgis_sql_71_start.sql.in,
-	  Attic/postgis_sql_72_end.sql.in,
-	  Attic/postgis_sql_72_start.sql.in,
-	  Attic/postgis_sql_73_end.sql.in,
-	  Attic/postgis_sql_73_start.sql.in,
-	  Attic/postgis_sql_common.sql.in, loader/pgsql2shp.c,
-	  loader/shp2pgsql.c, postgis.h, postgis_chip.c, postgis_debug.c,
-	  postgis_estimate.c, postgis_fn.c, postgis_geos.c,
-	  postgis_gist_71.c, postgis_gist_72.c, postgis_inout.c,
-	  postgis_ops.c, postgis_proj.c, postgis_transform.c: Added CVS
-	  revision headers.
-
-2003-06-18 16:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r277] loader/shp2pgsql.c: It seems that invalid geometries where
-	  in the shapefile (as far as shapelib
-	  let shp2pgsql know). LINEZ objects with less then 2 vertices.
-	  I've
-	  patched shp2pgsql to recognized such an inconsistence and use a
-	  NULL
-	  geometry for that record printing a warning on stderr.
-	  <strk at freek.keybit.net>
-
-2003-06-12 22:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r276] regress/isvalid_test, regress/relate_test: Added
-	  transaction begin and end.
-
-2003-05-27 22:35  David Blasby <dblasby at gmail.com>
-
-	* [r275] Makefile, postgis_geos.c, postgis_geos_wrapper.cpp: New
-	  version of the postgis-GEOS connector.
-
-2003-05-13 22:51  David Blasby <dblasby at gmail.com>
-
-	* [r274] Attic/postgis_sql_common.sql.in: Added a modified version
-	  of Carl Anderson <carl.anderson at vadose.org> patch for
-	  schema-aware find_srid().
-	  
-	  I have modified your schema-patched find_srid() and commited it
-	  to the postgis
-	  
-	  1. removed isstrict qualification and explicity throw an error if
-	  one of the
-	  arguments is null
-	  2. use "LIKE" instead of "~" for pattern matching because "~"
-	  wasnt working on
-	  my system
-	  3. throw an error if the the requested geometry couldnt be found.
-
-2003-04-14 18:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r273] loader/shp2pgsql.c: Patch for optional case sensitivity
-	  respect. From strk.
-
-2003-04-10 23:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r272] examples/ogc_test_suite/README: More info
-
-2003-04-10 19:17  David Blasby <dblasby at gmail.com>
-
-	* [r271] Attic/postgis_sql_common.sql.in: added area() as alias for
-	  area2d()
-
-2003-04-10 19:16  David Blasby <dblasby at gmail.com>
-
-	* [r270] postgis_fn.c, postgis_geos.c: changes to area()
-
-2003-04-10 17:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r269] examples/ogc_test_suite/README: More info.
-
-2003-04-10 17:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r268] examples/ogc_test_suite/2_queries.sql: Fixed within() test
-	  to have right order of arguments.
-
-2003-04-10 17:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r267] examples/ogc_test_suite/2_queries.sql: Changes to function
-	  names to MATCH the specification.
-
-2003-04-10 17:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r266] examples/ogc_test_suite/2_queries.sql: More consistency
-	  fixes.
-
-2003-04-10 17:05  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r265] examples/ogc_test_suite/1_schema.sql,
-	  examples/ogc_test_suite/2_queries.sql,
-	  examples/ogc_test_suite/3_cleanup.sql,
-	  examples/ogc_test_suite/README: Fixes for consistency (!!!!) of
-	  the tests and a first README on how to run
-	  them.
-
-2003-04-10 16:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r264] Attic/postgis_sql_common.sql.in: Extra OGC text
-	  constructor functions.
-
-2003-04-10 16:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r263] Makefile: Hack to supply c++ CXX variable if undefined.
-
-2003-04-10 16:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r262] Makefile: Cruft removal
-
-2003-04-10 05:19  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r261] Attic/postgis_sql_common.sql.in: Formatting changes.
-
-2003-04-10 05:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r260] Attic/postgis_sql_common.sql.in: Remove old commented out
-	  duplicate function.
-
-2003-04-09 21:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r259] Makefile: Makefile should fully honor USE_GEOS flag now.
-
-2003-04-09 21:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r258] Makefile, postgis_transform.c: Cleaned up makefile and
-	  transform warning removed for null case.
-
-2003-04-09 21:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r257] Attic/postgis_sql_common.sql.in: Some reformatting.
-
-2003-04-09 18:34  David Blasby <dblasby at gmail.com>
-
-	* [r256] Attic/postgis_sql_common.sql.in, Makefile, postgis_geos.c,
-	  postgis_geos_wrapper.cpp: GEOS support -first run
-
-2003-04-09 18:34  David Blasby <dblasby at gmail.com>
-
-	* [r255] regress/isvalid_test: test data for isvalid()
-
-2003-04-09 03:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r254] jdbc/Makefile: Makefile update
-
-2003-04-09 03:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r252] CHANGES, CREDITS, README.postgis: Updates for 0.7.5
-	  release.
-
-2003-04-08 21:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r251] Makefile: Cygwin BE_DLLLIBS fix from nvine/jtishler
-
-2003-04-08 21:23  David Blasby <dblasby at gmail.com>
-
-	* [r250] regress/relate_test: simple table to test relate(g1,g2).
-	  Taken from JTS/GEOS regression test.
-
-2003-04-01 23:02  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r249] loader/shp2pgsql.c: Fixed a bug which dropped the last Z
-	  value of each line in 3d lines.
-
-2003-03-07 16:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r248] loader/shp2pgsql.c: M-handling patch and some
-	  Z-recognition too.
-	  From strk at freek.keybit.net.
-
-2003-03-06 18:57  Chris Hodgson <chodgson at refractions.net>
-
-	* [r247] Attic/postgis_sql_73_end.sql.in: swapped '~=' for '=' in
-	  the operator class definition for gist_geometry_ops.
-
-2003-03-06 18:29  Chris Hodgson <chodgson at refractions.net>
-
-	* [r246] Attic/postgis_sql_common.sql.in: changed 'geometry' to
-	  'GEOMETRY' two places in the AddGeometryColumn sql code.
-
-2003-03-06 18:10  Chris Hodgson <chodgson at refractions.net>
-
-	* [r245] doc/postgis.xml: Updated the documentation for the '~'
-	  operator and added documentation for the '@' operator (they were
-	  backwards).
-
-2003-03-06 18:04  David Blasby <dblasby at gmail.com>
-
-	* [r244] Attic/postgis_sql_73_end.sql.in: indexing for 7.3: @ and ~
-	  were backwards. Corrected.
-
-2003-02-15 00:27  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r243] loader/shp2pgsql.c: added more type checking into the
-	  create table statment.
-	  Now uses int8, and numeric types if the columns definitions are
-	  too big
-
-2003-02-14 20:07  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r242] loader/shp2pgsql.c: changed the PIP function to loop from
-	  i=0 to 1<n-1
-
-2003-02-13 02:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r240] CHANGES, README.postgis, loader/Makefile: Changes in
-	  preparation for 0.7.4 release.
-
-2003-02-12 21:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r239] Makefile: Fixed bug with 7.1 build relating to
-	  postgis_estimate.
-
-2003-02-04 23:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r238] Attic/postgis_sql_common.sql.in: Changed constraint name
-	  for geometry_columns_pk.
-
-2003-02-04 22:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r237] loader/shp2pgsql.c: Fix memory management error, array of
-	  pointers allocated insufficient space.
-
-2003-02-04 21:39  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r236] loader/pgsql2shp.c, loader/shp2pgsql.c: Added CVS
-	  substitution strings for logging.
-
-2003-02-04 06:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r235] Attic/postgis_sql_72_end.sql.in: Fixed stupid case error
-	  in 7.2 gist support.
-
-2003-02-03 20:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r234] spatial_ref_sys.sql: Updated SRS file with better proj4
-	  definitions and nicer commented
-	  description lines.
-
-2003-01-31 17:23  Chris Hodgson <chodgson at refractions.net>
-
-	* [r233] doc/postgis.xml: fixed a small error in an example -
-	  road_name -> name
-
-2003-01-22 17:07  David Blasby <dblasby at gmail.com>
-
-	* [r232] postgis_estimate.c: applied Mark Cave-Ayland's new patch
-	  that is a bit cleaner and has a
-	  user-defined FETCH limit for creating a histogram.
-
-2003-01-21 17:46  David Blasby <dblasby at gmail.com>
-
-	* [r231] postgis_estimate.c: added patch from Mark Cave-Ayland that
-	  saves memory during histogram
-	  calculations by using cursors instead of loading all the BOXs at
-	  once.
-
-2003-01-06 18:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r230] Makefile: Added USE_STATS fix for index selectivity.
-
-2002-12-17 23:24  David Blasby <dblasby at gmail.com>
-
-	* [r229] postgis_inout.c: fixed select astext(the_geom)||'dave'
-	  from ...; bug
-
-2002-12-10 04:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r228] postgis.sql.in, postgis_gist_71.sql.in,
-	  postgis_gist_72.sql.in, postgis_gist_73.sql.in: Removed old
-	  sql.in files.
-
-2002-12-10 04:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r227] create_undef.pl: Support for 7.3 undefinition.
-
-2002-12-10 04:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r226] Attic, Attic/postgis_sql_71_end.sql.in,
-	  Attic/postgis_sql_71_start.sql.in,
-	  Attic/postgis_sql_72_end.sql.in,
-	  Attic/postgis_sql_72_start.sql.in,
-	  Attic/postgis_sql_73_end.sql.in,
-	  Attic/postgis_sql_73_start.sql.in,
-	  Attic/postgis_sql_common.sql.in, Makefile: New SQL update files,
-	  with version dependant start and end scripts.
-
-2002-12-06 20:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r225] Makefile: Set USE_PROJ back to default 0.
-
-2002-12-05 22:12  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r224] postgis.sql.in: Returned to 'opaque' as type in creation,
-	  since 7.3 will automatically
-	  cast and < 7.3 will fail if I use a different value. This causes
-	  some
-	  warnings in 7.3, but no failures.
-
-2002-12-05 21:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r223] Makefile, postgis.sql.in, postgis_gist_73.sql.in: Updates
-	  to support 7.3 typecasting conventions. 7.3 support is now ready
-	  for beta testing.
-
-2002-12-05 21:11  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r222] postgis_gist_73.sql.in: "fixed" pg_opclass so that 7.3
-	  index creation works.
-
-2002-12-05 20:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r221] postgis_gist_73.sql.in: Changed an opaque to internal
-	  (many to go...)
-
-2002-12-05 20:54  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r220] Makefile: Pass USE_VERSION macro into the C compilation
-	  process to the pre-processor can
-	  make use of it
-
-2002-12-05 20:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r219] Makefile: Changed libdir references to LIBPATH and started
-	  using the magic
-	  $libpath entry for default installs.
-
-2002-12-05 20:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r218] postgis_gist_73.sql.in: Formatting change.
-
-2002-12-05 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r217] Makefile, postgis_gist_73.sql.in: Early support for 7.3.
-	  No fixes for typecasting problems yet.
-
-2002-12-05 19:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r216] postgis_gist_72.sql.in, postgis_gist_73.sql.in: Removed
-	  DOS linefeeds from SQL files.
-
-2002-12-05 19:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r215] postgis_gist_71.c, postgis_gist_71.sql.in: Changes to
-	  support 7.3 cleanly.
-
-2002-12-05 19:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r214] Makefile, README.postgis, postgis_gist.c,
-	  postgis_gist.sql.in, postgis_gist_73.sql.in: Changes to allow 7.3
-	  support to be easily added.
-
-2002-12-01 05:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r213] examples/ogc_test_suite,
-	  examples/ogc_test_suite/1_schema.sql,
-	  examples/ogc_test_suite/2_queries.sql,
-	  examples/ogc_test_suite/3_cleanup.sql: Original OpenGIS test
-	  suite files. To be edited to conform to
-	  PostGIS syntax where legal.
-
-2002-11-26 03:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r212] Makefile: Changed references to 'make' into macro
-	  references to MAKE
-
-2002-11-22 21:25  Chris Hodgson <chodgson at refractions.net>
-
-	* [r211] doc/postgis.xml: changed the title of the new section from
-	  "Mapserver" to "Using Mapserver"
-
-2002-11-22 21:22  Chris Hodgson <chodgson at refractions.net>
-
-	* [r210] doc/postgis.xml: added more advanced mapserver
-	  documentation, and separated mapserver into its own section of
-	  the documentation
-
-2002-11-22 17:38  David Blasby <dblasby at gmail.com>
-
-	* [r209] postgis_transform.c: Non-compiled in transform() returns
-	  error instead of nop.
-
-2002-11-20 21:32  Chris Hodgson <chodgson at refractions.net>
-
-	* [r208] doc/postgis.xml: re-formatted the xml doc and added a bit
-	  about complex queries (still lots more to come on that topic)
-
-2002-11-06 23:55  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r207] loader/pgsql2shp.c: added support for clockwise-ness in
-	  shp dumper
-
-2002-11-04 21:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r206] loader/pgsql2shp.c: Removed debugging connstring print.
-
-2002-10-25 16:13  David Blasby <dblasby at gmail.com>
-
-	* [r205] postgis_inout.c: Now accepts both types of multipoint -
-	  'MULTIPOINT(0 0, 1 1)'::geometry and
-	  'MULTIPOINT( (0 0), (1 1))'::geometry;
-
-2002-10-24 15:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r204] jdbc/org/postgis/PGbox3d.java,
-	  jdbc/org/postgis/PGgeometry.java: Added PGbox3d accessors for LLB
-	  and URB. Added PGgeometry update to
-	  account for SRIDs when they are present in the WKT. Submitted by
-	  Rueben Schultz.
-
-2002-10-17 17:06  Chris Hodgson <chodgson at refractions.net>
-
-	* [r203] loader/dbfopen.c: fixed the last compile warning on
-	  solaris/gcc
-
-2002-10-17 16:45  Chris Hodgson <chodgson at refractions.net>
-
-	* [r202] loader/dbfopen.c, loader/getopt.c, loader/shp2pgsql.c,
-	  loader/shpopen.c: - cleaned up all the compiler warnings
-	  - for getopt.c, this involved moving the line:
-	  extern char *getenv(const char *name);
-	  outside of the two nested #ifdefs that it was inside, as it is
-	  always required (the code that calls it isn't inside any #ifdefs)
-	  Perhaps this may break compilation in non-linux/gnu environments?
-
-2002-10-16 23:48  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r201] doc/postgis.xml: Fixed syntax error in hyperlink to
-	  postgis source.
-
-2002-10-16 20:33  David Blasby <dblasby at gmail.com>
-
-	* [r200] postgis_estimate.c: Added support to turn off the
-	  postgis_gist_sel() computations (see Makefile).
-
-2002-10-16 17:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r199] Makefile: Added USE_STATS switch to make the new
-	  statistics system optional.
-
-2002-10-16 17:06  Chris Hodgson <chodgson at refractions.net>
-
-	* [r198] Makefile: makefile now has both support for
-	  auto-determining postgres version and support for the new
-	  histogram2d stuff
-
-2002-10-11 22:52  David Blasby <dblasby at gmail.com>
-
-	* [r197] postgis_estimate.c: New file with original estimation
-	  methods.
-
-2002-10-11 22:52  David Blasby <dblasby at gmail.com>
-
-	* [r196] Makefile, postgis.h, postgis.sql.in, postgis_gist_72.c,
-	  postgis_gist_72.sql.in, postgis_inout.c: Added support for
-	  histogram2d and better statistical analysis.
-
-2002-10-11 20:22  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r195] loader/pgsql2shp.c: fixed the errors in the error fix i
-	  had just committed...
-
-2002-10-11 20:10  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r194] loader/pgsql2shp.c: Fixed a bug from adding NULL support
-	  to shape dumper
-
-2002-10-10 17:32  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r193] loader/pgsql2shp.c: added support to write out null
-	  geometries to polygon, multipolygon, arc, and multiarcs...
-
-2002-10-10 17:11  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r192] loader/pgsql2shp.c: Added support to write out Null
-	  geometries to point and mulitpoints
-
-2002-10-10 17:00  Chris Hodgson <chodgson at refractions.net>
-
-	* [r191] README.postgis, doc/postgis.xml, postgis_ops.c: - fixed a
-	  bug in box3d_overleft which would likely go unnoticed
-	  - fixed the docs for &<, &>, <<, and >> which were backwards
-
-2002-09-20 18:05  David Blasby <dblasby at gmail.com>
-
-	* [r190] postgis_debug.c: Fixed complier complaint reported by Mark
-	  Sutton <mes at lazo.ca>.
-
-2002-09-06 20:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r188] jdbc/org/postgis/LinearRing.java: Trivial initialization
-	  bug, forget to set dimension.
-
-2002-09-05 16:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r187] CHANGES, README.postgis: Changes in preparation for 0.7.3
-	  release
-
-2002-09-05 16:39  David Blasby <dblasby at gmail.com>
-
-	* [r186] postgis.sql.in: Fixed typo in dropgeometrycolumn() - IS
-	  null to =null. This was caused in the
-	  last 'fix'.
-
-2002-09-05 00:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r185] Makefile: Make 7.2 index test check for version 7.1 and
-	  default to 7.2 if not
-	  This is preparatory to the 7.3 pgsql release which uses the sames
-	  GiST bindings as the 7.2 release.
-
-2002-09-04 16:55  David Blasby <dblasby at gmail.com>
-
-	* [r184] postgis_transform.c: Applied "Mark Cave-Ayland"
-	  <mark.cave-ayland at webbased.co.uk>'s patch so
-	  transform() will correctly tranform BBOX only geometries.
-
-2002-09-03 15:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r183] Makefile: Added automatic test for version string and
-	  setting of USE_PG72 to
-	  appropriate value, as submitted by Greg Stark.
-
-2002-09-01 20:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r181] CHANGES, CREDITS, README.postgis: Changes in preparation
-	  for 0.7.2 release.
-
-2002-08-19 16:14  David Blasby <dblasby at gmail.com>
-
-	* [r180] postgis.sql.in: changed "=NULL" to "is null" for
-	  postgresql 7.3 devel issues (as reported
-	  by Eric - redmonde at purdue.edu)
-
-2002-08-16 17:58  David Blasby <dblasby at gmail.com>
-
-	* [r179] postgis_fn.c: Applyed "Mark Cave-Ayland"
-	  <mark.cave-ayland at webbased.co.uk>'s patch
-	  to the truly_inside() function. Thanks mark!
-
-2002-08-07 16:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r178] loader/shp2pgsql.c: Patch to write null geometries as "\N"
-	  in the dump file format case.
-	  Submitted by Steffen Macke <sdteffen at web.de>
-
-2002-07-26 16:50  Chris Hodgson <chodgson at refractions.net>
-
-	* [r177] doc/postgis.xml: minor correction
-
-2002-07-24 20:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r176] loader/shp2pgsql.c: fixes the unwanted quotation of NULLs
-	  for the sql insert format. Submitted
-	  by Steffen Macke.
-
-2002-07-17 20:10  Chris Hodgson <chodgson at refractions.net>
-
-	* [r175] doc/postgis.xml: fixed some formatting errors from my
-	  previous addition
-
-2002-07-17 18:34  Chris Hodgson <chodgson at refractions.net>
-
-	* [r174] doc/postgis.xml: added a "common problems" sub-section to
-	  the "installing postgis" section
-
-2002-07-06 17:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r173] Makefile: Reverted USE_PROJ to 0
-
-2002-07-06 15:16  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r172] loader/shp2pgsql.c: Patch from Steffen Macke, NULL
-	  attributes are imported as NULL now,
-	  gid field renaming works now (case problem), \ and ' are escaped
-	  and don't break the import
-
-2002-07-04 23:38  David Blasby <dblasby at gmail.com>
-
-	* [r171] Makefile, postgis.h, postgis.sql.in, postgis_inout.c:
-	  added bytea(wkb)
-
-2002-06-26 18:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r170] doc/postgis.xml: fixed syntax error in reference to
-	  pgsql2shp
-
-2002-06-26 18:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r169] loader/Makefile: Cygwin fixes to the install target to
-	  provide .exe extensions.
-
-2002-06-07 18:16  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r168] loader/pgsql2shp.c: fixed a bug in pgsql2shp which
-	  displayed the total DBF rows written as one less than actually
-	  was written.
-
-2002-05-28 18:01  Chris Hodgson <chodgson at refractions.net>
-
-	* [r167] postgis_gist.sql.in: - updated the ~ and @ operator
-	  definitions in postgis_gist.sql.in so that ~ is contains and @ is
-	  contained (should have been done in the last update, but I
-	  forgot)
-
-2002-05-28 17:59  Chris Hodgson <chodgson at refractions.net>
-
-	* [r166] postgis_gist_72.sql.in: - updated the ~ and @ operator
-	  definitions in postgis_gist_72.sql.in so that ~ is contains and @
-	  is contained
-
-2002-05-28 17:54  Chris Hodgson <chodgson at refractions.net>
-
-	* [r165] postgis_fn.c: - updated the translate function in
-	  postgis_fn.c to translate the bounding box as well, as suggested
-	  by Robert Burgholzer
-
-2002-05-22 19:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r164] doc/postgis.xml: Fixed syntax error in GeometryN defn.
-
-2002-05-14 20:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r162] Makefile: Set USE_PG72 to 0.
-
-2002-05-14 20:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r161] CHANGES, Makefile, README.postgis: Documentation updates
-	  for 0.7.1 release.
-
-2002-05-14 20:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r160] postgis.h, postgis.sql.in, postgis_chip.c,
-	  postgis_debug.c, postgis_fn.c, postgis_gist.c,
-	  postgis_gist.sql.in, postgis_gist_72.c, postgis_gist_72.sql.in,
-	  postgis_inout.c, postgis_ops.c, postgis_proj.c,
-	  postgis_transform.c: Stripped DOS carriage returns from all
-	  source code files. Should
-	  fix some compilation problems on some platforms.
-
-2002-05-14 18:28  Chris Hodgson <chodgson at refractions.net>
-
-	* [r159] loader/shp2pgsql.c, postgis.h, postgis.sql.in,
-	  postgis_fn.c, postgis_gist_72.c, postgis_inout.c: - integrated a
-	  bugfix for the rtree_picksplit algorithm from Teodor Sigaev. This
-	  fixes the bug which reports "ERROR: MemoryContextAlloc: invalid
-	  request size 0" while building a gist rtree index (first reported
-	  by Andy Turk)
-	  
-	  - cleaned up some warnings (mostly "possibly unitialized
-	  variables")
-
-2002-05-06 17:35  Chris Hodgson <chodgson at refractions.net>
-
-	* [r158] Makefile, postgis_fn.c, postgis_inout.c: - changed
-	  add_to_geometry() and collector() so that the sql collect()
-	  aggregate returns the simplest possible geometric type, ie. a
-	  MULTIPOINT instead of a GEOMETRYCOLLECTIONwhen all of the
-	  geometries being collected are of either POINT or MULTIPOINT type
-
-2002-05-04 23:08  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r155] doc/postgis.xml: Fixed mistake in FAQ example on radius
-	  searching.
-
-2002-05-04 22:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r154] doc/postgis.xml: More docbook changes.
-
-2002-05-04 22:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r153] doc/postgis.xml: Docbook syntax error changes.
-
-2002-05-04 22:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r152] Makefile: Added postgis_undef.sql to make clean target.
-
-2002-05-04 22:46  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r151] CHANGES, CREDITS, Makefile, README.postgis, TODO,
-	  doc/postgis.xml: Documentation updates to go with the 0.7
-	  release. All new functions
-	  documented, and appropriate changes made to installation and
-	  other
-	  directions. New build process for the PG72 indexes and PROJ4
-	  support
-	  added to Makefile.
-
-2002-05-04 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r150] spatial_ref_sys.sql: Add commenting to indicate the
-	  coordinate system of each insert line in
-	  a human readable form.
-
-2002-05-04 22:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r149] loader/README.pgsql2shp, loader/README.shp2pgsql,
-	  loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c: Update
-	  shapelib references to 1.2.9.
-
-2002-05-04 20:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r148] loader/Makefile: Added an "install" target which installs
-	  shp2pgsql and pgsql2shp in the
-	  default pgsql bin directory.
-
-2002-05-04 20:29  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r147] postgis_transform.c: Changed WANT_PROJECTION flag to
-	  USE_PROJ to match other Makefile defines.
-
-2002-05-04 20:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r146] postgis.sql.in: Added GeomFromText alias to
-	  GeometryFromText since the former is in the
-	  SFSQL spec and the latter is not.
-
-2002-05-03 03:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r145] doc/postgis.xml: Start of 0.7 documenation edits.
-
-2002-05-02 22:25  David Blasby <dblasby at gmail.com>
-
-	* [r144] postgis_transform.c: transform_geom() - if it gets and
-	  error -38 from PROJ.4 (couldnt open
-	  grid file) it will try to do the transform without a
-	  a datum conversion. This usually occurs if you ask
-	  for a re-projection for a point outside where you have
-	  grid data for.
-
-2002-04-30 23:37  David Blasby <dblasby at gmail.com>
-
-	* [r143] Makefile, postgis_transform.c: Better error reporting.
-
-2002-04-30 23:20  David Blasby <dblasby at gmail.com>
-
-	* [r142] Makefile, postgis_transform.c: Added some debugging to
-	  transform.
-
-2002-04-29 17:23  David Blasby <dblasby at gmail.com>
-
-	* [r141] postgis.h, postgis.sql.in, postgis_proj.c: Added
-	  distance_ellipsiod(point,point,ellipsoid)
-	  (called distance_spheroid in SQL)
-
-2002-04-26 22:50  Chris Hodgson <chodgson at refractions.net>
-
-	* [r140] Makefile, loader/Makefile, postgis.h, postgis.sql.in,
-	  postgis_fn.c, postgis_gist.c, postgis_gist.sql.in,
-	  postgis_gist_72.c, postgis_gist_72.sql.in, postgis_ops.c: - cut
-	  the gist indexing-related functions out of postgis_ops.c and put
-	  them in postgis_gist.c, then put the new gist indexing functions
-	  for postgres >= 7.2 in the file postgis_gist_72
-	  
-	  - similarly, the sql definitions of the gist functions have been
-	  split into their own new sql.in file, with postgis_gist_72.sql.in
-	  containing the new postgres >= 7.2 definitions
-	  
-	  - the makefile has been updated to compile EITHER postgis_gist.c
-	  OR postgis_gist_72.c, and also to process EITHER
-	  postgis_gist.sql.in OR postgis_gist_72.sql and add the output to
-	  the end of postgis.sql
-	  
-	  - in order to compile the gist functions for posgres 7.2 or
-	  newer, make sure to point your PGSQL_SRC at the new source
-	  directory, and uncomment the line in the makefile which says PG72
-	  = 1 (near the top)
-	  
-	  - some functions that were previously in postgis_ops.c were moved
-	  to postgis_fn.c, as part of a general cleanup I did when
-	  splitting off the gist functions into their own file
-	  
-	  - some definitions that were previously in postgis.h
-	  (unnecessarily) where removed, as they varied depending on which
-	  version of postgis_gist was being used
-	  
-	  - also edited the loader/Makefile to clean up properly
-
-2002-04-26 16:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r139] loader/pgsql2shp.c: Column name length limitation removed.
-	  Patch submitted by Bernhard
-	  Reiter <bernhard at intevation.de>
-
-2002-04-23 17:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r138] doc/postgis.xml: XML syntax error.
-
-2002-04-19 18:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r137] spatial_ref_sys.sql: Removed the CREATE INDEX statement
-	  since there is already a primary
-	  key index.
-
-2002-04-19 18:15  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r136] spatial_ref_sys.sql: Added PROJ4 entries to all relevant
-	  rows, altered the auth_name to
-	  be EPSG for those IDs which originated from the EPSG.
-
-2002-04-19 15:14  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r135] jdbc/README, jdbc/examples/TestServer.java: Patches to
-	  bring example up to current version in terms of SQL access
-	  and to stop silly bug in missing table case. Submitted by
-	  Steffen Macke <sdteffen at web.de>
-
-2002-04-15 22:38  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r134] loader/shp2pgsql.c: fixed bug that allowed two field names
-	  to be the same in shp2psql, we are now checking for that.
-
-2002-03-26 23:46  David Blasby <dblasby at gmail.com>
-
-	* [r133] postgis.sql.in: changed postgis_Version() to return type
-	  text, not type char.
-
-2002-03-25 22:20  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r132] postgis.h: Minor syntax changes in commenting.
-
-2002-03-25 02:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r131] postgis.h, postgis_debug.c: Minor syntactical changes to
-	  try and allow compilation on IRIX.
-
-2002-03-22 18:42  Chris Hodgson <chodgson at refractions.net>
-
-	* [r130] postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c:
-	  Added the collect(geometry) function which is an aggregate
-	  function that
-	  takes a group of geometries and turns them into a geometry
-	  collection. For
-	  example, "select collect(roadsgeom) from roadstable group by
-	  roadname"
-	  would return one geometrycollection for each unique road name.
-
-2002-03-15 17:10  David Blasby <dblasby at gmail.com>
-
-	* [r129] postgis.h, postgis.sql.in, postgis_ops.c: ADD xmin(box3d)
-	  etc... for box3d's.
-
-2002-03-14 19:35  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r128] loader/pgsql2shp.c: added a warning to the shape dumper
-	  when there are no fields in the database.
-
-2002-03-01 19:32  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r127] loader/shp2pgsql.c: Alter shp2pgsql in the -d case so that
-	  'DELETE FROM' is used to clear the
-	  'GEOMETRY_COLUMNS' table during table drop instead of
-	  DropGeometryColumns.
-	  Patch submitted by Steffen Macke <sdteffen at yahoo.com>.
-
-2002-02-27 00:38  David Blasby <dblasby at gmail.com>
-
-	* [r126] postgis.h, postgis_inout.c: minor bug in
-	  geometry_to_text() for BOX3D only types fixed.
-
-2002-02-27 00:06  David Blasby <dblasby at gmail.com>
-
-	* [r125] postgis_inout.c: BOX3D only geometries now dump as
-	  "SRID=x;BOX3D(...)". They are now okay to dump/restore.
-
-2002-02-26 23:46  David Blasby <dblasby at gmail.com>
-
-	* [r124] postgis_inout.c: for bbox only geometries, it will dump as
-	  "SRID=x;NULL", and on load, it will be NULL.
-
-2002-02-23 19:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r123] loader/README.pgsql2shp, loader/pgsql2shp.c: Patch to
-	  pgsql2shp to allow dumping of tables with more than one geometry
-	  column, and addition of -g option to specific which geometry
-	  column to dump.
-	  Submitted by Steffen Macke <sdteffen at yahoo.com>.
-
-2002-02-19 16:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r122] loader/shp2pgsql.c: Patch to shp2pgsql.c to properly
-	  handle 3D shape files. Submitted
-	  by Steffen Macke <sdteffen at yahoo.com>.
-
-2002-02-18 18:02  David Blasby <dblasby at gmail.com>
-
-	* [r121] postgis_chip.c: minor bug fix
-
-2002-02-18 17:02  David Blasby <dblasby at gmail.com>
-
-	* [r120] Makefile, postgis.h, postgis.sql.in, postgis_chip.c,
-	  postgis_fn.c, postgis_transform.c: Added TS support function
-	  (chip and some non-SFSQL functions)
-
-2002-02-13 16:50  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r119] README.postgis: Fixed syntax error in UPDATE statement.
-
-2002-01-11 16:58  David Blasby <dblasby at gmail.com>
-
-	* [r118] postgis_transform.c: better "no proj4" support addded
-
-2002-01-08 16:55  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r117] README.postgis: Fixed dumb error in POINT syntax example.
-
-2002-01-07 21:07  David Blasby <dblasby at gmail.com>
-
-	* [r116] postgis.sql.in: Order changes to avoid conflicts.
-
-2002-01-03 23:31  David Blasby <dblasby at gmail.com>
-
-	* [r115] postgis.h, postgis.sql.in, postgis_fn.c: Added
-	  max_distance(l1,l2) function
-
-2001-12-21 23:01  David Blasby <dblasby at gmail.com>
-
-	* [r114] Makefile, postgis.h, postgis.sql.in, postgis_proj.c,
-	  postgis_transform.c: Coordinate transformation function,
-	  transform() added in this file.
-	  Adds requirement for linking the proj4 library if non-null
-	  version of
-	  function is requested.
-
-2001-12-21 19:44  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r113] README.postgis, doc/postgis.xml, postgis.sql.in: Doco
-	  changes to reflect use of 'createlang' as default language
-	  creator.
-
-2001-12-18 22:28  David Blasby <dblasby at gmail.com>
-
-	* [r112] postgis_transform.c: Added to achive (no code)
-
-2001-12-12 22:21  David Blasby <dblasby at gmail.com>
-
-	* [r111] postgis.sql.in: changed setSRID(chip and geometry, int) so
-	  its cachable
-
-2001-12-12 22:19  David Blasby <dblasby at gmail.com>
-
-	* [r110] postgis.sql.in: Made setSRID cachable
-
-2001-11-21 19:39  David Blasby <dblasby at gmail.com>
-
-	* [r109] postgis.h, postgis_chip.c: Chip now handles data with
-	  different datasizes (datum_size)
-
-2001-11-19 17:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r108] doc/postgis.xml: Fix error in sentence about OGC support.
-
-2001-11-07 19:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r106] CHANGES: Added dates to changelog *yawn*
-
-2001-11-07 17:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r105] CHANGES: Added 0.6.2 changes.
-
-2001-11-06 23:03  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r104] loader/shp2pgsql.c: Fixed the 'free memory that didn't
-	  exist problem' from newsgroup feedback
-
-2001-11-02 23:04  David Blasby <dblasby at gmail.com>
-
-	* [r103] postgis_chip.c: New CHIP type
-
-2001-11-02 23:00  David Blasby <dblasby at gmail.com>
-
-	* [r102] Makefile, postgis.h, postgis.sql.in: Added CHIP info
-
-2001-11-02 00:28  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r101] Makefile: Added README to files installed by default
-
-2001-11-01 22:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r100] loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c:
-	  Updated shapelib files from latest CVS version.
-
-2001-10-31 22:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r99] Makefile: Added spatial_ref_sys.sql to the installed files
-	  for 'make install'
-
-2001-10-30 19:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r98] spatial_ref_sys.sql: Added some line commenting to make
-	  names more readable.
-
-2001-10-30 19:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r97] doc/postgis.xml: More spelling fixes, this time with
-	  ispell! :)
-
-2001-10-30 19:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r96] doc/postgis.xml: Fix spelling mistake.
-
-2001-10-29 17:52  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r95] loader/shp2pgsql.c: fixed a bug which made the last column
-	  value in the dbf file loading
-	  incorrect if you were using Dump format.
-
-2001-10-26 17:04  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r94] loader/Makefile: Added N.Vines changes to Makefile for
-	  better compilation under cygwin.
-
-2001-10-26 16:30  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r93] doc/postgis.xml: Fixed documentation error with respect to
-	  box3d
-
-2001-10-25 18:22  David Blasby <dblasby at gmail.com>
-
-	* [r92] postgis_inout.c: Fixed but in WKB out - wkb_multi* didnt
-	  set the 'size' return value.
-
-2001-10-24 20:56  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r91] spatial_ref_sys.sql: File with all the ESRI standard ID
-	  codes, with corresponding WKT
-	  definitions, for loading into the SPATIAL_REF_SYS table.
-
-2001-10-24 20:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r90] loader/Makefile, loader/getopt.c: Sweet mary, mother of
-	  god, getopt.c was a mess! Cleaned out HTML entities
-	  and added stdio.h include. Works better now.
-
-2001-10-23 23:41  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r89] loader/shp2pgsql.c: fixed a bug in shp2pgsqkl that
-	  allocated way too much memory in polygon files.
-
-2001-10-22 20:13  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r88] loader/getopt.c, loader/getopt.h: Standard GNU option
-	  handling.
-
-2001-10-22 20:12  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r87] loader/pgsql2shp.c, loader/shp2pgsql.c: Modified both
-	  loader/dumper to use gnu getopt.c instead of standar one
-	  since getopt was not the same on solaris and linux.
-
-2001-10-18 17:52  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r86] postgis_undef.sql: postgis_undef.sql is now automatically
-	  generated from postgis.sql so
-	  no longer part of source code distribution
-
-2001-10-18 17:51  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r85] Makefile, postgis_undef.sql: Added lines to automatically
-	  create postgis_undef.sql from
-	  postgis.sql using create_undef.pl as part of standard build
-	  process.
-
-2001-10-18 16:39  David Blasby <dblasby at gmail.com>
-
-	* [r84] create_undef.pl, postgis.sql.in: create_undef.pl changed to
-	  reove the 2 meta-info tables (spatial_ref_sys and
-	  geometry_columns).
-
-2001-10-17 23:13  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r83] doc/html/style.css: Updated style.css to match new website.
-
-2001-10-15 18:07  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r81] CHANGES: 0.6.1 changes
-
-2001-10-15 17:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r80] loader/pgsql2shp.c: Usage documentation changes.
-
-2001-10-11 18:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r79] loader/shp2pgsql.c: Added line break ot usage.
-
-2001-10-11 18:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r78] loader/shp2pgsql.c: Made usage line more friendly for 80
-	  column displays.
-
-2001-10-11 18:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r77] loader/pgsql2shp.c: Edited the usage log to by nicer to 80
-	  column displays
-
-2001-10-11 18:07  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r76] loader/pgsql2shp.c, loader/shp2pgsql.c: Fixed some errors
-	  and warning that caused it not to compile under linux
-
-2001-10-11 17:15  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r75] loader/shp2pgsql.c: Modified the .c files slightly to get
-	  rid of some warnings.
-
-2001-10-04 18:53  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r74] loader/README.pgsql2shp, loader/pgsql2shp.c: Modified the
-	  pgsql2shp file to use getopt to parse the arguments.
-	  Modified the Readme file accordingly to the new command line
-	  usages.
-	  
-	  automatically CVS: CVS: Committing in . CVS: CVS: Modified Files:
-	  CVS: postgis/loader/README.pgsql2shp postgis/loader/pgsql2shp.c
-
-2001-10-01 19:33  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r73] loader/Makefile, loader/README.shp2pgsql,
-	  loader/shp2pgsql.c: Modified the program to use getopt topion
-	  parsing.
-
-2001-09-20 18:14  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r71] loader/pgsql2shp.c, loader/shp2pgsql.c: Modified this file
-	  to dynamically detemine the name of the geometry column
-	  instead of using the default one the loader assigns.
-
-2001-09-20 16:08  David Blasby <dblasby at gmail.com>
-
-	* [r70] postgis_debug.c: Removed index-based extent() support
-	  functions in postgis_debug.c due to
-	  compile errors reported under cygwin.
-
-2001-09-19 23:03  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r69] loader/README.pgsql2shp: Updated to provide usage
-	  information for the dumper.
-
-2001-09-19 22:59  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r68] loader/README, loader/README.pgsql2shp,
-	  loader/README.shp2pgsql: Split the loader README into two
-	  readmes, one for loader and one for
-	  dumper.
-
-2001-09-19 19:01  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r67] Makefile, doc/postgis.xml: Makefile changes in preparation
-	  for 0.6 release.
-	  Documentation fiddling for final format.
-
-2001-09-19 18:47  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r66] loader/Makefile, loader/pgsql2shp.c: Changes and additions
-	  necessary to include pgsql2shp
-
-2001-09-19 18:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r65] doc/postgis.xml: Additions for the 0.6 release.
-
-2001-09-18 01:34  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r64] CHANGES, Makefile, README.postgis, TODO, doc/postgis.xml:
-	  Updates to the documentation (new functions, 0.6 special info,
-	  mapserver
-	  info). Other release-specific updates in CHANGES, README, TODO to
-	  give
-	  info on the new code.
-
-2001-09-17 21:24  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r63] loader/shp2pgsql.c: Fixed a stupid debugging error that
-	  would cause all things to be treated as 3d points.
-
-2001-09-17 21:00  Jeff Lounsbury <jeffloun at refractions.net>
-
-	* [r62] loader/Makefile, loader/shp2pgsql.c: Makefile changes:
-	  I added an option in the makefile to add debugging information
-	  into the compile.
-	  
-	  shp2psql.c
-	  Modified this program so that it works with the new specs of
-	  version 0.6 , sr_id's etc.
-	  Also added a command line option to specify the sr_id.
-
-2001-09-04 19:41  David Blasby <dblasby at gmail.com>
-
-	* [r61] postgis.sql.in: Added workaround for PostgreSQL's user
-	  defined VARIABLE length datatype default value bug
-
-2001-09-04 19:30  David Blasby <dblasby at gmail.com>
-
-	* [r60] postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c:
-	  Added support to make WKB a full type.
-
-2001-08-30 22:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r59] doc/postgis.xml: Typo in SQL example fixed.
-
-2001-08-24 21:11  David Blasby <dblasby at gmail.com>
-
-	* [r58] postgis.h, postgis_inout.c: geometry(text) function safer
-	  with null text fields.
-
-2001-08-24 21:02  David Blasby <dblasby at gmail.com>
-
-	* [r57] postgis.sql.in, postgis_debug.c, postgis_inout.c,
-	  postgis_ops.c: added geometry(text) conversion function
-
-2001-08-14 22:15  David Blasby <dblasby at gmail.com>
-
-	* [r56] postgis.h, postgis.sql.in, postgis_ops.c: Added support for
-	  better restrictivity of && searches.
-	  Defaulted to 0.005 (in backend/utils/adt/geo_selfuncs.c) - I've
-	  changed it
-	  to be much smaller. This should work for everything but really
-	  really
-	  large tables.
-
-2001-08-10 02:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r55] doc/postgis.xml: Fixed type in index description.
-
-2001-08-08 22:10  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r54] Makefile: Added a -C option for the shp2pgsql compile
-
-2001-08-08 21:54  David Blasby <dblasby at gmail.com>
-
-	* [r53] create_undef.pl, postgis_undef.sql, undef-funcs.sql: Added
-	  new undef.sql file and perl file to generate it.
-
-2001-08-08 21:49  David Blasby <dblasby at gmail.com>
-
-	* [r52] postgis.sql.in: Added new perl function to make an undef
-	  SQL script.
-
-2001-08-08 05:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r51] jdbc/org/postgis/Geometry.java: Made OGIS type numbers
-	  final per request from James MacGill @ Leeds
-
-2001-08-07 21:36  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r50] examples/wkb_reader/comp: This file is superceded by the
-	  Makefile.
-
-2001-08-07 21:35  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r49] examples/wkb_reader/readwkb: This binary should not have
-	  been in CVS.
-
-2001-08-02 16:50  David Blasby <dblasby at gmail.com>
-
-	* [r48] postgis.h, postgis.sql.in, postgis_fn.c: Added more openGIS
-	  functions:
-	  Length2d() is renamed length()
-	  perimeter2d() is renamed to perimeter()
-	  
-	  numgeometries(geometry) works on MULTI* types
-	  geometryn(geometry) works on MULTI* types
-	  
-	  
-	  from section 2.1.5.1
-	  --------------------
-	  startpoint(geometry) :- if geometry is a linestring, return the
-	  first
-	  point. Otherwise, return NULL.
-	  
-	  endpoint(geometry) :- if geometry is a linestring, return the
-	  last
-	  point. Otherwise, return NULL.
-	  
-	  from section 2.1.9.1/3.2.18.2
-	  --------------------
-	  
-	  centroid(geometry) :- if geometry is a polygon (or multipolygon),
-	  return
-	  the mathematical centroid (no guaranteed to be on polygon),
-	  otherwise
-	  return NULL. I define centroid as the average location of all the
-	  points
-	  in the polygon (outer ring only). For multipolygons, average all
-	  the
-	  points on all the outer rings.
-	  
-	  from section 3.2.12.2/3.2.17.2
-	  ---------------------
-	  isclosed(geometry) :- if geometry is a linestring then returns
-	  startpoint == endpoint. If its not a linestring then return NULL.
-	  If
-	  its a multilinestring, return true only if all the
-	  sub-linestrings have
-	  startpoint=endpoint.
-
-2001-07-31 19:11  David Blasby <dblasby at gmail.com>
-
-	* [r47] postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c,
-	  postgis_ops.c: Added plpgsql functions AddGeometryColumn() and
-	  DeleteGeometryColumn().
-
-2001-07-30 17:29  David Blasby <dblasby at gmail.com>
-
-	* [r46] Makefile, loader/Makefile, postgis.h, postgis.sql.in,
-	  postgis_inout.c: Starting to integrate all the SRIDs into
-	  functions that create geometries or
-	  use two geometries. Throws error if try to compare geometries
-	  with different
-	  SRIDs.
-
-2001-07-30 16:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r45] Makefile: Ooops, back to shp2pgsql as the target (dummy
-	  target)
-
-2001-07-30 16:31  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r44] Makefile: Renamed loader target to 'loader'.
-
-2001-07-30 16:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r43] Makefile: Added a line to automatically make shp2pgsql with
-	  'all'
-
-2001-07-29 17:18  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r42] README.postgis: Added section on upgrading.
-
-2001-07-26 17:41  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r41] Makefile: And one last time, this time for real, fixing the
-	  install location.
-
-2001-07-26 17:37  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r40] Makefile: Changed back to libdir for the install path
-
-2001-07-26 17:22  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r39] Makefile: Updated minor version number to 5
-
-2001-07-24 20:37  David Blasby <dblasby at gmail.com>
-
-	* [r38] postgis.h, postgis.sql.in, postgis_fn.c: added
-	  expand_bbox(bbox,double) for easier searching.
-
-2001-07-24 20:18  David Blasby <dblasby at gmail.com>
-
-	* [r37] postgis_fn.c: minor change to distance(geom,geom) for
-	  stability
-
-2001-07-24 20:12  David Blasby <dblasby at gmail.com>
-
-	* [r36] postgis.h, postgis.sql.in, postgis_debug.c, postgis_fn.c,
-	  postgis_proj.c: added distance(geometry,geometry) and support
-	  functions
-
-2001-07-23 22:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r35] loader/shp2pgsql.c: Apply Norman Vine's Cygwin fix for the
-	  loader to compile
-
-2001-07-22 19:00  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r34] doc/postgis.xml: Fix error in shp2pgsql section.
-
-2001-07-21 00:43  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r31] CREDITS: Added lines for 0.2 and 0.5
-
-2001-07-21 00:16  David Blasby <dblasby at gmail.com>
-
-	* [r30] loader/shp2pgsql.c: Fixes to single-point-line problem.
-
-2001-07-21 00:02  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r29] README.postgis, TODO: Updates for 0.5 release.
-
-2001-07-20 23:49  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r28] CHANGES: Entered 0.5 change list
-
-2001-07-20 23:40  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r27] loader/README: First version.
-
-2001-07-20 23:27  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r26] doc/postgis.xml: Change version numbers
-
-2001-07-20 23:26  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r25] doc/postgis.xml: Updated to include all new functions and
-	  features since release 0.2
-
-2001-07-20 18:48  David Blasby <dblasby at gmail.com>
-
-	* [r24] loader/shp2pgsql.c: Dumper changes.
-
-2001-07-20 18:24  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r23] loader/Makefile: Spelling error in makefile.
-
-2001-07-20 18:23  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r22] loader/shp2pgsql.c: Fixed dos2unix problem.
-
-2001-07-20 18:21  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r21] loader/shp2pgsql.c: Added newlines after each begin
-	  directive.
-
-2001-07-20 16:10  David Blasby <dblasby at gmail.com>
-
-	* [r20] loader/shp2pgsql.c: Added -dump option to produce pg_dump
-	  format output. Minor fixes.
-
-2001-07-20 15:25  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r19] Makefile: Hopefully fixed PGSQL_SRC environment variable
-	  test.
-
-2001-07-18 22:17  David Blasby <dblasby at gmail.com>
-
-	* [r18] postgis.h, postgis.sql.in, postgis_fn.c: Added function:
-	  point_inside_circle(geometry, Px, Py, d)
-	  - returns true if there is a point in geometry whose distance to
-	  (Px,Py) is < d
-
-2001-07-18 21:45  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r17] loader/Makefile, loader/pop.c, loader/shp2pgsql.c: Changed
-	  loader name to shp2pgsql
-
-2001-07-18 21:42  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r16] loader, loader/Makefile, loader/README, loader/dbfopen.c,
-	  loader/pop.c, loader/shapefil.h, loader/shpopen.c: Initial add of
-	  the data loader code.
-
-2001-07-16 16:53  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r15] examples/wkb_reader/Makefile: Added a 'make clean'
-	  directive.
-
-2001-06-29 22:32  David Blasby <dblasby at gmail.com>
-
-	* [r14] postgis_fn.c: Fixed bug: must ALWAYS copy input data -
-	  never modify it in place. If you
-	  do, it'll (unexpectly) update the database.
-
-2001-06-29 00:08  David Blasby <dblasby at gmail.com>
-
-	* [r13] postgis.sql.in: Fix typo in box3d
-
-2001-06-28 23:53  David Blasby <dblasby at gmail.com>
-
-	* [r12] postgis.h, postgis.sql.in, postgis_fn.c: Added
-	  force_collection(geometry)
-
-2001-06-28 17:52  David Blasby <dblasby at gmail.com>
-
-	* [r11] examples/wkb_reader/comp, examples/wkb_reader/readwkb,
-	  examples/wkb_reader/readwkb.c, postgis_inout.c: converting a
-	  GEOMETRYCOLLECTION to wkb had the size of the wkb off by 9
-	  bytes (size of the collection header). Fixed.
-
-2001-06-27 21:43  David Blasby <dblasby at gmail.com>
-
-	* [r10] Makefile, postgis.h, postgis.sql.in, postgis_proj.c: ***
-	  empty log message ***
-
-2001-06-27 17:28  David Blasby <dblasby at gmail.com>
-
-	* [r9] postgis_proj.c: Initial version of Projection support
-	  (currently limited to ellipsoids).
-
-2001-06-26 23:57  Paul Ramsey <pramsey at cleverelephant.ca>
-
-	* [r8] Makefile: Building in non-standard location now requires the
-	  PGSQL_SRC environment
-	  variable to be set and installs in the build location.
-
-2001-06-26 18:33  David Blasby <dblasby at gmail.com>
-
-	* [r7] Makefile, postgis.h, postgis.sql.in, postgis_debug.c,
-	  postgis_fn.c, postgis_inout.c: Added OGIS support functions and
-	  basic constructors.
-
-2001-06-22 18:13  David Blasby <dblasby at gmail.com>
-
-	* [r6] Makefile: Altered to point local development library path at
-	  right place.
-
-2001-06-22 17:39  No Body <no at body.net>
-
-	* [r2] CHANGES, COPYING, CREDITS, Makefile, README.postgis, TODO,
-	  doc, doc/html, doc/html/style.css, doc/postgis.xml, examples,
-	  examples/wkb_reader, examples/wkb_reader/Makefile,
-	  examples/wkb_reader/README, examples/wkb_reader/comp,
-	  examples/wkb_reader/printwkb.inc, examples/wkb_reader/readwkb,
-	  examples/wkb_reader/readwkb.c, jdbc, jdbc/Makefile, jdbc/README,
-	  jdbc/examples, jdbc/examples/Test.java,
-	  jdbc/examples/TestServer.java, jdbc/org, jdbc/org/postgis,
-	  jdbc/org/postgis/Geometry.java,
-	  jdbc/org/postgis/GeometryCollection.java,
-	  jdbc/org/postgis/GeometryFactory.java,
-	  jdbc/org/postgis/LineString.java,
-	  jdbc/org/postgis/LinearRing.java,
-	  jdbc/org/postgis/MultiLineString.java,
-	  jdbc/org/postgis/MultiPoint.java,
-	  jdbc/org/postgis/MultiPolygon.java,
-	  jdbc/org/postgis/PGbox3d.java, jdbc/org/postgis/PGgeometry.java,
-	  jdbc/org/postgis/Point.java, jdbc/org/postgis/Polygon.java,
-	  postgis.h, postgis.sql.in, postgis_debug.c, postgis_fn.c,
-	  postgis_inout.c, postgis_ops.c, regress, regress/regress.sql,
-	  regress/regress_biginsert.sql, regress/regress_expected,
-	  regress/regress_index.sql, regress/regress_index_expected,
-	  regress/regress_index_out, regress/regress_lots_of_points.sql,
-	  regress/regress_out, regress/run_index_regress,
-	  regress/run_regress, undef-funcs.sql: Initial revision
-
-2001-06-22 17:39  No Body <no at body.net>
-
-	* [r1] .: New repository initialized by cvs2svn.
-
+2016-01-05 21:43  robe
+
+	* doc/extras_address_standardizer.xml: provide table example for
+	  parse_address
+	  references #3417
+
+2016-01-05 16:27  strk
+
+	* NEWS, liblwgeom/cunit/cu_split.c, liblwgeom/lwgeom_geos_split.c,
+	  topology/test/regress/st_modedgesplit.sql,
+	  topology/test/regress/st_modedgesplit_expected: Rewrite code to
+	  split a line by a (multi)point to improve robustness
+	  
+	  References #3401 for 2.2 branch.
+	  Includes unit and regress test.
+
+2016-01-04 19:30  robe
+
+	* doc/extras_address_standardizer.xml: Provide example of
+	  micro/macro variant address_standardizer
+	  References #3353 for 2.2
+
+2016-01-04 17:19  robe
+
+	* NEWS: update NEWS References #3390, also fix sort of tickets
+
+2016-01-04 17:09  robe
+
+	* extensions/postgis/Makefile.in,
+	  extensions/postgis_topology/Makefile.in: move perl define below
+	  PGXS include to prevent PGXS from overwriting it.
+	  Hope this fixes Alpine Linux 3.2 install issue
+	  closes #3390 for PostGIS 2.2
+
+2016-01-04 16:24  strk
+
+	* topology/postgis_topology.c: Do not fill object fields when not
+	  requested
+	  
+	  Fixes #3416 (crash on topology load in debug build)
+
+2016-01-04 14:45  strk
+
+	* NEWS, liblwgeom/lwgeom_topo.c,
+	  topology/test/regress/topogeo_addlinestring.sql,
+	  topology/test/regress/topogeo_addlinestring_expected_newsnap,
+	  topology/test/regress/topogeo_addlinestring_expected_oldsnap:
+	  Decimate lines on topology load
+	  
+	  Improves snapping robustness
+	  
+	  Updates expected results in topogeo_addlinestring for old
+	  and new snapping code (GEOS-3.3.8-, GEOS-3.3.9+)
+	  
+	  Fixes #3380 and #3402, including automated tests for them.
+
+2016-01-04 14:41  strk
+
+	* NEWS, configure.ac: --exclude_libs is a linker option
+	  
+	  Fixes #3415
+
+2015-12-31 16:15  strk
+
+	* NEWS, liblwgeom/lwgeom_topo.c,
+	  topology/test/regress/topogeo_addlinestring.sql,
+	  topology/test/regress/topogeo_addlinestring_expected_newsnap,
+	  topology/test/regress/topogeo_addlinestring_expected_oldsnap: Use
+	  recursive snapping to improve predictability
+	  
+	  Fixes geometry-intersects-edge exception when snapping twice
+	  to the same pointset. See #3412.
+	  
+	  Includes automated testcase for both old and new geos snap
+	  (3.3.8- and 3.3.9+)
+
+2015-12-30 04:58  robe
+
+	* doc/reference_measure.xml: Remove inaccurate note in ST_Centroid
+	  docs
+	  references #3414
+
+2015-12-28 22:29  dbaston
+
+	* NEWS, liblwgeom/lwgeom_geos_cluster.c: #3411, Clustering
+	  functions not using spatial index
+
+2015-12-28 17:18  strk
+
+	* NEWS, liblwgeom/ptarray.c,
+	  regress/remove_repeated_points_expected: Fix left over
+	  sub-tolerance last segment in ST_RemoveRepeatedPoints
+	  
+	  Closes #3410
+
+2015-12-27 17:17  robe
+
+	* doc/po/de_DE/reference_accessor.xml.po,
+	  doc/po/es/reference_accessor.xml.po,
+	  doc/po/fr/reference_accessor.xml.po,
+	  doc/po/it_IT/reference_accessor.xml.po,
+	  doc/po/ko_KR/reference_accessor.xml.po,
+	  doc/po/pl/reference_accessor.xml.po,
+	  doc/po/pt_BR/reference_accessor.xml.po,
+	  doc/po/templates/reference_accessor.xml.pot,
+	  doc/reference_accessor.xml,
+	  extras/tiger_geocoder/normalize/normalize_address.sql,
+	  postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
+	  postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
+	  postgis/lwgeom_spheroid.c: Spelling corrections from Sebastiaan
+	  Couwenberg
+	  closes #3408
+
+2015-12-26 13:54  strk
+
+	* NEWS, topology/postgis_topology.c,
+	  topology/test/regress/st_modedgesplit.sql,
+	  topology/test/regress/st_modedgesplit_expected,
+	  topology/test/regress/st_newedgessplit.sql,
+	  topology/test/regress/st_newedgessplit_expected: Fix crash on
+	  splitting edge defining multiple TopoGeometries
+	  
+	  Closes #3407
+
+2015-12-26 12:49  strk
+
+	* topology/postgis_topology.c,
+	  topology/test/regress/st_addedgemodface.sql,
+	  topology/test/regress/st_addedgemodface_expected,
+	  topology/test/regress/st_addedgenewfaces.sql,
+	  topology/test/regress/st_addedgenewfaces_expected: Fix crash
+	  splitting faces used by multiple TopoGeometry objects
+	  
+	  Thanks rulus for spotting and analyzing the bug.
+	  See #3407
+
+2015-12-22 22:05  robe
+
+	* doc/html/image_src/Makefile.in,
+	  doc/html/image_src/st_boundary01.wkt,
+	  doc/html/image_src/st_boundary02.wkt, doc/reference_accessor.xml:
+	  Add figures for ST_Boundary
+	  closes #3406
+
+2015-12-22 15:39  dbaston
+
+	* NEWS: Add NEWS items and sort for 2.2.1
+
+2015-12-22 09:17  strk
+
+	* NEWS: Add ST_ClusterWithin crashe item
+
+2015-12-22 09:17  strk
+
+	* NEWS: Reword some items, syntax consistency
+
+2015-12-20 21:43  dbaston
+
+	* ., liblwgeom/cunit/cu_unionfind.c,
+	  liblwgeom/lwgeom_geos_cluster.c, liblwgeom/lwunionfind.c: #3404,
+	  ST_ClusterWithin crashes backend
+
+2015-12-18 16:30  strk
+
+	* liblwgeom/lwgeom_topo.c: Fix debug print
+
+2015-12-18 00:55  dbaston
+
+	* doc/introduction.xml, doc/reference_constructor.xml,
+	  doc/reference_editor.xml, doc/reference_measure.xml,
+	  doc/reference_output.xml, doc/reference_raster.xml: fix typos in
+	  docs
+
+2015-12-17 19:18  pramsey
+
+	* NEWS, liblwgeom/ptarray.c, regress/remove_repeated_points.sql,
+	  regress/remove_repeated_points_expected: #3388,
+	  ST_RemoveRepeatedPoints can change endpoint
+
+2015-12-14 23:41  dbaston
+
+	* doc/reference_processing.xml: fix some typos in docs
+
+2015-12-14 12:58  dbaston
+
+	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: #3393,
+	  ST_Area NaN on some polygons
+
+2015-12-14 01:53  robe
+
+	* extras/tiger_geocoder/tiger_loader_2015.sql: Double // in default
+	  tiger import for sh
+	  fix tiger_2015 loader
+	  closes #3394
+	  closes https://github.com/postgis/postgis/pull/80
+
+2015-12-03 23:57  dbaston
+
+	* ., liblwgeom/lwout_geojson.c: #3389, buffer overflow in
+	  lwgeom_to_geojson
+
+2015-12-03 18:47  strk
+
+	* doc/reference_editor.xml: Corrected return type of ST_ForceRHR in
+	  docs.
+	  
+	  Patch by Sergey Fedoseev <fedoseev.sergey at gmail.com>
+	  
+	  Closes https://github.com/postgis/postgis/pull/78
+
+2015-11-30 17:53  pramsey
+
+	* NEWS, doc/reference_processing.xml: #2093, document new parameter
+
+2015-11-30 16:31  pramsey
+
+	* NEWS, liblwgeom/lwout_svg.c: #2232, avoid accumulated error in
+	  SVG rounding
+
+2015-11-27 19:17  robe
+
+	* postgis/postgis.sql.in: reverted 2.2.1 foreign table support (not
+	  safe for 2.2.1 especially since only compatible with 9.5)
+	  references #3340
+
+2015-11-27 18:10  robe
+
+	* README.md: change winnie job badge to be consistent with new 2.2
+	  job name
+	  changed to better mirror branch names, get rid of spaces,
+	  and match debbie's
+
+2015-11-27 13:09  strk
+
+	* liblwgeom/cunit/cu_out_twkb.c: Trip BOM from unit test
+	  
+	  See #3379
+
+2015-11-27 11:12  strk
+
+	* liblwgeom/lwgeom_topo.c: Fix typo in the invocation of
+	  lwt_be_getNodeWithinBox2D callback
+
+2015-11-26 09:13  strk
+
+	* NEWS: Add news item about hierarchical TopoGeometry fix
+
+2015-11-26 09:08  strk
+
+	* topology/topology.sql.in: Fix handling of hierarchical topo
+	  layers with multiple topologies
+	  
+	  Different layers with same id in different topologies confused
+	  GetTopoGeomElements and AddTopoGeometryColumn.
+	  
+	  See #3378
+
+2015-11-25 20:11  pramsey
+
+	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c: #3099,
+	  fix to arc center calculation from tiipponen
+
+2015-11-25 18:33  pramsey
+
+	* regress/tickets.sql, regress/tickets_expected: #3375, regression
+	  test
+
+2015-11-25 18:02  pramsey
+
+	* NEWS, liblwgeom/lwgeom.c: #3375, crash on repeated point removal
+
+2015-11-20 18:41  strk
+
+	* ci/winnie/regress_postgis.sh: Add -v to the installcheck step
+	  
+	  Trying to know more about this failure:
+	  http://winnie.postgis.net:1500/job/PostGIS_EDB_Regress_winnie/1084
+
+2015-11-20 13:59  strk
+
+	* .gitlab-ci.yml: Add RUNTESTFLAGS=-v to installcheck to
+
+2015-11-20 09:49  strk
+
+	* regress/run_test.pl: Allow existance of databases including name
+	  of target test db
+	  
+	  .. otherwise you get a weird "database postgis_reg already
+	  exists"
+	  when only having a database like "postgis_reg_22" (for example)
+	  ..
+
+2015-11-16 12:50  strk
+
+	* README.md: Add gitlab-ci badge
+
+2015-11-16 12:01  strk
+
+	* .gitlab-ci.yml: Add gitlab-ci config
+
+2015-11-16 09:19  strk
+
+	* README.md: Point travis badge at the right branch
+
+2015-11-13 20:08  pramsey
+
+	* liblwgeom/lwout_twkb.c, regress/tickets.sql,
+	  regress/tickets_expected: #3368 twkb on 32bit architecture
+
+2015-11-10 20:23  pramsey
+
+	* liblwgeom/lwgeom.c, regress/tickets.sql,
+	  regress/tickets_expected: #3367, ST_RemoveRepeatedPoints fix for
+	  EMPTY geometry
+
+2015-11-07 10:38  strk
+
+	* NEWS, topology/sql/topogeometry/totopogeom.sql.in,
+	  topology/test/regress/totopogeom.sql,
+	  topology/test/regress/totopogeom_expected: Fix toTopoGeom loss of
+	  low-id primitives from TopoGeometry definition
+	  
+	  Affects toTopoGeom on including edge with id=2 and face with id=3
+	  Includes tests.
+	  Fixes #3359
+
+2015-11-07 10:24  robe
+
+	* NEWS, raster/rt_pg/rtpostgis.sql.in:
+	  _raster_constraint_info_scale gives invalid input syntax, NEWS
+	  update
+	  
+	  closes #3360 fix for PostGIS 2.2
+	  NEWS update also references #3355
+
+2015-11-06 21:40  robe
+
+	* doc/introduction.xml: add Dan Baston to Core Dev list
+	  closes #3358
+
+2015-11-06 21:14  pramsey
+
+	* liblwgeom/lwin_geojson.c: Remove json parsing issue
+
+2015-11-05 19:57  pramsey
+
+	* authors.git, authors.svn: Add dbaston
+
+2015-11-02 07:31  robe
+
+	* postgis/geography_measurement.c: ST_Segmentize does not add
+	  geography box
+	  ST_Intersects fails as result
+	  fix for PostGIS 2.2
+	  references #3355
+
+2015-10-29 09:52  strk
+
+	* .travis.yml: Send travis activity notices to #postgis-activity
+	  
+	  See
+	  https://lists.osgeo.org/pipermail/postgis-devel/2015-October/025436.html
+
+2015-10-29 08:49  strk
+
+	* NEWS, liblwgeom/lwgeom_topo.c, topology/test/regress/sqlmm.sql,
+	  topology/test/regress/sqlmm_expected: Set endpoints isolation in
+	  lwt_RemIsoEdge (ST_RemoveIsoEdge)
+	  
+	  See #3351
+
+2015-10-28 19:09  strk
+
+	* NEWS, topology/Makefile.in: Install postgis_topology within
+	  postgis module dir
+	  
+	  Closes #3349
+
+2015-10-28 13:55  pramsey
+
+	* extensions/postgis/sql_bits/mark_editable_objects.sql.in: #3352,
+	  mark all entries in spatial_ref_sys as part of extension
+
+2015-10-26 07:56  robe
+
+	* ci/debbie/postgis_regress.sh: build with sfcgal (currently 1.1.0
+	  from debian sid repo) closes #2316
+
+2015-10-24 22:11  robe
+
+	* extras/tiger_geocoder/tiger_loader_2013.sql: addresses #3347
+	  force order of staged insert columns to be in table column order
+
+2015-10-24 22:07  robe
+
+	* extras/tiger_geocoder/tiger_loader_2014.sql,
+	  extras/tiger_geocoder/tiger_loader_2015.sql: addresses #3347
+	  force order of staged insert columns to be in table column order
+
+2015-10-24 21:29  robe
+
+	* README.md: add winnie's badge
+
+2015-10-24 20:36  robe
+
+	* README.md: update (backport of 2.3 changes), add debbie's PostGIS
+	  2.2 build badge
+
+2015-10-24 19:45  robe
+
+	* NEWS, doc/release_notes.xml: up port PostGIS 2.1 branch release
+	  notes
+
+2015-10-22 15:56  pramsey
+
+	* postgis/gserialized_typmod.c: #3342, ignoring M in typmod output
+
+2015-10-19 20:43  robe
+
+	* doc/installation.xml, doc/reference_editor.xml: From Dan Baston -
+	  installation and editor function 2.2 backport for
+	  https://github.com/postgis/postgis/pull/69
+
+2015-10-19 20:28  robe
+
+	* doc/reference_processing.xml: Dan Baston documentation patches
+	  closes https://github.com/postgis/postgis/pull/68
+
+2015-10-19 18:50  robe
+
+	* postgis/postgis.sql.in: closes #3340 for 2.2 support for foreign
+	  tables in populate_geometry_columns
+
+2015-10-14 13:14  robe
+
+	* doc/reference_constructor.xml: Add missing availability note
+
+2015-10-14 12:57  strk
+
+	* doc/reference_processing.xml: Re-add (T) modifiers in docs for
+	  ST_Buffer and ST_Intersection
+	  
+	  Closes #3331
+
+2015-10-13 07:43  strk
+
+	* liblwgeom/bytebuffer.h, liblwgeom/effectivearea.h,
+	  liblwgeom/lwin_twkb.c, liblwgeom/varint.h: Strip BOM from files
+
+2015-10-12 20:27  strk
+
+	* NEWS, liblwgeom/lwgeom_topo.c: Fix memory leak in
+	  lwt_ChangeEdgeGeom [liblwgeom]
+
+2015-10-11 20:33  strk
+
+	* NEWS, liblwgeom/lwgeom_topo.c: Only consider closest edges for
+	  snapping to newly added point (#3329)
+	  
+	  This is a fix of r14155, which was the C version of the fix for
+	  #3280
+
+2015-10-09 08:34  strk
+
+	* GNUmakefile.in: Do not force comments uninstall when building
+	  without postgresql
+	  
+	  See #3325 (friend with #3157)
+
+2015-10-09 08:08  strk
+
+	* Version.config: Change liblwgeom iface version again, to respect
+	  libtool schema
+	  
+	  As last one was 4, this one is 5.
+
+2015-10-08 16:35  strk
+
+	* NEWS: Rewrite the liblwgeom compatibilty notice again
+	  
+	  Should be correct this time
+
+2015-10-08 15:52  strk
+
+	* configure.ac: Be more tolerant on the format of Version.config
+
+2015-10-08 11:24  strk
+
+	* HOWTO_RELEASE, Version.config, liblwgeom/Makefile.in: Re-binds
+	  liblwgeom SONAME to PostGIS major/minor
+	  
+	  The separate versioning info is still useful for patch-level ABI
+	  breakages.
+	  Add liblwgeom versioning info in HOWTO_RELEASE.
+	  
+	  Note this reverts r14228 making liblwgeom soname back to
+	  "liblwgeom-2.2.so.3"
+	  
+	  This cannot change until liblwgeom gets its own release cycles
+	  and
+	  code repository.
+
+2015-10-08 11:08  strk
+
+	* Version.config, liblwgeom/Makefile.in: Further split release
+	  version from liblwgeom version
+	  
+	  Now SONAME for liblwgeom is "liblwgeom.so.1"
+
+2015-10-08 10:51  strk
+
+	* NEWS: Reword news item for liblwgeom compatibility as we failed
+	  (#2278)
+
+2015-10-08 10:37  strk
+
+	* NEWS, Version.config, configure.ac, liblwgeom/liblwgeom_topo.h,
+	  liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Fix
+	  universe face splitting performance regression (#3321)
+	  
+	  NOTE: breaks the liblwgeom ABI from 2.2.0, reflecting this
+	  in the SONAME which is now "liblwgeom-2.2.so.3"
+
+2015-10-07 21:30  robe
+
+	* postgis/postgis.sql.in: #3322 get rid of hard-coding back-ported
+	  to 2.2
+
+2015-10-07 19:01  pramsey
+
+	* HOWTO_RELEASE, NEWS, README.postgis, Version.config: Bump
+	  versions on 2.2 stable branch
+
+2015-10-07 18:57  pramsey
+
+	* .: Branch 2.2 stable
+
+2015-10-07 18:35  pramsey
+
+	* PostGIS 2.2.0 version and date setting
+
+2015-10-07 18:35  pramsey
+
+	* Slightly more useful error message from geohash
+
+2015-10-07 16:30  strk
+
+	* Fix compiler warnings, pretty much all safe (#3320)
+
+2015-10-06 21:23  pramsey
+
+	* Add x-refs between cluster functions
+
+2015-10-06 00:08  robe
+
+	* #2603: provide a lame example with hopes to come up with a better
+	  one in future.
+
+2015-10-05 22:47  robe
+
+	* update explanation of what mask and weight do.
+
+2015-10-05 20:18  pramsey
+
+	* #2916, they are 'curvepolygon' not 'curvedpolygon'
+
+2015-10-05 17:37  dustymugs
+
+	* syntax cleanup
+
+2015-10-05 16:44  dustymugs
+
+	* code cleanup
+
+2015-10-05 16:26  robe
+
+	* #3314 missed some spots forcing order of results
+
+2015-10-05 15:59  robe
+
+	* #3314: change mask test to use st_dumpvalues to avoid endian
+	  differences. Also force sort of records (since SQL doesn't
+	  guarantee sort will be the same across systems) for multi record
+	  results
+
+2015-10-05 15:02  robe
+
+	* fix invalid caption on ST_3DIntersection image (too much copy
+	  paste)
+
+2015-10-05 13:14  pramsey
+
+	* ignore build files
+
+2015-10-05 01:39  robe
+
+	* Add ST_3DUnion example to complete the ST_3DDifference,
+	  ST_3DIntersection, ST_3DUnion trilogy
+
+2015-10-04 23:40  robe
+
+	* another typo in path
+
+2015-10-04 23:28  robe
+
+	* add an ST_3DIntersection graphic. Fix graphic link on
+	  ST_3DDifference
+
+2015-10-04 22:54  robe
+
+	* Put in example of ST_3DDifference and fix a typo
+
+2015-10-04 20:47  robe
+
+	* #3315: fix typos in error messages for map algebra mask and
+	  provide more descriptive error about dimension mismatch
+
+2015-10-04 17:37  robe
+
+	* #3314 patch from sebastic for big endian
+
+2015-10-04 16:36  robe
+
+	* #3298 document change in behavior of ST_3DClosestPoint,
+	  ST_3DShortestLine, ST_3DLongestLine, ST_3DMaxDistance
+
+2015-10-04 15:59  pramsey
+
+	* Force output to little endian, #3314
+
+2015-10-04 07:55  robe
+
+	* Add note that ST_Summary now supports tins and curves. 2.1.8 just
+	  returned unknown type for these. ST_Summary now tells the type
+	  (though I think it does a sucky job on reporting subelements of
+	  multisurface)
+
+2015-10-03 19:51  robe
+
+	* put a note enhancment only availabe if compiled with proj 4.9+
+	  for all geographiclib enhanced function. (also change to use
+	  ST_GeogFromText instead of the painfully long
+	  ST_GeographyFromText alias)
+
+2015-10-03 19:05  nicklas
+
+	* Fix for #3298, open for multi-geometries with mixed dim or 2d in
+	  3d measurment functions
+
+2015-10-03 18:28  robe
+
+	* #2603: add weighted and mask args
+
+2015-10-03 16:20  robe
+
+	* #1748: change arg names in raster ST_Intersection docs to agree
+	  with arg names installed. Also get rid of coming soon raster/geom
+	  that returns raster -- that's called ST_Clip. Put in a note about
+	  that for people looking at ST_Intersection wanting ST_Clip. Get
+	  rid of default args that aren't default at all (we have more
+	  protos than we need - may want to consider removing them in 2.3
+	  and replacing with default args)
+
+2015-10-03 06:12  strk
+
+	* Drop postgis_config.h include from header file (#2303)
+	  
+	  It's better to only include build config header from C files.
+
+2015-10-02 23:05  pramsey
+
+	* Update emails, #3309
+
+2015-10-02 15:11  robe
+
+	* #3308 patch winnie's build and packaging and regress to go back
+	  to static linking.
+
+2015-10-02 05:40  robe
+
+	* #3308 gui loader on windows doesn't work -- add in the extra
+	  dependencies introduced by PostGIS 2.2 :(
+
+2015-10-01 20:13  strk
+
+	* Add item about the new "lwgeom_version" function in liblwgeom
+
+2015-10-01 20:09  strk
+
+	* Add check for liblwgeom version mismatch in
+	  postgis_full_version()
+	  
+	  Adds a postgis_liblwgeom_version() function accessible to SQL.
+
+2015-10-01 04:39  robe
+
+	* update srid exclude range for proper dump/restore preserve of
+	  custom spatial ref. Add WHERE to compute_srid.. so its an easier
+	  cut and paster to editable routine
+
+2015-09-30 15:37  strk
+
+	* Honour topology-wide precision configuration (#3304)
+	  
+	  NOTE: only 2.2.0-RC1 was published with this bug present
+
+2015-09-30 13:57  strk
+
+	* Improve robustness of adding points to topology (#3280)
+	  
+	  When multiple edges are within tolerance from the added point,
+	  give preference to snapping to the one which contains a point
+	  projected to it.
+	  
+	  Also, make sure to sort nodes and edges by distance before
+	  considering them for matching or snapping, which is what
+	  was done in previous versions.
+
+2015-09-30 04:33  robe
+
+	* try to fix illegal abstract (with note (instead of para)) and
+	  listltiem with no para
+
+2015-09-30 03:19  robe
+
+	* update tiger instructions to be comprehensive (next step will be
+	  to delete them from README os have only one source to edit). Also
+	  add a note about using GUC for raster settings (instead of less
+	  cross-platform environment approach)
+
+2015-09-29 21:25  strk
+
+	* Fix check-local rule to properly setup symlinks
+
+2015-09-29 21:15  strk
+
+	* Update italian installation transation
+
+2015-09-29 20:38  robe
+
+	* commit debbie's translation script and add the check_localized
+	  call. (Switched debbie's job alreayd to use this script instead
+	  of the one from buildbot svn)
+
+2015-09-29 20:10  strk
+
+	* Fix it_IT translation of installation.xml.po
+
+2015-09-29 20:09  strk
+
+	* Add "check-localized" rule in doc/Makefile (#3302)
+
+2015-09-29 19:36  strk
+
+	* Fix pt_BR translation of installation.xml.po
+
+2015-09-29 19:29  strk
+
+	* update-po after new german translation was added
+
+2015-09-29 19:29  strk
+
+	* Add missing Makefile to build german documentation
+
+2015-09-29 19:15  strk
+
+	* Add missing ending quotes in german faq translations (#3293)
+
+2015-09-29 19:10  strk
+
+	* Update German translation of FAQs (#3293)
+
+2015-09-29 17:30  pramsey
+
+	* #3300, Box3D for curves calculation fix
+
+2015-09-29 14:47  strk
+
+	* Add german (partial) translation from transifex
+
+2015-09-29 14:47  strk
+
+	* Add missing reference_temporal.xml.po files
+
+2015-09-29 14:46  strk
+
+	* Update translation files from transifex
+
+2015-09-29 12:54  pramsey
+
+	* #2473, only create spatial index if there's a shape file
+
+2015-09-29 12:38  pramsey
+
+	* Remove old deprcated manual steps
+
+2015-09-29 12:31  strk
+
+	* Update translation templates
+
+2015-09-29 12:31  strk
+
+	* Add reference_temporal.xml translation resource
+
+2015-09-29 11:43  strk
+
+	* Honor build flags in liblwgeom and loader dirs (#3291)
+	  
+	  Patch by Markus Wanner <markus at bluegap.ch>
+
+2015-09-29 11:38  strk
+
+	* Strip BOM out of manpage (#3292)
+	  
+	  Thanks Markus Wanner <markus at bluegap.ch>
+
+2015-09-29 11:25  strk
+
+	* Add 3D tests for ST_DelaunayTriangles (#2301)
+
+2015-09-29 11:12  strk
+
+	* Do not override install/uninstall/clean targets from PGXS (#3284)
+
+2015-09-29 03:30  robe
+
+	* fix typo in tag provide example for enable driver and database
+	  and system level
+
+2015-09-29 03:20  robe
+
+	* 
+
+2015-09-29 03:14  robe
+
+	* update ST_GDALDrivers example to demonstrate how to enable all
+	  drivers and also show some cool new offerings in GDAL 2.0
+
+2015-09-28 07:40  strk
+
+	* Add support for creating extension from unpackaged (#3296)
+	  
+	  Use: ./run_test.pl --extension --upgrade-path unpackaged--2.2.0
+
+2015-09-28 07:15  strk
+
+	* Typo in help message
+
+2015-09-26 16:42  robe
+
+	* #3043: Some raster2pgsql options are not documented
+
+2015-09-26 15:48  robe
+
+	* #3297 fix check_gdal regress test to not test initial state (so
+	  not sensitive to users default postgis.gdal_enabled_drivers
+	  settings
+
+2015-09-26 14:30  robe
+
+	* #3289 - spelling mistakes -- apply remainder shplib provided by
+	  sebastic
+
+2015-09-26 10:49  strk
+
+	* Detect GNU/Hurd and treat it like Linux just as BSD (#3295)
+
+2015-09-26 10:17  strk
+
+	* Minor spelling fixes (#3288)
+	  
+	  recieved -> received
+	  splitted -> split
+	  
+	  The "Portuguese" once were left untouched because inside
+	  external shapelib component.
+	  
+	  Thanks to Markus Wanner <markus at bluegap.ch>
+	  and Bas Couwenberg <sebastic at debian.org>
+
+2015-09-25 18:03  robe
+
+	* Get rid of obsolete comments
+
+2015-09-25 11:53  pramsey
+
+	* Build in place
+
+2015-09-25 07:27  robe
+
+	* #3286 get rid of obsolete link
+
+2015-09-24 22:05  pramsey
+
+	* Build output one dir lower
+
+2015-09-24 19:12  pramsey
+
+	* Allow building with an "RC" version number
+
+2015-09-24 19:00  robe
+
+	* #3286: update README
+
+2015-09-24 17:44  pramsey
+
+	* Reformat
+
+2015-09-24 17:43  pramsey
+
+	* Update pgxn file
+
+2015-09-24 17:34  pramsey
+
+	* Spling errata
+
+2015-09-24 17:18  pramsey
+
+	* Add 2.2 release notes, en-link'en ticket numbers
+
+2015-09-24 16:28  pramsey
+
+	* Update Changelog with Makefile rule
+
+2015-09-24 16:15  robe
+
+	* #2842 Hide unselectable tables from raster_overview and
+	  raster_columns
+
+2015-09-24 13:31  pramsey
+
+	* Update changelog
+
+2015-09-24 12:50  pramsey
+
+	* Ignore working directories
+
+2015-09-23 21:04  pramsey
+
+	* #2220, write the encoding down when exporting a shape file
+
+2015-09-23 18:31  pramsey
+
+	* #3283, be less brittle in cases of box-overlap-but-geom-not
+
+2015-09-23 13:59  pramsey
+
+	* Fix valgrind for lwprint for DMS malformed case
+
+2015-09-23 07:41  strk
+
+	* More postgis_config.h include ordering
+
+2015-09-23 07:03  strk
+
+	* Include postgis_config.h before others, to allow overriding debug
+
+2015-09-22 20:40  pramsey
+
+	* Make repeated point removal more sensitive to not creating
+	  invalid outputs
+
+2015-09-22 19:51  pramsey
+
+	* Slight performance tweak to remove repeated points
+
+2015-09-21 16:16  strk
+
+	* Do not export library symbols from the PostgreSQL module
+	  
+	  Makes it easy for other modules to use dynamically linked
+	  liblwgeom.
+	  See #3281.
+
+2015-09-21 16:16  strk
+
+	* Search for exclude-libs support at configure time
+
+2015-09-21 15:46  strk
+
+	* Stop looking for C++ compiler (#3282)
+
+2015-09-21 06:59  strk
+
+	* Cross-link ST_Subdivide and ST_Split
+
+2015-09-18 06:28  robe
+
+	* Get rid of compiler warnings
+
+2015-09-16 12:00  strk
+
+	* Fix precision of face bounding box in topology callbacks
+	  
+	  This bug triggered a regression from 2.1
+
+2015-09-16 08:26  strk
+
+	* Fix premature reset of data_changed flag
+	  
+	  Before this fix, tipical topology loading within a single
+	  statement
+	  would fail to see changes introduced by itself.
+
+2015-09-16 07:09  strk
+
+	* Plug leak in lwpoly_make_valid for unclosed ring polygons
+
+2015-09-16 06:18  strk
+
+	* Fix mis-handling of _lwt_EdgeMotionArea return code
+
+2015-09-15 20:32  strk
+
+	* Plug gbox leak in _lwt_AddFaceSplit
+
+2015-09-15 20:22  strk
+
+	* Plug leak in lwt_RemoveIsoNode
+
+2015-09-15 20:01  strk
+
+	* Plug leaks in lwt_MoveIsoNode
+
+2015-09-15 19:51  strk
+
+	* Do not assume lwerror long-jumps in ptarray_insert_point
+
+2015-09-15 19:51  strk
+
+	* Fix memory leak in lwt_GetNodeByPoint
+
+2015-09-15 14:58  strk
+
+	* Plug leak in lwt_GetEdgeByPoint
+
+2015-09-15 14:52  strk
+
+	* Plug leak of signed edge ids in _lwt_AddFaceSplit
+
+2015-09-15 14:44  strk
+
+	* Remove memory leak in lwt_AddLine
+
+2015-09-14 14:47  strk
+
+	* Fix hardly reachable memory fault and plug more temporary leaks
+	  
+	  Nothing serious as the only triggering condition would be
+	  unexpected
+	  return from SPI_execute (unlikely).
+
+2015-09-14 14:35  strk
+
+	* Plug leak in get{Node,Edge,Face}WithinBox2D topology callbacks
+
+2015-09-14 12:13  strk
+
+	* Add all missing format attributes under GNUC
+	  
+	  Fixes the leftover suggestion warnings from
+	  -Wmissing-format-attribute
+
+2015-09-09 13:18  strk
+
+	* Fix docs for topology.intersects (#2593)
+
+2015-09-09 10:57  strk
+
+	* Do not force comments install when building without postgresql
+	  
+	  See #3157
+
+2015-09-09 10:15  strk
+
+	* Drop --without-postgresql, use --without-pgconfig for same
+	  purpose
+	  
+	  The --without-postgresql support was added with r13882, this
+	  commit
+	  removes it and uses the existing --with-pgconfig switch instead.
+	  Pass argument "no" or use --without-pgconfig to disable
+	  PostgreSQL.
+	  
+	  See #3157
+
+2015-09-09 07:44  robe
+
+	* fix mismatched ids
+
+2015-09-09 07:14  robe
+
+	* fix link tag typo
+
+2015-09-09 06:30  robe
+
+	* Flesh out the rules table description and how to create rules
+
+2015-09-09 04:47  robe
+
+	* #2978 address standardizer doesn't handle street number ranges,
+	  also added regress tests
+
+2015-09-08 22:57  robe
+
+	* #2981 handling state highways with named parts. This might not be
+	  the best way to parse but aligns with tiger data. Include tests
+
+2015-09-07 07:52  strk
+
+	* Reduce pointarray copies on face split
+
+2015-09-06 00:11  robe
+
+	* This is to fix tiger data that causes geocoding issues. This is
+	  not yet integrated into load or documented since requires more
+	  testing. Not even installed yet as part of tiger extension
+
+2015-09-04 07:22  robe
+
+	* get rid of all windows line breaks and enforce Unix line breaks
+
+2015-09-04 06:23  robe
+
+	* 
+
+2015-09-04 06:22  robe
+
+	* get rid of windows end line
+
+2015-09-03 23:20  robe
+
+	* give example of ST_3DArea
+
+2015-09-03 22:48  robe
+
+	* change to always be linux line feed
+
+2015-09-03 22:47  robe
+
+	* add an tuples only unaligned include so don't have to worry about
+	  behavior of echo /t in bash/sh (for testing)
+
+2015-09-03 22:33  robe
+
+	* #2324: Fix chart so 2D support only enabled with sfcgal is tagged
+	  with sfcgal icon
+
+2015-09-03 21:22  robe
+
+	* fix tag typo
+
+2015-09-03 21:09  robe
+
+	* ST_Volume example with caveats need to have Solid geometry
+
+2015-09-03 19:53  robe
+
+	* fix typo
+
+2015-09-03 17:19  robe
+
+	* put in more description of minkowski sum, fix first example so
+	  fits in 200x200 grid, add second example
+
+2015-09-03 15:47  robe
+
+	* #2305 example with figure for minkowski sum. Could do with a
+	  better explanation too for what it is.
+
+2015-09-02 17:49  robe
+
+	* #3220 patch from Dan Baston to address Mingw failure in
+	  ST_ClusterWithin
+
+2015-08-29 18:05  nicklas
+
+	* Fix right spelling of Avén in UTF8
+
+2015-08-29 16:41  strk
+
+	* More SRID fixes
+	  
+	  Adds SRID to TopoGeo_AddLinestring tests
+
+2015-08-29 16:21  strk
+
+	* Fix srid-aware test for "newedgessplit"
+
+2015-08-29 15:58  strk
+
+	* Do not loose SRID on edge split
+	  
+	  Add SRID to edge split tests
+
+2015-08-29 11:10  strk
+
+	* Use extended WKT for debuggin
+
+2015-08-29 11:04  strk
+
+	* Remove function name from debug messages (it's already included)
+
+2015-08-29 09:19  strk
+
+	* Do not reference face object after free
+
+2015-08-28 19:57  strk
+
+	* Properly encode Nicklas name in UTF8
+
+2015-08-28 12:39  pramsey
+
+	* yes, our docs have to 1:1 match our functions :/
+
+2015-08-28 12:33  pramsey
+
+	* Try to remove multiple signatures...
+
+2015-08-27 21:23  strk
+
+	* Fix debug build
+
+2015-08-27 21:14  strk
+
+	* Remove (leaky) debugging
+
+2015-08-27 21:08  strk
+
+	* Use LWTFMT_ELEMID under topology/ too (#3243)
+
+2015-08-27 12:46  strk
+
+	* More leaks plugging
+
+2015-08-27 11:19  strk
+
+	* Fix leak in ptarray_merge
+
+2015-08-27 11:01  strk
+
+	* Fix some leaks in _lwt_AddFaceSplit
+
+2015-08-27 10:55  strk
+
+	* Typo in topo signature
+
+2015-08-27 09:55  strk
+
+	* Add SFGAL script version mismatch on postgis_full_version
+	  
+	  See #3266
+
+2015-08-26 17:30  strk
+
+	* Plug more leaks in lwgeom-topo
+
+2015-08-26 16:51  strk
+
+	* Plug edge leak on edge split
+
+2015-08-26 16:39  strk
+
+	* More leaks plugged on edge split
+
+2015-08-26 16:18  strk
+
+	* Do not leak POINTARRAY objects on edge split
+
+2015-08-26 15:49  strk
+
+	* Do not leak POINTARRAYs during topology function calls
+
+2015-08-26 14:45  strk
+
+	* Plug another leak in lwt_AddIsoEdge
+
+2015-08-26 14:21  strk
+
+	* Fix ring edge finding in ST_GetFaceEdges (#3265)
+	  
+	  Includes regress test
+
+2015-08-26 12:56  strk
+
+	* Fix error message from GetFaceEdges
+
+2015-08-26 12:36  strk
+
+	* More leaks in _lwt_CheckEdgeCrossing
+
+2015-08-26 12:16  strk
+
+	* Correctly plug nodes leak in _lwt_AddEdge
+
+2015-08-26 12:01  strk
+
+	* Revert "Plug nodes leak in _lwt_AddEdge"
+	  
+	  This reverts r14001, as it introduced instabilities
+
+2015-08-26 11:02  strk
+
+	* Plug nodes leak in _lwt_AddEdge
+
+2015-08-26 11:02  strk
+
+	* More leaks plugged in _lwt_CheckEdgeCrossing
+
+2015-08-26 10:19  strk
+
+	* Fix memory leak in _lwt_CheckEdgeCrossing, used by edge adding
+	  funx
+	  
+	  Thanks Alessandro Furieri for spotting this
+
+2015-08-25 14:20  strk
+
+	* Add license header to run_test.pl
+
+2015-08-25 09:44  robe
+
+	* #3262 Fix address_standardizer and postgis_tiger_geocoder
+	  extension install
+
+2015-08-24 21:33  robe
+
+	* change to unix line breaks
+
+2015-08-24 19:47  robe
+
+	* updte loading data to include vacuumning and install missing
+	  indexes
+
+2015-08-24 12:03  strk
+
+	* Do not raise missing-topology NOTICE on postgis_full_version()
+	  
+	  See #3257
+
+2015-08-24 10:45  strk
+
+	* Convert .bat file to crlf, as requested by .gitattributes
+
+2015-08-24 06:32  robe
+
+	* #3260: parse_address function screws up when zip is > 5
+	  characters
+
+2015-08-24 05:43  robe
+
+	* #3259 pagc_normalize_address (standardize_address), doesn't
+	  convert numbered street name right (3rd and ,third, used to
+	  become 3 instead of 3rd)
+
+2015-08-24 03:26  robe
+
+	* #2336 FIPS 20 causes wildcard expansion to wget all files
+
+2015-08-24 02:01  robe
+
+	* #1108 regression test to confirm this issue is fixed.
+
+2015-08-24 01:53  robe
+
+	* #1108 regression test to confirm this issue is fixed.
+
+2015-08-23 07:46  robe
+
+	* 
+
+2015-08-23 07:42  robe
+
+	* more updating to reflect all the extensions packaged in postgis
+	  2.2
+
+2015-08-23 07:19  robe
+
+	* update test regress output. Fix command/screen tags not in para
+	  tags
+
+2015-08-23 06:58  robe
+
+	* #3258 have winnie test tiger geocoder
+
+2015-08-23 06:52  robe
+
+	* #3258 installcheck for tiger geocoder, update some regress so
+	  they reflect actual state of outputs, add new genrated folders to
+	  gitignore and svn ignore. Update the docs to describe new
+	  installcheck for (postgis_tiger_geocoder and address_standardizer
+	  extensions)
+
+2015-08-23 06:49  robe
+
+	* cleanup of processing make installcheck and building extensions
+	  to prevent junk from being installed in extension folder
+
+2015-08-23 05:47  robe
+
+	* make pre_type check not case sensitive
+
+2015-08-22 21:47  robe
+
+	* hard-code to work with branches only -- will dificult tag later.
+
+2015-08-22 21:44  robe
+
+	* works when I cut and paste in
+
+2015-08-22 21:30  robe
+
+	* try again - damn bash
+
+2015-08-22 21:16  robe
+
+	* try again
+
+2015-08-22 21:01  robe
+
+	* tweak script to get to work
+
+2015-08-22 20:35  robe
+
+	* move debbie's regress script into repo (already changed her
+	  regress to check if script exists and use that instead of the
+	  buildbots/debian one
+
+2015-08-22 19:41  robe
+
+	* logic to copy dlls of address standardizer after extension
+	  install so addresss standardizer regress checks work
+
+2015-08-22 19:25  robe
+
+	* have winnie do installcheck on address standardizer
+
+2015-08-22 06:49  robe
+
+	* #3184: regression tests for address_standardizer - implement make
+	  installcheck
+
+2015-08-21 19:17  nicklas
+
+	* Stop curves at the door when entering 3D distance calc. #3253
+
+2015-08-21 13:37  pramsey
+
+	* #3254, ST_SubDivide garden crash, not empty safe
+
+2015-08-21 06:54  robe
+
+	* ST_Relate use integer instead of int for arg type. That's what
+	  PostgreSQL shows it as in final function and int is tripping up
+	  garden tests (doesn't know what int is).
+
+2015-08-21 06:09  robe
+
+	* #2448 geocoder_setting gives primary key on restore (created a
+	  new table geocode_settings_default to hold defaults and keep
+	  geocode_settings for custom ones)
+
+2015-08-21 05:09  robe
+
+	* missed changes per #3247 highlighted.
+
+2015-08-20 20:54  nicklas
+
+	* Add 2 regression tests for mixed dimmentionalty input to 3d
+	  distance calculations (giving z-value under FLT_MIN which is not
+	  used any more) #3244
+
+2015-08-20 20:52  nicklas
+
+	* In 3D distance functions: Using min/max Z from 3D geometry when
+	  constructing vertical line used in finding z value for 2D
+	  geoemtry, when mixed geometry #3244
+
+2015-08-20 20:17  robe
+
+	* #2980 directional as a street name should not be abbreviated
+
+2015-08-20 20:08  nicklas
+
+	* Fix typo causing wrong answer in 3d-calc in some situations #3251
+
+2015-08-20 19:29  robe
+
+	* #3161: treat nulls as blank text for rating purposes (
+	  geocode_intersection returns a null rating for a specific
+	  intersection)
+
+2015-08-20 19:18  robe
+
+	* #3183: Logic to upgrade the address_standardizer extensions
+
+2015-08-20 18:55  pramsey
+
+	* Try to quiet warnings, #3250
+
+2015-08-20 18:24  pramsey
+
+	* Round off test results for precision match
+
+2015-08-20 18:09  pramsey
+
+	* #2422, improper stopping behavior in geographic dwithin
+
+2015-08-20 16:24  strk
+
+	* Implement ST_RemoveIsoEdge in C
+	  
+	  Adds lwt_RemIsoEdge to liblwgeom
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-20 15:13  strk
+
+	* Do not force debug on in C topology
+
+2015-08-20 15:00  strk
+
+	* Fix typo in PopulateGeometryColumns docs
+	  
+	  Thanks Oliver Tonnhofer for spotting this
+
+2015-08-20 14:59  strk
+
+	* Implement TopoGeo_addPolygon in C
+	  
+	  Adds getFaceWithinBox2D backend callback
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-20 11:28  strk
+
+	* Fix error on "other connected edges" in _lwt_HealEdges
+	  
+	  Thanks Alessandro Furieri for catching this
+	  (our testsuite missed it!)
+
+2015-08-20 10:30  strk
+
+	* Implement TopoGeo_AddLinestring to C
+	  
+	  Also:
+	  
+	  - Convert srid=-1 in topology to officially unknown srid
+	  at load time (See #3192).
+	  - Use hexwkb for box-based callback queries to avoid drifts.
+	  - Fix minTolerance computation.
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-19 21:39  nicklas
+
+	* Fix for #3244
+
+2015-08-19 16:46  pramsey
+
+	* Tests for when #3244 is fixed
+
+2015-08-19 16:41  strk
+
+	* Always return a fully owned object to lwgeom/geos function
+	  callers
+	  
+	  See #3245
+
+2015-08-19 10:52  strk
+
+	* Add lwgeom_unaryunion to liblwgeom
+	  
+	  Includes postgis change to use liblwgeom version
+
+2015-08-19 09:15  strk
+
+	* Add NEWS item about lwgeom_linemerge function in liblwgeom
+
+2015-08-19 09:14  strk
+
+	* Add lwgeom_linemerge to liblwgeom
+	  
+	  Includes regress test and postgis change to use liblwgeom version
+
+2015-08-19 06:54  robe
+
+	* upgrade to use cgal 4.6.1 and boost 1.59.0
+
+2015-08-18 20:59  pramsey
+
+	* #3238, handle case of "placeholder" GUC as well as real GUC
+	  conflicts
+
+2015-08-18 18:19  strk
+
+	* Implement TopoGeo_addPoint in C
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-18 17:34  strk
+
+	* Fix build with POSTGIS_DEBUG defined
+
+2015-08-18 17:10  strk
+
+	* Do not use NOTICE channel for debugging prints
+
+2015-08-18 13:40  pramsey
+
+	* #2283, shp2pgsql may be parsing shp's multipolygon incorrectly
+
+2015-08-18 12:58  strk
+
+	* Correct exception info about GetFaceByPoint and GetEdgeByPoint
+	  (#3241)
+
+2015-08-18 12:54  strk
+
+	* Implement GetNodeByPoint, GetEdgeByPoint and GetFaceByPoint in C
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-18 11:56  strk
+
+	* Add labels for getFaceByNode tests
+	  
+	  Makes it easier to know which test failed
+
+2015-08-18 10:56  strk
+
+	* Fix getNodeWithinDistance2D callback implementation
+
+2015-08-18 10:14  strk
+
+	* Hush compiler warnings
+
+2015-08-18 09:14  strk
+
+	* See Also GetFaceByPoint in GetNodeByPoint and GetEdgeByPoint docs
+
+2015-08-17 14:56  strk
+
+	* Implement ST_ModEdgeHeal and ST_NewEdgeHeal in C
+	  
+	  Adds checkTopoGeomRemNode and updateTopoGeomEdgeHeal callbacks
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-17 09:54  strk
+
+	* Implement ST_RemEdgeNewFace in C
+	  
+	  Renames updateTopoGeomRemEdge callback to checkTopoGeomRemEdge
+	  and
+	  moves face healing checks there to be more conservative with face
+	  identifiers sequence.
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-16 22:39  robe
+
+	* schema qualify inherits clause on all tables per Brian Hamlin's
+	  suggestion.
+
+2015-08-16 21:34  strk
+
+	* Implement ST_RemEdgeModFace in C
+	  
+	  Includes two new callbacks for TopoGeom management
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-16 10:02  strk
+
+	* Do not run ST_RemEdgeModFace in the test for ST_RemEdgeNewFace
+
+2015-08-16 07:31  strk
+
+	* Commit the file with crlf as requested by .gitattribute (I think)
+
+2015-08-16 01:48  robe
+
+	* #3227 incorporate Brian's suggested changes and fix some other
+	  minor issues with instructions.
+
+2015-08-14 01:42  robe
+
+	* #3227 Support for Tiger 2015 (also summary update of what's new
+	  in PostGIS 2.2)
+
+2015-08-12 17:38  pramsey
+
+	* #3235, ensure all commands in upgrade are within transaction
+
+2015-08-11 22:25  robe
+
+	* #3236 get rid of STRICT on ST_OrderingEquals -- preventing
+	  spatial index from being used.
+
+2015-08-11 14:33  pramsey
+
+	* #2382, allow multiple libraries to co-exist during upgrade, warn
+	  about GUC value being locked during coexistence period.
+
+2015-08-10 18:19  pramsey
+
+	* Add 2.0.7 release
+
+2015-08-07 16:19  strk
+
+	* Enhance test for ST_MoveIsoNode
+	  
+	  Test edge crossing and valid move
+
+2015-08-07 07:20  strk
+
+	* Implement ST_RemIsoNode/ST_RemoveIsoNode in C
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-06 17:28  strk
+
+	* Implement ST_RemIsoNode/ST_RemoveIsoNode in C
+	  
+	  Adds deleteNodesById callback
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-06 16:59  strk
+
+	* Fix test to really remove an isolated node
+	  
+	  Prior to this, only the non-isolated ones were attempted to be
+	  removed (only testing the failure case)
+
+2015-08-06 15:25  strk
+
+	* Add more of the implemented liblwgeom topo API
+
+2015-08-06 15:14  strk
+
+	* Do not clean *.control on "make clean"
+	  
+	  It's generated by ./configure so should eventually
+	  be removed on "make distclean".
+	  
+	  Hopefully fixes debbie build:
+	  http://debbie.postgis.net:8080/job/PostGIS_Regress/7454/console
+
+2015-08-06 14:58  strk
+
+	* Implement ST_ChangeEdgeGeom in C
+	  
+	  Also fixes cb_updateFacesById implementation
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-06 10:27  strk
+
+	* Fix another possible release of unallocated memory in edge addint
+	  funx
+
+2015-08-06 05:20  robe
+
+	* #3191: address_standardizer_data_us should respect is_custom flag
+	  during restore (also revised make to discard artifacts when make
+	  clean is called), got rid of sql folder (gets recreated during
+	  make), and add sql_bits to hold config for restore
+
+2015-08-05 20:34  mloskot
+
+	* Revert r13885 from trunk:
+	  Migrate Travis CI builds to the new container-based architecture.
+
+2015-08-05 16:06  mloskot
+
+	* Migrate Travis CI builds to the new container-based architecture.
+
+2015-08-05 07:38  strk
+
+	* Report postgresql support at the end of ./configure (#3157)
+
+2015-08-05 07:25  strk
+
+	* Fix --without-postgresql handling
+
+2015-08-05 06:57  strk
+
+	* Add --without-postgresql switch to only build liblwgeom (#3157)
+
+2015-08-05 06:45  strk
+
+	* postgis.sql and postgis_upgrade.sql are no more created in top
+	  dir
+
+2015-08-04 22:40  robe
+
+	* add build and package scripts and update all to copy new postgis
+	  topology .dll to install and package folder
+
+2015-08-04 22:25  robe
+
+	* #3206 fix windows issues with topology
+
+2015-08-04 21:08  strk
+
+	* Implement ST_GetFaceEdges in C
+	  
+	  Wraps SPI_exec calls in callbacks to not force a memory context
+	  switch
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-08-04 18:36  strk
+
+	* Fix unchecked return from _lwt_CheckEdgeCrossing (#3225)
+	  
+	  NOTE: only affects clients that do not long-jump out on lwerror
+	  (ie: PostGIS is unaffected)
+
+2015-08-04 17:14  robe
+
+	* remove sql folder and add to svnignore
+
+2015-08-04 16:49  robe
+
+	* add sql folder to svn ignore list
+
+2015-08-04 16:43  robe
+
+	* delete sql folder from svn gets recreated by build
+
+2015-08-04 16:38  strk
+
+	* Ignore extensions/address_standardizer/sql/ (git version)
+
+2015-08-04 09:21  strk
+
+	* Avoid the short-circuite of ST_Equals while running interrupt
+	  tests
+	  
+	  See #3226
+
+2015-08-04 09:08  strk
+
+	* Fix labels on interrupt tests
+
+2015-08-04 09:02  strk
+
+	* Avoid -0 in output
+	  
+	  Fixes test run with SFCGAL 1.2.0.
+	  See #3171
+
+2015-08-03 18:17  robe
+
+	* #3228: move winnie's regress into repo (still need to change
+	  PostGIS 2.2 jobs to use -- just experimenting with one run)
+
+2015-08-03 16:31  robe
+
+	* #3219: Fix windows mingw issue can't build against git repo.
+	  Force files that need to be linux linebreaks from using native
+	  mode (CRLF on windows)
+
+2015-07-31 21:47  robe
+
+	* #3206 get rid of PRId64 calls in appendInfoString and use instead
+	  INT64_FORMAT as suggested by Alavaro Herrera, Tom Lane of
+	  PostgreSQL dev group
+
+2015-07-31 17:23  strk
+
+	* Add memcmp short-circuit to ST_Equals (#3223)
+	  
+	  Patch by Daniel Baston
+
+2015-07-31 17:06  strk
+
+	* Fix uninitialized stddev in stats computation (#3222)
+	  
+	  Patch by Daniel Baston
+
+2015-07-31 16:34  strk
+
+	* Implement ST_GetFaceGeometry in C
+	  
+	  Adds callbacks to return SRID, precision and Z flag for
+	  backend topology object.
+	  
+	  Returns EMPTY polygon for faces with no boundaries,
+	  closing #3221.
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-07-30 21:15  strk
+
+	* Typo in doc
+
+2015-07-30 14:36  strk
+
+	* Ensure the sql/ dir exists before attempting to write there
+	  
+	  See https://travis-ci.org/postgis/postgis/builds/73386848
+
+2015-07-30 14:23  strk
+
+	* Implement ST_AddIsoEdge in C
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-07-30 13:51  strk
+
+	* Fix possible release of unallocated memory in ST_AddIsoNode
+
+2015-07-30 10:21  strk
+
+	* Add signature for lwt_NewEdgeHeal (unimplemented yet)
+
+2015-07-30 09:57  strk
+
+	* Switch to versioned liblwgeom interface (#2278)
+	  
+	  See
+	  https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
+
+2015-07-29 17:30  strk
+
+	* Add TODO file for liblwgeom (for TOPO, at the moment)
+
+2015-07-24 12:26  pramsey
+
+	* Quite warning for robe
+
+2015-07-24 08:37  robe
+
+	* #2867 can't upgrde sfcgal extension - got rid of begin/commit in
+	  upgrade and duplicate includes of helper files, change the make
+	  unpackaged from postgis_topology to EXTENSION (not tested build
+	  from unpackaged).
+
+2015-07-24 06:38  robe
+
+	* #3216: address standardizer mod path name not versioned
+
+2015-07-23 21:34  robe
+
+	* #2285 standardize_address should no longer be marked as SETOF
+
+2015-07-23 19:11  pramsey
+
+	* Remove unused test
+
+2015-07-23 19:07  pramsey
+
+	* gridspec should be internal
+
+2015-07-23 18:05  pramsey
+
+	* #2577, ST_Project() doc update
+
+2015-07-23 17:20  pramsey
+
+	* Remove unneeded commit/begin lines
+
+2015-07-23 17:19  pramsey
+
+	* Add back in more custom postgis lines
+
+2015-07-23 17:07  pramsey
+
+	* Add in custom PostGIS alterations
+
+2015-07-23 16:44  pramsey
+
+	* #2737, update spatial_ref_sys.sql to latest from GDAL/EPSG
+
+2015-07-23 16:26  pramsey
+
+	* #3201 ST_DistanceSphere uses SRID to obtain spheroid
+
+2015-07-22 19:00  pramsey
+
+	* #3213, make interrupt tests opt-out
+
+2015-07-22 17:57  pramsey
+
+	* #3212, subdivide nparts not used
+
+2015-07-22 17:54  pramsey
+
+	* #2395, force un-closed KML polygons closed, and issue NOTICE
+
+2015-07-22 17:05  pramsey
+
+	* #2409, ST_Summary support for curve geometries
+
+2015-07-22 16:14  pramsey
+
+	* #2562, ANALYZE tables after shp2pgsql load
+
+2015-07-22 16:06  pramsey
+
+	* #2896, increase cost of _st_expand(geography) a bit
+
+2015-07-22 16:03  pramsey
+
+	* #3172, ST_AddMeasure refuses to set measure of zero-length line
+
+2015-07-22 15:29  pramsey
+
+	* #2692, Curve output support in ST_Collect
+
+2015-07-22 14:54  pramsey
+
+	* #2641, ST_SRID and ST_SetSRID for geography
+
+2015-07-22 13:55  pramsey
+
+	* #3202, ST_DistanceSphere allows operations on mixed SRIDs
+
+2015-07-22 13:39  pramsey
+
+	* harmonize SRID mismatch testing
+
+2015-07-22 13:37  pramsey
+
+	* Harmonize SRID mismatch handling to use same function
+
+2015-07-22 12:37  pramsey
+
+	* Quiet warning about dynamic array (const doesn't do what you
+	  think it does in this context)
+
+2015-07-22 12:35  pramsey
+
+	* Quiet warnings: unsigned ints can't be negative
+
+2015-07-21 16:37  strk
+
+	* Update minimum required PostgreSQL version in README and
+	  configure
+	  
+	  See #3211
+
+2015-07-20 17:08  strk
+
+	* Handle invalid topology names (#3196)
+	  
+	  Updates regressions for changes.
+	  
+	  Patch by Mike Toews <mwtoews at gmail.com>
+
+2015-07-20 16:55  strk
+
+	* Do not redefine POSTGIS_DEBUG_LEVEL (that's for debugging)
+
+2015-07-20 16:34  strk
+
+	* Indenting only change (and a space in a printf format string)
+
+2015-07-20 16:13  strk
+
+	* Remove TopoGeometry management API from liblwgeom_topo
+
+2015-07-20 15:51  strk
+
+	* Implement ST_AddEdgeNewFaces in C
+	  
+	  Adds BE callback to delete faces by id
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-07-20 13:08  pramsey
+
+	* More subdivide recursion depth for really big input polygons
+	  (OSM)
+
+2015-07-19 10:11  strk
+
+	* Add item about new topology API in liblwgeom
+	  
+	  Also update reference to Regione Toscana institution under
+	  "corporate sponsors" section.
+
+2015-07-18 23:27  robe
+
+	* delete java SVN folder (now managed on github)
+
+2015-07-18 16:17  strk
+
+	* Use standard int64_t type and PRId64 format for 64bit identifiers
+	  
+	  Hopefully helps with #3206
+
+2015-07-18 10:04  strk
+
+	* Leave a note about new Java binding home
+
+2015-07-17 16:41  strk
+
+	* Implement ST_AddEdgeModFace in C
+	  
+	  Add callbacks to:
+	  - get nodes and edges within box2d,
+	  edges by node or face, nodes by face.
+	  - insert faces.
+	  - update nodes, faces and edges.
+	  - update TopoGeometries after face split.
+	  - get edges in a ring
+	  
+	  Also fixes installation and de-installation of liblwgeom_topo.h
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-07-16 23:53  pramsey
+
+	* Remove runcall of missing test
+
+2015-07-16 23:52  pramsey
+
+	* Remove call to internal function
+
+2015-07-16 23:49  pramsey
+
+	* Remove unused function from old subdivide routine
+
+2015-07-16 23:46  pramsey
+
+	* #3200, Make ST_Subdivide faster
+
+2015-07-14 16:14  nicklas
+
+	* Fix wrong behavior for closest point with unknown z-value in
+	  geometry 1 from last commit
+
+2015-07-14 15:54  nicklas
+
+	* Fix handling of mixed dimmentionality to 3d measuring functions
+	  #2034
+
+2015-07-13 21:32  nicklas
+
+	* Fix bbox on collection level in TWKB output, #3187
+
+2015-07-10 20:36  pramsey
+
+	* Clean up missing prototype
+
+2015-07-09 10:16  strk
+
+	* Tag <para> can be within <note>, not viceversa (oops)
+
+2015-07-09 09:49  strk
+
+	* Clarify ST_AddEdgeModFace docs about new face side (#3198)
+
+2015-07-07 21:02  pramsey
+
+	* From dbaston <https://github.com/postgis/postgis/pull/40>
+	  resolves outstanding TODO list item
+
+2015-07-07 20:56  pramsey
+
+	* Test fix from dbaston
+
+2015-07-07 18:59  pramsey
+
+	* Formatting
+
+2015-07-07 15:14  pramsey
+
+	* #3193, install header w/ non-exec bits
+
+2015-07-04 08:50  colivier
+
+	* ST_Intersects sfcgal implementation gives error with polyhedral
+	  surface. #3072. Apply patch written by Vincent Mora.
+
+2015-07-04 05:50  robe
+
+	* #3116: SFCGAL add documentation for geometry backend switch.
+	  Patch from Vincent Mora
+
+2015-07-02 15:14  strk
+
+	* Fix warning in non-debug build
+
+2015-07-02 15:03  strk
+
+	* Fix debug build
+
+2015-07-01 17:19  nicklas
+
+	* revert r13771 and r13753 see #3188
+
+2015-06-30 22:43  strk
+
+	* Export ptarray_isccw to public liblwgeom header
+
+2015-06-30 22:30  nicklas
+
+	* Fix handling of different ingoing precision in collectTWKB and
+	  more
+
+2015-06-30 22:27  strk
+
+	* Move function documentation from implementation file to header
+	  file
+
+2015-06-30 20:48  pramsey
+
+	* CUnit test case fix from dbaston
+
+2015-06-30 18:42  pramsey
+
+	* AsGeoJSON, Make the C binding the frequently used signature,
+	  start pushing the "versioned" one into background
+
+2015-06-30 18:09  pramsey
+
+	* #2683, improve geojson srs handling (input)
+
+2015-06-30 17:06  pramsey
+
+	* #2669, cunit warnings
+
+2015-06-30 16:38  pramsey
+
+	* Stroke curves for input into GEOS,
+	  Update SQL-MM curve regression tests
+
+2015-06-30 15:48  pramsey
+
+	* Add const restriction to stroke/unstroke
+
+2015-06-30 15:27  pramsey
+
+	* Rename _segmentize to _stroke to distinguish arc stroking
+	  routines from line densification routines
+
+2015-06-30 14:23  pramsey
+
+	* format to style guide
+
+2015-06-30 14:10  pramsey
+
+	* #2640, ST_GeogFromText allows putting in non-long lat coordinate
+	  ref
+
+2015-06-30 13:48  strk
+
+	* Fix astyle availability detection
+
+2015-06-30 13:17  pramsey
+
+	* reformat to style guide
+
+2015-06-30 13:10  pramsey
+
+	* reformat to style guide
+
+2015-06-30 13:06  pramsey
+
+	* reformat code to styleguide
+
+2015-06-30 12:45  pramsey
+
+	* #2342, demote join type message to debug
+
+2015-06-30 11:27  robe
+
+	* #3189 put note about 3.5 is needed to take advantage of all
+	  features. Copy geos note in availabilty tag so appears on support
+
+2015-06-29 22:57  nicklas
+
+	* Adding ST_CollectTWKB
+
+2015-06-29 19:11  pramsey
+
+	* #3023, ST_ClusterIntersecting / ST_ClusterWithin Functions (Dan
+	  Baston)
+
+2015-06-29 18:56  pramsey
+
+	* Quiet pedantic error
+
+2015-06-29 18:46  pramsey
+
+	* Ignore a geocoding artifact
+
+2015-06-29 17:44  pramsey
+
+	* Remove memory leak
+
+2015-06-29 17:44  pramsey
+
+	* Remove comment
+
+2015-06-29 17:34  pramsey
+
+	* Fix longstanding parser memory leak
+
+2015-06-29 17:10  pramsey
+
+	* Remove memory leak
+
+2015-06-29 17:00  pramsey
+
+	* Remove memory leak
+
+2015-06-29 16:57  pramsey
+
+	* Remove memory leak
+
+2015-06-29 16:56  pramsey
+
+	* Remove memory leak
+
+2015-06-29 16:56  pramsey
+
+	* Remove initialized jump valgrind notice
+
+2015-06-29 16:48  pramsey
+
+	* Remove mem leak from POINT EMPTY creation
+
+2015-06-29 15:28  strk
+
+	* Add lwgeom_is_simple method in liblwgeom, use from postgis module
+
+2015-06-29 14:33  strk
+
+	* Improve documentation
+
+2015-06-29 14:07  strk
+
+	* Implement ST_NewEdgesSplit in C
+	  
+	  Involved adding a new "deleteEdges" callback.
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-06-29 11:51  strk
+
+	* Split edge splitting function to get a reusable portion
+
+2015-06-29 09:09  strk
+
+	* Style only change
+
+2015-06-29 07:49  strk
+
+	* Implement ST_AddIsoNode in C
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-06-29 07:02  strk
+
+	* Do not rely on out param value in getNodeWithinDistance2D
+	  callback
+
+2015-06-29 07:01  strk
+
+	* Handle error from WithinDistance2D liblwgeom-topo backend
+	  callbacks
+
+2015-06-28 21:49  robe
+
+	* #3170 Ability to link liblwgeom dynamically under windows
+	  (mingw-w64)
+
+2015-06-28 16:56  nicklas
+
+	* Prevent mixed dimensionality in twkb #3186
+
+2015-06-28 16:10  nicklas
+
+	* return null if no valid geoemtries is found #3185
+
+2015-06-27 22:51  robe
+
+	* another typo
+
+2015-06-27 22:49  robe
+
+	* ah another typo
+
+2015-06-27 22:48  robe
+
+	* fix embarassing typo
+
+2015-06-27 19:21  robe
+
+	* document enhancements in address_standardizer
+
+2015-06-27 16:54  robe
+
+	* #3183 baby step - ability to do: ALTER EXTENSION
+	  address_standardizer_data_us UPDATE TO "2.2.0devnext"; ALTER
+	  EXTENSION address_standardizer_data_us UPDATE TO "2.2.0dev";
+
+2015-06-27 16:04  robe
+
+	* #2816 show output of address_standardizer_data_us
+
+2015-06-27 15:55  robe
+
+	* fix encoding of us_lex.sql so consistent with others messing up
+	  installation of extension
+
+2015-06-27 15:24  robe
+
+	* #2816: one more try had Data_built and Data confused
+
+2015-06-27 14:50  robe
+
+	* #2816: Might have missed some commits on last go round, also add
+	  some updated doco
+
+2015-06-27 13:43  robe
+
+	* #2816: Rest of logic needed to build data us extension and
+	  install and remove old logic used to build old sql files
+
+2015-06-27 08:24  robe
+
+	* #2816: Tables for address_standardizer us data extension, still
+	  need to commit logic to include as part of extension and get rid
+	  of code that creates the interim files.
+
+2015-06-26 14:20  strk
+
+	* Don't try to free unexistent arguments
+
+2015-06-26 11:39  strk
+
+	* Expect nextval() to return a 64bit integer (#3180)
+
+2015-06-26 09:06  robe
+
+	* #3182 update docs and configure to reflect SFCGAL 1.1+ is
+	  required to build with SFCGAL (patch from Vincent Mora)
+
+2015-06-25 21:08  colivier
+
+	* Update NEWS file, related to #3117
+
+2015-06-25 20:58  colivier
+
+	* Documentation fix in ST_Orientation function. #2831
+
+2015-06-25 20:55  colivier
+
+	* Update SFCGAL installation instructions. #3115.
+
+2015-06-25 20:45  pramsey
+
+	* #3181, fix regression result in sfcgal
+
+2015-06-25 20:44  colivier
+
+	* Add suport for SFCGAL 1.1. #3117. Apply patch written by Vincent
+	  Mora
+
+2015-06-25 20:23  pramsey
+
+	* #3181, harmonize tests to new POINT EMPTY format
+
+2015-06-25 20:07  pramsey
+
+	* #3181, Output POINT EMPTY in WKB using NaN as coordinate values
+
+2015-06-25 19:33  pramsey
+
+	* Make test case not overlap nan empty case
+
+2015-06-25 18:36  robe
+
+	* #2734 TIGER geocoder geocode_intersection gives no results with
+	  omitted zipcode
+
+2015-06-25 16:24  strk
+
+	* Draft topology API in liblwgeom and topology postgresql module.
+	  
+	  Includes C implementation of ST_ModEdgeSplit.
+	  Passes the existing topology testsuite while also affecting
+	  functions addNode and toTopoGeom.
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)
+
+2015-06-25 13:49  pramsey
+
+	* #3178, EWKB emitter should emit complex empty geometry
+
+2015-06-24 22:40  pramsey
+
+	* #3177, gserialized_is_empty cannot handle nested empty cases
+
+2015-06-23 18:56  strk
+
+	* Expose ST_CPAWithin to SQL
+	  
+	  Includes dox and regress test
+
+2015-06-23 17:32  strk
+
+	* Add lwgeom_cpa_within function
+	  
+	  includes unit test
+
+2015-06-23 17:04  strk
+
+	* Register a notice handler in cu_tester
+	  
+	  Useful for debugging sessions
+
+2015-06-23 14:54  strk
+
+	* Add multipolygon-by-line ST_Split case in documentation
+	  
+	  Funded by RT-SITA (CIG 6002233F59)
+
+2015-06-23 14:40  strk
+
+	* Workaround PostgreSQL-9.5dev bug forcing install on check
+	  
+	  See
+	  http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com
+	  This is for topology and raster
+
+2015-06-23 12:41  strk
+
+	* Reduce number of queries by one within ST_ModEdgeSplit
+	  
+	  Uses "INSERT RETURNING" rather than "SELECT" and "INSERT" for
+	  getting the identifier of new node.
+
+2015-06-23 12:40  strk
+
+	* Workaround PostgreSQL-9.5dev bug forcing install on check
+	  
+	  See
+	  http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com
+
+2015-06-22 14:47  strk
+
+	* Drop PGXSOVERRIDE temporary hack. PostgreSQL 9.0 is minimum req
+	  now.
+
+2015-06-22 14:15  strk
+
+	* Add links to official code repo and project homepage
+
+2015-06-22 13:49  strk
+
+	* Remove github advertisement from README.md
+	  
+	  NOTE: it also works fine for use in gitlab
+
+2015-06-19 10:38  strk
+
+	* Add an lwpgwarning function, for those who worry !
+
+2015-06-18 11:17  strk
+
+	* ST_ApproximateMedialAxis: cast WKT to geometry on plpgqsl empty
+
+2015-06-17 18:34  strk
+
+	* Bye bye, java
+	  
+	  New home for java bindings is
+	  https://github.com/postgis/postgis-java
+	  See
+	  https://lists.osgeo.org/pipermail/postgis-devel/2015-June/025006.html
+
+2015-06-17 18:33  strk
+
+	* Add SRID conservancy in ApproximateMedialAxis test
+
+2015-06-17 13:10  strk
+
+	* Add ST_ApproximateMedialAxis (#3169)
+	  
+	  Requires SFCGAL (any version).
+	  Uses SFCGAL specific API if available (1.2+),
+	  post-processes StraightSkeleton output otherwise.
+	  
+	  Includes regression test and documentation.
+
+2015-06-16 13:29  strk
+
+	* Revert "Build liblwgeom with -no-undefined flag"
+	  
+	  This reverts r13650 as it broke static-only build under windows,
+	  see http://trac.osgeo.org/postgis/ticket/3167
+
+2015-06-16 12:37  strk
+
+	* Make SFCGAL version available in sqldefines.h
+
+2015-06-16 10:12  strk
+
+	* Make SFCGAL version available in postgis_config.h.in
+
+2015-06-13 08:08  strk
+
+	* Add ST_Boundary in "see also" section for ST_MakePolygon
+	  
+	  See
+	  https://lists.osgeo.org/pipermail/postgis-users/2015-June/040574.html
+
+2015-06-13 08:08  strk
+
+	* Fix the "maintainer-clean" rule, and avoid maven downloads on
+	  clean
+
+2015-06-13 08:08  strk
+
+	* Only remove pom.xml on "make maintainer-clean"
+	  
+	  It's a distributed file...
+
+2015-06-12 19:32  strk
+
+	* Include pom.xml in distribution (#3154)
+
+2015-06-12 19:26  strk
+
+	* Stop using "cvs" string in dist script
+
+2015-06-12 19:09  pramsey
+
+	* #3164, ST_ClipByBox2D a little less brittle
+
+2015-06-12 18:49  robe
+
+	* take out pom make section to try to make travis happy. Turns out
+	  debbie doesn't use this script anyway.
+
+2015-06-12 18:35  pramsey
+
+	* #1137, Add a tolerance distance to ST_RemoveRepeatedPoints
+
+2015-06-12 09:09  strk
+
+	* Add item about new functions supporting compoundcurve types
+
+2015-06-11 21:09  pramsey
+
+	* #2717, support startpoint, endpoint, pointn, numpoints for
+	  compoundcurve
+
+2015-06-11 19:58  strk
+
+	* Optimize ptarray_locate_along_linear to really honour the "from"
+	  parameter
+
+2015-06-11 19:41  strk
+
+	* Add test for ST_Affine bbox cache bug (#3159)
+
+2015-06-11 19:41  strk
+
+	* Make ST_Scale not use ST_Affine
+
+2015-06-11 19:20  pramsey
+
+	* #3159, only add boxes to geometries that are input with them
+
+2015-06-11 19:12  strk
+
+	* Add missing item about |=| addition
+
+2015-06-11 19:09  strk
+
+	* Allow passing M factor to ST_Scale (#3062)
+
+2015-06-11 19:09  strk
+
+	* lwgeom_scale: recompute bounding box if needed
+
+2015-06-11 11:03  strk
+
+	* Move liblwgeom logging functions outside of public header (#1220)
+
+2015-06-11 10:13  strk
+
+	* Drop unused lw_vasprintf / lw_asprintf functions from liblwgeom
+
+2015-06-11 09:06  strk
+
+	* Build liblwgeom with -no-undefined flag
+	  
+	  Doing so should report unresolved symbol references from regular
+	  object files.
+
+2015-06-11 00:33  strk
+
+	* Move temporal function wrappers in their own file
+
+2015-06-10 23:45  strk
+
+	* Fix unused vars and funx warnings building against pgsql < 9.5
+
+2015-06-10 23:28  strk
+
+	* Restore liblwgeom API compatibility (#3156)
+	  
+	  Adds an lwgeom_set_debuglogger function, restore
+	  lwgeom_set_handler
+	  to the same arguments set as with 2.1.x.
+	  Updates all callers (2/3 of which are back to their original
+	  version).
+
+2015-06-10 23:27  strk
+
+	* Convert varint test to use the new ASSERT_STRING_EQUAL macro
+	  
+	  Also drops manual "strcmp" calls from it.
+
+2015-06-10 17:29  strk
+
+	* Convert ptarray test to use the new ASSERT_STRING_EQUAL macro
+	  
+	  Also change its suite name to "ptarray"
+
+2015-06-10 17:19  strk
+
+	* Add lwgeom_scale and ptarray_scale with support of all dimensions
+	  (#3062)
+	  
+	  Includes unit test.
+
+2015-06-10 16:42  strk
+
+	* Trim refpurpose section for <-> operator, move details down
+
+2015-06-10 16:18  strk
+
+	* Add |=| operator with CPA semantic and KNN support with PgSQL
+	  9.5+
+	  
+	  Includes regress test and documentation
+
+2015-06-10 11:34  strk
+
+	* Ensure ST_DistanceCPA returns NULL if inputs do not meet
+
+2015-06-10 09:26  strk
+
+	* Remove liblwgeom.h on make uninstall (#3155)
+
+2015-06-10 07:31  strk
+
+	* Add note about minimum PROJ4 version requirement raise
+
+2015-06-09 22:29  robe
+
+	* #3154: revise make dist to build pom and not delete.
+
+2015-06-09 20:01  strk
+
+	* Fix definition of ST_DistanceCPA
+
+2015-06-09 19:38  strk
+
+	* ST_DistanceCPA: return distance at closest point of approach
+	  
+	  Includes regression test and docs.
+
+2015-06-09 19:21  strk
+
+	* Have ST_ClosestPointOfApproach return NULL if inputs do not meet
+	  
+	  Makes lwgeom_tcpa return -2 if inputs do not share any point in
+	  time.
+	  Includes documentation and testcases tweaks.
+
+2015-06-09 18:19  strk
+
+	* Be less noisy on meeting trajectories, add temporal test
+
+2015-06-09 11:18  strk
+
+	* Fix lwgeom_tcpa distance computation for degenerate cases
+
+2015-06-09 11:18  strk
+
+	* Implement missing distance3d_pt_pt function
+
+2015-06-09 09:59  strk
+
+	* Update in-header documentation for lwgeom_split
+
+2015-06-06 04:55  robe
+
+	* #2906: move census functions into tiger_loader_2014.sql (needed
+	  since we took out of extension but still in docs) and will be
+	  needed for upgrades
+
+2015-06-05 21:02  robe
+
+	* #2906: Fix webiste link postgis.net (instead of postgis.org),
+	  consolidate censustract/bg/tabblock for 2014 into 2014 loader
+	  file, fix tabblock loading issue (they renamed it so its ends in
+	  10 now)
+
+2015-06-04 21:13  strk
+
+	* Get "Closest Point of Approach" name straight ...
+
+2015-06-04 21:03  strk
+
+	* Move ST_ClosestPointOfApproach tests under temporal.sql
+
+2015-06-04 20:36  robe
+
+	* change extension install to go from root of tiger
+
+2015-06-04 20:32  robe
+
+	* a lot of this stuff is not tiger_2011, we should just go back to
+	  single folder
+
+2015-06-04 19:45  pramsey
+
+	* #2287, fix regressions with new debug in raster
+
+2015-06-04 18:53  nicklas
+
+	* Harmonize ST_SimplifyVW with ST_Simplify behavior when feeded
+	  with 0 tolerance
+
+2015-06-04 18:43  pramsey
+
+	* #2287, move debug messages in --enable-debug builds to the DEBUG
+	  PgSQL logging channel
+
+2015-06-04 08:30  robe
+
+	* #3133 add nd index recheck tests
+
+2015-06-04 08:14  robe
+
+	* rework the knn recheck tests for goemetry, geography, add some nd
+	  tests for 3d. still more tests to add.
+
+2015-06-04 08:09  strk
+
+	* Embed full version (and revision) in package name for dev
+	  snapshots.
+
+2015-06-03 23:08  pramsey
+
+	* spellign
+
+2015-06-03 20:53  pramsey
+
+	* #3133, support for recheck on M-measured geometries
+
+2015-06-03 19:36  pramsey
+
+	* Isolate <<->> in version-checked regression file
+
+2015-06-03 19:34  pramsey
+
+	* whitespace
+
+2015-06-03 19:08  pramsey
+
+	* #3133, add <<->> recheck supporrt and rip out <<#>>
+
+2015-06-03 18:34  nicklas
+
+	* Guard from 1 point linestrings in st_simplifyvw and
+	  st_seteffectivearea
+
+2015-06-03 17:05  pramsey
+
+	* #3132, KNN box-only operator <-> for geography to support PgSQL <
+	  9.5
+
+2015-06-03 13:50  pramsey
+
+	* #3140, fix comparison function
+
+2015-06-03 12:52  pramsey
+
+	* quite tests a bit
+
+2015-06-03 08:07  strk
+
+	* Update the GEOS version warning to recommend 3.4.2
+
+2015-06-02 16:03  pramsey
+
+	* #3143, use right type size / simpler pointer math?
+
+2015-06-01 16:15  pramsey
+
+	* Guard against crazy selectivity numbers
+
+2015-06-01 16:09  strk
+
+	* ST_BoundingDiagonal (#3139)
+	  
+	  Includes tests and documentation
+
+2015-06-01 13:36  pramsey
+
+	* Harmonize regression test
+
+2015-06-01 13:23  pramsey
+
+	* Stylistic OCD
+
+2015-06-01 12:27  pramsey
+
+	* Harmonize threshold w/ message
+
+2015-06-01 09:04  robe
+
+	* #3074: Add postgres regress for ST_SubDivide, update
+	  documentation to not use example below 8 vertices and put note
+	  about no less than 8 is allowed
+
+2015-05-31 20:30  robe
+
+	* more fine tuning to force index use during index tests
+
+2015-05-31 20:14  robe
+
+	* #3127 revert back to use sphere distance (spheroid doesn't work
+	  with knn recheck), document that <-> is on sphere, change tests
+	  to be based on sphere instead of spheroid., #3131 reverting fixes
+	  index returned tuples wrong order issue
+
+2015-05-31 04:48  robe
+
+	* revert last change
+
+2015-05-31 04:01  robe
+
+	* #3143 get rid of duplicate measure_suite_setup declaration to try
+	  to fix winnie's 32-bit whining.
+
+2015-05-31 01:57  robe
+
+	* #3127 Switch knn to use spheroid distance instead of sphere
+	  distance
+
+2015-05-30 20:35  nicklas
+
+	* A small opimization to not use temp buffer when size of npoints
+	  is not unpredictable
+
+2015-05-30 15:54  pramsey
+
+	* #3131, just fix KNN w/ big hammer
+
+2015-05-29 23:08  pramsey
+
+	* Use the right function!
+
+2015-05-29 23:07  pramsey
+
+	* Remove stub code!
+
+2015-05-29 23:07  pramsey
+
+	* #3131, fix crasher
+
+2015-05-29 22:01  robe
+
+	* Add raster garden tests to make garden run
+
+2015-05-29 21:21  pramsey
+
+	* Lower limit on max vertices
+
+2015-05-29 21:18  pramsey
+
+	* #3131, KNN geography still gives ERROR: index returned tuples in
+	  wrong order
+
+2015-05-29 17:39  pramsey
+
+	* Alter test
+
+2015-05-29 17:29  pramsey
+
+	* #3135, avoid infinite recursion on features with repeated points
+
+2015-05-29 07:56  robe
+
+	* #3134 change make garden to use regress install instead of the
+	  scripts in postgis/..
+
+2015-05-28 20:25  pramsey
+
+	* Move test to ifdef'ed location for GEOS 3.5
+
+2015-05-28 20:21  pramsey
+
+	* Move some types around, see if winnie gets happier
+
+2015-05-28 19:55  pramsey
+
+	* #3135, ST_SubDivide garden crasher on malformed polygon and
+	  linestring
+
+2015-05-28 19:20  pramsey
+
+	* Remove possible double free
+
+2015-05-28 19:07  pramsey
+
+	* #2093, Add extra policy argument to control ST_Simplify behavior
+
+2015-05-28 16:30  pramsey
+
+	* Remove dead code
+
+2015-05-28 16:30  pramsey
+
+	* TWKB: Drop duplicate vertices during encoding
+
+2015-05-28 15:33  strk
+
+	* Add NEWS entry and another example for ST_IsValidTrajectory
+
+2015-05-28 15:18  strk
+
+	* Add ST_IsValidTrajectory (#3129)
+	  
+	  Adds lwgeom_is_trajectory and lwline_is_trajectory to liblwgeom.
+	  Includes unit and regress test.
+	  
+	  Includes documentation, starting a new "Temporal support" section
+	  in which ST_ClosestPointOfApproach is also moved
+
+2015-05-27 16:47  strk
+
+	* Fix ST_ClosestPointOfApproach assumption of lwgeom->bbox being
+	  exact
+	  
+	  See #3136
+
+2015-05-27 11:45  robe
+
+	* the actual geography tst needs some work, but for now just commit
+	  what current returns
+
+2015-05-27 06:30  robe
+
+	* #3134: make garden doesn't install postgis (revise to ignore if
+	  plpgsql is already installed.)
+
+2015-05-26 22:42  pramsey
+
+	* #3126, ST_SubDivide garden crasher on Polyhedral Surface
+
+2015-05-26 19:08  pramsey
+
+	* Formatting
+
+2015-05-26 19:07  pramsey
+
+	* 0se FP_TOLERANCE instead of 0
+
+2015-05-26 19:05  pramsey
+
+	* Do KNN distance calcs on the spherod
+
+2015-05-26 16:39  strk
+
+	* Fix return type of LRS functions in docs from float to float8
+
+2015-05-26 15:38  strk
+
+	* Add missing tests for ST_AddMeasure and ST_InterpolatePoint
+
+2015-05-26 15:07  strk
+
+	* Add ST_ClosestPointOfApproach (#3128)
+	  
+	  Based on new lwgeom_tcpa liblwgeom function.
+	  Includes unit and regress tests.
+	  Includes documentation.
+
+2015-05-26 09:46  strk
+
+	* Remove unused variable
+
+2015-05-26 09:43  strk
+
+	* Add some const qualifiers for 3d distance functions
+
+2015-05-26 06:14  robe
+
+	* #2703: KNN geography recheck tests
+
+2015-05-25 18:10  pramsey
+
+	* Test for crasher
+
+2015-05-25 18:07  pramsey
+
+	* Fix crasher found in garden tests
+
+2015-05-25 17:58  pramsey
+
+	* Move inline functions for clang compat
+
+2015-05-25 16:38  strk
+
+	* It's the object files that depend on headers, not the library
+
+2015-05-25 16:38  strk
+
+	* Inline helper measures3d functions
+
+2015-05-25 16:23  strk
+
+	* Consider all headers as dependencies of library
+
+2015-05-25 16:23  strk
+
+	* Header guard and macro-protection for measures3d header
+
+2015-05-25 14:06  robe
+
+	* was right first time -- no space at end.
+
+2015-05-25 04:24  robe
+
+	* oops correction to what should be the results
+
+2015-05-25 02:25  robe
+
+	* #2703 knn_recheck regress tests -- will currently fail --
+	  exercises issue nicklas brought up in -devel
+
+2015-05-24 13:03  nicklas
+
+	* Update NEWS-file
+
+2015-05-22 21:45  pramsey
+
+	* #2703, don't use the cache when running distance tests for
+	  geography
+
+2015-05-22 20:00  robe
+
+	* minor wording and additional explain of KNN true dist (also put
+	  in an Enhanced flag)
+
+2015-05-22 19:04  pramsey
+
+	* Properly guard against unused parameter reads
+
+2015-05-22 18:29  robe
+
+	* Catch enhancements
+
+2015-05-22 12:51  pramsey
+
+	* #3123, add example using array input form of function
+
+2015-05-22 08:21  strk
+
+	* Typos
+
+2015-05-21 22:48  pramsey
+
+	* <-> for geography committed with recheck
+
+2015-05-21 15:32  strk
+
+	* Reduce string concatenation operations
+	  
+	  According to the SQL standard literal strings are automatically
+	  merged when separated by at least a newline...
+
+2015-05-21 13:12  pramsey
+
+	* Clarify status
+
+2015-05-21 13:00  pramsey
+
+	* #3124, Deprecation Warnings inside Aggregates
+
+2015-05-21 11:37  strk
+
+	* Add postgis-out.xml back as a dependency of postgis_aggs_mm.xml
+
+2015-05-21 11:29  strk
+
+	* Reduce number of calls to ST_RelateMatch during ValidateTopology
+
+2015-05-21 08:26  strk
+
+	* Fix dependency of postgis_aggs_mm.xml Makefile rule
+
+2015-05-20 21:12  robe
+
+	* Do not get fooled by carriage returns - chomp did not do the job
+	  now explicit remove
+
+2015-05-20 19:00  pramsey
+
+	* #2703, support true KNN in PgSQL 9.5+
+
+2015-05-20 18:09  strk
+
+	* Do not get fooled by carriage returns
+
+2015-05-19 23:17  pramsey
+
+	* Fix regression "error" in UTM/geog ticket
+
+2015-05-19 18:12  pramsey
+
+	* Fix comment
+
+2015-05-19 18:11  pramsey
+
+	* Only use new geodesics when Proj 4.9 is installed
+
+2015-05-19 15:46  pramsey
+
+	* Support new array_create_iterator in 9.5
+
+2015-05-19 15:45  pramsey
+
+	* Avoid regression failures when using old geodetic support
+
+2015-05-19 14:48  pramsey
+
+	* Include new files for #2918
+
+2015-05-19 14:37  pramsey
+
+	* #2918, Use GeographicLib functions for geodetics
+
+2015-05-18 08:55  strk
+
+	* Drop obsoleted _st_mapalgebra version on upgrade (#2664)
+
+2015-05-18 08:55  strk
+
+	* Fix error message about malformed --upgrade-path format
+
+2015-05-18 07:19  strk
+
+	* Improve upgrade tester by adding postgis objects (#3120)
+
+2015-05-18 07:00  strk
+
+	* Fix confusing help message for --with-pgconfig
+	  
+	  Patch by Volf Tomáš
+
+2015-05-15 16:18  dustymugs
+
+	* DO block to emit message. ticket #3118
+
+2015-05-15 09:29  strk
+
+	* Note Length2d_spheroid and Point_Inside_Circle renames
+
+2015-05-15 09:27  strk
+
+	* Add test for ST_Length2DSpheroid
+	  
+	  checks that 2D is really enforced
+
+2015-05-15 09:23  strk
+
+	* Deprecate ST_Length2D_Spheroid, renamed to ST_Length2DSpheroid
+	  
+	  See #2748
+
+2015-05-15 08:23  strk
+
+	* Warn deprecation of ST_Locate_Between_Measures and
+	  ST_Locate_Along_Measure
+	  
+	  Also add TODO item about switching to the pure-sql deprecation
+	  method
+	  (still not done now because output is slightly different between
+	  the
+	  old and new versions). See #2748.
+
+2015-05-15 08:04  strk
+
+	* Remove unused assignment
+
+2015-05-13 20:08  pramsey
+
+	* Simplify argument handling for twkb
+
+2015-05-13 20:00  pramsey
+
+	* Free iterator when complete
+
+2015-05-13 19:38  pramsey
+
+	* Replace manual array iterating with pgsql iterator
+
+2015-05-13 19:09  pramsey
+
+	* Remove manual array iteration
+
+2015-05-13 19:08  pramsey
+
+	* De-dupe doc entries
+
+2015-05-13 18:39  pramsey
+
+	* Remove unneed bytebuffer.h ref
+
+2015-05-13 18:38  pramsey
+
+	* #3085, document ST_GeomFromTWKB
+
+2015-05-13 18:29  pramsey
+
+	* Add back some $Id tags and files missing in TWKB commit
+
+2015-05-13 18:13  pramsey
+
+	* Remove the many and unloved $Id$ tags that clutter the code base
+
+2015-05-13 18:06  pramsey
+
+	* Include old regression cases for GeoJSON
+
+2015-05-13 18:06  pramsey
+
+	* Quiet warnings about using fabs on ints
+
+2015-05-13 18:03  pramsey
+
+	* #3085 Add aggregate support and enhance TWKB support in general
+
+2015-05-12 22:27  robe
+
+	* fix tag mismatch
+
+2015-05-12 21:07  robe
+
+	* Figures for new ST_Subdivide function
+
+2015-05-12 00:01  pramsey
+
+	* #3108, subdivide dropping some squares
+
+2015-05-11 17:07  strk
+
+	* Deprecate ST_Point_Inside_Circle (#2748)
+
+2015-05-09 23:13  robe
+
+	* get rid of dangling para mark
+
+2015-05-09 23:06  robe
+
+	* add ST_AsX3D Geocoordinates and axis flipping support to history
+
+2015-05-09 22:57  robe
+
+	* #897 (part of #2840 ) Support for X3D Geocoordinate (just WGS 84
+	  for now), also ability to flip X/Y axis, includes documentation
+	  and cunit tests (still need postgresql specific tests)
+
+2015-05-04 11:18  strk
+
+	* Add installcheck step to travis build
+
+2015-05-04 11:02  strk
+
+	* Fix online tickets test with sfcgal
+
+2015-05-04 11:02  strk
+
+	* Simplify a couple of sfcgal tests to simply wrap originals
+	  
+	  Adds support for using the :regdir variable in regression tests
+	  and turns 2 sfcgal tests into simple wrappers. More of this
+	  should
+	  follow.
+
+2015-05-04 10:26  strk
+
+	* Allow passing custom RUNTESTFLAGS with 'make installcheck'
+
+2015-05-04 10:16  strk
+
+	* Fix online legacy test with sfcgal (#3105)
+
+2015-05-04 10:02  strk
+
+	* Properly handle tear-down with --sfcgal
+
+2015-05-04 09:57  strk
+
+	* Add "installcheck" rule (#2358)
+	  
+	  This is a first step, simply wraps a make check call with a
+	  properly setup RUNTESTFLAGS env variable.
+
+2015-05-04 09:57  strk
+
+	* Make Postgis_Noop call unambiguous to not fail with raster
+	  enabled
+
+2015-05-04 08:36  strk
+
+	* C++ style comments are not allowed in ISO C90
+
+2015-05-04 07:57  strk
+
+	* Rename "errmsg" variable to avoid clash with PostgreSQL global
+	  
+	  Patch by Haribabu Kommi
+
+2015-05-03 00:41  dustymugs
+
+	* regex for parsing constraints. ticket #3096
+
+2015-05-02 20:27  dustymugs
+
+	* add unit tests for numeric overflow. ticket #3100
+
+2015-05-02 19:48  dustymugs
+
+	* round to 10 places instead of numeric(25,10). ticket #3006
+
+2015-05-02 07:01  robe
+
+	* add other error you might see to the security raster faq
+
+2015-05-02 06:56  robe
+
+	* Put back raster security details that are in 2.1 but weren't
+	  upported to 2.2
+
+2015-04-29 18:42  robe
+
+	* #2365: Significantly improve performance of find_srid when lots
+	  of geometry columns
+
+2015-04-29 16:11  pramsey
+
+	* Quiet pedantic warnings some
+
+2015-04-29 15:55  pramsey
+
+	* C90 madness
+
+2015-04-29 15:49  pramsey
+
+	* Quiet warnings about misuse of abs() / fabs() on
+	  wrong types (new clang in OSX 10.10)
+
+2015-04-29 12:48  pramsey
+
+	* #3104, st_asgml introduces random characters in ID field
+
+2015-04-27 17:43  robe
+
+	* change to drop view if exists just in case it doesn't
+
+2015-04-27 17:29  robe
+
+	* #3103 Get rid of casting of table, schema, and column name.
+	  though oddly find_srid did not seem to be slowed down by this --
+	  need to investigate (might be the immutable strict)
+
+2015-04-27 17:07  pramsey
+
+	* #2587, CompoundCurve with empties parses differently from WKB and
+	  WKT
+
+2015-04-27 16:43  pramsey
+
+	* #2335, rename internal LWGEOMWKB to be a bit more clear it is for
+	  EWKB
+
+2015-04-27 12:22  pramsey
+
+	* Update corporate name
+
+2015-04-26 01:09  robe
+
+	* #3092 refinement to geometry_columns view. Aslo add missing 2.1
+	  extension upgrade targets
+
+2015-04-26 00:43  robe
+
+	* #3102 - add include <locale.h> to fix mingw-64 compile issue
+
+2015-04-24 17:50  pramsey
+
+	* #3092, Slow performance of geometry_columns
+
+2015-04-23 22:56  pramsey
+
+	* #3098, odd dimension mixes in WKT
+
+2015-04-23 20:00  pramsey
+
+	* #3091, segfault in unit tests in debug
+
+2015-04-23 19:36  pramsey
+
+	* #3048, shp2pgsql - illegal number format when specific system
+	  locale set
+
+2015-04-23 18:20  pramsey
+
+	* #3018, GROUP BY geography sometimes returns duplicate rows
+
+2015-04-22 15:25  strk
+
+	* Allow splitting lines by multipoints
+
+2015-04-22 15:25  strk
+
+	* Allow splitting lines by multilines and (multi)polygon boundaries
+	  
+	  Funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59)
+
+2015-04-22 15:25  strk
+
+	* Do not leak symbols outside of header guard block
+
+2015-04-15 15:36  pramsey
+
+	* Add NEWS note on ST_SubDivide
+
+2015-04-15 15:20  pramsey
+
+	* #3094, found another one
+
+2015-04-06 09:46  nicklas
+
+	* effectivearea: force qsort to always return the same ordering
+	  when comparing identical area. Prevents different result cross
+	  platforms.
+
+2015-04-04 19:44  nicklas
+
+	* add cunit and regression tests to simplifyvw and seteffectivearea
+
+2015-04-04 19:42  nicklas
+
+	* simplifyvw: allow polygon inner rings to collapse
+
+2015-04-03 22:31  nicklas
+
+	* clean up
+
+2015-04-03 22:28  nicklas
+
+	* Add ST_SimplifyVW
+
+2015-04-03 22:28  nicklas
+
+	* effective area: fix multiple bugs in minHeap and make "set
+	  m-value" optional
+
+2015-03-27 16:27  pramsey
+
+	* Fix z+ handling
+
+2015-03-26 22:30  pramsey
+
+	* GeoJSON maintenance
+
+2015-03-26 19:16  nicklas
+
+	* Add minheap for ordering areas, and funtionality to avoid
+	  collapsing polygons for ST_Seteffectivearea
+
+2015-03-26 12:09  pramsey
+
+	* Entity the <
+
+2015-03-25 20:25  pramsey
+
+	* Add doc entry for ST_Subdivide
+
+2015-03-24 13:46  dustymugs
+
+	* invalid operator. Ticket #3090
+
+2015-03-23 16:23  dustymugs
+
+	* Fix ST_DumpValues() crasher when cleaning. Ticket #3086
+
+2015-03-23 16:04  strk
+
+	* Do not (re)define strcasestr in a public header (#3088)
+
+2015-03-23 08:43  strk
+
+	* Add 2.1.5 and 2.1.6 sections in NEWS
+
+2015-03-23 04:14  robe
+
+	* #3087 cast text to geometry lwgeom_regress failure when testing
+	  .with CREATE EXTENSIO
+
+2015-03-23 03:43  robe
+
+	* #3080 regress failure on 9.5. Put in an OFFSET 0 on all the
+	  queries to prevent double ST_Reclass calling in 9.5 on constant
+	  table
+
+2015-03-20 15:45  pramsey
+
+	* Back out changes from #3056
+
+2015-03-20 15:43  pramsey
+
+	* Reorder to C order
+
+2015-03-20 15:43  pramsey
+
+	* Reorder to C standard
+
+2015-03-20 15:34  pramsey
+
+	* #3031, allow MULTIPOINT EMPTY into Geometry(Point) columns
+
+2015-03-20 12:38  strk
+
+	* Add missing typmod tests for high-dimensioned TINs
+
+2015-03-20 11:07  strk
+
+	* Add non-empty (multi)point cases to the typmod test (#3031)
+
+2015-03-20 09:33  strk
+
+	* Fix typo in typmod test (#3031)
+
+2015-03-18 19:13  pramsey
+
+	* #3056, only do 3d distance calcs when both args are 3d
+
+2015-03-17 16:30  pramsey
+
+	* #2969, memory leak in the function of "lwtriangle_from_wkb_state"
+
+2015-03-17 14:43  pramsey
+
+	* #2941, add test to back up changes
+
+2015-03-17 11:42  strk
+
+	* Fix availability info for "agg_count" type (#3082)
+	  
+	  Fixes soft-upgrade from 2.1 to 2.2
+
+2015-03-17 11:42  strk
+
+	* Fix availability info for "summarystats" type (#3082)
+	  
+	  Adds support for "Missing in" label in sql comment for handling
+	  cases in which a type was missing from a version.
+
+2015-03-17 10:43  strk
+
+	* Fix soft upgrade from 2.0 to 2.2 (#3081)
+
+2015-03-17 09:19  strk
+
+	* Add upgrade path from 2.0.6
+
+2015-03-17 09:03  strk
+
+	* Libtoolize build of loader unit tester, fixing build for me
+
+2015-03-16 20:41  pramsey
+
+	* Revert previous commit, problem tricked into raster...
+
+2015-03-16 19:59  pramsey
+
+	* Add a regression test for ST_Subdivide
+
+2015-03-16 18:38  pramsey
+
+	* #3061, Allow duplicate points in JSON, GML, GML ST_GeomFrom*
+	  functions
+
+2015-03-16 18:38  pramsey
+
+	* #3061, do not drop repeated points when reading JSON/GML/KML
+
+2015-03-16 15:09  strk
+
+	* Include float.h for DBL_DIG define (#3079)
+
+2015-03-16 09:57  strk
+
+	* Generate pom.xml at configure time (#2626)
+
+2015-03-16 08:46  strk
+
+	* Strip newlines and comments from uninstall/drop scripts
+
+2015-03-13 17:05  strk
+
+	* Update postgis_restore.pl skip list
+	  
+	  This was done with "make update-restore".
+	  Adds the missing signatures found in a dump that was reported
+	  to give restore errors:
+	  http://lists.osgeo.org/pipermail/postgis-users/2015-March/040282.html
+
+2015-03-13 17:05  strk
+
+	* Draft an "update-restore" rule to update postgis_restore.pl.in
+	  
+	  It updates the list of known PostGIS signatures from the enabler
+	  and cleanup scripts.
+
+2015-03-13 17:05  strk
+
+	* Canonicalize signature skip list a bit
+	  
+	  Remove spaces after comma, lowercase, sort.
+
+2015-03-13 12:09  strk
+
+	* Clarify the role of ST_DumpValues array indexes
+
+2015-03-11 17:31  strk
+
+	* Fix bug in comment
+
+2015-03-09 18:45  strk
+
+	* Libtoolize generator build, fixing it for me
+	  
+	  ... not sure why/how it broke (happened recently)
+
+2015-03-08 23:42  pramsey
+
+	* Comments and notes
+
+2015-03-07 15:29  pramsey
+
+	* Fix elog error
+
+2015-03-07 01:35  pramsey
+
+	* #3074, subdivide any geometry into a simple set of
+	  smaller parts, great for subdividing tables of
+	  Really Big Things into things that are smaller than
+	  the page size
+
+2015-03-06 22:03  pramsey
+
+	* #3074, add in lwgeom backend for subdivision
+
+2015-03-06 14:45  pramsey
+
+	* #3074, first piece of infrastructure, count points in a piece
+
+2015-03-06 14:13  pramsey
+
+	* Remove un-used pgsql headers
+
+2015-03-06 10:35  strk
+
+	* Fix ST_ClipByBox2D after gbox calculations centralization
+	  (r13313)
+	  
+	  See #3073
+
+2015-03-06 10:05  strk
+
+	* Fix build after gbox calculations centralization (r13313)
+	  
+	  NOTE: test for ST_ClipByBox2D still fails
+
+2015-03-06 08:53  strk
+
+	* Update expected results from sfcgal tests after bbox cache fix
+	  
+	  Ref: #3069
+
+2015-03-06 08:51  strk
+
+	* Simplify geometry type constraint (#3070)
+
+2015-03-05 19:30  pramsey
+
+	* Make serialization code more agressive about not adding boxes to
+	  small things
+
+2015-03-05 19:09  pramsey
+
+	* Move free before the report
+
+2015-03-05 19:07  pramsey
+
+	* Centralize gbox calculations in liblwgeom
+
+2015-03-05 18:38  pramsey
+
+	* Change more getpoint2d_p to const point calls
+
+2015-03-05 18:13  pramsey
+
+	* Change some more functions to use getPoint2d_cp
+
+2015-03-05 18:03  pramsey
+
+	* Change some getPoint2d_p to getPoint2d_cp
+
+2015-03-05 17:59  pramsey
+
+	* Move some more primitive pointarray accesses back to liblwgeom
+	  where they belong
+
+2015-03-05 17:51  pramsey
+
+	* Replace a few more gserialized reads with the macro
+
+2015-03-04 21:05  pramsey
+
+	* Catch remaining detoasting calls and replace with MACRO
+
+2015-03-04 20:45  pramsey
+
+	* Wrap de-toastings in a common MACRO
+
+2015-03-04 19:49  pramsey
+
+	* Be (slightly) more memory friendly when generating statistics
+
+2015-03-04 19:47  pramsey
+
+	* #3069, bounding boxes added to simple objects on deserialization
+
+2015-03-03 12:42  strk
+
+	* Have postgis_typmod_dims return NULL for unconstrained dims
+	  (#3068)
+	  
+	  This is consistent with postgis_constraint_type() also returning
+	  NULL for unconstrained.
+
+2015-03-03 10:26  strk
+
+	* Implement canonical text output for GIDX and BOX2DF
+	  
+	  They make spatial indexes inspectable with Gevel:
+	  http://www.sai.msu.su/~megera/wiki/Gevel
+
+2015-03-02 17:33  strk
+
+	* Fix ND-GiST picksplit method to split on the best plane (#3058)
+
+2015-02-26 10:54  strk
+
+	* Reduce length of purpose section for ST_Buffer and
+	  ST_Intersection
+	  
+	  Better use description for lengthy text...
+
+2015-02-25 15:03  strk
+
+	* Reorder docs parameters
+
+2015-02-25 15:03  strk
+
+	* Add ST_SwapOrdinates function
+	  
+	  This is a generalization of ST_FlipCoordinates
+
+2015-02-25 08:47  strk
+
+	* Update corporate name OpenGeo -> Boundless
+
+2015-02-25 08:46  strk
+
+	* Add N-dimensional distance operator with KNN support
+	  
+	  Includes docs and tests
+
+2015-02-24 17:00  strk
+
+	* Include the LIMIT clause in KNN scan test queries
+
+2015-02-24 17:00  strk
+
+	* Re-enable all scan types by the end of index test
+
+2015-02-24 10:20  strk
+
+	* Only run KNN tests when building against PostgreSQL 9.1+
+
+2015-02-24 09:17  strk
+
+	* Make sure <#> order is unambiguous for first result
+	  
+	  Before this commit the first 2 points (or more) all had a
+	  bounding box distance of 0 so actual order was undefined
+
+2015-02-24 08:59  strk
+
+	* Fix scan type detection function to work with nested nodes
+
+2015-02-23 18:27  strk
+
+	* Add test for index supported KNN queries
+
+2015-02-23 18:19  strk
+
+	* Do not require XML support in PostgreSQL for testing purposes
+
+2015-02-23 17:32  strk
+
+	* Add test for use of GiST index with && operator
+
+2015-02-23 14:39  pramsey
+
+	* #3053: possible bug in geometry_geometrytype (strncat overlap)
+
+2015-02-23 14:36  pramsey
+
+	* #3051, warning: 'end' may be used uninitialized in this function
+
+2015-02-23 10:12  strk
+
+	* Further reword docs for <-> and <#> operators
+	  
+	  .. makeing clear KNN is only available with PgSQL 9.1+
+
+2015-02-23 10:05  strk
+
+	* Make <-> and <#> operators also available with pgsql < 9.1
+
+2015-02-23 09:40  strk
+
+	* Improve documentation for GetRingEdges (#3046)
+
+2015-02-20 20:31  pramsey
+
+	* Move snap-to-grid functions into lwgeom where they belong.
+	  Modernize geometry construction to use accessors more
+
+2015-02-20 18:22  pramsey
+
+	* #3050 Peak into header for GeometryType
+
+2015-02-20 17:48  pramsey
+
+	* #3049 Use getPoint_cp for read-only accesses
+
+2015-02-20 17:27  strk
+
+	* Fix dimensionality confusion in &&& operator (#3045)
+	  
+	  Also enforce the concept that missing dimensions are infinite,
+	  thus always intersecting present dimensions.
+	  See
+	  http://lists.osgeo.org/pipermail/postgis-devel/2015-February/024759.html
+
+2015-02-20 16:26  strk
+
+	* Add bbox cache size test
+
+2015-02-20 15:18  pramsey
+
+	* #3048, speed up simplify
+
+2015-02-19 16:35  strk
+
+	* Remove spaces and capital letters from suite names
+	  
+	  I wonder if the suite name should really be the file name,
+	  could work even better...
+
+2015-02-19 16:22  strk
+
+	* Add tests for ND overlap operator &&&
+
+2015-02-19 15:54  strk
+
+	* Add a couple of tests for <-> and <#> operators (#3036)
+
+2015-02-19 15:45  strk
+
+	* Add missing tests for ancient operators
+
+2015-02-19 00:13  pramsey
+
+	* update readme
+
+2015-02-18 23:35  pramsey
+
+	* Harmonize Suite names
+
+2015-02-18 23:13  pramsey
+
+	* #3041, add remaining tests
+
+2015-02-18 22:56  pramsey
+
+	* #3041, Cunit 2.1-3 breaks testing
+	  Renovate the raster cunit as well
+
+2015-02-18 21:58  pramsey
+
+	* #3041, Cunit 2.1-3 breaks testing
+	  This fix is for the liblwgeom cu_tester only, the raster and
+	  other
+	  testers remain to be fixed
+
+2015-02-18 17:27  strk
+
+	* Add note about missing operator tests
+
+2015-02-18 17:20  strk
+
+	* Extract operators tests from the generic, legacy "regress" test
+
+2015-02-18 16:46  strk
+
+	* Reword doc for &&& operator to avoid confusing "ND" with "3D"
+
+2015-02-18 16:32  strk
+
+	* Reword documentation for <-> operator
+	  
+	  Hopefully it's now less confusing
+
+2015-02-18 12:22  strk
+
+	* Further raise tolerated interrupt delay to 250ms (#2989)
+	  
+	  In one of the reported Debbie cases it took ~210ms to
+	  interrupt...
+
+2015-02-18 12:20  strk
+
+	* Raise tolerated lateness in interruption of ST_Segmentize (#2989)
+	  
+	  Tolerance raised from 150 to 200 milliseconds to aim at reducing
+	  false positives on slow machines (ie: Debbie).
+	  
+	  Uninterrupted, the query would take several seconds.
+
+2015-02-18 11:09  strk
+
+	* Support adding operator class members in minor upgrades
+
+2015-02-17 17:11  strk
+
+	* Pretend raster/geometry operator ~ never changed (#3039)
+	  
+	  Fix soft-upgrade from 2.1.2.
+
+2015-02-17 11:22  strk
+
+	* Fix warning about unchecked return code
+	  
+	  The code path is actually never hit as far as I can tell
+
+2015-02-17 11:06  strk
+
+	* Drop use of lw_asprintf
+	  
+	  Also removes a memory leak
+
+2015-02-17 10:42  strk
+
+	* Fix another typo in recent rewrite of message handlers
+
+2015-02-17 10:29  strk
+
+	* Fix typo in recent rewrite of message handlers
+
+2015-02-17 10:23  strk
+
+	* Remove use of lw_vasprintf from loader GUI
+
+2015-02-17 10:20  strk
+
+	* Fix build, providing a missing macro from recent commit
+
+2015-02-17 10:03  strk
+
+	* Remove unused vasbappend function from shp2pgsql core
+
+2015-02-17 10:03  strk
+
+	* Remove use of lw_vasprintf from libpgcommon
+	  
+	  Drops useless heap allocations
+
+2015-02-17 10:03  strk
+
+	* Remove use of lw_vasprintf from liblwgeom
+	  
+	  Drops useless heap allocations
+
+2015-02-17 10:03  strk
+
+	* Remove use of lw_vasprintf from raster
+	  
+	  reduces useless heap allocations
+
+2015-02-17 09:23  strk
+
+	* Embed availability info for raster operators
+
+2015-02-17 09:19  strk
+
+	* Embed availability info for raster types
+
+2015-02-16 20:36  strk
+
+	* Add embedded availability info for all operators
+
+2015-02-16 20:16  strk
+
+	* Add embedded availability info for all types
+
+2015-02-12 16:58  strk
+
+	* Fix conditional enabling of json input unit test
+
+2015-02-11 22:50  nicklas
+
+	* Fix for #3034
+
+2015-02-10 04:41  robe
+
+	* #3032 force eol to be unix LF for this file and accept mwtoews
+	  patch (I'm going to trust he knows what he's doing with travis
+	  better than I do strk check)
+
+2015-02-02 15:45  strk
+
+	* Do not drop non-obsoleted functions on upgrade (#2038)
+	  
+	  These functions are retained:
+	  ST_Intersection(raster, integer, geometry)
+	  ST_Intersection(geometry,raster)
+
+2015-01-29 20:19  strk
+
+	* Document swapping 'edge crosses node' reported ids (#3022)
+
+2015-01-27 18:16  strk
+
+	* ValidateTopology: swap edge_id and node_id for "edge crosses
+	  node" (#3022)
+
+2015-01-25 10:43  robe
+
+	* set availability
+
+2015-01-25 08:55  robe
+
+	* missing 2.1.5 release notes
+
+2015-01-25 07:35  robe
+
+	* #3021 table to document the different error return types (was
+	  debating if this belongs in validatetopology_returntype, but
+	  guess better on VAlidateTopology page (and especially if the
+	  return type is reused by other functions)
+
+2015-01-24 17:43  dustymugs
+
+	* fix up cunit test
+
+2015-01-24 17:27  dustymugs
+
+	* slight cleanup
+
+2015-01-24 17:27  dustymugs
+
+	* add unit test for #3020. use rectangular out-db raster
+
+2015-01-24 17:26  dustymugs
+
+	* ST_AddBand out-db band uses width value for height
+
+2015-01-23 14:39  strk
+
+	* Tweak images for ST_Split documentation to be more readable
+	  
+	  Only covers the polygon by line split case
+
+2015-01-22 16:12  strk
+
+	* Gracefully handle typos in style names for docs images
+
+2015-01-21 18:04  strk
+
+	* Update list of deprecated signatures
+
+2015-01-21 17:33  strk
+
+	* Deprecate ST_3DLength_Spheroid (#2748)
+
+2015-01-21 14:48  strk
+
+	* Allow unregistering layers of corrupted topologies (#3016)
+	  
+	  Makes topology.layer trigger and DropTopoGeometryColumn tolerant
+	  of topology schemas with no "relation" table.
+	  
+	  Allows using DropTopology to de-register and drop these kind of
+	  corrupted topologies.
+
+2015-01-21 12:24  strk
+
+	* Avoid exceptions from TopologySummary (#3015)
+	  
+	  Includes testcase for the function
+
+2015-01-21 11:11  strk
+
+	* Disreguard ALTER responses during testing
+
+2015-01-20 01:11  robe
+
+	* take out statements about how SFCGAL handles Polyhedral surfaces
+
+2015-01-18 09:50  robe
+
+	* flag ST_3DIntersects as overloaded sfcgal function
+
+2015-01-18 09:40  robe
+
+	* #3014: add upgrade path from 2.1.5
+
+2015-01-18 07:46  robe
+
+	* FAQ about 2.0.6, 2.1.3 security changes for raster
+
+2015-01-16 13:43  strk
+
+	* CamelCase-ize ST_DistanceSphere (#2748)
+
+2015-01-15 08:57  strk
+
+	* Fill in meta info for RFC documents
+
+2015-01-11 20:13  nicklas
+
+	* Add function ST_EffectiveArea, Visvalingam’s algorithm
+	  simplification #2227
+
+2015-01-04 17:08  strk
+
+	* CamelCase-ize ST_LengtSpheroid, ST_DistanceSpheroid (#2748)
+
+2015-01-04 16:43  strk
+
+	* CamelCase-ize ST_ShiftLongitude, ST_CombineBbox, ST_FindExtent
+	  (#2748)
+
+2015-01-02 17:11  strk
+
+	* Drop topology schema after topology extension test (#2138)
+
+2014-12-30 16:55  strk
+
+	* Fix typo, insert a comma
+	  
+	  Thanks Christian Sturm
+
+2014-12-30 09:16  strk
+
+	* Allow index scans in edge splitting and healing queries (#3000)
+	  
+	  Speeds up topology population when input edges intersect.
+	  
+	  A simple test splitting and re-healing an edge in a ~500k edges
+	  topology completes in ~1/10 of the time.
+
+2014-12-29 11:59  strk
+
+	* Enhance some comments
+
+2014-12-29 11:08  strk
+
+	* Do not rely on TopoGeometry->Geometry cast in ST_Simplify test
+	  
+	  Makes the test independent from CAST issues
+
+2014-12-29 10:56  strk
+
+	* Ignore raster garden test results
+
+2014-12-17 17:36  pramsey
+
+	* #3009, geography case may alter tuple values
+
+2014-12-12 21:14  robe
+
+	* change title and point to raw version of vincent's topology
+	  pgconf 2012 talk
+
+2014-12-12 21:08  robe
+
+	* fix link to vincent's topology talk -- point to 2012 instead of
+	  2010 one.
+
+2014-12-12 07:25  robe
+
+	* missed get to gets correction in last commit
+
+2014-12-12 06:56  robe
+
+	* Grammar corrections from Eric Theise -
+	  https://github.com/erictheise/postgis/commit/b76aeaf6b2539345d44f3c2d60fbd84625e3467d
+
+2014-12-04 00:25  pramsey
+
+	* Fix Solaris regression failure for string representation of
+	  'Infinity'
+
+2014-12-03 23:50  pramsey
+
+	* Update emails in authors files
+
+2014-12-03 23:48  pramsey
+
+	* Remove old knowledge from the README
+
+2014-12-03 23:28  robe
+
+	* #3006 Numeric overflow when executing AddRasterConstraints,
+	  increased precision to 25,10
+
+2014-12-02 00:33  pramsey
+
+	* Replace final reference to 'make' with $(MAKE)
+
+2014-11-14 23:33  robe
+
+	* get rid of redundant DO regress
+
+2014-11-14 23:30  robe
+
+	* #2992: revise DO regular expression to work under windows as
+	  well. This is a revision of r13123 commit.
+
+2014-11-12 17:57  strk
+
+	* Reword documentation for TopoElement domain
+
+2014-11-11 09:25  strk
+
+	* Do not expect DO responses in raster regress
+	  
+	  Fixes testsuite broke by r13123
+
+2014-11-11 09:16  strk
+
+	* Reset timer after creating input tables (#2989)
+
+2014-11-11 09:15  strk
+
+	* Disreguard DO responses during testing
+
+2014-11-10 10:25  strk
+
+	* Test relate-based function interruptibility (#2975)
+	  
+	  Also refactor existing interruptibility tests to avoid failures
+	  due
+	  to lack of latest GEOS version.
+	  
+	  Work funded by CartoDB
+
+2014-11-06 18:41  strk
+
+	* Allow interruption to take some more time.
+	  
+	  Also show the lateness when the time test fails.
+	  Hopefully fixes or helps fixing travis build.
+
+2014-11-06 17:22  strk
+
+	* Add timing check to interrupt tests
+
+2014-11-05 17:25  strk
+
+	* Hush toTopoGeom debugging NOTICE
+
+2014-10-31 19:23  pramsey
+
+	* Fix regression for GML output for curvepolygons
+
+2014-10-31 16:20  pramsey
+
+	* #2938, fix to include <ring></ring> around curvepolygon rings
+	  (eroualt)
+
+2014-10-31 00:01  pramsey
+
+	* #2938 gml export of curvepolygons fix
+
+2014-10-25 09:54  robe
+
+	* more explanation
+
+2014-10-25 09:06  robe
+
+	* put para around empha
+
+2014-10-25 08:52  robe
+
+	* fill in remaining tokens
+
+2014-10-25 07:28  robe
+
+	* work in progress - will reshuffle some things later
+
+2014-10-24 23:27  robe
+
+	* #2977 pagc_normalize_address function errors on nulls (changed
+	  function to STRICT to return null on null). Also did the same for
+	  normalize_address and made that also IMMUTABLE STRICT
+
+2014-10-22 16:08  strk
+
+	* Allow running "make garden" over an existing "postgis_garden"
+	  database
+
+2014-10-22 16:00  strk
+
+	* Fix typo in "make garden" output summary
+
+2014-10-22 15:34  strk
+
+	* Complete improvement of geos-implemented error message from
+	  postgis
+	  
+	  These ones did not match my previous regexp :)
+	  See #2970
+
+2014-10-22 14:22  strk
+
+	* Implement interruptability of ST_Segmentize(geometry)
+	  
+	  Includes testcases at sql and cunit levels.
+	  Closes #2893
+
+2014-10-22 09:58  strk
+
+	* Improved error message on geos-implemented functions
+	  interruption/timeout
+	  
+	  See #2970
+
+2014-10-22 08:18  strk
+
+	* Uninstall custom INT signal handler on unload
+	  
+	  NOTE: this is just academic as unloading of module never happens
+	  as of PostgreSQL 9.4+
+
+2014-10-21 14:53  strk
+
+	* Ignore another generated file
+
+2014-10-21 14:51  strk
+
+	* Add a method to cancel interruption requests in liblwgeom
+
+2014-10-21 10:54  strk
+
+	* Ignore .pdf files (all generated)
+
+2014-10-21 10:08  strk
+
+	* Add interruptability API to liblwgeom
+
+2014-10-20 17:01  strk
+
+	* Really use DBLATEX variable
+
+2014-10-20 16:26  strk
+
+	* Further update translations
+	  
+	  Italian was edited locally and already pushed to transifex,
+	  French was edited on transifex and pulled locally.
+
+2014-10-20 15:47  strk
+
+	* Pull updated translations from transifex
+	  
+	  In particular, italian updates in introduction are fetched after
+	  manual editing from the web interface. The "fuzzy" strings were
+	  reported by transifex as "suggestions" and the corresponding
+	  entries were reported as "untranslated".
+
+2014-10-18 14:30  strk
+
+	* Import Korean translation from transifex, enable it
+	  
+	  Updated translations were also re-pushed on transifex
+
+2014-10-18 11:48  strk
+
+	* Review one fuzzy string in italian translation
+	  
+	  Confirms dropping the "fuzzy" label puts the translation in
+	  actual use
+
+2014-10-18 11:48  strk
+
+	* Update all translation files needing to be
+	  
+	  The updated template files _and_ translations have already
+	  been pushed up to Transifex.
+
+2014-10-18 11:46  strk
+
+	* Make POT creation rule phony, preventing useless ctime-only
+	  changes
+	  
+	  Also adds an "update-pot" rule to just update the pots, with no
+	  merging
+	  of the pos (not really useful if not for debugging)
+
+2014-10-18 09:36  strk
+
+	* Update transifex project url, update tx configuration and README
+
+2014-10-17 16:57  strk
+
+	* Import Polish translation from transifex, enable it
+	  
+	  Updated translations were also re-pushed on transifex
+
+2014-10-17 15:26  strk
+
+	* Add 'push-tx' Makefile rule, update README with suggested
+	  workflow
+	  
+	  Also commit what resulted changed after a subsequent 'pull-tx'
+	  run
+
+2014-10-17 10:41  strk
+
+	* Add "pull-tx" rule in Makefile
+	  
+	  The rule pulls all translations, then formats them to avoid style
+	  changes. After running the rule you can check what changed using
+	  your revision control system tools (git diff here).
+	  
+	  The commit also updates the only change that was pulled by the
+	  rule
+	  itself.
+
+2014-10-15 16:46  strk
+
+	* Add hint about using --skip with tx push -t
+
+2014-10-15 16:46  strk
+
+	* Update spanish language files (make update-po), enable it
+
+2014-10-15 16:45  strk
+
+	* Fix html tags in spanish translation
+	  
+	  Classes of errors found:
+	  - Translated tags ( <command> to <comando> )
+	  - Missing angular brackets ( varname>x</varname> )
+	  - Invalid space in closing tag ( </ ulink> )
+
+2014-10-15 16:45  strk
+
+	* Import spanish translation from transifex, add Makefile
+
+2014-10-15 15:50  strk
+
+	* Add missing new translation italian/brazilian files
+
+2014-10-15 15:49  strk
+
+	* Update french language files (make update-po)
+
+2014-10-15 15:49  strk
+
+	* Put msgstr on a single line
+	  
+	  Transifex does not like newlines in quoted text (fails on tx
+	  push).
+
+2014-10-15 15:49  strk
+
+	* Fix html tags in french translation
+
+2014-10-15 15:48  strk
+
+	* Import french translation from transifex, and enable its build
+
+2014-10-14 23:00  strk
+
+	* Add transifex configuration and a few words about using `tx'
+	  
+	  See http://docs.transifex.com/developer/client/set
+
+2014-10-14 23:00  strk
+
+	* Regenerate extras and postgis pots/po after recent update of
+	  sources
+
+2014-10-14 22:05  strk
+
+	* Fix unclosed tag in italian translation
+
+2014-10-14 22:00  strk
+
+	* Fix malformed <ulink> and </ulink> tags in po_BR translation
+
+2014-10-14 21:57  strk
+
+	* Update language files with "make update-po"
+
+2014-10-14 18:25  nicklas
+
+	* Update url to twkb-specification and client example
+
+2014-10-14 10:05  strk
+
+	* Move topology and address standardizer entities out of extra
+	  
+	  Fixes generation of localization template for extra.xml
+
+2014-10-13 19:42  robe
+
+	* files from transifex largely already translated
+
+2014-10-13 19:28  strk
+
+	* Use double-quotes in link url attribute
+	  
+	  Single quote was confusing po2xml
+
+2014-10-13 18:08  robe
+
+	* get rid of windows breaks
+
+2014-10-13 18:07  robe
+
+	* get rid of windows \r
+
+2014-10-13 18:06  robe
+
+	* get rid of line breaks before \n
+
+2014-10-13 18:00  robe
+
+	* Get rid of line breaks before \n. Evidentally transifex thinks
+	  invalid and that might be why debbie is whining too.
+
+2014-10-10 23:36  robe
+
+	* add missing pot. Still seems to wrror out with some sort of xml
+	  issue though
+
+2014-10-10 23:26  robe
+
+	* Add missing pot
+
+2014-10-10 23:07  robe
+
+	* add missing xml files to pot xml_sources source
+
+2014-10-10 14:54  strk
+
+	* Include sys/wait.h to have access to WEXITSTATUS (#2962)
+
+2014-10-10 10:24  nicklas
+
+	* Fix a precission problem in twkb.
+	  Thanks Javier Santana!
+
+2014-10-10 09:23  nicklas
+
+	* Fix for #2956 Thanks strk
+
+2014-10-09 18:24  nicklas
+
+	* Add GeomFromTWKB #2917
+
+2014-10-08 10:46  strk
+
+	* Ignore files generated under address_standardizer extension
+
+2014-10-08 10:43  strk
+
+	* Fix --without-address-standardizer switch
+
+2014-10-08 04:15  robe
+
+	* get rid of obsolete statements
+
+2014-10-08 03:22  robe
+
+	* #2877 address_standardizer auto-building as part of configure.
+	  document switches to override pcre path.
+
+2014-10-08 03:03  robe
+
+	* #2877 remark out build-steps for Regexp:Assemble dependencies
+
+2014-10-08 02:55  robe
+
+	* #2877 try tab instead of spaces
+
+2014-10-08 02:46  robe
+
+	* typo
+
+2014-10-08 02:42  robe
+
+	* #2877 don't get rid of data header generated files during
+	  dist-clean (they can't be rebuilt if perl Regex::Assemble is not
+	  installed
+
+2014-10-08 02:14  robe
+
+	* #2877 Revise configure to build make scripts and
+	  address_standardizer extension - move pcre flags check before
+	  cppflags build etc so gets included
+
+2014-10-08 01:50  robe
+
+	* #2877 Revise configure to build make scripts and
+	  address_standardizer extension
+
+2014-10-07 14:11  robe
+
+	* #2958 reverse_geocode erroring ERROR: invalid input syntax for
+	  type numeric: " " (revised patch to not return 0 for non-numbered
+	  roads)
+
+2014-10-07 13:38  robe
+
+	* #2958 reverse_geocode erroring ERROR: invalid input syntax for
+	  type numeric: " "
+
+2014-10-07 03:55  robe
+
+	* experiment with color coding
+
+2014-10-06 16:28  strk
+
+	* ST_Simplify is not implemented by GEOS
+
+2014-10-05 00:05  robe
+
+	* put back most common protos of ST_AsGML so docs aren't so
+	  confusing when they demonstrate their use
+
+2014-10-03 09:34  strk
+
+	* ST_ClipByBox2D: do not use gbox_overlaps with BOX2DF objects
+	  
+	  Fixes use of uninitialized memory (#2954)
+
+2014-10-02 20:54  nicklas
+
+	* Fix for #2946 and some empty geometry fixes
+
+2014-10-02 17:32  pramsey
+
+	* #2953, Unable to compute stats for some features
+
+2014-10-02 15:49  strk
+
+	* Fix typo in documentation for ST_AsEncodedPolyline
+
+2014-10-02 08:03  strk
+
+	* Fix memory error in ST_ClipByBox2D (#2950)
+
+2014-10-01 23:08  pramsey
+
+	* #2941, Geography can create a non-4326 geography but geography
+	  typmod won't allow it
+
+2014-10-01 14:36  strk
+
+	* Fix yet another memory leak in lwgeom_make_valid (#2947)
+	  
+	  The leak occurs on invalid single-component collection input.
+
+2014-10-01 14:07  strk
+
+	* Fix leaks in lwcurvepoly_segmentize and its tester
+
+2014-10-01 13:54  strk
+
+	* Fix memory leak in lw_dist2d_poly_curvepoly and
+	  lw_dist2d_circstring_poly
+	  
+	  Also clear the memory management for
+	  lwcurvepoly_construct_from_lwpoly .
+	  Fixes #2949.
+
+2014-10-01 13:26  strk
+
+	* Remove memory leaks from TWKB unit tester
+
+2014-10-01 13:13  strk
+
+	* Adapt the rest of the code to the change in LWGEOM2GEOS function
+	  
+	  Fixes #2948 (introduced by previous commit)
+
+2014-10-01 12:35  strk
+
+	* Add support for auto-fix geom structure for GEOS conversions
+	  
+	  Fixes ST_ClipByBox2D run with non-closed polygon rings in input
+	  (#2945)
+
+2014-09-30 16:31  strk
+
+	* Drop and recreate aggregates when upgrading to the same dev
+	  version
+	  
+	  See #2944 for the rationale
+
+2014-09-30 13:44  strk
+
+	* Reduce expected requirements for building comments and pdf docs
+
+2014-09-30 04:16  nicklas
+
+	* This should repair the build but the emty geometry twkb is still
+	  corrupt
+
+2014-09-30 03:05  nicklas
+
+	* Add support for bboxes in twkb
+
+2014-09-29 16:32  pramsey
+
+	* #2943, replace && with ~ and @ in places it makes sense for
+	  wrapper functions
+
+2014-09-29 15:52  pramsey
+
+	* Add an ignore
+
+2014-09-29 07:28  strk
+
+	* Fix syntax error in RAISE calls (#2942)
+	  
+	  PostgreSQL 9.5 doesn't tolerate them...
+
+2014-09-26 09:16  strk
+
+	* Fix regression suite to skip ST_ClipByBox2D testing unless
+	  available
+	  
+	  .. it was a typo (requires GEOS 3.5, not 3.4)
+
+2014-09-26 08:51  strk
+
+	* Add ST_ClipByBox2D and lwgeom_clip_by_rect (#2939)
+	  
+	  Includes testcases and documentation
+	  Requires GEOS-3.5.0+
+
+2014-09-25 15:01  strk
+
+	* Fix unused variable warning
+
+2014-09-25 15:01  strk
+
+	* Include <ctypes.h> for declaration of tolower() function
+
+2014-09-22 18:32  pramsey
+
+	* Remove another call of liblwgeom_internal.h
+
+2014-09-22 09:02  strk
+
+	* Reduce default paranoia on geometry collection construction
+	  
+	  Significantly speeds up creation of large collection of
+	  geometries.
+	  Closes #2933
+
+2014-09-19 21:28  pramsey
+
+	* Ignore some build artifacts
+
+2014-09-19 19:07  pramsey
+
+	* #2934, support strcasestr for platforms that (passing
+	  understanding) do not have it
+
+2014-09-19 16:27  pramsey
+
+	* Replace MAXFLOAT with more "standard" FLT_MAX
+
+2014-09-18 18:27  pramsey
+
+	* Quiet warnings from clang
+
+2014-09-18 16:22  strk
+
+	* Update comment above getPoint2d_internal, it is safe to cast now
+
+2014-09-17 21:46  pramsey
+
+	* Remove many references to liblwgeom_internal.h outside liblwgeom,
+	  and quiet some nagging warnings.
+
+2014-09-17 17:13  pramsey
+
+	* #2931, BOX representation is case sensitive
+
+2014-09-17 16:08  strk
+
+	* Link ST_UnaryUnion with ST_Node, fix See Also section formatting
+
+2014-09-11 16:36  strk
+
+	* Remove ST_Tile references from ST_Retile docs
+	  
+	  ... wasn't very useful that way ...
+
+2014-09-11 16:33  strk
+
+	* Move ST_Retile documentation under "raster constructors"
+	  
+	  Add note about difference from ST_Tile, link ST_Tile and
+	  ST_Resample
+
+2014-09-11 03:57  robe
+
+	* cut in missing 2.1.3 and 2.1.4 release notes, fix date type in
+	  2.0.5, add 2.1.4 to extension upgrade mix
+
+2014-09-09 21:14  robe
+
+	* #2927 reverse geocode ammendment - found bug introduced. Also
+	  added in regression test
+
+2014-09-09 20:51  robe
+
+	* #2927 Get rid of tiger. prefix. Not that it affects anything
+
+2014-09-09 20:48  robe
+
+	* #2927 reverse geocode not filling in direction prefix and get rid
+	  of ST_Line_Locate_Point deprecated call.
+
+2014-09-08 21:24  robe
+
+	* #2762 renamed ST_Estimated_Extent page to ST_EstimatedExtent
+
+2014-09-07 17:10  robe
+
+	* wrong function (non-existent xref)
+
+2014-09-07 16:48  robe
+
+	* #2920 stab at explaining requirement for alignment and add more
+	  detail to ST_SameAlignment
+
+2014-09-05 15:25  strk
+
+	* Fix parser rules to run automatically if needed
+
+2014-09-05 15:25  strk
+
+	* Regenerate parser with bison 3.0.2 and flex 2.5.35
+
+2014-09-05 15:01  strk
+
+	* Fix 'defined but not used' and other warnings in unit tests
+
+2014-09-05 14:38  strk
+
+	* Fix %name-prefix usage in gramma file
+	  
+	  Fixes warning: deprecated directive, use ‘%name-prefix’
+	  [-Wdeprecated]
+
+2014-09-05 14:38  strk
+
+	* Fix grammar file to work around suspected bison 3.0.2 bug
+	  
+	  See
+	  http://lists.osgeo.org/pipermail/postgis-devel/2014-September/024507.html
+
+2014-09-05 14:38  strk
+
+	* Fix "'input' defined but not used" warning on building generated
+	  parser
+
+2014-09-05 10:38  strk
+
+	* [TRAVIS] Do not use IRC notifications
+
+2014-09-05 10:28  strk
+
+	* Rule to build parser is "parser", not "parse"
+
+2014-09-03 15:37  strk
+
+	* Link ST_CreateOverview from AddOverviewConstraints
+
+2014-09-03 14:52  strk
+
+	* Implement ST_Retile and ST_CreateOverview (#2247)
+	  
+	  Includes testcases and documentation
+
+2014-09-03 09:54  strk
+
+	* Fix typo in DropOverviewConstraints doc
+
+2014-09-03 09:40  strk
+
+	* Fix warnings in docs image generator build
+	  
+	  Print a warning on system call failures
+
+2014-09-03 09:11  strk
+
+	* Add documentation for {Add,Drop}OverviewConstraints (#2824)
+
+2014-09-03 08:21  strk
+
+	* Add availability info for {Add,Drop}OverviewConstraints
+
+2014-08-31 06:19  robe
+
+	* #2906 document new enhancement
+
+2014-08-29 16:37  strk
+
+	* Slightly simplify a loop setting projection parameters for gdal
+	  warp
+
+2014-08-28 15:15  strk
+
+	* Fix output georeference on warping rasters with default
+	  georeference
+	  
+	  Closes #2911 and re-closes #2251
+
+2014-08-27 15:53  strk
+
+	* Add sections for 2.0.5, 2.0.6 and 2.1.3
+
+2014-08-27 15:44  strk
+
+	* Remove bugfix items already noted for previous versions
+
+2014-08-27 08:53  strk
+
+	* Fix crash on null input to ST_Union(raster)
+
+2014-08-26 14:40  strk
+
+	* Add TODO item about not needlessly dropping ST_SummaryStats and
+	  friends
+
+2014-08-26 09:41  strk
+
+	* Do not skip lines starting with "--" from comments (#2759)
+
+2014-08-25 20:41  robe
+
+	* #2906 support for Tiger 2014
+
+2014-08-23 05:50  robe
+
+	* 2855: better documentation to reflect minkowski doesn't support
+	  polyhedral and tins
+
+2014-08-23 05:31  robe
+
+	* #2899 geocode limit 1 not always returning best answer
+
+2014-08-22 21:38  pramsey
+
+	* #2720, lwpoly_add_ring should update maxrings after realloc
+
+2014-08-22 21:32  nicklas
+
+	* remove extra option for next feature (bboxes, comming soon) in
+	  sql-signature.
+
+2014-08-22 20:39  nicklas
+
+	* Added optional geometry size in TWKB. Also reworked the code so
+	  passing around **buf instead of *buf. Also affects the varInt
+	  code
+
+2014-08-22 02:15  robe
+
+	* #2903 change in #2620 (to support debian freebsd kernel) broke
+	  freebsd compilation
+
+2014-08-21 05:39  robe
+
+	* #2708: updategeometrysrid doesn't update srid check in some cases
+	  (when schema not specified). Patch from Marc Jansen
+
+2014-08-20 04:32  robe
+
+	* #2871 fix update to 2.0 message for ST_LineInterpolatePoint,
+	  ST_LineSubstring and ST_LineLocatePoint. Also changed reference
+	  ids to match new function name (missed some spots)
+
+2014-08-20 04:21  robe
+
+	* #2871 fix update to 2.0 message for ST_LineInterpolatePoint,
+	  ST_LineSubstring and ST_LineLocatePoint. Also changed reference
+	  ids to match new function name
+
+2014-08-19 20:48  pramsey
+
+	* #2605 armel: _ST_Covers() returns true for point in hole
+
+2014-08-18 10:58  strk
+
+	* Simplify docs building rules, hopefully fixing build-on-install
+	  (#2872)
+
+2014-08-16 05:15  robe
+
+	* #2870 put in change notice in sql geograpy(bytea) has changed,
+	  put in regression test
+
+2014-08-15 15:17  strk
+
+	* Raise cost of ST_ConvexHull(raster) from 1 to 300 (#2895)
+
+2014-08-14 22:53  pramsey
+
+	* #2780, Binary insert into geography column results in value being
+	  inserted as geometry
+
+2014-08-11 17:47  robe
+
+	* #2892 add back liblwgeom fix warnings
+
+2014-08-11 04:49  nicklas
+
+	* going back to put varint functions in varint.c
+
+2014-08-11 03:23  dustymugs
+
+	* revert option for -s. Ticket #2891
+
+2014-08-10 17:15  robe
+
+	* #2890 missing availability info for geography operators
+
+2014-08-10 16:05  dustymugs
+
+	* cast const char * to char *. Ticket #2885
+
+2014-08-10 15:58  dustymugs
+
+	* Remove unused variable. Ticket #2884.
+
+2014-08-10 11:29  nicklas
+
+	* New try for #2878 and #2880, see discussion in #2880
+
+2014-08-10 11:18  nicklas
+
+	* Ok, varint.h is taken away again #2878 also see #2880
+
+2014-08-09 20:08  nicklas
+
+	* Put back varint.h to get rid of compiler warnings
+
+2014-08-09 20:02  nicklas
+
+	* put in declrations to get rid of compiler warnings
+
+2014-08-08 13:34  strk
+
+	* Mark inline functions as such, fixing related warnings (#2880)
+
+2014-08-08 01:13  robe
+
+	* #2883 warning SET_VARSIZE(PTR,len) redefined. get rid of assert
+	  (its included via liblwgeom_internal (way down there), not the
+	  ultimate issue though for this., pgsql_compat.h get rid of legacy
+	  postgresql 8.2 crap. We haven't supported 8.2 in like 7 years
+	  (sfcgal was somehow falling into this loop don't know why since
+	  postgis_config.h
+
+2014-08-08 00:34  robe
+
+	* #2882 warbubg too many arguments for format
+
+2014-08-07 22:23  robe
+
+	* #2878 get rid of duplicate definition of hexbytes_from_bytes
+	  (already defined in lwout_wkb.c) get rid of liblwgeom.h (already
+	  included via liblwgeom_internal.h), get rid of varint.h include
+	  (already included via lwout_twkb.c)
+
+2014-08-07 20:57  robe
+
+	* #2877 -- folder address_standardizer into configure so inherits
+	  same versioning as rest of postgis extensions. Have makefile.in
+	  get dependencies from configure (pcre to be added later)
+
+2014-08-07 19:05  nicklas
+
+	* Fix typo
+
+2014-08-07 18:31  nicklas
+
+	* Move varINT function to header file for performance reasons
+
+2014-08-07 18:26  nicklas
+
+	* Add cunit tests for twkb
+
+2014-08-07 13:57  strk
+
+	* Remove more generated Makefile on "distclean" (#2876)
+
+2014-08-07 11:37  strk
+
+	* Add missing commas in some See Also sections, link ST_AsBinary to
+	  ST_AsTWKB
+
+2014-08-06 19:41  robe
+
+	* #2874 document move of address_standardizer to extensions folder.
+
+2014-08-06 19:36  robe
+
+	* remove now part of extensions folder
+
+2014-08-06 19:35  robe
+
+	* Prep to move address_standardizer into extensions folder
+
+2014-08-05 12:24  dustymugs
+
+	* forgot to add unit tests to git. ticket #2828
+
+2014-08-01 23:17  pramsey
+
+	* Make the two-line decl check work
+
+2014-08-01 23:04  pramsey
+
+	* Make grep and sed swappable as well (Solaris again)
+
+2014-08-01 22:55  pramsey
+
+	* Keep isfinite() but downgrade for platforms that lack it.
+	  Centos 5 has it with _GNU_SOURCE
+	  Older Solaris doesn't have it
+
+2014-08-01 18:47  pramsey
+
+	* #2845, fix patch
+
+2014-08-01 18:43  pramsey
+
+	* #2845, Bad geometry created from ST_AddPoint
+
+2014-08-01 10:58  robe
+
+	* #2838 grudgingly wrap shape tags around collected geometries.
+	  It's the only way I can think of to create a valid x3d sub.
+
+2014-07-31 08:42  strk
+
+	* Add a couple more tests for varint encoding
+
+2014-07-30 11:38  strk
+
+	* [TRAVIS] Do not remove postresql-common
+
+2014-07-30 10:10  strk
+
+	* [TRAVIS] Ensure to install also the 9.1 server, needed for
+	  regress
+
+2014-07-30 09:44  strk
+
+	* [TRAVIS] Remove more postgresql item not in the 9.1 series
+
+2014-07-30 09:11  strk
+
+	* [TRAVIS] remove postgresql 9.2 and 9.3
+	  
+	  Hopefully fixes confusion between library and header used
+
+2014-07-29 15:50  strk
+
+	* [TRAVIS] Get a list of installed postgresql packages
+
+2014-07-29 14:50  strk
+
+	* Honour verbosity flag on sql file load failure (see #2854)
+
+2014-07-29 13:56  strk
+
+	* Fix expected return codes fixed two commits above
+	  
+	  Also sets touched suite names to match filename
+	  (with "cu_" prefix stripped out)
+
+2014-07-29 12:23  strk
+
+	* Add tests for 32bit varints encoding
+
+2014-07-29 10:34  strk
+
+	* Check return code from liblwgeom functions
+	  
+	  Fixes some "variable set but unused" warnings
+
+2014-07-29 10:25  strk
+
+	* Move varInt handling code into its own file module, for reuse
+	  
+	  Also found a bug in encoding 4bytes numbers
+
+2014-07-27 17:17  dustymugs
+
+	* code cleanup
+
+2014-07-27 17:06  dustymugs
+
+	* shortcut ST_Clip if clipping geometry extent fully contains
+	  raster extent. Ticket #2829
+
+2014-07-26 13:47  dustymugs
+
+	* ST_Envelope(raster) in C instead of
+	  ST_Envelope(ST_ConvexHull(raster)). ticket #2828
+
+2014-07-25 20:41  robe
+
+	* #2838 collection handling partially fixed - fix size computation
+	  for tins and add support for polyhedralsurface in geometry
+	  collection
+
+2014-07-25 18:44  robe
+
+	* oops duplicated entry in last commit. add another.
+
+2014-07-25 18:41  robe
+
+	* add some missing new features to NEWS items
+
+2014-07-25 15:36  strk
+
+	* Fix some UTF8 encoding of Nicklas name...
+
+2014-07-25 15:25  strk
+
+	* Simplify mapping file parsing
+
+2014-07-25 12:14  strk
+
+	* Share code handling field name mapping between loader and dumper
+
+2014-07-25 11:27  robe
+
+	* #2838 collection handling partially fixed (now can handle tins
+	  and doesn't output bogus gml output
+
+2014-07-25 10:57  strk
+
+	* Add -m reference in shp2pgsql manpage. See ticket #899.
+
+2014-07-24 21:58  robe
+
+	* change to force linux linebreaks
+
+2014-07-24 21:44  robe
+
+	* set to platform dependent to see if this fixes issue on Linux
+
+2014-07-24 17:37  robe
+
+	* #899 shp2pgsql attribute names mapping (including test
+
+2014-07-23 00:20  robe
+
+	* #2814 address_standardizer does not install with all encodings of
+	  database
+
+2014-07-22 23:25  robe
+
+	* Get rid of version number on the .sql.in file. Eventually it will
+	  have same versioning machinery as PostGIS proper
+
+2014-07-22 22:41  robe
+
+	* #2852 sfcgal extension needs to be relocatable
+
+2014-07-22 22:34  robe
+
+	* Define new &address_standardizer_required; xml constant and flag
+	  functions requiring it
+
+2014-07-22 08:52  strk
+
+	* Drop dependency of estimation test on XML type (#2151)
+
+2014-07-22 08:41  strk
+
+	* Raise statistic target during estimation test
+	  
+	  Possibly fixes #2851 (probability is statitics based)
+
+2014-07-21 16:39  strk
+
+	* Generalize estimator code to also work with expressional indexes
+	  
+	  Improves raster selectivity estimator (#2839)
+	  Includes regression tests
+
+2014-07-21 16:12  strk
+
+	* Add test for selectivity estimator
+
+2014-07-21 04:51  robe
+
+	* Fix X3D specification link (X3D recently redid their site which
+	  broke all the links), also link to the PostGIS X3D web viewer as
+	  demonstration of using x3dom native html/js web browser rendering
+
+2014-07-19 20:52  robe
+
+	* fix some typos
+
+2014-07-19 17:23  robe
+
+	* fix parse_address output
+
+2014-07-19 16:14  robe
+
+	* arg for parse_address
+
+2014-07-19 06:01  robe
+
+	* document parse_address function, add examples for parse_address
+	  and address_standardizer, fix proto for address_standardizer
+
+2014-07-19 05:19  robe
+
+	* #2846 parse_address is not null safe - make immutable strict
+
+2014-07-18 14:39  strk
+
+	* Reduce some code duplication
+
+2014-07-18 07:37  robe
+
+	* get rid of dangling para
+
+2014-07-18 07:31  robe
+
+	* fix typo
+
+2014-07-18 07:29  robe
+
+	* Add pcre as optional dependency for building address standardizer
+
+2014-07-18 07:10  robe
+
+	* update install instructions to include simple example for testing
+	  installation
+
+2014-07-18 06:56  robe
+
+	* update install instructions to reflect code is now part of repo
+
+2014-07-18 05:53  robe
+
+	* minor edits and link to installation which needs some cleanup
+
+2014-07-17 14:30  strk
+
+	* Cross-link UpdateRasterSRID and UpdateGeometrySRID
+
+2014-07-17 14:23  strk
+
+	* Cleanup after raster import tests using overview
+	  
+	  It seems to not be automatic...
+
+2014-07-17 14:02  strk
+
+	* Include overviews in the test for reprojected rasters (#2843)
+
+2014-07-17 09:02  strk
+
+	* Remove obsoleted shell versions of test aux scripts (#2844)
+
+2014-07-17 08:59  strk
+
+	* Add support for raster reprojection on import (#2843)
+
+2014-07-17 04:12  robe
+
+	* finish listing all key user defined tables -- needs more work but
+	  a start
+
+2014-07-16 10:51  robe
+
+	* missing para tag
+
+2014-07-16 06:08  robe
+
+	* add section for tables and define rules table (still need to add
+	  gaz and lex tables)
+
+2014-07-16 05:48  robe
+
+	* cleanup formatting of code examples
+
+2014-07-16 05:43  robe
+
+	* forgot to resize too big
+
+2014-07-15 07:02  robe
+
+	* fix typo in image names
+
+2014-07-15 06:32  robe
+
+	* fix missing tag in ST_Tesselate add more examples for
+	  ST_3DIntersection
+
+2014-07-15 05:40  robe
+
+	* Add documentation for ST_Tesselate with figures
+
+2014-07-14 14:36  strk
+
+	* Add note about extent ratainment in ST_Resize, cross link docs
+	  
+	  Closes #2833
+
+2014-07-14 14:36  strk
+
+	* Force rtpostgis.so rebuild on librtcore.a change
+
+2014-07-11 17:21  pramsey
+
+	* #2834, ST_Estimated_Extent and mixedCase table names
+
+2014-07-11 09:22  strk
+
+	* Drop duplicated commas, add ST_SetValue in See Also for ST_Value
+
+2014-07-11 08:36  strk
+
+	* Ignore more generated files
+
+2014-07-10 01:34  robe
+
+	* resize images and put a not about how the 3D was rendered.
+
+2014-07-10 01:26  robe
+
+	* forgot to commit changes
+
+2014-07-10 01:25  robe
+
+	* Add visual examples of extrusion
+
+2014-07-08 20:28  robe
+
+	* #2820: ST_Segmentize(geography) returns a geography not geometry
+
+2014-07-08 09:49  strk
+
+	* Add support for sfgal in run_test --extension
+
+2014-07-08 09:16  strk
+
+	* Cleanup raster drop files
+	  
+	  rtpostgis_drop.sql is used to drop obsoleted objects (after)
+	  while rtpostgis_upgrade_cleanup.sql is used to remove things that
+	  need be removed _before_ (incompatible CREATE OR REPLACE).
+	  
+	  Ideally nothing would need to be removed _before_ if the
+	  proc_upgrade script was made smarter to determine incompatible
+	  signature changes (but this is for another time).
+	  
+	  Closes #2673
+
+2014-07-08 02:49  dustymugs
+
+	* fix regexp escaping
+
+2014-07-08 01:46  robe
+
+	* change to manual creation generated doesn't look right
+
+2014-07-08 00:37  robe
+
+	* change example to one that takes up more of the realestate
+
+2014-07-08 00:09  robe
+
+	* fix typo in image make script for ST_StraightSkeleton image
+
+2014-07-07 23:41  robe
+
+	* missed committing ths file ST_Force2D link id fix
+
+2014-07-07 23:29  robe
+
+	* another ST_Force_2D id change to ST_Force2D
+
+2014-07-07 23:17  robe
+
+	* Change link id of ST_Force2D from ST_Force_2D to ST_Force2Dm add
+	  doco for ST_StraightSkeleton, add example of switching backend to
+	  sfcgal
+
+2014-07-07 22:53  pramsey
+
+	* Clean up warnings in encoded polyline code
+
+2014-07-07 22:44  pramsey
+
+	* Convert malloc/free to lwalloc/lwfree
+
+2014-07-07 22:35  robe
+
+	* Provided 3D behavior examples for ST_Intersection and
+	  ST_3DIntersection
+
+2014-07-07 15:39  dustymugs
+
+	* use @ operator instead of ST_CoveredBy(). Ticket #2822
+
+2014-07-07 10:25  strk
+
+	* Improve encoded polyline docs
+	  
+	  Fix cross-linking between encoded polyline in/out funx
+	  Add link to encoded polyline algorithm format
+
+2014-07-07 10:21  strk
+
+	* Added support for encoded_polyline input/output (#2349)
+	  
+	  Allow to convert from Encoded Polyline to LineString.
+	  Useful for storing routes from Osrm or Google into PostGIS.
+	  
+	  See
+	  http://developers.google.com/maps/documentation/utilities/polylinealgorithm
+	  
+	  Contributed by Kashif Rasul <kashif.rasul at gmail.com>
+	  
+	  Includes unit and regress tests.
+	  Includes documentation.
+	  
+	  Signed-off-by: Sandro Santilli <strk at keybit.net>
+
+2014-07-07 08:58  strk
+
+	* Fix index creation in loaders
+	  
+	  The bug was introduced with previous commit (typo)
+	  See #2811
+
+2014-07-07 08:10  strk
+
+	* Do not explicitly name indexes loading rasters/shapefiles (#2811)
+
+2014-07-06 20:01  dustymugs
+
+	* Validate that ST_MapAlgebra callback function has correct return
+	  datatype. Ticket #2802
+
+2014-07-06 18:33  dustymugs
+
+	* escape delimiter of ST_Band(). Ticket #2812
+
+2014-07-06 18:10  dustymugs
+
+	* Raster max extent uses envelope like Geometry. Ticket #2777
+
+2014-07-06 17:32  dustymugs
+
+	* fix obsolete URL in headers
+
+2014-07-06 15:27  dustymugs
+
+	* added NEWS and updated tests
+
+2014-07-06 15:27  dustymugs
+
+	* use empty TEXT array for userargs when no user args and STRICT
+	  callback function
+
+2014-07-06 03:17  robe
+
+	* #2813 add address_standardizer as part of doxygen build
+
+2014-07-05 07:15  robe
+
+	* move title below sect1info guess not legal before it.
+
+2014-07-05 06:43  robe
+
+	* missed a spot (hopefully strk's asleep)
+
+2014-07-05 06:26  robe
+
+	* move term out of listentry
+
+2014-07-05 06:14  robe
+
+	* #2801: start work on address_standardizer chapter and cut in
+
+2014-07-05 04:17  robe
+
+	* #2810 document the delimeter argument and big warning to avoid
+	  because we may remove it in future versions
+
+2014-07-04 16:11  strk
+
+	* Change append_stringbuffer to take ownership of string parameter
+	  
+	  Reduces the amount of allocations/deallocations needed during
+	  import.
+
+2014-07-04 16:11  strk
+
+	* Inline hex conversion of raster wkb in rt_raster_to_hexwkb
+	  (#2798)
+	  
+	  Speeds up importing large rasters.
+
+2014-07-04 09:45  strk
+
+	* Add woodbri in git/svn authors file
+
+2014-07-04 09:45  strk
+
+	* Include PostgreSQL failure messages in AddRasterConstraints
+
+2014-07-03 16:37  woodbri
+
+	* test commit to check access rights
+
+2014-07-03 12:32  strk
+
+	* Check that ST_MapAlgebra strict callbacks get passed an user arg
+	  
+	  Closes #2803
+	  Includes a testcase
+
+2014-07-03 03:04  robe
+
+	* missed an edit
+
+2014-07-03 03:04  robe
+
+	* Add address_standardizer and sfcgal to list of contributions
+
+2014-07-03 02:14  robe
+
+	* Fork of
+	  http://sourceforge.net/p/pagc/code/HEAD/tree/branches/sew-refactor/postgresql
+	  (svn://svn.code.sf.net/p/pagc/code/branches/sew-refactor/postgresql
+	  ) at r361 (Stephen Woodbridge, Walter Sinclair contribution) -
+	  address_standardizer extension for PostgreSQL forked from PAGC
+	  address standardizer to work with PostgreSQL
+
+2014-07-01 17:45  pramsey
+
+	* Ignore build artifacts
+
+2014-07-01 16:14  strk
+
+	* Ignore install-sh, generated by autogen.sh
+
+2014-07-01 16:13  strk
+
+	* install-sh is a built artifact, should not be in the repository
+	  
+	  See
+	  http://lists.osgeo.org/pipermail/postgis-devel/2014-June/024327.html
+
+2014-06-30 17:55  pramsey
+
+	* fix build
+
+2014-06-30 16:43  pramsey
+
+	* #2797 cu_surface.c warning on polyhedralsurface_parse
+
+2014-06-30 16:19  pramsey
+
+	* #2796, sfcgal_comments.sql missing for regress testing install
+
+2014-06-30 16:15  pramsey
+
+	* #2793, sfcgal cunit tests do not seem to run
+
+2014-06-30 15:28  pramsey
+
+	* Ignore some build artefacts
+
+2014-06-30 14:37  strk
+
+	* Oops, confused mapnik with postgis
+
+2014-06-30 02:43  robe
+
+	* #2790 SET_VARSIZE redefined - to fix swapped out liblwgeom.h with
+	  liblwgeom_internal.h which includes reference to postgis_config.h
+	  to do conditional right thing based in pg version
+
+2014-06-29 21:21  robe
+
+	* #2794 sfcgal regress sfcgal doesn't install if RUNTESTFLAGS is
+	  set by user because trying to reuse that flag. Define new flag
+	  SFCGALTESTFLAGS and pass that along.
+
+2014-06-29 18:38  robe
+
+	* #2488: patch from Vincent Mora to make sfcgal_tickets endian
+	  agnostic
+
+2014-06-29 04:56  robe
+
+	* update postgis_full_version output the old was ancient 1.3 days
+
+2014-06-29 04:17  robe
+
+	* #2792 docbook validation issues -- remove for raster_comments
+	  generation
+
+2014-06-27 21:23  robe
+
+	* update docs to include breaking function changes, fact that
+	  sfcgal now is supported as extension, and how to install sfcgal
+	  as extension
+
+2014-06-27 21:13  robe
+
+	* Add Vincent Mora to credits
+
+2014-06-27 21:09  robe
+
+	* #2754 postgis_sfcgal extension oops missed new extension folder
+
+2014-06-27 20:56  robe
+
+	* #2754 need postgis_sfcgal wrapped as an extension - patch
+	  provided by Vincent Mora (vmo)
+
+2014-06-27 20:08  robe
+
+	* #2783 add JSON_CPPGLAGS to CPPFLAGS so works correctly with
+	  custom json-dir
+
+2014-06-27 18:34  pramsey
+
+	* #2704, ST_GeomFromGML() does not work properly with array of
+	  gml:pos
+
+2014-06-27 18:32  pramsey
+
+	* Ensure conditional has access to configuration values
+
+2014-06-27 18:12  pramsey
+
+	* #2788 Warning on PG_RETURN_HEAPTUPLEHEADER building against PgSQL
+	  9.
+
+2014-06-27 07:38  strk
+
+	* Fix undefined behavior in ptarray_calculate_gbox_geodetic (#2774)
+	  
+	  Patch by Paul Ramsey
+
+2014-06-27 07:35  strk
+
+	* Do not assume utils/create_unpackaged.pl is executable
+
+2014-06-26 22:43  pramsey
+
+	* #2712 ST_Segmentize exception on Empty input: getPoint4d_p: point
+	  offset out of range
+
+2014-06-26 13:04  strk
+
+	* Add note about ./autogen.sh
+
+2014-06-26 12:06  strk
+
+	* Add README.md to show nice travis link on the github mirror
+	  
+	  See http://github.com/postgis/postgis
+
+2014-06-26 11:03  strk
+
+	* Fix potential memory fault in ST_MakeValid
+	  
+	  The fault would be triggered by passing a non-empty collection
+	  to ST_MakeValid where any "made-valid" component would result
+	  being non accepted by the final geometry collection constructor.
+	  
+	  I'm not sure an input exists right now to trigger that case,
+	  but worth fixing anyway.
+	  
+	  Bug found by Alvaro Huarte:
+	  https://github.com/postgis/postgis/pull/21
+
+2014-06-26 08:02  strk
+
+	* Fix handling of bogus argument passed to --with-sfcgal (#2784)
+	  
+	  Patch by Vincent Mora
+
+2014-06-25 13:30  strk
+
+	* With latest changes, support for libjson 0.9 was restored :)
+
+2014-06-25 12:31  strk
+
+	* Still build libjson code when having 0.9
+
+2014-06-25 11:24  strk
+
+	* Oops, unterminated #ifdef
+	  
+	  See https://travis-ci.org/postgis/postgis/builds/28397745#L1062
+
+2014-06-25 10:28  strk
+
+	* Attempt re-adding support fo libjson < 0.10 (#2723)
+	  
+	  See https://travis-ci.org/postgis/postgis/builds/28394436#L1330
+
+2014-06-25 09:49  strk
+
+	* Fix warning: no previous prototype for 'lwgeom_sfcgal_version'
+
+2014-06-25 08:37  strk
+
+	* Fix SFCGAL tests to work with all versions (#2755)
+
+2014-06-25 07:54  strk
+
+	* Document minimum required libjson-c version being 0.10
+	  
+	  Latest debian stable (wheezy) packages 0.11 already.
+	  See http://trac.osgeo.org/postgis/ticket/2539#comment:6
+
+2014-06-25 07:25  strk
+
+	* Report libjson version from postgis_full_version(), closing #2159
+
+2014-06-24 22:45  pramsey
+
+	* #2775 lwline_from_lwmpoint leaks memory
+
+2014-06-24 21:59  pramsey
+
+	* #2723 failure to build against external json-c 0.12
+
+2014-06-24 21:04  pramsey
+
+	* Use macro GREP instead of hardcoded
+
+2014-06-24 20:58  robe
+
+	* #2779 put in missing availability information
+
+2014-06-24 20:43  robe
+
+	* #2753 Add ST_IsPlanar (hmm did I forget to put in this
+	  ST_MinkowskiSum)
+
+2014-06-24 15:27  strk
+
+	* Revert r12350 as it didn't fix #2382
+	  
+	  Upgrades between 2.1 and 2.2 were fixed by r12641 and refraining
+	  from upgrading a GUC in presence of a pre-installed one is not
+	  the
+	  right way to deal with the problem (we'd rather want to replace
+	  an old GUC).
+	  
+	  See #2755 (thanks vmo)
+
+2014-06-24 15:12  strk
+
+	* Force load of target shared object before major version check
+	  
+	  The load tries to ensure it's the load of the _old_ library that
+	  fails,
+	  rather than the one of the _new_ library.
+	  
+	  A failed load of the old library would make major version check
+	  resort
+	  to call the postgis_scripts_installed() which would contain the
+	  correct
+	  version since version 1.1.0 up. Load of the old library should
+	  only fail
+	  when the old library is 2.1.0 up so there's no problem there.
+	  
+	  NOTE: Failure of loading the _new_ library could still happen if
+	  the upgrade
+	  script is loaded in a session in which the _old_ library was used
+	  already.
+	  This is not something we can fix as there's no "unload" command
+	  in PostgreSQL.
+	  
+	  Closes #2382
+
+2014-06-23 15:36  dustymugs
+
+	* add comments for out-db raster in regress tests
+
+2014-06-23 14:39  strk
+
+	* Disable ST_MemSize test for outdb rasters
+	  
+	  I don't seem to be able to get a static memory size for them, so
+	  for now the test is disabled (but the problem remains)
+
+2014-06-23 08:54  strk
+
+	* Fix ST_MemSize test query with PostgreSQL 9.1
+	  
+	  See https://travis-ci.org/postgis/postgis/builds/28204298#L2377
+
+2014-06-23 07:37  strk
+
+	* Subtract size of offdb raster paths in test for ST_MemSize
+	  
+	  Doing so should make the resulting size equal on all systems,
+	  fixing the travis builds:
+	  https://travis-ci.org/postgis/postgis#L2373-L2380
+
+2014-06-23 07:26  strk
+
+	* Typo
+
+2014-06-22 02:51  robe
+
+	* #2770 Document new ST_MemSize for raster and #2769 name change
+	  for geometry (ST_MEm_Size to ST_MemSize)
+
+2014-06-21 17:30  dustymugs
+
+	* fix premature memory free in RASTER_getBandPath (ST_BandPath)
+
+2014-06-20 10:37  strk
+
+	* Implement ST_MemSize(raster)
+	  
+	  Closes #2770
+	  Includes testcases, but no documentation
+
+2014-06-20 10:12  strk
+
+	* Deprecate ST_Mem_Size, welcome ST_MemSize
+	  
+	  Closes #2769
+
+2014-06-20 06:11  robe
+
+	* #2753 fix xsl to not trap intro
+
+2014-06-20 05:51  robe
+
+	* #2753 change func proto ST_Minkowski to ST_MinkowskiSum
+
+2014-06-20 05:41  robe
+
+	* #2753: patch from vmp -- revised patch moving intro into an
+	  abstract instead of as separate section
+
+2014-06-19 11:23  strk
+
+	* Add postgis_noop(raster) function
+
+2014-06-16 06:55  robe
+
+	* #2737 typo
+
+2014-06-16 06:53  robe
+
+	* #2737 add back 900913 and update backup exclusion to exclude
+	  these. We still need to do somethng about upgrading
+	  spatial_ref_sys in general.
+
+2014-06-16 06:24  robe
+
+	* #2737 patch from Even Rouault: Upgrade of spatial_ref_sys.sql to
+	  EPSG v8.4, note also this update spatial_ref_sys to go back to
+	  using DATUM instead of towgs84 (back to PostGIS 1.5 syntax), add
+	  new definitions, fix some existing ones.
+
+2014-06-11 21:38  robe
+
+	* missing migration path from 2.1.3
+
+2014-06-09 04:25  robe
+
+	* fix typo in function proto for ST_NotSameAlignmentReason (had
+	  ST_SameAlignment)
+
+2014-06-01 23:38  robe
+
+	* #2752: raster @ and ~ operators not documented
+
+2014-06-01 21:54  robe
+
+	* #2752: raster && geometry is undocumented
+
+2014-05-29 09:57  strk
+
+	* Add availability info for raster/geometry operators
+	  
+	  See #2752
+
+2014-05-27 16:34  strk
+
+	* Wrap rtpostgis_upgrade.sql in a transaction (#2749)
+
+2014-05-25 19:51  dustymugs
+
+	* add news for GDAL 2.0
+
+2014-05-25 19:51  dustymugs
+
+	* basic support for GDAL 2.0
+
+2014-05-21 09:46  strk
+
+	* Reduce overhead of ST_Simplify calls against points and
+	  multipoints
+	  
+	  It takes half the time to run against 800k point records now
+	  (still double the time it takes to return those 800k records
+	  directly)
+	  
+	  See #2745
+
+2014-05-19 11:15  strk
+
+	* Drop PlanetPostgis announce (automatic via
+	  http://postgis.net/news)
+
+2014-05-19 03:03  robe
+
+	* fix links and version
+
+2014-05-14 10:27  strk
+
+	* Use a variable for extname
+
+2014-05-14 10:06  strk
+
+	* Complain if extension scripts are sourced in psql
+
+2014-05-14 09:09  strk
+
+	* Automate postgis_download_url setting in doc/postgis.xml
+	  
+	  Drop manual step from HOWTO_RELEASE (and change list to
+	  unnumbered)
+	  Closes #2735
+
+2014-05-14 08:43  strk
+
+	* Drop checkout step from release procedure, other cleanups
+	  
+	  See #2736
+
+2014-05-13 17:12  strk
+
+	* Reorder release steps to avoid touching repository after tag
+
+2014-05-13 16:58  strk
+
+	* Add "ChangeLog" rule, update HOWTO_RELEASE with that recipe
+
+2014-05-13 15:33  dustymugs
+
+	* tweak messages
+
+2014-05-13 15:33  dustymugs
+
+	* disable one unit test
+
+2014-05-13 15:33  dustymugs
+
+	* emit message for unknown GDAL drivers
+
+2014-05-13 12:44  strk
+
+	* Fix header guard
+
+2014-05-13 09:24  strk
+
+	* Header-guard postgis_config.h
+
+2014-05-12 21:41  robe
+
+	* fix url back
+
+2014-05-12 21:39  robe
+
+	* #2732 gserialized_estimate crashes under mingw64 windows when
+	  compiled with --enabled-debug
+
+2014-05-06 14:05  dustymugs
+
+	* strcat instead of sprintf
+
+2014-05-05 17:09  strk
+
+	* Tweak search_path inline when creating topology extension
+	  
+	  Also fixes postgis website url and "make clean" rule.
+	  NOTE: I found that AddToSearchPath code is duplicated, might be
+	  a good idea to drop one of the two implementations (both
+	  touched with this commit)
+
+2014-05-05 08:24  strk
+
+	* Remove debugging print from run_test.pl
+
+2014-05-05 08:08  strk
+
+	* Offline rasters are always supported
+
+2014-05-04 15:51  dustymugs
+
+	* add text mentioning env variables
+
+2014-05-04 15:51  dustymugs
+
+	* added support for POSTGIS_GDAL_ENABLED_DRIVERS and
+	  POSTGIS_ENABLE_OUTDB_RASTERS environment variables to set the
+	  boot values of the GUCs postgis.gdal_enabled_drivers and
+	  postgis.enable_outdb_rasters, respectively
+
+2014-04-30 11:37  strk
+
+	* Honour "Last Updated" objects comment for upgrade script (#2722)
+
+2014-04-26 14:01  dustymugs
+
+	* add VSICURL keyword for GUC postgis.gdal_enabled_drivers. add GUC
+	  posgis.enable_outdb_rasters
+
+2014-04-23 16:16  dustymugs
+
+	* check before inserting records into spatial_ref_sys. ticket #2715
+
+2014-04-22 14:29  dustymugs
+
+	* Unit tests fail on PostgreSQL 9.1 due to GUC behavior changes
+	  between 9.1 and 9.2. Ticket #2714
+
+2014-04-21 12:38  robe
+
+	* #2713: properly cast text to geom (don't enforce bad habits),
+	  flag ST_StartPoint and ST_EndPoint as working with
+	  CIRCULARLINSTRINGS
+
+2014-04-21 12:17  robe
+
+	* #2713 flag ST_ForceCurve as a curve function
+
+2014-04-21 08:28  robe
+
+	* #2685: get rid of COPY lines (we are now stripping them since 9.4
+	  adds it also when enable notice only)
+
+2014-04-21 08:12  robe
+
+	* #2685: ignore COPY notice (new feature in 9.4 tripping up regress
+	  checking)
+
+2014-04-19 08:41  bergun
+
+	* #2626 adding patch suggestion from @shane to jdbc and
+	  jdbc-jtsparser java projects inorder to be prepared to manually
+	  release jdbc jars on OSSRH
+
+2014-04-14 23:12  robe
+
+	* #2343 missing --with-sfcgal in docs
+
+2014-04-13 22:02  dustymugs
+
+	* If GUC postgis.gdal_enabled_drivers = 'DISABLE_ALL', use of
+	  GDALOpen and GDALOpenShared is disabled.
+
+2014-04-13 03:14  dustymugs
+
+	* remove --disable-offline-raster compile flag as by default the
+	  GUC postgis.gdal_enabled_drivers is set to DISABLE_ALL
+
+2014-04-13 03:07  dustymugs
+
+	* document the GUC postgis.gdal_enabled_drivers
+
+2014-04-13 03:07  dustymugs
+
+	* Addition of GUC postgis.gdal_enabled_drivers with default set to
+	  all GDAL drivers disabled
+
+2014-04-13 03:07  dustymugs
+
+	* initial steps at GUCs and additional drivers to skip by default
+
+2014-04-11 09:26  strk
+
+	* Fix testsuite with custom POSTGIS_REGRESS_DB set
+
+2014-04-11 09:05  strk
+
+	* Also disable PDF GDAL driver by default
+
+2014-04-11 04:30  robe
+
+	* #2711: topology script locations are wrong
+
+2014-04-11 00:08  dustymugs
+
+	* remove some noisy debug messages
+
+2014-04-10 21:53  dustymugs
+
+	* by default, prevent PostGIS raster from using GDAL drivers that
+	  can easily be abused (VRT, MEM, WCS, WMS)
+
+2014-04-10 21:53  dustymugs
+
+	* default blocking of GDAL VRT WCS WMS and MEM drivers
+
+2014-04-10 14:35  strk
+
+	* Do not allow loading offline rasters when explicitly disabled
+	  
+	  Previous commit only disabled _saving_ rasters with offline flag,
+	  this one prevents actually loading the offline data.
+	  You can still dump databases with offline raster specs.
+
+2014-04-10 14:22  strk
+
+	* Fix typo in error message
+
+2014-04-10 14:10  strk
+
+	* Encode dependency of raster objects on header files
+
+2014-04-10 09:54  strk
+
+	* Allow specifying name of regress database on make check
+	  
+	  Honours a POSTGIS_REGRESS_DB environment variable
+
+2014-04-10 09:53  strk
+
+	* Fix build with offline raster enabled (the default)
+
+2014-04-10 09:18  strk
+
+	* Add support for disabling offline raster storage at compile time
+	  
+	  Adds --disable-offline-raster configure switch
+	  Testsuite fails with offline rasters disabled (could be fixed to
+	  skip offline raster tests)
+
+2014-04-09 20:10  pramsey
+
+	* Quiet LLVM warnings and remove old ignores from properties
+
+2014-04-09 17:02  strk
+
+	* Add more debug prints
+
+2014-04-09 02:54  robe
+
+	* add malformed polygons and linestrings
+
+2014-04-08 08:49  strk
+
+	* Clean files generated on 'make gaden'
+	  
+	  And tell git to ignore them
+
+2014-04-07 19:15  nicklas
+
+	* #2672 regresstest
+
+2014-04-07 15:09  mloskot
+
+	* Document raster_columns.out_db metadata (Ticket #2705)
+
+2014-04-07 14:56  pramsey
+
+	* Fix ticket #
+
+2014-04-07 14:51  mloskot
+
+	* Handle error condition from fputs
+
+2014-04-07 14:44  pramsey
+
+	* #2704, ST_DumpPoints of EMPTY geometries crashes server
+
+2014-04-07 14:39  strk
+
+	* Re-add printing return from puts with POSTGIS_DEBUG_LEVEL defined
+
+2014-04-07 14:39  strk
+
+	* Echo input during garden testing
+
+2014-04-07 13:31  mloskot
+
+	* Update r12421: Remove use of no longer existent fputs result
+
+2014-04-05 12:30  strk
+
+	* Fix "make garden" rule (#2701)
+
+2014-04-05 04:03  robe
+
+	* cut in 2.0.5 release notes
+
+2014-04-04 11:47  strk
+
+	* Fix type detection in tables with null geometries (#2700)
+	  
+	  Includes testcase
+
+2014-04-04 05:26  robe
+
+	* #2698 put in converter for geomjson and fix tests to catch
+	  geomkml
+
+2014-04-04 03:24  robe
+
+	* remove more too much information
+
+2014-04-04 03:21  robe
+
+	* get rid of synonym description - don't want to have to remember
+	  to update 2 functions all the time.
+
+2014-04-04 03:19  robe
+
+	* #2696: correct the doco that ST_NumInteriorRings no longer works
+	  with multipolygons since polys
+
+2014-04-03 21:53  pramsey
+
+	* #2697, ST_GeomFromGeoJSON() of invalid GeoJSON Polygons crashes
+	  server process
+
+2014-03-31 04:18  robe
+
+	* add 2.0.5 and replace 2.1.2dev with 2.1.2
+
+2014-03-29 19:14  robe
+
+	* up port 2.1.1 and 2.1.2 release items from branch/2.1
+
+2014-03-29 05:17  pramsey
+
+	* #2690, documentation needs 2.1.2 release section
+
+2014-03-28 20:11  strk
+
+	* Also find uninstall_legacy.sql in :scriptdir, use \cd for 9.1
+	  support
+
+2014-03-28 19:41  strk
+
+	* More spatial_ref_sys truncation during test
+
+2014-03-28 19:00  strk
+
+	* Have regress/legacy.sql truncate spatial_ref_sys
+
+2014-03-28 18:57  strk
+
+	* Allow using :scriptdir variable in regress tests
+	  
+	  Have legacy.sql use it to find legacy.sql.
+	  The run_test.pl script sets it using pg_config when --extensions
+	  switch is given.
+
+2014-03-28 13:07  pramsey
+
+	* #2687, pass tests when both raster and vector installed
+
+2014-03-26 15:04  pramsey
+
+	* CircNode compare function needs to deference inputs
+
+2014-03-26 10:25  pramsey
+
+	* Quiet llvm warning
+
+2014-03-26 10:23  pramsey
+
+	* Go back to old hasz behavior
+
+2014-03-26 10:11  colivier
+
+	* #2681 fix.
+
+2014-03-26 09:31  pramsey
+
+	* Fix up GeoJSON empty poly fix a little more
+
+2014-03-26 09:25  pramsey
+
+	* #2619, SIGSEGV in ST_GeomFromGeoJSON with empty list of
+	  coordinates
+
+2014-03-25 20:08  bergun
+
+	* #2626 updating pom.xml versions to 2.2.0SVN on trunk
+
+2014-03-25 18:59  pramsey
+
+	* #2382, Can't upgrade postgis ERROR: attempt to redefine parameter
+	  "postgis.backend"
+
+2014-03-25 17:35  pramsey
+
+	* #2382, Can't upgrade postgis ERROR: attempt to redefine parameter
+	  "postgis.backend"
+
+2014-03-25 11:38  pramsey
+
+	* Remove test output
+
+2014-03-25 08:35  pramsey
+
+	* Quiet tests
+
+2014-03-25 08:03  pramsey
+
+	* Uncomment tests
+
+2014-03-24 15:25  pramsey
+
+	* #2634, should fix geography-tree-distance errors in cases
+	  where polygons interact with collections.
+
+2014-03-24 15:14  strk
+
+	* Update $libver after upgrade
+
+2014-03-24 09:07  colivier
+
+	* #2330 Add SFCGAL Boost (and more) requires
+
+2014-03-22 05:51  robe
+
+	* #2620 allow kFreeBSD to be treated as FreeBSD
+
+2014-03-22 04:26  robe
+
+	* #2674 raster missing availability info for some operators and
+	  functions used in equality operator
+
+2014-03-18 16:35  strk
+
+	* Fix travis build by only installing postgresql 9.1 (#2678)
+
+2014-03-16 18:36  nicklas
+
+	* Fix for #2671
+
+2014-03-13 21:26  robe
+
+	* #2551: documentation upgrade (old way update) but revised to
+	  reflect we no longer have version number on update scripts.
+
+2014-03-13 21:09  robe
+
+	* #2621 Resources for documentation doesn't get installed - apply
+	  patch from mwanner
+
+2014-03-10 20:34  nicklas
+
+	* Add a twkb regression test more
+
+2014-03-10 20:25  nicklas
+
+	* Make the error message about wrong calculated size in twkb a
+	  little more verbose.
+
+2014-03-10 20:08  nicklas
+
+	* lround should be more correct than round since we expect a long
+	  int in return
+
+2014-03-10 19:31  nicklas
+
+	* #2670 cleaning some code
+
+2014-03-10 19:16  nicklas
+
+	* #2672, fix null handling for ST_AsTWKBagg
+
+2014-03-10 18:45  robe
+
+	* #2609 topogeo_AddPolygon unnecessary use of DISTINCT
+
+2014-03-10 04:30  robe
+
+	* update log table name for 2.2 among other things
+
+2014-03-09 23:16  robe
+
+	* #2558: WKT form(s) of MULTIPOINT documentation make OGC compliant
+
+2014-03-09 18:51  strk
+
+	* Error out at configure time if no SQL preprocessor can be found
+	  
+	  Closes #2666
+
+2014-03-09 18:42  strk
+
+	* Add Baris to git/svn authors files
+
+2014-03-09 14:24  nicklas
+
+	* Add regression tests for twkb
+
+2014-03-08 00:45  pramsey
+
+	* #2636, Regress ST_Distance_Sphere between 2.1.2dev and 2.0.4 with
+	  2D
+
+2014-03-07 23:58  pramsey
+
+	* #2634, regression in sphere distance code
+
+2014-03-07 23:20  pramsey
+
+	* #2546, GeoJSON with string coordinates parses incorrectly
+
+2014-03-06 06:32  robe
+
+	* revise ST_AsTWKBAgg so garden autogenerates aggregate test and
+	  comment is right
+
+2014-03-06 05:54  pramsey
+
+	* #2638, geography ST_Intersects bugginess with
+	  Polygon/multilinestring M
+
+2014-03-06 05:40  robe
+
+	* another minor edit
+
+2014-03-06 05:39  robe
+
+	* forgot to save last change
+
+2014-03-06 05:38  robe
+
+	* #2661: st_astwkb_agg(geometry,int) needs code comment and
+	  violates naming convention, also fixed minor issues with
+	  description
+
+2014-03-04 20:35  bergun
+
+	* #2626 moving jtssrc folder as a separate maven project to
+	  ./java/jdbc_jtsparser
+
+2014-03-03 21:15  bergun
+
+	* #2626 removing properties from version tag also removing explicit
+	  plugin declarations and adding an overview.html for javadoc
+
+2014-03-03 18:01  strk
+
+	* Fix guessing module from .sql script (#2659)
+
+2014-03-03 03:06  robe
+
+	* fix website links to go to postgis.net
+
+2014-03-03 02:56  robe
+
+	* allow upgrade from 2.1.2dev, fix copyright notices (e.g. point to
+	  postgis.net)
+
+2014-03-01 12:47  strk
+
+	* Add --upgrade-path switch, honour -v on install/upgrade error
+	  
+	  Also print scripts versions
+	  Closes #2652
+
+2014-02-25 17:56  pramsey
+
+	* Fix variable decls in debug statements
+
+2014-02-25 14:49  strk
+
+	* Fix topology extension upgrade script building (#2656)
+
+2014-02-25 08:32  strk
+
+	* Qualify hash as such
+	  
+	  Attempt to fix #2656
+
+2014-02-24 20:47  strk
+
+	* Remove unused variable
+
+2014-02-24 20:46  strk
+
+	* Do not use IRC notices for build statuses
+	  
+	  .. should still send messages to the IRC channel, just not
+	  notices
+
+2014-02-24 20:46  strk
+
+	* Output single upgrade script for topology: topology_upgrade.sql
+
+2014-02-24 19:24  strk
+
+	* Output single upgrade script for rtpostgis: rtpostgis_upgrade.sql
+
+2014-02-24 18:37  strk
+
+	* Update ignore file now that we have a single postgis_upgrade.sql
+
+2014-02-24 18:31  strk
+
+	* Output single upgrade script for postgis: postgis_upgrade.sql
+
+2014-02-24 10:26  strk
+
+	* Let users without topology privileges call postgis_full_version()
+	  
+	  Closes #2655
+
+2014-02-24 08:26  strk
+
+	* Have postgis_proc_upgrade read "source" version from the live db
+	  
+	  The "version_from" parameter becomes then obsoleted (still
+	  accepted)
+	  See #2560
+
+2014-02-24 06:45  strk
+
+	* Fully qualify calls to topology methods (#2653)
+
+2014-02-23 17:36  strk
+
+	* Do not use ubuntugis-unstable
+	  
+	  Also, search for libgdal and postgresql-server
+
+2014-02-23 17:35  strk
+
+	* Strip carriage returns from .travis.yml
+
+2014-02-23 16:29  strk
+
+	* Fix AGG signatures with multi-word typenames
+	  
+	  For example... "double precision".
+	  This fixes upgrades involving drop/recreate of aggregates
+
+2014-02-23 16:22  strk
+
+	* Fix --extension --upgrade handling
+
+2014-02-23 16:13  strk
+
+	* Fix ambiguous query in tickets.sql when raster support is loaded
+	  
+	  See #2651
+
+2014-02-23 16:09  strk
+
+	* Do not force extension-specific removal of objects on upgrade
+	  
+	  It should be taken care of by the upgrade scripts themselves
+
+2014-02-23 15:42  strk
+
+	* Add support for --extension --upgrade in run_test.pl
+
+2014-02-22 21:49  strk
+
+	* Allow DROP (with no IF EXISTS) to end up in upgrade scripts
+	  
+	  Fixes raster upgrade
+
+2014-02-22 21:29  strk
+
+	* More drop of non-obsoleted aggregate signatures removed
+
+2014-02-22 21:09  strk
+
+	* Do not force drop of non-obsoleted aggregate signatures
+
+2014-02-22 21:09  strk
+
+	* Fix cleaning rule
+
+2014-02-22 20:44  strk
+
+	* Simplify use of flags
+
+2014-02-22 20:39  strk
+
+	* Ignore new temporary raster upgrade files
+
+2014-02-22 20:34  strk
+
+	* Fix build of unit tests with libtool 2.4.2
+	  
+	  The error was:
+	  undefined reference to symbol 'lround@@GLIBC_2.2.5'
+	  
+	  For some reason -lm found in liblwgeom.la is not being taken
+	  in consideration. See #2649
+
+2014-02-22 20:11  strk
+
+	* Fix reference to website
+
+2014-02-22 20:10  strk
+
+	* Stop copying upgrade minor from upgrade_prev
+	  
+	  postgis_proc_upgrade should do the right thing
+
+2014-02-22 16:48  strk
+
+	* Print warning on missing last updated info in aggregates
+
+2014-02-22 16:29  strk
+
+	* Use last Changed/Availability in a multi-change comment
+	  
+	  See #2560
+
+2014-02-22 16:16  strk
+
+	* Extract "last updated" info of aggregates from sql
+	  
+	  See #2560
+
+2014-02-22 15:31  strk
+
+	* Soft upgrade: avoid drop/recreate of aggregates that hadn't
+	  changed
+	  
+	  Generate raster upgrade script using postgis_proc_upgrade
+	  Add 2.2.0 availability for new raster aggregates
+	  See #2560
+
+2014-02-22 08:36  strk
+
+	* Fully qualify topology.topology (#2648)
+
+2014-02-20 05:46  robe
+
+	* #2646 typo arithmetric -> arithmetric in ST_Centroid
+
+2014-02-14 03:32  robe
+
+	* #2576 Error in manual wrt using_raster RT_PLPython
+
+2014-02-14 03:25  robe
+
+	* #25#2582 fix all references to -1 in constructors and change to 0
+	  (SRID Unknown)
+
+2014-02-05 23:00  pramsey
+
+	* #2534, st_distance is returning incorrect results for large
+	  geographies
+
+2014-02-05 17:43  pramsey
+
+	* #2632, ST_AsGML for curve types
+
+2014-02-05 05:25  pramsey
+
+	* #2396, wrap wkb outputting tests in explicit endianness
+
+2014-02-04 23:17  pramsey
+
+	* #2615, EstimatedExtent (and hence, underlying stats) gathering
+	  wrong bbox
+
+2014-02-04 22:44  pramsey
+
+	* #2543, invalid join selectivity error from simple query
+
+2014-02-04 19:44  pramsey
+
+	* #2556, geography ST_Intersects results depending on insert order
+
+2014-02-04 08:39  strk
+
+	* Drop more geometry::text casts (#2616)
+	  
+	  Drop them from get*bypoint functions and from
+	  TopoJSON and GML export functions
+
+2014-02-04 08:34  strk
+
+	* Fix ST_ModEdgeSplit documentation (#2633)
+
+2014-02-04 05:57  pramsey
+
+	* Add more info to circtree structures
+
+2014-01-30 19:17  pramsey
+
+	* #2588, GeometryCollection constructor parse defect for sub
+	  geometries (POINTM,POLYGONM,...) of GEOMETRYCOLLECTIONM (From
+	  bergun)
+
+2014-01-29 21:47  nicklas
+
+	* First varint cunit test
+
+2014-01-29 21:44  nicklas
+
+	* Remove flagging for first vertex and just substract with 0
+	  instead
+
+2014-01-29 21:32  nicklas
+
+	* Use signed instead of unsignet varint for ID and check for values
+	  out of varint range
+
+2014-01-29 17:49  pramsey
+
+	* #2622, Update links to PostGIS website in source file headers
+
+2014-01-27 18:03  strk
+
+	* Replace calls to deprecated 'Equals' with calls to 'ST_Equals'
+
+2014-01-27 18:02  strk
+
+	* Drop all calls to geometry::text during topology population
+	  (#2616)
+
+2014-01-27 11:32  strk
+
+	* Reduce calls to geometry::text during topology population (#2616)
+
+2014-01-22 16:19  strk
+
+	* Add notice about 2.0.0 having drop the SRID check in operator &&
+
+2014-01-18 20:28  nicklas
+
+	* Fix two wrong behavior in TWKB with optional id and type in
+	  different situations
+
+2014-01-17 03:35  dustymugs
+
+	* Fix the inability to open more than ~1024 unique out-db files in
+	  one process
+
+2014-01-13 22:50  strk
+
+	* Ensure face splitting algorithm uses the edge index (#2610)
+
+2014-01-07 04:16  dustymugs
+
+	* Addition of mask parameter for ST_MapAlgebra. Merge of pull
+	  request 17 from github. Lots of thanks to nclay for the hard
+	  work. Ticket #2341.
+
+2014-01-04 17:53  dustymugs
+
+	* Remove use of void pointers in rt_raster_from_gdal_dataset to
+	  prevent void point arithemetics. Ticket #2589
+
+2014-01-01 01:28  robe
+
+	* #2593: document topology relationship functions intersects and
+	  equals.
+
+2013-12-19 17:24  strk
+
+	* Ensure output dir is created before attempting to write to it
+	  
+	  See https://travis-ci.org/postgis/postgis/builds/15654853#L1357
+
+2013-12-18 15:55  strk
+
+	* Do not allow installing postgis twice in the same database
+	  (#2580)
+	  
+	  Checks for the presence of a "postgis_version" function,
+	  and if found raises an exception with a message with
+	  the schema containing it.
+
+2013-12-15 20:44  dustymugs
+
+	* upgrade fixes for ST_CountAgg
+
+2013-12-15 19:24  dustymugs
+
+	* Add ST_CountAgg(). Ticket #2567
+
+2013-12-14 20:54  dustymugs
+
+	* Added docs for ST_SummaryStatsAgg()
+
+2013-12-14 20:54  dustymugs
+
+	* added ST_SummaryStatsAgg(). Ticket #2565
+
+2013-12-14 20:54  dustymugs
+
+	* ignore all topology/topology_upgrade_*_minor.sql
+
+2013-12-07 19:22  dustymugs
+
+	* fix GUC gdal_datapath
+
+2013-12-07 14:18  dustymugs
+
+	* fix parse cleanup of reclassarg and add unit tests
+
+2013-12-07 14:18  dustymugs
+
+	* rearrange includes
+
+2013-12-05 12:45  robe
+
+	* #2554: Fix name of postgis.gdal_path (wrong in docs). Give an
+	  example of new ST_MapAlgebra syntax for neighborhood callback for
+	  ST_Mean4ma.
+
+2013-11-27 15:50  dustymugs
+
+	* fix NULL raster handling in ST_AsPNG, ST_AsJPEG and ST_AsTIFF
+
+2013-11-21 17:19  strk
+
+	* Fix ST_Simplify(TopoGeometry) for hierarchical topogeoms (#2547)
+
+2013-11-21 16:53  strk
+
+	* Add link from TopoElement to TopoElementArray
+
+2013-11-16 22:35  robe
+
+	* #2544: clarify how to release docs, update the
+	  extensions/upgradeable_versions.mk to include latest releases
+
+2013-11-12 22:06  pramsey
+
+	* Remove warnings in llvm/clang
+
+2013-11-11 18:48  robe
+
+	* #2541 put in missing para end tag
+
+2013-11-11 17:42  robe
+
+	* #2541 document = and ~= raster operators
+
+2013-11-09 02:54  dustymugs
+
+	* Rename GUC postgis.gdal.datapath to postgis.gdal_datapath. Ticket
+	  #2540
+
+2013-11-07 15:02  dustymugs
+
+	* Added missing operators. Ticket #2532
+
+2013-11-06 17:16  strk
+
+	* Autogenerate the extension unpackaged script for topology (#2531)
+	  
+	  Required a change in create_unpackaged.pl to NOT add schemas
+
+2013-11-06 16:52  strk
+
+	* Autogenerate the extension unpackaged script (#2531)
+	  
+	  Uses a new create_unpackaged.pl script which may be also used
+	  for other extensions. This commit only uses it for the postgis
+	  one.
+
+2013-11-06 16:25  strk
+
+	* Fix dangling commutator for raster/geometry OPERATOR ~ (#2532)
+
+2013-11-06 15:10  strk
+
+	* Do not continue if there's any error in building extensions
+
+2013-11-06 14:56  strk
+
+	* Drop another duplicated signature
+
+2013-11-06 13:53  strk
+
+	* Remove duplicated signature
+
+2013-11-06 09:39  strk
+
+	* Fix small memory leak in lwline_split_by_line (#2528)
+	  
+	  Thanks Alessandro Furieri for the report and test
+
+2013-11-06 04:52  dustymugs
+
+	* added -k to raster2pgsql for skipping band is NODATA check
+
+2013-11-05 19:58  pramsey
+
+	* #2529, inconsistent behaviour in ST_FlipCoordinates
+
+2013-11-05 19:01  strk
+
+	* Fix urls
+
+2013-11-04 20:51  robe
+
+	* #2517 change to reflect using 2.2 scripts instead of 2.0 scripts
+
+2013-11-03 02:53  robe
+
+	* fix xml parse error
+
+2013-11-02 21:03  dustymugs
+
+	* code cleanup
+
+2013-11-02 21:03  dustymugs
+
+	* changed behavior of how non-spatially referenced rasters are
+	  handled
+
+2013-11-02 21:02  dustymugs
+
+	* syntax cleanup
+
+2013-11-02 18:30  robe
+
+	* #2522 document RegExp::Assemble perl dependency
+
+2013-10-30 09:54  strk
+
+	* Cleanup the NEWS file
+	  
+	  Drop license change info (#2514) as it's not really new since
+	  we'll be releasing 2.1.1 way before 2.2.0.
+
+2013-10-30 09:35  strk
+
+	* Clarify licensing of PostGIS core as GPL2+ (#2515)
+
+2013-10-28 19:47  dustymugs
+
+	* wrong ticket
+
+2013-10-28 18:53  dustymugs
+
+	* Change raster license from v3+ to v2+. Ticket #2516
+
+2013-10-24 16:49  strk
+
+	* Document ST_ForceCurve (#2430)
+
+2013-10-24 15:56  strk
+
+	* Use postgis_scripts_installed to fetch installed version if
+	  lib_version fails
+	  
+	  Soft-uprading from 1.0 to any other 1.x would still fail unless
+	  the
+	  old 1.0 library is around. See #2510
+
+2013-10-19 17:12  dustymugs
+
+	* Support materialized views and foreign tables in raster_columns
+	  and raster_overviews. Ticket #2512
+
+2013-10-19 04:24  pramsey
+
+	* #2433, ST_ConcaveHull 2.1 regress failure compared to 2.0
+
+2013-10-18 21:32  pramsey
+
+	* #2511, geometry_columns doesn't support materialized views or
+	  foreign tables
+
+2013-10-18 21:00  pramsey
+
+	* #2463, st_length on curve is on linearized geom
+
+2013-10-18 17:20  pramsey
+
+	* #2494, Avoid unnecessary memory copy in
+	  gserialized_datum_get_box2df_p
+	  From hayamiz. Adding to trunk for testing, acceptance before
+	  applying to 2.1/2.0
+
+2013-10-16 22:43  pramsey
+
+	* #2511 geometry_columns doesn't support materialized views
+
+2013-10-16 16:12  strk
+
+	* Close opened filedescriptors after use. Might help with #2509
+
+2013-10-15 15:02  strk
+
+	* Use a different diff file for each tested shapefile output file
+	  
+	  Hopefully fixes #2507 (permission denied on overriding a tmp
+	  file)
+
+2013-10-15 14:31  strk
+
+	* More hard-coded version numbers reduction
+	  
+	  This commit fixes raster and postgis/raster extension.
+	  I noticed that the extension files have what looks like being
+	  an attempt to compute the "previous" version in another way,
+	  but haven't tried to use those variables. Also, I think it would
+	  be worth moving all the version strings into the Version.config
+	  file in top-level. Not done by this commit, but comments left
+
+2013-10-13 15:44  robe
+
+	* #2506 regress failure on 32-bit windows PostgreSQL. More
+	  stringent round but also subtract to guarantee they are the same
+
+2013-10-11 12:11  strk
+
+	* Fix literalsrid dumper test (#2507)
+
+2013-10-11 12:11  strk
+
+	* Name dumper test shapefile after test name (#2507)
+
+2013-10-10 15:20  strk
+
+	* Take stderr noise from diff as failure. Fixes false negatives
+	  (#2505)
+
+2013-10-10 09:01  strk
+
+	* Copy 2.1.0 NEWS section from the 2.1 branch
+
+2013-10-10 08:45  strk
+
+	* Drop run_test, long live run_test.pl !
+
+2013-10-10 08:29  strk
+
+	* Create regression tests for pgsql2shp (#2390)
+	  
+	  NOTE: only implemented in run_test.pl (not in run_test.sh)
+
+2013-10-10 07:11  strk
+
+	* Advertise -v, do not load rc file while fetching databases list
+
+2013-10-09 15:58  strk
+
+	* Print usage and exit if only option switches are given to
+	  run_test.pl
+
+2013-10-09 15:24  strk
+
+	* Fix usage string for run_test.pl
+
+2013-10-09 14:42  strk
+
+	* Add 2.0.4 block in NEWS file
+
+2013-10-09 14:36  strk
+
+	* Fix segfault on bogus pgsql2shp call (#2504)
+
+2013-10-09 10:06  strk
+
+	* Reduce hard-coded version numbers to only one (previous minor
+	  version)
+
+2013-10-09 06:36  strk
+
+	* Put postgis_topology_scripts_installed() in topology schema
+	  (#2502)
+	  
+	  This was the only topology signature installed in the default
+	  schema.
+	  The postgis_full_version() function is updated to find it there.
+
+2013-10-08 17:46  strk
+
+	* Drop signatures replaced in 2.1 (#2489)
+
+2013-10-07 19:31  pramsey
+
+	* infinite loop around gserialized_gist_picksplit_2d from smagen
+	  (#2449)
+
+2013-10-07 17:56  pramsey
+
+	* Filter LOG entries #2499
+
+2013-10-07 02:13  robe
+
+	* fix typos
+
+2013-10-06 17:15  robe
+
+	* typo oops (hope strk doesn't catch this)
+
+2013-10-06 17:00  robe
+
+	* add new section to document gucs, move raster
+	  postgis.gdal.data.path to guc section, exclude gucs from comment
+	  sql generation.
+
+2013-10-06 01:50  robe
+
+	* update link for http://workshops.boundlessgeo.com/postgis-intro/
+	  and also put in more pretty tags for common faqs
+
+2013-10-03 03:45  dustymugs
+
+	* added regression tests for ticket #2493
+
+2013-10-03 03:18  dustymugs
+
+	* Fixed behavior of ST_DumpValues(raster, ...) when passed an empty
+	  raster. Ticket #2493
+
+2013-09-30 20:26  robe
+
+	* #2490 point back to state level zip files (only available in
+	  tiger 2010 folder)
+
+2013-09-27 21:49  robe
+
+	* #2396 change one more test to endian agnostic, fix transposition
+	  error in a ticket number
+
+2013-09-27 16:34  strk
+
+	* Add deprecation WARNINGS for functions deprecated 1 version ago
+	  
+	  NOTE: it means a full version cycle with non-warned deprecations
+	  
+	  See #2440
+
+2013-09-27 16:34  strk
+
+	* Change deprecation warning to raise a WARNING after 2 version
+	  deprecation time
+	  
+	  I kept the DEBUG for the first deprecating version to keep
+	  changes
+	  small (no need to change testsuite again) but I really think
+	  it should be at least a NOTICE in that case, or nobody would
+	  notice.
+	  
+	  See #2440
+
+2013-09-27 14:58  strk
+
+	* Remove misplaced comment
+
+2013-09-26 15:31  strk
+
+	* Tweak TopologySummary output to count all layers (not only
+	  populated ones)
+
+2013-09-24 21:50  robe
+
+	* #2396 liblwgeom tests fail on big-endian architectures (oops
+	  copied the wrong tickets file) (5th time)
+
+2013-09-24 21:44  robe
+
+	* #2396 liblwgeom tests fail on big-endian architectures (oops
+	  copied the wrong tickets file) (4th time)
+
+2013-09-24 21:34  robe
+
+	* #2396 liblwgeom tests fail on big-endian architectures (oops
+	  copied the wrong tickets file) (4th time)
+
+2013-09-24 21:23  robe
+
+	* #2396 liblwgeom tests fail on big-endian architectures (oops
+	  copied the wrong tickets file) (3rd time hopefully a charm)
+
+2013-09-24 21:09  robe
+
+	* #2396 liblwgeom tests fail on big-endian architectures (oops
+	  copied the wrong tickets file)
+
+2013-09-24 21:02  robe
+
+	* #2396 liblwgeom tests fail on big-endian architectures.
+
+2013-09-23 04:52  robe
+
+	* #2466 point json-c to github loc instead of old 0.9 loc
+
+2013-09-22 21:43  robe
+
+	* #2483 patch from Kashif Rasul (get rid of deprecated calls,
+	  update to use faster dump format, and update create scripts to
+	  use 2013 data
+
+2013-09-22 02:40  dustymugs
+
+	* clean up code for ST_Intersects(geometry, raster)
+
+2013-09-22 01:36  robe
+
+	* #2440 -- changed deprecated example to test by setting to debug
+	  mode.
+
+2013-09-22 01:17  robe
+
+	* #2440 -- remove warnings from functions -- (pushing this to a
+	  debug level notice)
+
+2013-09-15 02:46  robe
+
+	* merge in 2.1.0 and 2.0.4 release notes and start 2.2 chain
+
+2013-09-08 15:08  robe
+
+	* update to include updating source.html page. Minor other changes
+	  reshuffling
+
+2013-09-07 13:27  strk
+
+	* Clean up restore script (#2471)
+
+2013-09-06 22:52  pramsey
+
+	* Splling (#2255)
+
+2013-09-06 16:46  strk
+
+	* Enhance error messages in lwgeom_intersection and
+	  lwgeom_normalize
+
+2013-09-05 08:11  robe
+
+	* #2168 test to test non-commutative fix of geog ST_Distance
+
+2013-09-04 23:42  robe
+
+	* change to notify only on change or for success and always for
+	  failure
+
+2013-09-04 23:39  robe
+
+	* Test travis alerting system
+
+2013-09-04 16:39  robe
+
+	* travis yaml script for testing many thanks to Getty (Torsten
+	  Raudssus)
+
+2013-09-04 12:22  strk
+
+	* Set default client_min_messages to NOTICE when running tests
+	  
+	  See #2467 and #2469
+
+2013-09-03 17:31  robe
+
+	* #2467 add min_messages so travis doesn't scream
+
+2013-09-02 16:15  pramsey
+
+	* Geog intersection fix, from kashif (#2434)
+
+2013-09-01 00:09  robe
+
+	* #2456 : update HOWTO_RELEASE to include flipping docs alias when
+	  relevant. Also some other minor edits
+
+2013-08-31 15:46  dustymugs
+
+	* Fix behavior of ST_PixelAsXXX functions with regard to
+	  exclude_nodata_value parameter
+
+2013-08-30 23:03  robe
+
+	* Add 2.2 what's new section
+
+2013-08-26 22:57  nicklas
+
+	* change to int8 for twkb ID in doc
+
+2013-08-26 22:35  nicklas
+
+	* add support for ID up to int64
+
+2013-08-26 20:55  nicklas
+
+	* remove double sql signatures
+
+2013-08-26 18:58  nicklas
+
+	* Remove homebrewed compression method. Don't add ID if not used.
+
+2013-08-23 19:57  pramsey
+
+	* Allow version parser to handle PostgreSQL 9.3rc1
+
+2013-08-23 12:02  robe
+
+	* fix typo in function name
+
+2013-08-23 03:51  robe
+
+	* #2413 -- switch extension to use 2013 loader script instead
+
+2013-08-23 03:33  robe
+
+	* #2413 -- create 2013 -- so far thru testing seems like just
+	  changing the year in variables is sufficient
+
+2013-08-23 02:45  robe
+
+	* #2446 Drop_Nation_Script doco is wrong
+
+2013-08-22 15:32  strk
+
+	* Fix AsTopoJSON example to output correctly formatted arcs (#2444)
+
+2013-08-22 04:36  robe
+
+	* #2441 Tiger geocoder uses new features only available in Postgres
+	  9.3. Revised since running with sh didn't like some of my changes
+
+2013-08-22 03:56  robe
+
+	* #2441 Tiger geocoder uses new features only available in Postgres
+	  9.3. Changed to not use CREATE .. IF NOT EXISTS and use DO
+	  instead. Also revised extension to upgrade loader (it wasn't
+	  before)
+
+2013-08-21 21:45  pracine
+
+	* Fixed more null cases.
+
+2013-08-18 21:59  nicklas
+
+	* Fix wrong size-calculation when mixed types in aggregated twkb
+
+2013-08-17 23:23  nicklas
+
+	* Add varInt encoding for twkb (seems to be the best option)
+
+2013-08-16 18:49  nicklas
+
+	* fix back polyhedralsurface to distance calculations #2431 (trunk)
+
+2013-08-16 00:57  robe
+
+	* #2435 ST_Summary document S flag
+
+2013-08-14 22:40  strk
+
+	* Implement ST_ForceCurve (#2430)
+
+2013-08-14 07:37  strk
+
+	* lw_segment_side may return any negative number, not just -1
+	  (#2420)
+	  
+	  Adds other unit tests for line desegmentation excercising
+	  quadrant
+	  computation.
+
+2013-08-13 23:48  strk
+
+	* Fix computation of number of quadrants per arc (#2420)
+	  
+	  Note: I had to change some tests that expected 3-quadrant curves
+	  to be accepted as curvey input to rely on round-trip instead
+
+2013-08-13 23:47  strk
+
+	* Pick curve control point farther than in the middle
+	  
+	  Seems to get a good point when doing manual tests...
+
+2013-08-13 22:54  strk
+
+	* Make sure to retain first point of curves on linearization
+	  (#2427)
+
+2013-08-13 07:27  strk
+
+	* Fix short allocation of edge to curves store (#2425)
+
+2013-08-13 06:51  strk
+
+	* Add COMPOUNDCURVE in MULTICURVE support for ST_CurveToLine
+	  (#2424)
+
+2013-08-12 18:11  strk
+
+	* Require all arc edges to form the same angle (#2423)
+	  
+	  Note: gives expected result for #183
+
+2013-08-12 09:59  strk
+
+	* Fix ticket reference (it's #2420, not 30)
+
+2013-08-11 17:05  strk
+
+	* Declare variables the proper C way
+
+2013-08-11 15:55  strk
+
+	* Require at least 8 edges to define a full circle (#2420)
+
+2013-08-11 09:07  strk
+
+	* Add cunit-level test for #2412
+
+2013-08-11 08:40  strk
+
+	* Fix ST_LineToCurve with input having less than 4 vertices (#2412)
+
+2013-08-10 06:26  robe
+
+	* #2414 extension not installing census tables
+
+2013-08-10 06:15  robe
+
+	* #2419: agc_rules loading defaulting to is_custom true instead of
+	  false
+
+2013-08-09 06:59  strk
+
+	* Fix ST_Multi with COMPOUNDCURVE and CURVEPOLYGON types (#2415)
+
+2013-08-08 23:11  robe
+
+	* dupe 2934 (give Northwest next id), get rid of hard-coding of
+	  schemas in sh line
+
+2013-08-08 22:55  robe
+
+	* dupe 2934 (give Northwest next id)
+
+2013-08-08 21:19  robe
+
+	* #2396: liblwgeom CUnit tests fail on big-endian architectures.
+
+2013-08-08 06:07  strk
+
+	* Fix segmentize of collinear curve (#2410)
+
+2013-08-08 06:07  strk
+
+	* Ignore generated file
+
+2013-08-08 05:20  robe
+
+	* #2403 force northwest into postdir, fix some other casing issues
+	  and upport any other changes.
+
+2013-08-07 18:41  nicklas
+
+	* #2405 second try
+
+2013-08-06 19:19  nicklas
+
+	* #2405 fix handling of the newer create aggregate syntax
+
+2013-08-06 17:09  nicklas
+
+	* getting rid of some compiling warnings
+
+2013-08-04 21:27  nicklas
+
+	* Initial commit of TWKB implimentation to trunk
+
+2013-08-04 16:36  robe
+
+	* #2404: DISTRICT OF COLUMBIA is not abbreviated
+
+2013-08-03 16:58  robe
+
+	* #2401 add is_custom options to pagc_rules table
+
+2013-08-02 20:56  dustymugs
+
+	* Fixes to make sure PostgreSQL version > 9.2 compile without
+	  warnings
+
+2013-08-02 19:51  dustymugs
+
+	* Split rt_core/rt_api.c and rt_pg/rt_pg.c into smaller files.
+
+2013-07-31 18:31  pramsey
+
+	* Update news
+
+2013-07-31 18:30  pramsey
+
+	* (#2397) read LDID/CPG where appropriate
+
+2013-07-23 06:28  strk
+
+	* Use a single INSERT for preparing the data
+
+2013-07-20 03:44  robe
+
+	* #2230 can't dump on windows 64 if schema qualified. Fix by
+	  replacing with more modern code (follow same pattern and
+	  standardiz naming of variable as shp2pgsql) (should probably
+	  apply astyle but will do later)
+
+2013-07-20 01:40  robe
+
+	* man page for shp2pgsql-gui provided by Mònica Ramírez Arceda and
+	  mwanner
+
+2013-07-19 05:48  robe
+
+	* minor updates to PAGC
+
+2013-07-19 04:06  robe
+
+	* more clarification
+
+2013-07-19 04:04  robe
+
+	* typo
+
+2013-07-19 04:04  robe
+
+	* update pagc install instructions
+
+2013-07-17 14:45  dustymugs
+
+	* Fixed variable datatype in ST_Neighborhood. Ticket #2384
+
+2013-07-17 14:02  dustymugs
+
+	* Removed use of \' from raster warning message. Ticket #2383
+
+2013-07-15 16:09  robe
+
+	* reset gaz counter
+
+2013-07-15 16:07  robe
+
+	* oops deleted pagc_gaz entries. Also add ST LOUIS (fails regress
+	  without)
+
+2013-07-15 14:44  robe
+
+	* #2381 make std word upper case, #2380 (add a lex entry for BAY
+	  STATE) so correctly parses
+
+2013-07-15 12:53  robe
+
+	* fix formatting
+
+2013-07-14 18:37  strk
+
+	* GEOS 3.3.8 uses old snapping (#2379)
+
+2013-07-12 12:35  robe
+
+	* flesh out pagc_normalize_address and point out issue with batch
+	  and workaround for issue.
+
+2013-07-11 00:40  robe
+
+	* 
+
+2013-07-10 22:46  robe
+
+	* update extension to support upcoming 2.0.4 and 2.1.0rc1
+
+2013-07-10 11:37  robe
+
+	* huh more mistakes
+
+2013-07-10 11:28  robe
+
+	* oops more mistakes in link end
+
+2013-07-10 11:20  robe
+
+	* fix disallowed note child in abstract
+
+2013-07-10 03:43  robe
+
+	* #2245 Doc patches to tiger
+
+2013-07-10 02:47  robe
+
+	* #2367 briefly document pagc in docs and where to get. will flesh
+	  out later, but good enough for 2.1 release
+
+2013-07-09 16:29  robe
+
+	* #2378 document that ST_CollectionExtract and
+	  ST_CollectionHomegenize are flawed when dealing with polygons
+	  with shared edges
+
+2013-07-09 03:36  pramsey
+
+	* Allow --libintl-prefix to set cpp flags
+
+2013-07-08 06:57  robe
+
+	* missed spot
+
+2013-07-05 10:40  strk
+
+	* Fix the ST_MakeValid leak, keep it crash-free (#2307)
+
+2013-07-05 10:26  strk
+
+	* Add cunit test for #2307
+	  
+	  So now we have a "leak or crash" situation.
+
+2013-07-02 22:34  pramsey
+
+	* #2307, remove spaces in hex string
+
+2013-07-02 22:33  pramsey
+
+	* #2307, test and comment on free line
+
+2013-07-02 21:52  robe
+
+	* #876 ST_Azimuth doc patch
+
+2013-07-02 20:15  pramsey
+
+	* #2371, Support GEOS versions with more than 1 digit in micro
+
+2013-07-02 16:11  robe
+
+	* move example to ST_HausdorffDistance
+
+2013-07-02 15:43  robe
+
+	* bah get rid of last example not quite the solution for problem
+	  after further ruminating.
+
+2013-07-02 14:06  robe
+
+	* fix typo
+
+2013-07-02 13:56  robe
+
+	* minor adjustment
+
+2013-07-02 13:55  robe
+
+	* useful real world example of using ST_MaxDistance
+
+2013-07-01 09:17  strk
+
+	* Raise an error when fed KML with mixed coordinate dimension
+	  
+	  See #2372
+
+2013-06-28 13:57  strk
+
+	* Support parsing KML with space between digits and comma (#2372)
+
+2013-06-25 14:46  dustymugs
+
+	* Removed gdal-config --dep-flags from configure.ac.
+
+2013-06-25 12:18  strk
+
+	* Fix GEOS dependent expected results
+	  
+	  Now tested and successful with all supported GEOS versions
+
+2013-06-25 11:30  strk
+
+	* Base expected TopoGeo_addLinestring output on GEOS version
+	  (#2368)
+
+2013-06-22 22:26  robe
+
+	* Move Mat back to core since he's done a ton of work on CMake
+
+2013-06-21 15:15  strk
+
+	* Do not override JSON_LDFLAGS, fixing --with-jsondir usage
+
+2013-06-20 22:07  strk
+
+	* Add support for libjson-c 0.10+ (#2213)
+
+2013-06-20 19:25  robe
+
+	* up minimum version of PostgreSQL to 9.1 descriptively will
+	  enforce later
+
+2013-06-20 15:57  dustymugs
+
+	* Added docs regarding postgis.gdal.datapath GUC and
+	  postgis_gdal_version()
+
+2013-06-20 15:57  dustymugs
+
+	* Added spatial_index column description
+
+2013-06-20 15:57  dustymugs
+
+	* Addition of GUC postgis.gdal.datapath to specify GDAL config
+	  variable GDAL_DATA. Ticket #1678
+
+2013-06-20 15:57  dustymugs
+
+	* Added spatial_index column to raster_columns view. Ticket #2361
+
+2013-06-20 15:57  dustymugs
+
+	* Added missing signatures for ST_TPI(), ST_TRI() and ST_Roughness
+
+2013-06-20 14:13  dustymugs
+
+	* Updated to 2.2
+
+2013-06-20 06:42  robe
+
+	* make trunk 2.2.0dev
+
+2013-06-20 06:24  robe
+
+	* #2336 state level regex wget is too greedy and pulling all states
+	  when KS is chosen
+
+2013-06-13 15:26  dustymugs
+
+	* Fixed handling of schema name when adding overview constraints.
+	  Ticket #2359
+
+2013-06-11 22:52  dustymugs
+
+	* Have cleanup before calls to elog(ERROR, ...)
+
+2013-06-11 22:52  dustymugs
+
+	* Grammar fixes for error messages (active vs passive)
+
+2013-06-08 20:28  robe
+
+	* #2356: quick fix for extensions not building anymore because of
+	  raster upgrade file change from rtpostgis_upgrade_20_minor.sql to
+	  rtpostgis_upgrade_20_21.sql
+	  
+	  Also got rid of some commented out code
+
+2013-06-08 20:09  robe
+
+	* Get rid of postgis_drop_before for extension upgrade -- we don't
+	  need it any more after #2334
+
+2013-06-07 17:39  pramsey
+
+	* #2351, st_distance between geographies wrong
+
+2013-06-05 22:35  pramsey
+
+	* Ignore generated sfcgal.sql
+
+2013-06-05 22:34  pramsey
+
+	* Ignore generated makefile
+
+2013-06-05 21:31  pramsey
+
+	* #2315, geography_distance_uncached: variable ‘tolerance’ set but
+	  not used
+
+2013-06-05 21:01  pramsey
+
+	* #2168, ST_Distance is not always commutative
+
+2013-06-05 20:38  pramsey
+
+	* #2165, ST_NumPoints regression failure with CircularString
+
+2013-06-05 18:11  pramsey
+
+	* #2307, ST_MakeValid outputs invalid geometries
+
+2013-06-04 19:18  dustymugs
+
+	* Added raster upgrade path from 2.0 to 2.1. Ticket #2348
+
+2013-06-04 16:26  strk
+
+	* Fix spelling errors in st_makevalid documentation
+	  
+	  Fixes a couple of spelling errors, and use the full word
+	  'without' instead of the contraction 'w/out'.
+
+2013-06-04 16:22  strk
+
+	* Renew the COPYING gpl-2.0 with last version from gnu.org
+
+2013-06-04 14:13  strk
+
+	* Let DO commands from SQL drop files end up in final upgrade
+	  script
+	  
+	  Should fix upgrade path from 2.0 to 2.1 (#2334)
+
+2013-06-03 20:26  strk
+
+	* Turn lwgeom_backend_switch into a static function
+
+2013-06-03 17:45  strk
+
+	* Another couple of warnings gone
+
+2013-06-03 08:53  strk
+
+	* More unused variables and functions warnings cleaned
+
+2013-06-03 08:26  strk
+
+	* Remove warnings from liblwgeom
+	  
+	  These are mostly unused variables
+
+2013-06-01 11:54  mcayland
+
+	* Fix "array subscript is above array bounds" gcc build warnings on
+	  trunk using a suitable pointer and cast.
+
+2013-05-30 22:16  strk
+
+	* Update expectances after GEOSSnap fixes (#2346)
+
+2013-05-30 17:10  dustymugs
+
+	* Alphabetize built-in map algebra callback functions
+
+2013-05-27 16:04  strk
+
+	* Actually use the --strip-trailing-cr switch, do not check it only
+
+2013-05-27 07:03  strk
+
+	* Use system diff only if it knows how to strip trailing CR (#2344)
+
+2013-05-25 18:14  strk
+
+	* Not all args with a dash are options, only those starting with
+	  one
+
+2013-05-25 18:10  strk
+
+	* Use system diff when available (my implementation is horrible)
+
+2013-05-25 16:58  strk
+
+	* Cleanly handle unsupported switches
+
+2013-05-25 16:49  strk
+
+	* Use consistent formatting for the NEWS file
+
+2013-05-25 16:47  strk
+
+	* Fix swapped obtained/expected in regression failure report
+
+2013-05-24 17:27  dustymugs
+
+	* Refactored use of out-db rasters for regression tests
+
+2013-05-24 17:27  dustymugs
+
+	* Removed unnecessary test due to introduction of
+	  ST_FromGDALRaster()
+
+2013-05-24 06:29  robe
+
+	* hardcode minor for now fix later, get rid of old links
+
+2013-05-24 04:42  robe
+
+	* add Natural Resources Canada (supporting Lidar point cloud)
+
+2013-05-24 04:24  robe
+
+	* this may not work
+
+2013-05-24 04:13  robe
+
+	* 
+
+2013-05-24 04:13  robe
+
+	* 
+
+2013-05-24 04:11  robe
+
+	* minor edit
+
+2013-05-23 22:02  dustymugs
+
+	* Fixed issues caught by clang
+
+2013-05-23 20:21  robe
+
+	* replace defunct credit reference with credits_other_contributors
+
+2013-05-23 19:16  robe
+
+	* oops forgot beginning tag
+
+2013-05-23 04:34  robe
+
+	* credit past is taking up too much prime real estate relegate past
+	  contributors to other section, add missing corporate sponsor
+	  Palantir Technologies (funded geography and funding point cloud),
+	  minor updates to bios, alphabetize core contributors otherwise
+	  have to go by relevance and get into hissing fights
+
+2013-05-22 20:24  strk
+
+	* Avoid (srf()).* construct, known to invoke srf() for each out
+	  field
+	  
+	  Should slightly improve performances of TopoGeo_addLinestring
+	  (in turn used by toTopoGeom)
+
+2013-05-20 10:41  robe
+
+	* #2185: failure on 64-bit windows edb. In event of parse error
+	  return PG_RETURN_NULL() instead of forcing functions not to cache
+	  (revert last sugar coat change)
+
+2013-05-20 00:02  robe
+
+	* move Bborie Park up to PSC section and augment bio on all the
+	  work he's been doing
+
+2013-05-19 19:01  robe
+
+	* #2185: bah still crashes sometimes on 9.2 -- better just remove
+	  teh immutable entirely fromt hese functions. No one should be
+	  suing these anyway since they are deprecated
+
+2013-05-19 18:41  robe
+
+	* #2185: bandage for 9.2 EDB x64 basically set all these SQL
+	  functions to have a cost of 1 (like the others) so they rarely
+	  will ever cache. It's super sugar coating the issue -- there is
+	  something I feel wrong with our parser that it's properly
+	  cleaning on error and corrupting shared memory when things are
+	  cached. but at least regress.sql now passes under 9.2 edb 64
+
+2013-05-19 15:37  robe
+
+	* #2332 ammendment correct the note to note we are no longer just
+	  wrapping the otehr function
+
+2013-05-19 13:01  robe
+
+	* #2332 windows 64 EDB crasher on invalid wkb using ST_GeomFromWKB
+	  - fix by using similar logic to go ST_GeomFromEWKB and skipping
+	  intermediary call.
+
+2013-05-18 21:07  strk
+
+	* Use finite() instead of isfinite()
+	  
+	  The former is also already used under postgis/ so we already rely
+	  on it. The latter is been reported to be unavailable on Solaris.
+
+2013-05-17 22:53  strk
+
+	* Ensure local liblwgeom and libpgcommon includes are scanned first
+
+2013-05-16 12:37  robe
+
+	* clarify soft upgrade requirement for PostGIS 2.0
+
+2013-05-15 23:55  dustymugs
+
+	* Added SFCGAL version output
+
+2013-05-14 22:38  dustymugs
+
+	* Allow correct handling of sect2 tags in chunked html
+
+2013-05-14 21:03  robe
+
+	* #2329: fix bug in where condition of backup
+
+2013-05-14 20:42  dustymugs
+
+	* Fixed Raster Processing section
+
+2013-05-14 18:52  dustymugs
+
+	* Reorganized the entire Raster Processing section. Lets see if
+	  this makes
+	  things easier to find... or not.
+
+2013-05-14 14:32  dustymugs
+
+	* Minor tweaks to ST_ColorMap() doc
+
+2013-05-14 12:57  robe
+
+	* alphabetize raster processing section - impossible to find stuff
+	  otherwise
+
+2013-05-14 12:10  robe
+
+	* #2326: describe behavior of having no non-datavalue as by design.
+	  Also change all examples to explicitly specify band (though we
+	  have only 1 band anyway) for anal clarity. (forgot edits in last
+	  commit
+
+2013-05-14 12:08  robe
+
+	* #2326: describe behavior of having no non-datavalue as by design.
+	  Also change all examples to explicitly specify band (though we
+	  have only 1 band anyway) for anal clarity.
+
+2013-05-13 09:42  strk
+
+	* Revert changes in test for wmsservers clients
+	  
+	  Augment min client messages to ERROR so that new deprecation
+	  warnings don't need to be expected.
+
+2013-05-13 06:45  robe
+
+	* fix typo in ST_ColorMap query
+
+2013-05-13 04:14  robe
+
+	* dustymugs must have made a correction to pseudo_color -- no black
+	  background anymore, also add in visualizations for new named
+	  color ramps and liink fromST_AsPNNG TOST_COLRMap
+
+2013-05-12 19:40  colivier
+
+	* #2323. Commit it and br .po for sfcgal doc
+
+2013-05-12 08:43  colivier
+
+	* #2323. Add reference_sfcgal.xml.pot
+
+2013-05-12 04:19  robe
+
+	* bump trunk to 2.1.0beta3dev
+
+2013-05-12 03:08  robe
+
+	* switch download location to downloads.osgeo.org
+
+2013-05-12 03:05  robe
+
+	* prep for beta2 tagging
+
+2013-05-12 02:27  robe
+
+	* #1898, #2322 move geos functions in lwtin.c to lwgeom_geos.c to
+	  prevent unhealthy dependency on geos (for loader tools and also
+	  image generator), roll back change to cunit for loader (the geos
+	  includes). bump up version number to beta2dev
+
+2013-05-11 16:05  robe
+
+	* one more try
+
+2013-05-11 15:55  robe
+
+	* try again. committed obsolete version last time.
+
+2013-05-11 15:50  robe
+
+	* fix booboo
+
+2013-05-11 15:46  robe
+
+	* update version number to beta1 in prep for tagging, upgrade from
+	  old dev, amendments to how to release, rebuild of unpackaged
+	  scripts
+
+2013-05-11 15:32  robe
+
+	* change 3d icons, better distinction between required and
+	  enhnaced, minor grammar correction
+
+2013-05-11 13:24  colivier
+
+	* Related to #2321. SFCGAL doc entry in installation.xml.
+
+2013-05-11 07:47  colivier
+
+	* #2319 fix. Update SFCGAL regress tests after #1994 functions
+	  renaming
+
+2013-05-11 05:20  robe
+
+	* have sfcgal function appear in special index and also flag if a
+	  function requires sfcgal in matrix
+
+2013-05-11 03:18  robe
+
+	* update screen outputs
+
+2013-05-11 02:34  robe
+
+	* missed one comment
+
+2013-05-11 02:32  robe
+
+	* repeat create extension instructions in short -- heck its shorter
+	  than the crap we have listed. Also correect compile instructions
+	  (with-raster and -with-topology no longer need stating) get rid
+	  of other obsolete statements
+
+2013-05-11 02:14  robe
+
+	* update ReadMe to include SFCGAL and preferred versions of
+	  GEOS/GDAL/CGAL. Put pretty anchors in install so doesn't create
+	  hard to bookmark numbered anchors.
+
+2013-05-11 01:56  robe
+
+	* update change log in preparation for beta1 release
+
+2013-05-10 22:27  dustymugs
+
+	* Added more predefined color ramps for ST_ColorMap(raster).
+	  Removed RGB
+	  <-> HSV colorspace conversion as it sometimes resulted in strange
+	  answers when interpolating.
+
+2013-05-10 22:27  dustymugs
+
+	* Remove noisy info message. A big source of confusion. Ticket
+	  #2309
+
+2013-05-10 17:17  colivier
+
+	* cf #2318, add a optional additional version parameter in
+	  ST_ForceSFS, handle both 1.1 and 1.2. default is 1.1
+
+2013-05-10 16:23  colivier
+
+	* Use ST_MinkowskiSum rather than ST_Minkowski userland.
+
+2013-05-10 16:17  colivier
+
+	* add a flag for SFCGAL function cf #2317. Remove useless
+	  ST_MakeSolid doc entry
+
+2013-05-10 15:00  strk
+
+	* ST_Force_XXX renamed to ST_ForceXXX
+
+2013-05-10 13:24  colivier
+
+	* Update NEWS related to #2254 and #1823
+
+2013-05-10 13:02  colivier
+
+	* Change ST_force_sfs to ST_ForceSFS, also in ST_ConcaveHull
+	  calls...
+
+2013-05-10 11:43  colivier
+
+	* Change ST_force_sfs to ST_ForceSFS
+
+2013-05-10 11:40  colivier
+
+	* output COLLECTION of Polygon for TIN and PolyhedralSurface, for
+	  ST_ForceSFS (instead of MultiPolygon). Thanks to Sandro for these
+	  input
+
+2013-05-10 10:47  colivier
+
+	* Fix #2314. Add a unit test for postgis_sfcgal_version
+
+2013-05-10 07:51  strk
+
+	* Fix more compiler warnings
+	  
+	  There are still some that would be nice to fix, but it's mostly
+	  the array subscript is above array bounds one
+
+2013-05-10 07:43  robe
+
+	* link to ST_NumBands
+
+2013-05-10 07:42  robe
+
+	* example of a custom color map
+
+2013-05-10 07:17  strk
+
+	* Fix compiler warnings in lwgeom_functions_analytic
+
+2013-05-10 07:06  strk
+
+	* Fix implicit declaration of function 'tolower' warning
+
+2013-05-10 07:00  colivier
+
+	* Related to #2313
+
+2013-05-10 06:57  robe
+
+	* #2290 provide visual example of color map
+
+2013-05-10 00:09  dustymugs
+
+	* Added generated sfcgal files
+
+2013-05-10 00:09  dustymugs
+
+	* Addition of ST_ColorMap(raster). Ticket #2290
+
+2013-05-09 23:46  dustymugs
+
+	* Prevent compile error for when CGAL isn't wanted.
+
+2013-05-09 22:12  colivier
+
+	* add st_force_sfs doc
+
+2013-05-09 19:38  colivier
+
+	* Add SFCGAL support cf #2254. Include SFCGAL support, postgis
+	  backend handling (GEOS/SFCGAL). Regress tests, documentation
+	  prototypes and also additional force_sfs function.
+
+2013-05-09 14:22  robe
+
+	* update extension install to include tiger geocoder and some
+	  helpful commands you can run from psql
+
+2013-05-09 09:24  strk
+
+	* Fix potential access to uninitialized value
+	  
+	  It would have happened on malformed COMPOUNDCURVE (unlikely).
+	  Hushes compiler warning.
+
+2013-05-09 06:34  robe
+
+	* start accounting for more raster helper types - addbandarg etc.
+
+2013-05-08 20:37  pramsey
+
+	* #2298, ST_AsGML geography crashable with monkey inputs
+
+2013-05-08 05:18  robe
+
+	* #2242: Clarify behavior of ST_Union with NULLS
+
+2013-05-08 05:05  robe
+
+	* put full version number on st_tpi, st_tri, st_roughness
+
+2013-05-07 23:04  dustymugs
+
+	* Commented out debug call to non-existant function
+	  nd_stats_to_grid().
+	  Ticket #2282
+
+2013-05-07 15:39  dustymugs
+
+	* Added ST_TRI(raster). Ticket #2164. Thanks to Nathaniel Clay for
+	  writing the function and required docs and regression tests.
+
+2013-05-07 15:39  dustymugs
+
+	* Added ST_Roughness(raster). Ticket #2302. Thanks to Nathaniel
+	  Clay for writing the function and required docs and regression
+	  tests.
+
+2013-05-07 15:39  dustymugs
+
+	* Added ST_TPI(raster). Ticket #2163. Thanks to Nathaniel Clay for
+	  writing
+	  the function and required docs and regression tests.
+
+2013-05-07 15:32  robe
+
+	* try again
+
+2013-05-07 15:00  robe
+
+	* put in author info ePub just shows unknown for author (annoying).
+	  Move editor into authorgroup. Also put in productname and number
+
+2013-05-07 06:05  robe
+
+	* fix PGCONFIG (change to @PG_CONFIG@ ) to be consistent with
+	  configure variable change.
+
+2013-05-06 08:30  strk
+
+	* Ensure local liblwgeom dir is added first to include path in
+	  loader/
+
+2013-05-06 07:58  robe
+
+	* Add GEOS to compile cunit flags of shp2pgsql to prevent error in
+	  #1898
+
+2013-05-06 06:48  robe
+
+	* #1898: Nathan Wagner's patch that adds a flag 2 to allow
+	  ST_DelaunayTriangles to dump out a TIN. Just commit and see if
+	  winnie has same issue with shp2pgsql-gui checks
+
+2013-05-05 22:35  robe
+
+	* #1818 slight doc change move the FromGeoHash family to
+	  constructor section and link back to ST_GeoHash output and amend
+	  credits to Jason Smith
+
+2013-05-05 16:34  robe
+
+	* #2118: add enhanced note to ST_Boundary (to note Nathan Wagner
+	  ST_Triangle support feature)
+
+2013-05-05 16:24  robe
+
+	* #2118: ST_Boundary support for Triangle type
+
+2013-05-05 01:37  robe
+
+	* change output naming of epub to be consistent with pdf and also
+	  try to add in the css include
+
+2013-05-04 20:15  robe
+
+	* bah dbtoepub doesn't understand includes
+
+2013-05-04 20:04  robe
+
+	* switch back to rout but attempt a -I include
+
+2013-05-04 19:42  robe
+
+	* change epub to be built in html so relative search for images
+	  doesn't break, fix deprecated links
+
+2013-05-04 16:59  robe
+
+	* #2204: regina programming in dark trying to put in epub build
+	  logic
+
+2013-05-04 13:54  robe
+
+	* change log tables generated to have 21 in name (topology garden
+	  test is far from done)
+
+2013-05-04 13:18  robe
+
+	* #2295 Nathan Wagner patch to support for dumping circular strings
+	  in dump points
+
+2013-05-04 01:16  robe
+
+	* #2293: patch to throw an error for curved geoms on ST_DumpPoints
+	  rather than crash.
+
+2013-05-03 05:54  robe
+
+	* #1292 commit patch ST_SnapToGrid returns a value of of range
+
+2013-05-03 04:45  robe
+
+	* #1818 credit updates J. Smith (also fix web link in CREDITS file)
+
+2013-05-03 04:12  robe
+
+	* #1818: geohash one more file forgot to commit.
+
+2013-05-03 04:05  robe
+
+	* #1818: oops forgot to add the tests
+
+2013-05-03 04:04  robe
+
+	* #1818: geohash patch hashbox to geom
+
+2013-05-02 12:03  robe
+
+	* #2262 change box cast from implicit to assignment
+
+2013-05-02 12:00  robe
+
+	* add 2.0.3 and 2.1 sections, break out 2.1 changed from new
+
+2013-05-01 13:48  robe
+
+	* ban strk's annoying warning note about using deprecated functions
+
+2013-05-01 05:51  robe
+
+	* revise unpackaged to include pagc stuff
+
+2013-05-01 05:05  robe
+
+	* fix formatting was causing miss parsing of zips
+
+2013-04-30 03:39  robe
+
+	* one more clarification
+
+2013-04-30 03:35  robe
+
+	* clarify under what conditions you can compile without GDAL
+
+2013-04-29 05:31  robe
+
+	* #2279 fix typo got smallint and int4 confused
+
+2013-04-28 21:27  robe
+
+	* #2279: fix inability to upgrade from 2.0 to 2.1 by renaming old
+	  geog/geom selectivity functions to new name (if they are
+	  currently used) aand then allowing the standard upgrade to steam
+	  roll over the definitions.
+
+2013-04-26 14:47  dustymugs
+
+	* Added ST_Summary(raster). Ticket #2280
+
+2013-04-25 10:07  robe
+
+	* updates to instructions more coming though should probably just
+	  put n onlin documentation
+
+2013-04-25 10:07  robe
+
+	* #2260: revise to use new API structure of pagc standardizer
+
+2013-04-24 15:54  dustymugs
+
+	* Added better handling of file paths for msys
+
+2013-04-24 03:34  robe
+
+	* Add update path from 2.0.3 to 2.1.0SVN
+
+2013-04-23 23:46  dustymugs
+
+	* Added parameter to ST_AsBinary(raster) to permit out-db bands to
+	  be treated as in-db. Ticket #2222
+
+2013-04-23 21:48  pramsey
+
+	* #2275, revert configure argument with-pgconfig
+
+2013-04-23 21:03  pramsey
+
+	* #2277, potential segfault condition removed
+
+2013-04-23 20:37  dustymugs
+
+	* Added test for loading out-db rasters in raster2pgsql
+
+2013-04-23 19:32  dustymugs
+
+	* Explicitly initialize memory as valgrind complains
+
+2013-04-23 19:32  dustymugs
+
+	* Added bash versions of "bootstrapping" code for rt_addband test
+
+2013-04-23 19:32  dustymugs
+
+	* Addition of ST_AddBand(raster, ...) for out-db bands. Ticket
+	  #2276
+
+2013-04-17 12:46  robe
+
+	* oops had wrong data type for tables
+
+2013-04-17 06:58  strk
+
+	* Properly escape dashes in man pages
+	  
+	  Patch by Markus Wanner <markus at bluegap.ch>
+
+2013-04-16 18:23  dustymugs
+
+	* Added numerical parameters version of ST_SetGeoReference(raster).
+	  Ticket #613
+
+2013-04-16 15:21  pramsey
+
+	* Change PGCONFIG to PG_CONFIG
+
+2013-04-16 07:40  strk
+
+	* Link to wikipedia article about GeoHash from ST_GeoHash
+
+2013-04-15 21:40  dustymugs
+
+	* Emit warning when changing a raster's georeference if raster has
+	  any
+	  out-db bands. Also updated docs with note. Ticket #2244
+
+2013-04-15 21:14  robe
+
+	* add new use_pagc_addess_parser switch in list
+
+2013-04-15 08:02  strk
+
+	* Add -s to usage string of postgis_restore.pl. See #2264
+
+2013-04-13 18:26  mcayland
+
+	* Associated CLI fix for #2272: shp2pgsql-gui crashes when given
+	  filenames with dots.
+	  
+	  After some experimentation, the best solution seems to be to use
+	  a separate scan to
+	  remove the extension before finding the non-path section when
+	  deriving the table
+	  name.
+
+2013-04-13 17:36  mcayland
+
+	* Fix for bug #2272: shp2pgsql-gui crashes when given filenames
+	  with dots.
+	  
+	  This was a combination of two bugs: firstly, we weren't
+	  initialising the
+	  state variable field_names to NULL, and so if the variable
+	  happened to
+	  be filled with junk and we were unable to import a shape file, we
+	  would
+	  end up freeing a random pointer.
+	  
+	  Secondly, shapelib tries to be clever and strip off any file
+	  extension
+	  by searching for a "." character from the end of the filename,
+	  hence
+	  causing the truncation of the filename. Resolve this by leaving
+	  the
+	  .shp/.dbf extension from the file selector in the filename string
+	  so
+	  that shapelib does the right thing.
+
+2013-04-13 07:15  robe
+
+	* #2260 - fix normalize discrepancy in pagc handling service drives
+
+2013-04-12 18:46  pramsey
+
+	* #945, clean up build artefacts and upgrade script
+
+2013-04-12 18:33  pramsey
+
+	* #945, remove the old selectivity code, now no longer being called
+
+2013-04-12 16:20  strk
+
+	* Rewrite the postgis_restore.pl improvement line
+	  
+	  The commit message was also wrong, it's not the dump having
+	  postgis
+	  in custom schema but the new install...
+
+2013-04-12 16:10  strk
+
+	* postgis_restore.pl support for dump with postgis in custom schema
+	  
+	  See #2264 -- thanks Thomas (frost242)
+
+2013-04-11 20:14  dustymugs
+
+	* Prevent parallel make of raster. Ticket 2271
+
+2013-04-10 20:06  robe
+
+	* give license faq a permanent pretty anchor.
+
+2013-04-09 23:45  dustymugs
+
+	* Fix expression-based ST_MapAlgebra resulting in regression
+	  failures on some machines
+
+2013-04-09 22:43  strk
+
+	* Fix access to random memory during ANALYZE
+	  
+	  The bug was introduced with previous commit, see #2269
+	  
+	  As part of this fix, the stawidth field of pg_statistics is
+	  changed to represent the average _compressed_ size rather
+	  than the average _uncompressed_ size of non-null geometry
+	  values. This may have some consequence on the planner (not
+	  known at time of commit).
+
+2013-04-09 18:35  strk
+
+	* Avoid uselessly detoasting full geometries on ANALYZE (#2269)
+
+2013-04-06 18:14  dustymugs
+
+	* Removed debug statements
+
+2013-04-06 18:11  dustymugs
+
+	* GBOX variables not initialized for empty geometries. Ticket #2257
+
+2013-04-05 14:37  robe
+
+	* change to use some elements from parse_address
+
+2013-04-05 14:28  robe
+
+	* add pagc regression testing. Will upload the regress output once
+	  I look into the regression failures
+
+2013-04-04 06:46  robe
+
+	* #2192: doco patch
+
+2013-04-03 22:53  robe
+
+	* #2258 get rid of explicit public (so people can install postgis
+	  in any schema they want), but insure we use security invoker to
+	  call new st_esimatedExtent to prevent malicious code injection.
+
+2013-04-03 13:39  robe
+
+	* mark pagc lookup tables is_custom = true as editable
+
+2013-04-03 12:54  robe
+
+	* #2261: fix creation of next next upgrade script, add null
+	  protection for pagc_normalize_address
+
+2013-04-02 22:22  robe
+
+	* #2193: implement upgrade next next functionality hack, implement
+	  swap -- SELECT
+	  set_geocode_setting('use_pagc_address_parser','true'); will cause
+	  geocoder to use pagc address parser instead of build in
+	  normalizer
+
+2013-04-02 20:51  robe
+
+	* #2193: get rid of redundant call.
+
+2013-04-02 20:46  robe
+
+	* #2193 integrate pagc in extension (loads helper tables) and also
+	  upgrade and create scripts, modify tables some more. Still need
+	  to put in another folder with c files for compile and in manual
+	  on how to enable.
+
+2013-04-02 15:07  robe
+
+	* #2193: pretype (not ideal because norm_addy doesn't have slot for
+	  it so just stuff in streettypeabbrev ) .norm_addy should ideally
+	  be changed.
+
+2013-04-02 14:57  robe
+
+	* forgot the pre direction
+
+2013-04-02 14:43  robe
+
+	* First step of integrating the pagc normalizer, add the tables and
+	  wrapper function that return a norm_addy object and also a
+	  geocode_setting option to swap out old address parser with pagc
+
+2013-03-31 01:55  robe
+
+	* #2018 mark ST_Dwithin as also supporting curves. Just taking
+	  rpamsey's word for this -- will test later.
+
+2013-03-30 01:19  robe
+
+	* #2018: highlight that curves are now supported - examples
+	  forthcoming. Also broke geography into separate example section
+
+2013-03-29 20:38  pramsey
+
+	* #2018, Remove old bruteforce function and replace with new one.
+
+2013-03-29 20:37  dustymugs
+
+	* Set CFLAGS in loader cunit tests so that mingw can run tests
+
+2013-03-29 16:47  dustymugs
+
+	* Removed commented out variants of ST_MapAlgebra removed in
+	  r11222.
+
+2013-03-29 16:36  dustymugs
+
+	* Added news about Ticket #2133
+
+2013-03-29 16:34  dustymugs
+
+	* Code cleanup to shut gcc up
+
+2013-03-29 16:33  dustymugs
+
+	* Refactored expression variant of ST_MapAlgebra() to be faster.
+	  Performance is almost as good as ST_MapAlgebraExpr(). Ticket
+	  #2133
+
+2013-03-29 15:55  robe
+
+	* fix link
+
+2013-03-28 22:11  pramsey
+
+	* #2018, Distance calculation support for arc features (circstring,
+	  compoundcurve, curvepolygon)
+
+2013-03-28 13:32  robe
+
+	* change variable used to __MINGW64_VERSION_MAJOR (the mingw64_w32
+	  doesn't have __MINGW64_ (only the mingw64-w64 has that)
+
+2013-03-28 09:30  robe
+
+	* #1668: if mingw64 and it returns <0 switch to _vscprintf native
+	  windows implementation. Thanks to swoodbridge for pointing out
+	  the define to use.
+
+2013-03-27 13:30  dustymugs
+
+	* Fix bad dimensions when rescaling rasters with default
+	  geotransform
+	  matrix. Ticket #2251
+
+2013-03-26 15:47  pramsey
+
+	* flag #945 as complete
+
+2013-03-26 15:24  pramsey
+
+	* #2201, ST_GeoHash wrong on boundaries
+
+2013-03-26 13:12  pramsey
+
+	* #2186, gui progress bar update is slowing loads
+
+2013-03-26 04:14  dustymugs
+
+	* Enhanced ST_Union(raster, uniontype) to union all bands of all
+	  rasters.
+	  Ticket #2200.
+
+2013-03-25 18:45  colivier
+
+	* revert wrong regress encoding stuff from r11205
+
+2013-03-25 18:41  colivier
+
+	* Related to #1553. Add missing free in cu_surface cunit to be
+	  valgrind clean. As TGEOM was not used as storage serialization, i
+	  purely remove TGEOM for now, and kept only the
+	  TIN/POLYHEDRALSURFACE lwgeom expression (will see in future if we
+	  really need to have a 3D topological storage PostGIS side)
+
+2013-03-25 17:17  dustymugs
+
+	* Removed old raster core tests from configure
+
+2013-03-25 17:11  dustymugs
+
+	* Delete old core raster tests. Ticket #2115
+
+2013-03-25 03:14  dustymugs
+
+	* Addition of ST_FromGDALRaster(). This is what happens on a long
+	  airplane
+	  flight! Ticket #2123.
+
+2013-03-25 03:08  dustymugs
+
+	* Added item regarding -n of raster2pgsql. Ticket #2231
+
+2013-03-25 03:05  dustymugs
+
+	* Added ability to specify name of filename column in raster2pgsql.
+	  More
+	  stuff being done stuck in a tube at 30k feet.
+
+2013-03-22 16:12  strk
+
+	* Revert "Add '-x c' switch to CPP / CC when used as SQL
+	  preprocessor"
+	  
+	  It seems it wasn't needed, see #2239
+
+2013-03-22 12:34  strk
+
+	* Fix lineal TopoJSON output to keep multi components separated
+	  
+	  REF: #2228
+
+2013-03-22 11:20  strk
+
+	* Add '-x c' switch to CPP / CC when used as SQL preprocessor
+	  
+	  Hopefully it'll set us free to name our input files with any
+	  extension we decide.
+
+2013-03-21 21:28  dustymugs
+
+	* Fix ST_InvDistWeigh4MA() to handle a situation when neighborhood
+	  is
+	  empty except the center pixel.
+
+2013-03-21 16:15  strk
+
+	* Fix areal TopoJSON output to group and order polygon rings
+	  (#2228)
+
+2013-03-21 09:01  strk
+
+	* Review comments above Makefile rule to generate .sql from .sql.in
+
+2013-03-20 17:38  strk
+
+	* Have functions deprecated in 2.1.0 raise a WARNING message
+	  (#1994)
+	  
+	  Drop use of some deprecated functions by other functions
+	  (as exposed by testsuite).
+	  
+	  Add a _postgis_deprecate service function for the message, so we
+	  can change from WARNING to NOTICE or we can tweak the message,
+	  in a central place.
+
+2013-03-20 16:47  strk
+
+	* Deprecate non-CamelCase linear referencing function (#1994)
+	  
+	  - ST_Line_Interpolate_Point renamed to ST_LineInterpolatePoint
+	  - ST_Line_Substring renamed to ST_LineSubstring
+	  - ST_Line_Locate_Point renamed to ST_LineLocatePoint
+	  
+	  Tests updated to use the new signature, docs updated to show the
+	  new signature and report deprecations
+
+2013-03-20 16:10  strk
+
+	* Add perturbating edges in TopoJSON test
+
+2013-03-20 12:18  strk
+
+	* Update TopoJSON example with correct output, add note about arc
+	  indices
+
+2013-03-20 11:44  strk
+
+	* Speedup areal TopoJSON output routine to use edge walking
+	  
+	  Now it takes 6% of the time to do the same thing !
+	  
+	  Tweak tests to expect new arcs numbering and order.
+	  Also fixes missing comma separating polygon ring arcs.
+
+2013-03-20 10:27  strk
+
+	* Fix AsTopoJSON call in testcase
+
+2013-03-20 10:26  strk
+
+	* Properly encode TopoJSON.sql.in dependency into topology.sql
+
+2013-03-20 07:48  strk
+
+	* Oops, forgot to add topojson test expectancy (#2240)
+
+2013-03-19 18:29  strk
+
+	* Add AsTopoJSON(TopoGeometry) function (#2228)
+
+2013-03-19 11:52  strk
+
+	* Cleanup and integrate documentation of ST_GetFaceEdges
+
+2013-03-19 09:59  strk
+
+	* Move GML function under a new export/ subdir
+
+2013-03-19 09:53  strk
+
+	* Drop the .c suffix of sql files to preprocess under topology/ dir
+
+2013-03-19 09:16  strk
+
+	* Drop the .c suffix of sql files to preprocess under raster/ dir
+
+2013-03-18 19:50  robe
+
+	* #2238: clarify neighborhood distance terminology
+
+2013-03-18 18:14  strk
+
+	* Drop unused variables
+
+2013-03-18 17:20  strk
+
+	* Drop the .c suffix of sql files to preprocess
+	  
+	  The suffix was added to make compilers happy about preprocessing,
+	  but invoking cpp directly should be just fine (SQLPP macro)
+	  
+	  This is an experimental change under postgis/, if everyone is
+	  happy
+	  the same thing will be done for raster/ and topology/
+
+2013-03-18 00:49  dustymugs
+
+	* Fixed unescaped % in RAISE message. Ticket #2237
+
+2013-03-16 15:30  robe
+
+	* fix typo in ST_AsGDALRaster example
+
+2013-03-08 13:58  strk
+
+	* Make test for ST_PointOnSurface accept any contained point as
+	  valid
+	  
+	  This is to support a change in GEOS 3.3.9 / 3.4.0 that started
+	  giving different (but still valid) results.
+	  See http://trac.osgeo.org/geos/ticket/623
+
+2013-03-08 09:19  strk
+
+	* Reword ST_Simplify(TopoGeometry) description (#1687)
+
+2013-03-07 17:08  strk
+
+	* Document ST_Simplify(TopoGeometry) -- closes #1687
+
+2013-03-07 16:14  strk
+
+	* Add ST_Simplify override for TopoGeometry objects (#1687)
+
+2013-03-07 07:31  strk
+
+	* Split test for #1968 in two parts, to avoid false negative
+
+2013-03-06 18:37  strk
+
+	* Improve the test for #1968 to also check duplicated components
+
+2013-03-06 18:11  strk
+
+	* Fix missing edge from toTopoGeom return (#1968)
+
+2013-03-06 15:33  dustymugs
+
+	* Bad switch for debug output
+
+2013-03-06 15:20  strk
+
+	* Allow adding points at precision distance with TopoGeo_addPoint
+
+2013-03-05 16:57  dustymugs
+
+	* Minor code cleanup in raster2pgsql and additional debug output
+	  for
+	  rt_api
+
+2013-03-05 09:10  strk
+
+	* Make libjson-c optional adding --without-json configure switch
+	  (#2202)
+
+2013-03-04 17:57  strk
+
+	* Fix equality operator between EMPTY and point on origin (#2110)
+
+2013-03-04 17:02  strk
+
+	* Drop PDF version of EJB3 spatial tutorial
+	  
+	  There's an ODT version of the manual, pdf can be generated
+
+2013-02-28 17:56  strk
+
+	* Add regression test for #2216
+
+2013-02-28 17:42  strk
+
+	* Fix parsing GeoJSON of multipolygon with holes (#2216)
+
+2013-02-28 17:04  strk
+
+	* Add lwgeom_from_geojson to liblwgeom, add cunit test, fix memory
+	  leak
+
+2013-02-26 23:23  dustymugs
+
+	* Added ST_MinConvexHull(raster). Ticket #2210
+
+2013-02-26 17:42  dustymugs
+
+	* Changed name of exclusion constraint to by dynamic due to
+	  conflict of
+	  implicit index names. Ticket #2215
+
+2013-02-26 17:42  dustymugs
+
+	* Addition debug output for rt_raster_from_gdal_dataset()
+
+2013-02-23 05:08  robe
+
+	* mordernize faq on creating spatial table.
+
+2013-02-23 02:04  robe
+
+	* #2209: reword to encoding raster issue to not specify explicit
+	  byte count
+
+2013-02-22 18:26  pramsey
+
+	* #1292, go back to nudging geodetic coordinates (realityexists)
+
+2013-02-21 15:53  robe
+
+	* remove duped qandset tags
+
+2013-02-21 14:09  robe
+
+	* missing para tag
+
+2013-02-21 13:31  robe
+
+	* oops forgot pretty anchor
+
+2013-02-21 13:29  robe
+
+	* document issue in ticket #2209 in FAQ. Probably only affects me,
+	  but who knows.
+
+2013-02-19 23:03  robe
+
+	* #2208 : document that ST_PointN no longer works with first
+	  linestring of multilinestring
+
+2013-02-18 04:17  dustymugs
+
+	* Wrong debug output function
+
+2013-02-17 19:27  robe
+
+	* had type and name swapped
+
+2013-02-17 18:37  robe
+
+	* ST_MapAlgebra: create variablelist and move much of commentary to
+	  that so page is more easily digestable
+
+2013-02-17 16:24  dustymugs
+
+	* Fixed handling of out-db rasters with no geotransform matrix
+
+2013-02-16 21:47  dustymugs
+
+	* Additional debug output for rt_raster_gdal_warp()
+
+2013-02-16 21:47  dustymugs
+
+	* Update raster TODO as it was sorely out of date
+
+2013-02-16 01:00  dustymugs
+
+	* Faster ST_Union() done using memcpy when possible
+
+2013-02-15 23:53  dustymugs
+
+	* Changed how rasters with unknown SRID and default geotransform
+	  are
+	  handled when calling GDAL Warp API. Ticket #2203
+
+2013-02-09 06:08  robe
+
+	* change check geos to be 3.4 (3.4 is the new standard of
+	  excellence)
+
+2013-02-09 05:24  robe
+
+	* get rid of use of xml tags in arg - messing up formatting of
+	  cheat sheet gen
+
+2013-02-09 05:17  robe
+
+	* missed one
+
+2013-02-09 05:16  robe
+
+	* fix version number -- should change to read from config at some
+	  point, but too lazy to figure that out right now
+
+2013-02-09 04:29  robe
+
+	* add styles to avoid page breaks in awkward places
+
+2013-02-09 03:45  robe
+
+	* update to summary of what's new in PostGIS 2.1 - this will be a
+	  really slick release :). Fix doc links in cheatsheet generator
+
+2013-02-07 20:49  pramsey
+
+	* Expand size of generic cache to allow future
+	  pointcloud cache to sneak into it if necessary
+
+2013-02-07 17:16  dustymugs
+
+	* Corrected use of pfree instead of PG_FREE_IF_COPY
+
+2013-02-07 17:16  dustymugs
+
+	* Additional assert() calls. Will need to add usage of NDEBUG flag
+	  to turn
+	  off assert() for non-debug builds
+
+2013-02-07 06:31  robe
+
+	* uhh how could we forget to mention the cool
+	  ST_Union(rast,unionarg) is new in PostGIS 2.1. Got rid of some
+	  other notes as its only that annoying ST_Union(rast,uniontype)
+	  that's a sore in my back.
+
+2013-02-06 21:38  robe
+
+	* #2199: clarify ST_Union(rast) multiband union feature is just for
+	  first variant. A bit too verbose, but at least I won't be
+	  confused anymore.
+
+2013-02-04 19:07  dustymugs
+
+	* Fixed dimension error of bands when using ST_Tile on out-db
+	  rasters.
+	  Ticket #2198
+
+2013-02-04 19:07  dustymugs
+
+	* Additional calls to assert() and better checking of out-db raster
+	  bands
+
+2013-02-04 19:07  dustymugs
+
+	* Removed some unnecessary assert() calls
+
+2013-02-02 23:48  robe
+
+	* #2190: further cleanup of topology existence checking so
+	  regresses for 9.3. Should pass with flying colors now.
+
+2013-02-02 22:12  robe
+
+	* fix for 9.3 -- pg 9.3 seems to throw errors sooner so we need to
+	  check a topology exists before trying to query it.
+
+2013-02-01 20:13  robe
+
+	* fix gdal_translate examples (port now required) and have typos in
+	  syntax
+
+2013-01-29 15:25  dustymugs
+
+	* Added check that raster metadata check and warn if not
+
+2013-01-29 14:48  dustymugs
+
+	* Remove debug output from rt_raster_gdal_warp()
+
+2013-01-28 23:01  dustymugs
+
+	* Fix function parameter value overflow that caused problems when
+	  copying
+	  data from a GDAL dataset. Problem first appeared in ST_Resize().
+	  Ticket #2188
+
+2013-01-28 23:01  dustymugs
+
+	* Code cleanup of rt_raster_gdal_warp()
+
+2013-01-26 18:17  robe
+
+	* ST_Perimeter not being flagged in matrix as geography function
+	  because of double function synopsis
+
+2013-01-26 17:31  robe
+
+	* link happiness -- add ref to postgresql math functions so people
+	  aren't puzzled by degrees, pi, radians where they came from
+
+2013-01-26 17:27  robe
+
+	* clarify distance is in meters in the short-descrip that shows in
+	  db environment
+
+2013-01-26 17:22  robe
+
+	* ST_Project -- somebody didn't follow protocol and didn't tag
+	  PostGIS version when they added this
+
+2013-01-26 02:42  robe
+
+	* spell degrees correctly -- its degrees not degreees
+
+2013-01-26 02:32  robe
+
+	* #657: correct the documentation on ST_Project to reflect it
+	  expects bearing measured in radians and how to handle for both
+	  degrees and radians
+
+2013-01-25 11:03  strk
+
+	* Support dumps where the geometry column has a mixEdCaseD name
+
+2013-01-24 21:15  strk
+
+	* Properly copy topologies with Z value (#2184)
+
+2013-01-20 16:56  dustymugs
+
+	* Fix issue with outdb rasters with no SRID and ST_Resize (GDAL
+	  warp
+	  calls). Ticket #2182
+
+2013-01-18 18:09  strk
+
+	* Have ST_Summary advertise presence of known srid with an [S] flag
+	  
+	  Closes #2178
+
+2013-01-18 14:10  robe
+
+	* obsolete links
+
+2013-01-18 08:55  robe
+
+	* update news with new tiger geocoder features
+
+2013-01-17 08:05  strk
+
+	* Prefer boolean predicates over overlay ops in ST_ChangeEdgeGeom
+	  
+	  Further reduces robustness issues and squeezes another bit of
+	  performance.
+
+2013-01-16 21:42  strk
+
+	* Drop useless input endpoints relate check in ST_ChangeEdgeGeom
+
+2013-01-16 15:14  strk
+
+	* Make ST_ChangeEdgeGeom motion collision detection code more
+	  robust
+	  
+	  The new model avoids a call to GEOSSymDifference but rather
+	  checks
+	  each candidate node against both "motion ranges" containment.
+	  It still constructs something, but only MULTIPOINT, which should
+	  be safe. Haven't profiled but the new code should also be faster
+	  than the previous. Fixes ticket #2176, includes testcase for it.
+
+2013-01-16 14:24  robe
+
+	* change to about link to show new website link
+
+2013-01-16 09:42  robe
+
+	* fix formatting and word changes to tiger extension install
+	  section
+
+2013-01-16 09:16  robe
+
+	* update to reflect new protocol when we are on new site. Also to
+	  update download links
+
+2013-01-16 07:48  robe
+
+	* move note into para
+
+2013-01-16 07:38  robe
+
+	* get rid of program listing stuff try to fix regress.
+
+2013-01-16 07:24  robe
+
+	* get rid of unbalanced para tag
+
+2013-01-16 07:13  robe
+
+	* add extension model instructions for tiger geocoder install. add
+	  xml entity for download link
+
+2013-01-15 11:54  strk
+
+	* Base vertex snap tolerance in lwline_split_by_point on line
+	  length
+	  
+	  Fixes robustness issue in splitting line with own vertex (#2173)
+	  Also fixes one case of topology building (#2172)
+
+2013-01-02 12:24  robe
+
+	* give anchor friendly ids for chapter and sections (so if we
+	  shuffle in future anchor doesn't change)
+
+2012-12-31 15:18  strk
+
+	* Use grep found by ./configure (and have ./configure look for it)
+
+2012-12-27 23:38  strk
+
+	* Use grep found by ./configure
+
+2012-12-27 12:56  strk
+
+	* Drop "lwgeom_init_allocators" need, add "lwgeom_set_handlers"
+	  
+	  This change allows using liblwgeom from clients which cannot
+	  define
+	  C-level methods for link-back (e.g. python ctypes). See #2089.
+	  
+	  NOTE: existing clients should take care of calling the new
+	  function
+	  because their "lwgeom_init_allocators" won't be called anymore.
+	  Failure to do so will result in default allocators / reporters
+	  being used.
+	  
+	  Thanks Giuseppe Sucameli for the base work on this
+
+2012-12-26 13:44  robe
+
+	* Add add_search_path helper function and call it in install of
+	  postgis_tiger_geocoder to add tiger to search path. Create
+	  unpacked script for geocoder so can do CREATE EXTENSION
+	  postgis_tiger_geocoder FROM unpackaged;
+
+2012-12-21 22:55  dustymugs
+
+	* More code and memory cleanup
+
+2012-12-21 22:18  dustymugs
+
+	* Additional cleanup and making sure to free memory when hitting
+	  errors
+
+2012-12-21 22:18  dustymugs
+
+	* Code cleanup of rt_raster_serialize(). Basically make sure to
+	  free
+	  allocated memory if function has error
+
+2012-12-21 10:53  strk
+
+	* Fix memory leak in lwcollection_homogenize
+
+2012-12-21 10:01  strk
+
+	* Update ignores
+
+2012-12-21 10:01  strk
+
+	* Fix compiler warnings
+
+2012-12-20 20:47  dustymugs
+
+	* PostgreSQL 9.3 changed where heap_form_tuple() is declared. Fixed
+	  in
+	  raster and postgis. Ticket #2013.
+
+2012-12-20 18:40  pramsey
+
+	* Quiet compile warnings.
+
+2012-12-20 18:26  strk
+
+	* Fix leak in cu_stringbuffer test
+
+2012-12-20 18:07  strk
+
+	* Fix memory leak in lwmline_locate_along
+
+2012-12-20 17:51  strk
+
+	* Fix memory leak in geometry cleaner
+
+2012-12-20 17:20  strk
+
+	* Drop unused "libtgeom.h" include
+	  
+	  This is to make libtgeom memory errors less scary :)
+	  See #1553
+
+2012-12-20 17:19  strk
+
+	* Fix memory leaks in lwsegmentize and cu_ptarray
+
+2012-12-20 16:02  robe
+
+	* add topology so extension now installs cleanly. still need to add
+	  set path and cleanup the make clean
+
+2012-12-19 23:26  dustymugs
+
+	* Stomp out memory leaks in CUnit tests
+
+2012-12-19 23:26  dustymugs
+
+	* Make sure to free OGR geometry when the geometry is empty
+
+2012-12-19 23:26  dustymugs
+
+	* Changed memory handling of offline band path. Now explicitly
+	  owned
+	  internally
+
+2012-12-19 20:52  strk
+
+	* Fix memory leak in circ_tree_new
+
+2012-12-19 20:52  strk
+
+	* Fix leak in cu_geodetic test
+
+2012-12-19 20:08  strk
+
+	* CUnit is not only needed for liblwgeom
+
+2012-12-19 18:18  strk
+
+	* Put JSON input test where it belongs (#2156)
+	  
+	  This time do not include other unrelated changes...
+
+2012-12-19 18:06  strk
+
+	* Revert "Move JSON input test where it belons (#2156)"
+	  
+	  Accidentally committed an unrelated patch..
+
+2012-12-19 18:01  strk
+
+	* Move JSON input test where it belons (#2156)
+
+2012-12-19 00:32  robe
+
+	* #2153: fix typo in file path
+
+2012-12-18 20:42  dustymugs
+
+	* Tweaked UpdateRasterSRID() to drop/add coverage tile as needed
+
+2012-12-18 05:06  robe
+
+	* #1959 remove sql_bits/mark_editable_objects.sql.in from upgrade
+	  script. It is the one causing pg_extension table to bloat and in
+	  theory not needed for upgrade since we don't change
+	  spatial_ref_sys during upgrade.
+
+2012-12-15 20:27  robe
+
+	* add 2.0.2 as upgrade from path
+
+2012-12-15 08:09  robe
+
+	* #2147 upgrade topology doesn't work on Mac BSD sed doesn't
+	  default to extended. Use already perl built topology upgrade
+	  script instead as template for extension upgrade
+
+2012-12-15 00:55  dustymugs
+
+	* Fixed handling of identifiers with single quote (') such as in
+	  O'Reilly.
+
+2012-12-14 20:28  dustymugs
+
+	* Changed testing of extent geometry
+
+2012-12-14 20:27  dustymugs
+
+	* Updated raster2pgsql help and docs to reflect changes to
+	  regular_blocking.
+
+2012-12-14 20:27  dustymugs
+
+	* regular_blocking constraint removed. regular_blocking column of
+	  raster_columns now looks for spatially_unique and coverage_tile
+	  constraints. Ticket #2150
+
+2012-12-14 20:27  dustymugs
+
+	* Added regression tests for ST_IsCoverageTile().
+
+2012-12-14 20:27  dustymugs
+
+	* Added support for padded edge tiles to ST_IsCoverageTile()
+
+2012-12-14 20:27  dustymugs
+
+	* Added support for no-band rasters to ST_Tile(raster)
+
+2012-12-14 20:27  dustymugs
+
+	* Added missing tickets and reorg of ticket list
+
+2012-12-14 20:27  dustymugs
+
+	* Added parameters to ST_Tile(raster) to control padding of
+	  generated tiles.
+	  ST_Tile(raster) no longer defaults to padding tiles. Ticket #2069
+
+2012-12-14 20:26  dustymugs
+
+	* Addition of coverage_tile constraint for raster. Ticket #2148
+
+2012-12-14 20:26  dustymugs
+
+	* Addition of ST_IsCoverageTile() to tell if tile is part of a
+	  coverage
+
+2012-12-14 20:26  dustymugs
+
+	* Added raster's spatially_unique constraint. Ticket #2149. Still
+	  needs
+	  regression tests but won't happen until regular_blocking is
+	  finished.
+
+2012-12-14 20:26  dustymugs
+
+	* Tweaked the extent computed for the extent constraint
+
+2012-12-14 20:26  dustymugs
+
+	* Changed blocksize constraint to permit multiple possible values.
+	  Ticket
+	  is #2143. We just need a coverage constraint and a spatially
+	  unique
+	  constraint to determine regularly blocked.
+
+2012-12-14 20:26  dustymugs
+
+	* Fixed incorrect return type in docs
+
+2012-12-14 20:26  dustymugs
+
+	* raster2pgsql no longer pads tiles by default based upon tile
+	  position and tile
+	  size. This is part of the refactoring to remove padded tiles.
+	  Flag -P
+	  added so that users can indicate that tiles should be padded.
+	  Ticket #826.
+
+2012-12-14 20:25  dustymugs
+
+	* Removed hardcoded flags for raster2pgsql from run_test
+
+2012-12-14 20:25  dustymugs
+
+	* Quiet down ST_SameAlignment(raster, raster) as it was way too
+	  talkative
+
+2012-12-14 20:25  dustymugs
+
+	* Updated regression tests for raster2pgsql
+
+2012-12-13 09:34  strk
+
+	* Revert "Return NULL when simplifying a line results in a line
+	  with < 2 vertices"
+	  
+	  The correct behavior is still being discussed here:
+	  http://trac.osgeo.org/postgis/ticket/1987
+	  Better reduce the noise...
+
+2012-12-12 15:52  strk
+
+	* Return NULL when simplifying a line results in a line with < 2
+	  vertices
+	  
+	  Also return NULL from ST_Simplify when the input is an empty
+	  (null is a simpler form than EMPTY...)
+	  
+	  Yes, both break backward compatibility, but seem more consistent
+	  to me. I'm still interested in allowing collapses avoidance but
+	  I think consistency is also important.
+
+2012-12-09 19:59  pramsey
+
+	* #2145, ST_Segmentize(geography, dist) fails with redundant
+	  coordinates
+
+2012-12-07 22:07  dustymugs
+
+	* More verbose output when constraints fail to be added to a raster
+	  column. Ticket #2141
+
+2012-12-07 09:27  strk
+
+	* Add an id to the toTopoGeom proxy entry
+
+2012-12-07 09:24  strk
+
+	* Element xref can't have content (was declared EMPTY)
+	  
+	  I'm surprised postgis_aggs_mm.xml.xsl contains all that XML,
+	  shouldn't it just transform source XML ?
+
+2012-12-07 09:24  strk
+
+	* Add a "TopoGeometry Editors" section
+	  
+	  I've added a toTopoGeom entry in this section for the sole
+	  purpose
+	  of redirecting to the one in "TopoGeometry Constructors".
+	  It's two overloaded functions, documented togheter in the latter
+	  section. If there's any better way to deal with this I'm looking
+	  forward for enhancements.
+
+2012-12-07 08:36  strk
+
+	* Element xref can't have content (was declared EMPTY)
+
+2012-12-07 08:31  strk
+
+	* Fix links to legacy faq
+
+2012-12-07 08:31  strk
+
+	* Document new toTopoGeom override and clearTopoGeom
+
+2012-12-07 01:08  dustymugs
+
+	* Fixed behavior of ST_ConvexHull() for empty rasters. Ticket #2126
+
+2012-12-06 23:23  strk
+
+	* Provide a version of toTopoGeom taking a TopoGeometry object
+	  
+	  Such version would _add_ the space taken by the input geometry
+	  to an existing TopoGeometry.
+
+2012-12-06 23:02  strk
+
+	* Add topology.clearTopoGeom(TopoGeometry) function
+
+2012-12-06 18:45  strk
+
+	* Do not hardcode version to rule to build topology_upgrade_X_minor
+
+2012-12-06 17:56  pramsey
+
+	* #2101, add some doco in the .sql.in.c file on the _postgis_*
+	  stats info functions.
+
+2012-12-06 17:39  mloskot
+
+	* Added RasterReader.copy_to() utility based on SQL command COPY TO
+	  and PostGIS Raster functions ST_As<FORMAT> and outputs rasters to
+	  hex-encoded plain text or binary raster file.
+
+2012-12-06 10:49  mloskot
+
+	* Typo
+
+2012-12-06 05:43  dustymugs
+
+	* Fixed handling of SRS strings as they are passed to GDAL
+	  functions.
+	  Ticket #2134
+
+2012-12-05 18:50  pramsey
+
+	* #2132, _postgis_stats crashes backend on missing stats
+
+2012-12-05 10:28  strk
+
+	* Fix broken shp2pgsql help string suggesting -r to reproject
+
+2012-12-04 19:54  pramsey
+
+	* #945, expose and add selectivity to the 3d/4d index (&&&)
+	  bindings
+
+2012-12-04 13:24  robe
+
+	* upport 2.0.2 release notes
+
+2012-12-03 22:17  dustymugs
+
+	* Fixed incorrect return type for ST_BandIsNoData(raster) in docs
+
+2012-12-03 16:19  strk
+
+	* Fix memory error in MultiPolygon GeoJson parsing (#2130)
+
+2012-12-03 14:10  strk
+
+	* Fix SRID in ST_Homogenize output with collection input (#2129)
+
+2012-12-03 10:09  strk
+
+	* Make ST_RemEdge* tests 30% faster by reducing service costs
+
+2012-12-02 22:36  dustymugs
+
+	* Removed PICFLAGS from CFLAGS when compiling CUnit suites. Ticket
+	  #2125
+
+2012-12-01 22:56  robe
+
+	* fix return type
+
+2012-12-01 20:32  robe
+
+	* TopoGeo_AddPolygon says aline instead of apoly
+
+2012-12-01 08:34  robe
+
+	* don't dtd validate when making comments and cheatsheets
+
+2012-12-01 01:19  dustymugs
+
+	* Added ST_Resize(raster) to resize a raster using desired
+	  width/height.
+	  Ticket #1293.
+
+2012-12-01 01:19  dustymugs
+
+	* Removed requirements of SRID for calling GDAL Warp API
+
+2012-11-30 15:18  dustymugs
+
+	* Removed use of pi html code. Using "pi" instead.
+
+2012-11-30 01:13  dustymugs
+
+	* Additional cleanup and validation regarding ticket #1653
+
+2012-11-30 01:13  dustymugs
+
+	* Added NEWS item and doc updates for changes related to ticket
+	  #2119
+
+2012-11-30 01:12  dustymugs
+
+	* Added a special case to RASTER_GDALWarp() where if the input
+	  raster has
+	  no SRID (SRID_UNKNOWN) AND the operation does not involve a
+	  reprojection, then use a catchall/substitute SRID (in this case
+	  4326).
+	  Ticket #2119
+
+2012-11-29 22:33  colivier
+
+	* Fix #2092 for trunk branch
+
+2012-11-29 19:29  strk
+
+	* Enhance error message on unsupported geometry type (#1899)
+
+2012-11-29 19:11  dustymugs
+
+	* Fixed incorrect ticket #. From #2026 to #2062
+
+2012-11-29 18:59  dustymugs
+
+	* Removed confusion between ST_Resample(raster) and
+	  ST_Transform(raster)
+	  by removing srid parameter for ST_Resample(). Ticket #1653
+
+2012-11-29 18:59  dustymugs
+
+	* Renamed RASTER_resample() to RASTER_GDALWarp() and adjusted SQL
+	  functions as needed. Next is to audit and possibly refactor those
+	  functions that make use of RASTER_resample().
+
+2012-11-29 18:30  strk
+
+	* Ensure ST_Line_Interpolate_Point always returns POINT (#2108)
+
+2012-11-29 18:13  strk
+
+	* Ensure ST_PointOnSurface always returns POINT (#2117)
+
+2012-11-29 18:01  strk
+
+	* Early release lwgeom memory
+
+2012-11-29 17:49  strk
+
+	* Ensure ST_Centroid always returns POINT (#2109)
+
+2012-11-29 02:12  robe
+
+	* #1795 make raster_views, raster_columns, geometry_columns,
+	  geometry_views, spatial_ref_sys public viewable -- none issue
+	  since they are views that only list user viewable tables and
+	  aspatial_ref_sys is harmless public info.
+
+2012-11-29 01:21  dustymugs
+
+	* Added CUnit test suites for raster core. Old raster core
+	  regression
+	  tests can still be found in raster/test/core but are no longer
+	  run.
+	  Probably should delete before 2.1 is released.
+	  Ticket #173
+
+2012-11-28 22:35  nicklas
+
+	* #2112
+
+2012-11-28 20:16  dustymugs
+
+	* Refactored return and parameters of rt_raster_iterator()
+
+2012-11-28 19:31  dustymugs
+
+	* Refactored return and parameters of rt_raster_from_two_rasters()
+
+2012-11-28 15:27  dustymugs
+
+	* Refactored return and parameters of rt_raster_surface()
+
+2012-11-27 00:58  dustymugs
+
+	* Added ST_NotSameAlignmentReason(raster, raster). Ticket #1709
+
+2012-11-26 21:09  dustymugs
+
+	* Added ST_Transform(raster) variant that allows of aligning output
+	  rasters to a reference raster. Ticket #2105
+
+2012-11-26 19:13  dustymugs
+
+	* Renamed variants of ST_World2RasterCoord() and
+	  ST_Raster2WorldCoord() to
+	  ST_WorldToRasterCoord() and ST_RasterToWorldCoord() as names are
+	  inconsistent with other PostGIS function names. Ticket #2104
+
+2012-11-26 12:07  strk
+
+	* Skip st_area(geography) and st_length(geography)
+	  
+	  See
+	  http://lists.osgeo.org/pipermail/postgis-users/2012-November/035854.html
+
+2012-11-25 22:36  robe
+
+	* #1869 take care of ST_AsBinary(unknown/text),
+	  ST_AsText(unknown/text) is not unique errors
+
+2012-11-25 21:55  dustymugs
+
+	* Where appropriate, functions in rt_core now use standardized
+	  function
+	  return states.
+
+2012-11-23 22:15  strk
+
+	* Fix ST_{Mod,New}EdgeHeal joining edges sharing both endpoints
+	  
+	  Closes #1998. Include testcases.
+	  Also simplifies the code and avoids a GEOS call.
+	  
+	  [RT-SIGTA] C.I.G.: 0494241492
+
+2012-11-23 15:57  pramsey
+
+	* Try to stomp out -180 (#2066)
+
+2012-11-23 06:13  pramsey
+
+	* #1828, geography stats are really sensitive to narrow
+	  dimensionality issues,
+	  so geodetic bounds have to be exactly calculated for things like
+	  points
+
+2012-11-22 17:39  pramsey
+
+	* #1828, fix mistake to geography calculation routine
+
+2012-11-21 23:26  pramsey
+
+	* Of course we're going to do real joinsel...
+
+2012-11-21 19:52  pramsey
+
+	* Explain "selectivity" a little more explicitly
+
+2012-11-20 23:47  pramsey
+
+	* Better/different error messages in stats interogator
+
+2012-11-20 23:28  pramsey
+
+	* #2101, sql functions for selectivity inspection
+
+2012-11-20 21:34  pramsey
+
+	* Make default joinsel message more obvious
+
+2012-11-20 21:31  pramsey
+
+	* Make error message minimally more helpful
+
+2012-11-20 21:29  pramsey
+
+	* Be more explicit about the types we're passing around
+
+2012-11-20 20:57  pramsey
+
+	* Convert SearchSysCache calls to SearchSysCache# calls, per the
+	  guidance in the PostgreSQL syscache.h file
+
+2012-11-20 20:51  pramsey
+
+	* #2102, SQL hooks for calling selectivity functions
+
+2012-11-20 19:07  pramsey
+
+	* #1828, Poor selectivity estimate on ST_DWithin
+
+2012-11-20 17:50  pramsey
+
+	* Remove conditional use of USE_STANDARD_DEVIATION, it's been
+	  working for years, that's what we use.
+
+2012-11-20 09:51  robe
+
+	* minor formatting fix
+
+2012-11-20 09:49  robe
+
+	* #1287: legacy script to reinstall old PostGIS gist op. Added to
+	  FAQ when you need to use it and stress to try not to use it and
+	  reindex if you do.
+
+2012-11-19 23:18  dustymugs
+
+	* Fixed issue where ST_AsRaster() may not return raster with
+	  specified
+	  pixel types. Ticket #2100
+
+2012-11-19 23:18  dustymugs
+
+	* Code cleanup of rt_raster_gdal_rasterize()
+
+2012-11-19 23:18  dustymugs
+
+	* Refactored internal use variables and functions for
+	  rt_raster_iterator()
+
+2012-11-19 23:04  pramsey
+
+	* Move box-reading code in geography stats to use serialized box.
+
+2012-11-19 15:47  strk
+
+	* Fix double free on ST_OffsetCurve exception (#2099)
+
+2012-11-19 10:20  strk
+
+	* Restore 1.5.x behaviour of ST_Simplify (#1987)
+
+2012-11-16 22:59  dustymugs
+
+	* Added RANGE uniontype option for ST_Union(raster) Ticket #2097
+
+2012-11-16 12:35  robe
+
+	* geos new is 3.4
+
+2012-11-16 06:46  robe
+
+	* update tto reflect 2.1
+
+2012-11-16 03:39  dustymugs
+
+	* Fixed SQL error in regression test
+
+2012-11-16 01:32  dustymugs
+
+	* Added docs and regression test for extent parameter variants of
+	  ST_Slope, ST_Aspect and ST_Hillshade
+
+2012-11-16 01:32  dustymugs
+
+	* If hillshade < 0, hillshade = 0 for ST_HillShade()
+
+2012-11-16 01:31  dustymugs
+
+	* Added variants of ST_Slope, ST_Aspect and ST_Hillshade to provide
+	  support for tiles in a coverage. Ticket is #2078
+
+2012-11-15 00:15  pramsey
+
+	* Comment on the dump_toupper function
+
+2012-11-15 00:08  pramsey
+
+	* Use a locale-independent braindead upper implementation
+
+2012-11-14 23:01  pramsey
+
+	* #2035, Strange behavior when using left (<<) and right (>>)
+	  operators
+
+2012-11-14 22:29  pramsey
+
+	* #2028, ST_Multi(<triangle>) does not make a TIN
+
+2012-11-14 21:31  pramsey
+
+	* #2042, measures.c: 'pt_in_arc_A' may be used uninitialized
+
+2012-11-14 21:25  pramsey
+
+	* #2001, ST_CurveToLine has no effect if the geometry doesn't
+	  actually contain an arc
+
+2012-11-14 20:45  pramsey
+
+	* #799, make geographic coordinates in range
+
+2012-11-14 17:21  pramsey
+
+	* Make Korotkov split the default
+
+2012-11-13 22:48  pramsey
+
+	* #2090, gserialized_read_gbox_p sets Z dimension instead of M
+	  dimension for two-point lines
+
+2012-11-13 22:30  pramsey
+
+	* #2044, lw_arc_length: warning: variable 'a2' set but not used
+
+2012-11-13 22:10  pramsey
+
+	* #1895, New node splitting algorithm for GiST
+	  Set the KOROTKOV_SPLIT define to 1 to use the new approach,
+	  to 0 to use the old approach. After testing is complete,
+	  we can set the new split as the default.
+
+2012-11-13 18:58  pramsey
+
+	* Remove <inlineequation> element
+
+2012-11-13 18:57  pramsey
+
+	* Remove MathML from documentation. It's not really being used for
+	  any math.
+
+2012-11-09 21:54  pramsey
+
+	* Remove module magic from here, #1162
+
+2012-11-09 00:09  pramsey
+
+	* Remove many warnings from -pedantic build, and clean up parser
+	  globals a little more thoroughly.
+
+2012-11-08 08:40  strk
+
+	* Rewrite topology.GetRingEdges using a recursive CTE (#2087)
+	  
+	  Walking around a ring of ~22k edges takes 1/7 of the time
+
+2012-11-08 08:40  strk
+
+	* Share some code between ST_RemEdgeModFace and ST_RemEdgeNewFaces
+	  
+	  Also check TopoGeometry existance as first thing, to reduce the
+	  time it takes for failing calls.
+
+2012-11-08 05:48  robe
+
+	* update install to note that we now support loading tiger 2012
+	  data and it is the default and upgrade instructions to get the
+	  new loader behavior
+
+2012-11-08 05:46  robe
+
+	* change this to use 2012 loader, but remark it out so it doesn't
+	  overwrite people's custom settings.
+
+2012-11-06 00:27  pramsey
+
+	* #2048, add regression test
+
+2012-11-05 10:27  strk
+
+	* Create indices on start_node and end_node of edge_data (#2082)
+	  
+	  Those indices speed up nodes deletion by a factor of x1000 !
+	  I didn't profile, but I suspect those indices would also speed up
+	  ring walking (whereas you have to find a match between endnodes).
+
+2012-11-05 00:47  robe
+
+	* #2020: stop penalizing windows 9.2 32-bit when it gives a stupid
+	  answer to an ill-defined question. Change to be a well-defined
+	  question.
+
+2012-11-04 20:03  robe
+
+	* #2081: extension files being installed twice causes errors on
+	  Ubuntu (9.3)
+
+2012-11-04 14:40  strk
+
+	* Fix order of TopoGeometry property names
+
+2012-11-04 10:45  robe
+
+	* #1980: define new configure arg --with-mathmldtd to allow
+	  overriding path to mathmldtd
+
+2012-11-04 00:44  strk
+
+	* Oops, revert the revert...
+	  
+	  Note to self: never commit between 1:00am and 8:00am
+
+2012-11-04 00:30  strk
+
+	* Add note about lwgeom_make_valid being only available with
+	  GEOS-3.3+
+
+2012-11-04 00:30  strk
+
+	* Revert "#1970 - 9.2rc1 regress failure change layer_id_seq from
+	  select * to explicitly select fields. log_cnt now returns 0 for
+	  9.2rc1 so fails regress otherwise"
+	  
+	  This reverts commit c272b5ed6dec2cc415c9bccd305e81394f1bde83.
+
+2012-11-03 18:12  robe
+
+	* change default new install to use tiger_loader_2012.sql file
+	  instead
+
+2012-11-03 17:54  robe
+
+	* #2076: support for loading tiger 2012 data. revise
+	  loader_load_staged_data to leave out pumace10, estatefp, ugace.
+	  This fixes the faces not loading issue for 2012 data (tested with
+	  MA, DC)
+
+2012-11-02 21:14  pramsey
+
+	* #2015, ST_IsEmpty('POLYGON EMPTY') returns False
+
+2012-11-02 20:40  dustymugs
+
+	* Removed code that is no longer used and updated docs with default
+	  parameters
+
+2012-11-02 19:15  pramsey
+
+	* #1996, ST_AsGeoJSON('POINT EMPTY') produces invalid JSON
+
+2012-11-02 19:08  pramsey
+
+	* Be a bit more explicit about what we're returning from
+	  point-in-ring tests.
+
+2012-11-02 18:12  dustymugs
+
+	* Updated reference links to "How Hillshade works" for ST_Slope,
+	  ST_Aspect
+	  and ST_HillShade
+
+2012-11-02 18:02  pramsey
+
+	* Remove double call of flip test.
+
+2012-11-02 17:52  pramsey
+
+	* #2019, ST_FlipCoordinates does not update bbox
+
+2012-11-02 17:22  dustymugs
+
+	* Refactored ST_Slope, ST_Aspect and ST_Hillshade() (also their
+	  _st_XXX4ma() functions). Detailed docs for all three functions.
+	  Outputs
+	  now in sync with return from ArcGIS. Ticket is #2077
+
+2012-10-31 19:33  robe
+
+	* some wording changes, add tutorial faq
+
+2012-10-31 14:31  dustymugs
+
+	* Added missing DROP FUNCTION statements. Ticket #2073
+
+2012-10-31 09:46  strk
+
+	* Add instruction for upgrading between SVN revisions using
+	  extensions
+
+2012-10-31 00:42  dustymugs
+
+	* Changed when the isnodata check takes place for out-db raster
+	  tiles
+
+2012-10-30 23:25  pramsey
+
+	* #1940, epsg:2065 projection is incorrect
+
+2012-10-30 21:38  robe
+
+	* Add Nathan Wagner to credits
+
+2012-10-30 21:16  robe
+
+	* Put in Enhanced note about ST_DumpPoints -- should in theory be
+	  faster. Revise expertbot xsl script (prevent url from abutting
+	  the title)
+
+2012-10-30 20:32  pramsey
+
+	* (#310) ST_DumpPoints as C function
+
+2012-10-29 22:24  robe
+
+	* Fix gdal binaries link
+
+2012-10-29 22:23  dustymugs
+
+	* Added SRID check to ST_Neighborhood(raster, geometry)
+
+2012-10-29 22:23  dustymugs
+
+	* Added SRID check for ST_Intersects(geometry, raster)
+
+2012-10-29 22:23  dustymugs
+
+	* Added SRID check of geometry for ST_World2RasterCoord variants
+
+2012-10-29 22:22  dustymugs
+
+	* Added check for SRID match in ST_Value(raster) geometry variant
+
+2012-10-29 20:14  dustymugs
+
+	* Set defaults for parameters of ST_Slope(raster). Ticket #1655
+
+2012-10-29 18:56  dustymugs
+
+	* Added UpdateRasterSRID() as per ticket #739
+
+2012-10-27 05:53  robe
+
+	* more ids and descriptive titles
+
+2012-10-27 05:31  robe
+
+	* revise script hallie uses so strips out tags such as ulink, xref,
+	  command leaving just textual representation (these were getting
+	  cut out before)
+
+2012-10-27 04:18  robe
+
+	* try to put in some ids
+
+2012-10-26 00:28  dustymugs
+
+	* Added news regarding ST_Clip(raster, ...) in C and update docs
+
+2012-10-26 00:28  dustymugs
+
+	* Rewrite of ST_Clip(raster) to be C-based and updated regression
+	  test.
+	  Ticket is #2065
+
+2012-10-25 23:06  dustymugs
+
+	* Fixed default Y-scale to -1 from 1
+
+2012-10-25 22:17  pramsey
+
+	* Expose some geodetic functions a little higher
+
+2012-10-25 20:36  pramsey
+
+	* Fix error in ptarray traversal.
+
+2012-10-25 19:29  pramsey
+
+	* Reorganize some pointarray loops and functions. Use direct
+	  aligned access more.
+
+2012-10-25 18:57  pramsey
+
+	* Remove old signature for serialized_form function
+
+2012-10-25 18:54  pramsey
+
+	* Allow WKB generation to do direct memcpy of coordinates in
+	  specific cases.
+
+2012-10-25 18:42  pramsey
+
+	* Use double alignment property to remove memcpy from wkb
+	  generation
+
+2012-10-25 18:29  pramsey
+
+	* Remove TODO note: the storage is now double aligned
+
+2012-10-25 17:47  pramsey
+
+	* Change the gbox calculation for geodetic edges to use 3-space
+	  geometry instead of lots of transcendental functions. Much
+	  faster, much simpler, all regression tests pass.
+
+2012-10-25 06:00  robe
+
+	* revert release note changes see if it fixes doc build issue
+
+2012-10-25 05:18  robe
+
+	* fix id again (maybe old conflicted with another id)
+
+2012-10-25 04:12  robe
+
+	* fix chapter id doesn't follow our convention
+
+2012-10-25 04:07  robe
+
+	* give release sections ids for easier reference
+
+2012-10-24 22:22  dustymugs
+
+	* Preprocess input geometry for clipping raster by using the
+	  intersection
+	  of the input geometry and the convex hull of the raster. Ticket
+	  #1989
+
+2012-10-24 22:21  dustymugs
+
+	* Added checks to rt_raster_gdal_rasterize() and RASTER_asRaster()
+	  where
+	  if input geometry is empty, return empty raster.
+
+2012-10-24 21:14  dustymugs
+
+	* Broke string for iowa hex into three parts so that doxygen
+	  doesn't choke
+
+2012-10-24 19:22  dustymugs
+
+	* Have ST_Tile() generate out-of-db tile bands if input raster's
+	  band is
+	  out-of-db.
+
+2012-10-24 18:54  pramsey
+
+	* Whoops make sure the test macros match the library ones
+
+2012-10-24 18:44  pramsey
+
+	* Add some debugging info to find failure in debbie
+
+2012-10-24 18:28  pramsey
+
+	* Add explicit tests for edge_intersects()
+
+2012-10-24 17:26  pramsey
+
+	* Move the distance calculation to also use the edge_intersects()
+	  function instead of edge_intersection()
+
+2012-10-24 16:31  dustymugs
+
+	* Added "auto" option to -t switch where raster2pgsql can compute a
+	  usable
+	  tile size. Added warning message if generated tiles may cause
+	  memory
+	  issues.
+
+2012-10-24 03:41  robe
+
+	* minor adjustments to terminology to improve searchin
+
+2012-10-23 23:59  dustymugs
+
+	* Rearranged function arguments for ST_Tile(raster)
+
+2012-10-23 22:44  dustymugs
+
+	* Added news and docs for ST_Tile(raster). Additional regression
+	  tests for
+	  one additional variant of ST_Tile(raster)
+
+2012-10-23 22:44  dustymugs
+
+	* Added ST_Tile() and regression tests. The circle is complete.
+
+2012-10-23 22:44  dustymugs
+
+	* Added rt_band_get_pixel_line() and regression tests
+
+2012-10-23 22:43  pramsey
+
+	* (#2063) fix the vertex-crossing logic in the circular tree code
+	  to use the new edge_intersects routine
+
+2012-10-23 22:17  pramsey
+
+	* (#2026) fix performance regression in geography distance
+	  calculation
+
+2012-10-23 21:18  pramsey
+
+	* (#1976) Geography point-in-ring code overhauled for more
+	  reliability
+
+2012-10-23 13:46  dustymugs
+
+	* Make changes to reflect patch from #2061
+
+2012-10-23 04:56  pramsey
+
+	* Future test case for when we've solved p-i-p in generality
+
+2012-10-22 19:05  dustymugs
+
+	* Fix POSTGIS_RT_DEBUGF() usage
+
+2012-10-22 19:05  dustymugs
+
+	* Fixed doxygen comment formats
+
+2012-10-22 17:20  dustymugs
+
+	* Remove unused variables.
+
+2012-10-22 17:20  dustymugs
+
+	* Cache frequently used variables minimize # of function calls in
+	  rt_raster_iterator()
+
+2012-10-22 17:20  dustymugs
+
+	* Include output from gdal-config --dep-libs when building
+	  raster2pgsql
+
+2012-10-22 17:19  dustymugs
+
+	* Add news and doc changes to indicate proper support for raster
+	  band's
+	  "isnodata" support
+
+2012-10-22 17:19  dustymugs
+
+	* have raster2pgsql check for raster bands being NODATA
+
+2012-10-22 17:19  dustymugs
+
+	* Tweaked rt_band_check_is_nodata() to make use of
+	  rt_band_get_pixel()'s
+	  ability to return flag indicating if value is NODATA
+
+2012-10-22 17:19  dustymugs
+
+	* Final fixes to support band's isnodata flag.
+
+2012-10-22 17:19  dustymugs
+
+	* All functions in core API now support a band's isnodata value.
+
+2012-10-22 17:19  dustymugs
+
+	* Changed signature of rt_band_get_nodata() as there was no way to
+	  indicate an error if the band has no NODATA.
+
+2012-10-22 17:19  dustymugs
+
+	* Some work adding proper support for using a band's isnodata flag.
+
+2012-10-22 17:19  dustymugs
+
+	* Changed function signature for core API function
+	  rt_band_get_pixel() to
+	  indicate if pixel is NODATA
+
+2012-10-22 17:18  dustymugs
+
+	* Minor changes to references to raster2pgsql
+
+2012-10-21 23:53  robe
+
+	* update crowd funding details
+
+2012-10-21 18:02  strk
+
+	* Fix GetTopoGeomElementArray(TopoGeometry) function, and add test
+	  
+	  See http://trac.osgeo.org/postgis/ticket/2060
+
+2012-10-20 21:07  robe
+
+	* fix headeer and description
+
+2012-10-19 22:20  pramsey
+
+	* Wrap NEWS to 80cols
+
+2012-10-19 18:51  dustymugs
+
+	* Added to news regarding ticket #2057
+
+2012-10-19 18:49  dustymugs
+
+	* Add variables specifying PostgreSQL CPPFLAGS and LDFLAGS.
+	  Ticket is #2057
+
+2012-10-19 01:36  dustymugs
+
+	* Forgot to wrap tags with <para></para> in reference_raster.xml.
+	  Minor
+	  comment cleanup in rt_pg.c
+
+2012-10-19 00:27  dustymugs
+
+	* Fixed annoyances in the raster docs
+
+2012-10-18 23:52  dustymugs
+
+	* Combined the gist spatial relationship tests into
+	  rt_gist_relationships
+
+2012-10-18 23:52  dustymugs
+
+	* Combined all raster GEOS dependent spatial relationship
+	  regression tests into
+	  rt_geos_relationships.sql
+
+2012-10-18 21:45  dustymugs
+
+	* Clamp SRID when comparing SRIDs of raster vs geometry for geomval
+	  variant of ST_SetValues()
+
+2012-10-18 21:45  dustymugs
+
+	* Added docs for geomval variant of ST_SetValues
+
+2012-10-18 21:45  dustymugs
+
+	* Add news items regarding changes to ST_SetValue and addition of
+	  geomval variant of ST_SetValues()
+
+2012-10-18 21:45  dustymugs
+
+	* Code cleanup in rt_pg/rt_pg.c. Changed point geometry variant of
+	  ST_SetValue() to wrap around geomval variant of ST_SetValues().
+	  This
+	  will result in a behavior change for geometry variant of
+	  ST_SetValue().
+
+2012-10-18 21:45  dustymugs
+
+	* Addition of geomval variants of ST_SetValues() and regression
+	  tests.
+	  Added helper function
+	  rt_raster_get_inverse_geotransform_matrix().
+	  Additional code cleanup for rt_raster_geopoint_to_cell() and
+	  rt_raster_cell_to_geopoint().
+
+2012-10-18 14:47  robe
+
+	* script to concatenate all the sections of postgis doc for easier
+	  digestion of postgis expert bot
+
+2012-10-17 19:30  dustymugs
+
+	* Correct usage of memset()
+
+2012-10-17 19:30  dustymugs
+
+	* Cleanup description for ST_SetValues()
+
+2012-10-17 16:08  dustymugs
+
+	* Added items to NEWS and docs for ST_DumpValues
+
+2012-10-17 16:08  dustymugs
+
+	* Addition of ST_DumpValues() and regression tests. Ticket #2011
+
+2012-10-17 14:29  dustymugs
+
+	* Add fallback method of getting maximum extent for extent
+	  constraint.
+	  Ticket is #2050
+
+2012-10-17 14:16  strk
+
+	* Move trim_trailing_zeros out of liblwgeom.h (#2054)
+
+2012-10-17 13:38  strk
+
+	* Get OUT_* export macros out of liblwgeom.h (#2053)
+
+2012-10-17 11:43  strk
+
+	* Do not print more digits than available from lwgeom_to_geojson
+	  
+	  See http://trac.osgeo.org/postgis/ticket/2051
+	  Adds tests for the ticket cases.
+
+2012-10-17 09:52  strk
+
+	* It is OUT_MAX_DOUBLE_PRECISION, not OUT_MAX_DIGS_DOUBLE, we
+	  should use
+	  
+	  These macros should really get out of liblwgeom.h and be properly
+	  documented...
+
+2012-10-17 09:45  strk
+
+	* Fix buffer overflow in lwgeom_to_geojson (#2052)
+
+2012-10-16 20:59  dustymugs
+
+	* Added optional interpolate_nodata flag as function parameter to
+	  ST_HillShade,
+	  ST_Aspect and ST_Slope.
+
+2012-10-16 20:42  strk
+
+	* Do not abort populate_geometry_columns when table can't be
+	  altered
+	  
+	  Also print the reason for the limitation. See #2049.
+
+2012-10-16 20:17  dustymugs
+
+	* Fixed xml issues that are making debbie mad.
+
+2012-10-16 19:55  dustymugs
+
+	* Added news blurb and docs regarding expression variants of
+	  ST_MapAlgebra.
+
+2012-10-16 19:55  dustymugs
+
+	* Added 2-raster expression variant of ST_MapAlgebra() and
+	  regression
+	  tests.
+
+2012-10-16 19:55  dustymugs
+
+	* Additional tweaking of returning empty raster from map algebra of
+	  INTERSECTION or UNION extent
+
+2012-10-16 19:55  dustymugs
+
+	* Corrected handling of NULL raster resulting from NO intersection
+	  of input rasters in map algebra. Fixed spelling mistakes.
+	  Additional tests for intersections of more than 3 rasters that
+	  don't actually intersect in ST_MapAlgebra
+
+2012-10-16 19:55  dustymugs
+
+	* Added one-raster expression variant for ST_MapAlgebra and
+	  appropriate
+	  regression tests.
+
+2012-10-16 16:08  strk
+
+	* Enhance documentation about TopoElement domain
+
+2012-10-16 16:07  strk
+
+	* tweak DEBUG line
+
+2012-10-16 08:29  strk
+
+	* Improve TopologySummary output
+	  
+	  Add unregistered layers and orphaned TopoGeom count
+
+2012-10-16 08:29  strk
+
+	* Have TopologySummary use the word "Mixed" for collection layers
+
+2012-10-15 19:21  dustymugs
+
+	* Fixed incorrect use of RASTER_DEBUGF().
+
+2012-10-15 14:48  dustymugs
+
+	* More poking at the docs for ST_MapAlgebra
+
+2012-10-15 14:20  dustymugs
+
+	* Add another example of ST_MapAlgebra() and some formatting
+	  cleanup
+
+2012-10-15 03:34  dustymugs
+
+	* Changed how ST_MapAlgebra regression test runs on PostgreSQL 9.0
+	  as
+	  usage of "GROUP BY raster" does not work. Ticket is #2048.
+
+2012-10-14 05:40  robe
+
+	* #2046: fix 2.1 doesn't compile with postgresql 9.0
+
+2012-10-14 05:13  robe
+
+	* updategeometrysrid was describing old behavior. Update to new and
+	  provide alternative syntax
+
+2012-10-12 20:06  pramsey
+
+	* Remove odd srs error line from expected
+
+2012-10-12 19:49  pramsey
+
+	* Reduce precision test to 1cm2. There is no doubt that this
+	  approach is less numerically stable than the last. (#2043) Though
+	  in exchange, it covers the globe more completely.
+
+2012-10-12 19:32  pramsey
+
+	* Reduce the precision of the double test... it passes here..
+	  (#2043)
+
+2012-10-12 19:31  dustymugs
+
+	* Bug fix where pos array size was incorrect.
+
+2012-10-12 19:31  dustymugs
+
+	* Removed warning block for ST_MapAlgebra() doc page. Rearranged
+	  warning boxes
+
+2012-10-12 16:06  dustymugs
+
+	* More documentation changes regarding deprecation status of
+	  ST_MapAlgebraFct() variants. Added news item regarding
+	  deprecation status of ST_MapAlgebraFct and ST_MapAlgebraFctNgb
+	  variants
+
+2012-10-12 16:06  dustymugs
+
+	* Duplicated and refactored the ST_XXX4ma() functions for
+	  ST_MapAlgebra
+	  usage. Exception for ST_InvDistWeight4ma() and ST_MinDist4ma(),
+	  both of
+	  which are new for 2.1. Added regression tests as well.
+
+2012-10-12 15:20  strk
+
+	* Exit with non-zero code when commandline is malformed
+	  
+	  It still exists with zero code when user explictly asks for the
+	  help screen (with -? as documented and with no switch as popular
+	  habit [well, mine])
+
+2012-10-12 14:26  strk
+
+	* Add pdf-localized rule for building localized pdf manual
+
+2012-10-12 14:06  strk
+
+	* Ignoring generated files in tiger_geocoder extension
+
+2012-10-12 08:40  strk
+
+	* Fix compiler warnings in lwgeom_geos.c
+
+2012-10-12 08:34  strk
+
+	* Fix a "set but not used" warning.
+	  
+	  This was about the return from getPoint2d_p, but it really only
+	  returns zero on error and after lwerror was called, and only if
+	  a PARANOIA compile time macro is set...
+
+2012-10-12 08:27  strk
+
+	* Fix ptarray_area_sphere signature (#2040)
+	  
+	  Since I was a it I also removed a "set but not used" warning.
+
+2012-10-12 07:50  strk
+
+	* Update po files after changes in installation.xml
+
+2012-10-12 07:49  strk
+
+	* Add more uses of <command> and <filename> in installation.xml
+	  
+	  Also fixes a missing dash in "make comments-install"
+
+2012-10-12 07:49  strk
+
+	* Put <comment> tags in <para>, fixing #2041
+
+2012-10-12 07:20  strk
+
+	* Consistently use <command> tag for "make comments"
+	  
+	  Fixes complains by msgmerge (internationalization)
+
+2012-10-11 22:48  pramsey
+
+	* Improve support for ST_Area(geography) over dateline and poles
+	  (#2006, #2039)
+
+2012-10-11 21:44  strk
+
+	* Translation of intruduction.xml to pt_BR by George Silva
+
+2012-10-11 21:41  strk
+
+	* Update po files
+
+2012-10-11 17:29  pramsey
+
+	* Move area core calculation to ptarray.
+
+2012-10-11 17:29  pramsey
+
+	* Ignore build artifacts from geocoder
+
+2012-10-11 17:07  strk
+
+	* Simplify description of TopoElementArray
+	  
+	  ... and add TopoElement link to See Also section (things are
+	  better
+	  explained in there).
+
+2012-10-11 15:23  robe
+
+	* Get rid of hard-coded paths
+
+2012-10-11 10:53  strk
+
+	* Update json-c url
+
+2012-10-10 23:06  robe
+
+	* create norm_addy
+
+2012-10-10 22:59  robe
+
+	* #1627 : more cleanup of extension install, add configure of tiger
+	  extension script to configure.ac. Fix comment in tiger comments
+	  preventing install
+
+2012-10-10 22:41  dustymugs
+
+	* Added missing Availability details for various raster docs.
+	  Ticket is #2037
+
+2012-10-10 22:30  robe
+
+	* fix error in index column name picked up when trying to install
+	  as extension
+
+2012-10-10 22:06  robe
+
+	* #2037: flag some new raster functions as new in this release. Hmm
+	  I merged hopefully didn't screw things up
+
+2012-10-10 22:02  dustymugs
+
+	* Added n-raster ST_MapAlgebra(). Additional error checking in
+	  rt_raster_iterator(). Added regression checks for n-raster
+	  ST_MapAlgebra(). Ticket is #2030. Added news and docs for
+	  ST_MapAlgebra().
+
+2012-10-10 21:45  robe
+
+	* Just enough to make it compile but doesn't work yet
+
+2012-10-10 00:00  pramsey
+
+	* Add in arc ptarray vs ptarray and arc ptarray vs arc ptarray
+	  distance functions. (#2018)
+
+2012-10-09 23:12  dustymugs
+
+	* Added HASH opclass and = operator for raster. This permits GROUP
+	  BY
+	  raster usage.
+
+2012-10-09 23:12  dustymugs
+
+	* Syntax cleanup
+
+2012-10-09 22:48  pramsey
+
+	* Add in arc ptarray vs point distance function (#2018)
+
+2012-10-09 22:04  pramsey
+
+	* Fix comment per rcoup
+
+2012-10-09 21:48  pramsey
+
+	* Fix up some errors in ptarray_arc iteration and the cunit test
+	  cases for arc p-i-p. (#2018)
+
+2012-10-09 17:49  pramsey
+
+	* Point-in-polygon function for arc-based point-arrays. (#2018)
+
+2012-10-09 05:06  robe
+
+	* #1627: Start work on packaging as an extension -- it's not
+	  functioning yet
+
+2012-10-05 19:26  strk
+
+	* Fix adding a splitting point into a 2.5d topology (#2033)
+
+2012-10-05 19:22  robe
+
+	* link to ST_3DClosestPoint from ST_ClosestPoint. Some people
+	  didn't notice we had a 3D variant and looked in the wrong place.
+
+2012-10-05 12:25  robe
+
+	* #2027: change order of operation -- have cleanup happen first
+	  since the drop sometimes tries to drop functions that use types
+	  that don't exist in older versions
+
+2012-10-04 04:08  robe
+
+	* update st_union examples (single should always specify band
+	  number to be safe) and all bands can be done now with just union
+
+2012-10-03 23:07  dustymugs
+
+	* Addition of flag nbnodata to rt_raster_iterator() thus allowing
+	  some
+	  memory savings from ST_Union(raster)
+
+2012-10-03 21:03  dustymugs
+
+	* Updated NEWS and docs regarding ST_Union(raster) behavior change.
+
+2012-10-03 20:53  dustymugs
+
+	* Tweak what value to initialize new band to when NODATA isn't
+	  present
+
+2012-10-03 20:53  dustymugs
+
+	* Addition of ST_Union(raster) function and regression tests
+
+2012-10-03 20:53  dustymugs
+
+	* Added regression test for rt_raster_clone() and added missing
+	  SRID copy.
+
+2012-10-03 20:53  dustymugs
+
+	* Addition of shortcut function rt_raster_clone()
+
+2012-10-03 16:06  robe
+
+	* update unpackaged to include new raster (e.g. unionarg)
+
+2012-10-03 14:33  robe
+
+	* #2027: Add unionarg
+
+2012-10-03 06:16  strk
+
+	* ST_AddEdge*: make update of old face edges more robust (#2025)
+	  
+	  Include tests for adding an edge that splits an hole in a face
+	  while forming a left ring which constitutes an invalid polygon
+	  ring.
+	  
+	  Also fixes one case of invalid topology creation (when the formed
+	  ring has a dangling edge but not a new area on the other side).
+
+2012-10-03 06:08  robe
+
+	* oops forgot to finish the changed statement
+
+2012-10-03 06:06  robe
+
+	* revise st_union example to show new and faster way of doing
+	  multi-band union
+
+2012-10-02 22:47  dustymugs
+
+	* Minor addition of debug messages
+
+2012-10-02 21:45  dustymugs
+
+	* Added multi-band support for ST_Union. Ticket is #2021
+
+2012-10-01 23:13  robe
+
+	* #1938 document addition of addbandarg and swap out old example
+	  with example utilizing addbandarg
+
+2012-10-01 22:23  pramsey
+
+	* Rename lwcircle_calculate_gbox_cartesian_2d to
+	  lw_arc_calculate_gbox_cartesian_2d
+
+2012-10-01 22:18  pramsey
+
+	* Rename lwcircle_center to lw_arc_center to match other
+	  lwalgorithm signatures
+
+2012-10-01 22:10  pramsey
+
+	* Anal retentive code re-organization. Try and move the primitive
+	  computational geometry functions into lwalgorithm.c
+
+2012-10-01 14:04  strk
+
+	* Do not confuse CREATE OPERATOR FAMILY with a CREATE OPERATOR
+
+2012-10-01 09:28  strk
+
+	* Accept array properties in GML input multi-geom input (#1928)
+	  
+	  Patch by Kashif Rasul and Shoaib Burq / SpacialDB
+
+2012-10-01 08:47  strk
+
+	* Create target dir if non-existing
+
+2012-09-29 17:57  robe
+
+	* update postgis unpackaged script. postgis_topology was already up
+	  to date.
+
+2012-09-29 16:14  strk
+
+	* Provide a script to opt out of extensions
+
+2012-09-28 23:09  dustymugs
+
+	* Addition of C-based ST_Union(raster) aggregate function (ticket
+	  #1364). Renamed low level function rt_raster_has_no_band() to
+	  raster_has_band(). Updated docs and NEWS for ST_Union.
+
+2012-09-28 22:51  pramsey
+
+	* Remove unused point in poly function
+
+2012-09-28 22:48  pramsey
+
+	* Add ptarray_contains_point to ptarray file, so that all other
+	  liblwgeom functions can use the one routine.
+
+2012-09-28 21:52  pramsey
+
+	* Remove no longer used function, lwgeom_pt_inside_circle.
+
+2012-09-28 21:48  pramsey
+
+	* Add new pointer-based coordinate access method, now that aligned
+	  storage is the new normal.
+
+2012-09-28 21:08  pramsey
+
+	* Anal retentive function renaming: ptarray_isclosed ->
+	  ptarray_is_closed
+
+2012-09-28 20:30  pramsey
+
+	* Move some ptarray functions out of postgis and back into
+	  liblwgeom from silly old function that shouldn't even exist
+	  anymore (LWGEOM_inside_circle_point)
+
+2012-09-28 18:23  pramsey
+
+	* Measurement support for arcs (#2018)
+
+2012-09-28 17:03  pramsey
+
+	* Add casts from geometry::path, geometry::point,
+	  geometry::polygon, polygon::geometry, path::geometry,
+	  point::geometry to allow easier migration to PostGIS for folks
+	  who start with the Pg types.
+
+2012-09-27 20:23  pramsey
+
+	* Distance calculation support for arc features (#2018). Commit
+	  adds lowest level primitive support for distance calculations on
+	  single arcs.
+
+2012-09-26 15:56  dustymugs
+
+	* Additional regression tests for ST_Neighborhood and tweaked to
+	  support a
+	  distance values of zero for one axis.
+
+2012-09-25 22:22  dustymugs
+
+	* Added docs regarding the callback function for
+	  rt_raster_iterator()
+
+2012-09-25 22:22  dustymugs
+
+	* Added regression tests, bug fixes and code cleanup for
+	  rt_raster_iterator().
+
+2012-09-25 22:22  dustymugs
+
+	* Added rt_raster_iterator(), which is feature complete. Now need
+	  to add
+	  lots of regression tests before moving on to the PostgreSQL side
+	  to hook
+	  into it.
+
+2012-09-25 19:23  dustymugs
+
+	* Changed behavior when there is no pixels in the neighborhood for
+	  ST_Neighborhood. It should still return an array as the pixel of
+	  interest could have a value... just surrounded by NODATA.
+
+2012-09-25 17:20  dustymugs
+
+	* Additional documentation regarding memory ownership
+
+2012-09-25 14:07  dustymugs
+
+	* Added correct handling of rt_band's ownsdata flag indicating if
+	  the
+	  memory used for the band's data (only for inline, not offline) is
+	  managed internally.
+
+2012-09-25 02:45  robe
+
+	* #2012: Change client_min_messages to warning instead of relying
+	  on default notice. 9.3's idea of notice doesn't seem to include
+	  notice about create of new tables.
+
+2012-09-24 15:07  dustymugs
+
+	* Changed output array of ST_Neighborhood to have dimensions of Y,X
+	  instead of X,Y. This matches that found for GDAL blocks.
+
+2012-09-24 15:07  dustymugs
+
+	* Additional tests for ST_Neighborhood()
+
+2012-09-22 14:44  robe
+
+	* #2010: Include for 9.3 move to below postgis_config.h so version
+	  number of postgresql is picked up before the conditional include
+	  is attempted
+
+2012-09-22 09:00  robe
+
+	* #2010: compile support for 9.3
+
+2012-09-22 03:55  robe
+
+	* Add link to OpenGeo workshop on KNN to KNN operator.
+
+2012-09-20 23:44  pramsey
+
+	* Remove now obsolete note.
+
+2012-09-20 22:24  pramsey
+
+	* Document ISO WKT/WKB (#1451)
+
+2012-09-20 13:32  robe
+
+	* #1991: speed issue with 9.2 on geocode and geocoder_intersection,
+	  seems to be 10-50 times faster by forcing join_collapse limit = 2
+
+2012-09-20 11:54  robe
+
+	* remark out regress and also put in name in database
+	  #2009 turn off loading of addrfeat
+	  #1614 add U.S. and COUNTY RD as street_type highways
+
+2012-09-19 18:48  dustymugs
+
+	* Additional regression tests for rt_raster_get_nearest_pixel()
+
+2012-09-19 18:48  dustymugs
+
+	* Added docs for ST_InvDistWeight4ma() and ST_MinDist4ma(). Changed
+	  function signature for ST_Neighborhood() to support specifying
+	  distances
+	  on both X and Y axis.
+
+2012-09-19 18:48  dustymugs
+
+	* Tweaked ST_Neighborhood() to use two separate distance parameters
+	  for X
+	  and Y axes.
+
+2012-09-19 18:48  dustymugs
+
+	* Added ST_MinDist4ma() for getting minimum distance from the
+	  center pixel
+	  to the nearest neighbor in neighborhood with value
+
+2012-09-19 18:48  dustymugs
+
+	* Added regression tests for ST_InvDistWeight4ma()
+
+2012-09-19 18:47  dustymugs
+
+	* Added Inverse Distance Weighting function for use with
+	  ST_MapAlgebraFctNgb
+
+2012-09-18 12:21  robe
+
+	* #2055: (L burned in all subsequent images after Delaunay)
+	  increase remove to remove images 0-9 before building next. The
+	  remove went from 0-5 and I guess Kevin wasn't counting on anyone
+	  crazy enough to have 6 image layers. This code definitely needs
+	  some work, but this will do for now.
+
+2012-09-17 12:31  strk
+
+	* Initial support for documentatin translation
+	  
+	  Adds "update-po" Makefile target under doc/
+	  Adds "local-html" Makefile target under doc/po/<lang>
+
+2012-09-17 11:43  strk
+
+	* Update URL of Maven jar (thanks Sandeep Thakkar)
+
+2012-09-14 21:03  strk
+
+	* reference_type.xml has been missing from XML sources for years !
+
+2012-09-14 20:59  strk
+
+	* Other double quotes needed by poxml
+
+2012-09-14 20:52  strk
+
+	* More Double quote tag attribute values for poxml support
+
+2012-09-14 20:33  strk
+
+	* Double quote tag attribute values and use open&close for
+	  <paramdef>
+	  
+	  This format plays nicely with xml2pot and po2xml...
+
+2012-09-14 11:29  robe
+
+	* PostGIS 2.1 changes section was incorrectly listing 2.0 instead
+	  of 2.1 changes. Also just folder 2.1 changes into many What is
+	  new in 2.1 section.
+
+2012-09-14 07:49  strk
+
+	* Distinguish between generated and source XML inputs
+
+2012-09-14 07:40  strk
+
+	* Rewrite header file to have full credits
+	  
+	  Used git history to figure out authors and commit years
+
+2012-09-14 03:10  robe
+
+	* Add changed section for 2.1 and mark ST_Segmentize as having a
+	  breaking change
+
+2012-09-13 20:41  strk
+
+	* Fix ST_Estimated_Extent name change documentation encoding
+
+2012-09-13 20:11  pramsey
+
+	* Remove code in #ifdefs for PgSQL 8.4 and under, per #1880
+
+2012-09-13 19:23  pramsey
+
+	* Test for #1780
+
+2012-09-13 09:53  strk
+
+	* ST_Estimated_Extent renamed to ST_EstimatedExtent (#1994)
+	  
+	  ST_Estimated_Extent is kept but deprecated, testcases test both
+	  signatures. Documentation documents the new name and warns about
+	  it being renamed in 2.1.0
+
+2012-09-13 02:08  pramsey
+
+	* #1780 ST_GeoHash should support geography type without cast
+
+2012-09-12 02:37  dustymugs
+
+	* Reverted some of the changes committed in r10238
+
+2012-09-11 14:07  robe
+
+	* forgot to commit ST_Delaun... reference in last
+
+2012-09-11 14:01  robe
+
+	* ST_DelaunayTriangle examples and a 3D example
+
+2012-09-10 18:36  pracine
+
+	* Fixed the state and final functions when count is zero or initial
+	  sum is null
+
+2012-09-10 15:00  robe
+
+	* #1869 note that ST_Asbinary on unknown is now illegal. Have to
+	  backport to 2.0 as well. I will add to full legacy though for
+	  those who can't change code.
+
+2012-09-08 02:26  robe
+
+	* Update PSC list
+
+2012-09-08 01:24  dustymugs
+
+	* Added docs for new variant of ST_SetValues()
+
+2012-09-08 01:21  dustymugs
+
+	* Added new variant on existing ST_SetValues where instead of a
+	  noset 2D
+	  array of booleans, the parameter nosetvalue can be used instead.
+
+2012-09-08 01:18  dustymugs
+
+	* Minor message tweaks regarding GDAL/OGR detection
+
+2012-09-07 22:20  pramsey
+
+	* correct length for closed circles (#1978)
+
+2012-09-07 20:05  pramsey
+
+	* ST_GeomFromGML on CurvePolygon causes server crash (#1936)
+
+2012-09-07 19:54  pramsey
+
+	* Fix cunit crash due to lack of proper signature for
+	  lwgeom_segmentize_sphere in header.
+
+2012-09-07 18:27  pramsey
+
+	* ST_Distance to a one-point LineString returns NULL (#1957)
+
+2012-09-06 18:08  dustymugs
+
+	* Added item for fixes regarding ticket #1981
+
+2012-09-06 17:34  dustymugs
+
+	* Removed unnecessary/unused variables and assignments. Ticket is
+	  #1981
+
+2012-09-06 17:30  dustymugs
+
+	* Minor cleanup of raster2pgsql Makefile
+
+2012-09-06 09:30  strk
+
+	* Encode dependency on GEOS >= 3.3.0
+
+2012-09-06 09:27  strk
+
+	* Encode dependency on PROJ >= 4.6.0
+
+2012-09-06 09:24  strk
+
+	* Encode dependency on PostgreSQL 9.0 or higher
+
+2012-09-05 13:41  robe
+
+	* #1970 - 9.2rc1 regress failure change layer_id_seq from select *
+	  to explicitly select fields. log_cnt now returns 0 for 9.2rc1 so
+	  fails regress otherwise
+
+2012-09-04 12:53  robe
+
+	* #1974 evidentally Unix really needs the RGB, RGBA quoted and
+	  windows doesn't like single quotes. Change to double quotes to
+	  satisfy both :)
+
+2012-09-04 12:48  robe
+
+	* #1974 revision of () escaping to work on Posix
+
+2012-09-04 12:43  strk
+
+	* Re-quote the styles, needed here
+	  
+	  Here is ImageMagick 6.5.7-8 2012-08-17 Q16
+	  Didn't look what exactly parses styles.conf
+
+2012-09-04 12:34  strk
+
+	* Properly escape imagemagic paren arguments
+
+2012-09-04 11:44  robe
+
+	* #1974 revise style colors and generator.c convert calls so they
+	  work with windows ImageMagick 6.7.9 Q16
+
+2012-09-01 08:39  strk
+
+	* Add missing signatures from 1.5, closing #1391
+	  
+	  These are: st_asukml and {x,y}{min,max}(box2d)
+
+2012-08-28 04:08  robe
+
+	* #1960 JDK7 compatibility patch
+
+2012-08-28 00:05  robe
+
+	* Fix for #1969 (and test buildbot) make
+	  postgis_upgrade_21_minor.sql same as postgis_upgrade_20_21.sql
+	  for now since we are in prerelease mode.
+
+2012-08-27 04:50  robe
+
+	* #1897 relabel currently mislabeled postgis_upgrade_20_minor.sql
+	  to postgis_upgrade_20_21.sql (still need to do the same for
+	  raster and topology)
+
+2012-08-25 03:16  robe
+
+	* Up version number from 2.0.1.SVN to 2.1.0SVN
+
+2012-08-23 07:16  robe
+
+	* 1963: Cast text to geometry for ST_Segmentize -- introduction of
+	  geography means no more laziness allowed
+
+2012-08-23 06:37  robe
+
+	* update about enhancements in geography ST_DWithin and
+	  ST_Distance. Done for ST_Intersects too I think? Paul? But
+	  haven't marked ST_Intersects since wasn't sure.
+
+2012-08-23 06:31  robe
+
+	* document ST_Segmentize new geography function. Will provide
+	  example later.
+
+2012-08-22 21:04  pramsey
+
+	* ST_Segmentize(geography, maxseglength) (#1962)
+
+2012-08-21 18:22  pramsey
+
+	* ST_Intersects(geography) returns incorrect result for
+	  pure-crossing cases (line cross line, line crosses polygon)
+	  (#1958)
+
+2012-08-20 12:06  robe
+
+	* Cleanup of required versions and link to new page that lists
+	  pre-packaged distros for various OS
+
+2012-08-17 19:15  pramsey
+
+	* Error in ST_Intersects: lwgeom_covers_lwgeom_sphere: only POLYGON
+	  and POINT types are currently supported (#1949)
+
+2012-08-17 17:18  strk
+
+	* Fix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connected edges
+	  
+	  Includes testcases, closes #1955
+
+2012-08-15 18:55  pramsey
+
+	* Crash in ST_Distance (#1951)
+
+2012-08-14 12:06  robe
+
+	* remove tiger_2010 from 2.1. So just need to update for 2.0
+	  branch. too much hassle to backport and most people will want to
+	  use tiger_2011
+
+2012-08-13 21:45  robe
+
+	* #1838 for tabblock name and tabblock_id are not big enough for
+	  california. Will only alter the columns if they have not already
+	  been increased in size
+
+2012-08-11 19:58  robe
+
+	* #1838 -- tabblock not loading. oops committed wrong change.
+	  Revert previous change and make correct change.
+
+2012-08-11 19:49  robe
+
+	* #1838 tabblock not loading
+
+2012-08-10 16:00  pramsey
+
+	* Switch from gnomic to LAEA for the projection for the custom
+	  zones. Less perfect intersections, but measure metric fidelity
+	  for distances, areas, etc. (#1610)
+
+2012-08-09 15:54  robe
+
+	* #1944: Support for 2.1.0SVN/2.1.0SVN extension for topology
+	  ALTER EXTENSION postgis_topology UPDATE TO "2.1.0SVNnext";
+	  ALTER EXTENSION postgis_topology UPDATE TO "2.1.0SVN";
+
+2012-08-09 02:31  robe
+
+	* fix typo revision to previous commit in support of #1944
+
+2012-08-09 00:18  dustymugs
+
+	* Added clamped value comparisons and updated comments for
+	  rt_band_get_pixel_of_value()
+
+2012-08-08 06:26  robe
+
+	* revision to previous commit -- forgot one and change Next to next
+
+2012-08-08 06:18  robe
+
+	* #1944 Extensions Migration path from 2.1.0 to 2.1.0 - yoyo
+	  upgrade to allow upgrade 2.1.0SVN to 2.1.0SVNNext to 2.1.0SVN
+
+2012-08-07 12:34  robe
+
+	* #1945 for upgrade from pre 2.1.0 release to 2.1.0 -- create
+	  samealignment agg and addbandarg types if they don't exist. Get
+	  rid of pre-9.0 code -- WE CAN DO now since we don't support 8.4
+	  in 2.1 :)
+
+2012-08-06 22:29  dustymugs
+
+	* Refactor data type cleanup
+
+2012-08-06 16:21  robe
+
+	* #1948 drop types from extension no longer needed by raster. Still
+	  can't upgrade because addbandarg can't be altered if it doesn't
+	  exist.
+
+2012-08-06 15:02  dustymugs
+
+	* Simplify code underlying ST_AddBand(raster, raster[])
+
+2012-08-05 23:04  robe
+
+	* Another example for ST_DumpPoints which is the most common use
+	  case
+
+2012-08-04 14:28  dustymugs
+
+	* Replaced last commit with something much simpler and possibly
+	  more
+	  effective
+
+2012-08-04 14:12  dustymugs
+
+	* Added logic for when to DROP and/or CREATE TYPEs.
+
+2012-08-03 21:45  robe
+
+	* #1947 try again forget end mark
+
+2012-08-03 21:38  robe
+
+	* #1947 define upgrade path from 2.0.1 to 2.1.0SVN
+
+2012-08-03 19:43  dustymugs
+
+	* Added missing variant of ST_SetValues without nband parameter.
+
+2012-08-03 17:44  dustymugs
+
+	* Added new TYPEs that need to be added when doing a minor upgrade.
+
+2012-08-03 00:19  dustymugs
+
+	* Cleanup of GDAL checks and additional check for OGR
+
+2012-08-03 00:19  dustymugs
+
+	* Added rt_util_gdal_register_all() to prevent multiple calls to
+	  GDALAllRegister()
+
+2012-08-02 19:27  dustymugs
+
+	* Tweaked tests to use new variants of ST_AddBand and ST_SetValues
+
+2012-08-02 18:51  dustymugs
+
+	* Code and comments cleanup.
+
+2012-08-02 15:21  dustymugs
+
+	* Additional comments regarding use of PG_DETOAST_DATUM_COPY
+
+2012-08-01 23:19  dustymugs
+
+	* Added comments regarding use of PG_DETOAST_DATUM*
+
+2012-08-01 23:16  dustymugs
+
+	* Rewrote ST_AddBand(raster, ...) array version in C. Ticket is
+	  #1363
+
+2012-08-01 03:47  robe
+
+	* Fix raise notice that only shows in debug mode
+
+2012-07-31 23:44  dustymugs
+
+	* Added regression tests and docs for two of the ST_SetValues
+	  variants
+
+2012-07-31 23:44  dustymugs
+
+	* Added ST_SetValues for setting an area defined by x, y, width and
+	  height
+	  to one value. Also added function parameter "keepnodata".
+
+2012-07-31 23:44  dustymugs
+
+	* Added ST_SetValues() for setting an array of new values to a
+	  band.
+	  Ticket is #595
+
+2012-07-31 23:43  dustymugs
+
+	* First steps of add ST_SetValues() variant for array of values
+
+2012-07-31 15:40  dustymugs
+
+	* Fixed forgotten type casting for ST_DWithin and ST_DFullyWithin()
+
+2012-07-30 22:40  dustymugs
+
+	* Make PostgreSQL 8.4 happy with the rt_polygon regression test.
+
+2012-07-30 15:40  dustymugs
+
+	* Added final touches of removing output-only data types
+
+2012-07-29 02:36  dustymugs
+
+	* Added news regarding #1939
+
+2012-07-29 02:34  dustymugs
+
+	* Removed histogram data type. Ticket is #1939
+
+2012-07-29 02:34  dustymugs
+
+	* Removed valuecount data type. Ticket is #1939
+
+2012-07-29 02:34  dustymugs
+
+	* Removed quantile data type. Ticket is #1939
+
+2012-07-29 02:34  dustymugs
+
+	* Removed summarystats data type. Ticket is #1939
+
+2012-07-27 22:49  dustymugs
+
+	* Expanded on comments about things to keep in mind when using
+	  rt_band_set_pixel_line()
+
+2012-07-27 19:46  dustymugs
+
+	* Updated docs for new type addbandarg and new ST_AddBand() variant
+
+2012-07-27 19:46  dustymugs
+
+	* Refactored ST_AddBand to permit adding one or more new bands in
+	  one
+	  call. Ticket is #1938.
+
+2012-07-27 19:45  dustymugs
+
+	* New and refactored variants of ST_AddBand(). Purely superficial
+	  as none
+	  of the underlying code has been rewritten for the changes...
+
+2012-07-25 20:37  dustymugs
+
+	* Added examples to a bunch of functions
+
+2012-07-25 19:31  dustymugs
+
+	* Added rt_pixtype_compare_clamped_values() for comparing two
+	  doubles in
+	  the context of a pixeltype.
+
+2012-07-25 15:26  dustymugs
+
+	* Added info about a few undocumented raster2pgsql flags
+
+2012-07-25 15:03  dustymugs
+
+	* Added #1932 to NEWS
+
+2012-07-25 15:03  dustymugs
+
+	* Fixed syntax for setting tablespace for index. Ticket is #1932.
+	  Thanks
+	  kib.
+
+2012-07-25 13:52  strk
+
+	* Do not advertise broken type "geometry(srid)" (#1934)
+
+2012-07-25 03:36  dustymugs
+
+	* Removed garbage comments
+
+2012-07-25 03:36  dustymugs
+
+	* Consolidated create_* and drop_* scripts into respective
+	  regression
+	  tests. Should make things easier to build a valgrind test suite.
+
+2012-07-25 03:36  dustymugs
+
+	* Added docs for ST_DFullyWithin(raster, raster)
+
+2012-07-25 03:36  dustymugs
+
+	* Added ST_DFullyWithin(raster, raster) and regression tests.
+	  Ticket is #1920
+
+2012-07-25 03:35  dustymugs
+
+	* Added rt_raster_full_within_distance() and regression tests
+
+2012-07-25 03:35  dustymugs
+
+	* Added docs for ST_DWithin(raster, raster)
+
+2012-07-25 03:35  dustymugs
+
+	* Added ST_DWithin(raster, raster) and regression tests. Ticket is
+	  #1922
+
+2012-07-25 03:35  dustymugs
+
+	* Added rt_raster_within_distance() and regression tests
+
+2012-07-24 18:01  dustymugs
+
+	* Added ST_Disjoint(raster, raster), regression tests and docs.
+	  Ticket is
+
+2012-07-23 22:57  dustymugs
+
+	* Added to docs for ST_CoveredBy
+
+2012-07-23 22:57  dustymugs
+
+	* Added ST_CoveredBy and regression tests. Ticket is #1917.
+
+2012-07-23 22:57  dustymugs
+
+	* Fixed missing closing tag
+
+2012-07-23 22:57  dustymugs
+
+	* Added rt_raster_covered_by() and related tests
+
+2012-07-23 22:56  dustymugs
+
+	* Added docs for ST_Covers()
+
+2012-07-23 22:56  dustymugs
+
+	* Added ST_Covers() and regression tests. Ticket is #1916
+
+2012-07-23 22:56  dustymugs
+
+	* Added rt_raster_covers() and regression tests
+
+2012-07-23 18:58  dustymugs
+
+	* Added docs for ST_ContainsProperly(raster, raster) and minor
+	  tweaking of
+	  comments
+
+2012-07-23 18:58  dustymugs
+
+	* Added ST_ContainsProperly(raster, raster) and regression tests
+
+2012-07-23 18:58  dustymugs
+
+	* Addition of rt_raster_contains_properly and regression tests
+
+2012-07-23 17:50  dustymugs
+
+	* Added regression tests for ST_Within(raster, raster). Ticket is
+	  #1923.
+
+2012-07-23 17:50  dustymugs
+
+	* Minor fixups to ST_Polygon in docs. Ticket is #1929.
+
+2012-07-23 17:50  dustymugs
+
+	* Minor changes to comments
+
+2012-07-23 17:50  dustymugs
+
+	* Addition of docs for ST_Within(raster, raster)
+
+2012-07-23 17:49  dustymugs
+
+	* Reintroduced ST_Intersects(geometry, raster) and
+	  ST_Intersects(raster,
+	  geometry). Added notes regarding the use of ST_Polygon when
+	  needing to
+	  test the spatial relationship between a raster and a geometry.
+
+2012-07-23 17:49  dustymugs
+
+	* Added docs for ST_Contains(raster, raster)
+
+2012-07-23 17:49  dustymugs
+
+	* Updated regression tests to reflect the removal of various
+	  functions
+
+2012-07-23 17:49  dustymugs
+
+	* Removed all raster/geometry variants of ST_Intersects,
+	  ST_Overlaps,
+	  ST_Touches and ST_Contains.
+
+2012-07-23 17:49  dustymugs
+
+	* Removed geometry-based ST_Touches for raster,geometry
+	  combinations.
+
+2012-07-23 17:49  dustymugs
+
+	* Removed vector-space (geometry-based) variants of ST_Overlaps.
+	  Only
+	  raster-space versions remain.
+
+2012-07-23 17:49  dustymugs
+
+	* Addition of ST_Contains and regression tests. Ticket is #1914
+
+2012-07-23 17:49  dustymugs
+
+	* Added rt_raster_contains() and regression tests
+
+2012-07-23 17:49  dustymugs
+
+	* Removed some commented out code and added more debug output
+
+2012-07-23 00:46  robe
+
+	* #1929 document behavior change and speed improvements
+
+2012-07-20 00:31  dustymugs
+
+	* Addition debug messages and disabled one regression test for
+	  ST_Touches
+	  due to floating point issues. Will need to see the WKB output.
+
+2012-07-19 23:53  dustymugs
+
+	* Code cleanup and additional debug output
+
+2012-07-19 20:10  dustymugs
+
+	* Updated NEWS and docs for ST_Touches()
+
+2012-07-19 20:10  dustymugs
+
+	* Addition of ST_Touches() for rasters and related regression
+	  tests.
+	  Ticket is #1921
+
+2012-07-19 20:10  dustymugs
+
+	* Remove rt_spatial_relationship regression tests as similar tests
+	  are
+	  done in rt_intersects and rt_intersection
+
+2012-07-19 20:09  dustymugs
+
+	* Extracted most of code in rt_raster_overlaps to create generic
+	  GEOS
+	  spatial relationship testing function
+	  rt_raster_geos_spatial_relationship(). Refactored
+	  rt_raster_overlaps()
+	  call rt_raster_geos_spatial_relationship(). Added
+	  rt_raster_touches()
+	  and associated regression tests
+
+2012-07-19 18:18  dustymugs
+
+	* Added docs for ST_Overlaps
+
+2012-07-19 18:18  dustymugs
+
+	* Added ST_Overlaps() and associated regression tests
+
+2012-07-19 18:18  dustymugs
+
+	* Addition of rt_raster_overlaps and related regression tests.
+	  Fixed
+	  memory leaks in rt_raster_surface.
+
+2012-07-19 18:18  dustymugs
+
+	* Removed code preventing use of rt_raster_intersects on offline
+	  bands as
+	  offline bands are supported
+
+2012-07-19 18:18  dustymugs
+
+	* Minor documentation change regarding && operator and tweaked one
+	  variant of st_intersects
+
+2012-07-19 17:00  pramsey
+
+	* Add in geography note
+
+2012-07-17 22:38  dustymugs
+
+	* Fixed ST_Polygon regression tests to properly handle different
+	  GEOS
+	  versions
+
+2012-07-17 22:37  dustymugs
+
+	* Fix function creation statement
+
+2012-07-17 22:37  dustymugs
+
+	* Added cleanup code for removing ST_BandSurface
+
+2012-07-17 22:37  dustymugs
+
+	* Regression tests intended for ST_BandSurface are now for
+	  ST_Polygon
+
+2012-07-17 22:37  dustymugs
+
+	* Removed ST_BandSurface as ST_Polygon does the same thing, just in
+	  SQL.
+	  Changed ST_Polygon to point use C function instead of sql.
+	  Refactored rt_raster_surface to match performance of SQL-only
+	  ST_Polygon.
+
+2012-07-16 03:17  robe
+
+	* additional cleanup to insure settings are consistent
+
+2012-07-16 03:11  robe
+
+	* #1913 regress check
+
+2012-07-16 03:09  robe
+
+	* #1913 reverse geocoder sometimes gives least optimal answer
+	  because of sorting issue
+
+2012-07-14 00:14  dustymugs
+
+	* Updated TODO since a bunch of functions just had tickets created.
+
+2012-07-13 23:44  dustymugs
+
+	* Updated TODO and refactored ST_Intersects(geometry, raster) to
+	  use
+	  ST_BandSurface()
+
+2012-07-13 23:29  dustymugs
+
+	* Added docs and updated NEWS for ST_BandSurface
+
+2012-07-13 23:28  dustymugs
+
+	* Addition of ST_BandSurface and regressions tests. Ticket is #1911
+
+2012-07-13 23:28  dustymugs
+
+	* Additional tests for rt_raster_surface()
+
+2012-07-13 23:28  dustymugs
+
+	* Additional comments regarding use of lwgeom_as_multi() and the
+	  lwgeom_clone_deep()
+
+2012-07-13 23:28  dustymugs
+
+	* Addition of rt_raster_surface() function and related regression
+	  test.
+	  Added regression test for rt_raster_pixel_as_polygon.
+
+2012-07-13 23:28  dustymugs
+
+	* Initial commit of rt_raster_surface() with base regression tests
+
+2012-07-12 17:24  pramsey
+
+	* Add in test for node splitting with nulls and empties (#1905)
+
+2012-07-12 13:49  dustymugs
+
+	* Changed word choice "Supported" instead of "Available"
+
+2012-07-12 03:38  pramsey
+
+	* Allow circtree nodes to have more than 2 children (#1910)
+
+2012-07-11 19:33  pramsey
+
+	* Comment on methodology behind tree node merging
+
+2012-07-11 18:15  pramsey
+
+	* Complete geography performance work (#1796), move testing
+	  functions into _ST_* name space for privacy, add regression tests
+	  for issues encountered during development.
+
+2012-07-11 04:14  pramsey
+
+	* Add note for future pain
+
+2012-07-11 04:05  pramsey
+
+	* Fix issue with projecting from the poles, retain the source
+	  longitude for more sensible result.
+
+2012-07-10 20:32  pramsey
+
+	* Fix a NaN result leaking into the tree building algorithm
+	  (optimized 32 bit code only!).
+
+2012-07-10 20:27  strk
+
+	* Create target dir if non-existing
+
+2012-07-06 23:50  pramsey
+
+	* Handle best SRID finding for shapes the cross the poles and
+	  dateline. Also add some new larger zones in gnomic for larger
+	  shapes. (#1610)
+
+2012-07-05 19:15  pramsey
+
+	* Fix issue where the cached object is a point and the uncached one
+	  is a polygon. (#1796)
+
+2012-07-05 16:50  pramsey
+
+	* Support for larger objects in ST_Intersection(geography) (#1610)
+	  This adds a set of larger regions that are handled with a gnomic
+	  projection. It could also use an orthographic. There's still a
+	  case to be handled for objects that cross the dateline or poles.
+
+2012-07-04 18:11  pramsey
+
+	* Fix problems with circtree building on short edges near the
+	  poles. (#1796)
+
+2012-07-04 13:12  strk
+
+	* Fix pgsql2shp for big-endian systems (#1900)
+	  
+	  Submitted By: Ryan Oliver <ryan.oliver at dse.vic.gov.au>
+
+2012-07-04 00:47  dustymugs
+
+	* Changed return value of rt_pixtype_get_min_value() when pixel
+	  type is
+	  unknown
+
+2012-07-04 00:33  dustymugs
+
+	* Fixed how the minimum possible value of a pixel type was being
+	  determined. Added regression tests for band without NODATA.
+
+2012-07-03 23:40  dustymugs
+
+	* Fixed handling of pixel value check for NODATA
+
+2012-07-03 22:30  dustymugs
+
+	* Added docs for ST_PixelAsPoints and ST_PixelAsCentroids and
+	  update NEWS
+
+2012-07-03 22:30  dustymugs
+
+	* Addition of notes differentiating ST_DumpPolygons and
+	  ST_PixelsAsPolygons
+
+2012-07-03 22:30  dustymugs
+
+	* Addition of regression tests for ST_PixelAsCentroids and
+	  ST_PixelAsPoints
+
+2012-07-03 22:30  dustymugs
+
+	* Addition of ST_PixelAsPoints and ST_PixelAsCentroids
+
+2012-07-03 22:30  dustymugs
+
+	* Removed RASTER_getPixelPolygon as it has been replaced with
+	  RASTER_getPixelPolygons
+
+2012-07-03 22:30  dustymugs
+
+	* Change signature of ST_PixelAsPolygons() and added regression
+	  tests.
+
+2012-07-03 22:29  dustymugs
+
+	* Added check for empty raster to RASTER_getPixelPolygons
+
+2012-07-03 22:29  dustymugs
+
+	* Refactored ST_PixelAsPolygons to call a C function and have
+	  enhanced
+	  capabilities. Additional variants and regression tests are next.
+
+2012-07-03 22:29  dustymugs
+
+	* Renamed "hasnodata" function parameter to "exclude_nodata_value"
+
+2012-07-03 20:08  robe
+
+	* fix typos
+
+2012-07-03 19:45  robe
+
+	* Admit defeat and render geometries old-fashoined way
+
+2012-07-03 19:18  robe
+
+	* let see if a geom collection works
+
+2012-07-03 19:11  robe
+
+	* lets take out completely for now.
+
+2012-07-03 19:04  robe
+
+	* break out multiline into separate linestrings hopefully wkt
+	  parser can deal with this better
+
+2012-07-03 18:44  pramsey
+
+	* Add in ST_DistanceTree for testing purposes. Do not document.
+
+2012-07-03 16:13  robe
+
+	* one more try
+
+2012-07-03 15:50  robe
+
+	* forgot to commit wkt files
+
+2012-07-03 15:45  robe
+
+	* some examples of delaunay triangles
+
+2012-07-03 13:58  strk
+
+	* Be tolerant with regressing against GEOS-3.2.0
+
+2012-07-03 13:16  dustymugs
+
+	* cleanup of examples for ST_Raster2WorldCoord()
+
+2012-07-03 07:57  robe
+
+	* update unpackaged. Need to make this an automated task perhaps
+	  thru jenkins first.
+
+2012-07-01 14:24  pramsey
+
+	* Fix problem thresholded distance searching in circ-trees. (#1796)
+
+2012-06-30 21:18  pramsey
+
+	* Fix cache coherence error where the trees were being built on top
+	  of geometries which would get freed out from underneath them.
+	  Instead build them on the cached representations we're carrying
+	  around anyways (#1796)
+
+2012-06-29 20:48  dustymugs
+
+	* int32 instead of int4 as per Peter Eisentraut on postgis-devel.
+
+2012-06-29 19:00  dustymugs
+
+	* Added svn:keywords entry and removed TODO item as ticket already
+	  exists.
+
+2012-06-29 17:10  strk
+
+	* Let testing temp dir be settable using PGIS_REG_TMPDIR
+	  
+	  Prior to this change you could change it using the TMPDIR
+	  variable
+	  but that one could have been used by other software as well.
+
+2012-06-29 02:06  dustymugs
+
+	* Fixed line issues. Added another TODO item.
+
+2012-06-29 01:58  dustymugs
+
+	* Line formatting
+
+2012-06-28 17:31  dustymugs
+
+	* Added raster TODO. Ticket is #1672
+
+2012-06-27 15:53  strk
+
+	* Add ST_DelaunayTriangles (#1215)
+
+2012-06-27 14:26  strk
+
+	* Add lwgeom_delaunay_triangulation (#1215)
+
+2012-06-27 08:26  strk
+
+	* Use LDFLAGS environment when building liblwgeom (#1891)
+	  
+	  Thanks mweisman
+
+2012-06-26 20:01  dustymugs
+
+	* Int32GetDatum() not Int64GetDatum()
+
+2012-06-26 18:17  dustymugs
+
+	* Cleanup of needless dynamic memory allocations
+
+2012-06-26 18:17  dustymugs
+
+	* Addition of ST_PixelOfValue. Ticket is #1889.
+
+2012-06-26 18:17  dustymugs
+
+	* Removed improper freeing of memory.
+
+2012-06-25 09:06  robe
+
+	* #1866 -- apply same geom_equal hack as we did in build area so
+	  differnt order of geometries in resulting geomcollection is
+	  ignored
+
+2012-06-24 19:31  robe
+
+	* 2.0.1 ticket notes
+
+2012-06-22 17:54  pramsey
+
+	* Fix a currently defined-out function signature mismatch.
+
+2012-06-22 05:52  robe
+
+	* fix census tract loader for sh
+
+2012-06-21 22:24  mcayland
+
+	* Remove auto-resizing columns from text fields in shp2pgsql-gui as
+	  they seem to be the cause of #1881.
+
+2012-06-21 20:18  dustymugs
+
+	* Changed the string "MISSING GDAL DATA" to "GDAL_DATA not found".
+
+2012-06-21 20:18  dustymugs
+
+	* Added method that includes the string "MISSING GDAL DATA" in the
+	  output
+	  of postgis_gdal_version() if GDAL is unable to access its data
+	  files
+
+2012-06-21 11:02  robe
+
+	* #1759: ST_Transform fix for geography
+
+2012-06-20 19:32  pramsey
+
+	* Hey kid, here's quarter, go buy yourself a compiler.
+
+2012-06-20 19:29  pramsey
+
+	* Don't try to do tree caching tricks when the arguments are both
+	  points, that's silly.
+
+2012-06-20 03:32  robe
+
+	* might as well change last geos version to latest release we
+	  technically don't even support 3.3.0
+
+2012-06-20 03:32  robe
+
+	* Change minimum postgres version from 8.4 to 9.0
+
+2012-06-20 03:01  pramsey
+
+	* ST_LocateAlong chokes on some value combinations (#1874)
+
+2012-06-19 22:09  dustymugs
+
+	* Refactored aggregate ST_SameAlignment to return NULL if one of
+	  the
+	  rasters passed in is NULL. Added regression tests for aggegrate
+	  ST_SameAlignment.
+
+2012-06-19 20:47  pramsey
+
+	* ST_InterpolatePoint returns empty M value (#1873)
+
+2012-06-19 19:08  dustymugs
+
+	* Addition of aggregate variant of ST_SameAlignment. Ticket is
+	  #1661.
+
+2012-06-19 19:08  dustymugs
+
+	* Minor cleanup of comments
+
+2012-06-19 18:11  pramsey
+
+	* Fix mistake in tree p-i-p return value.
+
+2012-06-19 16:46  pramsey
+
+	* Fix mistaken error trap in st_dwithincached
+
+2012-06-19 03:42  pramsey
+
+	* Add in SQL binding for circ-tree cached searching. Currently in
+	  *Cached variants to allow comparisons.
+
+2012-06-18 23:59  pramsey
+
+	* Fix mistake in handling crossings-at-a-vertex
+
+2012-06-18 22:58  dustymugs
+
+	* Updated NEWS of recent fixes to trunk
+
+2012-06-18 22:48  dustymugs
+
+	* Behavior is consistent across ST_Intersects(raster, ...)
+	  variants.
+	  Synced docs of ST_Intersects to actual behavior. Ticket is #1870.
+
+2012-06-18 22:48  dustymugs
+
+	* Addition of comments to RASTER_mapAlgebra2()
+
+2012-06-18 22:47  dustymugs
+
+	* Added check before calling PG_FREE_IF_COPY() in
+	  RASTER_mapAlgebra2()
+
+2012-06-18 22:47  dustymugs
+
+	* When no pixels are counted for summary stats, all other elements
+	  of
+	  stats output should be NULL. Ticket is #1875
+
+2012-06-18 22:47  dustymugs
+
+	* Cleanup of dev comments
+
+2012-06-18 22:47  dustymugs
+
+	* Finished work implementing use of PG_FREE_IF_COPY() and better
+	  handling of rt_pgraster variables.
+
+2012-06-18 22:47  dustymugs
+
+	* Fix division by zero in ST_ApproxSummaryStats and the situation
+	  where
+	  band is empty. Added regression tests for both situations.
+	  Ticket is #1872
+
+2012-06-18 22:47  dustymugs
+
+	* More work implementing use of PG_FREE_IF_COPY() and better
+	  handling of
+	  rt_pgraster variables.
+
+2012-06-18 22:47  dustymugs
+
+	* First chunk of code reintroducting PG_FREE_IF_COPY() and prevent
+	  arbitrary reuse of rt_pgraster variables.
+
+2012-06-18 22:02  pramsey
+
+	* Silence a warning
+
+2012-06-18 22:02  pramsey
+
+	* Move the circ tree caching code out of libpgcommon and into the
+	  geography area that actually uses it
+
+2012-06-18 21:40  pramsey
+
+	* Fix missing symbols problem with lwgeom_calculate_circ_tree
+	  (#1876)
+
+2012-06-18 20:14  pramsey
+
+	* Quiet some warnings.
+
+2012-06-18 17:44  pramsey
+
+	* Remove dead code, add commentary on caching system.
+
+2012-06-18 17:12  pramsey
+
+	* Update caching code to be more generic, using call-backs to
+	  allocate/build/free specific cache structures.
+
+2012-06-18 13:19  robe
+
+	* more additions and clarifications
+
+2012-06-18 13:06  robe
+
+	* take out interruptibility from 2.0.1 release notes - got pushed
+	  to 2.1.0
+
+2012-06-18 02:35  robe
+
+	* Add in 2.0.1 news
+
+2012-06-16 17:44  robe
+
+	* put link to user contributed install guides (more nicely
+	  organized than the dev one)
+
+2012-06-15 23:53  pramsey
+
+	* Hide internal arguments for tree calculations and shut up the
+	  print output.
+
+2012-06-15 23:11  pramsey
+
+	* Update the caching infrastructure to allow for arbitrary new
+	  caching systems to be combined into one fn_extra pointer slot.
+	  Clean up the 1-d r-tree code a little bit. Make the cache
+	  handling code for geometry caching generic so it can be re-used
+	  across different internal indexing approaches
+
+2012-06-15 23:08  pramsey
+
+	* Change ignore parameters on directory
+
+2012-06-15 22:51  pramsey
+
+	* Add circular tree calculations and associated tests in support of
+	  faster geography calculations.
+
+2012-06-15 21:59  dustymugs
+
+	* Fixed expected output. Ticket is #1848
+
+2012-06-15 15:30  dustymugs
+
+	* Additional sorting of rt_clip regression test. Ticket is #1848
+
+2012-06-15 15:16  dustymugs
+
+	* Make the sql in rtpg_getSR slightly more flexible when handling
+	  auth_name and auth_srid.
+
+2012-06-14 16:56  pramsey
+
+	* update ignore to ignore generated doxygen file
+
+2012-06-14 16:06  strk
+
+	* Catch invalid topology name passed to topogeo_add* (#1867)
+
+2012-06-13 18:28  strk
+
+	* Don't strip comment lines in the middle of COPY commands (#1865)
+	  
+	  Patch by J Smith <dark.panda at gmail.com>
+
+2012-06-12 17:28  strk
+
+	* Move sqldefine include on top of the file (#1822)
+
+2012-06-12 13:11  strk
+
+	* Fix call to GEOS_interruptRegisterCallback (win32)
+
+2012-06-12 13:06  strk
+
+	* Only show readable relations in metadata tables (#1813)
+	  
+	  Affects both geometry_columns and geography_columns.
+	  No easy way to put this under automated regression testing.
+
+2012-06-12 12:34  strk
+
+	* Clearer error on setting an geometry to an invalid one (#1774)
+	  
+	  Include testcase
+
+2012-06-12 10:46  strk
+
+	* Drop temporary table at end of ValidateTopology (#1797)
+
+2012-06-12 09:30  strk
+
+	* Really accept collections and multipoints from ST_MakeValid
+	  (#1719)
+	  
+	  Also updates documentation and SQL level tests.
+
+2012-06-12 09:30  strk
+
+	* Add test for MULTIPOINT processing
+
+2012-06-12 09:09  strk
+
+	* Add GEOMETRYCOLLECTION input support for ST_MakeValid (#1719)
+
+2012-06-12 08:29  robe
+
+	* part fix for #1860 ST_SRID not unique
+
+2012-06-12 07:57  strk
+
+	* Install comments when available, even withouth XSLTPROC (#1779)
+
+2012-06-11 18:39  strk
+
+	* Build and install comments when if possible (#1779)
+
+2012-06-11 18:01  robe
+
+	* Mislabeled function (raster missing new flag and ST_ASGML
+	  mislabeled as new instead of enhanced)
+
+2012-06-11 17:28  robe
+
+	* get rid of 2.1 enhancements section -- probably causing pdflatex
+	  issues because we have no enhancements
+
+2012-06-11 17:12  robe
+
+	* fix unclosed tag
+
+2012-06-11 16:26  robe
+
+	* Add a what's new in 2.1 section
+
+2012-06-11 15:46  dustymugs
+
+	* Added DROP statements for st_intersection variants that were
+	  removed
+	  before 2.0. Ticket is #1749
+
+2012-06-11 14:45  robe
+
+	* warnings too dark
+
+2012-06-11 14:02  robe
+
+	* warnings should be more prominent. Move extension warning up a
+	  bit. correct misspelling
+
+2012-06-11 11:47  robe
+
+	* #1815 put a big warning about this unexpected behavior when
+	  trying to explicitly backup tables that are part of an extension
+
+2012-06-10 06:25  robe
+
+	* #1859 commit doc corrections from Kashif Rasul.
+
+2012-06-08 17:18  robe
+
+	* snaptogrid to get rid of false failures on mingw-64 resulting
+	  from single digit rounding differences
+
+2012-06-08 14:04  mcayland
+
+	* Rename references to -r to -s in shp2pgsql-cli.c and also move
+	  argument combination validation to a separate phase.
+	  
+	  This is based upon a report from Lauri Kajan who was having
+	  issues using -D and -s TO_SRID on Windows.
+
+2012-06-08 12:45  robe
+
+	* #1834 itemize srid ranges we include and set filter to not back
+	  these up. It's long and ugly I know.
+
+2012-06-08 11:55  strk
+
+	* Fix failure to detect endpoint mismatch in ST_AddEdge*Face*
+	  (#1857)
+	  
+	  Affects calls with start_node = end_node and matching start
+	  point.
+
+2012-06-08 11:13  strk
+
+	* Remove unused variables
+
+2012-06-08 04:14  robe
+
+	* minor improvements to prefer a named road over an unnamed one if
+	  within 20 meters, also #1856 ability to control preferred name
+	  for highways, county and state roads (whether numbered or local
+	  name)
+
+2012-06-07 23:08  strk
+
+	* Properly set permissions on backend temp dir
+
+2012-06-07 15:56  dustymugs
+
+	* Tweaked rt_clip queries to have the output ordered. Changed the
+	  round()
+	  call to a ceil() call due to the question of rounding 27.5 (is it
+	  28 or
+	  27?). Ticket is 1848.
+
+2012-06-07 15:18  strk
+
+	* Register a GEOS interrupt callback to dispatch windows events
+	  
+	  NOTE: won't build on WIN32 with GEOS-3.4.0SVN < r3672
+
+2012-06-07 14:17  strk
+
+	* Remove unused code
+
+2012-06-07 07:17  strk
+
+	* Ignore generated Makefile (a new one)
+
+2012-06-07 06:55  strk
+
+	* Fix scoping of TEST variable (#1853)
+	  
+	  I didn't really understand why it is only TEST needing to be
+	  "our"
+	  but it seems to work.
+
+2012-06-06 15:25  pramsey
+
+	* Wrong parameters for EPSG:3844 in spatial_ref_sys (#1851)
+
+2012-06-06 15:24  strk
+
+	* Have run_test.pl use strict mode
+
+2012-06-02 07:12  robe
+
+	* Forgot to add gisgraphy as another PostGIS geocoder. I know I am
+	  missing others.
+
+2012-05-31 22:49  pramsey
+
+	* Convert to using run_test.pl instead of run_test.sh
+
+2012-05-31 22:16  pramsey
+
+	* Works for MinGW now
+
+2012-05-31 20:16  pramsey
+
+	* back out run_test.pl change, that was an accident
+
+2012-05-31 20:11  strk
+
+	* Use our own diff, avoid using Which. Works for me. Tests welcome.
+
+2012-05-31 17:29  pramsey
+
+	* Change from sed to perl
+
+2012-05-31 16:57  pramsey
+
+	* Convert sed to perl
+
+2012-05-31 16:47  pramsey
+
+	* Switch from sed to perl
+
+2012-05-31 16:45  pramsey
+
+	* Switch from sed to perl
+
+2012-05-31 05:46  dustymugs
+
+	* Explicit error message when dimensions requested exceeds the
+	  maximum
+	  permitted of a raster.
+
+2012-05-31 05:45  dustymugs
+
+	* Added more verbiage regarding setting SRID with -s for
+	  raster2pgsql
+
+2012-05-31 05:45  dustymugs
+
+	* Correct spelling mistakes
+
+2012-05-31 05:45  dustymugs
+
+	* Updated docs to reflect change to minimum GDAL version
+
+2012-05-31 05:45  dustymugs
+
+	* Bumped up the minimum version of GDAL from 1.6 to 1.8
+
+2012-05-31 01:44  robe
+
+	* #1812 change to use sT_Equals to account for polygon order
+	  difference under windows (mingw)
+
+2012-05-31 01:34  robe
+
+	* fix typos
+
+2012-05-31 00:50  robe
+
+	* #1843 document new geocode_setting set/get functions, make
+	  publically readable.
+
+2012-05-30 21:49  pramsey
+
+	* Convert calls to 'sed' to calls to 'perl'
+
+2012-05-30 18:59  pramsey
+
+	* Perl-based pre/post hooks for the raster loader tests
+
+2012-05-30 18:58  pramsey
+
+	* Update the run_test.pl script to handle the raster loader
+	  pre/post rules
+
+2012-05-30 08:55  robe
+
+	* #1845 fix tracts/bg/tabblock loading
+
+2012-05-28 19:21  pracine
+
+	* Replace the x, y iteration with a call to ST_MapAlgebraExpr() now
+	  that it supports [rast.x] and [rast.y]. Much faster!
+	  This is not (yet) part of rtpostgis.sql. Should be in 2.1.
+
+2012-05-28 08:04  strk
+
+	* Install a signal handler to request GEOS interruption (#1802)
+	  
+	  Requires GEOS-3.4.0SVN
+
+2012-05-27 18:28  robe
+
+	* #1843 - logic to add the new settings table, a get and set
+	  function, and changed debug variables in various functions to
+	  lookup value from table
+
+2012-05-25 15:20  strk
+
+	* Handle exceptions from GEOSUnionCascaded() in
+	  LWGEOM_GEOS_buildArea
+
+2012-05-24 23:13  dustymugs
+
+	* Code cleanup related to rt_band_load_offline_data()
+
+2012-05-24 10:10  strk
+
+	* Do not call OGRCleanupAll() within API functions
+	  
+	  Valgrind didn't show any leak.
+	  Eventually we can do cleanups in _PG_fini.
+
+2012-05-24 06:41  strk
+
+	* Do not assume geos allocates using malloc. Reduce memory use too.
+
+2012-05-23 22:51  dustymugs
+
+	* Fixed GDALDriverH * to GDALDriverH.
+
+2012-05-23 22:36  dustymugs
+
+	* Use GDALIdentifyDriver() to detect whether or not a raster is
+	  supported
+	  by raster2pgsql. Thanks to rouault for the suggestion
+
+2012-05-23 21:41  colivier
+
+	* Fix ST_AsGML prototype in legacy. Related to #1823
+
+2012-05-23 20:49  colivier
+
+	* Fix geography prototype for ST_AsGML. Related to #1823
+
+2012-05-23 17:54  dustymugs
+
+	* Correct when to compute number of tiles. Ticket is #1840
+
+2012-05-23 17:54  dustymugs
+
+	* Add support for GeoTIFF subdatasets. Ticket is #1839
+
+2012-05-23 06:58  robe
+
+	* force casting to text for band types in various examples prevent
+	  unknown warnings (alibo noted)
+
+2012-05-23 03:24  robe
+
+	* backout changes about 2.0.1 already accounted for in 2.0 branch
+
+2012-05-23 03:16  robe
+
+	* add section for 2.0.1 and more items in 2.1.0 -- sitll a lot of
+	  gaps to fill in.
+
+2012-05-22 17:47  dustymugs
+
+	* Added missing "See Also" sections for ST_NearestValue and
+	  ST_Neighborhood
+
+2012-05-22 17:07  dustymugs
+
+	* Fix unbalanced tags
+
+2012-05-22 17:07  dustymugs
+
+	* Added ST_World2RasterCoord, ST_Raster2WorldCoord,
+	  ST_NearestValue,
+	  ST_Neighborhood to New Features section
+
+2012-05-22 17:06  dustymugs
+
+	* Added docs for ST_NearestValue and ST_Neighborhood
+
+2012-05-22 17:06  dustymugs
+
+	* Refactored function parameter names of ST_NearestValue and
+	  ST_Neighborhood
+
+2012-05-22 17:06  dustymugs
+
+	* Added docs for ST_World2RasterCoord() and ST_Raster2WorldCoord()
+
+2012-05-22 17:06  dustymugs
+
+	* Expansion of regression tests and fix error messages
+
+2012-05-22 17:06  dustymugs
+
+	* Lowercase language due to case-sensitivity of PostgreSQL 9.2
+
+2012-05-22 17:06  dustymugs
+
+	* Added regression tests for ST_World2RasterCoord and
+	  ST_Raster2WorldCoord. Updated existing tests use the same
+	  functions
+
+2012-05-22 17:06  dustymugs
+
+	* Added ST_Raster2WorldCoord and ST_World2RasterCoord functions to
+	  consume
+	  RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
+	  functions.
+	  Refactored existing ST_Raster2WorldCoord(X|Y) and
+	  ST_World2RasterCoord(X|Y) functions to call new functions
+
+2012-05-22 17:06  dustymugs
+
+	* Removed unnecessary/unused variable
+
+2012-05-22 17:05  dustymugs
+
+	* Drop ST_Neighborhood variants due to output datatype changes
+
+2012-05-22 17:05  dustymugs
+
+	* Modified ST_Neighborhood and underlying functions to return 2D
+	  double
+	  precision array. This allows the output to be readily passed onto
+	  the
+	  ST_xxx4ma functions.
+
+2012-05-22 17:05  dustymugs
+
+	* Updated copyright
+
+2012-05-22 17:05  dustymugs
+
+	* Added SRID check to ST_NearestValue
+
+2012-05-22 17:05  dustymugs
+
+	* addition of ST_NearestValue and ST_Neighborhood
+
+2012-05-22 16:02  colivier
+
+	* Fix wrong SQL prototype, wrong PostGIS version number, and use
+	  NULL as default value rather than empty string, related to #1823
+
+2012-05-22 15:29  robe
+
+	* #1837 dupe refentry
+
+2012-05-22 15:26  robe
+
+	* detail how to upgrade from tiger_2010 to tiger_2011 data
+
+2012-05-22 15:13  pramsey
+
+	* Add upgrade mode and start to get raster working. Bah, going to
+	  need to handle pre/post actions after all.
+
+2012-05-22 14:17  pramsey
+
+	* Upgrade from 2.0 only
+
+2012-05-22 13:34  robe
+
+	* Add new functions and notes that 2.1 is tiger_2011 instead of
+	  tiger_2010. More on upgrade instructions from tiger_2010 to
+	  tiger_2011
+
+2012-05-22 13:25  robe
+
+	* rename function drop_national_tables_generate_script() to
+	  drop_nation_tables_generate_script(), revise regex to prevent
+	  psql warning in 9.2 psql
+
+2012-05-22 12:23  colivier
+
+	* Use NULL value as default for id on ST_AsGML cunit tests. Related
+	  to #1823
+
+2012-05-22 09:20  strk
+
+	* More entries in authors.*
+	  
+	  With this I could complete a git-svn-clone operation
+
+2012-05-22 08:49  colivier
+
+	* Fix some unintialized vars. Fix becoming wrong prototype call in
+	  GML3 cunit tests. Related to #1823
+
+2012-05-22 08:49  pramsey
+
+	* Initial commit of the run_test.pl perl port of the regression
+	  harness.
+	  This version runs the postgis loader and sql tests. It does not
+	  yet run in --upgrade mode or handle the raster or topology tests.
+
+2012-05-22 07:45  strk
+
+	* Update authors file for both SVN and GIT
+
+2012-05-21 21:17  colivier
+
+	* First implementation of gml:id support for ST_AsGML. Related to
+	  #1823. Not yet really tested. Cunit still missing
+
+2012-05-21 20:29  robe
+
+	* get rid of old stuff can always be pulled from prior versions
+
+2012-05-21 20:28  robe
+
+	* move tiger_2011 work to 2.1
+
+2012-05-21 14:48  strk
+
+	* UTF8 author names
+
+2012-05-21 10:57  pramsey
+
+	* Back out ST_CollectionExtract changes, too many regression
+	  failures
+
+2012-05-21 10:13  pramsey
+
+	* Harmonize regression to new ST_CollectionExtract behavior
+
+2012-05-21 09:41  pramsey
+
+	* ST_CollectionExtract: inconsistent EMPTY results (#1778)
+
+2012-05-21 09:39  pramsey
+
+	* Bump numbers for 2.1 on trunk
+
+2012-05-21 09:36  pramsey
+
+	* Accept PostGIS 1.5 WKB type numbers in WKB parser (#1807)
+
+2012-05-21 08:05  pramsey
+
+	* Revert #1830
+
+2012-05-20 09:27  pramsey
+
+	* loader dumper / gui About have version correct credits (#1743)
+
+2012-05-20 09:17  pramsey
+
+	* the pgsql2shp tool should qualify its query against pg_class to
+	  ensure it gets the correct table to dump (#1814) <chander>
+
+2012-05-20 08:21  pramsey
+
+	* News update
+
+2012-05-20 08:20  pramsey
+
+	* pgsql2shp fix for "XInvalid endian flag value encountered" on
+	  PostgreSQL 9.2 (#1830)
+
+2012-05-20 07:31  pramsey
+
+	* Update NEWS with some bug fixes
+
+2012-05-18 09:59  strk
+
+	* Fix uninitialized read in GeoJSON parser (#1829)
+
+2012-05-17 13:37  strk
+
+	* Last bugfix item...
+
+2012-05-17 13:36  strk
+
+	* Do not compare uninitialized memory (#1825)
+	  
+	  May fix prepared geometry cache sub-uses (misses)
+
+2012-05-17 12:27  strk
+
+	* Fix topology loader against PostgreSQL 9.2 (#1822)
+
+2012-05-17 12:10  pramsey
+
+	* configure enabling extension reads 9.1 even on 9.2 (#1821)
+
+2012-05-17 11:59  pramsey
+
+	* Put back 900913 srid (#1805)
+
+2012-05-17 11:54  pramsey
+
+	* Error in empty short circuit (#1828)
+
+2012-05-17 11:47  strk
+
+	* Link lwgeom_normalize change to its ticket #1812
+
+2012-05-17 11:45  strk
+
+	* Add lwgeom_normalize in LIBLWGEOM, use in cu_buildarea tester
+
+2012-05-16 19:39  strk
+
+	* Use the proper function to release returns from GEOS.
+
+2012-05-16 19:39  strk
+
+	* Cleanly handle database creation error
+
+2012-05-16 18:50  dustymugs
+
+	* Updated to note bug #1819
+
+2012-05-16 18:47  dustymugs
+
+	* Added ST_Raster2WorldCoord and ST_World2RasterCoord functions to
+	  consume
+	  RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
+	  functions.
+	  Refactored existing ST_Raster2WorldCoord(X|Y) and
+	  ST_World2RasterCoord(X|Y) functions to call new functions
+
+2012-05-16 18:47  dustymugs
+
+	* Addition of RASTER_rasterToWorldCoord and
+	  RASTER_worldToRasterCoord
+	  functions
+
+2012-05-16 15:16  dustymugs
+
+	* Additional lower-casing of language for PostgreSQL 9.2 as per
+	  r9735
+
+2012-05-16 08:29  robe
+
+	* #1820 part fix 9.2 language is case sensitive if quoted -- change
+	  'C' and 'SQL' to 'c' and 'sql'
+
+2012-05-14 23:28  dustymugs
+
+	* Addition of some commented code. Might be useful if an option is
+	  added
+	  to output the VRTs used in the process of loading rasters
+
+2012-05-14 23:28  dustymugs
+
+	* Changed function parameter datatypes from uint16_t to int to
+	  better
+	  handle out-of-range values
+
+2012-05-10 07:24  strk
+
+	* Cleanup new BuildArea code, add profiling prints (#1806)
+
+2012-05-09 12:08  strk
+
+	* Significatively speedup BuildArea with complex input (#1806)
+	  
+	  Affects ST_BuildArea, ST_MakeValid and ST_GetFaceGeometry.
+	  
+	  Replaces the iterated SymDifference used since 2005 with a more
+	  scalable algorithm. The new algorithm removes from the
+	  polygonized
+	  result all polygons whose rings are known to be already
+	  represented
+	  by holes or shells of other polygons and finally runs a single
+	  overlay operation (unary union).
+	  
+	  With the case attached to ticket #1806, ST_BuildArea completes
+	  within 12 seconds using the new code while it takes 27 _minutes_
+	  with the old. Both versions return the same result (according to
+	  ST_Equals).
+
+2012-05-09 12:08  strk
+
+	* Add unit test for lwgeom_buildarea (useful for #1806)
+
+2012-05-08 16:47  strk
+
+	* ST_BuildArea: arrange polygonized output reducing overlay cost
+	  (#1806)
+	  
+	  By running SymDifference against items with less points first we
+	  reduce the overall cost (output vertices tend to always grow).
+
+2012-05-08 16:47  strk
+
+	* Make ST_MakeValid tests immune by coordinates order (using
+	  ST_Equals)
+
+2012-05-08 16:47  strk
+
+	* Cross reference ST_BuildArea with ST_MakePolygon
+
+2012-05-07 11:50  robe
+
+	* who is in charge of QA here? 1.5.4 completely missing from trunk
+
+2012-05-07 07:08  strk
+
+	* postgis_raster_lib_version is also in rtpostgis.sql, not
+	  topology.sql
+
+2012-05-07 06:58  strk
+
+	* postgis_raster_scripts_installed is in rtpostgis.sql, not
+	  topology.sql
+
+2012-05-05 13:06  pramsey
+
+	* README Installation error (#1804)
+
+2012-05-04 15:12  strk
+
+	* Sort bugfixes by ticket number, add an item for #1802
+
+2012-05-04 11:21  strk
+
+	* Turn custom allocators into an occasion for interruption (#1802)
+	  
+	  This change allows interrupting any function at allocation time.
+	  Doesn't allow interrupting loops not invoking custom allocators
+	  (includes GEOS, so far).
+
+2012-05-04 08:06  strk
+
+	* Protect ST_Segmentize from max_length=0 (#1799)
+
+2012-05-04 02:54  dustymugs
+
+	* Additional refactoring of rtpg_getSR().
+
+2012-05-04 02:54  dustymugs
+
+	* Additional fixups in rtpg_getSR() for better handling of
+	  spatial_ref_sys.
+	  Also inclusion of several regression tests to stress
+	  rtpg_getSR().
+
+2012-04-30 17:27  pramsey
+
+	* Restrict the coverage of the geography polar interesction
+	  slightly.
+
+2012-04-30 00:35  robe
+
+	* update stats
+
+2012-04-30 00:22  robe
+
+	* drop_state_tables_generate_script state arg misnamed as address
+	  instead of param_state
+
+2012-04-26 20:32  strk
+
+	* Add note about clang build fix (#1694)
+
+2012-04-26 20:26  strk
+
+	* Fix wrong ticket reference
+
+2012-04-26 20:10  strk
+
+	* Fix false edge-node crossing report in ValidateTopology (#1625)
+
+2012-04-26 16:30  strk
+
+	* Give ST_Azimuth a chance with close but distinct points (#1791)
+
+2012-04-25 22:36  robe
+
+	* meida /print wasn't working on all cheatsheets because too
+	  specific.
+
+2012-04-25 20:04  pramsey
+
+	* AddGeometryColumns allow dims = 0 (#1573)
+
+2012-04-25 19:41  strk
+
+	* Fix toTopoGeom handling of duplicated primitives (#1790)
+
+2012-04-25 18:49  pramsey
+
+	* st_dwithin(geog, geog, 0) doesn't work (#1264)
+
+2012-04-25 17:54  pramsey
+
+	* Forward port test from #1170
+
+2012-04-24 22:05  robe
+
+	* don't underline and color hyperlinks in print mode
+
+2012-04-24 20:02  pramsey
+
+	* run_test hangs on MSYS (#1788)
+
+2012-04-24 19:56  pramsey
+
+	* run_test hangs on MSYS (#1788)
+
+2012-04-24 19:12  strk
+
+	* Azimuth on the 9th hour of the clock is 3PI/2, not 3PI/4 (thanks
+	  ij)
+
+2012-04-24 17:58  pramsey
+
+	* libjson configure test doesn't include support for DLL (#1787)
+
+2012-04-24 15:37  strk
+
+	* Hush debugging in ST_DumpPoints
+
+2012-04-24 09:16  strk
+
+	* liblwgeom depends on postgis_config.h and postgis_svn_revision.h
+	  (#1786)
+
+2012-04-24 09:16  strk
+
+	* Fix deps of postgis on postgis_svn_revision.h, pgcommon and
+	  lwgeom
+
+2012-04-23 05:48  robe
+
+	* make igst index link tag friendly and provide example of nd
+	  index.
+
+2012-04-20 16:13  dustymugs
+
+	* Added note related to overviews not being aligned though the
+	  source
+	  rasters are aligned for specific overview factors.
+
+2012-04-20 14:50  dustymugs
+
+	* Added ticket #1782 to NEWS. Updated contributors section.
+
+2012-04-20 03:28  pramsey
+
+	* Fix incorrect call to geom->type where geom->flags is needed
+
+2012-04-20 03:23  pramsey
+
+	* st_isclosed() doesn't return false for unclosed POLYGONS only
+	  LINESTRINGS (#1756)
+
+2012-04-19 15:24  dustymugs
+
+	* Removed emptry string check that prevented use of proj4text or
+	  srtext in
+	  rtpg_getSR(). Ticket is #1782
+
+2012-04-19 15:23  dustymugs
+
+	* minor comments changed
+
+2012-04-18 19:21  dustymugs
+
+	* Fix handling of tuples as described in #1782
+
+2012-04-16 20:06  dustymugs
+
+	* Replaced testing of two rasters' geotransform matrix with
+	  alignment test
+
+2012-04-15 15:47  mcayland
+
+	* Fix #1468: shp2pgsql-gui table column schema get shifted
+	  
+	  A couple of copy/paste errors meant that the update handler was
+	  being invoked
+	  a second time on the loader shapefile column name, rather than
+	  just once on
+	  the schema column.
+
+2012-04-15 15:46  mcayland
+
+	* shp2pgsql-gui: don't allow the user to edit the schema name in
+	  the listview.
+	  
+	  This brings the behaviour in line with that of the table name,
+	  and since
+	  these entries are generated from the table selector there should
+	  be no
+	  need to do this.
+
+2012-04-13 21:14  strk
+
+	* Regress-test ST_ChangeEdgeGeom with 2-vertext target (#1775)
+	  
+	  This case was actually fixed by previous commit
+	  (ST_SymDifference)
+
+2012-04-13 21:04  strk
+
+	* fix ST_SymDifference(empty, geom) to return geom (#1776)
+
+2012-04-13 14:32  strk
+
+	* Give more detail on topology editing function exception
+
+2012-04-12 14:09  strk
+
+	* Use an SQLPP command for pre-processing SQL files (#1694)
+	  
+	  The SQLPP command is figured at ./configure time.
+	  It will use cpp(1) or gpp(1) if any is found in that order or
+	  fallback to whatever CPP expands to (usually the compiler with
+	  -E)
+
+2012-04-12 14:09  strk
+
+	* Use more compatible '#define' syntax
+
+2012-04-12 10:51  strk
+
+	* Do not assume ndims check statements are fully qualified (#1708)
+
+2012-04-12 10:28  strk
+
+	* Automate test for toTopoGeom usage with custom search_path
+	  (#1763)
+
+2012-04-12 10:28  strk
+
+	* Do not consider RESET outputs
+
+2012-04-12 10:06  strk
+
+	* Rephrase item for about topology functions and full qualification
+
+2012-04-12 07:21  strk
+
+	* Fix NaN from ptarray_locate_point with zero-length lines (#1772)
+
+2012-04-12 07:21  strk
+
+	* Fix comment doc about lwline_split_by_point_to
+
+2012-04-11 19:20  strk
+
+	* Add note about ST_RemEdgeModFace and ST_RemEdgeNewFace fix
+	  (#1766)
+
+2012-04-11 19:17  strk
+
+	* Don't let ST_RemEdge* destroy TopoGeometry objects (#1766)
+
+2012-04-11 12:37  strk
+
+	* Add note aboute #1714 bugfix
+
+2012-04-11 12:37  strk
+
+	* Cleanup lines after (bad) snapping (#1714)
+
+2012-04-10 17:26  strk
+
+	* Have ST_ModEdgeSplit and ST_NewEdgesSplit to use ST_Spit (#1715)
+
+2012-04-10 15:51  strk
+
+	* Call config.status if liblwgeom.h.in newer than liblwgeom.h
+	  (#1691)
+
+2012-04-10 10:20  strk
+
+	* Add bug fixes committed so far in the 2.0 branch
+
+2012-04-10 00:20  robe
+
+	* #1759 transform functionality doesn't work if you have raster
+	  installed.
+
+2012-04-09 22:44  dustymugs
+
+	* Added handling of subdatasets coming from NetCDF, HDF4 and HDF5.
+	  Associated ticket is #1761.
+
+2012-04-08 10:00  strk
+
+	* Fully qualify calls to topology functions (#1763)
+
+2012-04-07 02:05  robe
+
+	* #1757 -- change in behavior of ST_3Dlength_spheroid not noted and
+	  changed name incorrectly stated.
+
+2012-04-06 12:38  robe
+
+	* hyperlink function names to section in online manual
+
+2012-04-05 18:35  chodgson
+
+	* updated version number in pom.xml
+
+2012-04-05 18:25  pramsey
+
+	* Geometry has Z dimension but column does not (#1755)
+
+2012-04-05 18:22  pramsey
+
+	* Send an "unknown" typmod into gserialized constructor from
+	  ST_GeographyFromText (#1755)
+
+2012-04-05 09:11  strk
+
+	* Allow for 1.#INF to be threated as Inf (#1736)
+
+2012-04-05 09:11  strk
+
+	* Threat Infinite and 1.#INF the same (#1736)
+
+2012-04-05 08:56  strk
+
+	* Drop java/pljava dir (#1411)
+
+2012-04-05 08:54  strk
+
+	* Do not mention pljava, it's gone (#1411)
+
+2012-04-05 00:27  dustymugs
+
+	* Fixed missing SVN revision tag in raster2pgsql's help
+
+2012-04-04 21:49  strk
+
+	* Add note about topology.Polygonize not doing edge linking
+
+2012-04-04 21:49  strk
+
+	* Tabs to spaces
+
+2012-04-03 19:26  pramsey
+
+	* Update release date for 2.0.0 (TODO more readable release notes)
+
+2012-04-03 19:24  pramsey
+
+	* Set up for 2.0.1
+
+2012-04-03 19:22  pramsey
+
+	* Prep for 2.0.0
+
+2012-04-03 18:46  dustymugs
+
+	* Fix error message
+
+2012-04-03 18:29  strk
+
+	* Use full URL to trac query
+
+2012-04-03 18:24  pramsey
+
+	* Add extensions
+
+2012-04-03 18:21  pramsey
+
+	* Convert text to UTF8
+
+2012-04-03 18:10  pramsey
+
+	* Final answer?
+
+2012-04-03 17:46  pramsey
+
+	* rewrite breaking section
+
+2012-04-03 17:34  pramsey
+
+	* More minor edits
+
+2012-04-03 17:27  strk
+
+	* Add ST_Node item
+
+2012-04-03 17:25  pramsey
+
+	* Minor reorg of NEWS, more to come
+
+2012-04-03 12:05  strk
+
+	* Write CREATE TYPE as expected by postgis_proc_upgrade.pl (#1746)
+	  
+	  The script expects CREATE TYPE to spawn multimultiple lines ...
+
+2012-04-03 12:05  strk
+
+	* Add note about input noding for ST_Polygonize and ST_BuildArea
+
+2012-04-01 20:19  pramsey
+
+	* Update changelog on trunk
+
+2012-04-01 20:16  pramsey
+
+	* Version bumps for RC2
+
+2012-03-31 16:26  dustymugs
+
+	* Minor tweak to message regarding GEOS < 3.3
+
+2012-03-30 22:40  pramsey
+
+	* Comment out noise in the GEOS 3.2 case. (#1740)
+
+2012-03-30 14:17  mcayland
+
+	* Make sure that we clear any previously selected files when
+	  (re)opening the import file selector in the shapefile GUI.
+
+2012-03-30 14:17  mcayland
+
+	* Fix #1741: Build error --with-gui, gtk problem.
+	  
+	  Older versions of GTK (< 2.14.0) don't have
+	  gtk_dialog_get_content_area(). Work
+	  around this by providing a compatibility #define for these older
+	  GTK versions.
+
+2012-03-30 08:36  strk
+
+	* Have BuildArea catch exception from GEOSSymDifference (#1738)
+
+2012-03-29 21:52  pramsey
+
+	* wrong proj4text in spatial_ref_sys for SRID 31300 and 31370
+	  (#1389)
+
+2012-03-29 12:37  strk
+
+	* Fix crash on NULL item in ND index (#1734)
+	  
+	  Add regression testing for the case
+
+2012-03-28 23:12  pramsey
+
+	* make install doesn't install postgis_restore.pl (#1732)
+
+2012-03-28 22:59  pramsey
+
+	* Bump versions for 2.0.0rc1 release
+
+2012-03-28 14:02  strk
+
+	* Strip schemas from search_path as part of uninstall procedures
+
+2012-03-28 12:40  strk
+
+	* Reduce extensions requirements (#1724)
+	  
+	  Build extensions even w/out topology, and even w/out xsltproc if
+	  comments are already built.
+
+2012-03-28 11:36  strk
+
+	* Fix GetGopoGeomElementArray code (#1730)
+	  
+	  Includes regression testing for both GetGopoGeomElements
+	  and GetGopoGeomElementArray
+
+2012-03-28 09:19  strk
+
+	* Add regression test for GiST index crash on empty (#1697)
+	  
+	  Also tests you can query all empty items from an index
+
+2012-03-28 08:22  strk
+
+	* Fix crash in n-dimensional GiST index on EMPTY geoms (#1697)
+	  
+	  This is Paul's patch with the unrelated btree changes removed and
+	  the memset removed too.
+
+2012-03-27 23:39  robe
+
+	* detail how to use create extension .. from unpackaged
+
+2012-03-27 23:17  robe
+
+	* #1727 this will make statements like CREATE EXTENSION postgis
+	  FROM unpackaged; CREATE EXTENSION postgis_topology FROM
+	  unpackaged; work. It's sadly static at the moment.
+
+2012-03-27 22:05  dustymugs
+
+	* Added robustness checking that GDAL supports spatial reference
+	  text from
+	  spatial_ref_sys table
+
+2012-03-27 19:25  dustymugs
+
+	* Merge branch 'master' into HEAD
+
+2012-03-27 18:14  strk
+
+	* Have uninstall scripts drop created schemas, regress test it
+
+2012-03-27 17:30  strk
+
+	* Wrap most topology.sql into a transaction
+	  
+	  CREATE SCHEMA is left out because uninstall_topology isn't
+	  getting
+	  rid of it (to be fixed later)
+
+2012-03-27 17:06  strk
+
+	* Do not mess with search_path when installing comments (#1723)
+
+2012-03-27 14:47  strk
+
+	* Update extensions/README (#1720)
+	  
+	  - reStructuredText Markup, 80 column text
+	  - Rewrite several paragraphs
+	  - Add requirements section
+	  - Make it clear that --with-raster is required, and that postgis
+	  also
+	  includes the raster support
+	  
+	  Patch by Mike Toews
+
+2012-03-27 14:32  strk
+
+	* Accept POINT types in ST_MakeValid (#1719)
+
+2012-03-27 10:51  strk
+
+	* 80 cols wrap for pgsql2shp help screen (#1722)
+	  
+	  Patch by Mike Toews
+
+2012-03-27 09:56  strk
+
+	* Update doc/README (#1721)
+	  
+	  - reStructuredText Markup, 80 column text limit
+	  - Structure the make targets using definition lists
+	  - It turns out that graphviz is required for make doxygen
+	  
+	  Patch by Mike Toews
+
+2012-03-27 07:01  strk
+
+	* Drop pljava (#1411)
+
+2012-03-27 02:08  robe
+
+	* #1693, #1704 - twofer - change DROP AGGREGATE and DROP VIEW to be
+	  DROP .. IF EXISTS
+
+2012-03-27 01:16  robe
+
+	* minor typo correction
+
+2012-03-26 16:23  mcayland
+
+	* Rework code from r9204 (bug #900: shp2pgsql: a switch to drop M
+	  from 4d imports) to fix bug #1710: shp2pgsql -t option is not
+	  working properly.
+	  
+	  The original implementation set the has_z/has_m flags directly
+	  based upon the -t parameter; however this lost the information
+	  as to how many dimensions were specified. Resolve this by
+	  specifying a new force_output configuration variable and setting
+	  it to an enumerated constant, so that we can then implement a
+	  simple switch() to set both the output dimension and output
+	  flags correctly.
+
+2012-03-26 16:23  mcayland
+
+	* Remove istypeM state variable from loader as it isn't used
+	  anymore.
+
+2012-03-26 16:23  mcayland
+
+	* Improve readability in the loader by fixing various whitespace
+	  issues.
+
+2012-03-26 13:18  robe
+
+	* change example for totopogeom
+
+2012-03-26 13:17  strk
+
+	* Wrap within 80 cols
+
+2012-03-26 12:26  robe
+
+	* Add an example for toTopoGeom
+
+2012-03-23 23:46  pramsey
+
+	* Updates for 2.0
+
+2012-03-23 23:00  strk
+
+	* Add topology validity checking (extra paranoia)
+
+2012-03-23 22:54  strk
+
+	* Do not abuse ST_Snap for tweaking edge endpoints (#1706)
+
+2012-03-23 22:23  strk
+
+	* Enhance edge splitting robustness (#1711)
+
+2012-03-23 21:07  pramsey
+
+	* Skip over geodetic check for empty geometries.
+
+2012-03-23 19:14  pramsey
+
+	* Allow build to work under DEBUG=5
+
+2012-03-23 17:08  strk
+
+	* Add debugging lines to sqlmm edge splitting functions
+
+2012-03-23 15:11  strk
+
+	* Add missing ticket reference to it's regression test
+
+2012-03-23 13:16  pracine
+
+	* Made the red color for parameters a bit darker...
+
+2012-03-23 13:09  robe
+
+	* flesh out upgrade a bit.
+
+2012-03-23 07:54  robe
+
+	* make variables names red to stand out better
+
+2012-03-22 17:24  pramsey
+
+	* Update regression to handle new collection(empty) possibilities
+
+2012-03-22 16:55  pramsey
+
+	* Parse error on WKT for multi with empty elements (#1703)
+
+2012-03-22 15:07  strk
+
+	* Add collapsed polygon case to ST_Simplify test (#1698)
+
+2012-03-22 15:07  strk
+
+	* Add a ptarray_simplify parameter to preserve min vertices (#1698)
+	  
+	  A polygon ring collapsed to a segment is still better handled by
+	  mapnik than the same ring collapsed to a single point. This
+	  commit
+	  retains at least 3 vertices for polygons.
+
+2012-03-22 15:06  strk
+
+	* Do not drop collapsed polygon shells (#1698)
+
+2012-03-22 13:33  robe
+
+	* missing para tag
+
+2012-03-22 13:29  robe
+
+	* explain geometry_columns is now a view and that spatial tables
+	  can be created in 1 step.
+
+2012-03-22 13:02  robe
+
+	* more expounding on typmod vs. constraint based geometry columns
+
+2012-03-21 21:36  pramsey
+
+	* Change @rm to rm for visibility
+
+2012-03-21 20:32  pramsey
+
+	* Make distclean should remove all the Makefile's generated by
+	  ./configure
+
+2012-03-21 20:03  pramsey
+
+	* Bump versions for beta4
+
+2012-03-21 18:22  pramsey
+
+	* Ignore some files
+
+2012-03-19 20:40  pramsey
+
+	* README.raster needs updating or removal (#1649)
+
+2012-03-19 12:07  strk
+
+	* ST_SnapToGrid: retain type on empty return (#1695)
+
+2012-03-16 19:13  strk
+
+	* Fix typo puffered -> buffered
+
+2012-03-16 19:11  strk
+
+	* Be quieter on polygon ring collapse (in ST_Simplify)
+
+2012-03-16 15:03  robe
+
+	* fix typo in example was adding band 1 twice
+
+2012-03-16 12:58  robe
+
+	* surreal clipping
+
+2012-03-16 12:47  robe
+
+	* slightly more efficient (and hmm my last timing was with 2
+	  buildings instead of 3)
+
+2012-03-16 12:40  robe
+
+	* minor adjustment to example
+
+2012-03-16 12:25  robe
+
+	* Provide summarizing summary stats example using intersection of
+	  geometry. Pretty fast.
+
+2012-03-16 12:15  strk
+
+	* Rename legacy_compatibility_layer.sql to legacy_minimal.sql
+	  
+	  As per
+	  http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019663.html
+
+2012-03-16 11:58  strk
+
+	* Do not take PROJ4 errno value as a sign of error (#1580, #1690)
+	  
+	  Dejavu...
+
+2012-03-16 08:48  robe
+
+	* Add more descriptive notes detailing difference between files
+
+2012-03-16 08:27  robe
+
+	* fix spelling typos
+
+2012-03-16 06:59  robe
+
+	* Put in a section for crowd sourcing campaigns
+
+2012-03-15 09:54  strk
+
+	* Bail out if user specified json dir isn't correct (#1688)
+
+2012-03-14 21:45  robe
+
+	* put note about slowness of raster st_union and promise it will be
+	  better in later versions
+
+2012-03-14 21:35  robe
+
+	* change example to be more efficient (prior version was taking
+	  9-10 seconds this much improved one takes 3.5 seconds)
+
+2012-03-14 20:26  dustymugs
+
+	* Updated to have C API tests use libtool
+
+2012-03-14 19:05  dustymugs
+
+	* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for checking GDAL
+	  libraries
+
+2012-03-14 16:35  strk
+
+	* Don't re-implement AC_PATH_PROG for gdal-config
+
+2012-03-14 16:02  pramsey
+
+	* Prepare for 2.0.0beta3 release
+
+2012-03-14 15:50  strk
+
+	* Encode dependency of raster _scripts_ to postgis_svn_revision.h
+
+2012-03-14 15:46  strk
+
+	* Encode postgis_svn_revision.h dependency for raster lib
+
+2012-03-14 15:40  strk
+
+	* Make sure to rebuild topology.sql on postgis_svn_revision.h
+	  change
+
+2012-03-14 15:32  strk
+
+	* Add a TOPOLOGY and a RASTER label in postgis_full_version()
+	  output
+	  
+	  This is to know if they are available
+
+2012-03-14 13:13  strk
+
+	* Simplify ST_AsLatLonText code and possily fix #1657
+	  
+	  The possible bug was a call to pg_do_encoding_conversion w/out
+	  a defined string size argument.
+
+2012-03-14 12:15  strk
+
+	* Use existing text2cstring and cstring2text wheel
+
+2012-03-13 18:06  dustymugs
+
+	* Explicitly set NULL character to snprintf outputs as Windows does
+	  not do so automatically. Ticket is #1682.
+
+2012-03-13 17:08  strk
+
+	* Add simple tests to stringbuffer class (#1668)
+	  
+	  Hopefully these fail on windows so it's easier to test.
+	  It may take a memory debugger to really see the failure.
+
+2012-03-13 17:08  strk
+
+	* Rename misc testsuite to "misc"
+
+2012-03-13 16:23  pramsey
+
+	* Roll back changes for autodetecting C99 vsnprintf (#1688)
+
+2012-03-13 16:13  dustymugs
+
+	* Removed "hasnodata" column output of ST_BandMetaData as per
+	  #1681. If a band does NOT have a NODATA value, the "nodatavalue"
+	  column will be NULL.
+
+2012-03-13 09:18  strk
+
+	* Add upgrade instructions
+
+2012-03-13 09:17  strk
+
+	* Drop SRID constraint issue (not an issue anymore with typmod)
+
+2012-03-13 09:17  strk
+
+	* Add note about toTopoGeom
+
+2012-03-13 08:33  strk
+
+	* Set Version to match Version.config (HOWTO_RELEASE file mentions
+	  you need to edit it anyway)
+
+2012-03-13 08:30  strk
+
+	* Add note about topology/README
+
+2012-03-13 08:18  strk
+
+	* Update README.postgis (#1670)
+	  
+	  - Use consistent formatting in reStructuredText; see
+	  formatted result with rst2pdf or rst2html, or if you don't
+	  want to install docutils, you can copy/paste the text to
+	  http://www.tele3.cz/jbar/rest/rest.html
+	  - Wrap lines to 80 columns, trim trailing whitespace, replace
+	  tabs
+	  with space chars
+	  - Fix typos, and use consistent case and punctuation
+	  - Alphabetize the directory structure
+	  - Add ./libpgcommon to directory structure, and attempt to
+	  describe it
+	  - Arrange style of REQUIREMENTS section a bit more consistent
+	  across components: removing repetition, stating what is required
+	  or optional, etc.
+	  - When referencing PostGIS SQL functions, use the "ST_" prefix,
+	  where applicable
+	  - Mention that both Raster and Topology extensions are built by
+	  default, add notes how build without them
+	  
+	  Patch by Mike Toews
+
+2012-03-12 21:27  pramsey
+
+	* Complete alternate implementation of vsnprintf, vasprintf for
+	  non-C99 systems. (#1668)
+
+2012-03-12 17:45  strk
+
+	* Fix UTM zone reserved SRID interpretation (#1680)
+
+2012-03-10 14:33  strk
+
+	* Check docs as part of "make check"
+	  
+	  Adds "xmllint" to the requirements for running "make check"
+
+2012-03-10 14:28  strk
+
+	* Introduce use of <simplelist>. I think we should use it more..
+
+2012-03-10 14:28  strk
+
+	* typo
+
+2012-03-10 14:27  strk
+
+	* Drop commented out lines
+
+2012-03-10 14:08  strk
+
+	* Add credits to Salvatore
+
+2012-03-10 14:08  strk
+
+	* No <para> allowed after <simplesect> in <sect1> (xmllint) -- add
+	  Vizzuality credit
+
+2012-03-10 14:08  strk
+
+	* <sect1info> goes before <title>
+
+2012-03-10 14:08  strk
+
+	* <note> cannot be direct child of <abstract> (xmllint)
+
+2012-03-10 14:07  strk
+
+	* choice is a <paramdef> attribute, not <type>'s
+
+2012-03-10 14:07  strk
+
+	* <abstract> can't contain <note> (xmllint)
+
+2012-03-10 13:44  strk
+
+	* Use empty params as placeholders, add missing refsection title
+	  (xmllint)
+
+2012-03-10 13:44  strk
+
+	* More <para> wrapping (xmllint)
+
+2012-03-10 13:44  strk
+
+	* wrap more <informalfigure> content in <para> (xmllint)
+
+2012-03-10 13:43  strk
+
+	* choice is a <paramdef> attribute, not <type>'s
+
+2012-03-10 13:43  strk
+
+	* wrap <informalfigure> content in <para> (xmllint)
+
+2012-03-10 13:43  strk
+
+	* wrap <listitem> content in <para> (xmllint)
+
+2012-03-10 13:43  strk
+
+	* choice belongs to <paramdef>, not <parameter> (xmllint)
+
+2012-03-10 13:43  strk
+
+	* <sect1info> goes before <title>
+
+2012-03-10 13:43  strk
+
+	* <informalfigure> goes in <para> (xmllint)
+
+2012-03-10 13:42  strk
+
+	* Use <para> as appropriate (xmllint)
+
+2012-03-10 13:42  strk
+
+	* <informalfigure> must be in <para> (xmllint)
+
+2012-03-10 13:42  strk
+
+	* Put semicolon where it belongs (xmllint)
+
+2012-03-10 13:42  strk
+
+	* Use <para> elements according to the DTD (xmllint)
+
+2012-03-10 13:42  strk
+
+	* <strong> to <emphasis> (xmllint)
+
+2012-03-10 13:00  strk
+
+	* <filename> is not a valid child of <listitem>, <para> is
+	  (xmllint)
+
+2012-03-10 12:51  strk
+
+	* More linked -> linkend typos
+
+2012-03-10 12:10  strk
+
+	* Fix xref (thanks make check)
+
+2012-03-10 12:07  strk
+
+	* linked -> linkend (thanks make check)
+
+2012-03-10 11:38  strk
+
+	* Add credit to Avencia (#1671)
+
+2012-03-10 11:31  strk
+
+	* More credits
+
+2012-03-10 11:26  strk
+
+	* Add postgis topology signers to credits section (#1601)
+	  
+	  I also formatted the names to be one-per-line. Output won't care
+	  but it's easier to sort alphabetically ...
+
+2012-03-10 10:34  strk
+
+	* Substitute CREDITS content with pointers to manual (#1601)
+
+2012-03-10 10:27  strk
+
+	* Be quiet when postgis_svn_revision.h isn't needed (#1666)
+
+2012-03-10 00:40  dustymugs
+
+	* Cleanup for testing GDAL include files
+
+2012-03-10 00:30  dustymugs
+
+	* This should do it. Debugging Hudson is fun... like entertaining a
+	  grumpy old man.
+
+2012-03-10 00:24  dustymugs
+
+	* Removed multiple AC_ARG_WITH calls for raster
+
+2012-03-10 00:19  dustymugs
+
+	* Another attempt to fix hudson...
+
+2012-03-10 00:05  dustymugs
+
+	* Comment cleanup as hudson isn't happy.
+
+2012-03-09 23:57  dustymugs
+
+	* Fixed GDAL configuration as hudson wasn't getting
+	  GDALFPolygonize. This may be the cause for Windows not detecting
+	  GDALFPolygonize either.
+
+2012-03-09 19:00  dustymugs
+
+	* Initialize variables that may cause compile-time warnings in
+	  rt_api.c. Added additional NLS items to raster2pgsql.
+
+2012-03-09 17:46  pramsey
+
+	* Work around difference between behavior of MS snprintf and C99
+	  snprintf. (#1668)
+
+2012-03-09 14:59  robe
+
+	* minor correction in title of example
+
+2012-03-09 14:20  robe
+
+	* Fix mapalgebra2 syntax
+
+2012-03-08 10:58  strk
+
+	* Ignore all html files under doc/html/ (also chunked)
+
+2012-03-08 10:58  strk
+
+	* Give introduction chapter an id.
+	  
+	  This should give it a nice URL online so we can point to credits
+	  from the CREDITS file (#1601)
+
+2012-03-08 10:36  strk
+
+	* Remove .svnignore files (#1665)
+
+2012-03-08 10:36  strk
+
+	* Drop .cvsignore files
+
+2012-03-07 20:51  pramsey
+
+	* Update trunk versions for next cycle
+
+2012-03-07 20:50  pramsey
+
+	* Update for beta2 release
+
+2012-03-07 20:47  pramsey
+
+	* Fix need to hack regress source path
+
+2012-03-07 20:38  pramsey
+
+	* Remove reliance on `pwd` for raster build and test.
+
+2012-03-07 19:31  pramsey
+
+	* Replace " with ' in mingw pwd call
+
+2012-03-07 19:27  pramsey
+
+	* MinGW configure for regression dir
+
+2012-03-07 17:40  pramsey
+
+	* ST_Summary output contains a spurious "+" sign (#1663)
+
+2012-03-07 11:39  strk
+
+	* Actually run GeoJSON input tests when libjson is available
+
+2012-03-07 11:18  strk
+
+	* Report libjson availability from postgis_full_version (#1660)
+	  
+	  This commit adds a postgis_libjson_version() although the library
+	  doesn't give any version information. We just return NULL if not
+	  using the library and "UNKNOWN" otherwise.
+
+2012-03-07 10:55  strk
+
+	* Add note about installing json-c library on apt-based systems
+
+2012-03-07 09:16  strk
+
+	* Update REQUIREMENTS section, add JSON-C (#1660)
+
+2012-03-07 08:17  strk
+
+	* I didn't realize we had ST_AsLatLonText already :)
+
+2012-03-07 05:31  pramsey
+
+	* Crash in ST_Project on NULL input (#1658)
+
+2012-03-07 04:28  dustymugs
+
+	* Slightly more verbose error message for when
+	  rt_raster_gdal_rasterize() is unable to have an OSR object
+	  project a provided srs text.
+
+2012-03-06 21:16  strk
+
+	* Update TODO list dropping done items
+
+2012-03-06 18:55  pramsey
+
+	* Work around default rule for lexer generation. (#1644)
+
+2012-03-06 16:19  pramsey
+
+	* I'm not sure this "fix" was actually a fix so I'm removing it.
+
+2012-03-06 16:16  strk
+
+	* Snap new lines over existing nodes (#1654)
+	  
+	  Also add Salvatore to the list of testing heroes :)
+
+2012-03-06 13:44  strk
+
+	* Don't let a single collapse hide _all_ edges (#1650)
+
+2012-03-06 13:21  strk
+
+	* Skip collapsed edges after snapping (#1650)
+
+2012-03-06 13:20  strk
+
+	* Uncomment new tests for #1641
+
+2012-03-06 09:45  strk
+
+	* Have "make install" only install what "make" built (#1652)
+	  
+	  Also updates the README to be in sync with Makefile.in
+
+2012-03-06 09:05  strk
+
+	* Fix toTopoGeom to actualy _use_ to given tolerance (#1647)
+
+2012-03-05 23:09  pramsey
+
+	* Rename LOADER_OBJS to the more direct SHPLIB_OBJS
+
+2012-03-05 22:54  pramsey
+
+	* Defines are picked up from ../../postgis_config.h via
+	  ../liblwgeom_internal.h
+
+2012-03-05 22:51  pramsey
+
+	* Add static link directive to libtool (#1644) allows build on
+	  Debian Wheezy
+
+2012-03-05 16:45  pramsey
+
+	* Update kneufeld contact info
+
+2012-03-05 12:24  strk
+
+	* Add GetTopologySRID (#1182)
+
+2012-03-05 12:14  strk
+
+	* Optimize ST_AddIsoNode (#983)
+
+2012-03-05 11:33  strk
+
+	* Move topology reference entries from "processing" to
+	  "constructors"
+
+2012-03-05 11:05  strk
+
+	* _ST_MinTolerance isn't IMMUTABLE, due to db lookup...
+
+2012-03-05 10:49  strk
+
+	* Handle 0 tolerance by using topology.precision or min float one
+	  
+	  This handling fixes the #1641 case w/out passing an explicit
+	  tolerance and makes a step toward #785.
+
+2012-03-05 08:28  strk
+
+	* Fix typos (FUNCION), drop duplicate entries
+
+2012-03-04 22:35  robe
+
+	* put in libiconv path specification if it needs to be done. For
+	  some reason my mingw64 can't find it unless its explicitly set.
+
+2012-03-03 22:59  robe
+
+	* Link postgis raster contributors to raster funding page.
+
+2012-03-03 22:56  robe
+
+	* add in missing credits and link to Paul's credit description blog
+	  pages.
+
+2012-03-02 23:35  pramsey
+
+	* Add an SRID to box3d to allow lossless casts.
+
+2012-03-02 20:53  pracine
+
+	* Finish fix for ticket #1635. Added operator function to skip when
+	  restoring.
+
+2012-03-02 20:17  pracine
+
+	* Fix for ticket #1589. Removed misleading example.
+
+2012-03-02 20:14  pracine
+
+	* Fix for ticket #1589. Removed misleading example.
+
+2012-03-02 19:00  dustymugs
+
+	* Fixed problem with passing PROJ.4 text to GDAL which may result
+	  in SRS WKT that is NOT what is desired. Now preferentially use
+	  EPSG:SRID if available. Ticket is #1618.
+
+2012-03-02 15:02  robe
+
+	* #1630 and drop type raster_columns. Good grief how many hidden
+	  objects are there.
+
+2012-03-02 14:36  robe
+
+	* #1630 Add missing permutations of st_clip that exist in older
+	  versions so trimraster can be renamed to crop
+
+2012-03-02 14:11  robe
+
+	* oops type in last commit.
+
+2012-03-02 14:05  robe
+
+	* #1630 -- this has got to be a bug in the PostgreSQL extensions
+	  model that I have to drop dependent types of views and types from
+	  extension when drop view and type. Will confirm later.
+
+2012-03-02 13:15  robe
+
+	* Add section about soft upgrade with extensions.
+
+2012-03-02 01:15  dustymugs
+
+	* Add handling of when clamped pixel values is equal to the band's
+	  clamped NODATA value. Ticket is #1139.
+
+2012-03-01 22:25  dzwarg
+
+	* Added regression test for error case reported in #1638.
+
+2012-03-01 22:17  dustymugs
+
+	* Refactored how skewed rasters are computed as the extents were
+	  not correct. Rewrote parts of rt_raster_gdal_warp and
+	  rt_raster_gdal_rasterize. Related ticket is #1615.
+
+2012-03-01 21:05  pracine
+
+	* Fix for #1589 and #1633.
+
+2012-03-01 20:32  strk
+
+	* postgis_drop_before.sql.in.c => postgis_drop_before.sql
+
+2012-03-01 19:46  pramsey
+
+	* Make --prefix note a warning rather than a failure. (#1628)
+
+2012-03-01 19:09  strk
+
+	* Add an internal topology._st_mintolerance funtion
+	  
+	  This function computes the minimum tolerance for a given
+	  geometry.
+	  It works by computing the smallest floating point difference that
+	  could be expressed on any vertex of the geometry.
+	  
+	  Currently it's only used to workaround the ST_DWithin/ST_Within
+	  inconsistency (#1625) but could probably be used everytime 0 is
+	  passed as a tolerance, possibly fixing #1641 as well.
+
+2012-03-01 16:47  dustymugs
+
+	* Update regression tests for 1-raster ST_MapAlgebraExpr due to
+	  commit r9371
+
+2012-03-01 16:47  pracine
+
+	* Fix for ticket #1635. Added explicit ~ and && operators on raster
+	  and geometry.
+
+2012-03-01 15:59  dustymugs
+
+	* Forced casting of output from 1-raster ST_MapAlgebraExpr. Ticket
+	  is #1639.
+
+2012-03-01 15:51  strk
+
+	* MathML DTDs are also needed for the HTML
+
+2012-03-01 15:51  strk
+
+	* added MathML 3 DTD to requirements in doc
+
+2012-03-01 15:14  strk
+
+	* Add a test for #1641 using a tolerance (1e-16 is good enough)
+
+2012-03-01 15:07  strk
+
+	* Add test for #1641 (disabled as it would fail)
+
+2012-03-01 15:07  strk
+
+	* Cleanup the face table as well (you just can't drop the universe)
+
+2012-03-01 12:50  strk
+
+	* Add more items in the skip list (#1640)
+
+2012-03-01 12:25  strk
+
+	* Add tests for ptarray_insert_point (see #1640)
+
+2012-03-01 12:25  strk
+
+	* Check args passed to ptarray_set_point4d
+
+2012-03-01 11:58  strk
+
+	* Drop reference to postgis_uses_stats (#1632)
+
+2012-03-01 09:16  strk
+
+	* Properly exit the loop parsing spatial_ref_sys population (#1640)
+
+2012-03-01 08:54  strk
+
+	* Drop postgis_uses_stats (#1632)
+
+2012-03-01 08:26  strk
+
+	* Rename drop files to be hopefully clearer, add copyright headers
+
+2012-03-01 08:26  strk
+
+	* Stop including drop calls from main postgis.sql file
+	  
+	  Upgrade file is still generated with the drop file included
+
+2012-02-29 18:58  pramsey
+
+	* make parse location error test a little more lenient
+
+2012-02-29 18:19  pramsey
+
+	* Update for post-Beta1
+
+2012-02-29 18:18  pramsey
+
+	* Update for beta1
+
+2012-02-29 15:59  strk
+
+	* Check first point after snapping an edge to a new point (#1631)
+
+2012-02-29 14:20  strk
+
+	* Get the deprecated function right (fixes previous commit)
+
+2012-02-29 14:14  strk
+
+	* Drop removed st_clip function (#1630)
+
+2012-02-29 13:52  strk
+
+	* Do not install intermediary files (#1621)
+
+2012-02-29 13:35  strk
+
+	* Don't override postgis_svn_revision.h with a fake revision
+	  (#1634)
+
+2012-02-29 10:55  strk
+
+	* Stop using postgis_uses_stats() from postgis_full_version()
+	  (#1632)
+
+2012-02-29 10:48  strk
+
+	* Integrate upgrade tips in postgis_full_version reference
+
+2012-02-29 10:39  strk
+
+	* Mention rtpostgis_upgrade* and topology_upgrade* in manual
+	  (#1611)
+
+2012-02-29 10:08  strk
+
+	* Have XSLTPROCFLAGS default to --nonet
+	  
+	  This way you can drop by redefining it as in: make XSLTPROCFLAGS=
+
+2012-02-29 09:51  strk
+
+	* Add support for a user-defined XSLTPROCFLAGS variable to append
+	  
+	  Example: make -C doc html XSLTPROCFLAGS=--nonet
+	  
+	  Still defaults to allow net access, I couldn't find an option to
+	  override --nonet with its contraty...
+
+2012-02-29 09:00  robe
+
+	* #1630: Swap the order of dropping - you have to drop the function
+	  first before the type
+
+2012-02-29 08:44  robe
+
+	* #1630: drop wktgeomval type from extension, but still can't drop
+	  because of function _st_dumpaswktpolygons
+
+2012-02-29 08:04  robe
+
+	* #1619: Logic to mark spatial_ref_sys, topology, layers tables as
+	  user editable so that the data in them gets backed up during
+	  pg_dump
+
+2012-02-29 03:01  pracine
+
+	* 
+
+2012-02-29 02:56  pracine
+
+	* Other minor fix.
+
+2012-02-29 02:51  pracine
+
+	* fix doc typo.
+
+2012-02-29 02:47  pracine
+
+	* Fix for ticket 1536. Added a nodataval[] parameter to
+	  ST_Intersection and removed the otheruserfunc one.
+	  
+	  Changed the ST_Clip trimraster parameter name to crop and set it
+	  to true by default.
+	  
+	  Updated the doc.
+
+2012-02-29 00:52  pramsey
+
+	* Fix for MinGW!
+
+2012-02-29 00:49  pramsey
+
+	* Fix for windoze!
+
+2012-02-28 18:50  pramsey
+
+	* Make our --prefix policy crystal clear
+
+2012-02-28 18:29  pramsey
+
+	* Fix regression due to new error message in GML generation
+
+2012-02-28 18:09  pramsey
+
+	* Make error message on GML2 calls for TIN more instructive (#1591)
+
+2012-02-28 17:17  strk
+
+	* TopoGeo_addPoint: use a more functional tolerance when snapping
+	  (#1613)
+	  
+	  All of this looks like magic but it isn't.
+	  I actually wonder if ST_ModEdgeSplit and ST_ModEdgesSplit and
+	  ST_Split
+	  itself should do this internally, and if in doing so we wouldn't
+	  need
+	  to do it from higher levels. It doesn't indeed feel comfortable
+	  to do
+	  all this noise on such an high level.
+	  
+	  Anyway this commit adds a now-passing regression test for the
+	  topology
+	  building issue and that's A Good Thing.
+
+2012-02-28 17:17  strk
+
+	* Hush debugging lines unless requested
+
+2012-02-28 10:43  strk
+
+	* Ignore extension sql target dirs
+
+2012-02-28 10:28  strk
+
+	* Have configure look for mathml2.dtd, rework doc build scripts
+	  (#1157)
+
+2012-02-28 10:17  robe
+
+	* correct proto output type -- ST_Union of rasters always returns a
+	  raster
+
+2012-02-28 06:13  pramsey
+
+	* Set eol-style to LF
+
+2012-02-27 22:08  pramsey
+
+	* Try again with line endings, this time using eol-style instead of
+	  eol-type (#1605)
+
+2012-02-27 20:58  pramsey
+
+	* Set appropriate mime types and text file types on all files.
+	  (#1605)
+
+2012-02-27 18:19  pramsey
+
+	* Load the "right" legacy.sql file (warning: hard coding
+	  00-regress-install into a sql file).
+
+2012-02-27 18:13  pramsey
+
+	* Quiet compile warning.
+
+2012-02-27 18:07  strk
+
+	* Use rounder numbers in tests (fixes a regression on 32bit system)
+
+2012-02-27 17:48  pramsey
+
+	* Ignore LF/CRLF differences when differencing sql output files in
+	  raster tests.
+
+2012-02-27 17:36  strk
+
+	* Add regression test for legacy.sql and uninstall_legacy.sql
+	  (#915)
+
+2012-02-27 17:36  strk
+
+	* Properly cleanup spatial_ref_sys after loader tests
+
+2012-02-27 17:36  strk
+
+	* Properly cleanup spatial_ref_sys
+
+2012-02-27 16:55  strk
+
+	* Define the legacy 'within' as a proxy to ST_Within as the C entry
+	  point was dropped
+
+2012-02-27 16:52  strk
+
+	* Generate uninstall_legacy.sql from legacy.sql (#949)
+
+2012-02-27 16:42  dustymugs
+
+	* Correct handling of 8BSI pixel types when converting a raster to
+	  a GDAL MEM dataset. This should resolve the failures in #1617.
+
+2012-02-27 16:26  strk
+
+	* Fix "make clean" to drop all generated files
+
+2012-02-27 16:06  strk
+
+	* Encode dependency of topology script on sqldefines (for version)
+
+2012-02-27 15:55  strk
+
+	* Have postgis_full_version() check versions of all objects (#1608)
+
+2012-02-27 15:39  strk
+
+	* Have postgis_raster_lib_version() include SVN revision (#1608)
+
+2012-02-27 15:26  strk
+
+	* st_clip signature changed (#1620)
+
+2012-02-27 15:03  strk
+
+	* Add postgis_raster_scripts_installed() function (#1608)
+
+2012-02-27 15:02  strk
+
+	* Add postgis_topology_scripts_installed() function (#1608)
+
+2012-02-27 14:08  robe
+
+	* update to March. Seems likely we'll miss the February boat. Maybe
+	  shoot for March.
+
+2012-02-27 11:22  strk
+
+	* Set script version to master version + svn revision (#1608)
+	  
+	  Affects postgis_scripts_released() and
+	  posgis_scripts_installed().
+	  Needs some wider testing of upgrade scripts and then will attach
+	  the same version to raster and topology.
+
+2012-02-26 18:31  dustymugs
+
+	* Additional test of rt_raster_to_gdal().
+
+2012-02-25 20:35  pramsey
+
+	* Minor update to comments.
+
+2012-02-25 20:30  pramsey
+
+	* Simplify table/schema copying, hopefully fix windows.
+
+2012-02-25 19:46  pramsey
+
+	* Compress sed calls into one to make life better for MSYS
+
+2012-02-25 17:10  pramsey
+
+	* Correct fix for win32 crasher, it was proj returning a null error
+	  string.
+
+2012-02-25 05:53  pramsey
+
+	* SPI_finish before dropping out on NULL proj4text
+
+2012-02-25 05:49  pramsey
+
+	* Match to new behavior on null proj4text
+
+2012-02-25 03:12  pramsey
+
+	* Remove Win32 crasher on NULL proj4 string
+
+2012-02-24 23:58  pramsey
+
+	* Quote out the svn and git commands for windoze
+
+2012-02-24 23:42  dustymugs
+
+	* Forgot to update regression tests for changes made in r9293
+
+2012-02-24 22:54  dustymugs
+
+	* Fixed conversion of pixel types between PostGIS raster and GDAL.
+	  Essentially PostGIS raster 8BSI is now a GDT_Int16.
+
+2012-02-24 22:46  pracine
+
+	* Minor corrections.
+
+2012-02-24 22:41  pramsey
+
+	* Fix up the revision info in the usage lines
+
+2012-02-24 20:17  strk
+
+	* Make sure the created backend temp directory is world writeable
+
+2012-02-24 19:24  dustymugs
+
+	* Additional fixups to not increase extent if an alignment is to
+	  take place in rt_raster_gdal_rasterize().
+
+2012-02-24 19:11  strk
+
+	* Be immune from topology sequence advancements
+
+2012-02-24 18:49  pramsey
+
+	* Make sure the regress tmp directory exists before trying to write
+	  to it.
+
+2012-02-24 17:33  dustymugs
+
+	* Added additional conditions for rt_raster_gdal_rasterize()
+	  determining when to expand the extent.
+
+2012-02-24 15:23  strk
+
+	* Do not report "face without edges" error for universal face
+	  (#1612)
+
+2012-02-24 15:23  strk
+
+	* Rename the backend temp dir and drop with brute force
+	  
+	  Avoids errors when no test writes anything in there (so no dir)
+
+2012-02-24 10:21  strk
+
+	* Properly drop the temporary directory setup for backend output
+	  
+	  This prevents errors when running "make check" against backends
+	  owned by different users.
+
+2012-02-24 05:05  dustymugs
+
+	* Set all raster CASTs to be ASSIGNMENT not IMPLICIT. Related
+	  ticket is #490. Knowing my luck, I'll be reverting this due to
+	  some showstopper.
+
+2012-02-23 22:25  dustymugs
+
+	* Added correct handling of negative scale-x and positive scale-y
+	  in rt_raster_gdal_warp().
+
+2012-02-23 21:49  dustymugs
+
+	* Renamed rt_raster_dump_as_wktpolygons() to
+	  rt_raster_gdal_polygonize(). Refactored
+	  rt_raster_gdal_polygonize() to use LWPOLY objects instead of WKT
+	  strings. Also added cleanup code to make invalid dumped
+	  geometries valid. Associated tickets are #1586 and #637.
+
+2012-02-23 16:07  strk
+
+	* Don't deep clone POINTARRAY in GML input routine.
+	  
+	  Let's see if doing so exposes more memory errors (#1591).
+	  Does run valgrind clean here.
+
+2012-02-23 15:42  pracine
+
+	* Rewrote most of ST_AsRaster. Grouped similar variants to make
+	  everything a bit more readable.
+
+2012-02-23 13:28  strk
+
+	* Set the default regression temp dir to /tmp/pgis_reg (#1607)
+
+2012-02-23 12:54  strk
+
+	* Have ST_GetFaceGeometry check face existance, regress-test
+
+2012-02-23 11:24  strk
+
+	* Drop the UpdateGeometrySRID version with old param name (#1606)
+
+2012-02-22 23:13  pramsey
+
+	* Correctly handle the new lexer/parser output files
+
+2012-02-22 23:06  dustymugs
+
+	* Rewrote chunks of rt_raster_gdal_warp() and
+	  rt_raster_gdal_rasterize() to correctly generate skewed rasters.
+	  Related ticket is #1395. This should also resolve #1586.
+
+2012-02-22 20:38  pramsey
+
+	* Set svn:eol-style native (#1598)
+
+2012-02-22 19:40  pramsey
+
+	* Update numbers for alpha6
+
+2012-02-22 19:31  robe
+
+	* put in LF instruction to prevent my windows from putting in
+	  windows offensive line breaks
+
+2012-02-22 19:29  pramsey
+
+	* Change dos to unix lineends. (#1598)
+
+2012-02-22 19:20  pramsey
+
+	* Ignore makefile
+
+2012-02-22 19:18  pramsey
+
+	* Really remove the dos linefeeds this time (#1598)
+
+2012-02-22 19:08  pramsey
+
+	* Revert dos lineending commit that blew away those files...
+
+2012-02-22 19:01  pramsey
+
+	* Use consistent UNIX line endings (#1598) fix up those files that
+	  pass through the C preprocessor at least.
+
+2012-02-22 18:59  pramsey
+
+	* Switch to evaluating tests using psql with verbosity=terse
+
+2012-02-22 17:19  strk
+
+	* Fix ST_Polygonize aggregate to retain Z (#1602)
+
+2012-02-22 15:52  strk
+
+	* Stay within 80 cols
+
+2012-02-22 15:33  strk
+
+	* Parametrize max user SRID in the SQL file too
+
+2012-02-22 12:49  strk
+
+	* Check SRID passed to UpdateGeometrySRID, patch by Mike Toews
+	  (#1596)
+	  
+	  Adds regression testing
+
+2012-02-22 12:48  strk
+
+	* Forward port fix to #1595, although there's no way to expose in
+	  2.0
+
+2012-02-22 03:09  robe
+
+	* correct st_clip raster so eimage matches the code. the behavior
+	  changed butthe code was wrong (showing old behavior). Also put
+	  back the multiband case using new syntax which is probably more
+	  common usaage.
+
+2012-02-21 15:51  pracine
+
+	* Added single quote around 8BUI since the XSL now escape them. See
+	  #1588.
+
+2012-02-21 15:47  pracine
+
+	* Added one missign default value for the value parameter of
+	  ST_AsRaster and added one missing variant.
+
+2012-02-21 14:32  strk
+
+	* Add a ptarray_transform function in liblwgeom API
+
+2012-02-21 13:54  strk
+
+	* Draft an lwgeom_from_gml function (#1591)
+	  
+	  Can't be moved all to liblwgeom due to use of spatial_ref_sys
+
+2012-02-21 11:07  strk
+
+	* Print SRID in decimal form, not hex (#1593)
+
+2012-02-21 10:57  strk
+
+	* Update documentation about shp2pgsql -s/-g flag (#1524)
+
+2012-02-21 09:43  strk
+
+	* Add an --extensions switch to run_test (#964)
+	  
+	  When passing that switch the install and uninstall of spatial db
+	  happens using the EXTENSION model. It's currently not run as part
+	  of "make check" because some tests fail due to use of ambiguos
+	  calls when both core and raster modules are installed (there's no
+	  way to separate them in the EXTENSION model).
+
+2012-02-21 09:07  strk
+
+	* Put prepare/upgrade/uninstall operations in their own functions
+
+2012-02-20 20:09  pracine
+
+	* More work on ST_Resample and ST_Intersection
+
+2012-02-20 14:32  strk
+
+	* Ignore generated extensions and java files
+
+2012-02-20 13:28  strk
+
+	* Do not printf from potgis library. Possibly fixes #1570
+
+2012-02-20 13:18  strk
+
+	* Ignore generated java/jdbc/Makefile
+
+2012-02-20 13:16  strk
+
+	* Escape single quotes in param list when generating raster
+	  comments
+	  
+	  Closes ticket #1588
+
+2012-02-20 12:52  strk
+
+	* Ant rules to excecute maven by Maria Arias de Reyna (#1437)
+	  
+	  Also simplify java Makefile to be simple proxies of ant
+
+2012-02-20 10:52  strk
+
+	* Update face MBR on edge change (#1587)
+
+2012-02-20 10:19  strk
+
+	* Enhance documentation for ST_ChangeEdgeGeom
+
+2012-02-17 23:41  robe
+
+	* Link to my office base article on how to display postgis rasters
+	  in base reports.
+
+2012-02-17 22:23  pracine
+
+	* Rewrote the ST_Rescale documentation.
+
+2012-02-17 22:00  pramsey
+
+	* This works but it makes estimated extent case sensitive both ways
+	  (no weaseling out and giving upper case versions of lower case
+	  tables) (#1585)
+
+2012-02-17 20:52  pracine
+
+	* Ticket #1536. First revision of st_intersection(). Removal of the
+	  extent parameter and first documentation.
+
+2012-02-17 18:29  strk
+
+	* Check edge disposition around endnodes (#1571)
+	  
+	  Includes a couple new testcases, for closed and non-closed edges
+	  changing disposition around their end nodes.
+
+2012-02-17 18:28  pracine
+
+	* Many more small typo fixes...
+
+2012-02-17 15:11  strk
+
+	* Rework edge motion range construction (#1571)
+	  
+	  Includes a new testcase which was failing before this change
+
+2012-02-17 14:03  strk
+
+	* Add another test for ST_ChangeEdgeGeom
+
+2012-02-17 13:46  strk
+
+	* Handle some (not all) cases of non-isomorphic edge changes
+	  (#1571)
+	  
+	  The problem is much harder than it looks ...
+
+2012-02-17 08:39  strk
+
+	* Add test numbers to ST_ChangeEdgeGeom regression cases
+
+2012-02-17 08:39  strk
+
+	* Ignore utils/postgis_restore.pl (now generated)
+
+2012-02-16 17:45  strk
+
+	* Update comment, hopefully clearer now
+
+2012-02-16 15:49  pracine
+
+	* Fixed a number of small problem. Capitalized x and y.
+
+2012-02-16 10:25  strk
+
+	* Add a topology.GetNodeEdges function
+	  
+	  This function is a fundamental topological primitive to do things
+	  like SQL-based poligonization.
+
+2012-02-16 08:49  strk
+
+	* Ignore postgis_svn_revision.h
+
+2012-02-16 08:08  strk
+
+	* Set availability of ST_ChangeEdgeGeom
+
+2012-02-16 08:08  strk
+
+	* Fix cross reference
+
+2012-02-16 00:28  pramsey
+
+	* Remove now-obsolete TODO comment
+
+2012-02-16 00:25  pramsey
+
+	* Prepare for Proj4.8 with spheroid info handling
+
+2012-02-15 23:25  pramsey
+
+	* Add generated files to svn:ignore
+
+2012-02-15 22:45  pramsey
+
+	* jdbc: org.postgis.Point.equals() is not reflexive (#1313)
+
+2012-02-15 22:34  pramsey
+
+	* Fix XML typo
+
+2012-02-15 22:27  pramsey
+
+	* Negative distance argument to ST_Buffer not documented (#1535)
+
+2012-02-15 21:56  pramsey
+
+	* shp2pgsql: a switch to drop M from 4d imports (#900)
+
+2012-02-15 21:37  pramsey
+
+	* shp2pgsql: a switch to drop M from 4d imports (#900)
+
+2012-02-15 21:23  pracine
+
+	* Updated the version returned by the PostGIS_Raster_Lib_Version()
+	  example.
+
+2012-02-15 21:18  pracine
+
+	* Removed some garbage.
+
+2012-02-15 21:12  pramsey
+
+	* Remove fugitive EOL white space
+
+2012-02-15 20:58  pramsey
+
+	* Add minor version upgradeable
+
+2012-02-15 20:57  pramsey
+
+	* Push trunk version forward
+
+2012-02-15 20:55  pramsey
+
+	* Update meta for alpha5
+
+2012-02-15 19:28  pracine
+
+	* Fix for #1576 & #1569. ST_Clip now works on multiband rasters and
+	  accept an array of nodata values.
+
+2012-02-15 15:59  strk
+
+	* Do not take PROJ4 errno value as a sign of error (#1580)
+
+2012-02-15 11:00  strk
+
+	* dd support for fetching SVN revision from pure-git clones (#1579)
+
+2012-02-14 22:21  robe
+
+	* Example of how to use only psql to output a raster image.
+
+2012-02-14 17:57  strk
+
+	* Fix crash with empty polygons in P-I-P tests (#1578)
+
+2012-02-14 17:54  robe
+
+	* #1494: documentation of new census tract loader and get_tract
+	  functions.
+
+2012-02-14 17:53  robe
+
+	* #1494: done with programming need to finish documenting and
+	  regress test.
+
+2012-02-14 17:47  dustymugs
+
+	* Readded rt_clip regression test.
+
+2012-02-14 17:29  dustymugs
+
+	* Fixed handling of negative X-scale or positive Y-scale in
+	  rt_raster_gdal_rasterize(). Ticket is #1574.
+
+2012-02-14 17:15  strk
+
+	* We don't use a profiler anymore
+
+2012-02-14 17:00  dzwarg
+
+	* Reverting changes that optimize ST_MapAlgebraExpr. Re-advertise x
+	  and y parameters as int32. Reverts changes from r9137, closes
+	  #1557.
+
+2012-02-14 13:31  strk
+
+	* Make one-point lines convertible to GEOS, see #1543
+
+2012-02-13 22:46  pracine
+
+	* Temporarily remove st_clip regress...
+
+2012-02-13 22:02  pramsey
+
+	* Configured without raster still tries to make
+	  raster/rt_pg/rtpostgis.sql (#1575) only try to build extensions
+	  if we have both raster and topology as well as pgsql 9.1
+
+2012-02-13 21:58  pracine
+
+	* Closing ticket #597. Added regression tests for ST_Clip. More
+	  tests to come when fixing #1576.
+
+2012-02-13 21:25  strk
+
+	* Encode dependency of topology comments and cheatsheet
+	  
+	  Same should be done for raster and tiger...
+
+2012-02-13 20:44  strk
+
+	* Fix documentation of GetRingEdges
+
+2012-02-13 20:44  strk
+
+	* Install topology comments too, when regressing topology
+
+2012-02-13 20:44  strk
+
+	* Install topology_comments.sql as well
+
+2012-02-13 18:28  pracine
+
+	* Fix for ticket #1572. ST_PixelAsPolygons() return NULL values
+	  when the requested band or no band exist.
+
+2012-02-13 18:06  strk
+
+	* Allow retaining all custom spatial_ref_sys entries, even clashing
+	  
+	  Update manual accordingly (hard upgrade procedure)
+
+2012-02-13 17:47  strk
+
+	* Fix regexp renaming srid enforcement check
+
+2012-02-13 17:01  strk
+
+	* Add a note about handling of out-of-range SRIDs on hard upgrade
+
+2012-02-13 16:29  strk
+
+	* Accept more feature type names from AddTopoGeometryColumn (#1470)
+	  
+	  With this commit you can pass return of ST_GeometryType or
+	  return GeometryType as input to the function.
+
+2012-02-13 16:11  strk
+
+	* More VOLATILE -> STRICT (#955). Let's call it completed.
+
+2012-02-13 16:04  strk
+
+	* Some VOLATILE functions turned to STABLE (#955)
+	  
+	  A noticeable exception is the Geometry(TopoGeometry) cast which
+	  triggers a regression when made STABLE.
+
+2012-02-13 15:43  pracine
+
+	* Fix regression broken by the limit imposed to SRID < 999999.
+	  Anyway the srid provided was not the right one. Changed from 4269
+	  to 26919.
+
+2012-02-13 15:12  robe
+
+	* #1494 - ability to load census tract, block group, tabblock - boy
+	  did I screw this one. Should be all fixed now and tested (loading
+	  part), still need to write the function, but that's the easy part
+
+2012-02-13 14:48  strk
+
+	* Move SRID max and user-max definitions to configure.ac
+	  
+	  This should help keeping postgis_restore.pl and core in sync
+	  wrt SRID ranges.
+
+2012-02-13 14:17  strk
+
+	* Refine user feedback about SRID conversion and reserved zones
+
+2012-02-13 11:25  strk
+
+	* Drop (SRF()).* constructs (#956)
+
+2012-02-13 10:58  strk
+
+	* Have regress install comments adn throw an error on failure
+	  (#1532)
+
+2012-02-13 10:58  strk
+
+	* Have staged-install install comments when possible (#1532)
+
+2012-02-13 10:16  strk
+
+	* Report svn revision
+
+2012-02-13 10:16  strk
+
+	* Encode postgis_svn_revision dependency
+
+2012-02-13 10:00  strk
+
+	* Cleanup postgis_svn_revision.h makefile rule (PHONY)
+
+2012-02-13 09:58  strk
+
+	* Do not override postgis_svn_revision.h if revision didn't change
+
+2012-02-13 09:15  strk
+
+	* Add support for fetching SVN revision from local git-svn
+	  repository
+
+2012-02-11 21:17  strk
+
+	* It's "svn", not "svnn". And a TODO item...
+
+2012-02-11 16:08  pramsey
+
+	* Fix regression in OSX (-0 vs 0)
+
+2012-02-11 05:14  pramsey
+
+	* Report SVN revision in PostGIS_Full_Version (#1518)
+
+2012-02-10 23:33  dustymugs
+
+	* Added checks of SRID to make sure that SRIDs are within the
+	  permitted range. Ticket is #1568.
+
+2012-02-10 22:42  pracine
+
+	* ST_Clip returns all bands when no band is specified.
+
+2012-02-10 22:36  pracine
+
+	* Fix for ticket #1569. ST_Clip variants defaulting to band 1
+	  should default to NULL so that they return all bands.
+
+2012-02-10 20:21  pramsey
+
+	* Back out SVN generation stuff.
+
+2012-02-10 19:55  pramsey
+
+	* Try to fail better on SVN snatching...
+
+2012-02-10 19:49  pramsey
+
+	* Report SVN revision in PostGIS_Full_Version (#1518)
+
+2012-02-10 18:46  pracine
+
+	* ST_PixelAsPolygon() does not have a band parameter anymore.
+
+2012-02-10 18:38  robe
+
+	* #1494: move parent table creation to a function so logic is in
+	  single place, add a new census_loader.sql script with census
+	  specific load logic, revise create and update scripts to load the
+	  new census logic and create tables if not present. Still need to
+	  test and write a function to return census info given a point
+	  before can mark this as done.
+
+2012-02-10 17:05  pracine
+
+	* Have perl to backup the file before editing. 'make check' is
+	  failing on Windows 7 without that.
+	  
+	  See
+	  http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018482.html
+
+2012-02-10 16:53  strk
+
+	* Clamp SRID valuesu > SRID_MAXIMUM to fall in the reserved range
+	  (#1505)
+	  
+	  The reserved range is SRID_USER_MAXIMUM+1 to SRID_MAXIMUM.
+	  Core takes care of typmod clamping, postgis_restore.pl takes care
+	  of clamping table definition and spatial_ref_sys entries.
+
+2012-02-10 16:53  strk
+
+	* Add SRID_USER_MXIMUM define
+
+2012-02-10 16:18  pramsey
+
+	* Fix syntax error in MS example
+
+2012-02-10 09:19  strk
+
+	* Drop the now-generated Makefile on distclean, and ignore it
+
+2012-02-10 09:16  strk
+
+	* Fix builds --without-topology (#1565)
+
+2012-02-10 01:21  robe
+
+	* #1564 fix typo in cat call preventing other files from being
+	  concatenated
+
+2012-02-09 23:02  robe
+
+	* #1563: remove raster_columns view from extension so it can be
+	  dropped without complaint.
+
+2012-02-09 20:12  dzwarg
+
+	* Performance improvement by keeping x and y pixel coordinates as
+	  floats.
+
+2012-02-09 19:19  strk
+
+	* Actually save Grand Unified Geom Cache rather than just building
+	  it
+	  
+	  Fixes #547
+
+2012-02-09 17:16  strk
+
+	* More postgis_config.h inclusion removal from headers
+
+2012-02-09 17:00  strk
+
+	* Drop postgis_config.h include from lwgeom_pg.h header.
+	  
+	  Generally, package config files should _not_ be included
+	  by package headers. In this specific case the aim is overriding
+	  POSTGIS_DEBUG_LEVEL in implementation files for the sake of
+	  enabling debugging of a single file.
+	  
+	  Also part of this commit is addition of copyright header in
+	  two files which were missing it (used git history to figure
+	  assignments)
+
+2012-02-09 17:00  strk
+
+	* Fix header guard of pgsql_compat.h and drop the duplicate
+
+2012-02-09 10:49  robe
+
+	* Hmm double added a file -- #1563 which was causing the can't drop
+	  because postgis extension depends on it error
+
+2012-02-09 10:10  strk
+
+	* Forward distclean to extensions subdirs
+
+2012-02-09 02:34  pramsey
+
+	* Don't delete the comments.
+
+2012-02-09 01:54  robe
+
+	* #1562 replace string with text
+
+2012-02-09 00:42  pramsey
+
+	* More verbose message, per DFuhriman
+
+2012-02-09 00:37  pramsey
+
+	* Invalid geography polygons: BOOM! Could not generate outside
+	  point! (#1046)
+
+2012-02-09 00:27  dzwarg
+
+	* Fixed bug where PG_DETOAST_DATUM args were incorrect.
+
+2012-02-09 00:18  dzwarg
+
+	* Changed DATUM_SLICE to DATUM in setGeotransform.
+
+2012-02-08 23:59  dzwarg
+
+	* Added documentation for raster processing builtin functions:
+	  st_min4ma, st_max4ma, st_mean4ma, st_sum4ma, st_range4ma,
+	  st_distinct4ma, st_stddev4ma.
+
+2012-02-08 23:01  pramsey
+
+	* Change from scripts-based script versions to repository based
+	  versions. Should also be more robust? ha ha ha. (#1282)
+
+2012-02-08 22:44  pramsey
+
+	* Make the scripts version get read again.
+
+2012-02-08 21:58  dustymugs
+
+	* Fix to correct building of testapi in MinGW. Ticket is #1560.
+
+2012-02-08 21:31  dzwarg
+
+	* Do not allocate inside of 1 raster mapalgebra loop for datum
+	  values and nulls.
+
+2012-02-08 21:29  pramsey
+
+	* ./configure still display the old raster version number (#1599)
+
+2012-02-08 21:20  dustymugs
+
+	* Instead of dynamically allocating space for variables "values"
+	  and "nulls" with each pixel, just initialize both to the max
+	  possible # of elements. Done for 2-raster ST_MapAlgebraExpr
+
+2012-02-08 21:08  dustymugs
+
+	* Remove deleted function signature for ST_PixelAsPolygon. Ticket
+	  is #1529
+
+2012-02-08 21:08  pramsey
+
+	* test for termios.h in case we want to do password prompting in
+	  the future
+
+2012-02-08 21:04  dustymugs
+
+	* Values for [rast1.x], [rast1.y], [rast2.x] and [rast2.y] should
+	  be INT4 instead of FLOAT8. Ticket is #1557
+
+2012-02-08 21:03  dzwarg
+
+	* Removed geotransform type. Fixed rounding, so Hudson will be my
+	  friend in raster regression tests.
+
+2012-02-08 20:51  strk
+
+	* do not heap-allocate SPI arg types
+
+2012-02-08 20:33  strk
+
+	* ST_MapAlgebraExpr: advertise X and Y params as integers (#1557)
+	  
+	  Also stop doing 3 string matches per pixel for no reason
+
+2012-02-08 19:44  dzwarg
+
+	* Added documentation for 1 and 2 raster map algebra user callback
+	  function documentation for pixel position array parameter to
+	  userfunc. #1525
+
+2012-02-08 19:09  pramsey
+
+	* Handle French svn?
+
+2012-02-08 19:04  dzwarg
+
+	* Added geotransform methods and correction to basis vectors during
+	  raster rotation. #1353
+
+2012-02-08 18:51  pramsey
+
+	* Stop relying on private projects.h PROJ header (#1541)
+
+2012-02-08 17:39  pramsey
+
+	* Add missing target
+
+2012-02-08 17:36  pramsey
+
+	* Push forward version numbers
+
+2012-02-08 17:33  pramsey
+
+	* Commit in preparation for 2.0.0alpha4
+
+2012-02-08 17:23  dzwarg
+
+	* Added ST_StdDev4ma raster neighborhood processing function. #1318
+
+2012-02-08 17:19  pramsey
+
+	* lwgeom_release (#699) move free if copy calls to end of functions
+	  in any place where there is any chance that a problem might occur
+
+2012-02-08 16:44  dustymugs
+
+	* Minor debug message tweak
+
+2012-02-08 16:11  dustymugs
+
+	* Added regression tests for raster2pgsql loader. Ticket is #1388
+
+2012-02-08 15:17  colivier
+
+	* Bugfixes related to #1552, and somehow to #665. Thanks to Sandro
+	  for report and valgrind stuff !
+
+2012-02-08 10:06  strk
+
+	* Document topology.GetRingEdges (#959)
+
+2012-02-08 09:36  strk
+
+	* Do not release serialized input until output is deserialized
+	  
+	  See
+	  http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018336.html
+
+2012-02-08 06:42  pramsey
+
+	* configure_json.patch (#1539) from Evan Roualt
+
+2012-02-08 05:29  colivier
+
+	* restore (at least) tin_geom and psurface_geom unit tests call.
+	  Related to #665
+
+2012-02-08 05:23  colivier
+
+	* Fix BBOX handling in serialization. Still related to #665
+
+2012-02-08 04:36  colivier
+
+	* Change BBOX double to float in serialization. Related to #665
+
+2012-02-08 00:43  dzwarg
+
+	* Added ST_Distinct4ma helper neighborhood processing function. See
+	  #1318
+
+2012-02-08 00:29  dzwarg
+
+	* Fixed typo in configure.ac
+
+2012-02-08 00:23  pramsey
+
+	* loader/Latin1 regression failure with database SQL_ASCII encoding
+	  (#1465) from Greg Troxel
+
+2012-02-08 00:15  pramsey
+
+	* Remove another dying test
+
+2012-02-08 00:14  pramsey
+
+	* Remove failing test
+
+2012-02-08 00:14  pramsey
+
+	* Remove dependency on svnrevision.h
+
+2012-02-08 00:01  pramsey
+
+	* docs-install uses bare cp (#1528) from Greg Troxel
+
+2012-02-07 23:51  pramsey
+
+	* Ignore svnrevision.h
+
+2012-02-07 23:49  pramsey
+
+	* ST_MinimumBoundingCircle needs regression test (#1042)
+
+2012-02-07 23:42  pramsey
+
+	* Add a warning for lower numbers of GEOS
+
+2012-02-07 23:37  colivier
+
+	* Still several bugfixes related to #665
+
+2012-02-07 23:27  pramsey
+
+	* Force generation of an svnrevision.h file when building in a repo
+	  and the svn executable is available.
+	  Ensure that when building a tarball with make_dist.sh the
+	  revision is read from the tag in the remote svn repository.
+	  This should cover both development and distribution cases.
+
+2012-02-07 22:17  pramsey
+
+	* Add dzwarg
+
+2012-02-07 22:05  dustymugs
+
+	* Clean up raster regression and move loader regression directory.
+
+2012-02-07 21:30  colivier
+
+	* Still bugfixes. Related to #665
+
+2012-02-07 21:14  pramsey
+
+	* Test non-empty new types in regress/wkb (#1477)
+
+2012-02-07 21:04  colivier
+
+	* Restore surface cunit tests
+
+2012-02-07 21:01  colivier
+
+	* Fix some bugfixes. Handle EMPTY use cases. Minor changes. Related
+	  to #665
+
+2012-02-07 19:42  pramsey
+
+	* lwgeom_release (#699), reviewed all usage of lwgeom_release
+	  and replaced with lwgeom_free where possible. Changed the
+	  def'n of lwgeom_release so that it only frees the containing
+	  objects, and not any sub-objects, for those few remaining
+	  cases that required a gentler freeing of objects.
+
+2012-02-07 19:35  dustymugs
+
+	* Minor cleanup of parameter names of ST_Intersection(raster,
+	  geometry)
+
+2012-02-07 19:25  dzwarg
+
+	* Added positional parameters to 1 raster version of
+	  ST_MapAlgebraFct. Closes #1525
+
+2012-02-07 18:40  pracine
+
+	* Added ST_TileAsGeom() returning only the extent of the planned
+	  tiles as polygons
+
+2012-02-07 18:07  dzwarg
+
+	* Corrected clamped values in tests for ST_MapAlgebraExpr and
+	  ST_MapAlgebraFct.
+	  Implemented prepared statements in ST_MapAlgebraExpr.
+
+2012-02-07 17:23  pramsey
+
+	* Documentation URLs, visible whitespace, and minor touchups
+	  (#1548) from mwtoews
+
+2012-02-07 17:07  pramsey
+
+	* Reorder the include flags, per Greg Troxel
+
+2012-02-07 15:47  pracine
+
+	* First plpgsql prototype for ST_Tile(rast raster, width integer,
+	  height integer, padwithnodata boolean, nodatavalue double
+	  precision)
+
+2012-02-07 13:12  mcayland
+
+	* Fix a couple of compiler warnings in shp2pgsql-gui caused by
+	  uninitialised variables.
+
+2012-02-07 10:14  strk
+
+	* Allow changing a closed edge (but w/out fixing linking, see #892)
+
+2012-02-07 09:50  strk
+
+	* Re-add install-sh in the repository to support libtool < 2.0
+
+2012-02-07 07:22  strk
+
+	* Ignore install-sh
+
+2012-02-07 07:20  strk
+
+	* install-sh is generated by ./autogen.sh, needs not be in
+	  repository
+
+2012-02-07 02:34  colivier
+
+	* temp desactivation of surface unit test
+
+2012-02-06 23:50  pramsey
+
+	* Whoops, slight error in the empty geometry handling fixed.
+
+2012-02-06 23:30  colivier
+
+	* Temp remove su_surface till everything fixed on it...
+
+2012-02-06 23:25  pramsey
+
+	* Have ST_Union aggregate use UnaryUnion from GEOS-3.0.0 (#922)
+
+2012-02-06 23:14  dustymugs
+
+	* Make sure new bands when added using ST_AddBand are correctly
+	  clamping NODATA values. Ticket is #1546.
+
+2012-02-06 21:32  pramsey
+
+	* Remove dead prototype
+
+2012-02-06 21:15  colivier
+
+	* Fix a bug in tgeom_free, related to #665
+
+2012-02-06 20:53  dustymugs
+
+	* Added support to pass pixel positions of both rasters to user
+	  function in 2-raster ST_MapAlgebraFct. This provides similar
+	  functionality to the keywords described in #1525.
+
+2012-02-06 20:07  pramsey
+
+	* Change searched location of proj files when no proj variable
+	  (#1022)
+
+2012-02-06 19:45  pramsey
+
+	* Quiet rm
+
+2012-02-06 19:44  pramsey
+
+	* quiet echo
+
+2012-02-06 19:33  pramsey
+
+	* Dummy up a check target
+
+2012-02-06 19:32  pramsey
+
+	* Move regres forward again
+
+2012-02-06 19:30  pramsey
+
+	* Make exensions depend on comments, so also depend on xsltproc
+
+2012-02-06 19:13  pramsey
+
+	* Duplicate named case-insensitive XML refentry ids / HTML files
+	  (#1511)
+
+2012-02-06 19:01  pramsey
+
+	* PostGIS extensions should build/install automatically if PostGIS
+	  is compiled against 9.1 (#1490)
+
+2012-02-06 18:44  pramsey
+
+	* Change how we calculate minor versions suitable for extension
+	  upgrade.
+
+2012-02-06 18:36  dzwarg
+
+	* Checked connection to SPI manager in ST_MapAlgebraExpr
+
+2012-02-06 17:49  dzwarg
+
+	* Whitespace changes to _st_hillshade4ma
+
+2012-02-06 17:26  dzwarg
+
+	* Reordered linking order for core regression tests. Follow up to
+	  http://postgis.refractions.net/pipermail/postgis-devel/2011-December/016646.html
+	  and r8399
+
+2012-02-06 13:43  strk
+
+	* Tabs to spaces (2)
+
+2012-02-06 13:16  strk
+
+	* Don't let ValidateTopology choke on invalid edges (#1544)
+
+2012-02-06 03:20  pramsey
+
+	* Allow 'make check' to run all the way through on OSX (the sed
+	  implementation must be slightly different, so let's see if Perl
+	  is any more standard). Hopefully other platforms will be happy.
+
+2012-02-06 02:15  pramsey
+
+	* Try out the pj_get_def() method of finding the spheroid
+	  parameters, but: it doesn't work.
+
+2012-02-05 02:15  robe
+
+	* put in an FAQ about the common function is not unique error that
+	  I suspect a lot of people will be running into because they don't
+	  cast their geometry inputs and that a lot of raster functions
+	  have overloaded functions similar to the geometry ones.
+
+2012-02-05 00:30  mcayland
+
+	* Change encoding reference URL to that used for libiconv rather
+	  than PostgreSQL since that's what we are using to do the encoding
+	  conversion (as per #1303).
+
+2012-02-05 00:30  mcayland
+
+	* Fix for #1540: Fix segfault in shp2pgsql-gui when no port is
+	  specified. Prevent dereferencing a NULL pointer if the string is
+	  empty.
+
+2012-02-04 17:53  strk
+
+	* Implemented new keywords for 1-raster ST_MapAlgebraExpr (#1525)
+
+2012-02-04 02:36  mcayland
+
+	* Fix an issue in the shapefile GUI caused by saving the original
+	  shapefile name before processing.
+	  
+	  This was a bug caused by having two separate passes during
+	  export; we were saving the original
+	  export shapefile name during the first loop, and so when we came
+	  to free() the temporary name
+	  at the end of export it would only free the shapefile name from
+	  the last iteration, and do it
+	  multiple times causing random crashes.
+
+2012-02-04 01:30  pramsey
+
+	* Geography should support SRIDs other than 4326 (#1538)
+
+2012-02-04 01:17  mcayland
+
+	* Alter the shapefile GUI so that multiple shapefiles can be
+	  selected in the import file chooser.
+
+2012-02-04 00:39  mcayland
+
+	* Add GUI support for the shp2pgsql -S (simple geometries) switch.
+	  This closes #660.
+
+2012-02-04 00:39  mcayland
+
+	* Update shapefile GUI "About" text and window title to reflect
+	  that it now handles export as well as import.
+
+2012-02-04 00:39  mcayland
+
+	* Add shapefile dumper (table export) to the shp2pgsql GUI. This
+	  closes ticket #1480.
+
+2012-02-04 00:02  dustymugs
+
+	* Explicitly set the output band's pixel type depending on the band
+	  being returned (FIRST, SECOND, BOTH. OTHER is left NULL) in
+	  ST_Intersection(raster, raster). Related ticket is #1537.
+
+2012-02-03 22:57  dustymugs
+
+	* Implemented keywords for 2-raster ST_MapAlgebraExpr as described
+	  in #1525. Will do 2-raster ST_MapAlgebraFct next.
+
+2012-02-03 21:29  pramsey
+
+	* Separate the cache handling code from the transform function
+
+2012-02-03 21:04  mcayland
+
+	* Fix pgsql2shp crash when dumping a table without a geo column.
+
+2012-02-03 21:04  mcayland
+
+	* Fix construction of pgsql2shp's main retrieval query in
+	  ShpDumperOpenTable().
+	  
+	  This fixes a regression which caused pgsql2shp to generate an
+	  incorrect SQL query
+	  for tables without any geo columns.
+
+2012-02-03 21:03  mcayland
+
+	* Move initialisation of pgsql2shp state endian flag to the same
+	  location all the other initialisers.
+
+2012-02-03 21:03  mcayland
+
+	* Fix missing #ifdef POSTGIS_GEOS_VERSION ... #endif preventing
+	  liblwgeom from compiling on GEOS < 3.3.0.
+
+2012-02-03 18:09  dustymugs
+
+	* Fixed optimization bug in 1-raster ST_MapAlgebraExpr. Ticket is
+	  #1515.
+
+2012-02-03 12:51  robe
+
+	* #1530: fix typo in full upgrade -- was using the postgis only
+	  script instead of the combined postgis + raster script. Still
+	  need to test, will close out once tested.
+
+2012-02-03 03:58  dustymugs
+
+	* Reverted r9014. Hudson ain't happy with sed.
+
+2012-02-03 03:51  dustymugs
+
+	* Merge of patch provided in #1533. Thanks gdt.
+
+2012-02-02 19:25  dustymugs
+
+	* Message cleanup by removing unnecessary newlines.
+
+2012-02-02 18:47  dustymugs
+
+	* Refactored stderr messaging so that C API messages are properly
+	  emitted. Based on suggestion in comment 4 of #1531.
+
+2012-02-02 17:38  dustymugs
+
+	* Additional error checking and formatting of error messages
+
+2012-02-01 23:55  pramsey
+
+	* Add lwcollection_homogenize and ST_Homogenize (#375)
+
+2012-02-01 23:18  pramsey
+
+	* Add lwcollection_homogenize and ST_Homogenize (#375)
+
+2012-02-01 23:00  pramsey
+
+	* Support curves in lwgeom_homogenize (#1526)
+
+2012-02-01 22:06  dustymugs
+
+	* Added check of values being passed to atan2() in
+	  _st_hillshade4ma()
+
+2012-02-01 21:27  pramsey
+
+	* Enhance ST_Rotate by adding offset origin parameters (#1251) from
+	  mwtoews
+
+2012-02-01 21:17  pramsey
+
+	* ST_Azimuth, ST_Project regression tests (#1398)
+
+2012-02-01 17:39  pramsey
+
+	* Also remove .gitignore files from tarbal distro
+
+2012-02-01 17:35  pramsey
+
+	* Push forward versions for weekly snap
+
+2012-02-01 17:28  robe
+
+	* #1494: build parent structures to support census tract reporting
+	  by geocoder.
+
+2012-02-01 15:28  dustymugs
+
+	* Additional cleanup of a few functions using
+	  ST_PixelAsPolygon(raster, int, int, int). Also, made map algebra
+	  expression case-sensitive in 2-raster ST_MapAlgebraExpr. Now, the
+	  keywords must be RAST1 and RAST2.
+
+2012-02-01 14:58  dustymugs
+
+	* Refactored regression test for ST_PixelAsPolygon
+
+2012-02-01 14:32  dustymugs
+
+	* Deleted deprecated ST_PixelAsPolygon(raster, int, int, int)
+	  variant.
+
+2012-02-01 11:51  strk
+
+	* Make test more readable
+
+2012-02-01 11:39  strk
+
+	* Keep initial value when an expression eveluates to null (#1523)
+
+2012-02-01 10:15  strk
+
+	* Implement RAST.X and RAST.Y keyword substitution in
+	  ST_MapAlgebraExpr
+	  
+	  Includes regression test and documentation update. See #1519.
+
+2012-02-01 09:20  strk
+
+	* Implement ST_PixelAsPolygon in C, provide a core API entry for it
+	  
+	  The API entry point is expected to be useful for #1519
+
+2012-02-01 05:30  pramsey
+
+	* Try again to fix #1292
+
+2012-02-01 02:14  pramsey
+
+	* VACUUM cannot be executed from a function or multi-command string
+	  (#1517)
+
+2012-02-01 00:41  pramsey
+
+	* Fix include to be pathless
+
+2012-01-31 23:36  pramsey
+
+	* Update spatial_ref_sys to latest GDAL generated version (#1493)
+
+2012-01-31 22:33  pramsey
+
+	* ST_Line_Interpolate_Point doesn't interpolate M-values (#639)
+
+2012-01-31 20:46  pramsey
+
+	* Remove some compile warnings.
+
+2012-01-31 18:56  pramsey
+
+	* Gah, someone else can do this...
+
+2012-01-31 18:24  pramsey
+
+	* Really, I do know how to write XML.
+
+2012-01-31 18:19  pramsey
+
+	* ST_SnapToGrid returns a value out of range (#1292)
+
+2012-01-31 18:12  pramsey
+
+	* Rename ST_BuildArea backend function
+
+2012-01-31 18:10  pramsey
+
+	* Fix missing tag
+
+2012-01-31 18:09  pramsey
+
+	* Drop Equals(geom,geom) - deprecated in 1.2.3 (#1486)
+
+2012-01-31 18:03  pramsey
+
+	* FAQ about licensing (#1262)
+
+2012-01-31 17:44  dustymugs
+
+	* Explicitly set spatial index name as PostgreSQL 8.4 requires an
+	  index name. Associated ticket is #1513. Also fixed string trim
+	  functions to prevent modification of passed string.
+
+2012-01-31 14:50  dustymugs
+
+	* Fixed evaluation of two floating point numbers in
+	  RASTER_getRotation. Fixes one of the two regression failures
+	  described in #1501.
+
+2012-01-31 14:46  dustymugs
+
+	* Added check of band # passed to ST_DumpAsPolygons. Fixes #1514.
+
+2012-01-31 05:50  pramsey
+
+	* Pgsql2shp: Dumping: XWKB structure does not match expected size!
+	  (#1479)
+
+2012-01-30 21:52  pramsey
+
+	* ST_Segmentize returns invalid LINESTRING for zero-length input
+	  (#1304)
+
+2012-01-30 20:41  pramsey
+
+	* ST_LocateBetweenElevations should return NULL and not fail if
+	  intersection is void (#1250)
+
+2012-01-30 20:17  pramsey
+
+	* ST_Within not using prepared geometries (#962)
+
+2012-01-30 02:47  pramsey
+
+	* (#393) shp2pgsql returns "fseek(-xxx) failed on DBF file." for
+	  large (>2GB) DBF files
+
+2012-01-30 00:37  pramsey
+
+	* GML for empty geometries should be NULL (#1377)
+
+2012-01-29 23:30  nicklas
+
+	* Increase robustness in distance-calculations when point is on
+	  segment.
+
+2012-01-29 21:19  strk
+
+	* typo
+
+2012-01-29 19:57  pramsey
+
+	* Be more liberal in accepting "empty" tags in constructing
+	  geometries from GML (#1059)
+
+2012-01-29 14:44  strk
+
+	* Give me psc status
+
+2012-01-28 23:11  strk
+
+	* Fix _ST_AddFaceSplit code against PostgreSQL 9.1
+
+2012-01-28 22:08  strk
+
+	* Don't put constant geometries in CTE, which confuses estimator
+
+2012-01-28 17:05  strk
+
+	* Simplify code in _ST_AddFaceSplit, reduce edges table scans.
+	  
+	  Also set debugging off by default
+
+2012-01-28 16:20  strk
+
+	* Switch ST_AddEdgeNewFaces from ST_Polygonize to _ST_AddSplitFace
+	  
+	  See ticket #1508
+
+2012-01-28 13:45  strk
+
+	* Stop using ST_Polygonize from ST_AddEdgeModFace.
+	  
+	  This commit also estrapolates an internal _ST_AddSplitFace
+	  function
+	  for reuse by ST_AddEdgeModFaces
+
+2012-01-28 13:18  strk
+
+	* Rename topogeometry column check to be more readable
+
+2012-01-28 10:42  strk
+
+	* New test for closing multi-edge ring in a face (ST_AddEdge*Face*)
+
+2012-01-28 07:44  strk
+
+	* Allow multiple topogeometry columns in one table (again)
+	  
+	  Dunno why this piece was missing from previous commit, sorry
+
+2012-01-28 07:37  strk
+
+	* Allow multiple TopoGeometry column in the same table
+
+2012-01-28 00:23  robe
+
+	* add protos for ST_Quantile raster table coverage. Still some more
+	  to add as well as examples of usage
+
+2012-01-27 23:31  pramsey
+
+	* Fix one remaining crasher for ST_AsGML('SRID=4326;POLYGON
+	  EMPTY');
+
+2012-01-27 22:24  pramsey
+
+	* #1504 (Segfault running ST_EstimatedExtent())
+
+2012-01-27 21:05  dustymugs
+
+	* Fixed segfault caused by an empty quantile linked list being used
+	  to get the quantile's value. Ticket is #1506.
+
+2012-01-27 20:55  pramsey
+
+	* Tighten up on-arc test a bit more.
+
+2012-01-27 20:14  strk
+
+	* Add "face has no rings" validity checking
+
+2012-01-27 18:57  pramsey
+
+	* Revert accidental inclusion of shape file size patch in curve
+	  patch
+
+2012-01-27 18:54  pramsey
+
+	* #920 (ST_LineToCurve generating invalid CURVEPOLYGON)
+
+2012-01-27 14:22  strk
+
+	* More test for face splitting and inside holes
+
+2012-01-27 11:36  strk
+
+	* More test for update of isolated nodes in split-faces.
+
+2012-01-27 11:05  strk
+
+	* Rewrite test for ST_AddIsoNode (see #1503)
+
+2012-01-27 11:05  strk
+
+	* Simplify the code looking for face containment in ST_AddIsoNode
+	  
+	  Fixes bug #1503 for me, altough I didn't handle to produce a
+	  testcase for it.
+
+2012-01-27 08:18  strk
+
+	* Add test for update of isolated nodes in split-faces.
+	  
+	  Affects both ST_AddEdgeModFace and ST_AddEdgeNewFaces (both work)
+
+2012-01-26 20:25  pramsey
+
+	* Complete #737
+
+2012-01-26 20:19  pramsey
+
+	* Detect asprintf, vasprintf, fseeko
+
+2012-01-26 18:09  strk
+
+	* Change expectations from tests involving ST_MakeLine
+
+2012-01-26 17:23  pramsey
+
+	* Clean up and exit when shp file missing
+
+2012-01-26 16:22  pramsey
+
+	* Fix contact per a message on postgis-users from Markus Innerebner
+
+2012-01-26 13:00  strk
+
+	* Add support for linestrings in ST_MakeLine (#1500)
+	  
+	  Affects both the aggregate and the 2-parameters function.
+	  Regression testing included.
+	  Documentation was updated, but lacks examples.
+
+2012-01-26 12:59  strk
+
+	* Implement lwline_from_lwgeom_array (untested)
+
+2012-01-26 12:59  strk
+
+	* Don't let ptarray_append_ptarray change read-only pointarrays
+
+2012-01-26 12:59  strk
+
+	* Test that mixed dimensionality is not allowed by
+	  ptarray_append_ptarray
+
+2012-01-26 12:34  strk
+
+	* Add more test for FLAGS_GET_ and FLAGS_SET_
+
+2012-01-26 09:16  strk
+
+	* Implement ptarray_append_ptarray, and change its signature
+	  
+	  This is propedeutic to ticket #1500
+
+2012-01-26 08:12  strk
+
+	* Tweak debug messages not to clutter output
+
+2012-01-25 17:40  pramsey
+
+	* Bump version string forward
+
+2012-01-25 17:38  pramsey
+
+	* Prep for alpha2
+
+2012-01-24 22:23  pramsey
+
+	* SVG empty geometries gives invalid memory alloc (#1038)
+
+2012-01-24 21:57  pramsey
+
+	* Update shplib to the latest release (1.3.0b3) and stitch in our
+	  special date and logical handling. (#393)
+
+2012-01-24 19:42  pramsey
+
+	* Double guard against geos versions of 3.4.dev form. (#1488)
+
+2012-01-24 18:04  strk
+
+	* Stop WARNING from AddFace about next_left_edge/next_right_edge
+
+2012-01-24 17:29  strk
+
+	* Optimize ST_AddEdge*Face* detection of face split conditions
+	  (#1497)
+
+2012-01-24 17:29  strk
+
+	* Protect DEBUG lines in compile-time conditional
+
+2012-01-24 17:20  pramsey
+
+	* Test for #1150, null entry in spatial_ref_sys
+
+2012-01-24 14:03  strk
+
+	* Fix linking bugs with ST_NewEdgesSplit function (#1496)
+	  
+	  Includes test coverage for this other function.
+
+2012-01-24 11:15  strk
+
+	* Fix edge-linking in ST_ModEdgeSplit (#1496)
+	  
+	  Includes regression test. ST_NewEdgesSplit still needs testing.
+
+2012-01-24 00:09  pramsey
+
+	* Prevent people from inserting entries in spatial_ref_sys with no
+	  proj4text (#1150)
+
+2012-01-23 23:27  pramsey
+
+	* Make topology enabled the default
+
+2012-01-23 23:20  pramsey
+
+	* Allow raster to actually turn on by default
+
+2012-01-23 22:20  pramsey
+
+	* Move raster/topology status to the bottom of the report
+
+2012-01-23 22:18  pramsey
+
+	* Report on raster status whether enabled or not
+
+2012-01-23 21:42  pramsey
+
+	* Push forward the trunk version to match release march
+
+2012-01-22 20:10  strk
+
+	* Fix ambiguos references (with postgresql 9.x)
+
+2012-01-22 19:25  strk
+
+	* AddTopoGeometryColumn: check child layer before incrementing
+	  sequence
+
+2012-01-22 19:13  strk
+
+	* typo
+
+2012-01-22 15:43  strk
+
+	* TopoGeo_addLineString: fix node crossing, reduce edges creations
+
+2012-01-22 12:10  strk
+
+	* Comment typo
+
+2012-01-21 01:31  robe
+
+	* update build extensions to include the make comments if building
+	  from source repo and also that it requires a separate compile
+	  step (until #1490)
+
+2012-01-20 23:41  pramsey
+
+	* Fix typo
+
+2012-01-20 23:05  pramsey
+
+	* Make raster on by default and --without-raster the configuration
+	  parameter to disable it.
+
+2012-01-20 18:14  robe
+
+	* fix typo
+
+2012-01-20 18:14  robe
+
+	* Add a plpython example for outputting raster images
+
+2012-01-20 14:47  strk
+
+	* Have TopoGeometry::Geometry always return a MULTI* (#1462)
+
+2012-01-20 14:47  strk
+
+	* Don't let ST_Multi create collections of a single EMPTY (#1489)
+
+2012-01-20 10:06  robe
+
+	* #1487: add out_db argument to AddRasterConstraints and
+	  DropRasterConstraints documentation so extensions can install
+	  again
+
+2012-01-20 10:02  strk
+
+	* Test new types in regress/wkt (#1476)
+
+2012-01-20 09:11  strk
+
+	* Exclude raster_columns from geometry_columns (#1122)
+	  
+	  Add regress test, with a newborn "tickets" testcase for raster
+
+2012-01-20 08:46  strk
+
+	* Fix a missing return introduced with fix to #547
+
+2012-01-20 08:12  strk
+
+	* Change ST_Equals to use the ~= operator (#1453)
+	  
+	  Doing so it will consistently return TRUE for EMPTY-EMPTY, while
+	  previously _ST_Equals returned TRUE but ST_Equals returned FALSE.
+	  
+	  The commit also changes signature of the C function
+	  from 'geomequals' to 'ST_Equals' and marks an SQL 'Equals'
+	  signature as a candidate for dropping before 2.0.0 final
+
+2012-01-20 08:12  strk
+
+	* Revert "remove ~= from documentation -- we don't want people
+	  using this operator"
+	  
+	  This reverts r8799
+
+2012-01-20 07:10  robe
+
+	* readme was outdated.
+
+2012-01-20 05:08  pramsey
+
+	* Update for alpha1?
+
+2012-01-20 00:11  pramsey
+
+	* Transforming from SRID 4267 to 4326 returns incorrect result
+	  (#1301)
+
+2012-01-19 23:58  pramsey
+
+	* Stop configure if we don't find perl. (#1484)
+
+2012-01-19 17:39  strk
+
+	* In 9.1, it is datamoduledir driving module install dir, not
+	  MODULEDIR
+
+2012-01-19 17:15  strk
+
+	* Have both RTREE and PREPARED_GEOM caches cohexist (#547)
+	  
+	  Fixes a memory leak and improves performances when both p-i-p
+	  and other kind of overlays are requested during the same
+	  statement.
+
+2012-01-19 17:03  strk
+
+	* Update expected raster intersection results after fix to #852
+	  
+	  I've carefully checked the cases and where indeed expecting wrong
+	  results (the point is very close to the raster's convex hull
+	  boundary
+	  but slightly outside, ST_Distance reports 1.58882185807825e-14
+	  units)
+
+2012-01-19 09:48  strk
+
+	* Add test for cached version of point_in_ring (#852)
+
+2012-01-19 08:59  strk
+
+	* Drop use of tolerance in PIP (#852)
+	  
+	  Affects point_in_ring and point_in_ring_rtree.
+	  Includes regress test but not hitting the cache.
+
+2012-01-19 08:16  strk
+
+	* Do not run the upgrade test if the normal test failed
+
+2012-01-19 08:16  strk
+
+	* Oops, forgot to cleanup after debugging (triggered testsuite
+	  failure)
+
+2012-01-18 15:47  strk
+
+	* Rework st_estimated_extent to deal with analyzed empty tables
+	  (#818)
+	  
+	  Still doesn't distinguish between empty and not analyzed recently
+	  (might be improved in that reguard)
+
+2012-01-18 14:19  strk
+
+	* Drop &Z_support in ST_Summary, see #649 comment:2
+
+2012-01-18 14:17  strk
+
+	* Add ST_Summary(geography), "G" flag (#1277), document (#649)
+
+2012-01-18 13:46  strk
+
+	* Complete binary IO testing in presence of typmod (#850)
+
+2012-01-18 13:46  strk
+
+	* Do proper cleanups
+
+2012-01-18 13:46  strk
+
+	* Check typmod on binary geometry input (#850)
+	  
+	  Testcase will follow
+
+2012-01-18 10:17  strk
+
+	* Have geography typmod threat unkonwn srid an omitted srid (#1482)
+
+2012-01-18 10:17  strk
+
+	* Add --expect switch to save obtained output as expected
+	  
+	  Will help generating testcases
+
+2012-01-18 10:17  strk
+
+	* Drop the support for multiple expected files (not needed anymore)
+	  
+	  The support was also broken, btw...
+
+2012-01-18 08:19  strk
+
+	* Test roundtrip with a binary cursor for both geometry and
+	  geography
+	  
+	  With this commit the binary.sql testcase doesn't test the actual
+	  binary output anymore but rather uses canonical binary output to
+	  copy objects to a temporary file, then uses canonical binary
+	  input
+	  to read the objects again into a new table and then compares the
+	  original and the final tables.
+	  
+	  In order for this to work run_test was modified to pass a
+	  :tmpfile
+	  variable to testcases. Next stop: typmod for canonical binary
+	  input.
+	  
+	  See ticket #850 for more info
+
+2012-01-17 20:01  strk
+
+	* Implement canonical input-output for geography (#850)
+	  
+	  Note: canonical output is tested, input isn't.
+
+2012-01-17 19:15  strk
+
+	* Test canonical binary output for geometry (#850)
+	  
+	  NOTE: big-endian machines are expected to fail this new test
+	  please send your actual output for a fix
+
+2012-01-17 19:15  strk
+
+	* Support alternate expected files
+	  
+	  Useful to test WKB output on different byte-endian machines.
+
+2012-01-17 19:15  strk
+
+	* Support for binary output (#850)
+
+2012-01-17 18:04  strk
+
+	* Override geometrytype for geography (#1450).
+	  
+	  The testusite runs without problems so I didn't also add a
+	  geometrytype(text) function [I want the implicit cast!]
+
+2012-01-17 17:52  strk
+
+	* Run the testsuite again after upgrading (#1326)
+
+2012-01-17 17:52  strk
+
+	* Reword loading of upgrade scripts
+
+2012-01-17 17:13  strk
+
+	* Enhance staged install to include raster, topology and all
+	  scripts
+	  
+	  Add an --upgrade switch to regress/run_test in preparation of
+	  regress testing upgrade scripts (#1326)
+
+2012-01-17 08:57  strk
+
+	* Do not drop legacy getSRID in postgis_drop (#1401)
+	  
+	  This commit reverts r8837
+
+2012-01-16 22:26  pramsey
+
+	* Rename lwpoint_interpolate to point_interpolate
+
+2012-01-16 21:13  strk
+
+	* Snap output of test for #723 to a grid
+	  
+	  The test was failing due to coordinate drifts on 32bit
+
+2012-01-16 17:37  strk
+
+	* Fix 2.5d split (#745)
+
+2012-01-16 17:00  strk
+
+	* Keep UTM zone numbers in range, regress-test _ST_BestSRID (#1234)
+
+2012-01-16 15:39  strk
+
+	* Add an ST_AsEWKT(text) to prefer geometry over geography
+
+2012-01-16 14:46  strk
+
+	* Add ST_EWKT for geography type (#675)
+
+2012-01-16 14:33  strk
+
+	* The official unknown SRID is 0, not -1
+
+2012-01-16 14:21  strk
+
+	* Have 'make doc' build the single-page HTML
+
+2012-01-16 14:04  strk
+
+	* Allow building with gettext 0.14. Patch by Greg Troxel
+	  <gdt at ir.bbn.com>
+
+2012-01-16 13:56  strk
+
+	* Detect PERL locally
+
+2012-01-16 13:10  strk
+
+	* Ignore generated extension files
+
+2012-01-16 12:33  strk
+
+	* Move lwgeom_summary to liblwgeom (#1446)
+
+2012-01-16 12:25  strk
+
+	* Drop getsrid (#1401)
+
+2012-01-16 12:10  strk
+
+	* Add test for insertion into typmod-ed table (#1414)
+
+2012-01-16 11:22  strk
+
+	* Fix WKB output for POINT EMPTY with SRID or higher dims (#1478)
+
+2012-01-16 10:34  strk
+
+	* Add WKB round-trip test for TIN
+
+2012-01-16 10:31  strk
+
+	* Fix reading TRIANGLE EMPTY in WKB form (#1474)
+
+2012-01-16 10:31  strk
+
+	* Add POLYHEDRALSURFACE roundtrip WKB test
+
+2012-01-16 10:24  strk
+
+	* Implement lwgeom_same for MULTICURVE and MULTISURFACE (#1475)
+
+2012-01-16 10:21  strk
+
+	* Implement lwgeom_same for CURVEPOLYGON types (#1475)
+
+2012-01-16 10:18  strk
+
+	* Implement lwgeom_same for COMPOUNDCURVE (#1475)
+
+2012-01-16 10:11  strk
+
+	* Implement lwgeom_same for circularstring (#1475)
+
+2012-01-16 09:11  strk
+
+	* A CURVEPOLY is also a collection. Fixes #1473.
+
+2012-01-16 09:11  strk
+
+	* Prevent lwcollection_construct from creating non-collection types
+
+2012-01-16 08:25  strk
+
+	* Use a CTE for queries involving largs WKB input.
+	  
+	  Reduces parsing and execution time.
+
+2012-01-16 08:25  strk
+
+	* Comment out expensive DEBUG lines
+
+2012-01-16 08:24  strk
+
+	* Downgrade notice of face splitting to debug level
+
+2012-01-15 20:52  strk
+
+	* Wrap DEBUG output in ifdef POSTGIS_TOPOLOGY_DEBUG (#1469)
+
+2012-01-15 17:50  strk
+
+	* Make AddTopoGeometryColumn less sequence-number-eager,
+	  regress-test
+
+2012-01-15 09:25  robe
+
+	* put in spaces in ST_InterpolatePoint See Also references
+
+2012-01-15 09:23  robe
+
+	* ditto for ST_LocateBetween - name change flag and minor other
+	  corrections
+
+2012-01-15 09:10  robe
+
+	* put a note ST_LocateAlong name changed (and is a new name in 2.0
+	  - old name is ST_Locate_Along_Measure)
+
+2012-01-15 03:59  robe
+
+	* link to where to download pre-built cheat sheets
+
+2012-01-15 03:32  robe
+
+	* revise docs about make installing extensions to note that
+	  extensions are now installed by default if compiling against
+	  9.1+. Also provide an example query to run to verify extensions
+	  are installed. THANKS pramsey -- now if we can only have a real
+	  tagged release that would be SWEET.
+
+2012-01-15 03:18  robe
+
+	* #1401 Goodbye getSRID()
+
+2012-01-14 13:10  mcayland
+
+	* Display "Creating Index..." text within the progress dialog
+	  rather than within the shp2pgsql-gui log window.
+	  
+	  This should make it more obvious to users that something is still
+	  happening in the case that
+	  they are building on a index on larger shapefiles which can often
+	  take quite some time.
+
+2012-01-14 07:37  robe
+
+	* change eol from native to LF to try to resolve #1466
+
+2012-01-14 07:29  robe
+
+	* document --with-gettext=no optionand case why you would want to
+	  do this. Also minor modifications as to use GEOS 3.3.2 and why
+	  you should
+
+2012-01-14 01:03  pramsey
+
+	* Add ST_InterpolatePoint, deprecate ST_Locate_Between_Measures and
+	  ST_Locate_Along_Measure. Document new functions. Alter
+	  regressions and docs to use AsText instead of AsEWKT.
+
+2012-01-14 00:49  mcayland
+
+	* Use normal autoconf convention of using #define to determine
+	  whether or not GDALFPOLYGONIZE is present, rather than always
+	  having it present and setting its value to either 0 or 1.
+
+2012-01-14 00:49  mcayland
+
+	* Switch liblwgeom to use the POSTGIS_* defines already generated
+	  by configure, rather than passing them in directly.
+	  
+	  Similar to my previous commit, however here the aim is that by
+	  moving the logic outside of make then we can
+	  potentially allow other generators (such as CMake) to detect and
+	  use other compilers rather than embedding
+	  specific -D flags into the command line.
+
+2012-01-14 00:49  mcayland
+
+	* Switch NLS build to use the in-built ENABLE_NLS define rather
+	  than USE_NLS.
+	  
+	  The key concept here is that we eliminate all logic from the
+	  Makefile and put
+	  it in the build system (e.g. configure). By having the logic at
+	  this higher
+	  layer, we make it much easier to transition to another build
+	  system in future
+	  such as CMake.
+
+2012-01-14 00:49  mcayland
+
+	* Enable configure to accept the additional parameter
+	  --with-gettext=no to disable NLS builds.
+	  
+	  This makes it possible to explicitly disable builds at configure
+	  time if required for
+	  platforms where this causes problems such as Windows (see bug
+	  #748).
+
+2012-01-14 00:48  mcayland
+
+	* Fix incorrect camel-casing for HAVE_JSON within configure.ac.
+
+2012-01-14 00:48  mcayland
+
+	* Fix up AC_DEFINE macros in configure.ac that don't have a
+	  description.
+	  
+	  While autoheader emits a warning, it actually fails and does not
+	  regenerate
+	  postgis_config.h.in. Along with this fix, we commit an updated
+	  version of
+	  postgis_config.h created from a fresh invocation of autoheader
+	  minus the
+	  PACKAGE_* macros.
+
+2012-01-13 17:34  strk
+
+	* Add test for creating tables with circularstring typmod (#1085)
+
+2012-01-13 17:33  strk
+
+	* First draft of a test for typmod (#1085)
+	  
+	  This version simply creates the tables and checks
+	  geometry_columns.
+	  Should be enhanced to test effectiveness of constraints.
+
+2012-01-13 16:28  robe
+
+	* remove dangling reference to geometry_same
+
+2012-01-13 16:23  strk
+
+	* Virtualize ``make'' calls (#1464)
+
+2012-01-13 15:54  mcayland
+
+	* Rename geometry column header in shp2pgsql-gui to "geo column" to
+	  reduce its visible width based upon feedback from Regina.
+
+2012-01-13 15:50  robe
+
+	* remove ~= from documentation -- we don't want people using this
+	  operator
+
+2012-01-13 13:31  strk
+
+	* Add all signature in the current repository
+
+2012-01-13 11:34  strk
+
+	* Add more signatures found in a more recent dump of mine
+
+2012-01-13 11:29  strk
+
+	* Make verbose output of postgis_restore.pl more useful for
+	  maintainance
+	  
+	  It will now avoid to collapse all spaces to keep the door open
+	  for
+	  better parsing in the future and to be more human readable.
+
+2012-01-13 10:00  strk
+
+	* Make ~= operator GIST-indexable, following existing documentation
+	  
+	  NOTE: it takes a dump/reload for this to be in effect.
+
+2012-01-12 21:43  pramsey
+
+	* Add in an offset option to ST_LocateBetween
+
+2012-01-12 19:55  pramsey
+
+	* Add support for MULTIPOINT and POINT to ST_LocateBetween
+
+2012-01-12 19:07  pramsey
+
+	* Flip ST_LocateBetween to use the same LRS code as
+	  ST_LocateBetweenElevations
+
+2012-01-12 17:41  strk
+
+	* Add regress test for topology.AddFace robustness (see #1383)
+
+2012-01-12 17:06  strk
+
+	* Fix lw_dist2d_pt_seg(B, AB), see #1459
+	  
+	  Includes regress testing. Should also fix #1383
+
+2012-01-12 11:21  strk
+
+	* Complete tests for higher coordinate dimensions (#1455)
+
+2012-01-12 11:21  strk
+
+	* Fix bug in dimension computer for collection WKT.
+	  
+	  The parser got confused by inner M letters.
+	  This commit also improves speed early breaking the loop over WKT.
+
+2012-01-12 11:20  strk
+
+	* Add tests for higher coordinate dimensions (#1455)
+	  
+	  GEOMETRYCOLLECTION still fails
+
+2012-01-12 08:52  strk
+
+	* Test roundtrip of WKT. Higher dimensions still needed (#1455)
+
+2012-01-12 08:52  strk
+
+	* Fix a bug in gserialized_read_gbox_p reading garbage in EMPTY
+	  point
+	  
+	  Includes cunit test. Fixes #1458.
+
+2012-01-12 08:51  strk
+
+	* gbox_float_round: do not attempt to round M when not present
+
+2012-01-12 08:51  strk
+
+	* Expose gbox_float_round to liblwgeom API
+
+2012-01-11 19:45  pramsey
+
+	* Change references to BOX2DFLOAT4 to just BOX2D and remove the
+	  struct. Ding dong.
+
+2012-01-11 19:20  pramsey
+
+	* Tie astext(geography) and asbinary(geography) directly to the
+	  lwgeom_ C functions, without a cast
+
+2012-01-11 18:53  strk
+
+	* Allow higher dimensions in GeomFromWKB (#1452)
+	  
+	  Includes regress test for WKB roundtrip
+	  (failing as expected with point empty)
+
+2012-01-11 18:45  strk
+
+	* Fix bug in gbox_same -> lwgeom_same -> ST_OrderingEquals (#1454)
+	  
+	  Adds regression test for lwgeom_same and ST_OrderingEquals
+
+2012-01-11 17:18  strk
+
+	* Fix EMPTY ~= EMPTY to return TRUE (#1453)
+	  
+	  This also fixes ST_OrderingEquals for empty geometries and
+	  adds the concept of NULL boxes to represent EMPTY boxes.
+	  
+	  ST_Equals is still broken as it uses the overlap operator
+	  instead.
+
+2012-01-11 17:18  strk
+
+	* Encode dependency of libpgcommon on postgis_config.h
+
+2012-01-11 17:18  strk
+
+	* Xref ST_AsBinary to its reverse ST_GeomFromWKB
+
+2012-01-11 15:57  strk
+
+	* Add paranoid test of another malformed WKB found in #168
+
+2012-01-11 15:51  strk
+
+	* Drop ST_AsBinary(text) wrapper, removed in previous commits
+
+2012-01-11 14:50  strk
+
+	* Add documentation about enhancements in ST_AsBinary (#288)
+
+2012-01-11 14:46  strk
+
+	* Drop geography-specific C-side of AsBinary function. Proxy to
+	  geometry.
+	  
+	  See #288
+
+2012-01-11 12:30  strk
+
+	* Limit geometry_columns view definition within 80 columns.
+	  
+	  This is to avoid issues like #1449
+
+2012-01-11 11:17  strk
+
+	* Add regress test for WKB (#1448) and enable the existing one for
+	  WKT
+
+2012-01-11 11:17  strk
+
+	* Unlease higher dimensions in ST_AsBinary, using SQL/MM (#288)
+
+2012-01-11 11:16  strk
+
+	* ST_AsText item is an enhancement, not a new feature
+
+2012-01-11 10:40  strk
+
+	* Add note aboute AsText support for higher dimension
+
+2012-01-11 10:34  strk
+
+	* Unleash SQL/MM WKT returned by ST_AsText (#287)
+
+2012-01-11 08:36  strk
+
+	* Use $(MAKE) to invoke whatever make was used by builder
+
+2012-01-11 08:26  strk
+
+	* Update HARD UPGRADE section, mention --with-topology
+
+2012-01-11 02:27  pramsey
+
+	* Try an older bash syntax for robe?
+
+2012-01-10 23:22  pramsey
+
+	* Add ST_LocateAlong support for multipoints too (completeness)
+
+2012-01-10 23:14  pramsey
+
+	* Bind ST_LocateAlong() to the new LRS function that supports
+	  offsets.
+
+2012-01-10 23:04  pramsey
+
+	* svn:ignore properties
+
+2012-01-10 23:04  pramsey
+
+	* Spacing, yes
+
+2012-01-10 22:20  robe
+
+	* #1444 fix typo in command (should be command not comand)
+
+2012-01-10 21:51  pramsey
+
+	* Bring the extensions into the autoconf environment
+
+2012-01-10 19:36  dustymugs
+
+	* Fixed incorrect call to rt_raster_geopoint_to_cell in
+	  rt_band_load_offline_data and added additional debug messages
+
+2012-01-10 18:45  dustymugs
+
+	* Fixed incorrect use of rt_band_destroy when loading offline band
+	  data. ALso added rules to raster_columns and raster_overviews to
+	  gracefully handle insert/update/delete.
+
+2012-01-10 18:18  dustymugs
+
+	* Fixed double free of memory when using out-of-database bands
+
+2012-01-10 18:12  strk
+
+	* Add rules on geometry_columns view to tolerate
+	  insert/update/delete
+	  
+	  Fixes OGR, see #1426. Raises no warning on operation (it should).
+	  This commit includes changes in postgis_proc_upgrade.pl to retain
+	  rules.
+
+2012-01-10 14:58  strk
+
+	* Reflect type of empty from ST_Dimension (#1441)
+	  
+	  No existing testcase fail, no new testcase is added.
+	  This change doesn't invalidate any part of the reference manual.
+	  Reference manual isn't updated.
+	  
+	  Signed-off-by: Charlie Brown
+
+2012-01-10 13:17  strk
+
+	* Use a standard lwcollection_allows_subtype function to guard
+	  against bad input.
+	  
+	  Fixes #698 (and #1445 in a better way)
+
+2012-01-10 12:28  mcayland
+
+	* If the database settings are incorrect when attempting an import,
+	  display the connection settings
+	  dialog.
+	  
+	  Also a minor bugfix: if the dialog is cancelled by closing the
+	  window, ensure that any unset
+	  fields are reset back to blank.
+
+2012-01-10 12:28  mcayland
+
+	* Switch shp2pgsql-gui to COPY mode by default for increased speed;
+	  the user doesn't really care
+	  what form the output takes when it's being loaded into the
+	  database directly rather than via
+	  a file.
+
+2012-01-10 12:28  mcayland
+
+	* Raise an error within shp2pgsql-gui if the user clicks "Import"
+	  without having added any files to the list.
+
+2012-01-10 12:28  mcayland
+
+	* Alter shp2pgsql-gui so that we use one connection per file; this
+	  makes tracking error state
+	  on the server considerably easier, since upon abort we just
+	  disconnect from the server rather
+	  than trying to figure out what state we are in and handle it
+	  appropriately.
+
+2012-01-10 11:36  strk
+
+	* Check type of elements added to multi geometries. Fixes #1445.
+	  
+	  Includes regress testing both at the liblwgeom and postgis
+	  levels.
+
+2012-01-10 10:06  strk
+
+	* Add "M" type modifiers on elements of GEOMETRYCOLLECTION
+	  
+	  Reflects specs in doc/ZMgeoms.txt and satisfies the parser.
+	  Closes ticket #724.
+
+2012-01-10 08:32  strk
+
+	* Other generated files
+
+2012-01-10 08:28  strk
+
+	* Ignore new generated files
+
+2012-01-10 08:26  strk
+
+	* Add images-clean rule and perform the cleanup on maintainer-clean
+
+2012-01-10 07:25  robe
+
+	* put in missing title tag
+
+2012-01-10 07:12  robe
+
+	* put in missing end paragraph end tag
+
+2012-01-10 07:03  robe
+
+	* fix typo
+
+2012-01-10 06:53  robe
+
+	* #1442: Add sections on installing, upgrading and loading data
+	  into tiger geocoder. Got at least 2 people who seem confused
+	  about how to upgrade their tiger installs and assume it follows
+	  the same steps as the rest of PostGIS.
+
+2012-01-09 22:43  dustymugs
+
+	* Added column "out_db" to raster_columns. "out_db" is of type
+	  boolean[] with each element indicating if that band of same index
+	  is out-of-database. Updated relevant AddRasterConstraints and
+	  DropRasterConstraints functions. Related ticket is #1440.
+
+2012-01-09 20:17  robe
+
+	* put in svn Author Date Id Revision keywords
+
+2012-01-09 20:08  dustymugs
+
+	* Make the data of externally-loaded band internally owned so a
+	  call to rt_band_destroy() properly frees the memory.
+
+2012-01-09 19:48  dustymugs
+
+	* Add read-only support for band data located outside the database
+	  in raster files. All "get" and analysis functions should work for
+	  out of database bands. Related ticket is #1440. Also added a test
+	  raster file for use by an out of db band and future use for
+	  raster2pgsql loader regression tests.
+
+2012-01-09 19:05  dustymugs
+
+	* Removed garbage whitespace.
+
+2012-01-09 19:02  dustymugs
+
+	* Added conditional check to ST_Intersects(raster, int, raster,
+	  int) to deal with STRICT being set on _st_intersects(raster, int,
+	  raster, int). Fixes regression caused in r8714.
+
+2012-01-09 18:50  pramsey
+
+	* Remove whitespace
+
+2012-01-09 18:27  pramsey
+
+	* Interim progress on LRS work.
+
+2012-01-09 18:01  strk
+
+	* Change lwgeom_is_empty to return spatial emptiness (#671)
+
+2012-01-09 17:55  mcayland
+
+	* Allow manual resizing of the filename column within shp2pgsql-gui
+	  if required, as per request from Regina.
+
+2012-01-09 17:27  strk
+
+	* Further cleanup of ST_CollectionExtract documentation
+
+2012-01-09 17:10  strk
+
+	* Document new ST_CollectionExtract behavior
+
+2012-01-09 17:01  strk
+
+	* Switch back ST_CollectionExtract to return EMPTY rather than NULL
+	  on no matches (#835)
+	  
+	  This behavior seems closer to the one requested in original #457
+	  testcase, and is still consistent. Is also closer to
+	  documentation.
+
+2012-01-09 17:01  strk
+
+	* Add lwgeom_construct_empty API call
+
+2012-01-09 17:01  strk
+
+	* Implement lwcompound_construct_empty
+
+2012-01-09 16:20  strk
+
+	* Alwas return NULL on type miss from ST_CollectionExtract (#835)
+
+2012-01-09 16:20  strk
+
+	* Return typed empties from lwcollection_extract
+
+2012-01-09 15:27  strk
+
+	* Distribute comments in tarball. Stop distributing pdf or html
+	  (#626)
+
+2012-01-09 15:03  strk
+
+	* Fix compiler warnings
+
+2012-01-09 15:01  dustymugs
+
+	* Make _ST_Intersects(raster, raster) STRICT as per comments in
+	  #1412.
+
+2012-01-09 14:56  robe
+
+	* #1392: Can't geocode intersecting highways or areas where no zip
+	  available
+
+2012-01-09 13:36  strk
+
+	* Build the libtool wrapper script version of raster2pgsql
+
+2012-01-09 12:48  robe
+
+	* Add Maria Arias de Reyna to credits
+
+2012-01-09 11:01  strk
+
+	* Update Java components to support SRID<=0 as unknown SRID (#1221)
+	  
+	  This is first patch by Maria Arias de Reyna taking on
+	  maintainance
+	  of the Java components. It includes tweaks in README file and
+	  a new maven based build system. It also includes some indenting
+	  changes.
+
+2012-01-09 10:34  strk
+
+	* Fix memory leak in shapefile loader (#1436)
+
+2012-01-09 07:52  robe
+
+	* fix typo in extension version
+
+2012-01-08 23:32  mcayland
+
+	* Commit reworked version of shp2pgsql-gui to the repository.
+	  
+	  As per my email to postgis-devel, this commit contains a major
+	  reworking
+	  of the inner core, with many bugfixes. The primary changes are:
+	  
+	  - Elimination of FILENODE, since we can just use pointers to
+	  SHPLOADERCONFIG
+	  
+	  - Abstract the configuration structures from the GUI interface
+	  
+	  - Restrict entry to either drag/drop or file chooser
+	  
+	  - Instead of constantly destroying/creating new dialogs, create
+	  them once and then just show/hide them (in particular this
+	  enables the file chooser to open at its previous directory)
+	  
+	  - Add separate connection details and progress bar dialogs
+	  
+	  - Rework both internals and GUI in preparation for adding dumper
+	  support
+	  
+	  Note that the dumper integration changes are being worked on
+	  separately
+	  and will be included in a later commit.
+
+2012-01-08 19:15  robe
+
+	* Fix typo in manual and more description about schema.
+	  Evidentially some people do try to read the manual and make sense
+	  of it as demonstrated here:
+	  http://gis.stackexchange.com/questions/18254/loading-a-raster-into-a-postgis-2-0-database-on-windows
+
+2012-01-08 16:28  dustymugs
+
+	* Code cleanup related to registering and deregistering GDAL
+	  drivers
+
+2012-01-08 07:57  robe
+
+	* lots of corrections, also add integer[] arg recognition
+
+2012-01-08 07:29  robe
+
+	* more cleanup -- issue with raster / raster functions and output
+	  convexhull instead of raster when result type is raster or
+	  geometry
+
+2012-01-08 06:49  robe
+
+	* revise to recognize array of raster arguments
+
+2012-01-08 06:26  robe
+
+	* get rid of dropraster addrastercolumn and replace with create
+	  table, apply constraints. Still a lot of cleanup to go
+
+2012-01-07 19:28  robe
+
+	* #1435: fix function proto typo of TopoGeo_AddPoint in docs
+
+2012-01-07 19:24  robe
+
+	* fix typo in version number
+
+2012-01-07 19:04  robe
+
+	* change alpha1 to a14. It appears we won't be releasing an alpha1
+	  this weekend bah.
+
+2012-01-07 19:02  robe
+
+	* update instructions to reflect changes that need to be made to
+	  extensions before tagged release. Hopefully we can automate this
+	  part in the future -- but have no clue how.
+
+2012-01-07 15:24  dustymugs
+
+	* Have rt_raster_from_gdal_dataset attempt to determine the SRID of
+	  the raster using OSR.
+
+2012-01-07 14:05  dustymugs
+
+	* Additional tweaks for the NODATA values constraint. Continues
+	  changes made in r8691.
+
+2012-01-07 00:55  robe
+
+	* bump version to alpha1 in preparation for alpha1 shuttle launch
+
+2012-01-07 00:47  pramsey
+
+	* Move geojson test into geojson.sql file
+
+2012-01-07 00:42  dustymugs
+
+	* Fixed handling of NODATA value constraint as band with no NODATA
+	  was being constrained with the value of zero.
+
+2012-01-07 00:29  pramsey
+
+	* ST_GeomFromGeoJSON - Malformed GeoJSON causes SIGSEGV in postgres
+	  process (#1434)
+
+2012-01-06 21:39  pramsey
+
+	* Move offset curve generation into liblwgeom with other geos
+	  functionality
+
+2012-01-06 17:35  robe
+
+	* fix tag typo
+
+2012-01-06 16:29  robe
+
+	* example of AddRasterConstraint that takes listing of constraints
+	  to apply
+
+2012-01-06 15:35  robe
+
+	* Accidentally took out ST_WKTToSQL during #1443. ST_WKTToSQL is
+	  documented SQL/MM alias (extension didn't install as a result
+	  since the documentation comment installation failed)
+
+2012-01-05 22:10  pramsey
+
+	* Add files to svn:ignore
+
+2012-01-05 21:18  dustymugs
+
+	* Added shortcut mechanism for copying data in
+	  rt_raster_from_gdal_dataset() when the natural block width is the
+	  raster width. Enhanced testing in testapi.c.
+
+2012-01-05 20:52  dustymugs
+
+	* Syntax cleanup as part of memory bugs audit. Related to ticket
+	  #1432. This should be the last of it for now.
+
+2012-01-05 20:31  robe
+
+	* #1433: Part 2 - merge what is left of sqlmm.sql.in.c into
+	  postgis.sql.in.c
+
+2012-01-05 20:13  dustymugs
+
+	* Additional regression tests for ST_AsGDALRaster, ST_GDALDrivers,
+	  ST_AsRaster, ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c
+	  and testwkb.c
+
+2012-01-05 19:56  robe
+
+	* #1433: part 1 -- get rid of SE functions
+
+2012-01-05 18:59  dustymugs
+
+	* Memory bug fixes and additional regression tests for
+	  ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and
+	  ST_Quantile. Ticket is #1432.
+
+2012-01-05 16:10  strk
+
+	* Switch memory context back before returning in
+	  RASTER_bandmetadata
+	  
+	  Fixes second case in #1432
+
+2012-01-05 08:15  strk
+
+	* It takes GEOS-3.3.2 for a sane topology (noding fixes in there)
+
+2012-01-05 07:59  robe
+
+	* #1430: create topology_drop_before and topology_drop_after to
+	  allow changing names of input args and allow changing functions
+	  to use default args
+
+2012-01-05 07:51  robe
+
+	* svn tags
+
+2012-01-04 22:30  strk
+
+	* Fix deallocation of terminating NULL in RASTER_asGDALRaster
+	  (#1432)
+
+2012-01-04 21:38  strk
+
+	* Work around a PostgreSQL 8.4+ bug with CREATE INTO (#1431)
+
+2012-01-04 20:50  strk
+
+	* Document topology.toTopoGeometry (#1017)
+
+2012-01-04 18:33  strk
+
+	* Complete implementation and regress test for toTopoGeom (#1017)
+	  
+	  You can start playing with this. Lacks documentation.
+	  Expect troubles. Feel free to report them.
+
+2012-01-04 18:17  strk
+
+	* Implement TopoGeometry->Geometry converter for COLLECTION types
+
+2012-01-04 17:58  pramsey
+
+	* Don't allow --with-topology when GEOS version < 3.3
+
+2012-01-04 02:07  pramsey
+
+	* Try to make json-c detection slightly more automatic.
+
+2012-01-03 23:52  pramsey
+
+	* Change to GNU macro NAN. Still not feeling The Confidence.
+
+2012-01-03 23:42  pramsey
+
+	* Make numerical stability fix actually be present
+
+2012-01-03 23:28  pramsey
+
+	* Hm, nan() function?
+
+2012-01-03 23:24  strk
+
+	* Document TopoGeo_AddPolygon
+
+2012-01-03 23:17  strk
+
+	* Implement and regress-test TopoGeo_addPolygon
+
+2012-01-03 22:07  pramsey
+
+	* Make ST_Azimuth(p1, p1) return NULL and make ST_Project(p1, 0,
+	  NULL) return p1.
+
+2012-01-03 21:30  strk
+
+	* ST_Split was implemented - a lot more to remove from TODO
+
+2012-01-03 20:55  strk
+
+	* Change parameter names to use the "athing" convention. See #1427
+
+2012-01-03 20:48  strk
+
+	* Fix typo in exception message, change signature of
+	  TopoGeo_addPolygon
+
+2012-01-03 20:31  pramsey
+
+	* Reorganize SQL definitions a bit: type creation at the start,
+	  indexes and operators after, then other stuff. Probably further
+	  ordering would be C-stuff before PL/PgSQL stuff.
+
+2012-01-03 20:24  strk
+
+	* Test invalid calls to topogeo_addpoint
+
+2012-01-03 20:04  strk
+
+	* Document TopoGeo_addLineString
+
+2012-01-03 19:21  pramsey
+
+	* Change units to radians and add some tests (#657 and #1305)
+
+2012-01-03 18:41  strk
+
+	* Implement and regress-test TopoGeo_AddLineString
+
+2012-01-03 18:34  dustymugs
+
+	* Removed DROP VIEW statements as per suggestion by robe in ticket
+	  #1422.
+
+2012-01-03 10:52  strk
+
+	* Document TopoGeo_addPoint
+
+2012-01-03 10:39  strk
+
+	* Add regression test for TopoGeo_AddPoint
+
+2012-01-03 10:10  strk
+
+	* Move TopoGeom_addXXX functions to populate.sql and refine
+	  signatures
+	  
+	  Implement TopoGeom_addPoint (misses regression testing yet)
+
+2012-01-03 09:49  strk
+
+	* Don't consider the old self edge when checking integrity
+	  
+	  Fixes a bug introduced by previous commit.
+
+2012-01-03 09:44  strk
+
+	* Don't consider shared nodes as edge intersections. Fixes #1428.
+
+2012-01-02 06:59  dustymugs
+
+	* Renamed legacy.sql.in.c to rtpostgis_legacy.sql.in.c to not
+	  conflict with postgis' legacy.sql. Associated ticket is #1422.
+
+2012-01-02 00:31  robe
+
+	* #722 more regress fixes for GeomFromText
+
+2012-01-02 00:25  robe
+
+	* #722: regress replace GeomFromText with ST_GeomFromText
+
+2012-01-01 23:42  robe
+
+	* #722: Good bye GeomFromWKB, GeomFromText
+
+2012-01-01 21:04  dustymugs
+
+	* Added legacy.sql which adds renamed and removed columns to
+	  raster_columns and raster_overviews. This will allow 3rd party
+	  software that hasn't been updated to the current structures of
+	  raster_columns and raster_overviews to still operate
+	  successfully.
+
+2012-01-01 15:58  robe
+
+	* #961: Change ST_GeoHash to use default args
+
+2012-01-01 15:41  robe
+
+	* update to include ST_Azimuth for geography -- still need example.
+	  Also provide example for using degrees
+
+2012-01-01 15:22  robe
+
+	* #961: ST_AsGeoJSON change to use default args
+
+2012-01-01 14:39  robe
+
+	* over dropped ST_AsKML protos
+
+2012-01-01 14:10  robe
+
+	* changed name of prec to maxdecimaldigits for ST_AsX3D to be
+	  consistent with other ST_As* functions, change ST_AsKML to use
+	  default args
+
+2012-01-01 13:28  robe
+
+	* fix incorrect arg name in ST_AsGML
+
+2012-01-01 13:24  robe
+
+	* #722: Remove all functions with ST_ equivalents from core
+	  postgis.sql. Good bye SetSRID
+
+2012-01-01 04:38  robe
+
+	* #1423: ST_AsGML regress fixes -- bah revert last change
+	  evidentally '' and NULL prefix do not mean the same thing.
+
+2012-01-01 03:41  robe
+
+	* #1423 revision -- put back the strict but set default prefix to
+	  '' AND NULLIF it in the function
+
+2012-01-01 03:28  robe
+
+	* #1423 -- fix for geography ST_AsGML - take off strictness if we
+	  allow null for prefix
+
+2012-01-01 03:27  robe
+
+	* #1423: ST_AsGML fix - Can't have strict on funcs that take
+	  default args where a default arg defaults to NULL. Really :)
+
+2012-01-01 02:57  robe
+
+	* forgot a ST_AsGML drop version,geometry version
+
+2012-01-01 01:40  dustymugs
+
+	* Added support for attempting to identify the EPSG from a raster's
+	  metadata if SRID is not provided with -s. If unable to get
+	  geotransform matrix from raster, use generic default of (0, 1, 0,
+	  0, 0, -1).
+	  
+	  Associated ticket is #1421
+
+2012-01-01 01:26  robe
+
+	* #961: Change ST_AsGML to use default args
+
+2011-12-31 09:47  strk
+
+	* Document new optional arguments to AddNode
+
+2011-12-31 09:47  strk
+
+	* topology.AddNode: add 2 additional optional arguments to allow
+	  splitting edges and computing containing_face
+
+2011-12-31 09:47  strk
+
+	* Add parameter names
+
+2011-12-31 09:47  strk
+
+	* Use DEBUG level for printing SQL being executed...
+
+2011-12-31 04:45  robe
+
+	* bump up release numbers
+
+2011-12-31 04:36  robe
+
+	* forgot altitude arg for hillshade
+
+2011-12-30 15:52  robe
+
+	* quickly change the options name arg to agree with ST_AsGML docs
+
+2011-12-30 15:43  robe
+
+	* #1415 -- beginning support for options -- expose the currently
+	  useless opts flag
+
+2011-12-30 13:23  pramsey
+
+	* Stub in ST_LocateAlong and ST_LocateBetween for implementation
+	  before 2.0
+
+2011-12-30 09:24  robe
+
+	* put in default values for ST_AsSVG geography
+
+2011-12-30 09:06  robe
+
+	* change ST_AsSVG(text) to explicilty list all args otherwise
+	  upgrade script fails -- since old signature exists causing
+	  ambiguous conflict during install.
+
+2011-12-30 08:48  robe
+
+	* change ST_AsSVG to use default args and support named args. Also
+	  correct misstatement in geography code as to the ordering of args
+	  thought that ordering makes more logical sense to me (it ain't
+	  the way it is)
+
+2011-12-29 21:00  pramsey
+
+	* Conditionally drop loader test tables (requires PostgreSQL >= 8.2
+	  to support IF EXISTS syntax)
+
+2011-12-29 20:32  pramsey
+
+	* Fix postgis_valid_typmod to use gserialized* as an input instead
+	  of lwgeom* to get past in/out memory management issues (#1413)
+
+2011-12-29 18:13  strk
+
+	* Retain type of TopoGeometry objects defined by NO element (#1017)
+	  
+	  Includes regression tests for conversion of typed empty objects
+	  from simple to topological model.
+
+2011-12-29 18:01  strk
+
+	* Consider TopoElements of type 0 as empty, allow CreateTopoGeom
+	  calls w/out a TopoElementArray to construct empties (#1017)
+
+2011-12-29 11:18  strk
+
+	* Test more TopoGeometry creation
+
+2011-12-29 10:52  strk
+
+	* CreateTopoGeom: tweak error message on out-of-range TopoGeometry
+	  type
+
+2011-12-29 10:44  strk
+
+	* Complete parameter names
+
+2011-12-29 07:40  strk
+
+	* Typos and argument names
+
+2011-12-29 07:39  strk
+
+	* Honour verbosity for database initialization errors
+
+2011-12-29 07:04  strk
+
+	* Tabs to spaces, a few TODO items...
+
+2011-12-29 07:04  strk
+
+	* Put overridden (for topology) spatial predicates in their own
+	  file
+
+2011-12-29 06:48  strk
+
+	* topology.toTopoGeom: add type compatibility checks (#1017)
+
+2011-12-29 06:05  strk
+
+	* Add geometry parameter names to functions
+
+2011-12-28 16:51  dustymugs
+
+	* Removed STRICT from various ST_Intersects functions and changed
+	  the costs of calling ST_Intersects to 1000. Related ticket is
+	  #1410.
+
+2011-12-28 15:45  dustymugs
+
+	* Force initialization of output GDAL raster from
+	  rt_raster_gdal_warp to band's NODATA value. Also, spelling
+	  correction.
+
+2011-12-28 14:07  robe
+
+	* I have difficulty with simple math
+
+2011-12-28 13:59  robe
+
+	* more description of over view
+
+2011-12-28 11:01  strk
+
+	* Drop spurious white spaces. Should fix #1409. Thanks Peter Clark.
+
+2011-12-28 02:19  dustymugs
+
+	* Correct output of INSERT statements for overviews in
+	  raster2pgsql.c. Associated ticket is #1404. Aslo minor code
+	  formatting and additional code checks in rtpostgis.sql.in.c
+
+2011-12-27 16:37  robe
+
+	* oops missing tag -- removed other copy paste mistakes
+
+2011-12-27 16:33  robe
+
+	* document ST_HillShade (still need to put in examples)
+
+2011-12-27 15:31  robe
+
+	* norm is right - powers of 2 are better especially since my file
+	  tiles are in powers of 2 so don't get scrap tiles
+
+2011-12-27 06:32  robe
+
+	* link to npgsql download site.
+
+2011-12-27 06:27  robe
+
+	* fix typo and provide link to java jdbc download site
+
+2011-12-27 06:04  robe
+
+	* link to raster applications section that demonstrates how to use
+	  these functions in an application
+
+2011-12-27 06:01  robe
+
+	* replace java example with a simpler more useful one
+
+2011-12-27 05:29  robe
+
+	* provide a java console app example
+
+2011-12-26 22:22  robe
+
+	* more description
+
+2011-12-26 22:10  robe
+
+	* c# example using ST_AsPNG
+
+2011-12-26 20:31  robe
+
+	* more cleanup
+
+2011-12-26 20:24  robe
+
+	* use docbook paragraph tags
+
+2011-12-26 20:21  robe
+
+	* some other minor cleanup
+
+2011-12-26 20:20  robe
+
+	* wrap php code in cdata tags
+
+2011-12-26 20:10  robe
+
+	* Add php example using postgis raster
+
+2011-12-26 17:43  robe
+
+	* correct comment
+
+2011-12-26 17:38  robe
+
+	* minor formatting cleanup
+
+2011-12-26 17:37  robe
+
+	* fix typo in image names
+
+2011-12-26 11:04  robe
+
+	* example of resample
+
+2011-12-26 10:31  robe
+
+	* fix typo in cast check expression. Should be checking for box3d
+	  existence not box2d
+
+2011-12-26 09:32  robe
+
+	* bump up version numbers
+
+2011-12-25 10:56  strk
+
+	* Stub toTopoGeom function and testcase (#1017)
+
+2011-12-25 10:56  strk
+
+	* Add missing dependencies of topology.sql (includes)
+
+2011-12-24 22:27  robe
+
+	* another minor typo
+
+2011-12-24 22:10  robe
+
+	* fix typo in column numbers
+
+2011-12-24 21:39  robe
+
+	* minor formatting change
+
+2011-12-24 21:07  robe
+
+	* fix formatting of ST_Transform example and add another sub
+	  example demonstrating using different algorithm
+
+2011-12-24 20:18  robe
+
+	* example for raster transform
+
+2011-12-24 18:40  robe
+
+	* change docs to use unix style slashes which work correctly on
+	  both Unix and windows.
+
+2011-12-24 16:42  dustymugs
+
+	* If generating overviews and -F is set, overview tables will have
+	  "filename" column.
+
+2011-12-24 15:52  dustymugs
+
+	* Testing the wrong variable when checking if two rasters is
+	  different.
+
+2011-12-24 11:41  strk
+
+	* Encode dependency of objects and scripts on configuration
+
+2011-12-24 11:22  strk
+
+	* Ignore generated uninstall_rtpostgis.sql
+
+2011-12-24 11:22  strk
+
+	* Drop created tables after run
+
+2011-12-24 11:22  strk
+
+	* Cleanup created tables after run
+
+2011-12-24 11:21  strk
+
+	* drop created table after run
+
+2011-12-24 11:21  strk
+
+	* Add support for dropping DOMAINs in create_undef.pl (#1407)
+
+2011-12-24 11:21  strk
+
+	* Enable uninstall_topology.sql testing
+
+2011-12-24 11:21  strk
+
+	* Allow fully-qualified basetype name for aggregates
+
+2011-12-24 11:21  strk
+
+	* Drop tables in reverse order, reducing probability of fkey
+	  troubles
+
+2011-12-24 10:42  strk
+
+	* run_test doesn't need USE_VERSION anymore
+
+2011-12-24 10:42  strk
+
+	* Generate uninstall_topology.sql
+
+2011-12-24 10:34  strk
+
+	* Stop using USE_VERSION, assume pgsql is always > 7.4.
+	  
+	  Hopefully fixes #819
+
+2011-12-24 10:34  strk
+
+	* Add support for objects schema definition in create_undef.pl
+
+2011-12-24 09:59  strk
+
+	* Drop created function after run
+
+2011-12-24 09:59  strk
+
+	* Ensure mapalgebra test functions are dropped
+
+2011-12-24 09:59  strk
+
+	* Don't load rt_utility_test data creator as test
+
+2011-12-24 09:58  strk
+
+	* Add rt_empty_raster dropper script
+
+2011-12-24 09:58  strk
+
+	* Add rt_properties_test dropper script
+
+2011-12-24 09:58  strk
+
+	* Move single-test data tables within the testfiles, cleanup after
+	  run
+
+2011-12-24 09:58  strk
+
+	* Cleanup after run
+
+2011-12-24 09:58  strk
+
+	* Add a drop_rt_band_properties_test script for cleanup purposes
+
+2011-12-24 09:58  strk
+
+	* cleanup data tables
+
+2011-12-24 09:58  strk
+
+	* Add a drop_rt_gist_test.sql file for cleanup purposes (#301)
+
+2011-12-24 09:58  strk
+
+	* Cleanup created objects
+
+2011-12-24 09:57  strk
+
+	* Avoid function calls in DEFAULT specifications for unknown SRID
+	  
+	  Matches what postgis.sql does as well.
+	  Fixes generation of uninstall script for raster (#301)
+
+2011-12-24 09:57  strk
+
+	* Enhance DEFAULT specification stripper
+
+2011-12-24 09:57  strk
+
+	* Run uninstall test for raster, when enabled
+
+2011-12-24 09:56  strk
+
+	* Generate uninstall_rtpostgis.sql (#301)
+
+2011-12-24 02:51  dustymugs
+
+	* Additional work to remove DROP FUNCTION statements depending upon
+	  prior DROP TYPE ... CASCADE statements that generate ERRORs
+
+2011-12-24 01:14  dustymugs
+
+	* Instead of using spatial reference text in WKT format, use PROJ.4
+	  format when possible. This does mean that in situations that
+	  require WKT format, rt_raster_gdal_sr must be called to convert
+	  from one format to the other.
+
+2011-12-24 01:08  dustymugs
+
+	* Fix issue with RASTER_sameAlignment where the deserializing of
+	  the raster is not being limited to just the header.
+
+2011-12-23 17:33  strk
+
+	* support multiline function signatures at the parsing stage too...
+
+2011-12-23 17:30  strk
+
+	* Add support for multiline function signatures
+
+2011-12-23 17:01  dustymugs
+
+	* Overview constraints should always be added regardless of whether
+	  or not the user requests raster constraints.
+
+2011-12-23 16:49  strk
+
+	* Write header in the files generated by create_undef.pl
+	  
+	  Header includes license, creation timestamp and input filename
+
+2011-12-23 16:49  strk
+
+	* Simplify uninstall_postgis.sql rule, drop the manual edited
+	  version
+
+2011-12-23 16:39  dustymugs
+
+	* Fixed erroneous addition of filename to overviews when the flags
+	  -l -F -Y are combined.
+
+2011-12-23 16:22  dustymugs
+
+	* Fixed for better path handling
+
+2011-12-23 16:18  robe
+
+	* put in sections for postgis extensions. Probably will need some
+	  cleanup.
+
+2011-12-23 16:14  strk
+
+	* Ignore generated comment files
+
+2011-12-23 16:14  strk
+
+	* Ignore generated raster files
+
+2011-12-23 16:14  strk
+
+	* Let create_undef.pl generate uninstall_postgis.sql
+
+2011-12-23 16:14  strk
+
+	* Cleanup after loader test runs, fixing uninstall testing
+
+2011-12-23 16:14  strk
+
+	* Drop objects created by the tests
+
+2011-12-23 16:14  strk
+
+	* Fix create_undef.pl script to generate correct uninstall script
+
+2011-12-23 16:04  dustymugs
+
+	* Added uninstall_script to facilitate generation of
+	  uninstall_postgis.sql and uninstall_rtpostgis.sql. It could still
+	  use additional validation and cleaning up of the output uninstall
+	  sql files.
+
+2011-12-23 13:20  robe
+
+	* minor code change to make example a bit shorter
+
+2011-12-23 13:06  robe
+
+	* fix some erroneous statements about ST_Clip and provide example
+	  demonstrating trimraster argument effect
+
+2011-12-23 08:53  robe
+
+	* fix unbalanced tag
+
+2011-12-23 08:38  robe
+
+	* some cosmetic cleanup
+
+2011-12-23 08:35  robe
+
+	* example of st_clip with pictures
+
+2011-12-23 07:58  robe
+
+	* start documenting ST_Clip
+
+2011-12-22 19:09  robe
+
+	* fill in missing protos for droprasterconstraints /
+	  addrasterconstraints
+
+2011-12-22 13:24  robe
+
+	* make title a little shorter
+
+2011-12-22 13:23  robe
+
+	* changing titles -- raster data man I'm eventually going to throw
+	  in mapserver, .net, jdbc examples cause I'm too lazy to create a
+	  separate chapter. The postgis app section is really specific to
+	  postgis geometry since it doesn't talk about raster or geography
+	  at all.
+
+2011-12-22 13:18  robe
+
+	* minor error in statement
+
+2011-12-22 11:20  strk
+
+	* Drop operator families, not classes (#543)
+
+2011-12-22 11:20  strk
+
+	* Encode dependency of uninstall_postgis.sql on included files
+
+2011-12-22 11:20  strk
+
+	* Add more uninstall objects found by uninstall test (#1397)
+
+2011-12-22 11:19  strk
+
+	* Count objects in the _regress_ database, not elsewhere (#1397)
+
+2011-12-22 10:21  strk
+
+	* Fix testing of uninstall script count [#1397]
+	  
+	  This commit also adds new utility functions and skips testing
+	  uninstall when raster or topology are enabled.
+
+2011-12-22 10:21  strk
+
+	* Fix uninstall script [#1153]
+
+2011-12-22 10:21  strk
+
+	* Deprecate Polygonize and Collect aggregates [#1400]
+
+2011-12-22 10:21  strk
+
+	* Encode dependency of postgis.sql from included scripts
+
+2011-12-22 10:21  strk
+
+	* Encode dependency of postgis objects on postgis_config.h
+	  
+	  Fixes ./configure && make check after switching between different
+	  PostgreSQL versions.
+
+2011-12-22 10:21  strk
+
+	* Add testing for uninstall_postgis.sql [#1397]
+	  
+	  The uninstall currently fails due to #1153
+
+2011-12-22 08:23  strk
+
+	* Don't depend on bytea representation for unrelated tests.
+	  
+	  Fix testing against PostgreSQL 9.0+.
+
+2011-12-22 08:01  strk
+
+	* Replace INFINITY with MAXFLOAT. Should fix Solaris build [#1396]
+	  
+	  I don't think it makes a difference as those functions are not
+	  documented about the exceptional return, and no regression test
+	  fails with the change.
+
+2011-12-22 05:48  pramsey
+
+	* Move SPI_finish to after elog calls. This seems to fix the
+	  regression failure in 877, though why is not clear. Is SPI_finish
+	  removing a memory context that palloc has allocated things
+	  inside? This would explain the odd result (tbl and col variables
+	  get emptied upon call to SPI_finish).
+
+2011-12-21 21:49  robe
+
+	* change ST_Reclass example to use less verbose ST_AddBand array
+	  syntax
+
+2011-12-21 19:07  pramsey
+
+	* ST_Azimuth on the spheroid (#1305)
+
+2011-12-21 18:42  pramsey
+
+	* Add ST_Project(geography, distance, azimuth) (#657) to construct
+	  a new point given a heading and a distance.
+
+2011-12-21 17:16  robe
+
+	* fix typo
+
+2011-12-21 17:15  strk
+
+	* Add missing options in the help string
+
+2011-12-21 17:09  strk
+
+	* Put staged postgis.sql with other staged intsall objects
+
+2011-12-21 16:17  strk
+
+	* Document the new -s from:to syntax of shp2pgsql [#994]
+
+2011-12-21 14:53  strk
+
+	* Add include for lwgeom_typmod_valid define
+
+2011-12-21 14:50  strk
+
+	* Add top-level and postgis/ dirs in include path for building
+	  scripts
+	  
+	  Fixes an error finding sqldefines.h
+
+2011-12-21 14:37  strk
+
+	* Use own implementation of endian detection, should fix #1172
+
+2011-12-21 14:16  strk
+
+	* Fix repeated modifier
+
+2011-12-21 14:03  strk
+
+	* Put PostgreSQL module related code in a new postgis_module.c file
+	  
+	  Beside the existing MODULE_MAGIC macro we now also have
+	  _PG_init and _PG_fini which are called at module load and unload.
+	  Such functions may be used to deal with GUC (and sample code for
+	  that is stubbed already). See #1393.
+
+2011-12-21 13:59  robe
+
+	* #1257 - drop mem_size
+
+2011-12-21 13:14  robe
+
+	* #1345 write this off as an observed regression difference and
+	  document the behavior for those like me who will be adversely
+	  impacted and confused by application breakage.
+
+2011-12-21 13:03  robe
+
+	* #1242 write this off as a documentation bug. I don't have 1.5.1
+	  anymore to confirm ST_Line_Locate_Point ever worked with
+	  multilinestrings and doesn't work on my 1.5.3 install
+
+2011-12-20 19:35  strk
+
+	* Convert java components to SRID<=0 being unknown and 0 being the
+	  official one [#1221]
+	  
+	  NOTE: this is untested, as "make" didn't know what to do and so
+	  neither do I
+
+2011-12-20 18:51  strk
+
+	* Different types _can_ be equal, see #756
+
+2011-12-20 16:56  robe
+
+	* link to windows supplementary hard upgrade instructions
+
+2011-12-20 16:01  strk
+
+	* Add comments in current version, including topo and raster
+	  [#1390]
+
+2011-12-20 15:43  strk
+
+	* Add comments from pgis-1.4 [#1390]
+	  
+	  Also handle pg_restore errors more cleanly
+
+2011-12-20 15:18  strk
+
+	* Add more objects from a 1.5 install, including comments [#1390]
+
+2011-12-20 03:28  dustymugs
+
+	* Finished support for make target "uninstall".
+
+2011-12-20 02:58  dustymugs
+
+	* Correct handling of make target "distclean". Next is "uninstall".
+
+2011-12-19 19:21  strk
+
+	* Update loader tests to use the new reprojection switch [#994]
+
+2011-12-19 19:06  strk
+
+	* Drop -r switch, allow requesting reprojection with -s [#994]
+
+2011-12-19 16:19  strk
+
+	* Make sure input is at least 3 characters long (#1146)
+
+2011-12-19 16:19  strk
+
+	* Report testing of pg-8.4.9/pgis-2.0.0SVN =>
+	  pg-9.1.2/pgis-2.0.0SVN
+
+2011-12-19 12:27  strk
+
+	* Document postgis_restore.pl based HARD UPGRADE procedure
+	  
+	  Reviews are welcome.
+	  The new description replaces the old one so the brute force noisy
+	  process
+	  is now undocumented. If really needed it may come back in a
+	  subsection.
+
+2011-12-19 09:07  strk
+
+	* Allow keeping rows in spatial_ref_sys at postgis_restore.pl time
+	  
+	  After this commit the entries found in spatial_ref_sys at time
+	  of restore are retained w/out triggering ERROR lines in logfile
+	  or transaction aborts. Entries in dump with SRID not found in
+	  existing spatial_ref_sys are inserted.
+
+2011-12-19 08:18  strk
+
+	* Fix SRIDs in topology.topology after restore.
+
+2011-12-19 06:33  robe
+
+	* bump up numbers. logic to drop raster casts from extension if
+	  they are present and script asks to drop.
+
+2011-12-19 05:00  robe
+
+	* get rid of superfluous drop if exists _drop_st_samealignment
+
+2011-12-19 04:56  dustymugs
+
+	* Fixed to suppress PL/pgSQL notices causing issues due to line #
+	  output. Added order by to check_raster_overviews to ensure
+	  consistent output.
+
+2011-12-19 04:48  robe
+
+	* revise upgrade script to take into consideration change in casts
+
+2011-12-19 04:12  robe
+
+	* replace box2d with box3d in examples and remaining func
+
+2011-12-19 03:44  robe
+
+	* Clarify topology topoelement example that it is an example of
+	  WHAT NOT TO DO
+
+2011-12-19 03:37  robe
+
+	* replace references to box2d with box3d
+
+2011-12-19 02:18  robe
+
+	* get rid of remove ST_Intersection signatures and replace with new
+	  ones. Add the raster outputting intersection signatures. Still
+	  need to put in examples.
+
+2011-12-19 01:59  robe
+
+	* update faq for raster to bring it more up to line with new
+	  loading , QGIS support etc., remove box2d and replace with box3d,
+	  minor rewording -- people who don't know GDAL don't know what a
+	  GDAL raster is. Took that word out when describing -G since it
+	  confuses rather than adding value.
+
+2011-12-19 01:53  dustymugs
+
+	* Refactored and cleaned up the regressions checks of values in
+	  raster_columns and raster_overviews views.
+
+2011-12-18 23:02  strk
+
+	* Document darkblue test: pg-9.1b3/pgis-1.5 to
+	  pg-9.1.1/pgis-2.0.0SVN
+
+2011-12-18 22:42  strk
+
+	* Do not expect things to happen in "userland" schema (what is it?)
+
+2011-12-18 18:49  robe
+
+	* put in missing tag
+
+2011-12-18 18:05  robe
+
+	* add in some missing raster2pgsql switches and provide an example
+	  of the -G list drivers option.
+
+2011-12-18 14:24  strk
+
+	* Update after typo fix for AddGeometryColumn error message
+
+2011-12-18 14:22  strk
+
+	* Fix st_extent on empty relation (#1385)
+
+2011-12-17 21:00  strk
+
+	* AddGeometryColumns => AddGeometryColumn
+
+2011-12-17 01:50  robe
+
+	* fix typo
+
+2011-12-16 22:07  dustymugs
+
+	* Minor comment cleanup in rtpostgis.sql.in.c. Added regression
+	  tests for AddRasterConstraints, AddOverviewConstraints,
+	  DropRasterConstraints and DropOverviewConstraints.
+
+2011-12-16 17:20  strk
+
+	* Do restore spatial_ref_sys from dump, temporarly disabling srid
+	  check
+	  
+	  Assuming you don't source spatial_ref_sys.sql prior to run
+	  postgis_restore.pl you would always end up with all your data
+	  in the table and if no SRIDS are out of the valid range you'd
+	  also have the constraint in place.
+
+2011-12-16 16:39  strk
+
+	* Add more signatures to skip on restore (raster)
+
+2011-12-16 15:16  strk
+
+	* Report full exception string on ST_Intersection failure (see
+	  #1173)
+
+2011-12-16 14:59  strk
+
+	* Add test for #1344 (can't dump invalid geometries)
+
+2011-12-16 04:34  robe
+
+	* fix more typos
+
+2011-12-16 04:27  robe
+
+	* more typo fix
+
+2011-12-16 04:24  robe
+
+	* fix more typos
+
+2011-12-16 04:21  robe
+
+	* flesh out creating rasters section a bit.
+
+2011-12-16 01:41  robe
+
+	* start best practices stuff and break up loading and creating into
+	  two separate sections.
+
+2011-12-16 01:25  robe
+
+	* cosmetic change to lists
+
+2011-12-16 01:11  dustymugs
+
+	* Addition of C-based ST_MinPossibleValue to replace the existing
+	  ST_MinPossibleVal which uses hard-coded values. Updated dependent
+	  functions and scripts/plpgsql to use new function. Deleted
+	  scripts/plpgsql/st_minpossibleval.sql to stop people from using
+	  it. Associated ticket is #1298.
+
+2011-12-16 00:09  dustymugs
+
+	* Just changes to the comments of ST_Intersection(geometry, raster)
+
+2011-12-15 23:47  dustymugs
+
+	* Addition of two-raster ST_Intersection function set in
+	  raster-space well as another set for raster,geometry
+	  ST_Intersection in raster-space. Associated ticket is #1381
+
+2011-12-15 23:43  dustymugs
+
+	* Renamed function parameters for ST_SameAlignment and
+	  ST_Intersects so that the names follow the convention used for
+	  similarly purposed parameters of other raster functions.
+
+2011-12-15 23:29  strk
+
+	* Allow calling geography_in with less than 3 args (see #1320)
+
+2011-12-15 23:26  strk
+
+	* Check typmod on geometry input. Fixes before triggers (#1320)
+
+2011-12-15 15:11  strk
+
+	* Fix documentation for the new option for GML box output
+
+2011-12-15 02:19  robe
+
+	* more error fixes and change ordered lists to itemized lists
+
+2011-12-15 02:17  robe
+
+	* fix invalid link end
+
+2011-12-15 02:15  robe
+
+	* get rid of extra tag
+
+2011-12-15 02:14  robe
+
+	* correct regular_blocking definition, add descriptions for
+	  raster_overview columns
+
+2011-12-15 01:56  robe
+
+	* more reasons why we have raster overviews
+
+2011-12-15 01:54  robe
+
+	* Start raster_overviews section
+
+2011-12-15 00:21  dustymugs
+
+	* Renamed st_bytea to bytea as per PostGIS convention. Existing
+	  databases will not be affected if upgraded using the upgrade
+	  scripts. Associated ticket is #1003
+
+2011-12-15 00:16  dustymugs
+
+	* Commented out the dropping of box2d casts as the upgrade scripts
+	  won't install the box3d casts.
+
+2011-12-14 23:51  dustymugs
+
+	* Renamed operator functions and made appropriate changes to
+	  associated operators to be inline with usage for geometry and
+	  geography. Associated ticket is #633. Existing users will not be
+	  affected as the upgrade scripts do not drop or add new operators.
+
+2011-12-14 23:02  dustymugs
+
+	* Added DROP CAST and DROP FUNCTION for box2d.
+
+2011-12-14 22:57  dustymugs
+
+	* Dropped casts to box2d and replaced with casts to box3d.
+	  Associated ticket is #1330.
+
+2011-12-14 22:23  dustymugs
+
+	* Added option -G to get listing of supported raster types instead
+	  of calling ST_GDALDrivers in SQL. Had to tweak
+	  rt_raster_gdal_drivers in rt_api.c to not limit drivers based
+	  upon creation capabilities. Associated ticket is #1374.
+	  Added ability to specify band indices with ranges for option -b.
+	  Example: -b 1-5,7,9-15. Associated ticket is #1375.
+	  Added warning messages when loader is processing more than one
+	  raster and rasters may have different number of bands, pixel
+	  types, hasnodata flags, NODATA values, geotransforms andtile
+	  sizes. Associated ticket is #153.
+
+2011-12-14 22:14  robe
+
+	* document raster_columns catalog view
+
+2011-12-14 18:33  strk
+
+	* Make dropping of log files fully controlled by switch (#1376)
+	  
+	  This is because hudson wants to report the regress.log in any
+	  case
+
+2011-12-14 18:25  strk
+
+	* Regress test all behaviors involving EMPTY geometries
+	  
+	  See http://trac.osgeo.org/postgis/wiki/DevWikiEmptyGeometry
+	  Changes ST_NumPoints and ST_ExteriorRing to behave requested.
+	  Keeps ST_InteriorRingN returning NULL, as per "n is out of range"
+	  
+	  Closes #692
+
+2011-12-14 18:24  strk
+
+	* Crossref ST_InteriorRingN with ST_ExteriorRing
+
+2011-12-14 17:13  strk
+
+	* Drop temporary files if there are no failures (#1376)
+
+2011-12-14 16:02  strk
+
+	* Fix crash on ST_AsGML('POLYGON EMPTY') (#681)
+	  
+	  Also tweak GML of empty types to be smaller and include
+	  regression testing both at the liblwgeom and sql level
+
+2011-12-14 15:07  strk
+
+	* Fix a typo from last commit, stub test for GML emptyness
+
+2011-12-14 14:46  strk
+
+	* Enable a test for an old bugfix (#683)
+
+2011-12-14 14:46  strk
+
+	* Move the EMPTY buffer test from tickets.sql to empty.sql
+
+2011-12-14 14:37  strk
+
+	* Return empty geoms snapped to a grid as immutated (#1089)
+	  
+	  Also introduces an "empty" regression test
+
+2011-12-14 14:25  robe
+
+	* minor corrections / enhancements
+
+2011-12-14 13:31  strk
+
+	* Drop topology specific versioning
+
+2011-12-14 13:31  strk
+
+	* Add more skip signatures, from interim builds
+
+2011-12-14 11:22  robe
+
+	* minor change to rtpostgis_drop so can more easily drop from
+	  extension for extension install. Many changes to extensions so
+	  can use native postgis upgarde and raster upgrade scripts. bump
+	  up version numbers
+
+2011-12-14 10:44  robe
+
+	* fix errors in documentation and comment scripts preveningt
+	  comments install from installing cleanly
+
+2011-12-14 10:06  robe
+
+	* Get rid of removed AddRasterTable,Column etc and replace with
+	  newer AddRasterConstraints/DropRasterConstraints
+
+2011-12-14 07:59  strk
+
+	* Add -v switch to postgis_restore.pl, tweak usage and debug output
+
+2011-12-14 02:54  robe
+
+	* Add stub section describing the raster_columns and
+	  raster_overview catalog views. Also fix typo. More coming.
+
+2011-12-14 02:31  dustymugs
+
+	* As per discussion in postgis-devel regarding Ubuntu 11.10,
+	  tweaked the order in which -lm is passed to LDFLAGS
+
+2011-12-14 01:22  dustymugs
+
+	* Refactored for less memory usage by aggresively flushing string
+	  buffers.
+
+2011-12-13 23:29  strk
+
+	* Disable triggers on the topology.layer table during restore, to
+	  allow population in random order (#1371)
+
+2011-12-13 23:21  dustymugs
+
+	* As per discussion in ticket #1373, convert raster constraints
+	  with floating point values (scalex, scaley, nodata values) into
+	  numeric(16,10) for comparison due to precision issues.
+
+2011-12-13 22:39  robe
+
+	* Add -Y copy switch
+
+2011-12-13 21:58  robe
+
+	* more examples -- put in a missing copy switch -- more switches to
+	  add.
+
+2011-12-13 21:19  dustymugs
+
+	* Fixed handling of output ranges going from high to low rather
+	  than the default of values going from low to high. Based upon
+	  message on postgis-users:
+	  http://postgis.refractions.net/pipermail/postgis-users/2011-December/031763.html
+
+2011-12-13 20:05  dustymugs
+
+	* Fixed incorrect entity using_raster_dataman.
+
+2011-12-13 19:15  robe
+
+	* break raste loder into its own data management chapter -- this
+	  chapter will expand in time. Get rid of how to use old
+	  raster2pgsql.py and replace with instructions on using
+	  raster2pgsql executable.
+
+2011-12-13 18:19  dustymugs
+
+	* Removal of now-unsupported AddRasterColumn, DropRasterColumn and
+	  DropRasterTable.
+
+2011-12-13 18:16  dustymugs
+
+	* Added DROP AGGREGATE for new ST_Union signature. Associated
+	  ticket is #1372.
+
+2011-12-13 17:24  dustymugs
+
+	* Removed PGXS and added explicit bin path variable. Works now in
+	  8.4, 9.0 and 9.1. Related ticket is #1370.
+
+2011-12-13 16:37  strk
+
+	* Drop the old postgis_restore.pl and substitute it with the new
+	  one
+
+2011-12-13 16:33  strk
+
+	* Ignore more Makefiles
+
+2011-12-13 16:33  strk
+
+	* Strictness fixes, internal docs
+
+2011-12-13 15:04  dustymugs
+
+	* Revert change made in r8383. Install of loader doesn't work
+	  correctly without PGXS. Still need to figure out why LDFLAGS is
+	  getting eaten.
+	  
+	  Associated ticket is #1370.
+
+2011-12-13 14:14  dustymugs
+
+	* Removed PGXS as per ticket #1370.
+
+2011-12-13 12:00  strk
+
+	* Maintain the buffer-returns-areal invariant on empty input (#322)
+
+2011-12-13 12:00  strk
+
+	* tabs to spaces
+
+2011-12-13 10:38  strk
+
+	* Always output create ore replace view in upgrade scripts (#1097)
+
+2011-12-13 09:59  strk
+
+	* Allow function definitions to end with '$$ LANGUAGE' (#1365)
+
+2011-12-13 09:59  strk
+
+	* Use warnings
+
+2011-12-13 09:58  strk
+
+	* Encode dependency of upgrade script from the tool generating it
+
+2011-12-13 09:16  strk
+
+	* Add copyright headers, looking at SCM logs. Review welcome.
+
+2011-12-13 05:23  dustymugs
+
+	* Text format cleanup in loader/raster2pgsql.c. Fixed missing
+	  target in scripts/Makefile.in
+
+2011-12-13 05:11  dustymugs
+
+	* Added missing Makefile.in for raster/scripts
+
+2011-12-13 05:06  dustymugs
+
+	* Set svn:keywords for "$Id$"
+
+2011-12-13 05:03  dustymugs
+
+	* Added version information.
+	  
+	  Associated ticket is #1369.
+
+2011-12-13 03:00  dustymugs
+
+	* With commit of C-based raster2pgsql in r8369, removed dependency
+	  checks on Python, NumPy and GDAL with Python bindings. You will
+	  want to run autogen.sh with this commit. With this commit, the
+	  python-based raster2pgsql.py is now retired and unsupported.
+
+2011-12-13 01:58  dustymugs
+
+	* Additional check with warnings if PostgreSQL identifiers exceed
+	  the standard maximum length of 63 characters (64 counting NULL)
+
+2011-12-12 23:12  dustymugs
+
+	* Addition of C-based raster2pgsql in raster/loader. No changes
+	  have been made to remove the existing python-based
+	  raster2pgsql.py nor remove the python dependency in configure.
+	  Users will need to run autogen.sh after this revision.
+	  
+	  Associated ticket is #1297.
+
+2011-12-12 22:42  strk
+
+	* Skip constraints on raster_columns and raster_overviews
+
+2011-12-12 22:38  robe
+
+	* fix title
+
+2011-12-12 22:22  strk
+
+	* Rewrite spatial table constraints to add st_ prefix and use 0
+	  rather than -1 for unknown
+
+2011-12-12 21:45  strk
+
+	* Filter OPERATOR at the ASCII dump phase to have finer control
+	  over which operators are really skipped (#1368)
+
+2011-12-12 20:32  robe
+
+	* another example of ST_Union
+
+2011-12-12 20:23  robe
+
+	* example of ST_Union
+
+2011-12-12 16:10  strk
+
+	* Drop lwgeom_gist and dependent items, including from dumps
+	  (#1362)
+
+2011-12-12 15:45  strk
+
+	* Do not restore metadata tables which now became views
+
+2011-12-12 15:28  strk
+
+	* Cleanup item list: drop duplicates, add some missings
+
+2011-12-12 15:28  strk
+
+	* Remove duplicated entries, add some missing ones
+
+2011-12-12 12:17  robe
+
+	* reduce ST_MakeEnvelope down to one function but make srid default
+	  to 0 (would be nice if we defined an @SRID_UNKNOWN in the
+	  sqldefine.h.in so I don't have to hard code this). Get rid of
+	  other variant. changing to use default parameters doesn't seem to
+	  require dropping the function so only had to drop one of them
+
+2011-12-12 12:09  robe
+
+	* oops took out a tag by accident
+
+2011-12-12 12:03  robe
+
+	* document the new ST_MakeEnvelope variant (pretend like its used
+	  default paramters already), will fix the code later
+
+2011-12-12 02:20  robe
+
+	* #1366 -- don't rely on state field being capitalized.
+
+2011-12-11 20:23  robe
+
+	* forgot about max /min
+
+2011-12-11 20:21  robe
+
+	* change generateor to display name for aggregates instead of id.
+	  For raster ids are different from name
+
+2011-12-11 19:29  robe
+
+	* preliminary documentation for raster version of ST_Union
+	  aggregate function
+
+2011-12-11 15:45  robe
+
+	* Revisions to ST_Union for raster: get rid of dependency on
+	  rastexpr (and get rid of type), put in regress tests, get rid of
+	  many ST_Union permutations and limit to st_union(rast),
+	  st_union(rast,p_expression), st_union(rast,band_num),
+	  st_union(rast,band_num,p_expression). Note for drop I'm not
+	  dropping those other versions in case people have installed them
+	  from scripts folder or are currently using them. just dropping
+	  the ones I'm replacing.
+
+2011-12-11 02:42  robe
+
+	* fix function name typo in geocode_intersection
+
+2011-12-10 18:08  robe
+
+	* minor edit
+
+2011-12-10 18:03  robe
+
+	* fix error in logic
+
+2011-12-10 16:56  robe
+
+	* missed a spot
+
+2011-12-10 16:55  robe
+
+	* describe the example a bit better for ST_AddBand multi-band
+	  example
+
+2011-12-10 11:09  robe
+
+	* #1361: fill in some more cases where hard/soft
+
+2011-12-10 11:04  robe
+
+	* #1361: make it clearer that a hard upgrade is required of
+	  everyone.
+
+2011-12-10 03:12  robe
+
+	* ST_AddBand version that takes an array of rasters
+
+2011-12-10 01:20  dustymugs
+
+	* Fixed calls to the wrong memory allocation function in rtpg_XXX
+	  utility functions.
+
+2011-12-10 01:01  dustymugs
+
+	* Code refactoring in rtpg_ utility functions for better memory
+	  usage and syntax cleanup in rt_api.*
+
+2011-12-10 01:00  dustymugs
+
+	* Fixed missing $ in AddOverviewConstraint() which was setting 7 as
+	  the overview factor instead of the value at $7.
+
+2011-12-09 18:59  strk
+
+	* Add all signatures found in a newly created PostGIS 2.0 database
+	  
+	  See #1360
+
+2011-12-09 17:17  strk
+
+	* Add box3d related objects to skip in the _restore scripts (#1359)
+
+2011-12-09 16:27  strk
+
+	* Restrict disabled code to the one really hurting
+	  
+	  See ticket #665 for more informations.
+	  The commit also renames the test suite to "surface".
+
+2011-12-09 15:33  strk
+
+	* gbox_float_round: don't roundup Z value if the box doesn't have
+	  one
+	  
+	  Fixes #1309
+
+2011-12-09 14:37  strk
+
+	* Add a public lwgeom_get_bbox function (#1324)
+
+2011-12-09 14:37  strk
+
+	* Don't let lwgeom_add_bbox syntetize a fake box for empty
+	  geometries
+	  
+	  Empty geometries have no box. Period.
+	  Update GML extent output for empty geometries to handle the
+	  special
+	  case by using empty tags. Regress test it.
+
+2011-12-09 13:50  strk
+
+	* Fix segfault in GML3 extent output (#1323)
+	  
+	  Add support for srsDimension in GML3 extent output.
+	  Add unit level comprensive regression testing.
+
+2011-12-09 12:25  strk
+
+	* Allow calling ST_MakeEnvelope w/out a srid (#1339)
+
+2011-12-09 11:18  strk
+
+	* Add a gbox_overlaps_2d function, use when appropriate (#1357)
+
+2011-12-08 22:16  pramsey
+
+	* Guard against NaN values in coordinates passing into GEOS (#627)
+
+2011-12-08 21:57  pramsey
+
+	* Check that NaN coordinate values find their way into bboxes, they
+	  do, NaN is bigger than Inf, apparently.
+
+2011-12-08 21:26  pramsey
+
+	* Test for bbox calculations when there's an infinite coordinate.
+
+2011-12-08 20:05  dustymugs
+
+	* Return use of GDAL "natural" blocking removed in r8313 and
+	  refactor pointer handling.
+
+2011-12-08 19:51  pramsey
+
+	* Remove box3d_extent hack
+
+2011-12-08 17:54  pramsey
+
+	* Make the ST_Equals test insensitive to minor box differences.
+
+2011-12-08 14:44  robe
+
+	* Add Jose and Even to credits
+
+2011-12-08 13:35  strk
+
+	* Add a note about ST_Estimated_Extent on empty or non-analyzed
+	  tables (#877)
+
+2011-12-08 11:29  strk
+
+	* Have ST_Estimated_Extent return NULL when no stats are found for
+	  a table.
+	  
+	  No stats means empty table or no run of analyze. Warn about that.
+	  These Fixes bug #877. Includes regress test.
+
+2011-12-08 11:28  strk
+
+	* Hush VACUUM and ANALYZE backend feedback while running tests
+
+2011-12-08 08:07  strk
+
+	* topology.AddToSearchPath: quote database identifier.
+	  
+	  Thanks to Jose Carlos Martinez Llario <jomarlla at cgf.upv.es>
+
+2011-12-07 20:46  dustymugs
+
+	* Added rt_raster_set_pixel_line for use when setting values for
+	  sequential pixels. Should be faster than repeated calls to
+	  rt_raster_set_pixel.
+
+2011-12-07 15:29  dustymugs
+
+	* Refactored the GDALRasterIO part of rt_raster_from_gdal_dataset
+	  to use scanlines instead of "natural" blocks, which dramatically
+	  simplifies the code and makes it easier to maintain.
+
+2011-12-07 06:17  robe
+
+	* alphabetize and update tester credits
+
+2011-12-07 03:41  robe
+
+	* update license to provide detail about documentation license and
+	  copyright of data etc.
+
+2011-12-07 01:15  dustymugs
+
+	* Fixed regression issue with rt_raster_from_gdal_dataset by
+	  explicitly setting the valid block sizes passed into
+	  GDALRasterIO. Probably related to the changes made in r8309
+
+2011-12-06 16:48  dustymugs
+
+	* Removed attempt to duplicate entire band in
+	  rt_raster_from_gdal_dataset
+
+2011-12-06 14:40  robe
+
+	* put some obsolete notes in existing management functions. Now
+	  that raster_columns is a view no longer need to use management
+	  functions to drop or add raster columns or tables. Will document
+	  the new addconstraints etc. taht replaces much of these soon.
+
+2011-12-06 12:16  strk
+
+	* Add copyright header. Date and attribution looked up by SCM
+	  history.
+	  
+	  Verified by my own memory (I wrote the initial vesion of that
+	  file)
+
+2011-12-06 06:06  dustymugs
+
+	* Resolved a bunch of memory issues related to use of SPI that have
+	  been bugging me for a while. Tested successfully in Linux 32 and
+	  64-bit and OSX 64-bit.
+
+2011-12-05 18:58  dustymugs
+
+	* As per discussions and ticket #1319, raster_columns and
+	  raster_overviews are now constraint-based views. AddRasterColumn,
+	  DropRasterColumn and DropRasterTable are now deprecated in favor
+	  of AddRasterConstraints and DropRasterConstraints. Additional
+	  constraints are now available for enforcing the consistency of
+	  the rasters in a table.
+
+2011-12-05 18:36  dustymugs
+
+	* Removed division by bin-width for when bin-widths are specified
+	  in ST_Histogram
+
+2011-12-05 02:06  dustymugs
+
+	* Correctly free raster memory when handling NULL rasters.
+	  
+	  Associated ticket is #1349
+
+2011-12-03 08:29  robe
+
+	* #1343: get rid of geomvalxy and change ST_PixelAsPolygons to use
+	  default args and do without geomvalxy
+
+2011-12-03 07:24  robe
+
+	* #1338 - document ST_PixelWidth/Height
+
+2011-12-03 06:54  dustymugs
+
+	* Removed VARIADIC from ST_BandMetadata. Associated ticket is
+	  #1343.
+
+2011-12-02 17:44  robe
+
+	* #1346: fix misuse of quote_literal causing topology, topology,
+	  topology, topology
+
+2011-12-02 17:28  strk
+
+	* Encode dependency of topology.sql on ManageHelper.sql
+
+2011-12-02 15:43  robe
+
+	* more revisions to cross streets logic -- don't rely on start
+	  point working with multilinestrings. change tfid to be unique
+	  index on faces.
+
+2011-12-02 15:22  dustymugs
+
+	* Added cleanup statements for bandmetatype type and change
+	  function signature for st_bandmetadata.
+
+2011-12-02 15:13  dustymugs
+
+	* Removed the type bandmetadata as per #1343.
+
+2011-12-02 08:07  robe
+
+	* move geocode_intersection.sql to user api section since it is
+	  documented.
+
+2011-12-02 06:27  robe
+
+	* try to make emphasis bold by putting in a role='bold'
+
+2011-12-01 20:41  robe
+
+	* replace ~= with ST_OrderingEquals (now that we got rid of recheck
+	  the older ~= no longer is a truish geometry equality operator
+
+2011-12-01 20:37  robe
+
+	* emphasize approximate in KNN operators to reduce the chance of
+	  any misunderstandings
+
+2011-12-01 19:06  robe
+
+	* make compatible with postgresql 8.4, more speed improvements
+
+2011-12-01 17:52  robe
+
+	* missed a spot about occasions where point distance is not same as
+	  <->
+
+2011-12-01 17:38  robe
+
+	* try to clarify accuracy etc. of <#> and <->
+
+2011-12-01 16:14  pracine
+
+	* Ticket 1342. Integrate ST_PixelAsPolygons into rtpostgis.sql
+
+2011-12-01 16:07  pracine
+
+	* Return null when band number does not exist.
+
+2011-12-01 16:06  pracine
+
+	* Removed ST_MinPossibleVal defined in another script
+
+2011-12-01 16:05  pracine
+
+	* Added doc, more test and return null when band number does not
+	  exist.
+
+2011-12-01 15:52  pracine
+
+	* Ticket 1342. Integrate ST_Clip script into rtpostgis.sql
+
+2011-12-01 15:15  pracine
+
+	* Ticket #1340. Integrate ST_Union into rtpostgis.sql
+
+2011-12-01 15:11  pracine
+
+	* Replaced AsBinary with ST_AsBinary in the test section
+
+2011-12-01 13:32  robe
+
+	* #1337 clarify what sql is good for and get rid of some other
+	  obsolete syntax (this really needs to be read with a fine-tooth
+	  comb). The amount of obsolete info in this chapter is mesmerizing
+
+2011-12-01 08:36  robe
+
+	* #1333 geocode_intersections: would help to actually include the
+	  function to.
+
+2011-12-01 08:28  robe
+
+	* #1333 geocode intersections
+
+2011-12-01 04:29  dzwarg
+
+	* Added neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part
+	  of #1318
+
+2011-12-01 02:23  dustymugs
+
+	* Tweaked ST_BandMetadata so that calling the function with an
+	  empty array returns all metadata of all bands. Example:
+	  ST_BandMetadata(rast, VARIADIC ARRAY[]::int[])
+
+2011-12-01 01:11  pracine
+
+	* Copied from ST_MapAlgebra.sql
+
+2011-12-01 01:10  pracine
+
+	* Copied from ST_Union
+
+2011-12-01 01:09  pracine
+
+	* Some cleaning before inclusion in rtpostgis.sql
+	  Removed ST_MultiBandMapAlgebra and ST_HasNoBand
+
+2011-12-01 01:07  pracine
+
+	* Return the last band when the provided band number does not
+	  exist.
+
+2011-12-01 01:07  pracine
+
+	* Added some variants and tests
+
+2011-11-30 22:42  pracine
+
+	* plpgsql implementation for st_clip.sql(raster, geom)
+
+2011-11-30 22:41  pracine
+
+	* Added the id of the polygon in the example
+
+2011-11-30 22:34  dzwarg
+
+	* Added ST_Aspect map algebra neighborhood shortcut function. #1318
+
+2011-11-30 21:44  dzwarg
+
+	* Added ST_Slope map algebra neighborhood shortcut function.
+
+2011-11-30 20:35  dustymugs
+
+	* Fixed ST_AsRaster to duplicate exactly the attributes of a
+	  reference raster.
+	  
+	  Associated ticket is #1336.
+
+2011-11-30 19:26  dzwarg
+
+	* Added helper user functions for common MapAlgebra operations:
+	  Min, Max, Mean, Range. #1318
+
+2011-11-30 16:45  dzwarg
+
+	* Updated tests for 'dog-ate-my-homework' test. Expanded comments
+	  and elaborated on complex conditionals in ST_MapAlgebraFctNgb
+
+2011-11-30 14:51  dzwarg
+
+	* Added additional tests for ST_MapAlgebraFctNgb, changed string
+	  compare on nodatamode to !=
+
+2011-11-29 23:25  dustymugs
+
+	* In preparation of turning the table raster_columns into a view,
+	  refactored ST_BandMetadata to have the bandnum parameter be
+	  variadic. Fleshed out regression tests for ST_BandMetadata.
+
+2011-11-29 20:30  strk
+
+	* Ignore more generated files
+
+2011-11-29 20:22  pramsey
+
+	* ST_AddPoint returns incorrect result on Linux (#1335) from roualt
+
+2011-11-29 16:57  pracine
+
+	* Replaced the summarystatsstate type with the summarystats type to
+	  avoid defining a new type.
+
+2011-11-29 16:34  pracine
+
+	* Changed the note at the beginning of the file when the function
+	  is now implemented in C.
+
+2011-11-29 16:20  pracine
+
+	* Some more useful functions
+
+2011-11-29 16:15  pracine
+
+	* Added some plpgsql functions
+
+2011-11-29 08:49  robe
+
+	* Fix for #1310
+
+2011-11-28 13:36  robe
+
+	* Note: libxml2 dependency of ST_Geom*ML functions and ref back to
+	  configuration section. Also put in missing --with-xml2config flag
+	  in installion_configuration section
+
+2011-11-26 21:17  robe
+
+	* put a firmer sorta date in the sand
+
+2011-11-26 21:16  robe
+
+	* more credit cleanup -- add people I missed, fix some minor typos
+
+2011-11-26 06:07  pramsey
+
+	* ST_AsSVG kills whole postgres server when fails (#1028)
+
+2011-11-26 05:25  robe
+
+	* update credits to include hard-core testers
+
+2011-11-26 05:04  pramsey
+
+	* Revert per #1246
+
+2011-11-25 11:54  robe
+
+	* remove more obsolete protos in docs and up extension alpha
+	  version numbers
+
+2011-11-25 11:49  robe
+
+	* remove more protos that have been removed and replaced with
+	  default args
+
+2011-11-24 21:13  strk
+
+	* Move the 'CREATE SCHEMA' query out of first column anchorage
+	  (#1325)
+	  
+	  Makes the upgrade script generator less confused...
+
+2011-11-24 19:17  pramsey
+
+	* Fix operator mis-referencing nd function for 2d op.
+
+2011-11-24 16:01  strk
+
+	* Override GeometryType and ST_GeometryType for TopoGeometry
+	  (#1289)
+	  
+	  Includes regression testing.
+	  NOTE: we'll always advertise MULTI as a safest bet
+
+2011-11-24 16:01  strk
+
+	* Shake legacy testcase a bit to avoid to mix population with
+	  queries
+
+2011-11-24 03:44  robe
+
+	* provide examples for ST_GeomFromGeoJSON now that I can compile it
+	  :)
+
+2011-11-24 03:23  robe
+
+	* update to include links to wiki for extra compilation help and
+	  pre-built binaries.
+
+2011-11-24 03:14  robe
+
+	* Amend installation instructions to include json-dir configure
+	  option
+
+2011-11-24 02:05  robe
+
+	* minor updates to bios
+
+2011-11-24 01:58  robe
+
+	* update news / credits for ST_GeomFromGeoJSON
+
+2011-11-23 17:28  strk
+
+	* Const-correct GML signatures
+
+2011-11-23 17:26  robe
+
+	* change + to | to make strk happy
+
+2011-11-23 17:24  robe
+
+	* update ST_AsGML with examples and include envelope bits option
+
+2011-11-23 15:27  robe
+
+	* fix typo in GML description noted by strk
+
+2011-11-23 02:17  robe
+
+	* correct signatures of some functions changed to use more default
+	  args
+
+2011-11-22 19:01  dustymugs
+
+	* Prefixed internal C utility functions with rtpg_. This keeps the
+	  coding style inline with that for postgis.
+
+2011-11-22 18:10  dustymugs
+
+	* Corrected incorrect drop function statement.
+
+2011-11-22 17:58  dustymugs
+
+	* More SQL function cleanup with use of default parameter values.
+
+2011-11-22 09:26  robe
+
+	* up the alpha numbers
+
+2011-11-22 09:21  robe
+
+	* missed a spot
+
+2011-11-22 09:05  robe
+
+	* correct documentation to get rid of protos eradicated in r8218
+	  (so extensions installs)
+
+2011-11-22 01:06  dustymugs
+
+	* Additional function cleanup by making use of DEFAULT parameter
+	  values
+
+2011-11-21 20:09  dustymugs
+
+	* Fixed expression parsing in RASTER_mapAlgebra2. Evidently, the
+	  count parameter of replace() is an input/output parameter.
+	  
+	  Associated ticket is #1317.
+
+2011-11-21 19:55  dustymugs
+
+	* Fixed behavior of one raster not having specified band and being
+	  sampled.
+	  
+	  Associated ticket is #1316.
+
+2011-11-21 19:18  dustymugs
+
+	* Fixed extent bug for UNION in rt_raster_from_two_rasters
+
+2011-11-21 19:18  robe
+
+	* description corrections to ST_MapAlgebraNgbFct based on input
+	  from dzwarg
+
+2011-11-21 17:37  pracine
+
+	* Many fix following the C implementation of the two raster version
+	  of ST_MapAlgebra.
+
+2011-11-21 16:32  strk
+
+	* Add a vertex-snap-tolerance parameter to ptarray_substring
+	  
+	  This is aimed at improving robustness for ST_Split, which now
+	  uses an hard-coded tolerance of 1e-14 (see #1311)
+
+2011-11-21 16:15  robe
+
+	* revise explanation based on trying to read the code to figure out
+	  what nodatamode in theory should be doing
+
+2011-11-21 16:03  strk
+
+	* Numerate tests for line_substring
+
+2011-11-21 15:59  pracine
+
+	* -Fix cut and paste error
+
+2011-11-21 15:37  robe
+
+	* get rid of extra para tag
+
+2011-11-21 15:32  robe
+
+	* ST_MapAlgebraFctNgb:add in the nodatamode to ST_ (forgot it last
+	  time). I still have no clue what this parameter does -- doesn't
+	  seem to do anything for me like get rid of the border. Add in
+	  links to where to get example raster used. fix some typos
+
+2011-11-21 14:59  strk
+
+	* Add testcase for #1311 (lwgeom_split).
+	  
+	  Also fix existing testcase (wasn't really testing it).
+
+2011-11-21 14:59  strk
+
+	* Fix memory leak in lwgeom_split
+
+2011-11-21 12:10  strk
+
+	* Hush warning about missing prototype.
+	  
+	  This is really a commit intended to amend the previous for the
+	  sake
+	  of pointing to the correct bug being closed by it: #1273 (not
+	  #1023
+	  which is more complex)
+
+2011-11-21 12:03  strk
+
+	* Have gserialized_get_gbox_p always return a round-to-float box
+	  
+	  That is, even when computing the box from scratch.
+	  This makes the box always float-oriented,
+	  consistently between cached and computed boxes.
+	  Closes (hopefully forever) bug #1023.
+	  Includes testcase otherwise failing.
+
+2011-11-21 09:33  strk
+
+	* Add testcase for ticket #1302 (now passes)
+
+2011-11-21 08:33  strk
+
+	* Update expected error messages not to include the "topology"
+	  namespace (now that it's part of the search_path).
+
+2011-11-21 08:23  strk
+
+	* Rename "LibGeom Suite" to simply "libgeom", for easy of use
+
+2011-11-21 08:21  strk
+
+	* Surrender to evidence of the narrow ring tested being clockwise
+
+2011-11-21 08:08  strk
+
+	* Improve robustness of ptarray_isccw (see #1302)
+
+2011-11-21 07:48  robe
+
+	* Logic to add topology to database search path on install or
+	  upgrade
+
+2011-11-21 04:02  robe
+
+	* FIX upgrade script - complement to r8186 - drop all mapalgebra
+	  functions before upgrade because for pg9.0+ CREATE OR REPLACE
+	  FUNCTION fails if argument names have changed. Also update docs
+	  to reflect new naming of userfunction to
+	  onerasteruderfunc,tworasteruserfunc,onerasternguserfunc
+
+2011-11-20 21:37  robe
+
+	* fix some ST_MapAlgebra userfunc arg names to agree with code.
+	  Still ng ones to go and drop fix.
+
+2011-11-20 21:35  strk
+
+	* Add another test for ptarray_isccw, which incredibly seems to
+	  disagree with the same check done when the same ring occurs in a
+	  polygon
+
+2011-11-20 21:19  strk
+
+	* Do not memcpy to self in ptarray_reverse (see #1302)
+
+2011-11-20 21:19  strk
+
+	* Better indent for comparing obtained/expected
+
+2011-11-20 20:51  strk
+
+	* Fix 'clean' rule under loader to drop stuff under .libs
+
+2011-11-20 20:51  strk
+
+	* Add test for lwgeom_force_clockwise (see #1302)
+
+2011-11-19 17:28  strk
+
+	* Add test for ptarray_isccw (see #1302)
+
+2011-11-18 23:47  dustymugs
+
+	* Addition of function rt_util_gdal_datatype_to_pixtype to
+	  complement rt_util_pixtype_to_gdal_datatype.
+
+2011-11-18 22:38  dzwarg
+
+	* Documented ST_Rotation and ST_SetRotation.
+
+2011-11-18 21:41  dustymugs
+
+	* Update parameter names for regprocedure data types
+
+2011-11-18 21:28  dzwarg
+
+	* Nodata mode defaults to 'ignore' if it is NULL. Added tests for
+	  out of range neighborhoods.
+
+2011-11-18 20:56  dzwarg
+
+	* Non-functional change. Updated author email address for dzwarg.
+
+2011-11-18 20:53  dzwarg
+
+	* Refactored ST_MapAlgebraFctNgb to cache userfunction lookup, and
+	  accept NULL input and output values.
+
+2011-11-18 20:15  dzwarg
+
+	* Refactored ST_MapAlgebraFct to cache userfunction lookup, and
+	  accept NULL input and output values.
+
+2011-11-18 18:30  dustymugs
+
+	* Added a flag --with-raster-dblwarning so as to provide the
+	  software builder the option of enabling all the value
+	  truncation/clamping/conversion warnings, which can be many. The
+	  new default is to suppress those warnings. All appropriate
+	  regression tests have been updated.
+	  
+	  Associated ticket is #1307
+
+2011-11-18 15:53  dzwarg
+
+	* Enabled all tests on ST_MapAlgebraFctNgb.
+
+2011-11-18 14:53  dzwarg
+
+	* Fixed debug problem in #1308
+
+2011-11-18 13:59  robe
+
+	* fix minor typo
+
+2011-11-18 13:58  robe
+
+	* document new ST_GeomFromGeoJSON function. Will provide examples
+	  later once resolved my JSON-C compilation issues
+
+2011-11-18 13:24  robe
+
+	* minor corrections
+
+2011-11-18 03:36  robe
+
+	* increment alpha release number to allow upgrade with extensions
+
+2011-11-18 03:08  robe
+
+	* fix code comment
+
+2011-11-18 02:54  robe
+
+	* forgot pixeltype in ngb arg list
+
+2011-11-18 02:48  robe
+
+	* fix typo in linkends
+
+2011-11-18 02:32  robe
+
+	* put in missing spaces
+
+2011-11-18 02:31  robe
+
+	* ST_MapAlgebraFctNgb (and put in immuatable for other
+	  st_mapalgebras)
+
+2011-11-18 01:15  robe
+
+	* #1306: document rescale and provide examples, fix st_resample
+	  args. (still 2 more to go in this ticket)
+
+2011-11-18 00:29  pramsey
+
+	* Move library link to appropriate place.
+
+2011-11-18 00:17  pramsey
+
+	* Add ST_GeomFromGeoJSON (#376)
+
+2011-11-18 00:17  robe
+
+	* correct ST_Resample arguments to agree with implementation. Still
+	  need to fill in descriptions of what all params mean
+
+2011-11-17 22:48  dustymugs
+
+	* Fix the 8.4 error only described in #1296.
+
+2011-11-17 15:04  dustymugs
+
+	* Additional corrections and cleanup for ST_BandNoDataValue
+
+2011-11-17 14:57  dustymugs
+
+	* Fixed a bunch of other nodataval datatype issues.
+
+2011-11-17 14:49  dustymugs
+
+	* Fixed invalid handling of nodatavalue in ST_BandMetaData(). Issue
+	  arises due to C backend using Float8GetDatum while SQL frontend
+	  using real datatype.
+
+2011-11-17 04:25  robe
+
+	* put in some spacing
+
+2011-11-17 01:44  robe
+
+	* more event ideas
+
+2011-11-16 20:39  robe
+
+	* put in missing svn:keywords fix formatting of cards so easier to
+	  break on pages
+
+2011-11-16 17:38  robe
+
+	* Post GIS day commemorative cards generator
+
+2011-11-16 03:41  robe
+
+	* logic to create a an topology_upgrade_20_minor.sql
+
+2011-11-15 18:15  dustymugs
+
+	* Removed hardcoded SRID of 0 and replaced with ST_SRID('Point(0
+	  0)'::geometry)
+
+2011-11-15 00:48  robe
+
+	* put in missing t in raster load examples
+
+2011-11-14 23:21  dzwarg
+
+	* Added single version of map algebra that operates on
+	  neighborhoods.
+
+2011-11-14 21:40  dustymugs
+
+	* Added ability to specify raster width and height to ST_Resample.
+	  
+	  Associated ticket is #1267
+
+2011-11-14 08:15  robe
+
+	* revise extension upgrade builder to use new remove functions from
+	  extension before attemtpting to readd them. Cool I can now
+	  upgrade my 2.0.0a3 to 2.0.0a.6 without any complaints.
+
+2011-11-14 07:36  robe
+
+	* minor corrections to extension helper, create extension
+	  uninstall, incorporate in topology extension upgrade script
+
+2011-11-14 05:44  robe
+
+	* helper functions for creating upgrade extension script. So far
+	  helper so I can sneakingly drop functions from an existing
+	  extension so I can reinstall them if a create or replace will not
+	  be sufficient.(so I avoid the dreaded error -- can't drop
+	  function /aggregate because its part of an extension.)
+
+2011-11-13 03:45  robe
+
+	* #1288: correct some obsolete advice about how to create indexes
+	  and register a geometry column.
+
+2011-11-12 18:20  strk
+
+	* Do not consider nodes with the same bounding box as being equal.
+	  
+	  Fixes bug #1284. Includes regression test.
+
+2011-11-12 15:12  dustymugs
+
+	* Added checks to make sure user-function is valid. Also added
+	  check for volatility of user-function with notice if function is
+	  volatile.
+
+2011-11-12 13:14  robe
+
+	* Fix typo
+
+2011-11-12 05:28  robe
+
+	* escape html entitities in program listing of ST_MApAlgebrafct 2
+	  band version
+
+2011-11-12 04:27  robe
+
+	* add examples and fix arg list
+
+2011-11-12 00:01  dustymugs
+
+	* Removed third variant as it conflicts with the second variant of
+	  2-raster ST_MapAlgebraFct
+	  
+	  Related ticket is #1283
+
+2011-11-11 23:07  robe
+
+	* begin documentation of 2 band ST_MapAlgebraFct -- waiting for
+	  dustymugs to fix signature before providing examples
+
+2011-11-11 20:34  robe
+
+	* fix arg list in ST_MapAlgebraExpr single band version
+	  (nodatavalexpr got relaplced with nodataval which is now double
+	  precision instead of text)
+
+2011-11-11 19:31  dzwarg
+
+	* Added more test to plpgsql ST_MapAlgebraFctNgb prototype.
+
+2011-11-11 18:50  dzwarg
+
+	* Added pl/pgsql prototype of the neighborhood map algebra
+	  function.
+
+2011-11-11 15:45  dustymugs
+
+	* Removed commented-out stubs for nonexistant RASTER_mapAlgebra2Fct
+
+2011-11-11 15:41  dustymugs
+
+	* Add ST_MapAlgebraFct for 2 rasters. This is the sibling of
+	  2-raster ST_MapAlgebraExpr. Renamed RASTER_mapAlgebra2Expr to
+	  RASTER_mapAlgebra2 as both 2-raster ST_MapAlgebraExpr and
+	  ST_MapAlgebraFct call the same function.
+	  
+	  Associated ticket is #1281.
+
+2011-11-11 08:40  robe
+
+	* put comment about expression
+
+2011-11-10 20:59  dzwarg
+
+	* Updated documentation for all variants of ST_MapAlgebraFct.
+
+2011-11-10 11:10  strk
+
+	* Make sure to "round-to-float" boxes read from serialized, no
+	  matter if there was or not a cache. Fixes #1273. Includes regress
+	  testing. Note: would be worth to also test the 2-points line case
+	  (I didn't in this specific commit, but the patch should fix that
+	  as well).
+
+2011-11-10 00:18  robe
+
+	* add missing references to other functions used
+
+2011-11-10 00:15  robe
+
+	* Add example of overlaying single rasters on same canvas
+
+2011-11-10 00:02  dustymugs
+
+	* Signatures changed for ST_MapAlgebraExpr where nodatavaluerepl
+	  (text) is now nodataval (double precision)
+
+2011-11-09 23:52  dustymugs
+
+	* Removed all remaining memory leaks from testapi.c
+
+2011-11-09 23:12  dustymugs
+
+	* Rolled back attempt to clean up memory handling. We'll just live
+	  with this until testapi.c is replaced by cunit tests for raster.
+
+2011-11-09 23:00  dustymugs
+
+	* Separated the output raster's extent calculation from
+	  RASTER_mapAlgebra2Expr() in rt_pg.c to
+	  rt_raster_from_two_rasters() in rt_api.c. Added test of
+	  rt_raster_from_two_rasters() in testapi.c
+
+2011-11-09 17:15  robe
+
+	* fix typos, provide description for nodatanodataval (pierre /
+	  bborie /dzwarg -- please check my definitions to make sure they
+	  are right)
+
+2011-11-09 15:35  dustymugs
+
+	* Fixed bug where an expression doesn't contain a placeholder
+	  (either rast1 or rast2).
+	  
+	  Associated ticket is #1276.
+
+2011-11-09 05:02  robe
+
+	* fix minor typos
+
+2011-11-09 03:52  robe
+
+	* increment version
+
+2011-11-09 03:45  robe
+
+	* break out what all the different arguments are in 2 map algebra.
+
+2011-11-09 02:55  robe
+
+	* fix some typos, revise example demonstrating difference between
+	  intersection and union. include pictures.
+
+2011-11-09 01:05  robe
+
+	* Add ST_BandMetaData to drop target. Upgrade can't install the new
+	  version otherwise since the output parameter data types changed.
+
+2011-11-08 23:18  dustymugs
+
+	* Fix floating point issues in rt_raster_geopoint_to_cell in
+	  addition to other minor changes.
+
+2011-11-08 21:34  dustymugs
+
+	* Bug fix for evaluating remainder when remainder is infinitely
+	  close to 1. Basically, the check wasn't added to a block of code
+	  those similar blocks of code had the check.
+
+2011-11-08 20:32  robe
+
+	* ST_MapAlgebraExpr - 2 band version - incorporate Pierre's
+	  corrections / additions
+
+2011-11-08 18:41  robe
+
+	* document ST_MapAlgebraExpr (2 raster band version). Need to clean
+	  up the example also figure out how I managed to crash my server
+	  with this.
+
+2011-11-08 17:47  pramsey
+
+	* Do the "are boxes different?" test in ST_Equals using a tolerance
+	  instead of exact comparisons.
+
+2011-11-08 10:23  strk
+
+	* Re-fix robustness issue on 32bit system (seg is 0-based, npoints
+	  is 1-based but segments is npoints-1)
+
+2011-11-08 08:55  strk
+
+	* Give unique names to linearref tests
+
+2011-11-08 08:55  strk
+
+	* Add test for bug #1270
+
+2011-11-08 08:51  strk
+
+	* Fix st_line_locate_point check for "last point" (#1271)
+
+2011-11-08 05:27  dustymugs
+
+	* Renamed ST_MapAlgebra2Expr to ST_MapAlgebra after concensus with
+	  Pierre and Regina.
+
+2011-11-08 00:00  dustymugs
+
+	* Replaced ST_MapAlgebraExpr's "nodatavalueexpr" parameter with
+	  "nodataval" and datatype changed from text to double precision.
+	  This makes this parameter the same as "nodatanodataval" found in
+	  ST_MapAlgebra2Expr.
+	  
+	  Associated ticket is #866
+
+2011-11-07 21:17  dustymugs
+
+	* Rephrased a sentence or two in ST_Resample. Might not be the
+	  best.
+
+2011-11-07 21:07  dustymugs
+
+	* Addition of 2-raster map algebra function ST_MapAlgebra2Expr.
+	  Next is ST_MapAlgebra2Fct.
+	  
+	  Ticket is #1268.
+
+2011-11-07 17:01  strk
+
+	* Enhance robustness of ptarray_locate_point, fixing bug #1269.
+	  
+	  Includes regression testcase.
+
+2011-11-06 20:26  dustymugs
+
+	* Following the cleanup in r8104, additional cleanup to remove
+	  POSTGIS_GDAL_VERSION
+
+2011-11-06 20:17  strk
+
+	* Double-check line splitting to avoid returning empty components
+	  
+	  It happened on my 32bit system based on presence or absence of an
+	  lwnotice call, probably a compiler bug...
+
+2011-11-06 19:39  strk
+
+	* Don't change SQL at compile time. The code is safe enough.
+
+2011-11-06 19:30  dustymugs
+
+	* Renamed output parameter "hasnodatavalue" to "hasnodata" in
+	  ST_BandMetadata(). This makes the parameter name consistent with
+	  all other use of "hasnodata" and the docs for ST_BandMetadata.
+
+2011-11-06 04:56  dustymugs
+
+	* Fixed the bug described in #1263. Also fixed additional code that
+	  has the same problem. Additional syntax cleaning and comments
+	  updated. Fixed the problem with "make check" running test/core
+	  twice.
+
+2011-11-05 22:40  dustymugs
+
+	* Reverted r8100 due to regression failures. Instead, I added an
+	  exception check to catch for when the client isn't able to find
+	  postgis_gdal_version in the search path.
+	  
+	  Associated ticket is #1266
+
+2011-11-05 14:28  dustymugs
+
+	* Moved postgis_gdal_version() from rtpostgis.sql.in.c to
+	  postgis.sql.in.c. Added additional sed command to
+	  postgis/Makefile.in to handle RASTER_MODULE_PATH so as to
+	  continue using the underlyiing RASTER_gdal_version().
+	  
+	  Associated ticket is #1266.
+
+2011-11-05 03:50  robe
+
+	* Fix output of ST_Node -- evidentally we haven't yet instituted
+	  the change to output MULTILINESTRINGZ etc in WKT in ST_AsText nor
+	  ST_AsEWKT
+
+2011-11-04 22:06  robe
+
+	* increment to 2.0.0a4
+
+2011-11-04 22:05  robe
+
+	* increment to 2.0.0a4
+
+2011-11-04 21:43  robe
+
+	* alphabatize reference_processing section. Change postgis
+	  cheatsheet to output to 2 columns. Minor adjusts to tiger
+	  cheatsheet
+
+2011-11-04 20:46  robe
+
+	* #1206: put in example for ST_Node. Can't test yet since my geos
+	  is recompiling.
+
+2011-11-04 18:48  strk
+
+	* Document ST_Node (#1206)
+
+2011-11-04 18:24  strk
+
+	* Add SQL-level tests for ST_Node (#1206)
+
+2011-11-04 18:17  strk
+
+	* Fix clean rule to get rid of .o files
+
+2011-11-04 14:25  strk
+
+	* Expose ST_Node at SQL level (#1206)
+
+2011-11-04 12:22  robe
+
+	* ability to turn off example generation, and change to turn off by
+	  default
+
+2011-11-04 08:15  strk
+
+	* Fix builds againts GEOS < 3.3
+
+2011-11-04 06:45  strk
+
+	* Add an lwgeom_node function in liblwgeom (see #1206)
+	  Includes testcase
+
+2011-11-04 00:57  robe
+
+	* Add enhanced note for AddGeometryColumn
+
+2011-11-03 17:28  strk
+
+	* Add lwcollection_reserve internal function
+
+2011-11-03 17:09  strk
+
+	* Pass GEOS version to unit tests, skip test for SPLIT when
+	  building against older geos.
+
+2011-11-03 16:20  strk
+
+	* Add an line-by-point internal split function taking an output
+	  vector.
+	  Regress test the new function.
+
+2011-11-02 16:53  strk
+
+	* Add test for ST_Summary
+
+2011-11-02 13:48  robe
+
+	* change order of populate_geometry_columns drop all one depends on
+	  oid one
+
+2011-11-02 13:47  robe
+
+	* drop populate_geometry_columns(). This is needed because got
+	  replaced by populate_geometry_columns(use_typmod=true). So if
+	  both exist get function is not unique error
+
+2011-11-02 13:42  robe
+
+	* #1256 drop memgeomunion so geomunion can be dropped
+
+2011-11-02 06:50  robe
+
+	* more formatting experiments
+
+2011-11-02 04:28  pramsey
+
+	* Composite geometries end up with nested BBOX caches (#1254)
+
+2011-11-01 18:17  dustymugs
+
+	* Based upon mailing list discussion, changed call to ST_AsRaster
+	  in _st_intersects(raster, geometry) to _st_asraster.
+
+2011-11-01 17:59  pramsey
+
+	* Make st_summary at least return consistent results (#1254)
+
+2011-11-01 17:11  robe
+
+	* document ST_SameAlignment
+
+2011-11-01 04:41  robe
+
+	* revise all to output arg list and conditionally show examples and
+	  descriptions
+
+2011-11-01 03:06  robe
+
+	* xsl to generate postgis cheatsheet, add make cheatsheet to
+	  gnumake, better outptuting of functions with different protos.
+
+2011-10-31 22:26  strk
+
+	* ST_CreateTopoGeo: speedup merged lines splitting [RT-SIGTA]
+
+2011-10-31 21:18  pramsey
+
+	* Increase accuracy of area calculation (#810)
+
+2011-10-31 20:59  pramsey
+
+	* Remove redundant prototype
+
+2011-10-31 20:55  pramsey
+
+	* Move gserialized_get_gbox_p to liblwgeom and
+	  gserialized_read_gbox_p to liblwgeom_internal
+
+2011-10-31 20:23  pramsey
+
+	* Rename pglwgeom_box2d_p
+
+2011-10-31 20:02  robe
+
+	* add raster cheat sheet generator -- and a make cheatsheets
+	  command to generate all.
+
+2011-10-31 19:20  robe
+
+	* get rid of word "Functions" in section headers
+
+2011-10-31 13:03  strk
+
+	* ST_CreateTopoGeo: do not drop input nodes of degree 2 (#1258)
+	  [RT-SIGTA]
+
+2011-10-31 12:45  strk
+
+	* Fix generation of topology in presence of edges with same
+	  bounding box (#1261).
+	  
+	  Includes regress test [RT-SIGTA]
+
+2011-10-31 12:22  robe
+
+	* fix another erroneous statement - its ValidateTopology not
+	  ST_ValidateTopology
+
+2011-10-31 11:58  robe
+
+	* get rid of word feature in description of AddTopGeometryColumn.
+	  Table can be any kind of table.
+
+2011-10-31 05:32  robe
+
+	* more cleanup -- only print example sections if they have examples
+
+2011-10-31 03:14  robe
+
+	* build cheat sheet for tiger geocoder. This one looks better laid
+	  out than topology one so have to revisit topology
+
+2011-10-31 02:11  robe
+
+	* logic to flag new functions and allow tags in listings to be
+	  displayed
+
+2011-10-30 23:10  robe
+
+	* get rid of unused styles
+
+2011-10-30 21:47  strk
+
+	* AddEdgeModFace, AddEdgeNewFaces: simplify calls to AddEdge
+	  [RT-SIGTA]
+
+2011-10-30 20:57  pramsey
+
+	* Remove some duplicate headers (much of this to be done...)
+
+2011-10-30 20:45  pramsey
+
+	* Remove SERIALIZED_FORM
+
+2011-10-30 20:40  pramsey
+
+	* Remove pglwgeom_serialize
+
+2011-10-30 19:15  strk
+
+	* Add some hints about the visited table for topology.AsGML
+
+2011-10-30 18:49  robe
+
+	* logic to build html cheatsheet -- some logic still needed to
+	  extract the examples correctly.
+
+2011-10-30 15:36  robe
+
+	* get rid of extra fluff words in section titles
+
+2011-10-29 20:54  pramsey
+
+	* Fix regression
+
+2011-10-29 20:35  pramsey
+
+	* Remove pglwgeom_ndims
+
+2011-10-29 20:07  pramsey
+
+	* Remove pglwgeom_size
+
+2011-10-29 20:04  pramsey
+
+	* Remove pglwgeom_get_zm
+
+2011-10-29 01:05  pramsey
+
+	* Fix odd formating in optimistic_overlap
+
+2011-10-29 01:01  pramsey
+
+	* Remove pglwgeom_is_empty
+
+2011-10-29 01:00  pramsey
+
+	* Remove pglwgeom_drop_bbox
+
+2011-10-29 00:58  pramsey
+
+	* Remove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
+
+2011-10-29 00:58  pramsey
+
+	* Remove pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m
+
+2011-10-29 00:50  pramsey
+
+	* Remove pglwgeom_get_type
+
+2011-10-28 22:06  pramsey
+
+	* remove pglwgeom_get_srid, pglwgeom_set_srid
+
+2011-10-28 21:57  pramsey
+
+	* Remove pglwgeom_deserialize
+
+2011-10-28 20:54  pramsey
+
+	* Commit remaining removals of BOX2DFLOAT4 and PG_LWGEOM
+
+2011-10-28 20:46  pramsey
+
+	* Remove BOX2DFLOAT4->GBOX and PG_LWGEOM->GSERIALIZED #defines
+
+2011-10-28 18:21  pramsey
+
+	* Fix call to geometry_type_from_string to use right type.
+
+2011-10-28 18:09  pramsey
+
+	* Move clone support functions into internal
+
+2011-10-28 18:01  pramsey
+
+	* Replace min/max/abs macros with FP_* variants in liblwgeom/ and
+	  with pgsql variants in postgis/
+
+2011-10-28 17:52  pramsey
+
+	* Remove orphaned box3d and box2dfloat4 utility functions
+
+2011-10-28 17:44  pramsey
+
+	* Remove orphaned _compute_box3d functions
+
+2011-10-28 17:35  pramsey
+
+	* Remove box2df_from_gbox and gbox_from_box2df
+
+2011-10-28 17:01  pramsey
+
+	* Ensure calls to lwgeom->type use type of uint8_t
+
+2011-10-28 14:51  pramsey
+
+	* Remove old profiling code
+
+2011-10-27 23:02  pramsey
+
+	* Remove old 8-bit type utility functions.
+
+2011-10-27 22:48  pramsey
+
+	* Remove LWGEOM_Min* and LWGEOM_Max*
+
+2011-10-27 21:03  pramsey
+
+	* Remove serialized_form functions:
+	  lwpoint_serialize_size
+	  lwpoint_serialize
+	  lwpoint_serialize_buf
+	  lwline_serialize_size
+	  lwline_serialize
+	  lwline_serialize_buf
+	  lwpoly_serialize_size
+	  lwpoly_serialize
+	  lwpoly_serialize_buf
+	  lwtriangle_serialize_size
+	  lwtriangle_serialize
+	  lwtriangle_serialize_buf
+	  lwcircstring_serialize_size
+	  lwcircstring_serialize
+	  lwcircstring_serialize_buf
+	  lwcollection_serialize_size
+	  lwcollection_serialize_buf
+	  lwgeom_constructempty
+	  lwgeom_constructempty_buf
+	  lwgeom_empty_length
+	  lwgeom_serialize_size
+	  lwgeom_serialize
+	  lwgeom_serialized_construct
+	  lwgeom_getsrid
+
+2011-10-27 20:52  pramsey
+
+	* Remove printBYTES
+
+2011-10-27 20:51  pramsey
+
+	* Reorder header file a little.
+
+2011-10-27 20:14  pramsey
+
+	* Complete removal of LWGEOM_INSPECTED
+
+2011-10-27 20:07  pramsey
+
+	* Remove LWGEOM_INSPECTED
+
+2011-10-27 20:05  pramsey
+
+	* Remove old deserialze and inspected functions.
+	  
+	  serialized_lwgeom_size
+	  lwgeom_size_subgeom
+	  lwgeom_size_point
+	  lwgeom_size_line
+	  lwgeom_size_circstring
+	  lwgeom_size_poly
+	  lwgeom_size_triangle
+	  lwgeom_deserialize
+	  lwpoint_deserialize
+	  lwline_deserialize
+	  lwpoly_deserialize
+	  lwtriangle_deserialize
+	  lwcircstring_deserialize
+	  lwmpoint_deserialize
+	  lwmline_deserialize
+	  lwmpoly_deserialize
+	  lwcollection_deserialize
+	  lwcompound_deserialize
+	  lwcurvepoly_deserialize
+	  lwmcurve_deserialize
+	  lwmsurface_deserialize
+	  lwpsurface_deserialize
+	  lwtin_deserialize
+	  printMULTI
+	  lwgeom_inspect
+	  lwgeom_getpoint_inspected
+	  lwgeom_getpoint
+	  lwgeom_getline_inspected
+	  lwgeom_getline
+	  lwgeom_getpoly
+	  lwgeom_getpoly_inspected
+	  lwgeom_gettriangle
+	  lwgeom_gettriangle_inspected
+	  lwgeom_getcircstring_inspected
+	  lwgeom_getgeom_inspected
+	  lwgeom_getsubgeometry
+	  lwgeom_getsubgeometry_inspected
+	  lwgeom_getsubtype
+	  lwgeom_getsubtype_inspected
+	  lwgeom_getnumgeometries
+	  lwgeom_getnumgeometries_inspected
+
+2011-10-27 19:23  pramsey
+
+	* Remove compute_serialized_box3d
+
+2011-10-27 19:10  pramsey
+
+	* Remove duplicate and unused is_worth_caching_serialized_bbox and
+	  is_worth_caching_lwgeom_bbox
+
+2011-10-27 18:44  pramsey
+
+	* Add ignores for new built files
+
+2011-10-27 14:35  strk
+
+	* Wrap lines within 80 columns
+
+2011-10-27 14:09  dustymugs
+
+	* Added rtpostgis_drop.sql, rtpostgis_drop.sql.in,
+	  rtpostgis_upgrade.sql and rtpostgis_upgrade_20_minor.sql to
+	  svn:ignore
+
+2011-10-27 14:08  dustymugs
+
+	* Refactored rt_band_get_min_value() to call new function
+	  rt_pixtype_get_min_value(). Addition of function
+	  rt_util_extent_type().
+
+2011-10-26 23:47  pramsey
+
+	* Remove PG_LWGEOM_construct
+
+2011-10-26 23:21  pramsey
+
+	* Remove orphaned pglwgeom function
+	  pglwgeom_compute_serialized_box3d
+
+2011-10-26 23:07  pramsey
+
+	* Remove non-gserialized portions of utility functions.
+
+2011-10-26 22:58  pramsey
+
+	* Remove more orphaned box2d support functions
+
+2011-10-26 22:36  pramsey
+
+	* Remove *_compute_box2d* functions that are now orphans.
+
+2011-10-25 21:19  pramsey
+
+	* Remove gserialized_on conditionals. Only type defines remain to
+	  be cleared out.
+
+2011-10-25 21:05  pramsey
+
+	* Remove old box2dfloat4 in favor of gbox.
+
+2011-10-25 20:31  strk
+
+	* Add own copyright on the file. See
+	  http://postgis.refractions.net/pipermail/postgis-devel/2004-March/thread.html
+	  for historical mail exchanges about it :)
+
+2011-10-25 20:02  pramsey
+
+	* Remove old serialized_form index selectivity code.
+
+2011-10-21 21:49  strk
+
+	* Explode the topology sections to keep primitive (sql/mm) topology
+	  management more separate from higher (TopoGeometry) management.
+
+2011-10-21 21:42  dustymugs
+
+	* Added rt_raster_set_geotransform_matrix() to provide quick
+	  setting of a raster's geotransform based upon the matrix
+
+2011-10-21 19:10  dustymugs
+
+	* Corrected rt_raster_same_alignment() and RASTER_sameAlignment()
+	  to behave as an end-user would expect it to. So intead of errors
+	  when parameters don't match, return false.
+
+2011-10-21 18:11  dustymugs
+
+	* Changed rt_raster_has_no_band to use 0-based band index instead
+	  of 1-based. Removed function prototype ST_HasNoData(raster) as
+	  the other prototype ST_HasNoData(raster, nband) now uses the
+	  default value of 1 for nband.
+
+2011-10-21 14:53  dustymugs
+
+	* Changed those functions that is 1-based for band index to 0-based
+	  in rt_core. This leaves only rt_raster_has_no_band, which may
+	  have other issues as well.
+	  
+	  Associated ticket is #754
+
+2011-10-21 12:01  robe
+
+	* put in logic to st_setsrid to wgs84 before doing
+	  st_distance_sphere in case Paul decides he doesn't want to fix
+	  the regression issue noted in #1243
+
+2011-10-20 22:24  dustymugs
+
+	* Renamed RASTER_samealignment() to RASTER_sameAlignment() and
+	  corrected C++ style comments with C comments
+
+2011-10-20 22:07  dustymugs
+
+	* Removed use of PG_DETOAST_DATUM_COPY and PG_FREE_IF_COPY as all
+	  rasters should be detoasted using PG_DETOAST_DATUM as it doesn't
+	  create a copy, thus consuming more space.
+
+2011-10-20 13:31  dzwarg
+
+	* Replaced missing signatures of ST_MapAlgebraFct.
+
+2011-10-20 00:49  robe
+
+	* move function args to single line so CREATe EXTENSION topology
+	  FROM unpackaged script builds corectly
+
+2011-10-19 23:47  robe
+
+	* add in missing ST_MapAlgebraFct protos
+
+2011-10-19 23:25  robe
+
+	* evidentally missed one or get the wrong ST_MapAlgebraFct proto in
+	  last commit
+
+2011-10-19 20:31  robe
+
+	* Get rid of st_mapalgebrafct(raster,text,regprocedure,text[])
+	  proto since there is no matching function - messing up my ability
+	  to test my extensions
+
+2011-10-18 11:37  robe
+
+	* #860 Get rid of some dup definitions in ST_MapAlgebraFct and add
+	  some missing ones.
+
+2011-10-18 02:23  robe
+
+	* Add postgis_before_drop for dropping functions that have arument
+	  names renamed before reinstall. Just for upgrade script since
+	  can't do CREATE OR REPLACE if arg names have changed
+
+2011-10-17 16:16  dzwarg
+
+	* Fixed documentation code listing typo for ST_MapAlgebraFct, and
+	  added more information about userfunctions and variadic text
+	  args.
+
+2011-10-17 13:45  robe
+
+	* update bios
+
+2011-10-17 13:10  dzwarg
+
+	* Added ST_MapAlgebraFct to documentation, with same examples as
+	  ST_MapAlgebraExpr
+
+2011-10-16 18:17  robe
+
+	* upgrade from a1-a3 for topology, beginning of upgrade extension
+	  for postgis -- still need to resolve issue of ALTER EXTENSION not
+	  having a DROP IF EXISTS -- a bit annoying for aggs.
+
+2011-10-14 22:43  robe
+
+	* Move XMin/Max etc out of miscellaneous into accessors -- Per
+	  Pierre's suggestion. Seems more logical.
+
+2011-10-14 22:36  robe
+
+	* Getr di of the word function in heard. Guess it is kind of stupid
+
+2011-10-14 18:11  dzwarg
+
+	* Implemented raster map algebra with user functions/callbacks.
+	  (#860)
+
+2011-10-13 17:54  pramsey
+
+	* Actually we use bash code, not sh code
+
+2011-10-13 12:28  robe
+
+	* Add _ST_Resample -- evidentally arg names changed. also got rid
+	  of arg names in _ST_AsRaster
+
+2011-10-13 11:56  robe
+
+	* Some functions need to be dropped before upgrade minor if they
+	  need to be recreated. This is required for functions where
+	  argument names change but fundamental types do not. Will add this
+	  to upgrade minor script build later.
+
+2011-10-12 14:36  dustymugs
+
+	* Bug fix for _ST_Intersects(geometry, raster) where the buffering
+	  of the intersection could return NULL. This happens if the buffer
+	  was passed zero for the buffer distance.
+
+2011-10-12 12:51  robe
+
+	* move ST_AddBand to raster constructors section per ticket #1240
+	  and rename Raster Band Accessors and Constructors to just Raster
+	  Band Accessors
+
+2011-10-12 11:26  robe
+
+	* another minor correction
+
+2011-10-12 11:18  robe
+
+	* #1241 apply doc_vacuum_analyze_and_I_None_typo.patch
+
+2011-10-11 14:37  strk
+
+	* Typename in type specifier doesn't need to be quoted.
+
+2011-10-11 10:33  strk
+
+	* Ignore more generated files
+
+2011-10-10 20:50  strk
+
+	* Restrict valid spatial_ref_sys SRID values between 1 and 998999
+	  (#1233)
+	  
+	  I guess it'll take some special handling for this change in the
+	  upgrade scripts. I didn't do any with this commit.
+
+2011-10-10 20:38  strk
+
+	* Clamp SRID in typmod parser. Now we get NOTICE/clamp also on
+	  create table.
+
+2011-10-10 20:26  strk
+
+	* Clamp SRID in AddGeometryColumn, update expected topology test
+	  results to expect -1 being transformed to 0 (current official
+	  UNKNOWN SRID value).
+
+2011-10-10 19:25  strk
+
+	* Do not use AddGeometryColumn, to avoid having to write an
+	  explicit unknown SRID value.
+
+2011-10-10 17:50  strk
+
+	* Hush NOTICES in regress test currently not emitting any
+	  (propedeutic for srid clamping in AddGeometryColumn, which is
+	  invoked with SRID=-1 by this testcase)
+
+2011-10-10 07:38  strk
+
+	* Clamp SRID on serialization and deserialization. Raise an error
+	  when clamp_srid receives a number > 999999
+
+2011-10-10 07:35  strk
+
+	* Do not input an explicit value to mean unknown SRID (in raster
+	  test)
+
+2011-10-10 07:20  strk
+
+	* Do not input an explicit value to mean unknown SRID
+
+2011-10-10 06:55  strk
+
+	* Use macros for hard-coded "magic" SRIDs used by _BestSRID and
+	  ST_Transform, use 999xxx range for them. See ticket #1230.
+
+2011-10-07 00:29  dustymugs
+
+	* Added additional error checking and error messages to
+	  ST_SameAlignment function
+
+2011-10-06 23:25  dustymugs
+
+	* minor cleanup and prettiness.
+
+2011-10-06 15:47  dustymugs
+
+	* Make use of clamp_srid function for SRID checks
+
+2011-10-06 14:08  strk
+
+	* Raise a NOTICE when a SRID <= 0 but != SRID_UNKNOWN is converted
+
+2011-10-06 13:35  strk
+
+	* Clamp literal SRID values occurring in WKB and WKT.
+
+2011-10-06 13:35  strk
+
+	* Add clamp_srid internal function returning UNKNOWN for <= 0
+	  values.
+
+2011-10-06 07:18  strk
+
+	* Do not use an explicit SRID=-1 in EKWT. It's not needed.
+
+2011-10-06 06:57  strk
+
+	* Do not use an explicit SRID=-1 in EKWT. It's not needed.
+
+2011-10-05 23:03  dustymugs
+
+	* Implements ST_SameAlignment.
+	  
+	  Associated ticket is #589.
+
+2011-10-05 18:55  dustymugs
+
+	* Fixed --with-gdalconfig parameter as per ticket #1167.
+
+2011-10-05 18:49  dustymugs
+
+	* As per Bryce's comments in ticket #1174, reduce the number of
+	  calculations when doing rt_raster_geopoint_to_cell by using an
+	  inverse geotransform matrix. Unlike the patch attached to the
+	  ticket, this commit does not change the structure of the
+	  rt_raster struct. It may be worth changing the rt_raster struct
+	  eventually, but will cost us the single memcpy when serializing
+	  rt_raster. Also, changes for testing SRID as "unknown" if value
+	  is lte SRID_UNKNOWN (presently 0).
+	  
+	  Associated ticket is #1174.
+
+2011-10-05 04:54  dustymugs
+
+	* Removed hackish use of POSTGIS_GDAL_VERSION in
+	  postgis/sqldefines.h.in and postgis/postgis.sql.in.c. Added
+	  conditional compilation of extent resizing based upon GDAL
+	  version in rt_api.c
+
+2011-10-04 23:32  dustymugs
+
+	* Fixed bug where a call to postgis_full_version causes error if
+	  postgis_gdal_version doesn't exist because raster support is not
+	  included
+
+2011-10-04 23:13  strk
+
+	* don't try to call postgis_gdal_version() if not testing raster
+	  (the signature is unavailable)
+
+2011-10-04 22:38  dustymugs
+
+	* Adds postgis_gdal_version() function as per ticket #1225.
+
+2011-10-04 20:51  dustymugs
+
+	* Changed adjustment of extent by half-pixel to full-pixel for
+	  points and linestrings to ensure compatibility with GDAL 1.6, 1.7
+	  and 1.8. GDAL 1.9 (current trunk) appears to work fine with
+	  half-pixel adjustments.
+
+2011-10-04 20:46  robe
+
+	* add KNN GIST + credits to news release (was already in docs)
+
+2011-10-04 20:43  robe
+
+	* minor correction to <#> description
+
+2011-10-04 19:50  dustymugs
+
+	* For linestrings, use same logic for points where extent is
+	  increased by half a pixel to catch geometries on the edges.
+	  
+	  Associated ticket is #1213
+
+2011-10-04 17:08  strk
+
+	* Do not base availability of SQL ST_Hausdorff* signatures on GEOS
+	  version
+	  
+	  Tested with GEOS from the 3.1 branch (yes, we still support it !)
+
+2011-10-04 16:45  strk
+
+	* Simple review of the topology README. Wasn't that outdated :)
+
+2011-10-04 16:27  strk
+
+	* Do not base availability of SQL isValid* signatures on GEOS
+	  version
+	  
+	  This is a work for the C level library.
+
+2011-10-04 14:33  strk
+
+	* Tweak expected test output to expect unknown srid to be reported
+	  as 0
+	  
+	  If this will change before release, git-revert is our friend
+
+2011-10-04 14:33  strk
+
+	* Make topology.CreateTopology unknown-srid-agnostic (uses ST_Srid
+	  to tell)
+	  
+	  Hopefully this makes the topology code stable during the SRID
+	  fights :)
+
+2011-10-03 15:29  robe
+
+	* Guess Nicklas was right - should have looked at my explain.
+	  Revised example to use geometry constants. Seems to be a
+	  limitation in KNN that it needs constants. Same annoying behavior
+	  with my trigram KNN that only constant phrases work, not even
+	  constant phrases wrapped in alias work.
+
+2011-10-03 10:32  strk
+
+	* Drop more non-ascii dashes, update regress tests (#1226)
+	  [RT-SIGTA]
+	  
+	  There's a still-failing regress test due to SRID 0 being
+	  considered != 1
+
+2011-10-03 10:26  strk
+
+	* Use ASCII dash, not UTF8 one. Fixes #1226. [RT-SIGTA]
+
+2011-10-02 23:38  robe
+
+	* Add in st_valuecount evidentally changed output in 2.0 series
+
+2011-10-02 14:12  dustymugs
+
+	* fixed _st_intersects(raster, geometry, integer) where call to
+	  ST_Intersects was hardcoding the first band of raster instead of
+	  using user-provided nband.
+
+2011-10-02 03:18  robe
+
+	* preliminary logic to build an rtpostgis_upgrade_20_minor.sql
+	  script. Still missing a drop somewhere since my older db doesn't
+	  upgrade because complains about out parameters changed in some
+	  function.
+
+2011-10-01 17:28  dustymugs
+
+	* Fixed installation path of rtpostgis.sql to contrib/postgis-2.0.
+	  Added build of rtpostgis_drop.sql
+	  
+	  Associated ticket is #615
+
+2011-10-01 16:47  robe
+
+	* itemize more removed functions for upgrade purposes
+
+2011-10-01 03:46  robe
+
+	* add very paertinatnet ST_3DDistance reference to ST_3DDwithin
+
+2011-10-01 02:58  robe
+
+	* get rid of obsolete proto, replace with new onesfor
+	  ST_Intersects. Clarify distinctions between raster/goemtry and
+	  geometry/raster operations
+
+2011-09-30 20:03  dzwarg
+
+	* Changed ST_MapAlgebra to ST_MapAlgebraExpr. Also moved around the
+	  pixeltype parameter -- it is no longer optional. Also updated
+	  docs that referred to ST_MapAlgebra. (#860)
+
+2011-09-30 18:34  dzwarg
+
+	* Renamed 'nodatavalueexpr' variable. (#866)
+
+2011-09-30 00:11  dustymugs
+
+	* Updated regression tests to correctly support change of unknown
+	  SRID from -1 to 0.
+
+2011-09-29 19:43  strk
+
+	* Fix distclean rule to drop Makefile too
+
+2011-09-29 19:43  strk
+
+	* Define SHELL (used by LIBTOOL and INSTALL) hopefully helps bug
+	  #1218
+
+2011-09-29 18:53  dustymugs
+
+	* Uncommented include of lwgeom_pg.h in rt_pg.c. Fixed setting SRID
+	  to -1 to SRID_UNKNOWN.
+
+2011-09-29 18:33  dustymugs
+
+	* Changed function ST_Intersects(raster, raster, int, int) to
+	  ST_Intersects(raster, raster). Added additional comments to
+	  rt_raster_geopoint_to_cell().
+	  
+	  Associated ticket is #1212
+
+2011-09-29 10:40  strk
+
+	* Do not incentivate use of SRID=-1 in mapserver examples.
+
+2011-09-29 10:34  strk
+
+	* Do not suggest using "SRID=<unknown>" prefix in EWKT
+
+2011-09-29 07:18  robe
+
+	* start work building unpackaged
+
+2011-09-29 04:05  robe
+
+	* add KNN gist and srid =0 breaking change. Add Vizzuality to
+	  corporate sponsors
+
+2011-09-28 23:59  pramsey
+
+	* Remove gserialized.h define file (actual #define is now
+	  temporarily in liblwgeom.h)
+
+2011-09-28 23:58  pramsey
+
+	* Remove GSERIALIZED_ON from .sql files.
+
+2011-09-28 23:38  pramsey
+
+	* Change "no SRID" SRID to 0 (#286)
+
+2011-09-28 21:56  robe
+
+	* document box distance KNN operator
+
+2011-09-28 15:06  pramsey
+
+	* Make the <-> operator return linear not square units, to match
+	  the <#> operator.
+
+2011-09-28 15:04  pramsey
+
+	* Add box-wise ORDER BY for KNN (#701)
+
+2011-09-28 10:13  strk
+
+	* Image generator also uses LWDEBUG macros... how popular !
+
+2011-09-28 10:05  strk
+
+	* Move LWDEBUG macros in a new lwgeom_log.h header file (see #1220)
+	  
+	  Update all implementation files accordingly.
+	  Fix some misuses out of liblwgeom.
+	  Add missing copyright notices in a few files.
+
+2011-09-27 23:29  robe
+
+	* merge postgis and raster into a single extension called
+	  "postgis", revise postgis_topology control to depend on this new
+	  extension
+
+2011-09-27 23:28  robe
+
+	* more drop of functions that changed signature
+
+2011-09-27 17:35  robe
+
+	* clarify current implementation is centroid of box not the
+	  geometry.
+
+2011-09-27 15:33  strk
+
+	* Drop duplicated geometry_out definition
+
+2011-09-27 05:09  robe
+
+	* correct the description on semantics of knn operator
+
+2011-09-27 03:40  dustymugs
+
+	* Removed ST_Intersects(raster, int, raster, int) version of two
+	  raster ST_Intersects.
+	  
+	  Associated ticket is #1212
+
+2011-09-27 03:15  robe
+
+	* wrap examples in cdata tags so don't break parser
+
+2011-09-27 02:58  robe
+
+	* document new knn gist operator -- example mostly plagiarized from
+	  Paul's postgis-devel example with addition of care consideration
+	  of safe casting and SQL formatting. I know I'm getting lazy in my
+	  old age.
+
+2011-09-27 02:22  robe
+
+	* preliminary work on drop deprecated functions. Not tied into
+	  anything yet.
+
+2011-09-27 02:09  robe
+
+	* get rid of obslete protos for ST_Intersects and revise
+	  description to describe new semantics of raster st_intersects
+
+2011-09-27 01:55  robe
+
+	* put in svn keywords and forcce to LF
+
+2011-09-26 21:05  pramsey
+
+	* Wrap <-> distance ordering into a PgSQL 9.1+ block.
+
+2011-09-26 20:39  pramsey
+
+	* Add support for KNN-GiST ops. First cut only, much testing
+	  required. (#701)
+
+2011-09-26 14:25  strk
+
+	* Don't use the same name for input parameter and returned table
+	  description.
+	  
+	  Hopefully fixes ticket #1210 [RT-SIGTA]
+
+2011-09-26 06:29  robe
+
+	* document ST_Intersects(rasta,rastb,nbanda,nbandb) -- left out
+	  ST_Intersects(rasta,nbanda,rastb,nbandb) - that one offends my
+	  senses.
+
+2011-09-25 20:37  robe
+
+	* add missing geos flag to let it make check under mingw
+
+2011-09-25 14:48  dustymugs
+
+	* Removed unnecessary typedef for fmin and fmax on windows.
+	  Possible fix to #1207.
+
+2011-09-24 19:05  dustymugs
+
+	* Tweaks to makefiles due to linker symbol errors in OSX. Hopefully
+	  this can also resolve the issue with #1207.
+
+2011-09-23 22:00  robe
+
+	* Add killer sed command to create a topology upgrade minor script
+	  from topology.sql. Also change release version to 2.0.0a1 since
+	  we haven't released yet. This will build a script to upgrade our
+	  mislabeled 2.0.0 to 2.0.0a1
+
+2011-09-23 19:58  robe
+
+	* #1209: redundant constraint chk_statefp on loading edges.
+
+2011-09-23 19:21  strk
+
+	* Update topology functions status. We've completed the SQL/MM set
+	  !
+
+2011-09-23 19:21  strk
+
+	* Implement topology.ST_CreateTopoGeo (#1190) [RT-SIGTA]
+	  
+	  Includes regress testing and documentation update
+
+2011-09-22 15:07  dustymugs
+
+	* Further tweaks to rt_raster_gdal_rasterize to correctly handle
+	  auto-computed extents of multipoints. Addition of ST_Intersects
+	  for two rasters. Refactored the one raster and one geometry
+	  version of ST_Intersects.
+	  
+	  Associated ticket is #1176
+
+2011-09-22 14:06  strk
+
+	* Make face creation order predictable in ST_AddEdgeNewFaces
+	  (#1205)
+	  
+	  Always create the face on the right first [RT-SIGTA]
+
+2011-09-22 09:14  strk
+
+	* Add notes and TODO items about the edge-adding functions
+	  [RT-SIGTA]
+	  
+	  See ticket #1205
+
+2011-09-22 07:22  strk
+
+	* Reduce noice produced by ST_AddEdgeModFace at NOTICE level
+	  [RT-SIGTA]
+
+2011-09-21 10:34  strk
+
+	* Don't wrap prepared geom implementation in a conditional macro
+	  
+	  These kind of full-disabling should be done at Makefile level...
+
+2011-09-21 09:50  strk
+
+	* Add header guards to geos headers, move GEOS_PREPARED define to
+	  the implementation file, add missing copyright header.
+
+2011-09-21 07:32  strk
+
+	* Make RemEdgeModFace symmetric to AddEdgeModFace about face
+	  retention
+	  
+	  Save the face on the right, so that running:
+	  ST_RemEdgeModFace(name, ST_AddEdgeModFace(name, ...))
+	  ... will not modify the topology.
+	  [RT-SIGTA]
+
+2011-09-21 03:29  robe
+
+	* move args to same line as func so extensions unpackaged adds them
+	  correctly will ahve to come up with a better way of doing this.
+
+2011-09-21 03:28  robe
+
+	* makr postgis_core as required. Admittedly this will go away once
+	  we merge postgis_core and raster. Doing this gets rid of issues
+	  with raster not being able to find geometry etc if installed in
+	  separate schema from postgis_core
+
+2011-09-21 03:23  robe
+
+	* more changes to properly utilize extenions model, 1 remove create
+	  schema since extesnion creates it if not present, in control file
+	  designate postgis_core is required so create adds it to search
+	  path, more cleanup for unpackaged
+
+2011-09-21 02:14  robe
+
+	* pick up table, type, trigger, and schemas in unlogged add
+
+2011-09-20 16:47  robe
+
+	* get rid of linebreaks in function arg list so unpackaged builder
+	  works, fix logical error in sed expression
+
+2011-09-20 15:49  robe
+
+	* preliminary logic to build install from unpackaged file
+
+2011-09-20 15:21  strk
+
+	* Implement ST_RemEdgeModFace (#1189) [RT-SIGTA]
+	  
+	  Include regress testing and documentation.
+
+2011-09-19 21:28  dustymugs
+
+	* additional code cleanup of rt_raster_gdal_rasterize
+
+2011-09-19 16:53  strk
+
+	* Have ST_RemEdgeNewFace return NULL when no face is created
+	  [RT-SIGTA]
+	  
+	  This is to match the ISO spec more closely. Docs and regress test
+	  updated.
+
+2011-09-19 14:17  strk
+
+	* Fix ST_Estimated_Extent by correctly interpret histogram box
+	  (#1200)
+
+2011-09-19 06:40  strk
+
+	* TopologySummary: do not count the universe face in the face count
+
+2011-09-19 06:40  strk
+
+	* ST_InitTopoGeo: use named argument, drop trailing space from
+	  return text
+
+2011-09-18 15:51  robe
+
+	* #1202 -- also fixed issue with when typ mod application fails
+	  (because of mixed geometries) to properly catch error and raise
+	  warning instead of throw error.
+
+2011-09-18 15:04  robe
+
+	* fix typo in warning
+
+2011-09-18 14:56  robe
+
+	* #1201 don't error out when populate_geometry_columns is called on
+	  an empty table, just provide warning and don't do anything.
+	  Exclude raster_columns from populate_geometry_columns inspection.
+
+2011-09-17 19:59  pramsey
+
+	* shp2pgsql gui wrong use of create spatial index (#1091)
+
+2011-09-17 07:58  strk
+
+	* Typo in testcase label
+
+2011-09-17 07:10  strk
+
+	* Typo
+
+2011-09-17 06:58  strk
+
+	* Minor inline documentation updates
+
+2011-09-17 06:46  strk
+
+	* Implement ST_RemEdgeNewFace (#1188) [RT-SIGTA]
+	  
+	  Includes regress testing and documentation.
+
+2011-09-16 13:32  dustymugs
+
+	* fixups and code cleanups for the rt_raster_gdal_rasterize to
+	  better handle point and linestring geometries
+
+2011-09-15 20:43  robe
+
+	* more cleanup and put in logic to also install in database help
+	  descriptors
+
+2011-09-15 20:05  robe
+
+	* fix invalid st_summarystats proto
+
+2011-09-15 18:35  robe
+
+	* now topology installs can get rid of error note.
+
+2011-09-15 18:33  robe
+
+	* postgis_topology extension now installing right. Had to get rid
+	  of ALTER TABLE .. hasz and merge it into the CREATE TABLE since
+	  that was the culprit causing extension install error
+
+2011-09-15 13:57  robe
+
+	* more cleanup -- this time no more errors when installing
+
+2011-09-15 08:40  robe
+
+	* Support for PostgreSQL 9.1 CREATE EXTENSION syntax
+
+2011-09-14 15:37  robe
+
+	* change & to html equivalent entity
+
+2011-09-14 15:24  robe
+
+	* provide real world examples of how to use CreateTopoGeom
+
+2011-09-14 14:55  robe
+
+	* more fixes
+
+2011-09-14 14:51  robe
+
+	* put in new timings. After speed fix loading is 3 times faster
+
+2011-09-14 14:02  robe
+
+	* fix typo and create another link reference
+
+2011-09-14 12:14  pracine
+
+	* Commented some queries so that the file can be executed to load
+	  the functions.
+
+2011-09-14 07:02  robe
+
+	* drop populate_geometry_columns version that just takes oid. Has
+	  bene replaced with versoin that takes default arg use_typmod
+
+2011-09-13 18:52  strk
+
+	* Re-enable accidentally disabled prepared geoms. Fixes bug #1165.
+
+2011-09-13 18:47  chodgson
+
+	* Added some diagrams to the st_overlaps docmentation
+
+2011-09-13 03:51  robe
+
+	* fix for #1158 can't compile 8.4 under mingw windows
+
+2011-09-12 16:02  strk
+
+	* Handle db initialization errors earlier
+
+2011-09-12 04:56  robe
+
+	* make topoelementarray examples make more sense
+
+2011-09-12 04:44  robe
+
+	* put in more description about what type id means
+
+2011-09-11 02:42  robe
+
+	* Link several functions back to new Topology_Load_Tiger since that
+	  demonstrates use of these functions
+
+2011-09-10 14:09  robe
+
+	* minor wording changes and reference to configuration part of
+	  documentation
+
+2011-09-10 13:52  robe
+
+	* fix typo link to tiger topology loader
+
+2011-09-10 12:43  strk
+
+	* Fix "no ID for constraint linkedn: Create_Topology" error
+
+2011-09-10 11:49  strk
+
+	* Honour DESTDIR in documentation Makefile. Patch by Bryce L
+	  Nordgren.
+	  
+	  See ticket #1184
+
+2011-09-10 06:43  robe
+
+	* Document tiger to postgis topology loader and revise scripts to
+	  install the new function. also some additional minor fixes
+
+2011-09-10 05:35  robe
+
+	* save as UTF-8
+
+2011-09-10 05:11  robe
+
+	* Alas a load with no topology validation errors. Fix remaining
+	  issues with missing loading of some edges of faces
+
+2011-09-10 02:49  robe
+
+	* get rid of superfluous junk
+
+2011-09-09 14:47  robe
+
+	* example of how to get actual edge geometries
+
+2011-09-09 14:06  robe
+
+	* revise to snap points to topology precision, also set edge
+	  left/right face to 0 if null (world face). ValidateTopology now
+	  reports 25 errors instead of 484 errors (what it did before)
+
+2011-09-08 19:18  robe
+
+	* revise to transform to spatial reference system of target
+	  topology
+
+2011-09-08 16:47  robe
+
+	* more changes to add missing edges
+
+2011-09-08 14:36  robe
+
+	* more minor corrections
+
+2011-09-08 14:23  robe
+
+	* #1181 TopologySummary is broken causing ambiquous reference.
+	  Changed to have local variable be called var_topology_id so
+	  doesn't conflict with table column topology_id
+
+2011-09-08 08:06  robe
+
+	* logic to load in edges marking those with orphaned next_left,
+	  next_right to -neg of itself
+
+2011-09-07 17:13  robe
+
+	* more typo corrections
+
+2011-09-07 14:57  robe
+
+	* more typos
+
+2011-09-07 14:55  robe
+
+	* fix typo
+
+2011-09-07 14:54  robe
+
+	* more work on tiger topology loader -- revised to use temp table.
+
+2011-09-07 13:58  dustymugs
+
+	* Updated expected output due to change in message
+
+2011-09-06 21:01  robe
+
+	* correct some mistatements about export functions
+
+2011-09-06 20:10  dustymugs
+
+	* Fixed ST_AsPNG to allow rasters with four bands as that becomes a
+	  RGBA PNG image.
+
+2011-09-06 16:40  robe
+
+	* fix typos
+
+2011-09-06 16:24  robe
+
+	* more examples
+
+2011-09-06 08:07  robe
+
+	* minor indentation fix
+
+2011-09-06 08:07  robe
+
+	* document st_resample - still need to put in examples
+
+2011-09-06 07:25  robe
+
+	* get rid of transparency -- transparency turning to black in pdf
+	  format
+
+2011-09-06 06:56  robe
+
+	* Add another example with pictures
+
+2011-09-06 02:11  robe
+
+	* Move ST_AsRaster and ST_Band to raster contructor section
+
+2011-09-05 15:44  robe
+
+	* revmoe history table out of docs for now
+
+2011-09-04 02:50  robe
+
+	* fix typo
+
+2011-09-02 19:46  robe
+
+	* Put in creative commons license stamp
+
+2011-09-02 01:54  dustymugs
+
+	* Added optimizations and shortcuts for
+	  rt_band_get_quantiles_stream
+
+2011-09-01 14:58  robe
+
+	* revise to return first part of street number e.g. 112-345 -> 112
+
+2011-09-01 12:35  robe
+
+	* revise so works under 8.4 evidentially in 8.4 INTO USING clauses
+	  are not interchangeable but they are in later versions
+
+2011-09-01 11:41  robe
+
+	* fill in missing tag
+
+2011-09-01 09:00  robe
+
+	* more finetuninng of street offset to consider non-straight tlids
+
+2011-08-31 14:54  robe
+
+	* #1052 update doco to reflect change in behavior.
+
+2011-08-31 14:53  robe
+
+	* #1052 -- instead of placing geocoded point at center line, offset
+	  it 10 meters to the correct odd/even (L / R utilizing addr.side
+	  field). May later change this to allow the user to specify the
+	  offset amount.
+
+2011-08-31 07:06  strk
+
+	* With libtool for loader/dumper there's no need to stage-install
+	  them
+	  
+	  Fixes ticket #1177 [RT-SIGTA]
+
+2011-08-29 16:02  robe
+
+	* fill in missing protos for ST_AsRaster
+
+2011-08-29 15:23  strk
+
+	* Dynamically link loader and dumper to liblwgeom [RT-SIGTA]
+	  
+	  This reduces each of the 3 installed executable sizes by 547 Kb.
+
+2011-08-29 14:45  strk
+
+	* Use libtool to link liblwgeom unit tester (helps testing the
+	  shared library)
+
+2011-08-27 17:16  dustymugs
+
+	* fixed improperly commented-out RAISE DEBUG statement for
+	  AddRasterColumn function.
+	  
+	  Associated ticket is #1175.
+
+2011-08-26 14:47  dustymugs
+
+	* Added solaris define for UNIX using patch provided by rroliver.
+	  
+	  Associated ticket is #1171.
+
+2011-08-26 00:04  dustymugs
+
+	* Tweaked memory allocation in RASTER_quantileCoverage.
+
+2011-08-25 23:23  dustymugs
+
+	* Fixed the function rt_band_get_summary_stats rt_core/rt_api.c to
+	  correctly handle the situation where a band's values are all
+	  nodata
+
+2011-08-25 18:39  dustymugs
+
+	* Removed "WITH OIDS" from raster table creation.
+
+2011-08-25 18:18  dustymugs
+
+	* Fix error of unknown symbol gidx_to_string when building with the
+	  flags --with-raster --enable-debug using patch
+	  gidx_to_string.patch provided by bnordgren.
+	  
+	  Associated ticket is #1161
+
+2011-08-25 14:44  dustymugs
+
+	* Fixed the problem where having configure detect that GDAL has the
+	  GDALFPolygonize function does not cause the code to use
+	  GDALFPolygonize. This is due to the macro GDALFPOLYGONIZE not
+	  being set anywhere. So, it is now being set in raster_config.h.in
+	  and included in rt_core/rt_api.h. Had to update testapi.c as the
+	  geometries generated differ depending on whether or not
+	  GDALFPolygonize is used.
+	  
+	  Associated ticket is #650
+
+2011-08-25 11:33  robe
+
+	* provide better example and images to complement. Also note that
+	  ST_AsRaster doesn't yet work with newer geometries
+
+2011-08-24 22:31  pramsey
+
+	* Added in gettext headers to allow compilation under osx with
+	  iconv
+
+2011-08-24 19:20  robe
+
+	* cleanup formatting a bit on ST_AsRaster example
+
+2011-08-24 17:40  dustymugs
+
+	* Added DESTDIR so that raster2pgsql.py is installed in the
+	  user-specified path
+
+2011-08-24 16:08  robe
+
+	* Provide some examples for using ST_AsRaster. This function is way
+	  cool.
+
+2011-08-24 15:23  dustymugs
+
+	* Inclusion of missing ST_PixelWidth and ST_PixelHeight functions
+	  and regression tests.
+	  
+	  Associated ticket is #928
+
+2011-08-23 22:41  dustymugs
+
+	* Refactored ST_ValueCount and ST_ValuePercent to be a C function
+	  rather than a plpgsql function.
+
+2011-08-22 21:24  robe
+
+	* #997 put in correct codes for non-state us territories
+
+2011-08-21 03:34  robe
+
+	* #1158 add proj flags to fix mingw test issue
+
+2011-08-20 21:17  strk
+
+	* Put PG_MODULE_MAGIC in raster and postgis source files rather
+	  than in libpgcommon. Should fix the mingw build. See ticket
+	  #1158.
+
+2011-08-20 21:08  strk
+
+	* Use PROJ cflags when building raster module (see #1158)
+
+2011-08-20 17:51  dustymugs
+
+	* More fixups for the quantile coverage function. Fixes segfault
+	  that seems to only occur on OSX.
+
+2011-08-20 16:43  strk
+
+	* Drop duplicated typedef [RT-SIGTA]
+
+2011-08-20 15:55  strk
+
+	* Install liblwgeom.h under a sensible location... [RT-SIGTA]
+
+2011-08-20 15:43  strk
+
+	* Move gserialized_gist to libpgcommon fixing a circular dependency
+	  between libpgcommon and liblwgeom, put libpgcommon _after_
+	  liblwgeom in pg modules link lines, drop duplicated
+	  lwgeom_init_allocators and PG_MODULE_MAGIC from raster module
+	  (they are in libpgcommon already). Includes patch in #1161.
+	  [RT-SIGTA]
+
+2011-08-20 00:54  dustymugs
+
+	* Corrected incorrect function usage
+
+2011-08-19 22:57  dustymugs
+
+	* Added forgotten explicit freeing of memory and some code cleanup
+
+2011-08-19 19:08  dustymugs
+
+	* Adds coverage table version of ST_Quantile and ST_ApproxQuantile.
+	  Function implemented using the algorithm discussed in
+	  
+	  A One-Pass Space-Efficient Algorithm for Finding Quantiles (1995)
+	  by Rakesh Agrawal, Arun Swami
+	  in Proc. 7th Intl. Conf. Management of Data (COMAD-95)
+	  http://www.almaden.ibm.com/cs/projects/iis/hdb/Publications/papers/comad95.pdf
+	  
+	  Also refactored the regression test for rt_histogram due to
+	  unnecessary columns in output
+
+2011-08-19 14:04  dustymugs
+
+	* Commit of patch provided by David Zwarg in #482 adding the
+	  functions ST_SetRotation, ST_Rotation, ST_PixelHeight and
+	  ST_PixelWidth.
+	  
+	  Associated tickets are #482, #928, #929 and #936
+
+2011-08-19 10:12  strk
+
+	* Include version in liblwgeom.h [RT-SIGTA]
+	  
+	  Closes ticket #1164
+
+2011-08-19 09:34  strk
+
+	* Drop (u)int32 and uchar in favor of C99 standard int types
+	  [RT-SIGTA]
+	  
+	  This commit drops PostgreSQL references in liblwgeom.h (C_H
+	  define)
+	  and hopefully reduces the noise generated by custom symbols.
+
+2011-08-19 09:30  strk
+
+	* Don't use problematic int types for no reason...
+
+2011-08-19 08:16  strk
+
+	* Install liblwgeom on 'make install' [RT-SIGTA]
+	  
+	  Uses liblwgeom.h as the API header for liblwgeom.
+
+2011-08-19 07:55  strk
+
+	* Move SQL-exposed functions out of libpgcommon (#1163).
+
+2011-08-16 13:19  robe
+
+	* more clarification of behavior change in 2.0 of bbox storage
+
+2011-08-16 12:51  robe
+
+	* #1160: documentation clarification of behavior
+
+2011-08-16 09:47  strk
+
+	* Move NO_*_VALUE from liblwgeom.h to liblwgeom_internal.h
+	  [RT-SIGTA]
+
+2011-08-16 09:25  strk
+
+	* Move DIST_MAX and DIST_MIN from liblwgeom.h to
+	  liblwgeom_internal.h (weird values, btw) [RT-SIGTA]
+
+2011-08-16 09:15  strk
+
+	* Honour DISTDIR when installing liblwgeom. Drop the finish call as
+	  it may require root privileges on some systems [RT-SIGTA].
+
+2011-08-15 22:43  dustymugs
+
+	* Removed unnecessary code from rt_band_get_summary_stats. Fixed
+	  incorrect comment for rt_band_get_value_count.
+
+2011-08-15 11:36  strk
+
+	* Use proper PROJ4 flags when linking against liblwgeom. See ticket
+	  #1158. [RT-SIGTA]
+
+2011-08-14 19:47  strk
+
+	* Fix for missing include directory on Mingw (#1158). Thanks Bryce
+	  Nordgren.
+
+2011-08-14 12:39  robe
+
+	* #1071: Logic to mark nodes that are contained in a face
+
+2011-08-14 12:32  robe
+
+	* #1071 - start work on tiger PostGIS topology loader
+
+2011-08-13 18:10  dustymugs
+
+	* Consolidated various struct declarations from rt_api.c into
+	  rt_api.h as these structs are duplicatively redeclared in rt_pg.c
+	  and testapi.c
+
+2011-08-13 10:06  strk
+
+	* Second attempt at libtool usage. Seems better to me now.
+	  PostGIS clients still all use the static version of the library.
+	  Libraries are not installed by default.
+	  [RT-SIGTA]
+
+2011-08-13 09:02  strk
+
+	* Drop unused code
+
+2011-08-13 02:01  robe
+
+	* #1156 incorporate suggestions from forkandwait
+
+2011-08-12 19:18  strk
+
+	* Move lwproj_from_string from libpgcommon to liblwgeom [RT-SIGTA]
+
+2011-08-12 17:57  strk
+
+	* liblwgeom/cunit also needs PROJ_CPPFLAGS
+
+2011-08-12 17:55  strk
+
+	* Rename make_project to lwproj_from_string, ready to be moved to
+	  liblwgeom [RT-SIGTA]
+
+2011-08-12 17:42  strk
+
+	* Even generator.c will need proper proj cflags now..
+
+2011-08-12 17:37  strk
+
+	* loader also includes liblwgeom.h, thus wants PROJ cpp flags
+
+2011-08-12 17:33  strk
+
+	* Use PROJ4 C flags, see if this makes Hudson happy.
+
+2011-08-12 17:26  strk
+
+	* Copyright review on lwgeom_pg.{c,h} files
+
+2011-08-12 17:25  strk
+
+	* Make transformation and projection cache API available (ticket
+	  #1053)
+
+2011-08-12 10:12  strk
+
+	* Drop unused macros CARTESIAN and GEODETIC from liblwgeom.h
+
+2011-08-12 10:11  strk
+
+	* Snap and SharedPaths are both direct GEOS proxies, not extra
+	  [RT-SIGTA]
+
+2011-08-12 09:11  strk
+
+	* Export lwgeom_sharedpaths to liblwgeom, and fix exception message
+	  [RT-SIGTA]
+
+2011-08-11 21:01  dustymugs
+
+	* Rewrote the code for the coverage table versions of
+	  ST_SummaryStats and ST_Histogram. So instead of plpgsql, it is
+	  now in C within rt_pg/rt_pg.c
+
+2011-08-11 16:35  robe
+
+	* change reverse_geocode back to using addr table and also use
+	  cousub for location
+
+2011-08-11 08:04  strk
+
+	* Fix leftover PARSER_CHECK reference (thanks Hudson) [RT-SIGTA]
+
+2011-08-11 08:04  strk
+
+	* Export lwgeom_split to liblwgeom, const-correct it [RT-SIGTA]
+
+2011-08-11 07:52  strk
+
+	* Export lwgeom_snap to liblwgeom [RT-SIGTA]
+
+2011-08-11 07:51  strk
+
+	* Give PARSER_CHECK macros an LW_ prefix [RT-SIGTA]
+
+2011-08-11 07:50  strk
+
+	* Fix parser documentation [RT-SIGTA]
+
+2011-08-10 23:16  pramsey
+
+	* Match style of liblwgeom.h include guard
+
+2011-08-10 22:43  pramsey
+
+	* Little checks in clean_wkt_out_suite
+
+2011-08-10 22:28  pramsey
+
+	* Remove old WKB/WKT parsers and generators and switch all internal
+	  references remaining (mostly in cunit) over to the new
+	  implementations.
+
+2011-08-09 16:56  strk
+
+	* Export lwgeom_makevalid to liblwgeom [RT-SIGTA]
+
+2011-08-09 16:05  strk
+
+	* Add GEOS entry points in liblwgeom.h (public API) [RT-SIGTA]
+
+2011-08-09 15:43  strk
+
+	* Add some documentation about parsing [RT-SIGTA]
+
+2011-08-09 15:43  strk
+
+	* Mark "chip" functions for deletion
+
+2011-08-09 15:12  strk
+
+	* Drop REPEATED_POINTS_* and SPLICE_* defines from liblwgeom.h,
+	  move MAXFLOAT to liblwgeom_internal.h [RT-SIGTA]
+
+2011-08-09 14:54  robe
+
+	* make eol for all rfcs be LF so our unix brethren can edit them
+	  without fuss
+
+2011-08-09 14:19  strk
+
+	* Move floating points comparator macros from liblwgeom.h to
+	  liblwgeom_internal.h (not prefixed symbols) [RT-SIGTA]
+
+2011-08-09 09:51  strk
+
+	* Don't include liblwgeom.h from headers if not needed, document
+	  what is it needed for in implementation files [RT-SIGTA]
+
+2011-08-09 09:50  strk
+
+	* Clean up gui as well
+
+2011-08-09 08:28  strk
+
+	* Drop CHIP type and any reference to it [RT-SIGTA]
+
+2011-08-09 05:52  robe
+
+	* strk's patch fix for #1155
+
+2011-08-08 10:11  strk
+
+	* Encode more deps
+
+2011-08-08 09:56  strk
+
+	* Const-correct some GEOS functions in liblwgeom fixing pending
+	  memory errors when overlaying empty and non-empty geometries (not
+	  exploited by testing) [RT-SIGTA]
+
+2011-08-08 09:27  strk
+
+	* Move getMachineEndian() and error_if_srid_mismatch() from
+	  liblwgeom.h to liblwgeom_internal.h
+
+2011-08-08 08:59  strk
+
+	* Put PG_LWGEOM stuff where it belongs (out of liblwgeom)
+	  [RT-SIGTA]
+
+2011-08-06 18:42  strk
+
+	* Include postgis_config.h to find POSTGIS_VERSION and
+	  stringbuffer.h when needed
+
+2011-08-06 18:17  strk
+
+	* Reduce number of includes from liblwgeom.h (closest header to a
+	  public API).
+	  Update other files accordingly. [RT-SIGTA]
+
+2011-08-06 18:03  strk
+
+	* Fix dependency referencing dropped rule [RT-SIGTA]
+
+2011-08-06 18:01  strk
+
+	* Add static library to {,un}install-liblwgeom rules [RT-SIGTA]
+
+2011-08-06 17:48  strk
+
+	* Re-drop use of libtool (more troubles than help).
+	  Stub a rule to build and install a shared liblwgeom.
+	  [RT-SIGTA].
+
+2011-08-06 16:18  strk
+
+	* Re-introduce numerical flags in building "NM" objs [RT-SIGTA]
+
+2011-08-06 15:12  strk
+
+	* Use libtool to build liblwgeom. Still only static. [RT-SIGTA]
+
+2011-08-06 09:47  strk
+
+	* Use GEOS compiler and linker flags for liblwgeom, add
+	  lwgeom_geos_noop and cunit test for it (to confirm linking works,
+	  and it does) [RT-SIGTA]
+
+2011-08-06 09:46  strk
+
+	* Add lwgeom_buildarea to liblwgeom [RT-SIGTA]
+
+2011-08-06 09:46  strk
+
+	* Add GEOS spatial operations to liblwgeom (ticket #1050)
+	  [RT-SIGTA]
+
+2011-08-05 12:45  robe
+
+	* Another minor check
+
+2011-08-04 15:03  robe
+
+	* Update hard upgrade to include use of
+	  legacy_compatibility_layer.sql
+
+2011-08-03 15:01  robe
+
+	* Create new legacy compatibility layer script which will install
+	  the absolute minimal to restore an old postgis database. Also got
+	  rid of srid function and moved to legacy compatibility layer.
+	  Still need to test with a restore.
+
+2011-08-03 12:14  robe
+
+	* some typo cleanup
+
+2011-08-03 05:00  robe
+
+	* Make more efficient the case when no state or city is provided
+	  but zip is provided.
+
+2011-08-03 03:51  robe
+
+	* document new drop_indexes_generate_script function
+
+2011-08-03 02:06  robe
+
+	* Major rework to improve speed, selectivity, and additional
+	  regress. Also added some indexes and removed some -- should solve
+	  #1145, #1148, and #1131 (should be about 60% faster for most
+	  cases and in some as much as 20 times faster). Better performance
+	  if you set max results = 1. Some other minor cleanup.
+	  documentation of new management helper functions coming next.
+
+2011-08-02 06:33  robe
+
+	* Add link to Sandro's topology Paris 2011 slides in summary of
+	  topology reference section
+
+2011-07-28 18:56  strk
+
+	* Use strcpy rather than strncpy, simpler and less error-prone
+
+2011-07-28 18:43  strk
+
+	* Give strncpy enough space to write a terminating null. Thanks
+	  gengor for the patch.
+
+2011-07-27 19:21  robe
+
+	* minor updates to ST_MakeLine to clarify pre-9.0 and 9.0+
+	  approaches
+
+2011-07-27 11:55  robe
+
+	* 1 more change
+
+2011-07-27 11:54  robe
+
+	* fix typo
+
+2011-07-27 11:52  robe
+
+	* example of using new PostgreSQL 9.0+ ORDER BY aggregate feature
+	  for ST_MakeLine
+
+2011-07-26 15:39  robe
+
+	* more examples for ST_Offsetcurve
+
+2011-07-26 14:30  robe
+
+	* fix typo
+
+2011-07-26 14:29  robe
+
+	* remove left and right notes until I have arrows. not embarrass
+	  myself with my directional dyslexia.
+
+2011-07-26 05:37  robe
+
+	* Start work documenting ST_AsRaster
+
+2011-07-25 15:53  robe
+
+	* reduce spacing more
+
+2011-07-25 15:52  dustymugs
+
+	* Addition of ST_AsRaster function to provide the ability to
+	  convert geometries into rasters.
+	  
+	  Associated ticket is #1141.
+
+2011-07-25 14:20  robe
+
+	* another typo
+
+2011-07-25 14:10  robe
+
+	* fix coloring to agree with color of other examples
+
+2011-07-25 14:08  robe
+
+	* reduce width of table cells -- ST_OffsetCurve
+
+2011-07-25 14:04  robe
+
+	* redo all examples so they fit in the 0 0 200 200 grid
+
+2011-07-25 13:44  robe
+
+	* fix some typos and grid more to fix
+
+2011-07-25 12:18  robe
+
+	* get rid of semicolons
+
+2011-07-25 12:13  robe
+
+	* need more pictures :), visual examples for st_offsetcurve
+
+2011-07-24 08:15  robe
+
+	* update ST_MapAlgebra to agree with implementation (got rid of
+	  bosolete proto and example and replaced with new example
+
+2011-07-23 21:42  strk
+
+	* Be terse, we don't care about context. Closes ticket #1142.
+
+2011-07-23 21:34  strk
+
+	* Set 'C' collation when creating regress database. See #1140.
+
+2011-07-22 20:20  pracine
+
+	* Added a note saying that those function now have a C
+	  implementation. Many TABs converted to spaces.
+
+2011-07-22 20:05  pracine
+
+	* -Fix for #645.
+	  -Replaced min and max with LEAST and GREATEST
+	  -Adaptation to ST_SetBandNodataValue()
+
+2011-07-22 19:38  pracine
+
+	* Fix for ticket #969. Removed conflicting function variant.
+
+2011-07-22 19:31  pracine
+
+	* -Addaptation to new two rasters ST_MapAlgebra in which
+	  nodatavalue expressions are text and now accept a
+	  nodatanodatavalueexpr.
+	  -Added RANGE as a predefined expression.
+
+2011-07-22 19:29  pracine
+
+	* Modified comment on further enhancements.
+
+2011-07-22 19:28  pracine
+
+	* -Fix for ticket #644. Removed all variants.
+	  -Fixed the two rasters version.
+	  -Added some tests.
+	  -Added ST_MinPossibleVal().
+	  -Determine new nodata value AFTER determining the new pixeltype.
+	  -Replaced ST_SetBandHasNodataValue with
+	  ST_SetBandNodataValue(rast, NULL).
+	  -Added implementation of two rasters overlay operations using the
+	  two raster MapAlgebra.
+
+2011-07-21 17:31  dustymugs
+
+	* Cleaned the grid alignment code to remove unnecessary cruft in
+	  rt_raster_gdal_warp
+
+2011-07-21 16:20  dustymugs
+
+	* Fixed floating point issue with the remainder returned from the
+	  function modf in rt_api.c. Updated messages in rt_pg.c. Corrected
+	  expected regression results in rt_resample_expected.
+	  
+	  Associated ticket is #1114
+
+2011-07-20 19:53  strk
+
+	* Improve testsuite predictability (#1135)
+
+2011-07-19 22:20  dustymugs
+
+	* Bug fix of deallocating array using wrong index variable
+
+2011-07-18 23:39  dustymugs
+
+	* Fixed width and height values expected.
+
+2011-07-18 23:29  dustymugs
+
+	* - tweaked the rt_resample regression test to use SRIDs under
+	  1000000
+	  - changed the computation of width and height when aligning to a
+	  grid
+
+2011-07-18 04:44  robe
+
+	* Fix datatype of tlid on edges table. Other tables with tlid are
+	  set to bigint. This one set to numeric(10). Still revising my
+	  tables to determine what impact this has in utilizing the
+	  existing indexes
+
+2011-07-17 17:39  robe
+
+	* Limit edge and featnames search to just road / street types
+
+2011-07-17 17:02  robe
+
+	* more regress tests for reverse_geocode
+
+2011-07-17 16:46  robe
+
+	* simplify logic by getting rid of addr join. Speed improved
+	  slightly
+
+2011-07-17 16:11  robe
+
+	* enhancements to support reverse geocoding of highway locations.
+	  Also add reverse geocode regress tests
+
+2011-07-16 04:19  robe
+
+	* #1125 have highway designations print in front of streetname
+	  instead of after
+
+2011-07-15 21:07  dustymugs
+
+	* Minor comment updates to correct details
+
+2011-07-15 06:40  robe
+
+	* revise ratings to minimize numberes steetss from matching highly
+	  with interstate routes. Also glue on pretype abrv (which are
+	  technically street types) to front of street name in normalize
+	  output so that highways print correctly as e.g. State Hwy 10 etc.
+
+2011-07-15 05:31  robe
+
+	* Add in common abbreviation RT to map to Rte and test case to
+	  regress to test
+
+2011-07-14 20:11  dustymugs
+
+	* Code refactored for RASTER_dumpWKTPolygons to use same mechanisms
+	  for resultset generation (Datums instead of CStrings) as
+	  RASTER_metadata and other functions.
+	  
+	  SQL functions refactored to use one call to ST_Metadata for
+	  attributes rather than separate/multiple calls to ST_Skew*,
+	  ST_Scale*, ST_UpperLeft*.
+
+2011-07-14 14:54  dustymugs
+
+	* Refactored functions returning sets to use Datums instead of C
+	  strings, which were causing rounding issues particularly for
+	  ST_Metadata. This refactoring affected RASTER_metadata,
+	  RASTER_bandmetadata, RASTER_summarystats, RASTER_histogram,
+	  RASTER_quantile, RASTER_valuecount and RASTER_gdaldrivers.
+	  
+	  Also refactored the ST_Raster2World* and ST_World2Raster*
+	  functions to get the raster's metadata in one call using
+	  ST_Metadata rather than individual calls for the georeference
+	  components
+
+2011-07-14 11:47  robe
+
+	* add make tiger_geocoder_comments.sql to build script
+
+2011-07-14 11:32  robe
+
+	* Start work on PostgreSQL in db help for geocoder
+
+2011-07-14 11:13  robe
+
+	* document the install_missing_indexes function that is used as
+	  part of the upgrade process
+
+2011-07-14 07:45  robe
+
+	* #1113 take into consideration street prequals like Old in rating
+	  and filtering, also added btree varops on fullname (trigrams and
+	  fulltext proved too slow will need to reinvestigate those), also
+	  added helper function install_missing_indezes() which gets run as
+	  part of upgrade script. will need to add to documentation. Also
+	  added regress tests from snippets in #1113
+
+2011-07-13 19:33  dustymugs
+
+	* Complete refactoring of code from ST_Transform to ST_Resample.
+	  There are four new functions as of this revision: ST_Resample,
+	  ST_Rescale, ST_Reskew and ST_SnapToGrid. ST_Transform is still
+	  present but points to ST_Resample.
+	  
+	  Associated ticket #1114
+
+2011-07-12 19:45  robe
+
+	* Fix for #1112 service roads
+
+2011-07-12 13:03  robe
+
+	* Partial fix for #1108
+
+2011-07-12 04:14  robe
+
+	* Fix regress failure with #1074 (wasn't correctly handling all
+	  cases where street name is composed of a street type
+
+2011-07-11 17:03  strk
+
+	* Change ST_OffsetCurve parameters type from cstrin to text. See
+	  ticket #1117.
+
+2011-07-11 12:17  strk
+
+	* Stricter ISO output from ST_GetEdgeFaces: start enumerating ring
+	  edges from the edge with smaller id [RT-SIGTA]
+
+2011-07-09 20:32  robe
+
+	* oops typo
+
+2011-07-09 20:25  robe
+
+	* revert change
+
+2011-07-09 20:12  robe
+
+	* fix type in county load
+
+2011-07-09 15:55  strk
+
+	* Clarify return code from topology.ST_ModEdgeHeal. Clean up
+	  description of ST_NewEdgeHeal too.
+
+2011-07-09 01:23  robe
+
+	* example of using geocode geometry filter
+
+2011-07-09 01:06  robe
+
+	* Fix ST_Transform signature to match revised function declarations
+
+2011-07-08 08:23  robe
+
+	* upper case and replace (ZM and Z) in geometry_columns so its more
+	  backwards compatible with old geometry_columns table
+
+2011-07-07 22:45  robe
+
+	* #1070 optional geometry filter arg, documentation (well start
+	  need example), and regress tests
+
+2011-07-07 22:23  dustymugs
+
+	* Final refactor of ST_Transform and underlying RASTER_resample
+	  before overhaul for ST_Resample
+
+2011-07-07 21:58  dustymugs
+
+	* Refactored ST_Transform in preparation for additional refactoring
+	  to accomodate ST_Resample
+
+2011-07-07 18:28  dustymugs
+
+	* Cleaned up the large number of floating point equality tests with
+	  a function-like macro
+
+2011-07-07 12:41  robe
+
+	* #1074, #1109 - Fix for compound named streets that have a portion
+	  that is a street type
+
+2011-07-06 23:44  robe
+
+	* more regress tests for #1109
+
+2011-07-06 23:15  dustymugs
+
+	* Refactored how user-specified upperleft corner coordinates are
+	  handled
+
+2011-07-06 23:00  robe
+
+	* fix for #1109 when a street name is same as a defined street type
+
+2011-07-06 15:02  strk
+
+	* Properly destroy lwgeom in lwgeom_to_x3d3 now that it's safe (see
+	  #1102)
+
+2011-07-06 14:55  strk
+
+	* Properly release memory in lwmline_clip_to_ordinate_range (see
+	  #1102)
+
+2011-07-06 14:45  strk
+
+	* Have lwcollection_extract clone (shallow) the extracted
+	  components. Safely lwgeom_free the return from
+	  lwcollection_extract in testcase.
+
+2011-07-06 14:29  strk
+
+	* Properly lwgeom_free cloned objects in lwgeom_homogenize now that
+	  it is safe
+
+2011-07-06 14:29  strk
+
+	* Implement ptarray_clone (shallow) and update clone documentation
+	  (doxygen), have lw*_clone clone the POINTARRAY but not the
+	  serialized point list (using ptarray_clone), add unit testing for
+	  lwgeom_clone. See ticket #1102.
+
+2011-07-06 10:48  mcayland
+
+	* Fix compile warning in geography_measurement.c caused by missing
+	  function prototype.
+
+2011-07-06 10:48  mcayland
+
+	* Fix compile warning for lwgeom_init_allocators() in loader/dumper
+	  by adding missing liblwgeom.h #include.
+
+2011-07-06 09:40  strk
+
+	* Rename ptarray_clone to ptarray_clone_deep, to be conformant with
+	  lwgeom_clone_deep in that it copies the serialized pointlist too
+
+2011-07-06 08:04  strk
+
+	* Compiler warning fix
+
+2011-07-06 07:42  strk
+
+	* Fix compiler warnings (#999)
+
+2011-07-06 07:42  strk
+
+	* Don't let temporary collection leak in lwgeom_to_x3d3 (actually
+	  do, but sligthly less, till we fix lwgeom_clone). See #1102.
+
+2011-07-06 07:42  strk
+
+	* const-correct lw*_is_closed
+
+2011-07-06 06:46  strk
+
+	* properly release reported error message string
+
+2011-07-06 06:46  strk
+
+	* properly release lwgeom objec in test_lwprint_assert_error
+
+2011-07-06 06:46  strk
+
+	* properly release lwgeom objec in test_misc_area
+
+2011-07-06 05:18  dustymugs
+
+	* Changed expressions for pixel byte boundaries in assert tests of
+	  rt_raster_serialize and rt_raster_deserialize in rt_api.c. The
+	  changed expressions are based upon relative values rather than
+	  the original absolute values. This should resolve the problem
+	  defined in ticket #1061. It may also help with the crashing in
+	  ticket #1066.
+	  
+	  Associated tickets are #1061 and possibly #1066.
+
+2011-07-06 02:17  robe
+
+	* fix typo
+
+2011-07-06 01:02  robe
+
+	* drop_state_tables_generate_script function and document it. Also
+	  add blank paramdef to missing indexes so doesn't look goofy in
+	  docs
+
+2011-07-06 00:40  robe
+
+	* Get rid of use of array_accum and replace with array_agg (which
+	  exists in PostgreSQL 9\8.4+). Now that we only support 8.4+, we
+	  can just use array_agg.
+
+2011-07-05 22:02  pramsey
+
+	* Remove leak in mixed time ptarray case (#1102)
+
+2011-07-05 21:01  strk
+
+	* Plug some more easy leaks in testers
+
+2011-07-05 20:21  pramsey
+
+	* Stop up small but universal leak. (#1102)
+
+2011-07-05 18:55  strk
+
+	* Fix memory leak while computing box3d for nested
+	  geometrycollection (revealed by test in cu_geodetic.c)
+
+2011-07-05 18:41  strk
+
+	* Properly release memory allocated by tester
+
+2011-07-05 17:49  robe
+
+	* #1076 hanlde of post direction with highways -- 1940 County Road
+	  C W, Roseville, MN 55113 , also trim excess space left in street
+	  names
+
+2011-07-04 22:51  pramsey
+
+	* Remove memory leaks when a parse error kicks out in WKT (#1102)
+
+2011-07-04 17:32  robe
+
+	* #1076 more work toward Highway geocoding -- significant rework of
+	  original patch. Still need to parse out the direction information
+
+2011-07-04 15:50  strk
+
+	* Drop dangling reference to Probe_Geometry_Columns (see #1083)
+
+2011-07-04 15:40  strk
+
+	* A couple more tests for btree against points: different points,
+	  differently cached boxes
+
+2011-07-04 15:34  strk
+
+	* Have pglwgeom_getbox2d_p compute a bounding box when not cached.
+	  Fixes #1023.
+
+2011-07-04 15:12  strk
+
+	* Document pglwgeom_getbox2d_p. See
+	  http://trac.osgeo.org/postgis/ticket/1023
+
+2011-07-04 14:50  strk
+
+	* More unit test memory leaks and compiler warnings fixed
+
+2011-07-04 14:14  strk
+
+	* Add test for btree equality of points (#1023)
+
+2011-07-04 13:56  strk
+
+	* Do not deep-free return from lwcollection_homogenize as it
+	  doesn't copy POINTARRAY memory. See #1104.
+
+2011-07-04 12:29  strk
+
+	* Plug some memory leaks in the unit tests, to help finding
+	  lower-level ones...
+
+2011-07-04 12:29  strk
+
+	* Document memory management of lwdoubles_to_latlon and
+	  lwpoint_to_latlon
+
+2011-07-04 11:24  strk
+
+	* Fix support for MULTICURVEZM and make TIN spelling conformant to
+	  other (MixedCase). Add cohomprensive regress test for
+	  postgis_type_name(). Closes bug #1096 once again.
+
+2011-07-04 11:24  strk
+
+	* Add missing circular types to geomtype_struct_array, fixing bug
+	  #1094
+
+2011-07-04 11:24  strk
+
+	* Do not hard-code lenght of geomtype struct array (See #1094)
+
+2011-07-04 10:10  strk
+
+	* AddGeometryColumn: when complaining about unknown geometry type
+	  also report the used name and dimensions (see related bug #1096)
+
+2011-07-04 10:02  strk
+
+	* Fix unused variable warning when building against GEOS >= 3.3
+
+2011-07-04 09:26  mcayland
+
+	* Make all PostGIS object files depend upon liblwgeom, so that if
+	  liblwgeom is
+	  changed then it also triggers a (complete) rebuild of PostGIS.
+	  
+	  Note as documented in #447 this is an over-cautious approach
+	  since it rebuilds
+	  all of PostGIS if liblwgeom changes, but at least its a starting
+	  point and
+	  does actually solve the case whereby a user updates liblwgeom but
+	  doesn't
+	  force a rebuild of PostGIS.
+
+2011-07-04 09:09  strk
+
+	* typo
+
+2011-07-04 09:07  strk
+
+	* Update expected error messages since typmod introduction. Closes
+	  ticket #1101.
+
+2011-07-04 09:00  strk
+
+	* Do not manually delete rows from geometry_columns (which is now a
+	  view). Closes ticket #1099.
+
+2011-07-04 07:35  robe
+
+	* Partial fix for #1076, county roads and highways, but think I
+	  might have broken the SELECT (addy).*,* from geocode('16725
+	  Rockford Road, Plymouth, MN 55447') or my data is bad
+
+2011-07-03 21:47  mcayland
+
+	* Fix for #1088: Too many columns in select crashes pgsql2shp.
+	  
+	  Instead of a fixed length query string, dynamically allocate the
+	  memory based
+	  upon the sum of the lengths of all of the column names.
+
+2011-07-03 16:51  robe
+
+	* #1087 improve rating algorithm. also start to use prepared
+	  statements where appropriate (don't put state in prepared part
+	  since that would prevent constraint exclusion from kicking in)
+
+2011-07-03 10:45  robe
+
+	* Add more tests, minor cleanup
+
+2011-07-03 05:03  robe
+
+	* Update credits and release notes to include change in
+	  geometry_columns and management functions, add ST_OffSetCurve to
+	  release_notes.xml, add Rafal Magda to people credits list
+
+2011-07-03 01:58  robe
+
+	* more column width cleanup
+
+2011-07-03 01:52  robe
+
+	* #1095 clarification of what is mean by geometry_columns not
+	  supporting views built the old constraint way
+
+2011-07-03 01:50  robe
+
+	* #1095 cleanup MIGRATION document
+
+2011-07-03 01:29  robe
+
+	* #1096 same fix as for linestringZ, apply to geometryM, zm and
+	  multilinestringZ
+
+2011-07-03 00:59  robe
+
+	* #1098 fix UpdateGeometrySRID
+
+2011-07-02 18:19  robe
+
+	* #1083, #1093: fix typo, delete probe_geometry_columns which is
+	  now completely obsolte with gnew geometry-columns view change
+
+2011-07-02 17:53  robe
+
+	* missed a spot
+
+2011-07-02 17:52  robe
+
+	* add missing para end tag
+
+2011-07-02 17:25  robe
+
+	* start describing management functions how typmod changes things
+	  --- Populate_geometry_columns, dropgeometrytable,
+	  dropgeometrycolumn. More to go.
+
+2011-07-02 16:52  robe
+
+	* #1096 can't create 2.5d linestrings
+
+2011-07-02 16:29  robe
+
+	* revise template to give example of optional argument
+
+2011-07-02 13:43  mcayland
+
+	* Update loader regression test suite to add a simple test for
+	  shp2pgsql (much as we now do for pgsql2shp).
+	  
+	  Note that these tests aren't completely comprehensive and should
+	  be expanded, with the long term aim
+	  of moving the loader regression tests out of the main regression
+	  harness and into CUnit instead.
+
+2011-07-02 12:34  mcayland
+
+	* Fix up the loader unit tests so that if --with-gui is not passed
+	  to configure, the non-GUI tests will continute to run instead of
+	  failing compilation.
+
+2011-07-02 09:27  robe
+
+	* revise wmsservers_new to use new typmod and not directly delete
+	  and add to geometry_columns so passes regress
+
+2011-07-02 08:58  robe
+
+	* #944, #1081, #1083, #1088, #1084: Convert geometry_columns to a
+	  view, revise management functions to not update/delete from
+	  geometry_columns and to support typmod. Will use typmod behavior
+	  as default
+	  fix typos in postgis_type_name and delete from geometry_column
+	  calls in regress.
+
+2011-07-01 22:36  mcayland
+
+	* Another attempt to fix #1080 on Windows - it seems that simply
+	  opening and
+	  closing a pgsql2shp state object is a good way to find all
+	  uninitialised
+	  variables.
+
+2011-07-01 21:37  mcayland
+
+	* Revised fix for #1080 based upon backtrace provided by Regina.
+
+2011-07-01 21:32  robe
+
+	* #1082 get rid of delete from geometry_columns call. Also cleanup
+	  argument list to make more modern
+
+2011-07-01 14:34  robe
+
+	* Benchmark notes
+
+2011-07-01 13:45  robe
+
+	* itemize more upgrade GOTCHAS
+
+2011-07-01 13:10  robe
+
+	* convert to CREATE OR REPLACE postgis_constraint_srid
+
+2011-07-01 12:59  robe
+
+	* put in associated ticket numbers change to unaligned format for
+	  easier diffing, add in script to run test suite. Force LF and put
+	  svn keywords
+
+2011-07-01 11:47  strk
+
+	* Add 2 more testcases for ST_OffsetCurve, one of which returning a
+	  MULTILINESTRING
+
+2011-07-01 10:59  strk
+
+	* Use choice="opt" to encode default parameter for ST_OffsetCurve
+
+2011-07-01 10:36  strk
+
+	* Well, let's run the ST_OffsetCurve regress test only against
+	  GEOS-3.3. After all it's known to fail against 3.2 ... (due to
+	  http://trac.osgeo.org/geos/ticket/455#comment:1)
+
+2011-07-01 10:14  strk
+
+	* Test LINESTRING EMPTY return from ST_OffsetCurve
+
+2011-07-01 10:10  strk
+
+	* Properly convert typed empties coming from GEOS.
+
+2011-07-01 10:10  strk
+
+	* Add ST_OffsetCurve news item
+
+2011-07-01 09:56  strk
+
+	* Add ST_OffsetCurve function supporting both GEOS-3.2 and
+	  GEOS-3.3+. Uses distance parameter sign to derive left/right
+	  side. Includes regress testing and documentation. Based on patch
+	  by Rafal Magda.
+
+2011-07-01 09:33  mcayland
+
+	* Fix #1080: cunit is crashing on test_ShpDumerDestroy().
+	  
+	  Looks like the original code omitted to set the default config
+	  values causing
+	  the addition of a ShpDumperDestroy() call to fall over on some
+	  platforms due
+	  to uninitialised pointers.
+
+2011-07-01 06:17  robe
+
+	* Force unix LF. Also get rid of unnecessary call to CREATE INDEX
+	  .. we have a missing script for that.
+
+2011-07-01 02:22  robe
+
+	* Fix for #1086 Issue with parsing out location. also added to
+	  regression tests
+
+2011-07-01 00:02  robe
+
+	* fix build -- had functions installed out of order of dependency
+
+2011-06-30 19:18  robe
+
+	* add pretty function to return pretty name and use in
+	  postgis_constraint_type (seems 3 times as slow with conversion --
+	  will investigate later) -- before my 50 odd goemetry_columns
+	  based on all constraint columns returns 75ms now takes 250-300
+	  ms.
+
+2011-06-30 17:16  dustymugs
+
+	* removed accidental commit of some debug testing
+
+2011-06-30 13:28  dustymugs
+
+	* fixed logic issues in ST_AsJPEG
+
+2011-06-29 23:14  pramsey
+
+	* Change parameter order in 900913 (magic!)
+
+2011-06-29 22:40  mcayland
+
+	* Commit rework of #885 (pgsql2shp fields conversion from
+	  predefined list).
+	  
+	  This patch required extra work to ensure that it was a better fit
+	  for the
+	  new loader/dumper structure including error reporting, better use
+	  of C
+	  coding style and altering various names/code locations as
+	  appropriate.
+
+2011-06-29 22:40  pramsey
+
+	* GEOS no like POINT EMPTY (#1060)
+
+2011-06-29 21:10  robe
+
+	* Itemize some issues with restoring data from old that cause
+	  failures
+
+2011-06-29 19:14  robe
+
+	* Add Hunter Systems Group to credits for funding Geocoder
+	  enhancements
+
+2011-06-29 16:26  robe
+
+	* #949 more legacy cleanup -- add G-M to uninstall, remove accum
+
+2011-06-29 12:56  robe
+
+	* fix typo in uninstall script
+
+2011-06-29 10:35  robe
+
+	* #1069: Support for specifying max_results to return. Regress
+	  already committed
+
+2011-06-29 05:06  robe
+
+	* fix for #1073 handling mangled zipcodes and update regress to
+	  include these
+
+2011-06-29 04:23  robe
+
+	* #1077 preliminary regress tests and current outputs (formatting
+	  needs cleanup and to be run by script but will deal with that
+	  later). Already have a regress failure when compared with docs.
+
+2011-06-28 19:36  strk
+
+	* Simplify layertrigger tests dropping unneeded operations. The
+	  reduction was verified to still trigger bug #950 prior to the fix
+	  for it.
+
+2011-06-28 19:36  strk
+
+	* Apply patch by Andrea Peri to fix topology layer trigger.
+	  Includes regress test. Closes ticket #950.
+
+2011-06-28 14:26  robe
+
+	* #1063 - add update website with released doc version to
+	  HOWTO_RELEASE steps
+
+2011-06-28 12:32  robe
+
+	* fix windows script -- had sh style commented alter schema line
+	  instead of windows batch style commented alter schema
+
+2011-06-28 12:21  robe
+
+	* put in missing homage to GDAL. Also updated the GDAL use list
+	  http://trac.osgeo.org/gdal/wiki/SoftwareUsingGdal to include
+	  PostGIS
+
+2011-06-28 03:55  robe
+
+	* Partial fix for #1068 -- handling of misspelled numeric streets
+	  such as 13nd or 22th and partial support for numeric streets with
+	  fractions like 1/2
+
+2011-06-28 02:50  robe
+
+	* get rid of drop / recreate norm_addy. It's not necessary yet
+	  since we haven't changed it.
+
+2011-06-28 01:27  robe
+
+	* #1068 partial fix -- trimmed leading/trailing spaces in
+	  normalize_address fields so now correctly handles things like
+	  W.,N. etc. More fixes coming.
+
+2011-06-27 21:35  dustymugs
+
+	* - wrote function getSRTextSPI to create one code for getting the
+	  srtext of a SRID from the spatial_ref_sys table.
+	  - removed plpgsql function _ST_srtext with addition of
+	  getSRTextSPI.
+	  
+	  The regression failure in ticket #1064 should be resolved as a
+	  side-affect of the new function as the srtext returned through
+	  SPI is copied to an interval variable.
+
+2011-06-27 19:31  pramsey
+
+	* Ignore GNUMakefile
+
+2011-06-27 19:24  pramsey
+
+	* Change CompoundString to CompoundCurve
+
+2011-06-27 19:02  dustymugs
+
+	* modified expected results for rt_pixelvalue.
+	  
+	  Associated ticket is #1055
+
+2011-06-27 18:53  pramsey
+
+	* Add migration guide for upgraders
+
+2011-06-27 18:02  pramsey
+
+	* Fix type name for CompoundCurve
+
+2011-06-27 16:47  mcayland
+
+	* Edit rt_band_get_pixel() so that the warning message contains the
+	  out-of-bound coordinates being accessed.
+
+2011-06-27 14:35  dustymugs
+
+	* Cleanup of error messages.
+
+2011-06-27 01:53  robe
+
+	* version garden test files so now named raster_gardentest_20.sql,
+	  postgis_gardentest_20.sql. Add reclassarg type example to raster
+	  garden objects
+
+2011-06-26 19:44  robe
+
+	* revise to ignore OUT parameters. Also add 20 to postgis garden
+	  output table name
+
+2011-06-26 18:18  robe
+
+	* change ST_AsX3d from using methodsynopsis back to funcsynopsis.
+	  This was an attempt before to stylize default args which didn't
+	  work out.
+
+2011-06-26 17:31  pramsey
+
+	* ST_IsValidDetail and ST_IsValidReason POLYGON CRASH (#712)
+
+2011-06-26 03:15  pramsey
+
+	* Make test for co-linearity a little more double-barrelled.
+
+2011-06-26 02:29  pramsey
+
+	* Simplify circle stroking code (#1057)
+
+2011-06-25 23:35  pramsey
+
+	* Remove reference to algorithm.h from generator.c
+
+2011-06-25 22:36  pramsey
+
+	* Prototype segmentation code and move lwalgorith.h prototypes into
+	  liblwgeom.h and liblwgeom_internal.h
+
+2011-06-25 21:42  pramsey
+
+	* Convert some BOX3D functions to GBOX
+
+2011-06-25 21:11  robe
+
+	* correct column names of norm_addy object - they were wrong
+
+2011-06-25 20:32  robe
+
+	* update release notes
+
+2011-06-25 20:24  robe
+
+	* #1062 apply typo patch from Kasif Rasul
+
+2011-06-25 19:20  dustymugs
+
+	* Modified ST_Transform to permit specification of projected
+	  raster's scale. This is due to the scale change that occurs when
+	  a raster is being reprojected.
+
+2011-06-25 18:15  robe
+
+	* bounding box clarification && (that it's 2D)
+
+2011-06-25 18:14  robe
+
+	* minor clarifications
+
+2011-06-25 08:13  robe
+
+	* #1051 - fix rating logic (typo in direction weight) causing -
+	  select (g.addy).*, astext(g.geomout), g.* from geocode('150 2nd
+	  Ave S, Minneapolis, MN 55401') as g To return north instead of
+	  south. Also change functions to use named args
+
+2011-06-24 23:18  robe
+
+	* bah pdflatex doesn't like sect3. Just make it a sect2
+
+2011-06-24 21:49  robe
+
+	* Id on para didn't take -- lets try a sect3
+
+2011-06-24 21:20  dustymugs
+
+	* Added sanitization of the algorithm parameter of ST_Transform.
+	  Refactored the regression test for ST_Transform.
+
+2011-06-24 16:30  robe
+
+	* put in ancho for changed section and link back from top of What's
+	  new to breaking changes section
+
+2011-06-24 16:14  robe
+
+	* revise 2.0 changed,enhanced, new to also capture paragraphs
+	  embedded in sub tags such as warning, note. Was missing some
+	  breaking changes ST_Length, ST_GeomFromText etc because it wasn't
+	  catching warnings
+
+2011-06-24 14:25  robe
+
+	* thought had changed to use default params -- guess not. Also
+	  stamp in time author info as comment inside function
+
+2011-06-24 13:02  robe
+
+	* Get rid of note about ST_Transform not working on all platforms.
+	  No longer true
+
+2011-06-24 01:28  robe
+
+	* revert unnecessary edit
+
+2011-06-24 01:20  robe
+
+	* fix for #1051 -- postDirAbbrev doesn't parse
+
+2011-06-23 23:50  chodgson
+
+	* further bug fix for #884
+
+2011-06-23 22:29  robe
+
+	* note about ST_length geography breaking change -- in 1.5 used to
+	  return perimeter of a polygon now returns 0 just like geometry
+
+2011-06-23 21:15  robe
+
+	* time autho stamp signatures
+
+2011-06-23 21:11  robe
+
+	* fix typos
+
+2011-06-23 21:08  robe
+
+	* put in author revision id placeholder and have as part of code
+	  logic as well
+
+2011-06-23 20:46  dustymugs
+
+	* Removed rt_raster_transform from rt_api.c and any calls to it
+	  since rt_raster_gdal_warp has same results for reprojections.
+
+2011-06-23 20:29  dustymugs
+
+	* Addition of rt_raster_gdal_warp function in rt_api.c. This was
+	  written based upon GDAL's gdalwarp utility to provide a flexible
+	  means to reproject, change the scale of, adjust the skew (deskew)
+	  of and shift the origin of a raster. RASTER_transform in rt_pg.c
+	  has been adjusted to make use of rt_raster_gdal_warp instead of
+	  rt_raster_transform. Regression te
+	  sts confirm that resulting rasters from rt_raster_gdal_warp are
+	  identical to that of rt_raster_transform.
+	  
+	  The abilities to change a raster's scale, skew and origin have
+	  yet to be tested and have no user-accessible SQL functions as of
+	  this revision. This will occur in future revisions.
+	  
+	  The function rt_raster_transform will be removed in a future
+	  revision.
+
+2011-06-23 15:36  pramsey
+
+	* Re-base circular bbox regressions
+
+2011-06-23 13:57  pramsey
+
+	* PostGIS Box2D (and && operator) gives wrong result for
+	  ST_CircularString type (#578)
+
+2011-06-23 13:53  robe
+
+	* clean up credits a bit
+
+2011-06-23 11:07  robe
+
+	* #944 support functions to comb out type,srid, dim from constraint
+	  based geometries and integration into geometry_columns_v so that
+	  non-typmods and typmods of the world can coexist in harmony
+
+2011-06-23 11:01  strk
+
+	* Don't interpret types as flags in ST_Summary. Fixes bug #1054
+	  (needs automated testing)
+
+2011-06-22 23:13  robe
+
+	* minor addition to GEOMETRYCOLLECTION(EMPTY) warning
+
+2011-06-22 23:10  robe
+
+	* #924 - document breaking change
+
+2011-06-22 22:09  pramsey
+
+	* ST_ForceRHR POLYGON EMPTY crash (#710)
+
+2011-06-22 21:33  pramsey
+
+	* ST_GeoHash POLYGON Empty crash (#711)
+
+2011-06-22 06:55  robe
+
+	* Fill in raster coverage protos for ST_Histogram (still need
+	  examples for these), fix typo in another function, change
+	  ST_SetBandNoDataValue as if it supports default args (the
+	  documentation will be consistent with implementation onces #1049
+	  is done)
+
+2011-06-21 06:13  robe
+
+	* get rid of extraneous proto
+
+2011-06-21 05:45  robe
+
+	* more fine tuning of output of driver options
+
+2011-06-21 05:25  robe
+
+	* Fix ST_GDalDrivers output to correctly output options as table. I
+	  had thought it was evenly balanced (all options have
+	  descriptions), but that is not the case so origianl example had
+	  the name and descriptions mismatched
+
+2011-06-21 05:05  dustymugs
+
+	* Refactored code and removed the use of SET_VARSIZE for
+	  RASTER_band to fix segfault.
+	  
+	  Associated ticket is #1044.
+
+2011-06-21 04:18  robe
+
+	* change bigint to integer for ST_ValueCount record outputs
+
+2011-06-21 03:26  robe
+
+	* document ST_AsJPEG and fill in missing protos for ST_ValueCount
+
+2011-06-21 01:52  robe
+
+	* Get rid of removed ST_SummaryStats proto and add new
+	  ST_SummaryStats proto
+
+2011-06-20 21:15  pramsey
+
+	* ST_Dump with GSerialized POINT EMPTY and EWKT/AsText mismatch
+	  (#746)
+
+2011-06-20 17:08  pramsey
+
+	* Increase size of generator.c static buffer. (#583)
+
+2011-06-20 16:58  pramsey
+
+	* geography: ST_Intersects, ST_DWithin gbox_overlaps: geometries
+	  have mismatched dimensionality (#1037)
+
+2011-06-20 14:55  dustymugs
+
+	* Changed the regression tests for ST_Transform in preparation for
+	  testing replacement ST_Transform function with different
+	  underlying code.
+
+2011-06-20 11:37  strk
+
+	* Add missing SQL/MM functions in the status section (TODO)
+
+2011-06-20 09:29  robe
+
+	* #1040 -- ST_MinimumBoundingCircle -- replace X(), Y() deprecated
+	  calls with ST_X(), ST_Y(). Also changed to use default args. We
+	  really need regression tests for this function. Will put on
+	  separate task.
+
+2011-06-19 06:24  robe
+
+	* more cleanup of hard upgrade instructions
+
+2011-06-19 05:52  robe
+
+	* Amend hard upgrade instructions to remove stuff that is obsolete
+	  and add in additional steps needed for PostGIS 2.0. Also update
+	  creating new spatial database to include instructions for
+	  installing raster and topology support
+
+2011-06-19 00:31  robe
+
+	* add index check / generation for soundex, lower, geometry gist,
+	  and least_hn
+
+2011-06-18 22:16  robe
+
+	* Fix for #1025 -- Geocoder Failing with NORTH EAST is street name
+
+2011-06-18 18:24  pramsey
+
+	* Error message change
+
+2011-06-18 07:35  robe
+
+	* hmm lets try that again
+
+2011-06-18 07:34  robe
+
+	* backout some code didn't mean to commit
+
+2011-06-18 07:29  robe
+
+	* Found some indexes I missed -- added to tiger_loader, also #1036
+	  create missing_indexes generation script to back install. Still
+	  need to put in logic for some more indexes, but htis is a good
+	  start. Also documented new function
+
+2011-06-18 06:03  robe
+
+	* fix error in last commit
+
+2011-06-18 05:33  robe
+
+	* get rid of unnecessary auto casting
+
+2011-06-18 05:15  robe
+
+	* #1035 gluing on .0 is making least check always return 0.
+
+2011-06-18 03:41  robe
+
+	* Change ST_Length, ST_Perimeter for geography to use default
+	  parameters, document ST_Perimeter(geography,use_spheroid)
+
+2011-06-17 22:36  pramsey
+
+	* Quiet regression failure for minor rounding difference.
+
+2011-06-17 22:18  pramsey
+
+	* Bounding box calculation for straight CircString fails (#668)
+
+2011-06-17 21:26  pramsey
+
+	* Retrieving and storing Geography column data through JDBC does
+	  not work (#350)
+
+2011-06-17 21:11  pramsey
+
+	* Define alias ST_Perimeter (for geography ST_Length) (#526)
+
+2011-06-17 20:33  robe
+
+	* #1032 fix typos
+
+2011-06-17 20:14  robe
+
+	* change geography to geometry and limit view to only output tables
+	  and views
+
+2011-06-17 20:06  dustymugs
+
+	* fixed parameter passing in ST_AsTiff
+
+2011-06-17 15:16  dustymugs
+
+	* Refactored ST_SummaryStats so that there is a non-user
+	  _ST_SummaryStats that is the backend of all ST_SummaryStats and
+	  ST_ApproxSummary stats functions. This eliminates the
+	  "sample_percent" parameter from the one ST_SummaryStats function
+	  that had it.
+
+2011-06-16 21:01  pramsey
+
+	* Partial typmod support for PostGIS geometry (#944)
+
+2011-06-16 20:29  robe
+
+	* Some cleanup. change ST_AsGDALRaster example using spatial ref to
+	  agree with new syntax of just passing in the srid.
+
+2011-06-16 02:16  robe
+
+	* put in missing tag
+
+2011-06-16 02:08  robe
+
+	* document &&& nd interacts bounding box operator
+
+2011-06-15 23:59  pramsey
+
+	* Fix up selectivity and operators a little
+
+2011-06-15 20:22  pramsey
+
+	* Add a couple more GBOX functions to map to B2DF4 requirements
+
+2011-06-15 15:43  dustymugs
+
+	* Changed band pixel types to 64BF instead of 32BF so that the
+	  warning messages for data getting converted are mitigated.
+
+2011-06-15 14:29  dustymugs
+
+	* Added value for nBandCount attribute of GDALWarpOptions in
+	  rt_raster_transform function.
+	  
+	  This is based upon the discussion found at:
+	  
+	  http://lists.osgeo.org/pipermail/gdal-dev/2011-May/028730.html
+	  
+	  Related ticket is #1015
+
+2011-06-15 12:44  robe
+
+	* #722 - get rid of transform and remainder of SnapToGrid
+	  deprecated family of functions. Add to #945 uninstall_legacy and
+	  also legacy.sql.in.c files
+
+2011-06-15 01:25  robe
+
+	* Change ST_MapAlgebra to use default args and amend the
+	  documentation to reflect change. In so doing fix #969 -
+	  inconsistent order of args, #967 raster regress failures on 9.0
+	  and 9.1
+
+2011-06-14 19:32  dustymugs
+
+	* Changed SRID to something within the range permitted by
+	  GSERIALIZED. As of this revision, all raster regression tests
+	  pass successfully.
+
+2011-06-14 16:21  pramsey
+
+	* bug in BOX2DFLOAT4_in function due to GSERIALIZED_ON change
+	  (#1020)
+
+2011-06-14 16:04  dustymugs
+
+	* With GSERIALIZED_ON enabled, adapted code that needs preprocessor
+	  conditions. Basically instead of "geometry_gist_sel" and
+	  "geometry_gist_joinsel", GSERIALIZED_ON uses "contsel" and
+	  "contjoinsel"
+
+2011-06-14 08:20  strk
+
+	* Do not explicitly name GIST opclass (was renamed). Fixes topology
+	  after the GSERIALIZED switch.
+
+2011-06-14 08:20  strk
+
+	* Fix libiconv linker flags
+
+2011-06-14 04:26  pramsey
+
+	* Apply bug in BOX2DFLOAT4_in function due to GSERIALIZED_ON change
+	  (#1020) from dustymugs
+
+2011-06-13 21:47  dustymugs
+
+	* Fixed memory leak in RASTER_asGDALRaster of rt_pg.c and left note
+	  in comments of rt_raster_to_gdal
+
+2011-06-13 21:31  pramsey
+
+	* Move from GSERIALIZED off by default to on by default. Adjust
+	  minor regression changes as necessary.
+
+2011-06-13 20:20  pramsey
+
+	* Allow cunit tests to build and run in OS/X
+
+2011-06-13 19:51  pramsey
+
+	* Add svn:ignores for some new derived files.
+
+2011-06-13 12:30  robe
+
+	* update 1.5.3 release notes
+
+2011-06-13 11:25  robe
+
+	* #609 revise JDBC to use non-deprecated calling syntax
+
+2011-06-13 01:32  robe
+
+	* surpress outputting sql if not in debug mode
+
+2011-06-13 01:31  robe
+
+	* change to return as much address as possible even if no fullname
+	  at least try to return city, state, zip
+
+2011-06-12 14:33  robe
+
+	* fix typo in reverse_geocode name and get rid of other prot since
+	  changed to use default args
+
+2011-06-12 06:34  robe
+
+	* fix division by zero issue
+
+2011-06-12 04:55  robe
+
+	* make debug statement conditional
+
+2011-06-12 04:52  robe
+
+	* significantly improve speed of reverse geocode (when all states
+	  loaded), but using CTEs and unparameterizing query (parameterized
+	  often does not use inheritance), reverse_geocode to use default
+	  parameters, put in table column comments to describe some of what
+	  loader columns mean.
+
+2011-06-11 19:26  dustymugs
+
+	* Added function parameter "header_only" to rt_raster_deserialize.
+	  This instructs the function to only extract the raster header.
+	  
+	  All functions calls to rt_raster_deserialize in rt_pg.c and
+	  testwkb.c have been modified to account for the "header_only"
+	  parameter. In addition, functions that can use
+	  PG_DETOAST_DATUM_SLICE have been modified to use it.
+	  
+	  Associated tickets are #867 and #985.
+	  
+	  Now to work on valgrinding rt_pg.c
+
+2011-06-11 19:06  dustymugs
+
+	* Removed the ST_SummaryStats wrappers: ST_Sum, ST_Mean, ST_Stddev,
+	  ST_MinMax. Only ST_Count is preserved as it has a shortcut for
+	  when "exclude_nodata_value" is FALSE.
+	  
+	  Refactored regression test for rt_transform due to removal of
+	  some ST_SummaryStats wrappers and make the tests no longer about
+	  being exact to specific values but more about being in the
+	  appropriate contexts.
+	  
+	  Associated ticket is #1005 and to some degree, #985.
+
+2011-06-11 13:41  robe
+
+	* Sort what's new 2.0 by name of section insted of id since raster
+	  ids start with RT_ they are being sorted at the top above
+	  everything else which is confusing
+
+2011-06-11 05:27  robe
+
+	* Fix ST_BandMetaData, ST_AsGDalRaster (they take defaults now so
+	  prots have ben removed)
+
+2011-06-11 04:59  dustymugs
+
+	* Refactored rt_raster_replace_band in rt_api.c to return the
+	  replaced band.
+	  Additional memory cleanups in testapi.c due to segfault and
+	  leaks.
+
+2011-06-11 01:09  robe
+
+	* Note about issues with raster ST_Transform
+
+2011-06-11 00:43  robe
+
+	* document raster ST_Transform function. Will provide examples
+	  later.
+
+2011-06-11 00:05  dustymugs
+
+	* Fixed bunch of memory leaks in rt_api.c and testapi.c. Will need
+	  to valgrind the regression tests to clean up the leaks in rt_pg.c
+
+2011-06-10 23:19  robe
+
+	* get rid of ST_SRSText usage is gone and replaced with just srid
+	  so parallel with geometry. Update all the function doco -- they
+	  used to use srstext, but now they use srid.
+
+2011-06-10 23:01  dustymugs
+
+	* Refactored how GDAL warp options are freed. I believe I was
+	  prematurely freeing the options.
+	  
+	  Associated ticket #1015
+
+2011-06-10 19:49  pracine
+
+	* Getting pixel value at out of range coordinate should only return
+	  a warning. Was broken at r7106. Added a check.
+
+2011-06-10 18:18  dustymugs
+
+	* Fixed error messages.
+
+2011-06-10 18:14  dustymugs
+
+	* Explicitly set GDALWarpOptions element padfSrcNoDataImag as it
+	  seems some folks are having regression error. Based upon the GDAL
+	  code, explicitly setting padfSrcNoDataImag and padfDstNoDataImag
+	  should eliminate the error message that is occurring.
+	  
+	  Associated tickets are #925 and #1015.
+
+2011-06-10 17:24  robe
+
+	* #609 jdbc error in documentation
+
+2011-06-10 17:00  robe
+
+	* #666 -- strange I don't recall this being an issue on PostGIS
+	  2.0, but seems to be also. Still need regress test for it though.
+
+2011-06-10 16:16  pramsey
+
+	* Update NZ projections for grid transformation support (#631)
+
+2011-06-10 15:19  dustymugs
+
+	* Rewrote ST_BandMetaData to use a C function instead of sequential
+	  calls for the metadata of a raster's band in plpgsql. Also added
+	  regression tests for ST_MetaData and ST_BandMetaData due to C
+	  functions.
+	  
+	  Associated ticket #1012
+
+2011-06-10 05:13  robe
+
+	* more description on reclass expressions
+
+2011-06-10 01:52  robe
+
+	* more examples for ST_Point and example converting to geography
+
+2011-06-09 21:27  pramsey
+
+	* Minor change to work with gserialzed
+
+2011-06-09 21:15  dustymugs
+
+	* Rewrote ST_Metadata to make use of a C function instead of
+	  sequential calls for the metadata of a raster in plpgsql.
+	  
+	  Associated ticket #1012
+
+2011-06-09 21:12  pramsey
+
+	* Remove some compile warnings
+
+2011-06-09 21:12  pramsey
+
+	* Add some ignores
+
+2011-06-09 20:51  pramsey
+
+	* Bad handling of Inf values in GEOS (#1013)
+
+2011-06-09 20:32  robe
+
+	* #448 add CUnit requirement for testing
+
+2011-06-09 18:55  dustymugs
+
+	* Replaced the parameter "srs" in ST_AsGDALRaster with "srid" so as
+	  to match that of ST_Transform and other functions that deals with
+	  spatial reference systems. In doing so, this eliminates the user
+	  function ST_srtext and just has a hidden _ST_srtext function for
+	  use by the underlying C functions. Another nice benefit is that I
+	  was able to reduce the number of user-facing functions.
+	  
+	  Associated ticket #1011
+
+2011-06-09 16:01  robe
+
+	* #1009 typo in index creation
+
+2011-06-08 22:47  dustymugs
+
+	* - added additional tests that shouldn't require datum shift files
+	  for proj.4.
+	  - refactored output that would be double precision to be rounded
+
+2011-06-08 21:10  dustymugs
+
+	* Rewrote how the standard/sample deviation is computed in
+	  ST_SummaryStats for coverage tables. It now extends the existing
+	  use of a single-pass standard deviation calculation to be able to
+	  do the calculation for a coverage table.
+	  
+	  Associated ticket #985.
+
+2011-06-08 00:10  dustymugs
+
+	* forgot to comment out debug code for ST_Histogram thus causing
+	  rt_histogram regression to fail
+
+2011-06-08 00:00  dustymugs
+
+	* fixed ST_SummaryStats for coverage tables where the sum of all
+	  tiles was not being computed.
+	  Associated ticket #1005
+	  
+	  Also added shortcuts to ST_Count for when parameter
+	  "exclude_nodata_value" is FALSE, just compute the count based
+	  upon the raster's dimensions. Performance difference between the
+	  normal route and the shortcut is negligible for small rasters but
+	  noticable when run on large rasters and coverage tables
+
+2011-06-07 22:59  dustymugs
+
+	* Added support for coverage tables to ST_Histogram. This entailed
+	  adding the ability to explicitly specify the min and max values
+	  in the underlying C function rt_band_get_histogram. The min and
+	  max parameters should ONLY be used by the established coverage
+	  table handling ST_Histogram functions as the returned percent
+	  element of the histogram type is changed from returning the
+	  percentage to returning the sum of counts for that histogram.
+	  
+	  Associated ticket is #934.
+
+2011-06-07 18:21  dustymugs
+
+	* Add ST_Transform function that achieves the primary purpose of
+	  reprojecting a raster to a new projection system. This makes use
+	  of the GDAL Warp API function GDALAutoCreateWarpedVRT(). In the
+	  future, the underlying C function is expected to be refactored to
+	  support skewing and pixel scaling at the same time the raster is
+	  reprojected.
+	  
+	  Really minor changes to rt_pg/rt_pg.c adding initilization values
+	  to variables for eliminating compile warnings in Windows (thanks
+	  Pierre).
+	  
+	  Fixed variable "status" in rt_raster_from_gdal_dataset() of
+	  rt_core/rt_api.c
+	  
+	  Associated ticket is #925
+
+2011-06-07 13:04  robe
+
+	* Put legacy.sql in varname tag so prints out as courier and stands
+	  out more. Some clarification on the geography/geometry choice
+	  question
+
+2011-06-07 12:37  robe
+
+	* more corrections of erroneous statements
+
+2011-06-07 12:16  robe
+
+	* Fix minor formatting issues
+
+2011-06-07 07:45  robe
+
+	* forgot output column in histogram type
+
+2011-06-07 07:41  robe
+
+	* more correction in ST_Histogram explanation
+
+2011-06-07 07:26  robe
+
+	* make description of programming match what is going on in
+	  histogram example
+
+2011-06-07 07:24  robe
+
+	* missing one proto for ST_Histogram
+
+2011-06-07 07:20  robe
+
+	* add description ST_Histogram inputs
+
+2011-06-07 07:10  robe
+
+	* document histogram type
+
+2011-06-07 07:02  robe
+
+	* document ST_Histogram
+
+2011-06-05 21:49  dustymugs
+
+	* bug fix of r7325 where the wrong variable is used in the "for"
+	  loop at line 5442
+
+2011-06-05 20:52  dustymugs
+
+	* - added additional function parameters "bandNums" and "count" to
+	  rt_raster_to_gdal_mem so that the GDAL dataset created only
+	  contains those bands specified
+	  - any calls to rt_raster_to_gdal_mem function was refactored for
+	  the new function parameters
+	  - refactored rt_raster_dump_as_wktpolygons to make use of
+	  rt_raster_to_gdal_mem so as to reduce duplicate code and improve
+	  cleanliness
+
+2011-06-05 07:55  robe
+
+	* fix ambiguous column issue now that new zcta5 also has statefp
+
+2011-06-05 07:35  robe
+
+	* more speed optimizations
+
+2011-06-05 07:07  robe
+
+	* revise function s so lookup zip utilizes constraint exclusion
+
+2011-06-05 06:13  robe
+
+	* #1004: census has finally released zcta5 for 2010. Get rid of
+	  zcta500 table. replace with a more generic named zcta5. Revise
+	  loader state script to load in zcta510 data and revise functions
+	  to use new zcta5 table.
+
+2011-06-04 02:11  robe
+
+	* Fix more erroneous statements about ST_Reclass
+
+2011-06-04 00:59  robe
+
+	* get rid of TODO note on ST_REclass exmaple -- I already did it.
+
+2011-06-04 00:58  robe
+
+	* huh more mistakes in ST_Reclass
+
+2011-06-03 17:02  dustymugs
+
+	* Added rt_raster_from_gdal_dataset function to rt_core/rt_api.c.
+	  This function provides the functionality needed to convert a GDAL
+	  dataset into a PostGIS Raster object.
+
+2011-06-03 15:19  jorgearevalo
+
+	* Check for new GDALFPolygonize function. If it isn't present, the
+	  old GDALPolygonize is called. Related ticket #650.
+
+2011-06-03 06:00  robe
+
+	* add missing ST_ValueCount protos, get rid of ' around , causing
+	  comment installation to fail.
+
+2011-06-02 22:51  robe
+
+	* fix wording of reclassarg and summarystats
+
+2011-06-02 22:25  robe
+
+	* Fix typo
+
+2011-06-02 21:54  robe
+
+	* document ST_Band
+
+2011-06-02 21:27  robe
+
+	* get rid of extra paragraph marks
+
+2011-06-02 21:13  robe
+
+	* example how to use variadic version of ST_Reclass raster
+	  function, finish off reclassarg type description, add
+	  summarystats type
+
+2011-06-02 05:05  robe
+
+	* Clarify GDAL version requirements for Mapserver to load PostGIS
+	  raster
+
+2011-06-01 23:50  jorgearevalo
+
+	* Fixed ticket #650. You need to update your GDAL copy to a release
+	  up to 22476 to make it work.
+
+2011-06-01 12:31  strk
+
+	* The box2d of an empty geometry is NULL, not a point. Closes
+	  ticket #938 and regress-tests it.
+
+2011-06-01 11:55  robe
+
+	* put a space after parameter name to try to prevent getting shoved
+	  in with type in reclassarg type def
+
+2011-06-01 08:22  robe
+
+	* st_recalss -- hmm screwed up on example. Had overlapping ranges
+	  before.
+
+2011-06-01 08:17  robe
+
+	* move raster types to raster section (there are way too many now
+	  to try to lump into reference_type and do case statements to
+	  exclude from postgis_comments). Revise raster_comments to look
+	  for types in reference_raster. Add docu for ST_Reclass and
+	  reclassarg type. Need at least one more example to show how to
+	  use recalssargs.
+
+2011-05-31 22:54  dustymugs
+
+	* additional code refactoring in rt_raster_from_band
+
+2011-05-31 22:47  dustymugs
+
+	* code refactored and added copying of raster attributes to new
+	  raster in rt_raster_from_band
+
+2011-05-31 01:50  robe
+
+	* #960 get rid of obsolete ST_AsPNG protos to make consistent with
+	  implementation
+
+2011-05-31 01:39  robe
+
+	* #960 get rid of ST_AsGDALRaster proto and update remaining to be
+	  consistent with new default args.
+
+2011-05-31 01:29  robe
+
+	* #961- reduce number of functions - Get rid of st_area(geography)
+	  and change st_area(geography, use_spheroid = true) and also have
+	  named argument names so callable by named args
+
+2011-05-31 01:09  robe
+
+	* document missing proto for createtopology
+
+2011-05-31 00:54  robe
+
+	* Document ST_SummaryStats raster function
+
+2011-05-30 20:18  dustymugs
+
+	* Added default values for function parameters of ST_AsTIFF,
+	  ST_AsJPEG and ST_AsPNG.
+	  
+	  Associated ticket is #960
+
+2011-05-30 15:48  dustymugs
+
+	* Added default parameter for ST_AsGDALRaster
+	  
+	  Associated ticket is #960
+
+2011-05-30 14:53  dustymugs
+
+	* renamed all instances of "hasnodata" function argument to
+	  "exclude_nodata_value" in SQL functions (and underlying code
+	  where appropriate) ST_SummaryStats, ST_Count, ST_Sum, ST_Mean,
+	  ST_StdDev, ST_MinMax, ST_Quantile, ST_Histogram, ST_ValueCount
+	  and ST_ValuePercent
+
+2011-05-30 09:45  robe
+
+	* get rid of bash line -- seems unnecessary and breaks if multiple
+	  states. Forgot cd which was making secondary states fail loading.
+
+2011-05-30 08:28  robe
+
+	* 
+
+2011-05-30 08:27  robe
+
+	* more corrections and one more example for ST_ValueCount
+
+2011-05-30 07:39  robe
+
+	* fix errors in notes
+
+2011-05-30 03:57  robe
+
+	* fill in more missing protos for st_valuecount -- still more to go
+
+2011-05-30 03:43  robe
+
+	* put in missing protos for st_quantile. Revise comment generator
+	  scripts to properly handle OUT parameters
+
+2011-05-30 02:52  robe
+
+	* document ST_quantile -- still missing some protos (also get rid
+	  of obsolete warnings)
+
+2011-05-30 01:56  robe
+
+	* reference to st_valuecount in st_dumpaspixels
+
+2011-05-30 01:51  robe
+
+	* Move Bborie's new cool stat functions into their own section. Add
+	  documentation for st_valuecount -- more coming for other raster
+	  functions. macro replace hasnodata with exclude_nodata_value
+	  which hopefully will be clearer to everyone. The raster codebase
+	  needs to be changed to agree with new names (mostly for those
+	  utilizing named arguments in PostgreSQL 9.0+). In enhnced section
+	  --put a note that hasnodata was renamed to exclude_nodata_value.
+
+2011-05-30 00:30  robe
+
+	* add remarked out line to set search path -- suggested by Brian
+	  Hamlin. Also some other minor changes
+
+2011-05-28 23:32  robe
+
+	* Get rid of deprecated call to centroid
+
+2011-05-28 15:07  robe
+
+	* fix for #996 also had to revise least and greatest helper
+	  functions to deal with to and froms that can't be converted to
+	  integers. Also added missing indexes to base tables (helps the
+	  planner with inherited tables though it never really uses those
+	  indexes)
+
+2011-05-28 13:29  robe
+
+	* fill in some missing licensing headers and svn tags
+
+2011-05-28 11:46  strk
+
+	* It's "spatialreference.org", not "spatialreferencing.org"
+	  (srid=900913)
+
+2011-05-28 11:24  robe
+
+	* revise readme wording so those unix users who aren't on linux
+	  won't be quite as offended
+
+2011-05-28 11:18  robe
+
+	* fix for #995 handling lower level fips. Also many fixes for #908
+	  sh tiger loader profile. Testing now and will close out if
+	  confirmed its fixed. Also put in a note in the .sh and .bat that
+	  for PostgreSQL 9.1+ have to install fuzzystrmatch with the CREATE
+	  EXTENSION syntax
+
+2011-05-27 23:35  dustymugs
+
+	* - remove OUT parameters on those functions that only return a
+	  single value.
+	  - updated regression tests that made use of those functions
+	  returning single values with OUT parameters
+
+2011-05-27 14:42  dustymugs
+
+	* Added default values for function arguments of ST_Reclass
+
+2011-05-27 14:01  strk
+
+	* ST_AddEdgeModFace is complete...
+
+2011-05-27 14:01  strk
+
+	* Document ST_AddEdgeModFace, tweak documentation of
+	  ST_AddEdgeNewFaces [RT-SIGTA]
+
+2011-05-27 14:01  strk
+
+	* Implement topology.ST_AddEdgeModFace. Includes regress test.
+	  [RT-SIGTA]
+
+2011-05-27 12:15  robe
+
+	* fix indentation
+
+2011-05-27 10:18  strk
+
+	* Simplify face registration by the end of ST_AddEdgeNewFaces
+	  [RT-SIGTA]
+
+2011-05-27 09:51  strk
+
+	* ST_AddEdgeNewFaces: another test splitting a face with holes on
+	  both sides [RT-SIGTA].
+
+2011-05-27 09:34  strk
+
+	* topology.ST_AddEdgeNewFaces: do not needlessly replace face of
+	  holes found in a face splitted by the newly added edge. Regress
+	  test it. [RT-SIGTA].
+
+2011-05-27 08:34  strk
+
+	* Add an optional force_new parameter to topology.ST_AddFace to
+	  force creation of a new face when one already exists. Regress
+	  test and document. [RT-SIGTA]
+
+2011-05-27 08:34  strk
+
+	* fix cpp extra token warning
+
+2011-05-27 07:13  robe
+
+	* change ST_ConcaveHull to use default parameters
+
+2011-05-27 06:46  robe
+
+	* preliminary documentation for ST_Count
+
+2011-05-27 00:02  dustymugs
+
+	* - Added default values for function parameters of ST_ValueCount
+	  and ST_ValuePercent. Removed duplicative functions of the same.
+	  - Tweaked the regression tests for ST_ValueCount and
+	  ST_ValuePercent as one question for each function type was too
+	  ambiguous.
+
+2011-05-26 23:32  dustymugs
+
+	* Added default parameter values for ST_Quantile functions
+
+2011-05-26 23:11  dustymugs
+
+	* Added default values for function parameters of ST_Histogram and
+	  removed duplicative functions.
+
+2011-05-26 22:50  dustymugs
+
+	* Forgot to delete the commented out functions of ST_SummaryStats
+	  and dependants from r7260
+
+2011-05-26 22:40  dustymugs
+
+	* Added default values for function parameters of ST_SummaryStats,
+	  ST_Count, ST_Sum, ST_Mean, ST_StdDev and ST_MinMax.
+
+2011-05-26 21:35  dustymugs
+
+	* Added default parameter for ST_Band and reduced function count by
+	  1.
+	  
+	  Added additional regression tests for ST_Band.
+
+2011-05-26 21:23  dustymugs
+
+	* Changed to STABLE from IMMUTABLE for all functions that operate
+	  on a coverage using the function parameters "rastertable" and
+	  "rastercolumn"
+
+2011-05-26 20:09  dustymugs
+
+	* changed name "proportion" to "percent" for ST_Histogram to stay
+	  consistent with ST_ValuePercent
+
+2011-05-26 20:04  dustymugs
+
+	* Addition of ST_ValuePercent, sibling of ST_ValueCount. This
+	  function provides the ability to determine the percentage of a
+	  raster's band that is of a user-specified value.
+	  
+	  Assocated ticket is #990
+	  
+	  Also specified STRICT for functions with "searchvalue" (the
+	  singular) argument.
+
+2011-05-26 15:43  dustymugs
+
+	* Changed the datatype for "count" from integer to bigint. This
+	  should allow the "count" return value to handle large numbers
+	  coming from the various coverage functions.
+
+2011-05-26 14:01  robe
+
+	* #949 Add all E and F deprecated functions to
+	  uninstall_legacy.sql.in.c and minor sorting and casing cleanup.
+
+2011-05-26 07:26  strk
+
+	* Error handling refinements in topology.ST_AddEdgeNewFaces (#988)
+	  
+	  Check for given edge having two distinct vertices before getting
+	  a new
+	  edge id from sequence, and before testing it for crossing nodes
+	  (or it'd
+	  give a confusing error message). Refine error message about
+	  no-segment
+	  edges to not talk about nodes. [RT-SIGTA]
+
+2011-05-26 04:23  dustymugs
+
+	* Adds ST_ValueCount to count the number of times a user-provided
+	  value or all values occurs in a raster's band.
+	  
+	  Associated ticket is #953
+
+2011-05-25 23:38  robe
+
+	* 
+
+2011-05-25 23:37  robe
+
+	* put header on table
+
+2011-05-25 21:09  robe
+
+	* try group
+
+2011-05-25 18:42  pramsey
+
+	* #661 Type info of geography columns incomplete - pg_dump output
+	  wrong
+
+2011-05-25 18:28  dustymugs
+
+	* Add ST_Count and ST_Sum functions that are fronts for the count
+	  and sum values of ST_SummaryStats
+	  
+	  Associated tickets are #985 (ST_Count) and #986 (ST_Sum)
+
+2011-05-25 13:13  robe
+
+	* 
+
+2011-05-25 12:49  robe
+
+	* 
+
+2011-05-25 12:48  robe
+
+	* 
+
+2011-05-25 12:35  robe
+
+	* 
+
+2011-05-25 12:29  robe
+
+	* revert
+
+2011-05-25 12:13  robe
+
+	* define style for methodsynopsis
+
+2011-05-24 18:53  robe
+
+	* missed a spot
+
+2011-05-24 18:50  robe
+
+	* experiment with methodsynopsis evidentally seems to support
+	  default parameters and conditional args, we need to move from
+	  funcsynopsis (designed for C) to methodsynopsis. This is what PHP
+	  uses -- https://doc.php.net/php/dochowto/chapter-skeletons.php
+
+2011-05-24 15:21  strk
+
+	* Stop using astext legacy function in raster tests -- make check
+	  finally succeeds with both raster and topology enabled
+
+2011-05-24 14:47  strk
+
+	* Allow dumping universal face edges with ST_GetFaceEdges. Do it in
+	  the correct order. Fixes bug #984. [RT-SIGTA]
+
+2011-05-24 14:27  dustymugs
+
+	* - Added test testgdalraster.in which properly tests the output of
+	  ST_AsGDALRaster. This test makes use of rtgdalraster.py found in
+	  raster/scripts/python, which itself requires psycopg2.
+	  - Refactored rt_asgdalraster.sql, rt_astiff.sql, rt_asjpeg.sql
+	  and rt_aspng.sql to no longer attempt to validate the output of
+	  the respective functions with an MD5 checksum but rather be a
+	  test of the functions' behaviors.
+
+2011-05-24 13:49  strk
+
+	* ST_GetFaceGeometry: throw SQL/MM exception when asked for the
+	  Universal Face geometry. Fixes bug #973 [RT-SIGTA]
+
+2011-05-24 13:47  strk
+
+	* topology.ValidateTopology: do not construct the geometry of
+	  universal face, it's not used anyway. Closes bug #977. [RT-SIGTA]
+
+2011-05-24 13:15  strk
+
+	* ST_AddEdgeNewFaces: don't get fooled by empty segments when
+	  computing azimuts [RT-SIGTA]
+
+2011-05-24 12:14  strk
+
+	* Fix a bogus test for ST_AddEdgeNewFaces (was missing to check
+	  informations about the newly added edge) -- [RT-SIGTA]
+
+2011-05-24 10:45  strk
+
+	* Add another (successful) test for ST_AddEdgeNewFaces when
+	  creating a new face in the universal face by closing a ring
+	  around an existing non-isolated edge [RT-SIGTA].
+
+2011-05-24 09:22  strk
+
+	* Add TODO item and SQL/MM compatibility note in ST_ChangeEdgeGeom
+
+2011-05-24 09:13  strk
+
+	* Test ST_ChangeEdgeGeom with edge crossing
+
+2011-05-24 08:45  strk
+
+	* ST_ChangeEdgeGeom: check existence of given edge, reduce scans
+	  used to check start/end point and simplify the code, regress test
+	  the fix. Fixes bug #979.
+
+2011-05-24 08:22  strk
+
+	* No functional change: tabs to 2 spaces.
+
+2011-05-24 08:13  strk
+
+	* Move tests for ST_ChangeEdgeGeom into a dedicated file. Prepared
+	  for ticket #979. [RT-SIGTA].
+
+2011-05-24 07:54  strk
+
+	* Test ST_GetFaceGeometry behavior when given face_id 0 (Universal
+	  Face). See ticket #973.
+
+2011-05-24 07:04  strk
+
+	* ST_AddIsoEdge: tell that a node is isolated by only looking at
+	  containing_face rather than recomputing it. Closes ticket #978.
+	  [RT-SIGTA]
+
+2011-05-24 06:55  strk
+
+	* Do not let ST_AddIsoNode add non-isolated nodes. Allow specifying
+	  0 as the isolated node face and check it is correct. If
+	  containing_face is given as null then compute it. Patch by Andrea
+	  Peri. [RT-SIGTA]
+
+2011-05-24 06:44  robe
+
+	* Fix for #981 - using astext legacy function in tests
+
+2011-05-24 06:43  robe
+
+	* fix typos
+
+2011-05-24 05:48  robe
+
+	* #722 remove Centroid and Dump, #949 more additons to uninstall
+	  (Centroid, Dump, addbbox,dropbbox)
+
+2011-05-24 05:19  robe
+
+	* fix link error
+
+2011-05-24 05:05  robe
+
+	* #722 remove AsBinary and AsText, #949 more additons to uninstall
+	  (AsText,Asbinary, other output functions)
+
+2011-05-24 03:03  robe
+
+	* Document ST_ChangeEdgeGeom, revise function to confirm to new
+	  plpgsql coding standard. Get rid of redundant && check since its
+	  already encapsulated in ST_Intersects and ST_Within
+
+2011-05-23 13:30  strk
+
+	* update the list of what's implemented and what not
+
+2011-05-23 13:30  strk
+
+	* Style-only change: tab to spaces in ST_AddIsoEdge, shorten name
+	  of test topology
+
+2011-05-23 13:13  strk
+
+	* Fix test for ST_AddIsoEdge verifying "geometry intersects an
+	  edge" exception. Fix exception message raised when attempting to
+	  insert a closed edge. Update regress test accoringly.
+
+2011-05-23 12:49  strk
+
+	* ST_AddIsoEdge: set containing_face of nodes connected by the
+	  newly added edge to null as the nodes are not isolated anymore.
+	  Regress test it. Closes ticket #976.
+
+2011-05-23 12:33  strk
+
+	* Put tests for ST_AddIsoEdge in their own file. Fix use of !
+	  rather than "not" for negating booleans in pl/pgsql.
+
+2011-05-23 11:30  strk
+
+	* Update load_topology.sql to properly set MBR field of faces.
+
+2011-05-23 11:28  strk
+
+	* And fix expected test output from st_addedgenewfaces (dunno how I
+	  could commit such a partial change...)
+
+2011-05-23 11:26  strk
+
+	* Oops, forgot to uncomment temporarely disabled lines
+
+2011-05-23 08:44  strk
+
+	* Test that topology.ST_AddEdgeNewFaces properly updates isolated
+	  edges contained in a newly created face [RT-SIGTA]
+
+2011-05-22 16:06  dustymugs
+
+	* - fixed band count check in st_asjpeg and st_aspng
+	  - fixed regression expected output for rt_aspng
+
+2011-05-22 06:33  robe
+
+	* Start work on #949 uninstall_legacy.sql and also some minor
+	  cleanup additions/sorting fo existing
+
+2011-05-20 20:18  robe
+
+	* treating as executable didn't help - going to reinit my db as
+	  utf-8 instead
+
+2011-05-20 13:48  jorgearevalo
+
+	* Commented line that caused memory crash because an invalid free.
+	  Related ticket #958.
+
+2011-05-19 20:36  strk
+
+	* topology.AddEdge: make edge linking self-consistent (each added
+	  edge will form a proper loop)
+
+2011-05-19 04:54  robe
+
+	* fix typo
+
+2011-05-19 04:53  robe
+
+	* support for 2D points, add multipoint 2d / 3d to cunit. Add a
+	  mapping table to documentation to clarify how we map PostGIS
+	  geometries to X3D equivalent.
+
+2011-05-19 04:04  robe
+
+	* clean up some compiler warnings
+
+2011-05-18 23:33  dustymugs
+
+	* - taking a suggestion from strk in #958, all regression tests for
+	  functions related to ST_SummaryStats has been rounded to 3
+	  decimal places
+	  - added additional argument checks for pgraster to rt_pg.c
+	  - changed floating point comparisons in rt_pg.c and rt_api.c
+
+2011-05-18 16:18  strk
+
+	* ST_AddEdgeNewFaces is now implemented..
+
+2011-05-18 16:08  strk
+
+	* topology.ST_AddEdgeNewFaces implementation and regression test
+	  [RT-SIGTA]
+
+2011-05-18 14:18  dustymugs
+
+	* ST_SummaryStats returns the sum as part of the summary stats.
+	  _ST_SummaryStats(rastertable, rastercolumn) function changed to
+	  make use of the sum and compute a straight mean (sum / count)
+	  rather than computing a weighted mean.
+
+2011-05-18 13:59  strk
+
+	* topology.AddFace(): properly update left/right face for edges
+	  _contained_ in the newly registered face and containing_face for
+	  isolated nodes in it, refine documentation about it [RT-SIGTA]
+
+2011-05-18 13:32  robe
+
+	* damn mathml you mock me! anyrate put in defaults as Pierre asked
+	  for ST_ASTiff (hope www... fixes their damn mathml). We really
+	  got to stop downloading that file.
+
+2011-05-18 12:55  robe
+
+	* define ST_SRText and backref
+
+2011-05-18 12:41  robe
+
+	* fix ST_ASTIFF incorrect types start putting in defaults
+
+2011-05-18 12:05  robe
+
+	* let me try to put the opt somewhere else.
+
+2011-05-18 11:12  robe
+
+	* more mistakes
+
+2011-05-18 11:08  robe
+
+	* fix some incorrect statements
+
+2011-05-18 08:58  strk
+
+	* topology.GetRingEdges() implementation and test. This is the
+	  first real user of next_left_edge/next_right_edge fields in the
+	  edge table. [RT-SIGTA]
+
+2011-05-18 07:23  strk
+
+	* Add a short paragraph about the semantic of edge's next_left_edge
+	  and next_right_edge fields.
+
+2011-05-18 07:15  robe
+
+	* Fix ST_AsTiff function proto typos
+
+2011-05-18 05:43  robe
+
+	* Document ST_AsTIFF and fix some missttatements about ST_ASPNG.
+	  Also pretend like we are using default args already
+
+2011-05-18 05:08  robe
+
+	* get rid of opt
+
+2011-05-18 04:43  robe
+
+	* bah just use brackets for optional args -- docbook seems to be
+	  ignoring the choice='opt' tag
+
+2011-05-18 04:13  robe
+
+	* try to get optional argument to have brackets using optional tag
+
+2011-05-18 00:00  robe
+
+	* revise to put optional arguments in [] in the description. Damn
+	  dtd keeps downloading
+
+2011-05-17 22:50  robe
+
+	* Nothing like experimenting with myself. Change ST_AsX3D to use
+	  default parameters and reduce down to one proto
+
+2011-05-17 19:35  strk
+
+	* Appropriately tag GML functions as STABLE, IMMUTABLE or VOLATILE
+	  - see bug #955
+
+2011-05-17 17:51  robe
+
+	* more back ref
+
+2011-05-17 17:45  robe
+
+	* fix typos add backrefere to ST_GDALDrivers
+
+2011-05-17 15:58  strk
+
+	* Strip 'SELECT' feedback from regression test outputs
+
+2011-05-17 15:27  dustymugs
+
+	* changed the dimensions of the raster generated for the summary
+	  stats test from 10000 x 10000 to 100 x 100
+
+2011-05-17 15:01  dustymugs
+
+	* Code cleanup of uncorrected statement from r7170
+	  Associated ticket is #954
+
+2011-05-17 14:46  dustymugs
+
+	* refactored code that attempted to modify a function parameter as
+	  PostgreSQL 8.4 sets all function parameters as CONSTANT, unlike
+	  PostgreSQL 9.0
+
+2011-05-17 14:42  strk
+
+	* Tag some functions as STABLE or even IMMUTABLE (from volatile) -
+	  see bug #955
+
+2011-05-17 14:04  dustymugs
+
+	* refactored usage of snprintf to use explicit string sizes rather
+	  than what is a gcc specific implementation where the return value
+	  of snprintf is the ideal size of the string
+
+2011-05-17 07:33  strk
+
+	* Fixed bug in sample topology load (face id sequence value)
+	  [RT-SIGTA]
+
+2011-05-17 06:34  robe
+
+	* revise to correctly comment functions with OUT parameters
+
+2011-05-17 05:37  robe
+
+	* fix typo
+
+2011-05-17 03:02  robe
+
+	* document ST_GDALDrivers and back reference to ST_AsGDALRaster
+
+2011-05-17 02:06  robe
+
+	* Document ST_AsGDALRaster
+
+2011-05-17 00:55  robe
+
+	* forgot availability and GDAL dependency note on ST_AsPNG
+
+2011-05-17 00:40  robe
+
+	* First draft of ST_ASPNG doco. Need some more examples and perhaps
+	  even pictures.
+
+2011-05-16 22:01  dustymugs
+
+	* - fixed usage of function parameter "hasnodata" to follow
+	  standardized interpretation
+	  - added copyright notices for work done by Bborie Park funded
+	  through the Regents of the University of California
+
+2011-05-16 19:56  dustymugs
+
+	* removed duplicative ST_Histogram function
+
+2011-05-16 19:54  dustymugs
+
+	* Add ST_AsPNG
+	  
+	  - added SQL functions for ST_AsPNG
+	  - added regression tests
+	  
+	  Associated ticket is #342
+
+2011-05-16 19:52  dustymugs
+
+	* Add ST_AsJPEG function
+	  
+	  - added SQL functions for ST_AsJPEG
+	  - added regression tests
+	  
+	  Associated ticket is #340
+
+2011-05-16 19:50  dustymugs
+
+	* Add ST_AsTIFF function
+	  
+	  - add SQL functions for ST_AsTIFF
+	  - add regression tests
+	  
+	  Associated ticket is #341
+
+2011-05-16 19:48  dustymugs
+
+	* Add ST_AsGDALRaster function and helper functions ST_GDALDrivers
+	  and ST_srtext
+	  - added rt_raster_to_gdal, rt_raster_gdal_drivers and
+	  rt_raster_to_gdal_mem functions to rt_core/rt_api.c and rt_api.h
+	  - added test cases to test/core/testapi.c
+	  - added RASTER_asGDALRaster and RASTER_getGDALDrivers to
+	  rt_pg/rt_pg.c
+	  - added SQL functions
+	  - added regression tests
+	  
+	  Associated ticket is #901
+
+2011-05-16 19:43  dustymugs
+
+	* Added ST_Reclass function
+	  
+	  - added rt_band_reclass and rt_raster_replace_band to
+	  rt_core/rt_api.c and rt_api.h
+	  - added test case to test/core/testapi.c
+	  - added RASTER_reclass to rt_pg/rt_pg.c
+	  - added SQL functions for ST_Reclass
+	  - added regression tests
+	  
+	  Associated ticket is #903
+
+2011-05-16 19:39  dustymugs
+
+	* Added ST_Quantile functions
+	  - added function rt_raster_get_quantiles to rt_core/rt_api.c and
+	  rt_api.h
+	  - added test case to test/core/testapi.c
+	  - added function RASTER_quantile to rt_pg/rt_pg.c
+	  - added SQL functions for ST_Quantile
+	  - added regression tests
+	  
+	  Associated ticket is #935
+
+2011-05-16 19:36  dustymugs
+
+	* Added ST_Histogram functions.
+	  - added function rt_band_get_histogram to rt_core/rt_api.c and
+	  rt_api.h
+	  - added test case to test/core/testapi.c
+	  - added function RASTER_histogram to rt_pg/rt_pg.c
+	  - added SQL functions for ST_Histogram
+	  - added regression tests
+	  
+	  Associated ticket is #934
+
+2011-05-16 19:34  dustymugs
+
+	* Added ST_MinMax function
+	  - added SQL functions for ST_MinMax
+	  - added regression tests
+	  
+	  Associated ticket is #902
+
+2011-05-16 19:32  dustymugs
+
+	* Added ST_StdDev function
+	  - added SQL functions for ST_StdDev
+	  - added regression tests
+	  
+	  Associated ticket is #932
+
+2011-05-16 19:30  dustymugs
+
+	* Added ST_Mean function.
+	  
+	  - added SQL functions for ST_Mean to rt_pg/rtpostgis.sql.in.c
+	  - added regression tests
+	  
+	  Associated ticket is #931
+
+2011-05-16 19:17  dustymugs
+
+	* Addition of ST_SummaryStats function.
+	  
+	  - added function rt_band_get_summary_stats to rt_core/rt_api.c
+	  and rt_api.h
+	  - added test case to test/core/testapi.c
+	  - added function RASTER_summaryStats to rt_pg/rt_pg.c
+	  - added SQL functions for ST_SummaryStats to
+	  rt_pg/rtpostgis.sql.in.c
+	  - added regression tests in test/regress
+	  
+	  Associated ticket is #930.
+
+2011-05-16 19:11  dustymugs
+
+	* Addition of ST_Band functionality.
+	  - added function rt_raster_from_band to rt_core/rt_api.c and
+	  rt_api.h
+	  - added test case to test/core/testapi.c
+	  - added function RASTER_band to rt_pg/rt_pg.c
+	  - added SQL functions for ST_Band to rt_pg/rtpostgis.sql.in.c
+	  - added regression tests in test/regress
+	  
+	  Associated ticket is #339 and attached patch st_band.3.patch
+
+2011-05-16 11:01  strk
+
+	* Fix a bug in the example topology data (related to
+	  next_left_edge) -- affected regress testing, also updated
+	  [RT-SIGTA]
+
+2011-05-13 19:29  robe
+
+	* forgot to add Bborie's organization
+
+2011-05-13 19:27  robe
+
+	* Add Bborie Park to development team lists. Assume Paul, you've
+	  given him SVN edit rights already.
+
+2011-05-13 08:46  robe
+
+	* apply astyle
+
+2011-05-13 08:46  robe
+
+	* apply astyle
+
+2011-05-13 01:04  chodgson
+
+	* additional bug fix for #844
+
+2011-05-12 22:05  chodgson
+
+	* added regess test for #884
+
+2011-05-12 18:51  chodgson
+
+	* merged fix from r7136 in 1.5 branch, fixes broken
+	  point_in_multipolygon_rtree, for #884
+
+2011-05-12 17:39  robe
+
+	* fix for #940 -- can't compile PostGIS 2.0 against PostgreSQL 9.1
+	  beta 1
+
+2011-05-12 16:14  strk
+
+	* topology.ST_AddEdgeNewFaces : tabs to spaces, named arguments,
+	  code cleanups and improved checks, tests for invalid calls
+	  [RT-SIGTA]
+
+2011-05-12 10:23  strk
+
+	* Don't miss to clean load_topology-4326.sql
+
+2011-05-12 07:28  robe
+
+	* add about the tiger upgrade script
+
+2011-05-11 14:59  robe
+
+	* more optimizations
+
+2011-05-11 13:50  robe
+
+	* put in some missing indexes
+
+2011-05-11 13:32  robe
+
+	* more performance enhancements
+
+2011-05-11 12:56  robe
+
+	* turn off debug mode
+
+2011-05-11 12:55  robe
+
+	* more usability and performance enhancements. Change
+	  geocoder/reverse_geocode to use tiger.state_lookup instead of
+	  each schema state table (to achieve this had to add statefp to
+	  lookup table). Also put in upgrade scripts and notes on upgrading
+	  in README. (current script will only upgrade an alpha tiger 2010
+	  (PostGIS 2.0.0 install) ).
+
+2011-05-11 11:32  robe
+
+	* bah Hudson still not happy. Make some preemptive changes
+
+2011-05-11 11:08  robe
+
+	* Frivolous edit to try to cure Hudson's hiccup
+
+2011-05-11 02:34  robe
+
+	* minor change to Kevin's bio
+
+2011-05-11 02:11  robe
+
+	* update PSC list and alphabetize it to get rid of any unintended
+	  implications of hierarchy. Add new PSC members / remove old and
+	  mark Paul as Chair.
+
+2011-05-10 04:54  robe
+
+	* fix some comments
+
+2011-05-10 03:57  robe
+
+	* put in a todo why I'm punting properly handling holes for now
+
+2011-05-09 19:59  robe
+
+	* more cleanup of normalize_address function
+
+2011-05-09 16:10  robe
+
+	* put in missing constraints
+
+2011-05-09 15:16  strk
+
+	* Implement, document, and regress-test SQL/MM ST_NewEdgeHeal
+	  [RT-SIGTA]
+
+2011-05-09 15:00  robe
+
+	* major speed improvements to normalize_address
+
+2011-05-09 14:17  strk
+
+	* Check for "other connected edges" before TopoGeometry definitions
+
+2011-05-09 14:07  strk
+
+	* Fix path to raster (regress) enabler script. Fixes ticket #947.
+
+2011-05-08 19:34  robe
+
+	* some explanation of theoretical vs. actual
+
+2011-05-08 17:20  robe
+
+	* mark as immutable
+
+2011-05-08 17:18  robe
+
+	* more cleanup. Get rid of more deprecated functions, put in more
+	  stable,imuutable markers. Change some functions from plpgsql to
+	  sql
+
+2011-05-08 16:36  robe
+
+	* Put in costing and make most of the functions either STABLE or
+	  IMMUTABLE. We were loosing a lot of cacheability of that. Also
+	  put in instructions in README how to upgrade the scripts. Will
+	  need to put this in the official docs too once cleaned that up a
+	  bit.
+
+2011-05-07 16:33  robe
+
+	* put in clock timestamps in debugging logic. We seem to be loosing
+	  more time on this normalize than we should be.
+
+2011-05-06 21:39  strk
+
+	* ST_ModEdgeHeal: move check for TopoGeometry after check for
+	  connected edges. Fixes bug #942 and regress-tests it [RT-SIGTA]
+
+2011-05-06 21:21  strk
+
+	* topology.ST_ModEdgeHeal: Check for edge existance before
+	  TopoGeometry definitions. Fixes bug #941 and regress-tests it.
+
+2011-05-06 14:29  jorgearevalo
+
+	* Trailing spaces removed from raster files.
+
+2011-05-06 12:06  jorgearevalo
+
+	* Changes in raster memory management:
+	  - Only calling function memory context is used, except in SRF
+	  functions, where
+	  multi_call_memory_ctx is used.
+	  - rt_context internals hidden. The memory management and error
+	  reporting is
+	  performed by rtalloc/rterror family functions. They simply call
+	  rt_context
+	  struct fields as requested. Same philosophy here than in
+	  liblwgeom.
+	  - Now rt_context memory is statically allocated. Before this, new
+	  memory for
+	  rt_context was allocated in every function call. And the memory
+	  was allocated
+	  outside the calling function (in fcinfo->flinfo->fn_mcxt postgres
+	  memory
+	  context).
+
+2011-05-06 06:46  strk
+
+	* Closer-to-iso exceptions from ST_GetFaceEdges/ST_ModEdgeHeal
+	  [RT-SIGTA]
+
+2011-05-05 21:12  strk
+
+	* Drop commented out code
+
+2011-05-05 21:12  strk
+
+	* Do not attempt to read points from empty pointarrays (thanks
+	  valgrind for finding this)
+
+2011-05-05 21:12  strk
+
+	* Allow dumping polygons with empty rings, fixing bug #937, add
+	  unit testing for that case.
+
+2011-05-05 12:13  robe
+
+	* amend
+
+2011-05-05 08:32  strk
+
+	* another generated file git-ignored
+
+2011-05-05 07:34  strk
+
+	* Ignore new generated files
+
+2011-05-05 07:30  robe
+
+	* replace osgeo log with project one and one that is not
+	  transparent so looks okay in pdf. Add PostGIS logo. Move logos to
+	  cover page.
+
+2011-05-05 02:45  robe
+
+	* get rid of literal wrapper
+
+2011-05-05 02:44  robe
+
+	* amend faq and fix some typos
+
+2011-05-05 02:30  robe
+
+	* Update Chris' bio now that he is taking on more of an active role
+
+2011-05-05 02:26  robe
+
+	* attempt at OSGeo branding our documentation
+
+2011-05-04 23:56  chodgson
+
+	* merged changes r7092 to fix null handling in st_collect for #912,
+	  #630 in 1.5 branch into trunk
+
+2011-05-04 18:34  strk
+
+	* Add note about updating joined edges and relationships, touch
+	  ST_ModEdgeSplit, ST_NewEdgeSplit, ST_ModEdgeHeal [RT-SIGTA]
+
+2011-05-04 18:20  strk
+
+	* Document ST_ModEdgeHeal [RT-SIGTA]
+
+2011-05-04 18:20  strk
+
+	* ST_ModEdgeHeal: update TopoGeom definitions, and test it
+	  [RT-SIGTA]
+
+2011-05-04 18:20  strk
+
+	* Test that healing of two edges is forbidden if any topogeom is
+	  defined by only one of them [RT-SIGTA]
+
+2011-05-04 18:20  strk
+
+	* Forbid healing edges if any feature is defined by only one of the
+	  two [RT-SIGTA]
+
+2011-05-04 18:19  strk
+
+	* Complete primitive (SQL/MM) portion of ST_ModEdgeHeal, regress
+	  test [RT-SIGTA]
+
+2011-05-04 18:19  strk
+
+	* Stub topology.ST_ModEdgeHeal [RT-SIGTA]
+
+2011-05-03 16:56  strk
+
+	* Add examples of ST_GetFaceEdges
+
+2011-05-03 13:35  robe
+
+	* more work on handling 3d polygons with holes
+
+2011-05-03 13:32  strk
+
+	* extent() -> st_extent()
+
+2011-05-03 13:32  strk
+
+	* Implement ST_GetFaceEdges (sql/mm topology function) [RT-SIGTA]
+
+2011-05-03 12:45  robe
+
+	* Use strk's suggestion of quieting hudson reqress by adding a \set
+	  VERBOSITY terse
+
+2011-05-03 08:20  strk
+
+	* Move type definition close to the function using it
+	  (ST_GetFaceEdges)
+
+2011-05-01 02:46  robe
+
+	* Fix handling of 3d polygons (still doesn't handle holes right),
+	  update doc to show example and also caveats so far, add polygon
+	  and polyhedralsurface example to c unit tests
+
+2011-04-30 22:26  colivier
+
+	* First implementation of #459. Still need unit tests and docs
+
+2011-04-30 08:38  robe
+
+	* put topology_comments generation back in the overall comments
+	  make
+
+2011-04-30 08:29  colivier
+
+	* Fix #933. Update related unit test. Add a convenient way to trace
+	  error in ST_GeomFromGML function
+
+2011-04-29 19:10  robe
+
+	* fix some typos in tiger geocoder documentation and hmm if Hudson
+	  is hiccuping (causing Olivier headaches), this might be the water
+	  he needs.
+
+2011-04-29 18:39  colivier
+
+	* Add LinearRing unit test for ST_GeomFromGML. Related to #905
+
+2011-04-29 17:44  colivier
+
+	* Add an srid default value as second optional parameter for
+	  ST_GeomFromGML. Related to #906. Remove a wrong srsName
+	  definition. Update doc and unit test
+
+2011-04-28 21:05  robe
+
+	* Fix for #927
+
+2011-04-28 17:57  robe
+
+	* fix typo
+
+2011-04-26 12:35  robe
+
+	* #722 More deprecated functions: Get rid Extent deprecated
+	  aggregate, find_extent, Combine_BBox,StartPoint, EndPoint
+
+2011-04-25 21:19  robe
+
+	* missed a spot
+
+2011-04-25 21:18  robe
+
+	* #923: document fix
+
+2011-04-25 20:43  robe
+
+	* more link back to legacy_faq in release notes and what's changed
+
+2011-04-25 20:32  robe
+
+	* more update of credits
+
+2011-04-25 18:49  pramsey
+
+	* Fix spelling of chodgson
+
+2011-04-23 08:19  robe
+
+	* Add faq about how to get back removed legacy functions
+
+2011-04-23 08:03  robe
+
+	* Add missing ST_MapAlgebra proto
+
+2011-04-22 11:36  jorgearevalo
+
+	* MapAlgebra expected test messages updated.
+
+2011-04-21 18:51  pracine
+
+	* Function necessary for ST_Histogram with a geometry parameter
+
+2011-04-21 15:03  pracine
+
+	* -First version of ST_Histogram
+
+2011-04-20 09:23  nicklas
+
+	* Fix bug #918
+
+2011-04-20 08:36  robe
+
+	* take out topology_comments build from make comments -- seems to
+	  be making Hudson mad. Will put back in later. I think this is
+	  flaw in docbook and its trying to download a buggy docbook
+	  version since it succeeds for me when built separately but not
+	  built in chain. Will try to put back later.
+
+2011-04-20 08:34  robe
+
+	* attempt at itemizing our licensing terms and licenses in use by
+	  various files and dependencies
+
+2011-04-20 08:06  robe
+
+	* minor indent change
+
+2011-04-20 07:04  robe
+
+	* Hudson is a demanding man. Try to make him happy again so he
+	  builds the docs again.
+
+2011-04-19 16:58  strk
+
+	* Document topology.polygonize(<toponame>)
+
+2011-04-19 16:58  strk
+
+	* Regress test for topology.polygonize(<toponame>)
+
+2011-04-19 16:58  strk
+
+	* Add topology.polygonize(<toponame>) function, see ticket #916
+
+2011-04-19 16:51  robe
+
+	* #914 separate chip legacy functions from rest of legacy functions
+	  (regular legacy will be converted to legacy.sql, but chip won't
+	  for now)
+
+2011-04-18 14:08  robe
+
+	* fix for #913 replace geometry2box2d with LWGEOM_to_BOX2DFLOAT4 in
+	  st_box2d function definition.
+
+2011-04-17 16:41  robe
+
+	* variable for buffer styles
+
+2011-04-15 20:34  pracine
+
+	* Warn that this function was implemented in C
+
+2011-04-15 20:30  pracine
+
+	* -The minimum for float and double are -FLT_MAX & -DBL_MAX
+	  -Stacked some CASE options
+
+2011-04-15 18:06  pracine
+
+	* -Fix for #651. Replace "scale" parameter for "pixelsize".
+
+2011-04-15 18:05  pracine
+
+	* -Fix for #651. Replace "scale" parameter for "pixelsize".
+
+2011-04-15 17:56  jorgearevalo
+
+	* Bug fixed: Loader tried to insert in <schema>.raster_overviews
+	  instead of public.raster_overviews
+
+2011-04-15 11:21  robe
+
+	* 
+
+2011-04-15 11:19  robe
+
+	* change to all line feed
+
+2011-04-15 11:15  robe
+
+	* more patch corrections to support sh
+
+2011-04-15 11:03  robe
+
+	* cleanup of breaks minor other changes
+
+2011-04-15 11:00  robe
+
+	* replace with linux breaks, minor changes to paths
+
+2011-04-14 16:29  jorgearevalo
+
+	* palloc return value doesn't need to be checked, because if out of
+	  memory, function ends with elog(ERROR). It never returns NULL.
+
+2011-04-14 13:50  strk
+
+	* Drop the unused BUILD_RASTER configure variable, fix use of the
+	  RASTER variable. Fixes bug #910.
+
+2011-04-14 11:07  strk
+
+	* Properly credit Stadt Uster, co-sponsor of buffer styles in 1.5
+
+2011-04-14 11:07  strk
+
+	* Implement SnapToGrid for CIRCULARSTRING and COMPOUNDCURVE. Just
+	  enough to fix #183.
+
+2011-04-14 10:38  strk
+
+	* Do not error out if things are clean already
+
+2011-04-14 10:36  strk
+
+	* Properly clean in loader's cunit test dir
+
+2011-04-13 19:53  jorgearevalo
+
+	* Context freed. It's not necessary.
+
+2011-04-13 19:44  jorgearevalo
+
+	* Fixed bug from ticket #837. Some other improvements in
+	  RASTER_mapAlgebra. Minor bug fixed in rt_raster_serialized_size.
+
+2011-04-13 11:21  strk
+
+	* Add test for ticket #834
+
+2011-04-13 10:25  mleslie
+
+	* Adding a dbf filter for file selection.
+
+2011-04-13 08:08  strk
+
+	* Have 'svnrebase' rule use an authors file rather than command.
+	  Lets older git do it (old git on the machine currently mirroring
+	  the codebase to github).
+
+2011-04-13 07:57  strk
+
+	* Add svnrebase rule, to facilitate use from git
+
+2011-04-13 07:41  strk
+
+	* Add script to be used with git-svn --authors-prog
+
+2011-04-12 12:34  robe
+
+	* Quiet quiet Hudson
+
+2011-04-11 17:13  robe
+
+	* credit change
+
+2011-04-11 16:17  robe
+
+	* 
+
+2011-04-11 16:14  robe
+
+	* preliminary cunit tests for x3d output functions
+
+2011-04-11 09:54  strk
+
+	* Add support for a RUNTESTFLAGS variable so you can do something
+	  like: 'make check RUNTESTFLAGS=-v' and get the problems printed
+	  w/out having to look at logs.
+
+2011-04-11 09:53  strk
+
+	* Do not raise an exception from DropGeometryTable if a
+	  non-existing table is given. Patch by Andrea Peri. Regress test
+	  mine. Closes ticket #861.
+
+2011-04-09 14:27  robe
+
+	* minor cleanup replace tabs with spaces in ST_LineToCurve example
+
+2011-04-09 06:32  robe
+
+	* fix url in ST_Azimuth.
+
+2011-04-08 17:02  robe
+
+	* Azimuth example with angles of azimuth and my drawing cheatsheet
+	  (st_azimuthmath.sql) in case have to do this again.
+
+2011-04-08 14:04  robe
+
+	* Document TopologySummary
+
+2011-04-08 10:58  strk
+
+	* tabs to spaces
+
+2011-04-07 18:02  jorgearevalo
+
+	* Some memory freed. Related ticket #851.
+
+2011-04-06 14:30  strk
+
+	* Fix typo in gserialized_overlaps (contains->overlaps). Fixes
+	  ticket #869.
+
+2011-04-05 22:26  robe
+
+	* Get rid of some tests in _ST_ConcaveHull and only attempt to make
+	  a polygon if the line is simple. ST_Covers is causing me quite a
+	  bit of greif as a testing tool. don't recall so many topo node
+	  this and that in GEOS 3.2 ST_Covers. Also add in some regress
+	  tests for ST_ConcaveHull -- more to come.
+
+2011-04-04 16:25  robe
+
+	* Fix typo in tiger manual and fix for #887 -- it was really the
+	  issue of using , instead of space to separate state and zip that
+	  was the main culprit
+
+2011-04-04 15:19  robe
+
+	* add pgsql2shp -m switch to dumper help
+
+2011-04-04 13:10  robe
+
+	* minor issue preventing legacy load: locate_along_measure should
+	  use ST_ wrapper
+
+2011-04-04 12:11  strk
+
+	* topology.AddFace: prepare ring geometry and check intersection
+	  with an interior edge point. Speeds up registration of faces,
+	  particularly when composed by many edges. See ticket #880.
+	  [RT-SIGTA]
+
+2011-04-04 07:05  strk
+
+	* Add -m reference in pgsql2shp manpage, by Loic Dachary. See
+	  ticket #885.
+
+2011-04-04 03:10  robe
+
+	* Add pgsql2shp allow predefined list to news and release. Add Loic
+	  Dachary to credits.
+
+2011-04-04 02:35  robe
+
+	* forgot one ST_AddBand proto
+
+2011-04-04 02:20  robe
+
+	* Add missing ST_Band protos and remove non-existent one
+
+2011-04-04 01:25  robe
+
+	* #898, #551: generate postgis_upgrade_20_minor.sql, legacy.sql and
+	  stop generating obsolete 15_minor, 14, 13_14
+
+2011-04-03 19:19  strk
+
+	* Ticket #855 by Loic Dachary: pgsql2shp fields conversion from
+	  predefined list
+
+2011-04-02 12:27  strk
+
+	* Use a 2d geometry for face mbr, even for 2.5d topologies. After
+	  all mbr is a rectangle (not cube) by definition (Minimum Bounding
+	  Rectangle) so we don't want to mess with poliedron or whatnot
+	  [see #103 for more infos about the can of worms..]
+
+2011-04-01 05:18  jorgearevalo
+
+	* Raster testing added to core testing. Related ticket #762.
+
+2011-03-31 10:26  strk
+
+	* topology.TopologSummary: survive presence of stale records in
+	  topology.topology and missing tables from topology schemas.
+
+2011-03-31 10:26  strk
+
+	* topology.TopologySummary: report 'has Z' flag on topologies
+
+2011-03-31 09:35  strk
+
+	* Add support for creating topologies allowing 3d vertices on edges
+	  and nodes. Includes regress testing [RT-SIGTA]
+
+2011-03-29 14:58  robe
+
+	* try to save as utf-8
+
+2011-03-29 14:10  robe
+
+	* that didn't work. Try resaving as latin1 and then repull down.
+
+2011-03-29 13:57  robe
+
+	* mark this as an executable then maybe just mamber it won't try to
+	  inherit the encoding of my OS
+
+2011-03-29 13:57  strk
+
+	* Add another test for topology.AddFace in presence of an open edge
+	  whose endpoints both intersect a polygon ring which does not
+	  cover it.
+
+2011-03-29 13:20  jorgearevalo
+
+	* Modified expected result for create_rt_gist_test regress test. It
+	  works
+	  differently in PostgreSQL 8.4.7 and PostgreSQL 9.0.3. See ticket
+	  #870.
+
+2011-03-29 11:10  robe
+
+	* Add #817 Renaming old 3D functions to the convention ST_3D to
+	  release notes
+
+2011-03-28 23:24  jorgearevalo
+
+	* Modified expected values for some raster tests
+
+2011-03-28 23:10  pracine
+
+	* -Minimal value for float is -FLT_MAX, not FLT_MIN
+
+2011-03-28 22:56  jorgearevalo
+
+	* liblwgeom/lex.yy.c version 6180 reverted
+
+2011-03-28 22:52  jorgearevalo
+
+	* Missed check added again.
+
+2011-03-28 22:49  jorgearevalo
+
+	* Some bugs related with ticket #870 solved. Added more test for
+	  polygonize function.
+
+2011-03-28 22:10  pracine
+
+	* -Changed message not proper when just setting pixel value
+
+2011-03-28 20:31  pracine
+
+	* -Transformed many error into warning (or notice)
+	  -Removed function name in message for warnings
+	  -Added doc about rules when to return notice or error
+	  -Removed commented out notices
+	  -removed warning when passed raster is null. Just return null
+	  -Get band number with PG_GETARG_INT32 instead of PG_GETARG_UINT16
+	  which was converting values < 0 to something > 0
+
+2011-03-28 20:21  robe
+
+	* attempt to quiet floating point erros in reprojection by roudning
+	  the coordinates (worked on mingw and still works after change). I
+	  assume -ws are when using -w switch?
+
+2011-03-28 18:46  nicklas
+
+	* Putting renamed 3D-functions in legacy.sql.c and some clarifying
+	  notes about the renaming
+
+2011-03-28 18:01  jorgearevalo
+
+	* Raster polygonization optimized using a layer filter to avoid
+	  NODATA values. Related ticket #870.
+
+2011-03-27 17:50  nicklas
+
+	* Renaming of 3D functions, #817
+
+2011-03-27 02:43  robe
+
+	* more additions / corrections to release notes
+
+2011-03-26 23:44  robe
+
+	* 
+
+2011-03-26 23:42  robe
+
+	* more typo corrections
+
+2011-03-26 18:04  robe
+
+	* update docs to reflect changes in tiger loader
+
+2011-03-26 17:43  robe
+
+	* cleanup change linux to sh. Get rid of some typos in the sh
+	  script generator, move some more variables to the top for easier
+	  setting. Fix some errors in loader_tables preventing some soundex
+	  index from being created. Change reverse_geocoder.sql (from
+	  utfy-8 (not sure how that happened)
+
+2011-03-25 09:11  robe
+
+	* amend to include work on tiger geocoder
+
+2011-03-24 22:56  pracine
+
+	* -Fixxed a bug getting toindex band index
+	  -Classified one function declaration
+
+2011-03-24 22:55  pracine
+
+	* -ST_AddBand should add the new band as the last band if no band
+	  index is apecified
+
+2011-03-24 11:39  robe
+
+	* Give special functions index a static name so it doesn't get
+	  pushed down to another chapter every time we add a new chapter
+
+2011-03-23 22:09  pracine
+
+	* -Return NULL if raster is NULL in RASTER_addband
+	  -Warn if first raster is NULL in RASTER_copyband and return NULL
+
+2011-03-23 22:01  pracine
+
+	* -Reordered/classified function declaration
+	  -Renamed index and nband to bandindex in many functions
+	  -Better handling for NULL in RASTER_setBandNoDataValue following
+	  ticket #883. Return original raster if can't set nodata value
+
+2011-03-23 21:50  pracine
+
+	* Removed extra spaces
+
+2011-03-23 20:51  pracine
+
+	* -Better handling of NULL for ST_SetValue. Return the original
+	  raster when band, X or Y are NULL instead of an error or NULL.
+	  See #883.
+
+2011-03-23 19:52  pracine
+
+	* -General review of ST_AddBand following ticket 871
+	  -Moved some warning in the core
+	  -Renamed the parameters to make more explicit which one is "to"
+	  and which one is "from"
+	  -Fixed confusion in parameter order.
+	  -Set many rtpostgis.sql.in.c functions to STRICT
+	  -Removed check for null in RASTER_getPixelValue since st_value is
+	  now strict. More might follow.
+	  -Removed (or moved) some documentation from rt_api.c already
+	  present in rt_api.h
+
+2011-03-23 18:15  jorgearevalo
+
+	* Semicolon missed.
+
+2011-03-23 02:57  jorgearevalo
+
+	* Server crash reported in ticket #837 partially solved. SPI_finish
+	  causes server to crash. Commented in this commit, but it's not a
+	  good solution, I think.
+	  This guy had the same problem 10 years ago. No responses:
+	  http://www.mail-archive.com/pgsql-general@postgresql.org/msg18558.html
+
+2011-03-22 20:31  pracine
+
+	* -ST_PixelAsPolygons also return the x & y coordinates of the
+	  pixel
+
+2011-03-22 14:26  robe
+
+	* some clarification of specs
+
+2011-03-22 13:54  robe
+
+	* more cleanup
+
+2011-03-22 05:57  robe
+
+	* minor rearrangement wording changes to Paul's bio
+
+2011-03-22 05:53  robe
+
+	* Amend my bio so people know who to point fingers at when Tiger
+	  Geocoder and X3D don't work right.
+
+2011-03-22 05:44  robe
+
+	* Fix #879 (get rid of use of both deprecated line_locate_point and
+	  line_substring... document function
+
+2011-03-21 16:33  strk
+
+	* Add test for ST_Polygonize with nested collection input (see
+	  ticket #878)
+
+2011-03-21 11:04  strk
+
+	* Convert to $$ quoting (ticket #714)
+
+2011-03-21 10:28  strk
+
+	* Add an ST_RemIsoNode alias to ST_RemoveIsoNode (ticket #798)
+
+2011-03-21 10:18  strk
+
+	* ST_ModEdgesSplit -> ST_ModEdgeSplit (ticket #794)
+
+2011-03-20 16:04  robe
+
+	* 
+
+2011-03-20 15:58  robe
+
+	* more credit cleanup and rounding up of credits
+
+2011-03-20 15:44  robe
+
+	* fix typo
+
+2011-03-20 14:01  jorgearevalo
+
+	* Two ST_AddBands missing variants added. Related tickets #858,
+	  #792.
+
+2011-03-20 08:55  strk
+
+	* Re-drop ST_SharedPath from topology.AddFace, this time with
+	  stronger robustness, so not prone to error exposed by #874. It
+	  was a pity to give up a 10% speed improvement... Thanks supermoon
+	  for keeping me up. [RT-SIGTA]
+
+2011-03-19 23:35  strk
+
+	* Fix #874 by getting back to ST_SharedPaths use. Might try to
+	  optimize again in the future, but correctness first! This commit
+	  also adds regression testing for the case [RT-SIGTA]
+
+2011-03-19 02:49  robe
+
+	* more company contribution amendments
+
+2011-03-19 02:31  robe
+
+	* more updating to better reflect corporate sponsor contributions
+
+2011-03-19 02:05  robe
+
+	* More cleanup of release notes. Add a corporate contributors
+	  section to kill 2 birds (give credit to companies that have
+	  funded PostGIS and also so we have a catalog of companies that
+	  can lay claim to parts of PostGIS as part of our incubation due
+	  diligence). Guys if I'm missing companies in the list which I
+	  most surely am, please add them.
+
+2011-03-18 21:13  robe
+
+	* Fill in coordIndex for multipolygons
+
+2011-03-18 20:06  robe
+
+	* 
+
+2011-03-18 19:56  robe
+
+	* force to LF eol type so doesn't barf in MingW
+
+2011-03-18 19:43  pramsey
+
+	* Jeff Adams: Changed variables we are storing getopt result in
+	  from char to int, since int is the return type from the getopt
+	  function. (#663)
+
+2011-03-18 19:33  robe
+
+	* Update credits and release notes to include Jeff Adams much
+	  appreciated contributions and other minor things
+
+2011-03-18 19:22  pramsey
+
+	* Jeff Adams: Removed not-really-necessary -m1 parameter from grep
+	  call because it does not work on MingW.
+
+2011-03-18 19:13  pramsey
+
+	* Jeff Adams: Added regression test for LATIN1 encoding, fixed
+	  failure to convert to UTF8. (#808)
+
+2011-03-18 19:03  robe
+
+	* need to always output with LF breaks otherwise fails on windows
+	  mingw as windows switches the breaks to CRLF
+
+2011-03-18 18:30  pramsey
+
+	* Jeff Adams: Added dumping tests for -G versions of loader regress
+	  tests.
+
+2011-03-18 18:21  pramsey
+
+	* Jeff Adams: Now runs all the normal regression tests with the -G
+	  option as well. (#358)
+
+2011-03-18 17:36  pramsey
+
+	* Jeff Adams: Adding a regression test for the loader that uses a
+	  schema-qualified table name.
+
+2011-03-18 16:54  pramsey
+
+	* Jeff Adams: Per suggestion on #857, corrected output to indicate
+	  table name is optional.
+
+2011-03-18 16:47  pramsey
+
+	* Whoops, back out the gserialized flag
+
+2011-03-18 16:24  pramsey
+
+	* Jeff Adams: Increasing precision due to tests failing in
+	  automatic build.
+
+2011-03-18 16:16  pramsey
+
+	* Add the &&& operator and index binding for
+	  'gist_geometry_ops_nd'. Operator behavior in mixed-dimension
+	  query situations still to be determined.
+
+2011-03-18 15:52  pramsey
+
+	* Fix build fail when DEBUG = 1.
+
+2011-03-18 15:40  pramsey
+
+	* Fixes the following shp2pgsql issues:
+	  #229: A new "-r" command line parameter to specify a "from" SRID
+	  for reprojecting (the existing -s is the "to").
+	  #779: -S now works for points, and -w is documented.
+	  #864: MULTIPOINT shapefiles with single-vertex points now
+	  correctly load with all MULTIPOINTs.
+	  #865: no longer crashes when both -g and -G are used.
+
+2011-03-18 14:11  pracine
+
+	* -Standardized the way we write "nodata" from "NODATA" to "nodata"
+	  -My editor remove a lot of trailing space and convert tab to 4
+	  spaces. Please set your editor to do the same.
+
+2011-03-18 14:06  pracine
+
+	* -Fix for ticket 792: Clamp double to known values when pixeltype
+	  is other than double in rt_band_set_nodata, rt_band_set_pixel &
+	  rt_raster_generate_new_band
+	  -Added function name to many error messages
+	  -Standardized the way we write "nodata" from "NODATA" to "nodata"
+	  -Moved some documentation to the header file
+	  -My editor remove a lot of trailing space and convert tab to 4
+	  spaces. Please make your editor do the same.
+	  -Removed declarations of many unused variable
+
+2011-03-17 19:30  pramsey
+
+	* Quiet some debug-level warnings.
+
+2011-03-17 19:27  pramsey
+
+	* Fix mis-named debugging global
+
+2011-03-17 13:44  pramsey
+
+	* Replace variable-length-key 2D index with fixed-length-key for
+	  GSERIALIZED case.
+
+2011-03-17 00:08  strk
+
+	* Avoid using ST_SharedPath in topology.AddFace as well.
+
+2011-03-16 22:15  robe
+
+	* Multilinestring working even for closed multilinestrings. Still
+	  need to fix polygon and multipolygons. also added example of
+	  closed multilinestring.
+
+2011-03-16 20:23  robe
+
+	* sort of take care of multilinestrings -- doesn't work for
+	  multilinestrings with closed linestrings so that's next up to
+	  correct.
+
+2011-03-16 19:16  pramsey
+
+	* Jeff Adams: Updated man page for -X, -T, and -e parameters (#110
+	  and #67).
+
+2011-03-16 19:16  pramsey
+
+	* Jeff Adams: Only automatically run -D tests if no custom
+	  parameters have been set.
+
+2011-03-16 18:48  jorgearevalo
+
+	* Deleted empty rt_raster_map_algebra function from rt_core.
+	  MapAlgebra
+	  implemented at PostgreSQL level.
+
+2011-03-16 17:53  robe
+
+	* replace & with & to fix build
+
+2011-03-16 17:16  pramsey
+
+	* Jeff Adams patch to add command line flag to not use a
+	  transaction. (#110)
+
+2011-03-16 16:47  robe
+
+	* #651 revise ST_MakeEmptyRaster so arg names and types are
+	  consistent
+
+2011-03-16 14:06  pramsey
+
+	* Jeff Adams new testing of loader with cmd line options.
+
+2011-03-16 13:03  pramsey
+
+	* Jeff Adams patch to allow pre/post actions in regression tests
+
+2011-03-16 13:02  pramsey
+
+	* Jeff Adams patch to support tablespaces (#67)
+
+2011-03-16 05:15  robe
+
+	* Document ST_ASX3D function -- still a work in progress -- will
+	  add more as I flesh out the rest.
+
+2011-03-16 04:48  robe
+
+	* Alas a functioning polyhedralsurface export viewable in freeWRL.
+	  Also add proto that just takes geometry as argument and defaults
+	  to precision 15
+
+2011-03-15 15:11  jorgearevalo
+
+	* Added ST_IsEmpty documentation. Related ticket #591.
+
+2011-03-15 14:04  robe
+
+	* Add regress tests for populate_geometry_columns,DropGeometryTable
+
+2011-03-15 06:01  robe
+
+	* Fix copy comment error
+
+2011-03-14 17:00  robe
+
+	* Lots of fixes. TIN is about perfect, Point, multipoint about
+	  perfect too, LINESTRING close.
+
+2011-03-12 10:42  robe
+
+	* minor corrections
+
+2011-03-11 21:12  robe
+
+	* preliminary work on x3d export. Still a lot to go. point,
+	  multipoint, tin, linestring almost working. Still need to fiddle
+	  with coordindex and spacing and get rid of junk copied from gml
+	  not needed.
+
+2011-03-11 13:27  robe
+
+	* minor change
+
+2011-03-11 12:37  robe
+
+	* Add Availability: 2.0.0 for functions I know are new after the
+	  raster postgis 2.0.0 merge
+
+2011-03-11 12:26  robe
+
+	* document GetFaceByPoint and revise release_notes
+
+2011-03-10 21:18  robe
+
+	* Add in Jorge's great windows instructions
+
+2011-03-10 18:53  strk
+
+	* Add a --raster flag to run_test
+
+2011-03-10 11:33  strk
+
+	* TopologySummary: Take an empty feature_column as a sign of a
+	  "detached" topological layer (one having no deploy on
+	  user-tables).
+
+2011-03-09 21:59  strk
+
+	* Ticket #849 by Andrea Peri: topology.GetFaceByPoint
+	  implementation and test
+
+2011-03-09 19:18  strk
+
+	* Ticket #856: topology.CopyTopology(text,text) implementation,
+	  test and documentation
+
+2011-03-09 16:30  strk
+
+	* Make createtopogeom test independent from the number of
+	  topologies created before running it
+
+2011-03-09 10:19  strk
+
+	* Ticket #855: topology.TopologySummary(<name>)
+
+2011-03-09 10:14  strk
+
+	* Add note for ST_Relate with boundary node rule
+
+2011-03-08 15:26  strk
+
+	* Simplify AddEdge code by using BoundaryNodeRule 2 (Endpoint) in
+	  ST_Relate call, thus saving a couple of calls to ST_RelateMatch.
+	  See tickets #770 and #844.
+
+2011-03-08 10:43  strk
+
+	* Some (poor) documentation for ST_Relate(g1,g2,boundaryNodeRule)
+
+2011-03-08 10:23  strk
+
+	* Ticket #844: add support for boundary node rule specification in
+	  ST_Relate [RT-SIGTA]
+
+2011-03-08 08:16  strk
+
+	* Enable a very old relate test which for some reason was never
+	  automatically run
+
+2011-03-07 11:05  strk
+
+	* Avoid using ST_SharedPath (expensive)
+
+2011-03-05 11:00  jorgearevalo
+
+	* is_nan function defined for Python versions under 2.6
+
+2011-03-05 09:12  robe
+
+	* more marks of TIN
+
+2011-03-05 06:17  robe
+
+	* Flag more functions as supporting TINS, provide some examples
+
+2011-03-05 06:07  robe
+
+	* more examples of TIN and polyhedral surfaces
+
+2011-03-05 05:51  robe
+
+	* Fix ST_DumpPoints 3D examples so they don't flatten to 2D
+
+2011-03-01 14:47  strk
+
+	* More ignores
+
+2011-02-28 18:14  strk
+
+	* Use left_face/right_face when looking for face ring's edges. I've
+	  seen some areal TopoGeometries dumped in 1:76 of the time
+	  [RT-SIGTA]
+
+2011-02-28 10:53  strk
+
+	* Add test for invalid AddFace call (polygon not fully defined by
+	  known edges)
+
+2011-02-28 10:40  strk
+
+	* Founded -> Found (in expected results..)
+
+2011-02-26 21:29  robe
+
+	* #848 Fix eror message for GetNodeByPoint, GetNodeByEdge
+
+2011-02-26 04:22  robe
+
+	* cealn up examples and data type mistake
+
+2011-02-26 03:32  robe
+
+	* minor changes and attempt to fix matrix table (cutting off now)
+
+2011-02-25 23:01  robe
+
+	* doucmentation for #791 , #793 - GetNodeByPoint, GetEdgeByPoint --
+	  made some changes to Andrea Peri's wording and change ot examples
+	  so they really fall in MA. Still need to output results.
+
+2011-02-25 09:18  strk
+
+	* Update copyright notice
+
+2011-02-25 08:56  strk
+
+	* topology.GetEdgeByPoint: implementation and regress test, by
+	  Andrea Peri. Ticket #791. Note that previous commit (for #793)
+	  was GetNodeByPoint. My mistake, sorry.
+
+2011-02-25 08:45  strk
+
+	* topology.GetEdgeByPoint: implementation and regress test, by
+	  Andrea Peri. Ticket #793
+
+2011-02-24 21:44  nicklas
+
+	* Copyright notes
+
+2011-02-24 17:39  robe
+
+	* fix typo
+
+2011-02-24 17:23  robe
+
+	* Put in a note about nominatim OSM geocoder that works with
+	  international addresses and open street map data
+
+2011-02-24 17:16  jorgearevalo
+
+	* Now is not possible to load rasters with different scale in the
+	  same table. Related ticket #153
+
+2011-02-24 15:45  strk
+
+	* Improve precision of point_in_ring_rtree too (bug #845).
+
+2011-02-24 15:17  strk
+
+	* Improve precision of point_in_ring. Fixes and regress-tests bug
+	  #845.
+
+2011-02-24 07:54  robe
+
+	* note psc members
+
+2011-02-24 07:52  robe
+
+	* amend list of core contributors, add in their svn usernames and
+	  core areas of responsibility
+
+2011-02-24 07:35  robe
+
+	* Amend author list and credits (credits is still obsolete --
+	  tempted to just get rid of it since its redundant with news and
+	  hard to maintain)
+
+2011-02-23 08:58  robe
+
+	* amend enhancements line for ST_AsGML to note strk's addition of
+	  option 4 -- use LineString instead of curve tag
+
+2011-02-22 14:52  strk
+
+	* Ticket #816: flag to select <LineString> over <Curve> for GML3
+	  line output [RT-SIGTA]
+
+2011-02-22 14:25  strk
+
+	* Test new LW_GML_SHORTLINE GML2 option [RT-SIGTA]
+
+2011-02-22 14:25  strk
+
+	* Add LW_GML_SHORTLINE flag to prefer <LineString> over <Curve> tag
+	  for lines GML3 output [RT-SIGTA]
+
+2011-02-22 13:01  strk
+
+	* Use a single bitfield for GML output options [RT-SIGTA]
+
+2011-02-19 01:05  mloskot
+
+	* Improved GDAL detection and reporting
+
+2011-02-19 00:42  mloskot
+
+	* ./configure checks for GDAL Python bindings with built-in NumPy
+	  array support (Ticket #838)
+
+2011-02-18 16:24  strk
+
+	* Performance improvements in topology.AddFace: consider each ring
+	  separately when looking for composing edges; compute orientation
+	  inside the loop body to avoid sorting and grouping [RT-SIGTA]
+
+2011-02-18 14:58  strk
+
+	* Test passing polygons with holes to topology.AddFace [RT-SIGTA]
+
+2011-02-17 19:19  robe
+
+	* Amend ST_AsGML and ST_GeomFromGML to include the fact they
+	  support TINS
+
+2011-02-17 13:13  robe
+
+	* 
+
+2011-02-17 13:08  robe
+
+	* wrong statement
+
+2011-02-17 13:02  robe
+
+	* indent a bit better
+
+2011-02-17 13:01  robe
+
+	* Provide a more useful example of map algebra.
+
+2011-02-17 12:15  robe
+
+	* fix typo and add reference to ST_Value
+
+2011-02-17 12:10  robe
+
+	* fix typo in xsl hopefully will make raster list right -- though
+	  must have syntax wrong anyway since topology and tiger get
+	  listed.
+
+2011-02-17 06:07  robe
+
+	* provide an example of map algebra
+
+2011-02-17 04:31  robe
+
+	* #836 PostGIS raster in 2.0 is not being output in Trunk Doxygen
+
+2011-02-17 04:23  robe
+
+	* Document ST_MapAlgebra -- need better description and examples
+	  forthcoming
+
+2011-02-16 19:15  jorgearevalo
+
+	* Added documentation for the new version of ST_AddBand function
+
+2011-02-16 19:12  jorgearevalo
+
+	* Added a new variant for ST_AddBand, taking 2 rasters as input.
+	  Needs doc.
+
+2011-02-16 18:19  jorgearevalo
+
+	* - One raster core implementation of MapAlgebra (related ticket
+	  #588, needs
+	  documentation).
+	  - RASTER_addBand code moved to core level. The new RASTER_addBand
+	  function calls
+	  the core one (rt_raster_generate_new_band).
+	  - Added regression tests for MapAlgebra.
+	  - Deleted lexer/parser at core level. Not used.
+	  - Fixed small bug in documentation: ST_SetBandNoDataValue returns
+	  a raster, not
+	  an integer.
+
+2011-02-16 17:41  strk
+
+	* Add UnaryUnion item
+
+2011-02-16 11:15  strk
+
+	* Document ST_UnaryUnion
+
+2011-02-16 10:19  strk
+
+	* Stop on first error when creating the regress db
+
+2011-02-16 10:19  strk
+
+	* Expose versions of ST_IsValid and ST_IsValidReason accepting "the
+	  ESRI flag" and implemented as wrappers to ST_IsValidDetail. Only
+	  available when building against GEOS-3.3+. Commit includes
+	  documentation and regress-testing. Closes ticket #831 [RT-SIGTA]
+
+2011-02-16 09:12  strk
+
+	* Only run ST_isValidDetail if GEOS is >= 3.3 -- Reduce tests for
+	  GEOS version grouping togheter tests depending on the same
+	  version [RT-SIGTA]
+
+2011-02-16 08:54  strk
+
+	* Regression test for ST_isValidDetail (including "ESRI" flag)
+	  [RT-SIGTA]
+
+2011-02-16 08:34  strk
+
+	* Document ST_isValidDetail(geom, flags) variant [RT-SIGTA]
+
+2011-02-15 17:36  strk
+
+	* Allow specifying validity checking flags in ST_isValidDetail
+	  [RT-SIGTA]
+
+2011-02-15 13:49  robe
+
+	* Make work on PostgreSQL 8.4 (was using some syntax only allowed
+	  in 9.0+). Also account for the odd / even side of street rule.
+	  And of course that demonstrated there is a bug somewhere (most
+	  likely in the geocoder), but got to pull up some maps to see
+	  which is right. One of these has the address orientations flipped
+	  (odd /even not right). Of course I have to be right :). Boy do I
+	  hate when you program the reverse of something and it exposes a
+	  bug. Also fix some minor documentation.
+
+2011-02-15 08:26  strk
+
+	* topology: create an index on edge.left_face and edge.right_face,
+	  speeding up construction of polygonal Geometry from TopoGeometry
+	  by a factor of 10 (Closes #806)
+
+2011-02-15 07:19  robe
+
+	* document reverse_geocode
+
+2011-02-15 06:36  robe
+
+	* Change to transform the point if not in nad83 long lat already
+
+2011-02-15 06:15  robe
+
+	* reverse_geocode complete (with street range), now to document and
+	  improve speed and test
+
+2011-02-15 00:26  robe
+
+	* Journeying into street ranges now can tell which side of the
+	  street we are on and spits that out when include_strnum_range is
+	  true. Next (hopefully last) step will be to pinpoint address
+	  number
+
+2011-02-14 18:22  robe
+
+	* First draft of reverse geocde currently just gets the street need
+	  to interpolate to get approximate number
+
+2011-02-14 17:26  strk
+
+	* ST_UnaryUnion and test
+
+2011-02-14 12:10  jorgearevalo
+
+	* The array for NODATA values is not generated if NaN is returned
+	  as nodata value
+	  for bands. Related ticket #828.
+
+2011-02-14 11:57  robe
+
+	* fix another mismatched tag
+
+2011-02-14 03:33  robe
+
+	* put in missing / and not about implementation
+
+2011-02-14 03:10  robe
+
+	* recommit
+
+2011-02-14 02:33  robe
+
+	* amend mapserver instructions mode='2' is now required for most
+	  rasters to display
+
+2011-02-13 03:51  robe
+
+	* ST_AddEdgeNewFaces - On closer inspection -- a lot of work is
+	  done in it, but not enough to make it functional.
+
+2011-02-13 03:45  robe
+
+	* ST_AddEdgeNewFaces - still need to put in an example
+
+2011-02-12 18:22  robe
+
+	* fix typo and add minor amendments
+
+2011-02-11 22:58  robe
+
+	* 
+
+2011-02-11 22:45  robe
+
+	* add back in example
+
+2011-02-11 22:40  robe
+
+	* more pieces
+
+2011-02-11 22:31  robe
+
+	* add another piece
+
+2011-02-11 22:18  robe
+
+	* Slowly put back new section -- last build worked.
+
+2011-02-11 22:06  robe
+
+	* remove new section to see if that fixes build
+
+2011-02-11 21:15  robe
+
+	* Get rid of <p> and replace with <para>
+
+2011-02-11 21:04  robe
+
+	* Hudson is alive again but not happy. Hopefully this will make him
+	  happier.
+
+2011-02-11 08:56  robe
+
+	* Add new section on loading rasters. will eventually copy some
+	  content from gdal site and wiki site and various examples of
+	  loading rasters and creating from scratch.
+
+2011-02-10 11:59  robe
+
+	* #824 more corrections from Kashif Rasul
+
+2011-02-10 06:56  robe
+
+	* wow geocoder flies on decent hardware.
+
+2011-02-10 06:10  robe
+
+	* documentaiton is in DocBook XML not SGML (well not anymore
+	  anyway).
+
+2011-02-10 06:01  robe
+
+	* Add tiger_geocoder to enhancements, add Kashif Rasul to credits
+	  in appreciation of his many corrections to the documentation,
+	  other minor credits corrections
+
+2011-02-10 05:33  robe
+
+	* Add some calrification notes to normalize_address function. Get
+	  rid of superfluous line break in linux script.
+
+2011-02-10 04:40  robe
+
+	* Revise README to be clearer. Update the tiger_loader linux
+	  script.
+
+2011-02-09 16:36  strk
+
+	* topology.AddFace: report an "uncovered point" on missing edges
+	  [RT-SIGTA]
+
+2011-02-09 16:01  robe
+
+	* change references of the_geom and the_geog to geom and geog.
+	  "the" is so much wasteful typing
+
+2011-02-09 12:54  robe
+
+	* #821: doc typos errata from Kashif Rasul
+
+2011-02-08 17:42  strk
+
+	* Do not call lwmessage_truncate if not needed (an prior to
+	  checking the args passed to it)
+
+2011-02-07 22:05  robe
+
+	* fix typo
+
+2011-02-07 17:51  robe
+
+	* document history_table feature
+
+2011-02-07 17:03  strk
+
+	* Also set LANG (see ticket #819) [RT-SIGTA]
+
+2011-02-07 16:53  strk
+
+	* Tag VOLATILE functions explicitly [RT-SIGTA]
+
+2011-02-06 00:39  robe
+
+	* oops
+
+2011-02-06 00:34  robe
+
+	* Fix typo in ST_SetSRID and add examples
+
+2011-02-05 00:53  robe
+
+	* Id for chapter 4 in wrong place -- move, add missing -S switch in
+	  loader detail, fix some typos in tiger geocoder and add reference
+	  to shp2pgsql section in manual
+
+2011-02-04 18:33  robe
+
+	* 
+
+2011-02-04 18:33  robe
+
+	* fix some spelling and revise some wording
+
+2011-02-04 17:33  robe
+
+	* add description of loader function.
+
+2011-02-04 17:26  strk
+
+	* Use quote_ident more...
+
+2011-02-04 17:19  strk
+
+	* Fix a bug in topology.CreateTopoGeom in presence of MixCased
+	  topologies [RT-SIGTA]
+
+2011-02-04 16:31  strk
+
+	* Fix a bug in topology.add{Node,Edge,Face} breaking on MixedCased
+	  topology names [RT-SIGTA]
+
+2011-02-01 13:55  robe
+
+	* Best guess at what the Linux equivalent should look like will
+	  have to test later once get my Linux box setup again
+
+2011-02-01 13:53  strk
+
+	* ST_Estimated_Extent: make exception message about lack of stats
+	  clearer
+
+2011-02-01 10:24  strk
+
+	* AsGML(TopoGeometry): test xref to visited face [RT-SIGTA].
+
+2011-02-01 09:55  strk
+
+	* AsGML(TopoGeometry): add test for faces marking visit of edges
+	  [RT-SIGTA]
+
+2011-02-01 09:43  strk
+
+	* AsGML(TopoGeometry) Add test for ouput of multi puntual features
+	  [RT-SIGTA]
+
+2011-01-31 20:26  strk
+
+	* Document the new version of topology.AsGML() signature (polluting
+	  for commandline friendliness!)
+
+2011-01-31 17:33  strk
+
+	* Use a <gml:Face> tag for each topological face, allowing proper
+	  xrefs. Needs xref testing (requires overlapping topological
+	  features) [RT-SIGTA]
+
+2011-01-31 15:04  robe
+
+	* minor formatting change in doc. #722 remove more deprecated
+	  functions: ConvexHull.
+
+2011-01-31 14:39  robe
+
+	* fix typo
+
+2011-01-31 14:37  robe
+
+	* document ST_HasNoBand, fix note on ST_Value so appears in right
+	  place in what's new index
+
+2011-01-30 18:40  robe
+
+	* out in missing protos for ST_Value and not that hasnodata is a
+	  new option for ST_Value in 2.0
+
+2011-01-30 01:29  robe
+
+	* rename to agree with documentation and other tiger folder
+
+2011-01-28 21:31  robe
+
+	* remark out Paul's cunit test that fails on windows so my regress
+	  checks don't always halt and can complete.
+
+2011-01-28 18:04  strk
+
+	* syntetize purpose of AsGML(TopoGeometry)
+
+2011-01-28 17:15  strk
+
+	* Use named parameters
+
+2011-01-28 17:05  strk
+
+	* Add a "gmlversion" parameter to topology.AsGML(TopoGeometry).
+	  Test and document. [RT-SIGTA].
+
+2011-01-28 16:01  robe
+
+	* 
+
+2011-01-28 16:00  robe
+
+	* corrections to data types in functions -- had them backwards
+
+2011-01-28 15:19  robe
+
+	* missed some spots
+
+2011-01-28 15:01  robe
+
+	* some other minor doc corrections. Stamp files with svn author,
+	  revision etc keywords
+
+2011-01-28 14:37  robe
+
+	* fix some typos
+
+2011-01-28 13:09  robe
+
+	* put back missing tag
+
+2011-01-28 13:03  robe
+
+	* simplify example
+
+2011-01-28 12:27  robe
+
+	* get rid of some redundancy
+
+2011-01-28 12:25  robe
+
+	* minor clarifications
+
+2011-01-28 12:11  robe
+
+	* After having to answer this yet again I am finally reduced to
+	  adding the age old question: Why does pgAdmin show that my
+	  geometries are blank. Also change the FAQ to a pretty anchor so
+	  its easily referenceable and permanent.
+
+2011-01-28 08:55  strk
+
+	* Change face.mbr field from BOX2D to GEOMETRY, and gist-index it,
+	  closes ticket #800 [RT-SIGTA].
+
+2011-01-28 06:14  robe
+
+	* document normalize_address and pprint_addy functions of tiger
+	  geocoder
+
+2011-01-27 20:40  strk
+
+	* Document new parameter of AsGML(TopoGeometry) [RT-SIGTA].
+
+2011-01-27 20:35  strk
+
+	* AsGML(TopoGeometry): allow specifying a prefix for topology
+	  element identifiers, and test it. [RT-SIGTA]
+
+2011-01-27 18:21  robe
+
+	* correction
+
+2011-01-27 18:17  robe
+
+	* put in a batch geocoding example, more performance enhancements
+	  and loading changes.
+
+2011-01-27 15:56  robe
+
+	* start documenting tiger geocoder
+
+2011-01-27 09:43  strk
+
+	* AsGML(TopoGeometry): fix xref syntax error (#811) [RT-SIGTA]
+
+2011-01-27 08:48  strk
+
+	* topology.AddEdge: when an intersection occurs, also report
+	  intersection point [RT-SIGTA]
+
+2011-01-26 16:57  jorgearevalo
+
+	* Added header for RASTER_setBandIsNoData.Related ticket #593.
+
+2011-01-26 16:28  jorgearevalo
+
+	* The documentation for ST_BandIsNoData was changed by error. This
+	  commit fixes
+	  it. Related ticket #593.
+
+2011-01-26 16:08  jorgearevalo
+
+	* Added function ST_SetBandIsNoData with tests and doc. Deleted
+	  isnodata checking
+	  for loader. Related ticket #593.
+
+2011-01-26 15:16  robe
+
+	* put in logic to fill zipcode_lookup_base, fix some other errors
+
+2011-01-26 13:43  strk
+
+	* Try to keep NEWS format consistent (80 cols, same indenting as
+	  previous). Still too much information for my taste, but it's a
+	  step forward.
+
+2011-01-26 13:34  strk
+
+	* Document the new 'visitedTable' parameter to topology.AsGML
+	  [RT-SIGTA].
+
+2011-01-25 21:52  strk
+
+	* Complete visited bookkeeping for AsGML(TopoGeometry) and automate
+	  test for it [RT-SIGTA]
+
+2011-01-25 18:08  strk
+
+	* I realized we're in 2011...
+
+2011-01-25 17:16  robe
+
+	* update installation instructions to include raster_comments.sql,
+	  topology_comments.sql
+
+2011-01-25 17:04  strk
+
+	* AsGML(TopoGeometry): Add support for visited table and xlink:xref
+	  for Edges [RT-SIGTA]
+
+2011-01-25 16:46  robe
+
+	* Put in missing make topology_comments.sql and also add to the
+	  make comments routine
+
+2011-01-25 15:05  strk
+
+	* Test use of the options argument to topology.AsGML [RT-SIGTA]
+
+2011-01-25 14:52  strk
+
+	* Allow specifying GML output precision and options to the
+	  topology.AsGML(TopoGeometry) function [RT-SIGTA].
+
+2011-01-25 09:39  strk
+
+	* Make topology.AddEdge consistent with AddNode and AddFace in that
+	  it will return an existing identical Edge, if found.
+
+2011-01-25 06:38  robe
+
+	* cleanup -- other legacy stuff is already in tiger2006
+
+2011-01-25 06:36  robe
+
+	* 
+
+2011-01-25 06:31  robe
+
+	* reshuffle in preparation for merging in tiger 2010 support
+	  version
+
+2011-01-25 06:20  robe
+
+	* Add ST_ConcaveHull to news item
+
+2011-01-24 20:56  strk
+
+	* Test multi-component lineal topogeometries [RT-SIGTA]
+
+2011-01-24 20:52  strk
+
+	* Output multi-edge lineal TopoGeometry GML with a meaningful edge
+	  ordering [RT-SIGTA]
+
+2011-01-24 15:06  jorgearevalo
+
+	* Documentation updated for ST_BandIsNodata function. Added band
+	  nodata checking
+	  in loader script.
+
+2011-01-24 14:38  strk
+
+	* Add test for TopoSurface GML output with multi-face TopoGeometry
+	  objects [RT-SIGTA]
+
+2011-01-24 14:18  strk
+
+	* load_topology* are generated now
+
+2011-01-24 14:14  strk
+
+	* Test the noprefix and customprefix GML outputs against all geoms
+	  taken in consideration for the default GML ..
+
+2011-01-24 14:03  strk
+
+	* Add test for single-component areal TopoGeometry GML output
+	  [RT-SIGTA]
+
+2011-01-24 14:01  strk
+
+	* AsGML(TopoGeometry): Do not force right-hand-rule on each polygon
+	  ring (isn't needed and doesn't make sense as it would get the
+	  hole rings wrong anyway) [RT-SIGTA]
+
+2011-01-24 11:43  strk
+
+	* AsGML(TopoGeometry): for TopoSurface, make the directedEdge
+	  sequence be ordered to go around each ring (ie: make the order
+	  meaningful) [RT-SIGTA].
+
+2011-01-24 11:11  strk
+
+	* AsGML(TopoGeometry) add test for TopoCurve output (only
+	  single-element, till ordering of components is sorted out)
+	  [RT-SIGTA].
+
+2011-01-24 09:31  strk
+
+	* Test GML output of puntual TopoGeometry objects. Lineal and Areal
+	  are still undergoing manual tests and debate about importance of
+	  components sequence ordering [RT-SIGTA].
+
+2011-01-23 20:25  strk
+
+	* topology.AsGML(TopoGeometry): Write end node of edges. Fixes bug
+	  #807 [RT-SIGTA]
+
+2011-01-23 14:48  robe
+
+	* Document AsGML and fill in some missing examples in other
+	  functions
+
+2011-01-22 23:02  strk
+
+	* Port topology.Geometry to $$ syntax [RT-SIGTA]
+
+2011-01-22 22:38  strk
+
+	* update email address
+
+2011-01-22 19:26  strk
+
+	* topology.AsGML: Add the missing gml:directedEdge part within the
+	  gml:Face tag, appropriately (?) computing orientation of each
+	  "ring" edge [RT-SIGTA] (#803)
+
+2011-01-22 18:46  strk
+
+	* Add test for ST_AsGML with long srsName. Expects what at first
+	  sight looked like a bug (#804).
+
+2011-01-22 18:08  strk
+
+	* There's no need to add geometry columns when creating Topological
+	  layers, that's something only useful for caching geometries, so
+	  move to cache_geometries.sql
+
+2011-01-22 18:08  strk
+
+	* Cleanup the topology regress dir Makefile. Have load_topology.sql
+	  generated to allow for specifying different SRIDs.
+
+2011-01-22 17:26  strk
+
+	* Rename internal functions so to have an underscore prefix,
+	  document them as such. Drop wrappers for internal functions (they
+	  are not meant to be called by users so don't need to be friendly)
+	  [RT-SIGTA]
+
+2011-01-22 17:21  strk
+
+	* topology.AsGML(TopoGeometry): Add support for specifying a
+	  namespace prefix. See ticket #801. [RT-SIGTA]
+
+2011-01-22 16:10  strk
+
+	* topology.AsGML: Use Long CRS for pointProperty and curveProperty
+	  [RT-SIGTA]
+
+2011-01-22 15:24  strk
+
+	* Use GML3 for Edge curveProperty and Node pointProperty (see #802)
+	  [RT-SIGTA].
+
+2011-01-22 13:55  strk
+
+	* topology.AsGML(TopoGeometry): add a <gml:Face> tag (See ticket
+	  #803) [RT-SIGTA]
+
+2011-01-22 13:27  strk
+
+	* Don't miss to include the gml routines in the main topology.sql
+
+2011-01-22 08:37  strk
+
+	* fix spurious ending bracket in topo-GML output [RT-SIGTA]
+
+2011-01-21 22:10  strk
+
+	* First version of topological gml output routines (still miss the
+	  visited map) [RT-SIGTA]
+
+2011-01-21 14:08  strk
+
+	* I've just realized TopoElement is also used for
+	  TopoGeomId/LayerID, thus can't restrict the second element to a
+	  max of 4 or using layers beyond the forth would be impossible.
+	  Fix the domain and test accordingly. Update documentation to be
+	  informative on the matter.
+
+2011-01-21 13:21  strk
+
+	* Fix TopoGeometry -> Geometry conversion for hierarchically
+	  defined TopoGeometries in presence of multiple topologies. Take
+	  the chance so simplify a query. WARNING: This fix doesn't have an
+	  automated regression test.
+
+2011-01-21 07:15  robe
+
+	* document ST_RemoveIsoNode minor changes to match function
+	  signatures toponame -> atopology for ST_ functions
+
+2011-01-21 07:03  robe
+
+	* Move ST_GetFaceGeomety, document the non-existence of
+	  ST_GetFaceEdges (its just a stub)
+
+2011-01-20 23:29  pracine
+
+	* -Fix for ticket 606: ST_Value now return NULL for nodata value
+	  and ST_SetValue accept NULL values (if there is a nodata value in
+	  the band).
+	  
+	  ST_Value accept a boolean parameter which, when set to false,
+	  have the function to return nodata values as their true value
+	  instead of null.
+
+2011-01-20 17:07  jorgearevalo
+
+	* Added isnodata flag at core level and st_bandisnodata at
+	  postgresql level.
+	  Related ticket #593. Fixed bug with debug functions at raster
+	  core level. Still
+	  need to change the loader and the doc.
+
+2011-01-19 21:42  robe
+
+	* #795: ST_Intersects raster documentation is confusing
+
+2011-01-19 21:11  pracine
+
+	* -Clarify help messages.
+
+2011-01-19 20:52  pracine
+
+	* -Added a -a option to append tiles to an existing table.
+	  -Fixed ticket 542. The table WAS dropped but not recreated.
+
+2011-01-19 16:46  strk
+
+	* Make the TopoElement domain stricter to forbid arrays with more
+	  than 2 elements and also checking the element type being in valid
+	  range [RT-SIGTA]
+
+2011-01-18 23:24  robe
+
+	* Put in section abstact for each
+
+2011-01-18 17:19  strk
+
+	* Raise an exception if AddEdge is called on a topology which
+	  already defines faces other than the universe face (see #781)
+
+2011-01-18 14:53  robe
+
+	* #722: remove more deprecated functions - ST_MakeLineGArray,
+	  Polygonize_GArray,PointFromWKB (proto), max_distance
+
+2011-01-18 13:52  strk
+
+	* ValidateTopology: have temporary table dropped on commit (#783).
+	  Thanks Andrea Peri [RT-SIGTA]
+
+2011-01-18 12:50  robe
+
+	* Link to Vincent Picavet's great Foss4G 2010 presentation on
+	  Topology and Network Analysis.
+
+2011-01-18 12:28  robe
+
+	* minor corrections
+
+2011-01-18 06:38  robe
+
+	* Fix #786 ST_MoveIsoNode gives ST_Intersects is not unique. Also
+	  change to use newer $$ quoting syntax.
+
+2011-01-18 06:10  robe
+
+	* Fix typo
+
+2011-01-18 06:06  robe
+
+	* ST_MoveIsoNode
+
+2011-01-18 05:17  robe
+
+	* fix redundancy in description
+
+2011-01-18 04:45  robe
+
+	* ST_NewEdgesSplit, add new processing section, fix some links
+
+2011-01-17 23:07  robe
+
+	* Add ST_AddIsoEdge (still need to put in examples), put in more
+	  back links. Revise special index section to also consider
+	  topology aggregates
+
+2011-01-17 22:35  strk
+
+	* topology.AddNode: fix detection of edge crossing (#780)
+	  [RT-SIGTA]
+
+2011-01-17 21:32  strk
+
+	* ValidateTopology: Use a temporary table to create face geometries
+	  only once. Huge speed boost for #772.
+
+2011-01-17 21:03  strk
+
+	* ValidateTopology: Put some water on fire by avoiding a full
+	  cartesian product scan (#772). It's still too slow, but it is a
+	  step forward.
+
+2011-01-17 19:58  strk
+
+	* ST_DWithin already includes a bounding box check
+
+2011-01-17 18:15  robe
+
+	* Put in accent in Jorge's name
+
+2011-01-17 13:18  robe
+
+	* forgot this in last commit
+
+2011-01-17 13:18  robe
+
+	* fix typos in Mat's name
+
+2011-01-17 12:16  robe
+
+	* document ST_InitTopoGeo, cleanup some of the sql-mm labelings
+
+2011-01-17 10:39  robe
+
+	* Document ST_AddIsoNode - still need to add examples. Update
+	  ValidateTopology to reflect enhancements and bug fixes in 2.0.
+
+2011-01-17 09:04  strk
+
+	* topology.ValidateTopology: rewrite the edge crossing detection
+	  query. Fixes a false positive (#777) and unexpectedly a bunch of
+	  false negative in the legacy_invalid testcase (now properly
+	  checked visually). [RT-SIGTA].
+
+2011-01-17 08:47  strk
+
+	* topology.AddEdge: correctly handle the case in which a newly
+	  added closed edge touches an existing closed edge with an
+	  endpoint over a non-endpoint [RT-SIGTA].
+
+2011-01-17 08:47  strk
+
+	* topology.AddFace: raise another WARNING about
+	  next_left/right_face element of topology edges not being set as
+	  dictated by the model
+
+2011-01-17 03:26  robe
+
+	* note magnitude of deprecation
+
+2011-01-16 21:42  strk
+
+	* ValidateTopology: don't compute full intersection matrix to
+	  detect edge-node intersection. Use ST_DWithin instead. Use
+	  ST_DWithin for coincident nodes detection as well, so to be more
+	  consistent [RT-SIGTA]
+
+2011-01-16 21:29  strk
+
+	* ValidateTopology: && operator is not enough to tell if two points
+	  are cohincident (it was at time of HWGEOM...) [RT-SIGTA]
+
+2011-01-16 20:17  robe
+
+	* release notes minor updates while still fresh in my mind.
+
+2011-01-16 17:19  strk
+
+	* ignore more generated files
+
+2011-01-16 12:08  robe
+
+	* document ST_3DLongestLine and add missing polyhedralsurface and
+	  3D support flags for ST_3D family of functions
+
+2011-01-16 11:22  robe
+
+	* #776: replace dump with ST_Dump in ST_CreateTopogeo
+
+2011-01-16 10:36  strk
+
+	* Drop unused domain TopoGeomElementArray. See #775
+
+2011-01-16 10:22  robe
+
+	* minor corrections and start documenting ST_CreateTopoGeo
+
+2011-01-16 09:10  robe
+
+	* #774: regress fails - Oops forgot to commit this file on last
+	  commit
+
+2011-01-16 08:18  robe
+
+	* #722: remove drecated functions BuildArea, MakePolygon
+
+2011-01-15 23:55  strk
+
+	* html/postgis.html doesn't really depend on images, and encoding
+	  such dep has the only effect to _always_ rebuild the
+	  documentation, which defeats the purpose of 'make'...
+
+2011-01-15 23:37  strk
+
+	* There's no 'html' rule, so there's no point in making it PHONY...
+
+2011-01-15 23:37  strk
+
+	* Don't need to clean image_src in maintainer-clean as that's
+	  already done by clean, which is a dependency of maintainer-clean
+
+2011-01-15 23:14  strk
+
+	* topology.AddFace: group face boundary edge finding query results
+	  to avoid considering the _same_ edge multiple times. Can reduce
+	  execution time from _hours_ to _minutes_ [RT-SIGTA]
+
+2011-01-15 19:11  robe
+
+	* ST_GetFaceGeometry and minor formatting
+
+2011-01-15 18:49  robe
+
+	* fix some typos
+
+2011-01-15 14:59  robe
+
+	* Put back AddNode -- accidentally replaced with an extra AddEdge.
+
+2011-01-15 14:33  robe
+
+	* AddFace, minor additions to other functions and note about
+	  dependencies on GEOS 3.3
+
+2011-01-15 07:14  robe
+
+	* document addnode, fix typo
+
+2011-01-15 06:50  robe
+
+	* Add examples for AddEdge, fix typo, add TIGER overview link as an
+	  example of a topologically based database for people not clear of
+	  its utility.
+
+2011-01-14 16:40  strk
+
+	* topology.AddEdge: handle case of endpoint intersection between
+	  closed edges. Fixes #770. [RT-SIGTA]
+
+2011-01-14 00:01  robe
+
+	* Get rid of ST_BandHasNoDataValue and ST_SetBandHasNoDataValue.
+	  Amend ST_BandNoDataValue to reflect new way of setting it to NULL
+	  if you want all pixel values considered.
+
+2011-01-13 23:56  robe
+
+	* Document AddEdge function will provide example later
+
+2011-01-13 23:44  robe
+
+	* forgot to update the description too
+
+2011-01-13 23:40  robe
+
+	* Amend ST_GeometryN to note singular geometry behavior change
+
+2011-01-13 21:36  jorgearevalo
+
+	* Functions ST_BandHasNodataValue and ST_SetBandHasNodataValue
+	  deleted. Related ticket #602.
+
+2011-01-13 20:09  jorgearevalo
+
+	* Minor bug solved in debug functions.
+
+2011-01-13 15:05  robe
+
+	* fix typo
+
+2011-01-13 14:55  robe
+
+	* Amend release notes to include new changes in 2.0
+
+2011-01-13 13:36  robe
+
+	* mark TopoElementArray_agg as new in 2.0.0, back reference
+	  topoelementarray back to this function.
+
+2011-01-13 13:21  strk
+
+	* add ST_RelateMatch item
+
+2011-01-13 09:37  robe
+
+	* fix another id typo
+
+2011-01-13 09:34  robe
+
+	* fix link id
+
+2011-01-13 08:48  robe
+
+	* topolelementarray_agg and revise xsl to comment agg (hack fo r
+	  now will do better later)
+
+2011-01-13 08:27  robe
+
+	* Another minor change to ST_3DShortestLine. Document
+	  topoelementarraay and GetTopoGeomElementArray (which by the ways
+	  seems to me a bit of a misnomer)
+
+2011-01-13 07:13  robe
+
+	* Minor formatting changes of ST_3DShortestLine, get rid of note
+	  abotu ST_3DMaxDistance only working for points and linestrings
+	  now that it works for most everything.
+
+2011-01-12 22:37  jorgearevalo
+
+	* Fixed bug #655.
+
+2011-01-12 22:03  robe
+
+	* #768: get rid of replace ndims with st_ndims in
+	  populate_geometry_columns
+
+2011-01-12 22:02  mloskot
+
+	* [raster] Cleaned and updated copyright notice.
+
+2011-01-12 21:58  nicklas
+
+	* Added ST_3DShortestLine in doc and some small editing.
+	  ST_3DLongestLine is still missing.
+	  Regina, please take a look if it looks ok.
+
+2011-01-12 21:17  jorgearevalo
+
+	* Regression test expected result is now empty. Related tickets:
+	  #759, #769.
+
+2011-01-12 19:10  pracine
+
+	* -Revert to original values for two test failing on Mat machine.
+	  Those values are the good ones on Pierre`s Windows and Jorge`s
+	  Linux. Something must have gone wrong on Mat`s one.
+
+2011-01-12 17:24  robe
+
+	* update see also links
+
+2011-01-12 17:22  robe
+
+	* Get rid of note in ST_3DDistance that states only works for
+	  linestrings and points. Now works for all. Add an example of
+	  polygon/multilinestring and update 3DClosestPoint example to be
+	  the same for contrast compare
+
+2011-01-12 11:07  robe
+
+	* get rid of note about 3d relatonship dist functions only workng
+	  for points and linestrings. They work for polygons and even
+	  polyhedralsurfaces though need to verify answers are right.
+
+2011-01-12 10:23  robe
+
+	* update to reflect note about breaking change in naming of
+	  PixelSize to Scale
+
+2011-01-12 08:14  robe
+
+	* GetTopologyName, GetTopologyID accessors
+
+2011-01-12 07:52  robe
+
+	* remove availaiblit 2.0 from existing functions since they were
+	  available before (will reserve that for really new functions).
+	  Add domains section and accessors section. Revise
+	  topology_comments to be able to put in descriptors for domains
+
+2011-01-12 06:32  robe
+
+	* ValidateTopology and validatetopology_returntype
+
+2011-01-12 05:01  robe
+
+	* get rid of deprecated calls and checks to srid() and setsrid()
+	  and ndims() in populate_geometry_columns, UpdateGeometrySRID,
+	  probe_geometry_columns, find_srid
+
+2011-01-11 17:18  robe
+
+	* make relatematch a conditional GEOS 3.3 test
+
+2011-01-11 15:53  robe
+
+	* Add another type, add missing element, update make check example
+	  in installation. Fix error introduced in regress that prevented
+	  all tests from running.
+
+2011-01-11 15:20  robe
+
+	* Give installation a pretty anchor name so can be referenced
+	  easily from elsewhere. Update to include how to compile with
+	  topology and raster support. Add a type section to topology to
+	  define structure of topogeometry etc. Ammend topology_comments to
+	  be able to extra type comments.
+
+2011-01-11 09:12  robe
+
+	* #764: Topology error using ST_AddIsoNode (now that raster has an
+	  ST_Intersects it is now more necessary to not rely on auto casts)
+
+2011-01-11 03:38  robe
+
+	* fix duplicate refentry id
+
+2011-01-11 03:22  robe
+
+	* #763: documentation had wrong datatype for tg_type which made the
+	  associated comment break
+
+2011-01-10 17:31  robe
+
+	* #760: missed some
+
+2011-01-10 17:27  robe
+
+	* #760: replace deprecated function names with new names so all
+	  regress tests pass again. This should completely work now.
+
+2011-01-10 17:13  robe
+
+	* Start replacing deprecated names with new names - still more to
+	  do
+
+2011-01-10 16:36  robe
+
+	* #722: Get rid of more deprecated functions - mem_size, xmax,
+	  xmin,ymax, ymin,zmflag,zmax,zmin
+
+2011-01-10 14:21  jorgearevalo
+
+	* Deleted gserialized check. It's safe to use geometry_gist_sel.
+	  Related ticket #758.
+
+2011-01-09 18:38  robe
+
+	* Get rid of now unuseful note in ST_Value. Update
+	  short-description to reflect now works with geometry points
+
+2011-01-09 16:01  jorgearevalo
+
+	* Replaced annoying warning message for a debug-only message.
+	  Related ticket #759.
+
+2011-01-08 10:51  nicklas
+
+	* fix typo from r6580, and some enhanced notes
+
+2011-01-07 15:12  jorgearevalo
+
+	* Bug solved: RASTER_DEBUGf replaced by RASTER_DEBUGF. Related
+	  ticket #757.
+
+2011-01-07 13:38  robe
+
+	* remove wmsservers_old so its failure doesn't halt further make
+	  check
+
+2011-01-07 13:08  nicklas
+
+	* Fix for ticket #755
+
+2011-01-07 10:48  strk
+
+	* Enlarge the diagram image, by Andrea Peri (#750)
+
+2011-01-07 09:55  strk
+
+	* Fix bug in topology.DropTopology getting confused in presence of
+	  multiple topologies [RT-SIGTA]
+
+2011-01-07 09:54  strk
+
+	* Add TopoElementArray_agg function, to help with TopoGeometry
+	  construction [RT-SIGTA]
+
+2011-01-05 23:35  robe
+
+	* #722 : remove deprecated functions (part): contains,
+	  intersection, line_interpolate_point, line_locate_point,
+	  line_substring, locate_between_measures
+
+2011-01-05 22:25  robe
+
+	* #722 remove deprecated functions (part): boundary, GeomUnion,
+	  intersects, IsRing, IsSimple,
+	  length2d_spheroid, locate_along_measure, relate,PointOnSurface,
+	  SnapToGrid, symmetricdifference, touches
+
+2011-01-05 17:41  jorgearevalo
+
+	* Replaced references to "pixsize" by "scale". Complete the
+	  previous commit.
+	  Related ticket #654
+
+2011-01-05 17:38  jorgearevalo
+
+	* Updated plpgsql scripts, replacing "PixelSize" with "Scale".
+	  Related ticket #654
+
+2011-01-05 17:01  jorgearevalo
+
+	* Call to ctx->warn replaced by RASTER_DEBUGF, to avoid annoying
+	  and unexpected messages in calls to st_bandmetadata.
+
+2011-01-05 14:56  robe
+
+	* #722 (part): Down with really really dumb constructors :)
+	  GeomCollFromText,LineFromText,LineFromWKB,LineStringFromText,LinestringFromWKB,LineMerge,MLineFromText
+	  ,MLineFromWKB,MPointFromText,MPolyFromWKB,MultiLineFromWKB,MultiLineStringFromText,MultiPointFromWKB,
+	  ST_Polygonize_GArray,PolyFromText,PolyFromWKB,PolygonFromWKB,PointFromText,PointFromWKB
+
+2011-01-05 13:47  robe
+
+	* more cleanup of operator functions that are now removed
+
+2011-01-05 13:36  robe
+
+	* remove related operator, chip no longer installed. I still think
+	  we need to get rid of the DROP CASCADES in this file
+
+2011-01-05 13:34  robe
+
+	* #302: okay I forgot some - remove old functions that are ST_
+	  redundant copies of operator ones
+	  st_geometry_lt,st_geometry_le,st_geometry_le,st_geometry_gt,st_geometry_ge,st_geometry_eq,st_geometry_cmp,
+	  postgis_gist_sel,postgis_gist_joinsel,st_postgis_gist_sel,st_postgis_gist_joinsel,st_geometry_overleft,
+	  st_geometry_overabove,st_geometry_left,st_geometry_right,st_geometry_above,
+	  st_geometry_below,st_geometry_contain
+	  ,st_geometry_contained,st_geometry_overlap,st_geometry_same
+
+2011-01-05 05:57  robe
+
+	* #302 completed I think: Drop ST_ duplicate variants of functions
+	  underneath TYPE and OPERATOR definitions.
+	  remove: st_geometry_analyze
+
+2011-01-04 17:44  robe
+
+	* #302 (part done): Drop ST_ duplicate variants of functions
+	  underneath TYPE and OPERATOR definitions.
+	  st_box3d_in, st_box3d_out,st_spheroid_in,
+	  st_spheroid_out,st_geometry_in, st_geometry_out,
+	  st_geometry_recv,st_geometry_send
+
+2011-01-04 17:25  robe
+
+	* #722 - remove more deprecated functions - crosses,
+	  within,multipointfromtext,mpolyfromtext,
+	  multipolygonfromtext
+
+2011-01-04 13:59  robe
+
+	* remove deprecated functions:
+	  bdpolyfromtext,bdmpolyfromtext,collect,disjoint,memcollect,memgeomunion,
+	  unite_garray,st_unit_garray .
+	  reshuffle legacy.sql.in.c so aggregates and dependencies are
+	  together
+
+2011-01-04 13:35  robe
+
+	* remove more deprecated: dimension,exteriorring,
+	  geometryn,interiorringn, isempty,isclosed,
+	  m,numinteriorring, numinteriorrings,pointn,x,y,z
+
+2011-01-04 13:07  robe
+
+	* remove deprecated functions:
+	  addpoint,ndims,numgeometries,numpoints,removepoint,setpoint
+
+2011-01-04 12:51  robe
+
+	* remove more deprecated functions
+
+2011-01-03 19:26  robe
+
+	* get rid of more deprecated functions
+
+2011-01-03 18:52  robe
+
+	* remove more deprecated functions
+
+2011-01-03 18:24  robe
+
+	* 
+
+2011-01-03 16:35  jorgearevalo
+
+	* Deleted old flex/bison analyzer for MapAlgebra. Newer version on
+	  raster/rt_core.
+
+2011-01-03 16:17  jorgearevalo
+
+	* Added regress test files for ST_IsEmpty and ST_HasNoBand (they
+	  were missed in previous commit)
+
+2011-01-03 16:07  jorgearevalo
+
+	* Added code for ST_IsEmpty and ST_HasNoBand functions. And test
+	  code for the
+	  first one. Related tickets #592, #593.
+
+2011-01-03 11:53  jorgearevalo
+
+	* Changed information return by postgis_raster_build_date and
+	  postgis_raster_lib_version, to match the PostGIS build date and
+	  version. Related
+	  ticket #653
+
+2011-01-03 10:55  jorgearevalo
+
+	* Raster doc updated with the new names of several functions
+	  (Box2D, Scale, etc).
+	  Related ticket #654
+
+2011-01-03 10:46  jorgearevalo
+
+	* Renamed accessors and editors of 'PixelSize' to 'Scale',
+	  including tests.
+	  Related ticket #654.
+
+2011-01-02 22:21  jorgearevalo
+
+	* Some modifications made on basic MapAlgebra lexer/parser. Very
+	  basic version just now.
+
+2011-01-01 15:35  jorgearevalo
+
+	* Temporarily include postgis/gserialized.h file in
+	  raster/rt_pg/rtpostgis.sql.in.c to get access to GSERIALIZED_ON
+	  and avoid error with gserialized enabled
+
+2010-12-31 08:12  robe
+
+	* add gist index overlap tests
+
+2010-12-31 01:53  robe
+
+	* update bios
+
+2010-12-30 23:28  jorgearevalo
+
+	* Changed some functions names for operators. Related tickets #742,
+	  #730
+
+2010-12-30 23:17  pramsey
+
+	* gserialized enabled ST_Reverse LINESTRING EMPTY crash (#743)
+
+2010-12-30 21:00  pramsey
+
+	* Convex hull serialization problem (#741)
+
+2010-12-30 18:31  nicklas
+
+	* rounding precision difference in measures regress test #703,
+	  #735, #607
+
+2010-12-30 16:54  pramsey
+
+	* Guard against empty in isclosed (#740)
+
+2010-12-30 00:14  pramsey
+
+	* Add in gserialized-ready selectivity functions for 2d default
+	  index.
+
+2010-12-29 18:51  pramsey
+
+	* ST_ExteriorRing POLYGON EMPTY crash (#708)
+
+2010-12-29 15:49  nicklas
+
+	* typo in comment
+
+2010-12-29 15:38  robe
+
+	* Get rid of a lot of deprecated functions. People will hate me
+	  c'est la vie.
+
+2010-12-29 15:37  robe
+
+	* get rid of more deprecated calls, but keep old deprecated
+	  wmsservers and rename to wmsservers_old. Create a new version
+	  wmsservers_new that doesn't use deprecated calls. the old will
+	  fail once I pull the switch on old deprecated calls, but the new
+	  should work.
+
+2010-12-29 15:17  robe
+
+	* remove deprecated tests
+
+2010-12-29 14:50  robe
+
+	* forgot these
+
+2010-12-29 14:48  robe
+
+	* get rid of more deprecated
+
+2010-12-29 14:14  robe
+
+	* Get rid of more deprecated calls
+
+2010-12-29 14:07  pramsey
+
+	* Update test to reflect that polygons are now supported.
+
+2010-12-29 09:58  robe
+
+	* start new section
+
+2010-12-28 22:12  nicklas
+
+	* 3D distance functions against polygons
+
+2010-12-28 21:58  robe
+
+	* fix dangling RT_ST_Box2D references
+
+2010-12-28 18:24  robe
+
+	* Get rid of deprecated calls
+
+2010-12-28 18:24  robe
+
+	* get rid of deprecated calls
+
+2010-12-28 18:22  robe
+
+	* start getting rid of deprecated calls
+
+2010-12-28 18:00  pramsey
+
+	* Fix regression failure in standard serialization mode. (#735)
+
+2010-12-28 17:16  strk
+
+	* Default topology tolerance is 0, not -1
+
+2010-12-28 15:47  robe
+
+	* reenable ST_AddPoint
+
+2010-12-28 01:10  pramsey
+
+	* Over-determined dimensionality in building line from lwptarray
+
+2010-12-28 00:54  pramsey
+
+	* Whoops, senses of many 2d operators were reversed.
+
+2010-12-28 00:42  robe
+
+	* miscellaneous fixes and indentation
+
+2010-12-28 00:27  pramsey
+
+	* T_Distance_Spheroid is kinda broken (#677)
+
+2010-12-28 00:24  pramsey
+
+	* ST_Distance_Spheroid is kinda broken (#677)
+
+2010-12-27 22:41  pramsey
+
+	* ST_MakeLine aggregate function crashes with empty geometries
+	  (#729)
+
+2010-12-27 11:56  strk
+
+	* PG_CONFIG seems to be needed for PGXS
+
+2010-12-27 11:10  strk
+
+	* Add ST_SharedPaths and ST_Snap items
+
+2010-12-27 11:05  strk
+
+	* Do not consider DEBUG and NOTICE mesages when running sqlmm
+	  regression tests. Should fix #734.
+
+2010-12-27 03:38  robe
+
+	* ST_Box2D -> Box2D
+
+2010-12-27 01:40  robe
+
+	* get rid of more functions
+
+2010-12-26 19:27  robe
+
+	* revise to include mention of topology support
+
+2010-12-26 19:11  robe
+
+	* fix tag typo pointed out by strk
+
+2010-12-26 18:47  robe
+
+	* put AddTopo.. example in programlisting tag, minior indenting
+	  changes
+
+2010-12-26 13:24  jorgearevalo
+
+	* ST_Box2D replaced by Box2D. Related ticket #730.
+
+2010-12-25 19:38  robe
+
+	* DropTopogeometryColumn
+
+2010-12-25 19:02  robe
+
+	* 
+
+2010-12-25 18:58  robe
+
+	* Example for addtopogeometrycolumn
+
+2010-12-24 22:08  pramsey
+
+	* Change default gserialized gist index to 2d and put all the old
+	  operators back in place.
+
+2010-12-24 18:13  robe
+
+	* fix data type mismatches that got flagged when generating
+	  topology comments, put in a set_path clause for topology comments
+	  generation
+
+2010-12-24 18:01  robe
+
+	* Start work on topology database help and garden tester.
+
+2010-12-24 17:53  robe
+
+	* AddTopoGeometryColumn
+
+2010-12-24 10:22  strk
+
+	* Update with some integrations provided by Andrea Peri [RT-SIGTA]
+
+2010-12-24 01:38  robe
+
+	* Fix for #732 - chip does not exist
+
+2010-12-23 22:49  pramsey
+
+	* Add more tickets tests up to #700
+
+2010-12-23 22:06  pramsey
+
+	* Fix conversion to geometry (#730)
+
+2010-12-23 19:06  pramsey
+
+	* Add some tickets from the trac into regression
+
+2010-12-23 18:05  pramsey
+
+	* Move clone prototypes back into public...
+
+2010-12-23 18:03  pramsey
+
+	* ST_AddPoint is broken (#662)
+
+2010-12-23 17:41  robe
+
+	* ability to exclude operators from testing
+
+2010-12-23 17:30  strk
+
+	* Other CREATEFUNCTION and _VOLATILE* gone (see #714)
+
+2010-12-23 17:21  robe
+
+	* log more sql
+
+2010-12-23 17:04  pramsey
+
+	* ST_MakeBox2D crashes with LINESTRING (#728)
+
+2010-12-23 14:19  strk
+
+	* Stop relying on preprocessor for CREATEFUNCTION and _VOLATILE
+	  (see #714)
+
+2010-12-23 13:31  robe
+
+	* miss end para
+
+2010-12-23 12:49  strk
+
+	* Make ST_GetFaceGeometry use ST_BuildArea rather than assuming
+	  first polygon coming out of Polygonize will be the correct one.
+	  Fixes ticket #726. Enables automated testing for it.
+
+2010-12-23 12:28  strk
+
+	* Add test showing bug in st_getfacegeometry
+
+2010-12-23 07:57  strk
+
+	* more git ignores
+
+2010-12-22 22:40  pramsey
+
+	* Last regression fixes for postgis-on-gserialized
+
+2010-12-22 21:16  pramsey
+
+	* Change srid from uint32 to int32 and update gserialized and
+	  TYPMOD handlers to deal with signed SRIDs
+
+2010-12-22 20:02  robe
+
+	* miscellaneous
+
+2010-12-22 19:41  robe
+
+	* Goodbye length
+
+2010-12-22 19:15  robe
+
+	* Good bye simplify
+
+2010-12-22 19:04  robe
+
+	* History #515: good bye chip (we can hold on to the dependency
+	  functions thru postgis 2.0 and then maybe completely rid in 2.1)
+
+2010-12-22 18:59  jorgearevalo
+
+	* Basic flex/bison grammar to start working with raster MapAlgebra
+
+2010-12-22 18:45  strk
+
+	* Support faces with all edges on the same side, and test
+	  [RT-SIGTA]
+
+2010-12-22 18:42  robe
+
+	* get rid of addbbox,dropbbox,hasbbox (and replace occurrences in
+	  regress with newer postgis_addbbox etc)
+
+2010-12-22 18:24  strk
+
+	* Add rules to avoid the infinite loop took before ./configure is
+	  run
+
+2010-12-22 17:27  strk
+
+	* Implement topology.AddFace and add test
+
+2010-12-22 17:08  robe
+
+	* move all deprecated Affine functoins to legach.sql.in.c, remove
+	  use in non-deprecated functions and in regress tests
+
+2010-12-22 06:17  pramsey
+
+	* Add legacy file for removed-but-not-forgotten old function
+	  aliases
+
+2010-12-22 01:08  pramsey
+
+	* Continue working GSERIALIZED_ON into the code base. Working on
+	  switching BOX2DFLOAT4 to a GBOX
+
+2010-12-21 23:56  pramsey
+
+	* Remove some ST_ variants of cast-support functions (#302), and
+	  start legacy.sql.in.c (#722)
+
+2010-12-21 22:19  robe
+
+	* fix typo
+
+2010-12-21 22:14  robe
+
+	* point relation functions to DE-9IM section of docs for more info
+
+2010-12-21 21:39  pramsey
+
+	* More clean-up and work on using gserialized.
+
+2010-12-21 18:01  pramsey
+
+	* Push the UNKNOWN forcing down into gserialized get/set
+
+2010-12-21 17:38  robe
+
+	* Document ST_RelateMatch -- polish up later
+
+2010-12-21 17:36  strk
+
+	* Don't release memory associated with arguments. Fixes #725.
+
+2010-12-21 10:32  strk
+
+	* Implement ST_RelateMatch, see ticket #717. [RT-SIGTA]
+
+2010-12-21 01:55  pramsey
+
+	* Some preliminary fixes to support SRID_UNKNOWN == 0
+
+2010-12-20 23:34  pramsey
+
+	* Add regression test for #723
+
+2010-12-20 22:01  strk
+
+	* Fix addEdge when both endpoints are shared with an existing edge
+	  (and test) [RT-SIGTA]
+
+2010-12-20 19:41  pramsey
+
+	* Fix last regression break in casting
+
+2010-12-20 19:31  pramsey
+
+	* Arg, there's regression breaks in the last commit!
+
+2010-12-20 19:16  pramsey
+
+	* ST_Intersection for geography is really messed up (#723)
+
+2010-12-20 12:03  robe
+
+	* fix typo
+
+2010-12-20 04:39  pramsey
+
+	* Remove a few more old constructions in favour of
+	  forward-compatible approaches.
+
+2010-12-18 21:48  robe
+
+	* fix spatial_class update
+
+2010-12-18 16:44  pramsey
+
+	* Add the operators to the index opclass too
+
+2010-12-18 16:42  pramsey
+
+	* Add some operators to indexes on gserialized
+
+2010-12-18 15:31  pramsey
+
+	* Add in test for #720
+
+2010-12-18 15:27  pramsey
+
+	* ST_Transform is broken for all MULTI geometries (#720), wonder
+	  how that got through...
+
+2010-12-18 05:06  pramsey
+
+	* Add gserialized.h. Later this can be the central place for
+	  index/object utilities, for now it just holds the switch to turn
+	  the gserialized code on and off while we develop
+
+2010-12-18 04:54  pramsey
+
+	* Remove oddity around gbox duplication
+
+2010-12-18 00:38  pramsey
+
+	* More syncro between geometry and geography. Stubbed index
+	  binding.
+
+2010-12-17 22:16  pramsey
+
+	* Re-name GiST index functions generically for re-use in geometry.
+
+2010-12-17 22:03  pramsey
+
+	* Review to prepare generic index bindings for geography, then
+	  geometry
+
+2010-12-17 21:32  pramsey
+
+	* Harmonize some index support functions to be more generic
+	  gserialized functions and less specific geography functions.
+
+2010-12-17 20:10  pramsey
+
+	* Re-orgs to push the geodetic/cartesian divide a little further
+	  under the covers as part of the geometry/geography group hug at
+	  the index bindings level.
+
+2010-12-17 18:34  robe
+
+	* fix typo add DropTopology
+
+2010-12-17 17:56  strk
+
+	* Add regress testing for topology.AddEdge
+
+2010-12-17 17:44  robe
+
+	* 
+
+2010-12-17 17:24  robe
+
+	* 
+
+2010-12-17 17:19  strk
+
+	* Add a note about possible semantic change
+
+2010-12-17 17:16  strk
+
+	* New topology.AddEdge function [RT-SIGTA]
+
+2010-12-17 16:45  robe
+
+	* fix typos
+
+2010-12-17 16:34  robe
+
+	* Put in section in manual for topology and extras in general.
+	  Change postgis.refractions.net to www.postgis.org
+
+2010-12-17 16:16  strk
+
+	* Use newer quoting paradigm ($$); use ST_Crosses when willing to
+	  check crossing, not just intersection...; add proper credits
+
+2010-12-17 15:51  strk
+
+	* Add an inspection in the final node table
+
+2010-12-17 15:27  strk
+
+	* Add test for topology.addNode
+
+2010-12-17 15:17  strk
+
+	* Avoid NOTICE messages while running topology tests, make results
+	  immune of the number of topologies ever created in the database
+	  (helps getting stable results when running the tests manually
+	  using run_test directly)
+
+2010-12-17 14:00  jorgearevalo
+
+	* Added very basic flex files for raster MapAlgebra implementation.
+	  The file
+	  'ma_lexer_only' is for testing only the lexer, without the parser
+
+2010-12-17 07:52  strk
+
+	* split load_topology in 3 steps: load of topology, creation of
+	  feature tables, query of feature tables. Adapt tests accordingly.
+
+2010-12-16 18:02  strk
+
+	* Return number of failures as exit status
+
+2010-12-16 18:00  strk
+
+	* Have run_test exit code reflect presence of failures.
+
+2010-12-16 17:52  strk
+
+	* Remove duplicated check rule
+
+2010-12-16 17:46  strk
+
+	* This one shouldn't be in the repository.. anyway, since it is...
+
+2010-12-16 17:30  strk
+
+	* Turn 'regress' dir into a first class subdir, fixes ticket #715
+
+2010-12-16 16:33  strk
+
+	* Comment-out obsoleted rules (didn't drop in case someone will
+	  miss them)
+
+2010-12-16 16:28  strk
+
+	* Add 'distclean' to the SUBDIRS target
+
+2010-12-16 14:46  strk
+
+	* Add 'check' rule under the SUBDIR loop. You now get topology
+	  checked if you configured --with-topology
+
+2010-12-16 14:35  strk
+
+	* Only run unit tests when building GUI (See
+	  http://postgis.refractions.net/pipermail/postgis-devel/2010-December/011014.html)
+
+2010-12-16 14:17  robe
+
+	* yeh can put ST_AsKML test back in now that trunk isn't crashing
+	  on it.
+
+2010-12-16 13:16  robe
+
+	* most have missed these
+
+2010-12-16 09:48  strk
+
+	* Add 'clean' to the set of targets handled with the SUBDIRS loop
+
+2010-12-15 22:17  pramsey
+
+	* Add in GSERIALIZED options for many of the pglgweom_ support
+	  functions.
+
+2010-12-15 21:31  pramsey
+
+	* Add in #defines to allow conditional switch-over to GSERIALIZED
+
+2010-12-15 20:06  strk
+
+	* Fail on fix subdir build failure. Add missing uninstall rule in
+	  liblwgeom
+
+2010-12-15 18:35  pramsey
+
+	* Remove silly pointer tests from LWGEOM_collect
+
+2010-12-15 18:29  strk
+
+	* Install topology.sql in the same directory as other things
+	  postgis
+
+2010-12-15 18:28  pramsey
+
+	* LWGEOM_accum is orphaned code, bye bye!
+
+2010-12-15 18:03  strk
+
+	* Generate GNUMakefile, add a --with-topology switch to configure,
+	  enabling descending under topology/ dir
+
+2010-12-15 17:51  pramsey
+
+	* Move geometrycollection back out of the supported types for KML
+
+2010-12-15 17:46  pramsey
+
+	* KML crashes on EMPTY (#681)
+
+2010-12-15 17:14  strk
+
+	* Thanks for the great partecipation around GNUmakefile
+	  improvements proposal. It's finally here :)
+
+2010-12-15 17:11  strk
+
+	* Add a check rule under topology/ [RT-SIGTA]
+
+2010-12-15 17:06  strk
+
+	* Make sure predicate sql file is generated before use
+
+2010-12-15 16:41  strk
+
+	* Add sqlmm automated test. Drop old rules [RT-SIGTA]
+
+2010-12-15 16:24  strk
+
+	* automatize topology validity checking [RT-SIGTA]
+
+2010-12-15 16:04  strk
+
+	* Start a proper 'make check' rule, using the testrunner in top
+	  dir's regress dir
+
+2010-12-15 15:25  robe
+
+	* okay just exclude POLYGON EMPTY and ST_AsKML -- too many victims
+	  for POLYGON EMPTY including ST_LineMerge now. change namespace to
+	  www.postgis.org
+
+2010-12-15 14:14  strk
+
+	* Allow run_test calls from foreign directories
+
+2010-12-15 14:09  strk
+
+	* Do not read ~/.psqlrc when creating database
+
+2010-12-15 14:04  strk
+
+	* Add a --topology switch to equip regression db with topology
+	  support when requested
+
+2010-12-15 13:39  strk
+
+	* Add new populate.sql file to host topology population routines.
+	  Properly encode dependencies.
+
+2010-12-15 13:23  robe
+
+	* exclude more functions from tests that are sorta broken
+
+2010-12-15 11:01  strk
+
+	* Split sqlmm specific things into its own file
+
+2010-12-15 10:48  strk
+
+	* Work outside of transaction, to help upgrade/test cycles. Fix
+	  leftover from previous commit. [RT-SIGTA]
+
+2010-12-15 10:44  strk
+
+	* Fix typo in TopoGeo_addLinestring description, add DEBUG lines
+	  [RT-SIGTA]
+
+2010-12-15 10:08  strk
+
+	* Fix detection of non-existent schema in ST_CreateTopoGeo
+
+2010-12-15 00:57  pramsey
+
+	* Flip more memcpy calls away.
+
+2010-12-15 00:24  pramsey
+
+	* Remove some calls to memcpy in favor of API functions.
+
+2010-12-15 00:12  pramsey
+
+	* Strip out more instances of SERIALIZED_FORM
+
+2010-12-14 20:30  pramsey
+
+	* Return non-zero when tests fail
+
+2010-12-14 20:21  pramsey
+
+	* Fix regressions in the new KML emitter
+
+2010-12-14 16:00  robe
+
+	* exclude from testing functions known to crash with POLYGON EMPTY
+
+2010-12-14 05:53  pramsey
+
+	* Memory leak in geography_from_text (#624)
+
+2010-12-14 05:01  pramsey
+
+	* Minor usage changes. (#604)
+
+2010-12-14 00:56  pramsey
+
+	* Update (c) header
+
+2010-12-14 00:54  pramsey
+
+	* Convert KML output to use stringbuffer for a 50% code
+	  shrinkage...
+
+2010-12-14 00:49  pramsey
+
+	* Remove multicurve warning
+
+2010-12-14 00:37  robe
+
+	* fix some typos and add back curvepolygon example that was
+	  crashing before with old ewkt parser
+
+2010-12-13 23:50  pramsey
+
+	* Second thoughts on stringbuffer changes
+
+2010-12-13 23:40  pramsey
+
+	* Potential minor speed-up functions for stringbuffering
+
+2010-12-13 23:34  pramsey
+
+	* Add extra multicurve test for WKT
+
+2010-12-13 21:42  pramsey
+
+	* Update parser to handling compound curves within multicurves
+	  (#525)
+
+2010-12-13 21:31  pramsey
+
+	* ST_CollectionExtract returns non-requested type (#457)
+
+2010-12-13 20:40  pramsey
+
+	* Return value of snprintf not correctly checked (#556)
+
+2010-12-13 20:25  pramsey
+
+	* Improve stringbuffer_t performance (#439). This is largely done
+	  already in past passes. Added one small memory fix.
+
+2010-12-13 20:09  pramsey
+
+	* Change default shp2pgsql column to "geom" (#352)
+
+2010-12-13 19:50  robe
+
+	* 
+
+2010-12-13 19:44  robe
+
+	* 
+
+2010-12-13 19:44  robe
+
+	* 
+
+2010-12-13 19:43  pramsey
+
+	* Fix ST_Segmentize on curved geometries -- CRASH (#706). This is
+	  actually a reflection of inconsistency in the lwgeom_clone()
+	  function (creates copy of everything except point array) and the
+	  ptarray_clone() function (creates copy of everything). The
+	  definitions of _clone, _copy, _release, and _free need to be made
+	  consistent and documented.
+
+2010-12-13 19:42  robe
+
+	* 
+
+2010-12-13 19:34  robe
+
+	* 
+
+2010-12-13 19:32  robe
+
+	* 
+
+2010-12-13 19:25  robe
+
+	* 
+
+2010-12-13 19:25  pramsey
+
+	* Fix up failure in distance calculation (#705) and replace some
+	  SRID -1 with SRID_UNKNOWN
+
+2010-12-13 19:19  robe
+
+	* 
+
+2010-12-13 16:38  robe
+
+	* Okay changed this to LF since people seemed to like changing this
+	  one a lot. We'll see if this fixes my frustrations without
+	  causing any frustration for anyone else.
+
+2010-12-13 13:14  robe
+
+	* remove collection of geometries into crasher group to prevent
+	  testing until we revisit #700
+
+2010-12-13 10:49  strk
+
+	* Add comments on the 'edge' topology primitives view
+
+2010-12-13 09:51  strk
+
+	* typo
+
+2010-12-12 22:42  nicklas
+
+	* 3d distance functions for line-line cases
+
+2010-12-12 18:59  nicklas
+
+	* Some cleaning up in measure functions in lwgeom_functions_basic.c
+
+2010-12-12 00:12  pramsey
+
+	* Remove more SERIALIZED_FORM
+
+2010-12-11 00:28  pramsey
+
+	* ptarray_free now frees the serialized_ptlist, unless
+	  FLAGS_GET_READONLY is set.
+
+2010-12-11 00:27  strk
+
+	* Do not force drop of pre-existing topology schema. Sounds
+	  dangerous when start using it for real.
+
+2010-12-10 23:22  pramsey
+
+	* Switch to cstring2text for text returns.
+
+2010-12-10 23:15  pramsey
+
+	* Clean out more SERIALIZED_FORM calls
+
+2010-12-10 22:45  pramsey
+
+	* Clean out some more calls to SERIALIZED_FORM
+
+2010-12-10 20:22  pramsey
+
+	* Issues with TRIANGLE AND TIN EMPTY collections - hmm do they
+	  exist? (#686)
+
+2010-12-10 19:44  pramsey
+
+	* Fix for TIN EMPTY per #686
+
+2010-12-10 19:10  pramsey
+
+	* Fix cunit failures on Polyhedral surface (#697)
+
+2010-12-10 18:10  pramsey
+
+	* WKB and WKT closure checks are now in X/Y only (#693)
+
+2010-12-10 18:06  strk
+
+	* Revert GNUMakefile changes as per Mark request. I had enough
+	  complains about build scripts this week...
+
+2010-12-10 18:00  pramsey
+
+	* Fix ST_Segmentize and Polyhedral Surface -- CRASH (#696)
+
+2010-12-10 17:57  strk
+
+	* Add 'uninstall' rule in the loop. Work around the docs dep by
+	  using uninstall deps. Add an 'uninstall' rule to raster subsystem
+
+2010-12-10 17:49  strk
+
+	* Be verbose during recursion. List liblwgeom in SUBDIRS, stub
+	  install rules for liblwgeom and utils
+
+2010-12-10 17:29  strk
+
+	* more ignores
+
+2010-12-10 17:19  strk
+
+	* Start listing some subdirs to recurse into. Hopefully one day
+	  this will become cleaner
+
+2010-12-10 17:19  strk
+
+	* add .svn to .gitignore (why is this in repo ? oh well.. it is
+	  useful anyway)
+
+2010-12-10 15:45  pramsey
+
+	* Fix for crash in ST_RemovePoint (#695)
+
+2010-12-10 14:53  mloskot
+
+	* Fixed problems with truncated decimal places of float-point
+	  values in textual output. For large datasets, it was leading to
+	  incorrectly calculated dimensions. Now, all floats are formatted
+	  with 15 decimal places.
+
+2010-12-09 19:17  pramsey
+
+	* Wrap up GEOS predicates in EMPTY tests (#685)
+
+2010-12-09 18:52  pramsey
+
+	* Remove old function calls
+
+2010-12-09 18:51  pramsey
+
+	* Fix for centroid crash on emtpy (#684)
+
+2010-12-09 18:00  pramsey
+
+	* Fix crash in ST_MakeLine (#690)
+
+2010-12-09 16:10  pramsey
+
+	* Add config rpath
+
+2010-12-09 15:00  robe
+
+	* formatting
+
+2010-12-08 23:58  pramsey
+
+	* Remove more appeals to pglwgeom->type
+
+2010-12-08 23:52  pramsey
+
+	* Remove more appeals to pglwgeom->type
+
+2010-12-08 23:40  pramsey
+
+	* Remove more appeals to pglwgeom->type
+
+2010-12-08 23:29  pramsey
+
+	* Remove another call to TYPE_HASBBOX
+
+2010-12-08 23:28  pramsey
+
+	* Remove call to TYPE_HASBBOX
+
+2010-12-08 23:27  pramsey
+
+	* Remove many cases of calls to SERIALIZED_FORM in favour of direct
+	  pglwgeom deserialization
+
+2010-12-08 23:19  robe
+
+	* need to keep GEOMETRYCOLLECTION EMPTY away from others since GEOS
+	  throws geometry collection not support for it often so hiding the
+	  crashing in some cases of typed empties.
+
+2010-12-08 22:31  pramsey
+
+	* Remove many instances of lwgeom_getType used on PG_LWGEOM
+
+2010-12-08 22:02  robe
+
+	* Add more emptiness. We need to explore emptiness more deeply :)
+
+2010-12-08 21:21  pramsey
+
+	* When asking for a serialized forms type, use pglwgeom_get_type
+
+2010-12-08 20:54  pramsey
+
+	* Cut down reliance on TYPE_GETTYPE macro in favor of a function we
+	  can repoint later in the serialization change process
+
+2010-12-08 20:35  pramsey
+
+	* Expunge some TYPE_GETTYPE
+
+2010-12-08 20:35  pramsey
+
+	* Start to work on PG_LWGEOM sanity before changeover
+
+2010-12-08 19:24  pramsey
+
+	* Rename has_arc to lwgeom_has_arc
+
+2010-12-08 19:23  pramsey
+
+	* Fix crash on BuildArea(empty) (#683)
+
+2010-12-08 18:20  pramsey
+
+	* Handle empty geometries in ST_Buffer(). If argument empty, return
+	  empty. (#682)
+
+2010-12-08 18:06  pramsey
+
+	* Fix crash in GML output of POLYGON EMPTY (#681)
+
+2010-12-08 16:20  pramsey
+
+	* Fix AsBinary handling of > 2d features in geography (#680)
+
+2010-12-08 16:04  pramsey
+
+	* Output higher dimensions in astext in geography (#680)
+
+2010-12-08 00:23  pramsey
+
+	* Minor rearrangement of memory handling.
+
+2010-12-08 00:02  pramsey
+
+	* Rename lwgeom_from_wkt to lwgeom_parse_wkt to note the use of the
+	  parser object.
+
+2010-12-07 21:59  pramsey
+
+	* Start flipping over references to srid = -1 to srid =
+	  SRID_UNKNOWN
+
+2010-12-07 21:55  strk
+
+	* Use unified diffs for expected/obtained (easier to read)
+
+2010-12-07 21:08  pramsey
+
+	* Replace the old WKB/WKT parser and emitters with the new ones.
+
+2010-12-07 14:02  robe
+
+	* change to 1 column (st_sharedpaths)
+
+2010-12-07 13:45  robe
+
+	* reduce width some more
+
+2010-12-07 13:42  robe
+
+	* change color to be clearer reduce width of text
+
+2010-12-07 12:51  robe
+
+	* end tbody
+
+2010-12-07 12:45  robe
+
+	* fix formatting
+
+2010-12-07 12:42  robe
+
+	* diagram of shared paths
+
+2010-12-07 12:25  robe
+
+	* formatting fixes
+
+2010-12-07 12:02  robe
+
+	* more examples to demonstrate its not just limited to 1 point
+	  snapping
+
+2010-12-07 08:30  robe
+
+	* looks funny in one row, better put each in separate row
+
+2010-12-07 07:56  robe
+
+	* example with diagram for ST_Snap
+
+2010-12-06 15:15  robe
+
+	* minor comment corrections
+
+2010-12-06 15:15  robe
+
+	* start logging sql queries to log table
+
+2010-12-06 15:07  strk
+
+	* Add a couple more cases provided by RT-SITA
+
+2010-12-06 14:52  strk
+
+	* Document ST_Snap, xref with SnapToGrid
+
+2010-12-06 14:21  strk
+
+	* Fix typo in ST_SharedPaths documentation, add some xrefs
+
+2010-12-03 21:38  pramsey
+
+	* Updates to the WKT parser to report errlocation in more places.
+
+2010-12-03 16:53  pramsey
+
+	* Make use of ptarray api for manipulating serialized_pointlist
+
+2010-12-03 15:53  pramsey
+
+	* Remove a couple warnings.
+
+2010-12-03 10:13  strk
+
+	* Add SNAP test reported on JTS mailing list
+
+2010-12-03 09:53  strk
+
+	* Fix release of wrong memory (same bug as #670, found here for
+	  copy&paste)
+
+2010-12-03 09:22  strk
+
+	* FREE the right argument (fixes bug #670)
+
+2010-12-03 09:00  strk
+
+	* Add test for bug 670
+
+2010-12-03 05:40  robe
+
+	* document st_sharedpaths and alphabetize listings
+
+2010-12-02 20:38  pramsey
+
+	* Change i18n instructions to use shp2pgsql_LANG.po as format for
+	  po file names.
+
+2010-12-02 20:35  pramsey
+
+	* Remove serialized_pointlist direct access from ./postgis
+
+2010-12-02 19:09  pramsey
+
+	* Move is_closed fully to liblwgeom and remove LWGEOM_INSPECTED
+	  from IsClosed
+
+2010-12-02 18:52  pramsey
+
+	* Remove LWGEOM_INSPECTED from pointn, startpoint, endpoint, and
+	  migrate functionality to liblwgeom.
+
+2010-12-02 18:12  strk
+
+	* ST_Snap and regress testing
+
+2010-12-02 18:01  pramsey
+
+	* Remove LWGEOM_INSPECTED from PointN
+
+2010-12-02 17:46  pramsey
+
+	* Remove LWGEOM_INSPECTED from NumInteriorRings
+
+2010-12-02 17:39  pramsey
+
+	* Remove unused function
+
+2010-12-02 17:38  pramsey
+
+	* Remove LWGEOM_INSPECTED from ndims
+
+2010-12-02 17:18  pramsey
+
+	* Remove INSPECTED from numpoints
+
+2010-12-02 16:25  mloskot
+
+	* Updated SQL scripts location in the database building makefile
+
+2010-12-02 16:13  pramsey
+
+	* Remove GET_GETTYPE from some functions.
+
+2010-12-02 16:06  robe
+
+	* fix typo
+
+2010-12-02 15:55  pramsey
+
+	* Remove LWGEOM_INSPECTED from ST_Union
+
+2010-12-02 15:54  robe
+
+	* remove ~= geography according to garden tests geography doesn't
+	  have such an operator. Also put in version number arg name to
+	  make GeoJSON easier to test
+
+2010-12-02 15:51  robe
+
+	* all test sql statements should be logged to postgis_garden_log
+	  and successful results output to postgis_garden_log_output
+
+2010-12-02 15:37  pramsey
+
+	* Pass iconv header flags to cpp in all cases.
+
+2010-12-02 15:29  mloskot
+
+	* Fixed invalid on-error return value from rt_raster_add_band
+
+2010-12-02 15:28  mloskot
+
+	* Updated the raster messages output by the configure script.
+
+2010-12-02 14:40  jorgearevalo
+
+	* Changed SRID by srid in LWPOLY structure call. Due to change in
+	  r6204
+
+2010-12-02 06:55  robe
+
+	* start logging the sql to postgis_garden_log table and store the
+	  output as xml in postgis_garden_log_output. Still more to fix.
+	  This will hopefully make it easier for vegetable gardeners to
+	  pick ripe vegetables.
+
+2010-12-02 03:43  pramsey
+
+	* Add i18n string wrapper for pgsql2shp utility too.
+
+2010-12-02 00:51  pramsey
+
+	* Now for sure.
+
+2010-12-02 00:50  pramsey
+
+	* Final one?
+
+2010-12-02 00:48  pramsey
+
+	* More NLS macros
+
+2010-12-02 00:47  pramsey
+
+	* Add another NLS macro
+
+2010-12-02 00:46  pramsey
+
+	* Add needed macro
+
+2010-12-02 00:44  pramsey
+
+	* First attempt at i18n for the loader/dumper.
+
+2010-12-01 20:28  pramsey
+
+	* Remove LWGEOM_INSPECTED from perimeter calculation
+
+2010-12-01 19:59  pramsey
+
+	* Remove LWGEOM_INSPECTED from transform functions
+
+2010-12-01 18:13  strk
+
+	* Add regression testing for ST_SharedPaths
+
+2010-12-01 18:11  strk
+
+	* Support typed multi* empties, just enough fro ST_SharedEdge (see
+	  issue #673 for more)
+
+2010-12-01 16:23  strk
+
+	* Fix builds against libgeos < 3.3.0
+
+2010-12-01 16:23  strk
+
+	* Retain SRID in output
+
+2010-12-01 16:15  strk
+
+	* Newer script (2009 rather than 2006). Hoping others' won't have
+	  it updated (my ./autogen.sh runs always update it)
+
+2010-12-01 15:54  strk
+
+	* Build and register ST_SharedPaths
+
+2010-12-01 15:42  strk
+
+	* postgis/Makefile is generated from postgis/Makefile.in by
+	  ./configure
+
+2010-12-01 15:12  robe
+
+	* no fair -- I want a collection of empties too
+
+2010-12-01 15:07  strk
+
+	* typo
+
+2010-12-01 14:56  strk
+
+	* Test dumping an insanely _empty_ geometry
+
+2010-12-01 14:44  strk
+
+	* Test ST_Dump(EMPTY)
+
+2010-12-01 14:41  strk
+
+	* Add test for ST_Dump
+
+2010-12-01 13:57  strk
+
+	* some ignores
+
+2010-12-01 13:57  strk
+
+	* Execute bit
+
+2010-12-01 13:57  strk
+
+	* Build ST_SharedPaths function (currently returning a
+	  geometrycollection)
+
+2010-12-01 01:02  pramsey
+
+	* Add stringbuffer_create_size() to allow different starting sizes
+	  for the buffer
+
+2010-12-01 00:53  pramsey
+
+	* Move affine transforms into liblwgeom and expunge
+	  LWGEOM_INSPECTED
+
+2010-12-01 00:00  pramsey
+
+	* Make spheroid distance respect z if it's there.
+
+2010-11-30 23:46  pramsey
+
+	* Remove old length_ellipse functions
+
+2010-11-30 23:44  pramsey
+
+	* Move spheroid length calculation to using same function as
+	  geography
+
+2010-11-30 23:23  pramsey
+
+	* Include some extra memory freeing in the force_ndims variants.
+
+2010-11-30 22:55  pramsey
+
+	* Move length calculations fully to liblwgeom and remove
+	  LWGEOM_INSPECTED
+
+2010-11-30 21:54  pramsey
+
+	* Move area calculations fully to liblwgeom and remove
+	  LWGEOM_INSPECTED
+
+2010-11-30 21:35  pramsey
+
+	* Remove LWGEOM_INSPECTED from AsGML and AsKML
+
+2010-11-30 20:11  pramsey
+
+	* Remove LWGEOM_INSPECTED from AsGeoJSON
+
+2010-11-30 19:02  pramsey
+
+	* Remove LWGEOM_INSPECTED from AsSVG
+
+2010-11-30 07:02  robe
+
+	* more logging cleanup and add create index test for
+	  geometry/geography. Change verison number arg in ST_GeoJSON so
+	  can stuff the right value in testing
+
+2010-11-29 13:02  robe
+
+	* more mistakes
+
+2010-11-29 12:55  robe
+
+	* fix typo
+
+2010-11-26 16:55  robe
+
+	* fix more mistakes in table logging. replace toxic curved
+	  geometries with little more harmless. Get rid of false positive
+	  relationships by forcing geometries to have bounding boxes that
+	  intersect at least sometimes.
+
+2010-11-26 13:40  robe
+
+	* put back curved geometries. Had taken them out in 1.4, but guess
+	  never put them back because of distance issues. Also some other
+	  minor cleanup
+
+2010-11-25 18:38  colivier
+
+	* Change POINTARRAY.dims to POINTARRAY.flags. Related to #658
+
+2010-11-25 17:34  colivier
+
+	* Change SRID to srid in LWGEOM struct (and also in CHIP too).
+	  Rename some functions related to SRID from Camel notation to
+	  lower case: errorIfSRIDMismatch, pglwgeom_getSRID,
+	  pglwgeom_setSRID, LWGEOM_getSRID, LWGEOM_setSRID, hasSRID.
+	  Related to #658
+
+2010-11-24 23:44  robe
+
+	* fix casing in dropRastertable
+
+2010-11-24 22:29  robe
+
+	* fix table casing in Addrastercolumn
+
+2010-11-24 17:49  pramsey
+
+	* Fully free temporary ptarray
+
+2010-11-24 17:46  robe
+
+	* reenable st_curvetoline and st_linetocurve functions. Seem to
+	  work now.
+
+2010-11-24 15:41  robe
+
+	* Exclude ST_MinimumBoundingCircle from testing. That uses
+	  ST_AddPoint too.
+
+2010-11-24 13:34  robe
+
+	* change polygon z and m building to not use ST_AddPoint and remove
+	  ST_AddPoint from testing until it works again. Put ST_Transform
+	  back.
+
+2010-11-24 01:09  pramsey
+
+	* Inherit gbox flags from lwgeom when calculating. This makes
+	  sense.
+
+2010-11-24 01:06  pramsey
+
+	* Initialize static GBOX flags to zero to avoid nastiness.
+
+2010-11-24 00:39  pramsey
+
+	* Tighten up lwgeodetic a little
+
+2010-11-24 00:28  pramsey
+
+	* Ensure that flags are initialized cleanly in constructors
+
+2010-11-23 23:47  pramsey
+
+	* Update geography functions to use the in-build .flags attribute
+	  on LWGEOM
+
+2010-11-23 20:22  pramsey
+
+	* Remove libgeom.h
+
+2010-11-23 15:49  robe
+
+	* fix casing of pixel types
+
+2010-11-23 00:44  pramsey
+
+	* Make the ptarray_add_point behavior more explicit.
+
+2010-11-23 00:23  pramsey
+
+	* Remove dlfcn.h. Doesn't seem to make any difference under OS/X.
+
+2010-11-23 00:16  pramsey
+
+	* Update force2d to preserve repeated points.
+
+2010-11-22 22:33  pramsey
+
+	* Add in actual cu_ptarray.c test file
+
+2010-11-22 22:23  pramsey
+
+	* Make ptarray_append_point handle higher dimensions more
+	  consistently.
+
+2010-11-22 19:24  pramsey
+
+	* Make LWGEOM_expand use the ptarray API
+
+2010-11-22 15:43  robe
+
+	* change to not use skewed rasters and insure when point is used in
+	  falls in the raster to prevent unnecessary alarms
+
+2010-11-22 15:17  robe
+
+	* fix more bugs in test
+
+2010-11-22 13:34  robe
+
+	* fix some bugs in tests. More fixes to come
+
+2010-11-21 19:13  colivier
+
+	* Add triangle support for ST_Transform. Fix #600. Thanks to Regina
+	  for report !
+
+2010-11-21 19:02  colivier
+
+	* #658 part 1. Enhance LWGEOM struct (type, flags and GBOX) and
+	  related functions call.
+
+2010-11-19 22:12  pramsey
+
+	* Revert GML change. Hm.
+
+2010-11-19 21:51  pramsey
+
+	* Change in gml regression to match what seems to be the right
+	  answers.
+
+2010-11-18 18:37  pramsey
+
+	* Flip nrings function from serialized to lwgeom based.
+
+2010-11-18 18:13  pramsey
+
+	* Change over npoints to use an lwgeom based function intead of
+	  serialized.
+
+2010-11-18 05:28  pramsey
+
+	* An argument for git. This massive commit includes the renaming of
+	  function in the ptarray API, the removal of some pointArray_*
+	  variants in favor of ptarray_* variants, and, importantly, the
+	  adition of _append_point and _insert_point options for
+	  pointarrays. Functions have been switched over to using the API
+	  instead of managing the serialized_pointlist themselves. This has
+	  necessitated the re-writing of some functions. Simplify2d and
+	  Force2d have been re-written as lwgeom functions instead of
+	  serialized form functions, and moved into liblwgeom. There are
+	  still some major functions to move into liblwgeom, including the
+	  point_in_polygon functions that support the intersects shortcuts
+	  and the linear referencing fuctions in lwgeom_functions_analytic.
+
+2010-11-16 17:25  robe
+
+	* minor logging corrections
+
+2010-11-14 18:10  jorgearevalo
+
+	* Added MapAlgebra prerequisites to raster core.
+
+2010-11-12 15:48  robe
+
+	* Update 9.0 FAQ to include npgsql fixed driver for bytea support
+
+2010-11-04 23:21  pramsey
+
+	* Change pointArray_construct() to
+	  ptarray_construct_reference_data()
+
+2010-11-02 14:20  robe
+
+	* add relevant references
+
+2010-11-02 06:20  pramsey
+
+	* Change over to lwgeom_is_collection where appropriate.
+
+2010-11-02 05:52  pramsey
+
+	* Remove unused function. Rename lwgeom_is_collection to
+	  lwtype_is_collection.
+
+2010-11-01 21:03  kneufeld
+
+	* try an experiment to fix Docbook and MathML compatibility issues.
+	  upgrade Docbook to 4.5
+	  upgrade MathML to 2.0
+	  
+	  One should be able to use mml namespaces now without specifying
+	  in every block.
+	  
+	  "make check" should now pass without incident.
+
+2010-11-01 14:48  robe
+
+	* logging for multi arg functions
+
+2010-11-01 14:07  robe
+
+	* Get rid of WKT in credits and some minor spring cleaning
+
+2010-11-01 08:15  pramsey
+
+	* Fix liblwgeom.h reference in generator
+
+2010-11-01 08:11  pramsey
+
+	* Remove DYNPTARRAY and all users of it
+
+2010-11-01 01:28  pramsey
+
+	* Flip all the internal liblwgeom files over to use
+	  liblwgeom_internal.h
+
+2010-11-01 01:16  pramsey
+
+	* Remove one use of DYNPTARRAY
+
+2010-10-31 03:19  pramsey
+
+	* Remove a pair of unused functions.
+
+2010-10-31 02:31  pramsey
+
+	* Clean out scruft from my G_ phase and start attempting to
+	  separate _internal from external liblwgeom functions.
+
+2010-10-30 17:35  strk
+
+	* ISO C90 forbids mixed declarations and code
+
+2010-10-29 22:57  robe
+
+	* put in references to geomval data type
+
+2010-10-29 22:20  robe
+
+	* 
+
+2010-10-29 21:57  robe
+
+	* switch order back
+
+2010-10-29 21:33  robe
+
+	* Include rasters in special function index and switch ordering of
+	  chapters so special function index is at the end again after
+	  raster
+
+2010-10-29 13:04  robe
+
+	* test all functions -- first draft -- lots of false negatives
+
+2010-10-29 12:21  robe
+
+	* fix typo in logging
+
+2010-10-29 12:04  robe
+
+	* update to test the raster operators
+
+2010-10-29 11:28  robe
+
+	* ST_3DDFullyWithin
+
+2010-10-28 23:08  pracine
+
+	* --General enhancement to the script functions. Still a lot of
+	  work to do...
+
+2010-10-28 13:47  robe
+
+	* some cleanup and one more link
+
+2010-10-28 13:10  robe
+
+	* get rid of tabs
+
+2010-10-28 12:45  robe
+
+	* Try to clarify use of ST_MakeEmptyRaster to address #651
+
+2010-10-27 18:01  kneufeld
+
+	* updated reference to appropriate image in the discussion on
+	  geometry validity
+
+2010-10-27 17:27  kneufeld
+
+	* added an example for ST_IsValid that shows a valid multipolygon
+	  that touches at a point.
+
+2010-10-27 17:09  kneufeld
+
+	* remove <remark> TODO tag in doc.
+
+2010-10-27 16:47  robe
+
+	* Logic to test inserting rasters of all different types
+
+2010-10-27 14:38  robe
+
+	* First working version of raster garden test -- currently just
+	  does an addrastercolumn for all pixel types supported, drop
+	  raster table and logs completion and timing to raster_garden_log
+	  table
+
+2010-10-27 12:51  jorgearevalo
+
+	* gdal2raster.py renamed to raster2pgsql.py. Related ticket #612
+
+2010-10-27 11:06  jorgearevalo
+
+	* Added CC=@CC@ in raster/rt_core/Makefile.in. Related ticket #550.
+
+2010-10-26 17:40  jorgearevalo
+
+	* Fixes on PostGIS Raster debug system. The raster core uses
+	  default_info_handler() call. Other minor bugs fixed. Created
+	  DEBUG file in
+	  raster directory, similar to postgis/DEBUG file. Erased
+	  references to old raster debug variables in configure.ac. Deleted
+	  old readme file.
+
+2010-10-26 16:41  robe
+
+	* start work on raster garden test generator
+
+2010-10-26 16:40  jorgearevalo
+
+	* New debug system, similar to the PostGIS debug system, with two
+	  sets of macros
+	  that depend on the POSTGIS_DEBUG_LEVEL value. Related ticket
+	  #638.
+
+2010-10-26 15:50  robe
+
+	* fix id ref
+
+2010-10-26 15:42  robe
+
+	* fix build issue -- need more fixing later
+
+2010-10-26 15:01  robe
+
+	* fix typo
+
+2010-10-26 14:47  robe
+
+	* add raster types in in reference_types section and also put in
+	  special indexes section. Will eventually move special indexes
+	  below raster since it will now cover it as well.
+
+2010-10-26 12:46  robe
+
+	* try to get rid of utf stuff again
+
+2010-10-25 17:28  pramsey
+
+	* Use ptarray_isclosed to check closure
+
+2010-10-25 16:06  jorgearevalo
+
+	* Added svn tag keywords to raster plpgsql scripts. Related ticket
+	  #642.
+
+2010-10-25 14:46  robe
+
+	* revert
+
+2010-10-25 14:33  robe
+
+	* get rid of utf header entirely -- my xsltproc when run with
+	  make-comments chokes on it.
+
+2010-10-25 05:01  pramsey
+
+	* Add some WKT tests on EMPTY
+
+2010-10-25 04:57  pramsey
+
+	* Add/improve comments, fix SRID handling for EWKT inputs.
+
+2010-10-25 04:34  pramsey
+
+	* More care handling mixed dimensional inputs and being tolerant of
+	  wierd stuff
+
+2010-10-25 00:14  pramsey
+
+	* Add destructors for the _list elements of the grammar.
+
+2010-10-24 19:51  pramsey
+
+	* Remove parse/lex outputs from 'clean' target, add to
+	  'maintainer-clean'
+
+2010-10-24 19:30  pramsey
+
+	* Update lexer
+
+2010-10-24 19:30  pramsey
+
+	* Add generated parser/lexer files
+
+2010-10-24 19:29  pramsey
+
+	* Remove svn:ignores for lex/parser results
+
+2010-10-24 19:28  pramsey
+
+	* Remove header-file option
+
+2010-10-24 19:25  pramsey
+
+	* More tweaks to lexer to generate header
+
+2010-10-24 19:13  pramsey
+
+	* Change order of options
+
+2010-10-24 19:00  pramsey
+
+	* Turn off verbose grammar
+
+2010-10-24 19:00  pramsey
+
+	* Add in tests for more WKT types and fix bugs as they show up.
+
+2010-10-24 16:08  pramsey
+
+	* Add quotes to bison/flex calls.
+
+2010-10-24 16:04  pramsey
+
+	* Match the error strings with the legacy ones in the old WKT
+	  parser.
+
+2010-10-24 15:25  pramsey
+
+	* Rename WKT out suite.
+
+2010-10-23 23:53  pramsey
+
+	* Change sytax on calls to LEX to maybe make windoze and others
+	  happier
+
+2010-10-23 23:50  pramsey
+
+	* Ignore generated Makefile
+
+2010-10-23 23:49  pramsey
+
+	* Change empty collection constructor to take a type number, like
+	  the non-empty constructor (because we now believe in typed
+	  empties).
+
+2010-10-23 23:48  pramsey
+
+	* Finish untested support for all types in WKT input.
+
+2010-10-23 14:41  pramsey
+
+	* Remove long form lex parameters
+
+2010-10-22 23:32  pramsey
+
+	* Add dimensional empties to the grammar
+
+2010-10-22 23:29  pramsey
+
+	* comment the fact we support ISO extended types in WKB emitter
+
+2010-10-22 23:27  pramsey
+
+	* Add in the ISO extended types to the WKT parser and emitter.
+
+2010-10-22 19:27  pramsey
+
+	* Apply mcayland patch to build parse/lex. Remember: make clean
+	  before make.
+
+2010-10-22 16:29  jorgearevalo
+
+	* Changed '--with-gdal' for '--with-gdalconfig'. Related tickets
+	  #610 #616
+
+2010-10-22 14:54  robe
+
+	* fix typo
+
+2010-10-22 14:52  robe
+
+	* document GDAL config setting. Showing with-gdal for now. Jorge --
+	  don't forget to change this in make to with-gdalconfig to be
+	  consistent with other config namings.
+
+2010-10-22 14:43  robe
+
+	* amend install instructions to reflect new simplied installation
+	  of raster support
+
+2010-10-22 14:00  jorgearevalo
+
+	* Raster build simplified. Only "./configure --with-raster & make &
+	  make install" needed. Raster objetive names changed in
+	  GNUMakefile. Raster library object generated with PostGIS version
+	  numbers.
+
+2010-10-22 02:14  pramsey
+
+	* Add in more parser cases and test an EMPTY case.
+
+2010-10-21 22:22  pramsey
+
+	* Add support for point and multipoints to the WKT parser.
+
+2010-10-21 21:32  pramsey
+
+	* Ensure the parser prereqs are built (#636)
+
+2010-10-20 22:51  pramsey
+
+	* Current work on bison-based WKT-to-LWGEOM parser. Implemented for
+	  LINESTRING, almost ready to extend to all types.
+
+2010-10-20 14:09  robe
+
+	* correction in output type
+
+2010-10-20 13:41  pracine
+
+	* -Fix for ticket ticket 634. Typo in error message.
+
+2010-10-20 13:38  pracine
+
+	* -Fix for ticket 632. st_world2rastercoordx and
+	  st_world2rastercoordy must return int instead of float8.
+
+2010-10-20 12:22  robe
+
+	* finish off documenting current public raster functions. Think
+	  that's all of them we have so far
+
+2010-10-19 13:02  robe
+
+	* fill in missing portos and provide more description of what
+	  additional protos do when args are left out or included
+
+2010-10-19 12:31  robe
+
+	* missing protos for st_askml, st_asgml
+
+2010-10-18 15:59  strk
+
+	* Location argument to GEOSIsValidDetail is non-const
+
+2010-10-18 13:15  strk
+
+	* Snap ShortestLine to 1e-14 grid (fixes failure on opensuse)
+
+2010-10-15 21:46  pracine
+
+	* -Fix for ticket 628.
+
+2010-10-15 14:32  robe
+
+	* typo
+
+2010-10-15 14:29  robe
+
+	* more logic errors
+
+2010-10-15 13:28  robe
+
+	* fix error in logic in test, change xml header to match other xml
+	  files
+
+2010-10-14 06:54  robe
+
+	* fix non valid RT_Reference link
+
+2010-10-14 06:04  colivier
+
+	* Fix few errors inside DocBook documentation. Refer to #471
+
+2010-10-13 22:22  robe
+
+	* address some dtd errors
+
+2010-10-13 17:12  jorgearevalo
+
+	* Modified raster Makefiles to solve bugs of ticket #610 (build
+	  error and
+	  incorrect placement of rtpostgis.sql file)
+
+2010-10-13 15:41  jorgearevalo
+
+	* Deleted references to 'WKT' in rtpostgis.sql and faq_raster.xml
+
+2010-10-13 14:31  robe
+
+	* Correct the spelling of Peucker
+
+2010-10-13 13:44  robe
+
+	* correction to example
+
+2010-10-13 13:03  robe
+
+	* amend the what is new in PostGIS 2.0 section
+
+2010-10-13 08:52  robe
+
+	* Put reference to addband and setvalue in empty raster. If a
+	  raster has no bands and values, do you see it :)
+
+2010-10-13 08:45  robe
+
+	* fill in missing protos for ST_AddBand and an example of creating
+	  a raster from scratch
+
+2010-10-13 08:12  robe
+
+	* add raster_comments.sql to be copied to contrib directory as well
+
+2010-10-12 18:38  robe
+
+	* this is now auto built when make comments is run
+
+2010-10-12 18:37  robe
+
+	* revise to also build raster_comments.sql when make comments is
+	  run
+
+2010-10-11 00:45  robe
+
+	* typo
+
+2010-10-11 00:45  robe
+
+	* fix typo in faxq_raster. Document ST_AddBand
+
+2010-10-10 22:00  pramsey
+
+	* Remove warnings
+
+2010-10-10 11:16  jorgearevalo
+
+	* Modified the prototype of dump core/server/sql functions, adding
+	  "wkt" to their names, because their returning elements are WKT
+	  geometries, not real PostGIS geometries.
+
+2010-10-10 00:08  pramsey
+
+	* Put the WKT new parser files into repo so others can see them and
+	  I can work in synch with trunk.
+
+2010-10-09 04:03  robe
+
+	* Put link to Jorge's PostGIS Raster and Oracle GeoRaster series
+
+2010-10-08 18:08  pramsey
+
+	* Add param.h to headers, pick up ENDIAN macros?
+
+2010-10-08 16:45  robe
+
+	* another fix
+
+2010-10-08 14:55  pracine
+
+	* -Modify ST_Intersects so that index is taken into account by the
+	  planner
+	  -Added a series of ST_Intersects with a boolean parameter to make
+	  the desactivation of the nodata value working with indexes
+
+2010-10-08 13:15  robe
+
+	* 
+
+2010-10-08 13:14  robe
+
+	* more corrections
+
+2010-10-08 13:00  robe
+
+	* take out automatic build of raster_comments (until figure out
+	  what's wrong), fix some logic in gardent test, take out
+	  ST_Transform until it stops crashing.
+
+2010-10-08 11:39  robe
+
+	* logic to build raster_comments postgresql help instructions --
+	  also replace postgis.refractions.net with www.postgis.org
+
+2010-10-08 11:31  robe
+
+	* rename to raster to be consistent with other files
+
+2010-10-07 15:55  robe
+
+	* Put in vacuum analyze crash test
+
+2010-10-06 20:23  pramsey
+
+	* Add nested geometry collection test.
+
+2010-10-06 20:11  pramsey
+
+	* Add extra comments.
+
+2010-10-06 19:32  pramsey
+
+	* Add extra tests, remove printf noise from run.
+
+2010-10-06 19:17  pramsey
+
+	* Add in WKB reader and associated test framework to build.
+
+2010-10-06 17:51  pramsey
+
+	* Fix a write-out-of-bounds error.
+
+2010-10-06 15:20  pramsey
+
+	* Finish first draft of WKB reader.
+
+2010-10-06 00:35  pramsey
+
+	* Clean out compile warnings.
+
+2010-10-05 23:33  pramsey
+
+	* Add WKB writing support for TIN, Triangle and PolyhedralSurface
+
+2010-10-05 23:32  pramsey
+
+	* Add WKB writing support for TIN, Triangle and PolyhedralSurface
+
+2010-10-05 22:49  pramsey
+
+	* Macroify the WKB type numbers and add the extended types for 3D
+	  objects.
+
+2010-10-03 19:57  pramsey
+
+	* Fix syntax error in ptarray_segmentize2d introduced in last
+	  commit
+
+2010-10-03 19:43  pramsey
+
+	* Ensure maxpoints is filled in appropriately
+
+2010-10-03 18:15  pramsey
+
+	* Remove lwin_wkb from build until it's complete
+
+2010-10-03 18:14  pramsey
+
+	* Continue with new WKB parser. Change signature of RHR "right hand
+	  rule" functions to "clockwise" to avoid misinterpretations of
+	  orientation rules.
+
+2010-10-03 01:39  robe
+
+	* typo
+
+2010-10-02 15:46  robe
+
+	* update PostgreSQL 9.0 that upgrading the driver works as well.
+
+2010-09-29 20:28  nicklas
+
+	* removing run-time sized array
+
+2010-09-27 15:20  robe
+
+	* copy Paul's changes to trunk
+
+2010-09-27 13:25  robe
+
+	* missing gtk dependency note
+
+2010-09-27 13:11  robe
+
+	* update install instructions to include install of raster and
+	  dependency on GDAL
+
+2010-09-27 12:59  jorgearevalo
+
+	* liblwgeom/lex.yy.c replaced with previous version
+
+2010-09-26 21:41  jorgearevalo
+
+	* README files updated with the new raster extension information.
+
+2010-09-26 21:21  jorgearevalo
+
+	* - Added raster extension to new 'raster' directory.
+	  - Modified PostGIS 'configure.ac' script to add support for new
+	  raster type (driven by '--with-raster' configure option.
+	  - Added raster build options to 'GNUMakefile' script.
+	  - PostGIS Python scripts moved to a 'python' subdirectory inside
+	  'raster/scripts' directory.
+	  - References to "WKT" deleted from source code.
+
+2010-09-24 18:41  pramsey
+
+	* Forward port regression fixes for pgSQL 9.0 support
+
+2010-09-24 12:53  robe
+
+	* move to enhanced from available
+
+2010-09-24 11:39  robe
+
+	* change all these polyhedral surface/tin to enhanced from
+	  available
+
+2010-09-24 11:00  robe
+
+	* Note change in behavior of ST_NumGeometries and add back changed
+	  section.
+
+2010-09-24 10:52  robe
+
+	* get rid of changed for now
+
+2010-09-24 10:38  robe
+
+	* mark all polyhedral preexisting functions as enhanced. minor
+	  correction to comments
+
+2010-09-24 10:34  robe
+
+	* we have too many new functions (those polyhedral things that
+	  should really be marked as enhancements) and we are going to have
+	  a lot of breaking changes. Revise what's new section to have a
+	  really new, enhanced, and behavior changed section
+
+2010-09-23 07:40  mleslie
+
+	* Reverting erroneous changes to pgui_read_connection.
+
+2010-09-22 23:45  mleslie
+
+	* Reverting the default geometry column name change. Got too
+	  excited... breathe deep...
+
+2010-09-22 22:30  pramsey
+
+	* Use 'the_geom' as geometry column when running regression tests
+	  to match the old regression fragments.
+
+2010-09-22 22:24  pramsey
+
+	* Remove compiler warnings in OS/X
+
+2010-09-22 17:30  robe
+
+	* ST_3DIntersects
+
+2010-09-22 17:22  robe
+
+	* fix some typos
+
+2010-09-22 17:15  robe
+
+	* ST_3DClosestPoint -- if only our wkt diagrammer could draw 3d
+	  geometries
+
+2010-09-22 05:34  mleslie
+
+	* Forcing table names to lower case when initially added.
+
+2010-09-21 23:22  mleslie
+
+	* Removing lingering references to the broken icon support.
+
+2010-09-21 23:12  mleslie
+
+	* Changing the default geometry name from 'the_geom' to 'geom'
+
+2010-09-21 23:11  mleslie
+
+	* Changing the default geometry name from 'the_geom' to 'geom'
+
+2010-09-21 03:36  mleslie
+
+	* Clearing some compile warnings and fixing the issue where the
+	  test connection button always reported success.
+
+2010-09-19 17:44  robe
+
+	* ditto
+
+2010-09-19 16:56  mcayland
+
+	* Fix #603: shp2pgsql: "-w" produces invalid WKT for MULTI*
+	  objects.
+
+2010-09-19 12:48  robe
+
+	* 1.5.2 release notes updated
+
+2010-09-19 12:22  mcayland
+
+	* Fix the comments-uninstall target so it now works correctly with
+	  the new PGXS code.
+
+2010-09-19 12:11  mcayland
+
+	* Fix #572: Password whitespace for Shape File to PostGIS Importer
+	  not supported. Fixed by adding a new function especially designed
+	  for escaping arguments for PQconnectdb strings, and plugging it
+	  into the GUI.
+	  
+	  Note this commit is different from the 1.5 branch version, since
+	  the escaping function is moved into a new common library as I can
+	  see it being required for the new pgsql2shp CLI in the not too
+	  distant future.
+
+2010-09-18 23:54  robe
+
+	* ditto
+
+2010-09-18 15:22  mcayland
+
+	* Fix #527: Log window in shp2pgsql-gui should always append text
+	  to bottom of window.
+
+2010-09-15 16:51  colivier
+
+	* Add Triangle support for ST_NPoints. Thanks again to Regina for
+	  this report. Related to #596
+
+2010-09-15 16:09  robe
+
+	* start documenting 3d measurement functions
+
+2010-09-15 16:01  robe
+
+	* another spot missing
+
+2010-09-15 15:15  robe
+
+	* forgot a spot
+
+2010-09-15 15:12  robe
+
+	* rename wktraster to raster
+
+2010-09-13 19:18  strk
+
+	* Drop references to topology geometry tables in DropTopology (see
+	  #586)
+
+2010-09-13 17:01  strk
+
+	* Add note about topology.sql expecting a postgis-enabled db
+
+2010-09-13 16:59  strk
+
+	* PostgreSQL 9 support : don't use reserved 'table' keyword (see
+	  #585)
+
+2010-09-13 13:45  robe
+
+	* more cleanup
+
+2010-09-13 13:01  robe
+
+	* minor changes
+
+2010-09-13 12:46  robe
+
+	* give up on complex S example and change to simpler L example
+
+2010-09-10 20:47  pramsey
+
+	* Add support file for shapefil update
+
+2010-09-10 20:47  pramsey
+
+	* Fix for #554, align internal shapelib with official shapelib
+
+2010-09-10 19:07  robe
+
+	* get rid of points in the lower concave hull as well, minor text
+	  cleanup
+
+2010-09-10 18:47  robe
+
+	* revert changes. Getting crud from other pictures in all pictures
+	  that follow
+
+2010-09-10 16:33  robe
+
+	* 
+
+2010-09-10 15:34  robe
+
+	* get rid of points too cluttered
+
+2010-09-10 15:25  robe
+
+	* put back example -- some minor clean up
+
+2010-09-10 15:25  pramsey
+
+	* Bring forward fix from #513
+
+2010-09-10 15:20  colivier
+
+	* Apply patch from mwtoews. On postgresql_min_version entity in
+	  doc. Related to #539
+
+2010-09-10 15:14  pramsey
+
+	* Fix for #532, Temporary table geography columns appear in other's
+	  sessions
+
+2010-09-10 14:53  robe
+
+	* 
+
+2010-09-10 14:47  robe
+
+	* give up for now
+
+2010-09-10 14:44  robe
+
+	* move holes to geometrycollection
+
+2010-09-10 14:35  robe
+
+	* get rid of some holes
+
+2010-09-10 14:25  colivier
+
+	* Fix wrong name in function definition
+
+2010-09-10 14:18  robe
+
+	* 
+
+2010-09-10 14:17  robe
+
+	* 
+
+2010-09-10 14:13  robe
+
+	* alright just going to increase allocated line size
+
+2010-09-10 14:08  robe
+
+	* 
+
+2010-09-10 14:06  colivier
+
+	* Fix TGEOM wrong size allocation. Tks to Paul for report
+
+2010-09-10 14:03  robe
+
+	* break into several more multipoints -- parser has limit (need to
+	  fix parser later)
+
+2010-09-10 13:59  robe
+
+	* break multipoint
+
+2010-09-10 13:51  robe
+
+	* 
+
+2010-09-10 13:49  robe
+
+	* 
+
+2010-09-10 13:37  robe
+
+	* 
+
+2010-09-10 13:35  robe
+
+	* 
+
+2010-09-10 13:29  robe
+
+	* concavehull can't reset input params in 8.3, fix document example
+
+2010-09-10 13:15  robe
+
+	* cleanup
+
+2010-09-10 13:00  robe
+
+	* Faster and more robust and accurate concave hull with Simon's S
+	  shape example test
+
+2010-09-10 12:58  mcayland
+
+	* Fix #458: postgis_comments being installed in contrib instead of
+	  version folder (this is a little bit of a hack since we can't
+	  merge PGXS into the main Makefile directly, but it works).
+
+2010-09-10 08:50  mcayland
+
+	* Fix #581: LWGEOM_expand produces inconsistent results. Change the
+	  bounding box calculation routines in ptarray.c so that they
+	  perform the entire calculation in double precision then convert
+	  the final result to BOX2DFLOAT4. This prevents rounding errors
+	  being introduced into the bounding box when each input result is
+	  converted to BOX2DFLOAT4 in turn.
+
+2010-09-07 21:59  strk
+
+	* concave hull is currently supported
+
+2010-09-07 21:34  robe
+
+	* availability note for st_concavehull
+
+2010-09-07 09:45  mcayland
+
+	* Fix incorrect status return code from projFileCreate.
+
+2010-09-07 09:30  colivier
+
+	* minor changes on comment
+
+2010-09-06 21:52  mcayland
+
+	* Fix ShpDumperCloseTable so that it now passes back any errors
+	  that may occur during projFileCreate.
+
+2010-09-06 21:49  mcayland
+
+	* Fix the mixed-type geometry column detection routines so that
+	  they allow just MULTI/non-MULTI versions of the same basic
+	  geometry type within a column. Per report from Denis Rykov.
+
+2010-09-06 21:07  robe
+
+	* minor corrections
+
+2010-09-06 21:00  robe
+
+	* fix typo
+
+2010-09-06 20:55  robe
+
+	* slightly more robust concave hull and update with links to our
+	  test real world cases.
+
+2010-09-06 12:53  colivier
+
+	* Add TRIANGLE, TIN and PolyhedralSurface support to Perimeter, and
+	  relevant cunit tests (cf #568). Add TRIANGLE Area support (and so
+	  to TIN).
+
+2010-09-06 09:40  colivier
+
+	* Add TRIANGLE support for GeometryN. Fix #574. Thanks to Regina
+	  for report
+
+2010-09-06 08:16  robe
+
+	* more cleanup of bios. Get rid of WKT and just called it Raster
+	  since in PostGIS 2.0, we will eventually drop the WKT from the
+	  name
+
+2010-09-05 17:01  colivier
+
+	* Revert changes on PointN and Numpoints to remove TRIANGLE
+	  support. Add ExteriorRing support to TRIANGLE. Changes DumpPoint
+	  behaviour to reflect exteriorRing. Update unit tests
+
+2010-09-05 16:42  colivier
+
+	* make astyle
+
+2010-09-05 15:25  colivier
+
+	* Use TGEOM struct to compute POLYHEDRALSURFACE and TIN dimension.
+	  Add relevant cunit tests. Few astyle improve
+
+2010-09-03 16:14  robe
+
+	* add additional proto for creating holed polygons -- example later
+
+2010-09-03 15:37  robe
+
+	* 
+
+2010-09-03 15:35  robe
+
+	* 
+
+2010-09-03 15:13  robe
+
+	* 
+
+2010-09-03 15:08  robe
+
+	* typo
+
+2010-09-03 15:06  robe
+
+	* ST_ConcaveHull mark as new, reduce precision of point examples so
+	  passes thru wkt image generator
+
+2010-09-03 14:48  robe
+
+	* Example of ST_ConcaveHull against point set
+
+2010-09-03 13:58  robe
+
+	* 
+
+2010-09-03 13:52  robe
+
+	* try again
+
+2010-09-03 13:47  robe
+
+	* snap points to grid
+
+2010-09-03 13:42  robe
+
+	* take out last example for now
+
+2010-09-03 13:39  robe
+
+	* Will assume my concave hull with the over 1100 points polygon
+	  slaughtered the wkt processor
+
+2010-09-03 13:23  robe
+
+	* First draft of ST_ConcaveHull -- more to come
+
+2010-09-03 12:31  strk
+
+	* Make edge-edge relations clearer. Thanks to Peter Hopfgartner and
+	  to
+	  Xfig developers for the wonderful experience of patching a
+	  diagram ! :)
+
+2010-09-01 23:44  mcayland
+
+	* Fix pgsql2shp so that it correctly returns an exit code of 1
+	  (fail) in the case where either a user query returns no rows, or
+	  the specified table is empty.
+
+2010-09-01 23:23  mcayland
+
+	* Revert r5888 - the real bug is that the error message handling in
+	  place should already catch this condition but doesn't.
+
+2010-09-01 20:14  nicklas
+
+	* Fixed some build warnings I had missed
+
+2010-09-01 19:55  nicklas
+
+	* 3D Distance functions, only point-point and point line. #576
+
+2010-09-01 17:40  mcayland
+
+	* Alter the pgsql2shp CLI program so that it returns a new exit
+	  code of 2 to indicate "success, but 0 records processed". This
+	  could happen if a user-defined query doesn't return any results,
+	  or the source table happens to be empty. By setting a separate
+	  exit code, we allow scripts to determine whether or not the
+	  output shapefile contains any (useful) data.
+
+2010-09-01 12:50  robe
+
+	* missed a spot
+
+2010-09-01 12:48  robe
+
+	* update with 1.5.2, 1.5.1 changes and also TIN/Polyhedral for
+	  2.0.0
+
+2010-09-01 05:56  robe
+
+	* update credits
+
+2010-09-01 05:51  robe
+
+	* update release notes to include 1.5.2 (uppcoming) and 1.5.1 and
+	  corrections to 1.5.0
+
+2010-08-31 19:14  colivier
+
+	* Fix wrong pointer allocation size, with 64 bits errors. Tks to
+	  Mateusz for report. Improve cu_unit report. Improve and fix some
+	  messages from LWDEBUG
+
+2010-08-31 18:01  nicklas
+
+	* remove strict on st_equals as discussed in #536
+
+2010-08-30 09:06  colivier
+
+	* Astyle on new files
+
+2010-08-30 06:49  colivier
+
+	* Add Topology structure for connected surfaces (PolyhedralSurface,
+	  Tin) and LWGEOM to TGEOM transformations routines. Add related
+	  cunit tests. Merge cu_tin and cu_polyhedralsurface into a single
+	  cu_surface unit test.
+
+2010-08-30 06:47  colivier
+
+	* Improve comments
+
+2010-08-30 06:45  colivier
+
+	* add Triangle support in lwgeom_getnumgeometries
+
+2010-08-28 09:21  mcayland
+
+	* Fix uninitialised gidfound variable which would sometimes cause
+	  pgsql2shp to fail if a gid column was not present on a database
+	  table.
+
+2010-08-28 09:16  mcayland
+
+	* Set svn:keywords property so that the version number is updated
+	  correctly on checkout.
+
+2010-08-24 12:42  robe
+
+	* more visually appealing example
+
+2010-08-24 11:37  robe
+
+	* another st_split example
+
+2010-08-23 14:12  strk
+
+	* Add 3 more postgis objects to skip from dumps
+
+2010-08-23 13:08  robe
+
+	* fix pixel types list to agree with Mat's changes to raster rfc
+
+2010-08-21 21:20  robe
+
+	* Fix dead link -- Jorge changed his link for Oracle raster / wkt
+	  raster compare
+
+2010-08-20 22:38  pramsey
+
+	* Add unfinished WKB input parser for later.
+
+2010-08-20 16:40  pramsey
+
+	* Synch up to 1.5 version
+
+2010-08-20 13:14  robe
+
+	* some fluff from the example I copied from didn't mean to put in.
+
+2010-08-20 12:50  robe
+
+	* Example for ST_Split
+
+2010-08-19 19:50  pramsey
+
+	* Slight improvement for #573
+
+2010-08-19 12:28  robe
+
+	* more tin and ps. Note about change in st_asbinary in 9.0
+
+2010-08-18 18:48  robe
+
+	* mark more TIN compatible functions. revise template slightly
+
+2010-08-18 14:22  robe
+
+	* Flag more TIN support
+
+2010-08-18 11:19  colivier
+
+	* Add lwtype_name to report more user friendly error message. Cf
+	  #570
+
+2010-08-18 08:02  colivier
+
+	* Put TYPE_GETTYPE before his possible debug use...
+
+2010-08-18 08:01  colivier
+
+	* Fix for #573, where has_arc check with unsupported
+	  TRIANGLE/TIN/POLYHEDRALSURFACE produce crash with POSTGIS2GEOS
+	  function. Thanks to Regina for bug report !
+
+2010-08-17 20:10  pramsey
+
+	* Return the, er, return value.
+
+2010-08-17 18:24  colivier
+
+	* Add TRIANGLE support to ST_Affine function. Thanks to Regina for
+	  detailled bug report. Cf #571
+
+2010-08-17 15:21  robe
+
+	* revise slightly for true collection for polysurface.
+
+2010-08-17 07:48  robe
+
+	* Add examples of EWKB/EWKT for TIN, TRIANGLE, and MULTICURVE
+
+2010-08-17 07:24  robe
+
+	* mark ST_Dump as TIN supporting, update peoples bios. Add Maxime
+	  van Noppen (aka yabo) to contributors list (ST_DumpPoints and
+	  ST_Collect support)
+
+2010-08-16 15:09  robe
+
+	* Add matrix column for TIN/Triangles. Add TINA dn triangles to
+	  garden tests
+
+2010-08-16 14:19  robe
+
+	* Mark ST_Dumpoints as supporting Polyhedral, triangles, and TINS.
+	  Example of these. Revise add a marker in template and postgis.xml
+	  for Triangles and TINS.
+
+2010-08-16 07:59  mleslie
+
+	* Changing the ID keyword to Id, so it will actually get picked up.
+
+2010-08-16 07:58  mleslie
+
+	* Setting svn:keywords so the headers make sense.
+
+2010-08-16 07:49  mleslie
+
+	* Adding copywrite header to the structure files.
+
+2010-08-16 07:49  mleslie
+
+	* Removing a Makefile that shouldn't have been committed.
+
+2010-08-15 18:54  colivier
+
+	* Add St_NumPoints and ST_PointN support for Triangle. Add
+	  ST_DumpPoints support for Triangle, Tin and Polyhedral Surface,
+	  and related unit tests. Tks to yabo for patch. Related to #564
+
+2010-08-15 18:51  colivier
+
+	* Add forgotten Triangle support in lwgeom_inspect
+
+2010-08-15 14:20  mcayland
+
+	* Commit initial version of reworked pgsql2shp architecture that
+	  defines a common API within pgsql2shp-core that can be called
+	  from both the existing CLI and in the future a GUI interface.
+	  
+	  This commit also includes a very comprehensive reworking of the
+	  old pgsql2shp code designed to make things better commented and
+	  maintainable in the long term, so please use on as many PostGIS
+	  tables as possible during testing.
+	  
+	  This work was primarily sponsored by OpenGeo (http://opengeo.org)
+	  - thanks guys!
+
+2010-08-15 13:57  colivier
+
+	* Add Tin and Triangle support for ST_GeomFromGML. Add related unit
+	  tests
+
+2010-08-15 13:56  colivier
+
+	* Fix error in lwgeom_recursive2d for Triangle type
+
+2010-08-15 08:30  colivier
+
+	* Astyle session on whole trunk
+
+2010-08-14 10:57  mcayland
+
+	* Fix a memory leak in all of the MULTI* deserialize routines -
+	  once the relevant information had been copied from the
+	  LWGEOM_INSPECTED structure, the inspected structure itself was
+	  not being freed.
+
+2010-08-13 17:30  colivier
+
+	* Few lwtype_name add
+
+2010-08-13 17:29  colivier
+
+	* Add Triangle and TIN new geometry type. Add Cunit tests on parse
+	  stage, related to #561. Add ST_AsGML support TIN and Triangle for
+	  GML 3. Slightly cast change in PolyhedralSurface LWGEOM struct
+	  Remove PolyhedralSurface support from forceRHR function as
+	  orientation is meaningfull in PS. Move is_closed functions from
+	  PostGIS to LWGEOM dir and related cunit test case on line and
+	  curves.
+
+2010-08-13 15:26  robe
+
+	* ST_AsGML polyhedral support
+
+2010-08-13 15:15  robe
+
+	* st_isclosed polyhedral surface
+
+2010-08-12 15:40  robe
+
+	* more. Change polyhedralsurface example to valid srid so don't get
+	  false errors
+
+2010-08-12 14:58  robe
+
+	* Affine family polyhedral
+
+2010-08-12 14:52  robe
+
+	* Polyhedral findings based on monkey testing -- more to come
+
+2010-08-12 12:39  robe
+
+	* missing SELECT
+
+2010-08-11 19:20  robe
+
+	* more logging
+
+2010-08-11 18:41  robe
+
+	* start logging start and stop times to logging table
+	  postgis_garden_log. Still needs some fine tuning
+
+2010-08-11 13:42  robe
+
+	* ST_GeomFromGML example for Polyhedral surface
+
+2010-08-11 12:15  robe
+
+	* I think Mark committed this file by accident
+
+2010-08-11 09:50  mleslie
+
+	* Pushing the shp2pgsql-gui changes (multi-file, validation,
+	  drag-n-drop) pulled from stable branch into trunk.
+
+2010-08-11 09:24  nicklas
+
+	* pushing *uchar use out of measures.c as part of #308
+
+2010-08-10 19:43  pramsey
+
+	* Add in fix for #562, forward ported from 1.5 branch
+	  (point-in-poly failure for large large geography polygons)
+
+2010-08-10 16:19  colivier
+
+	* Add POLYHEDRALSURFACE support to ST_AsGML for GML 3 output
+
+2010-08-09 18:56  robe
+
+	* Flag st_dimension supports polyhedral and no longer throws
+	  exception for empty geoms
+
+2010-08-09 15:40  robe
+
+	* ST_GeometryN polyhedral support
+
+2010-08-09 14:22  robe
+
+	* mark some more functions support polyhedral surface
+
+2010-08-09 13:53  robe
+
+	* appendments about Polyhedral surface support
+
+2010-08-08 22:20  strk
+
+	* Drop spurious empty line
+
+2010-08-08 22:20  strk
+
+	* 'pushd' is not guaranteed to be provided by all shells (Ubuntu
+	  8.10 has /bin/sh point to dash(1) which doesn't provide it)
+
+2010-08-08 20:41  colivier
+
+	* Add function aliases for ST_NumPatches and ST_PatchN (both SFS
+	  1.2 and SQL/MM). Add PolyhedralSurface for ST_IsClosed (surface
+	  vs volume). Update ST_Dimension support to be consistent. Add
+	  unit tests.
+
+2010-08-08 20:36  colivier
+
+	* Improve printLWPSURFACE to also print each rings if any
+
+2010-08-06 21:31  colivier
+
+	* lwtype_name session. cf #453
+
+2010-08-06 20:30  colivier
+
+	* Typo in error message
+
+2010-08-06 20:08  colivier
+
+	* Add PolyhedralSurface support to ST_GeomFromGML. Add related unit
+	  tests. related to #430
+
+2010-08-06 20:07  colivier
+
+	* Add PolyhedralSurface support to force_* functions
+
+2010-08-06 16:17  robe
+
+	* flag more ps functions
+
+2010-08-06 15:50  robe
+
+	* typo in entity
+
+2010-08-06 15:42  robe
+
+	* typos
+
+2010-08-06 13:43  robe
+
+	* 
+
+2010-08-06 13:42  robe
+
+	* st_area polyhedral support
+
+2010-08-06 13:24  robe
+
+	* flagged wrong function - swap
+
+2010-08-06 13:22  robe
+
+	* flagged 1 too many functions as polyhedral supporting
+
+2010-08-06 13:03  robe
+
+	* forgot to increment column count
+
+2010-08-06 13:00  robe
+
+	* itemize some constructors supporting polyhedral surfaces
+
+2010-08-06 12:50  robe
+
+	* update template to include polyhedral, add a special section
+	  listing just polyhedral support functions
+
+2010-08-06 12:42  robe
+
+	* Add polyhedral column and abbreviate the others so can easily fit
+	  new column. We should eventually have raster in there too.
+
+2010-08-06 12:22  robe
+
+	* Add polyhedral surface to code names and add ST_Dump as
+	  supporting polyhedral surfaces
+
+2010-08-05 19:43  colivier
+
+	* Add POLYHEDRALSURFACE support to AddGeometryColumn, GetType,
+	  ST_Dimension, ST_NumGeometries. Related to #555
+
+2010-08-05 15:58  colivier
+
+	* Change label 'face' to 'patch' in POLYHEDRALSURFACE. Related to
+	  #427
+
+2010-08-04 20:02  colivier
+
+	* Add geography support for POLYHEDRALSURFACE. Related to #427
+
+2010-08-04 19:04  colivier
+
+	* Update some comments to add year to each ISO specs reference.
+	  Some beautify on code. Not a single change on code itself.
+
+2010-08-03 17:55  robe
+
+	* fix typo
+
+2010-08-03 14:19  robe
+
+	* minor corrections and addition about bytea output behavior in 9.0
+
+2010-08-02 16:02  robe
+
+	* Add polyhedralsurface to ewkt example forms
+
+2010-08-02 15:59  robe
+
+	* Add polyhedral surface to garden geometry set
+
+2010-08-01 21:11  colivier
+
+	* Add 2D and 3DM support to POLYHEDRALSURFACE. Allow interior rings
+	  for patches. Don't check anymore minimum patch number. Related to
+	  #427
+
+2010-07-29 13:44  nicklas
+
+	* ugly style fix
+
+2010-07-29 13:36  nicklas
+
+	* param.h is needed for ENDIAN definitions in mingw
+
+2010-07-28 04:30  robe
+
+	* amend docs to talk about standard_conforming_strings and change
+	  in 9.0
+
+2010-07-27 18:22  robe
+
+	* ST_SetValue
+
+2010-07-25 21:20  colivier
+
+	* Add really basic POLYHEDRALSURFACE support. Parse, Unparse,
+	  Serialization and cunit unit tests. related to #427
+
+2010-07-24 10:55  colivier
+
+	* Remove Integer deprecaded types (POINTTYPEI, LINETYPEI,
+	  POLYGONTYPEI) and lwgi related stuff. As a consequence EWKB of
+	  CURVEPOLYTYPE, MULTICURVETYPE and MULTISURFACETYPE is
+	  changed/impacted (geometry type bits). Now we have 3 new free
+	  geometry type available. Preliminary work to #427
+
+2010-07-23 14:55  robe
+
+	* Polish up Raster FAQ a bit more
+
+2010-07-23 14:16  robe
+
+	* document raster2coord family of functions
+
+2010-07-22 12:26  robe
+
+	* Add Jorge's discussion on Oracle GeoRaster to FAQ
+
+2010-07-22 10:50  robe
+
+	* Update to include link to MacOSX binaries. Also put in the reason
+	  for rtpostgis not loading (our fault but...)
+
+2010-07-09 16:59  robe
+
+	* ST_PixelAsPolygon
+
+2010-07-09 14:55  robe
+
+	* additional note link to ST_BandPixelType in case people don't
+	  know what the codes mean
+
+2010-07-09 14:53  robe
+
+	* ST_RasterBandMetaData
+
+2010-07-07 21:52  strk
+
+	* Add 7.3+ CAST (wasn't needed up to 7.2, against which this
+	  topology implementation was coded)
+
+2010-07-07 14:23  robe
+
+	* get rid of obsolete note. Have to simplify example too since its
+	  not needed anymore -- oh well - will do later
+
+2010-07-07 14:20  robe
+
+	* typo missing end tag
+
+2010-07-07 14:18  robe
+
+	* new protos for st_value (the point geometry versions -- yeh) plus
+	  examples
+
+2010-07-07 13:59  robe
+
+	* st_metadata
+
+2010-07-07 13:50  robe
+
+	* other missing protos of existing defined
+
+2010-07-07 13:44  robe
+
+	* missed spot
+
+2010-07-07 13:43  robe
+
+	* ad missing proto for bandnodatavalue
+
+2010-07-06 08:28  strk
+
+	* Document ST_isCollection (see #549)
+
+2010-07-06 08:28  strk
+
+	* Remove spurious element (was hiding behind a fill)
+
+2010-07-04 16:34  pramsey
+
+	* Add in micro commit to see if email hook is running
+
+2010-07-01 13:20  strk
+
+	* Add ST_isCollection (see ticket #549)
+
+2010-06-30 16:14  strk
+
+	* Do not source psqlrc when doing tests
+
+2010-06-30 16:10  strk
+
+	* More explicit cast from geometry to text (for quote_ident's sake)
+	  and an handling of unexistent topology. Tests run again with psql
+	  8.3.9
+
+2010-06-30 15:52  strk
+
+	* Define the cross-pgsql macros that used to be in sqldefines.h
+	  (now lost) + use st_union rather than geomunion (now lost)
+
+2010-06-30 15:51  strk
+
+	* Fix loading of postgis.sql
+
+2010-06-25 10:05  strk
+
+	* More exception handling to avoid leaks and give more info when it
+	  happens
+
+2010-06-25 09:30  strk
+
+	* Properly handle GEOS exceptions on cascaded union code (failing
+	  since introduction of postponed exception for cleaning geoms)
+
+2010-06-25 07:46  robe
+
+	* #536 get rid of strict on ST_Intersects, ST_CoveredBy and
+	  ST_Covers because spatial index doesn't work with strict on (and
+	  text,text ST_DWithin)
+
+2010-06-25 07:41  strk
+
+	* Test splitting 3d line by 2d blade
+
+2010-06-24 13:26  robe
+
+	* minor corrections
+
+2010-06-24 13:22  robe
+
+	* Add another FAQ
+
+2010-06-24 12:02  robe
+
+	* fix some data type typos
+
+2010-06-23 17:56  robe
+
+	* typo in data type
+
+2010-06-23 16:53  robe
+
+	* ST_Intersection and minor changes for setof to distinquish from
+	  array types
+
+2010-06-23 16:27  robe
+
+	* fix typo
+
+2010-06-23 14:36  robe
+
+	* Document ST_Intersects
+
+2010-06-23 14:18  robe
+
+	* document ST_Polygon
+
+2010-06-23 13:51  robe
+
+	* Add some faqs from the wkt raster wiki. A lot I left out for now
+	  because they are too wordy.
+
+2010-06-03 19:10  pramsey
+
+	* Remove crash when dbf file is missing / unloadable
+
+2010-06-01 19:59  pramsey
+
+	* Fix sense of the dbf/date test.
+
+2010-06-01 19:58  pramsey
+
+	* Accept "0" as a null value for Date types.
+
+2010-05-27 14:03  pramsey
+
+	* Remember to close the iconv handle
+
+2010-05-27 14:02  pramsey
+
+	* Make use of iconvctl conditional on it existing
+
+2010-05-27 13:40  pramsey
+
+	* Remove unused variable
+
+2010-05-27 13:19  pramsey
+
+	* Fix utf8 to return *something* when it can, so that something can
+	  be reported in
+	  the error string.
+
+2010-05-26 17:26  pramsey
+
+	* Change default back to UTF8 and improve error message on failure.
+
+2010-05-26 16:26  pramsey
+
+	* Read configuration info from environment, if it's there.
+
+2010-05-26 16:02  pramsey
+
+	* Only update the progress bar once every N records, where N is
+	  determined by the number of records in the file.
+
+2010-05-25 18:44  pramsey
+
+	* Back off from Win32 encoding to more generic ISO8859-1
+
+2010-05-22 15:41  strk
+
+	* Add note about the truncated multibyte enhancement (as the issue
+	  came out on IRC for another dataset)
+
+2010-05-20 04:20  robe
+
+	* minor formatting on ST_Covers
+
+2010-05-19 15:22  robe
+
+	* link to ST_MakePointM from ST_MakePoint
+
+2010-05-19 15:17  robe
+
+	* geography example for st_covers
+
+2010-05-18 17:43  pramsey
+
+	* Remove crash for case when all geographies are on the outer edges
+	  of the histobox, causing all to be classified as "deviants" by
+	  the stdev code line (#474)
+
+2010-05-17 23:38  pramsey
+
+	* Rename vasbappend to stringbuffer_aprintf
+
+2010-05-17 23:33  pramsey
+
+	* Allow GUI to create partial connection strings.
+
+2010-05-13 08:39  strk
+
+	* Fix memory error in ST_Split (short allocation)
+
+2010-05-04 21:21  strk
+
+	* Add ST_MakeValid item
+
+2010-05-04 21:19  strk
+
+	* Oops, was using GEOS types instead of LWGEOM ones..
+
+2010-05-04 17:18  robe
+
+	* fix formatting
+
+2010-05-04 17:17  robe
+
+	* Provide at least one example of ST_GeogFromText
+
+2010-05-04 15:36  robe
+
+	* fix some faqs I got wrong, break out some long faqs. Add Tamas
+	  nightly build to list for latest and greatest windows GDAL
+	  binaries
+
+2010-05-04 03:50  robe
+
+	* Break out raster band editor functions into separate section
+
+2010-05-03 20:01  robe
+
+	* link ref
+
+2010-05-03 19:59  robe
+
+	* requested changes from #514
+
+2010-05-03 16:35  strk
+
+	* ST_MakeValid: Early fail if an unsupported type is given
+
+2010-05-03 16:24  strk
+
+	* Document ST_MakeValid
+
+2010-05-03 16:02  strk
+
+	* Add a 'staged-install' rule, helpful when you want to run a
+	  single test after changing the core lib ...
+
+2010-05-03 15:59  strk
+
+	* ST_MakeValid: don't choke on MULTILINESTRING containing invalid
+	  LINESTRING elements
+
+2010-05-03 12:11  strk
+
+	* Merge SRID-retainment tests with some of the other tests
+
+2010-05-03 11:31  strk
+
+	* Do not drop polygon boundaries collapsed to points
+
+2010-05-03 03:26  robe
+
+	* Link to helper function built using ST_Value
+
+2010-05-03 03:11  robe
+
+	* Get rid of still under development for ST_DumpAsPolygons. Seems
+	  to be working fairly well now.
+
+2010-04-30 19:17  robe
+
+	* move bandnodatavalue to raster band section
+
+2010-04-30 18:34  robe
+
+	* slight correction
+
+2010-04-30 18:34  robe
+
+	* document build date and lib version maintenance functions
+
+2010-04-30 18:25  robe
+
+	* document more functions -- start breaking out raster band
+	  functions from raster functions
+
+2010-04-30 16:17  robe
+
+	* example for ST_DumpAsPolygons
+
+2010-04-27 15:26  colivier
+
+	* Add new option to ST_AsGML: ability to remove srsDimension
+	  attribute in GML 3. cf #508
+
+2010-04-27 13:58  colivier
+
+	* Fix wrong OGC URN in GeoJson and GML output. Cf #507
+
+2010-04-20 04:18  robe
+
+	* Add another example to st_value demonstrating sampling and fix
+	  other example
+
+2010-04-19 03:07  robe
+
+	* document ST_SetBandHasNoDataValue
+
+2010-04-18 12:13  strk
+
+	* Escape fields named xmin (xmax was already escaped). See issue
+	  #504.
+
+2010-04-17 21:25  strk
+
+	* Fix documentation for ST_Split (so postgis_comments.sql is
+	  correct)
+
+2010-04-17 11:06  strk
+
+	* Plug a couple of memory leaks
+
+2010-04-17 08:26  strk
+
+	* Fix crash on invalid polygon rings conversion to geos
+
+2010-04-17 01:53  robe
+
+	* fix typos and add more links
+
+2010-04-17 00:57  robe
+
+	* ST_SkewX, ST_SkewY, ST_SetSkew
+
+2010-04-17 00:13  robe
+
+	* typo in return description of ST_MakeEmptyRaster
+
+2010-04-14 17:42  robe
+
+	* fix typos
+
+2010-04-14 14:56  robe
+
+	* more gdal_translate examples
+
+2010-04-14 14:48  robe
+
+	* another example of gdal_translate
+
+2010-04-14 14:09  robe
+
+	* Example of AddRasterColumn
+
+2010-04-14 13:16  robe
+
+	* Fix typo
+
+2010-04-14 12:52  robe
+
+	* Provide yet more common use case examples of ST_Value
+
+2010-04-14 11:48  robe
+
+	* try to get rid of really long lines
+
+2010-04-14 11:40  robe
+
+	* Document how to define a raster layer in Mapserver
+
+2010-04-13 06:08  robe
+
+	* Give faq an id for easier pretty bookmarking
+
+2010-04-13 04:38  robe
+
+	* 
+
+2010-04-13 04:37  robe
+
+	* forgot paragraph mark
+
+2010-04-13 04:35  robe
+
+	* more elaboration of the important Can I export my raster data FAQ
+
+2010-04-12 21:11  robe
+
+	* typo fix
+
+2010-04-12 20:58  robe
+
+	* Add quickie faq about exporting raster data from PostGIS
+
+2010-04-12 08:48  colivier
+
+	* Add optional namespace to ST_AsKML function. related in a way to
+	  #460
+
+2010-04-12 04:44  robe
+
+	* minor additions
+
+2010-04-11 23:21  robe
+
+	* start documenting ST_DumpAsPolygons. Will provide examples once
+	  get it to stop crashing on me.
+
+2010-04-11 23:03  robe
+
+	* fix tag typo
+
+2010-04-11 22:52  robe
+
+	* mistated something. Correct constraint description of
+	  addrastercolumn
+
+2010-04-11 22:45  robe
+
+	* Add management functions section
+
+2010-04-10 15:32  robe
+
+	* minor change
+
+2010-04-10 03:39  robe
+
+	* title change
+
+2010-04-10 02:48  robe
+
+	* start itemizing operators
+
+2010-04-10 01:42  robe
+
+	* document st_setgeoreference
+
+2010-04-09 16:24  robe
+
+	* Add ST_SetUpperLeft
+
+2010-04-07 21:45  robe
+
+	* 
+
+2010-04-07 19:22  robe
+
+	* fix reference typo
+
+2010-04-07 17:25  robe
+
+	* forgot to add faq_wktraster item
+
+2010-04-07 16:54  robe
+
+	* First draft of wktraster faq
+
+2010-04-07 14:35  robe
+
+	* conver to 1 column 2 row table
+
+2010-04-07 14:15  robe
+
+	* typo
+
+2010-04-07 14:06  robe
+
+	* correct typo
+
+2010-04-07 14:05  robe
+
+	* Put link to spec for a diagrammatic view.
+
+2010-04-07 13:59  robe
+
+	* first draft of ST_ConvexHull -- still need to put in pictures
+
+2010-04-06 23:37  pramsey
+
+	* Add support for command-q shutdown in Mac GTK build
+
+2010-04-06 18:33  strk
+
+	* WARN and continue on incomplete multibyte sequence
+
+2010-04-05 21:38  robe
+
+	* slight correction
+
+2010-04-05 21:32  robe
+
+	* itemize band pixel types and fix some formatting issues
+
+2010-04-05 15:17  robe
+
+	* more blurb in description
+
+2010-04-05 15:16  robe
+
+	* xsl to build postgresql help for wktraster
+
+2010-04-05 14:12  robe
+
+	* Start adding editors, give an additional better example of
+	  ST_Value
+
+2010-04-05 07:28  robe
+
+	* upper left x and y
+
+2010-04-05 05:59  robe
+
+	* example for st_value
+
+2010-04-05 05:55  robe
+
+	* typo in constructor section
+
+2010-04-05 05:52  robe
+
+	* st_box2d, st_envelope (note regular Postgis changed st_box2d to
+	  just box2d old st_box2d is deprecated)
+
+2010-04-05 05:25  robe
+
+	* more typos fixed, add constructor section
+
+2010-04-05 04:59  robe
+
+	* Fix typo
+
+2010-04-05 04:30  robe
+
+	* more functions documented
+
+2010-04-05 02:28  robe
+
+	* more accessors
+
+2010-04-05 01:32  robe
+
+	* more changes
+
+2010-04-05 01:05  robe
+
+	* First start at integrating wktraster documentation -- hopefully
+	  didn't break anything doing this.
+
+2010-03-31 15:34  strk
+
+	* Do not hard-code default encoding (since it's a macro)
+
+2010-03-31 14:50  strk
+
+	* Dump more informations about failing decoding
+
+2010-03-30 12:32  colivier
+
+	* Add geography support to ST_AsGML with prefix namespace option.
+	  Update doc and unit tests. cf #460
+
+2010-03-30 12:29  colivier
+
+	* Remove old reference file
+
+2010-03-29 20:03  pramsey
+
+	* Fix syntax error.
+
+2010-03-29 20:02  pramsey
+
+	* Reorganize avprintf a litle.
+
+2010-03-29 19:57  pramsey
+
+	* Propogate vsnprintf errors up verbatim
+
+2010-03-28 08:33  colivier
+
+	* Fix a lot of DocBook errors. Use DocBook + MathML DTD. Fix
+	  xsl/postgis_aggs_mm.xml.xsl to produce valid Docbook. Now make
+	  check output in docs is clean. cf #471
+
+2010-03-27 17:50  colivier
+
+	* add make check rule in doc/Makefile. Use xmllint to check
+	  postgis.xml documentation against docbook dtd.
+
+2010-03-25 05:11  pramsey
+
+	* Make the default size more reasonable again.
+
+2010-03-25 05:09  pramsey
+
+	* Add comments on error return values.
+
+2010-03-25 05:06  pramsey
+
+	* Improved stringbuffer again. Always write directly into the
+	  buffer, no more memcpy'ing. Change return values for printing
+	  calls to int, so that print errors can be detected and handled by
+	  the layers above, if desired.
+
+2010-03-24 17:54  pramsey
+
+	* Restore original license terms.
+
+2010-03-23 19:35  strk
+
+	* Expose custom prefix arg for ST_asGML to SQL, add tests and dox
+
+2010-03-23 00:25  pramsey
+
+	* Fix for array aggregation error (#469)
+
+2010-03-22 21:13  strk
+
+	* Add support in liblwgeom for specifying a custom (or no)
+	  namespace/prefix for GML output
+
+2010-03-22 19:38  pramsey
+
+	* Convert all extern opt* variables to pgis_opt* variables to avoid
+	  clashes with system variables. (ug!)
+
+2010-03-17 08:27  strk
+
+	* Add test for GEOMETRYCOLLECTION and ST_Split
+
+2010-03-17 07:42  strk
+
+	* Add ST_Split
+
+2010-03-17 07:40  strk
+
+	* Don't choke on clean when there's nothing to clean
+
+2010-03-17 07:32  strk
+
+	* Fix 'clean' rule to descend in cunit
+
+2010-03-16 22:18  strk
+
+	* Add support for MULTI* in ST_Split
+
+2010-03-16 13:14  strk
+
+	* Document ST_Split
+
+2010-03-16 03:13  pramsey
+
+	* Some function renaming: lwgeom_typename => lwtype_name. The
+	  internal float/up/down functions get slightly better names. Make
+	  collection types re-sizable: added maxgeoms to all collections,
+	  and created lwcollection_add_lwgeom() function. Remove all *_add
+	  functions. Revized homogenize function to use the new _add_lwgeom
+	  and variants.
+
+2010-03-15 18:03  strk
+
+	* Rename ST_SplitGeometry to ST_Split (better now than never)
+
+2010-03-15 18:00  strk
+
+	* Implement split-poly-by-line
+
+2010-03-13 12:55  strk
+
+	* Reword exception message, make algorithm more robust not relying
+	  on constructive functions to detect relation between inputs
+
+2010-03-13 11:23  strk
+
+	* Fix printf call
+
+2010-03-13 11:16  strk
+
+	* Split-line-by-line: handle overlap cases by raising an exception
+
+2010-03-13 10:59  strk
+
+	* Implement split-line-by-line
+
+2010-03-13 09:22  strk
+
+	* Be polite
+
+2010-03-12 18:39  strk
+
+	* Fix memory errors in presence of NULL (0-verticed) geometries and
+	  insert (default) policy.
+
+2010-03-12 15:46  strk
+
+	* ptarray_substring *does* already implement interpolation
+
+2010-03-12 15:25  strk
+
+	* Drop extraneous task (if it referred to loader we do have a
+	  switch for index creation now)
+
+2010-03-12 15:15  strk
+
+	* Fix ST_DumpPoints not to relay on NULL return from
+	  ST_NumGeometries to tell multi and singles apart
+
+2010-03-12 15:14  strk
+
+	* Trigger reconstruction of regress' postgis.sql when original one
+	  changes
+
+2010-03-12 14:03  strk
+
+	* Add item about GeometryN/NumGeometries
+
+2010-03-12 13:50  strk
+
+	* Add support for simple geometries in ST_GeometryN and
+	  ST_NumGeometries
+
+2010-03-12 13:29  mcayland
+
+	* Fix the PGXS override code for detecting older versions of
+	  PostgreSQL - the existing (incomplete) check was still checking
+	  for a minimum version of 8.5, rather
+	  than the new version number of 9.0.
+
+2010-03-12 00:21  robe
+
+	* put in note about improvement to ST_Line_SubString #410
+
+2010-03-11 20:50  strk
+
+	* More comments cleanup
+
+2010-03-11 20:48  strk
+
+	* remove wrong comment
+
+2010-03-11 20:34  strk
+
+	* Set interface specs in stone within the implementation file, add
+	  a testcase to show what's "left" and what's "right" in the
+	  split-line-by-point
+
+2010-03-11 20:28  strk
+
+	* *always* return a collection from ST_SplitGeometry
+
+2010-03-11 20:19  strk
+
+	* Have ST_SplitGeometry return a collection of at most 2 elements
+	  (original part, cut-away part) so it's easier to handle by
+	  callers
+
+2010-03-11 17:53  strk
+
+	* Add SRID retainment testcase for removerepeatedpoint (paranoia)
+
+2010-03-11 17:51  strk
+
+	* Add SRID retainment testcases
+
+2010-03-11 17:21  strk
+
+	* Don't 'clean' the SRID...
+
+2010-03-11 14:34  pramsey
+
+	* Grammar fix.
+
+2010-03-10 15:38  pramsey
+
+	* Fix to allow compile on 9.0alpha
+
+2010-03-10 15:33  strk
+
+	* Initial work on ST_SplitGeometry. Split line by point
+	  implemented.
+
+2010-03-10 15:29  strk
+
+	* Since we do a full scan of pointarray from ptarray_locate_point,
+	  take the chance to also return min distance
+
+2010-03-10 14:32  strk
+
+	* Document closest_point_on_segment in header file
+
+2010-03-10 14:20  strk
+
+	* Document ptarray_locate_point in header file
+
+2010-03-10 10:07  strk
+
+	* Export geos error logger
+
+2010-03-09 00:37  pramsey
+
+	* Fix syntax error in spatial_ref_sys hard upgrade directions
+	  (#373)
+
+2010-03-09 00:31  pramsey
+
+	* Include 'geography_columns' defn when upgrading from <= 1.4
+	  (#414)
+
+2010-03-09 00:22  pramsey
+
+	* Quiet notices in the .sql install files (#415)
+
+2010-03-08 23:28  pramsey
+
+	* Update the bbox when you alter the underlying geometry (#410)
+	  ST_SetPoint, ST_Ad
+	  dPoint, ST_RemovePoint.
+
+2010-03-08 16:37  kneufeld
+
+	* updated broken link to utmzone PostGIS plpgsql helper function.
+	  bug #461
+
+2010-03-05 23:31  pramsey
+
+	* Note minimum required versions.
+
+2010-03-05 21:49  strk
+
+	* Fix typo
+
+2010-03-05 02:35  pramsey
+
+	* A few more WKB unit tests.
+
+2010-03-04 09:40  colivier
+
+	* Add ST_PointN xref in ST_SetPoint entry, from Bruno Friedmann
+	  report
+
+2010-03-03 06:10  pramsey
+
+	* Set keywords.
+
+2010-03-03 06:10  pramsey
+
+	* Set keywords and some copyright headers.
+
+2010-03-03 06:06  pramsey
+
+	* Add some tests of the old versus new WKB output.
+
+2010-03-03 06:06  pramsey
+
+	* Move spheroid test to the correct place.
+
+2010-03-03 05:40  pramsey
+
+	* Remove doxygen flags from static functions.
+
+2010-03-03 05:38  pramsey
+
+	* Add some documentation to the public functions.
+
+2010-03-03 01:15  pramsey
+
+	* Add in tests and fixes for WKB emitter.
+
+2010-03-02 23:18  pramsey
+
+	* Add first cut to lwgeom_to_wkb function.
+
+2010-03-02 23:16  pramsey
+
+	* Add a couple functions (length, copy) to stringbuffer, and add
+	  comments.
+
+2010-03-02 21:32  strk
+
+	* ST_MakeValid : turn collapsed lines into points [RT-SIGTA]
+
+2010-02-28 23:11  strk
+
+	* Node lineal geometries resulting invalid. Re-enable automated
+	  testcase for st_MakeValid [RT-SIGTA]
+
+2010-02-28 22:48  strk
+
+	* Don't use a collection when there's no area
+
+2010-02-28 22:24  strk
+
+	* Fix build with debugging on, fix bug when run against invalid
+	  linestrings
+
+2010-02-28 21:31  strk
+
+	* Add paranoid check to make super-sure no input vertices are
+	  dropped by ST_MakeValid [RT-SIGTA]
+
+2010-02-28 20:36  strk
+
+	* Put GEOS-only functionality of ST_MakeValid in its own function
+
+2010-02-28 19:24  strk
+
+	* Fix documentation to match current behaviour
+
+2010-02-28 19:09  strk
+
+	* Simplify code
+
+2010-02-28 19:04  strk
+
+	* Avoid a call to the GEOS CAPI when unnecessary (works around a
+	  bug in GEOS aborting in some cases of EMPTY polygons
+
+2010-02-28 17:20  strk
+
+	* Move ST_CleanGeometry core code into specialized 'lwgeom'
+	  function
+
+2010-02-28 17:11  strk
+
+	* cleanups
+
+2010-02-28 14:05  strk
+
+	* Put areal part first in collection, and collapsed edges second
+
+2010-02-26 15:05  colivier
+
+	* Add new 'make garden' rule to launch full Garden test regression
+	  tests
+
+2010-02-26 02:50  pramsey
+
+	* Instructions on adding new tests to cunit, from Jeff Adams.
+
+2010-02-26 00:16  colivier
+
+	* Add few more lwgeom_typename, and update regress test if needed.
+	  Restore initial lwnotice behaviour in remove_repeated_points on
+	  unknown types (instead of lwerror).
+
+2010-02-25 17:54  colivier
+
+	* Fix add forgotten return in flip_coordinates (cf #452). Add
+	  lwgeom_typename in several functions to avoid cryptic error
+	  message (#452 again).
+
+2010-02-25 15:13  pramsey
+
+	* Fix potential corner case in sphere area calculation (#451)
+
+2010-02-25 14:30  robe
+
+	* Put new functions in alphabetical order.
+
+2010-02-25 14:23  robe
+
+	* Put in What is new in 2.0 section to trap new 2.0 enhancements
+
+2010-02-25 14:11  colivier
+
+	* Add libxml2 requirement para. Fix #344. Thanks to Mateus for
+	  report.
+
+2010-02-25 13:41  pramsey
+
+	* Fix for st_area(geography) over the dateline (#450)
+
+2010-02-25 13:38  colivier
+
+	* rename ptarray_reverse_axis to ptarray_flip_coordinates. Add
+	  lwgeom_flip_coordinates and ST_FlipCoordinates (#354). Add
+	  relevant cunit tests and basic documentation.
+
+2010-02-25 13:30  strk
+
+	* Drop unused code, avoid putting empty geometry in a collection..
+	  [RT-SIGTA]
+
+2010-02-25 13:15  strk
+
+	* Recursively try to build area with portions of the original
+	  boundary not on the boundary of newly constructed area and
+	  symdifference the new area (if any) with the final polygon being
+	  built. This behaviour gives more chance to get a pure areal (not
+	  mixed) output still not missing vertices.
+
+2010-02-24 14:40  pramsey
+
+	* Change dimensionality indicators to have spaces between type
+	  indicators for WKT_ISO output form.
+
+2010-02-24 13:50  pramsey
+
+	* Add support from SRID= block on EWKT
+
+2010-02-23 22:18  pramsey
+
+	* Remove last compile warnings.
+
+2010-02-23 22:16  pramsey
+
+	* Making test methods static to avoid compiler warnings. For Jeff
+	  Adams.
+
+2010-02-23 22:14  pramsey
+
+	* Making test methods static to avoid compiler warnings.
+
+2010-02-23 22:11  pramsey
+
+	* Make test functions static.
+
+2010-02-23 22:07  pramsey
+
+	* Made unit tests easier to add. New suites now just need to be
+	  added to two lines in cu_tester.c, no changes to header files
+	  necessary, new tests need one line in the appropriate .c file.
+	  From Jeff Adams.
+
+2010-02-23 21:41  pramsey
+
+	* Remove unused va_copy.
+
+2010-02-23 21:41  pramsey
+
+	* Woops again, got work and start size values reversed.
+
+2010-02-23 21:30  pramsey
+
+	* Oops, commit stringbuffer.h with sensible values for internal
+	  sizes.
+
+2010-02-23 21:29  pramsey
+
+	* Improve performance and cut back stringbuffer_t to the minimum.
+
+2010-02-23 19:51  pramsey
+
+	* Allow cu_tester to accept parameters to run individual tests or
+	  suites, from Jeff Adams.
+
+2010-02-23 19:42  strk
+
+	* Don't let ST_RemoveRepeatedPoint collapse LINESTRINGs (not sure
+	  why, but someone doesn't want them in the db)
+
+2010-02-23 18:29  colivier
+
+	* Move ptarray reverse axis function from postgis/lwgeom_in_gml to
+	  liblwgeom/ptarray
+
+2010-02-23 18:18  pramsey
+
+	* More WKT tests.
+
+2010-02-23 17:55  pramsey
+
+	* More WKT unit tests
+
+2010-02-23 15:55  colivier
+
+	* In fact Nested GeometryCollection are never been supported in SVG
+	  and GeoJSON. Update the cunit tests cases
+
+2010-02-23 15:21  colivier
+
+	* Check astyle version prior to do anything. 'blessed' version is
+	  1.23. Related to #433 and postgis-devel discussions
+
+2010-02-23 14:52  colivier
+
+	* Fix 443. Move all regress export functions test files in a single
+	  one. add geography output regression tests (SVG/KML/GML/GeoJSON)
+
+2010-02-22 22:43  pramsey
+
+	* Add more unit tests for WKT
+
+2010-02-22 22:04  colivier
+
+	* Fix #441. And introduce a change in behaviour: if
+	  geometryCollection and bbox, not sub geoms bbox are provided
+	  anymore
+
+2010-02-22 20:58  strk
+
+	* Let ST_CleanGeometry down to C [RT-SIGTA]
+
+2010-02-22 20:45  strk
+
+	* Derive an lwgeom_make_valid from ST_MakeValid [RT-SIGTA]
+
+2010-02-22 20:42  pramsey
+
+	* ST_AsLatLonText(geometry, format) from Jeff Adams
+
+2010-02-22 20:29  strk
+
+	* Follow style guidelines for function naming
+
+2010-02-22 19:53  pramsey
+
+	* First cut of new WKT output functions, need more unit tests.
+
+2010-02-22 19:52  colivier
+
+	* Fix missing math.h include in lwout_svg (#438). Put back
+	  lwgeom_export.h as we need header for getSRSbySRID.
+
+2010-02-22 19:37  strk
+
+	* Oops (#434)
+
+2010-02-22 19:35  strk
+
+	* Fix warnings when building with GEOS < 3.3.0 (ticket #434
+
+2010-02-22 19:31  strk
+
+	* Fix missing prototypes warnings
+
+2010-02-22 19:31  colivier
+
+	* Id tag
+
+2010-02-22 19:16  colivier
+
+	* merge all export functions in a same file. remove useless old
+	  ones. rename SVG one to LWGEOM_asSVG for consistancy.
+
+2010-02-22 18:49  colivier
+
+	* Fix comment stuff in cunit
+
+2010-02-22 18:43  colivier
+
+	* move ST_AsSVG from postgis to lwgeom dir. write cun it tests.
+	  related to #377
+
+2010-02-22 15:37  colivier
+
+	* bbox only bother about external ring. add the related cunit test
+
+2010-02-22 15:30  pramsey
+
+	* Move stringbuffer from ./loader to ./liblwgeom for use in string
+	  emitter functions.
+
+2010-02-22 14:03  colivier
+
+	* Move ST_AsGeoJson from postgis to liblwgeom dir. Use as most as
+	  cunit test as possible. Related to #377.
+
+2010-02-21 22:34  strk
+
+	* Cleanup the GeometryClean function now that vertex checking is
+	  done better in ST_MakeValid
+
+2010-02-21 22:10  strk
+
+	* Force multi-type in output if input was multi [RT-SIGTA]
+
+2010-02-21 21:53  colivier
+
+	* Add missing MultiPoint test. Fix wrong LWGEOM type on cu_gml
+	  tests.
+
+2010-02-21 21:34  colivier
+
+	* add explicit void return type
+
+2010-02-21 21:11  strk
+
+	* Disable 'clean' test (still deciding on what's the expected
+	  output); keep only cut-lines that have vertices not shared with
+	  boundary of final area; move 'clean' code in separate file
+	  [RT-SIGTA].
+
+2010-02-21 20:32  colivier
+
+	* Move ST_AsKML from postgis to liblwgeom dir. Use as most cunit
+	  test as possible. Few related corrections on GML similar
+	  implementation. cf #377
+
+2010-02-21 18:23  colivier
+
+	* Add forgotten lwout_gml.c file (#377)
+
+2010-02-21 18:18  colivier
+
+	* Move ST_AsGML from postgis dir to liblwgeom. Rewrite most units
+	  test with cunit. cf #377
+
+2010-02-21 12:36  colivier
+
+	* make astyle session
+
+2010-02-21 12:22  strk
+
+	* ST_RemoveRepeatedPoints [RT-SIGTA]
+
+2010-02-21 12:21  strk
+
+	* style...
+
+2010-02-21 12:21  strk
+
+	* Make stylish
+
+2010-02-20 19:47  colivier
+
+	* use the rights homogenize cunit suite handlers
+
+2010-02-20 19:09  colivier
+
+	* Fix computed string length in Polygon with several rings for
+	  ST_AsGML with GML3. Related to #421
+
+2010-02-20 18:26  colivier
+
+	* Use lwgeom_homogenize in in_kml stuff. Related to #375
+
+2010-02-20 18:25  colivier
+
+	* Add lwgeom_homogenize function. Related to #375. Add cunit
+	  related tests
+
+2010-02-20 16:47  colivier
+
+	* Add Cunit - lwerror use case handle - #420
+
+2010-02-18 21:02  pramsey
+
+	* Add multilinestring support to st_line_substring (#419)
+
+2010-02-17 21:02  strk
+
+	* Allow retaining badly collapsed rings (single-point) as points in
+	  ST_MakeValid. Add testcase for it [RT-SIGTA]
+
+2010-02-16 23:27  kneufeld
+
+	* removed sfs_compliant note for ST_Transform
+
+2010-02-16 09:38  strk
+
+	* Return NULL rather than throwing when a COLLECTION is given to
+	  ST_Boundary [RT-SIGTA]
+
+2010-02-16 09:29  strk
+
+	* Fix build with --enable-debug=3 [RT-SIGTA]
+
+2010-02-16 09:08  strk
+
+	* Add origin field for the clean dataset table, so we can add
+	  PG-specific ones w/out caring about visualizing them:)
+
+2010-02-16 09:06  strk
+
+	* Add a test for input being invalid (a test of the test)
+
+2010-02-16 09:03  strk
+
+	* Separate areal-specific cleanups in LWGEOM_GEOS_makeValidPolygon
+	  [RT-SIGTA]
+
+2010-02-16 08:28  strk
+
+	* Empty geometries are cleanest [RT-SIGTA]
+
+2010-02-16 08:22  strk
+
+	* Drop the optional arg to ST_MakeClean, document what it does,
+	  improve the ST_CleanGeometry stub. [RT-SIGTA]
+
+2010-02-16 08:07  strk
+
+	* Drop the optional parameter to ST_MakeValid, we always want to
+	  collect collapses (users can always filter later) [RT-SIGTA].
+
+2010-02-16 08:03  strk
+
+	* Document ST_Dimension handling of empty geometries
+
+2010-02-16 07:54  strk
+
+	* Do not throw exception on empty ST_Dimension(empty) [RT-SIGTA]
+
+2010-02-15 22:41  strk
+
+	* Further cleanups in ST_MakeClean [RT-SIGTA]
+
+2010-02-15 22:31  strk
+
+	* Fix unsupported message
+
+2010-02-15 21:17  strk
+
+	* Plug more leaks
+
+2010-02-15 20:40  strk
+
+	* Plug memory leak on GEOS geom construction failure [RT-SIGTA]
+
+2010-02-15 20:21  strk
+
+	* Rework the regress test to make it easier for curious people to
+	  keep the test dataset for inspection with some GUI (give it a
+	  try, it's a nice one).
+
+2010-02-14 23:35  strk
+
+	* Clarify the case of linestring invalidity dropping confugins
+	  reference to linearrings
+
+2010-02-14 22:59  strk
+
+	* Implement ST_MakeValid(geom_in, collect_collapses) and stub
+	  ST_CleanGeometry. Add regression test for ST_MakeValid and
+	  polygons [RT-SIGTA]
+
+2010-02-14 16:54  strk
+
+	* Cleanups. Hope to reuse some structs for a C-version of
+	  ST_DumpPoints
+
+2010-02-14 16:33  strk
+
+	* Try to make st_DumpPoints reference somewhat clearer [RT-SIGTA]
+
+2010-02-14 13:46  strk
+
+	* ptarray_remove_repeated_points [RT-SIGTA]
+
+2010-02-13 15:29  strk
+
+	* Add another validity test [RT-SIGTA]
+
+2010-02-13 14:35  strk
+
+	* Handle NULL returns from POSTGIS2GEOS and LWGEOM2GEOS now that we
+	  allow that [RT-SIGTA].
+	  Add a 'commit' rule (give it a try)
+
+2010-02-12 23:04  strk
+
+	* Revert GEOS error handlers to be lwnotice to avoid aborting full
+	  transactions (like it was in 1.5)
+
+2010-02-11 23:12  strk
+
+	* Fix typo
+
+2010-02-11 21:01  strk
+
+	* Get style
+
+2010-02-11 18:56  strk
+
+	* Separate GEOS part of 'buildarea' function from POSTGIS part of
+	  it (might eventually be moved down to GEOS) [RT-SIGTA]
+
+2010-02-10 22:23  strk
+
+	* xref
+
+2010-02-10 20:54  strk
+
+	* Enhance documentation of ptarray_addPoint [RT-SIGTA]
+
+2010-02-09 22:36  strk
+
+	* Don't refuse to output invalid geometries trough a cursor, being
+	  consistent with other output routines (dumper ends up using
+	  these) -- [RT-SIGTA]
+
+2010-02-09 17:59  strk
+
+	* Oops, it seems I broke the build (sorry)
+
+2010-02-09 06:52  strk
+
+	* Fix documention
+
+2010-02-08 22:36  strk
+
+	* tweak the sponsor name
+
+2010-02-08 21:39  strk
+
+	* Initialie GEOS using lwerror for errors so that exceptions are
+	  really handled (or testcases in #411 crash on many GEOS
+	  functions)
+
+2010-02-08 20:05  strk
+
+	* Add credits to new feature item
+
+2010-02-08 18:54  strk
+
+	* Don't refuse to unparse malformed geometries. Fixes #411. Didn't
+	  seem to expose the crash in #168, the testcase for it was
+	  expanded to extract invalidity reason.
+
+2010-02-06 13:57  strk
+
+	* Simplify hooks on GEOS error reporter function from isvalid*
+	  functions
+
+2010-02-06 13:48  strk
+
+	* Add another test for #407
+
+2010-02-06 10:49  colivier
+
+	* Fix non NULL terminated string in ST_AsSVG with
+	  GEOMETRYCOLLECTION EMPTY, cf #409 reported by sdikiy. Add related
+	  unit test
+
+2010-02-05 20:58  strk
+
+	* Add ST_isValidDetail item
+
+2010-02-05 20:55  strk
+
+	* Register a buffer-logger as error-reporter from ST_isValidReason
+	  and ST_isValidDetail so to catch exceptions thrown by GEOS at
+	  postgis->geos conversion for the sake of reporting actual error.
+	  Fixes ticket #408. Completed with testcase.
+
+2010-02-05 17:58  strk
+
+	* A space after return type looks better (and seems to be the
+	  policy) for funcdef tags
+
+2010-02-05 17:57  strk
+
+	* Document ST_IsValidDetail
+
+2010-02-05 17:26  strk
+
+	* Add ST_isValidDetail(geom) returns valid_detail (new type!)
+
+2010-02-04 20:30  strk
+
+	* Astyle run (a-ha, got you!)
+
+2010-02-04 17:43  pramsey
+
+	* Push version numbers on trunk forward to next release.
+
+2010-02-04 17:21  pramsey
+
+	* Update release dates and changelog for 1.5.0
+
+2010-02-03 22:42  pramsey
+
+	* Initialize config->createindex value to 0
+
+2010-02-03 21:42  pramsey
+
+	* Fix handling of "missing table argument" case to use file name
+	  properly.
+
+2010-02-02 23:47  pramsey
+
+	* Add --no-psqlrc to run_test (#405)
+
+2010-02-02 22:44  pramsey
+
+	* Tiny re-format
+
+2010-02-02 17:44  pramsey
+
+	* Extra information per Greg Troxel
+
+2010-02-02 16:13  pramsey
+
+	* Update usage string to show correct default encoding.
+
+2010-02-02 04:14  pramsey
+
+	* astyle recent change
+
+2010-02-02 02:41  pramsey
+
+	* Fix segfault on cases where not enough arguments are provided.
+	  (#402)
+
+2010-02-02 00:15  pramsey
+
+	* Fix mis-handling of the commandline operations modes (#401)
+
+2010-02-01 18:24  pramsey
+
+	* Silence 'no-eol' compiler warning.
+
+2010-02-01 17:35  pramsey
+
+	* 1.5 astyle pass
+
+2010-01-29 21:24  pramsey
+
+	* Keep floats out of registers for spheroid calculation. Fixes odd
+	  bug in OS/X gcc 4.1. Could probably be narrowed to only use flag
+	  on affected platform. (#395)
+
+2010-01-29 18:22  robe
+
+	* fix example
+
+2010-01-29 18:00  pramsey
+
+	* Extra debugging information in spheroid area calculation.
+
+2010-01-28 17:42  pramsey
+
+	* Make area unit tests actually test against known good values
+
+2010-01-28 15:51  colivier
+
+	* revert r5175 commit about points results on #304. Related to #395
+
+2010-01-28 15:28  colivier
+
+	* In regress/tickets* Add missing srid 32702 and 32602. Add results
+	  from #304 tests. Related to #395
+
+2010-01-28 15:09  strk
+
+	* Fix 'maintainer-clean' rule
+
+2010-01-28 14:23  mcayland
+
+	* Fix astyle.sh script so that if astyle cannot be found then it
+	  immediately aborts with an error. Per report from Nicklas.
+
+2010-01-28 12:19  mcayland
+
+	* Add "make astyle" target to clean up source tree formatting as
+	  per the style guidelines.
+
+2010-01-26 21:10  pramsey
+
+	* Make GEOS test insist on >= 3.1.1
+
+2010-01-26 20:20  pramsey
+
+	* Remove warning from lwline
+
+2010-01-26 19:08  pramsey
+
+	* Add example for ST_AddMeasure on multilinestring
+
+2010-01-26 18:56  pramsey
+
+	* Make ST_AddMeasure handle multilinestrings as well as
+	  linestrings.
+
+2010-01-26 17:24  pramsey
+
+	* Remove unneeded See Also section.
+
+2010-01-26 17:09  pramsey
+
+	* Remove ST_StartMeasure ST_EndMeasure
+
+2010-01-26 01:13  pramsey
+
+	* Ignore postgis_comments.sql
+
+2010-01-25 21:08  pramsey
+
+	* Replace soft tabs with hard.
+
+2010-01-25 21:06  pramsey
+
+	* Add uninstall recipe for AddMeasure (#390)
+
+2010-01-25 21:03  pramsey
+
+	* Add ST_AddMeasure and associated documentations (#390)
+
+2010-01-24 09:10  nicklas
+
+	* 
+
+2010-01-23 23:31  nicklas
+
+	* Tiny Typo
+
+2010-01-23 23:29  nicklas
+
+	* remove ST_Maxdistance from TODO and note that C-version is still
+	  TODO for ST_DumpPoints
+
+2010-01-22 06:05  pramsey
+
+	* Add note on removing milestone from trac
+
+2010-01-21 16:44  pramsey
+
+	* Updates for 1.5.0rc1
+
+2010-01-21 13:08  nicklas
+
+	* add missing comment
+
+2010-01-21 07:19  nicklas
+
+	* Fix for make check on MingW #389
+
+2010-01-21 00:06  pramsey
+
+	* Updated XML release notes (#374)
+
+2010-01-20 20:17  pramsey
+
+	* Make proper #! calls to perl in perl scripts
+
+2010-01-20 18:55  robe
+
+	* Add Jorge Arevalo to list since he's contributing a lot of work
+	  to WKT Raster
+
+2010-01-19 12:40  robe
+
+	* Add George, Guillaume, and Vincent to contributors list
+
+2010-01-19 12:37  robe
+
+	* Bump Nicklas up since he's added a lot to this release and now
+	  has commit access
+
+2010-01-18 19:40  pramsey
+
+	* Add towgs84 line into proj4text for srid = 28992 (#387)
+
+2010-01-16 04:26  robe
+
+	* Add Guillaume's PostgreSQL 8.5 contribution
+
+2010-01-15 19:48  pramsey
+
+	* 80col wrap NEWS
+
+2010-01-15 18:49  robe
+
+	* add note about GEOS 3.2
+
+2010-01-15 18:41  pramsey
+
+	* Short circuit on distance tests: only do full spheroidal
+	  calculation where the distance is near or greater than the
+	  tolerance. This will make large st_dwithin() radius searches much
+	  faster since points that are well within the radius will not have
+	  their full geodetic calculation run, only those that are close to
+	  the radius boundary.
+
+2010-01-15 18:06  pramsey
+
+	* Prepare for 1.5.0b2
+
+2010-01-15 17:54  pramsey
+
+	* Make GEOS 3.1 the mandatory minimum (#385)
+
+2010-01-15 17:47  pramsey
+
+	* Ignore all PNG files.
+
+2010-01-15 08:13  colivier
+
+	* Round decimal part in #58 ticket unit test. As the previous
+	  result was not cross platform compliant
+
+2010-01-14 14:45  colivier
+
+	* Fix undefined vars in LWDEBUGF (#383)
+
+2010-01-14 08:34  colivier
+
+	* Update TODO. remove ST_GeomFromKML entry
+
+2010-01-12 10:33  mcayland
+
+	* Add missing MODULE_big section for #311 which was preventing the
+	  main PostGIS library from being installed on older versions of
+	  PostgreSQL.
+
+2010-01-12 08:23  robe
+
+	* slight typo correction
+
+2010-01-12 08:18  robe
+
+	* Add ST_DFullyWithin and add analysis as descriptor to functions
+
+2010-01-12 04:28  pramsey
+
+	* Change ST_Equals to use && instead of ~= (#378)
+
+2010-01-12 04:24  pramsey
+
+	* Shorten trac URL.
+
+2010-01-12 01:01  pramsey
+
+	* Add comment about postgis_comments.sql handling in 'clean' target
+	  of docs
+
+2010-01-12 01:00  pramsey
+
+	* Don't remove postgis_comments.sql when doing a 'make clean' in
+	  doc, that way they can survive into the tarball build for final
+	  release.
+
+2010-01-12 00:25  pramsey
+
+	* Performance tweak to distance calculations with tolerance. If
+	  distance is much less than tolerance, don't bother with geodetic
+	  calculation. If distance is close to or greater than tolerance,
+	  do the geodetic calculation. Should make st_dwithin faster,
+	  avoiding geodetic calculations for points that are clearly within
+	  tolerance.
+
+2010-01-11 17:31  kneufeld
+
+	* added missing liblwgeom target needed to build the documentation
+	  images
+
+2010-01-09 03:05  robe
+
+	* fix typo
+
+2010-01-09 03:05  robe
+
+	* Fill in missing spots in News
+
+2010-01-09 00:10  pramsey
+
+	* Use macro define to determine default geometry column name in gui
+
+2010-01-08 23:39  pramsey
+
+	* Update the NEW file
+
+2010-01-08 23:16  pramsey
+
+	* Added in one removed function (st_max_distance, replaced by
+	  st_maxdistance) to the drop script (#330)
+
+2010-01-08 22:48  pramsey
+
+	* Override pgxs defaults for install, from mcayland (#311)
+
+2010-01-07 16:04  mcayland
+
+	* Apply a modified version of Guillaume Lelarge's patch to allow
+	  compilation under current PostgreSQL 8.5 CVS.
+
+2010-01-04 23:25  pramsey
+
+	* Initailize config value from simple_geometries
+
+2010-01-04 19:52  pramsey
+
+	* Bracked and reformat comparison to be more explicit
+
+2010-01-04 17:55  pramsey
+
+	* Fixed up de-serialization routines to avoid *geoms = malloc(0)
+	  cases which were causing free to fail later on down the line
+	  (#370)
+
+2010-01-04 05:47  pramsey
+
+	* Remove the ifdef/endif blocks for HAVE_ICONV (#367)
+
+2010-01-04 05:42  pramsey
+
+	* Make configure error out when iconv is unavailable. (#367)
+
+2010-01-04 05:21  pramsey
+
+	* Minor change to about dialog build.
+
+2010-01-04 04:52  pramsey
+
+	* Re-fix connection password hiding (#356)
+
+2010-01-04 00:34  pramsey
+
+	* Fix the RCSID to actually substitute
+
+2010-01-04 00:32  pramsey
+
+	* Add an About dialogue that contains the revision string
+	  (hopefully)
+
+2010-01-04 00:31  pramsey
+
+	* Make lwcollection_extract slightly more empty-intelligent
+
+2010-01-03 23:05  pramsey
+
+	* Separate the options config persistence from the main persistence
+	  routine to allow the "geocolumn" magic to work more reliably
+	  (#369)
+
+2010-01-02 08:17  pramsey
+
+	* Add initialization to fix one Win32 segfault.
+
+2010-01-02 07:01  pramsey
+
+	* Add getopt.o into the modules used by shp2pgsql-gui.exe
+
+2010-01-02 06:57  pramsey
+
+	* Flip back to pgis_getopt
+
+2010-01-01 20:28  pramsey
+
+	* Change log entry to reflect actual iconv target encoding (UTF-8,
+	  not UTF8)
+
+2010-01-01 19:44  robe
+
+	* amend upgrade instructions to include description
+	  postgis_upgrade*.sql
+
+2010-01-01 19:30  robe
+
+	* put in ?, -n and -N missing from loader list
+
+2009-12-31 12:41  robe
+
+	* minor change
+
+2009-12-31 11:56  robe
+
+	* amend shp2pgsql section to mention gui loader and also -G
+	  geography switch
+
+2009-12-30 15:31  robe
+
+	* change wording in what is new titles to reflect they show both
+	  new and changed/enhanced functions
+
+2009-12-30 15:12  robe
+
+	* Fix ST_Extent/ST_Expand docs to reflect change in behavior of
+	  outputting double precision coords instead of float4. Still need
+	  to fix up examples.
+
+2009-12-30 14:52  mcayland
+
+	* Fix ST_Envelope() and ST_Expand() so that they use double
+	  precision arithmetic rather than single precision arithmetic for
+	  their calculations. The internal BOX2DFLOAT4s should *never* be
+	  used for calculation purposes.
+
+2009-12-30 13:08  robe
+
+	* ST_Box back to Box link ref
+
+2009-12-30 12:53  robe
+
+	* oops revert change I guess ST_Box .. is the one that's
+	  deprecated. How confusing :) PRobably should remove from docs at
+	  some point.
+
+2009-12-30 12:48  robe
+
+	* amend faqs and change Box2D,Box3D to ST_Box...
+
+2009-12-30 09:15  robe
+
+	* correct example
+
+2009-12-30 07:20  robe
+
+	* more clarity on the float4/float8 for ST_Envelope
+
+2009-12-30 06:53  robe
+
+	* #531 ST_Envelope has wrong return type changed from boolean to
+	  geometry
+
+2009-12-30 06:45  robe
+
+	* slight wording change
+
+2009-12-30 06:44  robe
+
+	* fill in mising geography = operator
+
+2009-12-30 06:38  robe
+
+	* fix typo
+
+2009-12-30 06:12  robe
+
+	* #365 document ST_GeogFromWKB and ST_GeogFromText
+
+2009-12-30 01:25  pramsey
+
+	* Rename ST_GeographyFromBinary to ST_GeogFromWKB. Add
+	  ST_GeogFromText to ape the ISO geometry spec more closely. (#360)
+
+2009-12-30 01:20  pramsey
+
+	* Remove the NULL policy line from the GUI options (#363)
+
+2009-12-30 01:12  pramsey
+
+	* Make a few things more explicit in the handling of encoding.
+
+2009-12-29 20:23  pramsey
+
+	* Remove a couple compiler warnings following last change.
+
+2009-12-29 20:16  pramsey
+
+	* Change options dialogue into actual GTK dialog and move to
+	  creating/destroying it on each appearance. (#363)
+
+2009-12-29 19:23  pramsey
+
+	* Try and get around the expanding window problem
+
+2009-12-29 08:52  mcayland
+
+	* Add a filter name to the shapefile file selector; this is just a
+	  cosmetic fix.
+
+2009-12-29 08:35  mcayland
+
+	* Restrict SQL to only 255 characters when displaying erroneus SQL
+	  in the log window. This prevents GTK from crashing when really
+	  long lines are added to the log window.
+
+2009-12-28 18:48  pramsey
+
+	* Include GUI as conditional install target
+
+2009-12-28 13:32  mcayland
+
+	* Add some more missing defaults to the shapefile loader
+	  configuration.
+
+2009-12-27 17:16  mcayland
+
+	* Fix shp2pgsql-gui not picking up the correct default settings,
+	  which was causing some shapefiles to abort in the GUI but when
+	  using the CLI.
+
+2009-12-25 04:41  pramsey
+
+	* Fix up another password leaking into the log (#356)
+
+2009-12-24 00:57  pramsey
+
+	* Handle case where there is no password to sanitize
+
+2009-12-23 19:49  pramsey
+
+	* Sanitize the connection string displayed in the GUI log (#356)
+
+2009-12-23 19:34  pramsey
+
+	* Add support for dumping geography tables. (#251)
+
+2009-12-23 15:48  colivier
+
+	* Add http://www.epsg.org/6.11.2/4326 srsName pattern support
+	  (related to CITE WFS 1.1 GetFeature-tc17.2. Add related unit
+	  tests
+
+2009-12-23 05:01  pramsey
+
+	* Remove hack PGAdmin GUI target (#355)
+
+2009-12-22 20:50  pramsey
+
+	* Add message to GUI when creating spatial index.
+
+2009-12-22 19:38  pramsey
+
+	* Add shp2pgsql-pgadmin build target for exe without special win32
+	  options.
+
+2009-12-22 12:38  mcayland
+
+	* Fix bug in geography support when creating indexes.
+
+2009-12-22 12:28  mcayland
+
+	* More improvements to the shapefile loader:
+	  - Fix COPY support for shapefiles containing more than 1 record
+	  - Fix cancellation on mid-import
+	  - Remove progress logging on import, and replace with flashly
+	  progress bar
+
+2009-12-22 00:35  pramsey
+
+	* Handle index building when loading geography
+
+2009-12-22 00:27  pramsey
+
+	* Add support for GEOGRAPHY type to loader GUI. (#251)
+
+2009-12-21 23:22  pramsey
+
+	* Add support for geography type to command-line loader (#251)
+
+2009-12-20 17:42  pramsey
+
+	* CFLAGS=-pedantic pass over the codebase and warnings reduced
+
+2009-12-20 17:23  pramsey
+
+	* Disable unused static function.
+
+2009-12-20 04:42  pramsey
+
+	* Minor changes to header inclusions.
+
+2009-12-20 04:31  pramsey
+
+	* Fix bracket issue in commandline opt handline
+
+2009-12-19 03:56  pramsey
+
+	* Radically simpler getopt implementation from AT&T UNIX.
+
+2009-12-18 20:51  pramsey
+
+	* Add some logging during the load so we can see what's going on.
+
+2009-12-18 19:28  colivier
+
+	* remove the #273 test, as it already the same than point_1
+
+2009-12-18 19:08  colivier
+
+	* Libxml become mandatory. Cf #344. Modify configure step, remove
+	  all HAVE_LIBXML2 from code, sql and unit tests. Update
+	  documentation
+
+2009-12-18 18:38  pramsey
+
+	* Moved size of int8 down to 19 chars (#326)
+
+2009-12-18 18:26  robe
+
+	* fix some typos, cosmetic changes, throw some more geography
+	  around
+
+2009-12-18 17:43  robe
+
+	* Find a home for Paul's examples and Advanced FAQ and back
+	  reference from main FAQ section
+
+2009-12-18 17:16  robe
+
+	* We all new this day would come when we'd have to devote a whole
+	  section to this new kid called "geography". Think we still need
+	  to shuffle things around as the next section seems like a
+	  disconnect from the geography section
+
+2009-12-18 07:46  mleslie
+
+	* Reverting the change of r5007, removal of the getopt hack, to get
+	  windows builds working again.
+
+2009-12-18 06:39  pramsey
+
+	* Add in icon and resource information for Win32 GUI
+
+2009-12-18 05:55  pramsey
+
+	* Make GUI open w/o console under Win32
+
+2009-12-17 12:54  mcayland
+
+	* Implement proper cleanup if an import fails, and also disable the
+	  "Import" button during the import to ensure that multiple import
+	  threads can't be launched.
+
+2009-12-17 11:16  mcayland
+
+	* Add GUI option to allow the use of COPY rather than INSERT to
+	  load geometries into the database. Currently the default is still
+	  to use INSERT.
+
+2009-12-17 11:11  mcayland
+
+	* Fix memory scope error (resulting in segfault) accidentally
+	  introduced by the command line changes.
+
+2009-12-16 17:13  pramsey
+
+	* Temporarily de-regress the loader while talking to -devel
+
+2009-12-16 17:00  pramsey
+
+	* Quiet solaris warnings
+
+2009-12-16 16:49  pramsey
+
+	* Remove warning on Solaris
+
+2009-12-16 00:43  pramsey
+
+	* Add initial values.
+
+2009-12-15 23:55  pramsey
+
+	* Change MAX_DBF_FIELD_SIZE to 254 (#326)
+
+2009-12-15 23:44  pramsey
+
+	* Add in support for command-line options for connection info to
+	  GUI (#338)
+
+2009-12-15 21:45  pramsey
+
+	* Remove custom getopt files and move back to system getopt. Will
+	  take some testing, but will be worth it to be rid of this
+	  unmaintainable hack.
+
+2009-12-15 20:56  pramsey
+
+	* Make null date field blank rather than 00000000 (#321)
+
+2009-12-15 20:08  pramsey
+
+	* Make 4326 the default SRID for "unknown" cases, both in column
+	  creation and in geography object creation. (#347)
+
+2009-12-15 18:44  pramsey
+
+	* Add --with-libiconv argument to configure, to allow third-party
+	  iconv libraries to be used instead of system iconv, if so
+	  desired. Necessary to work around an OS/X Snow Leopard issue
+	  (iconv_open only available as a 32 bit call!)
+
+2009-12-15 18:42  pramsey
+
+	* Fix buffer overrun case.
+
+2009-12-15 15:10  pramsey
+
+	* Remove syntax error (fumbling fingers?) in the usage line (#345)
+
+2009-12-15 15:08  pramsey
+
+	* Remove test that enforces only OGC-standard WKT for
+	  GeomFromText(). We'll accept any string we can parse, just like
+	  geometry_in(). (#332)
+
+2009-12-14 18:04  pramsey
+
+	* Flip argument order for -cli exe build and add CFLAGS back into
+	  linking line
+
+2009-12-14 11:26  mcayland
+
+	* Remove the original shp2pgsql.c file which is no longer required
+	  with the new architecture.
+
+2009-12-14 01:38  mcayland
+
+	* Fix incorrect logic when outputting escaped strings; COPY does
+	  not require the attribute to be surrounded by apostrophes.
+
+2009-12-14 01:23  mcayland
+
+	* Fix missing COPY terminator from shp2pgsql command line
+	  component.
+
+2009-12-13 20:31  mcayland
+
+	* Commit initial version of reworked shp2pgsql architecture that
+	  defines a common API within shp2pgsql-core that can be called
+	  from both the CLI and GUI interfaces.
+	  
+	  There are still some minor TODOs left, however the basic concept
+	  appears to work well and I've also spent time running tests under
+	  valgrind to ensure that we don't leak memory on larger
+	  shapefiles.
+
+2009-12-09 17:33  kneufeld
+
+	* added identifier to shp2pgsql usage section
+
+2009-12-09 17:12  kneufeld
+
+	* updated "Using the Loader" to demonstrate the use of the
+	  available options
+
+2009-12-09 05:08  robe
+
+	* Correct the output type of ST_Extent and flag this as a change in
+	  behavior in PostGIS 1.4
+
+2009-12-07 15:56  pramsey
+
+	* Fix mistakes in geography faq item.
+
+2009-12-04 15:39  robe
+
+	* get rid of begin; commit in geography.sql.in.c. Now that it is
+	  part of postgis.sql.inc.c, no need for it.
+
+2009-12-04 12:32  robe
+
+	* change to use refname instead of refid for link in what's new --
+	  so operators show the operator symbol instead of underlying
+	  function name
+
+2009-12-03 20:42  kneufeld
+
+	* removed VACUUM
+	  made into a single transaction block
+
+2009-12-03 18:51  kneufeld
+
+	* removed url that is probably the cause in breaking docbook
+
+2009-12-03 18:43  kneufeld
+
+	* a couple typos in the DE-9IM explanation
+	  added further reading references.
+
+2009-12-03 16:23  kneufeld
+
+	* fixed a typo and added a few cross links
+
+2009-12-03 14:23  robe
+
+	* Replace unicode codes with images. IE 6 and 7 not happy. PDF not
+	  happy with unicode happy face symbol -- Regina not happy :(
+
+2009-12-03 08:58  robe
+
+	* fill in missing curve support flags for outputs
+
+2009-12-03 06:14  kneufeld
+
+	* added a few reference cross links
+
+2009-12-02 23:41  kneufeld
+
+	* removed borders around the tables in the geometry compliancy
+	  section
+
+2009-12-02 23:25  kneufeld
+
+	* added some thoughts on DE-9IM
+
+2009-12-02 23:23  kneufeld
+
+	* added target to resize certain images
+
+2009-12-02 22:05  robe
+
+	* Flag more as working with curves. I think all do except same
+	  operator but need to verify.
+
+2009-12-02 21:48  robe
+
+	* Looks fine in all my IE8 browsers perhaps its just IE7 that's
+	  behind the times. Use cutesy unicode dingbats for now -- alos put
+	  in item list legend.
+
+2009-12-02 21:02  kneufeld
+
+	* added de9im images
+
+2009-12-02 15:20  robe
+
+	* Now that pdf table layout is fixed with informal table -- put
+	  back operators in matrix
+
+2009-12-02 14:47  robe
+
+	* Do I dear try an informal table again :)
+
+2009-12-02 14:03  robe
+
+	* Try Mateusz idea of a unicode checkmark
+
+2009-12-01 22:54  robe
+
+	* hmm spelled geometry wrong
+
+2009-12-01 22:40  robe
+
+	* get rid of padding on tables
+
+2009-12-01 22:30  robe
+
+	* try again
+
+2009-12-01 21:47  robe
+
+	* back to formal table
+
+2009-12-01 20:08  robe
+
+	* 
+
+2009-12-01 20:00  robe
+
+	* try again
+
+2009-12-01 19:53  robe
+
+	* 
+
+2009-12-01 19:34  robe
+
+	* fix build
+
+2009-12-01 19:19  robe
+
+	* seeif pdf looks better with an informaltable
+
+2009-12-01 18:30  robe
+
+	* title change
+
+2009-12-01 18:29  robe
+
+	* typo
+
+2009-12-01 18:07  robe
+
+	* Add sql mm compliance column get rid of cell-padding
+
+2009-12-01 17:17  robe
+
+	* shorten matrix list to exclude operators and exception so pdf is
+	  not quite so ugly. Try to fit on one page.
+
+2009-12-01 17:06  robe
+
+	* fix filter for 2.5D/curved support. More tweaking of style
+
+2009-12-01 16:42  robe
+
+	* get rid of border=0 altogether exclude management,types, and
+	  transaction from matrix
+
+2009-12-01 16:15  robe
+
+	* border not taking
+
+2009-12-01 15:09  robe
+
+	* I want table borders
+
+2009-12-01 14:42  robe
+
+	* oops had left over junk -- get rid of junk
+
+2009-12-01 14:28  robe
+
+	* try to get rid of section abstract -- see if pdflatex accepts
+	  super duper matrix
+
+2009-12-01 14:15  robe
+
+	* First attempt at super-duper type functionality compare matrix
+
+2009-11-30 22:08  pramsey
+
+	* Fix up boundary condition in node interaction test.
+
+2009-11-30 20:52  pramsey
+
+	* Add an internal geometry tree for use in a native prepared
+	  geometry scheme for fast intersection tests.
+
+2009-11-30 20:50  pramsey
+
+	* Add svn:keywords to everyone
+
+2009-11-30 20:49  pramsey
+
+	* Add NL to end of expected file.
+
+2009-11-30 20:44  pramsey
+
+	* Move the fromGML test into the in_gml.sql file, so that it will
+	  be properly excluded when libxml2 is not available.
+
+2009-11-30 20:39  pramsey
+
+	* Move have_libxml2 define to the other library have_ defines.
+
+2009-11-30 20:37  pramsey
+
+	* Fix warnings from cpp during sql file build as reported by
+	  kneufeld
+
+2009-11-30 19:56  pramsey
+
+	* Updated SQL files for uninstallation to match current state.
+
+2009-11-30 19:12  pramsey
+
+	* Update the upgrade process description to match new scripts.
+
+2009-11-30 17:27  pramsey
+
+	* Rename ST_PointOutside to _ST_PointOutside (#325)
+
+2009-11-30 16:40  kneufeld
+
+	* renamed ST_DumpPoints to _ST_DumpPoints
+
+2009-11-30 14:30  robe
+
+	* revise template to use new entities
+
+2009-11-30 14:24  robe
+
+	* availability note not specified right for ST_DumpPoints
+
+2009-11-30 09:16  robe
+
+	* fill in missing proto for st_polygonize
+
+2009-11-29 09:07  robe
+
+	* Yeh ST_GeomFromKML/GML not crashing anymore on Windows (when
+	  libxml statically compiled in) -- can put back the tests
+
+2009-11-28 22:36  robe
+
+	* Add missing ST_CoveredBy proto for geography
+
+2009-11-28 07:13  robe
+
+	* try to force paragraph at top using sectinfo abstract. Make note
+	  about deprecation more threatening.
+
+2009-11-28 06:50  robe
+
+	* slight amendment to description of casts
+
+2009-11-28 06:40  robe
+
+	* fill out casting behavior, also list box type functions and links
+	  to it and from it
+
+2009-11-27 23:38  pramsey
+
+	* Add install directory as an ignore.
+
+2009-11-27 20:58  robe
+
+	* link to new geometry_dump sections, also alphabetize dump
+	  functions
+
+2009-11-27 20:39  robe
+
+	* thanks Kevin -- this should work now
+
+2009-11-27 20:31  robe
+
+	* take out link and see if hudson is happy
+
+2009-11-27 20:01  robe
+
+	* try again - maybe typo
+
+2009-11-27 19:46  robe
+
+	* Add geometry_dump and special index to list all functions that
+	  take as input or output geometry_dump objects
+
+2009-11-27 19:21  pramsey
+
+	* A few more Mapserver usage updates.
+
+2009-11-27 19:17  pramsey
+
+	* Update the using mapserver section a little
+
+2009-11-27 17:50  pramsey
+
+	* Add newlines at file ends to silence warnings
+
+2009-11-27 17:06  kneufeld
+
+	* Fixed a few typos and missing references
+
+2009-11-27 16:28  robe
+
+	* okay another try. bad scaling
+
+2009-11-27 16:01  robe
+
+	* make all colors different for clarity
+
+2009-11-27 15:37  robe
+
+	* forgot images
+
+2009-11-27 15:36  robe
+
+	* remove dupe ST_DFullyWithin, put in availability note for
+	  ST_DFullyWithin, add ST_ClosestPoint documentation and images,
+	  fix ST_LongestLine diag 3(forgot about the 200x200 rule)
+
+2009-11-26 18:50  robe
+
+	* another st_longestline example
+
+2009-11-26 17:56  mcayland
+
+	* Commit slightly altered regression tests for the above.
+
+2009-11-26 17:55  mcayland
+
+	* Fix #316: IsValid? called on invalid 3d object leads to crash.
+	  Because of the way the parser works, not all tuples can hold a
+	  valid parse position; hence when trying to display the error
+	  message, the parser would crash. The solution I went for here was
+	  to alter pop() so that "counting tuples" always hold a valid
+	  parse position, and then re-write the various check functions to
+	  ensure that they only display parse errors with details from the
+	  next "counting tuple" higher up in the stack.
+
+2009-11-26 16:52  robe
+
+	* change shortestline/longestline point/line example
+
+2009-11-25 23:37  robe
+
+	* another typo
+
+2009-11-25 23:36  robe
+
+	* fix typo in coordinates
+
+2009-11-25 23:07  robe
+
+	* make diagrams more interesting
+
+2009-11-25 22:48  robe
+
+	* Put in figures for ST_LongestLine. revise figure for shortest
+	  line make geometries the same for easy compare
+
+2009-11-25 22:15  robe
+
+	* cosmetic changes
+
+2009-11-25 22:12  robe
+
+	* Put in images for ST_ShortestLine
+
+2009-11-25 21:49  robe
+
+	* put in missing availability notes
+
+2009-11-25 19:15  pramsey
+
+	* Merge Nicklas Aven's distance spike into trunk. (#63, #231)
+
+2009-11-24 22:10  kneufeld
+
+	* added refentry section for ST_DumpPoints()
+
+2009-11-24 21:46  kneufeld
+
+	* added an ST_DumpPoints image to the collection.
+
+2009-11-24 17:28  colivier
+
+	* explicit NULL test on xa->name. Related to #273
+
+2009-11-24 10:28  colivier
+
+	* add also availability note to GmlToSQL()
+
+2009-11-24 10:20  colivier
+
+	* add availability information for postgis_libxml_version()
+
+2009-11-23 18:07  robe
+
+	* #300 - minor casing changes to reference. Incorporate logic to
+	  comment types. Types need more description and casting behavior
+	  detail.
+
+2009-11-23 14:27  robe
+
+	* New postgresql type section per #300. Still need to modify
+	  postgis_comments.sql.xsl accordingly
+
+2009-11-23 14:26  colivier
+
+	* Add libxml2 version information in postgis_full_version. Add
+	  libxml2 support information in postgis_version. Add new
+	  postgis_libxml_version function. Add doc entry for this new
+	  function.
+
+2009-11-22 04:56  pramsey
+
+	* Move utility functions only used in cunit tests to the cunit
+	  code.
+
+2009-11-22 04:28  pramsey
+
+	* Replace pow(,2.0) with POW2 macro.
+
+2009-11-21 06:08  pramsey
+
+	* Move from pass-by-value to pass-by-const-pointer. What can I say,
+	  I have no control over myself.
+
+2009-11-21 03:44  robe
+
+	* update st_buffer, st_intersection details for geography to
+	  reflect what we are actually doing in bestsrid calc
+
+2009-11-21 03:31  robe
+
+	* grammar correction
+
+2009-11-20 20:12  pramsey
+
+	* Fix an error hidden in a debug line.
+
+2009-11-20 18:36  pramsey
+
+	* Fix graxing case and improve co-linear handling with help from
+	  Nicklas Aven (#314)
+
+2009-11-20 18:05  kneufeld
+
+	* added missing dependency of postgis_aggs_mm for the comments
+
+2009-11-20 14:02  mcayland
+
+	* Apply Kris Jurka's pgsql2shp patches, as detail in the
+	  postgis-devel archives on 12th Nov. Thanks Kris!
+
+2009-11-20 13:53  mcayland
+
+	* Finish working on Dave Fuhry's memory-leak patch, and also fix
+	  several other leaks found by running shp2pgsql through valgrind.
+
+2009-11-19 22:35  colivier
+
+	* Switch to reference splitted files. Add references entities. Use
+	  postgis.xml rather than reference.xml in doc/xsl/* files. Add
+	  template rule in doc/xsl/* to only use
+	  /book/chapter[@id='reference'].
+
+2009-11-19 20:23  pramsey
+
+	* Handle the case where the stabline and a polygon edge are
+	  co-linear in point-in-polygon test.
+
+2009-11-19 15:39  mcayland
+
+	* Alter regression test harness so that shp2pgsql/pgsql2shp can be
+	  tested without being installed.
+
+2009-11-19 00:54  pramsey
+
+	* Attempt to clarify MULTIPOLYGON behavior in
+	  ST_SimplifyPreserveTopology (#240)
+
+2009-11-18 19:54  pramsey
+
+	* Add another example (#218)
+
+2009-11-18 19:53  pramsey
+
+	* Put constants reference in the example, so people see it (nobody
+	  reads documentation) (#218)
+
+2009-11-18 17:28  kneufeld
+
+	* Ok, well that didn't work. Reverting changes.
+
+2009-11-18 17:19  kneufeld
+
+	* simplified postgis-out.xml target. The sed replacement should
+	  only happen on the postgis.xml file as the DocBook variable
+	  &last_release_version is used throughout the documentation
+
+2009-11-17 23:27  pramsey
+
+	* Add in the history table convenience functions, a README and some
+	  manual examples for pedagogy.
+
+2009-11-17 22:29  pramsey
+
+	* Fix a double-free in the unit test for collection extract.
+
+2009-11-17 20:14  pramsey
+
+	* Add availability line.
+
+2009-11-17 20:05  pramsey
+
+	* Add more explanation of type numbers.
+
+2009-11-17 20:03  pramsey
+
+	* Implement ST_CollectionExtract() to pull specific homogeneous
+	  collections out of heterogeneous collections. Regressions and
+	  documentation included. (#218)
+
+2009-11-17 17:23  pramsey
+
+	* Trim the binary versions of geometries to try and remove
+	  regressions from other platforms.
+
+2009-11-17 14:00  mcayland
+
+	* Properly fix #219 by creating a separate "mini install" of
+	  PostGIS into the PGXS regression directory that can be used for
+	  regression. This is because different architectures have
+	  different naming conventions, and so Paul's original hack isn't
+	  guaranteed to work. By using PGXS to perform the install, we
+	  eliminate the problem of having to know the final architecture
+	  library name.
+
+2009-11-17 04:28  pramsey
+
+	* Add tests from #210 to the tickets.sql
+
+2009-11-17 04:25  pramsey
+
+	* Add tickets.sql and expected tests derived from old trac entries
+	  (#214)
+
+2009-11-16 23:30  pramsey
+
+	* Add identifying lines to SQL so that error lines are easier to
+	  find.
+
+2009-11-16 23:22  pramsey
+
+	* Remove trailing space from libname
+
+2009-11-16 22:01  pramsey
+
+	* Add in hack to match the library .so substition name to the one
+	  produced by a particular PgSQL version. (#219)
+
+2009-11-16 21:13  pramsey
+
+	* Add in tests for MapServer/Geoserver-style SQL calls. (#224)
+
+2009-11-16 20:25  pramsey
+
+	* Make scripts version independent of library micro-version.
+
+2009-11-16 19:52  pramsey
+
+	* Make POSTGIS_SCRIPTS_VERSION reflect the maximum SVN version of
+	  the SQL input files. (#242)
+
+2009-11-16 19:47  kneufeld
+
+	* Ticket #76.
+	  - added a modified version of a plpgsql implementation for
+	  ST_DumpPoints() proposed by Maxime van Noppen.
+	  - added regression tests
+
+2009-11-16 19:10  pramsey
+
+	* Make an unknown geography SRID translate to a 4326 geometry SRID
+	  during a cast (#298)
+
+2009-11-16 19:06  robe
+
+	* forgot availability note
+
+2009-11-16 19:04  robe
+
+	* fix typos in ST_MakeEnvelope (at least he tries :) )
+
+2009-11-16 18:46  pramsey
+
+	* Add doco and regression tests for ST_MakeEnvelope() (#199)
+
+2009-11-16 18:28  pramsey
+
+	* Add ST_MakeEnvelope() constructor, terse function for making bbox
+	  polygons. (#199)
+
+2009-11-16 13:50  robe
+
+	* revise to deal with boolean arguments
+
+2009-11-16 12:57  robe
+
+	* Update geography transform description to reflect new cowboy
+	  transform hack strategy :). Need to update functions as well once
+	  Olivier has stopped kicking dust.
+
+2009-11-16 05:55  robe
+
+	* More encouragement to use GEOS 3.2 :)
+
+2009-11-16 05:53  robe
+
+	* get rid of reference to loading geography.sql (now integrated in
+	  postgis.sql)
+
+2009-11-16 00:28  colivier
+
+	* revert Makefile.in reference.xml and postgis.xml to r4816. Need
+	  to fix NewFunction reference to go further :(
+
+2009-11-16 00:27  pramsey
+
+	* Cowboy triumphs. (#304)
+
+2009-11-15 23:13  pramsey
+
+	* Actually use Antarctic stereographic for antarctic points. (#304)
+
+2009-11-15 22:17  colivier
+
+	* Add final semicolon. Remove useless copy related to reference.xml
+
+2009-11-15 22:03  colivier
+
+	* Add forgotten .xml (in pdf rule)
+
+2009-11-15 21:55  colivier
+
+	* Add forgotten .xml in postgis-out rule
+
+2009-11-15 21:23  colivier
+
+	* Update Makefile rules, related to reference.xml split (r4817)
+
+2009-11-15 20:39  colivier
+
+	* Split reference.xml on several sub files (upon sect1). Use entity
+	  to avoid redundant compliant/support text (SFS, SQL/MM, Z/M
+	  dimensions, Curve support)
+
+2009-11-15 19:52  pramsey
+
+	* Handle odd ArcMap scinotation for large ints. (#38)
+
+2009-11-15 19:32  pramsey
+
+	* Add locale handling by setting to 'C' (#303)
+
+2009-11-15 19:23  pramsey
+
+	* Make the _cmp and _eq methods use the same equality conditions so
+	  that
+	  indexed and unindexed answers will be the same. (#292)
+
+2009-11-14 21:14  pramsey
+
+	* Move the polar stereographic line a little further north in
+	  bestsrid. (#304)
+
+2009-11-14 03:49  robe
+
+	* missing ST_DWithin geography spheroid proto
+
+2009-11-14 00:40  pramsey
+
+	* Add testing and drop deprecated functions (#202)
+
+2009-11-13 22:13  pramsey
+
+	* Build out version specific upgrade scripts.
+
+2009-11-13 20:04  pramsey
+
+	* First baby steps towards version-specific loader
+
+2009-11-13 15:28  robe
+
+	* libxml preferable
+
+2009-11-13 15:27  robe
+
+	* fix Paul's bad spelling, add KML in output list, link to what's
+	  new in PostGIS 1.5 section, GEOS 3.2 preferred
+
+2009-11-13 03:35  robe
+
+	* fix formatting in ST_LineCrossingDirection (replace tabs with
+	  spaces)-- show new corrected output after #272 - should be
+	  negatively symmetric fix
+
+2009-11-12 19:00  pramsey
+
+	* Walk back function deletions of ST_ functions under types and
+	  operators, these can't be dropped during an in-place upgrade,
+	  *sigh*. (#195)
+
+2009-11-12 04:09  pramsey
+
+	* Remove old version ifdefs for versions < PgSQL 8.3 (#290)
+
+2009-11-11 19:57  pramsey
+
+	* Update behavior of lwgeom_same to match "orderingequals"
+	  semantics (#289)
+
+2009-11-11 19:35  pramsey
+
+	* Slightly loosen equality tolerance check for point in cone...
+	  does this fix cunit regressions?
+
+2009-11-11 19:02  pramsey
+
+	* Simplify code and improve consistency of linecrossing results
+	  (#272)
+
+2009-11-11 00:00  pramsey
+
+	* Remove GisT headers from file and set keywords.
+
+2009-11-10 23:58  pramsey
+
+	* Make the = operator do a pure equality test
+
+2009-11-10 20:39  pramsey
+
+	* Stub implementation of ordering operators (#292)
+
+2009-11-10 19:30  pramsey
+
+	* Apply handling for EMPTY geometries to all geography functions
+	  per the DevWikiEmptyGeometry page.
+
+2009-11-10 18:34  robe
+
+	* put logic to recognize boolean and KML text args. Exclude
+	  ST_GeomFromKML and ST_GeomFromGML from testing until crashing
+	  problem under mingw is resolved.
+
+2009-11-10 12:45  robe
+
+	* put availability note first in what's new for 1.5. Some of the
+	  functions aren't new but support geography or have behavior
+	  change. Easier if that note comes first. Will change for prior
+	  what's new later if this looks okay.
+
+2009-11-10 12:18  robe
+
+	* using (T) to denote Paul's transform hacks and noting what that
+	  (T) means. Will eventually use to generate super duper function
+	  compare matrix :)
+
+2009-11-10 12:13  robe
+
+	* Put in ST_Intersection proto for geography
+
+2009-11-10 12:08  robe
+
+	* add ST_Intersects proto for geography
+
+2009-11-10 11:57  robe
+
+	* Add ST_GeomFromKML, add some grammar corrections to
+	  ST_GeomFromGML
+
+2009-11-08 19:05  colivier
+
+	* Initial version of ST_GeomFromKML function and related units
+	  tests
+
+2009-11-08 19:02  colivier
+
+	* remove an unused var. minor comment change
+
+2009-11-08 06:42  colivier
+
+	* Complete ST_GeomFromGML documentation. Add ST_GMLToSQL
+	  documentation entry. (Please tks to read back as my english
+	  grammar is far to be perfect)
+
+2009-11-07 16:49  pramsey
+
+	* Remove TODO items that have actually been done.
+
+2009-11-07 16:17  pramsey
+
+	* Make the configure-time test for PgSQL version check for 8.3+
+	  (#290)
+
+2009-11-07 01:47  pramsey
+
+	* Drop database when function loads fail in regression tests. (#77)
+
+2009-11-07 01:31  pramsey
+
+	* Make ~= be a bounding box only operator and upgrade ST_Equals()
+	  and ST_OrderingEquals() to match the new behavior. Update
+	  regression tests to match new behavior. (#282) See also #289 for
+	  an odd quirk discovered while updating regression tests.
+
+2009-11-07 00:33  pramsey
+
+	* Add text wrappers to functions we commonly expect people to call
+	  with text arguments but expect implicit casting to geometry.
+	  (#252)
+
+2009-11-07 00:12  pramsey
+
+	* Fix for point-on-vertex case of st_covers (#271)
+
+2009-11-06 22:55  pramsey
+
+	* Utility to read svn revision numbers from SQL scripts.
+
+2009-11-06 22:49  colivier
+
+	* finalize Xlink support (GML SF-2 fully compliant). Fix typo on
+	  PointProperty/Point. Few comments and style corrections. Update
+	  unit tests.
+
+2009-11-06 21:45  pramsey
+
+	* Make geography.sql part of the standard postgis.sql build.
+
+2009-11-06 20:46  pramsey
+
+	* Add costs to CPU intensive C functions and update doco to ensure
+	  8.3 is the referenced minimum PgSQL version. (#230)
+
+2009-11-06 17:30  pramsey
+
+	* Update documentation for those functions affected by RFC3. They
+	  are all internal functions that are going to disappear in 2.0,
+	  might be better to simply remove them, but for now...
+
+2009-11-05 20:20  pramsey
+
+	* Fix for #157, ST_GeometryType output doesn't correctly identify
+	  curved geometries
+
+2009-11-05 19:29  pramsey
+
+	* Fix for new LRS regression (#283)
+
+2009-11-05 19:04  pramsey
+
+	* Implement RFC3 (#195)
+
+2009-11-05 04:55  pramsey
+
+	* Some initializations and a null pointer avoidance test (#273)
+
+2009-11-05 00:58  pramsey
+
+	* Add ST_Intersection() and ST_Intersects() for geography.
+
+2009-11-05 00:43  pramsey
+
+	* Remove createdb_opt lines from psql and createlang calls. (#228)
+
+2009-11-05 00:37  pramsey
+
+	* Make non-M attempts to run LRS functions error out instead of
+	  return NULL (#113)
+
+2009-11-04 23:51  pramsey
+
+	* Fix for #273? Some unitialized variables may have been causing
+	  problems. Initializing them fixed this problem for me.
+
+2009-11-04 23:03  pramsey
+
+	* Fix hausdorf crasher (#279)
+
+2009-11-04 21:19  colivier
+
+	* revert wrong commit (r4741) on wktparse.lex file
+
+2009-11-04 21:10  colivier
+
+	* Allow a double to not have digit after dot (related to #175).
+	  Update unit test case
+
+2009-11-04 20:35  pramsey
+
+	* Fix for #175, numbers with a terminal decimal won't parse.
+
+2009-11-04 18:59  robe
+
+	* amend ST_Length to include use_spheroid proto and amend examples
+	  to state new default behavior
+
+2009-11-04 18:47  pramsey
+
+	* Allow ~= operator to recheck, per #253.
+
+2009-11-04 11:57  robe
+
+	* type correction in ST_BuildArea output. Add additional proto to
+	  ST_Area and correct the example to show the new spheroid
+	  measurement default
+
+2009-11-04 09:53  colivier
+
+	* Give priority to gml namespace attribute if any. Apply a fix on
+	  ring incrementation (Surface/interior)
+
+2009-11-04 03:27  pramsey
+
+	* Change ST_Area(geog) to defaul to spheroid calculation.
+
+2009-11-04 00:13  pramsey
+
+	* Remove unit test failure cases in 32-bit architectures. Now have
+	  to test correctness
+	  of algorithms on test data in 64-bit environment.
+
+2009-11-03 22:26  colivier
+
+	* Initial support of Xlink. Add related units tests. Few cleaning
+
+2009-11-03 22:24  colivier
+
+	* Add xpath headers support for libxml2
+
+2009-11-03 21:24  pramsey
+
+	* File headers and property setting.
+
+2009-11-03 21:16  pramsey
+
+	* Add in handlers to avoid sheroid area cases we currently cannot
+	  handle.
+
+2009-11-03 21:13  pramsey
+
+	* Slight change in ST_Area wording.
+
+2009-11-03 15:32  robe
+
+	* amend distance proto and example -- now we default to spheroid
+
+2009-11-03 13:36  colivier
+
+	* Add namespace support. Add pointProperty and pointRep support.
+	  Fix pos and posList spaces inside coordinates issue. Comments
+	  update. Update unit tests
+
+2009-11-03 10:03  robe
+
+	* get rid of extra para tag
+
+2009-11-03 09:47  robe
+
+	* more typo fixing
+
+2009-11-03 09:33  robe
+
+	* fix typo
+
+2009-11-03 05:19  robe
+
+	* Document ST_Buffer for geography and caveats
+
+2009-11-03 02:58  pramsey
+
+	* Re-enable other geodetic unit tests and remove Java code block.
+
+2009-11-03 00:36  pramsey
+
+	* First cut of ST_Area(geography) on spheroid. Currently not
+	  default, use ST_Area(geog, true) to enable it. Beware of
+	  limitations over poles and eequator.
+
+2009-11-02 12:05  robe
+
+	* minor corrections to ST_distance_sphere/spheroid descriptions
+
+2009-11-01 22:31  robe
+
+	* amend doc for st_distance_sphere, st_distance_spheroid to reflect
+	  expanded support.
+
+2009-10-31 05:05  pramsey
+
+	* Make distance_spher(oid) functions a little more type safe.
+
+2009-10-31 04:53  pramsey
+
+	* Update distance_sphere and distance_spheroid to back onto new
+	  geodetic handlers and support generic geometry.
+
+2009-10-31 00:10  pramsey
+
+	* Tighten up geometry->geography case (#265)
+
+2009-10-31 00:01  pramsey
+
+	* Add ST_Length() implementation on spheroid and rationalize the
+	  sphere/spheroid implementations into
+	  a smaller shared set of functions.
+
+2009-10-30 20:45  pramsey
+
+	* Add in spheroid calculations for ST_Distance and ST_DWithin.
+
+2009-10-30 19:00  robe
+
+	* Add link to new compatibility matrix
+
+2009-10-29 20:31  colivier
+
+	* Change dimension to srsDimension (GML 3.1.1)
+
+2009-10-29 20:21  colivier
+
+	* Change attribute dimension into srsDimension (GML 3.1.1), cf #276
+
+2009-10-29 19:53  pramsey
+
+	* Minor changes for numerical stability. Remove logging.
+
+2009-10-29 19:41  pramsey
+
+	* Increase precision of minor axis constant.
+
+2009-10-29 19:24  pramsey
+
+	* Spheroid distance calculation between points added.
+
+2009-10-29 18:42  colivier
+
+	* Add mixed GML srs support. Add ability to deal with lat/lon issue
+	  in GML 3. Fix GML collection units tests. Update units tests
+
+2009-10-29 18:40  colivier
+
+	* Expose transform_point, make_project and GetProj4StringSPI.
+	  Creation of lwgem_transform.h
+
+2009-10-29 14:21  colivier
+
+	* Update unit test result, related to error message change (r4662
+	  in lwgeom_transform.c)
+
+2009-10-29 14:08  colivier
+
+	* Add attribute dimension in gml:pos and gml:posList. Fix
+	  geometrycollection invalid GML output. Update units test. Cf #276
+
+2009-10-28 23:05  pramsey
+
+	* Note why the penalty function was changed.
+
+2009-10-28 23:02  pramsey
+
+	* Remove overly clever penalty calculation and improve index
+	  structure a lot!
+
+2009-10-28 18:38  pramsey
+
+	* Fill in actual error condition
+
+2009-10-28 18:20  pramsey
+
+	* Fix error in picksplit routine, perhaps will fix balance problem.
+
+2009-10-28 12:13  robe
+
+	* slight attribution update
+
+2009-10-28 11:56  robe
+
+	* minor update to release notes (copying content from branch 1.3
+	  not in trunk)
+
+2009-10-28 11:47  robe
+
+	* switch pretty tag back to credits -- already linked in
+	  reference.xml
+
+2009-10-28 11:40  robe
+
+	* update credits to include breakout of PSC and bump up people with
+	  commit access and currently committing work
+
+2009-10-28 11:05  robe
+
+	* copy release notes text from branch 1.4 which is strangely more
+	  up to date.
+
+2009-10-28 10:58  robe
+
+	* correct links to postgis bug tracker and subversion repository.
+	  Also amend the release_notes section to reflect newer version
+	  changes
+
+2009-10-27 21:39  colivier
+
+	* Fix huge number overflow in export functions, cf #277
+
+2009-10-24 16:37  colivier
+
+	* Add multi data coordinates support. Add unit test case data_1
+
+2009-10-24 16:35  colivier
+
+	* Add ptarray_merge function
+
+2009-10-23 23:16  pramsey
+
+	* Update personal information.
+
+2009-10-23 16:01  robe
+
+	* typo in example
+
+2009-10-23 15:51  robe
+
+	* put in availability note for ST_GeomFromGML, link back from
+	  ST_AsGML, note about libxml2 required
+
+2009-10-23 13:26  robe
+
+	* Preliminary documentation for ST_GeomFromGML and logic to support
+	  gml input parameters
+
+2009-10-22 14:08  colivier
+
+	* Use ptarray_isclosed3d to check if 3D rings are closed also on Z.
+	  Update units tests cases
+
+2009-10-22 14:06  colivier
+
+	* Add ptarray_isclosed3d function
+
+2009-10-20 15:30  robe
+
+	* fix typo in libxml deactivated notice
+
+2009-10-20 13:07  colivier
+
+	* Add HAVE_LIBXML2
+
+2009-10-20 12:54  colivier
+
+	* Add initial version of GeomFromGML function, and units tests
+	  cases.
+
+2009-10-20 12:51  colivier
+
+	* Add libxml2 support (needed by GeomFromGML)
+
+2009-10-19 12:53  robe
+
+	* update to include ST_Length for geography
+
+2009-10-19 05:05  pramsey
+
+	* Add _ST_BestSRID(Geography) utility function to support
+	  ST_Buffer(geography, radius) hack that casts back and forth to
+	  geometry.
+
+2009-10-18 21:15  pramsey
+
+	* Add in support for magic srid numbers that will always be
+	  available for UTM WGS84 and polar stereography. Will be used in
+	  wrappers that allow geometry functions to be applied to
+	  geography.
+
+2009-10-18 04:19  pramsey
+
+	* ST_Length(geography) per #266
+
+2009-10-16 23:30  pramsey
+
+	* Muck with index logging code.
+
+2009-10-16 16:33  mcayland
+
+	* Fix the geography <column> && <column> selectivity code. Now the
+	  answers between geometry and geography are reasonably similar :)
+
+2009-10-16 16:31  mcayland
+
+	* Commit a first-hack attempt at a script to test the geography
+	  join estimation code.
+
+2009-10-16 16:23  mcayland
+
+	* Change "Mixed Geometry Types" message into a warning rather than
+	  an error in the existing join estimation test script.
+
+2009-10-16 13:33  robe
+
+	* revise to test && against table and also put in some floating
+	  points to make tests more interesting
+
+2009-10-16 13:01  robe
+
+	* #269 get rid of geography -> geometry implicit to make it an
+	  explicit cast
+
+2009-10-16 09:37  strk
+
+	* Tell what the default is for -N in help output and README file
+
+2009-10-15 17:50  mcayland
+
+	* Update the TYPMOD_SET_* macros in the same way as for the
+	  FLAGS_SET_* macros earlier, so that they actually change the
+	  variable they reference.
+
+2009-10-15 17:45  mcayland
+
+	* Add (slightly hacked) version of geography selectivity test
+	  script to the repo.
+
+2009-10-15 17:44  mcayland
+
+	* Fix test_estimation.pl script so it doesn't require oids - no-one
+	  uses these in the 21st century...
+
+2009-10-15 15:35  mcayland
+
+	* Alter the FLAGS_SET_* macros so that they actually update the
+	  specified flag variable, rather than just returning the new value
+	  of the flag variable.
+
+2009-10-15 14:48  mcayland
+
+	* Fix for column intersection geography queries sometimes returning
+	  "lwgeom_get_gbox_geodetic: non-geodetic gbox provided" during
+	  execution - a missing initialisation bug.
+
+2009-10-14 16:57  mcayland
+
+	* Re-enable ANALYZE hook, now that it doesn't crash upon loading
+	  Paul's test dataset anymore.
+
+2009-10-14 16:22  mcayland
+
+	* Don't use the default (integer) version of abs() during floating
+	  point calculations...
+
+2009-10-13 19:50  pramsey
+
+	* Much better fix for NaN area problem.
+
+2009-10-13 19:39  pramsey
+
+	* HAck fix for NaN areas.
+
+2009-10-11 02:03  pramsey
+
+	* Don't copy bboxes from lwgeom to gserialized when working with
+	  geodetics. (#263)
+
+2009-10-10 16:59  robe
+
+	* update to include ST_Covers geography
+
+2009-10-10 15:43  robe
+
+	* update ST_Area with geography examples
+
+2009-10-10 03:18  pramsey
+
+	* Add geometry(geography) case per #257
+
+2009-10-10 00:08  pramsey
+
+	* Fix ST_Area(geography) calculation to be more... correct.
+
+2009-10-09 19:23  pramsey
+
+	* Add implementation for ST_Covers(geography, geography) in
+	  point-in-polygon case.
+
+2009-10-09 18:07  pramsey
+
+	* Fix incorrect use of flags macros
+
+2009-10-09 16:51  pramsey
+
+	* One more fix for #260.
+
+2009-10-09 16:07  pramsey
+
+	* Fix for #261 (spurious dimension difference errors)
+
+2009-10-09 10:39  robe
+
+	* Put in proto for ST_Area(geography). Still need to put in example
+	  but my ST_Area is non-existent will double-check why.
+
+2009-10-09 04:16  pramsey
+
+	* Add ST_PointOutside() function for testing purposes.
+
+2009-10-08 19:40  pramsey
+
+	* Make geographic point initialization slightly more efficient
+	  (avoid doing it twice for each vertex)
+
+2009-10-08 18:59  pramsey
+
+	* Make error messages slightly less opaque
+
+2009-10-08 18:41  pramsey
+
+	* Comment out analyze argument in geometry type creation -- it is
+	  causing a crash for me when loading my test data tables.
+
+2009-10-08 17:10  pramsey
+
+	* Change radius figure to common average.
+
+2009-10-08 17:04  pramsey
+
+	* Reformat SQL lines with tabs
+
+2009-10-08 11:43  robe
+
+	* revise readme to include link to instructions for garden test
+
+2009-10-08 11:40  robe
+
+	* Revise to have function list past in as arg to xsltproc
+
+2009-10-08 10:29  mcayland
+
+	* Commit first attempt at working geography index selectivity - the
+	  conversion should be there, however it needs some kind of test
+	  harness to verify some of the results.
+
+2009-10-08 05:35  pramsey
+
+	* ST_Area(geography) implementation and SQL bindings.
+
+2009-10-07 14:26  pramsey
+
+	* Make the calculation of gboxes a little simpler in the db level
+	  code.
+
+2009-10-07 12:16  mcayland
+
+	* Fix #179: ST_MakeLine and ST_MakeLine_Garry crash server with
+	  null arrays again. There was another non-NULL safe array iterator
+	  within LWGEOM_makeline_garray.
+
+2009-10-07 11:52  robe
+
+	* Add table with multiple nulls to garden of geometries.
+	  Evidentally -- there are some NULL bugs that escape trapping with
+	  just a single null geometry in the table.
+
+2009-10-07 04:38  robe
+
+	* flip order of ST_Relate protos as Martin observes it doesn't
+	  match our description
+
+2009-10-07 03:38  pramsey
+
+	* Put prototypes into place
+
+2009-10-07 03:37  pramsey
+
+	* Change from pass by reference to pass by value
+
+2009-10-07 03:35  pramsey
+
+	* Short circuit the edge intersection test when the gboxes are
+	  disjoint
+
+2009-10-06 16:16  mcayland
+
+	* First attempt at porting the estimate_selectivity() function to
+	  handle 3 dimensions. Note this is mostly untested at the moment,
+	  as this is only the function that cuts the relevant section out
+	  of the histogram. We still need to plug this into the PostgreSQL
+	  infrastructure.
+
+2009-10-06 13:51  mcayland
+
+	* Fix #258: ST_HausdorffDistance crashes server. Another geometry
+	  free typo (same as #241) in both st_hausdorffdistance() and
+	  st_hausdorffdistancedensify().
+
+2009-10-06 13:43  mcayland
+
+	* Fix #241: ST_LineCrossingDirection Server Crash (Segfault) caused
+	  by a typo freeing the wrong parameter.
+
+2009-10-06 12:02  robe
+
+	* Put NULL safety tests back in now that Mark has fixed aggregate
+	  collection bug
+
+2009-10-06 11:15  robe
+
+	* Turn of Paul's accidental commit of fanboy mac enabled random
+	  test
+
+2009-10-06 10:49  mcayland
+
+	* Fix compilation bug when debug is enabled.
+
+2009-10-06 10:15  mcayland
+
+	* Fix another non-NULL safe array iteration within
+	  LWGEOM_collect_garray, as discovered by Regina's torture tests.
+
+2009-10-06 08:52  mcayland
+
+	* Move CFLAGS after the PGXS include directive, so that the
+	  autotools configuration doesn't getting overwritten by the PGXS
+	  version. Required when passing custom compiler f
+	  lags into PostGIS as reported by William Kyngesburye.
+
+2009-10-06 04:59  pramsey
+
+	* Make db implementation consistent with liblwgeom
+
+2009-10-06 04:50  pramsey
+
+	* Change signatures for lwgeom distance sphere
+
+2009-10-06 04:19  pramsey
+
+	* New point-outside routine, and allow distances against empty
+	  geometries.
+
+2009-10-05 21:15  kneufeld
+
+	* updated ST_IsValid's reference to the OGC specs.
+
+2009-10-05 19:43  pramsey
+
+	* More test cases in there (but turned off, because they fail :(
+
+2009-10-05 19:38  pramsey
+
+	* Add untested new p-i-p approach for more testing later.
+
+2009-10-05 16:17  mcayland
+
+	* Commit first attempt at a multi-D statistics histogram builder.
+	  Note that while geodetic data is inherently 3D, the builder also
+	  contains code to handle lower dimension cartesian coordinates,
+	  which should make porting to ggeometry easier at a later date. At
+	  the moment there are no selectivity routines which actually use
+	  the histograms for real queries, however a reasonably convincing
+	  histogram is created in pg_statistic and all regression tests
+	  pass here.
+
+2009-10-05 14:37  pramsey
+
+	* Increase precision.
+
+2009-10-05 14:37  pramsey
+
+	* Add another printing block
+
+2009-10-05 12:52  robe
+
+	* more errors in my logic
+
+2009-10-05 11:45  robe
+
+	* more corrections
+
+2009-10-05 05:05  pramsey
+
+	* Added new point-on-edge routine still no joy on bad test case.
+
+2009-10-04 22:26  pramsey
+
+	* Add another test case that needs resolution
+
+2009-10-04 01:41  pramsey
+
+	* Add SQL bindings for selectivity functions.
+
+2009-10-04 00:52  pramsey
+
+	* revert to previous version
+
+2009-10-04 00:51  pramsey
+
+	* Some fixes to the ST_DWithin code.
+
+2009-10-02 20:07  robe
+
+	* more changes to better test geography
+
+2009-10-02 19:24  robe
+
+	* cosmetic change to tolerance args for ST_DWithin
+
+2009-10-02 19:21  robe
+
+	* put create table examples in program listing tag
+
+2009-10-02 19:08  robe
+
+	* add geography proto for ST_DWithin, also fill in some
+	  availability marks forgotten.
+
+2009-10-02 18:44  robe
+
+	* Add geography example for ST_Distance, more geometry examples and
+	  amend to reflect its in meters
+
+2009-10-02 18:28  pramsey
+
+	* Largely untested implementation of ST_DWithin(geography,
+	  geography).
+	  We're in business baby!
+
+2009-10-02 14:13  strk
+
+	* typo in help message
+
+2009-10-02 01:38  pramsey
+
+	* Make the units of st_distance(geography, geography) meters
+
+2009-10-01 23:54  pramsey
+
+	* Fix boner error
+
+2009-10-01 21:18  robe
+
+	* typos
+
+2009-10-01 20:37  robe
+
+	* put in ST_Distance proto for geography so can test it.
+
+2009-10-01 19:50  pramsey
+
+	* ST_Distance(geography, geography) roughed in. Small detail,
+	  currently returns answers in radians. :)
+
+2009-10-01 18:45  pramsey
+
+	* Add polygon/point distance and tests.
+
+2009-10-01 14:52  pramsey
+
+	* Wow, error that only showed up in MinGW, but totally an error. I
+	  wonder why my test passed this... clean memory I guess.
+
+2009-10-01 05:53  pramsey
+
+	* lwgeom sphere distance function and tests for point/linestring
+
+2009-09-30 23:59  pramsey
+
+	* Roughing in lwgeom distance machinery now.
+
+2009-09-30 23:03  pramsey
+
+	* Add edge-edge distance tests.
+
+2009-09-30 21:45  pramsey
+
+	* Add return value for point of closest approach on arc/edge
+	  distance.
+
+2009-09-30 21:21  pramsey
+
+	* Add edge-to-point distance calculation and tests
+
+2009-09-30 19:34  pramsey
+
+	* Remove CPU intensive test and add some lat/lon utility functions
+
+2009-09-30 19:02  pramsey
+
+	* Make point-in-edge test even looser (fp tolerance factor)
+
+2009-09-30 18:57  pramsey
+
+	* Move defines around a bit.
+
+2009-09-30 18:54  pramsey
+
+	* Add some debugging blocks for later
+
+2009-09-30 18:28  pramsey
+
+	* Add in special case test for parallel / equal edges.
+
+2009-09-30 17:12  pramsey
+
+	* Whoops, make sure we test all our test cases.
+
+2009-09-30 17:09  pramsey
+
+	* Make random brute force test a compile-time option.
+
+2009-09-30 17:05  pramsey
+
+	* Add more test cases for geocentric bbox calculation and make 'in
+	  cone' test inclusive of end points.
+
+2009-09-30 15:50  robe
+
+	* more fixes to make geography friendly
+
+2009-09-30 14:10  strk
+
+	* Can't put backslash-commands in 'echo' parameter in a standard
+	  way
+	  (would take -e in some cases) so replace \t with some spaces
+
+2009-09-30 08:39  strk
+
+	* add missing newline at end of error message (utf8/iconv)
+
+2009-09-30 00:17  pramsey
+
+	* Re-enable all geodetic tests.
+
+2009-09-30 00:11  pramsey
+
+	* Add some extra comments
+
+2009-09-29 20:44  pramsey
+
+	* astyle the work thus far
+
+2009-09-29 20:41  pramsey
+
+	* Flip the clairaut calculations to return both top and bottom in
+	  one go.
+
+2009-09-29 19:53  pramsey
+
+	* Remove old GBOX test answers (some were wrong!) in favor of
+	  actual slow calculations
+
+2009-09-29 19:50  pramsey
+
+	* Add randomized box maker/checker... still some small errors?
+
+2009-09-29 19:02  pramsey
+
+	* Make polygon pole check a little more general.
+
+2009-09-29 18:48  pramsey
+
+	* All bbox test cases now pass. Suck on that!
+
+2009-09-29 15:55  robe
+
+	* remove null geometry from testing until we fix aggregate null
+	  crashing bug. Also fix multipolygonz and m not returning those
+	  geometry types.
+
+2009-09-29 14:40  pramsey
+
+	* Remove un-used function from testing.
+
+2009-09-29 14:39  pramsey
+
+	* Work on making "on edge" test more reliable.
+
+2009-09-29 13:31  strk
+
+	* Ensure lwcollection_segmentize2d always return a NEW geometry.
+	  Fixes ticket #254. Add regression test for that bug.
+
+2009-09-29 12:42  robe
+
+	* Add missing protos for geography for ST_AsKML, ST_AsGeoJSON,
+	  ST_AsSVG, ST_AsGML. Revise xml parser special index generator to
+	  not dupe when multiple protos with geography
+
+2009-09-29 12:23  robe
+
+	* Put in overload text for ST_AsText and ST_AsBinary to prevent the
+	  function .. is not unique when passing in text (unknown) rep of a
+	  geometry. Still need to do this for ST_AsKML etc. that Olivier
+	  just put in.
+
+2009-09-29 07:45  colivier
+
+	* Update documentation related to geography typmod export functions
+	  (r4535, r4536)
+
+2009-09-29 06:34  robe
+
+	* Add a new special index section to collect functions that take as
+	  input or output geography data type. Also give pretty anchor to
+	  PostGIS Geography section
+
+2009-09-28 22:45  pramsey
+
+	* Test re-org and first cut at edge intersection.
+
+2009-09-28 18:31  colivier
+
+	* A forgot prototype in ST_AsGeoJson export function
+
+2009-09-28 18:16  colivier
+
+	* Add geography typmod support for export functions (ST_AsGML,
+	  ST_AsGeoJson, ST_KML, St_AsSVG). Create lwgeom_export.c and
+	  lwgeom_export.h to factorize common export functions routines.
+
+2009-09-25 13:32  robe
+
+	* remove regex.h include per Nicklas observation its still in
+	  there.
+
+2009-09-23 18:15  pramsey
+
+	* Add SQL def'n for geography_analyze function.
+
+2009-09-23 16:11  robe
+
+	* another typo
+
+2009-09-22 21:56  robe
+
+	* missing spots for geography.sql and postgis_comments.sql
+
+2009-09-22 21:53  robe
+
+	* correct typo
+
+2009-09-22 21:14  robe
+
+	* start putting in geography functions
+
+2009-09-22 13:38  mcayland
+
+	* Commit fix to LW_ABS() macro as discovered by Nicklas Aven.
+
+2009-09-22 13:09  mcayland
+
+	* Add the basic machinery to call a function when running VACUUM
+	  ANALYZE on a geography column - the more interesting parts are
+	  yet to come ;)
+
+2009-09-22 12:27  robe
+
+	* get rid of things like invalid coords for 4326 space tripping up
+	  geography testing.
+
+2009-09-22 11:53  mcayland
+
+	* Oops - forgot to bump the array indices on the last commit :(
+
+2009-09-22 11:27  robe
+
+	* Update installation to include geography.sql (yikes we still had
+	  install lwpostgis.sql -- no wonder people are so confused). Also
+	  upped required to 8.3
+
+2009-09-22 11:23  robe
+
+	* cut in Paul's geography.txt into the official docs. Didn't notice
+	  it before :(. We might need a whole new chapter for this to do it
+	  justice but will deal with formatting later.
+
+2009-09-22 11:23  mcayland
+
+	* Add missing geometry(m)(z) type missing from previous commit.
+
+2009-09-22 11:13  mcayland
+
+	* Remove dependency on regex library by implementing the same
+	  functionality using standard C functions. Passes regression tests
+	  for me.
+
+2009-09-22 00:06  pramsey
+
+	* Change signatures to use fewer pointers.
+
+2009-09-21 10:57  mcayland
+
+	* Update LWDEBUG(F)/POSTGIS_DEBUG(F) macro debug levels to follow
+	  the standard in postgis/DEBUG.
+
+2009-09-21 10:50  mcayland
+
+	* Change macros to use capitalised names, as per standard C
+	  convention. This means it is possible at a glance to determine
+	  what is a macro and what is a function.
+
+2009-09-20 08:15  robe
+
+	* fix typos and redundant things
+
+2009-09-20 08:10  robe
+
+	* flag some operators that support geography, put in logic to test
+	  for geography marked functions
+
+2009-09-20 07:50  robe
+
+	* 
+
+2009-09-20 07:45  robe
+
+	* Make slot for geography data type and start filling in details
+
+2009-09-18 14:53  pramsey
+
+	* Clean up tests so they pass quietly. (#249)
+
+2009-09-18 14:10  robe
+
+	* #250: Fix to get mingw to compile using conditional -lregex
+	  Had to change configure.ac too so -lregex is not put in if its
+	  built-in.
+
+2009-09-17 15:44  robe
+
+	* Revise garden test to include testing for creating geography
+	  types. Still needs a bit more work. Also discovered more crashers
+	  to put in bug list (not all related to geography)
+
+2009-09-17 05:57  pramsey
+
+	* Fix serialization problem with lwgeoms that have bboxes.
+
+2009-09-17 05:33  pramsey
+
+	* Clean up gbox serialization a little
+
+2009-09-17 02:33  pramsey
+
+	* Add lwgeom_is_empty() test
+
+2009-09-17 00:01  pramsey
+
+	* Work on tracking down bug in casting geometry->geography
+
+2009-09-16 22:43  pramsey
+
+	* Fix some test cases crossing the date line
+
+2009-09-16 21:09  pramsey
+
+	* Add gbox string constructor for testing purposes
+
+2009-09-16 20:19  pramsey
+
+	* More tests pass
+
+2009-09-16 18:54  pramsey
+
+	* Change back to less intensive cartesian clairaut
+
+2009-09-16 18:50  pramsey
+
+	* Fix errors in calculating geocentric bounds. Early test cases now
+	  pass!
+
+2009-09-15 21:21  pramsey
+
+	* Hook geocentric calculation into gbox routines, start testing
+
+2009-09-15 19:50  pramsey
+
+	* Geocentric bounding box roughed in and compiles.
+
+2009-09-14 20:30  pramsey
+
+	* Start the geodetic machinery. Add an internal API header for
+	  eventual API rationalisation
+
+2009-09-14 18:33  pramsey
+
+	* Crib index penalty tweak from pgsphere.
+
+2009-09-14 18:15  pramsey
+
+	* Add FP_EQUALS and bracket arguments for a little extra safety
+
+2009-09-14 17:01  kneufeld
+
+	* fix for POPULATE_GEOMETRY_COLUMNS - remove hard-coded "public"
+	  schema references.
+
+2009-09-14 10:54  mcayland
+
+	* Merge Paul's geodetic (geography) branch into trunk, as per
+	  discussions on postgis-devel. Most of the merge was automatic
+	  (albeit quite slow), with a few manual touch-ups where the merge
+	  algorithm couldn't handle this automatically. "make check" runs
+	  and passes, so I hope I haven't managed to break too much ;)
+
+2009-09-12 04:01  robe
+
+	* formatting cleanup
+
+2009-09-12 03:43  robe
+
+	* Add more line crossings. change tab to 4 spaces
+
+2009-09-12 03:12  robe
+
+	* define new styles mediumline and use those
+
+2009-09-11 21:24  robe
+
+	* add new st_linecrossing graphic, experiment with new style, put
+	  in informal table
+
+2009-09-11 12:40  robe
+
+	* incomplete finish later
+
+2009-09-11 12:26  robe
+
+	* make arrow and start separate to see if it shows better
+
+2009-09-11 06:04  robe
+
+	* revise example so scales well on 200 x 200 grid
+
+2009-09-11 03:19  kneufeld
+
+	* added a few comments to aid in image generation.
+
+2009-09-10 06:34  robe
+
+	* round digits
+
+2009-09-10 06:19  robe
+
+	* 
+
+2009-09-10 05:56  robe
+
+	* try geometry collection instead
+
+2009-09-10 05:54  robe
+
+	* 
+
+2009-09-10 05:39  robe
+
+	* typo in makefile
+
+2009-09-10 05:27  robe
+
+	* first attempt at figure for st_linecrossingdirection. Also query
+	  correction.
+
+2009-09-10 04:10  robe
+
+	* figure for st_line_substring
+
+2009-09-10 04:03  robe
+
+	* figure of st_line_interpolate_point
+
+2009-09-08 06:09  robe
+
+	* better fit example
+
+2009-09-08 05:28  robe
+
+	* typos
+
+2009-09-08 05:24  robe
+
+	* forgot wkt
+
+2009-09-08 05:24  robe
+
+	* figure for minimum bounding circle
+
+2009-09-05 17:31  robe
+
+	* Some wording changes and addition of figure for st_difference
+
+2009-09-05 17:11  robe
+
+	* formatting change
+
+2009-09-05 16:55  robe
+
+	* add figures for st_symdifference and slight update on
+	  st_convexhull
+
+2009-09-04 18:43  kneufeld
+
+	* added images as a requirement to the chunked-html target
+
+2009-09-04 18:24  kneufeld
+
+	* made the 'images' a requirement for pdf generation
+	  changed the background of the generated images to white instead
+	  of being transparent.
+
+2009-09-01 18:57  robe
+
+	* minor formatting
+
+2009-09-01 18:34  robe
+
+	* better convex hull example
+
+2009-08-28 19:10  robe
+
+	* 
+
+2009-08-28 18:58  robe
+
+	* better visual convex hull
+
+2009-08-28 18:38  robe
+
+	* Put in image of ST_ConvexHull
+
+2009-08-28 17:41  robe
+
+	* put in alpha order
+
+2009-08-28 17:32  robe
+
+	* get rid of extra space
+
+2009-08-28 17:23  robe
+
+	* Make gaping hole more gaping, make code table 1 column instead of
+	  2
+
+2009-08-28 16:44  robe
+
+	* improve on st_buildarea code formatting
+
+2009-08-28 15:37  kneufeld
+
+	* Changing MULTIPOLYGON into several POLYGONs so the image
+	  generating WKT parser doesn't fail.
+
+2009-08-28 15:16  kneufeld
+
+	* added a small How To section, referencing the wiki on how to
+	  generate images used in the documentation.
+
+2009-08-28 12:03  robe
+
+	* Add pictures for ST_BuildArea examples
+
+2009-08-28 11:34  robe
+
+	* Commit jlivni documentation addition and update with minor
+	  comment for PostgreSQL 8.4 users and notice about obsolete
+	  settings. Also put in hyperlinks back to the current interactive
+	  version of PostgreSQL manual for each part.
+
+2009-08-23 02:20  robe
+
+	* change lwpostgis to postgis and example to show 1.5.0SVN
+
+2009-08-17 13:22  pramsey
+
+	* Initialize counter to ensure later test works (#239)
+
+2009-08-17 13:19  pramsey
+
+	* Add comment and clearer information to fix for #239
+
+2009-08-17 11:37  robe
+
+	* revert order of availability. Revise xsl to pick up
+	  availabilities embedded in note tag
+
+2009-08-17 11:29  robe
+
+	* debugging why not showing in new section
+
+2009-08-17 02:59  pramsey
+
+	* Fix for handling of empty geometrycollection in asssvg (#239)
+
+2009-08-16 15:03  robe
+
+	* update svg availability note
+
+2009-08-16 14:49  robe
+
+	* Correct ST_AsSVG command to reflect introduction of L command
+
+2009-08-16 05:34  robe
+
+	* add null and empty geometry collection to garden variety geometry
+	  list
+
+2009-08-16 05:29  robe
+
+	* cast null to geometry
+
+2009-08-16 05:09  robe
+
+	* Version of garden test to allow selecting a subset of functions
+	  to test.
+
+2009-08-16 04:41  robe
+
+	* update ST_buffer (include buffer style in refpuprose so shows in
+	  postgresql function descrip),
+	  update refpurpose of hausdorf and include useful links for more
+	  details
+
+2009-08-13 00:37  mleslie
+
+	* Removing accidental commit from r4366.
+
+2009-08-11 16:38  strk
+
+	* Add ChangeLog.svn rule, and auxiliary authors file
+
+2009-08-07 03:38  mleslie
+
+	* Fix for ticket #234
+
+2009-08-05 18:09  pramsey
+
+	* Remove printfs from code.
+
+2009-08-01 18:33  robe
+
+	* update ST_Line_Locate ... with example of closest point. Asked
+	  way too many times on postgis news groups
+
+2009-07-30 16:03  mcayland
+
+	* Remove quotes from PATH in regression Makefile, as it seems that
+	  the last MingW hack doesn't need this any more.
+
+2009-07-18 20:01  mcayland
+
+	* Fix for Windows combining stdout/stderr when executing the
+	  $(shell) command.
+
+2009-07-18 19:01  mcayland
+
+	* Apply fix to allow regression tests to run on MingW by fixing
+	  PATH and removing trailing CR/LFs on some outputs.
+
+2009-07-18 18:45  mcayland
+
+	* Fix regression regex listings so that the newer "LINE n:" lines
+	  and lines containing just a position indicator (^) introduced in
+	  PostgreSQL 8.4 are removed from the regression output.
+
+2009-07-16 21:32  mcayland
+
+	* Move SERIALIZED_FORM to lwgeom_pg.h from liblwgeom.h since it
+	  references a PostgreSQL-only structure. Per report from Nicklas
+	  Aven.
+
+2009-07-16 21:26  mcayland
+
+	* Commit patch for missing lw_asprintf() from #222.
+
+2009-07-13 17:27  pramsey
+
+	* MinGW fix for loader (#222), Mark Cave-Ayland
+
+2009-07-13 16:57  pramsey
+
+	* ignore copied version of postgis.sql
+
+2009-07-13 16:57  pramsey
+
+	* ignore generated images
+
+2009-07-08 22:43  robe
+
+	* Put in availability and GEOS for Hausdorff distance
+
+2009-07-08 22:39  pramsey
+
+	* match header format
+
+2009-07-08 16:27  strk
+
+	* Update instructions for testing (and moved that step *before*
+	  install - finally!)
+
+2009-07-08 16:03  strk
+
+	* Pre-install check rule by Paul cleaned up to allow top-level run
+	  and correct dependencies. See issue #219.
+
+2009-07-08 15:28  pramsey
+
+	* Remove images from clean target
+
+2009-07-08 15:16  pramsey
+
+	* Remove CUnit dependency
+
+2009-07-08 15:15  pramsey
+
+	* clean doc images as part of clean
+
+2009-07-08 15:09  pramsey
+
+	* Fix itglish.
+
+2009-07-08 04:59  mcayland
+
+	* Fix #112: ST_CurveToLine sometimes crashes server. While the
+	  circle segmentiser detected colinear circle points, it didn't
+	  check for the
+	  NULL pointer returned in this case. Since we are converting to a
+	  line, the current behaviour is to simply append the circle points
+	  as s
+	  tandard line points.
+
+2009-07-08 04:48  mcayland
+
+	* Fix #183: ST_LineToCurve gives getPoint4d_p offset error. This
+	  was due to the lookahead in the curve segmentising code going off
+	  the end of the point array.
+
+2009-07-08 00:20  pramsey
+
+	* Change error message to be more relevant
+
+2009-07-07 15:44  strk
+
+	* It's "synonym", not "synonim"...
+
+2009-07-07 15:03  strk
+
+	* For buffer parameters: accept 'butt' as a synonim for 'flat',
+	  'miter' for 'mitre' and 'miter_limit' for 'mitre_limit'.
+
+2009-07-07 13:18  strk
+
+	* Fix join style images to match calls
+
+2009-07-07 10:33  mcayland
+
+	* Fix compile problems on non-GNU systems by using va_copy as an
+	  alias onto the real version. Per report from Stefano Bonnin.
+
+2009-07-06 16:07  strk
+
+	* Don't use strtok_r, to help with MingW builds.
+
+2009-07-06 07:37  robe
+
+	* forgot to save last change
+
+2009-07-06 07:37  robe
+
+	* slight correction
+
+2009-07-06 07:33  robe
+
+	* Update style on commenting required to be picked up by doxygen
+
+2009-07-05 21:41  mcayland
+
+	* Alter loader Makefile to include PGXS so that we can extract
+	  DESTDIR to use for the location for shp2pgsql/pgsql2shp. Per
+	  report from Devrim GÜNDÜZ.
+
+2009-07-03 07:21  robe
+
+	* update st_pointn to note it supports circular strings and curves
+
+2009-07-03 04:57  kneufeld
+
+	* removed the images used in the documentation since these are now
+	  generated automatically using ImageMagick.
+
+2009-07-03 04:56  kneufeld
+
+	* updated the doc's README file
+	  made "images" a target to "all" so the images get automatically
+	  generated when calling make with no parameters.
+
+2009-07-02 16:57  pramsey
+
+	* Add SQL/MM item
+
+2009-07-02 16:31  pramsey
+
+	* Build doc images as part of distribution build.
+
+2009-07-02 16:29  pramsey
+
+	* add generator to ignore
+
+2009-07-02 16:00  pramsey
+
+	* more notes on requirements
+
+2009-07-02 08:31  mleslie
+
+	* Making the changes from r4244 and r4245 onto trunk, addressing
+	  ticket 212.
+
+2009-07-01 16:56  pramsey
+
+	* Bring this up to date.
+
+2009-07-01 15:42  pramsey
+
+	* Fix bad memory access in aggregates on nulls (#210), Mark
+	  Cave-Ayland.
+
+2009-07-01 12:30  robe
+
+	* arg should be text not string for st_buffer
+
+2009-07-01 11:53  robe
+
+	* amend documentation on curved support to include new compound
+	  curve in curve polygon support.
+
+2009-06-30 07:46  mleslie
+
+	* Enabling the compound curve parsing for segmentisation; reported
+	  in ticket 213
+
+2009-06-30 07:35  mleslie
+
+	* First swing at ticket 212.
+
+2009-06-26 13:43  robe
+
+	* slight correction some functions are not new but enhanced
+
+2009-06-26 13:33  robe
+
+	* change ST_Buffer argname from params to buffer_style_params so
+	  torture test can eventually properly exercise it and not feed it
+	  garbage params
+
+2009-06-26 13:30  robe
+
+	* update ST_Buffer so appears in new in PostGIS 1.5 section
+
+2009-06-26 13:22  robe
+
+	* try to fix hudson build error
+
+2009-06-26 12:43  robe
+
+	* Update special index to include a what is new in 1.5 section
+
+2009-06-26 09:35  mcayland
+
+	* Unbreak the PostGIS universe for people who aren't using GEOS SVN
+	  (will be 3.2).
+
+2009-06-25 12:01  strk
+
+	* Put queries right below the diagram showing them
+
+2009-06-25 12:00  strk
+
+	* Make quad_segs images style consistent with others; add original
+	  point
+
+2009-06-25 11:19  strk
+
+	* Add more styled buffer example images and update reference manual
+	  to include them
+
+2009-06-25 10:57  strk
+
+	* Use thin link style for source linestring
+
+2009-06-25 08:16  strk
+
+	* Add examples of different encdap styles
+
+2009-06-25 07:34  strk
+
+	* Add item for parametrized buffers
+
+2009-06-25 03:32  robe
+
+	* More cleanup of code comments so function descriptions are picked
+	  up by doxygen
+
+2009-06-25 03:03  robe
+
+	* fix commenting style so function descriptions are picked up by
+	  doxygen
+
+2009-06-24 22:09  pramsey
+
+	* Add news item for #206
+
+2009-06-24 22:08  pramsey
+
+	* Add support for hausdorff distance calculations. Requires GEOS
+	  3.2+. (#209) From Vincent Picavet.
+	  If you are working off of GEOS trunk, svn up, compile and
+	  install!
+
+2009-06-24 17:10  strk
+
+	* Add uninstall lines for new buffer signatures
+
+2009-06-24 13:32  strk
+
+	* Add tests for parametrized buffer
+
+2009-06-24 13:04  strk
+
+	* Document third ST_Buffer signature (the one taking parameters as
+	  string).
+
+2009-06-24 11:18  mcayland
+
+	* Remove validation from shapefile to WKT/WKB conversion to retain
+	  same behaviour as 1.3. Final resolution for #198.
+
+2009-06-24 10:44  mcayland
+
+	* Fix accidental typo; module name hardcoded in the .sql.in.c file
+	  rather than being set to MODULE_PATHNAME. Fixes #208.
+
+2009-06-24 10:34  strk
+
+	* Use $$ quoting. See ticket #207.
+
+2009-06-23 22:40  strk
+
+	* Add _ST_Buffer(geom, distance, params); refactor other versions
+	  to all proxy to the new one.
+
+2009-06-23 20:57  pramsey
+
+	* Bump up to 1.5 in trunk
+
+2009-06-23 16:46  strk
+
+	* Fix dangerous use of message string as printf-like format.
+
+2009-06-23 16:38  strk
+
+	* Yet another buffer auto-cast test. With a different quadSegs this
+	  time to be really sure the argument is being used.
+
+2009-06-23 16:36  strk
+
+	* Add test for third argument to buffer() being a string (based on
+	  auto-cast)
+
+2009-06-22 03:12  robe
+
+	* Put in minimal GEOS requirement for ST_Covers and ST_CoveredBy.
+	  Its not necessary for 1.4 really but oh well.
+
+2009-06-20 22:13  strk
+
+	* Gracefully handle typed empty GEOS geometries.
+
+2009-06-20 21:26  strk
+
+	* Add tests for area() called against empty geometries
+
+2009-06-20 21:25  strk
+
+	* Handle empty polygon rings
+
+2009-06-19 17:12  robe
+
+	* get rid of ref_geom so doesn't break agg checks
+
+2009-06-19 15:13  robe
+
+	* test not handling aggregates right
+
+2009-06-19 14:18  robe
+
+	* typo in docs --
+
+2009-06-19 12:20  robe
+
+	* fix type and add --with-gui description for building loader gui
+
+2009-06-16 15:53  robe
+
+	* Forgot ST_MinimumBoundingCircle and credit Bruce Rindahl
+
+2009-06-15 17:48  pramsey
+
+	* More updates
+
+2009-06-15 17:42  pramsey
+
+	* Update doc instructions.
+
+2009-06-12 15:30  robe
+
+	* replace _VOLATILE_STRICT with VOLATILE STRICT
+
+2009-06-12 15:14  robe
+
+	* Change _VOLATILE to VOLATILE
+
+2009-06-11 16:44  pramsey
+
+	* astyle --style=ansi --indent=tab (#133)
+
+2009-06-11 16:31  pramsey
+
+	* remove file that should never have been added
+
+2009-06-11 15:52  pramsey
+
+	* Clean up old compatibility code. (#196)
+
+2009-06-11 13:28  mcayland
+
+	* Further fix for #156, and also #167 it seems. Looks like I forgot
+	  to apply the fix to the WKB routines aswell.
+
+2009-06-10 14:51  robe
+
+	* correct example
+
+2009-06-10 01:26  robe
+
+	* Add David Techer, new doco enhancements, new
+	  populate_geometry_columns
+
+2009-06-10 01:18  robe
+
+	* Add Jean David Techer to list of contributors
+
+2009-06-09 23:54  pramsey
+
+	* Update the hard upgrade script to handle 1.4 transition. (#144)
+
+2009-06-09 23:27  pramsey
+
+	* Closes (#134)
+
+2009-06-09 22:51  pramsey
+
+	* More work on 1.4 upgrade script.
+
+2009-06-09 22:14  pramsey
+
+	* More fixes to upgrade process.
+
+2009-06-08 23:21  pramsey
+
+	* Work on upgrade script.
+
+2009-06-08 22:33  pramsey
+
+	* Turn "CREATE OR REPLACE FUNCTION" into "CREATEFUNCTION" for
+	  preprocessing magic.
+
+2009-06-08 22:30  pramsey
+
+	* remove syntax error
+
+2009-06-08 19:40  pramsey
+
+	* Updated to EPSG 7.1 version (#191)
+
+2009-06-08 17:35  robe
+
+	* #190: populate_geometry_columns gives nonstandard use of \' in a
+	  string literal in 8.4
+
+2009-06-06 14:09  mcayland
+
+	* Add a new uninstall_postgis.sql file to the repository that will
+	  enable the complete removal of PostGIS from a database.
+
+2009-06-04 15:29  robe
+
+	* updated to make 8.2 minimum for Linux as well (its too confusing
+	  to have minimum 8.2 for windows and not for Linux as well)
+
+2009-06-04 15:20  robe
+
+	* change ReadME and installation to change minimum version from 8.1
+	  to 8.2 (not many people are running 8.1 and besides Paul already
+	  put in a DROP AGG IF EXISTS in upgrade script -- so binds us to
+	  8.2+ already. Besides I don't think we should be supporting more
+	  than 2 versions behind of latest PostgreSQL release in our trunk.
+	  Too much maintenance. Correct ReadME bug tracker link
+
+2009-06-04 14:17  pramsey
+
+	* Fix for #192.
+
+2009-06-03 23:56  pramsey
+
+	* Fix for issue #189, includes implicit requirement for 8.2+ in
+	  DROP AGGREGATE
+
+2009-06-03 23:07  pramsey
+
+	* Fix for issue #186
+
+2009-06-03 22:46  pramsey
+
+	* remove warnings from autoconf process
+
+2009-05-29 18:10  kneufeld
+
+	* small typo in Populate_Geometry_Columns doc
+
+2009-05-27 17:14  kneufeld
+
+	* performed an overhaul of the installation guide ... hopefully
+	  it's easier to follow.
+
+2009-05-26 18:35  kneufeld
+
+	* updated the comments-install make target
+
+2009-05-26 18:28  kneufeld
+
+	* added version numbers to the requirements section in the
+	  installation doc.
+
+2009-05-26 18:27  kneufeld
+
+	* added dblatex and convert to the status lines at the end of
+	  configure
+
+2009-05-26 18:10  kneufeld
+
+	* added postgis_aggs_mm.xml to the 'make clean' target
+
+2009-05-26 18:00  kneufeld
+
+	* added postgis_comments.sql as a target to the main makefile
+	  
+	  Since we don't want to add xsltproc as a dependency, this will
+	  remain separate for now:
+	  make comments
+	  make comments-install
+	  
+	  (the file should be removed by 'make uninstall')
+
+2009-05-26 17:24  robe
+
+	* make example fit the diagram in text
+
+2009-05-26 17:08  robe
+
+	* Make lame circle more lame
+
+2009-05-26 16:47  robe
+
+	* put in images for buffer, fix within example image and example
+	  query
+
+2009-05-26 16:26  robe
+
+	* for consistency make example be same as what is used to generate
+	  the image.
+
+2009-05-26 16:24  robe
+
+	* bad image try again
+
+2009-05-26 15:05  robe
+
+	* Add st_within example to makefile and translate example so in
+	  viewable region.
+
+2009-05-25 20:26  kneufeld
+
+	* added a status line to the main makefile that indicates if
+	  PostGIS was built successfully.
+
+2009-05-24 07:52  robe
+
+	* update to include behavior for 3D and also note this seems to go
+	  beyond what the spec defines.
+
+2009-05-22 23:22  kneufeld
+
+	* use a docbook variable instead
+
+2009-05-22 23:19  kneufeld
+
+	* didn't need the c preprocessor after all
+
+2009-05-22 22:14  kneufeld
+
+	* Added a Short Version section.
+	  Updated requirements.
+
+2009-05-22 22:07  kneufeld
+
+	* formatted installation.xml in preparation for editing
+
+2009-05-22 21:32  kneufeld
+
+	* added the xmlformatter conf file for pretty printing the
+	  documentation's xml files
+	  
+	  This will allow us to separate code changes from style changes in
+	  the docs.
+
+2009-05-20 11:16  robe
+
+	* Testing out Kevin's auto image generator hopefully I didn't break
+	  it.
+
+2009-05-20 10:54  robe
+
+	* Correct ST_GeometryN example -- sign was wrong. Also embellish by
+	  showing a multicurve and flag as working for multicurves
+
+2009-05-19 20:49  kneufeld
+
+	* added image examples to ST_Contains
+
+2009-05-19 03:44  robe
+
+	* Example exploding a compoundcurve, also reference to ST_GeometryN
+	  since they serve similar purposes
+
+2009-05-14 23:42  kneufeld
+
+	* added styles to the generated documentation images
+	  added ImageMagick as a dependency
+
+2009-05-09 12:53  mcayland
+
+	* Fix #178: ST_XMax() and ST_YMax() return incorrect values. This
+	  was caused by the fact that the min/max routines did not check
+	  whether the result for each axis was actually the min or max, but
+	  instead simply returned the structure value. Hence if an inverted
+	  coordinate system were being used, the wrong value would be
+	  returned.
+
+2009-05-09 12:34  mcayland
+
+	* Remove a double-free bug caused if the unparser finds an invalid
+	  geometry (fixes #168)
+
+2009-05-09 11:46  mcayland
+
+	* Correct erroneus formatting which was causing two comments to be
+	  nested and hence generating a compiler warning.
+
+2009-05-06 23:32  kneufeld
+
+	* removed horrible dos carriage returns
+	  - convert to unix
+
+2009-05-06 23:20  kneufeld
+
+	* Added code that will automatically generate the spatial images
+	  used in the documentation from WKT input.
+
+2009-05-06 18:11  robe
+
+	* typo
+
+2009-05-06 18:04  robe
+
+	* update with 1.3.6 items
+
+2009-05-05 19:40  pramsey
+
+	* Add 900913 to allow web mappers a smoother ride.
+
+2009-05-05 04:44  robe
+
+	* doxygen friendly comments
+
+2009-05-05 04:29  robe
+
+	* doxygen friendly comments
+
+2009-05-04 18:00  robe
+
+	* more doxygen comment cleanup
+
+2009-05-03 04:36  robe
+
+	* slight mod
+
+2009-05-03 04:32  robe
+
+	* make doco descriptions doxygen/javadoc friendly
+
+2009-05-03 03:58  robe
+
+	* make function doc doxygen friendly
+
+2009-05-03 03:50  robe
+
+	* make function descriptor doxygen friendly
+
+2009-05-03 03:33  robe
+
+	* enable alphabetical index
+
+2009-05-03 03:16  robe
+
+	* change commenting style to javadoc style
+
+2009-05-03 03:03  robe
+
+	* enable javadoc autobrief
+
+2009-05-02 09:40  robe
+
+	* make function descriptions doxygen friendly
+
+2009-05-02 07:13  robe
+
+	* make function descriptions doxygen friendly
+
+2009-05-02 06:27  robe
+
+	* Experimenting with Doxygen hyperlinking tags
+
+2009-05-01 22:47  robe
+
+	* More experimentation with doxygen commenting styles
+
+2009-05-01 04:26  robe
+
+	* More auto doc friendlying
+
+2009-05-01 04:24  robe
+
+	* typo
+
+2009-05-01 04:24  robe
+
+	* experiment with making our inline comments more doxygen friendly
+
+2009-04-30 22:26  kneufeld
+
+	* updated several Doxygen parameters
+
+2009-04-30 21:38  kneufeld
+
+	* removed full path names from config file
+
+2009-04-30 20:19  kneufeld
+
+	* add make target to build Doxygen
+
+2009-04-30 19:41  kneufeld
+
+	* added a Doxygen configuration file
+
+2009-04-29 19:22  kneufeld
+
+	* dropping a table that's not there causes an ERROR in the logs
+	  - 8.1 does not support DROP TABLE IF EXISTS, so first test if the
+	  table is there, then drop it.
+
+2009-04-28 19:13  colivier
+
+	* Add a new option for ST_AsGML related to axis order, and lat lon
+	  inversion in GML 3.1.1, cf #161. Add unit test on this new option
+	  bit field. Update documentation. Fix also wrong option value in
+	  ST_AsGML for CRS, and outdated example output (still for
+	  ST_AsGML).
+
+2009-04-28 17:04  kneufeld
+
+	* - removed a few compile errors from the javadoc build
+	  - renamed jar so it follows the name-version convention
+
+2009-04-27 22:07  robe
+
+	* change error about unknown spatial ref to a warning.
+
+2009-04-27 19:46  kneufeld
+
+	* test commit
+
+2009-04-27 19:24  kneufeld
+
+	* test commit
+
+2009-04-27 19:07  kneufeld
+
+	* Test commit to test autobuild
+
+2009-04-27 16:09  robe
+
+	* revise to better guarantee a deteriministic sort so can diff
+	  compare between 1.3.5, 1.3.6, 1.4 (still needs work). Also
+	  exclude curved tests and functions not supported in 1.3.5 since
+	  it curve crashes 1.3.5 thus making it not comparable.
+
+2009-04-26 05:37  kneufeld
+
+	* small typo fix
+
+2009-04-24 19:13  pramsey
+
+	* add feature mangling task
+
+2009-04-23 14:36  robe
+
+	* exclude curved geometries from 1.3.5 testing
+
+2009-04-23 12:12  robe
+
+	* Add ST_BdMPolyFromText to list not to test against 1.3.5 (crashes
+	  1.3.5 with curves though fine in 1.3.6)
+
+2009-04-22 18:33  robe
+
+	* revise to include a version variable and get rid of limit (think
+	  its causing different tests to be run non-consistently depending
+	  on ordering of postgresql so hard to compare outputs)
+
+2009-04-21 17:45  pramsey
+
+	* More info about XSL in final configure output
+
+2009-04-17 13:59  robe
+
+	* add ST_MinimumBoundingCircle to 1.3 exclude
+
+2009-04-16 07:31  robe
+
+	* Update installation to have link to Windows Compilation guide
+	  Nicklas put together.
+
+2009-04-16 05:54  robe
+
+	* ADd more curved geometry support functions to list and give
+	  curved geometry special index a pretty anchor.
+
+2009-04-15 17:18  pramsey
+
+	* wee reformatting
+
+2009-04-15 17:15  pramsey
+
+	* remove tabs
+
+2009-04-15 17:09  pramsey
+
+	* add link to trac for 1.4
+
+2009-04-15 01:22  robe
+
+	* add link to st_relate
+
+2009-04-15 01:11  robe
+
+	* amend ST_ContainsProperly to summarize its speed advantages
+
+2009-04-14 14:25  mcayland
+
+	* Try and fix shp2pgsql-core for bug #124. Need to change sprintf()
+	  to pgis_exec() within the loader.
+
+2009-04-14 06:47  robe
+
+	* add containsproperly
+
+2009-04-14 06:42  robe
+
+	* I think the year is 2009 and we are in april now
+
+2009-04-12 12:18  mcayland
+
+	* Same as r3994 but for the second copy of shp2pgsql.
+
+2009-04-12 11:16  mcayland
+
+	* Fix #104 'shp2pgsql is using deprecated PostgreSQL escape
+	  syntax'. Remember that not everyone's installation has
+	  "standard_conforming_strings" enabled by default.
+
+2009-04-12 10:56  mcayland
+
+	* Fix bug #148 'envelope() doesn't support new box3d_extent type'.
+	  Looks like we do need to add casts for box3d_extent to all of
+	  box2dfloaat, box3d and geometry after all.
+
+2009-04-12 05:25  robe
+
+	* missed some
+
+2009-04-12 05:14  robe
+
+	* Add ST_ContainsProperly to exclude for 1.3 testing.
+
+2009-04-12 04:10  robe
+
+	* Add new function ST_ContainsProperly and provide examples. Also
+	  update ST_Contains to better explain the subtleties of the
+	  definition and example to demonstrate the difference between
+	  contains and containsproperly
+
+2009-04-10 08:27  mcayland
+
+	* Make good on my promise from bug #123 to remove the E'...'
+	  escaping from shp2pgsql and revert to standard SQL escaping. Also
+	  rename protect_quote_string() and make_good_string() to
+	  escape_insert_string() and escape_copy_string() respectively so
+	  the names reflect what they actually do.
+
+2009-04-06 17:31  pramsey
+
+	* Fix mis-spelling in Eduin Carrillo's name
+
+2009-04-05 18:06  pramsey
+
+	* keywords
+
+2009-04-05 18:05  robe
+
+	* Add Nicklas Avén to contributors list
+
+2009-04-05 16:48  pramsey
+
+	* Fix for collection vs collection distance behavior. Per Nicklas
+	  Avén. GBT #146
+
+2009-03-29 08:12  mcayland
+
+	* Fix for previous commit; move the locations of the CASTs so that
+	  they are after the definitions. Thanks Olivier!
+
+2009-03-29 00:34  mcayland
+
+	* Add additional casts for box3d_extent to box3d/box2d so that
+	  other PostGIS functions can use the output of ST_Extent. Per
+	  report from Olivier Courtin related to GBT#93.
+
+2009-03-24 19:05  colivier
+
+	* suppress compilation warning on non initialized variable
+
+2009-03-23 22:45  pramsey
+
+	* Ignore autotools artefacts.
+
+2009-03-23 22:44  pramsey
+
+	* Once more unto the breach! autotools w/ mloskot autogen.sh from
+	  GBT#142
+
+2009-03-23 17:18  pramsey
+
+	* Back to the future.
+
+2009-03-22 07:50  robe
+
+	* expansion of example and description
+
+2009-03-22 07:46  robe
+
+	* Create new exception section and move over the Has,Drop, Add BBOX
+	  family per MCA request.
+
+2009-03-22 07:08  pramsey
+
+	* Can't get enough punishment: write out results of configure.
+
+2009-03-22 06:43  pramsey
+
+	* Back for more punishment: if we can checkin config.sub and
+	  config.guess, we can check in ltmain.sh. Autotools, I despise
+	  thee.
+
+2009-03-22 06:30  pramsey
+
+	* OK, didn't like that. libtoolize alters config.guess and
+	  config.sub,
+	  but removing them breaks build. Run libtoolize by hand and add
+	  the resultants
+	  to svn?
+
+2009-03-22 06:28  pramsey
+
+	* config.guess back?
+
+2009-03-22 03:34  pramsey
+
+	* config.sub back in?
+
+2009-03-22 03:23  pramsey
+
+	* Break build per mloskot. Remember to run ./autogen.sh and
+	  hopefully you have libtoolize!
+
+2009-03-22 02:26  robe
+
+	* typo
+
+2009-03-22 02:23  robe
+
+	* not dealing correctly with arguments that are geometry arrays
+	  where there is only one geometry in the arglist
+
+2009-03-21 19:14  colivier
+
+	* Fix static buffer size to add precision spaces. Cf #119
+
+2009-03-20 18:43  pramsey
+
+	* Update release notes more
+
+2009-03-20 16:48  kneufeld
+
+	* updated the operator notes in reference.xml to reflect the fact
+	  that they do indeed use indexes.
+
+2009-03-20 14:55  robe
+
+	* Add ST_MakeLine array proto. Provide example use. Flag that
+	  ST_MAkeLine was enhanced in 1.4
+
+2009-03-20 14:40  robe
+
+	* Fill in missing ST_Collect(geomarray) proto. Provide examples for
+	  using ST_Union(geomarray), ST_Collect(geomarray)
+
+2009-03-20 13:39  colivier
+
+	* Fix GML multi size computation. Cf issue #141
+
+2009-03-20 05:43  kneufeld
+
+	* a small typo patch from mloskot, renaming a few "geometry_column"
+	  to "geometry_columns"
+
+2009-03-20 05:32  kneufeld
+
+	* renamed reference.xml to reference_old.xml
+	  renamed reference_new.xml to reference.xml
+	  updated configure.ac, doc/Makefile.in, and doc/postgis.xml
+	  accordingly.
+
+2009-03-19 17:58  pramsey
+
+	* Revert, now I get a warning in OS/X. Solaris will have to suck it
+	  up.
+
+2009-03-19 17:50  pramsey
+
+	* Make autogen.sh a little more tolerant of missing / re-named
+	  autotools.
+
+2009-03-19 17:28  kneufeld
+
+	* updated ST_Relate docs - changed 3rd parameter to be more clear
+
+2009-03-19 17:03  pramsey
+
+	* Remove warning in Solaris.
+
+2009-03-19 16:58  pramsey
+
+	* Remove warning in Solaris.
+
+2009-03-19 16:52  pramsey
+
+	* Remove one last 'const' warning.
+
+2009-03-19 13:27  colivier
+
+	* Few minor improve/change on memory size to allocate
+
+2009-03-19 11:52  mcayland
+
+	* More lwgeom_geos.c fixes to remove compilation warnings, but this
+	  time for compiling with GEOS >= 3.1.
+
+2009-03-19 06:05  pramsey
+
+	* Oops, we don't use the literal output of autoheader.
+
+2009-03-19 05:55  pramsey
+
+	* Remove prepared geometry compilation warning.
+
+2009-03-19 05:54  pramsey
+
+	* Add ieeefp.h for Solaris.
+
+2009-03-19 05:53  pramsey
+
+	* Add testing for ieeefp.h to autoconf
+
+2009-03-19 00:48  pramsey
+
+	* Final fix to remove cpp requirement
+
+2009-03-19 00:38  pramsey
+
+	* Remove preproc step for sql-mm curve regression.
+
+2009-03-19 00:37  pramsey
+
+	* Remove USE_JTS and cpp preproc from sql-mm regression
+
+2009-03-18 23:42  pramsey
+
+	* Add lidar item
+
+2009-03-16 23:06  mcayland
+
+	* More cleanup work based upon Mateusz's MSVC patches; remove
+	  references to unistd.h and sys/param.h since they are no longer
+	  required for determining endian-ness.
+
+2009-03-13 13:11  robe
+
+	* switch order
+
+2009-03-13 13:09  robe
+
+	* get rid of sT_PolyFromWKB reference. Will readd those stupid ones
+	  left in reference.xml later
+
+2009-03-13 13:08  robe
+
+	* more spots
+
+2009-03-13 13:05  robe
+
+	* missed a spot
+
+2009-03-13 12:53  robe
+
+	* remove using_postgis and reference and add using_postgis_dataman,
+	  using_postgis_app
+
+2009-03-13 12:11  robe
+
+	* Break using_postgis into 2 sections, remover reference.xml from
+	  doc make
+
+2009-03-12 23:20  robe
+
+	* #HISTORY #GBT 121: update tiger_geocoder to run in PostgreSQL 8.3
+	  - apply patch from cdwinslow
+
+2009-03-11 05:31  kneufeld
+
+	* updated SQL/MM specs in ST_PointFromWKB
+
+2009-03-11 05:13  kneufeld
+
+	* moved over ST_LineFromWKB
+
+2009-03-11 05:11  kneufeld
+
+	* added missing linkend
+
+2009-03-11 05:09  kneufeld
+
+	* updated doc descriptions and linkends.
+
+2009-03-11 04:56  kneufeld
+
+	* moved over ST_PointFromWKB
+
+2009-03-11 04:35  kneufeld
+
+	* moved over ST_GeomFromWKB
+
+2009-03-10 21:29  mcayland
+
+	* More MSVC fixes from Mateusz related to ISO C++ vs. C99 variable
+	  initialisation.
+
+2009-03-10 21:05  colivier
+
+	* updated SVG unit to reduce to max 2 decimal digits
+
+2009-03-10 21:03  pramsey
+
+	* MSVC line
+
+2009-03-10 20:49  colivier
+
+	* Add SVG unit test file
+
+2009-03-10 20:42  pramsey
+
+	* Add 1.3.5 release notes into trunk docs
+
+2009-03-10 20:37  pramsey
+
+	* First cut of 1.4 release notes.
+
+2009-03-10 20:25  mcayland
+
+	* Fix for GBT#132: Make check should run CUnit. This is to aid
+	  developers as we move the majority of the testing framework over
+	  to CUnit.
+
+2009-03-10 20:15  mcayland
+
+	* Commit Mateusz's patch to move the postgres.h #include to the top
+	  of the file in order to aid the MSVC build.
+
+2009-03-10 20:15  colivier
+
+	* update GML unit test according to AsGML option related to CRS
+	  output option
+
+2009-03-10 19:37  mcayland
+
+	* Remove compiler warning from commit r3821.
+
+2009-03-10 19:30  colivier
+
+	* Update unit test upon previous GeoJson CRS change
+
+2009-03-10 19:29  mcayland
+
+	* Update PostGIS trunk so that the minimum required version of GEOS
+	  is 3.0.0. This allows us to finally remove all remaining
+	  compilation warnings since we can adjust the casts to make
+	  correct use of the GEOS 3.0.0 header types.
+
+2009-03-10 18:20  colivier
+
+	* Fix GeoJson CRS output format (1.0 spec). Add OGC long CRS format
+	  (Cf RFC 5165) as an option. On AsGeoJson it change option order
+	  from 1.3.X between Bbox and CRS. On AsGML a new option parameter
+	  is added
+
+2009-03-10 17:24  mcayland
+
+	* Some documentation updates; change the instructions for
+	  decompressing the tarballs for PROJ and GEOS so that they work
+	  for our Solaris friends (as per the instructions for the main
+	  PostGIS tarball). Also move version entities for GEOS and PROJ
+	  into postgis.xml, so that as newer versions of PROJ/GEOS are
+	  released, we only need to update the version number in one
+	  location for the change to be reflected throughout the
+	  installation documentation.
+
+2009-03-10 16:26  mcayland
+
+	* Augment comment related to Paul's fix for GBT#130 as I'm bound to
+	  forget why we decided to do this at a later date...
+
+2009-03-10 16:24  colivier
+
+	* Add circstring release and LWGEOM conversion entry
+
+2009-03-10 16:18  mcayland
+
+	* Remove some GCC-isms from the unparser related to setting array
+	  sizes at run-time rather than compile time. Per report from
+	  Mateusz Loskot.
+
+2009-03-10 15:54  mcayland
+
+	* Fix GBT#126: Don't include private PROJ.4 header projects.h. It
+	  appears that from its inception, PostGIS has inadvertently used
+	  the PROJ.4 internal projects.h header file rather than the
+	  correct proj_api.h header file. This patch flips over to the new
+	  header file and changes everything over to use the new external
+	  structures/APIS.
+
+2009-03-10 15:12  pramsey
+
+	* Fix for GBT #130, remove bdpoly regression failure.
+
+2009-03-10 15:06  mcayland
+
+	* Fix for GBT#89: transform() grid-shift 2nd chance logic
+	  defective. Remove the 2nd chance logic completely and allow the
+	  user to configure the behaviour using the standard PROJ.4
+	  +nadgrids parameter. I've added a section to the ST_Transform()
+	  section of the manual which gives an example of how you can do
+	  this.
+
+2009-03-10 14:59  colivier
+
+	* Add SVG L Command in absolute path according to BNF SVG Path. Add
+	  some forgotten geometry release.
+
+2009-03-10 00:29  mleslie
+
+	* Moving parser changes from spike/mleslie/parser to allow the
+	  proper nesting of compound curves within curve polygons and the
+	  validation of compound curve continuity. This also resolves
+	  GBT#124.
+
+2009-03-09 22:01  pramsey
+
+	* Don't segmentize geometry if input doesn't pass hasarc
+
+2009-03-09 21:15  robe
+
+	* Put ST_CurveToLine back in script. Seems to not crash anymore
+	  with Paul's changes to GBT: 112
+
+2009-03-09 18:40  pramsey
+
+	* Fix for GBT#96.
+
+2009-03-09 17:19  mcayland
+
+	* Fix the OSGB 27700 SRID definition in spatial_ref_sys.sql since
+	  it is missing a datum parameter. We can't backpatch this since it
+	  is only available in newer versions of PROJ, and we don't have
+	  any PROJ version detection capability in 1.3 branch.
+
+2009-03-09 16:20  mcayland
+
+	* Remove compile warnings from lwgeom_dump.c related to the removal
+	  of TupleDescGetSlot (we don't need to set the deprecated fields
+	  in FuncCallContext if we are using BuildTupleFromCStrings).
+
+2009-03-09 15:34  pramsey
+
+	* More camel-case changes.
+
+2009-03-09 14:51  colivier
+
+	* Refactored the whole assvg export function in the same way than
+	  asgeojson. Fix #119 issue on big geometrycollection geometry.
+	  Keep the same SVG output than before
+
+2009-03-09 14:36  pramsey
+
+	* Remove some camelCase function signatures from liblwgeom
+
+2009-03-08 22:33  mcayland
+
+	* Fix for GBT#93: ST_Extent() and ST_Estimated_Extent() return
+	  BOX2DFLOAT4s. This is currently done using a horrible hack for
+	  backwards compatibility which introduces a new type just for
+	  ST_Extent(). See GBT email to postgis-devel and code comments for
+	  more detail.
+
+2009-03-08 21:41  pramsey
+
+	* Fix goof in box2d computation.
+
+2009-03-08 21:15  pramsey
+
+	* Fix for GBT#112
+
+2009-03-08 17:00  mcayland
+
+	* Add some explanation comments to lwgeom_accum.c explaining why we
+	  need to implement our own set of geometry aggregate functions.
+
+2009-03-08 16:36  mcayland
+
+	* Alter the in-built casts between the internal PostgreSQL BOX type
+	  and the PostGIS geometry/BOX3D types so that they do not go
+	  through an intermediate BOX2DFLOAT4 first. This prevents the
+	  float4 rounding errors appearing in the numbers when invoking the
+	  casts.
+
+2009-03-08 15:37  pramsey
+
+	* Fix for GBT #116, EMPTY hex polygon no longer causes crash.
+
+2009-03-08 14:36  mcayland
+
+	* Fix GBT#122: ST_SnapToGrid gives 13 when fed circular string.
+	  Alter the error message so that it correctly displays the type
+	  rather than just it's internal number.
+
+2009-03-06 14:15  robe
+
+	* missing svn tags and copyright info
+
+2009-03-03 18:01  robe
+
+	* Flag ST_GeoHash as curved support friendly, put in pretty anchors
+	  for special function sections
+
+2009-03-03 18:00  pramsey
+
+	* Fix tests to match current geohash signatures (lon/lat) and
+	  precisions (odd and even)
+
+2009-02-27 18:09  robe
+
+	* Get rid of additional calls to TupleDescGetSlot(tupdesc) in dump
+	  and dumprings and replace deprecated use of TupleDescGetSlot with
+	  8.1+ preferred BlessTupleDesc
+
+2009-02-23 15:19  strk
+
+	* Fix parse_hex to support lower-case A-F too (issue 120)
+
+2009-02-23 13:47  robe
+
+	* change to move postgis_comments.sql to root
+
+2009-02-19 21:12  pramsey
+
+	* Add variable decls to trunk :)
+
+2009-02-19 20:59  pramsey
+
+	* Add EOF marker, per GBT#105
+
+2009-02-19 09:42  mcayland
+
+	* Update trunk so that it will compile against PostgreSQL 8.4.
+	  Based upon Talha Rizwan's original patch, with a small tweak from
+	  me.
+
+2009-02-17 18:26  robe
+
+	* change to use tab separator instead
+
+2009-02-17 03:56  robe
+
+	* fix typo
+
+2009-02-17 03:02  robe
+
+	* 
+
+2009-02-17 02:59  robe
+
+	* Make new - 1 section with 2 subsections. Change ST_AsGeoJSON
+	  availability tag to be consistent with others
+
+2009-02-17 02:55  robe
+
+	* Section new functions in 1.3
+
+2009-02-16 22:18  robe
+
+	* Try again to get postgis_comments.sql to generate
+
+2009-02-13 19:56  robe
+
+	* amend st_union description to include new proto and performance
+	  enhancements. Add space before availability in xsl parser what is
+	  new section
+
+2009-02-13 19:23  robe
+
+	* Add special section listing new functions in this release. Get
+	  rid of note tag around ST_GeoHash availability so consistent with
+	  other availability text
+
+2009-02-13 06:58  robe
+
+	* 
+
+2009-02-12 18:32  robe
+
+	* more work on comments generation
+
+2009-02-12 17:39  robe
+
+	* Put in logic to output postgis_comments.sql
+
+2009-02-11 21:48  pramsey
+
+	* Bind ST_GeoHash into SQL.
+
+2009-02-11 18:28  pramsey
+
+	* Change references from ./lwgeom to ./postgis
+
+2009-02-11 18:22  pramsey
+
+	* Change the name of the main source directory. This is going to
+	  break the build for a little while until I fix all the
+	  references, but I want to do it atomically to ensure version
+	  history is preserved.
+
+2009-02-11 02:11  pramsey
+
+	* GeoHash implementation first cut.
+
+2009-02-10 21:20  pramsey
+
+	* Solve iconv-on-Solaris (and hopefully many other platforms with
+	  system iconv in libc) problem in autoconf.
+
+2009-02-10 20:10  pramsey
+
+	* Demote new loader code from default build for now.
+
+2009-02-10 20:06  pramsey
+
+	* New restore script, much simpler, takes -Fc dump and writes back
+	  ASCII on stdout
+
+2009-02-10 08:00  colivier
+
+	* KML output: use decimal places rather than significant digit,
+	  trim trailing zeros, update documentation, update unit test
+
+2009-02-10 07:54  colivier
+
+	* GeoJson output: trim trailing zero, add forgotten free on
+	  subgemotry inspect. GML output: precision no more as a global
+	  one, decimal places rather than significant digits, trim trailing
+	  zero, add unit test, doc update with output example
+
+2009-02-09 23:51  pramsey
+
+	* Fix case sensitive in AGGREGATE reading.
+
+2009-02-05 20:01  kneufeld
+
+	* Updated ST_DumpRings description and example.
+
+2009-02-04 18:13  kneufeld
+
+	* Added example to ST_PointN
+
+2009-02-04 13:54  robe
+
+	* minor changes. Take ST_CurveToLine out so tests can complete
+	  until we fix.
+
+2009-02-04 00:28  pramsey
+
+	* Propset Author Id Keyword Revision on all files.
+
+2009-02-04 00:23  pramsey
+
+	* Formating
+
+2009-02-03 20:51  pramsey
+
+	* Fix boundary conditions with from==to hitting first/list vertex.
+
+2009-02-03 19:09  mcayland
+
+	* Fix GBT#109: Some operators not supported for Circular. In this
+	  case I haven't added the comparison code as I am not 100% sure on
+	  the semantics, but the error message should be much clearer to
+	  users now.
+
+2009-02-03 17:49  robe
+
+	* Add corrections from Bruce Rindahl
+
+2009-02-03 17:30  robe
+
+	* forgot some spaces
+
+2009-02-03 16:10  robe
+
+	* forgot availability info
+
+2009-02-03 15:23  robe
+
+	* update st_convexhull definition -- wasn't very clear
+
+2009-02-03 15:20  robe
+
+	* Document ST_MinimumBoundingCircle
+
+2009-02-03 14:52  robe
+
+	* #HISTORY: ST_MinimumBoundingCircle -- also change to support
+	  geometries with LINESTRING,POINT convex hulls
+
+2009-02-03 14:21  robe
+
+	* First draft of ST_MinimumBoundingCircle contributed by Bruce
+	  Rindahl. Changed to use named params and renamed function from
+	  mbc to ST_MinimumBoundingCircle.
+
+2009-02-03 13:23  robe
+
+	* put back linetocurve curvetoline tests now that issue 86 and 108
+	  should have fixed
+
+2009-02-03 07:20  pramsey
+
+	* Use "extended string" format for escaping \ and ' in insert
+	  statements.
+
+2009-02-03 04:36  mleslie
+
+	* Adding an rfc for changing the validation approach when parsing
+	  WKT.
+
+2009-02-03 01:59  pramsey
+
+	* astyle this file
+
+2009-02-03 01:04  pramsey
+
+	* Comment datum slice pull.
+
+2009-02-02 22:21  pramsey
+
+	* formatting
+
+2009-02-02 18:26  robe
+
+	* Typo in docs confusing gardentester. Also change ST_Collect use
+	  to ST_Union so we are testing with valid polygons (reduces union
+	  intersection error messages)
+
+2009-02-02 06:01  mleslie
+
+	* Fix for Issue 108 and regress test.
+
+2009-02-02 04:19  robe
+
+	* Document ST_LocateBetweenElevations
+
+2009-02-01 06:48  robe
+
+	* Get rid of warnings -- no longer relevant for
+	  ST_LineCrossingDirection
+
+2009-01-30 17:16  robe
+
+	* revise to correctly fill in timestamp/date args
+
+2009-01-30 14:03  robe
+
+	* put in logic to test operators
+
+2009-01-30 13:44  robe
+
+	* Operator check in wrong segment of xpath
+
+2009-01-28 23:42  pramsey
+
+	* Change error message.
+
+2009-01-28 23:34  pramsey
+
+	* Handle null return from cascadedunion.
+
+2009-01-28 01:02  pramsey
+
+	* wrapping
+
+2009-01-27 05:30  robe
+
+	* missing meta properties
+
+2009-01-25 15:52  robe
+
+	* Document ST_Extent3D now that Paul has proclaimed it a public
+	  function
+
+2009-01-24 20:49  pramsey
+
+	* Small changes in createrelplace syntax, comments, function rename
+	  recommendation.
+
+2009-01-23 22:05  kneufeld
+
+	* small wording fix for DropGeometryColumn
+
+2009-01-23 20:06  pramsey
+
+	* Add function naming rfc
+
+2009-01-22 23:58  pramsey
+
+	* Flip all aggregate functions over to the new aggregation system.
+	  Remove catalog hacks in favour of wrapper type. Make the fast
+	  implementations the default and _old implementations the legacy.
+
+2009-01-22 19:25  robe
+
+	* Filter out Operators section from xsl transforms
+
+2009-01-22 19:25  kneufeld
+
+	* moved over the remaining operands from reference.xml to
+	  reference_new.xml in the documentation
+
+2009-01-22 19:15  robe
+
+	* Give operators section a pretty anchor and id so easy to bookmark
+	  and I can exclude from xsl scripts
+
+2009-01-22 18:19  robe
+
+	* Fix DBFReadDeleted logic -- should return 1 if record is deleted
+	  and 0 if it is not deleted
+
+2009-01-22 18:02  kneufeld
+
+	* moved over |>> from reference.xml to reference_new.xml in the
+	  documentation
+
+2009-01-22 17:46  kneufeld
+
+	* moved over <<, <<|, and >> from reference.xml to
+	  reference_new.xml in the documentation
+
+2009-01-22 05:56  pramsey
+
+	* Remove protection from ST_GeometryArray() aggregate.
+
+2009-01-22 05:37  pramsey
+
+	* More ignore fixes
+
+2009-01-22 05:35  pramsey
+
+	* Ignore postgis.sql.*
+
+2009-01-22 05:32  pramsey
+
+	* Alter pg_proc update to work with older PgSQLs too.
+
+2009-01-22 01:39  pramsey
+
+	* First stab at a back-port of the array_agg from 8.4. Our's isn't
+	  generic, and it's got it's own name, so it won't collide, ...
+	  needs testing on PgSQL < 8.3 still.
+
+2009-01-22 01:16  kneufeld
+
+	* moved over |&> from reference.xml to reference_new.xml in the
+	  documentation
+
+2009-01-22 00:44  kneufeld
+
+	* moved over &>| from reference.xml to reference_new.xml in the
+	  documentation
+
+2009-01-22 00:16  kneufeld
+
+	* moved over &> from reference.xml to reference_new.xml in the
+	  documentation
+
+2009-01-21 23:26  kneufeld
+
+	* moved over &&, &<, and = from reference.xml to reference_new.xml
+	  in the documentation
+
+2009-01-21 23:19  pramsey
+
+	* Add support for fast unions, with cascaded union. Currently for
+	  testing, in the ST_Union_Fast() agggregate. Requires GEOS SVN
+	  r2252 or higher.
+
+2009-01-21 21:55  pramsey
+
+	* Add rfc document. First one: alignment ideas.
+
+2009-01-21 21:50  pramsey
+
+	* Headers split in 8.4?
+
+2009-01-20 18:43  pramsey
+
+	* Put translation_stage into descriptive MACRO names
+
+2009-01-20 18:28  pramsey
+
+	* Add GTK macro.
+
+2009-01-20 17:48  pramsey
+
+	* Replace hand-built pkg-config routine w/ m4 from gtk source.
+
+2009-01-20 07:36  pramsey
+
+	* Compile your work much?
+
+2009-01-20 07:13  pramsey
+
+	* Protect the filename setting a little bit more in case it's NULL.
+
+2009-01-20 00:50  kneufeld
+
+	* Fixed accidental broken build in docs from Rev3536.
+
+2009-01-19 21:33  pramsey
+
+	* First revision of the GUI. Configure using --with-gui to enable
+	  full GUI build. New core/cli will build by default. Old utilities
+	  remain in place for now.
+
+2009-01-16 17:58  robe
+
+	* move ST_GeomCollFromText
+
+2009-01-16 17:41  robe
+
+	* Move st_mpolyfromtext
+
+2009-01-15 21:11  robe
+
+	* Left some garbage in
+
+2009-01-15 18:35  mcayland
+
+	* Part 1 of GBT#94: Rename folders/files to be more consistent.
+	  Embed the MAJOR.MINOR version in the PostgreSQL shared library
+	  name (to allow different databases to contain different PostGIS
+	  versions) and also rename lwpostgis.sql to postgis.sql. Update
+	  documentation in various files to reflect the new names at the
+	  same time.
+
+2009-01-15 18:24  robe
+
+	* Move ST_MLineFromText
+
+2009-01-15 18:17  robe
+
+	* more stuff
+
+2009-01-15 18:16  robe
+
+	* forgot some stuff
+
+2009-01-15 18:14  robe
+
+	* Move over MPointFromText
+
+2009-01-15 15:10  mcayland
+
+	* Fix the output of "SELECT postgis_full_version()" on trunk by
+	  ensuring that USE_STATS is present, and correctly generating the
+	  POSTGIS_SCRIPTS_VERSION variable so that installations of trunk
+	  don't keep thinking that they need a scripts upgrade.
+
+2009-01-14 17:46  pramsey
+
+	* Remove missing prototype warning from build.
+
+2009-01-13 15:12  robe
+
+	* Error in logic in gardentest not correctly flagging WKT functions
+	  as taking geometry variant
+
+2009-01-13 15:11  mcayland
+
+	* Fix regression tests to account for changes made in r3522 (rename
+	  'Curve' to 'CircularString')
+
+2009-01-13 14:04  robe
+
+	* Move over ST_PolygonFromText
+
+2009-01-13 13:12  mcayland
+
+	* Fix compile warnings for the cunit tests (unused variables).
+
+2009-01-13 13:00  mcayland
+
+	* Update lwgeom_gettypename() by renaming Curve to CircularString.
+	  Now lots of error messages scattered throughout liblwgeom should
+	  start to make sense...
+
+2009-01-13 12:59  mcayland
+
+	* Rearrange liblwgeom.h as per Paul's comment on GBT#97: Rename
+	  LWCURVE to LWCIRCSTRING. Also rename lwfree_circstring() to
+	  lwcircstring_free() so that it matches the others (I guess this
+	  was missed in the first pass).
+
+2009-01-13 12:27  mcayland
+
+	* Commit for GBT#97: Rename LWCURVE to LWCIRCSTRING (also know as
+	  restoring balance to the universe).
+	  
+	  Having gone through and re-read sections of the CIRCULARSTRING
+	  code, it is amazing how much easier the code is to read without
+	  the confusion of a curve being either a CIRCULARSTRING or
+	  LINESTRING as per the SQL-MM spec. The resulting commit compiles
+	  & installs cleanly for me, passes "make check" and also Regina's
+	  torture script. Please let me know if I accidentally broke
+	  anything :)
+
+2009-01-12 19:29  pramsey
+
+	* Remove double-free problem from loader in presence of new
+	  deep-freeing lwfree calls.
+
+2009-01-12 14:38  robe
+
+	* typos
+
+2009-01-12 14:24  robe
+
+	* Correct. ST_LinestringFromText does not exist though was
+	  documented before.
+
+2009-01-12 13:54  robe
+
+	* Move over ST_Line functions and point out how pointless they are.
+	  Also correct incorrect statement that they throw errors when
+	  given non-line - they just return null.
+
+2009-01-12 12:23  mcayland
+
+	* Remove erroneus merge from r3502 (HAVE_CUNIT_H just isn't defined
+	  anymore...)
+
+2009-01-11 07:10  pramsey
+
+	* Remove RECHECK per GBT#18.
+
+2009-01-09 23:04  robe
+
+	* Fix typo
+
+2009-01-09 22:52  robe
+
+	* Move over rest of miscellaneous -- NOTE st_find_srid does not
+	  exist - was never renamed from find_srid. Not sure its worth
+	  fixing since its rarely used anyway.
+
+2009-01-09 19:17  pramsey
+
+	* Rename lwfree_inspected to lwinspected_release, per it's "shallow
+	  free" behavior.
+
+2009-01-09 17:41  pramsey
+
+	* Rename lwfree_* to *_free.
+
+2009-01-09 14:15  robe
+
+	* Missed some ST_ spots.
+
+2009-01-09 13:49  robe
+
+	* Missed a spot.
+
+2009-01-09 13:48  robe
+
+	* Using - fix some connectiontype omissions in Mapserver section,
+	  add in processing defer comment, fix some missing ST_
+
+2009-01-09 13:32  robe
+
+	* Add circular string note
+
+2009-01-09 13:29  robe
+
+	* Move over ST_NRings
+
+2009-01-09 13:17  robe
+
+	* Move over ST_Zmflag
+
+2009-01-08 17:22  pramsey
+
+	* Forgot to save this file. Also changes to lwfree_* *_release.
+
+2009-01-08 17:04  pramsey
+
+	* Alter lwfree_* to deep-free memory. Add variants of *_release to
+	  support shallow-free. Go through lwgeom/ and replace any lwfree_*
+	  instances with *_release where appropriate. (Surprisingly few.)
+
+2009-01-08 16:06  robe
+
+	* documentatioin out of synch with reality since garden test
+	  failing. Change spelling ST_CrossingDirection to new name
+	  ST_LineCrossingDirection
+
+2009-01-08 15:50  robe
+
+	* put in valid name space (giving error with my xsltproc otherwise)
+
+2009-01-07 19:40  robe
+
+	* Finish off adding multi garden geometries
+
+2009-01-07 18:25  kneufeld
+
+	* updated documention on addgeometrycolumn, clarifying the errors
+	  thrown.
+
+2009-01-07 12:11  mcayland
+
+	* Bump some LWDEBUG(F) from level 1 up to levels 3-4 (level 1 is
+	  reserved)
+
+2009-01-07 01:16  pramsey
+
+	* Remove memory leak in standard loader.
+
+2009-01-05 20:54  mcayland
+
+	* Allow CPPFLAGS/LDFLAGS parameters from the command line to be
+	  passed into the CUnit Makefile, since CUnit is the only
+	  dependency that cannot determine its own flags using a --with-X
+	  parameter. This allows CUnit to be installed in a non-standard
+	  location if required.
+
+2009-01-05 14:44  robe
+
+	* Put circular back in mix. Doesn't crash now that MCA changed
+	  distance to throw error.
+
+2009-01-05 00:08  mcayland
+
+	* Rework the CUnit detection infrastructure as you can't locate
+	  include files based on an absolute path. This is because autoconf
+	  and the compiler have differing ideas of the current paths (this
+	  totally breaks the Win32 build since you have the extra mapping
+	  between UNIX-type MingW paths and Windows-type paths). Hopefully
+	  this should not affect existing users at all - if so, please post
+	  a report on -devel. I'll try running this on MingW at a later
+	  date.
+	  
+	  I've also enforced "make check" to run the unit tests, rather
+	  than "make test". This is a fallout from the early days when strk
+	  committed the regression test suite to run using "make test" by
+	  accident which appears to have stuck :(
+	  .
+
+2009-01-04 20:39  mcayland
+
+	* Fix comment in lwgeom_from_ewkt() and also add a quick error
+	  check to lwgeom_from_ewkt() and lwgeom_from_ewkb() - otherwise
+	  upon parse failure we could pass a half-baked geometry back to
+	  the caller which would not be good :(
+
+2009-01-04 20:11  mcayland
+
+	* Update the cunit tests to use the proper parser flag
+	  PARSER_CHECK_NONE rather than the hard-coded zero.
+
+2009-01-04 19:54  mcayland
+
+	* Add -lm to the cu_tester link line - we must always add this to
+	  the link line for anything that links agains liblwgeom.a (at
+	  least on my Linux system here)
+
+2009-01-04 19:24  mcayland
+
+	* Commit quick fix for GBT#85: ST_Distance crashes on Circular
+	  String. Rather than devise and implement a set of distance
+	  functions for CIRCULARSTRINGs, I've simply added code to detect
+	  the condition and throw an "Unsupported geometry type" error,
+	  similar to as already exists within the codebase.
+
+2009-01-02 13:25  robe
+
+	* minor update
+
+2009-01-02 13:23  robe
+
+	* Add ST_DumpPoints. Not sure how simple it is.
+
+2009-01-01 21:36  robe
+
+	* Put time stamp placeholder on (I think)
+
+2009-01-01 21:26  robe
+
+	* Fix typo
+
+2009-01-01 00:31  pramsey
+
+	* Fix based on test case from MAC.
+
+2008-12-27 22:58  pramsey
+
+	* Add support for multilinestring to st_locatebetweenelevations
+
+2008-12-27 08:08  pramsey
+
+	* Add heat map case.
+
+2008-12-24 20:15  pramsey
+
+	* Add mline version of clipper.
+
+2008-12-24 17:37  pramsey
+
+	* Add lwfree_geom to generically deep-free lwgeometries.
+
+2008-12-24 17:09  pramsey
+
+	* Add lwgeom_from_ewkt and change larger cunit tests to create
+	  candidate geometries from text instead of by hand.
+
+2008-12-24 00:32  mcayland
+
+	* Try and commit a pre-generated output from flex that works for
+	  the build-bot.
+
+2008-12-23 22:11  pramsey
+
+	* Revert accidental commit of lex.yy.c
+
+2008-12-23 20:20  pramsey
+
+	* Rename new functions to ST_LineCrossingDirection and
+	  ST_LocateBetweenElevations for more explicitness and closer
+	  correspondance to SQL/MM, respectively. Add a new geometry
+	  counter for collections.
+
+2008-12-23 13:24  robe
+
+	* Break out multi as separate geometry types and start putting in.
+	  Remove unary/aggregate geom since now exactly the same as section
+	  that takes only 1 geometry.
+
+2008-12-22 23:37  pramsey
+
+	* Add CUnit to main 'make test' build and check for existance of
+	  CUnit.h as part of ./configure
+
+2008-12-22 21:49  mcayland
+
+	* Fix typo in the backticks when extracting linker/include flags
+	  from pg_config. Resolving this allows SVN trunk to compile on
+	  MingW! :)
+
+2008-12-22 17:49  robe
+
+	* More typos
+
+2008-12-22 17:48  robe
+
+	* More typos
+
+2008-12-22 17:47  robe
+
+	* typo
+
+2008-12-22 16:54  robe
+
+	* Missed a constant
+
+2008-12-22 16:53  robe
+
+	* First draft of ST_CrossingDirection -- needs more work
+
+2008-12-22 15:22  robe
+
+	* More conditional corrections. Also take circular back out of test
+	  since still crashes under 1.4 with ST_Distance.
+
+2008-12-22 14:14  robe
+
+	* Revision - change to not test geoms against other geoms if
+	  function only takes one geom, better commenting of output. Put
+	  back circularstring -- crashes on 1.3 still on ST_Distance in
+	  some cases. Haven't tested against trunk
+
+2008-12-22 12:15  mcayland
+
+	* Remove the few C++-style comments that have crept into the
+	  codebase, and add a note to the STYLE document stating that
+	  C-style comments should be used.
+
+2008-12-22 11:51  mcayland
+
+	* Remove the WKB_CONVERSION hack which was invented to try and make
+	  the JTS connector more reliable. Since all the other JTS code has
+	  gone, this can now go too. See
+	  http://postgis.refractions.net/pipermail/postgis-devel/2008-August/003495.html
+	  for a little discussion.
+
+2008-12-22 11:38  mcayland
+
+	* Errr.... unsigned *what* exactly??! If you'd have asked me
+	  yesterday if I thought this would compile, I would have said
+	  no...
+
+2008-12-22 11:11  mcayland
+
+	* Some code tidy-ups: remove Windows CR/LFs from the file, change
+	  the free()s into lwfree()s, and fix a spelling mistake.
+
+2008-12-22 09:30  robe
+
+	* revert part of last change
+
+2008-12-22 08:39  robe
+
+	* correction to last edit
+
+2008-12-21 06:37  pramsey
+
+	* Add ST_LineClipZ(geometry, from, to) SQL and C functions.
+
+2008-12-19 19:21  pramsey
+
+	* Complete c-level line clipping routines, and unit tests.
+
+2008-12-19 19:20  pramsey
+
+	* Add in lwfree_* deep memory clean-up routines for multi-objects.
+
+2008-12-19 18:51  kneufeld
+
+	* Upgraded section in using_postgis.xml that talks about OGC
+	  Simplicity / Validity.
+
+2008-12-19 16:57  pramsey
+
+	* Remove camelCase example from style guideline against camelCase
+	  (! :)
+
+2008-12-19 14:59  mcayland
+
+	* Remove the PostGIS LWGEOM type constants from pgsql2shp - they
+	  are no longer needed here as they are included as part of
+	  liblwgeom.h.
+
+2008-12-18 20:42  pramsey
+
+	* Complete the pfree_ to lwfree_ renaming.
+
+2008-12-18 20:36  pramsey
+
+	* Move curve back down below curve struct. Hm.
+
+2008-12-18 20:35  pramsey
+
+	* Complete the pfree_* to lwfree_* renaming.
+
+2008-12-18 20:30  pramsey
+
+	* Rename pfree_* memory management function lwfree_*
+
+2008-12-18 20:22  pramsey
+
+	* Partial work commit for safety
+
+2008-12-18 17:07  pramsey
+
+	* Ignore generated Makefile
+
+2008-12-18 15:58  robe
+
+	* Revise to cross every geometry with every other to better test
+	  the functions that take 2 geometries. This increases the
+	  generated script to about 18 MB. Still need to trim off some of
+	  these tests (since it does the same for singular geom functions)
+
+2008-12-18 15:38  robe
+
+	* Get rid of redundant variable declares
+
+2008-12-18 15:32  robe
+
+	* Get rid of 2 geom relation section. Its redundant now that the
+	  last condition section has been improved.
+
+2008-12-18 15:25  robe
+
+	* Numerous enhancements to make torture script generator smarter -
+	  e.g. don't use geometry select when function takes not
+	  geometries, don't put monkey in when you see pattern matrix use a
+	  real intersectionmatrix, concept of version
+
+2008-12-18 00:54  pramsey
+
+	* Partial work saved back for later.
+
+2008-12-17 20:47  pramsey
+
+	* Partial work into SVN where I can get at it elsewhere.
+
+2008-12-17 20:22  pramsey
+
+	* Remove LFs from regression files per MCA.
+
+2008-12-17 19:37  mcayland
+
+	* #HISTORY: Really fix what was broken in r3431/3432. See the notes
+	  there for the full detail.
+
+2008-12-17 18:20  pramsey
+
+	* Re-locate cunit, add a STYLE guideline draft and some TODO notes.
+
+2008-12-17 16:03  mcayland
+
+	* Undo r3431/3432: this isn't ready for the primetime yet as it
+	  breaks a couple of the regression tests.
+
+2008-12-17 15:01  mcayland
+
+	* Fix for one of Regina's torture failures as posted to the -devel
+	  list here:
+	  http://postgis.refractions.net/pipermail/postgis-devel/2008-December/004362.html.
+	  A CurvePolygon has a "standard header" and so must be passed
+	  through a function that understands the optional existence of
+	  SRIDs/BBOXes etc. in the header.
+
+2008-12-17 05:36  pramsey
+
+	* harmonize unit tests with new function names
+
+2008-12-17 05:32  pramsey
+
+	* harmonize function names so things... compile
+
+2008-12-17 05:28  pramsey
+
+	* Revisison per MCA and (c) headers.
+
+2008-12-17 00:22  pramsey
+
+	* Add some co-linearity tests.
+
+2008-12-17 00:19  pramsey
+
+	* Basic co-linearity support. Remove touching cases from
+	  crossingdirection.
+
+2008-12-16 23:43  pramsey
+
+	* Add ST_CrossingDirection(line, line) bindings into SQL.
+
+2008-12-16 22:29  pramsey
+
+	* First cut of line crossing function, and associated cunit tests.
+
+2008-12-16 21:21  kneufeld
+
+	* fixed bug in probe_geometry_columns where an srid of -1 is not
+	  properly detected. (last time :))
+
+2008-12-16 21:11  kneufeld
+
+	* fixed bug in probe_geometry_columns where an srid of -1 is not
+	  properly detected.
+
+2008-12-16 21:07  kneufeld
+
+	* fixed bug in probe_geometry_columns where an srid of -1 is not
+	  properly detected.
+
+2008-12-16 16:22  robe
+
+	* More changes - can't remember
+
+2008-12-16 13:01  robe
+
+	* Add cross reference to ST_IsValidReason on ST_IsValid and
+	  ST_Summary
+
+2008-12-16 12:40  robe
+
+	* Fix formatting of ForceRHR args -- messing up torture test
+	  generator
+
+2008-12-15 14:50  robe
+
+	* missing the st_geomfromtext among others because of bad
+	  conditions - switched to xsl:choose to simplify logic.
+
+2008-12-15 13:36  robe
+
+	* minor comment addition
+
+2008-12-15 12:56  robe
+
+	* add more data types. Remove curve tests again -- too many
+	  crashers
+
+2008-12-15 12:36  robe
+
+	* Typo in data type param
+
+2008-12-15 10:30  mcayland
+
+	* #HISTORY: Fix for GBT#83: "ST_Multi on curved polygon gives
+	  ERROR: Unknown geometry type: 0". On reflection, ST_Multi() can
+	  only operate on standard POINT, LINESTRING and POLYGON types as
+	  the only MULTI geomtypes are MULTIPOINT, MULTILINESTRING and
+	  MULTIPOLYGON. This was caused by the introduction of the curve
+	  crashing fixes in 1.3.4.
+
+2008-12-15 05:33  robe
+
+	* more cleanup
+
+2008-12-15 05:03  robe
+
+	* Think I got most of the functions with additional args, left out
+	  circular since it crashes. We can fix in 1.4
+
+2008-12-15 04:12  robe
+
+	* replace param logic
+
+2008-12-15 02:38  robe
+
+	* #GBT 84: Fix typo in boundary error
+
+2008-12-14 15:14  robe
+
+	* Add circular string and curved polygon to garden set. Also start
+	  work on dealing with functions that take floats and integers as
+	  additional params
+
+2008-12-14 07:24  robe
+
+	* Exclude st_curvetoline from test for now. Crashes on geometry
+	  collection test.
+
+2008-12-14 03:19  robe
+
+	* Add GEOMETRYCOLLECTION to garden mix. This crashes my 1.3.5SVN
+	  build after running generated script - investigating
+
+2008-12-14 03:10  robe
+
+	* Add logic to test for unary functions that take box2d/3d and add
+	  3d geometries to garden set.
+
+2008-12-14 01:50  robe
+
+	* Add create table, add geom, drop column, drop table to batch of
+	  tortures
+
+2008-12-13 19:48  pramsey
+
+	* Remove isvalidreason, it's done.
+
+2008-12-13 19:47  pramsey
+
+	* Add typmod idea
+
+2008-12-12 17:07  robe
+
+	* Fix condition statement that prevented some 2 geom functions from
+	  being picked up
+
+2008-12-12 16:55  robe
+
+	* Added POLYGONM gset to test. Also got rid of monkey crashing
+	  LineMerge. May add back later by removing the NOT (j=i)
+	  conditions.
+
+2008-12-12 16:49  robe
+
+	* Note that ST_MakePolygon can be used to make measured polys and
+	  3d polys
+
+2008-12-12 16:26  robe
+
+	* use strcmp for compare instead of comparing first element in
+	  projcreate
+
+2008-12-12 14:20  robe
+
+	* get rid of accidentally copied comment
+
+2008-12-12 14:11  robe
+
+	* Add relationship/ functions that act on 2 geometries tests to the
+	  mix
+
+2008-12-12 13:40  robe
+
+	* Add POINTM and LINESTRINGM to garden family
+
+2008-12-12 13:17  robe
+
+	* Remove Postgis_JTS_Version from docs. No longer in 1.4 code base.
+
+2008-12-12 13:05  robe
+
+	* Revise to use an xml collection instead of repetitive loops. Also
+	  put in select start and end so when the server crashes you know
+	  where it broke.
+
+2008-12-12 11:07  mcayland
+
+	* Looks like I accidentally removed some code from LWGEOM_accum
+	  that was required to set the Oid of the array being used to store
+	  the aggregate results. As reported by Regina.
+
+2008-12-11 19:38  robe
+
+	* Fix typo in geometry test
+
+2008-12-11 18:57  robe
+
+	* put in the svn:keywords thingy and also update postgis_gardentest
+	  to generate garden test for all unary postgis functions and
+	  aggregates
+
+2008-12-11 17:18  kneufeld
+
+	* added a HINT to the ERROR message in errorIfGeometryCollection
+	  indicating the geometry that is in error.
+
+2008-12-11 16:56  robe
+
+	* First draft of garden test sql generator. This version just
+	  searches the docs and outputs tests for functions that take no
+	  arguments. Need to formulate a list of geometries to generate
+	  code for unary and so forth.
+
+2008-12-11 15:56  robe
+
+	* Incorporated Mark's suggestion to use PQescapeStringConn instead
+	  of building a custom function. Also fixed typo. Note using free()
+	  instead of PQfree since couldn't find a PQfree. I looked at the
+	  8.3.5 postgresql source code base, and that's what they seem to
+	  use when releasing buffer space.
+
+2008-12-11 14:55  mcayland
+
+	* Increase the amount of allocated memory by 3 bytes, so that if
+	  maxlength < 3 and we return just "..." then we still have enough
+	  space to store the string without clobbering memory.
+
+2008-12-11 13:46  mcayland
+
+	* Fix up a couple of errors in the new lwmessage_truncate()
+	  function found by Kevin - correct an off-by-one error in the
+	  code, and include a missing startpos offset in the end truncation
+	  code. Also ensure that if maxlength gets too small then we return
+	  "..." rather than crashing.
+
+2008-12-10 12:36  mcayland
+
+	* Resolve local merge conflict from previous commit.
+
+2008-12-10 12:32  mcayland
+
+	* Add new lwmessage_truncate() function to liblwgeom that will
+	  truncate a string to a maximum number of characters, adding a
+	  "..." to indicate where the string has been trimmed. Truncation
+	  can be specified to occur from either the start or end of the
+	  string as required. Also update the parser error handler to use
+	  the new function.
+
+2008-12-09 23:29  mleslie
+
+	* Porting the floating point comparison operator upgrade from the
+	  1.3 branch.
+
+2008-12-07 02:52  robe
+
+	* correct mm reference of ST_PointFromText and remove from old MM
+	  section
+
+2008-12-07 02:47  robe
+
+	* Minor additions
+
+2008-12-07 02:42  robe
+
+	* fix some typos
+
+2008-12-07 02:29  robe
+
+	* Move over (x,y,z) min/max family and add cross reference to those
+	  from ST_X, ST_Y, ST_Z
+
+2008-12-07 00:40  robe
+
+	* Move over ST_Box2D and ST_Box3D and flag ST_Accum as working with
+	  circular strings
+
+2008-12-05 19:39  robe
+
+	* revise example
+
+2008-12-05 19:31  robe
+
+	* Clarify use of ST_Relation and include Martin's example of
+	  interior intersects
+
+2008-12-05 13:46  robe
+
+	* #HISTORY: #GBT:34 - .prj creation by pgsql2shp
+
+2008-12-05 12:33  robe
+
+	* #GBT 80: ST_Multi seg faults when given MULTILINESTRING
+
+2008-12-04 17:01  robe
+
+	* Move over rest of Long Transactions
+
+2008-12-03 17:12  mcayland
+
+	* Fix GBT#79: shp2pgsql does not honor -s (also known as Mark
+	  accidentally missed the sr_id from the geometry constructors)
+
+2008-12-03 16:02  mcayland
+
+	* Lightbulb moment: the fix for GBT#21: locate_along_measure: wrong
+	  values, invalid data required extra work as floating point errors
+	  could still be introduced by the removal of the memcpy(). In fact
+	  it was the clipping logic that was wrong, so this patch re-adds
+	  the memcpy() in the correct place(s) and corrects the clipping
+	  flags to remove this floating point error. With thanks to Stephen
+	  Davies.
+
+2008-12-02 20:04  robe
+
+	* Remove some junk and fix some typos, rephrase descriptions
+
+2008-12-02 20:00  robe
+
+	* Move over LockRow
+
+2008-12-02 19:43  robe
+
+	* Move over CheckAuth
+
+2008-12-01 23:34  robe
+
+	* typo
+
+2008-12-01 22:19  robe
+
+	* remove extra def
+
+2008-12-01 22:06  robe
+
+	* Move over Enable/Disable LongTransactions
+
+2008-12-01 12:41  robe
+
+	* Damn casing - wrong fix
+
+2008-12-01 12:38  robe
+
+	* typo ?
+
+2008-12-01 12:13  robe
+
+	* typo?
+
+2008-12-01 06:32  robe
+
+	* Move over ST_HasBBox
+
+2008-12-01 06:26  robe
+
+	* Move over ST_AddBBox, ST_DropBBox - the last of the Geometry
+	  Editors
+
+2008-11-28 16:38  pramsey
+
+	* wrap isvalidreason in test for GEOS >= 3.1
+
+2008-11-27 19:04  robe
+
+	* correction
+
+2008-11-27 18:53  robe
+
+	* ST_IsValidReason typo and add an example of a valid geometry
+
+2008-11-27 18:31  robe
+
+	* Document new ST_IsValidReason function. I suppose this may be the
+	  last time I can successfully create invalid geometries before
+	  Mark ruins all the fun.
+
+2008-11-26 19:04  pramsey
+
+	* ST_IsValidReason(geometry) returns text reason for validity
+	  failure.
+	  Requires GEOS >= 3.1.
+	  GBT#51
+
+2008-11-26 13:40  mcayland
+
+	* Apply patch from strk to prevent unneccesary invocation of 'ar'
+	  when building liblwgeom.
+
+2008-11-26 12:11  robe
+
+	* Correct install docs to agree with README. Not sure if this is
+	  necessary since this is partially for already installed postgis.
+	  Are we going to have an lwgeom folder in contrib?
+
+2008-11-26 11:49  mcayland
+
+	* Create liblwgeom as a phony dependency, so that any changes to
+	  liblwgeom cause a re-build of liblwgeom.a during "make". Patch
+	  provided by strk.
+
+2008-11-26 11:43  mcayland
+
+	* Fix some minor errors in the README documentation as indicated by
+	  strk.
+
+2008-11-25 21:46  pramsey
+
+	* Bring forward release notes from 1.3.4
+
+2008-11-25 10:42  mcayland
+
+	* Quick fix for GBT#72: ST_Estimated_Extent sometimes returns null
+	  if table exists but not in current schema.
+
+2008-11-24 13:18  robe
+
+	* Fix indentation for estimated_extent example. Document
+	  ST_Force_Collection broken when given Circular strings for
+	  versions prior to 1.3.4
+
+2008-11-24 11:04  mcayland
+
+	* Fix for GBT#73: ST_Force_Collection crashes with CIRCULARSTRING.
+	  This is basically the same fix for GBT#66: ST_Dump kills backend
+	  when fed CIRCULAR STRING except that it occurs in a different
+	  place.
+
+2008-11-24 11:01  mcayland
+
+	* Move lwgeom_contains_subgeoms() into liblwgeom core as it seems
+	  it is now required outside of lwgeom_dump.c.
+
+2008-11-23 19:18  robe
+
+	* Move over the rest of the ST_Force* family
+
+2008-11-23 07:22  robe
+
+	* Move over ST_Estimated_Extent
+
+2008-11-23 06:54  robe
+
+	* minor changes
+
+2008-11-23 06:50  robe
+
+	* Move over ST_GeomFromWKB
+
+2008-11-21 14:41  robe
+
+	* typo
+
+2008-11-21 14:30  robe
+
+	* Fix indentation of examples
+
+2008-11-21 14:28  robe
+
+	* GBT #71: Update section 4.2 of docs to describe manual adding to
+	  geometry columns - revision. Add pretty anchor, reference pretty
+	  anchor in AddGeometryColumn reference section. Rearrange order.
+
+2008-11-21 14:15  robe
+
+	* GBT #71: Update section 4.2 of docs to describe manual adding to
+	  geometry columns.
+	  
+	  Decided to just add a new section after
+
+2008-11-21 08:32  robe
+
+	* 
+
+2008-11-21 08:31  robe
+
+	* Move over ST_CoordDim
+
+2008-11-20 22:03  mcayland
+
+	* Located more profile calls using grep and converted them over to
+	  use the new macros. Hopefully I've caught all of them now...
+
+2008-11-20 18:45  mcayland
+
+	* Found some new locations containing profiling code outside of the
+	  GEOS functions, so swap them over to using the new macros.
+
+2008-11-20 15:00  mcayland
+
+	* Switch GEOS profiling over to use conditional macros, much in the
+	  same way as LWDEBUG(F) has been implemented. This improves code
+	  readability by not having constant #if...#endif sections
+	  throughout the code. I've also changed the variable that
+	  indicates whether profiling has been enabled to POSTGIS_PROFILE,
+	  and integrated it into the autoconf configuration. Hence
+	  profiling can be enabled by running configure with the
+	  --enable-profile option, or setting POSTGIS_PROFILE in
+	  postgis_config.h to 1 and re-compiling.
+
+2008-11-20 13:32  robe
+
+	* typo
+
+2008-11-20 12:55  robe
+
+	* Add note on ST_Transform and ST_AsKML that they require Proj
+	  support
+
+2008-11-19 13:40  robe
+
+	* update doc on install to reference geos 3.0.3
+
+2008-11-17 17:30  robe
+
+	* amend ST_Mem_Size
+
+2008-11-17 01:00  robe
+
+	* typos
+
+2008-11-17 00:52  robe
+
+	* st_mem_size
+
+2008-11-17 00:05  robe
+
+	* Document missing ST_AsGML func proto
+
+2008-11-16 15:54  robe
+
+	* typo
+
+2008-11-15 20:33  robe
+
+	* Move over ST_Polygon and ST_WKBToSQL, move ST_MakePolygon from
+	  Geometry Processing to Geometry Constructors section
+
+2008-11-14 23:46  robe
+
+	* Move over rest of non-MM compliant Geometry Constructor functions
+
+2008-11-12 17:42  pramsey
+
+	* Update with latest BS
+
+2008-11-10 16:35  pramsey
+
+	* astyle --style=ansi --indent=tab=8
+
+2008-11-10 15:48  pramsey
+
+	* Fix error in prepgeomcache type
+
+2008-11-08 14:43  robe
+
+	* Document affine functions now work with curves. Though I don't
+	  have a tool to verify correctness, so my assumption - it returns
+	  something that sounds sort of right.
+
+2008-11-08 14:17  robe
+
+	* document more functions that work with circular strings
+
+2008-11-08 06:46  robe
+
+	* document support for curves of functions Mark C just fixed with
+	  disclaimer only works in 1.3.4+
+
+2008-11-07 17:07  pramsey
+
+	* Prepared geometry mixed-types bug fix ported forward from 1.3.
+
+2008-11-07 14:23  mcayland
+
+	* After a quick sanity grep, I noticed that ST_Transform() was also
+	  susceptible to crashing on curve types in the same way as the
+	  previous two fixes. Hence I'm committing a fix now before Regina
+	  finds it and logs another bug report :)
+
+2008-11-07 14:21  mcayland
+
+	* Fix GBT#69: ST_Translate crashes when fed circular string.
+	  lwgeom_affine_recursive() needs to know about the new
+	  lwgeom_getcurve_inspected() function.
+
+2008-11-07 14:18  mcayland
+
+	* Fix GBT#70: ST_NPoints Crashes with Curves. lwgeom_npoints()
+	  needs to know about the new lwgeom_getcurve_inspected() function.
+
+2008-11-07 14:05  mcayland
+
+	* Add missing lwgeom_getcurve_inspected() function which is
+	  required for some of the latest GBT fixes.
+
+2008-11-07 07:44  robe
+
+	* Yeh ST_Dump now works with curves
+
+2008-11-06 17:16  mcayland
+
+	* Add missing function prototype from r3263.
+
+2008-11-06 17:05  mcayland
+
+	* Fix for GBT#66: ST_Dump kills backend when fed CIRCULAR STRING.
+	  With thanks to Regina Obe.
+
+2008-11-06 16:12  mcayland
+
+	* The GEOS 2.2 series "geos_c.h" is missing header guards, so
+	  including the header multiple times as is done in lwgeom_geos.h
+	  and lwgeom_geos_prepared.h causes compilation to fail with
+	  multiple definition errors. This patch fixes this problem
+	  allowing GEOS 2.2 to work with PostGIS once again, although of
+	  course it can easily be removed when it is decided that GEOS 2.2
+	  support is no longer required.
+
+2008-11-06 15:15  mcayland
+
+	* Change configure to check for the existence of the PGXS Makefile,
+	  even if pg_config can be found. This is become distributions such
+	  as Debian install pg_config as part of libpq-dev but this package
+	  doesn't contain the required Makefile. Per bug report from strk.
+
+2008-11-05 13:03  robe
+
+	* amend ST_Longitude bug comment
+
+2008-11-05 11:29  mcayland
+
+	* Fix ST_AsGML() not recognising GEOMETRYCOLLECTION as a valid
+	  geometry type from my GBT#65 fix :(
+
+2008-11-05 11:25  mcayland
+
+	* Fix regression tests reporting incorrect failures due to a change
+	  of output caused by r3243.
+
+2008-11-05 11:06  mcayland
+
+	* Fix for GBT#68 - ST_Shift_Longitude doesn't work with MULTIPOINT.
+	  Looks like this was just a simple mistake in the code. I've also
+	  improved the error message to return the proper type name instead
+	  of just a number.
+
+2008-11-05 01:56  robe
+
+	* add ST_Collect as having some support for circular
+
+2008-11-04 20:26  robe
+
+	* typo in proto
+
+2008-11-04 20:05  robe
+
+	* Add missing proto for ST_CurveToLine
+
+2008-11-04 14:15  robe
+
+	* Add ST_HasArc, pull some useful comments from source code to add
+	  to ST_CurveToLine
+
+2008-11-04 14:09  mcayland
+
+	* Fix lwgeom_typename() not returning a valid string for any of the
+	  newer geometry types.
+
+2008-11-04 13:58  mcayland
+
+	* Fix for GBT#65: ST_AsGML kills the backend when fed a CIRCULAR
+	  STRING. The default code attempts to inspect any unknown geometry
+	  which fails on CIRCULARSTRING. A longer term fix may be to fix
+	  CIRCULARSTRING so that it can be inspected, however the fix here
+	  is to throw an ERROR for unknown types just as the other As_*()
+	  functions do.
+
+2008-11-04 13:43  robe
+
+	* Change all ST_AsKML to use new ST_Transform
+
+2008-11-04 13:14  robe
+
+	* More flagging of functions that work with 3d
+
+2008-11-04 12:31  robe
+
+	* fill in all protos for kml, flag more functions as supporting 3d
+	  and circular/curve
+
+2008-11-04 10:00  mcayland
+
+	* Change ST_GeomFromText() to GeomFromText() for older hwgeom (-w)
+	  support - looks like I was a little bit to eager in my earlier
+	  conversion to use the new ST_ calling convention.
+
+2008-11-04 09:57  mcayland
+
+	* Alter loader Makefile to add liblwgeom.a dependency, so people
+	  who just want to build the shapefile loaders can do "make" within
+	  the loader subdirectory and liblwgeom.a will automagically get
+	  build first.
+
+2008-11-04 02:48  robe
+
+	* fix typo
+
+2008-11-04 02:19  robe
+
+	* document circular support of more functions
+
+2008-11-04 02:07  robe
+
+	* Get rid of MM compliancy note for ST_LineToCurve, can only find
+	  ST_CurveToLine in MM docs
+
+2008-11-04 01:56  robe
+
+	* correct comment
+
+2008-11-04 01:55  robe
+
+	* Add new section to document circular string support
+
+2008-11-04 01:47  robe
+
+	* Document ST_LineToCurve and ST_CurveToLine, update template to
+	  include note about Circular String support in prep for new index
+	  section
+
+2008-11-03 17:00  kneufeld
+
+	* updated url in comments to the documentation on the implemented
+	  point-in-polygon algorithm to
+	  http://softsurfer.com/Archive/algorithm_0103/algorithm_0103.htm#Winding%20Number.
+	  Old link was dead.
+
+2008-11-03 16:23  mcayland
+
+	* Add missing ICONV_LDFLAGS variable to the loader Makefile. Thanks
+	  to Olivier Courtin for noticing.
+
+2008-11-03 16:17  mcayland
+
+	* Switch pgsql2shp over to using liblwgeom.
+	  
+	  There are few commits that can be as satisfying as one which
+	  involves the removal of ~1200 lines of code. By using the
+	  liblwgeom parser instead of the in-built parser, we have now
+	  achieved the following:
+	  
+	  i) all parsers within PostGIS, shp2pgsql and pgsql2shp are now
+	  the same which means they all follow the same rules. Also
+	  extended error reporting information including error text and
+	  position information is available.
+	  
+	  ii) the complexity of the shp2pgsql/pgsql2shp is considerably
+	  reduced.
+	  
+	  The slightly unfortunate cost is the overall executable size is
+	  larger, since we are linking with liblwgeom. However, from both a
+	  consistency and maintainability point of view, this is a big win.
+	  Note that while there may be a difference in behaviour in some
+	  corner cases, all regression tests pass here.
+
+2008-10-31 10:41  mcayland
+
+	* Add missing serialized_lwgeom_from_hexwkb() function to liblwgeom
+	  which is required for adding liblwgeom support to pgsql2shp.
+
+2008-10-31 10:04  mcayland
+
+	* Some more shp2pgsql clearups; remove some dead commented code and
+	  switch over to use the LWDEBUG(F) debugging framework.
+
+2008-10-30 23:13  mcayland
+
+	* Fix regression test differences between different platforms in
+	  the AsGeoJSON regression code. There were two issues: firstly,
+	  the original regression tests included precision information > 15
+	  significant figures, and secondly the GeoJSON code was exposing
+	  BOX2DFLOAT4 information to the client instead of calculating the
+	  true bounding box. With thanks to Olivier Courtin.
+
+2008-10-30 22:48  robe
+
+	* Move over ST_DumpRings
+
+2008-10-30 17:10  mcayland
+
+	* Switch shp2pgsql over to use liblwgeom instead of its own
+	  internal parser. Some notes from looking at the code:
+	  
+	  i) I've abstracted the I/O formatting functions into a new
+	  OutputGeometry() function since it allow the logic concerning
+	  output formatting to kept in one place, rather than sprinkled
+	  throughout all the other Insert* functions.
+	  
+	  ii) InsertPoint() and InsertMultiPoint() have been combined,
+	  since it seems that the same code will work for both - all that
+	  is required is to know whether to produce a MULTIPOINT collecton
+	  or a POINT at the end.
+	  
+	  iii) I've added additional comments within the Insert* functions
+	  to help clarify what is going on in places
+	  
+	  iv) It appears some corner cases were missing within the
+	  conversion code with respect to Z/M coordinates, so in theory the
+	  new code should do a better job.
+	  
+	  All in all, the source code is slightly reduced in size (although
+	  of course the binary is larger after linking with liblwgeom), and
+	  seems a lot more readable to my eyes. A quick TODO is to go
+	  through the file and replace the #if...#endif sections related to
+	  debugging with LWDEBUG(F) options.
+	  
+	  NOTE: I've had to change the Makefile to allow linking against
+	  the maths library and liblwgeom.a, so some manual intervention on
+	  the automated build may be required ;)
+
+2008-10-29 18:32  robe
+
+	* Make more pretty section names, move over ST_Accum and provide
+	  example.
+
+2008-10-29 18:05  robe
+
+	* Pretty anchors for all new sections
+
+2008-10-29 17:59  robe
+
+	* Incorrect function arg in ST_Union
+
+2008-10-29 17:36  robe
+
+	* Okay maybe hmm 4th or 5th time is the charm
+
+2008-10-29 17:34  robe
+
+	* Again
+
+2008-10-29 17:34  robe
+
+	* Lets try again
+
+2008-10-29 17:29  robe
+
+	* function name typo
+
+2008-10-29 17:27  robe
+
+	* Move over rest of Linear Referencing functions and provide
+	  examples. Experiment with giving pretty anchor to section.
+
+2008-10-29 13:58  robe
+
+	* Add Availability note for Populate_Geometry_Columns
+
+2008-10-29 13:52  robe
+
+	* Fix line_interpolate_point link
+
+2008-10-29 13:13  robe
+
+	* Move over ST_Line_Substring
+
+2008-10-29 12:37  robe
+
+	* Move over ST_Line_Interpolate_Point
+
+2008-10-27 16:13  kneufeld
+
+	* changed linkend to match case in ST_Length2d to ST_Length2D
+
+2008-10-27 16:05  kneufeld
+
+	* attempt to fix broken linkend by replacing it with an xref in
+	  reference_new.xml
+
+2008-10-27 15:53  robe
+
+	* Move over sql mm compliance for ST_Disjoint and get rid of
+	  annoying carriage return in template.xml
+
+2008-10-27 15:49  kneufeld
+
+	* added availability to Populate_Geometry_Columns
+
+2008-10-27 15:48  kneufeld
+
+	* fixed typo in broken link to ST_Distance_Spheroid
+
+2008-10-27 15:33  kneufeld
+
+	* fixed typo in ST_Length3d_Spheriod xref to ST_Length_Spheroid
+
+2008-10-27 15:29  kneufeld
+
+	* fixed typo in missing constraint linkend: ST_InteriorRings to
+	  ST_NumInteriorRings
+
+2008-10-27 15:26  kneufeld
+
+	* typo in xref link
+
+2008-10-27 15:25  kneufeld
+
+	* added id for missing constraint linkend: PostGIS_Scripts_Released
+
+2008-10-27 15:21  kneufeld
+
+	* added id for missing constraint linkend: line_substring
+
+2008-10-27 15:15  kneufeld
+
+	* added id for constraint linkend: length2d
+
+2008-10-27 06:49  kneufeld
+
+	* fixed bug in lwpostgis.sql.in.c in POPULATE_GEOMETRY_COLUMNS when
+	  detecting SRIDs of -1.
+
+2008-10-27 06:29  kneufeld
+
+	* updated description for Populate_Geometry_Columns
+
+2008-10-27 06:13  kneufeld
+
+	* added plpgsql function Probe_Geometry_Columns to
+	  lwpostgis.sql.in.c and added documentation in reference_new.xml
+
+2008-10-26 22:26  robe
+
+	* Fix typo
+
+2008-10-26 22:18  robe
+
+	* Move over ST_Length* functions. Correct documentation - e.g.
+	  missing ST_Length2D_Spheroid and ST_Length3d_Spheroid and
+	  ST_Length_Spheroid are synonyms. Seems to disagree with how we
+	  define ST_Length.
+
+2008-10-26 21:24  robe
+
+	* Move over ST_Distance_Spher* functions
+
+2008-10-26 19:49  robe
+
+	* Put in availability info for rotate functions
+
+2008-10-26 19:43  robe
+
+	* Move over rest of Affine family. Correct some typos. Put
+	  ST_ForceRHR in right location.
+
+2008-10-26 18:14  robe
+
+	* Move over ST_Affine
+
+2008-10-25 17:29  robe
+
+	* Add = operator the most confusing and accidentally used operator
+	  of all
+
+2008-10-25 16:30  robe
+
+	* Commit provide another example of ST_SetPoint and flag as
+	  supporting 3d
+
+2008-10-24 15:01  robe
+
+	* typo
+
+2008-10-24 14:53  robe
+
+	* Move over ST_SnapToGrid
+
+2008-10-23 00:28  robe
+
+	* typo
+
+2008-10-22 18:55  robe
+
+	* Move over ST_Relate the last of the Geometry Relationship
+	  Function and destroy the section in old reference.
+
+2008-10-21 06:41  robe
+
+	* Move over perimeter and max distance
+
+2008-10-21 04:54  kneufeld
+
+	* moved ST_ForceRHR into the correct category
+
+2008-10-21 04:41  kneufeld
+
+	* moved over ST_ForceRHR
+
+2008-10-20 17:36  robe
+
+	* typo in st_cover something. Hate non-symmetric relationships
+
+2008-10-20 17:29  robe
+
+	* Revert change to ST_MemUnion - it really is that. Most have had a
+	  faulty restore when it was named ST_MemGeomUnion
+
+2008-10-20 17:25  robe
+
+	* Move over ST_Covers and ST_CoveredBy and provide examples, update
+	  ST_Contains example to show distinction between ST_Covers,
+	  ST_Contains etc.
+
+2008-10-20 14:49  robe
+
+	* correct links in README and note about running make check before
+	  make install. How the hell do you do that?
+
+2008-10-19 23:40  robe
+
+	* Provide example for GeometryType. fix typo
+
+2008-10-19 23:31  robe
+
+	* typo in ST_Y definition. Also added common use-case example of
+	  ST_Centroid used with ST_X, ST_Y
+
+2008-10-19 14:52  mcayland
+
+	* After several discussions at PGDay, it seems that the only
+	  use-case for the PGXS PROGRAM clause is for programs that wish to
+	  link with the backend libraries. Hence create a new Makefile for
+	  the loader directory which uses the new autoconf infrastructure,
+	  based upon library and dependency lists from the original 1.3
+	  branch.
+
+2008-10-19 14:40  robe
+
+	* Move over remainder of Geometry Accessors to new section. Fix
+	  ST_MemUnion (really ST_MemGeomUnion), correct mistake in
+	  ST_SymDifference
+
+2008-10-18 08:33  mcayland
+
+	* Remove postgis_jts_version() function call from regression tests
+	  as the function no longer exists (prevents warning being
+	  displayed at the start of the test run)
+
+2008-10-17 18:51  robe
+
+	* Move over the *N family
+
+2008-10-17 17:58  robe
+
+	* Move over ST_length2d, ST_length3d
+
+2008-10-17 03:39  robe
+
+	* Move over ST_MemUnion the last of the geometry processing
+	  functions and destroy the geometry processing functions old
+	  section
+
+2008-10-17 03:05  robe
+
+	* forgot to delete some stuff
+
+2008-10-17 03:04  robe
+
+	* move over ST_Shift_Longitude, ST_Difference, ST_SymDifference
+
+2008-10-16 22:13  kneufeld
+
+	* reverting accidental commit to template.xml
+
+2008-10-16 18:35  robe
+
+	* Move over ST_NumGeometries
+
+2008-10-16 18:17  robe
+
+	* Move over ST_ExteriorRing, ST_NumInteriorRings,
+	  ST_NumInteriorRing
+
+2008-10-16 18:12  kneufeld
+
+	* added dblatex as a dependency for building PDF's
+	  added a pdf target to doc/Makefile.in
+
+2008-10-16 08:33  mcayland
+
+	* Update to previous parser patch: if the error location is 0 (i.e.
+	  we haven't even matched a valid OGC WKT type) then display a more
+	  appropriate message. Per minor gripe from Paul.
+
+2008-10-16 07:22  robe
+
+	* update st_azimuth - it should be called vector instead of line
+	  since order of points reverses the angle
+
+2008-10-16 07:17  robe
+
+	* Move over ST_Azimuth and provide example
+
+2008-10-16 06:35  robe
+
+	* Move over ST_Boundary to new section, copy comment about SQL-MM
+	  srid to xsl header
+
+2008-10-15 21:44  mcayland
+
+	* Fix pointer problem in the new HINT code caused by strncpy() not
+	  padding with zeros unless the specified length is *longer* than
+	  the source string.
+
+2008-10-15 18:36  pramsey
+
+	* last one!
+
+2008-10-15 18:26  pramsey
+
+	* expunge remaining stringBuffer references
+
+2008-10-15 17:59  pramsey
+
+	* Remove stringBuffer.* from build/repository.
+
+2008-10-15 15:03  mcayland
+
+	* Update the LWGEOM parser to provide error HINTs when being called
+	  from PostgreSQL, and update regression tests accordingly.
+
+2008-10-15 13:43  robe
+
+	* fix spacing of st_linemerge, st_segmentize examples.
+
+2008-10-15 13:39  robe
+
+	* Move over ST_Segmentize and ST_LineMerge
+
+2008-10-14 23:08  kneufeld
+
+	* moved cleanup of the pdf to the maintainer-clean target
+
+2008-10-14 20:11  pramsey
+
+	* Remove sliced test code and return to original state.
+
+2008-10-14 19:51  mcayland
+
+	* Nearly finish work on the new parser API. The key part of this
+	  patch is to alter the behaviour of the parser so that instead of
+	  generating errors directly, it returns an error code, error
+	  location and an error message. Hence the caller is now in charge
+	  of the behaviour when parsing invalid geometries, and so can
+	  ignore errors or proceed onto the next geometry if required. The
+	  regression test change is due to a change in an error message,
+	  since the error is now returned from the unparser before it even
+	  gets to GEOS.
+
+2008-10-14 19:39  robe
+
+	* Provide examples for ST_Simplify and ST_SimplifyPreserveTopology
+
+2008-10-14 18:16  robe
+
+	* Move over st_simplify and st_simplifypreservetopology. Still need
+	  to put in examples.
+
+2008-10-14 17:42  pramsey
+
+	* astyle style=ansi indent=tab=8
+
+2008-10-14 11:40  robe
+
+	* completely move over rest of management functions to new section.
+	  Add probe_geometry_columns - never been documented, but useful.
+	  Get rid of update_geometry_stats - just returns a dumb message
+	  that its obsolete.
+
+2008-10-14 03:56  robe
+
+	* Add missing function proto for dropgeometrytable
+
+2008-10-13 13:16  mcayland
+
+	* Rename parser_check_flags to current_parser_check_flags and
+	  unparser_check_flags to current_unparser_check_flags to clarify
+	  that these status variables only reflect the checks enabled for
+	  the current parse.
+
+2008-10-13 13:03  mcayland
+
+	* Move the liblwgeom unparser example over to the dynptarray API
+	  which is the proper way to alter point arrays in memory.
+
+2008-10-13 11:36  mcayland
+
+	* Fix up some more warnings in SVN trunk; note that there are still
+	  2 remaining PreparedGeometry warnings, but these will require
+	  patching GEOS.
+
+2008-10-12 17:47  pramsey
+
+	* Performance boost: only detoast the front of the tuple first and
+	  extract the bbox from that.
+
+2008-10-10 16:34  pramsey
+
+	* Pull prep_cache reference safely inside PREPARED_GEOM #ifdef
+
+2008-10-10 05:24  pramsey
+
+	* Set keywords propery.
+
+2008-10-10 05:17  pramsey
+
+	* Clean-up and comment.
+
+2008-10-10 04:41  pramsey
+
+	* Rename lwgeom_geos_c.c to lwgeom_geos.c
+
+2008-10-10 04:39  pramsey
+
+	* Prepared geometries getting closer to readiness. Integrated into
+	  standard functions, regression tests added.
+
+2008-10-10 01:35  mleslie
+
+	* Updating the regression test README file with details about the c
+	  preprocessing step and the formatting of the _expected file
+	  results.
+
+2008-10-08 18:57  robe
+
+	* SQL my MM
+
+2008-10-08 18:51  robe
+
+	* update st_translate include support for 3d flag
+
+2008-10-08 18:27  pramsey
+
+	* Move to memcmp keys, leave prepared functions tied to old keyed
+	  signatures for now.
+
+2008-10-08 10:14  mleslie
+
+	* Rebuilt the box3d generation for circular strings to account for
+	  a special large-arc case. Fix for issue 58, includes regression
+	  test for the case.
+
+2008-10-08 05:48  kneufeld
+
+	* fixed several broken or redirected external URLs.
+
+2008-10-08 05:45  kneufeld
+
+	* fixed several broken or redirected external URLs.
+
+2008-10-08 04:25  pramsey
+
+	* Fix minor logic error in intersects() bbox shortcut.
+
+2008-10-07 23:51  pramsey
+
+	* Re-work prepared geom cache to use memcmp instead of keys, step
+	  1.
+
+2008-10-07 20:38  pramsey
+
+	* Move DEBUG statement next to a req'd variable.
+
+2008-10-07 18:09  robe
+
+	* correct mistake
+
+2008-10-07 17:39  robe
+
+	* Move over ST_ConvexHull
+
+2008-10-06 19:51  pramsey
+
+	* Fix slight error in box shortcut logic in prepared intersects.
+
+2008-10-05 22:12  pramsey
+
+	* Convert from LWDEBUG to POSTGIS_DEBUG
+
+2008-10-05 17:33  mcayland
+
+	* Fix stupid mistake in the liblwgeom parser...
+
+2008-10-04 21:29  pramsey
+
+	* Fix boneheaded error in prepared intersects.
+
+2008-10-04 17:49  pramsey
+
+	* Protect prepared geometry implementation in GEOS>=3.1 defines.
+
+2008-10-04 16:00  mcayland
+
+	* Fix the DEBUGF statements I didn't realise I broke with the new
+	  LWGEOM parser/unparser API (in response to Paul's r3061 commit).
+
+2008-10-03 18:07  pramsey
+
+	* Some extra debugf's in the prepared geometry code.
+
+2008-10-03 17:37  pramsey
+
+	* Patch up and comment out some DEBUGF lines that don't compile due
+	  to changes in function
+	  signatures in liblwgeom
+
+2008-10-03 13:23  robe
+
+	* correct incorrect statement
+
+2008-10-03 13:20  robe
+
+	* Update ST_Union's fitness for 3d with examples.
+
+2008-10-03 09:22  robe
+
+	* Add more examples of 3d use and annotate more 3d functions
+
+2008-10-02 23:53  pramsey
+
+	* Rework prepared geometry handling to look more like the
+	  implementation of
+	  PJ caching in transform.
+
+2008-10-02 18:52  pramsey
+
+	* Flip format to 'astyle --style=ansi --indent=tab=8' to make
+	  upcoming
+	  changes more consistent, stylewise. (Can't stand the mixed styles
+	  anymore!)
+
+2008-10-02 18:35  pramsey
+
+	* add .so. to svn:ignore
+
+2008-10-02 17:36  pramsey
+
+	* add check for invalid srid to addgeometrycolumn (#33)
+
+2008-10-02 16:46  pramsey
+
+	* ensure relate(g,g,p) is case insensitive (#44)
+
+2008-10-02 16:15  robe
+
+	* Flag more 3d compatible functions
+
+2008-10-02 16:00  pramsey
+
+	* pass commandline options into backend command (#45)
+
+2008-10-02 15:56  pramsey
+
+	* Fix log message to refer to correct function name
+
+2008-10-02 12:43  robe
+
+	* Fix minor typos in ST_Polygonize
+
+2008-10-02 12:14  robe
+
+	* Get rid of extra line breaks in specialty function section (by
+	  changing xsl). Move over ST_Polygonize and provide examples.
+
+2008-10-02 11:40  robe
+
+	* Start annotating functions that support 3d, add some examples of
+	  3d, update xsl to pull out functions that support 3d in a
+	  separate special function index
+
+2008-10-02 11:17  robe
+
+	* extraneous junk left
+
+2008-10-02 11:16  robe
+
+	* Move over ST_Extent
+
+2008-10-01 21:55  robe
+
+	* Get rid of excess paragraph in mm compliance section
+
+2008-10-01 21:53  robe
+
+	* Moved some functions to Geometry Processing section
+
+2008-10-01 21:42  robe
+
+	* Put in SQL mm compliance for ST_Intersection
+
+2008-10-01 20:04  robe
+
+	* Move ST_Intersection to new reference_new.xml
+
+2008-09-30 17:42  robe
+
+	* Revise to include mm compliance section
+
+2008-09-30 17:39  robe
+
+	* Move over ST_Intersects sql mm compliance note to reference_new
+	  (remove sT_Intersects from MM section of old reference)
+
+2008-09-30 13:29  mcayland
+
+	* Update regression tests to include test cases for GBT#21.
+
+2008-09-30 13:25  mcayland
+
+	* Fix for locate_along_measure returning invalid values (GBT#21)
+
+2008-09-30 04:06  kneufeld
+
+	* added a new aggregate and sql_mm toc to docs generated via a
+	  custom xsl (provided by Regina Obe) to the documentation Makefile
+
+2008-09-29 16:20  robe
+
+	* change to sort functions alphabetically
+
+2008-09-28 19:48  mcayland
+
+	* Update LWGEOM unparser to (E)WKT/WKB to resturn a
+	  LWGEOM_UNPARSER_RESULT structure instead of just the WKT/WKB
+	  character array. This is the same work done for r3023 but applied
+	  to the unparser instead.
+
+2008-09-28 16:18  mcayland
+
+	* With the advent of LWGEOM_PARSER_RESULT, it is now possible to
+	  get rid of the horrible SERIALIZED_LWGEOM hack for PostgreSQL 8.3
+	  to allow us to return the size separate from the result. This is
+	  good as it removes another level of indirection from the parser.
+	  Note that the size field has now been added to the
+	  LWGEOM_PARSER_RESULT structure.
+
+2008-09-28 15:47  mcayland
+
+	* Clear up warnings (mixed declartions within code and invalid
+	  return) from r3022.
+
+2008-09-28 15:32  mcayland
+
+	* Update (E)WKT/WKB parser to return a structure
+	  (LWGEOM_PARSER_RESULT) instead of just the serialized lwgeom.
+	  This is in preparation for returning more detailed error
+	  information back to the caller.
+
+2008-09-28 09:03  pramsey
+
+	* Update pip shortcut code to be less aggressive in building cache.
+
+2008-09-27 08:19  mcayland
+
+	* Rename parser_check_flags to unparser_check_flags for the
+	  unparser to prevent linking error under OS X. Also add missing
+	  function prototype to silence compiler warning in the PiP code.
+
+2008-09-26 21:46  pramsey
+
+	* harmonize sql functions with c functions for prepared geometry
+
+2008-09-26 21:34  pramsey
+
+	* Make preparedgeometry memory handling a good deal kinder (no
+	  longer losing base geometry every time)
+
+2008-09-26 21:01  robe
+
+	* put index in listitems and hope for the best
+
+2008-09-26 19:43  pramsey
+
+	* P-I-P rennovation complete: memory leaks gone, multipolygon
+	  support added
+
+2008-09-26 18:59  robe
+
+	* correct the comments
+
+2008-09-26 18:55  robe
+
+	* xsl that generates index listing of postgis spatial aggregates
+	  and MM compliant functions
+
+2008-09-26 12:45  robe
+
+	* Put in author/license info (hmm this is a guess - couldn't find a
+	  good example in SVN to go by). Also comment on what xsl is doing.
+
+2008-09-26 02:50  kneufeld
+
+	* updated "make clean" directive to include the newly generated
+	  PDFs
+
+2008-09-25 21:50  mcayland
+
+	* Add parser flags to the LWGEOM to (E)WKB/WKT parsers, similar to
+	  has already been done for the (E)WKB/WKT to LWGEOM parsers.
+
+2008-09-25 21:34  mcayland
+
+	* Remove missing variables from LWDEBUG(F) statement that would
+	  cause compilation to fail with POSTGIS_DEBUG_LEVEL > 0
+
+2008-09-25 20:46  pramsey
+
+	* Another biggish leak into the parent context.
+
+2008-09-25 19:18  pramsey
+
+	* More small memory leaks removed.
+
+2008-09-25 17:18  pramsey
+
+	* Remove more memory leaks from P-I-P shortcut code.
+
+2008-09-25 12:18  robe
+
+	* More typo fixes
+
+2008-09-25 12:10  robe
+
+	* Move over ST_MakePointM, miscellaneous typo fixes
+
+2008-09-24 14:05  robe
+
+	* Put svn back in microversion
+
+2008-09-24 14:01  robe
+
+	* typo
+
+2008-09-24 13:55  robe
+
+	* Added ST_MakePointM, removed redundant redefinition of MakePointM
+	  so docs are now in synch with actual functions.
+
+2008-09-23 21:32  mcayland
+
+	* Use __va_copy() to pass a copy of the variadic structure to
+	  lw_vasprintf() to solve ABI difference between 32bit/64bit
+	  architectures.
+
+2008-09-23 19:59  mcayland
+
+	* Remove a couple more warnings when compiling with debug enabled
+	  from lwgeom_gist.c.
+
+2008-09-23 19:53  mcayland
+
+	* Revert commit 2990: the real bug was that the LWDEBUG statement
+	  was incorrect rather than the code - the additional read_int()
+	  was causing an off-by-one error when outputting WKB causing
+	  several regression tests to fail.
+
+2008-09-23 19:44  mcayland
+
+	* Refactor the memory management routines to account for the fact
+	  that variadic functions can't be called directly from the initial
+	  allocators. Also solve issues related to differences between the
+	  system vasprintf() (if supplied) and the liblwgeom vasprintf() by
+	  renaming to lw_vasprintf() and using it throughout PostGIS. With
+	  all this in place, GBT#54 is fixed which is very useful when
+	  debugging ;)
+
+2008-09-23 19:07  pramsey
+
+	* Reduce p-i-p memory leak by 50%
+
+2008-09-23 13:05  robe
+
+	* fix typo add more links
+
+2008-09-23 13:00  robe
+
+	* Move over ST_Buffer
+
+2008-09-22 22:59  pramsey
+
+	* Add cnt declaration where missing.
+
+2008-09-22 17:55  robe
+
+	* change to xsl 1.0 plus minor indent change
+
+2008-09-22 12:28  robe
+
+	* Add xsl file that autogenerates sql set comment statements from
+	  reference_new.xml
+
+2008-09-22 12:18  robe
+
+	* Realized from my sql comment generation xsl that there is really
+	  no ST_WKTToSQL that takes an SRID and no ST_BD.. that doesn't
+	  take an SRID. Very shocking.
+
+2008-09-21 23:15  robe
+
+	* typo in st_setsrid returns geometry not boolean
+
+2008-09-18 22:12  pramsey
+
+	* Add a few more generated files to ignore
+
+2008-09-18 22:09  pramsey
+
+	* Set ignore properties on generated files.
+
+2008-09-18 13:54  mcayland
+
+	* Update the code for unparsing LWGEOMs to WKB/WKT so that it
+	  includes the standard simple checks: LINESTRINGs must have > 2
+	  points, POLYGONs must have closed rings and CIRCULARSTRINGs must
+	  have > 2 points and the number of points must be odd. There is
+	  still a little more work to do to allow flags to be passed into
+	  the parser to specify which checks should be enforced, much like
+	  has already been done for the parsing from WKB/WKT to LWGEOM.
+
+2008-09-18 04:34  kneufeld
+
+	* commit to test autobuild process and svn hooks
+	  - removed extra tabs from preformatted text blocks
+
+2008-09-18 04:22  kneufeld
+
+	* commit to test autobuild process and svn hooks
+	  - removed extra tabs from preformatted text blocks
+
+2008-09-17 15:05  robe
+
+	* Add to ST_SetSRID - reference to spatial_ref_sys
+
+2008-09-17 14:46  robe
+
+	* Link ST_SetSRID to updated spatial_ref_sys section using cutesy
+	  anchor.
+
+2008-09-17 14:41  robe
+
+	* Give spatial reference systems section a cutesy anchor.
+
+2008-09-17 05:49  robe
+
+	* 
+
+2008-09-17 05:48  robe
+
+	* typo in link
+
+2008-09-17 04:14  robe
+
+	* more fleshing out of spatial ref section
+
+2008-09-17 04:00  robe
+
+	* Beef up spatial reference section. Still needs work.
+
+2008-09-17 03:54  kneufeld
+
+	* added an id to ST_Buffer to provide an end link for cross
+	  references.
+
+2008-09-16 22:43  mcayland
+
+	* Silence a few more compiler warnings that had appeared during my
+	  last few parser commits.
+
+2008-09-16 22:29  mcayland
+
+	* Add an example of how the liblwgeom API can be used by other C
+	  programs to manipulate geometries and output the result.
+	  Currently the unparser.c program shows how a geometry can be
+	  constructed "on the fly" and then exported in both WKT and HEXWKB
+	  formats; however it gives programmers the potential to devise
+	  some very unique processing tools which can generate files that
+	  can be loaded into PostGIS.
+
+2008-09-16 18:44  mcayland
+
+	* Move the LWGEOM-specific functions from lwgeom_sqlmm.c into
+	  liblwgeom/lwsegmentize.c to ensure that liblwgeom can exist as a
+	  standalone library.
+
+2008-09-16 13:35  robe
+
+	* Cleanup of FAQ
+
+2008-09-16 13:17  robe
+
+	* Move over ST_Expand
+
+2008-09-16 01:51  robe
+
+	* Expand list of contributors
+
+2008-09-16 01:47  robe
+
+	* Expand list of contributors
+
+2008-09-15 11:54  robe
+
+	* Fix url link to proj to point to osgeo
+
+2008-09-13 05:41  kneufeld
+
+	* Moved over ST_IsRing to new PostGIS reference.
+	  Fixed link errors to ST_IsSimple.
+
+2008-09-12 12:12  robe
+
+	* typo
+
+2008-09-12 10:46  robe
+
+	* Spelled Kevin's last name wrong and Mateusz first name wrong.
+	  Sorry Kevin and Mateusz.
+
+2008-09-12 10:40  robe
+
+	* Update Credits and project links
+	  1) Get rid of emails
+	  2) Change order of key contributors based on heuristics a)
+	  duration of contribution, b) frequency of contributions,
+	  c)recency of contributions, d) impact of contributions,
+	  and add some new contributors (more need to be added)
+
+2008-09-11 12:18  mcayland
+
+	* Reinstate the PDF documentation system based on OpenJade,
+	  including integration with autoconf. "make postgis.pdf" should
+	  now output lovely PDF format documentation :)
+
+2008-09-11 12:04  mcayland
+
+	* Documentation fixes to allow PDF documents to be generated from
+	  Docbook source using OpenJade - OpenJade seems a lot more strict
+	  than xsltproc when generating output :(
+
+2008-09-10 21:06  robe
+
+	* Get rid of left over stuff from ST_IsValid and ST_Summary copy.
+
+2008-09-10 11:57  robe
+
+	* example and result misaligned
+
+2008-09-10 11:39  robe
+
+	* Move over ST_Summary and provide example.
+
+2008-09-10 11:28  robe
+
+	* Move over ST_IsValid and provide example
+
+2008-09-10 07:28  robe
+
+	* correct st_contain signature, other misc fixes
+
+2008-09-10 06:47  robe
+
+	* Add ST_IsValid reference to ST_Within.
+
+2008-09-09 21:10  mcayland
+
+	* Allow a flags parameter to be passed into the WKT parser to
+	  determine which consistency checks are performed out of polygon
+	  ring closure, minimum number of points and odd number of points.
+
+2008-09-08 20:17  mcayland
+
+	* Commit generated versions of the new parser files for people who
+	  do not have flex or bison installed.
+
+2008-09-08 20:16  mcayland
+
+	* Enhance geometry parser so that it keeps track of the current
+	  position during parsing. With a bit more work, this should allow
+	  error messages to pinpoint the exact location of an invalid
+	  geometry section or syntax error.
+
+2008-09-08 13:12  robe
+
+	* Move over ST_Translate and provide example use
+
+2008-09-07 11:02  mcayland
+
+	* Yet another update to the liblwgeom parser API -
+	  lwgeom_from_ewkt() has been renamed to
+	  serialized_lwgeom_from_ewkt() to indicate that the function
+	  returns a serialied LWGEOM rather than an unserialized LWGEOM
+	  structure.
+
+2008-09-07 09:14  robe
+
+	* typo in funcprototype
+
+2008-09-07 09:07  robe
+
+	* Provide example of ST_SetPoint
+
+2008-09-07 08:43  robe
+
+	* Move over ST_SetPoint to new section
+
+2008-09-06 19:12  robe
+
+	* change alias field names of st_contains examples
+
+2008-09-06 19:02  robe
+
+	* correct mm spec section of ST_Contains. Remove MM ST_Contains
+	  from old ref section
+
+2008-09-06 18:58  robe
+
+	* Move over ST_Contains to new section. Provide example. Minor
+	  changes to ST_Within
+
+2008-09-04 18:28  robe
+
+	* Put in disclaimer on ST_Equals when dealing with invalid
+	  geometries
+
+2008-09-04 12:40  robe
+
+	* Move over ST_NDims and ST_Dimension to new reference section
+
+2008-09-04 12:08  robe
+
+	* minor change to example
+
+2008-09-04 12:04  robe
+
+	* accidentally took out reference from ST_OrderingEquals
+
+2008-09-04 11:56  robe
+
+	* Move over ST_Overlaps to new reference section and provide some
+	  examples
+
+2008-08-28 21:09  robe
+
+	* Fixed url links to geos and proj. Both are now osgeo projects and
+	  no longer at refractions or remotesensing. Move around
+	  instructions putting geos and proj compilation steps at the end
+	  per Mark's request
+
+2008-08-27 04:34  kneufeld
+
+	* moved ST_IsClosed to the new documentation template.
+
+2008-08-24 04:54  kneufeld
+
+	* moved ST_StartPoint and ST_EndPoint to new reference_new.xml
+
+2008-08-22 17:47  robe
+
+	* another typo
+
+2008-08-22 17:36  robe
+
+	* Typo
+
+2008-08-22 17:13  robe
+
+	* Some changes based on Mark's comments.
+
+2008-08-22 14:46  robe
+
+	* More typos
+
+2008-08-22 13:37  robe
+
+	* typo
+
+2008-08-22 13:05  robe
+
+	* More reordering
+
+2008-08-22 12:52  robe
+
+	* Installation got moved out of order for some reason.
+
+2008-08-22 12:32  robe
+
+	* Typo
+
+2008-08-22 12:14  robe
+
+	* Updated the installations docs. I took some of Olivier Courtin
+	  instructions for install
+	  (http://postgis.refractions.net/pipermail/postgis-users/2008-August/020746.html)
+	  which seemed much easier to follow than the ones we currently
+	  have. Also corrected path settings we had to the install files.
+	  They are all in downloads not root of postgis as we suggested.
+
+2008-08-21 11:27  mcayland
+
+	* Update PostGIS README file to account for changes in SVN trunk.
+
+2008-08-21 10:56  mcayland
+
+	* Update PostGIS SVN trunk to use the new 8.4 GiST API (where
+	  RECHECK is now specified within the consistent function, rather
+	  than being supplied as part of the operator class definition).
+	  This allows PostGIS to compile and pass regression tests on the
+	  latest PostgreSQL 8.4 CVS HEAD.
+
+2008-08-21 08:45  mcayland
+
+	* Alter the lwgeom Makefile so that liblwgeom.a is linked directly,
+	  rather than using the -L...-l options on the command line. This
+	  is to prevent problems on OSX where PGXSadds the PostgreSQL
+	  $libdir to the PostGIS link line, causing it to link to
+	  liblwgeom.so produced by older versions of PostGIS rather than
+	  the static liblwgeom.a.
+	  
+	  Also change the PGXS CPP/LIB equivalent variables to use += so
+	  that extra compile/link options can be supplied. Per report from
+	  Robert Rainthorpe, with thanks to William Kyngesburye.
+
+2008-08-12 16:42  pramsey
+
+	* move to CLASS/STYLE mapserver 5.X syntax
+
+2008-08-04 11:50  robe
+
+	* Moved over ST_SRID, fixed a typo, added some references
+
+2008-08-04 11:32  robe
+
+	* got rid of additional entry for ST_GeomFromText - was already
+	  moved over, moved over ST_PointFromText, ST_MakePoint
+
+2008-08-03 15:05  pramsey
+
+	* Spelling changes from Mark Kolybabi.
+
+2008-08-02 22:03  mcayland
+
+	* Add a download reference for Apache Ant, plus fix a couple more
+	  typos.
+
+2008-08-02 08:41  mcayland
+
+	* Correct typo from the previous documentation commit.
+
+2008-08-02 08:24  mcayland
+
+	* A long overdue documentation update - update the installation
+	  section to reflect the many changes in the new SVN trunk build
+	  system.
+
+2008-08-01 16:01  robe
+
+	* bad break in GeoJSON example
+
+2008-08-01 15:18  robe
+
+	* Provide example for geojson (excerpts from postgis newsgroup
+	  thread)
+
+2008-08-01 15:12  kneufeld
+
+	* Reverted html markup for mathematical expressions in ST_Touches
+	  and ST_Crosses to a gif image. It seems unicode markup does not
+	  work well for both IE and Firefox. The next best thing to do is
+	  to get MathML markup working.
+
+2008-08-01 04:42  kneufeld
+
+	* small grammar correction in ST_Touches
+
+2008-08-01 04:26  kneufeld
+
+	* added ST_Touches examples
+
+2008-07-31 12:32  robe
+
+	* took out kml example - causing parsing error.
+
+2008-07-31 12:14  robe
+
+	* Moved over remaining geometry output functions and put in
+	  availability for each.
+
+2008-07-31 06:35  robe
+
+	* Put in Availability 1.3.4 for ST_AsGeoJSON
+
+2008-07-31 06:33  kneufeld
+
+	* fixed small typo in ST_Touches mathematical expression
+
+2008-07-31 06:29  kneufeld
+
+	* Moved over ST_Touches to new PostGIS reference. Examples
+	  forthcoming.
+
+2008-07-31 04:57  kneufeld
+
+	* replaced the mathematical gif expression in ST_Crosses with
+	  simple html markup
+
+2008-07-30 14:05  robe
+
+	* Move over ST_WKTToSQL and also defined ST_GeometryFromText
+	  (didn't see it in the old docs, but its not deprecated and is a
+	  popular variant)
+
+2008-07-30 11:41  robe
+
+	* Got rid pf superfluous redirection to deprecated functions of
+	  ST_GeomFromWkb and ST_GeomFromText - now they just point directly
+	  to the c functions. Changed all FromWKB, FromText variants to
+	  point to the non-deprecated ST_GeomFrom, ST_BuildArea etc.
+	  (before they were pointing at deprecated functions)
+
+2008-07-29 15:46  robe
+
+	* grammatical error
+
+2008-07-29 15:42  robe
+
+	* Move over ST_Collect and ST_Union, provide examples for ST_Union.
+	  Get rid of comment about don't use ST_Union with geometry
+	  collections - seems to work fine with those.
+
+2008-07-29 12:35  robe
+
+	* typo in function declare for perimeter
+
+2008-07-29 12:00  robe
+
+	* remove ST_Area from reference.xml already accounted for in
+	  reference_new.xml, move over ST_Length, ST_Perimeter
+
+2008-07-29 05:43  kneufeld
+
+	* moved over st_pointonsurface and provided examples.
+
+2008-07-29 05:11  kneufeld
+
+	* moved over st_centroid and provided examples in both svg and png
+	  format. Eventually, ImageMagick will be used to generate the png
+	  files, but for now they are committed into svn.
+
+2008-07-29 04:42  robe
+
+	* minor formatting changes, note about ST_NumPOints being an alias
+	  for ST_NPoints moving forward.
+
+2008-07-28 19:05  kneufeld
+
+	* fixed some minor xrefences in the documentation so the autobuild
+	  doesn't throw errors.
+
+2008-07-28 12:07  robe
+
+	* Move over ST_GeomFromEWKT, ST_GeomFromEWKB and provide examples.
+	  Fix some miscellaneous references.
+
+2008-07-28 10:03  mcayland
+
+	* Allow Makefile substitutions for PGCONFIG which are required if
+	  pg_config is not located in the path. Note that as part of this
+	  fix, we now need to generate topology/Makefile using autoconf.
+	  Thanks to Jorgen Austvik for the report and partial patch.
+
+2008-07-28 09:13  mcayland
+
+	* Fix -o option for flex; the output filename must be specified
+	  immediately after -o without any preceding white space. Per
+	  report from Jorgen Austvik.
+
+2008-07-24 11:58  robe
+
+	* Move over ST_GeomFromText and provide examples
+
+2008-07-24 10:22  mcayland
+
+	* Add PROJ.4 version check to ensure that a minimum version of
+	  4.5.0 is installed. This is to ensure that the
+	  pj_set_searchpath() function is present (note: it was actually
+	  added in 4.4.9, however we version detect on major.minor rather
+	  than major.minor.release)
+
+2008-07-24 05:55  kneufeld
+
+	* Moved several version functions to the new PostGIS reference.
+
+2008-07-23 17:13  kneufeld
+
+	* added some xreferences so the autobuild process does not throw
+	  errors.
+
+2008-07-23 16:40  kneufeld
+
+	* changed @@LAST_RELEASE_VERSION@@ with a DocBook variable so the
+	  correct version number gets substituted in all included files,
+	  not just postgis.xml
+
+2008-07-23 12:03  robe
+
+	* move of ST_AsBinary,ST_AsEWKB - add examples, various minor fixes
+	  to ST_As function descriptions
+
+2008-07-23 10:56  robe
+
+	* 
+
+2008-07-22 13:53  robe
+
+	* Deprecate ST_area2d
+
+2008-07-22 11:38  robe
+
+	* Move over ST_AsText, ST_AsEWKT and provide examples. Change order
+	  of ST_Multi.
+
+2008-07-22 11:12  robe
+
+	* move over ST_SetSRID, ST_Transform and ST_Multi. Provide
+	  examples.
+
+2008-07-21 16:20  robe
+
+	* Remove ST_Area2D and replace with ST_Area - move to new section
+	  and provide example
+
+2008-07-21 12:09  robe
+
+	* Move over ST_GeometryType, ST_MakePolygon
+
+2008-07-21 11:38  robe
+
+	* delete reference to ST_Equals in reference.xml - alread in new
+	  version, include an ST_DWithin non-join join example.
+
+2008-07-18 12:23  robe
+
+	* Move over ST_AddPoint, ST_RemovePoint, ST_Npoints, ST_NumPoints
+	  and provide examples.
+
+2008-07-17 14:16  robe
+
+	* Move ST_Reverse and add example
+
+2008-07-17 12:14  robe
+
+	* Move ST_BuildArea expand on definition, provide example, Move
+	  ST_BdPolyFromText and ST_BdMPolyFromText
+
+2008-07-17 11:20  robe
+
+	* move over ST_Within and provide example
+
+2008-07-16 08:42  mcayland
+
+	* Fix for segfault in ANALYZE due to incorrect use of legacy BOX
+	  type within compute_geometry_stats() (Fixes GBT#43). Thanks to
+	  Landon Fuller for the bug report and fix.
+
+2008-07-16 06:42  kneufeld
+
+	* moved ST_Envelope, complete with examples.
+
+2008-07-16 05:10  kneufeld
+
+	* updated the st_crosses method:
+	  made the geometry parameters lowercase and made a few changes to
+	  content.
+
+2008-07-16 05:03  kneufeld
+
+	* Moved ST_Crosses into new reference_new.xml file, complete with
+	  images.
+	  Updated css to use fixed-width fonts for programlistings.
+
+2008-07-16 04:55  kneufeld
+
+	* fixed small typo
+
+2008-07-16 04:54  kneufeld
+
+	* Apparently, the <inlinegraphic> will become deprecated in a
+	  future version of DocBook. Now replaced with <inlinemediaobject>.
+
+2008-07-15 21:20  kneufeld
+
+	* fixed a small typo so the autobuild process will still work.
+
+2008-07-15 19:38  robe
+
+	* Move ST_Equals, ST_OrderingEquals - provide examples. Make
+	  Geometry - geometry
+
+2008-07-15 18:02  robe
+
+	* minor corrections to ST_SetSRID and UpdateGeometrySRID
+
+2008-07-15 17:54  robe
+
+	* remove includes index note for ST_MakeLine
+
+2008-07-15 17:51  robe
+
+	* Move ST_Intersection, ST_Disjoint provide examples for both.
+
+2008-07-15 15:33  kneufeld
+
+	* applied patch from Mark to fix the if/then/else so the Makefile
+	  can run on older systems (ie. FC3)
+
+2008-07-15 11:34  robe
+
+	* typo
+
+2008-07-15 11:03  robe
+
+	* Move ST_MakeLine from reference.xml to reference_new.xml and add
+	  an additional example to ST_MakeLine
+
+2008-07-15 06:57  kneufeld
+
+	* Started migration of the functions in reference.xml using the
+	  <variablelist> concept to a new "reference_new.xml" using
+	  DocBook's <refentry> concept. Once migration is complete,
+	  reference.xml will be removed and reference_new.xml will be
+	  renamed to reference.xml. The included template.xml file is not
+	  used, except to provide example usage of DocBook's refentry tag.
+
+2008-07-14 21:52  pramsey
+
+	* Updated CSS from Dane Springmeyer
+
+2008-07-14 16:30  robe
+
+	* Example use case of ST_DWithin
+
+2008-07-14 11:40  mcayland
+
+	* Modify autoconf stylesheet logic (again) to correctly distinguish
+	  between the case where a valid docbook stylesheet is found
+	  automatically and where it is explicitly specified using the
+	  --with-xsldir option.
+
+2008-07-14 10:41  mcayland
+
+	* Change autoconf iconv-detection code so that ICONV_LDFLAGS is
+	  explicitly set in the AC_CHECK_LIB() action-if-found section
+	  (LIBS does not get automatically set when action-if-found is
+	  set). Thanks to Olivier Courtin for the bug report.
+
+2008-07-14 10:05  mcayland
+
+	* Apply some autoconf / Makefile changes from Olivier Courtin.
+	  XSLBASE should not be checked for validity unless it has been
+	  explicitly specified using the --with-xsldir option, and we also
+	  add some friendlier messages in the documentation Makefile in
+	  case the DocBook stylesheets and/or xsltproc cannot be found.
+	  Additionally, the configure --help output has been tidied up
+	  using the AS_HELP_STRING macro.
+
+2008-07-13 23:47  pramsey
+
+	* Apply GeoJSON patch from Olivier Courtin.
+
+2008-07-13 17:33  mcayland
+
+	* Rename the new parser function ewkt_to_lwgeom() to
+	  lwgeon_from_ewkt() so that it matches the rest of the parser API
+
+2008-07-13 11:09  mcayland
+
+	* Add some additional LWDEBUG(F) statements for debugging that I
+	  missed the first time around with the new debugging
+	  infrastructure
+
+2008-07-13 10:50  mcayland
+
+	* More work on improving the EWKT/B parser; remove all references
+	  to allocator functions from outside of liblwgeom by generating
+	  wrapper functions with more meaningful names. As well as cleaning
+	  up the API, it also makes the code much more readable
+
+2008-07-11 10:48  robe
+
+	* Example uses of ST_Line_SubString
+
+2008-07-10 13:16  robe
+
+	* Examples of using ST_ExteriorRing and ST_NumInteriorRings
+
+2008-07-09 11:16  robe
+
+	* Numerous small changes. Changed some returns 1 (TRUE) to just
+	  TRUE. Automatic casting between 0 1 and boolean no longer exists
+	  in PostgreSQL. Lets not confuse people by suggesting to them they
+	  are the same.
+
+2008-07-08 13:30  robe
+
+	* numerous changes(remove additional parent, argument list changes,
+	  multi function breakout)
+
+2008-07-08 12:01  robe
+
+	* Provide examples of using ST_MakePolygon in conjunction with
+	  ST_Accum and PostgreSQL ARRAY() function
+
+2008-07-08 06:05  mleslie
+
+	* Added brief descriptions to the SQL-MM curve types.
+
+2008-07-08 05:15  kneufeld
+
+	* modified toc top generation level param
+
+2008-07-08 05:09  kneufeld
+
+	* split postgis.xml into manageable chunks, broken at chapter
+	  divisions.
+
+2008-07-08 03:12  kneufeld
+
+	* updated tips section to reference ST_* function names
+
+2008-07-07 12:20  robe
+
+	* Example of ST_AddPoint, some fixes of non-ST references,
+	  miscellaneous indenting changes.
+
+2008-07-07 11:57  robe
+
+	* Add examples for ST_MakePolygon, correct non-st to ST references
+	  in ST_MakePolygon section
+
+2008-07-06 07:22  robe
+
+	* fixed ST_Dimension example, flipped order of conditions in WHERE
+	  on some examples (in later versions of PostgreSQL since we don't
+	  have our costs right - the planner may choose to process in order
+	  of conditions
+
+2008-07-06 01:47  kneufeld
+
+	* fixed typo in a WKT example.
+
+2008-07-03 19:07  robe
+
+	* Examples of use of ST_MakeLine, correction to my ST_Collect
+	  example.
+
+2008-07-03 17:36  pramsey
+
+	* Add version information to <title>
+
+2008-07-03 17:08  pramsey
+
+	* Match version numbers to new naming conventions.
+
+2008-07-03 09:28  mcayland
+
+	* Add the parser build rules back into the liblwgeom Makefile, so
+	  now any changes to either the lexer or parser source files will
+	  automatically invoke a rebuild of the relevant output files
+	  during make
+
+2008-07-01 14:15  mcayland
+
+	* Fix liblwgeom requiring gcc to compile. By using macros and
+	  variables supplied by libtool, we can now detect the PIC flags
+	  and whether the compiler will accept additional gcc warning flags
+	  for developers
+
+2008-06-30 15:30  robe
+
+	* Fixed typo
+
+2008-06-29 19:19  mcayland
+
+	* Move some PostgreSQL compatibility macros from lwgeom_pg.h into
+	  pgsql_compat.h which is their proper home
+
+2008-06-29 19:11  mcayland
+
+	* Split the basic geometry accessors into a separate static library
+	  liblwgeom.a; this potentially allows re-use of the liblwgeom
+	  functions from within PostGIS, or could be extended at a later
+	  date to include databases other than MySQL. This patch includes a
+	  change to the liblwgeom handler functions; instead of sprinkling
+	  init_pg_func()s around the source, I have changed the default
+	  liblwgeom handlers to make use of a callback to allow linked
+	  libraries to set their own handlers the first time any of them
+	  are called. I have also tidied up the parser API a little in
+	  liblwgeom.h, which means wktparse.h can be removed from all of
+	  the headers in the lwgeom/ directory, plus renamed wktunparse.c
+	  to lwgunparse.c to keep things similar to lwgparse.c. Finally, I
+	  renamed liblwgeom.c to lwutil.c to avoid confusion within the new
+	  interface. TODO: the liblwgeom Makefile has some gcc-specific
+	  options, but these can be fixed later - it seemed more important
+	  to make the warnings visible to developers.
+
+2008-06-28 05:34  robe
+
+	* Flesh out definition of ST_Collect and how to use it.
+
+2008-06-26 02:40  kneufeld
+
+	* ST_SnapToGrid SQL functions were referencing the deprecated
+	  SnapToGrid instead of their ST_.. equivalents.
+
+2008-06-24 16:12  robe
+
+	* Fix mismatched para in intersection documentation and remove
+	  dangling command tag in Reporting Documentation Issues section.
+
+2008-06-24 15:57  robe
+
+	* Definitions for st_convexhull and st_shift_longitude
+
+2008-06-06 08:53  mcayland
+
+	* Rearrange lwgeom/Makefile.in in terms of the liblwgeom/PostgreSQL
+	  distinction, plus remove remaining JTS reference.
+
+2008-06-06 08:48  mcayland
+
+	* Remove JTS support from liblwpostgis; native GCJ-compiled JTS
+	  code is reported not to be reliable enough within a production
+	  environment, so well stick with GEOS.
+
+2008-06-05 16:08  mcayland
+
+	* Some more updates to lwpostgis.sql.in.c; correct a couple of
+	  missing conversions from OPAQUE_TYPE to internal (how on earth
+	  did regression tests pass with this still in place??), plus
+	  remove the UPDATE on pg_opclass to change the OID of the index
+	  storage type since we can do this by specifying a STORAGE clause
+	  instead.
+
+2008-06-05 14:49  mcayland
+
+	* Remove Makefile from lwgeom/ directory; it is no longer needed as
+	  it is automatically generated from lwgeom/Makefile.in
+
+2008-06-05 14:47  mcayland
+
+	* Update new Makefile copyrights, also remove compat.h from the
+	  loader/ directory since it is now no longer needed.
+
+2008-06-05 14:30  mcayland
+
+	* Update copyrights for configure.ac (rewritten from scratch, and
+	  now renamed from the deprecated form configure.in) and also the
+	  PROJ.4 version detection macro
+
+2008-06-05 12:09  mcayland
+
+	* Switch all SQL and PL/PGSQL stored procedures over to use dollar
+	  quoting instead of apostrophes for function bodies. At last, most
+	  of the stored procedures actually become readable
+
+2008-06-05 11:19  mcayland
+
+	* Remove the HAS_SCHEMA #define and all related #else code since we
+	  now guarantee to be using PostgreSQL > 7.2
+
+2008-06-05 11:07  mcayland
+
+	* Remove PQunescapeBytea hack from pgsql2shp which is no longer
+	  needed, as it was only required for versions of PostgreSQL < 7.3
+
+2008-06-05 10:51  mcayland
+
+	* Remove all of the pre-PostgreSQL 7.3 schema #ifdefs from
+	  lwpostgis.sql.in to make things readable once again.
+
+2008-06-05 10:19  mcayland
+
+	* Blast away the huge amounts of legacy C code related to
+	  PostgreSQL versions < 8.1. Next step will be to work on the SQL
+	  script files too.
+
+2008-05-31 10:35  mcayland
+
+	* Provide a new text file called DEBUG explaining how to use the
+	  new debug system.
+
+2008-05-31 09:56  mcayland
+
+	* Commit new PostGIS debugging infrastructure. These changes unify
+	  all the debug logging to use a new set of macros:
+	  LWDEBUG()/LWDEBUGF() for LWGEOM functions, and
+	  POSTGIS_DEBUG()/POSTGIS_DEBUGF() for PostgreSQL functions. To
+	  enable debugging, run configure with --enable-debug and then
+	  remake the entire project. If --enable-debug is omitted during
+	  configure, the above macros evaluate to (void)0, and hence should
+	  be removed by the compiler during optimisation. Also: contains
+	  minor warning cleanups and a fix for the ST_Dwithin SQL
+	  definition.
+
+2008-05-28 23:03  pramsey
+
+	* Enhanced speed _ST_DWithin(g,g,d) that returns as soon as g and g
+	  are within d of each other, rather than using distance naively.
+	  Change ST_DWithin to use enhanced op. (Issue 20)
+
+2008-05-28 21:58  pramsey
+
+	* Fix towgs84 for 31300 and 31370 (issue 23)
+
+2008-05-28 21:47  pramsey
+
+	* Geomunion name change note, issue 26.
+
+2008-05-28 21:45  pramsey
+
+	* Bug reporting documentation (issue 27)
+
+2008-05-28 21:35  pramsey
+
+	* Fix for issue 30, ST_Buffer doco mistake
+
+2008-05-27 15:08  mcayland
+
+	* Remove extra warnings related to the shp2pgsql deleted records
+	  patch
+
+2008-05-27 14:47  mcayland
+
+	* Update new build system to include iconv detection for shp2pgsql
+
+2008-05-27 03:00  pramsey
+
+	* Fix for DBF files with deleted records. (#29)
+
+2008-05-22 20:43  mcayland
+
+	* Since PGXS compiles libraries with -Wall, attempt to remove as
+	  many warnings as possible. Most of these are missing function
+	  prototypes at the top of each file.
+
+2008-05-22 14:34  mcayland
+
+	* Update documentation build so that "make install" now works.
+	  Maybe this will fix the on-line website build?
+
+2008-05-22 14:31  mcayland
+
+	* Update topology/ directory to use the new PGXS build system.
+
+2008-05-20 22:24  mcayland
+
+	* Update previous commit: add Makefile.in and remove Makefile,
+	  since Makefile is now generated from Makefile.in automatically.
+
+2008-05-20 22:10  mcayland
+
+	* Rework the documentation Makefile so that it works with the
+	  autoconf build system.
+
+2008-05-14 17:24  mcayland
+
+	* Fixes for previous commit: missed Makefile.config target for
+	  "make clean"
+
+2008-05-14 17:19  mcayland
+
+	* Fixes for previous commit: Alter GNUmakefile to understand that
+	  Makefile.config no longer exists, plus remove lwgeom/sqldefines.h
+	  as it is generated by autoconf
+
+2008-05-14 17:10  mcayland
+
+	* Commit new build system based upon PGXS. Due to the large number
+	  of changes, please refer to
+	  http://postgis.refractions.net/pipermail/postgis-devel/2008-May/003010.html.
+
+2008-04-24 01:04  pramsey
+
+	* ST_AsGeoJSon patch from Olivier Courtin
+	  <olivier.courtin at camptocamp.com>.
+
+2008-04-22 14:54  pramsey
+
+	* envelope doco fix
+
+2008-04-12 18:39  pramsey
+
+	* Bump trunk up to 1.3.4SVN
+
+2008-04-12 18:32  pramsey
+
+	* Versions and news for the 1.3.3 release.
+
+2008-04-12 16:46  pramsey
+
+	* Update re dbf patch
+
+2008-04-12 16:44  pramsey
+
+	* New -n switch to support DBF-only loading of attributes without
+	  shapes.
+	  Submitted by Regina Obe.
+
+2008-04-12 10:16  mcayland
+
+	* Remove svn:eol-style from regress_ogc_expected; MingW requires
+	  unix line endings in order for the diff to work as expected.
+
+2008-04-10 14:44  pramsey
+
+	* Reduce FTDate field size to 8 bytes from 10. Matches other calls
+	  in the file
+	  now, no good explanation in code why it was 10 to start with.
+	  http://postgis.refractions.net/pipermail/postgis-users/2008-April/019169.html
+
+2008-04-10 06:40  mcayland
+
+	* Another round of PostgreSQL 8.3 fixes, this time related to
+	  arrays. Make sure that we use the supplied ArrayType pointer
+	  macros, instead of attempting to access to cast directly to
+	  ArrayType. This resolved GBT#13 where a "corrupted histogram"
+	  error is thrown when using using ST_EstimatedExtent() under 8.3.
+
+2008-04-09 19:52  pramsey
+
+	* Change sr_id into an integer, per mca's suggestion.
+
+2008-04-08 21:36  pramsey
+
+	* Fix string literal comparison warnings: "comparison with string
+	  literal results in
+	  unspecified behaviour"
+
+2008-04-07 20:09  pramsey
+
+	* Rename all occurances of getopt to pgis_getopt to work around
+	  OS/X 10.5 system function name collision.
+
+2008-04-07 19:47  pramsey
+
+	* Fix the ST_AsKML regression tests.
+
+2008-04-07 19:47  pramsey
+
+	* Allow conditional regression tests based on GEOS_VERNUM and move
+	  the
+	  cover/prepared tests into the appropriate buckets. Fix the
+	  AT_AsKML
+	  regression tests.
+
+2008-04-05 14:49  pramsey
+
+	* remove unloved header file
+
+2008-03-31 11:16  mcayland
+
+	* Remove the code that adds share/contrib/nad to the PROJ.4 search
+	  path for PostgreSQL < 8.0 since the mechanism for determining the
+	  path has changed from earlier versions, and this was mainly for
+	  Win32 users. Also rename nad/ directory to proj/ to keep it
+	  inline with an existing PROJ.4 installation.
+
+2008-03-30 19:38  pramsey
+
+	* small syntax errors in ST_YMAX, etc functions
+
+2008-03-30 19:37  pramsey
+
+	* confirm st_*min st_*max
+
+2008-03-28 23:24  pramsey
+
+	* Syntax error in sql.in
+
+2008-03-28 21:31  pramsey
+
+	* Fixed up KML patch from Eduin Carillo.
+
+2008-03-28 21:28  pramsey
+
+	* Enable the USE_PROJ and GEOS_VERNUM macros to propogate into
+	  lwpostgis.sql.in
+
+2008-03-28 21:10  pramsey
+
+	* Revert KML patch, bad puppy!
+
+2008-03-28 21:04  pramsey
+
+	* Added KML patch from Eduin Carillo.
+	  http://code.google.com/p/postgis/issues/detail?id=17
+
+2008-03-28 20:18  pramsey
+
+	* Changed ifeq to ifndef for CXX macro test.
+
+2008-03-28 20:17  pramsey
+
+	* Removed unloved and un-used geos_version.sh file.
+
+2008-03-28 20:03  pramsey
+
+	* Added SVN support patch from Dr. Marco Hugentobler, as described
+	  in
+	  http://postgis.refractions.net/pipermail/postgis-devel/2008-February/002883.html
+
+2008-03-28 19:25  pramsey
+
+	* Added GEOS_VERNUM macro and protected GEOS 3.0/3.1 functionality
+	  behind it.
+
+2008-03-28 18:55  mcayland
+
+	* Fix crash caused by double-free in LWGEOM_same - we were
+	  accidentally freeing the 1st parameter twice instead of freeing
+	  the second parameter. Thanks to Cliff Wright for the bug report.
+
+2008-03-28 17:05  pramsey
+
+	* Removed regress_ogc_prep from tests temporarily until a new GEOS
+	  is released with support
+	  for new predicates.
+
+2008-03-27 21:18  mcayland
+
+	* Fix bug with |>> and <<| operators - the BOX2D overabove and
+	  overbelow functions were actually wrong, causing index scans to
+	  return the wrong results. Per bug report from Tomas Karlsson.
+
+2008-03-26 03:40  pramsey
+
+	* Change link to postgis bug tracker
+
+2008-03-21 08:17  mcayland
+
+	* Resolve GBT bugs #2,#3 and #9 related to crashes when calling
+	  aggregate functions under PostgreSQL 8.3 (all earlier versions
+	  would not see the error). This was due to missing more VARSIZE
+	  macros in the PostgreSQL 8.3 conversion. The complete list of
+	  affected functions under PostgreSQL 8.3 is: ST_force_2d(),
+	  ST_force_3dz(), ST_force_3dm(), ST_force_4d(), ST_Collect(),
+	  ST_MakeLine(), ST_Polygonize(), ST_Union()/ST_GeomUnion(),
+	  ST_MakePolygon()/ST_Polygon().
+
+2008-02-12 15:05  pramsey
+
+	* Document ST_SimplifyPreserveTopology(geometry,float)
+
+2008-02-12 15:03  pramsey
+
+	* Added hook to GEOSTopologyPreserveSimplify
+
+2008-01-29 01:24  benjubb
+
+	* Changed the interface for the GEOS prepared predicates.
+	  ST_contains, ST_containsProperly, ST_covers, and ST_intersects
+	  are now overloaded.
+	  The new arguments style is ( geometry, geometry, integer). The
+	  third argument is used to determine when the first argument
+	  changes. The assumption is that when the third argument changes,
+	  the first argument is assumed to have changed too. This
+	  side-steps the issue of determining when the identity of the
+	  first geometry changes.
+
+2008-01-22 19:44  benjubb
+
+	* Ammended to include prepared geometry cache code in scope of
+	  PREPARED_GEOM symbol.
+
+2008-01-22 00:24  benjubb
+
+	* Modified to check version of GEOS and stub out prepared
+	  predicates if GEOS is prior to 3.1.0
+
+2008-01-18 18:57  benjubb
+
+	* Made some minor changes suggested by Mark Cave-Ayland.
+
+2008-01-18 01:05  benjubb
+
+	* Added new function wrappers to expose prepared geometry
+	  predicates:
+	  ST_ContainsPrepared( geometry, geometry )
+	  ST_ContainsProperlyPrepared( geometry, geometry )
+	  ST_CoversPrepared( geometry, geometry )
+	  ST_IntersectsPrepared( geometry, geometry )
+	  
+	  as well, this function was added, for orthogonality:
+	  ST_ContainsProperly( geometry, geometry )
+
+2008-01-18 01:04  benjubb
+
+	* Added new functions to lwgeom_geos_c.c to support prepared
+	  geometry predicates.
+	  bool containsPrepared( geom, geom)
+	  bool containsProperlyPrepared( geom, geom)
+	  bool coversPrepared( geom, geom)
+	  bool intersectsPrepared( geom, geom)
+
+2008-01-18 00:59  benjubb
+
+	* Tests for the prepared geometry predicates.
+	  The tests were copied from regress_ogc, and modified.
+	  Most of the tests use a pattern where the same function is
+	  invoked three times with the same argument.
+	  This tests the prepared geometry caching mechanism.
+	  This testfile haven't been added to regress/Makefile yet, as it
+	  fails for one case. This
+	  probably due to a bug in GEOS.
+
+2008-01-11 15:05  mcayland
+
+	* Bump version number to 1.3.3SVN for next development cycle.
+
+2008-01-11 15:04  mcayland
+
+	* Rewrite the pgsql2shp connection string code so that it uses a
+	  connection string, rather than setting environment variables.
+	  MingW-compiled and MSVC-compiled apps seem to have great problems
+	  passing the variables to each other, causing regression to fail.
+	  With this fix (and a Makefile tweak), it is now possible to run a
+	  MingW-compiled PostGIS against an MSVC compiled PostgreSQL and
+	  pass all regression tests.
+
+2007-12-03 23:10  pramsey
+
+	* Fix up bad entities and screwed up programlistings from some
+	  previous pretty-printing
+	  run on the XML.
+
+2007-12-02 20:37  mcayland
+
+	* Commit updated versions of the ChangeLog and README.postgis (also
+	  change some references in README.postgis from "run as root" to
+	  "run as postgres", and correct the --with-pgsql and --with-geos
+	  documentation)
+
+2007-11-30 18:19  pramsey
+
+	* Added release notes.
+
+2007-11-30 13:04  mcayland
+
+	* Fix the (E)WKB parser so that it performs validation checks in
+	  the same way as the WKT parser, e.g. ensure POLYGON rings are
+	  closed, LINESTRINGs consist of at least 2 points and that curves
+	  have at least 3 points. As discovered when looking simplify() bug
+	  submitted by Ivan Mincik.
+
+2007-11-27 22:39  mcayland
+
+	* Rename the existing get_int32() and get_uint32() functions to
+	  lw_get_int32() and lw_get_uint32() respectively in order to avoid
+	  a collision with functions of the same name in newer versions of
+	  OS X. This should resolve the problem with PostGIS crashing on
+	  some OS X installations. Many thanks to William Kyngesburye and
+	  others for resolving this issue.
+
+2007-11-27 22:19  mcayland
+
+	* Extend the PROJ.4 search path to include
+	  $sharedir/contrib/postgis/nad when looking for grid files. This
+	  is mainly to allow Win32 builds to find grid files without having
+	  to use a PROJ.4 DLL compiled containing a fixed path.
+
+2007-11-23 10:42  mcayland
+
+	* Apply Tom Glancy's patch to shp2pgsql which corrects an
+	  off-by-one error in the field_width calculation when determining
+	  which SQL numeric type is required depending upon the length of
+	  the corresponding shapefile field. This should eliminate various
+	  out of range error messages that may have appeared when
+	  attempting to load a converted shapefile into PostgreSQL.
+
+2007-11-23 10:24  mcayland
+
+	* Commit a first attempt at an Ant build.xml file for the PostGIS
+	  JDBC driver so finally all the Java drivers build with Ant for
+	  consistency, plus we eliminate numerous cross platform problems.
+	  As it stands, the build.xml file supports only the standard JDBC
+	  driver - if you wish to use a JTS-enabled JDBC driver or run the
+	  online regression tests then you must still use the Makefile. Any
+	  help porting the remaining parts of the Makefile would be
+	  appreciated.
+
+2007-10-29 16:29  mcayland
+
+	* Apply parts of Charlie Savage's MSVC patch - mainly tidying up
+	  variable allocations so they appear at the start of functions,
+	  but also making better use of the pj_get_errno_ref() which gets
+	  rid of the auto-import warnings on MingW.
+
+2007-10-29 14:22  mcayland
+
+	* Remove version numbers from liblwgeom references in lwpostgis.sql
+	  as per
+	  http://postgis.refractions.net/pipermail/postgis-devel/2007-September/002764.html.
+	  This should help make upgrades a lot easier for people since it
+	  removes the need to change the SQL function definitions when
+	  upgrading version. Note that this is a quick and dirty fix as I
+	  didn't want to change Makefile.shlib too much - as soon as we
+	  remove support for PostgreSQL < 8.0, we can use PGXS instead and
+	  thus remove the redundant shared library code from PostGIS.
+
+2007-10-29 13:44  mcayland
+
+	* Commit Charlie Savage's patches (with additional comments) to the
+	  bounding box/envelope functions to ensure that valid geometries
+	  are always returned; in more specific terms, if a bounding box is
+	  a point then a POINT is returned, and if a bounding box is
+	  1-dimensional a LINESTRING is returned. Otherwise a POLYGON is
+	  returned as per the old behaviour. For details see the thread in
+	  the postgis-users archives Sept 2007 'How to get the centroid of
+	  an bounding box using st_extent'.
+
+2007-10-29 12:34  mcayland
+
+	* Fix broken error message when attempting to deserialise a type
+	  other than a point; the message should now correctly show the
+	  name of the offending type. Patch supplied by Charlie Savage.
+
+2007-10-23 00:19  pramsey
+
+	* KML credits patch <yecarrillo>
+
+2007-10-10 21:27  mcayland
+
+	* Apply extra fixes for the reworked AsGML() function to ensure
+	  that enough memory is allocated for the GML output. Patch
+	  supplied by Barbara Phillipot.
+
+2007-09-28 10:18  mcayland
+
+	* Fix a mistake in my refactoring of the AsGML() patch for GML3
+	  support - the detoasted geometry is now the second argument
+	  rather than the first. Per report from Olivier Courtin.
+
+2007-09-19 05:01  pramsey
+
+	* Applied patch from Charlie Savage to make ST_Envelope return a
+	  POINT
+	  when the input geometry is a POINT or a one-part MULTIPOINT.
+
+2007-09-06 16:03  mcayland
+
+	* Commit modified version of Barbara Phillipot's GML patch to fix
+	  existing output to make it GML2 compliant, plus add GML3 output
+	  capability
+
+2007-08-22 15:09  pramsey
+
+	* Rename ST_GeomUnion to ST_Union in docs and ST_MemGeomUnion to
+	  ST_MemUnion in
+	  .sql.
+
+2007-08-21 23:02  mcayland
+
+	* Fix crash when calling ST_EndPoint caused by a double-free in
+	  LWGEOM_endpoint_linestring. This bug has been there for a while -
+	  thanks to Eric Francois for the bug report.
+
+2007-08-15 14:39  snowman
+
+	* - Include levenshtein difference in rating when doing city/state
+	  match.
+
+2007-08-13 16:30  pramsey
+
+	* Increment version number to 1.3.2 for next development cycle
+
+2007-08-13 16:12  pramsey
+
+	* Version flip up to 1.3.1
+
+2007-08-13 15:51  mcayland
+
+	* Fixed spelling error for the word "geometry" thanks to Regina
+	  Obe, plus added comment about initial PostgreSQL 8.3 support.
+
+2007-08-13 07:27  mcayland
+
+	* This time really fix the documentation missing tag problem...
+
+2007-08-13 07:14  mcayland
+
+	* Fix documentation since an error in the 1.3.0 release notes xml
+	  caused the build to fail (this may need author review)
+
+2007-08-13 07:06  mcayland
+
+	* Remove warning about unused variable in lwgeom.c (it was a
+	  leftover from the PostgreSQL 8.3 compatibility patch)
+
+2007-08-09 22:50  mleslie
+
+	* Added release notes and updated version numbers and release
+	  dates.
+
+2007-08-09 22:19  mleslie
+
+	* Moved the intersects method back to the original definition and
+	  disabled the new apparently broken implementation.
+
+2007-08-09 16:57  mleslie
+
+	* Bumped the version number to RC5.
+
+2007-08-09 16:56  mleslie
+
+	* Updated the regression tests for curved geoms to avoid the byte
+	  ordering problems.
+
+2007-08-03 20:58  mleslie
+
+	* Removed an unused function that was erroneously committed.
+
+2007-08-02 19:58  mleslie
+
+	* Added PreparedGeometry and caching support to the intersects
+	  function in the jts connector. Created wrapper functions for the
+	  PreparedGeometry functionality.
+
+2007-08-02 19:57  mleslie
+
+	* Removed a call to the deprecated point_in_ring function.
+
+2007-07-31 20:40  mleslie
+
+	* Updated the version numbers.
+
+2007-07-26 18:55  mleslie
+
+	* Applyed Michael Fuhrs patch to fix the reserved word issue
+	  against PostgreSQL 8.3.
+
+2007-07-23 21:43  mleslie
+
+	* Fixed the FP_LTEQ macro to accomodate values significantly larger
+	  that zero.
+
+2007-07-23 18:52  mleslie
+
+	* Added the covers and coveredby functions to the jts connector.
+
+2007-07-23 16:29  mleslie
+
+	* Updated the loader to create the index after the data has been
+	  loaded.
+
+2007-07-20 04:29  pramsey
+
+	* Fix some ST_ declarations that were missing.
+
+2007-07-18 15:57  mleslie
+
+	* Applying Michael Fuhrs patch to correct my attrocious selling.
+
+2007-07-16 18:53  mleslie
+
+	* Added notes about the implicit index operators on the relational
+	  functions.
+
+2007-07-16 18:26  mleslie
+
+	* Resurrected the ST_LineToCurve regression tests, but commented
+	  them out until ST_SnapToGrid excepts curves.
+
+2007-07-16 18:06  mleslie
+
+	* Upgraded the escaping of quotes from the deprecated backslashing
+	  to the doubling of quotes.
+
+2007-07-13 05:48  mcayland
+
+	* Rollback experimental shp2pgsql escaping change that accidently
+	  got included in the last commit :(
+
+2007-07-13 05:42  mcayland
+
+	* Correct previous commit for older PostgreSQL versions - the order
+	  of the methods in PROJ4SRSCacheContextMethods is not consistent
+	  between versions.
+
+2007-07-12 20:33  mcayland
+
+	* Add missing methods to the PROJ.4 cache memory context to prevent
+	  a backend crash caused by a NULL pointer dereference when
+	  PostgreSQL is trying to clean up memory contexts. Per report from
+	  Tom Lane.
+
+2007-07-12 17:20  mleslie
+
+	* Removing the unsnappable test calls to LineToCurve.
+
+2007-07-11 01:17  pramsey
+
+	* Remove extra/debian, per recommendation from Stephen Frost
+
+2007-07-10 21:12  pramsey
+
+	* Remove templategis from make, install, clean targets.
+
+2007-07-09 03:11  snowman
+
+	* - Remove debugging NOTICE
+
+2007-07-09 02:20  snowman
+
+	* - Added print-print function for norm_addy type (norm_addy ->
+	  varchar)
+	  - Restructured geocode(), accept address in parsed norm_addy form
+	  as well as unparsed varchar form. Return norm_addy type instead
+	  of
+	  varchar (use pprint_addy() if you want a varchar result instead)
+
+2007-07-08 21:56  snowman
+
+	* - City names are 90 characters (this matters more than you might
+	  think because it affects the types returned from the various
+	  calls and if they don't match subsequent geocode() queries in
+	  the same session may complain about the planned record type not
+	  matching across calls)
+
+2007-07-06 16:45  pramsey
+
+	* ST_Dwithin reference entry
+
+2007-07-06 16:44  pramsey
+
+	* Added ST_DWithin SQL function
+
+2007-07-04 17:12  mleslie
+
+	* Applied the patch from Michael Fuhr to fix the definition of
+	  ST_PointN
+
+2007-07-03 21:36  snowman
+
+	* - Change to generic database name
+
+2007-07-03 21:36  snowman
+
+	* - Update install instructions
+
+2007-07-03 21:32  snowman
+
+	* Add in initial import scripts for importing the TIGER/Line
+	  data into a PostGIS system. Could probably be improved to
+	  accept more arguments/etc and require less direct script
+	  modification to make it work. Also, not sure the polygons
+	  are done perfectly yet. :/
+
+2007-07-03 21:30  snowman
+
+	* Add in broken out/updated normalize/geocode functions
+	  - create_geocode.sql:
+	  Main creation script for pulling in all the other
+	  .sql files to create all the functions and whatnot
+	  - normalize/
+	  Normalization routines, includes mapping 'North' -> 'N',
+	  'Virginia' -> 'VA', etc, etc.
+	  - geocode/
+	  Actual geocoding routines to find the point geometry of the
+	  address. Includes interpolation across the linestring found
+	  for the location (perhaps not the best), and fallbacks to
+	  zip-code and city, state matches using the associated lookup
+	  tables for those. Also currently returns a set rather than
+	  a cursor, that's up for some debate but the cursor makes it
+	  difficult to do things like fallback, imv. Especially since
+	  references to it from another pl/pgsql function require it to
+	  be a specific record type across multiple calls. That's
+	  currently a problem. :/
+
+2007-07-03 21:22  snowman
+
+	* Initial import of utility functions, seperated into individual
+	  files
+	  for sanity.
+
+2007-07-03 21:19  snowman
+
+	* tables/- New scripts for roads_local/tiger_geocode_roads, clean
+	  up lookup_tables
+	  - roads_local.sql:
+	  Script to create the road_local table from the completechain
+	  table which is created by ogr2ogr. Mainly handles type
+	  conversions. Also creates the tlid, cfcc, and geometry
+	  indexes.
+	  
+	  - tiger_geocode_roads.sql:
+	  Script to create the tiger_geocode_roads table which breaks
+	  down the roads_local to just the street name, etc, much
+	  smaller than roads_local but has the pointers to get back
+	  to the full roads_local for address number matching, etc.
+	  Also creates the appropriate indexes using soundex().
+	  
+	  - lookup_tables.sql:
+	  - Add 'drop if exists' to make script easily re-runnable
+	  - Add primary keys, good thing to have, and creates indexes
+	  - Add st_code (TIGER/Line state code) to state_lookup
+	  - Remove dup in street_type_lookup
+	  - Add in building of:
+	  place_lookup
+	  county_lookup
+	  countysub_lookup
+	  zip_lookup_all
+	  zip_lookup
+
+2007-07-03 21:05  snowman
+
+	* - Minor reorg, add in other parts of the initial load
+
+2007-07-03 20:51  snowman
+
+	* - Original tiger geocoder
+
+2007-07-03 20:03  mleslie
+
+	* Added a home for the tiger geocoder.
+
+2007-06-28 22:46  mleslie
+
+	* Added ST_Covers and ST_CoveredBy functions, as discussed at
+	  http://lin-ear-th-inking.blogspot.com. Added regression tests and
+	  documention for the new functions.
+
+2007-06-28 20:21  mleslie
+
+	* Added a 1D rtree for polygon segment indexing, and tied the index
+	  into the point in polygon short-circuit of the contains, within,
+	  intersects and disjoint methods. Added an index cache to the
+	  comparitor methods to save index build times.
+
+2007-06-28 20:16  mleslie
+
+	* Added or updated debugging statements.
+
+2007-06-28 20:14  mleslie
+
+	* Altered the macro tests for pg_alloc, pg_realloc to only print
+	  debugging information when alloc debugging is enabled.
+
+2007-06-15 19:06  mleslie
+
+	* Updated the regression test suite to allow variable results
+	  depending on jts/geos availability.
+
+2007-06-15 19:04  mleslie
+
+	* Added curvey geometry recognition to the jts connector.
+
+2007-06-12 14:46  pramsey
+
+	* Typo corrections from Michael Fuhr.
+
+2007-06-08 10:28  mcayland
+
+	* Applied Michael Fuhr's patch to use explicit text casts where
+	  required. Required for PostgreSQL 8.3 where many of the implicit
+	  casts to text have been removed.
+
+2007-06-07 16:16  mleslie
+
+	* Added relational function definitions that inline index operators
+	  for automagic index utilization.
+
+2007-06-06 19:19  nbarker
+
+	* Hibernate Spatial Criteria Queries and Dialect
+
+2007-06-05 20:46  mleslie
+
+	* Updated the docs to reflect the function name transition.
+
+2007-06-05 20:45  mleslie
+
+	* Reorganized the sqlmm function declarations to prevent
+	  duplication and confusion.
+
+2007-06-04 23:06  mleslie
+
+	* Added versions of functions with standard ST (Spatial Type)
+	  prefixes to any functions that were lacking them. Updated the
+	  regression tests to include the new functions.
+
+2007-06-01 20:56  mleslie
+
+	* Ongoing PIP trauma. Addressed the issue of points in line with a
+	  boundary segment, but not actually on it. Added appropriate unit
+	  tests.
+
+2007-06-01 12:44  mcayland
+
+	* Reduce 'LWGEOM_gist_joinsel called with arguments that are not
+	  column references' warning to DEBUG1; it's not really a problem,
+	  and in cases where people a lot of these types of queries, the
+	  logs get flooded with these NOTICEs. Per email from Flavio Perri.
+
+2007-06-01 09:54  mcayland
+
+	* Fixed bug #145 - RemovePoint Failure in the bugtracker. It was an
+	  off-by-one error in ptarray.c which caused the penultimate point
+	  to not be copied to the new geometry.
+
+2007-06-01 07:01  mcayland
+
+	* Fix broken docbook stylesheet search. AC_ARG_WITH only calls its
+	  contents when a --with-* option is specified, so the search would
+	  never be invoked in its current position. Moved the search into
+	  the second macro argument, so it is now invoked if no --with-xsl
+	  argument is specified, which I believe was the intended
+	  behaviour.
+
+2007-05-31 13:18  mcayland
+
+	* Add support for the upcoming release of PostgreSQL 8.3. From
+	  PostgreSQL 8.3, the internal structure of varlena datatypes has
+	  changed and so any references to the size of the varlena and its
+	  address must use the VARSIZE and SET_VARSIZE macros. Includes a
+	  #define in pgsql_compat.h so that SET_VARSIZE still works with
+	  the older PostgreSQL versions. Passes all regression tests under
+	  PostgreSQL 8.2 and PostgreSQL 8.3. Thanks to David Techer and
+	  Michael Fuhr for additional testing.
+
+2007-05-28 15:34  mleslie
+
+	* Added curve handling to getType, numGeometries, geometryN,
+	  dimension, exteriorRing, numInteriorRings, interiorRingN, closed
+	  (lwgeom_ogc.c) lwgeom_clone (lwgeom.c) and area. Added function
+	  ST_CurveToLine and ST_LineToCurve. Added regression tests for
+	  sql-mm geometries and related functions.
+
+2007-05-22 22:10  mleslie
+
+	* Added short-circuit calls for the point-in-polygon cases of
+	  disjoint and intersect calls. Added regression tests for the new
+	  short-circuits.
+
+2007-05-14 18:04  mcayland
+
+	* Bump SVN code version to 1.2.2SVN
+
+2007-05-14 17:55  mcayland
+
+	* Fix broken regress_proj expected results by removing the extra
+	  DELETE at the end of the file.
+
+2007-05-14 17:51  mcayland
+
+	* Remove GEOS C++ API support from PostGIS HEAD; it's been broken
+	  since 1.2.0 and so we require a minimum of GEOS 2.2.0 to compile
+	  and run PostGIS. Includes alterations to autoconf to display an
+	  error message during configure if the GEOS version is incorrect.
+	  Passes all regression tests with GEOS 2.2.3 and GEOS 3.0.0rc4
+	  using GEOS CAPI.
+
+2007-05-08 16:37  pramsey
+
+	* Spelling fix
+
+2007-04-02 21:17  pramsey
+
+	* Small doco fix
+
+2007-03-15 09:22  mschaber
+
+	* aded PostGIS Dialect for Hibernate from Norman Barker
+
+2007-03-09 19:34  mleslie
+
+	* Bug 143 is once again dealt with, this time for good.
+
+2007-03-09 18:30  mleslie
+
+	* Rolling back a cure that killed the patient.
+
+2007-03-09 00:33  mleslie
+
+	* Bug 143 code fix and regression case.
+
+2007-03-01 08:31  strk
+
+	* * extras/template_gis/Makefile:
+	  Install 'defaults' file to $(DATADIR)$(prefix)
+
+2007-02-28 17:39  pramsey
+
+	* Remove minor typo
+
+2007-02-26 09:03  strk
+
+	* * regress/run_test: discard CONTEXT and DELETE
+	  lines from test outputs.
+	  
+	  Patch by Eduin Carrillo, sliglty modified to take precision
+	  into account:
+	  
+	  * regress/: Makefile, kml.sql, kml_expected:
+	  Regression test for asKML().
+
+2007-02-06 17:38  pramsey
+
+	* Edits from Bruce Rindahl
+
+2007-01-26 15:11  mcayland
+
+	* Refine previous patch to use a different delimiter than : (!) for
+	  sed. This simplifies the Makefile and protects all the $*dir
+	  arguments from escaping issues under Win32.
+
+2007-01-19 09:44  strk
+
+	* * extras/template_gis/Makefile: escape $bindir
+	  to allow for colons in it's value (win32 issue).
+
+2007-01-18 18:51  mschaber
+
+	* finally really fixed javadoc build on Windows. Yes, that hack is
+	  ugly. Kudos to Marc Cave-Ayland.
+
+2007-01-18 18:33  mschaber
+
+	* further fix for javadoc build
+
+2007-01-18 17:56  mschaber
+
+	* fixed jdbc javadoc build
+
+2007-01-15 10:48  strk
+
+	* Patch by Michael Fuhr: * extras/template_gis/Makefile: quote grep
+	  argument for Solaris to work.
+
+2007-01-12 20:28  pramsey
+
+	* Change 'Postgis' to 'PostGIS'
+
+2007-01-12 18:07  strk
+
+	* Patch by Gerald Fenoy <djay at gentoo.org>:
+	  
+	  * configure.in: add --with-xsl switch.
+
+2007-01-12 01:50  pramsey
+
+	* 1.2.1 release prep
+
+2007-01-11 01:40  mleslie
+
+	* Added a length check to prevent the point in polygon shortcut
+	  from finding points contained within a zero length segment.
+
+2007-01-11 01:39  mleslie
+
+	* Fixed the COMPOUNDCURVE example to properly should the contained
+	  CIRCULARSTRING.
+
+2007-01-08 10:48  mschaber
+
+	* fixed 8.2 compatibility
+
+2007-01-08 10:12  mschaber
+
+	* hopefully fixed GCJ build
+
+2007-01-05 00:52  strk
+
+	* * GNUmakefile: bring in extra/template_gis for all rules.
+	  * extras/template_gis/Makefile: have 'install' also install
+	  manuals.
+
+2007-01-03 17:28  kneufeld
+
+	* initial load
+
+2006-12-29 00:31  strk
+
+	* * configure.in: fixed GEOS_LDFLAGS detection
+	  for older GEOS versions.
+
+2006-12-29 00:26  strk
+
+	* cleaned up Hard Upgrade manual section (was unreadable).
+
+2006-12-27 04:58  devrim
+
+	* Update spec file to 1.2.0 and fix many issues.
+	  Update RPM patches.
+
+2006-12-22 11:28  mschaber
+
+	* Added generation of JDBC javadoc zip file
+
+2006-12-21 00:19  pramsey
+
+	* Updated to 1.2.0
+
+2006-12-20 20:43  strk
+
+	* * regress/README: wrote info about adding regression tests
+	  (plus some ChangeLog formatting)
+
+2006-12-20 18:47  kneufeld
+
+	* Added fix to permit gist indexes to have more than 459 null
+	  geometries in a table
+
+2006-12-20 18:44  kneufeld
+
+	* Added test to fix that permitted gist indexes to have more than
+	  459 null geometries in a table
+
+2006-12-20 18:43  kneufeld
+
+	* Added fix to permit gist indexes to have more than 459 null
+	  geometries in a table
+
+2006-12-18 14:12  mschaber
+
+	* Improved SRID handling in regression tests and added
+	  CoordinateArraySequence tests.
+
+2006-12-18 13:04  mschaber
+
+	* Added ChangeLog/News entries for recent commits
+
+2006-12-18 12:58  mschaber
+
+	* Fix multi-dimension handling in JtsBinaryWriter, thanks to Thomas
+	  Marti for the hints
+
+2006-12-18 12:55  mschaber
+
+	* Fixed Makefile for jts tests, commented debug options better
+
+2006-12-15 11:00  strk
+
+	* Patch by Eduin Carrillo: short circuit transform when source and
+	  target SRID are the same.
+
+2006-12-15 10:54  strk
+
+	* Added additional step for adding release marks in ChangeLog
+
+2006-12-15 10:51  strk
+
+	* marked 1.2.0 release
+
+2006-12-15 10:48  strk
+
+	* Patch by Eduin Carrillo <yecarrillo at yahoo.com>:
+	  
+	  * lwgeom/: Makefile, lwgeom_kml.c, lwpostgis.sql.in:
+	  New AsKML() function
+	  * doc/postgis.xml: document new AsKML function.
+
+2006-12-13 17:50  mschaber
+
+	* fixed 'hard upgrade' instructions in readme.postgis
+
+2006-12-11 17:41  pramsey
+
+	* Updated vers. #
+
+2006-12-09 03:57  pramsey
+
+	* Update version to corrent 1.2.0 version, and set news to correct
+	  version
+	  and date.
+
+2006-12-06 02:00  mleslie
+
+	* Updated with curved geometry definitions.
+
+2006-12-06 00:30  mleslie
+
+	* Added sections for SQL-MM and ArcSDE function ports.
+
+2006-12-05 20:45  mleslie
+
+	* Fixing some incomplete paths, and adding changes to the regress
+	  directory.
+
+2006-12-05 20:41  mleslie
+
+	* Added the previous changes for the curved geometry support.
+
+2006-12-05 19:22  kneufeld
+
+	* Added SQL/MM wrappers to existing PostGIS functions
+
+2006-12-05 19:07  kneufeld
+
+	* added a subset (only those implemented by ArcSDE) of the SQL/MM
+	  function prototypes and appended the file to lwpostgis.sql
+
+2006-12-05 19:05  kneufeld
+
+	* Moved common sql defines to their own header file.
+	  ie. IF USE_VERSION>72 ...
+
+2006-12-05 11:00  mschaber
+
+	* Added JTS shape + missing News message
+
+2006-12-05 01:21  mleslie
+
+	* Updated the documentation to include an SQL-MM types section.
+
+2006-12-01 22:16  mleslie
+
+	* Added typedefs and serialization/deserialization functionality
+	  for sql-mm defined curved geometry types. Added a
+	  point_in_polygon short-circuit for contains and within functions.
+
+2006-11-22 10:42  mschaber
+
+	* java/ejb3/src/org/postgis/hibernate/GeometryType.java Added
+	  Nullpointer Fix by Norman Barker
+
+2006-11-20 12:59  strk
+
+	* * utils/postgis_restore.pl (canonicalize_typename):
+	  canonicalize 'timezone .* time stamp' to 'timezone'
+	  (fixes bug #121)
+
+2006-11-17 17:12  strk
+
+	* Patch by "Antoine Bajolet" <antoine.bajolet at tdf.fr>:
+	  
+	  * lwgeom/lwgeom_gist.c: fixed 'directives may not be used inside
+	  a
+	  macro argument' error raised by some compilers.
+
+2006-11-10 15:17  strk
+
+	* * configure.in (geos detection): use $geos_prefix/lib when
+	  --ldflags is not supported by geos-config available.
+
+2006-11-10 14:11  strk
+
+	* Patch by Havard Tveite <havard.tveite at nlh.no>:
+	  
+	  * doc/postgix.xml (Hard Upgrade): add info about createdb params
+	  * utils/postgis_restore.pl: fix use of createdb params
+
+2006-11-02 13:22  strk
+
+	* * doc/postgis.xml: list setSRID bug fix in 'Bug fixes' section.
+
+2006-11-02 11:48  mschaber
+
+	* Added missing docs about setsrid()
+
+2006-11-02 09:03  mschaber
+
+	* fixed setSRID bug in JDBC ComposedGeom.
+
+2006-11-02 08:06  strk
+
+	* ready for 1.1.6 release
+
+2006-11-02 07:55  strk
+
+	* * lwgeom/lwgeom_api.c, lwgeom/wktunparse.c: cast -1 to a char
+	  to make some compilers happy about comparison with a char type.
+
+2006-10-26 09:41  strk
+
+	* Renamed CHANGES file to NEWS, updated references to it
+
+2006-10-26 09:35  strk
+
+	* Initial import of an automatic generated ChangeLog - all
+	  developers please manually edit this on each commit
+
+2006-10-25 10:23  mschaber
+
+	* fixed CAPI change that broke 64-bit platforms
+
+2006-10-25 10:00  mschaber
+
+	* updated changelog to reflect loader regression fix
+
+2006-10-25 09:57  mschaber
+
+	* Make regress test build loader and dumper as it needs them
+
+2006-10-24 12:35  strk
+
+	* use Z ordinate in reprojections
+
+2006-10-19 12:01  strk
+
+	* spatial_ref_sys.sql updated to EPSG 6.11.1
+
+2006-10-14 14:22  mschaber
+
+	* sanitized usage info output on loader/dumper
+
+2006-10-14 09:26  mschaber
+
+	* Cleaned up Version.config & co.
+
+2006-10-13 15:56  mschaber
+
+	* updated CHANGES and doc/postgis.xml in preparation of upcoming
+	  release
+
+2006-10-13 15:35  mschaber
+
+	* updated HOWTO_RELEASE to reflect version.
+
+2006-10-13 14:18  mcayland
+
+	* Updated CHANGES files to reflect the MingW (Win32) linker fix for
+	  pgsql2hp under PostgreSQL 8.2
+
+2006-10-11 13:35  mschaber
+
+	* Added hint about template_postgis to docs, thanks to Marc
+	  Cave-Ayland for contribution.
+
+2006-10-11 11:19  mschaber
+
+	* fix ARC regression test failures in loader
+
+2006-10-11 10:45  mschaber
+
+	* added note about odt to README, re-exported pdf
+
+2006-10-11 10:00  strk
+
+	* Fixed a bug in InsertLineStringWKT, also fixed some typos
+
+2006-10-11 09:43  mschaber
+
+	* added -S option and updated README to loader/dumper
+
+2006-10-11 09:37  mschaber
+
+	* bumped versions to 1.1.5
+
+2006-10-09 17:22  mschaber
+
+	* fix EJB3 replace Method for Hibernate
+
+2006-10-09 17:12  mschaber
+
+	* added EJB3Spatial.odt, fixed Normans contact mail
+
+2006-10-09 16:33  mcayland
+
+	* Remove extra PGFELIBS definition in one of the MingW specific
+	  sections since it was triggering a linker bug within MingW's gcc.
+	  This was the reason that compiling against PostgreSQL 8.2 beta 1
+	  under MingW would produce pgsql2shp executables that would
+	  segfault.
+
+2006-10-04 10:47  mschaber
+
+	* fixed svn:ignore
+
+2006-10-02 23:26  mschaber
+
+	* Fix all Eclipse warnings in java code, small cleanup
+
+2006-10-02 23:16  mschaber
+
+	* First PLJava checkin.
+	  pljava needs some patches that are currently floating on
+	  pljava-dev to make it work, it seems that we're the first actual
+	  users of varlen UTD mappings in pljava.
+
+2006-10-02 15:58  mschaber
+
+	* fixed NullPointer exception in org.postgis.Geometry.equals()
+
+2006-10-02 14:39  mschaber
+
+	* added .settings to svn:ignore
+
+2006-10-02 14:30  mschaber
+
+	* Removed obsolete synchronisation from JTS.
+
+2006-10-02 12:37  mschaber
+
+	* fix bit width bugs in Docu
+
+2006-09-27 15:50  mschaber
+
+	* Added further jdbc Todo issues.
+
+2006-09-27 12:37  strk
+
+	* removed incompatible pointer type warning
+
+2006-09-27 08:37  mschaber
+
+	* fix erroneously changed build.xml
+
+2006-09-27 08:36  mschaber
+
+	* removed hyperflous jar file
+
+2006-09-27 08:23  strk
+
+	* lower default verbosity level
+
+2006-09-27 08:22  strk
+
+	* fixed to work with SVN
+
+2006-09-27 07:50  strk
+
+	* updated tag step
+
+2006-09-27 07:39  strk
+
+	* updated release notes
+
+2006-09-27 07:29  strk
+
+	* version set to 1.1.4 (stripped CVS suffix
+
+2006-09-25 08:27  strk
+
+	* Encode pgsql2shp process pid into temporary table name, to reduce
+	  likelyhood of name clashes.
+
+2006-09-22 14:51  mschaber
+
+	* fixed typo, updated CHANGES
+
+2006-09-20 09:03  mschaber
+
+	* added ejb3 tutorial
+
+2006-09-18 13:21  strk
+
+	* Applied patch by Michael Fuhr <mike at fuhr.org>:
+	  Most are spelling errors, but in one case I removed the word
+	  "symmetric"
+	  from the description of the Difference() function
+	  (SymDifference() is
+	  symmetric; Difference() is not).
+
+2006-09-18 09:16  strk
+
+	* Fixed regress tests to pass with GEOS-3.0.0
+
+2006-09-13 20:17  mschaber
+
+	* updated readme to java directory layout change
+
+2006-09-09 16:32  pramsey
+
+	* Added fix for null dates that are encoded as '' instead of
+	  00000000.
+
+2006-09-07 17:37  strk
+
+	* More fixes for mixed declarations and code
+
+2006-09-07 17:03  strk
+
+	* Declare variables at start of blocks...
+
+2006-09-06 11:16  strk
+
+	* removed duplicated function definition
+
+2006-09-05 15:22  mschaber
+
+	* updated jdbc Makefile to new directory layout
+
+2006-09-05 15:16  mschaber
+
+	* Java/JDBC directory reorganization
+
+2006-08-30 08:46  mschaber
+
+	* added EJB2 support POC
+
+2006-08-30 08:39  mschaber
+
+	* fixed README about droped trove4j dependency
+
+2006-07-28 13:11  strk
+
+	* added regress/lwpostgis.sql to svn:ignore list
+
+2006-07-28 13:08  strk
+
+	* updated
+
+2006-07-28 13:07  strk
+
+	* Added tests for makeline, makebox2d and makebox3d
+
+2006-07-28 13:07  strk
+
+	* Fixed small typo in debugging message, replaced custom SRID check
+	  with errorIfSRIDMismatch() function in LWGEOM_makeline
+
+2006-07-28 13:06  strk
+
+	* Added SRID match check in MakeBox3D, fixed small typo in error
+	  message
+
+2006-07-28 13:05  strk
+
+	* Added SRID match check in MakeBox2D
+
+2006-07-27 15:06  strk
+
+	* Marked shapefiles as binary, corrected accidentally mangled ones
+
+2006-07-27 09:44  mschaber
+
+	* typo fix in comment
+
+2006-07-26 18:44  pramsey
+
+	* Changed Refractions mailing address.
+
+2006-07-26 17:21  pramsey
+
+	* Re-order repository
+
+2006-07-26 17:21  pramsey
+
+	* Re-order repository
+
+2006-07-25 20:16  strk
+
+	* Fixed bug in collect() function discarding SRID of input
+
+2006-07-25 18:24  mschaber
+
+	* Reworked jdbc2 makefile
+
+2006-07-21 21:21  pramsey
+
+	* Add official "adaptions" to the files to make them suitable for
+	  submission to the OGC compliance process.
+
+2006-07-19 13:31  mschaber
+
+	* fixed checkSrid method in JtsBinaryWriter
+
+2006-07-19 09:45  mschaber
+
+	* Fix setSridRecurse function in JTS
+
+2006-07-18 18:13  mschaber
+
+	* fix compiler warning due to deprecated method
+
+2006-07-18 18:13  mschaber
+
+	* fix SRID handling in JTS code
+
+2006-07-07 13:56  strk
+
+	* Applied Michael Fuhr patches:
+	  Eliminate the warnings that escape_string_warning complains
+	  about.
+	  The patches change \' (backslash single-quote) to ''
+	  (single-quote single-quote) and replace a couple of other escapes
+	  with calls to chr().
+
+2006-07-02 23:41  strk
+
+	* Fixed support for PostgreSQL 8.2 (gist) - patch by Michael Fuhr
+	  <mike at fuhr.org>
+
+2006-06-30 21:29  strk
+
+	* Prepared for 1.1.3 release: release notes, changes, version.
+	  Release date set for today (2006-06-30)
+
+2006-06-26 01:02  strk
+
+	* replaced ROLLBACK with COMMIT in psql output to hide differences
+	  with 7.4 and lower pgsql versions.
+
+2006-06-26 00:56  strk
+
+	* Fixed Invalid Memory Alloc request size error on GEOS=>LWGEOM
+	  conversion for EMPTY geometries. Removed warnings when built with
+	  POSTGIS_DEBUG enabled.
+
+2006-06-26 00:41  strk
+
+	* Added debug lines in LWGEOM_affine, fixed some compiler warnings
+	  for build with POSTGIS_DEBUG enabled.
+
+2006-06-26 00:40  strk
+
+	* qualified all geometry arguments.
+
+2006-06-25 23:59  strk
+
+	* Added Long Transaction Support routines, dox and regress test.
+
+2006-06-25 23:45  strk
+
+	* Fixed the lc_messages failure by avoiding attempts at setting it
+	  when run against a postgresql version < 8.0. Also fixed a path in
+	  a message from run_test.
+
+2006-06-25 22:53  strk
+
+	* Release Notes moved to an higher depth to reduce ToC noise.
+
+2006-06-25 22:50  strk
+
+	* Fixed HTML output rules
+
+2006-06-25 22:33  strk
+
+	* Add getTransactionID() stored procedure to support pgsql 7.3 (not
+	  tested against 7.2)
+
+2006-06-24 01:08  strk
+
+	* Removed compiler warnings (and more requested)
+
+2006-06-24 00:11  strk
+
+	* Added spaces between parameters ref and operator, as pgsql 7.3
+	  chokes otherwise ($1*$2 becomes $1 * $2)
+
+2006-06-23 23:37  strk
+
+	* Added EnableLongTransactions() and DisableLongTransactions().
+
+2006-06-23 21:56  strk
+
+	* Fixed a couple of bugs, added a simple test script, cleaner error
+	  messages
+	  and compile-time support for unauthorized row updates behaviour
+	  (abort, skip).
+
+2006-06-19 10:42  strk
+
+	* Removed -0 values from polygon doubles
+
+2006-06-18 11:29  strk
+
+	* Changed -e test with -f, for Solaris support
+
+2006-06-17 11:46  strk
+
+	* removed spurious newline
+
+2006-06-17 11:44  strk
+
+	* Fixed portability issues in the new run_test code, added loader
+	  test
+	  for all supported shapefile types
+
+2006-06-16 14:18  strk
+
+	* Aliased 'test' rule as 'check', to conform to common practice.
+
+2006-06-16 14:13  strk
+
+	* New regress test cases and support for loader/dumper.
+
+2006-06-16 14:12  strk
+
+	* - BUGFIX in pgsql2shp successful return code.
+	  - BUGFIX in shp2pgsql handling of MultiLine WKT.
+
+2006-06-13 10:20  strk
+
+	* Updated template_gis Makefile to work with older debian sarge
+	  (stable).
+	  Patch by Alex Bodnaru.
+
+2006-06-09 06:03  strk
+
+	* Fixed bug in PGISSCRIPT variable (provided by Alex Bodnaru)
+
+2006-06-05 17:24  strk
+
+	* Updated misleading documentation for Segmentize() function
+
+2006-06-02 16:59  strk
+
+	* Fully supported georeferencing in chip drawing ops (must still
+	  tweak edge cases)
+
+2006-06-01 16:57  strk
+
+	* Fixed lwgeom drawing primitives to honour georeferencing.
+
+2006-06-01 07:07  strk
+
+	* Added "fmgr.h" include, for PG_MODULE_MAGIC definition
+
+2006-06-01 06:58  strk
+
+	* Added magic block ctor for 8.2 compatibility
+
+2006-06-01 06:56  strk
+
+	* Don't link pgsql2shp to more libs then required.
+
+2006-05-31 08:58  strk
+
+	* Added support and info for CHIP.datatype 7,8,107 and 108. They
+	  were not documented but used by CHIP canonical input function.
+
+2006-05-31 06:43  strk
+
+	* Imported template_gis utilities contributed by Roberto Boati and
+	  Alex Bodnaru.
+
+2006-05-30 17:19  strk
+
+	* Added some primitives for CHIP management + rendering for points
+	  and lines
+
+2006-05-30 17:17  strk
+
+	* Fixed bug in CHIP input routine failing on uncompressed 1x1
+	  integer chip inputs
+
+2006-05-30 08:47  strk
+
+	* added copyright header
+
+2006-05-30 08:38  strk
+
+	* Added some missing copyright headers.
+
+2006-05-23 09:48  strk
+
+	* NEW AsHEXEWKB(geom, XDR|NDR) function + documentation
+
+2006-05-22 15:29  strk
+
+	* Moved 'measures' query into a specific file, added a test for bug
+	  #108
+
+2006-05-22 14:57  strk
+
+	* Set version to 1.1.3CVS
+
+2006-05-22 14:23  strk
+
+	* Transform a SRID==0 from GEOS to a SRID=-1.
+
+2006-05-22 13:08  strk
+
+	* Fixed a bug in distance2d_poly_poly() never really comparing ring
+	  distances
+	  between 1st ring of 1st geom and all rings of second one.
+
+2006-05-22 12:10  strk
+
+	* Added 'with oids' specification to create table (oids are used
+	  for the test).
+	  'With oids' was available in postgresql 7.3.4 so we should not be
+	  highering
+	  the requirements for topology. Suggestion from Alex Bodnaru.
+
+2006-05-22 11:17  strk
+
+	* Applied cleanups by Alex Bodnaru
+
+2006-05-22 11:02  strk
+
+	* New DumpRings(polygon) function + docs
+
+2006-05-22 10:58  strk
+
+	* fixed errors in DEBUG builds
+
+2006-05-22 10:38  strk
+
+	* Added usage comment about lwpoly_construct()
+
+2006-05-17 15:52  strk
+
+	* Added Bruce Rindahl in the credits hall
+
+2006-05-17 15:32  strk
+
+	* Added note about doc generation change
+
+2006-05-17 13:11  strk
+
+	* DocBook version set to 4.3 (4.2 did not have <code> tag)
+	  Thanks to Mateus Loskot for the tip!
+
+2006-05-17 13:04  strk
+
+	* Changed PDF manual generation rule to use db2pdf from
+	  docbook-utils package. Input does not validate, thus the rule
+	  doesn't succeed yet, but removing <code> tags is enough to
+	  complete.
+
+2006-05-17 12:26  strk
+
+	* Added note about pdfxmltex being provided by xmltex package
+
+2006-05-17 12:25  strk
+
+	* Added check for pdfxmltex availability before attempting to use
+	  it
+
+2006-05-17 07:52  strk
+
+	* Additional bbox tests for transcale, rotateX and rotateY
+
+2006-05-16 19:11  strk
+
+	* Added tests for translate and scale bbox computation
+
+2006-05-16 17:09  strk
+
+	* BUGXFIX in affine() failing to update bounding box
+
+2006-05-11 14:24  strk
+
+	* Update to 1.1.2 by Laurent WANDREBECK
+
+2006-05-11 09:41  strk
+
+	* added postgis.fo and postgis.pdf
+
+2006-05-11 09:41  strk
+
+	* changed single-file html production to 'make html', simpler
+
+2006-05-10 13:40  strk
+
+	* Added notes about requirements for dox generation, cleaned up
+	  Makefile
+
+2006-05-10 10:47  mschaber
+
+	* Small typo fix in comment
+
+2006-05-10 10:37  strk
+
+	* Removed >/dev/null redirection of pdfxmltex command, to see
+	  what's going on
+
+2006-05-09 13:06  mschaber
+
+	* Fixed JtsGeometry.equals()
+	  Imporoved Geometry setter/getter
+	  updated postgis version
+
+2006-05-04 15:19  strk
+
+	* Support for Tru64 build (bug#104)
+
+2006-05-03 08:33  mschaber
+
+	* added eclipsebin to cvsignore
+
+2006-05-03 08:30  mschaber
+
+	* Added regression tests for OGC conformant multiPoint parsing,
+	  updated CHANGELOG
+
+2006-05-03 08:18  mschaber
+
+	* Added test case for scientific notation
+
+2006-04-26 14:42  mschaber
+
+	* fixed typo in regression test online help
+
+2006-04-26 12:19  strk
+
+	* Added --with-geos-libdir and --with-proj-libdir configure
+	  switches
+
+2006-04-18 16:57  strk
+
+	* Fixed invalid C++ style comment
+
+2006-04-18 16:56  strk
+
+	* Used ad-hoc AC_PROG_YACC for yacc detection
+
+2006-04-18 14:09  strk
+
+	* Limited text field size to 255 (bug #84) [will eventually provide
+	  a switch to support wider fields ]
+
+2006-04-18 12:36  strk
+
+	* updated
+
+2006-04-18 12:30  strk
+
+	* Added test for wkt parser
+
+2006-04-18 12:30  strk
+
+	* WKT parser: forbidden EMPTY elements in non-collection
+	  multigeoms.
+
+2006-04-18 10:28  strk
+
+	* Cleanly handled deserialization of points with non-point input by
+	  raising an error. Made other simple geoms deserializers errors of
+	  this kind be consistent. Added a check in lwgeom_typename() to
+	  avoid memory corruption when input geometrytype is out of range.
+
+2006-04-18 09:19  strk
+
+	* Added check for libiconv_open (for MingW) - patch provided by
+	  Mark Cave-Ayland
+
+2006-04-18 09:16  strk
+
+	* Substituted bzero() use with memset()
+
+2006-04-18 09:10  strk
+
+	* Applied patch by Mark Cave-Ayland allowing in-place regression
+	  tests to
+	  be run under MingW (Win32)
+
+2006-04-10 08:19  strk
+
+	* Added support for printing argument geoms on union failures
+	  within unite_garray() loop.
+
+2006-03-29 09:25  strk
+
+	* removed obsoleted items
+
+2006-03-29 09:19  strk
+
+	* Set release version and date
+
+2006-03-29 09:14  strk
+
+	* Prepared for 1.1.2 release
+
+2006-03-28 08:39  strk
+
+	* Mangled Self-intersection message to remove 'at or near point'
+	  so that test works with both GEOS 2.x (w/out point spec) and 3.x
+	  (with point spec)
+
+2006-03-27 09:33  strk
+
+	* Used a larger grid for buffer() test, to account for rounding
+	  changes between
+	  GEOS-2.2 and GEOS-3.0
+
+2006-03-13 10:54  strk
+
+	* Applied patch from Mark Cave Ayland embedding access control for
+	  the estimated_extent functions.
+
+2006-03-13 10:41  strk
+
+	* added enforceRHR fix
+
+2006-03-12 17:20  pramsey
+
+	* Fix isccw to return correct ccw answer.
+
+2006-03-12 17:13  pramsey
+
+	* Fix for enforceRHR to actually enforce rather than just reverse.
+	  (Note
+	  that seems to be enforcing CW RHR rather than CCW RHR.)
+
+2006-03-08 18:21  strk
+
+	* Added pg_config --libs to PGFELIBS as a workaround for systems
+	  that doesn't automatically detect dependencies
+
+2006-03-01 09:10  strk
+
+	* Fixed 'clean' rule to succeed also when tree already cleaned (rm
+	  -f)
+
+2006-02-24 20:23  pramsey
+
+	* Minor error in install instructions
+
+2006-02-23 11:48  mschaber
+
+	* documented affine(), rewrote transscale() to use affine()
+
+2006-02-22 14:06  strk
+
+	* Added affine() internal function.
+	  Provided rotate{Z,X,Y}() internally using affine().
+	  Made scale() and translate() internally use affine().
+	  Obsoleted transscale() function.
+	  Fixed a bbox-related bug in transscale()
+	  Added a test for affine transformations.
+
+2006-02-15 08:38  strk
+
+	* Qualified args of difference() to avoid clashes with other
+	  packages
+
+2006-02-10 10:58  strk
+
+	* Made it a single transaction
+
+2006-02-10 10:57  strk
+
+	* Removed intermediate VACUUM
+
+2006-02-06 20:04  mschaber
+
+	* fixed srid handling in jts for composed geometries - this had
+	  prevented 'inner' geometries with no given srid from inheriting
+	  the srid from outer collection.
+
+2006-02-06 11:16  strk
+
+	* Added uchar typedef
+
+2006-02-06 11:12  strk
+
+	* uint32_t typedef moved back from wktparse.h to lwgparse.c and
+	  wktunparse.c
+
+2006-02-06 11:09  strk
+
+	* added snaptogrid behavior
+
+2006-02-03 20:53  strk
+
+	* Swapped stdint.h (unavailable on Solaris9) with inttypes.h
+
+2006-02-03 09:52  strk
+
+	* Changed int4 typedefs to use POSIX uint32_t
+
+2006-02-02 04:46  pramsey
+
+	* Updated maintainers info.
+
+2006-02-01 22:15  strk
+
+	* Made regress/run_test create and drop it's regress database
+	  unless otherwise specified using --nocreate and --nodrop
+	  switches.
+
+2006-02-01 20:48  strk
+
+	* Portable tests for docdir and datadir, comments fixed.
+	  Thanks to Havard Tveite for pointing out.
+
+2006-01-29 13:54  strk
+
+	* Fixed bug in SnapToGrid() bbox computation.
+	  Previous policy (WHEN SIMPLE) turned out to be non-simple,
+	  so this has been changed to TAINING.
+	  Bbox will then be recomputed by scanning output coordinates
+	  iff input had a bbox cache.
+	  AUTOCACHE_BBOX define (the default) will still force a
+	  computation of output box if worth it.
+	  Regress tests added for the case reported on postgis-users
+	  
+	  Run of regress tests do not require postgis install
+	  anymore. The library build in source tree will be
+	  used for this purpose.
+	  
+	  Version bumped to 1.1.2 and CHANGES file updated.
+
+2006-01-23 00:13  strk
+
+	* Set version to 1.1.1, edited 1.1.1 Release Notes chapter in
+	  manual
+	  and set release date (2006-01-23).
+
+2006-01-22 23:09  pramsey
+
+	* Fix for bug 10, SRID 28992 incorrect
+
+2006-01-21 08:40  strk
+
+	* Separated 'export' from assignment, for Solaris support -
+	  reported by Michael Fuhr
+
+2006-01-19 19:19  strk
+
+	* Updated documentation for line_substring() and
+	  line_interpolate_point()
+
+2006-01-19 19:13  strk
+
+	* Added a couple of line_interpolate_point tests
+
+2006-01-19 19:11  strk
+
+	* Z and M interpolation in line_interpolate_point()
+
+2006-01-19 18:26  strk
+
+	* Made line_substring() handle corner case of start/end having the
+	  same
+	  value. A point is returned in that case.
+
+2006-01-19 18:17  strk
+
+	* Added more regress tests for line_substring
+
+2006-01-19 18:17  strk
+
+	* Added Z and M interpolation in ptarray_substring(), fixed some
+	  corner-case bugs
+
+2006-01-19 18:16  strk
+
+	* Added interpolate_point4d() general function in API
+
+2006-01-19 18:15  strk
+
+	* Added -v switch to show differences inline
+
+2006-01-18 21:06  strk
+
+	* Forced lc_messages to be 'C' during regress tests
+
+2006-01-18 10:19  strk
+
+	* Fixed out-of-bound condition in ptarray_substring during copy of
+	  unaltered points.
+	  Added regress test for the case
+	  (postgis-devel/2006-January/001951.html)
+
+2006-01-17 14:53  strk
+
+	* Fixed $datadir and $docdir paths to support postgresql convention
+	  of adding 'postgresql' component IFF neither 'pgsql' nor
+	  'postgres'
+	  already appear in the path.
+
+2006-01-17 08:37  strk
+
+	* Added postgis_restore.pl fix
+
+2006-01-17 08:36  strk
+
+	* Commented out debugging premature exit left from last review
+
+2006-01-16 10:42  strk
+
+	* Added support for Bool and Date DBF<=>PGIS mapping
+
+2006-01-16 10:10  strk
+
+	* Fixed default pgsql prefix to /usr/local/pgsql (default since
+	  pgsql 7.2)
+
+2006-01-15 22:56  strk
+
+	* Fixed handling of pg_config --bindir
+
+2006-01-13 09:11  strk
+
+	* Fixed bug in ptarray_locate_point() - added regress test for
+	  specific case
+
+2006-01-12 12:26  strk
+
+	* Fixed bug blessing all GEOMETRYCOLLECTIONS to MULTIPOLYGONS in
+	  postgis->GEOS
+	  converted trough C-API
+
+2006-01-10 16:38  mschaber
+
+	* Added NumInteriorRing(geometry) alias function
+
+2006-01-09 16:40  strk
+
+	* ISO C90 comments, signedness mismatch fixes
+
+2006-01-09 15:55  strk
+
+	* ISO C90 comments (finished in lwgeom/)
+
+2006-01-09 15:12  strk
+
+	* ISO C90 comments
+
+2006-01-09 15:11  strk
+
+	* Removed variable-sized array and fixed comments as for ISO C90
+	  requirements.
+
+2006-01-09 15:09  strk
+
+	* Added simplify() test unit
+
+2006-01-09 14:43  strk
+
+	* ISO C90 comments, indenting
+
+2006-01-09 12:56  strk
+
+	* Proc upgrade requirement message made more clear.
+
+2006-01-09 12:55  strk
+
+	* Removed variable-sized array forbidden by ISO C90.
+
+2006-01-09 12:39  strk
+
+	* C++ style comments removed, fixed return from void function.
+
+2006-01-09 12:36  strk
+
+	* Changed C++ style comments to ISO C format
+
+2006-01-09 12:30  strk
+
+	* Changed C++ style comments to ISO C ones.
+
+2006-01-09 12:17  strk
+
+	* Added Solaris 2.7 and MingW support improvements item
+
+2006-01-09 11:48  strk
+
+	* Fixed "strict-aliasing rule" breaks.
+
+2006-01-09 11:43  strk
+
+	* Found another (faster) way to avoid breaking "strict-aliasing
+	  rules"
+
+2006-01-09 11:05  strk
+
+	* Removed POINT4D=>POINT2D cast raising GCC warning
+
+2006-01-09 10:56  strk
+
+	* Changed "! test" to "test !" and "-e" to "-f" for Solaris
+	  compatibility.
+
+2006-01-09 10:42  strk
+
+	* Changed all C++ style comments to ISO C ones.
+
+2006-01-08 15:02  strk
+
+	* Added lwpostgis_upgrade.sql
+
+2006-01-07 10:18  strk
+
+	* Changed $PWD uses with `pwd` (required for Solaris 2.7)
+
+2006-01-05 15:01  strk
+
+	* More portable (hopefully) use of quotes and backticks
+
+2006-01-05 00:26  chodgson
+
+	* rollback to contain cast
+
+2006-01-05 00:19  chodgson
+
+	* 1.12 with changes from 1.11 integrated
+
+2006-01-05 00:07  chodgson
+
+	* Recommitted with changes from 1_34 integrated
+
+2006-01-04 21:37  chodgson
+
+	* Added function optimistic_overlap in order to support
+	  TerrainServer. Note that optimistic_overlap existed in postgis
+	  prior to 1.0 but was removed. The included version is a hack to
+	  work with the newer lwgeom structs
+
+2006-01-04 21:21  chodgson
+
+	* Modified lwgeom2 = ... line in LWGEOMFromWKB function; removed
+	  the (uchar *) cast
+
+2006-01-04 21:16  chodgson
+
+	* Added the CHIP_send function which enables Postgres 8.0 to send a
+	  binary CHIP
+
+2006-01-01 02:30  strk
+
+	* Added missing include for definition of unparse_WKB()
+
+2006-01-01 02:19  strk
+
+	* Dropped unused box2df_to_box() and box_to_box2df() functions.
+	  Added box_to_box2df_p() function to complement exiting
+	  box2df_to_box_p().
+
+2005-12-31 15:11  strk
+
+	* Fixed reference to PostgreSQL "contrib" directory (no more
+	  required)
+
+2005-12-31 14:57  strk
+
+	* Fixed "possibly uninitialized" warning in box2df_to_box3d
+
+2005-12-30 18:14  strk
+
+	* Fixed all signedness warnings
+
+2005-12-30 17:40  strk
+
+	* Moved PG_LWGEOM WKB I/O and SRID get/set funx
+	  from lwgeom_api.c to lwgeom_pg.c.
+	  Made lwgeom_from_ewkb directly invoke grammar parser rather then
+	  invoke
+	  the PG_LWGEOM-specific function.
+	  Cleaned up signedness-related and comments-related warnings for
+	  the files
+	  being committed (more to do on other files)
+
+2005-12-28 18:43  devrim
+
+	* Removed unused patch
+
+2005-12-28 18:40  devrim
+
+	* Lots of fixes for 1.1
+
+2005-12-21 18:45  strk
+
+	* Removed awk usage, --with-template is detected during the single
+	  pg_config --configure scan
+
+2005-12-21 13:18  strk
+
+	* Changed $() constructs to "``" ones, for portability
+
+2005-12-21 12:12  strk
+
+	* Raised a warning on pj_errno==-38 (a nodatum transform is
+	  attempted before giving up)
+
+2005-12-20 09:17  strk
+
+	* Used more portable sed syntax, submitted by Michael Fuhr.
+
+2005-12-20 09:06  strk
+
+	* Fixed inconsistency between docs install/uninstall paths
+
+2005-12-19 20:33  strk
+
+	* Fixed eprefix (bindir) use
+
+2005-12-19 20:23  strk
+
+	* Dropped `liblwgeom' dependency from 'test' rule
+
+2005-12-19 15:07  strk
+
+	* Allowed for overriding of --datadir.
+	  reworked pg_config --configure parsing to make a single scan.
+	  Fixed mishanlding of --prefix
+
+2005-12-19 12:26  strk
+
+	* make regress => make test
+
+2005-12-19 10:39  strk
+
+	* used a consistent construct for out_and_err redirect,
+	  added rule to make [eE][-+]0+[0-9]+ become e[-+][1-9]+
+
+2005-12-19 10:17  strk
+
+	* Applied patch for MingW support (buffering and INF representation
+	  problems)
+
+2005-12-19 09:43  strk
+
+	* Fixed uninstall rule for scripts
+
+2005-12-16 16:53  strk
+
+	* fixed iconv check
+
+2005-12-16 16:47  strk
+
+	* Added support for mixed libiconv/iconv
+
+2005-12-16 15:07  strk
+
+	* Added make_dist.sh argument.
+
+2005-12-16 11:55  strk
+
+	* Almost done with closure
+
+2005-12-16 11:53  strk
+
+	* Added Carl Anderson to release-specifi credits section (forgot,
+	  who know how many else)
+
+2005-12-16 11:14  strk
+
+	* Edited release notes in manual, set release date to 2005/12/21
+	  (if everything goes file)
+
+2005-12-16 10:06  mschaber
+
+	* small README improvements
+
+2005-12-16 09:36  strk
+
+	* Added installed procs version when proc upgrade needed
+
+2005-12-16 09:32  strk
+
+	* Added release procedure and Versioning rationale.
+
+2005-12-16 08:59  strk
+
+	* lwpostgis_upgrade.sql installed by install and removed by
+	  uninstall,
+	  fixed path info for lwpostgis.sql install. Stripped CVS from
+	  version
+	  strings and added note about SO/REL versions being the same.
+
+2005-12-16 08:56  strk
+
+	* Added required typinfo include
+
+2005-12-16 08:38  strk
+
+	* Simplified top warning about upgradability of changes.
+
+2005-12-16 08:37  strk
+
+	* Added dependency of postgis_proc_upgrade.pl in
+	  lwpostgis_upgrade.sql rule
+
+2005-12-16 08:33  strk
+
+	* Fixed version checker to only use Major to compare
+
+2005-12-16 02:08  strk
+
+	* Reverted use of $(shlib_major) to $(shlib).
+	  Since lwpostgis_upgrade.sql is always enough
+	  to rebind, and also required...
+
+2005-12-16 01:48  strk
+
+	* Added comment about the use of postgis_lib_version in version
+	  checker
+	  (last commit log was incomplete)
+
+2005-12-16 01:41  strk
+
+	* Unified SCRIPTS, LIB and RELEASE versions for the sake of
+	  simplicity.
+	  postgis_scripts_released() will return the same as
+	  postgis_lib_version()
+	  postgis_scripts_installed() return still the same numbers but as
+	  written
+	  in the database at the time of lwpostgis.sql sourcing.
+
+2005-12-16 01:35  strk
+
+	* Added notes `bout postgis_scripts_released(),
+	  postgis_scripts_installed()
+	  and postgis_version(). Copied soft upgrade description from
+	  README
+	  file - removed most references about DBPROC/RELPROC and the like.
+
+2005-12-15 23:57  strk
+
+	* perl availability check by ./configure (sorry, you'll need it
+	  from now on)
+
+2005-12-15 23:52  strk
+
+	* Added note about jdbc/ drop and PgSQL source dependency relief
+
+2005-12-15 23:49  strk
+
+	* Removed obsoleted code
+
+2005-12-15 23:46  pramsey
+
+	* Remove qandasetdiv tags and fix numbering...
+
+2005-12-15 23:28  strk
+
+	* - Made postgis_version() a C function w/out changing output.
+	  - Moved postgis centroid() version (neither GEOS nor JTS) from
+	  lwgeom_functions_basic.c to lwgeom_nojts.c (fails far less
+	  times with "redefinition of centroid" errors.)
+	  - Made lwpostgis_upgrade.sql build by default (must add a check
+	  for perl availability in ./configure.in)
+
+2005-12-15 23:17  pramsey
+
+	* Wording changes here and there.
+
+2005-12-15 22:50  strk
+
+	* Updated Upgrading section
+
+2005-12-15 19:11  strk
+
+	* back to single full package
+
+2005-12-15 18:34  strk
+
+	* Switched HARD/SOFT upgrade and removed HACK upgrade sections.
+
+2005-12-15 18:30  strk
+
+	* Added item for 1.1 closure
+
+2005-12-15 15:18  strk
+
+	* Added things to do for 1.1.0 closeup
+
+2005-12-15 09:28  strk
+
+	* Infinite->Infinity
+
+2005-12-15 01:27  strk
+
+	* Added PROJ version in output - would change the whole thing to
+	  postgis_full_version() if it only fit into 80 cols
+
+2005-12-15 01:21  strk
+
+	* Made PROJ test be run only if USE_PROJ=1
+
+2005-12-15 01:19  strk
+
+	* Moved GEOS/JTS function from regress to ogc test
+
+2005-12-15 01:07  strk
+
+	* Removed call to replace(text,text,text) in regress.sql
+	  (unsupported by pgsql 7.2)
+	  Used sed in run_test to Transform Infinite to inf and Inf to inf
+
+2005-12-15 00:49  strk
+
+	* Splitted SCRIPTS_VERSION in MAJOR,MINOR,MICRO
+
+2005-12-15 00:47  strk
+
+	* 'IMMUTABLE STRICT' -> '_IMMUTABLE_STRICT' fix for new polygon
+	  ctors
+
+2005-12-15 00:28  strk
+
+	* typo fixed
+
+2005-12-14 18:56  strk
+
+	* Removed rectangle-level locking (DONE)
+
+2005-12-14 18:45  strk
+
+	* Dropped 1.1.0 specific section - all pending items dumped to
+	  'other random items'
+
+2005-12-14 18:44  strk
+
+	* Typo fixed (dumber->dumper) - was tempted to keep it ;)
+
+2005-12-14 18:34  strk
+
+	* Reintroduced revised INSTALLATION, UPGRADE, USAGE.
+	  Added REQUIREMENTS, CONFIGURATION and TESTING.
+	  UPGRADE still requires some cleanup (IMHO).
+
+2005-12-14 15:40  strk
+
+	* Removed most info, added reference to PostGIS manual instead
+
+2005-12-14 15:29  strk
+
+	* Removed postgis_geos_version.h - should be under lwgeom/
+
+2005-12-14 15:23  strk
+
+	* - Create two packages:
+	  postgis-$$.tar.gz and postgis-regress-$$.tar.gz
+	  
+	  - New syntax:
+	  -- postgis-cvs.tar.gz postgis-regress-cvs.tar.gz
+	  sh make_dist.sh
+	  -- postgis-1.1.0.tar.gz postgis-regress-1.1.0.tar.gz
+	  sh make_dist.sh 1.1.0
+
+2005-12-14 14:14  strk
+
+	* Removed obsoleted --param shade.verbatim param from xsltproc
+	  call,
+	  moved common flags on top file.
+
+2005-12-14 13:43  strk
+
+	* fixed closing tag mismatch
+
+2005-12-14 13:42  strk
+
+	* Added release version in abstract, updated INSTALL section to
+	  reflect autoconf-based layout
+
+2005-12-14 12:24  strk
+
+	* Nicely handled missing requirements for docs build
+
+2005-12-14 11:13  strk
+
+	* Snapped buffer() output to a grid of 1.0E-14 grid to account for
+	  slightly
+	  different floating number behaviours on Solaris.
+	  Normalized Infinity to inf to account for different libc outputs.
+
+2005-12-14 00:26  strk
+
+	* Regression tests output made much more concise
+
+2005-12-13 23:25  strk
+
+	* removed unused variable
+
+2005-12-13 22:04  strk
+
+	* Added GEOS/JTS version info when available
+
+2005-12-13 21:16  strk
+
+	* Fixed a misnamed test
+
+2005-12-13 19:01  strk
+
+	* Renamed ReplacePoint() to SetPoint()
+
+2005-12-13 18:39  strk
+
+	* Added RemovePoint() and ReplacePoint() to complete Geometry
+	  editiong function.
+	  Added regress tests for them.
+
+2005-12-13 18:19  strk
+
+	* Fixed bug in lwgeom_as_anytype cast funcions
+
+2005-12-13 14:19  strk
+
+	* LRS section repopulated
+
+2005-12-13 12:51  strk
+
+	* Moved out of LRS section: line_locate_point back (to Misc),
+	  line_substring and line_interpolate_point (to Geometry
+	  constructors).
+	  Added more cross-references.
+
+2005-12-13 12:12  strk
+
+	* updated
+
+2005-12-12 20:41  strk
+
+	* Handled common invokation mistake (accept trailing .sql in test
+	  names)
+
+2005-12-12 20:31  strk
+
+	* Changed math statements to be compatible with solaris shell,
+	  fixed typo
+
+2005-12-12 17:40  strk
+
+	* - Fixed Z presence detection in GEOS funcions (C++ and C
+	  wrappers).
+	  - NEW BuildArea(any_geometry) function
+	  - NEW OGC BdPolyFromText(linestring_wkt, srid) function
+	  - NEW OGC BdMPolyFromText(linestring_wkt, srid) function
+	  - Updated postgis manual and added regression tests for new
+	  functions.
+	  - Reworked regress test runner to be more succint and report
+	  a summary of test results
+
+2005-12-12 11:35  strk
+
+	* Avoided detect_geos_version rule when using the GEOS C-API
+
+2005-12-12 11:33  strk
+
+	* Wrapped grid_print declaration and definition in VERBOSE block,
+	  to avoid compiler warning about it being unused
+
+2005-12-10 15:46  strk
+
+	* Fixed error message typo
+
+2005-12-09 20:43  pramsey
+
+	* Added credits for GEOS and Proj4.
+
+2005-12-09 15:14  strk
+
+	* Organized Change log for 1.1.0
+
+2005-12-09 12:02  strk
+
+	* Added Charlie Savage in credits
+
+2005-12-09 12:00  strk
+
+	* Plugged memory leaks in Polygonize().
+
+2005-12-09 10:14  strk
+
+	* Added a couple of polygonize tests
+
+2005-12-07 12:22  strk
+
+	* Fixed handling of CAST for 8.0.0 restore.
+	  Type name canonicalization function defined separately.
+
+2005-12-07 09:05  strk
+
+	* Added note about OID column drop in pre 8.1 to 8.1+ upgrades
+
+2005-12-06 15:42  devrim
+
+	* Label the spec file as 1.1.0
+
+2005-12-06 15:37  strk
+
+	* Updated SnapToGrid documentation
+
+2005-12-06 15:26  devrim
+
+	* Update to 1.0.6
+
+2005-12-06 15:09  strk
+
+	* Updated after release 1.0.6
+
+2005-12-06 14:56  strk
+
+	* Added check for successfully postgis installation before running
+	  tests
+
+2005-12-06 14:51  strk
+
+	* Added user-reported intersects() test
+
+2005-12-02 15:11  strk
+
+	* Had regress_ogc test skipped if no GEOS nor JTS support is
+	  compiled in
+
+2005-12-02 14:56  strk
+
+	* Added missing rules
+
+2005-12-02 14:52  strk
+
+	* Copied PostgreSQL top-level Makefile for use by systems in which
+	  make != gmake
+
+2005-12-02 14:35  strk
+
+	* Fixed support for PGSQL version 7.2 and 7.3
+
+2005-12-02 14:15  strk
+
+	* Fixed SnapToGrid output expectance (higher dims no more
+	  discarded)
+
+2005-12-02 13:21  strk
+
+	* Added note about new SnapToGrid function
+
+2005-12-02 13:16  strk
+
+	* Added SnapToGrid(geom, point_offset, xsz, ysz, zsz, msz)
+
+2005-12-02 10:46  strk
+
+	* Added LWGEOM_snaptogrid_pointoff and gridspec utility funx
+
+2005-12-02 09:12  strk
+
+	* Added note about SnapToGrid bbox computation
+
+2005-12-02 09:07  strk
+
+	* Fixed output box2d computation in SnapToGrid (was working with
+	  float,
+	  changed to work with doubles and call appropriate box3d->box2d
+	  converter).
+
+2005-12-02 09:06  strk
+
+	* Added PARANOIA_LEVEL checks in box3d<->box2d converters
+
+2005-12-02 08:26  strk
+
+	* Quoted grep pattern (Solaris' shell threats carets as pipes).
+	  Added a sleep 1 before dropping DB (to avoid "database being
+	  accessed" errors).
+
+2005-12-01 22:29  strk
+
+	* Changed back 'tests' to 'test'
+
+2005-12-01 19:25  strk
+
+	* Added note about SnapToGrid and higher dims
+
+2005-12-01 19:09  strk
+
+	* Exported DYNPTARRAY struct and accessor funx (from _lrs.c).
+	  Rewritten ptarray_grid() to allow snapping of all dimensions and
+	  never discard input ordinates.
+
+2005-12-01 17:14  strk
+
+	* Fixed missing LineMerge symbol when built against geos-1.0
+
+2005-12-01 16:21  strk
+
+	* Added SRID mismatch checks in GEOS and JTS wrappers
+
+2005-12-01 16:19  strk
+
+	* Updated comment about GEOS C-API (starts with 2.2.x)
+
+2005-12-01 15:53  strk
+
+	* Renamed clean: to cleanup:, provided empty clean: to make things
+	  work
+	  from toplevel makefile.
+
+2005-12-01 15:50  strk
+
+	* Fixed handling of bogus geos-1.0
+
+2005-12-01 14:07  strk
+
+	* Skipped checks of SQL command outputs
+	  (INSERT,UPDATE,CREATE,DROP).
+	  Cleaned up postgis_reg after tests run.
+
+2005-12-01 13:53  strk
+
+	* Fixed lwgeom_segmentize2d() to always return a clone
+
+2005-12-01 13:49  strk
+
+	* Fixed short-allocation in lwcollection_clone()
+
+2005-12-01 13:37  strk
+
+	* Fixed test to cleanup after run
+
+2005-11-30 21:02  strk
+
+	* Added missing proj tests
+
+2005-11-30 18:24  strk
+
+	* Fixed segfault on addPoint() with invalid offset
+
+2005-11-30 18:24  strk
+
+	* Fixed error message on non-readable expected file
+
+2005-11-30 17:04  strk
+
+	* Added Alex Mayrhofer to list of contributors
+
+2005-11-30 16:59  strk
+
+	* Moved 8.2 support to 1.0.6 section
+
+2005-11-30 16:57  strk
+
+	* Added proj tests, curtesy of Alex Mayrhofer
+
+2005-11-29 22:40  strk
+
+	* CAPI usage triggered starting at geos-2.2
+
+2005-11-29 10:05  strk
+
+	* Added locate_among_measure() and locate_between_measures() dox.
+	  Updated CHANGES adding new LRS funx and new transform() code.
+
+2005-11-29 09:00  strk
+
+	* Updated documentation for X,Y,M and Z
+
+2005-11-28 16:01  strk
+
+	* Fixed a segfault on geom_accum(NULL, NULL) condition
+
+2005-11-28 15:59  strk
+
+	* Added geom_accum(NULL,NULL) test
+
+2005-11-28 15:06  strk
+
+	* Estrapolated SERIALIZED_FORM doc from liblwgeom.h and put it into
+	  SERIALIZED_FORM file.
+	  Cleaned up header files so to avoid C++ style comments and
+	  -pedantic errors.
+	  (more to come on this front)
+
+2005-11-28 11:49  strk
+
+	* Added bbox cache handling fix in 1.0.6
+
+2005-11-28 11:48  strk
+
+	* minor cleanups and comments
+
+2005-11-28 11:31  strk
+
+	* memory release in force_collection
+
+2005-11-28 11:27  strk
+
+	* Added force_collection test
+
+2005-11-28 11:20  strk
+
+	* Fixed ExteriorRing() and Segmentize() handling of bbox cache
+
+2005-11-28 11:04  strk
+
+	* Added ExteriorRing and Segmentize tests
+
+2005-11-25 17:22  mschaber
+
+	* java2d and doc improvements
+
+2005-11-25 16:14  strk
+
+	* Added support for PostgreSQL head, as suggested by Michael Fuhr.
+	  Cleaned up includes.
+
+2005-11-25 16:11  strk
+
+	* Wrapped PROJ4SRSCacheCheck function in ifdef
+	  MEMORY_CONTEXT_CHECKING block, to avoid compiler warning
+
+2005-11-25 15:43  strk
+
+	* Added unite_garray() test
+
+2005-11-25 15:43  strk
+
+	* Added database version info
+
+2005-11-25 15:34  strk
+
+	* Fixed expected ERROR and NOTICEs
+
+2005-11-25 15:28  strk
+
+	* Fixed 0-size allocation in lwcollection deserializer
+	  (only matters when backend is compiled with --enable-cassert)
+
+2005-11-25 14:14  strk
+
+	* Added postgis library version and builddate, to make sure the
+	  existing database
+	  being used is equipped with the library we are willing to test.
+
+2005-11-24 20:20  strk
+
+	* Added note about documentation updates requirement (will anyone
+	  read it before 1.1.0 ? ;)
+
+2005-11-24 20:18  strk
+
+	* Fixed sizeof(GEOSGeom) calls, minor debugging improvements.
+
+2005-11-24 20:11  strk
+
+	* Added -N and -g documentation
+
+2005-11-23 15:54  strk
+
+	* Changed X(), Y(), M() and Z() to raise an error if input
+	  is not strictly a point (must update documentation)
+
+2005-11-23 15:30  strk
+
+	* Changed locate_between_measures() to return simpler types
+
+2005-11-23 14:52  strk
+
+	* Changed M() and Z() to return NULL when input doesn't have
+	  the requested dimension. Updated regress tests with a few
+	  of these cases.
+
+2005-11-23 14:44  strk
+
+	* Added usage dox and check for required input files
+
+2005-11-23 14:38  strk
+
+	* Reworked regress tests to avoid multiple database creations
+
+2005-11-23 13:48  strk
+
+	* fixed bug in points duplication check of dynptarray_addPoint4d
+
+2005-11-23 13:46  strk
+
+	* Added a few regression tests for LRS functions
+
+2005-11-23 13:19  strk
+
+	* Initial implementation of locate_among_measure() and
+	  locate_between_measures()
+
+2005-11-22 21:29  strk
+
+	* Fixed a bug in getPoint{3dm,3dz,4d}_p() api calls automatically
+	  fixing bugs in force_{3dm,3dz,4d}() user functions, for which
+	  tests have been added in regress dir.
+	  Wrapped paranoid checks in PARANOIA_LEVEL preprocessor blocks.
+	  Updated release notes and CHANGES file.
+
+2005-11-22 19:59  strk
+
+	* Fixed debugging printf call
+
+2005-11-18 17:37  mcayland
+
+	* Add fix for PG 8.1 calling the MemoryContext check method when
+	  compiled as a debug build
+
+2005-11-18 10:48  strk
+
+	* fixed double release of bbox cache memory
+
+2005-11-18 10:16  strk
+
+	* Removed casts on lwalloc return.
+	  Used varlena macros when appropriate.
+
+2005-11-17 23:35  mcayland
+
+	* Removed duplicate debugging code used to reset the cache when it
+	  was full
+
+2005-11-17 23:25  mcayland
+
+	* Fixed assertion bug and an off-by-one palloc() in the new
+	  transform() code
+
+2005-11-17 17:49  mcayland
+
+	* Reimplement transform() using a cache that maintains SRS and
+	  PROJ.4 library handles throughout each portal to speed up
+	  reprojections on large datasets
+
+2005-11-16 13:04  mschaber
+
+	* small comment improvements in Point.java
+
+2005-11-16 10:34  strk
+
+	* Added availability info of line_interpolate_point function
+
+2005-11-16 09:49  strk
+
+	* Updated 1.0.5 release documentation
+
+2005-11-14 10:05  strk
+
+	* Forced use of CAPI when building against GEOS 3.x.x or superior
+
+2005-11-14 09:01  strk
+
+	* Forced copy of BOX2D at deserialization time.
+	  LWGEOM (sub)objects will always have their own copy, safely
+	  released
+	  by lwgeom_release(). This will remove memory alignment problems.
+
+2005-11-11 18:04  strk
+
+	* updated
+
+2005-11-11 17:49  strk
+
+	* Updated
+
+2005-11-11 17:45  strk
+
+	* Fixed memory alignment bug in base geometry type serializers,
+	  added integrity check for geometry type flag and it's pointarrays
+	  dimension mismatch
+
+2005-11-11 17:23  strk
+
+	* Fixed memory alignment issues in force_*d*_recursive
+
+2005-11-11 17:03  strk
+
+	* Added some dimensionality changes tests
+
+2005-11-11 17:02  strk
+
+	* Added linemerge test
+
+2005-11-11 10:49  strk
+
+	* Fixed short-initialization in getPoint4d_p
+
+2005-11-01 17:11  strk
+
+	* Ported ELF detection code from PostgreSQL. PostGIS builds on
+	  freebsd > 2 out of the box now.
+
+2005-11-01 11:56  strk
+
+	* Initial work on ST_AddEdgeNewFaces
+
+2005-11-01 11:46  strk
+
+	* Removed calls to get_proj4_from_srid() from transform() to
+	  require
+	  a single scan of spatial_ref_sys for call rather then two.
+
+2005-11-01 11:37  strk
+
+	* Fixed handling of --with-proj handling
+
+2005-11-01 10:29  strk
+
+	* updated
+
+2005-11-01 10:22  strk
+
+	* Changed major-minor version numbers extraction to be compatible
+	  with postgresql 7.2.1 (relies on the fact that this information
+	  will always be in the first 4 characters - single digit per
+	  version)
+
+2005-11-01 09:25  strk
+
+	* Reworked NULL geometries handling code letting user specify
+	  policy (insert,skip,abort). Insert is the default.
+
+2005-10-31 13:42  mschaber
+
+	* Document Bug in PGShapeGeometry
+
+2005-10-28 13:48  mschaber
+
+	* Small winding rule fix and some comment improvements
+
+2005-10-26 11:10  strk
+
+	* updated
+
+2005-10-26 11:07  strk
+
+	* Added optional second argument to specify schema in which postgis
+	  functions are to be replaced
+
+2005-10-25 14:31  strk
+
+	* Added azimuth() and shift_longitude() functions
+
+2005-10-25 14:31  strk
+
+	* Added documentation for azimuth()
+
+2005-10-25 14:21  strk
+
+	* Added missing SRID check in azimuth() function
+
+2005-10-25 14:15  strk
+
+	* Added azimuth(point,point) function.
+
+2005-10-25 11:38  strk
+
+	* Added shift_longitude(geometry) sql procedure and underlying
+	  ptarray_longitude_shift(POINTARRAY *) and
+	  lwgeom_longitude_shift(LWGEOM *)
+	  functions.
+
+2005-10-25 11:37  strk
+
+	* Fixed bug in GEOSCoordSeq to POINTARRAY converter
+
+2005-10-25 11:16  strk
+
+	* Added pglwgeom_deserialize()
+
+2005-10-24 16:14  strk
+
+	* Moved loader/dumper stricter handling of attribute sizes from
+	  1.0.5 to head section
+
+2005-10-24 15:54  strk
+
+	* fixed wrong assumption about maximum size of integer attributes
+	  (width is maximum size of text representation)
+
+2005-10-24 13:29  strk
+
+	* Updated to reflect ownership policy in GEOS C-api.
+
+2005-10-24 11:33  strk
+
+	* Added attribute types mapping change
+
+2005-10-24 11:30  strk
+
+	* Fixed a bug in string attributes handling truncating values of
+	  maximum
+	  allowed length, curtesy of Lars Roessiger.
+	  Reworked integer attributes handling to be stricter in dbf->sql
+	  mapping
+	  and to allow for big int8 values in sql->dbf conversion
+
+2005-10-21 15:35  mschaber
+
+	* PGShapeGeometry constructor cleanup
+
+2005-10-21 13:06  mschaber
+
+	* Updated jdbc2 README to reflect JTS dependency on trove4j
+
+2005-10-21 12:07  mschaber
+
+	* implemented JTS GeometryFactory caching
+
+2005-10-21 11:33  strk
+
+	* Applied patch by Lars Roessiger handling numerical values with a
+	  trailing decima
+	  l dot
+
+2005-10-21 08:53  mschaber
+
+	* typo fix in java2D example
+
+2005-10-20 18:07  mschaber
+
+	* added example for java2d
+
+2005-10-20 16:13  mschaber
+
+	* moved java2d to ordinary src directory, as it does not depend on
+	  any external libraries.
+
+2005-10-20 16:04  mschaber
+
+	* fix postgresql 7.2 datatype registration compatibility code
+
+2005-10-20 15:58  mschaber
+
+	* Fixed all deprecation warnings in JTS code by using proper
+	  GeometryFactory instances (hope)
+
+2005-10-20 15:57  mschaber
+
+	* added forgotten changelog entry
+
+2005-10-20 14:35  mschaber
+
+	* Added some source for java2D readonly support
+
+2005-10-19 13:11  strk
+
+	* Handled some more errors.
+
+2005-10-19 10:12  strk
+
+	* Removed useless variables from linemerge()
+
+2005-10-19 10:09  strk
+
+	* Removed unused variables in linemerge()
+
+2005-10-19 10:04  strk
+
+	* Added ST_ModEdgesSplit function, cleaned up test files, added
+	  tests for
+	  the new topology editing functions.
+
+2005-10-18 16:39  strk
+
+	* Fixed ST_NewEdgesSplit function to return new Node id rather then
+	  text
+
+2005-10-18 15:31  strk
+
+	* Added SQL/MM functions ST_RemoveIsoEdge and ST_NewEdgesSplit.
+	  The ST_NewEdgesSplit also updates the Relation table (out of
+	  SQL/MM specs).
+
+2005-10-17 09:40  strk
+
+	* Changed GEOS initializzation to use lwnotice for errors rather
+	  then
+	  lwerror, to allow for cleanup on exceptions.
+
+2005-10-17 09:39  strk
+
+	* Added -Wall flag to compilers invocation
+
+2005-10-17 08:37  strk
+
+	* Fixed compiler warnings, handled exceptions in POSTGIS2GEOS
+	  conversions
+
+2005-10-14 08:29  strk
+
+	* Added topology change
+
+2005-10-13 16:21  strk
+
+	* Initial work on topology model support
+
+2005-10-13 13:40  strk
+
+	* Fixed return code from shp2pgsql
+
+2005-10-10 16:19  strk
+
+	* Fixed null values fraction computation in geometry analyzer as
+	  suggested by Michael Fuhr
+
+2005-10-03 21:45  devrim
+
+	* Added basic doc about building RPMs
+
+2005-10-03 21:29  devrim
+
+	* - Make PostGIS build against pgxs so that we don't need
+	  PostgreSQL sources.
+	  - Fixed all build errors except jdbc (so, defaulted to 0)
+	  - Added new files under %utils
+
+2005-10-03 18:08  strk
+
+	* Stricter string attributes lenght handling. DBF header will be
+	  used
+	  to set varchar maxlenght, (var)char typmod will be used to set
+	  DBF header
+	  len.
+
+2005-10-03 17:36  devrim
+
+	* Removed postgis-jdbc2-makefile.patch (applied to -head)
+
+2005-10-03 17:29  devrim
+
+	* Applied to HEAD, so removed
+
+2005-10-03 07:53  strk
+
+	* Added -W and -I loader switches to manuals.
+
+2005-10-03 07:45  strk
+
+	* Issued a warning when -W is specified and no UTF8 support has
+	  been compiled in.
+
+2005-09-30 15:09  devrim
+
+	* Removed
+
+2005-09-30 15:09  devrim
+
+	* Renamed the file and fixed the non-ascii char
+
+2005-09-30 12:44  strk
+
+	* undefined UNITE_USING_BUFFER (defining it to 0 did not have the
+	  expected result)
+
+2005-09-30 08:59  strk
+
+	* Fixed release of stack memory occurring when shp2pgsql is
+	  compiled with USE_ICONV defined, an attribute value needs to be
+	  escaped and no -W is used
+
+2005-09-29 07:11  mschaber
+
+	* Manually applied Makefile changes from Devrim GUNDUZ
+	  (extras/rpm/patches/postgis-jdbc2-makefile.patch) to HEAD jdbc2
+	  Makefile
+
+2005-09-28 16:34  strk
+
+	* Honoured want3d parameter in GEOS2POSTGIS converters
+
+2005-09-27 21:50  devrim
+
+	* Mentioned about the patches in spec file.
+
+2005-09-27 21:48  devrim
+
+	* Initial README file for PostGIS RPM
+
+2005-09-27 21:26  devrim
+
+	* Initial import of postgis.spec
+
+2005-09-27 21:12  devrim
+
+	* Necesarry patches used to build PostGIS RPMs.
+
+2005-09-27 16:30  strk
+
+	* Wrapped debugging line in preprocessor block.
+
+2005-09-26 13:48  strk
+
+	* Made USE_GEOS_CAPI definable by ./configure
+
+2005-09-26 13:47  strk
+
+	* Added --with-geos-capi switch
+
+2005-09-26 12:53  strk
+
+	* Added LineMerge function in Geometry Editors chapter
+
+2005-09-26 12:36  strk
+
+	* Initial switches for use of GEOS C-API
+
+2005-09-26 12:30  strk
+
+	* Added LineMerge interface
+
+2005-09-26 12:09  strk
+
+	* Updated LineMerge facts
+
+2005-09-26 12:08  strk
+
+	* Added JTSLineMerge stub, fixed typos in profiling outputs.
+
+2005-09-26 12:07  strk
+
+	* Added stub for linemerge()
+
+2005-09-26 12:04  strk
+
+	* Added new LineMerge funtion
+
+2005-09-26 12:03  strk
+
+	* Fixed prototype of linemerge() and error typo in it
+
+2005-09-26 11:35  strk
+
+	* Changed GEOSLineMerge function to take one geometry and return
+	  the simplest
+	  geometry formed by set of merged LineStrings. Fixed memory leak
+	  in
+	  GEOSrelate().
+
+2005-09-23 17:25  strk
+
+	* Added linemerge_garray function
+
+2005-09-23 17:22  strk
+
+	* Added LineMerger interface
+
+2005-09-23 17:06  strk
+
+	* Initial wrapper to GEOS C api
+
+2005-09-23 16:43  strk
+
+	* Added wrappers for ewkb output
+
+2005-09-23 16:41  strk
+
+	* cleanups
+
+2005-09-23 16:24  strk
+
+	* cleanups
+
+2005-09-23 15:43  strk
+
+	* added header sentinels
+
+2005-09-23 11:45  strk
+
+	* Made LWGEOMFromWKB use underlying pglwgeom_from_ewkb()
+
+2005-09-23 11:23  strk
+
+	* Added pglwgeom_from_ewkb function
+
+2005-09-16 13:19  strk
+
+	* given some consistent format to items
+
+2005-09-15 14:53  strk
+
+	* Fixed X(),Y() and Z() functions descriptions, added M().
+
+2005-09-15 10:24  strk
+
+	* Moved AddPoint() function from 'geometry constructors' to
+	  'geometry editors' chapter
+
+2005-09-15 10:16  strk
+
+	* Disabled buffer-based GeomUnion
+
+2005-09-15 10:13  strk
+
+	* Moved the fix_geometry_column() removal to 1.1.0 section
+
+2005-09-15 09:55  strk
+
+	* Removed automatic fix_geometry_columns() call in
+	  update_geometry_stats and AddGeometryColumns()
+
+2005-09-15 09:50  strk
+
+	* Added Reporting Bugs chapter
+
+2005-09-09 17:03  strk
+
+	* Updated release info for 1.0.4
+
+2005-09-09 16:21  strk
+
+	* Fixed bug in scale() and transscale() functions corrupting output
+	  bounding box
+
+2005-09-09 15:23  strk
+
+	* cleanups for waste left in previous patches
+
+2005-09-09 14:47  strk
+
+	* Fixed bug in translate() corrupting output bounding box.
+	  Bounding-box related cleanups in exterior_ring()
+
+2005-09-08 23:30  strk
+
+	* Made ptarray_compute_box3d a wrapper of ptarray_compute_box3d_p
+
+2005-09-08 22:59  strk
+
+	* minor speedups in distance()
+
+2005-09-08 19:26  strk
+
+	* Handled search_box outside of histogram_box case in selectivity
+	  estimator
+
+2005-09-07 11:58  mschaber
+
+	* added some more Todo points
+
+2005-09-06 09:22  strk
+
+	* Added notes about PointN, GeometryN and InteriorRingN indexing
+	  method
+
+2005-09-06 08:29  strk
+
+	* BOX3d parser note
+
+2005-09-06 08:28  strk
+
+	* looser BOX3D parser
+
+2005-09-03 06:11  strk
+
+	* Leak plugged in compute_serialized_box3d_p
+
+2005-08-31 17:09  strk
+
+	* removed compiler warnings
+
+2005-08-31 16:49  strk
+
+	* Fixed bug in pointArray_construct() misinterpreting hasZ and hasM
+	  parameters
+
+2005-08-29 22:36  strk
+
+	* Removed premature object destruction in InsertLineString{WKT,}
+	  causing segfault
+
+2005-08-29 12:08  strk
+
+	* Added Nikita Shulga <malfet at jscc.ru> in contributors list.
+
+2005-08-29 11:56  strk
+
+	* Typo fixed
+
+2005-08-29 11:48  strk
+
+	* Fixed sprintf() calls to avoid overlapping memory,
+	  reworked not-null objects existance check to reduce startup
+	  costs.
+
+2005-08-16 21:38  strk
+
+	* Added M(point) function
+
+2005-08-16 11:24  strk
+
+	* Early memory release in GiST indexing
+
+2005-08-12 19:20  pramsey
+
+	* Added +proj=longlat to all corrupt srs entries.
+
+2005-08-10 23:16  strk
+
+	* Removed pfree of proj4 text in make_project failure cases
+	  (required for error message)
+
+2005-08-10 23:12  strk
+
+	* Added segfault fix
+
+2005-08-10 23:06  strk
+
+	* Fixed a segfault in transform_geom exploited by proj4's
+	  make_project error.
+
+2005-08-04 16:29  strk
+
+	* Checked for PSQL run success
+
+2005-08-04 15:20  strk
+
+	* Added availability note for version functions
+
+2005-08-04 15:03  strk
+
+	* Updated
+
+2005-08-04 14:55  strk
+
+	* 1.0.3 release notes and date
+
+2005-08-04 14:54  strk
+
+	* Added plpgsql_validator explicit function skip
+
+2005-07-29 22:24  strk
+
+	* updated 1.0.3 section
+
+2005-07-29 22:08  strk
+
+	* Added more obsoleted functions, new obsoleted_ops considered,
+	  check of pg_restore -l return code, better regexp to allow
+	  broader
+	  range of dump/restore versions.
+
+2005-07-28 12:23  mschaber
+
+	* fix EWKT constructors to accept SRID=4711; representation
+
+2005-07-27 02:47  strk
+
+	* Support for multibyte field names in loader
+
+2005-07-27 02:35  strk
+
+	* Minor cleanups in loader
+
+2005-07-27 02:07  strk
+
+	* Fixed handling of POINT types as WKT (-w) in loader
+
+2005-07-25 22:24  strk
+
+	* bugfix in ptarray_compute_box2d_p
+
+2005-07-22 19:15  strk
+
+	* Fixed bug in {get,pop}{int,double} for 64bit archs
+
+2005-07-19 11:26  strk
+
+	* removed useless strchr call in LWGEOM_in
+
+2005-07-13 14:28  strk
+
+	* updated
+
+2005-07-13 14:26  strk
+
+	* Fixed bug reported by klaus F�rster
+
+2005-07-12 16:19  strk
+
+	* Fixed bug in user query handling, reported by Andrew Seales
+
+2005-07-05 16:12  strk
+
+	* Forced INSTALL to be install-sh
+
+2005-07-05 15:13  strk
+
+	* Added more win32-specific variables
+
+2005-07-04 17:04  strk
+
+	* Cleaned up to use more facilities from Makefile.shlib
+
+2005-07-04 09:47  strk
+
+	* Added conservative iconv detection code
+
+2005-07-04 09:14  strk
+
+	* adjusted for 1.0.2 release
+
+2005-07-04 09:12  strk
+
+	* Dropped broken attempt at 'detecting' iconv.
+
+2005-07-03 17:46  strk
+
+	* Added 1.0.2 release notes
+
+2005-07-01 21:10  strk
+
+	* Included debian packaging scripts
+
+2005-06-28 22:01  strk
+
+	* Added index concurrency tester
+
+2005-06-28 22:00  strk
+
+	* Fixed extimators to work with postgresql 8.1.x
+
+2005-06-28 14:58  strk
+
+	* Reverted rtree logic back to use leaf/internal consistency
+	  functions
+
+2005-06-28 14:51  strk
+
+	* updated
+
+2005-06-28 14:42  strk
+
+	* Maintained separate vars for CFLAGS and CXXFLAGS
+
+2005-06-28 14:34  strk
+
+	* Bugfix in RTBelowStrategyNumber handling
+
+2005-06-28 14:00  strk
+
+	* updated
+
+2005-06-28 13:53  strk
+
+	* Inclusion of core rtree header for StratregyNumber typedef (8.1
+	  support)
+
+2005-06-28 11:33  strk
+
+	* Added switch for pgsql 8.1 build
+
+2005-06-28 11:33  strk
+
+	* Moved chunked GeomUnion defines on top of file
+
+2005-06-28 08:12  mschaber
+
+	* fix compile problems in ValueSetter for ancient jdk releases.
+
+2005-06-27 15:16  strk
+
+	* Initial chunk-based unite_garray implementation
+
+2005-06-26 09:15  strk
+
+	* Added collect,buffer implementation for unite_garray().
+	  Compile-time definable: GEOS version defaults to on, JTS to off
+
+2005-06-25 10:24  strk
+
+	* Added pgsql standard geometryc types cast
+
+2005-06-24 12:36  strk
+
+	* Fixed rtree indexing (ported from pgsql rtree fix)
+
+2005-06-24 07:55  mschaber
+
+	* added casts between PostgreSQL and PostGIS geometries to TODO
+	  list
+
+2005-06-17 14:51  strk
+
+	* Memory leak fix in pg_error
+
+2005-06-16 17:55  strk
+
+	* Added -I switch for GiST index creation in loader
+
+2005-06-15 16:04  strk
+
+	* fault tolerant btree ops
+
+2005-06-15 16:04  strk
+
+	* fault tolerant btree ops
+
+2005-06-10 16:27  strk
+
+	* Added (commented) aggregates handling
+
+2005-06-10 16:03  strk
+
+	* Renamed {GEOS,JTS}_polygonize_garray to polygonize_garray to
+	  reduce
+	  redundancies.
+
+2005-06-10 16:02  strk
+
+	* Fixed handling of --with-geos
+
+2005-06-10 12:36  strk
+
+	* Added availability info for postgis_full_version() and
+	  postgis_jts_version()
+
+2005-06-10 12:00  strk
+
+	* Added JTSnoop and JTSversion functions.
+
+2005-06-10 11:58  strk
+
+	* More info in the Upgrade chapter (soft upgrade/hard upgrade)
+
+2005-06-10 09:54  strk
+
+	* Added isvalid(empty) test
+
+2005-06-09 16:02  strk
+
+	* updated
+
+2005-06-09 16:02  strk
+
+	* Added SRID check in line_locate_point()
+
+2005-06-09 16:02  strk
+
+	* removed spurious comments
+
+2005-06-09 16:01  strk
+
+	* Fixed bug in ptarray_locate_point
+
+2005-06-09 16:00  strk
+
+	* Added test for line_locate_point
+
+2005-06-09 15:12  strk
+
+	* Added line_locate_point() function
+
+2005-06-09 12:30  strk
+
+	* Added a check for correct order of ``from'' and ``to'' args in
+	  line_substring()
+
+2005-06-09 12:24  strk
+
+	* NEW line_substring() function
+
+2005-06-07 07:51  strk
+
+	* Added missing Makefile.shlib and removed explicit 'all' rule from
+	  lwgeom build
+
+2005-06-06 18:42  strk
+
+	* iconv autodetection
+
+2005-06-06 17:28  strk
+
+	* Moved 'all' rule before Makefile.shlib inclusion, to have bare
+	  'make' calls work again
+
+2005-06-06 17:21  strk
+
+	* Added WARNING about changes implications in terms of
+	  SCRIPTS_VERSION
+	  upgrade. Removed extra tokens after #endif directives to make
+	  newer
+	  preprocessor (3.4.3) happy.
+
+2005-06-06 16:49  strk
+
+	* Initial implementation of postgis procedures upgrade script
+
+2005-06-06 16:49  strk
+
+	* Added availability info for new functions
+
+2005-06-06 16:48  strk
+
+	* Incremented micro version number in SCRIPTS_VERSION (due to
+	  functions addition)
+
+2005-06-06 16:47  strk
+
+	* Moved create_undef.pl from root to utils/ dir
+
+2005-06-06 16:47  strk
+
+	* Removed automatic build of docs
+
+2005-06-06 07:58  mschaber
+
+	* added scale() and transscale() functions (like transform())
+
+2005-06-06 07:54  mschaber
+
+	* merge Alex' jdbc2 specific Makefile patches
+
+2005-06-04 10:06  strk
+
+	* Applied Alex Bodnaru patch for pgsql source tree dependency drop.
+
+2005-05-25 12:01  strk
+
+	* Stripped out CR chars
+
+2005-05-25 10:12  mschaber
+
+	* fix comment
+
+2005-05-25 10:08  mschaber
+
+	* JTS binary parser now passes basic regression suite
+
+2005-05-24 17:19  strk
+
+	* Added release date for postgis-1.0.1
+
+2005-05-24 16:56  strk
+
+	* Added iconv autodetection, removed already-added things
+
+2005-05-24 14:02  strk
+
+	* Added postgis-1.0.1 release date
+
+2005-05-23 16:18  mschaber
+
+	* Cleaned up Point.equals(Point) mess
+
+2005-05-23 14:15  strk
+
+	* Compiled 1.0.1 release notes
+
+2005-05-18 17:01  strk
+
+	* Applied 'strictness' patch by James Marca
+
+2005-05-18 15:49  strk
+
+	* Fixed SetSRID() entry
+
+2005-05-18 15:39  strk
+
+	* added Paris projections fixes
+
+2005-05-18 15:36  strk
+
+	* Updated proj4text for some French projections, as for Nicolas
+	  Ribot report
+
+2005-05-16 17:50  strk
+
+	* Added note about pgsq2shp attributes names bugfix
+
+2005-05-16 17:22  strk
+
+	* Fixed DBF field names handling as for clashes avoiding.
+	  pgsql field renames are warned.
+
+2005-05-16 08:05  strk
+
+	* Moved dumper and postgis_restore.pl changes in 1.0.1 section
+	  (back-ported)
+
+2005-05-16 07:49  strk
+
+	* Allowed custom args passing to createdb invocation
+
+2005-05-15 08:05  strk
+
+	* updated docs as for -k switch
+
+2005-05-13 14:16  strk
+
+	* Added new -k switch and credits for it
+
+2005-05-13 14:06  strk
+
+	* Applied patch from Obe, Regina to keep identifiers case.
+
+2005-05-13 08:03  strk
+
+	* Added support for macosx build
+
+2005-05-12 10:09  strk
+
+	* changed PGBELIBS command to avoid backtics and newlines
+
+2005-05-12 07:45  strk
+
+	* Added another dir in search path for docbook.xml, changed shell
+	  invocation
+	  line for mingw to avoid newline char being used.
+
+2005-05-11 08:55  strk
+
+	* Renamed MINGW to mingw in HOST_OS findstrings
+
+2005-05-10 12:52  strk
+
+	* Forced OID usage in geometry_column table
+
+2005-05-10 12:32  strk
+
+	* fixed mingw handling syntax
+
+2005-05-10 10:58  strk
+
+	* Added Makefile.config
+
+2005-05-10 10:57  strk
+
+	* Added scripts used by autoconf
+
+2005-05-10 09:35  strk
+
+	* Added initial custom support for MINGW
+
+2005-05-10 08:31  strk
+
+	* GEOS autodetect activated
+
+2005-05-10 08:15  strk
+
+	* fixed upgrade procedure section as suggested by Steven Bowden
+
+2005-05-09 22:33  strk
+
+	* updated
+
+2005-05-04 07:00  strk
+
+	* Version bumped to 1.1.0CVS
+
+2005-05-04 06:58  strk
+
+	* GEOS/JTS performed operations dox made more explicit about which
+	  argument is 'this' and which is 'otherGeometry'.
+
+2005-05-02 10:52  strk
+
+	* Moved 1.0.1 changes into their own section - added jdbc2 -target
+	  change notice
+
+2005-04-28 11:51  mschaber
+
+	* added jdbc2 maintainerclean
+
+2005-04-28 11:01  strk
+
+	* Fixed distclean rule to build required Makefile.config
+
+2005-04-28 08:35  mschaber
+
+	* fix sources.inc things
+
+2005-04-27 16:14  mschaber
+
+	* Reworked Makefile
+
+2005-04-26 18:45  strk
+
+	* Added MakeValidShape() function
+
+2005-04-26 18:08  strk
+
+	* Fixed USE_JTS variable to actually use autoconf-detected value
+
+2005-04-26 07:01  mschaber
+
+	* Improved versionprinter to print offline versions even if
+	  database is not available
+
+2005-04-22 01:07  strk
+
+	* Added fix in join selectivity
+
+2005-04-22 01:07  strk
+
+	* Fixed bug in join selectivity estimator returning invalid
+	  estimates (>1)
+
+2005-04-21 16:31  strk
+
+	* Fixed bug in 3d spheroid length computation, patch by zmocnik at
+	  hotmail dot com
+
+2005-04-21 09:21  strk
+
+	* Added new LRS funx suggested by Paul
+
+2005-04-21 09:09  strk
+
+	* updated
+
+2005-04-21 09:08  strk
+
+	* Applied patch from Ron Mayer fixing a segfault in string escaper
+	  funx
+
+2005-04-20 15:22  strk
+
+	* Fixed link to SimpleFeature Specification
+
+2005-04-20 15:17  strk
+
+	* Fixed clean-lib rule (wasn't removing anything!)
+
+2005-04-20 15:09  mschaber
+
+	* Fixed pg_opclass update to be schema-aware.
+
+2005-04-20 10:21  strk
+
+	* Fixed bogus example of GeometryFromText(box3d, int) changing it
+	  to SetSRID(box3d, int) in chapter 5.1.2
+
+2005-04-20 08:12  strk
+
+	* Updated
+
+2005-04-20 08:10  strk
+
+	* Added rules to automatically call configure or config.status,
+	  added docs rule to be invoked by topdir.
+
+2005-04-20 08:01  strk
+
+	* Removed again, can't work anymore.
+
+2005-04-20 07:55  strk
+
+	* Put old Makefile.config back to allow for automatic documentation
+	  production,
+	  must be removed again when process gets updated.
+
+2005-04-19 10:58  strk
+
+	* added LPATH to summary output (if different from install dir)
+
+2005-04-19 10:41  strk
+
+	* Reworked autoconf path to use pgsql or custom layout based on
+	  presence of a --prefix switch.
+
+2005-04-19 09:32  strk
+
+	* Added -c flag to INSTALL invokations (copy, not move)
+
+2005-04-19 09:20  strk
+
+	* More info in configure output, added autogen.sh wrapper
+
+2005-04-18 23:31  strk
+
+	* Added 1.0.0 section
+
+2005-04-18 14:46  strk
+
+	* Improved autoconf script, dropped pgsql source dependency.
+	  EXPERIMENTAL.
+
+2005-04-18 14:25  strk
+
+	* Added TODO list for release 1.1
+
+2005-04-18 14:15  strk
+
+	* Fixed 1.0.0 release date to 2005/04/19
+
+2005-04-18 14:12  strk
+
+	* Slightly changed standard deviation computation to be more
+	  corner-case-friendly.
+
+2005-04-18 14:04  strk
+
+	* Added estmator code and testers bugfix for 1.0.0 release.
+
+2005-04-18 13:50  strk
+
+	* Fixed bug in table2 schema parsing.
+
+2005-04-18 13:30  strk
+
+	* Fixed to work against LWGEOM installations
+
+2005-04-18 10:57  strk
+
+	* Applied patched by Ron Mayer fixing memory leakages and invalid
+	  results
+	  in join selectivity estimator. Fixed some return to use default
+	  JOIN
+	  selectivity estimate instead of default RESTRICT selectivity
+	  estimate.
+
+2005-04-15 20:12  strk
+
+	* Fixed Makefile to read Makefile.config
+
+2005-04-15 15:10  strk
+
+	* Updated to reflect examples->extras rename
+
+2005-04-15 15:09  strk
+
+	* Renamed examples/ to extras/. Added WFS_locks.
+
+2005-04-15 14:04  mschaber
+
+	* jdbc2 works:
+	  + Makefile improvements
+	  + JTS support improvements
+	  + Improved regression test system
+	  + Basic consistency check method for geometry collections
+	  + Support for (Hex)(E)wkb
+	  + Autoprobing DriverWrapper for HexWKB / EWKT switching
+
+2005-04-15 10:01  strk
+
+	* Added configure outputs
+
+2005-04-15 09:54  strk
+
+	* Added more people to manual "CREDITS" chapter (copied from
+	  CREDITS file).
+	  Added a not in CREDITS redirecting to the postgis manual.
+
+2005-04-15 09:31  strk
+
+	* Version bumbed to 1.0.0
+
+2005-04-14 13:35  strk
+
+	* Added shp2pgsql bugfix and autoconf improvement in Release Notes.
+
+2005-04-14 12:58  strk
+
+	* Applied patch by Gino Lucrezi fixing bug in string escaping code.
+
+2005-04-14 11:25  strk
+
+	* --enable-autoconf put back
+
+2005-04-14 11:23  strk
+
+	* Cleanup, improvements, JTS support added
+
+2005-04-14 09:40  strk
+
+	* Added Alex Bodnaru in the "Other contributors" section, for
+	  debian packaging.
+
+2005-04-14 08:02  strk
+
+	* Added a not about need of memory alignment constraints handling
+	  for deserializers
+
+2005-04-13 15:57  strk
+
+	* Removed the CREDITS section from Release Notes and move
+	  contributors
+	  in chapter 1.1 (Credits).
+
+2005-04-13 14:25  strk
+
+	* Release notes made an appendix, updated credits section
+
+2005-04-13 14:24  strk
+
+	* Added MINGW support as suggested by David Techer.
+
+2005-04-12 11:18  strk
+
+	* Added release notes for 1.0.0 final
+
+2005-04-12 11:17  strk
+
+	* XSLBASE made back-redefinable
+
+2005-04-08 06:45  pramsey
+
+	* Make xsl reference work for rackmount nightly build
+
+2005-04-07 21:02  mschaber
+
+	* typo fixes and linked function in 4.2.4
+
+2005-04-07 19:03  strk
+
+	* Added new strict OGC compliancy enforcement sector of manual
+
+2005-04-07 19:00  strk
+
+	* Corrected and augmented the new chapter about ensuring OGC
+	  compliancy.
+
+2005-04-07 09:32  mschaber
+
+	* Added information about geometry validity.
+
+2005-04-06 16:49  strk
+
+	* Added -p flag addition for shp2pgsql
+
+2005-04-06 14:16  strk
+
+	* Removed manual update of gid field.
+
+2005-04-06 14:02  mschaber
+
+	* added -p option (prepare mode) that spits out the table schema
+	  without
+	  inserting any data.
+
+2005-04-06 10:46  strk
+
+	* Bugfix in -w (hwgeom) handling of ZM shapefiles.
+	  Big reorganizzation of code to easy maintainance.
+
+2005-04-06 08:53  strk
+
+	* force_3dm() bugfix
+
+2005-04-06 08:53  strk
+
+	* Augmented memory allocated by force_3dm() - detected cases of
+	  memory shortage
+
+2005-04-05 13:43  mschaber
+
+	* Fix documentation of -D option in shp2pgsql manpage
+
+2005-04-05 10:18  strk
+
+	* Added transform() bugfix
+
+2005-04-05 10:18  strk
+
+	* BUGFIX in transform() releaseing random memory address
+
+2005-04-05 08:00  strk
+
+	* Documented loader support for 0.x versions
+
+2005-04-04 20:51  strk
+
+	* Added -w flag to output old (WKT/HWGEOM) sql.
+
+2005-04-04 09:48  strk
+
+	* Added install of loader/dumper manual pages
+
+2005-04-01 09:39  strk
+
+	* Added not about new manual pages
+
+2005-04-01 09:38  strk
+
+	* Added manual pages provided by Roberto Boati
+	  <roberto.boati at daisyred.com>
+
+2005-03-30 17:25  strk
+
+	* Updated to replace 'RC' into '-rc' when building package dir (and
+	  tar).
+	  Removed autom4te.cache directory after call to autoconf.
+
+2005-03-30 17:03  strk
+
+	* Scripts version set to 0.3.0 (minor increment as a scripts
+	  override won't
+	  suffice to get rid of dropped box2d funx).
+	  Set release date and other versions to RC6
+
+2005-03-30 15:24  mschaber
+
+	* Preliminary change email addres to private one because
+	  schabios at logi-track.com is currently not working.
+
+2005-03-30 11:47  strk
+
+	* Added RC6 release notes.
+
+2005-03-30 11:46  strk
+
+	* Obsoleted functions set back in, to avoid problems upgrading.
+
+2005-03-30 11:40  strk
+
+	* Removed obsoleted box2d functions
+
+2005-03-29 16:34  strk
+
+	* Added postgis_restore.pl bugfix
+
+2005-03-29 16:33  strk
+
+	* Changed she-bang back the way it was (disabled) - didn't work
+	  like that! Added {x,y}{min,max}(box2d) to list of obsoleted funx.
+
+2005-03-29 13:23  mschaber
+
+	* Fix build for win32 using mingw
+
+2005-03-28 11:37  strk
+
+	* Dropped {x,y}{min,max}(box2d) functions
+
+2005-03-28 09:48  strk
+
+	* Added multi() changes
+
+2005-03-28 09:47  strk
+
+	* Fixed bug in multi() leaving SRID in inner geometries.
+	  Added early return for already multi() and BBOX'ed geoms.
+
+2005-03-28 09:45  strk
+
+	* Added regress tests for multi()
+
+2005-03-25 18:43  strk
+
+	* Fixed PQunescapeBytearea argument (might give problems on 64bit
+	  archs)
+
+2005-03-25 16:38  strk
+
+	* MICRO_VERSION set to RC5
+
+2005-03-25 16:38  strk
+
+	* Added release date and version
+
+2005-03-25 16:37  strk
+
+	* Added release dates
+
+2005-03-25 16:28  strk
+
+	* Added a not in performance tips chapter about dimension
+	  constraints.
+	  Removed part on update_geometry_stats as it should have no
+	  effect.
+
+2005-03-25 14:49  strk
+
+	* generalized Other changes
+
+2005-03-25 14:48  strk
+
+	* Fixed bogus she-bang
+
+2005-03-25 13:56  strk
+
+	* Updated release notes section
+
+2005-03-25 09:34  strk
+
+	* code cleanup
+
+2005-03-24 18:01  mschaber
+
+	* additional performance tips
+
+2005-03-24 16:28  strk
+
+	* Variable declaration set in place in lwgeom_centroid()
+
+2005-03-24 16:27  strk
+
+	* Added estimated_extent() bugfix notice
+
+2005-03-24 16:27  strk
+
+	* Added comments in estimate_allocation() bugfix point.
+
+2005-03-24 15:07  strk
+
+	* Fixed non-GEOS centroid() function to avoid obsoleted
+	  LWGEOM_EXPLODED funx
+
+2005-03-24 14:45  strk
+
+	* Fixed bug in estimated_extent() returning pointer to a memory
+	  allocated in SPI memory context
+
+2005-03-23 17:10  strk
+
+	* Removed cr
+
+2005-03-23 16:29  strk
+
+	* Added box3d computation tests
+
+2005-03-23 16:24  strk
+
+	* added box3d computation fix
+
+2005-03-23 16:23  strk
+
+	* Fixed bug in box3d computation.
+	  Dropped obsoleted LWGEOM_EXPLODED structure and associated
+	  functions.
+
+2005-03-21 17:56  strk
+
+	* grep -v arg quoted..
+
+2005-03-21 17:52  strk
+
+	* Quoted grep argument
+
+2005-03-21 13:43  mschaber
+
+	* handle versioned jars in cvsignore
+
+2005-03-21 12:24  strk
+
+	* Expanded estimated_extent() paragraph to document differences
+	  between pre
+	  and post pgsql 800.
+
+2005-03-18 21:04  strk
+
+	* Set release date
+
+2005-03-18 17:47  strk
+
+	* postgis_restore.pl improvements
+
+2005-03-18 17:23  strk
+
+	* Hash used for detecting obsoleted funx in dump
+
+2005-03-18 12:43  strk
+
+	* Fixed missing use of _IMMUTABLE_STRICT define in new
+	  get_proj4_from_srid().
+	  Improvement in Makefile to allow reconstruction of missing
+	  ../lwpostgis.sql
+
+2005-03-18 12:37  strk
+
+	* added box3d-computation bugfix note
+
+2005-03-18 12:36  strk
+
+	* Big API cleanup.
+	  Bug fix in box3d computation for collections containing empty
+	  elements.
+
+2005-03-18 10:47  strk
+
+	* Added extent(), extent3d() and collect() tests - should really
+	  give this tests a new layout ...
+
+2005-03-17 18:14  strk
+
+	* box2d outupt precision increment
+
+2005-03-17 18:11  strk
+
+	* BOX2D output reverted to .15g precision
+
+2005-03-17 09:39  strk
+
+	* Early memory releases in lwgeom_translate_recursive
+
+2005-03-16 15:08  strk
+
+	* Changed get_proj4_from_srid() implementation from SQL to PLPGSQL
+	  to
+	  workaround a bug of pgsql8.0.{1,2}
+
+2005-03-16 11:41  strk
+
+	* Early memory releases on transform_geometry_recursive() and
+	  LWGEOM_asText().
+	  Code cleanups.
+
+2005-03-15 12:24  strk
+
+	* hole-in-ring detector made more readable
+
+2005-03-15 09:25  strk
+
+	* Added loader bug fix
+
+2005-03-14 22:02  strk
+
+	* Fixed holes handling.
+
+2005-03-14 11:31  strk
+
+	* Added cleanup of versioned jars
+
+2005-03-14 11:14  strk
+
+	* installdirs/clean rules cleanup suggested by Alex Bodnaru
+
+2005-03-11 17:56  strk
+
+	* Early memory release in transform_geom
+
+2005-03-11 17:47  strk
+
+	* Fixed destructive memory release in LWGEOM_translate()
+
+2005-03-11 17:47  strk
+
+	* Added test for translate()
+
+2005-03-10 21:37  strk
+
+	* added 64bit bug fix
+
+2005-03-10 19:26  strk
+
+	* Hopefully fixed bug in int4 and double reader from byte stream
+	  (was not
+	  working on 64bit machines).
+
+2005-03-10 18:19  strk
+
+	* Made void args explicit to make newer compilers happy
+
+2005-03-10 18:18  strk
+
+	* changed report_error typedef to allow for lwerror usage w/out
+	  problems
+
+2005-03-08 18:36  mschaber
+
+	* Additional explanations in README.
+
+2005-03-08 18:32  mschaber
+
+	* Fix possible null pointer exception if PostGIS is compiled
+	  without geos / proj support.
+
+2005-03-08 16:46  strk
+
+	* More cleanups on 'clean'
+
+2005-03-08 16:41  strk
+
+	* Simplified clean rule
+
+2005-03-08 16:39  strk
+
+	* Added configure script removal in maintainer-clean rule
+
+2005-03-08 16:00  strk
+
+	* Deleted libjts directory... libjts production should happen from
+	  within JTS itself.
+
+2005-03-08 15:44  strk
+
+	* Changed default JTS includes and lib paths
+
+2005-03-08 12:39  strk
+
+	* Added libjts build scripts
+
+2005-03-08 12:21  strk
+
+	* Added a distclean rule to get rid of autoconf-generated files.
+	  Had maintainer-clean rule invoke distclean rule.
+
+2005-03-08 12:13  strk
+
+	* set USE_JTS back to 0 - got set to 1 from previous commit
+
+2005-03-08 12:11  strk
+
+	* Added utils rule to set the execute bit on utilities.
+
+2005-03-08 12:04  strk
+
+	* synced makefiles, changed default path of libjts
+
+2005-03-08 11:24  strk
+
+	* Commented out debugging lines
+
+2005-03-08 11:24  strk
+
+	* avoided initializzation of JvNewObjectArray with undefined
+	  pointer
+
+2005-03-08 11:06  strk
+
+	* modernized old-style parameter declarations
+
+2005-03-08 09:42  strk
+
+	* Added estimator changes
+
+2005-03-08 09:27  strk
+
+	* RESTRICT selectivity estimator use self->varno instead of
+	  varRelid.
+	  Seems to work for subqueries...
+
+2005-03-08 09:23  strk
+
+	* Fixed debugging lines.
+
+2005-03-08 08:38  strk
+
+	* Discarded environmental variable USE_JTS to avoid unexpected
+	  enabling
+
+2005-03-07 21:24  strk
+
+	* Added missing JTSnoop prototype
+
+2005-03-07 21:19  strk
+
+	* Put optimization flag back to -O2
+
+2005-03-07 21:11  strk
+
+	* Removed stub functions (moved to lwgeom_nojts.c) and added stub
+	  for JTSnoop.
+
+2005-03-07 21:07  strk
+
+	* Added initial JTS wrapper.
+
+2005-03-07 21:06  strk
+
+	* Added spatial_ref_sys.sql and README.postgis to scripts install
+	  targets.
+	  Moved .sql scripts from ...$(datadir) to ...$(datadir)/contrib.
+	  Modified GEOS/JTS stub handling to use separate file when
+	  disabled.
+
+2005-03-07 20:47  strk
+
+	* Separate stub funx file for builds w/out GEOS or JTS
+
+2005-03-07 20:46  strk
+
+	* sync'd with Makefile.config
+
+2005-03-07 20:44  strk
+
+	* Added JTS support parameter
+
+2005-03-07 18:36  strk
+
+	* Sync with Makefile.config
+
+2005-03-07 16:08  strk
+
+	* Incremented SCRIPTS_VERSION micro num
+
+2005-03-07 13:58  strk
+
+	* Added process id to output files. Removed 'clean' rule.
+
+2005-03-07 13:20  strk
+
+	* Removed unused lwexploded_dump() function
+
+2005-03-07 11:53  mschaber
+
+	* Fix version.in vs. version.config typo
+
+2005-03-04 19:34  strk
+
+	* cleanups - version file source
+
+2005-03-04 19:31  mleslie
+
+	* Cleaned up distance_sphere and updated documentation.
+
+2005-03-04 19:25  strk
+
+	* removed temp files used in docs creation step
+
+2005-03-04 19:18  strk
+
+	* Expanded "upgrading" chapter to explain postgis_restore.pl
+	  upgrade procedure.
+
+2005-03-04 19:18  strk
+
+	* Made 'html' the default rule
+
+2005-03-04 19:15  strk
+
+	* Parametrized XSLBASE directory
+
+2005-03-04 16:29  strk
+
+	* Changed to use Version.config
+
+2005-03-04 15:54  strk
+
+	* Commented out unused variable
+
+2005-03-04 15:25  mschaber
+
+	* added version improvement to changes
+
+2005-03-04 15:22  mschaber
+
+	* - Separates the version config variables into the toplevel
+	  Version.config
+	  
+	  - Adds new version config variables for jdbc
+	  
+	  - jdbc "make jar" additionally creates files named like
+	  postgis_1_0_0RC4.jar using the info from Version.config
+	  
+	  - org/postgis/Version.java now uses a Makefile generated
+	  ressource to
+	  initialize its values, so it is always "in sync" with
+	  Version.config
+
+2005-03-04 14:55  strk
+
+	* Added loader/dumper bug fixes
+
+2005-03-04 14:54  strk
+
+	* Fixed bug in multiline handling.
+
+2005-03-04 14:48  strk
+
+	* Applied patch from Jonne Savolainen fixing multilines handling
+
+2005-03-04 14:25  strk
+
+	* Added 'test' and 'maintainer-clean' rules.
+
+2005-03-04 14:25  strk
+
+	* Added a maintainer-clean rule.
+
+2005-03-04 14:13  strk
+
+	* Parametrized test output dir and added Makefile
+
+2005-03-04 11:03  mschaber
+
+	* another make install fix :-(
+
+2005-03-04 09:03  strk
+
+	* PG_LWGEOM_construct() moved from lwgeom_api.c to lwgeom_pg.c.
+
+2005-03-04 08:52  strk
+
+	* Modified upgrade section to show postgis_restore.pl based
+	  procedure.
+
+2005-03-04 07:51  mschaber
+
+	* another "make install" fix from alex
+
+2005-03-04 07:48  mschaber
+
+	* Adopted Version.java to the official PostGIS scheme.
+
+2005-03-04 07:36  mschaber
+
+	* Updated VERSION to RC4
+
+2005-03-04 07:32  mschaber
+
+	* Removed unneccesarry TEMP variable
+
+2005-03-03 22:12  mschaber
+
+	* removed obsolete build.xml
+
+2005-03-03 21:55  mschaber
+
+	* Make classpath element separator configurable
+
+2005-03-03 20:55  mschaber
+
+	* jdbc2 naming explanation
+	  Contact info
+	  Copyright notice
+
+2005-03-03 19:08  mschaber
+
+	* add postgis_debug.jar to make install (thx to alex bodnaru)
+
+2005-03-03 17:20  mleslie
+
+	* Rebuilt the distance_sphere function.
+
+2005-03-03 16:06  mschaber
+
+	* Fix compile with jikes
+
+2005-03-03 10:32  strk
+
+	* parser additions note
+
+2005-03-03 10:31  strk
+
+	* Removed generated parser files.
+
+2005-03-03 10:29  strk
+
+	* Added generated parsers to avoid FLEX/YACC requirement on
+	  release.
+
+2005-03-02 17:29  strk
+
+	* Commented out parser generation... requires PGSQL source :(
+
+2005-03-02 17:26  strk
+
+	* Added parser generation.
+
+2005-03-02 17:04  strk
+
+	* added FLEX & YACC fix
+
+2005-03-02 13:10  mschaber
+
+	* Additional Regression Test for prepared statement usage
+
+2005-03-02 12:06  mschaber
+
+	* Code cleanups, Makefile improvements.
+
+2005-03-01 13:22  strk
+
+	* Renamed lwgeom_to_wkt to lwgeom_to_ewkt, as it doesn't strip out
+	  non-ogc
+	  extensions.
+
+2005-03-01 13:20  strk
+
+	* Corrected expected results.
+
+2005-03-01 11:41  strk
+
+	* Added GEOS/JTS provided functions test
+
+2005-03-01 08:43  strk
+
+	* Fixed install-lwgeom-scripts rule as suggested by Rhys
+	  Ickeringill.
+
+2005-03-01 08:40  strk
+
+	* FLEX and YACC variables set after PGSQL/Makefile.global has been
+	  sourced
+	  and only if not therein defined.
+
+2005-03-01 01:17  pramsey
+
+	* Fix link error.
+
+2005-02-28 09:57  mschaber
+
+	* Add serialVersionUID for jdk1.5
+	  correctly setType(), needed for jdbc 8.0+
+
+2005-02-28 08:14  mschaber
+
+	* Add serialVersionUID for jdk1.5
+	  correctly setType(), needed for jdbc 8.0+
+
+2005-02-25 13:44  strk
+
+	* Added geom_accum and SnapToGrid bug fixes
+
+2005-02-25 13:42  strk
+
+	* SnapToGrid: Fixed minor bug in consistency check.
+
+2005-02-25 13:28  strk
+
+	* Fixed a bugus free() in LWGEOM_accum.
+
+2005-02-25 09:34  strk
+
+	* added force_collection early return
+
+2005-02-25 09:31  strk
+
+	* Added early return from force_collection when input is already a
+	  collection
+	  AND has a bbox cache. Suggested by Ron Majer.
+
+2005-02-25 08:57  strk
+
+	* Added comment on top of TYPE macros
+
+2005-02-24 14:13  mschaber
+
+	* Fixed makefile to allow compilation via kaffe javac - this
+	  one does not automatically include non-mentioned source
+	  files that are present in the classpath.
+
+2005-02-24 11:43  mschaber
+
+	* moved trim() call, this avoids calling trim() twice on unchanged
+	  value if we have only (1 2,3 4) rep.
+
+2005-02-24 11:20  mschaber
+
+	* Additional regression tests for EWKT and EWKB on PostGIS 1.X
+
+2005-02-24 08:36  strk
+
+	* Added missing prototype
+
+2005-02-24 08:32  strk
+
+	* Fixed bug in StartPoint and EndPoint functions.
+
+2005-02-24 08:10  strk
+
+	* lib version changed to 1.0.0RC3, scripts version to 0.2.0.
+
+2005-02-24 08:08  strk
+
+	* Added spatial_ref_sys change and version/release
+
+2005-02-23 19:17  pramsey
+
+	* Hand edit paris central meridian definitions.
+	  Danger: other non-Greenwich projections might also have problems.
+
+2005-02-23 13:31  mschaber
+
+	* another fastjar fix
+
+2005-02-23 13:19  mschaber
+
+	* Fixed jikes compiler warning, using super. for static methods is
+	  suboptimal.
+
+2005-02-23 09:59  strk
+
+	* GeometryFromText() bug fix
+
+2005-02-23 09:58  strk
+
+	* Fixed GeometryFromText() to add a bbox cache FOR_COMPLEX_GEOMS
+
+2005-02-23 09:44  strk
+
+	* Added bool::text cast
+
+2005-02-23 09:00  strk
+
+	* Added bool::text cast.
+
+2005-02-22 18:10  mschaber
+
+	* Updated jdbc2/Makefile:
+	  
+	  - more comments
+	  - all helper binaries are now configurable
+	  - workaround for broken woody jars via DEBUGJAR environment
+	  variable
+	  - classpath cleanups, regression tests now use jars instead of
+	  build
+	  directory, this should help catching packaging errors
+	  - small other cleanups
+
+2005-02-22 13:05  mschaber
+
+	* Removed unused import
+
+2005-02-22 13:04  mschaber
+
+	* Some more debian woody fixes.
+
+2005-02-22 13:01  mschaber
+
+	* Remove redundant addDataType() call that slipped in during
+	  WKT measured geometries work. It also broke pgjdbc7.2
+	  compatibility.
+
+2005-02-22 12:31  mschaber
+
+	* Patches from Alex Bodnaru (debian maintainer)
+
+2005-02-22 12:12  strk
+
+	* Added not about early memory release
+
+2005-02-22 10:10  strk
+
+	* Early release of DETOASTED geoms.
+
+2005-02-22 09:59  strk
+
+	* Fixed path to lwpostgis.sql script
+
+2005-02-22 09:55  strk
+
+	* Early release of DETOASTED or deserialized geometries, to reduce
+	  memory usage
+
+2005-02-22 09:39  strk
+
+	* Forced cleanup of DETOASTED and deserialized geometries for
+	  better memory
+	  usage.
+
+2005-02-21 18:28  mschaber
+
+	* *** empty log message ***
+
+2005-02-21 16:22  strk
+
+	* Changed min() max() usage with LW_MIN() LW_MAX()
+
+2005-02-21 16:16  strk
+
+	* Changed byte to uchar to avoid clashes with win32 headers.
+
+2005-02-21 15:49  mschaber
+
+	* removed ugly () display
+
+2005-02-21 14:59  mschaber
+
+	* Added version printing (for debugging purposes)
+
+2005-02-21 14:16  mschaber
+
+	* Skip tests that are known to fail when running against older
+	  PostGIS server versions
+
+2005-02-18 16:01  mschaber
+
+	* Some micro optimizations and cleanups
+
+2005-02-18 14:49  mschaber
+
+	* Added Version.class to allow programatically identification of
+	  PostGIS jdbc version
+
+2005-02-18 14:40  mschaber
+
+	* Added beta support for JTS classes
+
+2005-02-18 08:43  strk
+
+	* added memory leak fix
+
+2005-02-18 08:42  strk
+
+	* Removed memory leak in geos2postgis polygon conversion.
+
+2005-02-17 16:09  strk
+
+	* Improved transform() errors verbosity.
+
+2005-02-17 15:54  strk
+
+	* Syntaxes cleanups.
+
+2005-02-17 15:44  mschaber
+
+	* removed verbosity from my last entry
+
+2005-02-17 15:42  mschaber
+
+	* fixed postgis_debug.jar
+
+2005-02-17 15:39  strk
+
+	* Fixed some introduced misorderings of func declaration/body.
+
+2005-02-17 14:48  mschaber
+
+	* Fixed dependency handling for jars
+
+2005-02-17 14:41  mschaber
+
+	* Updated makefile - better dependency management for jars,
+	  additional targets for debian, more comments.
+
+2005-02-17 09:19  strk
+
+	* Fixed a bug in pointArray_construct() copying input points
+	  instead
+	  of keeping a pointer to them. This has been introduced *after*
+	  RC2
+	  was released.
+
+2005-02-17 08:36  strk
+
+	* Added wkb_recv and wkb_send obsoleted functions handling
+
+2005-02-14 20:49  strk
+
+	* Added force_collection() bug fix
+
+2005-02-14 20:45  strk
+
+	* Fixed bug in force_collection() leaving spurious bbox cache and
+	  SRID info
+	  in inner geometry when applied to single geoms.
+
+2005-02-14 11:49  mschaber
+
+	* Now compiles against 7.2 with some magic trickery instead of
+	  patching.
+
+2005-02-10 17:56  strk
+
+	* added memory alignment handling
+
+2005-02-10 17:41  strk
+
+	* Dropped getbox2d_internal().
+	  Removed all castings of getPoint() output, which has been renamed
+	  to getPoint_internal() and commented about danger of using it.
+	  Changed SERIALIZED_FORM() macro to use VARDATA() macro.
+	  All this changes are aimed at taking into account memory
+	  alignment
+	  constraints which might be the cause of recent crash bug reports.
+
+2005-02-10 17:38  strk
+
+	* Added a couple of distance() tests.
+
+2005-02-10 16:34  strk
+
+	* Added -Wall to CFLAGS
+
+2005-02-10 10:52  strk
+
+	* Changed 'char' to 'uchar' (unsigned char typedef) wherever octet
+	  is actually
+	  meant to be.
+
+2005-02-10 10:03  strk
+
+	* Added X(), Y() and Z() tests.
+
+2005-02-09 18:11  mschaber
+
+	* adopt documentation wr/t conflicting driverconfig.properties to
+	  reflect what jdbc actually does.
+
+2005-02-09 11:55  strk
+
+	* documentation update item
+
+2005-02-09 11:53  strk
+
+	* Removed PGSQL7.1 references, clearly stated support starting from
+	  72.
+	  Renamed all postgis.sql refs to lwpostgis.sql.
+
+2005-02-09 11:48  strk
+
+	* fixed debugging output
+
+2005-02-08 17:48  mschaber
+
+	* Added patch to enable compilation against pg72jdbc2.jar.
+
+2005-02-08 14:54  mschaber
+
+	* Added jdbc2 jdk1.3 enabling note.
+
+2005-02-08 14:53  mschaber
+
+	* Removed use of jdk1.4 only features to allow jdbc2 to be
+	  build with older jdk releases (tested with 1.3)
+
+2005-02-08 08:17  strk
+
+	* Reduced scope of VACUUM ANALYZE call to the sole spatial_ref_sys
+	  table
+	  as suggested by Kevin Neufeld
+
+2005-02-08 07:59  strk
+
+	* updated
+
+2005-02-08 07:59  strk
+
+	* Fixed probe_geometry_columns to work with PG72 (pg_constraint was
+	  pg_relcheck)
+
+2005-02-08 07:37  strk
+
+	* Fixed probe_geometry_columns so to work on spatial tables with
+	  multiple
+	  geometry columns.
+
+2005-02-07 14:06  strk
+
+	* updated
+
+2005-02-07 14:02  strk
+
+	* Fixed broken 72 index bindings.
+
+2005-02-07 13:42  mschaber
+
+	* Fixed pgjdbc 8.0 autoregistration.
+
+2005-02-07 13:21  strk
+
+	* Replaced DEBUG* macros with PGIS_DEBUG*, to avoid clashes with
+	  postgresql DEBUG
+
+2005-02-07 12:56  strk
+
+	* updated CHANGES
+
+2005-02-07 12:56  strk
+
+	* More portable date command for BUILDDATE extraction
+
+2005-02-07 12:32  strk
+
+	* updated with next release changes
+
+2005-02-07 12:31  strk
+
+	* updated
+
+2005-02-07 11:49  mschaber
+
+	* Fix makefile (broken by driverconfig.properties rename
+
+2005-02-07 11:31  mschaber
+
+	* Removed issues that were done, hoping they will not re-emerge :-)
+
+2005-02-07 09:15  mschaber
+
+	* Fixed jdbc8.0 autoregistration, added regression test.
+
+2005-02-04 17:08  pramsey
+
+	* Fixed literal && inside the text, replaced with &
+
+2005-02-04 14:20  strk
+
+	* missing license
+
+2005-02-04 10:20  strk
+
+	* Added Performance Tips chapter
+
+2005-02-04 09:05  strk
+
+	* Applied Markus Shaber licensing patches.
+
+2005-02-01 16:53  strk
+
+	* Changed performance-sensible functions from STABLE to IMMUTABLE
+
+2005-02-01 15:26  strk
+
+	* Another small patch from Markus
+
+2005-01-31 22:15  strk
+
+	* Added maintainer notice, to reduce Jeff-strk mail bounces
+
+2005-01-31 17:17  strk
+
+	* Applied Markus Shaber patches.
+
+2005-01-31 12:32  strk
+
+	* Markus Shaber version.
+
+2005-01-31 09:24  strk
+
+	* Used default float precision in BOX2D output
+
+2005-01-31 09:01  strk
+
+	* More error handlings in transform(geom, int)
+
+2005-01-30 09:48  strk
+
+	* replaced by PGbox2d.java
+
+2005-01-30 09:46  strk
+
+	* Added BOX2D and BOX3D support and tests, by Markus Shaber.
+
+2005-01-30 09:12  strk
+
+	* Made unparsable proj strings error more verbose and removed a
+	  typo
+	  in transform_geom().
+
+2005-01-28 16:10  strk
+
+	* Changed --with-geos arg to express GEOS_DIR (is more intuitive).
+	  Made --help string advertise optionality of args for --with-geos
+	  and --with-proj. Made configure show used variables values
+	  on path checks.
+
+2005-01-28 15:40  strk
+
+	* LAST_RELEASE_VERSION bumped to 1.0.0
+
+2005-01-28 14:50  strk
+
+	* Applied small patches from Markus Shaber
+
+2005-01-27 18:06  strk
+
+	* Fixed a bug in transform() missing to update SRID in output
+
+2005-01-27 11:17  strk
+
+	* Fixed FAQ to use the schema version of AddGeometryColumn
+	  (generated confusion for 0.7.5 users)
+
+2005-01-26 08:35  strk
+
+	* Version bumped to 1.0.0RC2
+
+2005-01-26 08:34  strk
+
+	* Added 1.0.0RC2 section
+
+2005-01-26 08:18  strk
+
+	* Added an --enable-autoconf switch to make sure users will known
+	  about
+	  the untested nature of the ./configure script.
+
+2005-01-25 13:52  strk
+
+	* Removed ?= construct in FLEX/YACC rules
+
+2005-01-25 11:29  strk
+
+	* Made all *FromText() accept only WKT <text>, no more cheating.
+
+2005-01-25 09:47  strk
+
+	* Fixed a bug in transform() missing to update bbox cache
+
+2005-01-25 09:03  strk
+
+	* Made all OGC TypeFromWKB() functions consistent in taking a bytea
+
+2005-01-25 08:48  strk
+
+	* Added autoconf invokation
+
+2005-01-24 18:11  strk
+
+	* Fixed bug in definition of distance_spheroid.
+
+2005-01-24 15:22  strk
+
+	* Added checks for flex and yacc paths.
+
+2005-01-24 15:16  strk
+
+	* Moved YACC default value set from inner to config Makefile.
+
+2005-01-24 15:14  strk
+
+	* Added default value for FLEX
+
+2005-01-24 11:23  strk
+
+	* Removed spaces and '?' signs in Makefile.config.in.
+	  Added support for geos-config call in configure.
+
+2005-01-24 11:00  strk
+
+	* Initial autoconf script.
+
+2005-01-19 18:18  strk
+
+	* removed unused files
+
+2005-01-19 18:15  strk
+
+	* Added failcount output.
+
+2005-01-19 18:05  strk
+
+	* Fixed ptest rule.
+
+2005-01-19 17:37  strk
+
+	* Quoted -classpath args, added ptest args in make ptest rule
+
+2005-01-19 17:00  strk
+
+	* Added bin/ removal to clean rule
+
+2005-01-19 16:58  strk
+
+	* Changed postgis_debug.jar rule to be portable
+
+2005-01-19 16:55  strk
+
+	* Added command line params to jtest rule
+
+2005-01-19 16:51  strk
+
+	* Applied Markus patch to accept command line params
+
+2005-01-19 16:49  strk
+
+	* Applied Markus patch
+
+2005-01-19 16:46  strk
+
+	* Changed postgis.jar creation rule to respect
+	  postgresql.properties path
+
+2005-01-19 12:30  strk
+
+	* Added jar files
+
+2005-01-19 12:27  strk
+
+	* Added postgresql.properties and .cvsignore, Modified CP variable
+	  assignment to
+	  be quoted.
+
+2005-01-19 09:53  strk
+
+	* Made output more readable
+
+2005-01-19 09:47  strk
+
+	* Changed 'compile' rule to keep track of last compile time and
+	  avoid recompilation
+
+2005-01-19 09:38  strk
+
+	* fixed jar call for postgis.jar production
+
+2005-01-19 09:21  strk
+
+	* user env CLASSPATH honoured
+
+2005-01-19 08:54  strk
+
+	* Imported new jdbc driver source by Markus Schaber
+
+2005-01-18 15:39  strk
+
+	* Fixed a bug in pointarray box3d computation.
+
+2005-01-18 13:31  strk
+
+	* Reintroduced support for '<anygeom> EMPTY' form, for OGC
+	  compliance.
+
+2005-01-18 12:44  strk
+
+	* Handled GEOS Geometry construction errors as FALSE results in
+	  isvalid(geom).
+
+2005-01-18 10:09  strk
+
+	* updated
+
+2005-01-18 09:32  strk
+
+	* Changed unparse_WKB interface to take an output size pointer and
+	  an HEXFORM
+	  specifier. Reworked code in wktunparse to use function pointers.
+
+2005-01-18 09:30  strk
+
+	* Fixed bug introduced supporting GEOMETRYCOLLECTION(EMPTY).
+	  Dropped support for all EMPTY goems execept GEOMETRYCOLLECTION.
+
+2005-01-17 12:15  strk
+
+	* Added GEOMETRYCOLLECTION(EMPTY) support
+
+2005-01-17 11:44  strk
+
+	* Used quote_ident() for spatial columns constraints nams,
+	  suggested by Bernhard Herzog
+
+2005-01-17 09:21  strk
+
+	* Added one more bytes for terminating NULL in utf8 encoder
+
+2005-01-16 16:50  strk
+
+	* String escaping algorithm made simpler and more robust.
+	  Removed escaped strings leaking.
+	  Fixed UTF8 encoder to allocate enough space for 3bytes chars
+	  strings.
+
+2005-01-14 16:36  strk
+
+	* Switched to preprocessor driver CREATEFUNCTION attribute
+	  specification
+
+2005-01-13 18:26  strk
+
+	* estimated_extent() implemented for PG<80
+
+2005-01-13 17:41  strk
+
+	* estimated_extent() prepared for future expansion (support of
+	  pre-800 PGSQL)
+
+2005-01-13 13:37  strk
+
+	* Updated expected error message on !closed polygon rings to match
+	  current one.
+
+2005-01-13 13:36  strk
+
+	* Added closed-ring check for polygon geometry inputs.
+
+2005-01-13 10:54  strk
+
+	* changed asText to asEWKT for lossless conversions
+
+2005-01-13 10:45  strk
+
+	* Added GEOSexception test
+
+2005-01-13 10:44  strk
+
+	* Fixed more tests
+
+2005-01-13 10:37  strk
+
+	* Changed astext() calls with asewkt() to mach expected results.
+
+2005-01-13 09:42  strk
+
+	* Updated 1.0.0 release date and changed version to 1.0.0RC1
+
+2005-01-13 09:10  strk
+
+	* Removed initial README, replaced with an updated one.
+
+2005-01-13 09:10  strk
+
+	* Added updated README file
+
+2005-01-13 08:48  strk
+
+	* Added note about utils/postgis_restore.pl
+
+2005-01-13 08:43  strk
+
+	* Added more New Things
+
+2005-01-13 08:39  strk
+
+	* Added release notes chapter
+
+2005-01-12 17:03  strk
+
+	* added USE_ICONV configuration
+
+2005-01-12 17:03  strk
+
+	* Added optional UTF8 output support as suggested by IIDA Tetsushi
+
+2005-01-12 09:38  strk
+
+	* Added not for AUTOCACHE_BBOX setting
+
+2005-01-12 09:31  strk
+
+	* don't drop the regress test
+
+2005-01-12 09:23  strk
+
+	* Added a sleep before running make dist
+
+2005-01-12 08:43  strk
+
+	* commented notice in LWGEOM_noop()
+
+2005-01-12 08:30  strk
+
+	* Changed force_*d(geom) and multi(geom) to support AUTOCACHE_BBOX
+
+2005-01-12 07:37  strk
+
+	* setSRID() and force_2d() changed to use PG_LWGEOM_construct()
+	  entry point,
+	  for AUTOCACHE_BBOX support.
+
+2005-01-12 07:27  strk
+
+	* forceRHR() and reverse() forced to use pglwgeom_serialize() entry
+	  point
+	  for honouring the AUTOCACHE_BBOX define
+
+2005-01-11 18:05  strk
+
+	* fixed postgis_gist_joinsel signature for PG72
+
+2005-01-11 18:04  strk
+
+	* added optional versions specificatoin on command line
+
+2005-01-11 17:56  strk
+
+	* dropped special pgsql 7.1 handling
+
+2005-01-11 17:46  strk
+
+	* added postgis_lib_build_date() and postgis_scripts_build_date()
+	  docs
+
+2005-01-11 17:45  strk
+
+	* Changed builddate format to Y-m-D H:M:S
+
+2005-01-11 17:39  strk
+
+	* Added postgis_lib_build_date() and postgis_scripts_build_date()
+	  provided by Markus Schaber
+
+2005-01-11 16:54  strk
+
+	* initial revision
+
+2005-01-11 15:40  strk
+
+	* Comments cleanup.
+
+2005-01-11 15:10  strk
+
+	* removed obsoleted script
+
+2005-01-11 15:09  strk
+
+	* Added SRID checks for all operators.
+
+2005-01-11 14:20  mcayland
+
+	* Added new indexable operators <<|, &<|, |&> and |>> to allow
+	  comparisons of bounding box positions in the Y axis
+
+2005-01-11 14:10  strk
+
+	* Fixed translate() to always use one of the AUTOCACHE_BBOX
+	  honouring
+	  entry points.
+	  Cleaned up expand(geom).
+
+2005-01-11 08:33  strk
+
+	* removed link from geometry_dump type ref
+
+2005-01-11 08:29  strk
+
+	* Dropped inherithed rule for static lib build (liblwgeom.a), added
+	  a 'tsort' rule to check xdeps status.
+
+2005-01-11 08:12  strk
+
+	* Fixed memory handling bug in dump(geom)
+
+2005-01-10 09:47  strk
+
+	* Added missing prototypes
+
+2005-01-10 09:28  strk
+
+	* changed size_t printing lines to use %lu and unsigned long cast
+
+2005-01-10 09:27  strk
+
+	* renamed misures.c to measures.c
+
+2005-01-09 20:28  strk
+
+	* size_t usage cleanups.
+
+2005-01-09 18:32  strk
+
+	* Avoided lwcollection_deserialize call for non collections (was
+	  broken).
+
+2005-01-07 18:32  strk
+
+	* Dropped BOX2D operators. They will rely on cast to geometry.
+
+2005-01-07 16:43  strk
+
+	* Fixed handling of empty collection in GEOS2POSTGIS converter
+
+2005-01-07 14:42  strk
+
+	* Made accum(geometry) compatible with PG73.
+
+2005-01-07 14:23  strk
+
+	* removed unused variable
+
+2005-01-07 14:20  strk
+
+	* Added a geometry type OID extractor and caching function.
+
+2005-01-07 12:33  strk
+
+	* Added a note about compatibility of Dump(geometry)
+
+2005-01-07 12:28  strk
+
+	* made accum(geom) compatible with PG72
+
+2005-01-07 12:24  strk
+
+	* dropped dump(geometry) for PGSQL<73 builds
+
+2005-01-07 12:09  strk
+
+	* fixed var declaration misplacement
+
+2005-01-07 12:00  strk
+
+	* make LWGEOM_{to,from}_bytea available to all pgsql versions
+
+2005-01-07 11:57  strk
+
+	* fixed typo in symdifference function definition
+
+2005-01-07 11:55  strk
+
+	* fixed postgis_gist_joinsel definition for PG73
+
+2005-01-07 11:50  strk
+
+	* Moved pgsql compatibility code into pgsql_compat.h
+
+2005-01-07 10:26  strk
+
+	* variable declaration cleanups.
+
+2005-01-07 10:25  strk
+
+	* Added WARNING define for pgsql<73
+
+2005-01-07 10:13  strk
+
+	* fixed misplaced declaration after body start
+
+2005-01-07 10:10  strk
+
+	* Dump(geometry) enabled by default.
+
+2005-01-07 10:06  strk
+
+	* Added Dump(geometry) doc
+
+2005-01-07 10:04  strk
+
+	* cleanup
+
+2005-01-07 09:56  strk
+
+	* fixed typo in error message
+
+2005-01-07 09:56  strk
+
+	* fixed typo in error message
+
+2005-01-07 09:52  strk
+
+	* JOINSEL disabled for builds against pgsql<80
+
+2005-01-07 00:58  strk
+
+	* Initial import
+
+2005-01-06 15:45  strk
+
+	* Added MakePolygon documentation
+
+2005-01-06 15:34  strk
+
+	* Added not about possible lost of simplicity() using SnapToGrid(),
+	  added links to the function from there and simplify()
+
+2005-01-06 15:29  strk
+
+	* Renamed Apply_Grid to SnapToGrid, documented behaviour of
+	  collapsed geoms.
+
+2005-01-06 13:46  strk
+
+	* Added makepolygon(geometry, geometry[])
+
+2005-01-06 13:45  strk
+
+	* forward declarations for lwpoly_from_lwlines(), ptarray_clone()
+	  and ptarray_isclosed2d()
+
+2005-01-06 13:45  strk
+
+	* Added lwpoly_from_lwlines()
+
+2005-01-06 13:44  strk
+
+	* Added ptarray_clone() and ptarray_isclosed2d()
+
+2005-01-06 09:38  strk
+
+	* Added accum(geom) documentation
+
+2005-01-06 09:36  strk
+
+	* Added accom(geom) aggregate
+
+2005-01-06 09:08  strk
+
+	* Added apply_grid wrappers.
+
+2005-01-06 08:51  strk
+
+	* Modified transform() to always use PG_LWGEOM_construct entry
+	  point for
+	  output (to support AUTOCACHE_BBOX).
+
+2005-01-06 01:10  pramsey
+
+	* Fix spelling error
+
+2005-01-05 22:52  strk
+
+	* updated Polygonize doc
+
+2005-01-05 22:48  strk
+
+	* Had translate compute bbox cache translating input one if
+	  present.
+	  Cleanups.
+
+2005-01-05 22:11  strk
+
+	* Made apply_grid compute output bbox WHEN_SIMPLE (input bbox is
+	  present)
+
+2005-01-05 21:59  strk
+
+	* Simplify reworked to use LWGEOM abstraction (no more flattening
+	  of input collection).
+
+2005-01-05 17:08  strk
+
+	* Added apply_grid doc
+
+2005-01-05 17:06  strk
+
+	* Integrated apply_grid() contributed function.
+
+2005-01-05 12:44  strk
+
+	* Added is_worth_caching_serialized_bbox(). Renamed
+	  lwgeom_setSRID() to
+	  pglwgeom_setSRID(). Fixed a bug in PG_LWGEOM_construct support
+	  for
+	  AUTOCACHE_BBOX.
+
+2005-01-05 10:06  strk
+
+	* Added AUTOCACHE_BBOX support in PG_LWGEOM_construct().
+
+2005-01-05 09:47  strk
+
+	* collect(geom, geom) and collect_garray(geom[]) use WHEN_SIMPLE
+	  strategy
+	  for bbox computation. pglwgeom_serialize() honour user's
+	  AUTOCACHE_BBOX
+	  define. BBOXCACHE_BEHAVIOURS updated.
+
+2005-01-03 17:51  strk
+
+	* GEOSpolygonize returns GEOMETRYCOLLECTION instead of MULTIPOLYGON
+
+2005-01-03 15:00  strk
+
+	* iscacheable patch from Carl Anderson
+
+2004-12-31 13:11  strk
+
+	* update ExteriorRing doc
+
+2004-12-31 13:10  strk
+
+	* Made ExteriorRing use LWGEOM.
+
+2004-12-31 12:46  strk
+
+	* update InteriorRingN doc
+
+2004-12-31 12:44  strk
+
+	* GeometryN and InteriorRingN changed to use LWGEOM format (and the
+	  latter made OGC-strict).
+
+2004-12-31 12:00  strk
+
+	* updated
+
+2004-12-31 11:39  strk
+
+	* All output geoms serializzations made using pglwgeom_serialize
+
+2004-12-31 11:31  strk
+
+	* fixed bugs in convexhull, made GEOS2POSTGIS use
+	  pglwgeom_serialize
+
+2004-12-31 11:30  strk
+
+	* Fixed a bug in lwpoint_serialize_size
+
+2004-12-31 11:26  strk
+
+	* error messages and VARLENA handling cleanups
+
+2004-12-31 10:47  strk
+
+	* initial import
+
+2004-12-31 10:35  strk
+
+	* re-introduced G2P conversion profile for convexhull (was missing
+	  from previous patch)
+
+2004-12-31 10:28  strk
+
+	* Made convexhull use input bbox cache if any for output geom.
+
+2004-12-31 09:04  strk
+
+	* Varlena handling cleanups
+
+2004-12-30 20:41  strk
+
+	* updated
+
+2004-12-30 20:36  strk
+
+	* Rewrote GEOSCentroid() to pass exception using an input arg, and
+	  return
+	  NULL for EMPTY geom.
+
+2004-12-30 16:08  strk
+
+	* Made parse_WKT_lwgeom (text::geometry) use AUTOCACHE_BBOX
+	  heuristic, stricter use of PG text type
+
+2004-12-30 15:59  strk
+
+	* Fixed a bug in translate() and transform() leaving result
+	  geometries with
+	  the old bounding box cache.
+
+2004-12-30 15:58  strk
+
+	* Added compute_serialized_bbox_p() to always recomputed a geometry
+	  bounding box
+
+2004-12-30 15:11  strk
+
+	* Had LineFromMultiPoint make use of input SRID
+
+2004-12-30 14:44  strk
+
+	* Added AUTOCACHE_BBOX variable, defaulting to 1.
+
+2004-12-30 13:47  strk
+
+	* Introduced bbox caching worth evaluation functions, honoured in
+	  LWGEOM_in, LWGEOMFromWKB, and GEOS2POSTGIS.
+
+2004-12-30 13:35  strk
+
+	* Handled NULL returns from getCentroid making it an EMPTY GEOM
+
+2004-12-30 10:27  strk
+
+	* Applied Carl Anderson patch for LinearRing support.
+
+2004-12-30 10:27  strk
+
+	* USE_GEOS and USE_PROJ defaults switched to NO, and made
+	  overridable via
+	  environment.
+
+2004-12-30 10:24  strk
+
+	* Added cache_bbox trigger
+
+2004-12-30 10:22  strk
+
+	* moved some BBOX procs signatures from lwgeom_inout.c to
+	  lwgeom_pg.h
+
+2004-12-30 10:21  strk
+
+	* removed useless memory copies in ndims(geom)
+
+2004-12-30 10:18  strk
+
+	* initial revision
+
+2004-12-28 09:23  strk
+
+	* specified LineString input requirement for StartPoint and
+	  LastPoint
+
+2004-12-27 13:34  strk
+
+	* Expanded "GIS Objects" chapter adding OGC/PostGIS (E)WKT/B and
+	  canonical forms.
+
+2004-12-27 12:50  strk
+
+	* Added HasBBOX() item
+
+2004-12-27 09:59  strk
+
+	* Added bool hasBBOX(geometry). Removed useless input copy in
+	  zmflag(geometry).
+
+2004-12-23 14:48  strk
+
+	* Fixed help string, and added a TODO item
+
+2004-12-23 11:02  strk
+
+	* Updated <GEOM>FromWKB signatures to take bytea instead of text,
+	  Removed non-standard GeometryFromText references and substituted
+	  with OGC GeomFromText.
+
+2004-12-23 10:39  strk
+
+	* Adjusted some function refereces, added another subsection for
+	  Geometry Output functions.
+
+2004-12-22 17:12  strk
+
+	* Added Mark Cave-Ayland implementation of JOIN selectivity
+	  estimator.
+
+2004-12-22 17:02  strk
+
+	* initial revision
+
+2004-12-22 10:32  strk
+
+	* GeomFromWKB() and GeometryFromText() issue a warning if provided
+	  formats
+	  are not OGC-strict. Introduced GeomFromEWKT() and GeomFromEWKB()
+	  for
+	  extended formats.
+
+2004-12-22 10:29  strk
+
+	* Drop useless SRID from geometry when downloading EWKB format.
+
+2004-12-21 17:46  strk
+
+	* Made asText and asBinary strict OGC conformant, introduced asEWKT
+	  and asEWKB
+	  for extended version outputs.
+
+2004-12-21 15:19  strk
+
+	* Canonical binary reverted back to EWKB, now supporting SRID
+	  inclusion.
+
+2004-12-21 15:17  strk
+
+	* Made setSRID(geom, -1) actually *remove* srid from LWGEOM.
+
+2004-12-21 12:21  mcayland
+
+	* Fixed bug in pass 4 where sample boxes were referred as BOXs and
+	  not BOX2DFLOAT4. Also increased SDFACTOR to 3.25
+
+2004-12-21 12:04  strk
+
+	* Updated geom_accum to create *real* geometry arrays, changed
+	  aggregates
+	  using it accordingly. Fixed collect output type settings, and
+	  dropped
+	  CR/LF in lwgeom_functions_basic.c
+
+2004-12-21 11:25  strk
+
+	* allocation for deserialized lwline made after type checking
+
+2004-12-20 17:49  strk
+
+	* Added array element delimiter for type geometry
+
+2004-12-20 14:21  strk
+
+	* SRID is no more skipped from asText output.
+
+2004-12-20 14:11  strk
+
+	* Created a new 'Geometry Editors' section.
+
+2004-12-20 14:02  strk
+
+	* Added addBBOX() and dropBBOX() documentation.
+
+2004-12-20 14:01  strk
+
+	* Added dropBBOX().
+
+2004-12-17 18:00  strk
+
+	* LWGEOM_gist_joinsel defined for all PG versions
+
+2004-12-17 18:00  strk
+
+	* Fixed call to geos_version.sh
+
+2004-12-17 11:08  strk
+
+	* Moved getMachineEndian from parser to liblwgeom.{h,c}.
+	  Added XDR and NDR defines.
+	  Fixed all usage of them.
+
+2004-12-17 11:07  strk
+
+	* Added missing prototype
+
+2004-12-17 11:06  strk
+
+	* Added GEOSnoop stub for non-geos installations
+
+2004-12-17 10:10  strk
+
+	* Added canonical binary conversions as bytea<->geometry casts and
+	  explicit _send and _recv for PG>73
+
+2004-12-17 10:10  strk
+
+	* getMachineEndian exported
+
+2004-12-17 06:53  pramsey
+
+	* Changes in preparation for 1.0.0RC1
+
+2004-12-16 12:30  strk
+
+	* Initial skel for geometry_send canonical binary rep.
+
+2004-12-16 12:07  strk
+
+	* pg_restore-800 handling
+
+2004-12-15 13:10  strk
+
+	* Added UpdateGeometrySRID documentation
+
+2004-12-15 12:59  strk
+
+	* Enforced schema use in UpdateGeometrySRID
+
+2004-12-15 12:54  strk
+
+	* Added UpdateGeometrySRID
+
+2004-12-15 09:46  strk
+
+	* updated TODO
+
+2004-12-15 09:43  strk
+
+	* Die if target database exists
+
+2004-12-15 08:46  strk
+
+	* Fixed memory leaks depending on input size.
+
+2004-12-14 11:41  strk
+
+	* Fixed a bug in lwgeom_dropBBOX()
+
+2004-12-14 11:02  strk
+
+	* Added geometry::text cast.
+
+2004-12-14 09:47  strk
+
+	* Added SRID check in collect_garray();
+
+2004-12-14 09:37  strk
+
+	* reduced function calls in lwcollection_serialize_size
+
+2004-12-14 09:29  strk
+
+	* fixed a typo in polygonize function
+
+2004-12-13 14:12  strk
+
+	* updated
+
+2004-12-13 14:03  strk
+
+	* Initial skeleton on join selectivity estimator.
+	  Current estimators application for box2d && box2d operator.
+
+2004-12-13 13:04  strk
+
+	* lwpostgis.sql copy moved from root to lwgeom/Makefile
+
+2004-12-13 12:56  strk
+
+	* Handled more schema specification in 800 pg_restore output.
+
+2004-12-13 12:25  strk
+
+	* Removed obsoleted function and fixed some warnings.
+
+2004-12-10 22:20  strk
+
+	* Added notice about availability of shorter syntax for
+	  estimated_extent()
+
+2004-12-10 22:16  strk
+
+	* Added estimated_extent() doc.
+
+2004-12-10 12:35  strk
+
+	* implemented estimated_extent() function
+
+2004-12-09 09:42  strk
+
+	* Adjusted to work with new bytea WKB encoding, only supports
+	  2d/3dz.
+
+2004-12-08 14:46  strk
+
+	* updated
+
+2004-12-05 11:46  strk
+
+	* Initial revision
+
+2004-12-05 11:45  strk
+
+	* commented out drops of unexistant tables
+
+2004-12-05 11:44  strk
+
+	* Changed AddGeometryColumns to not complain about invalid schema
+
+2004-11-29 16:37  strk
+
+	* Fixed a bug in pt_in_ring_2d.
+
+2004-11-29 11:16  strk
+
+	* Commented out useless CFLAGS override.
+
+2004-11-29 11:15  strk
+
+	* Some initializzations to make compiler happy.
+
+2004-11-26 17:08  strk
+
+	* Removed duplicated tests
+
+2004-11-26 17:06  strk
+
+	* Moved basic LWGEOM parsing tests in mainstream regress dir.
+
+2004-11-26 16:54  strk
+
+	* First regress test cleaned up.
+
+2004-11-26 16:26  strk
+
+	* Ported index regress test to lwgeom
+
+2004-11-26 15:52  strk
+
+	* Added regressions test notes
+
+2004-11-26 15:50  strk
+
+	* Finished cleanup of main regression test.
+
+2004-11-26 15:06  strk
+
+	* lwcollection_same allows different components ordering to
+	  reflect older behaviour.
+
+2004-11-26 14:56  strk
+
+	* Cleanup
+
+2004-11-26 14:55  strk
+
+	* Fixed a bug in lwcollection_same
+
+2004-11-26 13:04  strk
+
+	* Initial regress tests adaptation for lwgeom
+
+2004-11-23 16:16  strk
+
+	* POSTGIS2GEOS conversion failures handled cleanier
+
+2004-11-19 17:39  strk
+
+	* Massaged to work with pg_dump-7.2 and pg_restore-7.2
+
+2004-11-19 17:29  strk
+
+	* precision made of type signed int (for %.*d correct use).
+
+2004-11-19 13:48  strk
+
+	* Added support for PG<73 in gist support functions
+	  and modified preprocessor flags to be compatible with older
+	  versions.
+
+2004-11-19 13:32  strk
+
+	* Fixed IN/OUT representation of types to support < 73 PG versions
+
+2004-11-18 18:16  strk
+
+	* updated
+
+2004-11-18 18:14  strk
+
+	* Added a copy of the PQunescapeBytea function found in libpq of
+	  PG>=73
+
+2004-11-18 13:47  strk
+
+	* Substituted isfinite() with finite().
+
+2004-11-17 15:28  strk
+
+	* Yet another GEOSHasZ bug fix
+
+2004-11-17 15:18  strk
+
+	* GEOSHasZ now checks both DoubleNotANumber and isFinite
+
+2004-11-17 09:07  strk
+
+	* Changes GEOSHasZ to use isfinite()
+
+2004-11-17 07:57  strk
+
+	* Fixed a typo in geometry type names.
+
+2004-11-16 13:54  strk
+
+	* SRID checks and enforce for all GEOS operations.
+	  Z value handled so to show it only when available.
+
+2004-11-16 13:52  strk
+
+	* Added GEOSHasZ() and GEOSSetSRID()
+
+2004-11-15 10:51  strk
+
+	* Fixed a bug in PIP invocation, added some debugging lines.
+
+2004-11-13 01:47  pramsey
+
+	* Add information about where test was downloaded from.
+
+2004-11-12 18:13  strk
+
+	* Deleted entries in spatial_ref_sys and geometry_columns.
+
+2004-11-12 17:50  strk
+
+	* Made PointN, InteriorRingN and GeometryN 1-based as required by
+	  OGC conformance suite.
+
+2004-11-11 21:29  pramsey
+
+	* Added grep -v ^# to cpp pipeline for .sql generation. Under OS/X
+	  cpp adds a
+	  header with a # comment field to the start of the output file.
+
+2004-11-11 09:42  strk
+
+	* updated
+
+2004-11-08 11:08  strk
+
+	* Added -fPIC to CFLAGS as suggested by Vincent Schut.
+
+2004-11-05 11:44  strk
+
+	* updated
+
+2004-11-05 11:44  strk
+
+	* Had isvalid raise a NOTICE with invalidity message.
+
+2004-11-05 10:04  strk
+
+	* updated
+
+2004-11-05 08:16  strk
+
+	* Added ndims(geometry) function, used in a 3rd constraint set
+	  by AddGeometryColumn, documented.
+
+2004-11-04 11:40  strk
+
+	* Renamed max/min/avg macros to LW_MAX, LW_MIN, LW_AVG.
+
+2004-11-04 09:18  strk
+
+	* Oops.. my attemt at moving lwpostgis.sql.in one dir up was bogus.
+
+2004-11-04 08:56  strk
+
+	* Moved lwpostgis.sql.in and it's build logic up to root directory.
+
+2004-11-02 17:53  strk
+
+	* Fixed "compat.h" include to be local.
+
+2004-11-02 16:48  strk
+
+	* Added a copy of GNU vsprintf.c file and compiled in.
+
+2004-11-02 15:59  strk
+
+	* min/max macro made available regardless of MINGW32 define.
+
+2004-11-02 07:50  strk
+
+	* Updated as suggested by Frank Warmerdam.
+
+2004-11-02 07:25  strk
+
+	* Fixed a typo in probe_geometry_columns() reported by Vinko
+	  Vrsalovic.
+
+2004-10-29 05:28  strk
+
+	* updated
+
+2004-10-29 05:27  strk
+
+	* Fixed bug in AddGeometryColumn refusing to add 4D geoms.
+
+2004-10-28 16:48  strk
+
+	* Initial local TODO
+
+2004-10-28 16:28  strk
+
+	* header inclusion cleanup
+
+2004-10-28 16:25  strk
+
+	* Fixed bug in debugguing output
+
+2004-10-28 16:24  strk
+
+	* removed LF
+
+2004-10-28 16:23  strk
+
+	* More cleanups.
+
+2004-10-28 16:13  strk
+
+	* cleanups.
+
+2004-10-28 16:10  strk
+
+	* Made data structurs old-compilers-friendly.
+
+2004-10-28 16:10  strk
+
+	* Fixed a bug in LWGEOM_asGML.
+
+2004-10-28 15:40  strk
+
+	* Fixed geos-based opPolygonize include.
+
+2004-10-28 09:38  strk
+
+	* Cleanups.
+
+2004-10-28 09:29  strk
+
+	* Added makeline(point, point). Changed LineFromMultiPoint
+	  definition.
+
+2004-10-28 09:00  strk
+
+	* Added AddPoint(line, point, [position]) and support API
+	  functions.
+
+2004-10-28 07:56  strk
+
+	* fixed name of line constructor as documentation reports it.
+	  LineFromMultiPoint().
+
+2004-10-28 07:45  strk
+
+	* collect(geometry, geometry) re-introduced. collector() is an
+	  alias for collect().
+
+2004-10-27 15:40  strk
+
+	* Added MakeBox2D, MakeBox3D implementation and documentation.
+
+2004-10-27 15:19  strk
+
+	* MakePoly renamed to Polygonize
+
+2004-10-27 15:09  strk
+
+	* updated
+
+2004-10-27 14:28  strk
+
+	* Added constructors docs and intial organizzation for postgis
+	  extension functions.
+
+2004-10-27 13:35  strk
+
+	* Unset debug define.
+
+2004-10-27 12:30  strk
+
+	* AsSVG returns NULL on GEOMETRY COLLECTION input.
+
+2004-10-27 11:06  strk
+
+	* updated
+
+2004-10-27 11:05  strk
+
+	* Added polygonize interface (makepoly aggregate)
+
+2004-10-27 11:02  strk
+
+	* Removed another getbox2d() call.
+
+2004-10-27 10:55  strk
+
+	* Fixed fix_geometry_columns() to leave correctly linked records
+	  untouched.
+
+2004-10-26 16:48  strk
+
+	* Bug fix in GEOS version extractor.
+
+2004-10-25 17:07  strk
+
+	* Obsoleted getbox2d(). Use getbox2d_p() or getbox2d_internal()
+	  instead.
+
+2004-10-25 15:31  strk
+
+	* portable math expressions.
+
+2004-10-25 14:20  strk
+
+	* Y axis reverse and relative path fixes from Olivier Courtin.
+
+2004-10-25 12:27  strk
+
+	* Removed useless network type includes,
+	  Added param.h include for BYTE_ORDER defines under win32.
+
+2004-10-21 19:48  strk
+
+	* Stricter syntax fixes. Reported by S�bastien NICAISE
+	  <snicaise at iciatechnologies.com>
+
+2004-10-21 19:47  strk
+
+	* updated
+
+2004-10-21 19:46  strk
+
+	* ZMflags check on costituent geometries only performed when there
+	  is
+	  at least one.
+
+2004-10-21 19:45  strk
+
+	* Added detect_geos_version in all: rule
+
+2004-10-18 11:35  strk
+
+	* Added reverse(geometry) and ForceRHR(geometry) documentation.
+
+2004-10-18 11:29  strk
+
+	* makeline_from_multipoint renamed to line_from_multipoint
+
+2004-10-18 09:37  strk
+
+	* updated
+
+2004-10-17 13:25  strk
+
+	* removed USE_WKB partially-used define
+
+2004-10-17 13:24  strk
+
+	* HEXWKB polygon
+
+2004-10-17 13:01  strk
+
+	* updated
+
+2004-10-17 12:59  strk
+
+	* HEXWKB multiline output
+
+2004-10-17 12:51  strk
+
+	* Fixed a bug in lwline_serialize_buf preventing dimension override
+
+2004-10-17 12:43  strk
+
+	* Fixed a debugging function output bug
+
+2004-10-17 12:26  strk
+
+	* Point and MultiPoint loaded using HEXWKB.
+
+2004-10-17 12:16  strk
+
+	* fixed prototype for user query table
+
+2004-10-17 12:15  strk
+
+	* Bug fixed in multipoint4D creation
+
+2004-10-15 22:02  strk
+
+	* updated
+
+2004-10-15 22:01  strk
+
+	* Initial WKB functionalities
+
+2004-10-15 16:21  strk
+
+	* makeline_from_multipoint() implemented and exposed.
+
+2004-10-15 15:25  strk
+
+	* updated
+
+2004-10-15 15:21  strk
+
+	* Fixed a bug in outputput dimension detection for makeline()
+
+2004-10-15 15:01  strk
+
+	* updated
+
+2004-10-15 15:00  strk
+
+	* Added debugging lines
+
+2004-10-15 15:00  strk
+
+	* Fixed a bug in make_lwline
+
+2004-10-15 11:52  strk
+
+	* updated
+
+2004-10-15 11:48  strk
+
+	* Fixed a bug making asSVG return a spurious char at the end.
+
+2004-10-15 11:42  strk
+
+	* Added makeline() aggregate and make_lwline() API method.
+
+2004-10-15 09:44  strk
+
+	* updated AsSVG doc
+
+2004-10-15 09:41  strk
+
+	* changed precision semantic back to number of decimal digits
+
+2004-10-15 09:41  strk
+
+	* Added a trailing zeros trimmer
+
+2004-10-15 08:26  strk
+
+	* Fixed handling of mixed dimensioned geometries in source table.
+
+2004-10-15 07:35  strk
+
+	* Fixed a bug introduced by me (byteorder skipped for inner geoms
+	  in WKB)
+
+2004-10-14 10:28  strk
+
+	* Updated pgsql2shp documentation.
+
+2004-10-14 09:59  strk
+
+	* Added support for user query (replacing schema.table)
+
+2004-10-13 19:33  strk
+
+	* updated
+
+2004-10-13 19:32  strk
+
+	* Added third buffer arg expanation
+
+2004-10-13 18:49  strk
+
+	* fixed arg number in buffer third arg
+
+2004-10-13 18:39  strk
+
+	* Added a third argument to the buffer() function.
+
+2004-10-13 17:21  strk
+
+	* Dropped SRID argument from point constructor.
+	  Unified procedure name to 'makepoint' for 2d,3dz,4d and
+	  'makepointm' for 3dm.
+
+2004-10-13 15:20  strk
+
+	* updated
+
+2004-10-13 15:19  strk
+
+	* Added point constructors PG funx.
+
+2004-10-13 14:26  strk
+
+	* Added simpler lwpoint constructors.
+
+2004-10-11 14:36  strk
+
+	* updated
+
+2004-10-11 14:34  strk
+
+	* Added endiannes specification for postgis-1.0.0+
+
+2004-10-11 14:03  strk
+
+	* Added endiannes specification to unparse_WKB, AsBinary,
+	  lwgeom_to_wkb.
+
+2004-10-11 12:23  strk
+
+	* Added test.o to cleanup list
+
+2004-10-11 12:23  strk
+
+	* updated
+
+2004-10-11 11:53  strk
+
+	* Moved misuring functions to misures.c (from
+	  lwgeom_functions_basic.c).
+	  Added -lm to build line for the API test application.
+
+2004-10-11 11:46  strk
+
+	* changed description of pgsql2shp -b switch
+
+2004-10-11 10:31  strk
+
+	* Changed collect() to return MULTI* if applicabe (all input is
+	  corresponding
+	  SINGLE type).
+
+2004-10-11 10:30  strk
+
+	* Added debug strings
+
+2004-10-11 09:55  strk
+
+	* collect() always return a collection, with a component for each
+	  input
+	  geometry.
+	  memcollect() obsoleted.
+
+2004-10-11 09:46  strk
+
+	* Fixed bug making it unbuildable.
+
+2004-10-11 09:32  strk
+
+	* Added lwgeom_addBBOX() and lwcollection_construct_empty()
+
+2004-10-11 07:15  strk
+
+	* lwgeom_same new implementation
+
+2004-10-11 06:03  strk
+
+	* updated
+
+2004-10-10 20:31  strk
+
+	* segmentize2d() port and use of new LWGEOM structure.
+
+2004-10-09 15:17  strk
+
+	* updated
+
+2004-10-08 13:26  strk
+
+	* updated
+
+2004-10-08 13:21  strk
+
+	* Debugging output cleanup.
+
+2004-10-08 13:20  strk
+
+	* Changed LWGEOM structure to point to an actual BOX2DFLOAT4.
+	  Renamed most function to reflect a TYPE_method naming convention.
+	  (you'll need a dump/reload for it to work)
+	  Added more manipulation functions.
+
+2004-10-08 13:16  strk
+
+	* added memory allocation debugging
+
+2004-10-08 13:15  strk
+
+	* Added box2d.o module, reverted SCRIPTS_VERSION to 0.1.0.
+
+2004-10-08 13:15  strk
+
+	* Initial revision
+
+2004-10-08 10:48  strk
+
+	* Some updates
+
+2004-10-08 07:01  strk
+
+	* Dropped HWGEOM from this branch.
+
+2004-10-07 22:02  strk
+
+	* updated
+
+2004-10-07 21:52  strk
+
+	* Lots of rewriting/cleanup. TypeM/TypeZ supports.
+
+2004-10-07 21:51  strk
+
+	* Fixed a bug in 4d handling
+
+2004-10-07 20:39  strk
+
+	* Fixed bugs in TYPE_ macro usage
+
+2004-10-07 17:18  strk
+
+	* Changed ptarray2d_construct interface.
+
+2004-10-07 17:18  strk
+
+	* Changed geometrytype() to support TYPEM.
+
+2004-10-07 17:17  strk
+
+	* Changed AddGeometryColumn to handle TYPEM.
+	  Updated SCRIPTS_VERSION to 1.1.0
+
+2004-10-07 17:15  strk
+
+	* Fixed TYPEM handling.
+
+2004-10-07 10:03  strk
+
+	* API cleanup, more steps toward standalone library.
+
+2004-10-07 06:54  strk
+
+	* cleanups
+
+2004-10-06 17:04  strk
+
+	* ZM handling. Log trimmed.
+
+2004-10-06 10:11  strk
+
+	* Other separator fixes
+
+2004-10-06 09:52  strk
+
+	* Added zmflag(geom) doc
+
+2004-10-06 09:40  strk
+
+	* Handled 0-DBF-attributes corner case.
+
+2004-10-06 08:53  strk
+
+	* Added zmflag(geom) function.
+
+2004-10-06 08:17  strk
+
+	* updated
+
+2004-10-06 07:19  strk
+
+	* Left off a semicolon in previous patch...
+
+2004-10-05 22:46  strk
+
+	* Removed PGSQLException use as suggested by Kris Jurka
+
+2004-10-05 21:59  strk
+
+	* Flex invocation patch by Kris Jurka.
+
+2004-10-05 21:54  strk
+
+	* Yes another change in SPI_cursor_open
+
+2004-10-05 21:53  strk
+
+	* Fixed bugs in Centroid (not GEOS)
+
+2004-10-05 21:42  strk
+
+	* Cleanups for older compilers and PG verisons.
+
+2004-10-05 21:20  strk
+
+	* updated
+
+2004-10-05 21:08  strk
+
+	* Added debugging lines, fixed a bug in TYPE_HASSRID and
+	  TYPE_HASBBOX macros.
+
+2004-10-05 21:08  strk
+
+	* Made clean rule verbose
+
+2004-10-05 17:15  strk
+
+	* Bug fix in size computation.
+
+2004-10-05 16:28  strk
+
+	* Added ZM dimensions flags knowledge.
+
+2004-10-05 16:07  strk
+
+	* updated
+
+2004-10-05 15:12  strk
+
+	* Added newlines in standalone reporters
+
+2004-10-05 15:11  strk
+
+	* Added force_3dz, force_3dm docs
+
+2004-10-05 15:11  strk
+
+	* Changed default variable setting to a more portable syntax
+
+2004-10-05 07:53  strk
+
+	* ZM aware WKT/WKB input/output.
+
+2004-10-04 13:53  strk
+
+	* Serialized form and WKB prepared to accept ZM flags replacing DD
+	  (dimensions)
+
+2004-10-04 09:25  strk
+
+	* Added missing prototype
+
+2004-10-03 15:57  strk
+
+	* updated
+
+2004-10-03 15:52  strk
+
+	* Made GEOS<->LWGEOM converters keep geometry structures.
+	  Fixed bug in serializers.
+	  Added noop(geometry) for deserialize/serialize debugging.
+
+2004-10-01 14:49  strk
+
+	* Added lwgeom_add(LWGEOM *to, int where, LWGEOM *what).
+	  Added LWGEOM2GEOS keeping input geometry structure.
+
+2004-10-01 07:51  strk
+
+	* initial revision
+
+2004-10-01 07:51  strk
+
+	* Added runtime cast functions.
+
+2004-09-30 16:06  strk
+
+	* bug fixes
+
+2004-09-30 15:42  strk
+
+	* Added BBOX finders and its support in serializer.
+
+2004-09-30 11:49  strk
+
+	* updated
+
+2004-09-30 11:45  strk
+
+	* More common flags between LW<type>s.
+	  LWGEOM_summary output made cleaner and moved to lwgeom_debug.c
+
+2004-09-30 08:18  strk
+
+	* Added missing liblwgeom.c file.
+	  Made LWMPOINT, LWMLINE, LWMPOLY compatible with LWCOLLECTION.
+	  Fixed reverse() and forcerhr() to maintain geometry structure.
+
+2004-09-30 06:54  strk
+
+	* updated
+
+2004-09-29 15:25  strk
+
+	* Added serialize function for LWGEOM
+
+2004-09-29 10:50  strk
+
+	* Big layout change.
+	  lwgeom.h is public API
+	  liblwgeom.h is private header
+	  lwgeom_pg.h is for PG-links
+	  lw<type>.c contains type-specific functions
+
+2004-09-29 06:31  strk
+
+	* Changed LWGEOM to PG_LWGEOM.
+	  Changed LWGEOM_construct to PG_LWGEOM_construct.
+
+2004-09-28 17:13  strk
+
+	* Removed ^Ms, added note about flatting nature of LWGEOM_EXPLODED.
+
+2004-09-28 16:22  strk
+
+	* Added AsGML function ref
+
+2004-09-28 09:31  strk
+
+	* Fixed a bug in PostGIS2GEOS_point
+
+2004-09-28 09:05  strk
+
+	* updated
+
+2004-09-28 09:01  strk
+
+	* Added forceRHR() and support functions.
+
+2004-09-28 09:00  strk
+
+	* Added ptarray_isccw(). Added extern modifiers to public
+	  prototypes.
+
+2004-09-28 08:28  strk
+
+	* updated
+
+2004-09-28 08:22  strk
+
+	* Added reverse(geometry) and support functions
+
+2004-09-28 08:21  strk
+
+	* Added some const modifiers
+
+2004-09-27 17:27  strk
+
+	* updated
+
+2004-09-27 08:26  strk
+
+	* Debugging defines set to NODEBUG.
+
+2004-09-27 08:24  strk
+
+	* updated
+
+2004-09-27 08:23  strk
+
+	* Added USE_GIST variable on top of file. Changed true values
+	  report
+	  as fraction of total rows.
+
+2004-09-24 22:27  strk
+
+	* Added profile.h deps
+
+2004-09-24 12:20  strk
+
+	* Added worst and best percentile for both intersects and distance
+
+2004-09-24 11:58  strk
+
+	* approximated nums to 2 decimal digits
+
+2004-09-24 11:35  strk
+
+	* initial intersects profiler frontend implementation
+
+2004-09-24 09:46  strk
+
+	* Added box2d->geometry cast.
+
+2004-09-23 16:14  strk
+
+	* Added -m / -z switches to control output type: XYM,XYMZ.
+
+2004-09-23 15:09  strk
+
+	* Modified GML output as suggested by Martin Daly.
+
+2004-09-23 11:12  strk
+
+	* Initial GML output routines.
+
+2004-09-23 10:13  strk
+
+	* Profile output modified again, input geoms points and conversion
+	  times separated
+
+2004-09-22 17:13  strk
+
+	* indentation fixes
+
+2004-09-22 17:12  strk
+
+	* indentation and function-call-debugging preparation
+
+2004-09-22 17:11  strk
+
+	* removed some compiler warnings
+
+2004-09-22 17:11  strk
+
+	* Added missing prototype to make compiler happy
+
+2004-09-22 16:52  strk
+
+	* Added lwpoint_size, lwline_size, lwpoly_size for computing
+	  serialized size from deserialized objects.
+
+2004-09-22 16:29  strk
+
+	* Some more source file cleanups.
+
+2004-09-22 16:09  strk
+
+	* Moved size computation functions in module static scope.
+	  Renamed public one to lwgeom_size(char *).
+
+2004-09-22 15:15  strk
+
+	* lw<type>_findlength function made statics of lwgeom_api.c.
+	  public functions with those names should accept LW<TYPE> pointers
+	  instead..
+
+2004-09-22 15:11  strk
+
+	* LWGEOM TODO moved back to the lwgeom/ dir.
+
+2004-09-22 14:57  strk
+
+	* updated
+
+2004-09-22 14:57  strk
+
+	* line_interpolate_point added.
+
+2004-09-22 14:56  strk
+
+	* fixed a comment
+
+2004-09-22 13:45  strk
+
+	* Added 'label' argument to the profreport macro.
+
+2004-09-22 11:42  strk
+
+	* Renamed lwgeom_npoints_recursive to lwgeom_npoints and exposed in
+	  lwgeom.h.
+	  Changed SERIALIZED_FORM macro to be less LWGEOM structure aware.
+	  Added profiling header file.
+	  Modified profiling calls to include total query time.
+	  Initial profiling support in the mindistance function.
+
+2004-09-22 04:48  pramsey
+
+	* Add number nesting to sections. Fix link in postgis.xml
+
+2004-09-21 21:04  strk
+
+	* slightly changed PROF_SUM output for sort acceptance
+
+2004-09-21 20:44  strk
+
+	* Fixed a profiler bug.
+	  Added points count and doubled profiler output.
+
+2004-09-21 19:10  pramsey
+
+	* Add section autolabelling to printed output
+
+2004-09-21 19:09  pramsey
+
+	* Add autolabelling to sections in generated HTML.
+
+2004-09-21 17:50  strk
+
+	* Added missing profiling report calls in predicates
+
+2004-09-21 17:36  strk
+
+	* Added GEOS profiling support.
+
+2004-09-21 16:08  strk
+
+	* reduced memory copies in GEOS2POSTGIS()
+
+2004-09-21 16:07  strk
+
+	* buffer serialized accept NULL as return-size pointer
+
+2004-09-21 15:44  strk
+
+	* Added lwgeom_empy_length(), lwgeom_constructempty_buf(),
+	  lwexploded_serialize_buf()
+
+2004-09-21 10:57  strk
+
+	* Added lwexploded_findlength
+
+2004-09-20 21:13  strk
+
+	* Optimized postgis->geos conversion
+
+2004-09-20 21:13  strk
+
+	* commented pfree call in GEOSnoop (seems to generate memory
+	  faults)
+
+2004-09-20 17:14  strk
+
+	* updated
+
+2004-09-20 17:13  strk
+
+	* changed comments to better show shape type handling
+
+2004-09-20 17:11  strk
+
+	* Added -d -d availability notice in help string.
+	  Added user notice about output shape type.
+
+2004-09-20 17:03  strk
+
+	* Added force_4d(geometry)
+
+2004-09-20 16:33  strk
+
+	* Added 4d geometries support.
+	  Changelog section moved at bottom file.
+
+2004-09-20 14:14  strk
+
+	* Fixed a bug in popbyte. Trapped WKB endiannes errors.
+
+2004-09-20 13:50  strk
+
+	* updated
+
+2004-09-20 13:49  strk
+
+	* Postgis-1.x support (LWGEOM) added.
+	  postgis version detected at runtime.
+	  Endiannes unchecked ... TODO.
+
+2004-09-20 12:07  strk
+
+	* Changed postgis.sql to lwpostgis.sql
+
+2004-09-20 12:07  strk
+
+	* Added lwpostgis.sql rule
+
+2004-09-20 10:58  strk
+
+	* updated layout description and configuration instructions
+
+2004-09-20 10:09  strk
+
+	* Renamed README
+
+2004-09-20 10:08  strk
+
+	* Added missing 'uninstall' rules. Fixed existing install rules.
+
+2004-09-20 09:58  strk
+
+	* Configuration and common Makefile work moved to Makefile.config
+	  Build is possible from each directory and from the root
+	  directory.
+
+2004-09-20 09:29  strk
+
+	* added missing prototype
+
+2004-09-20 09:22  strk
+
+	* Reworked build scripts.
+
+2004-09-20 09:21  strk
+
+	* fixed bugs in non-GEOS centroid function
+
+2004-09-20 09:20  strk
+
+	* cleanups
+
+2004-09-20 08:53  strk
+
+	* generalized library ignore line
+
+2004-09-20 08:52  strk
+
+	* Added postgis_geos_version.h
+
+2004-09-20 08:52  strk
+
+	* included local postgis_geos_version.h
+
+2004-09-20 08:51  strk
+
+	* Added detect_geos_version rule
+
+2004-09-20 08:29  strk
+
+	* Moved lwgeom TODO in the root
+
+2004-09-20 08:25  strk
+
+	* HWGEOM functions moved under hwgeom/ directory
+
+2004-09-20 08:21  strk
+
+	* fixed typo
+
+2004-09-20 07:50  strk
+
+	* prepared to contain old internal representation code
+
+2004-09-18 22:15  strk
+
+	* Fixed a serius bug in pointArray_construct.
+	  Added debugging output, optimized some functions, indentation
+	  buties..
+
+2004-09-18 22:13  strk
+
+	* Added more debugging output
+
+2004-09-16 20:36  pramsey
+
+	* Reorganize OpenGIS function reference into categories.
+
+2004-09-16 15:50  mleslie
+
+	* Added the distance_sphere function to calculate the distance
+	  between two points
+	  on an earth-sized sphere using an algorithm implemented by Bruno
+	  Wolff III.
+	  Added the postgresql loader function.
+
+2004-09-16 10:42  strk
+
+	* Added box3d_to_box2df_p to reduce number of required memcpys
+
+2004-09-16 09:06  strk
+
+	* Changed SPI_cursor_open call changes to be used for USE_VERSION >
+	  80
+	  (change seems to be intended for future releases)
+
+2004-09-16 09:05  strk
+
+	* Added binary predicate short-circuits
+
+2004-09-16 09:05  strk
+
+	* Added getbox2d_internal
+
+2004-09-16 09:04  strk
+
+	* updated
+
+2004-09-14 12:31  strk
+
+	* CHIP and GEOS types (forgot to add)
+
+2004-09-14 12:23  strk
+
+	* Added a note about tweeking random_page_cost
+
+2004-09-14 08:39  strk
+
+	* fixed a typo in the geometry_send function definition
+
+2004-09-14 07:43  strk
+
+	* Updated call to SPI_cursor_open to 8.0 (beta2) interface.
+
+2004-09-13 19:04  strk
+
+	* updated
+
+2004-09-13 17:59  strk
+
+	* removed old files from Attic/
+
+2004-09-13 15:37  pramsey
+
+	* Added pdf rule that uses pdfxmltex
+
+2004-09-13 14:26  strk
+
+	* Added binary input/output function for type geometry.
+
+2004-09-13 14:26  strk
+
+	* indentation fix
+
+2004-09-13 13:35  strk
+
+	* updated
+
+2004-09-13 13:32  strk
+
+	* Added AsSVG().
+
+2004-09-13 08:48  strk
+
+	* Added POINT rendering info for AsSVG function
+
+2004-09-10 18:41  pramsey
+
+	* Bump version numbers to 0.9.0
+
+2004-09-10 16:41  pramsey
+
+	* Added 'recommended' to proj/geos flags
+
+2004-09-10 16:19  pramsey
+
+	* Note 8.0 support and w32
+
+2004-09-10 16:16  pramsey
+
+	* Added Log tag to header.
+
+2004-09-10 15:52  strk
+
+	* Added asSVG documentation
+
+2004-09-10 13:26  strk
+
+	* updated
+
+2004-09-10 13:25  strk
+
+	* fixed a memory fault
+
+2004-09-10 12:49  strk
+
+	* Included SVG output function, modified to have precision
+	  expressed
+	  in terms of significant digits.
+
+2004-09-10 08:48  strk
+
+	* Added all ..FromWKB functions, asbinary(geom) and bytea<->geom
+	  casts
+
+2004-09-10 07:36  strk
+
+	* asbinary(), geomfromwkb
+
+2004-09-09 22:48  pramsey
+
+	* Changes in preparation for 0.9
+
+2004-09-09 20:51  pramsey
+
+	* Fix silly entity handling in chunked mode HTML generation
+
+2004-09-09 19:08  pramsey
+
+	* Added FAQ for mapserver section and entries on SQL spatial
+	  queries.
+
+2004-09-09 17:38  pramsey
+
+	* Added example spatial SQL section.
+
+2004-09-09 15:37  pramsey
+
+	* Add --output flag to html build rule
+
+2004-09-08 16:34  strk
+
+	* some bug fixes... geometry_analyze added
+
+2004-09-08 14:30  strk
+
+	* Fixed bug in GEOS link reference
+
+2004-09-08 14:27  strk
+
+	* updated
+
+2004-09-08 14:19  strk
+
+	* Added segmentize()
+
+2004-09-08 14:18  strk
+
+	* Added segmentize(geom,double) documentation
+
+2004-09-08 10:57  strk
+
+	* updated
+
+2004-09-08 10:44  strk
+
+	* re-introduced 'jw' optional production method
+
+2004-09-08 10:25  strk
+
+	* Fixed a bug in the z() function.
+	  Added ! GEOS implementation of Centroid().
+
+2004-09-08 00:31  pramsey
+
+	* Commit today's edits.
+
+2004-09-07 22:40  pramsey
+
+	* Make default html output be a single page.
+
+2004-09-07 22:35  pramsey
+
+	* Change chunking depth to "chapter".
+
+2004-09-07 22:28  pramsey
+
+	* More minor editorial changes.
+
+2004-09-07 22:28  pramsey
+
+	* Changed Docbook processing from DSSSL to XSL.
+
+2004-09-07 17:04  strk
+
+	* GEOS support added.
+
+2004-09-07 07:47  strk
+
+	* Added CHIP type and support funx
+
+2004-09-06 16:18  strk
+
+	* updated some comments
+
+2004-09-06 16:05  strk
+
+	* updated
+
+2004-09-06 16:04  strk
+
+	* Changed getbox2d_p signature to return 0 for EMPTY geometries.
+	  Ported DP simplifier.
+
+2004-09-06 12:24  strk
+
+	* Added IsEmpty()
+
+2004-09-06 10:37  strk
+
+	* Finished BOX3D functions porting.
+	  Added envelope() and extent3d().
+
+2004-09-06 09:32  strk
+
+	* Added min/max coordinates from box2d and box3d.
+	  Made geometry->box3d cast actually use 'z' value.
+
+2004-09-06 09:13  strk
+
+	* Added box3d support and expand(geom|box2d|box3d, double)
+
+2004-09-04 19:58  pramsey
+
+	* More minor edits.
+
+2004-08-28 23:00  pramsey
+
+	* Replace all tabs with spaces.
+
+2004-08-28 22:55  pramsey
+
+	* Updated street address reference.
+
+2004-08-28 22:54  pramsey
+
+	* Removed < sign and replaced with <
+
+2004-08-27 16:01  strk
+
+	* Added geom_accum(), collect_garray() and collect()
+
+2004-08-27 15:04  strk
+
+	* updated
+
+2004-08-27 15:03  strk
+
+	* Fixed bug in lwgeom_explode allocating less memory then needed.
+
+2004-08-27 14:35  strk
+
+	* Added LWGEOM_EXPLODED structure definition and utility funx.
+	  Added collector() function and memcollect() aggregate.
+	  Still faulting...
+
+2004-08-27 08:13  strk
+
+	* Added point_inside_circle() and translate()
+
+2004-08-27 08:12  strk
+
+	* Fixed typo ( mem_collect ==> memcollect )
+
+2004-08-26 16:55  strk
+
+	* max_distance() raises an 'unimplemented yet' error.
+
+2004-08-26 16:44  strk
+
+	* Added nrings(geom), multi(geom) and all of <type>FromText(geom,
+	  [srid])
+
+2004-08-26 15:04  strk
+
+	* updated
+
+2004-08-26 15:02  strk
+
+	* Added (bogus) max_distance(geom,geom)
+
+2004-08-26 12:55  strk
+
+	* Added distance(geometry) and all support functions.
+
+2004-08-26 12:54  strk
+
+	* Added a note about spheroid computation
+
+2004-08-26 08:57  strk
+
+	* Added spheroid type and functions
+
+2004-08-25 15:28  strk
+
+	* Added IsClosed() and force_collection()
+
+2004-08-25 15:26  strk
+
+	* Added macros for LWGEOM.type manipulation
+
+2004-08-25 13:41  strk
+
+	* Added force_3d
+
+2004-08-25 12:32  strk
+
+	* Added perimeter,perimeter2d,perimeter3d.
+	  Modified length,length2d,length3d semantic.
+	  Added force_2d.
+
+2004-08-25 12:29  strk
+
+	* Added serialized functions writing to a pre-allocated buffer.
+
+2004-08-25 07:29  strk
+
+	* Moved some OGC functions from lwgeom_inout.c to lwgeom_ogc.c.
+	  Added area2d (area) to lwgeom_functions_basic.c
+
+2004-08-25 07:28  strk
+
+	* Added lwgeom_pg to contain PG-specific functions/interfaces.
+
+2004-08-24 16:33  strk
+
+	* Added StartPoint(), EndPoint()
+
+2004-08-24 16:20  strk
+
+	* Added X(), Y() and Z() funx
+
+2004-08-24 15:50  strk
+
+	* PointN() ported.
+
+2004-08-24 15:10  strk
+
+	* fixed a bug preventing ExteriorRing() and InteriorRingN from
+	  setting the
+	  correct SRID.
+
+2004-08-24 15:07  strk
+
+	* updated
+
+2004-08-24 15:05  strk
+
+	* Added NumInteriorRings() and InteriorRingN()
+
+2004-08-24 14:48  strk
+
+	* Added dimension() and exteriorring()
+
+2004-08-24 14:47  strk
+
+	* Added LWGEOM_construct() function to easy the work of dealing
+	  with SRID/BBOX optional embedding.
+
+2004-08-24 13:45  strk
+
+	* Fixed a bug in lwgeom_getSRID()
+
+2004-08-24 13:35  strk
+
+	* Indentation and debugging output.
+
+2004-08-24 13:34  strk
+
+	* fixed a typo in a comment
+
+2004-08-24 13:33  strk
+
+	* Fixed a bug in LWGEOM_addBBOX preventing it to detect missing
+	  BBOX embedding.
+
+2004-08-24 10:01  strk
+
+	* OGC functions (not implemented by GEOS) moved to lwgeom_ogc.c.
+	  Renamed PG-exposed functions to start with LWGEOM
+
+2004-08-24 09:34  strk
+
+	* Added npoints,numpoints,numgeometries,geometryn
+
+2004-08-24 07:40  strk
+
+	* transformation work made on an input copy (made by setSRID).
+	  previous behaviour was unsafe (scribbling input object).
+
+2004-08-24 07:32  strk
+
+	* initial import
+
+2004-08-24 06:59  strk
+
+	* added missing prototype
+
+2004-08-24 06:56  strk
+
+	* geos version detector and wrapper used from parent directory
+
+2004-08-23 16:05  strk
+
+	* fixed typo
+
+2004-08-23 15:57  strk
+
+	* versioning functions completed
+
+2004-08-23 15:41  strk
+
+	* changed install rule to install lwpostgis.sql instead of
+	  lwgeom.sql
+
+2004-08-23 15:37  strk
+
+	* Changed SCRIPTS_VERSION to 0.0.1
+
+2004-08-23 13:54  strk
+
+	* proj support added
+
+2004-08-23 13:40  strk
+
+	* deleted debugging block from summary() fn
+
+2004-08-23 13:38  strk
+
+	* Added getPoint(POINTARRAY *pts, int ptnum)
+
+2004-08-23 10:49  strk
+
+	* Fixed a bug in serializedform length computation (for
+	  collection).
+
+2004-08-23 08:32  strk
+
+	* Removed custom allocator from lwgeom_api.
+	  Added summary(geometry).
+	  Some indentation.
+
+2004-08-20 16:36  strk
+
+	* transform() support
+
+2004-08-20 16:35  strk
+
+	* initial skel for transform()
+
+2004-08-20 14:54  strk
+
+	* updated
+
+2004-08-20 14:54  strk
+
+	* gist operators support functions renamed to allow for finer
+	  control by postgis_restore.pl
+
+2004-08-20 14:52  strk
+
+	* Hardcoded some functions being obsoleted
+
+2004-08-20 14:08  strk
+
+	* Added Geom{etry,}FromWkb(<geometry>,[<int4>]) funx.
+	  Added LWGEOM typedef and SERIALIZED_FORM(LWGEOM) macro.
+	  Made lwgeom_setSRID an API function.
+	  Added LWGEOM_setAllocator().
+
+2004-08-20 10:24  strk
+
+	* Added lwpostgis.sql
+
+2004-08-20 10:23  strk
+
+	* removed leak from mem_size()
+
+2004-08-20 09:35  strk
+
+	* lwgeom_mem_size uses int32 cast instead of int
+
+2004-08-20 09:31  strk
+
+	* bug fixed in lwgeom_mem_size
+
+2004-08-20 08:14  strk
+
+	* Whole output wrapped in transaction blocks.
+	  Drops are out of transaction, and multiple transactions are used
+	  for INSERT mode.
+
+2004-08-20 07:57  strk
+
+	* Fixed a bug in 'append-mode'.
+	  Added -g switch to specify geometry column.
+	  Added a note about -d mode conceptual bugs.
+
+2004-08-19 14:16  strk
+
+	* indentation fixes
+
+2004-08-19 14:15  strk
+
+	* added lwpostgis.sql build rule
+
+2004-08-19 14:05  strk
+
+	* Added finite coordinate check.
+	  Reduced required bounding box copies.
+
+2004-08-19 13:57  strk
+
+	* mem_size removed from list
+
+2004-08-19 13:56  strk
+
+	* Added mem_size(lwgeom)
+
+2004-08-19 13:54  strk
+
+	* cpp checks updated to use 80 instead of 75 for USE_VERSION
+
+2004-08-19 13:49  strk
+
+	* initial import
+
+2004-08-19 13:21  strk
+
+	* initial import
+
+2004-08-19 13:18  strk
+
+	* Added selectivity estimation
+
+2004-08-19 13:16  strk
+
+	* some indentation fixes
+
+2004-08-19 13:10  strk
+
+	* fixed typos
+
+2004-08-19 12:29  strk
+
+	* added btree index support file
+
+2004-08-19 12:28  strk
+
+	* added btree index support
+
+2004-08-19 10:52  strk
+
+	* Fixed a bug in ascii dump "CREATE OPERATOR" scan
+
+2004-08-19 09:30  strk
+
+	* rename_geometry_table_constraints() re-introduced to make
+	  constraint names conformant.
+
+2004-08-19 09:28  strk
+
+	* fixed some of the buch of broken comments
+
+2004-08-19 06:15  strk
+
+	* USE_VERSION gets 80 where it got 75
+
+2004-08-19 05:38  pramsey
+
+	* Added some references to Proj4 and GEOS utility and source code
+	  location in the Makefile
+	  to add context for new users.
+
+2004-08-18 13:46  strk
+
+	* Added PG80 (75) patches.
+
+2004-08-18 13:21  strk
+
+	* Added skip of postgisgistcostestimate (obsoleted)
+
+2004-08-18 08:26  strk
+
+	* Spatial table constraints names get column name appended.
+	  rename_geometry_table_constraints() obsoleted.
+
+2004-08-17 15:27  strk
+
+	* added extent(lwgeom) and support functions.
+
+2004-08-17 14:35  strk
+
+	* SRID(geometry) changed to SRID(lwgeom)
+
+2004-08-17 14:30  strk
+
+	* Initial support for geometry->lwgeom switch (dump objects defined
+	  for
+	  'geometry' are considered same of sql object defined for
+	  'oldgeometry')
+
+2004-08-17 14:28  strk
+
+	* Added SRID(geometry) for backward compatibility
+
+2004-08-17 14:21  strk
+
+	* Added geometrytype(LWGEOM)
+
+2004-08-16 20:38  strk
+
+	* OPERATOR parsing bug fixed. Schema removal improoved. More test
+	  reports.
+
+2004-08-16 11:03  mcayland
+
+	* Added DLLIMPORT reference to "default_statistics_target" if we
+	  are compiling under Win32. This should make it unnecessary to
+	  apply Romi's patch to the PostgreSQL source tree when compiling
+	  PostgreSQL ready for PostGIS.
+
+2004-08-16 10:46  strk
+
+	* GEOS version extraction not attempted if USE_GEOS is not set to
+	  1.
+
+2004-08-13 12:29  strk
+
+	* Support dump generated by pg_dump 7.4
+
+2004-08-11 17:07  strk
+
+	* Fixed a bug in non-finite Z check
+
+2004-08-10 21:09  strk
+
+	* changed proj version extractor to support pre 4.4.8 releases
+
+2004-08-08 18:10  strk
+
+	* reduced psql invocation to a single one.
+
+2004-08-08 18:09  strk
+
+	* lwgeom.sql production follow postgis.sql production rules (cpp
+	  usage)
+
+2004-08-08 18:09  strk
+
+	* Added missing required parameter to usage string
+
+2004-08-07 12:13  strk
+
+	* more header comments
+
+2004-08-06 09:54  strk
+
+	* added handling of operators and operator classes (skip postgis
+	  defined, keep others)
+
+2004-08-06 08:08  strk
+
+	* perl detection and bug fixes.
+
+2004-08-05 20:00  strk
+
+	* Another schema support bug from Mark
+
+2004-08-05 19:12  strk
+
+	* fixed bug in automatic perl invokation
+
+2004-08-05 16:53  strk
+
+	* schema support patches sent by Mark
+
+2004-08-03 09:41  strk
+
+	* geometry_columns and spatial_ref_sys back created from dump
+
+2004-08-03 09:30  strk
+
+	* Always added 'public' to search_path, to bypass pg_dump loss of
+	  constrain functions schema.
+	  Added automatic 'perl' invocation.
+	  Reduced output (set $DEBUG=1 to have it back).
+
+2004-08-03 09:29  strk
+
+	* updated
+
+2004-08-03 07:58  strk
+
+	* handling of more cases
+
+2004-08-02 19:03  strk
+
+	* initial import
+
+2004-08-02 16:27  strk
+
+	* Fixed format bugs (needed for postgis_undef.pl to work)
+
+2004-07-29 14:10  strk
+
+	* Unability to open a shapefile or dbffile reported more nicely.
+
+2004-07-28 17:32  strk
+
+	* Added postgis_full_version(), marked postgis_version() as
+	  deprecated.
+
+2004-07-28 16:15  strk
+
+	* Fixed a bug in postgis_full_version()
+
+2004-07-28 16:10  strk
+
+	* Changed all version functions to return text.
+	  Renamed postgis_scripts_version() to postgis_scripts_installed()
+	  Added postgis_scripts_released().
+	  Added postgis_full_version().
+
+2004-07-28 13:37  strk
+
+	* Added postgis_uses_stats and postgis_scripts_version.
+	  Experimented with PIP short-circuit in within/contains functions.
+	  Documented new version functions.
+
+2004-07-28 10:52  strk
+
+	* Added postgis_scripts_version
+
+2004-07-27 17:51  strk
+
+	* short-circuit test for 'contains'
+
+2004-07-27 17:49  strk
+
+	* Added short-circuit test for the within function.
+
+2004-07-23 21:24  strk
+
+	* Added postgis_proj_version()
+
+2004-07-22 16:58  strk
+
+	* Updated to reflect geos version string split.
+
+2004-07-22 16:20  strk
+
+	* Added postgis_lib_version() and postgis_geos_version()
+
+2004-07-19 16:24  strk
+
+	* Added -i switch
+
+2004-07-17 09:52  strk
+
+	* GEOS multi-version support switches implemented with
+	  GEOS_LAST_INTERFACE
+
+2004-07-17 09:52  strk
+
+	* Added GEOS_FIRST_INTERFACE, GEOS_LAST_INTERFACE, GEOS_JTS_PORT
+	  detection
+
+2004-07-17 09:51  strk
+
+	* Modified to always detect geos version (no deps)
+
+2004-07-08 19:33  strk
+
+	* Updated to respect CoordinateSequence GEOS interface switch.
+
+2004-07-02 13:33  strk
+
+	* Changed GEOS header inclusion mechanism to be more polite
+
+2004-07-01 17:02  strk
+
+	* Updated to support latest GEOS API.
+
+2004-07-01 17:02  strk
+
+	* Updated to support latest GEOS (actually removed all geos-version
+	  related
+	  switches).
+	  Fixed an access to unallocated memory.
+
+2004-06-22 21:30  pramsey
+
+	* Compile patch from Markus Schaber
+
+2004-06-22 16:52  strk
+
+	* Standard deviation factor used in histogram extent computation
+	  made
+	  a compile-time define.
+
+2004-06-22 11:05  strk
+
+	* Handled empty strings in numeric fields as '0'es... pg_atoi()
+	  does
+	  not do this (while atoi() does).
+
+2004-06-18 17:11  strk
+
+	* Fixed a bug in minor version extractor.
+	  Wrapped GEOS_VERSION in an #ifndef block.
+	  More runtime checks.
+
+2004-06-16 20:04  strk
+
+	* added geos_version.sh as dependency of postgis_geos_version.h
+	  rule
+
+2004-06-16 19:59  strk
+
+	* Changed GEOS_VERSION to POSTGIS_GEOS_VERSION to avoid future
+	  clashes
+
+2004-06-16 19:37  strk
+
+	* Added cleanup needed for GEOS > 1.0
+
+2004-06-16 19:28  strk
+
+	* fixed a typo in preprocessor define
+
+2004-06-16 18:50  strk
+
+	* Added postgis_geos_version.h to .cvsignore and to the list of
+	  files
+	  removed by the clean: rule.
+
+2004-06-16 18:47  strk
+
+	* Added code to detect geos version.
+	  Added appropriate includes in geos connectors.
+
+2004-06-16 18:47  strk
+
+	* initial import
+
+2004-06-16 13:42  strk
+
+	* Added schema support in getMaxFieldSize.
+	  Added direct support for TIMESTAMP field types (thanks to Steffen
+	  Macke).
+
+2004-06-16 13:14  strk
+
+	* documented statistics gethering operations
+
+2004-06-14 08:06  strk
+
+	* fixed bogus support for PG71
+
+2004-06-14 07:48  strk
+
+	* Histogram extent redefinition after hard deviant removal fixed to
+	  be
+	  "at most" the standard deviation based computed.
+
+2004-06-11 11:38  strk
+
+	* Infinite geometries handling.
+	  Histogram extent re-computation after 'hard deviant' features
+	  removal.
+
+2004-06-10 18:54  strk
+
+	* histogram grid size refined to use near-square cells.
+
+2004-06-10 15:44  strk
+
+	* Added standard deviation based histogram extent refinement
+
+2004-06-10 13:42  strk
+
+	* Separated the estimator code in an estimate_selectivity()
+	  function.
+	  Handled complete contaiment and complete miss of histogram by
+	  searc box.
+
+2004-06-09 10:19  strk
+
+	* Moved changes needed for PG75 inside postgis_gist_72.c using #if
+	  switches.
+
+2004-06-09 10:05  strk
+
+	* Added switch for GIST_SUPPORT=75
+
+2004-06-09 10:05  strk
+
+	* initial import
+
+2004-06-09 09:35  strk
+
+	* Removed partial pgsql List API copy
+
+2004-06-09 09:08  strk
+
+	* changed index/rindex to strchr/strrchr
+
+2004-06-09 09:06  strk
+
+	* Added Romi's Win32 patches.
+
+2004-06-08 17:49  strk
+
+	* Fixed to build cleanly agains pg75
+
+2004-06-08 17:48  strk
+
+	* Compression of code terminated.
+	  Big blocks switched based on version have been removed.
+
+2004-06-08 17:40  strk
+
+	* removed user connect command
+
+2004-06-08 15:18  strk
+
+	* Deleted prototype for isspace() in postgis.h
+	  and included <ctype.h> in postgis_inout.c,
+	  which is the only module calling isspace().
+	  This was needed to compile postgis against PG75(CVS).
+
+2004-06-08 08:42  strk
+
+	* MODULE_FILENAME path always defaults to $libdir, but is
+	  overridable
+	  using environment variable LPATH. Added comments about it and
+	  cleaned
+	  up code. Made global and lwgeom Makefile conformant about this.
+
+2004-06-08 08:20  strk
+
+	* added 'static' modifiers for the 'error' function, possibly
+	  clashing with some other declaration
+
+2004-06-07 17:58  strk
+
+	* reverted change in lwg_parse_yyerror
+
+2004-06-07 17:26  strk
+
+	* Default MODULE_FILENAME uses $libdir unless LPATH is set in the
+	  environment
+
+2004-06-07 16:57  strk
+
+	* Removed obsolete postgisgistcostestimate function creation
+
+2004-06-07 16:34  strk
+
+	* Removed postgis_old.sql from list of default rules
+
+2004-06-07 16:32  strk
+
+	* Moved old version-specific sql files under the Attic directory.
+
+2004-06-07 16:32  strk
+
+	* Moved old version-specific sql files under the Attic directory.
+
+2004-06-07 16:11  strk
+
+	* AddGeometryColumns call table constraints 'enforce_srid' and
+	  'enforce_geotype'
+
+2004-06-07 15:32  strk
+
+	* Fixed a bug killing the backend - lwg_parse_yyerror never called
+	  custom error handler
+
+2004-06-07 10:07  strk
+
+	* allowed lower case in wkt
+
+2004-06-07 09:16  strk
+
+	* Added missing prototypes.
+
+2004-06-04 15:24  strk
+
+	* Added y.output
+
+2004-06-04 15:24  strk
+
+	* Added more cleanup
+
+2004-06-04 15:23  strk
+
+	* added semicolumns at end of blocks
+
+2004-06-04 15:21  strk
+
+	* removed, will be created
+
+2004-06-04 13:39  strk
+
+	* Removed references to constraint name (unsafe) from
+	  probe_geometry_columns()
+	  and fix_geometry_columns(). Added a
+	  rename_geometry_table_constraints()
+	  renaming all geometry constraints to 'enforce_srid' and
+	  'enforce_geotype'
+
+2004-06-04 13:11  strk
+
+	* probe_geometry_columns() return message extended
+
+2004-06-04 12:40  strk
+
+	* Added comments about fix_geometry_columns() job.
+	  SRID and type checks made stricter in fix_geometry_columns().
+
+2004-06-04 12:26  strk
+
+	* Added probe_geometry_columns().
+	  Modified fix_geometry_columns() to prevent fixing of bogus
+	  records for
+	  which a corrected equivalent already exists.
+
+2004-06-04 10:19  strk
+
+	* Added DropGeometryTable description
+
+2004-06-04 10:07  strk
+
+	* Added DropGeometryColumn function
+
+2004-06-04 09:16  strk
+
+	* first entries
+
+2004-06-04 09:11  strk
+
+	* Added prototypes
+
+2004-06-04 09:07  strk
+
+	* Fixed YACC call to rename standardly produced y.tab.c and y.tab.h
+	  to wktparse.tab.c and wktparse.tab.h
+
+2004-06-04 08:49  strk
+
+	* Moved all geoemtry_columns cleanup in fix_geometry_columns,
+	  update_geometry_stats(*) and addgeometrycolumn(*) will now
+	  call the former and print out its result text.
+
+2004-06-04 08:31  strk
+
+	* Lifted AddGeometryColumns result message, including output from
+	  fix_geometry_columns
+
+2004-06-04 08:25  strk
+
+	* fix_geometry_columns() makes its best effort to find appropriate
+	  schema.
+
+2004-06-03 16:44  strk
+
+	* Added expand_geometry - expand(geometry, int8)
+
+2004-06-03 13:49  strk
+
+	* added postgis_old.sql
+
+2004-06-03 13:44  strk
+
+	* Made it functional again.
+
+2004-06-03 13:43  strk
+
+	* compatted CASTS section, commented out bogus cast geometry::chip
+	  referring to missing function
+
+2004-06-03 13:20  strk
+
+	* Skipped attrelid, varattnum linking for PG>=75
+
+2004-06-03 12:48  strk
+
+	* All type definitions moved at the beginning of the file.
+	  Left to compat: what was in postgis_sql_end_VER_.
+
+2004-06-03 11:06  strk
+
+	* Fixed bug in update_geometry_stats() choking on null attrelids.
+	  Modified update_geometry_stats(varchar, varchar) to cleanup stale
+	  record(s).
+	  Added a CREATEFUNCTION define to become CREATE OR REPLACE
+	  FUNCTION
+	  for PG > 71.
+	  Made update_geometry_stats(*) return meaningful result.
+
+2004-06-03 09:45  strk
+
+	* infinite geoms handled in WKB parser
+
+2004-06-03 08:19  strk
+
+	* yet another Infinite check used: finite() - which checks for
+	  NaN,-Inf,+Inf
+
+2004-06-03 08:13  strk
+
+	* Simplified INFINITY checks by use of isinf()
+
+2004-06-03 07:58  strk
+
+	* Infinite coordinate geoms omitted from index
+
+2004-06-03 07:57  strk
+
+	* wkt parser throws an error on Infinite coordinates
+
+2004-06-03 04:51  pramsey
+
+	* Document the expand() function (finally!)
+
+2004-06-02 23:54  strk
+
+	* Made equality checks the default in picksplit to catch also NaN
+	  results (INF geoms)
+
+2004-06-02 23:29  strk
+
+	* reverted Inf handling modification (conceptually bogus)
+
+2004-06-02 22:43  strk
+
+	* handled special case of Inf boxes as GiST keys in picksplit
+
+2004-06-02 17:15  strk
+
+	* stale locks removal in fix_geometry_columns() and
+	  update_geometry_stats(). Fixed a bug in fix_geometry_columns()
+	  deleting stats.
+
+2004-06-02 16:21  strk
+
+	* build_histogram2d sets 'local' search_path.
+	  fix_geometry_columns sets to NULL cached data for unexistant
+	  tables.
+
+2004-06-01 16:56  strk
+
+	* removed namespace check for PG<73 in update_geometry_stats()
+
+2004-06-01 16:30  strk
+
+	* Made AddGeometryColumn delete from geometry_column records which
+	  would be incompatible with the one being added
+
+2004-06-01 16:16  strk
+
+	* Placed histogram2d type definition in a common place;
+	  added find_extent(schema, table, column) and
+	  build_histogram2d(histogram,
+	  schema, table, column); modified update_geometry_stats() to make
+	  use
+	  of available f_table_schema and to set statistical fields to NULL
+	  for stale records. Thanks to Carl Anderson for the ideas.
+
+2004-05-28 03:01  pramsey
+
+	* Updates in anticipation of 0.8.2 release
+
+2004-05-28 02:42  pramsey
+
+	* Document the multi() function.
+
+2004-05-24 13:02  strk
+
+	* compat definition of fix_geometry_columns
+
+2004-05-20 19:21  pramsey
+
+	* Fix bug in append mode that filled values into nonexistant gid
+	  column.
+
+2004-05-18 16:56  pramsey
+
+	* Fix typos and section misreferences in OGC function reference
+	  section
+
+2004-05-18 16:52  pramsey
+
+	* Add multi() to the new cpp based sql.in file.
+
+2004-05-13 12:24  strk
+
+	* Transformed NULL numeric values to 0 as it was before the
+	  introduction
+	  of bigint bug workaround.
+
+2004-05-13 12:13  strk
+
+	* Used DBFWriteAttributeDirectly interface for writing attributes.
+	  This way we are not affected by shapelib long-integer bug.
+
+2004-05-13 12:07  strk
+
+	* Other fix in 3d handling - you should now be able to dump as 2d
+	  or 3d any 2d or 3d object
+
+2004-05-13 11:59  strk
+
+	* Fixed bug in 3d features handling.
+
+2004-05-13 09:40  strk
+
+	* Totally reworked code to have a main loop for shapefile objects.
+	  Much more readable, I belive.
+
+2004-05-13 07:48  strk
+
+	* Put table creation code in its own function.
+	  Fixed a bug with NULL shape records handling.
+
+2004-05-13 06:38  strk
+
+	* DBFReadStringValue always used to workaround shapelib bug with
+	  int values.
+
+2004-05-04 16:55  strk
+
+	* Added -fPIC to CXXFLAGS. Reported to be needed on Solaris7 w/
+	  gcc-3.3.2
+	  by Havard Tveite <havard.tveite at nlh.no>.
+
+2004-04-29 21:07  rmason
+
+	* removed generated file
+
+2004-04-29 21:07  rmason
+
+	* *** empty log message ***
+
+2004-04-29 18:44  dblasby
+
+	* Noted diff between inf and Infinity on Solaris/Intel machines
+
+2004-04-29 18:41  dblasby
+
+	* updated version
+
+2004-04-29 18:36  dblasby
+
+	* added sleep so it wouldnt complain on solarias as much
+
+2004-04-29 18:20  dblasby
+
+	* WKT parser changes required this change
+
+2004-04-29 18:16  dblasby
+
+	* minor changes
+
+2004-04-29 18:15  dblasby
+
+	* WKT parser changes to MULTIPOINT required this be updated
+
+2004-04-29 04:35  rmason
+
+	* clean up of wbk int and double reading code
+
+2004-04-29 03:57  rmason
+
+	* fix number parsing
+
+2004-04-29 03:13  rmason
+
+	* remove extra brackets from multipoints
+
+2004-04-28 23:07  pramsey
+
+	* Change PGSQL_SRC behavior back to developer-friendly.
+
+2004-04-28 22:59  dblasby
+
+	* minor changes
+
+2004-04-28 22:50  dblasby
+
+	* Inital Version. Hasnt been proofread.
+
+2004-04-28 22:40  pramsey
+
+	* Added flex/bison lines for parser.
+
+2004-04-28 22:26  pramsey
+
+	* Fixed spelling mistake in header text.
+
+2004-04-28 21:20  dblasby
+
+	* minor changes to ensure its using the index
+
+2004-04-28 21:08  dblasby
+
+	* updated results
+
+2004-04-28 21:02  dblasby
+
+	* minor change for endianess
+
+2004-04-28 21:00  dblasby
+
+	* removed an elog(NOTICE)
+
+2004-04-28 19:17  dblasby
+
+	* inital version of regression tests
+
+2004-04-28 18:27  dblasby
+
+	* moved to regress/ directory
+
+2004-04-28 18:10  dblasby
+
+	* Added automatic endian detection for the WKB parser/unparser.
+
+2004-04-28 04:55  pramsey
+
+	* Genericize the Makefile per Dave's request.
+
+2004-04-27 23:47  dblasby
+
+	* minor 3d geometrycollection bug fix
+
+2004-04-27 23:33  dblasby
+
+	* initial version
+
+2004-04-27 23:12  dblasby
+
+	* minor changes for solaris
+
+2004-04-27 22:13  dblasby
+
+	* fixed some typos for flip_bytes in read_int and read_double
+
+2004-04-27 20:53  dblasby
+
+	* minor ordering change
+
+2004-04-27 20:49  dblasby
+
+	* added float nextafterf_custom(float x, float y) for OSs that do
+	  not have
+	  a nextafterf implementation.
+
+2004-04-27 17:46  dblasby
+
+	* bison -vd -p lwg_parse_yy wktparse.y
+	  flex -Plwg_parse_yy -if -o'lex.yy.c' wktparse.lex
+	  
+	  Initial versions (from Ralph Mason)
+
+2004-04-27 13:50  strk
+
+	* Fixed bug in simplify() that was using the square of the given
+	  tolerance.
+
+2004-04-27 07:44  strk
+
+	* Removed use of geometryFactory->toGeometry(), indicated by Martin
+	  Davis
+	  as being intended for internal use only. Created a linear ring
+	  instead
+	  (the function converts a box3d to a geos geometry).
+
+2004-04-26 23:16  dblasby
+
+	* made slightly more generic
+
+2004-04-26 23:15  dblasby
+
+	* Minor cleanup
+
+2004-04-26 23:12  dblasby
+
+	* inital version
+
+2004-04-26 23:05  dblasby
+
+	* Initial working version - based on Ralph Masons WKT and WKB
+	  parser/writer.
+
+2004-04-22 16:05  dblasby
+
+	* fixed minor typos GeomFromWKB not GeometryFromWKB
+
+2004-04-21 09:13  strk
+
+	* Attribute names escaping mechanism added. You should now
+	  be able to dump a shapefile equal to the one loaded.
+
+2004-04-21 07:38  strk
+
+	* Memory allocated for main_scan_query was not enough when using
+	  binary cursor. Fixed
+
+2004-04-13 16:49  dblasby
+
+	* GeometryN(...) now correctly says "1" is the 1st geometry (used
+	  to be 0).
+
+2004-04-08 17:05  dblasby
+
+	* Somehow the memory leak changes I made got removed - I've
+	  re-added them.
+
+2004-04-08 17:00  dblasby
+
+	* Changed ggeometry_consistent to be aware of NULL queries. Ie.
+	  select * from <table> where the_geom && null::geometry;
+	  
+	  This tends to happen when you're joining two tables using && and
+	  the table
+	  has NULLs in it.
+
+2004-04-07 23:12  dblasby
+
+	* Added a cstring(lwgeom) function that returns WKT!
+
+2004-04-07 16:23  strk
+
+	* Made new postgis.sql generation procedure the default
+
+2004-04-06 22:58  dblasby
+
+	* Changes to make it work with all the PostGIS type.
+
+2004-04-02 19:03  dblasby
+
+	* Added support for 4d coordinates
+
+2004-03-29 10:46  strk
+
+	* postgis.sql.in is now parsed by both sed and cpp
+
+2004-03-29 10:20  strk
+
+	* Fixed a bug in WKB parsing for Multipoints.
+	  Fixed a bug in -d handling for WKB.
+	  Added point->multipoint fluffing capabilities.
+
+2004-03-26 01:09  pramsey
+
+	* Removed rogue docbook tags
+
+2004-03-26 01:07  dblasby
+
+	* changed name of fluffType() to multi().
+
+2004-03-26 00:54  dblasby
+
+	* added full support for fluffType(<geom>)
+	  postgis09=# select fluffType('POINT(0 0)');
+	  flufftype
+	  -------------------------
+	  SRID=-1;MULTIPOINT(0 0)
+
+2004-03-25 00:43  dblasby
+
+	* added function fluffType() that takes POINT LINESTRING or POLYGON
+	  type and converts it to a multi*.
+	  Needs to be integrated into a proper Postgresql function and
+	  given an
+	  SQL CREATE FUNCTION
+
+2004-03-22 09:39  strk
+
+	* Moved AddGeometryColumn and DropGeometryColumn from USE_VERSION
+	  blocks to the end of file. Here, differences between versions
+	  are handled on a minimun-diff basis, making it easier to
+	  understand
+	  the differences and to modify the code. Also, diffs have been
+	  splitted between pgsql < 73 and >= 73.
+	  Added reduced-parameters wrappers to both functions.
+
+2004-03-22 08:18  strk
+
+	* postgis_new.sql build by default
+
+2004-03-19 16:35  strk
+
+	* Updated AddGeometryColumn() and DropGeometryColumn() descriptions
+	  to the schema-aware versions
+
+2004-03-15 17:07  strk
+
+	* Added calls to vacuum_delay_point() to give backend a chance of
+	  interrupting geometry stats computation.
+	  Set default DEBUG_GEOMETRY_STATS to 0.
+
+2004-03-11 01:27  dblasby
+
+	* minor clean and trying to figure out a memory bug. valgrind wasnt
+	  helping, but
+	  it went away.
+
+2004-03-11 00:54  dblasby
+
+	* Should be working (with a tonne of notices) for points lines and
+	  polygons (2d
+	  and 3d)
+
+2004-03-10 18:46  strk
+
+	* Fixed a bug reducing the output shapes from Multipolygon tables.
+
+2004-03-10 17:35  strk
+
+	* removed just-introduced bug
+
+2004-03-10 17:23  strk
+
+	* code cleanup, fixed a bug missing to transform 'gid' to 'gid__2'
+	  in shapefile attribute name
+
+2004-03-10 01:15  dblasby
+
+	* WKB reader and WKB writer (totally untested)
+
+2004-03-09 17:29  dblasby
+
+	* Initial implementation - should compile; not at all tested.
+
+2004-03-09 00:21  strk
+
+	* Removed useless code blocks in histogram builder
+
+2004-03-09 00:09  strk
+
+	* estimator applies a gain of AOI/cell_area on each cell it
+	  intersects (reverted to previous behaviour)
+
+2004-03-08 17:21  strk
+
+	* changed error computation code to delta/totrows
+
+2004-03-08 12:16  strk
+
+	* Added the RECHECK clause for gist_geometry_ops operator class
+	  operators
+
+2004-03-06 18:02  strk
+
+	* Comma-separated bps values accepted
+
+2004-03-06 17:43  strk
+
+	* Added RCSID string in usage output
+
+2004-03-06 17:35  strk
+
+	* Added rcsid string to usage output
+
+2004-03-05 21:06  strk
+
+	* Added -vacuum switch
+
+2004-03-05 21:03  strk
+
+	* Made the -bps switch specify the exact level(s) at which to run
+	  the test
+
+2004-03-05 18:25  dblasby
+
+	* Empty files - preparing for writting actual code.
+
+2004-03-05 18:23  dblasby
+
+	* Same as the one in the above directory
+
+2004-03-05 18:23  dblasby
+
+	* moved to lwgeom/ directory
+
+2004-03-05 18:16  strk
+
+	* Applied Mark Cave-Ayland patch
+
+2004-03-05 16:40  strk
+
+	* rewritten split_extent to be more datatype-conservative
+
+2004-03-05 16:01  strk
+
+	* added -bps switch to set maximun query level. reworked command
+	  line parsing
+
+2004-03-05 15:29  strk
+
+	* more verbose output
+
+2004-03-05 11:52  strk
+
+	* initial import
+
+2004-03-05 00:38  dblasby
+
+	* Initial version - still under discussion.
+
+2004-03-04 13:50  strk
+
+	* postgis_gist_sel(): added warnings if search_box goes outside of
+	  histogram grid
+
+2004-03-04 09:44  strk
+
+	* The selectivity estimator does add the full value of each cell it
+	  overlaps,
+	  regardless of the actual overlapping area. Final gain is not
+	  applied
+	  (formerly 1 / minimun between average feature cells occupation
+	  and
+	  search_box cells occupation)
+
+2004-03-03 21:59  strk
+
+	* added check to keep selectivity value in the range of validity
+	  (suggested by m.cave)
+
+2004-03-02 11:39  strk
+
+	* cpp call for postgis_new.sql creation uses shell redirection for
+	  the output file
+
+2004-03-02 11:37  strk
+
+	* modified to reflect new statistics building process for PG75
+
+2004-03-01 16:02  strk
+
+	* histogram's boxesPerSide computed as a function of the column's
+	  statistic target
+
+2004-02-29 21:53  strk
+
+	* bug fix in postgis_gist_sel (for PG75): SysCache is not released
+	  if not acquired
+
+2004-02-28 14:44  strk
+
+	* Added rule to generate postgis_new.sql from postgis.sql.in using
+	  cpp
+
+2004-02-28 14:43  strk
+
+	* initial import
+
+2004-02-26 16:42  strk
+
+	* Fixed bugs reported by Mark Cave-Ayland
+	  <m.cave-ayland at webbased.co.uk>.
+	  Re-introduced previously removed estimate value incrementation by
+	  the fractional part of each of the cells' value computed as the
+	  fraction
+	  of overlapping area.
+
+2004-02-25 13:17  strk
+
+	* RTContainedBy and RTOverlap strategries implemented locally with
+	  a pgbox_overlap function
+
+2004-02-25 12:00  strk
+
+	* Added handling for point features in histogram creation (add 1
+	  instead of AOI/cell_area when AOI is 0).
+	  Fixed a wrong cast of BOX3D to BOX (called the convertion func).
+	  Added some comments and an implementation on how to change
+	  evaluation
+	  based on the average feature and search box cells occupation.
+
+2004-02-25 00:46  strk
+
+	* initial version of && selectivity estimation for PG75
+
+2004-02-23 21:59  strk
+
+	* geometry analyzer builds the histogram
+
+2004-02-23 12:18  strk
+
+	* added skeleton functions for pg75 stats integration
+
+2004-02-12 10:34  strk
+
+	* changed USE_GEOS check from ifdef / ifndef to if / if !
+
+2004-02-09 18:49  strk
+
+	* byte endiannes detected empirically
+
+2004-02-06 08:26  strk
+
+	* updated wkb reading funx to reflect changes made by pramsey in
+	  postgis_inout.c to be nicer with solaris
+
+2004-02-06 00:42  dblasby
+
+	* moved forward declarations from postgis.h to postgis_proj.c
+
+2004-02-05 20:31  dblasby
+
+	* Optimized the curvature method (doesnt have to calculate e2)
+
+2004-02-05 20:21  dblasby
+
+	* Added 'curvature method' for cases where the original algorithm
+	  breaks down.
+
+2004-02-04 22:27  strk
+
+	* Added pg75 support scripts
+
+2004-02-04 22:21  strk
+
+	* Added detection code for PG75
+
+2004-02-04 02:53  dblasby
+
+	* applied patricia tozer's patch (distance function was taking acos
+	  of something
+	  just slightly outside [-1,1]).
+
+2004-02-03 22:19  pramsey
+
+	* Backed default sql file location out of contrib insto share
+
+2004-02-03 22:04  pramsey
+
+	* Real DESTDIR changes this time.
+
+2004-02-03 21:51  pramsey
+
+	* Ooops, let local configuration slip into cvs version
+
+2004-02-03 21:42  pramsey
+
+	* Fixed error in -C loader directive
+
+2004-02-03 21:38  pramsey
+
+	* Added DESTDIR to Makefiles to assist in RPM building.
+
+2004-02-03 08:37  strk
+
+	* schema support added, slightly modified logic used to keep table
+	  and schema names cases (always quoted and forced to lower case if
+	  not asked to keep original case)
+
+2004-01-25 19:33  pramsey
+
+	* Test commit on new CVS archive.
+
+2004-01-21 19:11  strk
+
+	* Added line_interpolate_point entry
+
+2004-01-21 19:04  strk
+
+	* Added line_interpolate_point function by jsunday at rochgrp.com
+
+2004-01-20 20:14  strk
+
+	* cleaner comments for DropGeometryColumn
+
+2004-01-20 20:10  strk
+
+	* removed bogus comment about missed alter table drop column
+
+2004-01-16 20:06  strk
+
+	* Added FTLogical<->boolean mapping
+
+2004-01-15 09:57  strk
+
+	* field type array allocates num_fields * sizeof(int) instead of
+	  sizeof(char*)
+
+2004-01-15 00:23  pramsey
+
+	* Change absolute classpath reference to relative.
+
+2004-01-14 01:52  pramsey
+
+	* Fix solaris alignment problem in transformations.
+
+2004-01-13 22:14  pramsey
+
+	* Changed getint and getdouble used by WKB so that it plays nice
+	  with
+	  memory alignment (solaris issue).
+
+2004-01-13 20:30  strk
+
+	* Added useless PG_RETURN_NULL() call to make compiler happy
+
+2004-01-12 19:12  pramsey
+
+	* Updates for 0.8.1 release.
+
+2004-01-02 20:11  strk
+
+	* always call setval with no schema specification. drop 'database'
+	  argument using the empty string to the AddGeometryColumn call
+
+2003-12-30 13:31  strk
+
+	* made shp2pgsql looser about numeric precisions
+
+2003-12-30 12:37  strk
+
+	* Fixed segfault bug reported by Randy George, removed explicit
+	  sequence drop
+
+2003-12-30 10:40  strk
+
+	* For all versions:
+	  Updated fix_geometry_columns to use a more readable format in
+	  queries.
+	  
+	  For PG >= 73:
+	  Updated fix_geometry_columns() to consider schema when fixing
+	  attrelid and
+	  varattnum, also changed empty value to 'public' string for
+	  records with
+	  an invalid schema specification.
+	  Updated DropGeometryColumn to actually issue the
+	  ALTER TABLE DROP COLUMN query.
+
+2003-12-27 13:30  strk
+
+	* Added schema specification support
+
+2003-12-23 09:00  strk
+
+	* AddGeometryColumn, DropGeometryColum moved to version-specific
+	  scripts.
+	  Schema support enabled for version 73 and 74.
+
+2003-12-19 18:55  strk
+
+	* substituted setenv() calls with putenv() for Solaris support
+
+2003-12-18 18:07  strk
+
+	* Changed fix_geometry_columns() for PG >= 73 so to set
+	  f_table_schema to
+	  the empty string if its value is not a valid pg namespace.
+
+2003-12-16 11:04  strk
+
+	* added simplify() documentation
+
+2003-12-12 18:00  strk
+
+	* reverted make_line patch, patched size_subobject instead - the
+	  reported bug was caused to their inconsistency
+
+2003-12-12 14:39  strk
+
+	* Fixed a bug in make_line allocating less memory then required
+
+2003-12-12 13:34  strk
+
+	* added missing 'const' in prototypes
+
+2003-12-12 12:03  strk
+
+	* More debugging output, some code cleanup.
+
+2003-12-12 10:28  strk
+
+	* added GEOSnoop OUTPUT debugging info
+
+2003-12-12 10:08  strk
+
+	* Added GEOSnoop function and some optional debugging output for
+	  geos<->postgis converter (define DEBUG_CONVERTER at top
+	  postgis_geos.c)
+
+2003-12-09 11:58  strk
+
+	* Final touch to wkb binary input function
+
+2003-12-09 11:13  strk
+
+	* WKB_recv: set StringInfo cursor to the end of StringInfo buf as
+	  required by postgres backend
+
+2003-12-08 17:57  strk
+
+	* Binary WKB input function built only when USE_VERSION > 73.
+	  Making some modifications based on reported failures
+
+2003-12-04 19:12  strk
+
+	* Removed useless linkages from dumper and loader
+
+2003-12-04 19:11  strk
+
+	* code cleanup (removed useless and leaking malloc calls)
+
+2003-12-04 18:58  dblasby
+
+	* changed david skae to skea
+
+2003-12-01 20:52  strk
+
+	* shapelib put in sync with gdal cvs
+
+2003-12-01 14:27  strk
+
+	* added simple malloc wrapper
+
+2003-11-28 11:28  strk
+
+	* Some more changes, now useless since wkb.h is no more used (just
+	  to get in sync)
+
+2003-11-28 11:25  strk
+
+	* Added explicit geometry as text cast
+
+2003-11-28 11:06  strk
+
+	* Added WKB_recv function for binary WKB input
+
+2003-11-26 18:54  strk
+
+	* fixed bug in HexDecoder, made WKB parsing the default
+
+2003-11-26 18:14  strk
+
+	* binary cursor implemented
+
+2003-11-26 17:21  strk
+
+	* Made HEXWKB parsing settable at compile time
+
+2003-11-26 16:40  strk
+
+	* Handled NULLS in wkb parsing, reduced functions args
+
+2003-11-26 15:45  strk
+
+	* wkb support for all geom types
+
+2003-11-26 14:31  strk
+
+	* WKB start to work
+
+2003-11-25 17:32  strk
+
+	* first attempt at wkb definitions
+
+2003-11-25 17:28  strk
+
+	* hardly trying to get WKB parsing work
+
+2003-11-25 03:03  pramsey
+
+	* Updates for 0.8.0 release.
+
+2003-11-25 02:38  pramsey
+
+	* Fixed syntax error in execution example.
+
+2003-11-24 17:36  strk
+
+	* Removed useless BYTE_ORDER checks
+
+2003-11-21 23:51  pramsey
+
+	* Added Cygwin endian definition include to fix windows compile.
+
+2003-11-20 18:01  strk
+
+	* patch from m.spring at gmx.de
+
+2003-11-20 17:51  strk
+
+	* Installs for PG>7.1 goes to pkglibdir
+
+2003-11-20 16:46  strk
+
+	* postgresql linking against libstdc++ reported as possibly needed
+	  for geos support
+
+2003-11-20 15:54  strk
+
+	* Updated postgis library path to be referenced with /..
+
+2003-11-20 15:34  strk
+
+	* expected in-transaction memory release for btree operators
+
+2003-11-20 15:29  strk
+
+	* Moved MODULE_FILENAME definition where it will be easly
+	  modifiable
+
+2003-11-20 15:27  strk
+
+	* Removed some useless strdups.
+	  Removed pgtype 22 (int2vector) from the list of integer DBF field
+	  types.
+	  Added pgtype 1700 (numeric) in DBF doubles list.
+
+2003-11-20 14:46  strk
+
+	* Set CFLAGS where useless CPPFLAGS were used before
+
+2003-11-19 18:01  strk
+
+	* CR removed
+
+2003-11-19 17:50  strk
+
+	* missing function definition added (I forgot - sorry)
+
+2003-11-19 15:44  strk
+
+	* added prototypes for geometry_{le,ge,cmp}
+
+2003-11-19 15:29  strk
+
+	* Added default btree operator class for PG7.4
+
+2003-11-19 15:26  strk
+
+	* Added geometry_le, geometry_ge, geometry_cmp functions,
+	  modified geometry_lt, geometry_gt, geometry_eq to be consistent.
+
+2003-11-19 15:23  strk
+
+	* Fixed wrong COMMUTATOR specifications in '<','>','~=','@'
+	  operators,
+	  added new '<=', '>=' operators
+
+2003-11-19 10:27  strk
+
+	* typo fixed (ENABLE_SEQSCAN missing) - PG7.4 support listed in 2.2
+
+2003-11-18 14:58  strk
+
+	* default row buffer lenght set to 100
+
+2003-11-18 14:39  strk
+
+	* Some more structuring. Initialization routine moved out of main
+	  loop.
+	  Preparing dumper for WKB parsing.
+
+2003-11-16 00:27  strk
+
+	* Huge code re-organization. More structured code, more errors
+	  handled,
+	  cursor based iteration, less code lines.
+
+2003-11-14 22:04  strk
+
+	* Used environment vars to pass libpq connection options (less
+	  error prone,
+	  easier to read). Printed clearer error message on query error.
+
+2003-11-13 13:14  strk
+
+	* used quote_ident() calls in AddGeometryColumns as suggested by
+	  Bernhard Herzog
+
+2003-11-12 20:59  strk
+
+	* more cvsignore
+
+2003-11-12 20:57  strk
+
+	* first import
+
+2003-11-12 20:55  strk
+
+	* AddGeometryColumn column identifier case respect fix as suggested
+	  by Bernhard Herzog
+
+2003-11-12 16:36  strk
+
+	* delete all caught exceptions after use
+
+2003-11-11 11:28  strk
+
+	* Added (mem)GeomUnion and (mem_)collect aggregates documentation,
+	  updated Centroid paragraph
+
+2003-11-11 10:58  strk
+
+	* Fixed a typo in envelope()
+
+2003-11-11 10:38  strk
+
+	* Postgresql 7.4 enabler scripts.
+
+2003-11-11 10:14  strk
+
+	* Added support for PG74
+
+2003-11-05 18:26  strk
+
+	* Added fast collect() and geomunion() aggregates implementations
+
+2003-11-05 18:25  strk
+
+	* moved #ifdef USE_GEOS below prototypes, added NULL implementation
+	  of unite_garray
+
+2003-11-05 18:02  strk
+
+	* renamed unite_finalfunc to unite_garray
+
+2003-11-05 17:48  strk
+
+	* Added GEOS support tips to installation instructions
+
+2003-11-05 11:00  strk
+
+	* postgis.xml put back in place. Makefile modified to generate a
+	  postgis-out.xml from postgis.xml.
+
+2003-11-04 21:54  strk
+
+	* made last release version a parameter
+
+2003-11-04 21:52  strk
+
+	* added 'global' specification to sed command
+
+2003-11-04 19:23  strk
+
+	* renamed postgis.xml to postgis.xml.in
+
+2003-11-04 19:20  strk
+
+	* dropped 'clean' rule (not really a good idea right now)
+
+2003-11-04 19:07  strk
+
+	* added doc clean in clean rule
+
+2003-11-04 19:06  strk
+
+	* added missing first geom pfree in unite_finalfunc
+
+2003-11-04 18:56  strk
+
+	* initial import
+
+2003-10-29 15:53  strk
+
+	* geoscentroid() removed. both geos and pgis versions are called
+	  'centroid'.
+	  only one version will be compiled based on USE_GEOS flag.
+
+2003-10-29 13:59  strk
+
+	* Added geoscentroid function.
+
+2003-10-29 13:58  strk
+
+	* Added GEOSGetCentroid() function
+
+2003-10-28 16:57  strk
+
+	* Added collect_garray() function.
+
+2003-10-28 15:16  strk
+
+	* unite_sfunc() from postgis_geos.c renamed to geom_accum() and
+	  moved in postgis_fn.c
+
+2003-10-28 11:18  strk
+
+	* Added Algorithms section and simplify() enabler code
+
+2003-10-28 11:16  strk
+
+	* Added postgis_algo.c prototypes
+
+2003-10-28 11:16  strk
+
+	* Added postgis_algo.c build support
+
+2003-10-28 10:59  strk
+
+	* handled NULL state array in unite_finalfunc, cleaned up some
+	  spurios code
+
+2003-10-27 23:44  strk
+
+	* unite_sfunc made always copy input array in long lived memory
+	  context.
+	  It should now work with safer memory.
+
+2003-10-27 20:13  strk
+
+	* Made GeomUnion release memory soon, Added fastunion support
+	  functions
+
+2003-10-27 10:21  strk
+
+	* Initial import.
+
+2003-10-24 21:52  strk
+
+	* Modified strcmp-based if-else with switch-case in GEOS2POSTGIS()
+	  using new GEOSGeometryTypeId() interface.
+
+2003-10-24 21:33  strk
+
+	* Added GEOSGeometryTypeId(Geometry *) wrapper function.
+	  Added GEOSGetCoordinates_Polygon(Polygon *) as an experimental
+	  optimized
+	  version of GEOSGetCoordinates(Geometry *); More to add ...
+
+2003-10-24 14:29  strk
+
+	* GEOSGetCoordinates() reverted to getCoordinates() call so to be
+	  compatible
+	  to all type of geometries (not only LineStrings)
+
+2003-10-24 08:28  strk
+
+	* Fixed memory leak in GEOSGetCoordinates(), made sure that
+	  GEOS2POSTGIS
+	  free type string even in case of collapsed geoms. Made sure that
+	  geomunion
+	  release memory in case of exception thrown by GEOSUnion. Sooner
+	  release
+	  of palloced memory in PolyFromGeometry (pts_per_ring).
+
+2003-10-23 19:52  strk
+
+	* added memory debugging tips for gcc >= 3.2.2
+
+2003-10-23 09:14  strk
+
+	* Added default-commented line to disable gcc "smart" memory
+	  caching feature.
+
+2003-10-23 08:06  strk
+
+	* Added 'unite' aggregate.
+
+2003-10-22 20:58  pramsey
+
+	* More additions to the TODO
+
+2003-10-22 18:51  pramsey
+
+	* Updated TODO list somewhat
+
+2003-10-21 07:44  strk
+
+	* Made GEOS_DIR and PROJ_DIR settable via environment vars
+
+2003-10-20 19:50  strk
+
+	* Removed some memory leaks in PostGIS2* converters.
+
+2003-10-17 16:32  pramsey
+
+	* Pass USE_* information to version string, add some 7.4 version
+	  passing
+	  flags to the compile.
+
+2003-10-17 16:12  dblasby
+
+	* Made Envelope() CW instead of CCW.
+
+2003-10-17 16:07  dblasby
+
+	* made isEmpty() return true/false
+
+2003-10-17 00:56  pramsey
+
+	* Added some more AsText wrappers.
+
+2003-10-17 00:55  pramsey
+
+	* Added some AsText wrappers to results to make results match
+	  answers.
+
+2003-10-16 20:16  dblasby
+
+	* Added NOTICE_HANDLER function. For some reason this didnt get
+	  properly
+	  committed last time.
+
+2003-10-16 16:35  dblasby
+
+	* added #include <sys/types.h> for people using freeBSD
+	  (strk at keybit.net patch)
+
+2003-10-15 17:04  dblasby
+
+	* added a bunch of catch (GEOSExceptions) blocks to write out more
+	  imformative
+	  error messages.
+
+2003-10-14 23:19  dblasby
+
+	* GEOS2POSTGIS - added protection to pfree(NULL) for multi* geoms
+
+2003-10-14 21:42  pramsey
+
+	* Added const declarations to sync with current GEOS cvs.
+
+2003-10-06 18:09  dblasby
+
+	* Fixed typo in add_to_geometry(). With very poorly aligned
+	  sub-objects, it
+	  wouldnt allocate enough memory. Fixed it so its pesimistic and
+	  will allocate
+	  enough memory.
+
+2003-10-03 16:45  dblasby
+
+	* added pointonsurface() as a sub. Some memory management
+	  fixes/tests.
+	  removed a few NOTICEs.
+
+2003-09-29 16:15  pramsey
+
+	* Patch from strk:
+	  - "\t" always preceeded the first value of a dump_format query
+	  if NULL
+	  
+	  - field values where quoted with (") in dump_format when
+	  called with -k ( did I introduce that? )
+	  
+	  - Appropriate calls to DBF[..]ReadAttributes based on
+	  cached attribute types.
+	  
+	  - Assured that *all* shapes are NULL before exiting with
+	  an error ( I did not check that NULL shapes in the midle
+	  of the shapefiles are handled, but previous code did
+	  not check that either ... )
+
+2003-09-19 00:37  jeffloun
+
+	* fixed a bug that actually tests the first 2 point for pip instead
+	  of just thinking I was testing the first two.
+
+2003-09-16 20:27  dblasby
+
+	* added ability to delete geometries.
+
+2003-09-10 22:44  jeffloun
+
+	* got rid of warning...
+
+2003-09-10 22:40  jeffloun
+
+	* changed it to make the field names in the dbf file capital
+	  letters
+
+2003-09-10 21:36  jeffloun
+
+	* fixed a bug in is_clockwise...
+
+2003-09-04 16:46  dblasby
+
+	* removed truly_inside() doc.
+
+2003-09-04 16:19  dblasby
+
+	* removed truly_inside() function.
+
+2003-08-22 17:40  dblasby
+
+	* fixed geometry_in('SRID=<int>{no ;}').
+
+2003-08-21 16:22  dblasby
+
+	* added patch from strk at freek.keybit.net for PG_NARGS() not being
+	  in 7.2
+
+2003-08-18 20:19  pramsey
+
+	* Add missing </para>
+
+2003-08-18 20:08  pramsey
+
+	* Removed illegal characters from the file.
+
+2003-08-18 20:00  pramsey
+
+	* More entities
+
+2003-08-18 19:45  pramsey
+
+	* Replace <> with proper entities in Dave's new function entries
+
+2003-08-18 16:59  pramsey
+
+	* Added info on piping results to output file.
+
+2003-08-18 16:41  pramsey
+
+	* Change include from io.h to geom.h.
+
+2003-08-17 19:00  pramsey
+
+	* Change sequence handling to respect versions prior to 7.3. Patch
+	  from
+	  strk.
+
+2003-08-08 18:19  dblasby
+
+	* Conformance changes.
+	  Removed junk from postgis_debug.c and added the first run of the
+	  long
+	  transaction locking support. (this will change - dont use it)
+	  conformance tests were corrected
+	  some dos cr/lf removed
+	  empty geometries i.e. GEOMETRYCOLLECT(EMPTY) added (with indexing
+	  support)
+	  pointN(<linestring>,1) now returns the first point (used to
+	  return 2nd)
+
+2003-08-07 05:13  pramsey
+
+	* Added some information about compiling PostgreSQL with C++
+	  support to
+	  enable proper GEOS behavior.
+
+2003-08-06 19:31  dblasby
+
+	* Added the WKB parser. Added all the functions like
+	  PolyFromWKB(<WKB>,[<SRID>]).
+	  
+	  Added all the functions like PolyFromText(<WKT>,[<SRID>])
+	  
+	  Minor problem in GEOS library fixed.
+
+2003-08-05 18:27  dblasby
+
+	* Added null implementations of new GEOS-returning-geometry
+	  functions (ie.
+	  buffer).
+
+2003-08-05 16:28  jeffloun
+
+	* Removed the setval for the sequence if the value was going to be
+	  0.
+	  This avoids a warning that occirs when you try to set it to 0.
+
+2003-08-01 23:58  dblasby
+
+	* added the functionality to convert GEOS->PostGIS geometries.
+	  Added those geos
+	  functions to postgis.
+
+2003-08-01 23:22  jeffloun
+
+	* Altered the loader to use a (gid serial) type instead of just a
+	  (gid int4).
+	  Also the gid is now declared as a primary key.
+
+2003-08-01 17:44  pramsey
+
+	* Added BC Albers parameterization (epsg 42102)
+
+2003-07-25 17:08  pramsey
+
+	* Moved Cygwin endian define out of source files into postgis.h
+	  common
+	  header file.
+
+2003-07-08 18:35  dblasby
+
+	* changed asbinary_specify() so that it is more aware of TEXT being
+	  un-terminated.
+	  
+	  this is a modified patch from David Garnier
+	  <david.garnier at etudier-online.com>.
+
+2003-07-01 18:30  pramsey
+
+	* Added CVS revision headers.
+
+2003-06-18 16:30  pramsey
+
+	* It seems that invalid geometries where in the shapefile (as far
+	  as shapelib
+	  let shp2pgsql know). LINEZ objects with less then 2 vertices.
+	  I've
+	  patched shp2pgsql to recognized such an inconsistence and use a
+	  NULL
+	  geometry for that record printing a warning on stderr.
+	  <strk at freek.keybit.net>
+
+2003-06-12 22:25  pramsey
+
+	* Added transaction begin and end.
+
+2003-05-27 22:35  dblasby
+
+	* New version of the postgis-GEOS connector.
+
+2003-05-13 22:51  dblasby
+
+	* Added a modified version of Carl Anderson
+	  <carl.anderson at vadose.org> patch for
+	  schema-aware find_srid().
+	  
+	  I have modified your schema-patched find_srid() and commited it
+	  to the postgis
+	  
+	  1. removed isstrict qualification and explicity throw an error if
+	  one of the
+	  arguments is null
+	  2. use "LIKE" instead of "~" for pattern matching because "~"
+	  wasnt working on
+	  my system
+	  3. throw an error if the the requested geometry couldnt be found.
+
+2003-04-14 18:01  pramsey
+
+	* Patch for optional case sensitivity respect. From strk.
+
+2003-04-10 23:35  pramsey
+
+	* More info
+
+2003-04-10 19:17  dblasby
+
+	* added area() as alias for area2d()
+
+2003-04-10 19:16  dblasby
+
+	* changes to area()
+
+2003-04-10 17:45  pramsey
+
+	* More info.
+
+2003-04-10 17:40  pramsey
+
+	* Fixed within() test to have right order of arguments.
+
+2003-04-10 17:29  pramsey
+
+	* Changes to function names to MATCH the specification.
+
+2003-04-10 17:19  pramsey
+
+	* More consistency fixes.
+
+2003-04-10 17:05  pramsey
+
+	* Fixes for consistency (!!!!) of the tests and a first README on
+	  how to run
+	  them.
+
+2003-04-10 16:40  pramsey
+
+	* Extra OGC text constructor functions.
+
+2003-04-10 16:22  pramsey
+
+	* Hack to supply c++ CXX variable if undefined.
+
+2003-04-10 16:20  pramsey
+
+	* Cruft removal
+
+2003-04-10 05:19  pramsey
+
+	* Formatting changes.
+
+2003-04-10 05:16  pramsey
+
+	* Remove old commented out duplicate function.
+
+2003-04-09 21:53  pramsey
+
+	* Makefile should fully honor USE_GEOS flag now.
+
+2003-04-09 21:35  pramsey
+
+	* Cleaned up makefile and transform warning removed for null case.
+
+2003-04-09 21:08  pramsey
+
+	* Some reformatting.
+
+2003-04-09 18:34  dblasby
+
+	* GEOS support -first run
+
+2003-04-09 18:34  dblasby
+
+	* test data for isvalid()
+
+2003-04-09 03:40  pramsey
+
+	* Makefile update
+
+2003-04-09 03:40  pramsey
+
+	* Updates for 0.7.5 release.
+
+2003-04-08 21:41  pramsey
+
+	* Cygwin BE_DLLLIBS fix from nvine/jtishler
+
+2003-04-08 21:23  dblasby
+
+	* simple table to test relate(g1,g2). Taken from JTS/GEOS
+	  regression test.
+
+2003-04-01 23:02  jeffloun
+
+	* Fixed a bug which dropped the last Z value of each line in 3d
+	  lines.
+
+2003-03-07 16:39  pramsey
+
+	* M-handling patch and some Z-recognition too.
+	  From strk at freek.keybit.net.
+
+2003-03-06 18:57  chodgson
+
+	* swapped '~=' for '=' in the operator class definition for
+	  gist_geometry_ops.
+
+2003-03-06 18:29  chodgson
+
+	* changed 'geometry' to 'GEOMETRY' two places in the
+	  AddGeometryColumn sql code.
+
+2003-03-06 18:10  chodgson
+
+	* Updated the documentation for the '~' operator and added
+	  documentation for the '@' operator (they were backwards).
+
+2003-03-06 18:04  dblasby
+
+	* indexing for 7.3: @ and ~ were backwards. Corrected.
+
+2003-02-15 00:27  jeffloun
+
+	* added more type checking into the create table statment.
+	  Now uses int8, and numeric types if the columns definitions are
+	  too big
+
+2003-02-14 20:07  jeffloun
+
+	* changed the PIP function to loop from i=0 to 1<n-1
+
+2003-02-13 02:48  pramsey
+
+	* Changes in preparation for 0.7.4 release.
+
+2003-02-12 21:03  pramsey
+
+	* Fixed bug with 7.1 build relating to postgis_estimate.
+
+2003-02-04 23:11  pramsey
+
+	* Changed constraint name for geometry_columns_pk.
+
+2003-02-04 22:57  pramsey
+
+	* Fix memory management error, array of pointers allocated
+	  insufficient space.
+
+2003-02-04 21:39  pramsey
+
+	* Added CVS substitution strings for logging.
+
+2003-02-04 06:49  pramsey
+
+	* Fixed stupid case error in 7.2 gist support.
+
+2003-02-03 20:08  pramsey
+
+	* Updated SRS file with better proj4 definitions and nicer
+	  commented
+	  description lines.
+
+2003-01-31 17:23  chodgson
+
+	* fixed a small error in an example - road_name -> name
+
+2003-01-22 17:07  dblasby
+
+	* applied Mark Cave-Ayland's new patch that is a bit cleaner and
+	  has a
+	  user-defined FETCH limit for creating a histogram.
+
+2003-01-21 17:46  dblasby
+
+	* added patch from Mark Cave-Ayland that saves memory during
+	  histogram
+	  calculations by using cursors instead of loading all the BOXs at
+	  once.
+
+2003-01-06 18:07  pramsey
+
+	* Added USE_STATS fix for index selectivity.
+
+2002-12-17 23:24  dblasby
+
+	* fixed select astext(the_geom)||'dave' from ...; bug
+
+2002-12-10 04:45  pramsey
+
+	* Removed old sql.in files.
+
+2002-12-10 04:37  pramsey
+
+	* Support for 7.3 undefinition.
+
+2002-12-10 04:36  pramsey
+
+	* New SQL update files, with version dependant start and end
+	  scripts.
+
+2002-12-06 20:31  pramsey
+
+	* Set USE_PROJ back to default 0.
+
+2002-12-05 22:12  pramsey
+
+	* Returned to 'opaque' as type in creation, since 7.3 will
+	  automatically
+	  cast and < 7.3 will fail if I use a different value. This causes
+	  some
+	  warnings in 7.3, but no failures.
+
+2002-12-05 21:49  pramsey
+
+	* Updates to support 7.3 typecasting conventions. 7.3 support is
+	  now ready
+	  for beta testing.
+
+2002-12-05 21:11  pramsey
+
+	* "fixed" pg_opclass so that 7.3 index creation works.
+
+2002-12-05 20:57  pramsey
+
+	* Changed an opaque to internal (many to go...)
+
+2002-12-05 20:54  pramsey
+
+	* Pass USE_VERSION macro into the C compilation process to the
+	  pre-processor can
+	  make use of it
+
+2002-12-05 20:48  pramsey
+
+	* Changed libdir references to LIBPATH and started using the magic
+	  $libpath entry for default installs.
+
+2002-12-05 20:40  pramsey
+
+	* Formatting change.
+
+2002-12-05 20:30  pramsey
+
+	* Early support for 7.3. No fixes for typecasting problems yet.
+
+2002-12-05 19:55  pramsey
+
+	* Removed DOS linefeeds from SQL files.
+
+2002-12-05 19:48  pramsey
+
+	* Changes to support 7.3 cleanly.
+
+2002-12-05 19:48  pramsey
+
+	* Changes to allow 7.3 support to be easily added.
+
+2002-12-01 05:59  pramsey
+
+	* Original OpenGIS test suite files. To be edited to conform to
+	  PostGIS syntax where legal.
+
+2002-11-26 03:59  pramsey
+
+	* Changed references to 'make' into macro references to MAKE
+
+2002-11-22 21:25  chodgson
+
+	* changed the title of the new section from "Mapserver" to "Using
+	  Mapserver"
+
+2002-11-22 21:22  chodgson
+
+	* added more advanced mapserver documentation, and separated
+	  mapserver into its own section of the documentation
+
+2002-11-22 17:38  dblasby
+
+	* Non-compiled in transform() returns error instead of nop.
+
+2002-11-20 21:32  chodgson
+
+	* re-formatted the xml doc and added a bit about complex queries
+	  (still lots more to come on that topic)
+
+2002-11-06 23:55  jeffloun
+
+	* added support for clockwise-ness in shp dumper
+
+2002-11-04 21:21  pramsey
+
+	* Removed debugging connstring print.
+
+2002-10-25 16:13  dblasby
+
+	* Now accepts both types of multipoint - 'MULTIPOINT(0 0, 1
+	  1)'::geometry and
+	  'MULTIPOINT( (0 0), (1 1))'::geometry;
+
+2002-10-24 15:53  pramsey
+
+	* Added PGbox3d accessors for LLB and URB. Added PGgeometry update
+	  to
+	  account for SRIDs when they are present in the WKT. Submitted by
+	  Rueben Schultz.
+
+2002-10-17 17:06  chodgson
+
+	* fixed the last compile warning on solaris/gcc
+
+2002-10-17 16:45  chodgson
+
+	* - cleaned up all the compiler warnings
+	  - for getopt.c, this involved moving the line:
+	  extern char *getenv(const char *name);
+	  outside of the two nested #ifdefs that it was inside, as it is
+	  always required (the code that calls it isn't inside any #ifdefs)
+	  Perhaps this may break compilation in non-linux/gnu environments?
+
+2002-10-16 23:48  pramsey
+
+	* Fixed syntax error in hyperlink to postgis source.
+
+2002-10-16 20:33  dblasby
+
+	* Added support to turn off the postgis_gist_sel() computations
+	  (see Makefile).
+
+2002-10-16 17:27  pramsey
+
+	* Added USE_STATS switch to make the new statistics system
+	  optional.
+
+2002-10-16 17:06  chodgson
+
+	* makefile now has both support for auto-determining postgres
+	  version and support for the new histogram2d stuff
+
+2002-10-11 22:52  dblasby
+
+	* New file with original estimation methods.
+
+2002-10-11 22:52  dblasby
+
+	* Added support for histogram2d and better statistical analysis.
+
+2002-10-11 20:22  jeffloun
+
+	* fixed the errors in the error fix i had just committed...
+
+2002-10-11 20:10  jeffloun
+
+	* Fixed a bug from adding NULL support to shape dumper
+
+2002-10-10 17:32  jeffloun
+
+	* added support to write out null geometries to polygon,
+	  multipolygon, arc, and multiarcs...
+
+2002-10-10 17:11  jeffloun
+
+	* Added support to write out Null geometries to point and
+	  mulitpoints
+
+2002-10-10 17:00  chodgson
+
+	* - fixed a bug in box3d_overleft which would likely go unnoticed
+	  - fixed the docs for &<, &>, <<, and >> which were backwards
+
+2002-09-20 18:05  dblasby
+
+	* Fixed complier complaint reported by Mark Sutton <mes at lazo.ca>.
+
+2002-09-06 20:29  pramsey
+
+	* Trivial initialization bug, forget to set dimension.
+
+2002-09-05 16:49  pramsey
+
+	* Changes in preparation for 0.7.3 release
+
+2002-09-05 16:39  dblasby
+
+	* Fixed typo in dropgeometrycolumn() - IS null to =null. This was
+	  caused in the
+	  last 'fix'.
+
+2002-09-05 00:07  pramsey
+
+	* Make 7.2 index test check for version 7.1 and default to 7.2 if
+	  not
+	  This is preparatory to the 7.3 pgsql release which uses the sames
+	  GiST bindings as the 7.2 release.
+
+2002-09-04 16:55  dblasby
+
+	* Applied "Mark Cave-Ayland" <mark.cave-ayland at webbased.co.uk>'s
+	  patch so
+	  transform() will correctly tranform BBOX only geometries.
+
+2002-09-03 15:31  pramsey
+
+	* Added automatic test for version string and setting of USE_PG72
+	  to
+	  appropriate value, as submitted by Greg Stark.
+
+2002-09-01 20:04  pramsey
+
+	* Changes in preparation for 0.7.2 release.
+
+2002-08-19 16:14  dblasby
+
+	* changed "=NULL" to "is null" for postgresql 7.3 devel issues (as
+	  reported
+	  by Eric - redmonde at purdue.edu)
+
+2002-08-16 17:58  dblasby
+
+	* Applyed "Mark Cave-Ayland" <mark.cave-ayland at webbased.co.uk>'s
+	  patch
+	  to the truly_inside() function. Thanks mark!
+
+2002-08-07 16:31  pramsey
+
+	* Patch to write null geometries as "\N" in the dump file format
+	  case.
+	  Submitted by Steffen Macke <sdteffen at web.de>
+
+2002-07-26 16:50  chodgson
+
+	* minor correction
+
+2002-07-24 20:40  pramsey
+
+	* fixes the unwanted quotation of NULLs for the sql insert format.
+	  Submitted
+	  by Steffen Macke.
+
+2002-07-17 20:10  chodgson
+
+	* fixed some formatting errors from my previous addition
+
+2002-07-17 18:34  chodgson
+
+	* added a "common problems" sub-section to the "installing postgis"
+	  section
+
+2002-07-06 17:51  pramsey
+
+	* Reverted USE_PROJ to 0
+
+2002-07-06 15:16  pramsey
+
+	* Patch from Steffen Macke, NULL attributes are imported as NULL
+	  now,
+	  gid field renaming works now (case problem), \ and ' are escaped
+	  and don't break the import
+
+2002-07-04 23:38  dblasby
+
+	* added bytea(wkb)
+
+2002-06-26 18:34  pramsey
+
+	* fixed syntax error in reference to pgsql2shp
+
+2002-06-26 18:25  pramsey
+
+	* Cygwin fixes to the install target to provide .exe extensions.
+
+2002-06-07 18:16  jeffloun
+
+	* fixed a bug in pgsql2shp which displayed the total DBF rows
+	  written as one less than actually was written.
+
+2002-05-28 18:01  chodgson
+
+	* - updated the ~ and @ operator definitions in postgis_gist.sql.in
+	  so that ~ is contains and @ is contained (should have been done
+	  in the last update, but I forgot)
+
+2002-05-28 17:59  chodgson
+
+	* - updated the ~ and @ operator definitions in
+	  postgis_gist_72.sql.in so that ~ is contains and @ is contained
+
+2002-05-28 17:54  chodgson
+
+	* - updated the translate function in postgis_fn.c to translate the
+	  bounding box as well, as suggested by Robert Burgholzer
+
+2002-05-22 19:29  pramsey
+
+	* Fixed syntax error in GeometryN defn.
+
+2002-05-14 20:50  pramsey
+
+	* Set USE_PG72 to 0.
+
+2002-05-14 20:47  pramsey
+
+	* Documentation updates for 0.7.1 release.
+
+2002-05-14 20:36  pramsey
+
+	* Stripped DOS carriage returns from all source code files. Should
+	  fix some compilation problems on some platforms.
+
+2002-05-14 18:28  chodgson
+
+	* - integrated a bugfix for the rtree_picksplit algorithm from
+	  Teodor Sigaev. This fixes the bug which reports "ERROR:
+	  MemoryContextAlloc: invalid request size 0" while building a gist
+	  rtree index (first reported by Andy Turk)
+	  
+	  - cleaned up some warnings (mostly "possibly unitialized
+	  variables")
+
+2002-05-06 17:35  chodgson
+
+	* - changed add_to_geometry() and collector() so that the sql
+	  collect() aggregate returns the simplest possible geometric type,
+	  ie. a MULTIPOINT instead of a GEOMETRYCOLLECTIONwhen all of the
+	  geometries being collected are of either POINT or MULTIPOINT type
+
+2002-05-04 23:08  pramsey
+
+	* Fixed mistake in FAQ example on radius searching.
+
+2002-05-04 22:52  pramsey
+
+	* More docbook changes.
+
+2002-05-04 22:51  pramsey
+
+	* Docbook syntax error changes.
+
+2002-05-04 22:47  pramsey
+
+	* Added postgis_undef.sql to make clean target.
+
+2002-05-04 22:46  pramsey
+
+	* Documentation updates to go with the 0.7 release. All new
+	  functions
+	  documented, and appropriate changes made to installation and
+	  other
+	  directions. New build process for the PG72 indexes and PROJ4
+	  support
+	  added to Makefile.
+
+2002-05-04 22:44  pramsey
+
+	* Add commenting to indicate the coordinate system of each insert
+	  line in
+	  a human readable form.
+
+2002-05-04 22:44  pramsey
+
+	* Update shapelib references to 1.2.9.
+
+2002-05-04 20:30  pramsey
+
+	* Added an "install" target which installs shp2pgsql and pgsql2shp
+	  in the
+	  default pgsql bin directory.
+
+2002-05-04 20:29  pramsey
+
+	* Changed WANT_PROJECTION flag to USE_PROJ to match other Makefile
+	  defines.
+
+2002-05-04 20:28  pramsey
+
+	* Added GeomFromText alias to GeometryFromText since the former is
+	  in the
+	  SFSQL spec and the latter is not.
+
+2002-05-03 03:14  pramsey
+
+	* Start of 0.7 documenation edits.
+
+2002-05-02 22:25  dblasby
+
+	* transform_geom() - if it gets and error -38 from PROJ.4 (couldnt
+	  open
+	  grid file) it will try to do the transform without a
+	  a datum conversion. This usually occurs if you ask
+	  for a re-projection for a point outside where you have
+	  grid data for.
+
+2002-04-30 23:37  dblasby
+
+	* Better error reporting.
+
+2002-04-30 23:20  dblasby
+
+	* Added some debugging to transform.
+
+2002-04-29 17:23  dblasby
+
+	* Added distance_ellipsiod(point,point,ellipsoid)
+	  (called distance_spheroid in SQL)
+
+2002-04-26 22:50  chodgson
+
+	* - cut the gist indexing-related functions out of postgis_ops.c
+	  and put them in postgis_gist.c, then put the new gist indexing
+	  functions for postgres >= 7.2 in the file postgis_gist_72
+	  
+	  - similarly, the sql definitions of the gist functions have been
+	  split into their own new sql.in file, with postgis_gist_72.sql.in
+	  containing the new postgres >= 7.2 definitions
+	  
+	  - the makefile has been updated to compile EITHER postgis_gist.c
+	  OR postgis_gist_72.c, and also to process EITHER
+	  postgis_gist.sql.in OR postgis_gist_72.sql and add the output to
+	  the end of postgis.sql
+	  
+	  - in order to compile the gist functions for posgres 7.2 or
+	  newer, make sure to point your PGSQL_SRC at the new source
+	  directory, and uncomment the line in the makefile which says PG72
+	  = 1 (near the top)
+	  
+	  - some functions that were previously in postgis_ops.c were moved
+	  to postgis_fn.c, as part of a general cleanup I did when
+	  splitting off the gist functions into their own file
+	  
+	  - some definitions that were previously in postgis.h
+	  (unnecessarily) where removed, as they varied depending on which
+	  version of postgis_gist was being used
+	  
+	  - also edited the loader/Makefile to clean up properly
+
+2002-04-26 16:13  pramsey
+
+	* Column name length limitation removed. Patch submitted by
+	  Bernhard
+	  Reiter <bernhard at intevation.de>
+
+2002-04-23 17:02  pramsey
+
+	* XML syntax error.
+
+2002-04-19 18:20  pramsey
+
+	* Removed the CREATE INDEX statement since there is already a
+	  primary
+	  key index.
+
+2002-04-19 18:15  pramsey
+
+	* Added PROJ4 entries to all relevant rows, altered the auth_name
+	  to
+	  be EPSG for those IDs which originated from the EPSG.
+
+2002-04-19 15:14  pramsey
+
+	* Patches to bring example up to current version in terms of SQL
+	  access
+	  and to stop silly bug in missing table case. Submitted by
+	  Steffen Macke <sdteffen at web.de>
+
+2002-04-15 22:38  jeffloun
+
+	* fixed bug that allowed two field names to be the same in
+	  shp2psql, we are now checking for that.
+
+2002-03-26 23:46  dblasby
+
+	* changed postgis_Version() to return type text, not type char.
+
+2002-03-25 22:20  pramsey
+
+	* Minor syntax changes in commenting.
+
+2002-03-25 02:04  pramsey
+
+	* Minor syntactical changes to try and allow compilation on IRIX.
+
+2002-03-22 18:42  chodgson
+
+	* Added the collect(geometry) function which is an aggregate
+	  function that
+	  takes a group of geometries and turns them into a geometry
+	  collection. For
+	  example, "select collect(roadsgeom) from roadstable group by
+	  roadname"
+	  would return one geometrycollection for each unique road name.
+
+2002-03-15 17:10  dblasby
+
+	* ADD xmin(box3d) etc... for box3d's.
+
+2002-03-14 19:35  jeffloun
+
+	* added a warning to the shape dumper when there are no fields in
+	  the database.
+
+2002-03-01 19:32  pramsey
+
+	* Alter shp2pgsql in the -d case so that 'DELETE FROM' is used to
+	  clear the
+	  'GEOMETRY_COLUMNS' table during table drop instead of
+	  DropGeometryColumns.
+	  Patch submitted by Steffen Macke <sdteffen at yahoo.com>.
+
+2002-02-27 00:38  dblasby
+
+	* minor bug in geometry_to_text() for BOX3D only types fixed.
+
+2002-02-27 00:06  dblasby
+
+	* BOX3D only geometries now dump as "SRID=x;BOX3D(...)". They are
+	  now okay to dump/restore.
+
+2002-02-26 23:46  dblasby
+
+	* for bbox only geometries, it will dump as "SRID=x;NULL", and on
+	  load, it will be NULL.
+
+2002-02-23 19:04  pramsey
+
+	* Patch to pgsql2shp to allow dumping of tables with more than one
+	  geometry
+	  column, and addition of -g option to specific which geometry
+	  column to dump.
+	  Submitted by Steffen Macke <sdteffen at yahoo.com>.
+
+2002-02-19 16:57  pramsey
+
+	* Patch to shp2pgsql.c to properly handle 3D shape files. Submitted
+	  by Steffen Macke <sdteffen at yahoo.com>.
+
+2002-02-18 18:02  dblasby
+
+	* minor bug fix
+
+2002-02-18 17:02  dblasby
+
+	* Added TS support function (chip and some non-SFSQL functions)
+
+2002-02-13 16:50  pramsey
+
+	* Fixed syntax error in UPDATE statement.
+
+2002-01-11 16:58  dblasby
+
+	* better "no proj4" support addded
+
+2002-01-08 16:55  pramsey
+
+	* Fixed dumb error in POINT syntax example.
+
+2002-01-07 21:07  dblasby
+
+	* Order changes to avoid conflicts.
+
+2002-01-03 23:31  dblasby
+
+	* Added max_distance(l1,l2) function
+
+2001-12-21 23:01  dblasby
+
+	* Coordinate transformation function, transform() added in this
+	  file.
+	  Adds requirement for linking the proj4 library if non-null
+	  version of
+	  function is requested.
+
+2001-12-21 19:44  pramsey
+
+	* Doco changes to reflect use of 'createlang' as default language
+	  creator.
+
+2001-12-18 22:28  dblasby
+
+	* Added to achive (no code)
+
+2001-12-12 22:21  dblasby
+
+	* changed setSRID(chip and geometry, int) so its cachable
+
+2001-12-12 22:19  dblasby
+
+	* Made setSRID cachable
+
+2001-11-21 19:39  dblasby
+
+	* Chip now handles data with different datasizes (datum_size)
+
+2001-11-19 17:25  pramsey
+
+	* Fix error in sentence about OGC support.
+
+2001-11-07 19:35  pramsey
+
+	* Added dates to changelog *yawn*
+
+2001-11-07 17:25  pramsey
+
+	* Added 0.6.2 changes.
+
+2001-11-06 23:03  jeffloun
+
+	* Fixed the 'free memory that didn't exist problem' from newsgroup
+	  feedback
+
+2001-11-02 23:04  dblasby
+
+	* New CHIP type
+
+2001-11-02 23:00  dblasby
+
+	* Added CHIP info
+
+2001-11-02 00:28  pramsey
+
+	* Added README to files installed by default
+
+2001-11-01 22:57  pramsey
+
+	* Updated shapelib files from latest CVS version.
+
+2001-10-31 22:18  pramsey
+
+	* Added spatial_ref_sys.sql to the installed files for 'make
+	  install'
+
+2001-10-30 19:52  pramsey
+
+	* Added some line commenting to make names more readable.
+
+2001-10-30 19:47  pramsey
+
+	* More spelling fixes, this time with ispell! :)
+
+2001-10-30 19:43  pramsey
+
+	* Fix spelling mistake.
+
+2001-10-29 17:52  jeffloun
+
+	* fixed a bug which made the last column value in the dbf file
+	  loading
+	  incorrect if you were using Dump format.
+
+2001-10-26 17:04  pramsey
+
+	* Added N.Vines changes to Makefile for better compilation under
+	  cygwin.
+
+2001-10-26 16:30  pramsey
+
+	* Fixed documentation error with respect to box3d
+
+2001-10-25 18:22  dblasby
+
+	* Fixed but in WKB out - wkb_multi* didnt set the 'size' return
+	  value.
+
+2001-10-24 20:56  pramsey
+
+	* File with all the ESRI standard ID codes, with corresponding WKT
+	  definitions, for loading into the SPATIAL_REF_SYS table.
+
+2001-10-24 20:42  pramsey
+
+	* Sweet mary, mother of god, getopt.c was a mess! Cleaned out HTML
+	  entities
+	  and added stdio.h include. Works better now.
+
+2001-10-23 23:41  jeffloun
+
+	* fixed a bug in shp2pgsqkl that allocated way too much memory in
+	  polygon files.
+
+2001-10-22 20:13  jeffloun
+
+	* Standard GNU option handling.
+
+2001-10-22 20:12  jeffloun
+
+	* Modified both loader/dumper to use gnu getopt.c instead of
+	  standar one
+	  since getopt was not the same on solaris and linux.
+
+2001-10-18 17:52  pramsey
+
+	* postgis_undef.sql is now automatically generated from postgis.sql
+	  so
+	  no longer part of source code distribution
+
+2001-10-18 17:51  pramsey
+
+	* Added lines to automatically create postgis_undef.sql from
+	  postgis.sql using create_undef.pl as part of standard build
+	  process.
+
+2001-10-18 16:39  dblasby
+
+	* create_undef.pl changed to reove the 2 meta-info tables
+	  (spatial_ref_sys and geometry_columns).
+
+2001-10-17 23:13  pramsey
+
+	* Updated style.css to match new website.
+
+2001-10-15 18:07  pramsey
+
+	* 0.6.1 changes
+
+2001-10-15 17:42  pramsey
+
+	* Usage documentation changes.
+
+2001-10-11 18:35  pramsey
+
+	* Added line break ot usage.
+
+2001-10-11 18:34  pramsey
+
+	* Made usage line more friendly for 80 column displays.
+
+2001-10-11 18:26  pramsey
+
+	* Edited the usage log to by nicer to 80 column displays
+
+2001-10-11 18:07  jeffloun
+
+	* Fixed some errors and warning that caused it not to compile under
+	  linux
+
+2001-10-11 17:15  jeffloun
+
+	* Modified the .c files slightly to get rid of some warnings.
+
+2001-10-04 18:53  jeffloun
+
+	* Modified the pgsql2shp file to use getopt to parse the arguments.
+	  Modified the Readme file accordingly to the new command line
+	  usages.
+	  
+	  automatically CVS: CVS: Committing in . CVS: CVS: Modified Files:
+	  CVS: postgis/loader/README.pgsql2shp postgis/loader/pgsql2shp.c
+
+2001-10-01 19:33  jeffloun
+
+	* Modified the program to use getopt topion parsing.
+
+2001-09-20 18:14  jeffloun
+
+	* Modified this file to dynamically detemine the name of the
+	  geometry column
+	  instead of using the default one the loader assigns.
+
+2001-09-20 16:08  dblasby
+
+	* Removed index-based extent() support functions in postgis_debug.c
+	  due to
+	  compile errors reported under cygwin.
+
+2001-09-19 23:03  pramsey
+
+	* Updated to provide usage information for the dumper.
+
+2001-09-19 22:59  pramsey
+
+	* Split the loader README into two readmes, one for loader and one
+	  for
+	  dumper.
+
+2001-09-19 19:01  pramsey
+
+	* Makefile changes in preparation for 0.6 release.
+	  Documentation fiddling for final format.
+
+2001-09-19 18:47  pramsey
+
+	* Changes and additions necessary to include pgsql2shp
+
+2001-09-19 18:00  pramsey
+
+	* Additions for the 0.6 release.
+
+2001-09-18 01:34  pramsey
+
+	* Updates to the documentation (new functions, 0.6 special info,
+	  mapserver
+	  info). Other release-specific updates in CHANGES, README, TODO to
+	  give
+	  info on the new code.
+
+2001-09-17 21:24  jeffloun
+
+	* Fixed a stupid debugging error that would cause all things to be
+	  treated as 3d points.
+
+2001-09-17 21:00  jeffloun
+
+	* Makefile changes:
+	  I added an option in the makefile to add debugging information
+	  into the compile.
+	  
+	  shp2psql.c
+	  Modified this program so that it works with the new specs of
+	  version 0.6 , sr_id's etc.
+	  Also added a command line option to specify the sr_id.
+
+2001-09-04 19:41  dblasby
+
+	* Added workaround for PostgreSQL's user defined VARIABLE length
+	  datatype default value bug
+
+2001-09-04 19:30  dblasby
+
+	* Added support to make WKB a full type.
+
+2001-08-30 22:24  pramsey
+
+	* Typo in SQL example fixed.
+
+2001-08-24 21:11  dblasby
+
+	* geometry(text) function safer with null text fields.
+
+2001-08-24 21:02  dblasby
+
+	* added geometry(text) conversion function
+
+2001-08-14 22:15  dblasby
+
+	* Added support for better restrictivity of && searches.
+	  Defaulted to 0.005 (in backend/utils/adt/geo_selfuncs.c) - I've
+	  changed it
+	  to be much smaller. This should work for everything but really
+	  really
+	  large tables.
+
+2001-08-10 02:21  pramsey
+
+	* Fixed type in index description.
+
+2001-08-08 22:10  pramsey
+
+	* Added a -C option for the shp2pgsql compile
+
+2001-08-08 21:54  dblasby
+
+	* Added new undef.sql file and perl file to generate it.
+
+2001-08-08 21:49  dblasby
+
+	* Added new perl function to make an undef SQL script.
+
+2001-08-08 05:25  pramsey
+
+	* Made OGIS type numbers final per request from James MacGill @
+	  Leeds
+
+2001-08-07 21:36  pramsey
+
+	* This file is superceded by the Makefile.
+
+2001-08-07 21:35  pramsey
+
+	* This binary should not have been in CVS.
+
+2001-08-02 16:50  dblasby
+
+	* Added more openGIS functions:
+	  Length2d() is renamed length()
+	  perimeter2d() is renamed to perimeter()
+	  
+	  numgeometries(geometry) works on MULTI* types
+	  geometryn(geometry) works on MULTI* types
+	  
+	  
+	  from section 2.1.5.1
+	  --------------------
+	  startpoint(geometry) :- if geometry is a linestring, return the
+	  first
+	  point. Otherwise, return NULL.
+	  
+	  endpoint(geometry) :- if geometry is a linestring, return the
+	  last
+	  point. Otherwise, return NULL.
+	  
+	  from section 2.1.9.1/3.2.18.2
+	  --------------------
+	  
+	  centroid(geometry) :- if geometry is a polygon (or multipolygon),
+	  return
+	  the mathematical centroid (no guaranteed to be on polygon),
+	  otherwise
+	  return NULL. I define centroid as the average location of all the
+	  points
+	  in the polygon (outer ring only). For multipolygons, average all
+	  the
+	  points on all the outer rings.
+	  
+	  from section 3.2.12.2/3.2.17.2
+	  ---------------------
+	  isclosed(geometry) :- if geometry is a linestring then returns
+	  startpoint == endpoint. If its not a linestring then return NULL.
+	  If
+	  its a multilinestring, return true only if all the
+	  sub-linestrings have
+	  startpoint=endpoint.
+
+2001-07-31 19:11  dblasby
+
+	* Added plpgsql functions AddGeometryColumn() and
+	  DeleteGeometryColumn().
+
+2001-07-30 17:29  dblasby
+
+	* Starting to integrate all the SRIDs into functions that create
+	  geometries or
+	  use two geometries. Throws error if try to compare geometries
+	  with different
+	  SRIDs.
+
+2001-07-30 16:41  pramsey
+
+	* Ooops, back to shp2pgsql as the target (dummy target)
+
+2001-07-30 16:31  pramsey
+
+	* Renamed loader target to 'loader'.
+
+2001-07-30 16:27  pramsey
+
+	* Added a line to automatically make shp2pgsql with 'all'
+
+2001-07-29 17:18  pramsey
+
+	* Added section on upgrading.
+
+2001-07-26 17:41  pramsey
+
+	* And one last time, this time for real, fixing the install
+	  location.
+
+2001-07-26 17:37  pramsey
+
+	* Changed back to libdir for the install path
+
+2001-07-26 17:22  pramsey
+
+	* Updated minor version number to 5
+
+2001-07-24 20:37  dblasby
+
+	* added expand_bbox(bbox,double) for easier searching.
+
+2001-07-24 20:18  dblasby
+
+	* minor change to distance(geom,geom) for stability
+
+2001-07-24 20:12  dblasby
+
+	* added distance(geometry,geometry) and support functions
+
+2001-07-23 22:53  pramsey
+
+	* Apply Norman Vine's Cygwin fix for the loader to compile
+
+2001-07-22 19:00  pramsey
+
+	* Fix error in shp2pgsql section.
+
+2001-07-21 00:43  pramsey
+
+	* Added lines for 0.2 and 0.5
+
+2001-07-21 00:16  dblasby
+
+	* Fixes to single-point-line problem.
+
+2001-07-21 00:02  pramsey
+
+	* Updates for 0.5 release.
+
+2001-07-20 23:49  pramsey
+
+	* Entered 0.5 change list
+
+2001-07-20 23:40  pramsey
+
+	* First version.
+
+2001-07-20 23:27  pramsey
+
+	* Change version numbers
+
+2001-07-20 23:26  pramsey
+
+	* Updated to include all new functions and features since release
+	  0.2
+
+2001-07-20 18:48  dblasby
+
+	* Dumper changes.
+
+2001-07-20 18:24  pramsey
+
+	* Spelling error in makefile.
+
+2001-07-20 18:23  pramsey
+
+	* Fixed dos2unix problem.
+
+2001-07-20 18:21  pramsey
+
+	* Added newlines after each begin directive.
+
+2001-07-20 16:10  dblasby
+
+	* Added -dump option to produce pg_dump format output. Minor fixes.
+
+2001-07-20 15:25  pramsey
+
+	* Hopefully fixed PGSQL_SRC environment variable test.
+
+2001-07-18 22:17  dblasby
+
+	* Added function:
+	  point_inside_circle(geometry, Px, Py, d)
+	  - returns true if there is a point in geometry whose distance to
+	  (Px,Py) is < d
+
+2001-07-18 21:45  pramsey
+
+	* Changed loader name to shp2pgsql
+
+2001-07-18 21:42  pramsey
+
+	* Initial add of the data loader code.
+
+2001-07-16 16:53  pramsey
+
+	* Added a 'make clean' directive.
+
+2001-06-29 22:32  dblasby
+
+	* Fixed bug: must ALWAYS copy input data - never modify it in
+	  place. If you
+	  do, it'll (unexpectly) update the database.
+
+2001-06-29 00:08  dblasby
+
+	* Fix typo in box3d
+
+2001-06-28 23:53  dblasby
+
+	* Added force_collection(geometry)
+
+2001-06-28 17:52  dblasby
+
+	* converting a GEOMETRYCOLLECTION to wkb had the size of the wkb
+	  off by 9
+	  bytes (size of the collection header). Fixed.
+
+2001-06-27 21:43  dblasby
+
+	* *** empty log message ***
+
+2001-06-27 17:28  dblasby
+
+	* Initial version of Projection support (currently limited to
+	  ellipsoids).
+
+2001-06-26 23:57  pramsey
+
+	* Building in non-standard location now requires the PGSQL_SRC
+	  environment
+	  variable to be set and installs in the build location.
+
+2001-06-26 18:33  dblasby
+
+	* Added OGIS support functions and basic constructors.
+
+2001-06-22 18:13  dblasby
+
+	* Altered to point local development library path at right place.
+
+2001-06-22 17:39  cvs
+
+	* Initial revision
+
+2001-06-22 17:39  cvs
+
+	* New repository initialized by cvs2svn.
+
diff --git a/GNUmakefile.in b/GNUmakefile.in
index b63e289..4ced3f1 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -25,9 +25,8 @@ all: postgis_svn_revision.h
 
 ifeq (@LIBLWGEOM_ONLY@,no)
 install: all comments-install
-endif
-
 uninstall: docs-uninstall comments-uninstall
+endif
 
 clean: docs-clean clean-local
 
diff --git a/NEWS b/NEWS
index 6760a6a..5bfc3d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+PostGIS 2.2.1
+2016/01/06
+
+ * Bug Fixes *
+
+  - #2232, avoid accumulated error in SVG rounding
+  - #3321, Fix performance regression in topology loading
+  - #3329, Fix robustness regression in TopoGeo_addPoint
+  - #3349, Fix installation path of postgis_topology scripts
+  - #3351, set endnodes isolation on ST_RemoveIsoEdge
+           (and lwt_RemIsoEdge)
+  - #3355, geography ST_Segmentize has geometry bbox 
+  - #3359, Fix toTopoGeom loss of low-id primitives from
+           TopoGeometry definition
+  - #3360, _raster_constraint_info_scale invalid input syntax
+  - #3375, crash in repeated point removal for collection(point)
+  - #3378, Fix handling of hierarchical TopoGeometries
+           in presence of multiple topologies
+  - #3380, #3402, Decimate lines on topology load
+  - #3388, #3410, Fix missing end-points in ST_Removepoints
+  - #3389, Buffer overflow in lwgeom_to_geojson
+  - #3390, Compilation under Alpine Linux 3.2
+  			gives an error when compiling the postgis and postgis_topology extension
+  - #3393, ST_Area NaN for some polygons
+  - #3401, Improve ST_Split robustness on 32bit systems
+  - #3404, ST_ClusterWithin crashes backend
+  - #3407, Fix crash on splitting a face or an edge
+           defining multiple TopoGeometry objects
+  - #3411, Clustering functions not using spatial index
+  - #3412, Improve robustness of snapping step in TopoGeo_addLinestring
+  - #3415, Fix OSX 10.9 build under pkgsrc
+  - Fix memory leak in lwt_ChangeEdgeGeom [liblwgeom]
+
+
 PostGIS 2.2.0
 2015/10/07
 
@@ -76,6 +110,7 @@ PostGIS 2.2.0
   - #2349, Support for encoded_polyline input/output (Kashif Rasul)
   - #2159, report libjson version from postgis_full_version()
   - #2770, ST_MemSize(raster)
+  - #2093, ST_Simplify(geom, tol, preserveCollapsed) new parameter
   - Add postgis_noop(raster)
   - Added missing variants of ST_TPI(), ST_TRI() and ST_Roughness()
   - Added GUC postgis.gdal_enabled_drivers to specify GDAL config
@@ -104,7 +139,7 @@ PostGIS 2.2.0
 
   - #3223, Add memcmp short-circuit to ST_Equals (Daniel Baston)
   - #3227, Tiger geocoder upgraded to support Tiger 2015 census
-  - #2278, Make liblwgeom compatible between minor releases
+  - #2278, Make liblwgeom potentially ABI-compatible between micro releases
   - #897, ST_AsX3D support for GeoCoordinates and systems "GD" "WE"
            ability to flip x/y axis (use option = 2, 3)
   - ST_Split: allow splitting lines by multilines, multipoints
@@ -151,6 +186,31 @@ PostGIS 2.2.0
     smaller files for ease of long-term maintenance and development
   - #1220, lwerror and lwnotice function became internal to liblwgeom
 
+PostGIS 2.1.8
+2015/07/07
+
+ * Bug Fixes *
+
+  - #3159, do not force a bbox cache on ST_Affine
+  - #3018, GROUP BY geography sometimes returns duplicate rows
+  - #3048, shp2pgsql - illegal number format when specific system locale set
+  - #3094, Malformed GeoJSON inputs crash backend
+  - #3104, st_asgml introduces random characters in ID field
+  - #3155, Remove liblwgeom.h on make uninstall
+  - #3177, gserialized_is_empty cannot handle nested empty cases
+  - Fix crash in ST_LineLocatePoint
+
+
+PostGIS 2.1.7
+2015/03/30
+
+ * Bug Fixes *
+
+  - #3086, ST_DumpValues() crashes backend on cleanup with invalid
+           band indexes
+  - #3088, Do not (re)define strcasestr in a liblwgeom.h
+  - #3094, Malformed GeoJSON inputs crash backend
+  
 PostGIS 2.1.6
 2015/03/20
 
diff --git a/README.md b/README.md
index 57596ab..5faf506 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,28 @@
-[![Build Status](https://secure.travis-ci.org/postgis/postgis.png)]
-(http://travis-ci.org/postgis/postgis)
+Travis:
+ [![Build Status](https://secure.travis-ci.org/postgis/postgis.png?branch=svn-2.2)]
+ (http://travis-ci.org/postgis/postgis)
+Debbie:
+ [![Build Status](http://debbie.postgis.net:8080/buildStatus/icon?job=PostGIS_2.2)]
+ (http://debbie.postgis.net:8080/view/PostGIS/job/PostGIS_2.2/)
+Winnie:
+ [![Build Status](http://winnie.postgis.net:1500/buildStatus/icon?job=PostGIS_2.2)]
+ (http://winnie.postgis.net:1500/view/PostGIS/job/PostGIS_2.2/)
+GitLab-CI:
+ [![Build Status](http://gitlab.com/ci/projects/3944/status.png?ref=svn-2.2)]
+ (http://gitlab.com/ci/projects/3944?ref=svn-2.2)
 
 This file is here to play nicely with modern code repository facilities.
 Actual readme is [here](README.postgis).
 
-Official code repository, issue tracker and wiki:
+## Official code repository, issue tracker and wiki:
 https://trac.osgeo.org/postgis/
 
+## Official source tarball releases
+http://postgis.net/source
+
+If you would like to contribute to this project, please refer to our
+[contributing guidelines](CONTRIBUTING.md).
+
+## Project Home Page and Manuals
 Project homepage: http://postgis.net/
+PostGIS Manuals: http://postgis.net/documentation
diff --git a/README.postgis b/README.postgis
index 06bd8e4..04f02b3 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.2.0
-:Date: 2014-10-07
+:Version: 2.2.1
+:Date: 2015-10-XX
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 1deef94..a60667c 100644
--- a/Version.config
+++ b/Version.config
@@ -5,5 +5,18 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=0
+POSTGIS_MICRO_VERSION=1
+
+# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
+# when changing POSTGIS_MINOR_VERSION
+
+# Current interface, increments when adding an interface
+LIBLWGEOM_IFACE_CUR=5
+# Age of current interface, only changes when current interface
+# changes, either incrementing with it (compatible change) or
+# going back to zero (incompatible change).
+LIBLWGEOM_IFACE_AGE=0
+# Revision of current interface, set to 0 when adding an interface
+# or increment when just changing implementations.
+LIBLWGEOM_IFACE_REV=0
 
diff --git a/authors.git b/authors.git
index 5c2ffc8..efb35d5 100644
--- a/authors.git
+++ b/authors.git
@@ -26,3 +26,4 @@ xingkth = Xing Lin <solo.lin at gmail.com>
 yecarrillo = Eduin Carrillo <yecarrillo at yahoo.com>
 bergun = Baris Ergun <barisergun75 at gmail.com>
 woodbri = Stephen Woodbridge <woodbri at swoodbridge.com>
+dbaston = Daniel Baston <dbaston at gmail.com>
diff --git a/authors.svn b/authors.svn
index a79e21d..20a30c6 100644
--- a/authors.svn
+++ b/authors.svn
@@ -26,3 +26,4 @@ xingkth:Xing Lin <solo.lin at gmail.com>
 yecarrillo:Eduin Carrillo <yecarrillo at yahoo.com>
 bergun:Baris Ergun <barisergun75 at gmail.com>
 woodbri:Stephen Woodbridge <woodbri at swoodbridge.com>
+dbaston:Daniel Baston <dbaston at gmail.com>
diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index 00d457b..1798d41 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -53,7 +53,7 @@ fi
 ./configure \
     --with-pgconfig=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}/bin/pg_config \
     --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \
-    --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config --without-interrupt-tests
+    --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config --with-sfcgal=/usr/bin/sfcgal-config --without-interrupt-tests
 make clean
 ## install so we can later test extension upgrade
 make 
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 06d505b..eb3cd48 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -156,7 +156,7 @@ if [ "$MAKE_EXTENSION" == "1" ]; then
  cp -r extensions/*/*.control ${PGPATHEDB}/share/extension
  cp -r extensions/*/*.dll ${PGPATHEDB}/lib
  
- make check RUNTESTFLAGS=--extension
+ make check RUNTESTFLAGS="--extension -v"
  
  ##test address standardizer
  cd ${POSTGIS_SRC}
@@ -175,4 +175,4 @@ fi
 if [ "$MAKE_GARDEN" == "1" ]; then
  export PGUSER=postgres
  make garden
-fi
\ No newline at end of file
+fi
diff --git a/config.guess b/config.guess
index dbfb978..1659250 100755
--- a/config.guess
+++ b/config.guess
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2015-01-01'
+timestamp='2015-08-20'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -168,20 +168,27 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
 	# Note: NetBSD doesn't particularly care about the vendor
 	# portion of the name.  We always set it to "unknown".
 	sysctl="sysctl -n hw.machine_arch"
-	UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
-	    /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
+	UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
+	    /sbin/$sysctl 2>/dev/null || \
+	    /usr/sbin/$sysctl 2>/dev/null || \
+	    echo unknown)`
 	case "${UNAME_MACHINE_ARCH}" in
 	    armeb) machine=armeb-unknown ;;
 	    arm*) machine=arm-unknown ;;
 	    sh3el) machine=shl-unknown ;;
 	    sh3eb) machine=sh-unknown ;;
 	    sh5el) machine=sh5le-unknown ;;
+	    earmv*)
+		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
+		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
+		machine=${arch}${endian}-unknown
+		;;
 	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
 	esac
 	# The Operating System including object format, if it has switched
 	# to ELF recently, or will in the future.
 	case "${UNAME_MACHINE_ARCH}" in
-	    arm*|i386|m68k|ns32k|sh3*|sparc|vax)
+	    arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax)
 		eval $set_cc_for_build
 		if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
 			| grep -q __ELF__
@@ -197,6 +204,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
 		os=netbsd
 		;;
 	esac
+	# Determine ABI tags.
+	case "${UNAME_MACHINE_ARCH}" in
+	    earm*)
+		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
+		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
+		;;
+	esac
 	# The OS release
 	# Debian GNU/NetBSD machines have a different userland, and
 	# thus, need a distinct triplet. However, they do not need
@@ -207,13 +221,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
 		release='-gnu'
 		;;
 	    *)
-		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
 		;;
 	esac
 	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
 	# contains redundant information, the shorter form:
 	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
-	echo "${machine}-${os}${release}"
+	echo "${machine}-${os}${release}${abi}"
 	exit ;;
     *:Bitrig:*:*)
 	UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
@@ -235,6 +249,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     *:MirBSD:*:*)
 	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
 	exit ;;
+    *:Sortix:*:*)
+	echo ${UNAME_MACHINE}-unknown-sortix
+	exit ;;
     alpha:OSF1:*:*)
 	case $UNAME_RELEASE in
 	*4.0)
@@ -933,6 +950,9 @@ EOF
     crisv32:Linux:*:*)
 	echo ${UNAME_MACHINE}-axis-linux-${LIBC}
 	exit ;;
+    e2k:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	exit ;;
     frv:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
@@ -1021,7 +1041,7 @@ EOF
 	echo ${UNAME_MACHINE}-dec-linux-${LIBC}
 	exit ;;
     x86_64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	echo ${UNAME_MACHINE}-pc-linux-${LIBC}
 	exit ;;
     xtensa*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
diff --git a/config.sub b/config.sub
index 6d2e94c..1acc966 100755
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2015-01-01'
+timestamp='2015-08-20'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
   nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
   linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
-  knetbsd*-gnu* | netbsd*-gnu* | \
+  knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
   kopensolaris*-gnu* | \
   storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os
@@ -255,11 +255,12 @@ case $basic_machine in
 	| arc | arceb \
 	| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
 	| avr | avr32 \
+	| ba \
 	| be32 | be64 \
 	| bfin \
 	| c4x | c8051 | clipper \
 	| d10v | d30v | dlx | dsp16xx \
-	| epiphany \
+	| e2k | epiphany \
 	| fido | fr30 | frv | ft32 \
 	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 	| hexagon \
@@ -305,7 +306,7 @@ case $basic_machine in
 	| riscv32 | riscv64 \
 	| rl78 | rx \
 	| score \
-	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
+	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 	| sh64 | sh64le \
 	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
 	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
@@ -376,12 +377,13 @@ case $basic_machine in
 	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
 	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
 	| avr-* | avr32-* \
+	| ba-* \
 	| be32-* | be64-* \
 	| bfin-* | bs2000-* \
 	| c[123]* | c30-* | [cjt]90-* | c4x-* \
 	| c8051-* | clipper-* | craynv-* | cydra-* \
 	| d10v-* | d30v-* | dlx-* \
-	| elxsi-* \
+	| e2k-* | elxsi-* \
 	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
 	| h8300-* | h8500-* \
 	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
@@ -428,12 +430,13 @@ case $basic_machine in
 	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
 	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
 	| pyramid-* \
+	| riscv32-* | riscv64-* \
 	| rl78-* | romp-* | rs6000-* | rx-* \
 	| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
 	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
 	| sparclite-* \
-	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
+	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \
 	| tahoe-* \
 	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
 	| tile*-* \
@@ -518,6 +521,9 @@ case $basic_machine in
 		basic_machine=i386-pc
 		os=-aros
 		;;
+        asmjs)
+		basic_machine=asmjs-unknown
+		;;
 	aux)
 		basic_machine=m68k-apple
 		os=-aux
@@ -1373,7 +1379,7 @@ case $os in
 	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
 	      | -sym* | -kopensolaris* | -plan9* \
 	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
-	      | -aos* | -aros* \
+	      | -aos* | -aros* | -cloudabi* | -sortix* \
 	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
 	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
 	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
diff --git a/configure b/configure
index ac69476..c9da6dc 100755
--- a/configure
+++ b/configure
@@ -765,7 +765,6 @@ GPP
 CPPBIN
 ANT
 CPP
-LT_SYS_LIBRARY_PATH
 OTOOL64
 OTOOL
 LIPO
@@ -823,6 +822,7 @@ infodir
 docdir
 oldincludedir
 includedir
+runstatedir
 localstatedir
 sharedstatedir
 sysconfdir
@@ -849,7 +849,6 @@ enable_shared
 enable_static
 with_pic
 enable_fast_install
-with_aix_soname
 with_gnu_ld
 with_sysroot
 enable_libtool_lock
@@ -888,7 +887,6 @@ CFLAGS
 LDFLAGS
 LIBS
 CPPFLAGS
-LT_SYS_LIBRARY_PATH
 CPP
 YACC
 YFLAGS
@@ -931,6 +929,7 @@ datadir='${datarootdir}'
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE}'
@@ -1183,6 +1182,15 @@ do
   | -silent | --silent | --silen | --sile | --sil)
     silent=yes ;;
 
+  -runstatedir | --runstatedir | --runstatedi | --runstated \
+  | --runstate | --runstat | --runsta | --runst | --runs \
+  | --run | --ru | --r)
+    ac_prev=runstatedir ;;
+  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+  | --run=* | --ru=* | --r=*)
+    runstatedir=$ac_optarg ;;
+
   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
     ac_prev=sbindir ;;
   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1320,7 +1328,7 @@ fi
 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
 		datadir sysconfdir sharedstatedir localstatedir includedir \
 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
-		libdir localedir mandir
+		libdir localedir mandir runstatedir
 do
   eval ac_val=\$$ac_var
   # Remove trailing slashes.
@@ -1473,6 +1481,7 @@ Fine tuning of the installation directories:
   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
   --libdir=DIR            object code libraries [EPREFIX/lib]
   --includedir=DIR        C header files [PREFIX/include]
   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
@@ -1520,12 +1529,9 @@ Optional Packages:
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
                           both]
-  --with-aix-soname=aix|svr4|both
-                          shared library versioning (aka "SONAME") variant to
-                          provide on AIX, [default=aix].
   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
-  --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
-                          compiler's sysroot if not specified).
+  --with-sysroot=DIR Search for dependent libraries within DIR
+                        (or the compiler's sysroot if not specified).
   --with-xsldir=PATH      specify the directory containing the docbook.xsl
                           stylesheet
   --with-mathmldtd=PATH   specify the dtd path for mathml2.dtd
@@ -1567,8 +1573,6 @@ Some influential environment variables:
   LIBS        libraries to pass to the linker, e.g. -l<library>
   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
               you have headers in a nonstandard directory <include dir>
-  LT_SYS_LIBRARY_PATH
-              User-defined run-time library search path.
   CPP         C preprocessor
   YACC        The `Yet Another Compiler Compiler' implementation to use.
               Defaults to the first program found out of: `bison -y', `byacc',
@@ -2447,8 +2451,8 @@ esac
 
 
 
-macro_version='2.4.6'
-macro_revision='2.4.6'
+macro_version='2.4.2'
+macro_revision='1.3337'
 
 
 
@@ -2462,7 +2466,7 @@ macro_revision='2.4.6'
 
 
 
-ltmain=$ac_aux_dir/ltmain.sh
+ltmain="$ac_aux_dir/ltmain.sh"
 
 # Make sure we can run config.sub.
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
@@ -2582,7 +2586,7 @@ func_echo_all ()
     $ECHO ""
 }
 
-case $ECHO in
+case "$ECHO" in
   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
 $as_echo "printf" >&6; } ;;
   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
@@ -3694,19 +3698,19 @@ test -z "$GREP" && GREP=grep
 
 # Check whether --with-gnu-ld was given.
 if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 else
   with_gnu_ld=no
 fi
 
 ac_prog=ld
-if test yes = "$GCC"; then
+if test "$GCC" = yes; then
   # Check if gcc -print-prog-name=ld gives a path.
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
 $as_echo_n "checking for ld used by $CC... " >&6; }
   case $host in
   *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
+    # gcc leaves a trailing carriage return which upsets mingw
     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
   *)
     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
@@ -3720,7 +3724,7 @@ $as_echo_n "checking for ld used by $CC... " >&6; }
       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
       done
-      test -z "$LD" && LD=$ac_prog
+      test -z "$LD" && LD="$ac_prog"
       ;;
   "")
     # If it fails, then pretend we aren't using GCC.
@@ -3731,7 +3735,7 @@ $as_echo_n "checking for ld used by $CC... " >&6; }
     with_gnu_ld=unknown
     ;;
   esac
-elif test yes = "$with_gnu_ld"; then
+elif test "$with_gnu_ld" = yes; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
 $as_echo_n "checking for GNU ld... " >&6; }
 else
@@ -3742,32 +3746,32 @@ if ${lt_cv_path_LD+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
+    IFS="$lt_save_ifs"
     test -z "$ac_dir" && ac_dir=.
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
+      lt_cv_path_LD="$ac_dir/$ac_prog"
       # Check to see if the program is GNU ld.  I'd rather use --version,
       # but apparently some variants of GNU ld only accept -v.
       # Break only if it was the GNU/non-GNU ld that we prefer.
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
       *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
+	test "$with_gnu_ld" != no && break
 	;;
       *)
-	test yes != "$with_gnu_ld" && break
+	test "$with_gnu_ld" != yes && break
 	;;
       esac
     fi
   done
-  IFS=$lt_save_ifs
+  IFS="$lt_save_ifs"
 else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 fi
 fi
 
-LD=$lt_cv_path_LD
+LD="$lt_cv_path_LD"
 if test -n "$LD"; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
 $as_echo "$LD" >&6; }
@@ -3810,38 +3814,33 @@ if ${lt_cv_path_NM+:} false; then :
 else
   if test -n "$NM"; then
   # Let the user override the test.
-  lt_cv_path_NM=$NM
+  lt_cv_path_NM="$NM"
 else
-  lt_nm_to_check=${ac_tool_prefix}nm
+  lt_nm_to_check="${ac_tool_prefix}nm"
   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
     lt_nm_to_check="$lt_nm_to_check nm"
   fi
   for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
+      IFS="$lt_save_ifs"
       test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
+      tmp_nm="$ac_dir/$lt_tmp_nm"
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
+	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
 	#   nm: unknown option "B" ignored
 	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
+	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+	*/dev/null* | *'Invalid file or object type'*)
 	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
+	  break
 	  ;;
 	*)
 	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 	  */dev/null*)
 	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
+	    break
 	    ;;
 	  *)
 	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
@@ -3852,15 +3851,15 @@ else
 	esac
       fi
     done
-    IFS=$lt_save_ifs
+    IFS="$lt_save_ifs"
   done
   : ${lt_cv_path_NM=no}
 fi
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
 $as_echo "$lt_cv_path_NM" >&6; }
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
+if test "$lt_cv_path_NM" != "no"; then
+  NM="$lt_cv_path_NM"
 else
   # Didn't find any BSD compatible name lister, look for dumpbin.
   if test -n "$DUMPBIN"; then :
@@ -3966,9 +3965,9 @@ esac
   fi
 fi
 
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
+    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
     *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
+      DUMPBIN="$DUMPBIN -symbols"
       ;;
     *)
       DUMPBIN=:
@@ -3976,8 +3975,8 @@ fi
     esac
   fi
 
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
+  if test "$DUMPBIN" != ":"; then
+    NM="$DUMPBIN"
   fi
 fi
 test -z "$NM" && NM=nm
@@ -4028,7 +4027,7 @@ if ${lt_cv_sys_max_cmd_len+:} false; then :
   $as_echo_n "(cached) " >&6
 else
     i=0
-  teststring=ABCD
+  teststring="ABCD"
 
   case $build_os in
   msdosdjgpp*)
@@ -4068,7 +4067,7 @@ else
     lt_cv_sys_max_cmd_len=8192;
     ;;
 
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
     # This has been around since 386BSD, at least.  Likely further.
     if test -x /sbin/sysctl; then
       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
@@ -4119,22 +4118,22 @@ else
   *)
     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
     if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
+	test undefined != "$lt_cv_sys_max_cmd_len"; then
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
     else
       # Make teststring a little bigger before we do anything with it.
       # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
+      for i in 1 2 3 4 5 6 7 8 ; do
         teststring=$teststring$teststring
       done
       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
       # If test is not a shell built-in, we'll probably end up computing a
       # maximum length that is only half of the actual maximum length, but
       # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
+      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
 	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
+	      test $i != 17 # 1/2 MB should be enough
       do
         i=`expr $i + 1`
         teststring=$teststring$teststring
@@ -4152,7 +4151,7 @@ else
 
 fi
 
-if test -n "$lt_cv_sys_max_cmd_len"; then
+if test -n $lt_cv_sys_max_cmd_len ; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
 else
@@ -4170,6 +4169,30 @@ max_cmd_len=$lt_cv_sys_max_cmd_len
 : ${MV="mv -f"}
 : ${RM="rm -f"}
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
+$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
+# Try some XSI features
+xsi_shell=no
+( _lt_dummy="a/b/c"
+  test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
+      = c,a/b,b/c, \
+    && eval 'test $(( 1 + 1 )) -eq 2 \
+    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
+  && xsi_shell=yes
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
+$as_echo "$xsi_shell" >&6; }
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
+$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
+lt_shell_append=no
+( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
+    >/dev/null 2>&1 \
+  && lt_shell_append=yes
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
+$as_echo "$lt_shell_append" >&6; }
+
+
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   lt_unset=unset
 else
@@ -4292,13 +4315,13 @@ esac
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
 case $host_os in
   cygwin* | mingw* | pw32* | cegcc*)
-    if test yes != "$GCC"; then
+    if test "$GCC" != yes; then
       reload_cmds=false
     fi
     ;;
   darwin*)
-    if test yes = "$GCC"; then
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
+    if test "$GCC" = yes; then
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
     else
       reload_cmds='$LD$reload_flag -o $output$reload_objs'
     fi
@@ -4426,13 +4449,13 @@ lt_cv_deplibs_check_method='unknown'
 # Need to set the preceding variable on all platforms that support
 # interlibrary dependencies.
 # 'none' -- dependencies not supported.
-# 'unknown' -- same as none, but documents that we really don't know.
+# `unknown' -- same as none, but documents that we really don't know.
 # 'pass_all' -- all dependencies passed with no checks.
 # 'test_compile' -- check by making test program.
 # 'file_magic [[regex]]' -- check by looking for files in library path
-# that responds to the $file_magic_cmd with a given extended regex.
-# If you have 'file' or equivalent on your system and you're not sure
-# whether 'pass_all' will *always* work, you probably want this one.
+# which responds to the $file_magic_cmd with a given extended regex.
+# If you have `file' or equivalent on your system and you're not sure
+# whether `pass_all' will *always* work, you probably want this one.
 
 case $host_os in
 aix[4-9]*)
@@ -4459,7 +4482,8 @@ mingw* | pw32*)
   # Base MSYS/MinGW do not provide the 'file' command needed by
   # func_win32_libid shell function, so use a weaker test based on 'objdump',
   # unless we find 'file', for example because we are cross-compiling.
-  if ( file / ) >/dev/null 2>&1; then
+  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
+  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
     lt_cv_file_magic_cmd='func_win32_libid'
   else
@@ -4537,7 +4561,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   else
@@ -4555,8 +4579,8 @@ newos6*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-openbsd* | bitrig*)
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+openbsd*)
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
   else
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
@@ -4609,9 +4633,6 @@ sysv4 | sysv4.3*)
 tpf*)
   lt_cv_deplibs_check_method=pass_all
   ;;
-os2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 esac
 
 fi
@@ -4769,8 +4790,8 @@ else
 
 case $host_os in
 cygwin* | mingw* | pw32* | cegcc*)
-  # two different shell functions defined in ltmain.sh;
-  # decide which one to use based on capabilities of $DLLTOOL
+  # two different shell functions defined in ltmain.sh
+  # decide which to use based on capabilities of $DLLTOOL
   case `$DLLTOOL --help 2>&1` in
   *--identify-strict*)
     lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
@@ -4782,7 +4803,7 @@ cygwin* | mingw* | pw32* | cegcc*)
   ;;
 *)
   # fallback: assume linklib IS sharedlib
-  lt_cv_sharedlib_from_linklib_cmd=$ECHO
+  lt_cv_sharedlib_from_linklib_cmd="$ECHO"
   ;;
 esac
 
@@ -4937,7 +4958,7 @@ if ac_fn_c_try_compile "$LINENO"; then :
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }
-      if test 0 -eq "$ac_status"; then
+      if test "$ac_status" -eq 0; then
 	# Ensure the archiver fails upon bogus file names.
 	rm -f conftest.$ac_objext libconftest.a
 	{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
@@ -4945,7 +4966,7 @@ if ac_fn_c_try_compile "$LINENO"; then :
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }
-	if test 0 -ne "$ac_status"; then
+	if test "$ac_status" -ne 0; then
           lt_cv_ar_at_file=@
         fi
       fi
@@ -4958,7 +4979,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
 $as_echo "$lt_cv_ar_at_file" >&6; }
 
-if test no = "$lt_cv_ar_at_file"; then
+if test "x$lt_cv_ar_at_file" = xno; then
   archiver_list_spec=
 else
   archiver_list_spec=$lt_cv_ar_at_file
@@ -5175,7 +5196,7 @@ old_postuninstall_cmds=
 
 if test -n "$RANLIB"; then
   case $host_os in
-  bitrig* | openbsd*)
+  openbsd*)
     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
     ;;
   *)
@@ -5307,7 +5328,7 @@ cygwin* | mingw* | pw32* | cegcc*)
   symcode='[ABCDGISTW]'
   ;;
 hpux*)
-  if test ia64 = "$host_cpu"; then
+  if test "$host_cpu" = ia64; then
     symcode='[ABCDEGRST]'
   fi
   ;;
@@ -5340,44 +5361,14 @@ case `$NM -V 2>&1` in
   symcode='[ABCDGIRSTW]' ;;
 esac
 
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  # Gets list of data symbols to import.
-  lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
-  # Adjust the below global symbol transforms to fixup imported variables.
-  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
-  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
-  lt_c_name_lib_hook="\
-  -e 's/^I .* \(lib.*\)$/  {\"\1\", (void *) 0},/p'\
-  -e 's/^I .* \(.*\)$/  {\"lib\1\", (void *) 0},/p'"
-else
-  # Disable hooks by default.
-  lt_cv_sys_global_symbol_to_import=
-  lt_cdecl_hook=
-  lt_c_name_hook=
-  lt_c_name_lib_hook=
-fi
-
 # Transform an extracted symbol line into a proper C declaration.
 # Some systems (esp. on ia64) link data and code symbols differently,
 # so use this general approach.
-lt_cv_sys_global_symbol_to_cdecl="sed -n"\
-$lt_cdecl_hook\
-" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
 # Transform an extracted symbol line into symbol name and symbol address
-lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
-$lt_c_name_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
-
-# Transform an extracted symbol line into symbol name with lib prefix and
-# symbol address.
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
-$lt_c_name_lib_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"lib\1\", (void *) \&\1},/p'"
+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
 
 # Handle CRLF in mingw tool chain
 opt_cr=
@@ -5395,24 +5386,21 @@ for ac_symprfx in "" "_"; do
 
   # Write the raw and C identifiers.
   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-    # Fake it for dumpbin and say T for any non-static function,
-    # D for any global variable and I for any imported variable.
+    # Fake it for dumpbin and say T for any non-static function
+    # and D for any global variable.
     # Also find C++ and __fastcall symbols from MSVC++,
     # which start with @ or ?.
     lt_cv_sys_global_symbol_pipe="$AWK '"\
 "     {last_section=section; section=\$ 3};"\
 "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
-"     /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
-"     /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
-"     /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
 "     \$ 0!~/External *\|/{next};"\
 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
 "     {if(hide[section]) next};"\
-"     {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
-"     {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
-"     s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
-"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
+"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
+"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
+"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
+"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
 "     ' prfx=^$ac_symprfx"
   else
     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
@@ -5460,11 +5448,11 @@ _LT_EOF
 	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
 	  cat <<_LT_EOF > conftest.$ac_ext
 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
+#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
+/* DATA imports from DLLs on WIN32 con't be const, because runtime
    relocations are performed -- see ld's documentation on pseudo-relocs.  */
 # define LT_DLSYM_CONST
-#elif defined __osf__
+#elif defined(__osf__)
 /* This system does not cope well with relocations in const data.  */
 # define LT_DLSYM_CONST
 #else
@@ -5490,7 +5478,7 @@ lt__PROGRAM__LTX_preloaded_symbols[] =
 {
   { "@PROGRAM@", (void *) 0 },
 _LT_EOF
-	  $SED "s/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
+	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
 	  cat <<\_LT_EOF >> conftest.$ac_ext
   {0, (void *) 0}
 };
@@ -5510,13 +5498,13 @@ _LT_EOF
 	  mv conftest.$ac_objext conftstm.$ac_objext
 	  lt_globsym_save_LIBS=$LIBS
 	  lt_globsym_save_CFLAGS=$CFLAGS
-	  LIBS=conftstm.$ac_objext
+	  LIBS="conftstm.$ac_objext"
 	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
 	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   (eval $ac_link) 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s conftest$ac_exeext; then
+  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
 	    pipe_works=yes
 	  fi
 	  LIBS=$lt_globsym_save_LIBS
@@ -5537,7 +5525,7 @@ _LT_EOF
   rm -rf conftest* conftst*
 
   # Do not use the global_symbol_pipe unless it works.
-  if test yes = "$pipe_works"; then
+  if test "$pipe_works" = yes; then
     break
   else
     lt_cv_sys_global_symbol_pipe=
@@ -5590,16 +5578,6 @@ fi
 
 
 
-
-
-
-
-
-
-
-
-
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
 $as_echo_n "checking for sysroot... " >&6; }
 
@@ -5612,9 +5590,9 @@ fi
 
 
 lt_sysroot=
-case $with_sysroot in #(
+case ${with_sysroot} in #(
  yes)
-   if test yes = "$GCC"; then
+   if test "$GCC" = yes; then
      lt_sysroot=`$CC --print-sysroot 2>/dev/null`
    fi
    ;; #(
@@ -5624,8 +5602,8 @@ case $with_sysroot in #(
  no|'')
    ;; #(
  *)
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
-$as_echo "$with_sysroot" >&6; }
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
+$as_echo "${with_sysroot}" >&6; }
    as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
    ;;
 esac
@@ -5637,99 +5615,18 @@ $as_echo "${lt_sysroot:-no}" >&6; }
 
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
-$as_echo_n "checking for a working dd... " >&6; }
-if ${ac_cv_path_lt_DD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-: ${lt_DD:=$DD}
-if test -z "$lt_DD"; then
-  ac_path_lt_DD_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in dd; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_lt_DD" || continue
-if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
-fi
-      $ac_path_lt_DD_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_lt_DD"; then
-    :
-  fi
-else
-  ac_cv_path_lt_DD=$lt_DD
-fi
-
-rm -f conftest.i conftest2.i conftest.out
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
-$as_echo "$ac_cv_path_lt_DD" >&6; }
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
-$as_echo_n "checking how to truncate binary pipes... " >&6; }
-if ${lt_cv_truncate_bin+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-lt_cv_truncate_bin=
-if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
-fi
-rm -f conftest.i conftest2.i conftest.out
-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
-$as_echo "$lt_cv_truncate_bin" >&6; }
-
-
-
-
-
-
-
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
-func_cc_basename ()
-{
-    for cc_temp in $*""; do
-      case $cc_temp in
-        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-        distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-        \-*) ;;
-        *) break;;
-      esac
-    done
-    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-}
-
 # Check whether --enable-libtool-lock was given.
 if test "${enable_libtool_lock+set}" = set; then :
   enableval=$enable_libtool_lock;
 fi
 
-test no = "$enable_libtool_lock" || enable_libtool_lock=yes
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
 # Some flags need to be propagated to the compiler or linker for good
 # libtool support.
 case $host in
 ia64-*-hpux*)
-  # Find out what ABI is being produced by ac_compile, and set mode
-  # options accordingly.
+  # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   (eval $ac_compile) 2>&5
@@ -5738,25 +5635,24 @@ ia64-*-hpux*)
   test $ac_status = 0; }; then
     case `/usr/bin/file conftest.$ac_objext` in
       *ELF-32*)
-	HPUX_IA64_MODE=32
+	HPUX_IA64_MODE="32"
 	;;
       *ELF-64*)
-	HPUX_IA64_MODE=64
+	HPUX_IA64_MODE="64"
 	;;
     esac
   fi
   rm -rf conftest*
   ;;
 *-*-irix6*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
+  # Find out which ABI we are using.
   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-    if test yes = "$lt_cv_prog_gnu_ld"; then
+    if test "$lt_cv_prog_gnu_ld" = yes; then
       case `/usr/bin/file conftest.$ac_objext` in
 	*32-bit*)
 	  LD="${LD-ld} -melf32bsmip"
@@ -5785,50 +5681,9 @@ ia64-*-hpux*)
   rm -rf conftest*
   ;;
 
-mips64*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    emul=elf
-    case `/usr/bin/file conftest.$ac_objext` in
-      *32-bit*)
-	emul="${emul}32"
-	;;
-      *64-bit*)
-	emul="${emul}64"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *MSB*)
-	emul="${emul}btsmip"
-	;;
-      *LSB*)
-	emul="${emul}ltsmip"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *N32*)
-	emul="${emul}n32"
-	;;
-    esac
-    LD="${LD-ld} -m $emul"
-  fi
-  rm -rf conftest*
-  ;;
-
 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.  Note that the listed cases only cover the
-  # situations where additional linker options are needed (such as when
-  # doing 32-bit compilation for a host where ld defaults to 64-bit, or
-  # vice versa); the common cases where no linker options are needed do
-  # not appear in the list.
+  # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   (eval $ac_compile) 2>&5
@@ -5851,10 +5706,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 		;;
 	    esac
 	    ;;
-	  powerpc64le-*linux*)
+	  powerpc64le-*)
 	    LD="${LD-ld} -m elf32lppclinux"
 	    ;;
-	  powerpc64-*linux*)
+	  powerpc64-*)
 	    LD="${LD-ld} -m elf32ppclinux"
 	    ;;
 	  s390x-*linux*)
@@ -5873,10 +5728,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_x86_64"
 	    ;;
-	  powerpcle-*linux*)
+	  powerpcle-*)
 	    LD="${LD-ld} -m elf64lppc"
 	    ;;
-	  powerpc-*linux*)
+	  powerpc-*)
 	    LD="${LD-ld} -m elf64ppc"
 	    ;;
 	  s390*-*linux*|s390*-*tpf*)
@@ -5894,7 +5749,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 
 *-*-sco3.2v5*)
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
-  SAVE_CFLAGS=$CFLAGS
+  SAVE_CFLAGS="$CFLAGS"
   CFLAGS="$CFLAGS -belf"
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
@@ -5934,14 +5789,13 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
 $as_echo "$lt_cv_cc_needs_belf" >&6; }
-  if test yes != "$lt_cv_cc_needs_belf"; then
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
-    CFLAGS=$SAVE_CFLAGS
+    CFLAGS="$SAVE_CFLAGS"
   fi
   ;;
 *-*solaris*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
+  # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   (eval $ac_compile) 2>&5
@@ -5953,7 +5807,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; }
       case $lt_cv_prog_gnu_ld in
       yes*)
         case $host in
-        i?86-*-solaris*|x86_64-*-solaris*)
+        i?86-*-solaris*)
           LD="${LD-ld} -m elf_x86_64"
           ;;
         sparc*-*-solaris*)
@@ -5962,7 +5816,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; }
         esac
         # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
         if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
-          LD=${LD-ld}_sol2
+          LD="${LD-ld}_sol2"
         fi
         ;;
       *)
@@ -5978,7 +5832,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; }
   ;;
 esac
 
-need_locks=$enable_libtool_lock
+need_locks="$enable_libtool_lock"
 
 if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
@@ -6089,7 +5943,7 @@ else
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
-if test yes != "$lt_cv_path_mainfest_tool"; then
+if test "x$lt_cv_path_mainfest_tool" != xyes; then
   MANIFEST_TOOL=:
 fi
 
@@ -6592,7 +6446,7 @@ if ${lt_cv_apple_cc_single_mod+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   lt_cv_apple_cc_single_mod=no
-      if test -z "$LT_MULTI_MODULE"; then
+      if test -z "${LT_MULTI_MODULE}"; then
 	# By default we will add the -single_module flag. You can override
 	# by either setting the environment variable LT_MULTI_MODULE
 	# non-empty at configure time, or by adding -multi_module to the
@@ -6610,7 +6464,7 @@ else
 	  cat conftest.err >&5
 	# Otherwise, if the output was created with a 0 exit code from
 	# the compiler, it worked.
-	elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
+	elif test -f libconftest.dylib && test $_lt_result -eq 0; then
 	  lt_cv_apple_cc_single_mod=yes
 	else
 	  cat conftest.err >&5
@@ -6649,7 +6503,7 @@ else
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
-	LDFLAGS=$save_LDFLAGS
+	LDFLAGS="$save_LDFLAGS"
 
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
@@ -6678,7 +6532,7 @@ _LT_EOF
       _lt_result=$?
       if test -s conftest.err && $GREP force_load conftest.err; then
 	cat conftest.err >&5
-      elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
+      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
 	lt_cv_ld_force_load=yes
       else
 	cat conftest.err >&5
@@ -6691,32 +6545,32 @@ fi
 $as_echo "$lt_cv_ld_force_load" >&6; }
     case $host_os in
     rhapsody* | darwin1.[012])
-      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
+      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
     darwin1.*)
-      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
     darwin*) # darwin 5.x on
       # if running on 10.5 or later, the deployment target defaults
       # to the OS version, if on x86, and 10.4, the deployment
       # target defaults to 10.4. Don't you love it?
       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
 	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-	10.[012][,.]*)
-	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+	10.[012]*)
+	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 	10.*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
       esac
     ;;
   esac
-    if test yes = "$lt_cv_apple_cc_single_mod"; then
+    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
       _lt_dar_single_mod='$single_module'
     fi
-    if test yes = "$lt_cv_ld_exported_symbols_list"; then
-      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
+    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
+      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
     else
-      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
+      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
     fi
-    if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
+    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
       _lt_dsymutil='~$DSYMUTIL $lib || :'
     else
       _lt_dsymutil=
@@ -6724,41 +6578,6 @@ $as_echo "$lt_cv_ld_force_load" >&6; }
     ;;
   esac
 
-# func_munge_path_list VARIABLE PATH
-# -----------------------------------
-# VARIABLE is name of variable containing _space_ separated list of
-# directories to be munged by the contents of PATH, which is string
-# having a format:
-# "DIR[:DIR]:"
-#       string "DIR[ DIR]" will be prepended to VARIABLE
-# ":DIR[:DIR]"
-#       string "DIR[ DIR]" will be appended to VARIABLE
-# "DIRP[:DIRP]::[DIRA:]DIRA"
-#       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
-#       "DIRA[ DIRA]" will be appended to VARIABLE
-# "DIR[:DIR]"
-#       VARIABLE will be replaced by "DIR[ DIR]"
-func_munge_path_list ()
-{
-    case x$2 in
-    x)
-        ;;
-    *:)
-        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
-        ;;
-    x:*)
-        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
-        ;;
-    *::*)
-        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
-        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
-        ;;
-    *)
-        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
-        ;;
-    esac
-}
-
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -7062,14 +6881,14 @@ if test "${enable_shared+set}" = set; then :
     *)
       enable_shared=no
       # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for pkg in $enableval; do
-	IFS=$lt_save_ifs
+	IFS="$lt_save_ifs"
 	if test "X$pkg" = "X$p"; then
 	  enable_shared=yes
 	fi
       done
-      IFS=$lt_save_ifs
+      IFS="$lt_save_ifs"
       ;;
     esac
 else
@@ -7093,14 +6912,14 @@ if test "${enable_static+set}" = set; then :
     *)
      enable_static=no
       # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for pkg in $enableval; do
-	IFS=$lt_save_ifs
+	IFS="$lt_save_ifs"
 	if test "X$pkg" = "X$p"; then
 	  enable_static=yes
 	fi
       done
-      IFS=$lt_save_ifs
+      IFS="$lt_save_ifs"
       ;;
     esac
 else
@@ -7124,14 +6943,14 @@ if test "${with_pic+set}" = set; then :
     *)
       pic_mode=default
       # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for lt_pkg in $withval; do
-	IFS=$lt_save_ifs
+	IFS="$lt_save_ifs"
 	if test "X$lt_pkg" = "X$lt_p"; then
 	  pic_mode=yes
 	fi
       done
-      IFS=$lt_save_ifs
+      IFS="$lt_save_ifs"
       ;;
     esac
 else
@@ -7139,6 +6958,8 @@ else
 fi
 
 
+test -z "$pic_mode" && pic_mode=default
+
 
 
 
@@ -7154,14 +6975,14 @@ if test "${enable_fast_install+set}" = set; then :
     *)
       enable_fast_install=no
       # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for pkg in $enableval; do
-	IFS=$lt_save_ifs
+	IFS="$lt_save_ifs"
 	if test "X$pkg" = "X$p"; then
 	  enable_fast_install=yes
 	fi
       done
-      IFS=$lt_save_ifs
+      IFS="$lt_save_ifs"
       ;;
     esac
 else
@@ -7175,63 +6996,11 @@ fi
 
 
 
-  shared_archive_member_spec=
-case $host,$enable_shared in
-power*-*-aix[5-9]*,yes)
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
-$as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
-
-# Check whether --with-aix-soname was given.
-if test "${with_aix_soname+set}" = set; then :
-  withval=$with_aix_soname; case $withval in
-    aix|svr4|both)
-      ;;
-    *)
-      as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
-      ;;
-    esac
-    lt_cv_with_aix_soname=$with_aix_soname
-else
-  if ${lt_cv_with_aix_soname+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_with_aix_soname=aix
-fi
-
-    with_aix_soname=$lt_cv_with_aix_soname
-fi
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
-$as_echo "$with_aix_soname" >&6; }
-  if test aix != "$with_aix_soname"; then
-    # For the AIX way of multilib, we name the shared archive member
-    # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
-    # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
-    # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
-    # the AIX toolchain works better with OBJECT_MODE set (default 32).
-    if test 64 = "${OBJECT_MODE-32}"; then
-      shared_archive_member_spec=shr_64
-    else
-      shared_archive_member_spec=shr
-    fi
-  fi
-  ;;
-*)
-  with_aix_soname=aix
-  ;;
-esac
-
-
-
-
-
-
-
 
 
 
 # This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
+LIBTOOL_DEPS="$ltmain"
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -7280,7 +7049,7 @@ test -z "$LN_S" && LN_S="ln -s"
 
 
 
-if test -n "${ZSH_VERSION+set}"; then
+if test -n "${ZSH_VERSION+set}" ; then
    setopt NO_GLOB_SUBST
 fi
 
@@ -7319,7 +7088,7 @@ aix3*)
   # AIX sometimes has problems with the GCC collect2 program.  For some
   # reason, if we set the COLLECT_NAMES environment variable, the problems
   # vanish in a puff of smoke.
-  if test set != "${COLLECT_NAMES+set}"; then
+  if test "X${COLLECT_NAMES+set}" != Xset; then
     COLLECT_NAMES=
     export COLLECT_NAMES
   fi
@@ -7330,14 +7099,14 @@ esac
 ofile=libtool
 can_build_shared=yes
 
-# All known linkers require a '.a' archive for static linking (except MSVC,
+# All known linkers require a `.a' archive for static linking (except MSVC,
 # which needs '.lib').
 libext=a
 
-with_gnu_ld=$lt_cv_prog_gnu_ld
+with_gnu_ld="$lt_cv_prog_gnu_ld"
 
-old_CC=$CC
-old_CFLAGS=$CFLAGS
+old_CC="$CC"
+old_CFLAGS="$CFLAGS"
 
 # Set sane defaults for various variables
 test -z "$CC" && CC=cc
@@ -7346,8 +7115,15 @@ test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 test -z "$LD" && LD=ld
 test -z "$ac_objext" && ac_objext=o
 
-func_cc_basename $compiler
-cc_basename=$func_cc_basename_result
+for cc_temp in $compiler""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
 
 
 # Only perform the check for file, if the check method requires it
@@ -7362,22 +7138,22 @@ if ${lt_cv_path_MAGIC_CMD+:} false; then :
 else
   case $MAGIC_CMD in
 [\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   ;;
 *)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
   for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
+    IFS="$lt_save_ifs"
     test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/${ac_tool_prefix}file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
+    if test -f $ac_dir/${ac_tool_prefix}file; then
+      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
       if test -n "$file_magic_test_file"; then
 	case $deplibs_check_method in
 	"file_magic "*)
 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 	    $EGREP "$file_magic_regex" > /dev/null; then
 	    :
@@ -7400,13 +7176,13 @@ _LT_EOF
       break
     fi
   done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
+  IFS="$lt_save_ifs"
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
   ;;
 esac
 fi
 
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 if test -n "$MAGIC_CMD"; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
 $as_echo "$MAGIC_CMD" >&6; }
@@ -7428,22 +7204,22 @@ if ${lt_cv_path_MAGIC_CMD+:} false; then :
 else
   case $MAGIC_CMD in
 [\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   ;;
 *)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
   for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
+    IFS="$lt_save_ifs"
     test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"file"
+    if test -f $ac_dir/file; then
+      lt_cv_path_MAGIC_CMD="$ac_dir/file"
       if test -n "$file_magic_test_file"; then
 	case $deplibs_check_method in
 	"file_magic "*)
 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 	    $EGREP "$file_magic_regex" > /dev/null; then
 	    :
@@ -7466,13 +7242,13 @@ _LT_EOF
       break
     fi
   done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
+  IFS="$lt_save_ifs"
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
   ;;
 esac
 fi
 
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 if test -n "$MAGIC_CMD"; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
 $as_echo "$MAGIC_CMD" >&6; }
@@ -7493,7 +7269,7 @@ esac
 
 # Use C for the default configuration in the libtool script
 
-lt_save_CC=$CC
+lt_save_CC="$CC"
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -7555,7 +7331,7 @@ if test -n "$compiler"; then
 
 lt_prog_compiler_no_builtin_flag=
 
-if test yes = "$GCC"; then
+if test "$GCC" = yes; then
   case $cc_basename in
   nvcc*)
     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
@@ -7571,7 +7347,7 @@ else
   lt_cv_prog_compiler_rtti_exceptions=no
    ac_outfile=conftest.$ac_objext
    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="-fno-rtti -fno-exceptions"  ## exclude from sc_useless_quotes_in_assignment
+   lt_compiler_flag="-fno-rtti -fno-exceptions"
    # Insert the option either (1) after the last *FLAGS variable, or
    # (2) before a word containing "conftest.", or (3) at the end.
    # Note that $ac_compile itself does not contain backslashes and begins
@@ -7601,7 +7377,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
-if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
+if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
 else
     :
@@ -7619,18 +7395,17 @@ lt_prog_compiler_pic=
 lt_prog_compiler_static=
 
 
-  if test yes = "$GCC"; then
+  if test "$GCC" = yes; then
     lt_prog_compiler_wl='-Wl,'
     lt_prog_compiler_static='-static'
 
     case $host_os in
       aix*)
       # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
+      if test "$host_cpu" = ia64; then
 	# AIX 5 now supports IA64 processor
 	lt_prog_compiler_static='-Bstatic'
       fi
-      lt_prog_compiler_pic='-fPIC'
       ;;
 
     amigaos*)
@@ -7641,8 +7416,8 @@ lt_prog_compiler_static=
         ;;
       m68k)
             # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
+            # adding the `-m68020' flag to GCC prevents building anything better,
+            # like `-m68040'.
             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
         ;;
       esac
@@ -7658,11 +7433,6 @@ lt_prog_compiler_static=
       # Although the cygwin gcc ignores -fPIC, still need this for old-style
       # (--disable-auto-import) libraries
       lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
       ;;
 
     darwin* | rhapsody*)
@@ -7733,7 +7503,7 @@ lt_prog_compiler_static=
     case $host_os in
     aix*)
       lt_prog_compiler_wl='-Wl,'
-      if test ia64 = "$host_cpu"; then
+      if test "$host_cpu" = ia64; then
 	# AIX 5 now supports IA64 processor
 	lt_prog_compiler_static='-Bstatic'
       else
@@ -7741,29 +7511,10 @@ lt_prog_compiler_static=
       fi
       ;;
 
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      case $cc_basename in
-      nagfor*)
-        # NAG Fortran compiler
-        lt_prog_compiler_wl='-Wl,-Wl,,'
-        lt_prog_compiler_pic='-PIC'
-        lt_prog_compiler_static='-Bstatic'
-        ;;
-      esac
-      ;;
-
     mingw* | cygwin* | pw32* | os2* | cegcc*)
       # This hack is so that the source file can tell whether it is being
       # built for inclusion in a dll (and should export symbols for example).
       lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
       ;;
 
     hpux9* | hpux10* | hpux11*)
@@ -7779,7 +7530,7 @@ lt_prog_compiler_static=
 	;;
       esac
       # Is there a better lt_prog_compiler_static that works with the bundled CC?
-      lt_prog_compiler_static='$wl-a ${wl}archive'
+      lt_prog_compiler_static='${wl}-a ${wl}archive'
       ;;
 
     irix5* | irix6* | nonstopux*)
@@ -7790,7 +7541,7 @@ lt_prog_compiler_static=
 
     linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
       case $cc_basename in
-      # old Intel for x86_64, which still supported -KPIC.
+      # old Intel for x86_64 which still supported -KPIC.
       ecc*)
 	lt_prog_compiler_wl='-Wl,'
 	lt_prog_compiler_pic='-KPIC'
@@ -7815,12 +7566,6 @@ lt_prog_compiler_static=
 	lt_prog_compiler_pic='-PIC'
 	lt_prog_compiler_static='-Bstatic'
 	;;
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-	;;
       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
         # Portland Group compilers (*not* the Pentium gcc compiler,
 	# which looks to be a dead project)
@@ -7918,7 +7663,7 @@ lt_prog_compiler_static=
       ;;
 
     sysv4*MP*)
-      if test -d /usr/nec; then
+      if test -d /usr/nec ;then
 	lt_prog_compiler_pic='-Kconform_pic'
 	lt_prog_compiler_static='-Bstatic'
       fi
@@ -7947,7 +7692,7 @@ lt_prog_compiler_static=
   fi
 
 case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
+  # For platforms which do not support PIC, -DPIC is meaningless:
   *djgpp*)
     lt_prog_compiler_pic=
     ;;
@@ -7979,7 +7724,7 @@ else
   lt_cv_prog_compiler_pic_works=no
    ac_outfile=conftest.$ac_objext
    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"  ## exclude from sc_useless_quotes_in_assignment
+   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
    # Insert the option either (1) after the last *FLAGS variable, or
    # (2) before a word containing "conftest.", or (3) at the end.
    # Note that $ac_compile itself does not contain backslashes and begins
@@ -8009,7 +7754,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
 
-if test yes = "$lt_cv_prog_compiler_pic_works"; then
+if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
     case $lt_prog_compiler_pic in
      "" | " "*) ;;
      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
@@ -8041,7 +7786,7 @@ if ${lt_cv_prog_compiler_static_works+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   lt_cv_prog_compiler_static_works=no
-   save_LDFLAGS=$LDFLAGS
+   save_LDFLAGS="$LDFLAGS"
    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
    echo "$lt_simple_link_test_code" > conftest.$ac_ext
    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
@@ -8060,13 +7805,13 @@ else
      fi
    fi
    $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
+   LDFLAGS="$save_LDFLAGS"
 
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
 
-if test yes = "$lt_cv_prog_compiler_static_works"; then
+if test x"$lt_cv_prog_compiler_static_works" = xyes; then
     :
 else
     lt_prog_compiler_static=
@@ -8186,8 +7931,8 @@ $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
 
 
 
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
+hard_links="nottested"
+if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
   # do not overwrite the value of need_locks provided by the user
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
 $as_echo_n "checking if we can lock with hard links... " >&6; }
@@ -8199,9 +7944,9 @@ $as_echo_n "checking if we can lock with hard links... " >&6; }
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
 $as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
+  if test "$hard_links" = no; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
     need_locks=warn
   fi
 else
@@ -8244,9 +7989,9 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
   # included in the symbol list
   include_expsyms=
   # exclude_expsyms can be an extended regexp of symbols to exclude
-  # it will be wrapped by ' (' and ')$', so one must not match beginning or
-  # end of line.  Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
-  # as well as any symbol that contains 'd'.
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
+  # as well as any symbol that contains `d'.
   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
   # platforms (ab)use it in PIC code, but their linkers get confused if
@@ -8261,7 +8006,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
     # FIXME: the MSVC++ port hasn't been tested in a loooong time
     # When not using gcc, we currently assume that we are using
     # Microsoft Visual C++.
-    if test yes != "$GCC"; then
+    if test "$GCC" != yes; then
       with_gnu_ld=no
     fi
     ;;
@@ -8269,9 +8014,12 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
     # we just hope/assume this is gcc and not c89 (= MSVC++)
     with_gnu_ld=yes
     ;;
-  openbsd* | bitrig*)
+  openbsd*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    link_all_deplibs=no
+    ;;
   esac
 
   ld_shlibs=yes
@@ -8279,7 +8027,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
   # On some targets, GNU ld is compatible enough with the native linker
   # that we're better off using the native interface for both.
   lt_use_gnu_ld_interface=no
-  if test yes = "$with_gnu_ld"; then
+  if test "$with_gnu_ld" = yes; then
     case $host_os in
       aix*)
 	# The AIX port of GNU ld has always aspired to compatibility
@@ -8301,24 +8049,24 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
     esac
   fi
 
-  if test yes = "$lt_use_gnu_ld_interface"; then
+  if test "$lt_use_gnu_ld_interface" = yes; then
     # If archive_cmds runs LD, not CC, wlarc should be empty
-    wlarc='$wl'
+    wlarc='${wl}'
 
     # Set some defaults for GNU ld with shared library support. These
     # are reset later if shared libraries are not supported. Putting them
     # here allows them to be overridden if necessary.
     runpath_var=LD_RUN_PATH
-    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-    export_dynamic_flag_spec='$wl--export-dynamic'
+    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+    export_dynamic_flag_spec='${wl}--export-dynamic'
     # ancient GNU ld didn't support --whole-archive et. al.
     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
-      whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
+      whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
     else
       whole_archive_flag_spec=
     fi
     supports_anon_versioning=no
-    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
+    case `$LD -v 2>&1` in
       *GNU\ gold*) supports_anon_versioning=yes ;;
       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
@@ -8331,7 +8079,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
     case $host_os in
     aix[3-9]*)
       # On AIX/PPC, the GNU linker is very broken
-      if test ia64 != "$host_cpu"; then
+      if test "$host_cpu" != ia64; then
 	ld_shlibs=no
 	cat <<_LT_EOF 1>&2
 
@@ -8350,7 +8098,7 @@ _LT_EOF
       case $host_cpu in
       powerpc)
             # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
             archive_expsym_cmds=''
         ;;
       m68k)
@@ -8366,7 +8114,7 @@ _LT_EOF
 	allow_undefined_flag=unsupported
 	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
 	# support --undefined.  This deserves some investigation.  FIXME
-	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
       else
 	ld_shlibs=no
       fi
@@ -8376,7 +8124,7 @@ _LT_EOF
       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
       # as there is no search path for DLLs.
       hardcode_libdir_flag_spec='-L$libdir'
-      export_dynamic_flag_spec='$wl--export-all-symbols'
+      export_dynamic_flag_spec='${wl}--export-all-symbols'
       allow_undefined_flag=unsupported
       always_export_symbols=no
       enable_shared_with_static_runtimes=yes
@@ -8384,89 +8132,61 @@ _LT_EOF
       exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
 
       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	# If the export-symbols file already is a .def file, use it as
-	# is; otherwise, prepend EXPORTS...
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-          cp $export_symbols $output_objdir/$soname.def;
-        else
-          echo EXPORTS > $output_objdir/$soname.def;
-          cat $export_symbols >> $output_objdir/$soname.def;
-        fi~
-        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	# If the export-symbols file already is a .def file (1st line
+	# is EXPORTS), use it as is; otherwise, prepend...
+	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	  cp $export_symbols $output_objdir/$soname.def;
+	else
+	  echo EXPORTS > $output_objdir/$soname.def;
+	  cat $export_symbols >> $output_objdir/$soname.def;
+	fi~
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
       else
 	ld_shlibs=no
       fi
       ;;
 
     haiku*)
-      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
       link_all_deplibs=yes
       ;;
 
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
-
     interix[3-9]*)
       hardcode_direct=no
       hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-      export_dynamic_flag_spec='$wl-E'
+      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+      export_dynamic_flag_spec='${wl}-E'
       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
       # Instead, shared libraries are loaded at an image base (0x10000000 by
       # default) and relocated if they conflict, which is a slow very memory
       # consuming and fragmenting process.  To avoid this, we pick a random,
       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
       ;;
 
     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
       tmp_diet=no
-      if test linux-dietlibc = "$host_os"; then
+      if test "$host_os" = linux-dietlibc; then
 	case $cc_basename in
 	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
 	esac
       fi
       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
-	 && test no = "$tmp_diet"
+	 && test "$tmp_diet" = no
       then
 	tmp_addflag=' $pic_flag'
 	tmp_sharedflag='-shared'
 	case $cc_basename,$host_cpu in
         pgcc*)				# Portland Group C compiler
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 	  tmp_addflag=' $pic_flag'
 	  ;;
 	pgf77* | pgf90* | pgf95* | pgfortran*)
 					# Portland Group f77 and f90 compilers
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 	  tmp_addflag=' $pic_flag -Mnomain' ;;
 	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
 	  tmp_addflag=' -i_dynamic' ;;
@@ -8477,47 +8197,42 @@ _LT_EOF
 	lf95*)				# Lahey Fortran 8.1
 	  whole_archive_flag_spec=
 	  tmp_sharedflag='--shared' ;;
-        nagfor*)                        # NAGFOR 5.3
-          tmp_sharedflag='-Wl,-shared' ;;
 	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
 	  tmp_sharedflag='-qmkshrobj'
 	  tmp_addflag= ;;
 	nvcc*)	# Cuda Compiler Driver 2.2
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 	  compiler_needs_object=yes
 	  ;;
 	esac
 	case `$CC -V 2>&1 | sed 5q` in
 	*Sun\ C*)			# Sun C 5.9
-	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 	  compiler_needs_object=yes
 	  tmp_sharedflag='-G' ;;
 	*Sun\ F*)			# Sun Fortran 8.3
 	  tmp_sharedflag='-G' ;;
 	esac
-	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
-        if test yes = "$supports_anon_versioning"; then
+        if test "x$supports_anon_versioning" = xyes; then
           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-            echo "local: *; };" >> $output_objdir/$libname.ver~
-            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	    echo "local: *; };" >> $output_objdir/$libname.ver~
+	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
         fi
 
 	case $cc_basename in
-	tcc*)
-	  export_dynamic_flag_spec='-rdynamic'
-	  ;;
 	xlf* | bgf* | bgxlf* | mpixlf*)
 	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
 	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
-	  hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+	  hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 	  archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
-	  if test yes = "$supports_anon_versioning"; then
+	  if test "x$supports_anon_versioning" = xyes; then
 	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-              echo "local: *; };" >> $output_objdir/$libname.ver~
-              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	      echo "local: *; };" >> $output_objdir/$libname.ver~
+	      $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 	  fi
 	  ;;
 	esac
@@ -8526,13 +8241,13 @@ _LT_EOF
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 	wlarc=
       else
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
       fi
       ;;
 
@@ -8550,8 +8265,8 @@ _LT_EOF
 
 _LT_EOF
       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
       else
 	ld_shlibs=no
       fi
@@ -8563,7 +8278,7 @@ _LT_EOF
 	ld_shlibs=no
 	cat <<_LT_EOF 1>&2
 
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 *** reliably create shared libraries on SCO systems.  Therefore, libtool
 *** is disabling shared libraries support.  We urge you to upgrade GNU
 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
@@ -8578,9 +8293,9 @@ _LT_EOF
 	  # DT_RUNPATH tag from executables and libraries.  But doing so
 	  # requires that you compile everything twice, which is a pain.
 	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 	  else
 	    ld_shlibs=no
 	  fi
@@ -8597,15 +8312,15 @@ _LT_EOF
 
     *)
       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
       else
 	ld_shlibs=no
       fi
       ;;
     esac
 
-    if test no = "$ld_shlibs"; then
+    if test "$ld_shlibs" = no; then
       runpath_var=
       hardcode_libdir_flag_spec=
       export_dynamic_flag_spec=
@@ -8621,7 +8336,7 @@ _LT_EOF
       # Note: this linker hardcodes the directories in LIBPATH if there
       # are no directories specified by -L.
       hardcode_minus_L=yes
-      if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 	# Neither direct hardcoding nor static linking is supported with a
 	# broken collect2.
 	hardcode_direct=unsupported
@@ -8629,57 +8344,34 @@ _LT_EOF
       ;;
 
     aix[4-9]*)
-      if test ia64 = "$host_cpu"; then
+      if test "$host_cpu" = ia64; then
 	# On IA64, the linker does run time linking by default, so we don't
 	# have to do anything special.
 	aix_use_runtimelinking=no
 	exp_sym_flag='-Bexport'
-	no_entry_flag=
+	no_entry_flag=""
       else
 	# If we're using GNU nm, then we don't want the "-C" option.
-	# -C means demangle to GNU nm, but means don't demangle to AIX nm.
-	# Without the "-l" option, or with the "-B" option, AIX nm treats
-	# weak defined symbols like other global defined symbols, whereas
-	# GNU nm marks them as "W".
-	# While the 'weak' keyword is ignored in the Export File, we need
-	# it in the Import File for the 'aix-soname' feature, so we have
-	# to replace the "-B" option with "-P" for AIX nm.
+	# -C means demangle to AIX nm, but means don't demangle with GNU nm
+	# Also, AIX nm treats weak defined symbols like other global
+	# defined symbols, whereas GNU nm marks them as "W".
 	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
+	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 	else
-	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
+	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 	fi
 	aix_use_runtimelinking=no
 
 	# Test if we are trying to use run time linking or normal
 	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
-	# have runtime linking enabled, and use it for executables.
-	# For shared libraries, we enable/disable runtime linking
-	# depending on the kind of the shared library created -
-	# when "with_aix_soname,aix_use_runtimelinking" is:
-	# "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "aix,yes"  lib.so          shared, rtl:yes, for executables
-	#            lib.a           static archive
-	# "both,no"  lib.so.V(shr.o) shared, rtl:yes
-	#            lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a(lib.so.V) shared, rtl:no
-	# "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a           static archive
+	# need to do runtime linking.
 	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
 	  for ld_flag in $LDFLAGS; do
-	  if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
+	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 	    aix_use_runtimelinking=yes
 	    break
 	  fi
 	  done
-	  if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	    # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	    # so we don't have lib.a shared libs to link our executables.
-	    # We have to force runtime linking in this case.
-	    aix_use_runtimelinking=yes
-	    LDFLAGS="$LDFLAGS -Wl,-brtl"
-	  fi
 	  ;;
 	esac
 
@@ -8698,21 +8390,13 @@ _LT_EOF
       hardcode_direct_absolute=yes
       hardcode_libdir_separator=':'
       link_all_deplibs=yes
-      file_list_spec='$wl-f,'
-      case $with_aix_soname,$aix_use_runtimelinking in
-      aix,*) ;; # traditional, no import file
-      svr4,* | *,yes) # use import file
-	# The Import File defines what to hardcode.
-	hardcode_direct=no
-	hardcode_direct_absolute=no
-	;;
-      esac
+      file_list_spec='${wl}-f,'
 
-      if test yes = "$GCC"; then
+      if test "$GCC" = yes; then
 	case $host_os in aix4.[012]|aix4.[012].*)
 	# We only want to do this on AIX 4.2 and lower, the check
 	# below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
+	  collect2name=`${CC} -print-prog-name=collect2`
 	  if test -f "$collect2name" &&
 	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 	  then
@@ -8731,42 +8415,36 @@ _LT_EOF
 	  ;;
 	esac
 	shared_flag='-shared'
-	if test yes = "$aix_use_runtimelinking"; then
-	  shared_flag="$shared_flag "'$wl-G'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
 	fi
-	# Need to ensure runtime linking is disabled for the traditional
-	# shared library, or the linker may eventually find shared libraries
-	# /with/ Import File - we do not want to mix them.
-	shared_flag_aix='-shared'
-	shared_flag_svr4='-shared $wl-G'
+	link_all_deplibs=no
       else
 	# not using gcc
-	if test ia64 = "$host_cpu"; then
+	if test "$host_cpu" = ia64; then
 	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 	# chokes on -Wl,-G. The following line is correct:
 	  shared_flag='-G'
 	else
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag='$wl-G'
+	  if test "$aix_use_runtimelinking" = yes; then
+	    shared_flag='${wl}-G'
 	  else
-	    shared_flag='$wl-bM:SRE'
+	    shared_flag='${wl}-bM:SRE'
 	  fi
-	  shared_flag_aix='$wl-bM:SRE'
-	  shared_flag_svr4='$wl-G'
 	fi
       fi
 
-      export_dynamic_flag_spec='$wl-bexpall'
+      export_dynamic_flag_spec='${wl}-bexpall'
       # It seems that -bexpall does not export symbols beginning with
       # underscore (_), so it is better to generate a list of symbols to export.
       always_export_symbols=yes
-      if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
+      if test "$aix_use_runtimelinking" = yes; then
 	# Warning - without using the other runtime loading flags (-brtl),
 	# -berok will link without error, but may produce a broken library.
 	allow_undefined_flag='-berok'
         # Determine the default libpath from the value encoded in an
         # empty executable.
-        if test set = "${lt_cv_aix_libpath+set}"; then
+        if test "${lt_cv_aix_libpath+set}" = set; then
   aix_libpath=$lt_cv_aix_libpath
 else
   if ${lt_cv_aix_libpath_+:} false; then :
@@ -8801,7 +8479,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
   if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
+    lt_cv_aix_libpath_="/usr/lib:/lib"
   fi
 
 fi
@@ -8809,17 +8487,17 @@ fi
   aix_libpath=$lt_cv_aix_libpath_
 fi
 
-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
+        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
       else
-	if test ia64 = "$host_cpu"; then
-	  hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
+	if test "$host_cpu" = ia64; then
+	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
 	  allow_undefined_flag="-z nodefs"
-	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
+	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 	else
 	 # Determine the default libpath from the value encoded in an
 	 # empty executable.
-	 if test set = "${lt_cv_aix_libpath+set}"; then
+	 if test "${lt_cv_aix_libpath+set}" = set; then
   aix_libpath=$lt_cv_aix_libpath
 else
   if ${lt_cv_aix_libpath_+:} false; then :
@@ -8854,7 +8532,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
   if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
+    lt_cv_aix_libpath_="/usr/lib:/lib"
   fi
 
 fi
@@ -8862,33 +8540,21 @@ fi
   aix_libpath=$lt_cv_aix_libpath_
 fi
 
-	 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
+	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
 	  # Warning - without using the other run time loading flags,
 	  # -berok will link without error, but may produce a broken library.
-	  no_undefined_flag=' $wl-bernotok'
-	  allow_undefined_flag=' $wl-berok'
-	  if test yes = "$with_gnu_ld"; then
+	  no_undefined_flag=' ${wl}-bernotok'
+	  allow_undefined_flag=' ${wl}-berok'
+	  if test "$with_gnu_ld" = yes; then
 	    # We only use this code for GNU lds that support --whole-archive.
-	    whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
+	    whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 	  else
 	    # Exported symbols can be pulled into shared objects from archives
 	    whole_archive_flag_spec='$convenience'
 	  fi
 	  archive_cmds_need_lc=yes
-	  archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
-	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	  if test svr4 != "$with_aix_soname"; then
-	    # This is similar to how AIX traditionally builds its shared libraries.
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	  fi
-	  if test aix != "$with_aix_soname"; then
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) >  [...]
-	  else
-	    # used by -dlpreopen to get the symbols
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	  fi
-	  archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 	fi
       fi
       ;;
@@ -8897,7 +8563,7 @@ fi
       case $host_cpu in
       powerpc)
             # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
             archive_expsym_cmds=''
         ;;
       m68k)
@@ -8927,17 +8593,16 @@ fi
 	# Tell ltmain to make .lib files, not .a files.
 	libext=lib
 	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
+	shrext_cmds=".dll"
 	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-            cp "$export_symbols" "$output_objdir/$soname.def";
-            echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-          else
-            $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-          fi~
-          $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-          linknames='
+	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
+	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
+	  else
+	    sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
+	  fi~
+	  $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+	  linknames='
 	# The linker will not automatically build a static lib if we build a DLL.
 	# _LT_TAGVAR(old_archive_from_new_cmds, )='true'
 	enable_shared_with_static_runtimes=yes
@@ -8946,18 +8611,18 @@ fi
 	# Don't use ranlib
 	old_postinstall_cmds='chmod 644 $oldlib'
 	postlink_cmds='lt_outputfile="@OUTPUT@"~
-          lt_tool_outputfile="@TOOL_OUTPUT@"~
-          case $lt_outputfile in
-            *.exe|*.EXE) ;;
-            *)
-              lt_outputfile=$lt_outputfile.exe
-              lt_tool_outputfile=$lt_tool_outputfile.exe
-              ;;
-          esac~
-          if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-            $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-            $RM "$lt_outputfile.manifest";
-          fi'
+	  lt_tool_outputfile="@TOOL_OUTPUT@"~
+	  case $lt_outputfile in
+	    *.exe|*.EXE) ;;
+	    *)
+	      lt_outputfile="$lt_outputfile.exe"
+	      lt_tool_outputfile="$lt_tool_outputfile.exe"
+	      ;;
+	  esac~
+	  if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
+	    $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
+	    $RM "$lt_outputfile.manifest";
+	  fi'
 	;;
       *)
 	# Assume MSVC wrapper
@@ -8966,7 +8631,7 @@ fi
 	# Tell ltmain to make .lib files, not .a files.
 	libext=lib
 	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
+	shrext_cmds=".dll"
 	# FIXME: Setting linknames here is a bad hack.
 	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
 	# The linker will automatically build a .lib file if we build a DLL.
@@ -8985,24 +8650,24 @@ fi
   hardcode_direct=no
   hardcode_automatic=yes
   hardcode_shlibpath_var=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
+  if test "$lt_cv_ld_force_load" = "yes"; then
+    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
 
   else
     whole_archive_flag_spec=''
   fi
   link_all_deplibs=yes
-  allow_undefined_flag=$_lt_dar_allow_undefined
+  allow_undefined_flag="$_lt_dar_allow_undefined"
   case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
+     ifort*) _lt_dar_can_shared=yes ;;
      *) _lt_dar_can_shared=$GCC ;;
   esac
-  if test yes = "$_lt_dar_can_shared"; then
+  if test "$_lt_dar_can_shared" = "yes"; then
     output_verbose_link_cmd=func_echo_all
-    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
+    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
+    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
+    archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
+    module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
 
   else
   ld_shlibs=no
@@ -9044,33 +8709,33 @@ fi
       ;;
 
     hpux9*)
-      if test yes = "$GCC"; then
-	archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+      if test "$GCC" = yes; then
+	archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
       else
-	archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+	archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
       fi
-      hardcode_libdir_flag_spec='$wl+b $wl$libdir'
+      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
       hardcode_libdir_separator=:
       hardcode_direct=yes
 
       # hardcode_minus_L: Not really in the search PATH,
       # but as the default location of the library.
       hardcode_minus_L=yes
-      export_dynamic_flag_spec='$wl-E'
+      export_dynamic_flag_spec='${wl}-E'
       ;;
 
     hpux10*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
+	archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
       else
 	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
       fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 	hardcode_libdir_separator=:
 	hardcode_direct=yes
 	hardcode_direct_absolute=yes
-	export_dynamic_flag_spec='$wl-E'
+	export_dynamic_flag_spec='${wl}-E'
 	# hardcode_minus_L: Not really in the search PATH,
 	# but as the default location of the library.
 	hardcode_minus_L=yes
@@ -9078,25 +8743,25 @@ fi
       ;;
 
     hpux11*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
+      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
 	case $host_cpu in
 	hppa*64*)
-	  archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	ia64*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	esac
       else
 	case $host_cpu in
 	hppa*64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	ia64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	*)
 
@@ -9108,7 +8773,7 @@ if ${lt_cv_prog_compiler__b+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   lt_cv_prog_compiler__b=no
-   save_LDFLAGS=$LDFLAGS
+   save_LDFLAGS="$LDFLAGS"
    LDFLAGS="$LDFLAGS -b"
    echo "$lt_simple_link_test_code" > conftest.$ac_ext
    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
@@ -9127,14 +8792,14 @@ else
      fi
    fi
    $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
+   LDFLAGS="$save_LDFLAGS"
 
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
 $as_echo "$lt_cv_prog_compiler__b" >&6; }
 
-if test yes = "$lt_cv_prog_compiler__b"; then
-    archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+if test x"$lt_cv_prog_compiler__b" = xyes; then
+    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 else
     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 fi
@@ -9142,8 +8807,8 @@ fi
 	  ;;
 	esac
       fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
+      if test "$with_gnu_ld" = no; then
+	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 	hardcode_libdir_separator=:
 
 	case $host_cpu in
@@ -9154,7 +8819,7 @@ fi
 	*)
 	  hardcode_direct=yes
 	  hardcode_direct_absolute=yes
-	  export_dynamic_flag_spec='$wl-E'
+	  export_dynamic_flag_spec='${wl}-E'
 
 	  # hardcode_minus_L: Not really in the search PATH,
 	  # but as the default location of the library.
@@ -9165,8 +8830,8 @@ fi
       ;;
 
     irix5* | irix6* | nonstopux*)
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+      if test "$GCC" = yes; then
+	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 	# Try to use the -exported_symbol ld option, if it does not
 	# work, assume that -exports_file does not work either and
 	# implicitly export all symbols.
@@ -9176,8 +8841,8 @@ $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >
 if ${lt_cv_irix_exported_symbol+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  save_LDFLAGS=$LDFLAGS
-	   LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
+  save_LDFLAGS="$LDFLAGS"
+	   LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
 	   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 int foo (void) { return 0; }
@@ -9189,35 +8854,25 @@ else
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
-           LDFLAGS=$save_LDFLAGS
+           LDFLAGS="$save_LDFLAGS"
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
-	if test yes = "$lt_cv_irix_exported_symbol"; then
-          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
+	if test "$lt_cv_irix_exported_symbol" = yes; then
+          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
 	fi
       else
-	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
+	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
       fi
       archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
       hardcode_libdir_separator=:
       inherit_rpath=yes
       link_all_deplibs=yes
       ;;
 
-    linux*)
-      case $cc_basename in
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	ld_shlibs=yes
-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	;;
-      esac
-      ;;
-
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
       else
@@ -9231,7 +8886,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
     newsos6)
       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
       hardcode_direct=yes
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
       hardcode_libdir_separator=:
       hardcode_shlibpath_var=no
       ;;
@@ -9239,19 +8894,27 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
     *nto* | *qnx*)
       ;;
 
-    openbsd* | bitrig*)
+    openbsd*)
       if test -f /usr/libexec/ld.so; then
 	hardcode_direct=yes
 	hardcode_shlibpath_var=no
 	hardcode_direct_absolute=yes
-	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	  export_dynamic_flag_spec='$wl-E'
+	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+	  export_dynamic_flag_spec='${wl}-E'
 	else
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
+	  case $host_os in
+	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+	     hardcode_libdir_flag_spec='-R$libdir'
+	     ;;
+	   *)
+	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+	     ;;
+	  esac
 	fi
       else
 	ld_shlibs=no
@@ -9262,53 +8925,33 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
       hardcode_libdir_flag_spec='-L$libdir'
       hardcode_minus_L=yes
       allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
+      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
       ;;
 
     osf3*)
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+      if test "$GCC" = yes; then
+	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
+	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
       else
 	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
       fi
       archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
       hardcode_libdir_separator=:
       ;;
 
     osf4* | osf5*)	# as osf3* with the addition of -msym flag
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
+      if test "$GCC" = yes; then
+	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
+	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
       else
 	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
-          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
+	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
 
 	# Both c and cxx compiler support -rpath directly
 	hardcode_libdir_flag_spec='-rpath $libdir'
@@ -9319,24 +8962,24 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
 
     solaris*)
       no_undefined_flag=' -z defs'
-      if test yes = "$GCC"; then
-	wlarc='$wl'
-	archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
+      if test "$GCC" = yes; then
+	wlarc='${wl}'
+	archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-          $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+	  $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
       else
 	case `$CC -V 2>&1` in
 	*"Compilers 5.0"*)
 	  wlarc=''
-	  archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
+	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
 	  ;;
 	*)
-	  wlarc='$wl'
-	  archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
+	  wlarc='${wl}'
+	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
 	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 	  ;;
 	esac
       fi
@@ -9346,11 +8989,11 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
       solaris2.[0-5] | solaris2.[0-5].*) ;;
       *)
 	# The compiler driver will combine and reorder linker options,
-	# but understands '-z linker_flag'.  GCC discards it without '$wl',
+	# but understands `-z linker_flag'.  GCC discards it without `$wl',
 	# but is careful enough not to reorder.
 	# Supported since Solaris 2.6 (maybe 2.5.1?)
-	if test yes = "$GCC"; then
-	  whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
+	if test "$GCC" = yes; then
+	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 	else
 	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
 	fi
@@ -9360,10 +9003,10 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
       ;;
 
     sunos4*)
-      if test sequent = "$host_vendor"; then
+      if test "x$host_vendor" = xsequent; then
 	# Use $CC to link under sequent, because it throws in some extra .o
 	# files that make .init and .fini sections work.
-	archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
       else
 	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
       fi
@@ -9412,43 +9055,43 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
       ;;
 
     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag='$wl-z,text'
+      no_undefined_flag='${wl}-z,text'
       archive_cmds_need_lc=no
       hardcode_shlibpath_var=no
       runpath_var='LD_RUN_PATH'
 
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      if test "$GCC" = yes; then
+	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       fi
       ;;
 
     sysv5* | sco3.2v5* | sco5v6*)
-      # Note: We CANNOT use -z defs as we might desire, because we do not
+      # Note: We can NOT use -z defs as we might desire, because we do not
       # link with -lc, and that would cause any symbols used from libc to
       # always be unresolved, which means just about no library would
       # ever link correctly.  If we're not using GNU ld we use -z text
       # though, which does catch some bad symbols but isn't as heavy-handed
       # as -z defs.
-      no_undefined_flag='$wl-z,text'
-      allow_undefined_flag='$wl-z,nodefs'
+      no_undefined_flag='${wl}-z,text'
+      allow_undefined_flag='${wl}-z,nodefs'
       archive_cmds_need_lc=no
       hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-R,$libdir'
+      hardcode_libdir_flag_spec='${wl}-R,$libdir'
       hardcode_libdir_separator=':'
       link_all_deplibs=yes
-      export_dynamic_flag_spec='$wl-Bexport'
+      export_dynamic_flag_spec='${wl}-Bexport'
       runpath_var='LD_RUN_PATH'
 
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      if test "$GCC" = yes; then
+	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       fi
       ;;
 
@@ -9463,10 +9106,10 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
       ;;
     esac
 
-    if test sni = "$host_vendor"; then
+    if test x$host_vendor = xsni; then
       case $host in
       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-	export_dynamic_flag_spec='$wl-Blargedynsym'
+	export_dynamic_flag_spec='${wl}-Blargedynsym'
 	;;
       esac
     fi
@@ -9474,7 +9117,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
 $as_echo "$ld_shlibs" >&6; }
-test no = "$ld_shlibs" && can_build_shared=no
+test "$ld_shlibs" = no && can_build_shared=no
 
 with_gnu_ld=$with_gnu_ld
 
@@ -9500,7 +9143,7 @@ x|xyes)
   # Assume -lc should be added
   archive_cmds_need_lc=yes
 
-  if test yes,yes = "$GCC,$enable_shared"; then
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
     case $archive_cmds in
     *'~'*)
       # FIXME: we may have to deal with multi-command sequences.
@@ -9715,14 +9358,14 @@ esac
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
 $as_echo_n "checking dynamic linker characteristics... " >&6; }
 
-if test yes = "$GCC"; then
+if test "$GCC" = yes; then
   case $host_os in
-    darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
-    *) lt_awk_arg='/^libraries:/' ;;
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
+    *) lt_awk_arg="/^libraries:/" ;;
   esac
   case $host_os in
-    mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
-    *) lt_sed_strip_eq='s|=/|/|g' ;;
+    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
+    *) lt_sed_strip_eq="s,=/,/,g" ;;
   esac
   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
   case $lt_search_path_spec in
@@ -9738,35 +9381,28 @@ if test yes = "$GCC"; then
     ;;
   esac
   # Ok, now we have the path, separated by spaces, we can step through it
-  # and add multilib dir if necessary...
+  # and add multilib dir if necessary.
   lt_tmp_lt_search_path_spec=
-  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
-  # ...but if some path component already ends with the multilib dir we assume
-  # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
-  case "$lt_multi_os_dir; $lt_search_path_spec " in
-  "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
-    lt_multi_os_dir=
-    ;;
-  esac
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
   for lt_sys_path in $lt_search_path_spec; do
-    if test -d "$lt_sys_path$lt_multi_os_dir"; then
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
-    elif test -n "$lt_multi_os_dir"; then
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
+    else
       test -d "$lt_sys_path" && \
 	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
     fi
   done
   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
-BEGIN {RS = " "; FS = "/|\n";} {
-  lt_foo = "";
-  lt_count = 0;
+BEGIN {RS=" "; FS="/|\n";} {
+  lt_foo="";
+  lt_count=0;
   for (lt_i = NF; lt_i > 0; lt_i--) {
     if ($lt_i != "" && $lt_i != ".") {
       if ($lt_i == "..") {
         lt_count++;
       } else {
         if (lt_count == 0) {
-          lt_foo = "/" $lt_i lt_foo;
+          lt_foo="/" $lt_i lt_foo;
         } else {
           lt_count--;
         }
@@ -9780,7 +9416,7 @@ BEGIN {RS = " "; FS = "/|\n";} {
   # for these hosts.
   case $host_os in
     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
-      $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
+      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
   esac
   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
 else
@@ -9789,7 +9425,7 @@ fi
 library_names_spec=
 libname_spec='lib$name'
 soname_spec=
-shrext_cmds=.so
+shrext_cmds=".so"
 postinstall_cmds=
 postuninstall_cmds=
 finish_cmds=
@@ -9806,16 +9442,14 @@ hardcode_into_libs=no
 # flags to be left without arguments
 need_version=unknown
 
-
-
 case $host_os in
 aix3*)
   version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
   shlibpath_var=LIBPATH
 
   # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
+  soname_spec='${libname}${release}${shared_ext}$major'
   ;;
 
 aix[4-9]*)
@@ -9823,91 +9457,41 @@ aix[4-9]*)
   need_lib_prefix=no
   need_version=no
   hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
+  if test "$host_cpu" = ia64; then
     # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
     shlibpath_var=LD_LIBRARY_PATH
   else
     # With GCC up to 2.95.x, collect2 would create an import file
     # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
+    # the line `#! .'.  This would cause the generated library to
+    # depend on `.', always an invalid library.  This was fixed in
     # development snapshots of GCC prior to 3.0.
     case $host_os in
       aix4 | aix4.[01] | aix4.[01].*)
       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
+	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
 	:
       else
 	can_build_shared=no
       fi
       ;;
     esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
     # soname into executable. Probably we can add versioning support to
     # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
+    if test "$aix_use_runtimelinking" = yes; then
       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
       # instead of lib<name>.a to let people know that these are not
       # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    else
       # We preserve .a as extension for shared libraries through AIX4.2
       # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
+      library_names_spec='${libname}${release}.a $libname.a'
+      soname_spec='${libname}${release}${shared_ext}$major'
+    fi
     shlibpath_var=LIBPATH
   fi
   ;;
@@ -9917,18 +9501,18 @@ amigaos*)
   powerpc)
     # Since July 2007 AmigaOS4 officially supports .so libraries.
     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
     ;;
   m68k)
     library_names_spec='$libname.ixlibrary $libname.a'
     # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
     ;;
   esac
   ;;
 
 beos*)
-  library_names_spec='$libname$shared_ext'
+  library_names_spec='${libname}${shared_ext}'
   dynamic_linker="$host_os ld.so"
   shlibpath_var=LIBRARY_PATH
   ;;
@@ -9936,8 +9520,8 @@ beos*)
 bsdi[45]*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
   shlibpath_var=LD_LIBRARY_PATH
   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
@@ -9949,7 +9533,7 @@ bsdi[45]*)
 
 cygwin* | mingw* | pw32* | cegcc*)
   version_type=windows
-  shrext_cmds=.dll
+  shrext_cmds=".dll"
   need_version=no
   need_lib_prefix=no
 
@@ -9958,8 +9542,8 @@ cygwin* | mingw* | pw32* | cegcc*)
     # gcc
     library_names_spec='$libname.dll.a'
     # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~
       test -d \$dldir || mkdir -p \$dldir~
       $install_prog $dir/$dlname \$dldir/$dlname~
@@ -9975,17 +9559,17 @@ cygwin* | mingw* | pw32* | cegcc*)
     case $host_os in
     cygwin*)
       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
       ;;
     mingw* | cegcc*)
       # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
       ;;
     pw32*)
       # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
       ;;
     esac
     dynamic_linker='Win32 ld.exe'
@@ -9994,8 +9578,8 @@ cygwin* | mingw* | pw32* | cegcc*)
   *,cl*)
     # Native MSVC
     libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
+    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
+    library_names_spec='${libname}.dll.lib'
 
     case $build_os in
     mingw*)
@@ -10022,7 +9606,7 @@ cygwin* | mingw* | pw32* | cegcc*)
       sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
       ;;
     *)
-      sys_lib_search_path_spec=$LIB
+      sys_lib_search_path_spec="$LIB"
       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
         # It is most probably a Windows format PATH.
         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
@@ -10035,8 +9619,8 @@ cygwin* | mingw* | pw32* | cegcc*)
     esac
 
     # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~
       test -d \$dldir || mkdir -p \$dldir~
       $install_prog $dir/$dlname \$dldir/$dlname'
@@ -10049,7 +9633,7 @@ cygwin* | mingw* | pw32* | cegcc*)
 
   *)
     # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
     dynamic_linker='Win32 ld.exe'
     ;;
   esac
@@ -10062,8 +9646,8 @@ darwin* | rhapsody*)
   version_type=darwin
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
+  soname_spec='${libname}${release}${major}$shared_ext'
   shlibpath_overrides_runpath=yes
   shlibpath_var=DYLD_LIBRARY_PATH
   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
@@ -10076,8 +9660,8 @@ dgux*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   ;;
 
@@ -10095,13 +9679,12 @@ freebsd* | dragonfly*)
   version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      soname_spec='$libname$release$shared_ext$major'
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
       need_version=no
       need_lib_prefix=no
       ;;
     freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
       need_version=yes
       ;;
   esac
@@ -10131,10 +9714,10 @@ haiku*)
   need_lib_prefix=no
   need_version=no
   dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
+  shlibpath_overrides_runpath=yes
   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
   hardcode_into_libs=yes
   ;;
@@ -10152,15 +9735,14 @@ hpux9* | hpux10* | hpux11*)
     dynamic_linker="$host_os dld.so"
     shlibpath_var=LD_LIBRARY_PATH
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    if test "X$HPUX_IA64_MODE" = X32; then
       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-      sys_lib_dlsearch_path_spec=/usr/lib/hpux32
     else
       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-      sys_lib_dlsearch_path_spec=/usr/lib/hpux64
     fi
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
     ;;
   hppa*64*)
     shrext_cmds='.sl'
@@ -10168,8 +9750,8 @@ hpux9* | hpux10* | hpux11*)
     dynamic_linker="$host_os dld.sl"
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
     ;;
@@ -10178,8 +9760,8 @@ hpux9* | hpux10* | hpux11*)
     dynamic_linker="$host_os dld.sl"
     shlibpath_var=SHLIB_PATH
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
     ;;
   esac
   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
@@ -10192,8 +9774,8 @@ interix[3-9]*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
@@ -10204,7 +9786,7 @@ irix5* | irix6* | nonstopux*)
   case $host_os in
     nonstopux*) version_type=nonstopux ;;
     *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
+	if test "$lt_cv_prog_gnu_ld" = yes; then
 		version_type=linux # correct to gnu/linux during the next big refactor
 	else
 		version_type=irix
@@ -10212,8 +9794,8 @@ irix5* | irix6* | nonstopux*)
   esac
   need_lib_prefix=no
   need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
   case $host_os in
   irix5* | nonstopux*)
     libsuff= shlibsuff=
@@ -10232,8 +9814,8 @@ irix5* | irix6* | nonstopux*)
   esac
   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
   shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
   hardcode_into_libs=yes
   ;;
 
@@ -10242,33 +9824,13 @@ linux*oldld* | linux*aout* | linux*coff*)
   dynamic_linker=no
   ;;
 
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec='-L$libdir'
-  ;;
-
 # This must be glibc/ELF.
 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
@@ -10312,12 +9874,7 @@ fi
   # before this can be enabled.
   hardcode_into_libs=yes
 
-  # Ideally, we could use ldconfig to report *all* directores which are
-  # searched for libraries, however this is still not possible.  Aside from not
-  # being certain /sbin/ldconfig is available, command
-  # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
-  # even though it is searched at run-time.  Try to do the best guess by
-  # appending ld.so.conf contents (and includes) to the search path.
+  # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
@@ -10332,17 +9889,29 @@ fi
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
   need_version=no
   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     dynamic_linker='NetBSD (a.out) ld.so'
   else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
     dynamic_linker='NetBSD ld.elf_so'
   fi
   shlibpath_var=LD_LIBRARY_PATH
@@ -10352,7 +9921,7 @@ netbsd*)
 
 newsos6)
   version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=yes
   ;;
@@ -10361,68 +9930,58 @@ newsos6)
   version_type=qnx
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
   hardcode_into_libs=yes
   dynamic_linker='ldqnx.so'
   ;;
 
-openbsd* | bitrig*)
+openbsd*)
   version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
+  sys_lib_dlsearch_path_spec="/usr/lib"
   need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
+    *)				need_version=no  ;;
+  esac
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    case $host_os in
+      openbsd2.[89] | openbsd2.[89].*)
+	shlibpath_overrides_runpath=no
+	;;
+      *)
+	shlibpath_overrides_runpath=yes
+	;;
+      esac
+  else
+    shlibpath_overrides_runpath=yes
+  fi
   ;;
 
 os2*)
   libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
+  shrext_cmds=".dll"
   need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
+  library_names_spec='$libname${shared_ext} $libname.a'
   dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
+  shlibpath_var=LIBPATH
   ;;
 
 osf3* | osf4* | osf5*)
   version_type=osf
   need_lib_prefix=no
   need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   shlibpath_var=LD_LIBRARY_PATH
   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   ;;
 
 rdos*)
@@ -10433,8 +9992,8 @@ solaris*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=yes
   hardcode_into_libs=yes
@@ -10444,11 +10003,11 @@ solaris*)
 
 sunos4*)
   version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
+  if test "$with_gnu_ld" = yes; then
     need_lib_prefix=no
   fi
   need_version=yes
@@ -10456,8 +10015,8 @@ sunos4*)
 
 sysv4 | sysv4.3*)
   version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   case $host_vendor in
     sni)
@@ -10478,24 +10037,24 @@ sysv4 | sysv4.3*)
   ;;
 
 sysv4*MP*)
-  if test -d /usr/nec; then
+  if test -d /usr/nec ;then
     version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
+    soname_spec='$libname${shared_ext}.$major'
     shlibpath_var=LD_LIBRARY_PATH
   fi
   ;;
 
 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
+  version_type=freebsd-elf
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=yes
   hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
+  if test "$with_gnu_ld" = yes; then
     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
   else
     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
@@ -10513,7 +10072,7 @@ tpf*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
   hardcode_into_libs=yes
@@ -10521,8 +10080,8 @@ tpf*)
 
 uts4*)
   version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   ;;
 
@@ -10532,35 +10091,20 @@ uts4*)
 esac
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
 $as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
+test "$dynamic_linker" = no && can_build_shared=no
 
 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
+if test "$GCC" = yes; then
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 fi
 
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 fi
-
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 fi
 
-# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
-configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
-
-# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
-func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
-
-# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
-configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
-
-
-
-
-
-
 
 
 
@@ -10657,15 +10201,15 @@ $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 hardcode_action=
 if test -n "$hardcode_libdir_flag_spec" ||
    test -n "$runpath_var" ||
-   test yes = "$hardcode_automatic"; then
+   test "X$hardcode_automatic" = "Xyes" ; then
 
   # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct" &&
+  if test "$hardcode_direct" != no &&
      # If the only mechanism to avoid hardcoding is shlibpath_var, we
      # have to relink, otherwise we might link with an installed library
      # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
-     test no != "$hardcode_minus_L"; then
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
+     test "$hardcode_minus_L" != no; then
     # Linking always hardcodes the temporary library directory.
     hardcode_action=relink
   else
@@ -10680,12 +10224,12 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
 $as_echo "$hardcode_action" >&6; }
 
-if test relink = "$hardcode_action" ||
-   test yes = "$inherit_rpath"; then
+if test "$hardcode_action" = relink ||
+   test "$inherit_rpath" = yes; then
   # Fast installation is not supported
   enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
+elif test "$shlibpath_overrides_runpath" = yes ||
+     test "$enable_shared" = no; then
   # Fast installation is not necessary
   enable_fast_install=needless
 fi
@@ -10695,7 +10239,7 @@ fi
 
 
 
-  if test yes != "$enable_dlopen"; then
+  if test "x$enable_dlopen" != xyes; then
   enable_dlopen=unknown
   enable_dlopen_self=unknown
   enable_dlopen_self_static=unknown
@@ -10705,23 +10249,23 @@ else
 
   case $host_os in
   beos*)
-    lt_cv_dlopen=load_add_on
+    lt_cv_dlopen="load_add_on"
     lt_cv_dlopen_libs=
     lt_cv_dlopen_self=yes
     ;;
 
   mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
+    lt_cv_dlopen="LoadLibrary"
     lt_cv_dlopen_libs=
     ;;
 
   cygwin*)
-    lt_cv_dlopen=dlopen
+    lt_cv_dlopen="dlopen"
     lt_cv_dlopen_libs=
     ;;
 
   darwin*)
-    # if libdl is installed we need to link against it
+  # if libdl is installed we need to link against it
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
 $as_echo_n "checking for dlopen in -ldl... " >&6; }
 if ${ac_cv_lib_dl_dlopen+:} false; then :
@@ -10759,10 +10303,10 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 else
 
-    lt_cv_dlopen=dyld
+    lt_cv_dlopen="dyld"
     lt_cv_dlopen_libs=
     lt_cv_dlopen_self=yes
 
@@ -10770,18 +10314,10 @@ fi
 
     ;;
 
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
-
   *)
     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
 if test "x$ac_cv_func_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load
+  lt_cv_dlopen="shl_load"
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
 $as_echo_n "checking for shl_load in -ldld... " >&6; }
@@ -10820,11 +10356,11 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
+  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 else
   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
 if test "x$ac_cv_func_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen
+  lt_cv_dlopen="dlopen"
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
 $as_echo_n "checking for dlopen in -ldl... " >&6; }
@@ -10863,7 +10399,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
@@ -10902,7 +10438,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
 $as_echo_n "checking for dld_link in -ldld... " >&6; }
@@ -10941,7 +10477,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
-  lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
+  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 fi
 
 
@@ -10962,21 +10498,21 @@ fi
     ;;
   esac
 
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
+  if test "x$lt_cv_dlopen" != xno; then
     enable_dlopen=yes
+  else
+    enable_dlopen=no
   fi
 
   case $lt_cv_dlopen in
   dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+    save_CPPFLAGS="$CPPFLAGS"
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
-    save_LDFLAGS=$LDFLAGS
+    save_LDFLAGS="$LDFLAGS"
     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
-    save_LIBS=$LIBS
+    save_LIBS="$LIBS"
     LIBS="$lt_cv_dlopen_libs $LIBS"
 
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
@@ -10984,7 +10520,7 @@ $as_echo_n "checking whether a program can dlopen itself... " >&6; }
 if ${lt_cv_dlopen_self+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  	  if test yes = "$cross_compiling"; then :
+  	  if test "$cross_compiling" = yes; then :
   lt_cv_dlopen_self=cross
 else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
@@ -11031,9 +10567,9 @@ else
 #  endif
 #endif
 
-/* When -fvisibility=hidden is used, assume the code has been annotated
+/* When -fvisbility=hidden is used, assume the code has been annotated
    correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
 int fnord () __attribute__((visibility("default")));
 #endif
 
@@ -11063,7 +10599,7 @@ _LT_EOF
   (eval $ac_link) 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
     (./conftest; exit; ) >&5 2>/dev/null
     lt_status=$?
     case x$lt_status in
@@ -11083,14 +10619,14 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
 $as_echo "$lt_cv_dlopen_self" >&6; }
 
-    if test yes = "$lt_cv_dlopen_self"; then
+    if test "x$lt_cv_dlopen_self" = xyes; then
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
 if ${lt_cv_dlopen_self_static+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  	  if test yes = "$cross_compiling"; then :
+  	  if test "$cross_compiling" = yes; then :
   lt_cv_dlopen_self_static=cross
 else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
@@ -11137,9 +10673,9 @@ else
 #  endif
 #endif
 
-/* When -fvisibility=hidden is used, assume the code has been annotated
+/* When -fvisbility=hidden is used, assume the code has been annotated
    correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
 int fnord () __attribute__((visibility("default")));
 #endif
 
@@ -11169,7 +10705,7 @@ _LT_EOF
   (eval $ac_link) 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
     (./conftest; exit; ) >&5 2>/dev/null
     lt_status=$?
     case x$lt_status in
@@ -11190,9 +10726,9 @@ fi
 $as_echo "$lt_cv_dlopen_self_static" >&6; }
     fi
 
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
+    CPPFLAGS="$save_CPPFLAGS"
+    LDFLAGS="$save_LDFLAGS"
+    LIBS="$save_LIBS"
     ;;
   esac
 
@@ -11236,7 +10772,7 @@ else
 # FIXME - insert some real tests, host_os isn't really good enough
   case $host_os in
   darwin*)
-    if test -n "$STRIP"; then
+    if test -n "$STRIP" ; then
       striplib="$STRIP -x"
       old_striplib="$STRIP -S"
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -11264,7 +10800,7 @@ fi
 
 
 
-  # Report what library types will actually be built
+  # Report which library types will actually be built
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
@@ -11272,13 +10808,13 @@ $as_echo "$can_build_shared" >&6; }
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
 $as_echo_n "checking whether to build shared libraries... " >&6; }
-  test no = "$can_build_shared" && enable_shared=no
+  test "$can_build_shared" = "no" && enable_shared=no
 
   # On AIX, shared libraries and static libraries use the same namespace, and
   # are all built from PIC.
   case $host_os in
   aix3*)
-    test yes = "$enable_shared" && enable_static=no
+    test "$enable_shared" = yes && enable_static=no
     if test -n "$RANLIB"; then
       archive_cmds="$archive_cmds~\$RANLIB \$lib"
       postinstall_cmds='$RANLIB $lib'
@@ -11286,12 +10822,8 @@ $as_echo_n "checking whether to build shared libraries... " >&6; }
     ;;
 
   aix[4-9]*)
-    if test ia64 != "$host_cpu"; then
-      case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-      yes,aix,yes) ;;			# shared object as lib.so file only
-      yes,svr4,*) ;;			# shared object as lib.so archive member only
-      yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-      esac
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+      test "$enable_shared" = yes && enable_static=no
     fi
     ;;
   esac
@@ -11301,7 +10833,7 @@ $as_echo "$enable_shared" >&6; }
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
 $as_echo_n "checking whether to build static libraries... " >&6; }
   # Make sure either enable_shared or enable_static is yes.
-  test yes = "$enable_shared" || enable_static=yes
+  test "$enable_shared" = yes || enable_static=yes
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
 $as_echo "$enable_static" >&6; }
 
@@ -11315,7 +10847,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
-CC=$lt_save_CC
+CC="$lt_save_CC"
 
 
 
@@ -12227,7 +11759,7 @@ else
   _cv_wall=no
    ac_outfile=conftest.$ac_objext
    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="-Wall"  ## exclude from sc_useless_quotes_in_assignment
+   lt_compiler_flag="-Wall"
    # Insert the option either (1) after the last *FLAGS variable, or
    # (2) before a word containing "conftest.", or (3) at the end.
    # Note that $ac_compile itself does not contain backslashes and begins
@@ -12257,7 +11789,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_cv_wall" >&5
 $as_echo "$_cv_wall" >&6; }
 
-if test yes = "$_cv_wall"; then
+if test x"$_cv_wall" = xyes; then
     WARNFLAGS="$WARNFLAGS -Wall"
 else
     :
@@ -12271,7 +11803,7 @@ else
   _cv_misprot=no
    ac_outfile=conftest.$ac_objext
    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="-Wmissing-prototypes"  ## exclude from sc_useless_quotes_in_assignment
+   lt_compiler_flag="-Wmissing-prototypes"
    # Insert the option either (1) after the last *FLAGS variable, or
    # (2) before a word containing "conftest.", or (3) at the end.
    # Note that $ac_compile itself does not contain backslashes and begins
@@ -12301,7 +11833,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_cv_misprot" >&5
 $as_echo "$_cv_misprot" >&6; }
 
-if test yes = "$_cv_misprot"; then
+if test x"$_cv_misprot" = xyes; then
     WARNFLAGS="$WARNFLAGS -Wmissing-prototypes"
 else
     :
@@ -12318,7 +11850,7 @@ else
   dummy_cv_ffloat_store=no
    ac_outfile=conftest.$ac_objext
    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="-ffloat-store"  ## exclude from sc_useless_quotes_in_assignment
+   lt_compiler_flag="-ffloat-store"
    # Insert the option either (1) after the last *FLAGS variable, or
    # (2) before a word containing "conftest.", or (3) at the end.
    # Note that $ac_compile itself does not contain backslashes and begins
@@ -12348,7 +11880,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dummy_cv_ffloat_store" >&5
 $as_echo "$dummy_cv_ffloat_store" >&6; }
 
-if test yes = "$dummy_cv_ffloat_store"; then
+if test x"$dummy_cv_ffloat_store" = xyes; then
     NUMERICFLAGS="$NUMERICFLAGS -ffloat-store"
 else
     :
@@ -12363,39 +11895,32 @@ if ${_cv_exclude_libs+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   _cv_exclude_libs=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="-Wl,--exclude-libs,ALL"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
+   save_LDFLAGS="$LDFLAGS"
+   LDFLAGS="$LDFLAGS -Wl,--exclude-libs,ALL"
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
+     # The linker can only warn and ignore the option if not recognized
+     # So say no if there are warnings
+     if test -s conftest.err; then
+       # Append any errors to the config.log.
+       cat conftest.err 1>&5
+       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
+       if diff conftest.exp conftest.er2 >/dev/null; then
+         _cv_exclude_libs=yes
+       fi
+     else
        _cv_exclude_libs=yes
      fi
    fi
-   $RM conftest*
+   $RM -r conftest*
+   LDFLAGS="$save_LDFLAGS"
 
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_cv_exclude_libs" >&5
 $as_echo "$_cv_exclude_libs" >&6; }
 
-if test yes = "$_cv_exclude_libs"; then
+if test x"$_cv_exclude_libs" = xyes; then
     EXCLUDELIBS_LDFLAGS="-Wl,--exclude-libs,ALL"
 else
     :
@@ -12406,9 +11931,9 @@ fi
 EXESUFFIX="$ac_cv_exeext"
 
 
-POSTGIS_MAJOR_VERSION=`cat Version.config | grep POSTGIS_MAJOR_VERSION | sed 's/[^=]*=\([0-9]\)/\1/g'`
-POSTGIS_MINOR_VERSION=`cat Version.config | grep POSTGIS_MINOR_VERSION | sed 's/[^=]*=\([0-9]\)/\1/g'`
-POSTGIS_MICRO_VERSION=`cat Version.config | grep POSTGIS_MICRO_VERSION | sed 's/[^=]*=\([0-9]\)/\1/g'`
+POSTGIS_MAJOR_VERSION=`cat Version.config | grep ^POSTGIS_MAJOR_VERSION | sed 's/[^=]*=\([0-9]\)/\1/g'`
+POSTGIS_MINOR_VERSION=`cat Version.config | grep ^POSTGIS_MINOR_VERSION | sed 's/[^=]*=\([0-9]\)/\1/g'`
+POSTGIS_MICRO_VERSION=`cat Version.config | grep ^POSTGIS_MICRO_VERSION | sed 's/[^=]*=\([0-9]\)/\1/g'`
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12430,9 +11955,9 @@ _ACEOF
 
 
 
-LIBLWGEOM_CURRENT=`expr $POSTGIS_MAJOR_VERSION + $POSTGIS_MINOR_VERSION`
-LIBLWGEOM_AGE=$POSTGIS_MINOR_VERSION
-LIBLWGEOM_REV=`echo $POSTGIS_MICRO_VERSION | perl -p -e 's/(\d+)\w*\d*/$1/g'`
+LIBLWGEOM_CURRENT=`cat Version.config | grep ^LIBLWGEOM_IFACE_CUR | sed 's/[^=]*=\([0-9]\)/\1/g'`
+LIBLWGEOM_AGE=`cat Version.config | grep ^LIBLWGEOM_IFACE_AGE | sed 's/[^=]*=\([0-9]\)/\1/g'`
+LIBLWGEOM_REV=`cat Version.config | grep ^LIBLWGEOM_IFACE_REV | sed 's/[^=]*=\([0-9]\)/\1/g'`
 
 
 
@@ -18097,7 +17622,6 @@ enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
-shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
@@ -18147,13 +17671,10 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
-lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
-lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
@@ -18218,8 +17739,7 @@ finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
-configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
-configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
+sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
@@ -18270,12 +17790,9 @@ CFLAGS \
 compiler \
 lt_cv_sys_global_symbol_pipe \
 lt_cv_sys_global_symbol_to_cdecl \
-lt_cv_sys_global_symbol_to_import \
 lt_cv_sys_global_symbol_to_c_name_address \
 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
-lt_cv_nm_interface \
 nm_file_list_spec \
-lt_cv_truncate_bin \
 lt_prog_compiler_no_builtin_flag \
 lt_prog_compiler_pic \
 lt_prog_compiler_wl \
@@ -18310,7 +17827,7 @@ old_striplib \
 striplib; do
     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
     *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
       ;;
     *)
       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
@@ -18337,11 +17854,10 @@ postinstall_cmds \
 postuninstall_cmds \
 finish_cmds \
 sys_lib_search_path_spec \
-configure_time_dlsearch_path \
-configure_time_lt_sys_library_path; do
+sys_lib_dlsearch_path_spec; do
     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
     *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
       ;;
     *)
       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
@@ -18350,16 +17866,19 @@ configure_time_lt_sys_library_path; do
 done
 
 ac_aux_dir='$ac_aux_dir'
+xsi_shell='$xsi_shell'
+lt_shell_append='$lt_shell_append'
 
-# See if we are running on zsh, and set the options that allow our
+# See if we are running on zsh, and set the options which allow our
 # commands through without removal of \ escapes INIT.
-if test -n "\${ZSH_VERSION+set}"; then
+if test -n "\${ZSH_VERSION+set}" ; then
    setopt NO_GLOB_SUBST
 fi
 
 
     PACKAGE='$PACKAGE'
     VERSION='$VERSION'
+    TIMESTAMP='$TIMESTAMP'
     RM='$RM'
     ofile='$ofile'
 
@@ -18978,53 +18497,55 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
   case $ac_file$ac_mode in
     "libtool":C)
 
-    # See if we are running on zsh, and set the options that allow our
+    # See if we are running on zsh, and set the options which allow our
     # commands through without removal of \ escapes.
-    if test -n "${ZSH_VERSION+set}"; then
+    if test -n "${ZSH_VERSION+set}" ; then
       setopt NO_GLOB_SUBST
     fi
 
-    cfgfile=${ofile}T
+    cfgfile="${ofile}T"
     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
     $RM "$cfgfile"
 
     cat <<_LT_EOF >> "$cfgfile"
 #! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
+
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
 #
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+#                 Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
+#
+#   This file is part of GNU Libtool.
+#
+# GNU Libtool is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
 #
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+# obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 
 # The names of the tagged configurations supported by this script.
-available_tags=''
-
-# Configured defaults for sys_lib_dlsearch_path munging.
-: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
+available_tags=""
 
 # ### BEGIN LIBTOOL CONFIG
 
@@ -19044,9 +18565,6 @@ pic_mode=$pic_mode
 # Whether or not to optimize for fast installation.
 fast_install=$enable_fast_install
 
-# Shared archive member basename,for filename based shared library versioning on AIX.
-shared_archive_member_spec=$shared_archive_member_spec
-
 # Shell to use when invoking shell scripts.
 SHELL=$lt_SHELL
 
@@ -19164,27 +18682,18 @@ global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 # Transform the output of nm in a proper C declaration.
 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
-# Transform the output of nm into a list of symbols to manually relocate.
-global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
-
 # Transform the output of nm in a C name address pair.
 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
 # Transform the output of nm in a C name address pair when lib prefix is needed.
 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
 
-# The name lister interface.
-nm_interface=$lt_lt_cv_nm_interface
-
 # Specify filename containing input files for \$NM.
 nm_file_list_spec=$lt_nm_file_list_spec
 
-# The root where to search for dependent libraries,and where our libraries should be installed.
+# The root where to search for dependent libraries,and in which our libraries should be installed.
 lt_sysroot=$lt_sysroot
 
-# Command to truncate a binary pipe.
-lt_truncate_bin=$lt_lt_cv_truncate_bin
-
 # The name of the directory that contains temporary libtool files.
 objdir=$objdir
 
@@ -19275,11 +18784,8 @@ hardcode_into_libs=$hardcode_into_libs
 # Compile-time system search path for libraries.
 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
-# Detected run-time system search path for libraries.
-sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
-
-# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
-configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
+# Run-time system search path for libraries.
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
 # Whether dlopen is supported.
 dlopen_support=$enable_dlopen
@@ -19372,13 +18878,13 @@ hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
 # Whether we need a single "-rpath" flag with a separated argument.
 hardcode_libdir_separator=$lt_hardcode_libdir_separator
 
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 # DIR into the resulting binary.
 hardcode_direct=$hardcode_direct
 
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 # DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
 # library is relocated.
 hardcode_direct_absolute=$hardcode_direct_absolute
 
@@ -19430,72 +18936,13 @@ hardcode_action=$hardcode_action
 
 _LT_EOF
 
-    cat <<'_LT_EOF' >> "$cfgfile"
-
-# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
-
-# func_munge_path_list VARIABLE PATH
-# -----------------------------------
-# VARIABLE is name of variable containing _space_ separated list of
-# directories to be munged by the contents of PATH, which is string
-# having a format:
-# "DIR[:DIR]:"
-#       string "DIR[ DIR]" will be prepended to VARIABLE
-# ":DIR[:DIR]"
-#       string "DIR[ DIR]" will be appended to VARIABLE
-# "DIRP[:DIRP]::[DIRA:]DIRA"
-#       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
-#       "DIRA[ DIRA]" will be appended to VARIABLE
-# "DIR[:DIR]"
-#       VARIABLE will be replaced by "DIR[ DIR]"
-func_munge_path_list ()
-{
-    case x$2 in
-    x)
-        ;;
-    *:)
-        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
-        ;;
-    x:*)
-        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
-        ;;
-    *::*)
-        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
-        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
-        ;;
-    *)
-        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
-        ;;
-    esac
-}
-
-
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
-func_cc_basename ()
-{
-    for cc_temp in $*""; do
-      case $cc_temp in
-        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-        distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-        \-*) ;;
-        *) break;;
-      esac
-    done
-    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-}
-
-
-# ### END FUNCTIONS SHARED WITH CONFIGURE
-
-_LT_EOF
-
   case $host_os in
   aix3*)
     cat <<\_LT_EOF >> "$cfgfile"
 # AIX sometimes has problems with the GCC collect2 program.  For some
 # reason, if we set the COLLECT_NAMES environment variable, the problems
 # vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
+if test "X${COLLECT_NAMES+set}" != Xset; then
   COLLECT_NAMES=
   export COLLECT_NAMES
 fi
@@ -19504,7 +18951,7 @@ _LT_EOF
   esac
 
 
-ltmain=$ac_aux_dir/ltmain.sh
+ltmain="$ac_aux_dir/ltmain.sh"
 
 
   # We use sed instead of cat because bash on DJGPP gets confused if
@@ -19514,6 +18961,165 @@ ltmain=$ac_aux_dir/ltmain.sh
   sed '$q' "$ltmain" >> "$cfgfile" \
      || (rm -f "$cfgfile"; exit 1)
 
+  if test x"$xsi_shell" = xyes; then
+  sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
+func_dirname ()\
+{\
+\    case ${1} in\
+\      */*) func_dirname_result="${1%/*}${2}" ;;\
+\      *  ) func_dirname_result="${3}" ;;\
+\    esac\
+} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_basename ()$/,/^} # func_basename /c\
+func_basename ()\
+{\
+\    func_basename_result="${1##*/}"\
+} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
+func_dirname_and_basename ()\
+{\
+\    case ${1} in\
+\      */*) func_dirname_result="${1%/*}${2}" ;;\
+\      *  ) func_dirname_result="${3}" ;;\
+\    esac\
+\    func_basename_result="${1##*/}"\
+} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
+func_stripname ()\
+{\
+\    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
+\    # positional parameters, so assign one to ordinary parameter first.\
+\    func_stripname_result=${3}\
+\    func_stripname_result=${func_stripname_result#"${1}"}\
+\    func_stripname_result=${func_stripname_result%"${2}"}\
+} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
+func_split_long_opt ()\
+{\
+\    func_split_long_opt_name=${1%%=*}\
+\    func_split_long_opt_arg=${1#*=}\
+} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
+func_split_short_opt ()\
+{\
+\    func_split_short_opt_arg=${1#??}\
+\    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
+} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
+func_lo2o ()\
+{\
+\    case ${1} in\
+\      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
+\      *)    func_lo2o_result=${1} ;;\
+\    esac\
+} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_xform ()$/,/^} # func_xform /c\
+func_xform ()\
+{\
+    func_xform_result=${1%.*}.lo\
+} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_arith ()$/,/^} # func_arith /c\
+func_arith ()\
+{\
+    func_arith_result=$(( $* ))\
+} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_len ()$/,/^} # func_len /c\
+func_len ()\
+{\
+    func_len_result=${#1}\
+} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+fi
+
+if test x"$lt_shell_append" = xyes; then
+  sed -e '/^func_append ()$/,/^} # func_append /c\
+func_append ()\
+{\
+    eval "${1}+=\\${2}"\
+} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
+func_append_quoted ()\
+{\
+\    func_quote_for_eval "${2}"\
+\    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
+} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+
+
+  # Save a `func_append' function call where possible by direct use of '+='
+  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
+    && mv -f "$cfgfile.tmp" "$cfgfile" \
+      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+  test 0 -eq $? || _lt_function_replace_fail=:
+else
+  # Save a `func_append' function call even when '+=' is not available
+  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
+    && mv -f "$cfgfile.tmp" "$cfgfile" \
+      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+  test 0 -eq $? || _lt_function_replace_fail=:
+fi
+
+if test x"$_lt_function_replace_fail" = x":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
+$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
+fi
+
+
    mv -f "$cfgfile" "$ofile" ||
     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
   chmod +x "$ofile"
diff --git a/configure.ac b/configure.ac
index 15a5cd1..f01a2ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ dnl Exporting used library symbols in the module is a source of issues,
 dnl see https://trac.osgeo.org/postgis/ticket/3281
 dnl
 EXCLUDELIBS_LDFLAGS=""
-AC_LIBTOOL_COMPILER_OPTION([if $compiler supports --exclude-libs], [_cv_exclude_libs], [[-Wl,--exclude-libs,ALL]], [], [EXCLUDELIBS_LDFLAGS="-Wl,--exclude-libs,ALL"], [])
+AC_LIBTOOL_LINKER_OPTION([if $compiler supports --exclude-libs], [_cv_exclude_libs], [[-Wl,--exclude-libs,ALL]], [EXCLUDELIBS_LDFLAGS="-Wl,--exclude-libs,ALL"])
 AC_SUBST([EXCLUDELIBS_LDFLAGS])
 
 dnl
@@ -85,9 +85,9 @@ AC_SUBST([EXESUFFIX])
 dnl
 dnl Version Information imported from Version.config 
 dnl
-POSTGIS_MAJOR_VERSION=`cat Version.config | grep POSTGIS_MAJOR_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
-POSTGIS_MINOR_VERSION=`cat Version.config | grep POSTGIS_MINOR_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
-POSTGIS_MICRO_VERSION=`cat Version.config | grep POSTGIS_MICRO_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
+POSTGIS_MAJOR_VERSION=`cat Version.config | grep ^POSTGIS_MAJOR_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
+POSTGIS_MINOR_VERSION=`cat Version.config | grep ^POSTGIS_MINOR_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
+POSTGIS_MICRO_VERSION=`cat Version.config | grep ^POSTGIS_MICRO_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
 
 AC_DEFINE_UNQUOTED([POSTGIS_MAJOR_VERSION], ["$POSTGIS_MAJOR_VERSION"], [PostGIS major version])
 AC_DEFINE_UNQUOTED([POSTGIS_MINOR_VERSION], ["$POSTGIS_MINOR_VERSION"], [PostGIS minor version])
@@ -98,11 +98,11 @@ AC_SUBST([POSTGIS_MINOR_VERSION])
 AC_SUBST([POSTGIS_MICRO_VERSION])
 
 dnl
-dnl Convert PostGIS version info into liblwgeom libtool-happy numbers
+dnl Liblwgeom version information imported from Version.config
 dnl
-LIBLWGEOM_CURRENT=`expr $POSTGIS_MAJOR_VERSION + $POSTGIS_MINOR_VERSION`
-LIBLWGEOM_AGE=$POSTGIS_MINOR_VERSION
-LIBLWGEOM_REV=`echo $POSTGIS_MICRO_VERSION | perl -p -e 's/(\d+)\w*\d*/$1/g'`
+LIBLWGEOM_CURRENT=`cat Version.config | grep ^LIBLWGEOM_IFACE_CUR | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
+LIBLWGEOM_AGE=`cat Version.config | grep ^LIBLWGEOM_IFACE_AGE | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
+LIBLWGEOM_REV=`cat Version.config | grep ^LIBLWGEOM_IFACE_REV | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
 AC_SUBST([LIBLWGEOM_CURRENT])
 AC_SUBST([LIBLWGEOM_AGE])
 AC_SUBST([LIBLWGEOM_REV])
diff --git a/doc/extras_address_standardizer.xml b/doc/extras_address_standardizer.xml
index 9a8d625..0cebd21 100644
--- a/doc/extras_address_standardizer.xml
+++ b/doc/extras_address_standardizer.xml
@@ -597,12 +597,40 @@ into includes in the future for easier maintenance.</para></listitem>
 		<refsection>
 			<title>Examples</title>
 	
-			<programlisting>SELECT num, street, city, zip, zipplus FROM parse_address('1 Devonshire Place, Boston, MA 02109-1234');
+			<para>Single Addresss</para>
+			<programlisting>SELECT num, street, city, zip, zipplus 
+	FROM parse_address('1 Devonshire Place, Boston, MA 02109-1234') AS a;</programlisting>
+<screen>	
  num |      street      |  city  |  zip  | zipplus
 -----+------------------+--------+-------+---------
- 1   | Devonshire Place | Boston | 02109 | 1234			
-</programlisting>
+ 1   | Devonshire Place | Boston | 02109 | 1234		</screen>	
 
+			<para>Table of addresses</para>
+			<programlisting>-- basic table
+CREATE TABLE places(addid serial PRIMARY KEY, address text);
+
+INSERT INTO places(address)
+VALUES ('529 Main Street, Boston MA, 02129'),
+ ('77 Massachusetts Avenue, Cambridge, MA 02139'),
+ ('25 Wizard of Oz, Walaford, KS 99912323'),
+ ('26 Capen Street, Medford, MA'),
+ ('124 Mount Auburn St, Cambridge, Massachusetts 02138'),
+ ('950 Main Street, Worcester, MA 01610');
+
+ -- parse the addresses 
+ -- if you want all fields you can use (a).*
+SELECT addid, (a).num, (a).street, (a).city, (a).state, (a).zip, (a).zipplus
+FROM (SELECT addid, parse_address(address) As a
+ FROM places) AS p;</programlisting>
+<screen> addid | num |        street        |   city    | state |  zip  | zipplus
+-------+-----+----------------------+-----------+-------+-------+---------
+     1 | 529 | Main Street          | Boston    | MA    | 02129 |
+     2 | 77  | Massachusetts Avenue | Cambridge | MA    | 02139 |
+     3 | 25  | Wizard of Oz         | Walaford  | KS    | 99912 | 323
+     4 | 26  | Capen Street         | Medford   | MA    |       |
+     5 | 124 | Mount Auburn St      | Cambridge | MA    | 02138 |
+     6 | 950 | Main Street          | Worcester | MA    | 01610 |
+(6 rows)</screen>
 		</refsection>
 	
 		<!-- Optionally add a "See Also" section -->
@@ -645,6 +673,9 @@ into includes in the future for easier maintenance.</para></listitem>
 			<title>Description</title>
 	
 			<para>Returns an <xref linkend="stdaddr" /> form of an input address utilizing <xref linkend="lextab" /> table name, <xref linkend="gaztab" />, and <xref linkend="rulestab" /> table names and an address.</para>
+			
+			<para>Variant 1: Takes an address as a single line.</para>
+			<para>Variant 2: Takes an address as 2 parts.  A <varname>micro</varname> consisting of standard first line of postal address e.g. <code>house_num street</code>, and a macro consisting of standard postal second line of an address e.g <code>city, state postal_code country</code>.</para> 
 
 			<!-- use this format if new function -->
 		<para>Availability: 2.2.0</para>
@@ -655,9 +686,11 @@ into includes in the future for easier maintenance.</para></listitem>
 		<refsection>
 			<title>Examples</title>
 			<para>Using address_standardizer_data_us extension</para>
-			<programlisting>CREATE EXTENSION address_standardizer_data_us; -- only needs to be done once
-SELECT house_num, name, suftype, city, country, state, unit  FROM standardize_address('us_lex', 
-			   'us_gaz', 'us_rules', 'One Devonshire Place, PH 301, Boston, MA 02109-1234');</programlisting>
+			<programlisting>CREATE EXTENSION address_standardizer_data_us; -- only needs to be done once</programlisting>
+			
+<para>Variant 1: Single line address.  This doesn't work well with non-US addresses</para>
+<programlisting>SELECT house_num, name, suftype, city, country, state, unit  FROM standardize_address('us_lex', 
+			   'us_gaz', 'us_rules', 'One Devonshire Place, PH 301, Boston, MA 02109');</programlisting>
 			<screen>house_num |    name    | suftype |  city  | country |     state     |      unit
 ----------+------------+---------+--------+---------+---------------+-----------------
 1         | DEVONSHIRE | PLACE   | BOSTON | USA     | MASSACHUSETTS | # PENTHOUSE 301</screen>
@@ -668,7 +701,7 @@ SELECT house_num, name, suftype, city, country, state, unit  FROM standardize_ad
       <para>Make easier to read we'll dump output using hstore extension CREATE EXTENSION hstore; you need to install</para>
       <programlisting>SELECT (each(hstore(p))).*  
  FROM standardize_address('tiger.pagc_lex', 'tiger.pagc_gaz', 
-   'tiger.pagc_rules', 'One Devonshire Place, PH 301, Boston, MA 02109-1234') As p;</programlisting>
+   'tiger.pagc_rules', 'One Devonshire Place, PH 301, Boston, MA 02109') As p;</programlisting>
        <screen>    key     |      value
 ------------+-----------------
  box        |
@@ -689,6 +722,31 @@ SELECT house_num, name, suftype, city, country, state, unit  FROM standardize_ad
  ruralroute |
 (16 rows)       
  			</screen>
+ 	
+<para>Variant 2: As a two part Address</para>
+<programlisting>SELECT (each(hstore(p))).*  
+ FROM standardize_address('tiger.pagc_lex', 'tiger.pagc_gaz', 
+   'tiger.pagc_rules', 'One Devonshire Place, PH 301', 'Boston, MA 02109, US') As p;</programlisting>
+<screen>    key     |      value
+------------+-----------------
+ box        |
+ city       | BOSTON
+ name       | DEVONSHIRE
+ qual       |
+ unit       | # PENTHOUSE 301
+ extra      |
+ state      | MA
+ predir     |
+ sufdir     |
+ country    | USA
+ pretype    |
+ suftype    | PL
+ building   |
+ postcode   | 02109
+ house_num  | 1
+ ruralroute |
+(16 rows)</screen>
+
 		</refsection>
 	
 		<!-- Optionally add a "See Also" section -->
diff --git a/doc/html/image_src/Makefile.in b/doc/html/image_src/Makefile.in
index 5f39143..4331983 100644
--- a/doc/html/image_src/Makefile.in
+++ b/doc/html/image_src/Makefile.in
@@ -23,6 +23,8 @@ IMAGES= \
 	../images/de9im02.png \
 	../images/st_azimuth01.png \
 	../images/st_azimuth02.png \
+	../images/st_boundary01.png \
+	../images/st_boundary02.png \
 	../images/st_buffer01.png \
 	../images/st_buffer02.png \
 	../images/st_buffer03.png \
diff --git a/doc/html/image_src/st_boundary01.wkt b/doc/html/image_src/st_boundary01.wkt
new file mode 100644
index 0000000..119ce17
--- /dev/null
+++ b/doc/html/image_src/st_boundary01.wkt
@@ -0,0 +1,2 @@
+Style1;LINESTRING(100 150,50 60, 70 80, 160 170)
+Style2;MULTIPOINT(100 150,160 170)
diff --git a/doc/html/image_src/st_boundary02.wkt b/doc/html/image_src/st_boundary02.wkt
new file mode 100644
index 0000000..728dd79
--- /dev/null
+++ b/doc/html/image_src/st_boundary02.wkt
@@ -0,0 +1,2 @@
+Style1;POLYGON (( 10 130, 50 190, 110 190, 140 150, 150 80, 100 10, 20 40, 10 130 ), ( 70 40, 100 50, 120 80, 80 110, 50 90, 70 40 ))
+Style2;MULTILINESTRING((10 130,50 190,110 190,140 150,150 80,100 10,20 40,10 130),(70 40,100 50,120 80,80 110,50 90,70 40))
diff --git a/doc/installation.xml b/doc/installation.xml
index 9b3880a..e0208f4 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -1934,7 +1934,7 @@ ALTER EXTENSION postgis_topology UPDATE TO "&last_release_version;next";</progra
     be used at all.
     All your custom records with invalid SRIDs will be retained,
     with those > 999999 moved into the reserved range, but the
-    spatial_ref_sys table would loose a check constraint guarding
+    spatial_ref_sys table would lose a check constraint guarding
     for that invariant to hold and possibly also its primary key
     ( when multiple invalid SRIDS get converted to the same reserved
     SRID value ).
diff --git a/doc/introduction.xml b/doc/introduction.xml
index f211141..51b62ad 100644
--- a/doc/introduction.xml
+++ b/doc/introduction.xml
@@ -89,6 +89,14 @@
 		</varlistentry>
 		
 		<varlistentry>
+			<term>Dan Baston</term>
+			
+			<listitem>
+			  <para>Geometry clustering function additions, other geometry algorithm enhancements, and general user support</para>
+			</listitem>
+		</varlistentry>
+		
+		<varlistentry>
 			<term>Olivier Courtin</term>
 			<listitem>
 			  <para>Input output XML (KML,GML)/GeoJSON functions, 3D support and bug fixes.</para>
@@ -242,6 +250,7 @@ Avencia,
 Azavea,
 Cadcorp,
 CampToCamp,
+CartoDB,
 City of Boston (DND),
 Clever Elephant Solutions,
 Cooperativa Alveo,
@@ -269,7 +278,6 @@ Stadt Uster,
 UC Davis Center for Vectorborne Diseases,
 University of Laval,
 U.S Department of State (HIU),
-CartoDB,
 Zonar Systems</para>
 		</listitem>
 	  </varlistentry>
diff --git a/doc/po/de_DE/reference_accessor.xml.po b/doc/po/de_DE/reference_accessor.xml.po
index 3386ddb..b74d892 100644
--- a/doc/po/de_DE/reference_accessor.xml.po
+++ b/doc/po/de_DE/reference_accessor.xml.po
@@ -2966,7 +2966,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3033,7 +3033,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3154,7 +3154,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3221,7 +3221,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3337,7 +3337,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMax('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3456,7 +3456,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
diff --git a/doc/po/es/reference_accessor.xml.po b/doc/po/es/reference_accessor.xml.po
index ca13521..9f31187 100644
--- a/doc/po/es/reference_accessor.xml.po
+++ b/doc/po/es/reference_accessor.xml.po
@@ -3745,7 +3745,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3812,7 +3812,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3933,7 +3933,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -4000,7 +4000,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -4116,7 +4116,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMax('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -4235,7 +4235,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
diff --git a/doc/po/fr/reference_accessor.xml.po b/doc/po/fr/reference_accessor.xml.po
index f158a60..bdc3f68 100644
--- a/doc/po/fr/reference_accessor.xml.po
+++ b/doc/po/fr/reference_accessor.xml.po
@@ -3664,7 +3664,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3760,7 +3760,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3786,7 +3786,7 @@ msgstr ""
 "representation to a BOX3D\n"
 "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR: BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR: BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3924,7 +3924,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3995,7 +3995,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -4119,7 +4119,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMax('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -4244,7 +4244,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
diff --git a/doc/po/it_IT/reference_accessor.xml.po b/doc/po/it_IT/reference_accessor.xml.po
index 58c8a18..c9c58ce 100644
--- a/doc/po/it_IT/reference_accessor.xml.po
+++ b/doc/po/it_IT/reference_accessor.xml.po
@@ -3606,7 +3606,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3633,7 +3633,7 @@ msgstr ""
 "\n"
 "SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3701,7 +3701,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3727,7 +3727,7 @@ msgstr ""
 "automatico della rappresentazione della stringa a un BOX3D\n"
 "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3865,7 +3865,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3891,7 +3891,7 @@ msgstr ""
 "automatico della rappresentazione della stringa a un BOX3D\n"
 "SELECT ST_YMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3961,7 +3961,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3987,7 +3987,7 @@ msgstr ""
 "representation to a BOX3D\n"
 "SELECT ST_YMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -4108,7 +4108,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMax('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -4251,7 +4251,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -4278,7 +4278,7 @@ msgstr ""
 "\n"
 "SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
diff --git a/doc/po/ko_KR/reference_accessor.xml.po b/doc/po/ko_KR/reference_accessor.xml.po
index 4d0a31e..da7046b 100644
--- a/doc/po/ko_KR/reference_accessor.xml.po
+++ b/doc/po/ko_KR/reference_accessor.xml.po
@@ -2966,7 +2966,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3033,7 +3033,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3154,7 +3154,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3221,7 +3221,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3337,7 +3337,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMax('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3456,7 +3456,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
diff --git a/doc/po/pl/reference_accessor.xml.po b/doc/po/pl/reference_accessor.xml.po
index cb5d442..9c1cd77 100644
--- a/doc/po/pl/reference_accessor.xml.po
+++ b/doc/po/pl/reference_accessor.xml.po
@@ -2967,7 +2967,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3034,7 +3034,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3155,7 +3155,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3222,7 +3222,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3338,7 +3338,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMax('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3457,7 +3457,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
diff --git a/doc/po/pt_BR/reference_accessor.xml.po b/doc/po/pt_BR/reference_accessor.xml.po
index 404f2ec..ece3c4d 100644
--- a/doc/po/pt_BR/reference_accessor.xml.po
+++ b/doc/po/pt_BR/reference_accessor.xml.po
@@ -3123,7 +3123,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3192,7 +3192,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3316,7 +3316,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMax('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3385,7 +3385,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_YMin('LINESTRING(1 3, 5 6)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3512,7 +3512,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMax('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
@@ -3633,7 +3633,7 @@ msgid ""
 "representation to a BOX3D\n"
 "SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');\n"
 "\n"
-"--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+"--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
 "\n"
 "SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 "
 "2,220227 150406 3)'));\n"
diff --git a/doc/po/templates/reference_accessor.xml.pot b/doc/po/templates/reference_accessor.xml.pot
index e74098e..8b3a7fb 100644
--- a/doc/po/templates/reference_accessor.xml.pot
+++ b/doc/po/templates/reference_accessor.xml.pot
@@ -2419,7 +2419,7 @@ msgid ""
       "--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n"
       "SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n"
       "\n"
-      "--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+      "--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
       "\n"
       "SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n"
       "st_xmax\n"
@@ -2478,7 +2478,7 @@ msgid ""
       "--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n"
       "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n"
       "\n"
-      "--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+      "--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
       "\n"
       "SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n"
       "st_xmin\n"
@@ -2584,7 +2584,7 @@ msgid ""
       "--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n"
       "SELECT ST_YMax('LINESTRING(1 3, 5 6)');\n"
       "\n"
-      "--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+      "--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
       "\n"
       "SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n"
       "st_ymax\n"
@@ -2643,7 +2643,7 @@ msgid ""
       "--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n"
       "SELECT ST_YMin('LINESTRING(1 3, 5 6)');\n"
       "\n"
-      "--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+      "--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
       "\n"
       "SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n"
       "st_ymin\n"
@@ -2743,7 +2743,7 @@ msgid ""
       "--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n"
       "SELECT ST_ZMax('LINESTRING(1 3 4, 5 6 7)');\n"
       "\n"
-      "--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+      "--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
       "\n"
       "SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n"
       "st_zmax\n"
@@ -2850,7 +2850,7 @@ msgid ""
       "--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n"
       "SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');\n"
       "\n"
-      "--ERROR:  BOX3D parser - doesnt start with BOX3D(\n"
+      "--ERROR:  BOX3D parser - doesn't start with BOX3D(\n"
       "\n"
       "SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n"
       "st_zmin\n"
diff --git a/doc/postgis_comments.sql b/doc/postgis_comments.sql
index 0dbfc42..c86d36e 100644
--- a/doc/postgis_comments.sql
+++ b/doc/postgis_comments.sql
@@ -543,13 +543,13 @@ COMMENT ON FUNCTION ST_Touches(geometry , geometry ) IS 'args: g1, g2 - Returns
 			
 COMMENT ON FUNCTION ST_Within(geometry , geometry ) IS 'args: A, B - Returns true if the geometry A is completely inside geometry B';
 			
-COMMENT ON FUNCTION ST_Buffer(geometry , float ) IS 'args: g1, radius_of_buffer - Returns a geometry covering all points within a given distancefrom the input geometry.';
+COMMENT ON FUNCTION ST_Buffer(geometry , float ) IS 'args: g1, radius_of_buffer - (T)Returns a geometry covering all points within a given distancefrom the input geometry.';
 			
-COMMENT ON FUNCTION ST_Buffer(geometry , float , integer ) IS 'args: g1, radius_of_buffer, num_seg_quarter_circle - Returns a geometry covering all points within a given distancefrom the input geometry.';
+COMMENT ON FUNCTION ST_Buffer(geometry , float , integer ) IS 'args: g1, radius_of_buffer, num_seg_quarter_circle - (T)Returns a geometry covering all points within a given distancefrom the input geometry.';
 			
-COMMENT ON FUNCTION ST_Buffer(geometry , float , text ) IS 'args: g1, radius_of_buffer, buffer_style_parameters - Returns a geometry covering all points within a given distancefrom the input geometry.';
+COMMENT ON FUNCTION ST_Buffer(geometry , float , text ) IS 'args: g1, radius_of_buffer, buffer_style_parameters - (T)Returns a geometry covering all points within a given distancefrom the input geometry.';
 			
-COMMENT ON FUNCTION ST_Buffer(geography , float ) IS 'args: g1, radius_of_buffer_in_meters - Returns a geometry covering all points within a given distancefrom the input geometry.';
+COMMENT ON FUNCTION ST_Buffer(geography , float ) IS 'args: g1, radius_of_buffer_in_meters - (T)Returns a geometry covering all points within a given distancefrom the input geometry.';
 			
 COMMENT ON FUNCTION ST_BuildArea(geometry ) IS 'args: A - Creates an areal geometry formed by the constituent linework of given geometry';
 			
@@ -583,9 +583,9 @@ COMMENT ON FUNCTION ST_FlipCoordinates(geometry) IS 'args: geom - Returns a vers
 			
 COMMENT ON FUNCTION ST_SwapOrdinates(geometry, cstring) IS 'args: geom, ords - Returns a version of the given geometry with given ordinate values swapped.';
 			
-COMMENT ON FUNCTION ST_Intersection(geometry, geometry) IS 'args: geomA, geomB - Returns a geometry that represents the shared portion of geomA and geomB.';
+COMMENT ON FUNCTION ST_Intersection(geometry, geometry) IS 'args: geomA, geomB - (T)Returns a geometry that represents the shared portion of geomA and geomB.';
 			
-COMMENT ON FUNCTION ST_Intersection(geography, geography) IS 'args: geogA, geogB - Returns a geometry that represents the shared portion of geomA and geomB.';
+COMMENT ON FUNCTION ST_Intersection(geography, geography) IS 'args: geogA, geogB - (T)Returns a geometry that represents the shared portion of geomA and geomB.';
 			
 COMMENT ON FUNCTION ST_LineToCurve(geometry ) IS 'args: geomANoncircular - Converts a LINESTRING/POLYGON to a CIRCULARSTRING, CURVEPOLYGON';
 			
@@ -609,13 +609,13 @@ COMMENT ON FUNCTION ST_SharedPaths(geometry, geometry) IS 'args: lineal1, lineal
 			
 COMMENT ON FUNCTION ST_ShiftLongitude(geometry ) IS 'args: geomA - Reads every point/vertex in every component of every feature in a geometry, and if the longitude coordinate is <0, adds 360 to it. The result would be a 0-360 version of the data to be plotted in a 180 centric map';
 			
-COMMENT ON FUNCTION ST_Simplify(geometry, float) IS 'args: geomA, tolerance - Returns a "simplified" version of the given geometry using the Douglas-Peucker algorithm.';
+COMMENT ON FUNCTION ST_Simplify(geometry, float, boolean) IS 'args: geomA, tolerance, preserveCollapsed - Returns a "simplified" version of the given geometry using the Douglas-Peucker algorithm.';
 			
 COMMENT ON FUNCTION ST_SimplifyPreserveTopology(geometry, float) IS 'args: geomA, tolerance - Returns a "simplified" version of the given geometry using the Douglas-Peucker algorithm. Will avoid creating derived geometries (polygons in particular) that are invalid.';
 			
 COMMENT ON FUNCTION ST_SimplifyVW(geometry, float) IS 'args: geomA, tolerance - Returns a "simplified" version of the given geometry using the Visvalingam-Whyatt algorithm';
 			
-COMMENT ON FUNCTION ST_SetEffectiveArea(geometry, float, integer) IS 'args: geomA, threashold = 0, set_area = 1 - Sets for each vertex point its effective area, and can by filtring on this area return a simplified geometry';
+COMMENT ON FUNCTION ST_SetEffectiveArea(geometry, float, integer) IS 'args: geomA, threshold = 0, set_area = 1 - Sets the effective area for each vertex, storing the value in the M ordinate. A simplified geometry can then be generated by filtering on the M ordinate.';
 			
 COMMENT ON FUNCTION ST_Split(geometry, geometry) IS 'args: input, blade - Returns a collection of geometries resulting by splitting a geometry.';
 			
diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml
index 82cab68..fff1cda 100644
--- a/doc/reference_accessor.xml
+++ b/doc/reference_accessor.xml
@@ -87,6 +87,7 @@
 		<para><xref linkend="ST_GeometryType" /></para>
 	  </refsection>
 	</refentry>
+	
 	<refentry id="ST_Boundary">
 	  <refnamediv>
 		<refname>ST_Boundary</refname>
@@ -128,6 +129,50 @@
 	  <refsection>
 		<title>Examples</title>
 
+						<informaltable>
+				  <tgroup cols="2">
+					<tbody>
+					  <row>
+						<entry><para><informalfigure>
+							<mediaobject>
+							  <imageobject>
+								<imagedata fileref="images/st_boundary01.png" />
+							  </imageobject>
+							  <caption><para>Linestring with boundary points overlaid</para></caption>
+							</mediaobject>
+						  </informalfigure>
+				<programlisting>SELECT ST_Boundary(geom)
+FROM (SELECT 'LINESTRING(100 150,50 60, 70 80, 160 170)'::geometry As geom) As f;
+				</programlisting>
+<screen>-- ST_AsText output
+MULTIPOINT(100 150,160 170)
+</screen>
+						  </para></entry>
+
+						<entry><para><informalfigure>
+							<mediaobject>
+							  <imageobject>
+								<imagedata fileref="images/st_boundary02.png" />
+							  </imageobject>
+							  <caption><para>polygon with holes and boundary overlaid</para></caption>
+							</mediaobject>
+						  </informalfigure>
+				<programlisting>SELECT ST_Boundary(geom)
+FROM (SELECT 
+'POLYGON (( 10 130, 50 190, 110 190, 140 150, 150 80, 100 10, 20 40, 10 130 ), 
+	( 70 40, 100 50, 120 80, 80 110, 50 90, 70 40 ))'::geometry As geom) As f;
+				</programlisting>
+<screen>-- ST_AsText output
+MULTILINESTRING((10 130,50 190,110 190,140 150,150 80,100 10,20 40,10 130), 
+	(70 40,100 50,120 80,80 110,50 90,70 40))
+</screen>
+						</para></entry>
+					  </row>
+					
+		</tbody>
+		</tgroup>
+	</informaltable>
+	
 		 <programlisting>SELECT ST_AsText(ST_Boundary(ST_GeomFromText('LINESTRING(1 1,0 0, -1 1)')));
 st_astext
 -----------
@@ -156,7 +201,7 @@ MULTIPOINT(-1 1 1,1 1 0.75)
 		<refsection>
 			<title>See Also</title>
 
-			<para><xref linkend="ST_ExteriorRing" />, <xref linkend="ST_MakePolygon" /></para>
+			<para><xref linkend="ST_AsText" />, <xref linkend="ST_ExteriorRing" />, <xref linkend="ST_MakePolygon" /></para>
 		</refsection>
 	</refentry>
 
@@ -2360,7 +2405,7 @@ st_xmax
 --Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D
 SELECT ST_XMax('LINESTRING(1 3, 5 6)');
 
---ERROR:  BOX3D parser - doesnt start with BOX3D(
+--ERROR:  BOX3D parser - doesn't start with BOX3D(
 
 SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));
 st_xmax
@@ -2428,7 +2473,7 @@ st_xmin
 --Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D
 SELECT ST_XMin('LINESTRING(1 3, 5 6)');
 
---ERROR:  BOX3D parser - doesnt start with BOX3D(
+--ERROR:  BOX3D parser - doesn't start with BOX3D(
 
 SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));
 st_xmin
@@ -2552,7 +2597,7 @@ st_ymax
 --Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D
 SELECT ST_YMax('LINESTRING(1 3, 5 6)');
 
---ERROR:  BOX3D parser - doesnt start with BOX3D(
+--ERROR:  BOX3D parser - doesn't start with BOX3D(
 
 SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));
 st_ymax
@@ -2620,7 +2665,7 @@ st_ymin
 --Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D
 SELECT ST_YMin('LINESTRING(1 3, 5 6)');
 
---ERROR:  BOX3D parser - doesnt start with BOX3D(
+--ERROR:  BOX3D parser - doesn't start with BOX3D(
 
 SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));
 st_ymin
@@ -2737,7 +2782,7 @@ st_zmax
 --Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D
 SELECT ST_ZMax('LINESTRING(1 3 4, 5 6 7)');
 
---ERROR:  BOX3D parser - doesnt start with BOX3D(
+--ERROR:  BOX3D parser - doesn't start with BOX3D(
 
 SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));
 st_zmax
@@ -2865,7 +2910,7 @@ st_zmin
 --Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D
 SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');
 
---ERROR:  BOX3D parser - doesnt start with BOX3D(
+--ERROR:  BOX3D parser - doesn't start with BOX3D(
 
 SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));
 st_zmin
diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml
index d72b8bf..8d59a18 100644
--- a/doc/reference_constructor.xml
+++ b/doc/reference_constructor.xml
@@ -575,7 +575,7 @@ SELECT ST_GeomFromEWKT('POLYHEDRALSURFACE(
 
 		<para>Return a geometry from a GeoHash string. The geometry will be a polygon representing the GeoHash bounds.</para>
 
-		<para>If no <varname>precision</varname> is specficified ST_GeomFromGeoHash returns a polygon based on full precision of the input GeoHash string.</para>
+		<para>If no <varname>precision</varname> is specified ST_GeomFromGeoHash returns a polygon based on full precision of the input GeoHash string.</para>
 
 		<para>If <varname>precision</varname> is specified ST_GeomFromGeoHash will use that many characters from the GeoHash to create the polygon.</para>
 
@@ -1060,6 +1060,7 @@ SELECT
 
     <para>Creates a LineString from an Encoded Polyline string.</para>
     <para>See http://developers.google.com/maps/documentation/utilities/polylinealgorithm</para>
+    <para>Availability: 2.2.0</para>
 
     </refsection>
 
@@ -2121,7 +2122,7 @@ SELECT ST_Transform(ST_SetSRID(ST_Point(3637510, 3014852),2273),4326)::geography
 
 		<para>Return a point from a GeoHash string. The point represents the center point of the GeoHash.</para>
 
-		<para>If no <varname>precision</varname> is specficified ST_PointFromGeoHash returns a point based on full precision of the input GeoHash string.</para>
+		<para>If no <varname>precision</varname> is specified ST_PointFromGeoHash returns a point based on full precision of the input GeoHash string.</para>
 
 		<para>If <varname>precision</varname> is specified ST_PointFromGeoHash will use that many characters from the GeoHash to create the point.</para>
 
diff --git a/doc/reference_editor.xml b/doc/reference_editor.xml
index 8dee657..6af835b 100644
--- a/doc/reference_editor.xml
+++ b/doc/reference_editor.xml
@@ -577,7 +577,7 @@ GEOMETRYCOLLECTION(
 		<refsynopsisdiv>
 			<funcsynopsis>
 				<funcprototype>
-					<funcdef>boolean
+					<funcdef>geometry
 						<function>ST_ForceRHR</function></funcdef>
 						<paramdef><type>geometry</type> <parameter>g</parameter></paramdef>
 				</funcprototype>
@@ -1280,7 +1280,7 @@ FROM (SELECT ST_LineToCurve(ST_Buffer(ST_GeomFromText('POINT(234 567)'), 3)) As
 The version taking a geometry as the <varname>factor</varname> parameter
 allows passing a 2d, 3dm, 3dz or 4d point to set scaling factor for all
 supported dimensions. Missing dimensions in the <varname>factor</varname>
-point are equivalant to no scaling the corresponding dimension.
+point are equivalent to no scaling the corresponding dimension.
     </para>
 
 		<note><para>Prior to 1.3.4, this function crashes if used with geometries that contain CURVES.  This is fixed in 1.3.4+</para></note>
@@ -1570,7 +1570,7 @@ SRID=3785;POINT(-13732990.8753491 6178458.96425423)
 			grid.</para>
 
 		<note>
-		  <para>The returned geometry might loose its simplicity (see
+		  <para>The returned geometry might lose its simplicity (see
 		  <xref linkend="ST_IsSimple" />).</para>
 		</note>
 
@@ -1687,7 +1687,7 @@ SELECT ST_AsEWKT(ST_SnapToGrid(ST_GeomFromEWKT('LINESTRING(-1.1115678 2.123 3 2.
 
 		<note>
 		  <para>
-		  The returned geometry might loose its simplicity (see
+		  The returned geometry might lose its simplicity (see
 		  <xref linkend="ST_IsSimple" />) and validity (see 
 		  <xref linkend="ST_IsValid" />).
 		  </para>
diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml
index f323253..16384b5 100644
--- a/doc/reference_measure.xml
+++ b/doc/reference_measure.xml
@@ -858,9 +858,6 @@ SELECT degrees(ST_Azimuth(ST_Point(25, 45), ST_Point(75, 100))) AS degA_B,
 	  Geometries of highest dimension (since the lower-dimension geometries
 	  contribute zero "weight" to the centroid).</para>
 
-	  <note><para>Computation will be more accurate if performed by the GEOS
-	  module (enabled at compile time).</para></note>
-
 	  <para>&sfs_compliant;</para>
  	  <para>&sqlmm_compliant; SQL-MM 3: 8.1.4, 9.5.5</para>
 	</refsection>
@@ -1530,7 +1527,7 @@ FROM (SELECT ST_Buffer(ST_GeomFromText('POINT(1 2)'), 10) As smallc,
 	  returns <varname>TRUE</varname> if their intersection "spatially cross", that is, the
 	  geometries have some, but not all interior points in common. The
 	  intersection of the interiors of the geometries must not be the empty
-	  set and must have a dimensionality less than the the maximum dimension
+	  set and must have a dimensionality less than the maximum dimension
 	  of the two input geometries. Additionally, the intersection of the two
 	  geometries must not equal either of the source geometries. Otherwise, it
 	  returns <varname>FALSE</varname>.</para>
diff --git a/doc/reference_output.xml b/doc/reference_output.xml
index f08070b..274cb80 100644
--- a/doc/reference_output.xml
+++ b/doc/reference_output.xml
@@ -798,7 +798,7 @@ SELECT ST_AsGML(3, ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0
             </listitem>
         
             <listitem>
-              <para>2: Output coordinates in GeoSpatial GeoCoordinates.  This option will throw an error if geometries are not in WGS 84 long lat (srid: 4326). This is currenlty the only GeoCoordinate type supported.  <ulink url="http://www.web3d.org/documents/specifications/19775-1/V3.2/Part01/components/geodata.html#Specifyingaspatialreference">Refer to X3D specs specifying a spatial reference system.</ulink>. Default output will be <code>GeoCoordinate geoSystem='"GD" "WE" "longitude_f [...]
+              <para>2: Output coordinates in GeoSpatial GeoCoordinates.  This option will throw an error if geometries are not in WGS 84 long lat (srid: 4326). This is currently the only GeoCoordinate type supported.  <ulink url="http://www.web3d.org/documents/specifications/19775-1/V3.2/Part01/components/geodata.html#Specifyingaspatialreference">Refer to X3D specs specifying a spatial reference system.</ulink>. Default output will be <code>GeoCoordinate geoSystem='"GD" "WE" "longitude_f [...]
               you prefer the X3D default of  <code>GeoCoordinate geoSystem='"GD" "WE" "latitude_first"'</code> use <code>(2 + 1)</code> = <code>3</code> </para>
             </listitem>
         </itemizedlist>
@@ -973,7 +973,7 @@ x3dfrag
 
 		<para>Return a GeoHash representation (<ulink url="http://en.wikipedia.org/wiki/Geohash">http://en.wikipedia.org/wiki/Geohash</ulink>) of the geometry. A GeoHash encodes a point into a text form that is sortable and searchable based on prefixing.  A shorter GeoHash is a less precise representation of a point.  It can also be thought of as a box, that contains the actual point.</para>
 
-		<para>If no <varname>maxchars</varname> is specficified ST_GeoHash returns a GeoHash based on full precision of the input geometry type. Points return a GeoHash with 20 characters of precision (about enough to hold the full double precision of the input). Other types return a GeoHash with a variable amount of precision, based on the size of the feature. Larger features are represented with less precision, smaller features with more precision. The idea is that the box implied by the Geo [...]
+		<para>If no <varname>maxchars</varname> is specified ST_GeoHash returns a GeoHash based on full precision of the input geometry type. Points return a GeoHash with 20 characters of precision (about enough to hold the full double precision of the input). Other types return a GeoHash with a variable amount of precision, based on the size of the feature. Larger features are represented with less precision, smaller features with more precision. The idea is that the box implied by the GeoHas [...]
 
 		<para>If <varname>maxchars</varname> is specified ST_GeoHash returns a GeoHash with at most that many characters so a possibly lower precision representation of the input geometry. For non-points, the starting point of the calculation is the center of the bounding box of the geometry.</para>
 
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 4c02a02..ae620a9 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -6,6 +6,7 @@
 				<refname>ST_Buffer</refname>
 
 				<refpurpose>
+(T)
 Returns a geometry covering all points within a given distance
 from the input geometry.
 			</refpurpose>
@@ -1679,6 +1680,7 @@ SELECT ST_AsText(
 			<refname>ST_Intersection</refname>
 
 			<refpurpose>
+(T)
 Returns a geometry that represents the shared portion of geomA and geomB.
 			</refpurpose>
 		</refnamediv>
@@ -2645,6 +2647,7 @@ LINESTRING(241.42 38.38,241.8 38.45)
 			<funcdef>geometry <function>ST_Simplify</function></funcdef>
 			<paramdef><type>geometry</type> <parameter>geomA</parameter></paramdef>
 			<paramdef><type>float</type> <parameter>tolerance</parameter></paramdef>
+			<paramdef><type>boolean</type> <parameter>preserveCollapsed</parameter></paramdef>
 		  </funcprototype>
 		</funcsynopsis>
 	  </refsynopsisdiv>
@@ -2657,8 +2660,14 @@ LINESTRING(241.42 38.38,241.8 38.45)
 				any kind of geometry. Since simplification occurs on a
 				object-by-object basis you can also feed a GeometryCollection to
 				this function.</para>
+        
+    <para>The "preserve collapsed" flag will retain objects that would otherwise
+      be too small given the tolerance. For example, a 1m long line simplified with a 10m 
+      tolerance. If the preserve flag is given, the line will not disappear. This flag
+      is useful for rendering engines, to avoid having large numbers of very
+      small objects disappear from a map leaving surprising gaps.</para>
 
-		<note><para>Note that returned geometry might loose its
+		<note><para>Note that returned geometry might lose its
 				simplicity (see <xref linkend="ST_IsSimple" />)</para></note>
 		<note><para>Note topology may not be preserved and may result in invalid geometries.  Use  (see <xref linkend="ST_SimplifyPreserveTopology" />) to preserve topology.</para></note>
 
@@ -2762,19 +2771,19 @@ FROM (SELECT ST_Buffer('POINT(1 3)', 10,12) As the_geom) As foo;
 		Will actually do something only with (multi)lines and (multi)polygons but you can safely call it with any kind of geometry. 
 		Since simplification occurs on a object-by-object basis you can also feed a GeometryCollection to this function.</para>
 
-		<note><para>Note that returned geometry might loose its
+		<note><para>Note that returned geometry might lose its
 				simplicity (see <xref linkend="ST_IsSimple" />)</para></note>
 		<note><para>Note topology may not be preserved and may result in invalid geometries.  Use  (see <xref linkend="ST_SimplifyPreserveTopology" />) to preserve topology.</para></note>
-		<note><para>This function handles 3D and the third dimmension will affect the result</para></note>
+		<note><para>This function handles 3D and the third dimension will affect the result.</para></note>
 		<para>Availability: 2.2.0</para>
 	  </refsection>
 
 		  <refsection>
 			<title>Examples</title>
-			<para>A linestring that get the efffective area calculated. All points is returned since we give 0 as themin area threashold</para>
+			<para>A LineString is simplified with a minimum area threshold of 30.</para>
 				<programlisting>
 
-select ST_AStext(ST_SimplifyVW(geom,30)) simplified
+select ST_AsText(ST_SimplifyVW(geom,30)) simplified
 FROM (SELECT  'LINESTRING(5 2, 3 8, 6 20, 7 25, 10 10)'::geometry geom) As foo; 
 -result
  simplified
@@ -2791,8 +2800,9 @@ LINESTRING(5 2,7 25,10 10)
 		<refentry id="ST_SetEffectiveArea">
 	  <refnamediv>
 		<refname>ST_SetEffectiveArea</refname>
-		<refpurpose>Sets for each vertex point it's effective area,  
-			and can by filtring  on this area return a simplified geometry</refpurpose>
+		<refpurpose>
+			Sets the effective area for each vertex, storing the value in the M ordinate.  A simplified geometry can then be generated by filtering on the M ordinate.
+		</refpurpose>
 	  </refnamediv>
 
 	  <refsynopsisdiv>
@@ -2800,7 +2810,7 @@ LINESTRING(5 2,7 25,10 10)
 		  <funcprototype>
 			<funcdef>geometry <function>ST_SetEffectiveArea</function></funcdef>
 			<paramdef><type>geometry</type> <parameter>geomA</parameter></paramdef>
-			<paramdef><type>float</type> <parameter>threashold = 0</parameter></paramdef>
+			<paramdef><type>float</type> <parameter>threshold = 0</parameter></paramdef>
 			<paramdef><type>integer</type> <parameter>set_area = 1</parameter></paramdef>
 		  </funcprototype>
 		</funcsynopsis>
@@ -2808,13 +2818,14 @@ LINESTRING(5 2,7 25,10 10)
 
 	  <refsection>
 		<title>Description</title>
-		<para> Sets for each vertex point it's effective area from Visvalingam-Whyatt’s algorithm.
-			The effective area is stored as the M-value of the geomtries. 
-			If the second optional parameter is used, the resulting geometriy will be build only on vertex points with an effective area 
-			greater than or equal to that threashold value. That will be a simplified geometry.
+		<para>
+			Sets the effective area for each vertex, using the Visvalingam-Whyatt algorithm.
+			The effective area is stored as the M-value of the vertex. 
+			If the optional "theshold" parameter is used, a simplified geometry will be returned, containing only vertices with an effective area 
+            greater than or equal to the threshold value.
 			</para><para>
-			This function can be used for server side simplification by using the threashold. Another option is to not give any threashold value. 
-			Then you get the full geometry back, but with effective areas as M-values wich can be used by the client to simplify very fast.
+			This function can be used for server-side simplification when a threshold is specified.  Another option is to use a threshold value of zero.
+			In this case, the full geometry will be returned with effective areas as M-values, which can be used by the client to simplify very quickly.
 			</para><para>
 			Will actually do something only with
 			(multi)lines and (multi)polygons but you can safely call it with
@@ -2824,20 +2835,22 @@ LINESTRING(5 2,7 25,10 10)
 			</para>
 			
 
-		<note><para>Note that returned geometry might loose its
+		<note><para>Note that returned geometry might lose its
 				simplicity (see <xref linkend="ST_IsSimple" />)</para></note>
 		<note><para>Note topology may not be preserved and may result in invalid geometries.  Use  (see <xref linkend="ST_SimplifyPreserveTopology" />) to preserve topology.</para></note>
-		<note><para>The output geoemtry will loose all previous information in the M-values</para></note>
-		<note><para>This function handles 3D and the third dimmension will affect the effective area</para></note>
+		<note><para>The output geometry will lose all previous information in the M-values</para></note>
+		<note><para>This function handles 3D and the third dimension will affect the effective area</para></note>
 		<para>Availability: 2.2.0</para>
 	  </refsection>
 
 		  <refsection>
 			<title>Examples</title>
-			<para>A linestring that get the efffective area calculated. All points is returned since we give 0 as themin area threashold</para>
+			<para>
+				Calculating the effective area of a LineString.  Because we use a threshold value of zero, all vertices in the input geometry are returned.
+			</para>
 				<programlisting>
 
-select ST_AStext(ST_SetEffectiveArea(geom)) all_pts, ST_AStext(ST_SetEffectiveArea(geom,30) ) thrshld_30
+select ST_AsText(ST_SetEffectiveArea(geom)) all_pts, ST_AsText(ST_SetEffectiveArea(geom,30) ) thrshld_30
 FROM (SELECT  'LINESTRING(5 2, 3 8, 6 20, 7 25, 10 10)'::geometry geom) As foo; 
 -result
  all_pts | thrshld_30
diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 0969ed0..76e4a91 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -2083,7 +2083,7 @@ FROM (SELECT rid, ST_MetaData(rast) As md
 				</para>
 
 				<para>
-					If <varname>padwithnodata</varname> = FALSE, edge tiles on the right and bottom sides of the raster may have different dimensions than the rest of the tiles. If <varname>padwithnodata</varname> = TRUE, all tiles will have the same dimensions with the possibilty that edge tiles being padded with NODATA values.  If raster band(s) do not have NODATA value(s) specified, one can be specified by setting <varname>nodataval</varname>.
+					If <varname>padwithnodata</varname> = FALSE, edge tiles on the right and bottom sides of the raster may have different dimensions than the rest of the tiles. If <varname>padwithnodata</varname> = TRUE, all tiles will have the same dimensions with the possibility that edge tiles being padded with NODATA values.  If raster band(s) do not have NODATA value(s) specified, one can be specified by setting <varname>nodataval</varname>.
 				</para>
 
 				<note>
@@ -2267,7 +2267,7 @@ raster coverage (<varname>tab</varname>, <varname>col</varname>).
 				</para>
 
 				<para>
-					If <varname>srid</varname> is NULL, the function will try to autmatically assign the SRID from the GDAL raster. If <varname>srid</varname> is provided, the value provided will override any automatically assigned SRID.
+					If <varname>srid</varname> is NULL, the function will try to automatically assign the SRID from the GDAL raster. If <varname>srid</varname> is provided, the value provided will override any automatically assigned SRID.
 				</para>
 
 				<para>Availability: 2.1.0</para>
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 7000031..6fb27d5 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,7 +4,44 @@
     <subtitle>Release Notes</subtitle>
 
     <sect1>
-		  <title>Release 2.2.0</title>
+    	<title>Release 2.2.1</title>
+		  <para>Release date: 2016/01/06</para>
+		  <para>This is a bug fix and performance improvement release.</para>
+		  
+		  <simplesect>
+			<title>New Features</title>
+			  <para>#2232, avoid accumulated error in SVG rounding</para>
+			  <para>#3321, Fix performance regression in topology loading</para>
+			  <para>#3329, Fix robustness regression in TopoGeo_addPoint</para>
+			  <para>#3349, Fix installation path of postgis_topology scripts</para>
+			  <para>#3351, set endnodes isolation on ST_RemoveIsoEdge
+					   (and lwt_RemIsoEdge)</para>
+			  <para>#3355, geography ST_Segmentize has geometry bbox </para>
+			  <para>#3359, Fix toTopoGeom loss of low-id primitives from
+					   TopoGeometry definition</para>
+			  <para>#3360, _raster_constraint_info_scale invalid input syntax</para>
+			  <para>#3375, crash in repeated point removal for collection(point)</para>
+			  <para>#3378, Fix handling of hierarchical TopoGeometries
+					   in presence of multiple topologies</para>
+			  <para>#3380, #3402, Decimate lines on topology load</para>
+			  <para>#3388, #3410, Fix missing end-points in ST_Removepoints</para>
+			  <para>#3389, Buffer overflow in lwgeom_to_geojson</para>
+			  <para>#3390, Compilation under Alpine Linux 3.2
+						gives an error when compiling the postgis and postgis_topology extension</para>
+			  <para>#3393, ST_Area NaN for some polygons</para>
+			  <para>#3401, Improve ST_Split robustness on 32bit systems</para>
+			  <para>#3404, ST_ClusterWithin crashes backend</para>
+			  <para>#3407, Fix crash on splitting a face or an edge
+					   defining multiple TopoGeometry objects</para>
+			  <para>#3411, Clustering functions not using spatial index</para>
+			  <para>#3412, Improve robustness of snapping step in TopoGeo_addLinestring</para>
+			  <para>#3415, Fix OSX 10.9 build under pkgsrc</para>
+			  <para>Fix memory leak in lwt_ChangeEdgeGeom [liblwgeom]</para>
+		  </simplesect>
+   </sect1>
+    
+    <sect1>
+    	<title>Release 2.2.0</title>
 		  <para>Release date: 2015/10/07</para>
       <para>This is a new feature release, with new functions, improved performance, and other goodies.</para>
       <simplesect>
@@ -81,6 +118,61 @@
     </simplesect>
 	</sect1>
 	
+	    <sect1>
+      <title>Release 2.1.8</title>
+      <para>Release date: 2015-07-07</para>
+      <para>This is a critical bug fix release.</para>
+      <simplesect>
+        <title>Bug Fixes</title>
+        <para>#3159, do not force a bbox cache on ST_Affine</para>
+        <para>#3018, GROUP BY geography sometimes returns duplicate rows</para>
+        <para>#3048, shp2pgsql - illegal number format when specific system locale set</para>
+        <para>#3094, Malformed GeoJSON inputs crash backend</para>
+        <para>#3104, st_asgml introduces random characters in ID field</para>
+        <para>#3155, Remove liblwgeom.h on make uninstall</para>
+        <para>#3177, gserialized_is_empty cannot handle nested empty cases</para>
+        <para>Fix crash in ST_LineLocatePoint</para>
+      </simplesect>
+    </sect1>
+    
+    <sect1>
+      <title>Release 2.1.7</title>
+      <para>Release date: 2015-03-30</para>
+      <para>This is a critical bug fix release.</para>
+      <simplesect>
+        <title>Bug Fixes</title>
+        <para>#3086, ST_DumpValues() crashes backend on cleanup with invalid band indexes</para>
+        <para>#3088, Do not (re)define strcasestr in a liblwgeom.h</para>
+        <para>#3094, Malformed GeoJSON inputs crash backend</para>
+      </simplesect>
+    </sect1>
+  
+    <sect1>
+      <title>Release 2.1.6</title>
+      <para>Release date: 2015-03-20</para>
+      <para>This is a bug fix and performance improvement release.</para>
+      <simplesect>  
+        <title>Enhancements</title>
+        <para>#3000, Ensure edge splitting and healing algorithms use indexes</para>
+        <para>#3048, Speed up geometry simplification (J.Santana @ CartoDB)</para>
+        <para>#3050, Speep up geometry type reading (J.Santana @ CartoDB)</para>
+      </simplesect>
+      <simplesect>
+        <title>Bug Fixes</title>
+        <para>#2941, allow geography columns with SRID other than 4326</para>
+        <para>#3069, small objects getting inappropriately fluffed up w/ boxes</para>
+        <para>#3068, Have postgis_typmod_dims return NULL for unconstrained dims</para>
+        <para>#3061, Allow duplicate points in JSON, GML, GML ST_GeomFrom* functions</para>
+        <para>#3058, Fix ND-GiST picksplit method to split on the best plane</para>
+        <para>#3052, Make operators <-> and <#> available for PostgreSQL < 9.1</para>
+        <para>#3045, Fix dimensionality confusion in &&& operator</para>
+        <para>#3016, Allow unregistering layers of corrupted topologies</para>
+        <para>#3015, Avoid exceptions from TopologySummary</para>
+        <para>#3020, ST_AddBand out-db bug where height using width value</para>
+        <para>#3031, Allow restore of Geometry(Point) tables dumped with empties in them</para>
+      </simplesect>
+    </sect1>
+    
 	<sect1>
         <title>Release 2.1.5</title>
         <para>Release date: 2014-12-18</para>
diff --git a/extensions/Makefile b/extensions/Makefile
new file mode 100644
index 0000000..64f816c
--- /dev/null
+++ b/extensions/Makefile
@@ -0,0 +1,39 @@
+#############################################################################
+#
+# Master Makefile used to build extensions
+# Copyright (C) 2012 Regina Obe and Leo Hsu <lr at pcorp.us>
+# Copyright (C) 2012 Sandro Santilli <strk at keybit.net>
+#
+# This is free software; you can redistribute and/or modify it under
+# the terms of the GNU General Public Licence. See the COPYING file.
+#
+#############################################################################
+
+SUBDIRS = postgis 
+SUBDIRS += postgis_tiger_geocoder 
+ifeq (topology,topology)
+	SUBDIRS += postgis_topology
+endif
+ifeq (sfcgal,sfcgal)
+	SUBDIRS += postgis_sfcgal
+endif
+
+ifeq (address_standardizer,address_standardizer)
+	SUBDIRS += address_standardizer
+endif
+
+all clean distclean install uninstall installcheck:
+	for DIR in $(SUBDIRS); do \
+		echo "---- Making $@ in $${DIR}"; \
+		$(MAKE) -C "$${DIR}" $@ || exit 1; \
+	done
+
+distclean: distclean-local
+
+distclean-local:
+	rm -f Makefile
+
+
+check:
+	@echo "Nothing to check"
+
diff --git a/extensions/address_standardizer/Makefile b/extensions/address_standardizer/Makefile
index 78690c7..0cb415b 100644
--- a/extensions/address_standardizer/Makefile
+++ b/extensions/address_standardizer/Makefile
@@ -28,16 +28,16 @@ OBJS_test_main = \
 POSTGIS_PGSQL_VERSION=93
 # SQL preprocessor
 SQLPP = /usr/bin/cpp -traditional-cpp -w -P
-GREP=/usr/bin/grep
-PERL=/opt/local/bin/perl
-EXTVERSION    = 2.2.0
+GREP=/bin/grep
+PERL=/usr/bin/perl
+EXTVERSION    = 2.2.1
 MINORVERSION  = 2.2
 MODULE_big = address_standardizer-2.2
 EXTENSION = address_standardizer
 DATA = address_standardizer_data_us.control sql/$(EXTENSION).sql sql/$(EXTENSION)_data_us.sql
 
 all:  sql/address_standardizer.sql sql/address_standardizer--1.0--$(EXTVERSION).sql sql/address_standardizer--$(EXTVERSION).sql sql/address_standardizer--$(EXTVERSION)--$(EXTVERSION)next.sql sql/address_standardizer--$(EXTVERSION)next--$(EXTVERSION).sql \
- sql/$(EXTENSION)_data_us.sql sql/address_standardizer--2.2.0.sql sql/$(EXTENSION)_data_us--2.2.0.sql  sql/$(EXTENSION)_data_us--$(EXTVERSION)--$(EXTVERSION)next.sql \
+ sql/$(EXTENSION)_data_us.sql sql/address_standardizer--2.2.1.sql sql/$(EXTENSION)_data_us--2.2.1.sql  sql/$(EXTENSION)_data_us--$(EXTVERSION)--$(EXTVERSION)next.sql \
 sql/$(EXTENSION)_data_us--$(EXTVERSION)next--$(EXTVERSION).sql \
 sql/test-init-extensions.sql sql/test-parseaddress.sql sql/test-standardize_address_1.sql sql/test-standardize_address_2.sql
 
@@ -46,20 +46,20 @@ EXTRA_CLEAN += sql/*.sql
 
 
 DOCS = README.address_standardizer
-PG_CPPFLAGS =  -I/usr/local/include  -I/opt/local/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL    -g -O0
+PG_CPPFLAGS =  -I/var/lib/jenkins/workspace/geos/rel-3.5.1devw64/include  -I/usr/include/libxml2 -I/usr/include -DHAVE_SFCGAL   -I/var/lib/jenkins/workspace/pg/rel/pg9.3w64/pg9.3/include -g -O0
 
-SHLIB_LINK =  -L/usr/local/lib  -lgeos_c -lproj  -L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm -L/usr/local/lib -lSFCGAL   -lpcre
+SHLIB_LINK =  -L/var/lib/jenkins/workspace/geos/rel-3.5.1devw64/lib  -lgeos_c -lproj  -ljson-c -lxml2 -L/usr/lib/x86_64-linux-gnu -lSFCGAL  -Wl,--exclude-libs,ALL -lpcre
 EXTRA_CLEAN = usps-st-city-name.txt mk-st-regexp mk-city-regex test_main
 REGRESS = test-init-extensions test-parseaddress test-standardize_address_1 test-standardize_address_2
 
 # PGXS information
-PG_CONFIG = /opt/pgsql/9.3/bin/pg_config
+PG_CONFIG = /var/lib/jenkins/workspace/pg/rel/pg9.3w64/bin/pg_config
 
 PGVER := $(shell $(PG_CONFIG) --version)
 
 
 # Set PERL _after_ the include of PGXS
-PERL=/opt/local/bin/perl
+PERL=/usr/bin/perl
 
 # Borrow the $libdir substitution from PGXS but customise by running the preprocessor
 # and adding the version number
@@ -68,7 +68,7 @@ sql/%.sql: %.sql.in
 	$(SQLPP) -I../libpgcommon $< | grep -v '^#' | \
 	$(PERL) -lpe "s'MODULE_PATHNAME'\$$libdir/${EXTENSION}-${MINORVERSION}'g" > $@
 	
-sql/address_standardizer--2.2.0.sql: sql/address_standardizer_types.sql \
+sql/address_standardizer--2.2.1.sql: sql/address_standardizer_types.sql \
     sql/address_standardizer_functions.sql
 	cat $^ > $@
 	
@@ -168,6 +168,6 @@ EXTRA_CLEAN += $(wildcard expected/*--*.out)
 EXTRA_CLEAN += sql/$(EXTENSION)--$(EXTVERSION).sql sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql
 EXTRA_CLEAN += sql/$(EXTENSION)--$(EXTVERSION).sql sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql *.a *.so *.dll
 
-PGXS := /opt/pgsql/9.3/lib/pgxs/src/makefiles/pgxs.mk
+PGXS := /var/lib/jenkins/workspace/pg/rel/pg9.3w64/lib/postgresql/pgxs/src/makefiles/pgxs.mk
 include $(PGXS)
 
diff --git a/extensions/address_standardizer/address_standardizer.control b/extensions/address_standardizer/address_standardizer.control
index 5a7cc90..fba093c 100644
--- a/extensions/address_standardizer/address_standardizer.control
+++ b/extensions/address_standardizer/address_standardizer.control
@@ -1,4 +1,4 @@
 # address_standardizer extension
 comment = 'Used to parse an address into constituent elements. Generally used to support geocoding address normalization step.'
-default_version = '2.2.0'
+default_version = '2.2.1'
 relocatable = true
diff --git a/extensions/address_standardizer/address_standardizer_data_us.control b/extensions/address_standardizer/address_standardizer_data_us.control
index b2b6fdf..50f9424 100644
--- a/extensions/address_standardizer/address_standardizer_data_us.control
+++ b/extensions/address_standardizer/address_standardizer_data_us.control
@@ -1,4 +1,4 @@
 # address standardizer us dataset
 comment = 'Address Standardizer US dataset example'
-default_version = '2.2.0'
+default_version = '2.2.1'
 relocatable = true
diff --git a/extensions/postgis/Makefile.in b/extensions/postgis/Makefile
similarity index 96%
copy from extensions/postgis/Makefile.in
copy to extensions/postgis/Makefile
index 088c146..ef9f234 100644
--- a/extensions/postgis/Makefile.in
+++ b/extensions/postgis/Makefile
@@ -1,10 +1,9 @@
 include ../upgradeable_versions.mk
 
 EXTENSION     = postgis
-EXTVERSION    = @POSTGIS_LIB_VERSION@
-MINORVERSION  = @POSTGIS_MAJOR_VERSION at .@POSTGIS_MINOR_VERSION@
-GREP = @GREP@
-PERL=@PERL@
+EXTVERSION    = 2.2.1
+MINORVERSION  = 2.2
+GREP = /bin/grep
 
 MICRO_NUMBER  = $(shell echo $(EXTVERSION) | sed "s/[0-9]\.[0-9]\.\([0-9]*\)[a-zA-Z]*[0-9]*/\1/")
 PREREL_NUMBER = $(shell echo $(EXTVERSION) | \
@@ -22,7 +21,7 @@ PREREL_PREFIX = $(shell echo $(EXTVERSION) | \
 DATA         = $(filter-out $(wildcard sql/*--*.sql),$(wildcard sql/*.sql))
 
 #DOCS         = $(wildcard ../../doc/html/*.html)
-PG_CONFIG    = @PG_CONFIG@
+PG_CONFIG    = /var/lib/jenkins/workspace/pg/rel/pg9.3w64/bin/pg_config
 
 PG91         = $(shell $(PG_CONFIG) --version | $(GREP) -qE " 8\.| 9\.0" && echo no || echo yes)
 SQL_BITS     = $(wildcard sql_bits/*.sql)
@@ -31,7 +30,7 @@ EXTRA_CLEAN += ${SQL_BITS} sql/*.sql
 # Update PREV_big manually on branching
 # TODO: move this definition in ../../Version.config
 PREV_big=21
-CURV_big=@POSTGIS_MAJOR_VERSION@@POSTGIS_MINOR_VERSION@
+CURV_big=22
 
 ifeq ($(PG91),yes)
 	
@@ -122,3 +121,4 @@ distclean: clean
 
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
+PERL=/usr/bin/perl
diff --git a/extensions/postgis/Makefile.in b/extensions/postgis/Makefile.in
index 088c146..df89dbf 100644
--- a/extensions/postgis/Makefile.in
+++ b/extensions/postgis/Makefile.in
@@ -4,7 +4,6 @@ EXTENSION     = postgis
 EXTVERSION    = @POSTGIS_LIB_VERSION@
 MINORVERSION  = @POSTGIS_MAJOR_VERSION at .@POSTGIS_MINOR_VERSION@
 GREP = @GREP@
-PERL=@PERL@
 
 MICRO_NUMBER  = $(shell echo $(EXTVERSION) | sed "s/[0-9]\.[0-9]\.\([0-9]*\)[a-zA-Z]*[0-9]*/\1/")
 PREREL_NUMBER = $(shell echo $(EXTVERSION) | \
@@ -122,3 +121,4 @@ distclean: clean
 
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
+PERL=@PERL@
diff --git a/extensions/postgis/postgis.control b/extensions/postgis/postgis.control
index ec7e199..3297583 100644
--- a/extensions/postgis/postgis.control
+++ b/extensions/postgis/postgis.control
@@ -1,5 +1,5 @@
 # postgis extension
 comment = 'PostGIS geometry, geography, and raster spatial types and functions'
-default_version = '2.2.0'
+default_version = '2.2.1'
 module_pathname = '$libdir/postgis-2.2'
 relocatable = true
diff --git a/extensions/postgis/sql_bits/mark_editable_objects.sql.in b/extensions/postgis/sql_bits/mark_editable_objects.sql.in
index 6a9c497..37e9b2a 100644
--- a/extensions/postgis/sql_bits/mark_editable_objects.sql.in
+++ b/extensions/postgis/sql_bits/mark_editable_objects.sql.in
@@ -1 +1 @@
-SELECT pg_catalog.pg_extension_config_dump('spatial_ref_sys', 'WHERE NOT (srid BETWEEN 2000 AND 2180 OR srid BETWEEN 2188 AND 2217 OR srid BETWEEN 2219 AND 2220 OR srid BETWEEN 2222 AND 2292 OR srid BETWEEN 2294 AND 2295 OR srid BETWEEN 2308 AND 2962 OR srid BETWEEN 2964 AND 2973 OR srid BETWEEN 2975 AND 2984 OR srid BETWEEN 2987 AND 3051 OR srid BETWEEN 3054 AND 3138 OR srid BETWEEN 3140 AND 3143 OR srid BETWEEN 3146 AND 3172 OR srid BETWEEN 3174 AND 3294 OR srid BETWEEN 3296 AND 3791 O [...]
\ No newline at end of file
+SELECT pg_catalog.pg_extension_config_dump('spatial_ref_sys', 'WHERE NOT (srid BETWEEN 2000 AND 2180 OR srid BETWEEN 2188 AND 2217 OR srid BETWEEN 2219 AND 2220 OR srid BETWEEN 2222 AND 2292 OR srid BETWEEN 2294 AND 2295 OR srid BETWEEN 2308 AND 2962 OR srid BETWEEN 2964 AND 2973 OR srid BETWEEN 2975 AND 2984 OR srid BETWEEN 2987 AND 3051 OR srid BETWEEN 3054 AND 3138 OR srid BETWEEN 3140 AND 3143 OR srid BETWEEN 3146 AND 3172 OR srid BETWEEN 3174 AND 3294 OR srid BETWEEN 3296 AND 3791 O [...]
\ No newline at end of file
diff --git a/extensions/postgis_sfcgal/Makefile b/extensions/postgis_sfcgal/Makefile
new file mode 100644
index 0000000..c285b14
--- /dev/null
+++ b/extensions/postgis_sfcgal/Makefile
@@ -0,0 +1,89 @@
+include ../upgradeable_versions.mk
+
+EXTENSION    = postgis_sfcgal
+EXTVERSION    = 2.2.1
+MINORVERSION  = 2.2
+GREP = /bin/grep
+
+MICRO_NUMBER  = $(shell echo $(EXTVERSION) | sed "s/[0-9]\.[0-9]\.\([0-9]*\)[a-zA-Z]*[0-9]*/\1/")
+PREREL_NUMBER = $(shell echo $(EXTVERSION) | \
+                        sed "s/[0-9]\.[0-9]\.\(.*\)/\1/" | \
+                        $(GREP) "[a-zA-Z]" | \
+                        sed "s/[0-9][a-zA-Z]\([0-9]*\)[a-zA-Z]*/\1/")
+MICRO_PREV    = $(shell if test "$(MICRO_NUMBER)x" != "x"; then expr $(MICRO_NUMBER) - 1; fi)
+PREREL_PREV   = $(shell if test "$(PREREL_NUMBER)x" != "x"; then expr $(PREREL_NUMBER) - 1; fi)
+
+PREREL_PREFIX = $(shell echo $(EXTVERSION) | \
+                        sed "s/[0-9]\.[0-9]\.\(.*\)/\1/" | \
+                        $(GREP) "[a-zA-Z]" | \
+                        sed "s/\([0-9][a-zA-Z]*\)[0-9]*/\1/")
+
+DATA         = $(filter-out $(wildcard sql/*--*.sql),$(wildcard sql/*.sql))
+
+PG_CONFIG    =  /var/lib/jenkins/workspace/pg/rel/pg9.3w64/bin/pg_config
+
+PG91         = $(shell $(PG_CONFIG) --version | $(GREP) -qE " 8\.| 9\.0" && echo no || echo yes)
+SQL_BITS     = $(wildcard sql_bits/*.sql)
+EXTRA_CLEAN += sql/*.sql ${SQL_BITS} 
+
+
+ifeq ($(PG91),yes)
+all: sql/$(EXTENSION)--$(EXTVERSION).sql sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql sql/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql sql/$(EXTENSION)--$(EXTVERSION)next--$(EXTVERSION).sql sql_minor_upgrade
+
+sql/$(EXTENSION)--$(EXTVERSION).sql: sql/$(EXTENSION).sql
+	mkdir -p sql
+	cp $< $@
+	
+sql/$(EXTENSION).sql: sql_bits/sfcgal.sql  sql_bits/sfcgal_comments.sql
+	mkdir -p sql
+	cat $^ > $@
+
+#this is a cludge to allow upgrading from same SVN to same SVN
+sql/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql: sql_bits/sfcgal_upgrade_minor.sql
+	mkdir -p sql
+	cat $^ > $@
+sql/$(EXTENSION)--$(EXTVERSION)next--$(EXTVERSION).sql: sql/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql
+	mkdir -p sql
+	cp $< $@
+	
+sql_bits/sfcgal.sql: ../../postgis/sfcgal.sql
+	mkdir -p sql_bits
+	sed -e 's/BEGIN;//g' -e 's/COMMIT;//g'  $< > $@
+	
+../../doc/sfcgal_comments.sql:
+	$(MAKE) -C ../../doc comments
+	
+sql_bits/sfcgal_comments.sql: ../../doc/sfcgal_comments.sql
+	mkdir -p sql_bits
+	cp $< $@
+	
+#grep all lines that start with CREATE OR REPLACE FUNCTION, TRIGGER...
+#then replace CREATE OR REPLACE .. with ALTER EXTENSION..;
+#then remove default values and extra junk
+sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql: sql_bits/sfcgal.sql ../../utils/create_unpackaged.pl
+	mkdir -p sql
+	cat $< | ../../utils/create_unpackaged.pl ${EXTENSION} > $@
+
+sql_bits/sfcgal_upgrade.sql : ../../postgis/sfcgal_upgrade.sql
+	mkdir -p sql_bits
+	sed -e 's/BEGIN;//g' -e 's/COMMIT;//g'  $< > $@
+
+sql_bits/sfcgal_upgrade_minor.sql: ../postgis_extension_helper.sql sql_bits/sfcgal_upgrade.sql ../../doc/sfcgal_comments.sql ../postgis_extension_helper_uninstall.sql
+	mkdir -p sql_bits
+	echo '\echo Use "CREATE EXTENSION $(EXTENSION)" to load this file. \quit' > $@
+	cat $^ >> $@
+
+sql_minor_upgrade: sql_bits/sfcgal_upgrade_minor.sql
+	for OLD_VERSION in $(UPGRADEABLE_VERSIONS); do \
+  	  cat $< > sql/$(EXTENSION)--$$OLD_VERSION--$(EXTVERSION).sql; \
+	done
+	
+DATA = $(wildcard sql/*--*.sql)
+EXTRA_CLEAN += sql/$(EXTENSION)--$(EXTVERSION).sql sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql
+endif
+
+distclean: clean
+	rm Makefile
+
+PGXS := $(shell $(PG_CONFIG) --pgxs)
+include $(PGXS)
diff --git a/extensions/postgis_sfcgal/postgis_sfcgal.control b/extensions/postgis_sfcgal/postgis_sfcgal.control
index 8473777..5c48cbe 100644
--- a/extensions/postgis_sfcgal/postgis_sfcgal.control
+++ b/extensions/postgis_sfcgal/postgis_sfcgal.control
@@ -1,5 +1,5 @@
 # postgis topology extension
 comment = 'PostGIS SFCGAL functions'
-default_version = '2.2.0'
+default_version = '2.2.1'
 relocatable = true
 requires = postgis
diff --git a/extensions/postgis_tiger_geocoder/Makefile b/extensions/postgis_tiger_geocoder/Makefile
new file mode 100644
index 0000000..8d6151f
--- /dev/null
+++ b/extensions/postgis_tiger_geocoder/Makefile
@@ -0,0 +1,211 @@
+include ../upgradeable_versions.mk
+
+EXTENSION    = postgis_tiger_geocoder
+EXTVERSION    = 2.2.1
+MINORVERSION  = 2011.2.2
+GREP = /bin/grep
+
+MICRO_NUMBER  = $(shell echo $(EXTVERSION) | sed "s/[0-9]\.[0-9]\.\([0-9]*\)[a-zA-Z]*[0-9]*/\1/")
+PREREL_NUMBER = $(shell echo $(EXTVERSION) | \
+                        sed "s/[0-9]\.[0-9]\.\(.*\)/\1/" | \
+                        $(GREP) "[a-zA-Z]" | \
+                        sed "s/[0-9][a-zA-Z]\([0-9]*\)[a-zA-Z]*/\1/")
+MICRO_PREV    = $(shell if test "$(MICRO_NUMBER)x" != "x"; then expr $(MICRO_NUMBER) - 1; fi)
+PREREL_PREV   = $(shell if test "$(PREREL_NUMBER)x" != "x"; then expr $(PREREL_NUMBER) - 1; fi)
+
+PREREL_PREFIX = $(shell echo $(EXTVERSION) | \
+                        sed "s/[0-9]\.[0-9]\.\(.*\)/\1/" | \
+                        $(GREP) "[a-zA-Z]" | \
+                        sed "s/\([0-9][a-zA-Z]*\)[0-9]*/\1/")
+
+DATA         = $(filter-out $(wildcard sql/*--*.sql),$(wildcard sql/*.sql))
+REGRESS = test-normalize_address
+REGRESS_OPTS = --load-extension=fuzzystrmatch --load-extension=postgis --load-extension=$(EXTENSION)
+
+PG_CONFIG    =  /var/lib/jenkins/workspace/pg/rel/pg9.3w64/bin/pg_config
+
+PG91         = $(shell $(PG_CONFIG) --version | $(GREP) -qE " 8\.| 9\.0" && echo no || echo yes)
+SQL_BITS     = $(wildcard sql_bits/*.sql)
+EXTRA_CLEAN += sql/*.sql ${SQL_BITS} 
+
+#test address standardizer if also built
+ifeq (address_standardizer,address_standardizer)
+	REGRESS +=  test-pagc_normalize_address
+	REGRESS_OPTS += --load-extension=address_standardizer
+endif
+
+ifeq ($(PG91),yes)
+all: sql/$(EXTENSION)--$(EXTVERSION).sql sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql sql/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql sql/$(EXTENSION)--$(EXTVERSION)next--$(EXTVERSION).sql  sql_minor_upgrade sql/test-normalize_address.sql  sql/test-pagc_normalize_address.sql expected/test-normalize_address.out expected/test-pagc_normalize_address.out sql/$(EXTENSION)--$(EXTVERSION)next--$(EXTVERSION).sql  sql_minor_upgrade
+
+sql/$(EXTENSION)--$(EXTVERSION).sql: sql/$(EXTENSION).sql
+	mkdir -p sql
+	mkdir -p expected
+	cp $< $@
+
+
+expected/test-normalize_address.out: sql_bits/test_tuples_only_unaligned.sql.in ../../extras/tiger_geocoder/regress/normalize_address_regress
+	cat $^ > $@
+	
+expected/test-pagc_normalize_address.out: sql_bits/test_tuples_only_unaligned.sql.in ../../extras/tiger_geocoder/regress/pagc_normalize_address_regress
+	cat $^ > $@
+	
+## adding \t .. to force output to be the same as what get in regular regress in tiger folder
+sql/test-normalize_address.sql: sql_bits/test_tuples_only_unaligned.sql.in ../../extras/tiger_geocoder/regress/normalize_address_regress.sql
+	mkdir -p sql
+	cat $^ > $@
+	
+sql/test-pagc_normalize_address.sql: sql_bits/test_tuples_only_unaligned.sql.in ../../extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql
+	mkdir -p sql
+	cat $^ > $@
+	
+sql/$(EXTENSION).sql: sql_bits/tiger_geocoder.sql  sql_bits/mark_editable_objects.sql.in sql_bits/tiger_geocoder_comments.sql
+	mkdir -p sql
+	cat $^ > $@
+	
+#this is a cludge to allow upgrading from same SVN to same SVN
+sql/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql: ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/tiger_geocoder_upgrade_minor.sql sql_bits/mark_editable_objects.sql.in sql_bits/tiger_geocoder_comments.sql ../postgis_extension_helper_uninstall.sql
+	mkdir -p sql
+	cat $^ > $@
+
+
+sql/$(EXTENSION)--$(EXTVERSION)next--$(EXTVERSION).sql: sql/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql
+	mkdir -p sql
+	cp $< $@
+	
+#strip BEGIN/COMMIT since these are not allowed in extensions
+#strip CREATE SCHEMA since we force extension 
+# to create schema by setting schema to tiger_geocoder in control
+sql_bits/tiger_geocoder_minor.sql.in: ../../extras/tiger_geocoder/utility/set_search_path.sql \
+  	../../extras/tiger_geocoder/geocode_settings.sql \
+  ../../extras/tiger_geocoder/tiger_loader_2015.sql \
+	../../extras/tiger_geocoder/utility/utmzone.sql \
+	../../extras/tiger_geocoder/utility/cull_null.sql \
+	../../extras/tiger_geocoder/utility/nullable_levenshtein.sql \
+	../../extras/tiger_geocoder/utility/levenshtein_ignore_case.sql \
+	../../extras/tiger_geocoder/normalize/end_soundex.sql \
+	../../extras/tiger_geocoder/normalize/count_words.sql \
+	../../extras/tiger_geocoder/normalize/state_extract.sql \
+	../../extras/tiger_geocoder/normalize/get_last_words.sql \
+	../../extras/tiger_geocoder/normalize/location_extract_countysub_exact.sql \
+	../../extras/tiger_geocoder/normalize/location_extract_countysub_fuzzy.sql \
+	../../extras/tiger_geocoder/normalize/location_extract_place_exact.sql \
+	../../extras/tiger_geocoder/normalize/location_extract_place_fuzzy.sql \
+	../../extras/tiger_geocoder/normalize/location_extract.sql \
+	../../extras/tiger_geocoder/normalize/normalize_address.sql \
+	../../extras/tiger_geocoder/normalize/pprint_addy.sql \
+	../../extras/tiger_geocoder/pagc_normalize/pagc_tables.sql \
+  ../../extras/tiger_geocoder/pagc_normalize/pagc_normalize_address.sql \
+	../../extras/tiger_geocoder/geocode/other_helper_functions.sql \
+	../../extras/tiger_geocoder/geocode/rate_attributes.sql \
+	../../extras/tiger_geocoder/geocode/includes_address.sql \
+	../../extras/tiger_geocoder/geocode/interpolate_from_address.sql \
+	../../extras/tiger_geocoder/geocode/geocode_address.sql \
+	../../extras/tiger_geocoder/geocode/geocode_location.sql \
+	../../extras/tiger_geocoder/geocode/geocode_intersection.sql \
+	../../extras/tiger_geocoder/geocode/geocode.sql \
+	../../extras/tiger_geocoder/geocode/reverse_geocode.sql \
+	../../extras/tiger_geocoder/geocode/census_tracts_functions.sql
+	cat $^ > $@
+	
+sql_bits/tiger_geocoder.sql.in: sql_bits/norm_addy_create.sql.in \
+	../../extras/tiger_geocoder/utility/set_search_path.sql \
+	../../extras/tiger_geocoder/geocode_settings.sql \
+	../../extras/tiger_geocoder/tables/lookup_tables_2011.sql \
+	../../extras/tiger_geocoder/tiger_loader_2015.sql \
+	../../extras/tiger_geocoder/utility/set_search_path.sql \
+	../../extras/tiger_geocoder/utility/utmzone.sql \
+	../../extras/tiger_geocoder/utility/cull_null.sql \
+	../../extras/tiger_geocoder/utility/nullable_levenshtein.sql \
+	../../extras/tiger_geocoder/utility/levenshtein_ignore_case.sql \
+	../../extras/tiger_geocoder/normalize/end_soundex.sql \
+	../../extras/tiger_geocoder/normalize/count_words.sql \
+	../../extras/tiger_geocoder/normalize/state_extract.sql \
+	../../extras/tiger_geocoder/normalize/get_last_words.sql \
+	../../extras/tiger_geocoder/normalize/location_extract_countysub_exact.sql \
+	../../extras/tiger_geocoder/normalize/location_extract_countysub_fuzzy.sql \
+	../../extras/tiger_geocoder/normalize/location_extract_place_exact.sql \
+	../../extras/tiger_geocoder/normalize/location_extract_place_fuzzy.sql \
+	../../extras/tiger_geocoder/normalize/location_extract.sql \
+	../../extras/tiger_geocoder/normalize/normalize_address.sql \
+	../../extras/tiger_geocoder/normalize/pprint_addy.sql \
+	../../extras/tiger_geocoder/pagc_normalize/pagc_tables.sql \
+    ../../extras/tiger_geocoder/pagc_normalize/pagc_normalize_address.sql \
+	../../extras/tiger_geocoder/geocode/other_helper_functions.sql \
+	../../extras/tiger_geocoder/geocode/rate_attributes.sql \
+	../../extras/tiger_geocoder/geocode/includes_address.sql \
+	../../extras/tiger_geocoder/geocode/interpolate_from_address.sql \
+	../../extras/tiger_geocoder/geocode/geocode_address.sql \
+	../../extras/tiger_geocoder/geocode/geocode_location.sql \
+	../../extras/tiger_geocoder/geocode/geocode_intersection.sql \
+	../../extras/tiger_geocoder/geocode/geocode.sql \
+	../../extras/tiger_geocoder/geocode/reverse_geocode.sql \
+	../../extras/tiger_geocoder/geocode/census_tracts_functions.sql \
+	../../extras/tiger_geocoder/topology/tiger_topology_loader.sql \
+	../postgis_extension_helper.sql \
+	sql_bits/add_search_path.sql \
+	../postgis_extension_helper_uninstall.sql 
+	cat $^ > $@
+	
+sql_bits/tiger_geocoder.sql: sql_bits/tiger_geocoder.sql.in
+	sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' -e '/^CREATE SCHEMA/d;'  $< > $@
+	
+sql_bits/add_search_path.sql: sql_bits/add_search_path.sql.in
+	cp $< $@
+	
+../../doc/tiger_geocoder_comments.sql:
+	$(MAKE) -C ../../doc comments
+	
+sql_bits/tiger_geocoder_comments.sql: ../../doc/tiger_geocoder_comments.sql
+	cp $< $@
+	
+#grep all lines that start with CREATE OR REPLACE FUNCTION, TRIGGER...
+#then replace CREATE OR REPLACE .. with ALTER EXTENSION..;
+#then remove default values and extra junk
+# sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql: ../../tiger_geocoder/tiger_geocoder.sql
+# 	sed -e '/^CREATE \(OR REPLACE\|TYPE\|TABLE\|VIEW\|CAST\)/!d;' \
+# 		-e 's/OR REPLACE//g' \
+# 		-e 's/CREATE\(.*\)/ALTER EXTENSION $(EXTENSION) ADD\1;/' \
+# 		-e 's/DEFAULT [\.0-9a-zA-Z]\+//g' \
+# 		-e 's/\(BEFORE\|WITH FUNCTION\)\(.*\)/;/' \
+# 		-e 's/[ \t]+;/;/' \
+# 		-e 's/(;/;/' \
+# 		-e 's/\\(;/;/' \
+# 		-e 's/;;/;/g' $< > $@
+
+#hardcode for now using 
+#the extensions/make_unpackaged.sql script form an install
+sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql: sql_bits/tiger_geocoder--unpackaged.sql.in
+	mkdir -p sql
+	cp $< $@
+
+#upgrade script should have everything but table, schema, type creation/alter
+#NOTE: we assume all object definitions end in ;
+#first expression deletes all non-removable objects defined on same line
+#second deletes all non-removable defined on multiple lines 
+#  the end of the body of object we assume ends in ;
+#aggregates are special 
+#they can be dropped but we need to remove
+#them from the extension first
+sql/tiger_geocoder_upgrade_minor.sql:  sql_bits/tiger_geocoder_minor.sql.in 
+	mkdir -p sql
+	 sed -e '/^\(CREATE\|ALTER\) \(CAST\|TYPE\|TABLE\|SCHEMA\|DOMAIN\|TRIGGER\).*;/d' \
+	 	 -e '/^\(CREATE\|ALTER\) \(CAST\|TYPE\|TABLE\|SCHEMA\|DOMAIN\|TRIGGER\)/,/\;/d' \
+	 	 -e 's/BEGIN;//g' -e 's/COMMIT;//g' \
+	 	 $< > $@
+	 	 	
+sql_minor_upgrade: ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/tiger_geocoder_upgrade_minor.sql sql_bits/mark_editable_objects.sql.in sql_bits/tiger_geocoder_comments.sql ../postgis_extension_helper_uninstall.sql
+	for OLD_VERSION in $(UPGRADEABLE_VERSIONS); do \
+  	  cat $^ > sql/$(EXTENSION)--$$OLD_VERSION--$(EXTVERSION).sql; \
+	done
+
+#only extension files	
+DATA = ${EXTENSION}.control sql/$(EXTENSION).sql $(wildcard sql/*--*.sql)
+EXTRA_CLEAN += $(wildcard expected/*--*.out)
+EXTRA_CLEAN += sql/$(EXTENSION)--$(EXTVERSION).sql sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql
+endif
+
+distclean: clean
+	rm Makefile
+
+PGXS := $(shell $(PG_CONFIG) --pgxs)
+include $(PGXS)
diff --git a/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control b/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
index 15362f6..fb26938 100644
--- a/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
+++ b/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
@@ -1,6 +1,6 @@
 # postgis tiger geocoder extension
 comment = 'PostGIS tiger geocoder and reverse geocoder'
-default_version = '2.2.0'
+default_version = '2.2.1'
 relocatable = false
 schema = tiger
 requires = 'postgis,fuzzystrmatch'
diff --git a/extensions/postgis_topology/Makefile.in b/extensions/postgis_topology/Makefile
similarity index 96%
copy from extensions/postgis_topology/Makefile.in
copy to extensions/postgis_topology/Makefile
index 832d2cc..b995dd2 100644
--- a/extensions/postgis_topology/Makefile.in
+++ b/extensions/postgis_topology/Makefile
@@ -1,10 +1,9 @@
 include ../upgradeable_versions.mk
 
 EXTENSION    = postgis_topology
-EXTVERSION    = @POSTGIS_LIB_VERSION@
-MINORVERSION  = @POSTGIS_MAJOR_VERSION at .@POSTGIS_MINOR_VERSION@
-GREP=@GREP@
-PERL=@PERL@
+EXTVERSION    = 2.2.1
+MINORVERSION  = 2.2
+GREP=/bin/grep
 
 MICRO_NUMBER  = $(shell echo $(EXTVERSION) | sed "s/[0-9]\.[0-9]\.\([0-9]*\)[a-zA-Z]*[0-9]*/\1/")
 PREREL_NUMBER = $(shell echo $(EXTVERSION) | \
@@ -21,7 +20,7 @@ PREREL_PREFIX = $(shell echo $(EXTVERSION) | \
 
 DATA         = $(filter-out $(wildcard sql/*--*.sql),$(wildcard sql/*.sql))
 
-PG_CONFIG    = @PG_CONFIG@
+PG_CONFIG    = /var/lib/jenkins/workspace/pg/rel/pg9.3w64/bin/pg_config
 
 PG91         = $(shell $(PG_CONFIG) --version | $(GREP) -qE " 8\.| 9\.0" && echo no || echo yes)
 SQL_BITS     = $(wildcard sql_bits/*.sql)
@@ -87,3 +86,4 @@ distclean: clean
 
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
+PERL=/usr/bin/perl
diff --git a/extensions/postgis_topology/Makefile.in b/extensions/postgis_topology/Makefile.in
index 832d2cc..16a8632 100644
--- a/extensions/postgis_topology/Makefile.in
+++ b/extensions/postgis_topology/Makefile.in
@@ -4,7 +4,6 @@ EXTENSION    = postgis_topology
 EXTVERSION    = @POSTGIS_LIB_VERSION@
 MINORVERSION  = @POSTGIS_MAJOR_VERSION at .@POSTGIS_MINOR_VERSION@
 GREP=@GREP@
-PERL=@PERL@
 
 MICRO_NUMBER  = $(shell echo $(EXTVERSION) | sed "s/[0-9]\.[0-9]\.\([0-9]*\)[a-zA-Z]*[0-9]*/\1/")
 PREREL_NUMBER = $(shell echo $(EXTVERSION) | \
@@ -87,3 +86,4 @@ distclean: clean
 
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
+PERL=@PERL@
diff --git a/extensions/postgis_topology/postgis_topology.control b/extensions/postgis_topology/postgis_topology.control
index 12fbf5e..d758d6c 100644
--- a/extensions/postgis_topology/postgis_topology.control
+++ b/extensions/postgis_topology/postgis_topology.control
@@ -1,6 +1,6 @@
 # postgis topology extension
 comment = 'PostGIS topology spatial types and functions'
-default_version = '2.2.0'
+default_version = '2.2.1'
 relocatable = false
 schema = topology
 requires = postgis
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index cb0fe0d..b035008 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -17,4 +17,4 @@ UPGRADEABLE_VERSIONS = \
 	2.1.7 \
 	2.1.8 \
   2.1.9 \
-  2.2.0rc1
+  2.2.0
diff --git a/extras/tiger_geocoder/normalize/normalize_address.sql b/extras/tiger_geocoder/normalize/normalize_address.sql
index 467f582..f68cc2c 100644
--- a/extras/tiger_geocoder/normalize/normalize_address.sql
+++ b/extras/tiger_geocoder/normalize/normalize_address.sql
@@ -194,7 +194,7 @@ BEGIN
 
   -- Pull out the full street information, defined as everything between the
   -- address and the state.  This includes the location.
-  -- This doesnt need to be done if location has already been found.
+  -- This doesn't need to be done if location has already been found.
   IF result.location IS NULL THEN
     IF addressString IS NOT NULL THEN
       IF state IS NOT NULL THEN
@@ -708,4 +708,4 @@ BEGIN
 END
 $$
   LANGUAGE plpgsql IMMUTABLE STRICT
-  COST 100;
\ No newline at end of file
+  COST 100;
diff --git a/extras/tiger_geocoder/tiger_loader_2013.sql b/extras/tiger_geocoder/tiger_loader_2013.sql
index da65bc5..dfbb83c 100644
--- a/extras/tiger_geocoder/tiger_loader_2013.sql
+++ b/extras/tiger_geocoder/tiger_loader_2013.sql
@@ -373,12 +373,14 @@ BEGIN
 				FROM information_schema.columns 
 				 WHERE table_name = param_target_table
 					AND table_schema = var_data_schema 
-					AND column_name <> ALL(param_columns_exclude) ), ',') || ') SELECT ' 
+					AND column_name <> ALL(param_columns_exclude) 
+                    ORDER BY ordinal_position ), ',') || ') SELECT ' 
 					|| array_to_string(ARRAY(SELECT quote_ident(column_name::text) 
 				FROM information_schema.columns 
 				 WHERE table_name = param_staging_table
 					AND table_schema = var_staging_schema 
-					AND column_name <> ALL( param_columns_exclude) ), ',') ||' FROM ' 
+					AND column_name <> ALL( param_columns_exclude) 
+                    ORDER BY ordinal_position ), ',') ||' FROM ' 
 					|| var_staging_schema || '.' || param_staging_table || ';';
 	RAISE NOTICE '%', var_sql;
 	EXECUTE (var_sql);
diff --git a/extras/tiger_geocoder/tiger_loader_2014.sql b/extras/tiger_geocoder/tiger_loader_2014.sql
index ac02c9b..ddd6996 100644
--- a/extras/tiger_geocoder/tiger_loader_2014.sql
+++ b/extras/tiger_geocoder/tiger_loader_2014.sql
@@ -486,12 +486,14 @@ BEGIN
 				FROM information_schema.columns 
 				 WHERE table_name = param_target_table
 					AND table_schema = var_data_schema 
-					AND column_name <> ALL(param_columns_exclude) ), ',') || ') SELECT ' 
+					AND column_name <> ALL(param_columns_exclude) 
+                    ORDER BY ordinal_position ), ',') || ') SELECT ' 
 					|| array_to_string(ARRAY(SELECT quote_ident(column_name::text) 
 				FROM information_schema.columns 
 				 WHERE table_name = param_staging_table
 					AND table_schema = var_staging_schema 
-					AND column_name <> ALL( param_columns_exclude) ), ',') ||' FROM ' 
+					AND column_name <> ALL( param_columns_exclude) 
+                    ORDER BY ordinal_position ), ',') ||' FROM ' 
 					|| var_staging_schema || '.' || param_staging_table || ';';
 	RAISE NOTICE '%', var_sql;
 	EXECUTE (var_sql);
diff --git a/extras/tiger_geocoder/tiger_loader_2015.sql b/extras/tiger_geocoder/tiger_loader_2015.sql
index 66d54a7..0d64b42 100644
--- a/extras/tiger_geocoder/tiger_loader_2015.sql
+++ b/extras/tiger_geocoder/tiger_loader_2015.sql
@@ -191,7 +191,7 @@ VALUES('sh', 'wget', '',
 E'TMPDIR="${staging_fold}/temp/"
 UNZIPTOOL=unzip
 WGETTOOL="/usr/bin/wget"
-export PGBIN=/usr/lib/postgresql/9.4/bin/
+export PGBIN=/usr/lib/postgresql/9.4/bin
 export PGPORT=5432
 export PGHOST=localhost
 export PGUSER=postgres
@@ -486,12 +486,14 @@ BEGIN
 				FROM information_schema.columns 
 				 WHERE table_name = param_target_table
 					AND table_schema = var_data_schema 
-					AND column_name <> ALL(param_columns_exclude) ), ',') || ') SELECT ' 
+					AND column_name <> ALL(param_columns_exclude) 
+                    ORDER BY ordinal_position ), ',') || ') SELECT ' 
 					|| array_to_string(ARRAY(SELECT quote_ident(column_name::text) 
 				FROM information_schema.columns 
 				 WHERE table_name = param_staging_table
 					AND table_schema = var_staging_schema 
-					AND column_name <> ALL( param_columns_exclude) ), ',') ||' FROM ' 
+					AND column_name <> ALL( param_columns_exclude) 
+                    ORDER BY ordinal_position ), ',') ||' FROM ' 
 					|| var_staging_schema || '.' || param_staging_table || ';';
 	RAISE NOTICE '%', var_sql;
 	EXECUTE (var_sql);
diff --git a/install-sh b/install-sh
index 0b0fdcb..377bb86 100755
--- a/install-sh
+++ b/install-sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2013-12-25.23; # UTC
+scriptversion=2011-11-20.07; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -41,15 +41,19 @@ scriptversion=2013-12-25.23; # UTC
 # This script is compatible with the BSD install script, but was written
 # from scratch.
 
-tab='	'
 nl='
 '
-IFS=" $tab$nl"
+IFS=" ""	$nl"
 
-# Set DOITPROG to "echo" to test this script.
+# set DOITPROG to echo to test this script
 
+# Don't use :- since 4.3BSD and earlier shells don't like it.
 doit=${DOITPROG-}
-doit_exec=${doit:-exec}
+if test -z "$doit"; then
+  doit_exec=exec
+else
+  doit_exec=$doit
+fi
 
 # Put in absolute file names if you don't have them in your path;
 # or use environment vars.
@@ -64,6 +68,17 @@ mvprog=${MVPROG-mv}
 rmprog=${RMPROG-rm}
 stripprog=${STRIPPROG-strip}
 
+posix_glob='?'
+initialize_posix_glob='
+  test "$posix_glob" != "?" || {
+    if (set -f) 2>/dev/null; then
+      posix_glob=
+    else
+      posix_glob=:
+    fi
+  }
+'
+
 posix_mkdir=
 
 # Desired mode of installed file.
@@ -82,7 +97,7 @@ dir_arg=
 dst_arg=
 
 copy_on_change=false
-is_target_a_directory=possibly
+no_target_directory=
 
 usage="\
 Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
@@ -122,57 +137,46 @@ while test $# -ne 0; do
     -d) dir_arg=true;;
 
     -g) chgrpcmd="$chgrpprog $2"
-        shift;;
+	shift;;
 
     --help) echo "$usage"; exit $?;;
 
     -m) mode=$2
-        case $mode in
-          *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
-            echo "$0: invalid mode: $mode" >&2
-            exit 1;;
-        esac
-        shift;;
+	case $mode in
+	  *' '* | *'	'* | *'
+'*	  | *'*'* | *'?'* | *'['*)
+	    echo "$0: invalid mode: $mode" >&2
+	    exit 1;;
+	esac
+	shift;;
 
     -o) chowncmd="$chownprog $2"
-        shift;;
+	shift;;
 
     -s) stripcmd=$stripprog;;
 
-    -t)
-        is_target_a_directory=always
-        dst_arg=$2
-        # Protect names problematic for 'test' and other utilities.
-        case $dst_arg in
-          -* | [=\(\)!]) dst_arg=./$dst_arg;;
-        esac
-        shift;;
+    -t) dst_arg=$2
+	# Protect names problematic for 'test' and other utilities.
+	case $dst_arg in
+	  -* | [=\(\)!]) dst_arg=./$dst_arg;;
+	esac
+	shift;;
 
-    -T) is_target_a_directory=never;;
+    -T) no_target_directory=true;;
 
     --version) echo "$0 $scriptversion"; exit $?;;
 
-    --) shift
-        break;;
+    --)	shift
+	break;;
 
-    -*) echo "$0: invalid option: $1" >&2
-        exit 1;;
+    -*)	echo "$0: invalid option: $1" >&2
+	exit 1;;
 
     *)  break;;
   esac
   shift
 done
 
-# We allow the use of options -d and -T together, by making -d
-# take the precedence; this is for compatibility with GNU install.
-
-if test -n "$dir_arg"; then
-  if test -n "$dst_arg"; then
-    echo "$0: target directory not allowed when installing a directory." >&2
-    exit 1
-  fi
-fi
-
 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
   # When -d is used, all remaining arguments are directories to create.
   # When -t is used, the destination is already specified.
@@ -204,15 +208,6 @@ if test $# -eq 0; then
 fi
 
 if test -z "$dir_arg"; then
-  if test $# -gt 1 || test "$is_target_a_directory" = always; then
-    if test ! -d "$dst_arg"; then
-      echo "$0: $dst_arg: Is not a directory." >&2
-      exit 1
-    fi
-  fi
-fi
-
-if test -z "$dir_arg"; then
   do_exit='(exit $ret); exit $ret'
   trap "ret=129; $do_exit" 1
   trap "ret=130; $do_exit" 2
@@ -228,16 +223,16 @@ if test -z "$dir_arg"; then
 
     *[0-7])
       if test -z "$stripcmd"; then
-        u_plus_rw=
+	u_plus_rw=
       else
-        u_plus_rw='% 200'
+	u_plus_rw='% 200'
       fi
       cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
     *)
       if test -z "$stripcmd"; then
-        u_plus_rw=
+	u_plus_rw=
       else
-        u_plus_rw=,u+rw
+	u_plus_rw=,u+rw
       fi
       cp_umask=$mode$u_plus_rw;;
   esac
@@ -274,15 +269,41 @@ do
     # If destination is a directory, append the input filename; won't work
     # if double slashes aren't ignored.
     if test -d "$dst"; then
-      if test "$is_target_a_directory" = never; then
-        echo "$0: $dst_arg: Is a directory" >&2
-        exit 1
+      if test -n "$no_target_directory"; then
+	echo "$0: $dst_arg: Is a directory" >&2
+	exit 1
       fi
       dstdir=$dst
       dst=$dstdir/`basename "$src"`
       dstdir_status=0
     else
-      dstdir=`dirname "$dst"`
+      # Prefer dirname, but fall back on a substitute if dirname fails.
+      dstdir=`
+	(dirname "$dst") 2>/dev/null ||
+	expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	     X"$dst" : 'X\(//\)[^/]' \| \
+	     X"$dst" : 'X\(//\)$' \| \
+	     X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
+	echo X"$dst" |
+	    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\/\)[^/].*/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\/\)$/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\).*/{
+		   s//\1/
+		   q
+		 }
+		 s/.*/./; q'
+      `
+
       test -d "$dstdir"
       dstdir_status=$?
     fi
@@ -293,74 +314,74 @@ do
   if test $dstdir_status != 0; then
     case $posix_mkdir in
       '')
-        # Create intermediate dirs using mode 755 as modified by the umask.
-        # This is like FreeBSD 'install' as of 1997-10-28.
-        umask=`umask`
-        case $stripcmd.$umask in
-          # Optimize common cases.
-          *[2367][2367]) mkdir_umask=$umask;;
-          .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
-
-          *[0-7])
-            mkdir_umask=`expr $umask + 22 \
-              - $umask % 100 % 40 + $umask % 20 \
-              - $umask % 10 % 4 + $umask % 2
-            `;;
-          *) mkdir_umask=$umask,go-w;;
-        esac
-
-        # With -d, create the new directory with the user-specified mode.
-        # Otherwise, rely on $mkdir_umask.
-        if test -n "$dir_arg"; then
-          mkdir_mode=-m$mode
-        else
-          mkdir_mode=
-        fi
-
-        posix_mkdir=false
-        case $umask in
-          *[123567][0-7][0-7])
-            # POSIX mkdir -p sets u+wx bits regardless of umask, which
-            # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
-            ;;
-          *)
-            tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
-            trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
-
-            if (umask $mkdir_umask &&
-                exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
-            then
-              if test -z "$dir_arg" || {
-                   # Check for POSIX incompatibilities with -m.
-                   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
-                   # other-writable bit of parent directory when it shouldn't.
-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
-                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
-                   case $ls_ld_tmpdir in
-                     d????-?r-*) different_mode=700;;
-                     d????-?--*) different_mode=755;;
-                     *) false;;
-                   esac &&
-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
-                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
-                   }
-                 }
-              then posix_mkdir=:
-              fi
-              rmdir "$tmpdir/d" "$tmpdir"
-            else
-              # Remove any dirs left behind by ancient mkdir implementations.
-              rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
-            fi
-            trap '' 0;;
-        esac;;
+	# Create intermediate dirs using mode 755 as modified by the umask.
+	# This is like FreeBSD 'install' as of 1997-10-28.
+	umask=`umask`
+	case $stripcmd.$umask in
+	  # Optimize common cases.
+	  *[2367][2367]) mkdir_umask=$umask;;
+	  .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
+
+	  *[0-7])
+	    mkdir_umask=`expr $umask + 22 \
+	      - $umask % 100 % 40 + $umask % 20 \
+	      - $umask % 10 % 4 + $umask % 2
+	    `;;
+	  *) mkdir_umask=$umask,go-w;;
+	esac
+
+	# With -d, create the new directory with the user-specified mode.
+	# Otherwise, rely on $mkdir_umask.
+	if test -n "$dir_arg"; then
+	  mkdir_mode=-m$mode
+	else
+	  mkdir_mode=
+	fi
+
+	posix_mkdir=false
+	case $umask in
+	  *[123567][0-7][0-7])
+	    # POSIX mkdir -p sets u+wx bits regardless of umask, which
+	    # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
+	    ;;
+	  *)
+	    tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
+	    trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
+
+	    if (umask $mkdir_umask &&
+		exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
+	    then
+	      if test -z "$dir_arg" || {
+		   # Check for POSIX incompatibilities with -m.
+		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
+		   # other-writable bit of parent directory when it shouldn't.
+		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
+		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
+		   case $ls_ld_tmpdir in
+		     d????-?r-*) different_mode=700;;
+		     d????-?--*) different_mode=755;;
+		     *) false;;
+		   esac &&
+		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
+		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
+		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
+		   }
+		 }
+	      then posix_mkdir=:
+	      fi
+	      rmdir "$tmpdir/d" "$tmpdir"
+	    else
+	      # Remove any dirs left behind by ancient mkdir implementations.
+	      rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
+	    fi
+	    trap '' 0;;
+	esac;;
     esac
 
     if
       $posix_mkdir && (
-        umask $mkdir_umask &&
-        $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
+	umask $mkdir_umask &&
+	$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
       )
     then :
     else
@@ -370,51 +391,53 @@ do
       # directory the slow way, step by step, checking for races as we go.
 
       case $dstdir in
-        /*) prefix='/';;
-        [-=\(\)!]*) prefix='./';;
-        *)  prefix='';;
+	/*) prefix='/';;
+	[-=\(\)!]*) prefix='./';;
+	*)  prefix='';;
       esac
 
+      eval "$initialize_posix_glob"
+
       oIFS=$IFS
       IFS=/
-      set -f
+      $posix_glob set -f
       set fnord $dstdir
       shift
-      set +f
+      $posix_glob set +f
       IFS=$oIFS
 
       prefixes=
 
       for d
       do
-        test X"$d" = X && continue
-
-        prefix=$prefix$d
-        if test -d "$prefix"; then
-          prefixes=
-        else
-          if $posix_mkdir; then
-            (umask=$mkdir_umask &&
-             $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
-            # Don't fail if two instances are running concurrently.
-            test -d "$prefix" || exit 1
-          else
-            case $prefix in
-              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
-              *) qprefix=$prefix;;
-            esac
-            prefixes="$prefixes '$qprefix'"
-          fi
-        fi
-        prefix=$prefix/
+	test X"$d" = X && continue
+
+	prefix=$prefix$d
+	if test -d "$prefix"; then
+	  prefixes=
+	else
+	  if $posix_mkdir; then
+	    (umask=$mkdir_umask &&
+	     $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
+	    # Don't fail if two instances are running concurrently.
+	    test -d "$prefix" || exit 1
+	  else
+	    case $prefix in
+	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
+	      *) qprefix=$prefix;;
+	    esac
+	    prefixes="$prefixes '$qprefix'"
+	  fi
+	fi
+	prefix=$prefix/
       done
 
       if test -n "$prefixes"; then
-        # Don't fail if two instances are running concurrently.
-        (umask $mkdir_umask &&
-         eval "\$doit_exec \$mkdirprog $prefixes") ||
-          test -d "$dstdir" || exit 1
-        obsolete_mkdir_used=true
+	# Don't fail if two instances are running concurrently.
+	(umask $mkdir_umask &&
+	 eval "\$doit_exec \$mkdirprog $prefixes") ||
+	  test -d "$dstdir" || exit 1
+	obsolete_mkdir_used=true
       fi
     fi
   fi
@@ -449,12 +472,15 @@ do
 
     # If -C, don't bother to copy if it wouldn't change the file.
     if $copy_on_change &&
-       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
-       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
-       set -f &&
+       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
+       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
+
+       eval "$initialize_posix_glob" &&
+       $posix_glob set -f &&
        set X $old && old=:$2:$4:$5:$6 &&
        set X $new && new=:$2:$4:$5:$6 &&
-       set +f &&
+       $posix_glob set +f &&
+
        test "$old" = "$new" &&
        $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
     then
@@ -467,24 +493,24 @@ do
       # to itself, or perhaps because mv is so ancient that it does not
       # support -f.
       {
-        # Now remove or move aside any old file at destination location.
-        # We try this two ways since rm can't unlink itself on some
-        # systems and the destination file might be busy for other
-        # reasons.  In this case, the final cleanup might fail but the new
-        # file should still install successfully.
-        {
-          test ! -f "$dst" ||
-          $doit $rmcmd -f "$dst" 2>/dev/null ||
-          { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
-            { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
-          } ||
-          { echo "$0: cannot unlink or rename $dst" >&2
-            (exit 1); exit 1
-          }
-        } &&
-
-        # Now rename the file to the real destination.
-        $doit $mvcmd "$dsttmp" "$dst"
+	# Now remove or move aside any old file at destination location.
+	# We try this two ways since rm can't unlink itself on some
+	# systems and the destination file might be busy for other
+	# reasons.  In this case, the final cleanup might fail but the new
+	# file should still install successfully.
+	{
+	  test ! -f "$dst" ||
+	  $doit $rmcmd -f "$dst" 2>/dev/null ||
+	  { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
+	    { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
+	  } ||
+	  { echo "$0: cannot unlink or rename $dst" >&2
+	    (exit 1); exit 1
+	  }
+	} &&
+
+	# Now rename the file to the real destination.
+	$doit $mvcmd "$dsttmp" "$dst"
       }
     fi || exit 1
 
diff --git a/liblwgeom/bytebuffer.h b/liblwgeom/bytebuffer.h
index 175690d..b8c38af 100644
--- a/liblwgeom/bytebuffer.h
+++ b/liblwgeom/bytebuffer.h
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  * $Id: bytebuffer.h 12198 2014-01-29 17:49:35Z pramsey $
  *
  * PostGIS - Spatial Types for PostgreSQL
diff --git a/liblwgeom/cunit/cu_algorithm.c b/liblwgeom/cunit/cu_algorithm.c
index 03faf11..f3510ea 100644
--- a/liblwgeom/cunit/cu_algorithm.c
+++ b/liblwgeom/cunit/cu_algorithm.c
@@ -90,6 +90,29 @@ static void test_lw_segment_side(void)
 
 }
 
+static void test_lw_arc_center(void)
+{
+/* double lw_arc_center(const POINT2D *p1, const POINT2D *p2, const POINT2D *p3, POINT2D *result); */
+	POINT2D c1;
+	double d1;
+	POINT2D p1, p2, p3;
+
+	p1.x = 2047538.600;
+	p1.y = 7268770.435;
+	p2.x = 2047538.598;
+	p2.y = 7268770.435;
+	p3.x = 2047538.596;
+	p3.y = 7268770.436;
+
+	d1 = lw_arc_center(&p1, &p2, &p3, &c1);
+
+	CU_ASSERT_DOUBLE_EQUAL(d1, 0.0046097720751, 0.0001);
+	CU_ASSERT_DOUBLE_EQUAL(c1.x, 2047538.599, 0.001);
+	CU_ASSERT_DOUBLE_EQUAL(c1.y, 7268770.4395, 0.001);
+	
+	// printf("lw_arc_center: (%12.12g, %12.12g) %12.12g\n", c1.x, c1.y, d1);
+}
+
 /*
 ** Test crossings side.
 */
@@ -983,4 +1006,5 @@ void algorithms_suite_setup(void)
 	PG_ADD_TEST(suite,test_geohash_point_as_int);
 	PG_ADD_TEST(suite,test_isclosed);
 	PG_ADD_TEST(suite,test_lwgeom_simplify);
+	PG_ADD_TEST(suite,test_lw_arc_center);
 }
diff --git a/liblwgeom/cunit/cu_geodetic.c b/liblwgeom/cunit/cu_geodetic.c
index 51d383d..62be2e7 100644
--- a/liblwgeom/cunit/cu_geodetic.c
+++ b/liblwgeom/cunit/cu_geodetic.c
@@ -1556,8 +1556,24 @@ static void test_lwgeom_area_sphere(void)
 	area = lwgeom_area_sphere(lwg, &s);
 	
 	CU_ASSERT_DOUBLE_EQUAL(area, 12360265021.3561, 1.0);
-	lwgeom_free(lwg);	
-	return;
+	lwgeom_free(lwg);
+
+	/* Robustness tests, from ticket #3393 */
+	lwg = lwgeom_from_wkt("POLYGON((0 78.703946026663,0 0,179.999997913235 0,179.999997913235 -33.0888306884702,0 78.703946026663))", LW_PARSER_CHECK_NONE);
+	area = lwgeom_area_sphere(lwg, &s);
+	CU_ASSERT_DOUBLE_EQUAL(area, 127516467322130, 1.0);
+	lwgeom_free(lwg);
+
+	lwg = lwgeom_from_wkt("POLYGON((0 78.703946026662,0 0,179.999997913235 0,179.999997913235 -33.0888306884702,0 78.703946026662))", LW_PARSER_CHECK_NONE);
+	area = lwgeom_area_sphere(lwg, &s);
+	CU_ASSERT_DOUBLE_EQUAL(area, 127516467322130, 1.0);
+	lwgeom_free(lwg);
+
+	lwg = lwgeom_from_wkt("POLYGON((0 78.703946026664,0 0,179.999997913235 0,179.999997913235 -33.0888306884702,0 78.703946026664))", LW_PARSER_CHECK_NONE);
+	area = lwgeom_area_sphere(lwg, &s);
+	CU_ASSERT_DOUBLE_EQUAL(area, 127516467322130, 1.0);
+	lwgeom_free(lwg);
+	/* end #3393 */
 }
 
 /*
diff --git a/liblwgeom/cunit/cu_out_twkb.c b/liblwgeom/cunit/cu_out_twkb.c
index 032434e..498ff9e 100644
--- a/liblwgeom/cunit/cu_out_twkb.c
+++ b/liblwgeom/cunit/cu_out_twkb.c
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * PostGIS - Spatial Types for PostgreSQL
  * http://postgis.net
diff --git a/liblwgeom/cunit/cu_split.c b/liblwgeom/cunit/cu_split.c
index 205b9a5..adcb7bc 100644
--- a/liblwgeom/cunit/cu_split.c
+++ b/liblwgeom/cunit/cu_split.c
@@ -249,6 +249,32 @@ static void test_lwgeom_split(void)
 	lwgeom_free(ret);
 	lwgeom_free(geom);
 	lwgeom_free(blade);
+
+  /* See #3401 -- robustness issue */
+  geom = lwgeom_from_wkt("LINESTRING(-180 0,0 0)", LW_PARSER_CHECK_NONE);
+  CU_ASSERT(geom != NULL);
+  blade = lwgeom_from_wkt("POINT(-20 0)", LW_PARSER_CHECK_NONE);
+  ret = lwgeom_split(geom, blade);
+  CU_ASSERT(ret != NULL);
+	{
+		LWCOLLECTION *split = lwgeom_as_lwcollection(ret);
+		LWLINE *l1, *l2;
+		POINT2D pt;
+		CU_ASSERT(split != NULL);
+		l1 = lwgeom_as_lwline(split->geoms[0]);
+		CU_ASSERT(l1 != NULL);
+		getPoint2d_p(l1->points, 1, &pt);
+		ASSERT_DOUBLE_EQUAL(pt.x, -20);
+		ASSERT_DOUBLE_EQUAL(pt.y, 0);
+		l2 = lwgeom_as_lwline(split->geoms[1]);
+		CU_ASSERT(l2 != NULL);
+		getPoint2d_p(l2->points, 0, &pt);
+		ASSERT_DOUBLE_EQUAL(pt.x, -20);
+		ASSERT_DOUBLE_EQUAL(pt.y, 0);
+	}
+	lwgeom_free(ret);
+	lwgeom_free(geom);
+	lwgeom_free(blade);
 }
 
 
diff --git a/liblwgeom/cunit/cu_unionfind.c b/liblwgeom/cunit/cu_unionfind.c
index 5f679b9..a9d1ec7 100644
--- a/liblwgeom/cunit/cu_unionfind.c
+++ b/liblwgeom/cunit/cu_unionfind.c
@@ -87,6 +87,29 @@ static void test_unionfind_ordered_by_cluster(void)
 	lwfree(ids_by_cluster);
 }
 
+static void test_unionfind_path_compression(void)
+{
+	UNIONFIND* uf = UF_create(5);
+	uint32_t i;
+
+	uf->clusters[1] = 0;
+	uf->clusters[2] = 1;
+	uf->clusters[3] = 2;
+	uf->clusters[4] = 3;
+
+	/* Calling "find" on a leaf should attach all nodes between the root and the
+	 * leaf directly to the root. */
+	uint32_t root = UF_find(uf, 4);
+	for (i = 0; i < uf->N; i++)
+	{
+		/* Verify that all cluster references have been updated to point
+		 * directly to the root. */
+		CU_ASSERT_EQUAL(root, uf->clusters[i]);
+	}
+
+	UF_destroy(uf);
+}
+
 void unionfind_suite_setup(void);
 void unionfind_suite_setup(void)
 {
@@ -94,4 +117,5 @@ void unionfind_suite_setup(void)
 	PG_ADD_TEST(suite, test_unionfind_create);
 	PG_ADD_TEST(suite, test_unionfind_union);
 	PG_ADD_TEST(suite, test_unionfind_ordered_by_cluster);
+	PG_ADD_TEST(suite, test_unionfind_path_compression);
 }
diff --git a/liblwgeom/effectivearea.h b/liblwgeom/effectivearea.h
index 6865a4c..edae60b 100644
--- a/liblwgeom/effectivearea.h
+++ b/liblwgeom/effectivearea.h
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * PostGIS - Spatial Types for PostgreSQL
  * http://postgis.net
diff --git a/liblwgeom/liblwgeom_topo.h b/liblwgeom/liblwgeom_topo.h
index 84cc404..e361eda 100644
--- a/liblwgeom/liblwgeom_topo.h
+++ b/liblwgeom/liblwgeom_topo.h
@@ -618,7 +618,9 @@ typedef struct LWT_BE_CALLBACKS_T {
   );
 
   /**
+   * \brief
    * Get edges that have any of the given faces on the left or right side
+   * and optionally whose bounding box overlaps the given one.
    *
    * @param topo the topology to act upon
    * @param ids an array of face identifiers
@@ -628,6 +630,8 @@ typedef struct LWT_BE_CALLBACKS_T {
    *                 section for semantic.
    * @param fields fields to be filled in the returned structure, see
    *               LWT_COL_EDGE_* macros
+   * @param box optional bounding box to further restrict matches, use
+   *            NULL for no further restriction.
    *
    * @return an array of edges identifiers or NULL in the following cases:
    *         - no edge found ("numelems" is set to 0)
@@ -635,7 +639,8 @@ typedef struct LWT_BE_CALLBACKS_T {
    */
   LWT_ISO_EDGE* (*getEdgeByFace) (
       const LWT_BE_TOPOLOGY* topo,
-      const LWT_ELEMID* ids, int* numelems, int fields
+      const LWT_ELEMID* ids, int* numelems, int fields,
+      const GBOX *box
   );
 
   /**
@@ -649,6 +654,8 @@ typedef struct LWT_BE_CALLBACKS_T {
    *                 otherwise see @return section for semantic.
    * @param fields fields to be filled in the returned structure, see
    *               LWT_COL_NODE_* macros
+   * @param box optional bounding box to further restrict matches, use
+   *            NULL for no further restriction.
    *
    * @return an array of nodes or NULL in the following cases:
    *         - no nod found ("numelems" is set to 0)
@@ -656,7 +663,8 @@ typedef struct LWT_BE_CALLBACKS_T {
    */
   LWT_ISO_NODE* (*getNodeByFace) (
       const LWT_BE_TOPOLOGY* topo,
-      const LWT_ELEMID* faces, int* numelems, int fields
+      const LWT_ELEMID* faces, int* numelems, int fields,
+      const GBOX *box
   );
 
   /**
diff --git a/liblwgeom/lwalgorithm.c b/liblwgeom/lwalgorithm.c
index 37a7115..aa8fdfd 100644
--- a/liblwgeom/lwalgorithm.c
+++ b/liblwgeom/lwalgorithm.c
@@ -224,13 +224,13 @@ int lw_arc_side(const POINT2D *A1, const POINT2D *A2, const POINT2D *A3, const P
 * point is coincident with either end point, they are taken as colinear.
 */
 double
-lw_arc_center(const POINT2D *p1, const POINT2D *p2, const POINT2D *p3, POINT2D *result)
+lw_arc_center(const POINT2D *p1, const POINT2D *p2, const POINT2D *p3, POINT2D *result)	
 {
 	POINT2D c;
 	double cx, cy, cr;
-	double temp, bc, cd, det;
+	double dx21, dy21, dx31, dy31, h21, h31, d;
 
-    c.x = c.y = 0.0;
+	c.x = c.y = 0.0;
 
 	LWDEBUGF(2, "lw_arc_center called (%.16f,%.16f), (%.16f,%.16f), (%.16f,%.16f).", p1->x, p1->y, p2->x, p2->y, p3->x, p3->y);
 
@@ -247,30 +247,35 @@ lw_arc_center(const POINT2D *p1, const POINT2D *p2, const POINT2D *p3, POINT2D *
 		return cr;
 	}
 
-	temp = p2->x*p2->x + p2->y*p2->y;
-	bc = (p1->x*p1->x + p1->y*p1->y - temp) / 2.0;
-	cd = (temp - p3->x*p3->x - p3->y*p3->y) / 2.0;
-	det = (p1->x - p2->x)*(p2->y - p3->y)-(p2->x - p3->x)*(p1->y - p2->y);
+	/* Using cartesian eguations from page https://en.wikipedia.org/wiki/Circumscribed_circle */
+	dx21 = p2->x - p1->x;
+	dy21 = p2->y - p1->y;
+	dx31 = p3->x - p1->x;
+	dy31 = p3->y - p1->y;
 
-	/* Check colinearity */
-	if (fabs(det) < EPSILON_SQLMM)
-		return -1.0;
+	h21 = pow(dx21, 2.0) + pow(dy21, 2.0);
+	h31 = pow(dx31, 2.0) + pow(dy31, 2.0);
+
+	/* 2 * |Cross product|, d<0 means clockwise and d>0 counterclockwise sweeping angle */
+	d = 2 * (dx21 * dy31 - dx31 * dy21);
 
+	/* Check colinearity, |Cross product| = 0 */
+	if (fabs(d) < EPSILON_SQLMM)
+		return -1.0;
 
-	det = 1.0 / det;
-	cx = (bc*(p2->y - p3->y)-cd*(p1->y - p2->y))*det;
-	cy = ((p1->x - p2->x)*cd-(p2->x - p3->x)*bc)*det;
+	/* Calculate centroid coordinates and radius */
+	cx = p1->x + (h21 * dy31 - h31 * dy21) / d;
+	cy = p1->y - (h21 * dx31 - h31 * dx21) / d;
 	c.x = cx;
 	c.y = cy;
 	*result = c;
-	cr = sqrt((cx-p1->x)*(cx-p1->x)+(cy-p1->y)*(cy-p1->y));
-	
+	cr = sqrt(pow(cx - p1->x, 2) + pow(cy - p1->y, 2));
+
 	LWDEBUGF(2, "lw_arc_center center is (%.16f,%.16f)", result->x, result->y);
-	
+
 	return cr;
 }
 
-
 int
 pt_in_ring_2d(const POINT2D *p, const POINTARRAY *ring)
 {
diff --git a/liblwgeom/lwgeodetic.c b/liblwgeom/lwgeodetic.c
index ed42180..d660b84 100644
--- a/liblwgeom/lwgeodetic.c
+++ b/liblwgeom/lwgeodetic.c
@@ -916,7 +916,7 @@ double sphere_distance(const GEOGRAPHIC_POINT *s, const GEOGRAPHIC_POINT *e)
 */
 double sphere_distance_cartesian(const POINT3D *s, const POINT3D *e)
 {
-	return acos(dot_product(s, e));
+	return acos(FP_MIN(1.0, dot_product(s, e)));
 }
 
 /**
diff --git a/liblwgeom/lwgeom.c b/liblwgeom/lwgeom.c
index f07b4ac..9dfa063 100644
--- a/liblwgeom/lwgeom.c
+++ b/liblwgeom/lwgeom.c
@@ -1409,6 +1409,11 @@ extern LWGEOM* lwgeom_remove_repeated_points(LWGEOM *in, double tolerance)
 	LWDEBUGF(4, "lwgeom_remove_repeated_points got type %s",
 	         lwtype_name(in->type));
 
+	if(lwgeom_is_empty(in)) 
+	{
+		return lwgeom_clone_deep(in);
+	}
+
 	switch (in->type)
 	{
 	case MULTIPOINTTYPE:
@@ -1431,7 +1436,7 @@ extern LWGEOM* lwgeom_remove_repeated_points(LWGEOM *in, double tolerance)
 	case TRIANGLETYPE:
 	case TINTYPE:
 		/* No point is repeated for a single point, or for Triangle or TIN */
-		return in;
+		return lwgeom_clone_deep(in);
 
 	case CIRCSTRINGTYPE:
 	case COMPOUNDTYPE:
@@ -1439,12 +1444,12 @@ extern LWGEOM* lwgeom_remove_repeated_points(LWGEOM *in, double tolerance)
 	case CURVEPOLYTYPE:
 	case MULTISURFACETYPE:
 		/* Dunno how to handle these, will return untouched */
-		return in;
+		return lwgeom_clone_deep(in);
 
 	default:
 		lwnotice("%s: unsupported geometry type: %s",
 		         __func__, lwtype_name(in->type));
-		return in;
+		return lwgeom_clone_deep(in);
 		break;
 	}
 	return 0;
diff --git a/liblwgeom/lwgeom_geos_cluster.c b/liblwgeom/lwgeom_geos_cluster.c
index 130f59c..3c893d7 100644
--- a/liblwgeom/lwgeom_geos_cluster.c
+++ b/liblwgeom/lwgeom_geos_cluster.c
@@ -17,6 +17,8 @@
 #include "lwgeom_geos.h"
 #include "lwunionfind.h"
 
+static const int STRTREE_NODE_CAPACITY = 10;
+
 /* Utility struct used to pass information to the GEOSSTRtree_query callback */
 struct UnionIfIntersectingContext
 {
@@ -58,7 +60,7 @@ static struct STRTree
 make_strtree(void** geoms, uint32_t num_geoms, char is_lwgeom)
 {
 	struct STRTree tree;
-	tree.tree = GEOSSTRtree_create(num_geoms);
+	tree.tree = GEOSSTRtree_create(STRTREE_NODE_CAPACITY);
 	if (tree.tree == NULL)
 	{
 		return tree;
@@ -336,10 +338,15 @@ combine_geometries(UNIONFIND* uf, void** geoms, uint32_t num_geoms, void*** clus
 		if ((i == num_geoms - 1) ||
 		        (UF_find(uf, ordered_components[i]) != UF_find(uf, ordered_components[i+1])))
 		{
+			if (k >= uf->num_clusters) {
+				/* Should not get here - it means that we have more clusters than uf->num_clusters thinks we should. */
+				return LW_FAILURE;
+			}
+
 			if (is_lwgeom)
 			{
-				LWGEOM** components = lwalloc(num_geoms * sizeof(LWGEOM*));
-				memcpy(components, geoms_in_cluster, num_geoms * sizeof(LWGEOM*));
+				LWGEOM** components = lwalloc(j * sizeof(LWGEOM*));
+				memcpy(components, geoms_in_cluster, j * sizeof(LWGEOM*));
 				(*clusterGeoms)[k++] = lwcollection_construct(COLLECTIONTYPE, components[0]->srid, NULL, j, (LWGEOM**) components);
 			}
 			else
diff --git a/liblwgeom/lwgeom_geos_split.c b/liblwgeom/lwgeom_geos_split.c
index 2517340..a7e8edd 100644
--- a/liblwgeom/lwgeom_geos_split.c
+++ b/liblwgeom/lwgeom_geos_split.c
@@ -35,6 +35,8 @@
  *
  **********************************************************************/
 
+#include "../postgis_config.h"
+/*#define POSTGIS_DEBUG_LEVEL 4*/
 #include "lwgeom_geos.h"
 #include "liblwgeom_internal.h"
 
@@ -220,11 +222,13 @@ int
 lwline_split_by_point_to(const LWLINE* lwline_in, const LWPOINT* blade_in,
                          LWMLINE* v)
 {
-	double loc, dist;
+	double mindist = -1;
 	POINT4D pt, pt_projected;
+	POINT4D p1, p2;
+	POINTARRAY *ipa = lwline_in->points;
 	POINTARRAY* pa1;
 	POINTARRAY* pa2;
-	double vstol; /* vertex snap tolerance */
+	int i, nsegs, seg = -1;
 
 	/* Possible outcomes:
 	 *
@@ -240,30 +244,69 @@ lwline_split_by_point_to(const LWLINE* lwline_in, const LWPOINT* blade_in,
 	 */
 
 	getPoint4d_p(blade_in->point, 0, &pt);
-	loc = ptarray_locate_point(lwline_in->points, &pt, &dist, &pt_projected);
 
-	/* lwnotice("Location: %g -- Distance: %g", loc, dist); */
-
-	if ( dist > 0 )   /* TODO: accept a tolerance ? */
+	/* Find closest segment */
+	getPoint4d_p(ipa, 0, &p1);
+	nsegs = ipa->npoints - 1;
+	for ( i = 0; i < nsegs; i++ )
 	{
-		/* No intersection */
-		return 0;
+		getPoint4d_p(ipa, i+1, &p2);
+		double dist;
+		dist = distance2d_pt_seg((POINT2D*)&pt, (POINT2D*)&p1, (POINT2D*)&p2);
+		LWDEBUGF(4, " Distance of point %g %g to segment %g %g, %g %g: %g", pt.x, pt.y, p1.x, p1.y, p2.x, p2.y, dist);
+		if (i==0 || dist < mindist )
+		{
+			mindist = dist;
+			seg=i;
+		}
+		p1 = p2;
 	}
 
-	if ( loc == 0 || loc == 1 )
+	LWDEBUGF(3, "Closest segment: %d", seg);
+	LWDEBUGF(3, "mindist: %g", mindist);
+
+	/* No intersection */
+	if ( mindist > 0 ) return 0;
+
+	/* empty or single-point line, intersection on boundary */
+	if ( seg < 0 ) return 1;
+
+	/*
+	 * We need to project the
+	 * point on the closest segment.
+	 */
+	getPoint4d_p(ipa, seg, &p1);
+	getPoint4d_p(ipa, seg+1, &p2);
+	closest_point_on_segment(&pt, &p1, &p2, &pt_projected);
+
+	LWDEBUGF(3, "Projected point:(%g %g), seg:%d, p1:(%g %g), p2:(%g %g)", pt_projected.x, pt_projected.y, seg, p1.x, p1.y, p2.x, p2.y);
+
+	/* When closest point == an endpoint, this is a boundary intersection */
+	if ( ( (seg == nsegs-1) && p4d_same(&pt_projected, &p2) ) ||
+	     ( (seg == 0)       && p4d_same(&pt_projected, &p1) ) )
 	{
-		/* Intersection is on the boundary */
 		return 1;
 	}
 
-	/* There is a real intersection, let's get two substrings */
+	/* This is an internal intersection, let's build the two new pointarrays */
 
-	/* Compute vertex snap tolerance based on line length
-	 * TODO: take as parameter ? */
-	vstol = ptarray_length_2d(lwline_in->points) / 1e14;
+	pa1 = ptarray_construct_empty(FLAGS_GET_Z(ipa->flags), FLAGS_GET_M(ipa->flags), seg+2);
+	/* TODO: replace with a memcpy ? */
+	for (i=0; i<=seg; ++i)
+	{
+		getPoint4d_p(ipa, i, &p1);
+		ptarray_append_point(pa1, &p1, LW_FALSE);
+	}
+	ptarray_append_point(pa1, &pt_projected, LW_FALSE);
 
-	pa1 = ptarray_substring(lwline_in->points, 0, loc, vstol);
-	pa2 = ptarray_substring(lwline_in->points, loc, 1, vstol);
+	pa2 = ptarray_construct_empty(FLAGS_GET_Z(ipa->flags), FLAGS_GET_M(ipa->flags), ipa->npoints-seg);
+	ptarray_append_point(pa2, &pt_projected, LW_FALSE);
+	/* TODO: replace with a memcpy (if so need to check for duplicated point) ? */
+	for (i=seg+1; i<ipa->npoints; ++i)
+	{
+		getPoint4d_p(ipa, i, &p1);
+		ptarray_append_point(pa2, &p1, LW_FALSE);
+	}
 
 	/* NOTE: I've seen empty pointarrays with loc != 0 and loc != 1 */
 	if ( pa1->npoints == 0 || pa2->npoints == 0 ) {
diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c
index 8531408..18965f9 100644
--- a/liblwgeom/lwgeom_topo.c
+++ b/liblwgeom/lwgeom_topo.c
@@ -248,16 +248,16 @@ lwt_be_getEdgeByNode(LWT_TOPOLOGY* topo, const LWT_ELEMID* ids,
 
 static LWT_ISO_EDGE*
 lwt_be_getEdgeByFace(LWT_TOPOLOGY* topo, const LWT_ELEMID* ids,
-                   int* numelems, int fields)
+                   int* numelems, int fields, const GBOX *box)
 {
-  CBT3(topo, getEdgeByFace, ids, numelems, fields);
+  CBT4(topo, getEdgeByFace, ids, numelems, fields, box);
 }
 
 static LWT_ISO_NODE*
 lwt_be_getNodeByFace(LWT_TOPOLOGY* topo, const LWT_ELEMID* ids,
-                   int* numelems, int fields)
+                   int* numelems, int fields, const GBOX *box)
 {
-  CBT3(topo, getNodeByFace, ids, numelems, fields);
+  CBT4(topo, getNodeByFace, ids, numelems, fields, box);
 }
 
 LWT_ISO_EDGE*
@@ -420,6 +420,43 @@ lwt_be_ExistsEdgeIntersectingPoint(LWT_TOPOLOGY* topo, LWPOINT* pt)
  *
  ************************************************************************/
 
+static LWGEOM *
+_lwt_toposnap(LWGEOM *src, LWGEOM *tgt, double tol)
+{
+  LWGEOM *tmp = src;
+  LWGEOM *tmp2;
+  int changed;
+  int iterations = 0;
+
+  int maxiterations = lwgeom_count_vertices(tgt);
+
+  /* GEOS snapping can be unstable */
+  /* See https://trac.osgeo.org/geos/ticket/760 */
+  do {
+    LWGEOM *tmp3;
+    tmp2 = lwgeom_snap(tmp, tgt, tol);
+    ++iterations;
+    changed = ( lwgeom_count_vertices(tmp2) != lwgeom_count_vertices(tmp) );
+#if GEOS_NUMERIC_VERSION < 30309
+    /* Up to GEOS-3.3.8, snapping could duplicate points */
+    if ( changed ) {
+      tmp3 = lwgeom_remove_repeated_points( tmp2, 0 );
+      lwgeom_free(tmp2);
+      tmp2 = tmp3;
+      changed = ( lwgeom_count_vertices(tmp2) != lwgeom_count_vertices(tmp) );
+    }
+#endif /* GEOS_NUMERIC_VERSION < 30309 */
+    LWDEBUGF(2, "After iteration %d, geometry changed ? %d (%d vs %d vertices)", iterations, changed, lwgeom_count_vertices(tmp2), lwgeom_count_vertices(tmp));
+    if ( tmp != src ) lwgeom_free(tmp);
+    tmp = tmp2;
+  } while ( changed && iterations <= maxiterations );
+
+  LWDEBUGF(1, "It took %d/%d iterations to properly snap",
+              iterations, maxiterations);
+
+  return tmp;
+}
+
 static void
 _lwt_release_faces(LWT_ISO_FACE *faces, int num_faces)
 {
@@ -1985,7 +2022,7 @@ _lwt_AddFaceSplit( LWT_TOPOLOGY* topo,
                LWT_COL_EDGE_GEOM
                ;
   numfaceedges = 1;
-  edges = lwt_be_getEdgeByFace( topo, &face, &numfaceedges, fields );
+  edges = lwt_be_getEdgeByFace( topo, &face, &numfaceedges, fields, newface.mbr );
   if ( numfaceedges == -1 ) {
     lwfree( signed_edge_ids );
     _lwt_release_edges(ring_edges, numedges);
@@ -2206,7 +2243,7 @@ _lwt_AddFaceSplit( LWT_TOPOLOGY* topo,
   int numisonodes = 1;
   fields = LWT_COL_NODE_NODE_ID | LWT_COL_NODE_GEOM;
   LWT_ISO_NODE *nodes = lwt_be_getNodeByFace(topo, &face,
-                                             &numisonodes, fields);
+                                             &numisonodes, fields, newface.mbr);
   if ( numisonodes == -1 ) {
     lwfree( signed_edge_ids );
     lwerror("Backend error: %s", lwt_be_lastErrorMessage(topo->be_iface));
@@ -2800,7 +2837,7 @@ lwt_GetFaceGeometry(LWT_TOPOLOGY* topo, LWT_ELEMID faceid)
            LWT_COL_EDGE_FACE_LEFT |
            LWT_COL_EDGE_FACE_RIGHT
            ;
-  edges = lwt_be_getEdgeByFace( topo, &faceid, &numfaceedges, fields );
+  edges = lwt_be_getEdgeByFace( topo, &faceid, &numfaceedges, fields, NULL );
   if ( numfaceedges == -1 ) {
     lwerror("Backend error: %s", lwt_be_lastErrorMessage(topo->be_iface));
     return NULL;
@@ -3017,7 +3054,7 @@ lwt_GetFaceEdges(LWT_TOPOLOGY* topo, LWT_ELEMID face_id, LWT_ELEMID **out )
            LWT_COL_EDGE_FACE_LEFT |
            LWT_COL_EDGE_FACE_RIGHT
            ;
-  edges = lwt_be_getEdgeByFace( topo, &face_id, &numfaceedges, fields );
+  edges = lwt_be_getEdgeByFace( topo, &face_id, &numfaceedges, fields, NULL );
   if ( numfaceedges == -1 ) {
     lwerror("Backend error: %s", lwt_be_lastErrorMessage(topo->be_iface));
     return -1;
@@ -3450,8 +3487,8 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
                                   isclosed ? &span_pre : NULL, edge_id );
 
   LWDEBUGF(1, "edges adjacent to old edge are %" LWTFMT_ELEMID
-              " and % (first point), %" LWTFMT_ELEMID
-              " and % (last point)" LWTFMT_ELEMID,
+              " and %" LWTFMT_ELEMID " (first point), %" LWTFMT_ELEMID
+              " and %" LWTFMT_ELEMID " (last point)",
               span_pre.nextCW, span_pre.nextCCW,
               epan_pre.nextCW, epan_pre.nextCCW);
 
@@ -3488,9 +3525,8 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
                           isclosed ? &span_post : NULL, edge_id );
 
   LWDEBUGF(1, "edges adjacent to new edge are %" LWTFMT_ELEMID
-              " and %" LWTFMT_ELEMID
-              " (first point), %" LWTFMT_ELEMID
-              " and % (last point)" LWTFMT_ELEMID,
+              " and %" LWTFMT_ELEMID " (first point), %" LWTFMT_ELEMID
+              " and %" LWTFMT_ELEMID " (last point)",
               span_pre.nextCW, span_pre.nextCCW,
               epan_pre.nextCW, epan_pre.nextCCW);
 
@@ -3578,6 +3614,8 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
       return -1;
     }
   }
+  if ( nface1 ) lwgeom_free(nface1);
+  if ( nface2 ) lwgeom_free(nface2);
 
   LWDEBUG(1, "all done, cleaning up edges");
 
@@ -3689,6 +3727,8 @@ lwt_RemIsoEdge(LWT_TOPOLOGY* topo, LWT_ELEMID id)
   LWT_ISO_EDGE deledge;
   LWT_ISO_EDGE *edge;
   LWT_ELEMID nid[2];
+  LWT_ISO_NODE upd_node[2];
+  LWT_ELEMID containing_face;
   int n = 1;
   int i;
 
@@ -3720,6 +3760,7 @@ lwt_RemIsoEdge(LWT_TOPOLOGY* topo, LWT_ELEMID id)
     lwerror("SQL/MM Spatial exception - not isolated edge");
     return -1;
   }
+  containing_face = edge[0].face_left;
 
   nid[0] = edge[0].start_node;
   nid[1] = edge[0].end_node;
@@ -3754,6 +3795,22 @@ lwt_RemIsoEdge(LWT_TOPOLOGY* topo, LWT_ELEMID id)
     return -1;
   }
 
+  upd_node[0].node_id = nid[0];
+  upd_node[0].containing_face = containing_face;
+  n = 1;
+  if ( nid[1] != nid[0] ) {
+    upd_node[1].node_id = nid[1];
+    upd_node[1].containing_face = containing_face;
+    ++n;
+  }
+  n = lwt_be_updateNodesById(topo, upd_node, n,
+                               LWT_COL_NODE_CONTAINING_FACE);
+  if ( n == -1 )
+  {
+    lwerror("Backend error: %s", lwt_be_lastErrorMessage(topo->be_iface));
+    return -1;
+  }
+
   /* TODO: notify to caller about edge being removed ?
    * See https://trac.osgeo.org/postgis/ticket/3248
    */
@@ -5002,6 +5059,7 @@ lwt_AddPoint(LWT_TOPOLOGY* topo, LWPOINT* point, double tol)
   /* Order by distance if there are more than a single return */
   if ( num > 1 )
   {{
+    int j;
     sorted = lwalloc(sizeof(scored_pointer)*num);
     for (i=0; i<num; ++i)
     {
@@ -5012,10 +5070,18 @@ lwt_AddPoint(LWT_TOPOLOGY* topo, LWPOINT* point, double tol)
     }
     qsort(sorted, num, sizeof(scored_pointer), compare_scored_pointer);
     edges2 = lwalloc(sizeof(LWT_ISO_EDGE)*num);
-    for (i=0; i<num; ++i)
+    for (j=0, i=0; i<num; ++i)
     {
-      edges2[i] = *((LWT_ISO_EDGE*)sorted[i].ptr);
+      if ( sorted[i].score == sorted[0].score )
+      {
+        edges2[j++] = *((LWT_ISO_EDGE*)sorted[i].ptr);
+      }
+      else
+      {
+        lwline_free(((LWT_ISO_EDGE*)sorted[i].ptr)->geom);
+      }
     }
+    num = j;
     lwfree(sorted);
     lwfree(edges);
     edges = edges2;
@@ -5029,8 +5095,9 @@ lwt_AddPoint(LWT_TOPOLOGY* topo, LWPOINT* point, double tol)
     LWGEOM *prj;
     int contains;
     GEOSGeometry *prjg, *gg;
+    LWT_ELEMID edge_id = e->edge_id;
 
-    LWDEBUGF(1, "Splitting edge %" LWTFMT_ELEMID, e->edge_id);
+    LWDEBUGF(1, "Splitting edge %" LWTFMT_ELEMID, edge_id);
 
     /* project point to line, split edge by point */
     prj = lwgeom_closest_point(g, pt);
@@ -5089,7 +5156,7 @@ lwt_AddPoint(LWT_TOPOLOGY* topo, LWPOINT* point, double tol)
 
       LWDEBUGF(1, "Edge %" LWTFMT_ELEMID
                   " does not contain projected point to it",
-                  e->edge_id);
+                  edge_id);
 
       /* In order to reduce the robustness issues, we'll pick
        * an edge that contains the projected point, if possible */
@@ -5107,7 +5174,7 @@ lwt_AddPoint(LWT_TOPOLOGY* topo, LWPOINT* point, double tol)
       -- a projected point internally, so we need another way.
       */
       snaptol = _lwt_minTolerance(prj);
-      snapedge = lwgeom_snap(g, prj, snaptol);
+      snapedge = _lwt_toposnap(g, prj, snaptol);
       snapline = lwgeom_as_lwline(snapedge);
 
       LWDEBUGF(1, "Edge snapped with tolerance %g", snaptol);
@@ -5160,7 +5227,7 @@ lwt_AddPoint(LWT_TOPOLOGY* topo, LWPOINT* point, double tol)
       }
 #endif
 
-      if ( -1 == lwt_ChangeEdgeGeom( topo, e->edge_id, snapline ) )
+      if ( -1 == lwt_ChangeEdgeGeom( topo, edge_id, snapline ) )
       {
         /* TODO: should have invoked lwerror already, leaking memory */
         lwgeom_free(prj);
@@ -5184,7 +5251,7 @@ lwt_AddPoint(LWT_TOPOLOGY* topo, LWPOINT* point, double tol)
 #endif
 
     /* TODO: pass 1 as last argument (skipChecks) ? */
-    id = lwt_ModEdgeSplit( topo, e->edge_id, lwgeom_as_lwpoint(prj), 0 );
+    id = lwt_ModEdgeSplit( topo, edge_id, lwgeom_as_lwpoint(prj), 0 );
     if ( -1 == id )
     {
       /* TODO: should have invoked lwerror already, leaking memory */
@@ -5195,6 +5262,20 @@ lwt_AddPoint(LWT_TOPOLOGY* topo, LWPOINT* point, double tol)
     }
 
     lwgeom_free(prj);
+
+    /*
+     * TODO: decimate the two new edges with the given tolerance ?
+     *
+     * the edge identifiers to decimate would be: edge_id and "id"
+     * The problem here is that decimation of existing edges
+     * may introduce intersections or topological inconsistencies,
+     * for example:
+     *
+     *  - A node may end up falling on the other side of the edge
+     *  - The decimated edge might intersect another existing edge
+     *
+     */
+
     break; /* we only want to snap a single edge */
   }
   _lwt_release_edges(edges, num);
@@ -5292,13 +5373,16 @@ _lwt_AddLineEdge( LWT_TOPOLOGY* topo, LWLINE* edge, double tol )
 {
   LWCOLLECTION *col;
   LWPOINT *start_point, *end_point;
-  LWGEOM *tmp;
+  LWGEOM *tmp, *tmp2;
   LWT_ISO_NODE *node;
   LWT_ELEMID nid[2]; /* start_node, end_node */
   LWT_ELEMID id; /* edge id */
   POINT4D p4d;
   int nn, i;
 
+  LWDEBUGG(1, lwline_as_lwgeom(edge), "_lwtAddLineEdge");
+  LWDEBUGF(1, "_lwtAddLineEdge with tolerance %g", tol);
+
   start_point = lwline_get_lwpoint(edge, 0);
   if ( ! start_point )
   {
@@ -5363,7 +5447,6 @@ _lwt_AddLineEdge( LWT_TOPOLOGY* topo, LWLINE* edge, double tol )
   col = lwgeom_as_lwcollection(tmp);
   if ( col )
   {{
-    LWGEOM *tmp2;
 
     col = lwcollection_extract(col, LINETYPE);
 
@@ -5415,7 +5498,34 @@ _lwt_AddLineEdge( LWT_TOPOLOGY* topo, LWLINE* edge, double tol )
   }
 
   /* No previously existing edge was found, we'll add one */
-  /* TODO: skip checks, I guess ? */
+
+  /* Remove consecutive vertices below given tolerance
+   * on edge addition */
+  if ( tol )
+  {{
+    tmp2 = lwline_remove_repeated_points(edge, tol);
+    LWDEBUGG(1, tmp2, "Repeated-point removed");
+    edge = lwgeom_as_lwline(tmp2);
+    lwgeom_free(tmp);
+    tmp = tmp2;
+
+    /* check if the so-decimated edge _now_ exists */
+    id = _lwt_GetEqualEdge ( topo, edge );
+    LWDEBUGF(1, "_lwt_GetEqualEdge returned %" LWTFMT_ELEMID, id);
+    if ( id == -1 )
+    {
+      lwgeom_free(tmp); /* probably too late, due to internal lwerror */
+      return -1;
+    }
+    if ( id ) 
+    {
+      lwgeom_free(tmp); /* takes "edge" down with it */
+      return id;
+    }
+  }}
+
+
+  /* TODO: skip checks ? */
   id = lwt_AddEdgeModFace( topo, nid[0], nid[1], edge, 0 );
   LWDEBUGF(1, "lwt_AddEdgeModFace returned %" LWTFMT_ELEMID, id);
   if ( id == -1 )
@@ -5458,7 +5568,7 @@ lwt_AddLine(LWT_TOPOLOGY* topo, LWLINE* line, double tol, int* nedges)
   LWGEOM *geomsbuf[1];
   LWGEOM **geoms;
   int ngeoms;
-  LWGEOM *noded;
+  LWGEOM *noded, *tmp;
   LWCOLLECTION *col;
   LWT_ELEMID *ids;
   LWT_ISO_EDGE *edges;
@@ -5474,8 +5584,17 @@ lwt_AddLine(LWT_TOPOLOGY* topo, LWLINE* line, double tol, int* nedges)
   LWDEBUGF(1, "Working tolerance:%.15g", tol);
   LWDEBUGF(1, "Input line has srid=%d", line->srid);
 
+  /* Remove consecutive vertices below given tolerance upfront */
+  if ( tol )
+  {{
+    LWLINE *clean = lwgeom_as_lwline(lwline_remove_repeated_points(line, tol));
+    tmp = lwline_as_lwgeom(clean); /* NOTE: might collapse to non-simple */
+    LWDEBUGG(1, tmp, "Repeated-point removed");
+  }} else tmp=(LWGEOM*)line;
+
   /* 1. Self-node */
-  noded = lwgeom_node((LWGEOM*)line);
+  noded = lwgeom_node((LWGEOM*)tmp);
+  if ( tmp != (LWGEOM*)line ) lwgeom_free(tmp);
   if ( ! noded ) return NULL; /* should have called lwerror already */
   LWDEBUGG(1, noded, "Noded");
 
@@ -5524,7 +5643,7 @@ lwt_AddLine(LWT_TOPOLOGY* topo, LWLINE* line, double tol, int* nedges)
       LWDEBUGF(1, "Snapping noded, with srid=%d "
                   "to interesecting edges, with srid=%d",
                   noded->srid, iedges->srid);
-      snapped = lwgeom_snap(noded, iedges, tol);
+      snapped = _lwt_toposnap(noded, iedges, tol);
       lwgeom_free(noded);
       LWDEBUGG(1, snapped, "Snapped");
       LWDEBUGF(1, "Diffing snapped, with srid=%d "
@@ -5560,7 +5679,7 @@ lwt_AddLine(LWT_TOPOLOGY* topo, LWLINE* line, double tol, int* nedges)
 
   /* 2.1. Node with existing nodes within tol
    * TODO: check if we should be only considering _isolated_ nodes! */
-  nodes = lwt_be_getNodeWithinBox2D( topo, &qbox, &num, LWT_COL_EDGE_ALL, 0 );
+  nodes = lwt_be_getNodeWithinBox2D( topo, &qbox, &num, LWT_COL_NODE_ALL, 0 );
   if ( num == -1 )
   {
     lwgeom_free(noded);
@@ -5597,7 +5716,7 @@ lwt_AddLine(LWT_TOPOLOGY* topo, LWLINE* line, double tol, int* nedges)
 
       /* TODO: consider snapping once against all elements
        *      (rather than once with edges and once with nodes) */
-      tmp = lwgeom_snap(noded, inodes, tol);
+      tmp = _lwt_toposnap(noded, inodes, tol);
       lwgeom_free(noded);
       noded = tmp;
       LWDEBUGG(1, noded, "Node-snapped");
diff --git a/liblwgeom/lwin_geojson.c b/liblwgeom/lwin_geojson.c
index e645c23..b605814 100644
--- a/liblwgeom/lwin_geojson.c
+++ b/liblwgeom/lwin_geojson.c
@@ -399,7 +399,7 @@ parse_geojson_multipolygon(json_object *geojson, int *hasz, int root_srid)
 				{
 					json_object* points = json_object_array_get_idx( poObjPoly, j );
 					
-					if( json_type_array == json_object_get_type( poObjPoly ) )
+					if( json_type_array == json_object_get_type( points ) )
 					{
 
 						POINTARRAY *pa = ptarray_construct_empty(1, 0, 1);
diff --git a/liblwgeom/lwin_twkb.c b/liblwgeom/lwin_twkb.c
index ffba9e0..8d9dd1f 100644
--- a/liblwgeom/lwin_twkb.c
+++ b/liblwgeom/lwin_twkb.c
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * PostGIS - Spatial Types for PostgreSQL
  *
diff --git a/liblwgeom/lwout_geojson.c b/liblwgeom/lwout_geojson.c
index ca4cbfa..7e467f0 100644
--- a/liblwgeom/lwout_geojson.c
+++ b/liblwgeom/lwout_geojson.c
@@ -259,7 +259,7 @@ asgeojson_poly_size(const LWPOLY *poly, char *srs, GBOX *bbox, int precision)
 	if (srs) size += asgeojson_srs_size(srs);
 	if (bbox) size += asgeojson_bbox_size(FLAGS_GET_Z(poly->flags), precision);
 	size += sizeof("\"coordinates\":[");
-	for (i=0, size=0; i<poly->nrings; i++)
+	for (i=0; i<poly->nrings; i++)
 	{
 		size += pointArray_geojson_size(poly->rings[i], precision);
 		size += sizeof("[]");
diff --git a/liblwgeom/lwout_svg.c b/liblwgeom/lwout_svg.c
index e2194da..9674a4f 100644
--- a/liblwgeom/lwout_svg.c
+++ b/liblwgeom/lwout_svg.c
@@ -547,54 +547,78 @@ pointArray_svg_rel(POINTARRAY *pa, char *output, int close_ring, int precision)
 {
 	int i, end;
 	char *ptr;
-	char x[OUT_MAX_DIGS_DOUBLE+OUT_MAX_DOUBLE_PRECISION+1];
-	char y[OUT_MAX_DIGS_DOUBLE+OUT_MAX_DOUBLE_PRECISION+1];
-	POINT2D pt, lpt;
+	char sx[OUT_MAX_DIGS_DOUBLE+OUT_MAX_DOUBLE_PRECISION+1];
+	char sy[OUT_MAX_DIGS_DOUBLE+OUT_MAX_DOUBLE_PRECISION+1];
+	const POINT2D *pt;
+
+	double f = 1.0;
+	double dx, dy, x, y, accum_x, accum_y;
 
 	ptr = output;
 
+	if (precision >= 0) 
+	{
+		f = pow(10, precision);
+	}
+
 	if (close_ring) end = pa->npoints;
 	else end = pa->npoints - 1;
 
 	/* Starting point */
-	getPoint2d_p(pa, 0, &pt);
+	pt = getPoint2d_cp(pa, 0);
 
-	if (fabs(pt.x) < OUT_MAX_DOUBLE)
-		sprintf(x, "%.*f", precision, pt.x);
+	x = round(pt->x*f)/f;
+	y = round(pt->y*f)/f;
+
+	if (fabs(x) < OUT_MAX_DOUBLE)
+		sprintf(sx, "%.*f", precision, x);
 	else
-		sprintf(x, "%g", pt.x);
-	trim_trailing_zeros(x);
+		sprintf(sx, "%g", x);
+	trim_trailing_zeros(sx);
 
-	if (fabs(pt.y) < OUT_MAX_DOUBLE)
-		sprintf(y, "%.*f", precision, fabs(pt.y) ? pt.y * -1 : pt.y);
+	if (fabs(y) < OUT_MAX_DOUBLE)
+		sprintf(sy, "%.*f", precision, fabs(y) ? y * -1 : y);
 	else
-		sprintf(y, "%g", fabs(pt.y) ? pt.y * -1 : pt.y);
-	trim_trailing_zeros(y);
+		sprintf(sy, "%g", fabs(y) ? y * -1 : y);
+	trim_trailing_zeros(sy);
 
-	ptr += sprintf(ptr,"%s %s l", x, y);
+	ptr += sprintf(ptr,"%s %s l", sx, sy);
+	
+	/* accum */
+	accum_x = x;
+	accum_y = y;
 
 	/* All the following ones */
 	for (i=1 ; i < end ; i++)
 	{
-		lpt = pt;
-
-		getPoint2d_p(pa, i, &pt);
-		if (fabs(pt.x -lpt.x) < OUT_MAX_DOUBLE)
-			sprintf(x, "%.*f", precision, pt.x -lpt.x);
+		// lpt = pt;
+
+		pt = getPoint2d_cp(pa, i);
+		
+		x = round(pt->x*f)/f;
+		y = round(pt->y*f)/f;
+		dx = x - accum_x;
+		dy = y - accum_y;
+		
+		if (fabs(dx) < OUT_MAX_DOUBLE)
+			sprintf(sx, "%.*f", precision, dx);
 		else
-			sprintf(x, "%g", pt.x -lpt.x);
-		trim_trailing_zeros(x);
+			sprintf(sx, "%g", dx);
+		trim_trailing_zeros(sx);
 
 		/* SVG Y axis is reversed, an no need to transform 0 into -0 */
-		if (fabs(pt.y -lpt.y) < OUT_MAX_DOUBLE)
-			sprintf(y, "%.*f", precision,
-			        fabs(pt.y -lpt.y) ? (pt.y - lpt.y) * -1: (pt.y - lpt.y));
+		if (fabs(dy) < OUT_MAX_DOUBLE)
+			sprintf(sy, "%.*f", precision,
+			        fabs(dy) ? dy * -1: dy);
 		else
-			sprintf(y, "%g",
-			        fabs(pt.y -lpt.y) ? (pt.y - lpt.y) * -1: (pt.y - lpt.y));
-		trim_trailing_zeros(y);
-
-		ptr += sprintf(ptr," %s %s", x, y);
+			sprintf(sy, "%g",
+			        fabs(dy) ? dy * -1: dy);
+		trim_trailing_zeros(sy);
+		
+		accum_x += dx;
+		accum_y += dy;
+
+		ptr += sprintf(ptr," %s %s", sx, sy);
 	}
 
 	return (ptr-output);
diff --git a/liblwgeom/lwout_twkb.c b/liblwgeom/lwout_twkb.c
index ae542e8..c3c3658 100644
--- a/liblwgeom/lwout_twkb.c
+++ b/liblwgeom/lwout_twkb.c
@@ -151,7 +151,7 @@ static int ptarray_to_twkb_buf(const POINTARRAY *pa, TWKB_GLOBALS *globals, TWKB
 			/* from the last point but instead the distance from our */
 			/* last accumulated point. This is important to not build up an */
 			/* accumulated error when rounding the coordinates */
-			nextdelta[j] = (int64_t) lround(globals->factor[j] * dbl_ptr[j]) - ts->accum_rels[j];
+			nextdelta[j] = (int64_t) llround(globals->factor[j] * dbl_ptr[j]) - ts->accum_rels[j];
 			LWDEBUGF(4, "deltavalue: %d, ", nextdelta[j]);
 			diff += llabs(nextdelta[j]);
 		}
diff --git a/liblwgeom/lwunionfind.c b/liblwgeom/lwunionfind.c
index 8c61562..ddddfa5 100644
--- a/liblwgeom/lwunionfind.c
+++ b/liblwgeom/lwunionfind.c
@@ -47,11 +47,17 @@ UF_destroy(UNIONFIND* uf)
 uint32_t
 UF_find (UNIONFIND* uf, uint32_t i)
 {
-	while (uf->clusters[i] != i)
-	{
-		uf->clusters[i] = uf->clusters[uf->clusters[i]];
-		i = uf->clusters[i];
+	uint32_t base = i;
+	while (uf->clusters[base] != base) {
+		base = uf->clusters[base];
+	}
+
+	while (i != base) {
+		uint32_t next = uf->clusters[i];
+		uf->clusters[i] = base;
+		i = next;
 	}
+
 	return i;
 }
 
diff --git a/liblwgeom/ptarray.c b/liblwgeom/ptarray.c
index a3ad34a..98d071a 100644
--- a/liblwgeom/ptarray.c
+++ b/liblwgeom/ptarray.c
@@ -1426,22 +1426,33 @@ ptarray_remove_repeated_points_minpoints(POINTARRAY *in, double tolerance, int m
 	/* Now fill up the actual points (NOTE: could be optimized) */
 
 	opn=1;
+	/* Keep the first point */
 	memcpy(getPoint_internal(out, 0), getPoint_internal(in, 0), ptsize);
 	last_point = getPoint2d_cp(in, 0);
 	LWDEBUGF(3, " first point copied, out points: %d", opn);
 	for ( ipn = 1; ipn < in->npoints; ++ipn)
 	{
 		this_point = getPoint2d_cp(in, ipn);
-		if ( (ipn >= in->npoints-minpoints+1 && opn < minpoints) || 
-		     (tolerance == 0 && memcmp(getPoint_internal(in, ipn-1), getPoint_internal(in, ipn), ptsize) != 0) ||
-		     (tolerance > 0.0 && distance2d_sqr_pt_pt(last_point, this_point) > tolsq) )
+		if ( ipn < in->npoints-minpoints+1 || opn >= minpoints ) /* need extra points to hit minponts */
 		{
-			/* The point is different from the previous,
-			 * we add it to output */
-			memcpy(getPoint_internal(out, opn++), getPoint_internal(in, ipn), ptsize);
-			last_point = this_point;
-			LWDEBUGF(3, " Point %d differs from point %d. Out points: %d", ipn, ipn-1, opn);
+			if (
+				(tolerance == 0 && memcmp(getPoint_internal(in, ipn-1), getPoint_internal(in, ipn), ptsize) == 0) || /* exact dupe */
+				(tolerance > 0.0 && distance2d_sqr_pt_pt(last_point, this_point) <= tolsq) /* within the removal tolerance */
+			) continue;
 		}
+
+		/*
+		 * The point is different (see above) from the previous,
+		 * so we add it to output
+		 */
+		memcpy(getPoint_internal(out, opn++), getPoint_internal(in, ipn), ptsize);
+		last_point = this_point;
+		LWDEBUGF(3, " Point %d differs from point %d. Out points: %d", ipn, ipn-1, opn);
+	}
+	/* Keep the last point */
+	if ( memcmp(last_point, getPoint_internal(in, ipn-1), ptsize) != 0 )
+	{
+		memcpy(getPoint_internal(out, opn-1), getPoint_internal(in, ipn-1), ptsize);
 	}
 
 	LWDEBUGF(3, " in:%d out:%d", out->npoints, opn);
diff --git a/liblwgeom/varint.h b/liblwgeom/varint.h
index 9233f3d..6014eff 100644
--- a/liblwgeom/varint.h
+++ b/liblwgeom/varint.h
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  *
  * PostGIS - Spatial Types for PostgreSQL
  * http://postgis.net
diff --git a/libtool b/libtool
index a5bb832..0365cae 100755
--- a/libtool
+++ b/libtool
@@ -1,45 +1,47 @@
-#! /bin/sh
+#! /bin/bash
+
+# libtool - Provide generalized library-building support services.
 # Generated automatically by config.status () 
-# Libtool was configured on host Crane.local:
+# Libtool was configured on host Debbie:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
 #
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+#                 Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
 #
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+#   This file is part of GNU Libtool.
+#
+# GNU Libtool is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
+#
+# GNU Libtool is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+# obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 
 # The names of the tagged configurations supported by this script.
-available_tags=''
-
-# Configured defaults for sys_lib_dlsearch_path munging.
-: ${LT_SYS_LIBRARY_PATH=""}
+available_tags=""
 
 # ### BEGIN LIBTOOL CONFIG
 
 # Which release of libtool.m4 was used?
-macro_version=2.4.6
-macro_revision=2.4.6
+macro_version=2.4.2
+macro_revision=1.3337
 
 # Whether or not to build shared libraries.
 build_libtool_libs=yes
@@ -51,13 +53,10 @@ build_old_libs=yes
 pic_mode=default
 
 # Whether or not to optimize for fast installation.
-fast_install=needless
-
-# Shared archive member basename,for filename based shared library versioning on AIX.
-shared_archive_member_spec=
+fast_install=yes
 
 # Shell to use when invoking shell scripts.
-SHELL="/bin/sh"
+SHELL="/bin/bash"
 
 # An echo program that protects backslashes.
 ECHO="printf %s\\n"
@@ -67,37 +66,37 @@ PATH_SEPARATOR=":"
 
 # The host system.
 host_alias=
-host=x86_64-apple-darwin14.5.0
-host_os=darwin14.5.0
+host=x86_64-pc-linux-gnu
+host_os=linux-gnu
 
 # The build system.
 build_alias=
-build=x86_64-apple-darwin14.5.0
-build_os=darwin14.5.0
+build=x86_64-pc-linux-gnu
+build_os=linux-gnu
 
 # A sed program that does not truncate output.
-SED="/usr/bin/sed"
+SED="/bin/sed"
 
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
 Xsed="$SED -e 1s/^X//"
 
 # A grep program that handles long lines.
-GREP="/usr/bin/grep"
+GREP="/bin/grep"
 
 # An ERE matcher.
-EGREP="/usr/bin/grep -E"
+EGREP="/bin/grep -E"
 
 # A literal string matcher.
-FGREP="/usr/bin/grep -F"
+FGREP="/bin/grep -F"
 
 # A BSD- or MS-compatible name lister.
-NM="/opt/local/bin/nm"
+NM="/usr/bin/nm -B"
 
 # Whether we need soft or hard links.
 LN_S="ln -s"
 
 # What is the maximum length of a command?
-max_cmd_len=196608
+max_cmd_len=1572864
 
 # Object file suffix (normally "o").
 objext=o
@@ -121,7 +120,7 @@ to_host_file_cmd=func_convert_file_noop
 to_tool_file_cmd=func_convert_file_noop
 
 # An object symbol dumper.
-OBJDUMP="false"
+OBJDUMP="objdump"
 
 # Method to check whether dependent libraries are shared objects.
 deplibs_check_method="pass_all"
@@ -148,7 +147,7 @@ AR="ar"
 AR_FLAGS="cru"
 
 # How to feed a file listing to the archiver.
-archiver_list_spec=""
+archiver_list_spec="@"
 
 # A symbol stripping program.
 STRIP="strip"
@@ -159,7 +158,7 @@ old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$tool_oldlib"
 old_postuninstall_cmds=""
 
 # Whether to use a lock for old archive extraction.
-lock_old_archive_extraction=yes
+lock_old_archive_extraction=no
 
 # A C compiler.
 LTCC="gcc"
@@ -168,32 +167,23 @@ LTCC="gcc"
 LTCFLAGS="-g -O2"
 
 # Take the output of nm and produce a listing of raw symbols and C names.
-global_symbol_pipe="sed -n -e 's/^.*[	 ]\\([BCDEGRST][BCDEGRST]*\\)[	 ][	 ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p' | sed '/ __gnu_lto/d'"
+global_symbol_pipe="sed -n -e 's/^.*[	 ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[	 ][	 ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'"
 
 # Transform the output of nm in a proper C declaration.
-global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[BCDEGRST][BCDEGRST]* .* \\(.*\\)\$/extern char \\1;/p'"
-
-# Transform the output of nm into a list of symbols to manually relocate.
-global_symbol_to_import=""
+global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'"
 
 # Transform the output of nm in a C name address pair.
-global_symbol_to_c_name_address="sed -n -e 's/^: \\(.*\\) .*\$/  {\"\\1\", (void *) 0},/p' -e 's/^[BCDEGRST][BCDEGRST]* .* \\(.*\\)\$/  {\"\\1\", (void *) \\&\\1},/p'"
+global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/  {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (void *) \\&\\2},/p'"
 
 # Transform the output of nm in a C name address pair when lib prefix is needed.
-global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\(.*\\) .*\$/  {\"\\1\", (void *) 0},/p' -e 's/^[BCDEGRST][BCDEGRST]* .* \\(lib.*\\)\$/  {\"\\1\", (void *) \\&\\1},/p' -e 's/^[BCDEGRST][BCDEGRST]* .* \\(.*\\)\$/  {\"lib\\1\", (void *) \\&\\1},/p'"
-
-# The name lister interface.
-nm_interface="BSD nm"
+global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/  {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\(lib[^ ]*\\)\$/  {\"\\2\", (void *) \\&\\2},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/  {\"lib\\2\", (void *) \\&\\2},/p'"
 
 # Specify filename containing input files for $NM.
-nm_file_list_spec=""
+nm_file_list_spec="@"
 
-# The root where to search for dependent libraries,and where our libraries should be installed.
+# The root where to search for dependent libraries,and in which our libraries should be installed.
 lt_sysroot=
 
-# Command to truncate a binary pipe.
-lt_truncate_bin="/bin/dd bs=4096 count=1"
-
 # The name of the directory that contains temporary libtool files.
 objdir=.libs
 
@@ -207,32 +197,32 @@ need_locks="no"
 MANIFEST_TOOL=":"
 
 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
-DSYMUTIL="dsymutil"
+DSYMUTIL=""
 
 # Tool to change global to local symbols on Mac OS X.
-NMEDIT="nmedit"
+NMEDIT=""
 
 # Tool to manipulate fat objects and archives on Mac OS X.
-LIPO="lipo"
+LIPO=""
 
 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
-OTOOL="otool"
+OTOOL=""
 
 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
-OTOOL64=":"
+OTOOL64=""
 
 # Old archive suffix (normally "a").
 libext=a
 
 # Shared library suffix (normally ".so").
-shrext_cmds="\`test .\$module = .yes && echo .so || echo .dylib\`"
+shrext_cmds=".so"
 
 # The commands to extract the exported symbol list from a shared archive.
 extract_expsyms_cmds=""
 
 # Variables whose values should be saved in libtool wrapper scripts and
 # restored at link time.
-variables_saved_for_relink="PATH DYLD_LIBRARY_PATH  GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
+variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
 # Do we need the "lib" prefix for modules?
 need_lib_prefix=no
@@ -241,26 +231,26 @@ need_lib_prefix=no
 need_version=no
 
 # Library versioning type.
-version_type=darwin
+version_type=linux
 
 # Shared library runtime path variable.
-runpath_var=
+runpath_var=LD_RUN_PATH
 
 # Shared library path variable.
-shlibpath_var=DYLD_LIBRARY_PATH
+shlibpath_var=LD_LIBRARY_PATH
 
 # Is shlibpath searched before the hard-coded library search path?
-shlibpath_overrides_runpath=yes
+shlibpath_overrides_runpath=no
 
 # Format of library name prefix.
 libname_spec="lib\$name"
 
 # List of archive names.  First name is the real one, the rest are links.
 # The last name is the one that the linker finds with -lNAME
-library_names_spec="\$libname\$release\$major\$shared_ext \$libname\$shared_ext"
+library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}"
 
 # The coded name of the library, if different from the real name.
-soname_spec="\$libname\$release\$major\$shared_ext"
+soname_spec="\${libname}\${release}\${shared_ext}\$major"
 
 # Permission mode override for installation of shared libraries.
 install_override_mode=""
@@ -272,23 +262,20 @@ postinstall_cmds=""
 postuninstall_cmds=""
 
 # Commands used to finish a libtool library installation in a directory.
-finish_cmds=""
+finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir"
 
 # As "finish_cmds", except a single script fragment to be evaled but
 # not shown.
 finish_eval=""
 
 # Whether we should hardcode library paths into libraries.
-hardcode_into_libs=no
+hardcode_into_libs=yes
 
 # Compile-time system search path for libraries.
-sys_lib_search_path_spec="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.1.0  /usr/local/lib"
-
-# Detected run-time system search path for libraries.
-sys_lib_dlsearch_path_spec="/usr/local/lib /lib /usr/lib"
+sys_lib_search_path_spec="/usr/lib/gcc/x86_64-linux-gnu/5 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib "
 
-# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
-configure_time_lt_sys_library_path=""
+# Run-time system search path for libraries.
+sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu "
 
 # Whether dlopen is supported.
 dlopen_support=unknown
@@ -300,16 +287,16 @@ dlopen_self=unknown
 dlopen_self_static=unknown
 
 # Commands to strip libraries.
-old_striplib="strip -S"
-striplib="strip -x"
+old_striplib="strip --strip-debug"
+striplib="strip --strip-unneeded"
 
 
 # The linker used to build libraries.
-LD="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld"
+LD="/usr/bin/ld -m elf_x86_64"
 
 # How to create reloadable object files.
 reload_flag=" -r"
-reload_cmds="\$LTCC \$LTCFLAGS -nostdlib \$wl-r -o \$output\$reload_objs"
+reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"
 
 # Commands used to build an old-style archive.
 old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib"
@@ -321,16 +308,16 @@ CC="gcc"
 with_gcc=yes
 
 # Compiler flag to turn off builtin functions.
-no_builtin_flag=" -fno-builtin -fno-rtti -fno-exceptions"
+no_builtin_flag=" -fno-builtin"
 
 # Additional compiler flags for building library objects.
-pic_flag=" -fno-common -DPIC"
+pic_flag=" -fPIC -DPIC"
 
 # How to pass a linker flag through the compiler.
 wl="-Wl,"
 
 # Compiler flag to prevent dynamic linking.
-link_static_flag=""
+link_static_flag="-static"
 
 # Does compiler simultaneously support -c and -o options?
 compiler_c_o="yes"
@@ -342,10 +329,10 @@ build_libtool_need_lc=no
 allow_libtool_libs_with_static_runtimes=no
 
 # Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=""
+export_dynamic_flag_spec="\${wl}--export-dynamic"
 
 # Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec="\`for conv in \$convenience\\\"\\\"; do test  -n \\\"\$conv\\\" && new_convenience=\\\"\$new_convenience \$wl-force_load,\$conv\\\"; done; func_echo_all \\\"\$new_convenience\\\"\`"
+whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"
 
 # Whether the compiler copes with passing no objects directly.
 compiler_needs_object="no"
@@ -357,37 +344,40 @@ old_archive_from_new_cmds=""
 old_archive_from_expsyms_cmds=""
 
 # Commands used to build a shared archive.
-archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module"
-archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module \$wl-exported_symbols_list,\$output_objdir/\$libname-symbols.expsym"
+archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
+archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~
+	    cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~
+	    echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~
+	    \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib"
 
 # Commands used to build a loadable module if different from building
 # a shared archive.
-module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags"
-module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags \$wl-exported_symbols_list,\$output_objdir/\$libname-symbols.expsym"
+module_cmds=""
+module_expsym_cmds=""
 
 # Whether we are building with GNU ld or not.
-with_gnu_ld="no"
+with_gnu_ld="yes"
 
 # Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag="\$wl-undefined \${wl}dynamic_lookup"
+allow_undefined_flag=""
 
 # Flag that enforces no undefined symbols.
 no_undefined_flag=""
 
 # Flag to hardcode $libdir into a binary during linking.
 # This must work even if $libdir does not exist
-hardcode_libdir_flag_spec=""
+hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
 
 # Whether we need a single "-rpath" flag with a separated argument.
 hardcode_libdir_separator=""
 
-# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
+# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
 # DIR into the resulting binary.
 hardcode_direct=no
 
-# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
+# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
 # DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting $shlibpath_var if the
+# "absolute",i.e impossible to change by setting ${shlibpath_var} if the
 # library is relocated.
 hardcode_direct_absolute=no
 
@@ -402,14 +392,14 @@ hardcode_shlibpath_var=unsupported
 # Set to "yes" if building a shared library automatically hardcodes DIR
 # into the library and all subsequent libraries and executables linked
 # against it.
-hardcode_automatic=yes
+hardcode_automatic=no
 
 # Set to yes if linker adds runtime paths of dependent libraries
 # to runtime path list.
 inherit_rpath=no
 
 # Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=yes
+link_all_deplibs=no
 
 # Set to "yes" if exported symbols are required.
 always_export_symbols=no
@@ -438,70 +428,11 @@ hardcode_action=immediate
 # ### END LIBTOOL CONFIG
 
 
-# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
-
-# func_munge_path_list VARIABLE PATH
-# -----------------------------------
-# VARIABLE is name of variable containing _space_ separated list of
-# directories to be munged by the contents of PATH, which is string
-# having a format:
-# "DIR[:DIR]:"
-#       string "DIR[ DIR]" will be prepended to VARIABLE
-# ":DIR[:DIR]"
-#       string "DIR[ DIR]" will be appended to VARIABLE
-# "DIRP[:DIRP]::[DIRA:]DIRA"
-#       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
-#       "DIRA[ DIRA]" will be appended to VARIABLE
-# "DIR[:DIR]"
-#       VARIABLE will be replaced by "DIR[ DIR]"
-func_munge_path_list ()
-{
-    case x$2 in
-    x)
-        ;;
-    *:)
-        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
-        ;;
-    x:*)
-        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
-        ;;
-    *::*)
-        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
-        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
-        ;;
-    *)
-        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
-        ;;
-    esac
-}
-
-
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
-func_cc_basename ()
-{
-    for cc_temp in $*""; do
-      case $cc_temp in
-        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-        distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-        \-*) ;;
-        *) break;;
-      esac
-    done
-    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-}
-
-
-# ### END FUNCTIONS SHARED WITH CONFIGURE
-
-#! /bin/sh
-## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
-##               by inline-source v2014-01-03.01
-
-# libtool (GNU libtool) 2.4.6
-# Provide generalized library-building support services.
+# libtool (GNU libtool) 2.4.2
 # Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
 
-# Copyright (C) 1996-2015 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
+# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
@@ -521,2112 +452,874 @@ func_cc_basename ()
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-PROGRAM=libtool
-PACKAGE=libtool
-VERSION=2.4.6
-package_revision=2.4.6
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# Run './libtool --help' for help with using this script from the
-# command line.
-
-
-## ------------------------------- ##
-## User overridable command paths. ##
-## ------------------------------- ##
-
-# After configure completes, it has a better idea of some of the
-# shell tools we need than the defaults used by the functions shared
-# with bootstrap, so set those here where they can still be over-
-# ridden by the user, but otherwise take precedence.
-
-: ${AUTOCONF="autoconf"}
-: ${AUTOMAKE="automake"}
-
-
-## -------------------------- ##
-## Source external libraries. ##
-## -------------------------- ##
-
-# Much of our low-level functionality needs to be sourced from external
-# libraries, which are installed to $pkgauxdir.
-
-# Set a version string for this script.
-scriptversion=2015-01-20.17; # UTC
-
-# General shell script boiler plate, and helper functions.
-# Written by Gary V. Vaughan, 2004
-
-# Copyright (C) 2004-2015 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-
-# As a special exception to the GNU General Public License, if you distribute
-# this file as part of a program or library that is built using GNU Libtool,
-# you may include this file under the same distribution terms that you use
-# for the rest of that program.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-# Please report bugs or propose patches to gary at gnu.org.
-
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html,
+# or obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# Evaluate this file near the top of your script to gain access to
-# the functions and variables defined here:
+# Usage: $progname [OPTION]... [MODE-ARG]...
 #
-#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
+# Provide generalized library-building support services.
 #
-# If you need to override any of the default environment variable
-# settings, do that before evaluating this file.
-
-
-## -------------------- ##
-## Shell normalisation. ##
-## -------------------- ##
+#       --config             show all configuration variables
+#       --debug              enable verbose shell tracing
+#   -n, --dry-run            display commands without modifying any files
+#       --features           display basic configuration information and exit
+#       --mode=MODE          use operation mode MODE
+#       --preserve-dup-deps  don't remove duplicate dependency libraries
+#       --quiet, --silent    don't print informational messages
+#       --no-quiet, --no-silent
+#                            print informational messages (default)
+#       --no-warn            don't display warning messages
+#       --tag=TAG            use configuration variables from tag TAG
+#   -v, --verbose            print more informational messages than default
+#       --no-verbose         don't print the extra informational messages
+#       --version            print version information
+#   -h, --help, --help-all   print short, long, or detailed help message
+#
+# MODE must be one of the following:
+#
+#         clean              remove files from the build directory
+#         compile            compile a source file into a libtool object
+#         execute            automatically set library path, then run a program
+#         finish             complete the installation of libtool libraries
+#         install            install libraries or executables
+#         link               create a library or an executable
+#         uninstall          remove libraries from an installed directory
+#
+# MODE-ARGS vary depending on the MODE.  When passed as first option,
+# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that.
+# Try `$progname --help --mode=MODE' for a more detailed description of MODE.
+#
+# When reporting a bug, please describe a test case to reproduce it and
+# include the following information:
+#
+#         host-triplet:	$host
+#         shell:		$SHELL
+#         compiler:		$LTCC
+#         compiler flags:		$LTCFLAGS
+#         linker:		$LD (gnu? $with_gnu_ld)
+#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.11
+#         automake:	$automake_version
+#         autoconf:	$autoconf_version
+#
+# Report bugs to <bug-libtool at gnu.org>.
+# GNU libtool home page: <http://www.gnu.org/software/libtool/>.
+# General help using GNU software: <http://www.gnu.org/gethelp/>.
 
-# Some shells need a little help to be as Bourne compatible as possible.
-# Before doing anything else, make sure all that help has been provided!
+PROGRAM=libtool
+PACKAGE=libtool
+VERSION="2.4.2 Debian-2.4.2-1.11"
+TIMESTAMP=""
+package_revision=1.3337
 
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh
   NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST
 else
-  case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac
-fi
-
-# NLS nuisances: We save the old values in case they are required later.
-_G_user_locale=
-_G_safe_locale=
-for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
-do
-  eval "if test set = \"\${$_G_var+set}\"; then
-          save_$_G_var=\$$_G_var
-          $_G_var=C
-	  export $_G_var
-	  _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\"
-	  _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
-	fi"
-done
-
-# CDPATH.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-# Make sure IFS has a sensible default
-sp=' '
-nl='
-'
-IFS="$sp	$nl"
-
-# There are apparently some retarded systems that use ';' as a PATH separator!
-if test "${PATH_SEPARATOR+set}" != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
-      PATH_SEPARATOR=';'
-  }
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
 
-
-
-## ------------------------- ##
-## Locate command utilities. ##
-## ------------------------- ##
-
-
-# func_executable_p FILE
-# ----------------------
-# Check that FILE is an executable regular file.
-func_executable_p ()
-{
-    test -f "$1" && test -x "$1"
-}
-
-
-# func_path_progs PROGS_LIST CHECK_FUNC [PATH]
-# --------------------------------------------
-# Search for either a program that responds to --version with output
-# containing "GNU", or else returned by CHECK_FUNC otherwise, by
-# trying all the directories in PATH with each of the elements of
-# PROGS_LIST.
-#
-# CHECK_FUNC should accept the path to a candidate program, and
-# set $func_check_prog_result if it truncates its output less than
-# $_G_path_prog_max characters.
-func_path_progs ()
+# A function that is used when there is no print builtin or printf.
+func_fallback_echo ()
 {
-    _G_progs_list=$1
-    _G_check_func=$2
-    _G_PATH=${3-"$PATH"}
-
-    _G_path_prog_max=0
-    _G_path_prog_found=false
-    _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:}
-    for _G_dir in $_G_PATH; do
-      IFS=$_G_save_IFS
-      test -z "$_G_dir" && _G_dir=.
-      for _G_prog_name in $_G_progs_list; do
-        for _exeext in '' .EXE; do
-          _G_path_prog=$_G_dir/$_G_prog_name$_exeext
-          func_executable_p "$_G_path_prog" || continue
-          case `"$_G_path_prog" --version 2>&1` in
-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
-            *)     $_G_check_func $_G_path_prog
-		   func_path_progs_result=$func_check_prog_result
-		   ;;
-          esac
-          $_G_path_prog_found && break 3
-        done
-      done
-    done
-    IFS=$_G_save_IFS
-    test -z "$func_path_progs_result" && {
-      echo "no acceptable sed could be found in \$PATH" >&2
-      exit 1
-    }
-}
-
-
-# We want to be able to use the functions in this file before configure
-# has figured out where the best binaries are kept, which means we have
-# to search for them ourselves - except when the results are already set
-# where we skip the searches.
-
-# Unless the user overrides by setting SED, search the path for either GNU
-# sed, or the sed that truncates its output the least.
-test -z "$SED" && {
-  _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
-  for _G_i in 1 2 3 4 5 6 7; do
-    _G_sed_script=$_G_sed_script$nl$_G_sed_script
-  done
-  echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
-  _G_sed_script=
-
-  func_check_prog_sed ()
-  {
-    _G_path_prog=$1
-
-    _G_count=0
-    printf 0123456789 >conftest.in
-    while :
-    do
-      cat conftest.in conftest.in >conftest.tmp
-      mv conftest.tmp conftest.in
-      cp conftest.in conftest.nl
-      echo '' >> conftest.nl
-      "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
-      _G_count=`expr $_G_count + 1`
-      if test "$_G_count" -gt "$_G_path_prog_max"; then
-        # Best one so far, save it but keep looking for a better one
-        func_check_prog_result=$_G_path_prog
-        _G_path_prog_max=$_G_count
-      fi
-      # 10*(2^10) chars as input seems more than enough
-      test 10 -lt "$_G_count" && break
-    done
-    rm -f conftest.in conftest.tmp conftest.nl conftest.out
-  }
-
-  func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
-  rm -f conftest.sed
-  SED=$func_path_progs_result
+  eval 'cat <<_LTECHO_EOF
+$1
+_LTECHO_EOF'
 }
 
+# NLS nuisances: We save the old values to restore during execute mode.
+lt_user_locale=
+lt_safe_locale=
+for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+do
+  eval "if test \"\${$lt_var+set}\" = set; then
+          save_$lt_var=\$$lt_var
+          $lt_var=C
+	  export $lt_var
+	  lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"
+	  lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
+	fi"
+done
+LC_ALL=C
+LANGUAGE=C
+export LANGUAGE LC_ALL
 
-# Unless the user overrides by setting GREP, search the path for either GNU
-# grep, or the grep that truncates its output the least.
-test -z "$GREP" && {
-  func_check_prog_grep ()
-  {
-    _G_path_prog=$1
-
-    _G_count=0
-    _G_path_prog_max=0
-    printf 0123456789 >conftest.in
-    while :
-    do
-      cat conftest.in conftest.in >conftest.tmp
-      mv conftest.tmp conftest.in
-      cp conftest.in conftest.nl
-      echo 'GREP' >> conftest.nl
-      "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
-      _G_count=`expr $_G_count + 1`
-      if test "$_G_count" -gt "$_G_path_prog_max"; then
-        # Best one so far, save it but keep looking for a better one
-        func_check_prog_result=$_G_path_prog
-        _G_path_prog_max=$_G_count
-      fi
-      # 10*(2^10) chars as input seems more than enough
-      test 10 -lt "$_G_count" && break
-    done
-    rm -f conftest.in conftest.tmp conftest.nl conftest.out
-  }
+$lt_unset CDPATH
 
-  func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
-  GREP=$func_path_progs_result
-}
 
+# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
+# is ksh but when the shell is invoked as "sh" and the current value of
+# the _XPG environment variable is not equal to 1 (one), the special
+# positional parameter $0, within a function call, is the name of the
+# function.
+progpath="$0"
 
-## ------------------------------- ##
-## User overridable command paths. ##
-## ------------------------------- ##
 
-# All uppercase variable names are used for environment variables.  These
-# variables can be overridden by the user before calling a script that
-# uses them if a suitable command of that name is not already available
-# in the command search PATH.
 
 : ${CP="cp -f"}
-: ${ECHO="printf %s\n"}
-: ${EGREP="$GREP -E"}
-: ${FGREP="$GREP -F"}
-: ${LN_S="ln -s"}
+test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
 : ${MAKE="make"}
 : ${MKDIR="mkdir"}
 : ${MV="mv -f"}
 : ${RM="rm -f"}
 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
+: ${Xsed="$SED -e 1s/^X//"}
 
+# Global variables:
+EXIT_SUCCESS=0
+EXIT_FAILURE=1
+EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
+EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.
 
-## -------------------- ##
-## Useful sed snippets. ##
-## -------------------- ##
+exit_status=$EXIT_SUCCESS
 
-sed_dirname='s|/[^/]*$||'
-sed_basename='s|^.*/||'
+# Make sure IFS has a sensible default
+lt_nl='
+'
+IFS=" 	$lt_nl"
 
-# Sed substitution that helps us do robust quoting.  It backslashifies
-# metacharacters that are still active within double-quoted strings.
-sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
+dirname="s,/[^/]*$,,"
+basename="s,^.*/,,"
 
-# Same as above, but do not quote variable references.
-sed_double_quote_subst='s/\(["`\\]\)/\\\1/g'
+# func_dirname file append nondir_replacement
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
+# otherwise set result to NONDIR_REPLACEMENT.
+func_dirname ()
+{
+    case ${1} in
+      */*) func_dirname_result="${1%/*}${2}" ;;
+      *  ) func_dirname_result="${3}" ;;
+    esac
+} # Extended-shell func_dirname implementation
 
-# Sed substitution that turns a string into a regex matching for the
-# string literally.
-sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g'
 
-# Sed substitution that converts a w32 file name or path
-# that contains forward slashes, into one that contains
-# (escaped) backslashes.  A very naive implementation.
-sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
-
-# Re-'\' parameter expansions in output of sed_double_quote_subst that
-# were '\'-ed in input to the same.  If an odd number of '\' preceded a
-# '$' in input to sed_double_quote_subst, that '$' was protected from
-# expansion.  Since each input '\' is now two '\'s, look for any number
-# of runs of four '\'s followed by two '\'s and then a '$'.  '\' that '$'.
-_G_bs='\\'
-_G_bs2='\\\\'
-_G_bs4='\\\\\\\\'
-_G_dollar='\$'
-sed_double_backslash="\
-  s/$_G_bs4/&\\
-/g
-  s/^$_G_bs2$_G_dollar/$_G_bs&/
-  s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
-  s/\n//g"
+# func_basename file
+func_basename ()
+{
+    func_basename_result="${1##*/}"
+} # Extended-shell func_basename implementation
 
 
-## ----------------- ##
-## Global variables. ##
-## ----------------- ##
+# func_dirname_and_basename file append nondir_replacement
+# perform func_basename and func_dirname in a single function
+# call:
+#   dirname:  Compute the dirname of FILE.  If nonempty,
+#             add APPEND to the result, otherwise set result
+#             to NONDIR_REPLACEMENT.
+#             value returned in "$func_dirname_result"
+#   basename: Compute filename of FILE.
+#             value retuned in "$func_basename_result"
+# Implementation must be kept synchronized with func_dirname
+# and func_basename. For efficiency, we do not delegate to
+# those functions but instead duplicate the functionality here.
+func_dirname_and_basename ()
+{
+    case ${1} in
+      */*) func_dirname_result="${1%/*}${2}" ;;
+      *  ) func_dirname_result="${3}" ;;
+    esac
+    func_basename_result="${1##*/}"
+} # Extended-shell func_dirname_and_basename implementation
 
-# Except for the global variables explicitly listed below, the following
-# functions in the '^func_' namespace, and the '^require_' namespace
-# variables initialised in the 'Resource management' section, sourcing
-# this file will not pollute your global namespace with anything
-# else. There's no portable way to scope variables in Bourne shell
-# though, so actually running these functions will sometimes place
-# results into a variable named after the function, and often use
-# temporary variables in the '^_G_' namespace. If you are careful to
-# avoid using those namespaces casually in your sourcing script, things
-# should continue to work as you expect. And, of course, you can freely
-# overwrite any of the functions or variables defined here before
-# calling anything to customize them.
 
-EXIT_SUCCESS=0
-EXIT_FAILURE=1
-EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
-EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.
+# func_stripname prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+# func_strip_suffix prefix name
+func_stripname ()
+{
+    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
+    # positional parameters, so assign one to ordinary parameter first.
+    func_stripname_result=${3}
+    func_stripname_result=${func_stripname_result#"${1}"}
+    func_stripname_result=${func_stripname_result%"${2}"}
+} # Extended-shell func_stripname implementation
+
+
+# These SED scripts presuppose an absolute path with a trailing slash.
+pathcar='s,^/\([^/]*\).*$,\1,'
+pathcdr='s,^/[^/]*,,'
+removedotparts=':dotsl
+		s@/\./@/@g
+		t dotsl
+		s,/\.$,/,'
+collapseslashes='s@/\{1,\}@/@g'
+finalslash='s,/*$,/,'
 
-# Allow overriding, eg assuming that you follow the convention of
-# putting '$debug_cmd' at the start of all your functions, you can get
-# bash to show function call trace with:
-#
-#    debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
-debug_cmd=${debug_cmd-":"}
-exit_cmd=:
+# func_normal_abspath PATH
+# Remove doubled-up and trailing slashes, "." path components,
+# and cancel out any ".." path components in PATH after making
+# it an absolute path.
+#             value returned in "$func_normal_abspath_result"
+func_normal_abspath ()
+{
+  # Start from root dir and reassemble the path.
+  func_normal_abspath_result=
+  func_normal_abspath_tpath=$1
+  func_normal_abspath_altnamespace=
+  case $func_normal_abspath_tpath in
+    "")
+      # Empty path, that just means $cwd.
+      func_stripname '' '/' "`pwd`"
+      func_normal_abspath_result=$func_stripname_result
+      return
+    ;;
+    # The next three entries are used to spot a run of precisely
+    # two leading slashes without using negated character classes;
+    # we take advantage of case's first-match behaviour.
+    ///*)
+      # Unusual form of absolute path, do nothing.
+    ;;
+    //*)
+      # Not necessarily an ordinary path; POSIX reserves leading '//'
+      # and for example Cygwin uses it to access remote file shares
+      # over CIFS/SMB, so we conserve a leading double slash if found.
+      func_normal_abspath_altnamespace=/
+    ;;
+    /*)
+      # Absolute path, do nothing.
+    ;;
+    *)
+      # Relative path, prepend $cwd.
+      func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
+    ;;
+  esac
+  # Cancel out all the simple stuff to save iterations.  We also want
+  # the path to end with a slash for ease of parsing, so make sure
+  # there is one (and only one) here.
+  func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
+        -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
+  while :; do
+    # Processed it all yet?
+    if test "$func_normal_abspath_tpath" = / ; then
+      # If we ascended to the root using ".." the result may be empty now.
+      if test -z "$func_normal_abspath_result" ; then
+        func_normal_abspath_result=/
+      fi
+      break
+    fi
+    func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
+        -e "$pathcar"`
+    func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
+        -e "$pathcdr"`
+    # Figure out what to do with it
+    case $func_normal_abspath_tcomponent in
+      "")
+        # Trailing empty path component, ignore it.
+      ;;
+      ..)
+        # Parent dir; strip last assembled component from result.
+        func_dirname "$func_normal_abspath_result"
+        func_normal_abspath_result=$func_dirname_result
+      ;;
+      *)
+        # Actual path component, append it.
+        func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent
+      ;;
+    esac
+  done
+  # Restore leading double-slash if one was found on entry.
+  func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
+}
 
-# By convention, finish your script with:
-#
-#    exit $exit_status
-#
-# so that you can set exit_status to non-zero if you want to indicate
-# something went wrong during execution without actually bailing out at
-# the point of failure.
-exit_status=$EXIT_SUCCESS
+# func_relative_path SRCDIR DSTDIR
+# generates a relative path from SRCDIR to DSTDIR, with a trailing
+# slash if non-empty, suitable for immediately appending a filename
+# without needing to append a separator.
+#             value returned in "$func_relative_path_result"
+func_relative_path ()
+{
+  func_relative_path_result=
+  func_normal_abspath "$1"
+  func_relative_path_tlibdir=$func_normal_abspath_result
+  func_normal_abspath "$2"
+  func_relative_path_tbindir=$func_normal_abspath_result
+
+  # Ascend the tree starting from libdir
+  while :; do
+    # check if we have found a prefix of bindir
+    case $func_relative_path_tbindir in
+      $func_relative_path_tlibdir)
+        # found an exact match
+        func_relative_path_tcancelled=
+        break
+        ;;
+      $func_relative_path_tlibdir*)
+        # found a matching prefix
+        func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
+        func_relative_path_tcancelled=$func_stripname_result
+        if test -z "$func_relative_path_result"; then
+          func_relative_path_result=.
+        fi
+        break
+        ;;
+      *)
+        func_dirname $func_relative_path_tlibdir
+        func_relative_path_tlibdir=${func_dirname_result}
+        if test "x$func_relative_path_tlibdir" = x ; then
+          # Have to descend all the way to the root!
+          func_relative_path_result=../$func_relative_path_result
+          func_relative_path_tcancelled=$func_relative_path_tbindir
+          break
+        fi
+        func_relative_path_result=../$func_relative_path_result
+        ;;
+    esac
+  done
 
-# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
-# is ksh but when the shell is invoked as "sh" and the current value of
-# the _XPG environment variable is not equal to 1 (one), the special
-# positional parameter $0, within a function call, is the name of the
-# function.
-progpath=$0
+  # Now calculate path; take care to avoid doubling-up slashes.
+  func_stripname '' '/' "$func_relative_path_result"
+  func_relative_path_result=$func_stripname_result
+  func_stripname '/' '/' "$func_relative_path_tcancelled"
+  if test "x$func_stripname_result" != x ; then
+    func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
+  fi
+
+  # Normalisation. If bindir is libdir, return empty string,
+  # else relative path ending with a slash; either way, target
+  # file name can be directly appended.
+  if test ! -z "$func_relative_path_result"; then
+    func_stripname './' '' "$func_relative_path_result/"
+    func_relative_path_result=$func_stripname_result
+  fi
+}
 
-# The name of this program.
-progname=`$ECHO "$progpath" |$SED "$sed_basename"`
+# The name of this program:
+func_dirname_and_basename "$progpath"
+progname=$func_basename_result
 
-# Make sure we have an absolute progpath for reexecution:
+# Make sure we have an absolute path for reexecution:
 case $progpath in
   [\\/]*|[A-Za-z]:\\*) ;;
   *[\\/]*)
-     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
+     progdir=$func_dirname_result
      progdir=`cd "$progdir" && pwd`
-     progpath=$progdir/$progname
+     progpath="$progdir/$progname"
      ;;
   *)
-     _G_IFS=$IFS
+     save_IFS="$IFS"
      IFS=${PATH_SEPARATOR-:}
      for progdir in $PATH; do
-       IFS=$_G_IFS
+       IFS="$save_IFS"
        test -x "$progdir/$progname" && break
      done
-     IFS=$_G_IFS
+     IFS="$save_IFS"
      test -n "$progdir" || progdir=`pwd`
-     progpath=$progdir/$progname
+     progpath="$progdir/$progname"
      ;;
 esac
 
+# Sed substitution that helps us do robust quoting.  It backslashifies
+# metacharacters that are still active within double-quoted strings.
+Xsed="${SED}"' -e 1s/^X//'
+sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
 
-## ----------------- ##
-## Standard options. ##
-## ----------------- ##
-
-# The following options affect the operation of the functions defined
-# below, and should be set appropriately depending on run-time para-
-# meters passed on the command line.
+# Same as above, but do not quote variable references.
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
 
-opt_dry_run=false
-opt_quiet=false
-opt_verbose=false
+# Sed substitution that turns a string into a regex matching for the
+# string literally.
+sed_make_literal_regex='s,[].[^$\\*\/],\\&,g'
 
-# Categories 'all' and 'none' are always available.  Append any others
-# you will pass as the first argument to func_warning from your own
-# code.
-warning_categories=
-
-# By default, display warnings according to 'opt_warning_types'.  Set
-# 'warning_func'  to ':' to elide all warnings, or func_fatal_error to
-# treat the next displayed warning as a fatal error.
-warning_func=func_warn_and_continue
-
-# Set to 'all' to display all warnings, 'none' to suppress all
-# warnings, or a space delimited list of some subset of
-# 'warning_categories' to display only the listed warnings.
-opt_warning_types=all
-
-
-## -------------------- ##
-## Resource management. ##
-## -------------------- ##
-
-# This section contains definitions for functions that each ensure a
-# particular resource (a file, or a non-empty configuration variable for
-# example) is available, and if appropriate to extract default values
-# from pertinent package files. Call them using their associated
-# 'require_*' variable to ensure that they are executed, at most, once.
-#
-# It's entirely deliberate that calling these functions can set
-# variables that don't obey the namespace limitations obeyed by the rest
-# of this file, in order that that they be as useful as possible to
-# callers.
-
-
-# require_term_colors
-# -------------------
-# Allow display of bold text on terminals that support it.
-require_term_colors=func_require_term_colors
-func_require_term_colors ()
-{
-    $debug_cmd
-
-    test -t 1 && {
-      # COLORTERM and USE_ANSI_COLORS environment variables take
-      # precedence, because most terminfo databases neglect to describe
-      # whether color sequences are supported.
-      test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"}
-
-      if test 1 = "$USE_ANSI_COLORS"; then
-        # Standard ANSI escape sequences
-        tc_reset=''
-        tc_bold='';   tc_standout=''
-        tc_red='';   tc_green=''
-        tc_blue='';  tc_cyan=''
-      else
-        # Otherwise trust the terminfo database after all.
-        test -n "`tput sgr0 2>/dev/null`" && {
-          tc_reset=`tput sgr0`
-          test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
-          tc_standout=$tc_bold
-          test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
-          test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
-          test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`
-          test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`
-          test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
-        }
-      fi
-    }
-
-    require_term_colors=:
-}
-
-
-## ----------------- ##
-## Function library. ##
-## ----------------- ##
-
-# This section contains a variety of useful functions to call in your
-# scripts. Take note of the portable wrappers for features provided by
-# some modern shells, which will fall back to slower equivalents on
-# less featureful shells.
-
-
-# func_append VAR VALUE
-# ---------------------
-# Append VALUE onto the existing contents of VAR.
-
-  # We should try to minimise forks, especially on Windows where they are
-  # unreasonably slow, so skip the feature probes when bash or zsh are
-  # being used:
-  if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then
-    : ${_G_HAVE_ARITH_OP="yes"}
-    : ${_G_HAVE_XSI_OPS="yes"}
-    # The += operator was introduced in bash 3.1
-    case $BASH_VERSION in
-      [12].* | 3.0 | 3.0*) ;;
-      *)
-        : ${_G_HAVE_PLUSEQ_OP="yes"}
-        ;;
-    esac
-  fi
-
-  # _G_HAVE_PLUSEQ_OP
-  # Can be empty, in which case the shell is probed, "yes" if += is
-  # useable or anything else if it does not work.
-  test -z "$_G_HAVE_PLUSEQ_OP" \
-    && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \
-    && _G_HAVE_PLUSEQ_OP=yes
-
-if test yes = "$_G_HAVE_PLUSEQ_OP"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_append ()
-  {
-    $debug_cmd
-
-    eval "$1+=\$2"
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_append ()
-  {
-    $debug_cmd
-
-    eval "$1=\$$1\$2"
-  }
-fi
-
-
-# func_append_quoted VAR VALUE
-# ----------------------------
-# Quote VALUE and append to the end of shell variable VAR, separated
-# by a space.
-if test yes = "$_G_HAVE_PLUSEQ_OP"; then
-  eval 'func_append_quoted ()
-  {
-    $debug_cmd
-
-    func_quote_for_eval "$2"
-    eval "$1+=\\ \$func_quote_for_eval_result"
-  }'
-else
-  func_append_quoted ()
-  {
-    $debug_cmd
-
-    func_quote_for_eval "$2"
-    eval "$1=\$$1\\ \$func_quote_for_eval_result"
-  }
-fi
+# Sed substitution that converts a w32 file name or path
+# which contains forward slashes, into one that contains
+# (escaped) backslashes.  A very naive implementation.
+lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
+
+# Re-`\' parameter expansions in output of double_quote_subst that were
+# `\'-ed in input to the same.  If an odd number of `\' preceded a '$'
+# in input to double_quote_subst, that '$' was protected from expansion.
+# Since each input `\' is now two `\'s, look for any number of runs of
+# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
+bs='\\'
+bs2='\\\\'
+bs4='\\\\\\\\'
+dollar='\$'
+sed_double_backslash="\
+  s/$bs4/&\\
+/g
+  s/^$bs2$dollar/$bs&/
+  s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
+  s/\n//g"
 
+# Standard options:
+opt_dry_run=false
+opt_help=false
+opt_quiet=false
+opt_verbose=false
+opt_warning=:
 
-# func_append_uniq VAR VALUE
-# --------------------------
-# Append unique VALUE onto the existing contents of VAR, assuming
-# entries are delimited by the first character of VALUE.  For example:
-#
-#   func_append_uniq options " --another-option option-argument"
-#
-# will only append to $options if " --another-option option-argument "
-# is not already present somewhere in $options already (note spaces at
-# each end implied by leading space in second argument).
-func_append_uniq ()
+# func_echo arg...
+# Echo program name prefixed message, along with the current mode
+# name if it has been set yet.
+func_echo ()
 {
-    $debug_cmd
-
-    eval _G_current_value='`$ECHO $'$1'`'
-    _G_delim=`expr "$2" : '\(.\)'`
-
-    case $_G_delim$_G_current_value$_G_delim in
-      *"$2$_G_delim"*) ;;
-      *) func_append "$@" ;;
-    esac
+    $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
 }
 
-
-# func_arith TERM...
-# ------------------
-# Set func_arith_result to the result of evaluating TERMs.
-  test -z "$_G_HAVE_ARITH_OP" \
-    && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \
-    && _G_HAVE_ARITH_OP=yes
-
-if test yes = "$_G_HAVE_ARITH_OP"; then
-  eval 'func_arith ()
-  {
-    $debug_cmd
-
-    func_arith_result=$(( $* ))
-  }'
-else
-  func_arith ()
-  {
-    $debug_cmd
-
-    func_arith_result=`expr "$@"`
-  }
-fi
-
-
-# func_basename FILE
-# ------------------
-# Set func_basename_result to FILE with everything up to and including
-# the last / stripped.
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  # If this shell supports suffix pattern removal, then use it to avoid
-  # forking. Hide the definitions single quotes in case the shell chokes
-  # on unsupported syntax...
-  _b='func_basename_result=${1##*/}'
-  _d='case $1 in
-        */*) func_dirname_result=${1%/*}$2 ;;
-        *  ) func_dirname_result=$3        ;;
-      esac'
-
-else
-  # ...otherwise fall back to using sed.
-  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
-  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
-      if test "X$func_dirname_result" = "X$1"; then
-        func_dirname_result=$3
-      else
-        func_append func_dirname_result "$2"
-      fi'
-fi
-
-eval 'func_basename ()
-{
-    $debug_cmd
-
-    '"$_b"'
-}'
-
-
-# func_dirname FILE APPEND NONDIR_REPLACEMENT
-# -------------------------------------------
-# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
-# otherwise set result to NONDIR_REPLACEMENT.
-eval 'func_dirname ()
-{
-    $debug_cmd
-
-    '"$_d"'
-}'
-
-
-# func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT
-# --------------------------------------------------------
-# Perform func_basename and func_dirname in a single function
-# call:
-#   dirname:  Compute the dirname of FILE.  If nonempty,
-#             add APPEND to the result, otherwise set result
-#             to NONDIR_REPLACEMENT.
-#             value returned in "$func_dirname_result"
-#   basename: Compute filename of FILE.
-#             value retuned in "$func_basename_result"
-# For efficiency, we do not delegate to the functions above but instead
-# duplicate the functionality here.
-eval 'func_dirname_and_basename ()
-{
-    $debug_cmd
-
-    '"$_b"'
-    '"$_d"'
-}'
-
-
-# func_echo ARG...
-# ----------------
-# Echo program name prefixed message.
-func_echo ()
+# func_verbose arg...
+# Echo program name prefixed message in verbose mode only.
+func_verbose ()
 {
-    $debug_cmd
-
-    _G_message=$*
+    $opt_verbose && func_echo ${1+"$@"}
 
-    func_echo_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_IFS
-      $ECHO "$progname: $_G_line"
-    done
-    IFS=$func_echo_IFS
+    # A bug in bash halts the script if the last line of a function
+    # fails when set -e is in force, so we need another command to
+    # work around that:
+    :
 }
 
-
-# func_echo_all ARG...
-# --------------------
+# func_echo_all arg...
 # Invoke $ECHO with all args, space-separated.
 func_echo_all ()
 {
     $ECHO "$*"
 }
 
-
-# func_echo_infix_1 INFIX ARG...
-# ------------------------------
-# Echo program name, followed by INFIX on the first line, with any
-# additional lines not showing INFIX.
-func_echo_infix_1 ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    _G_infix=$1; shift
-    _G_indent=$_G_infix
-    _G_prefix="$progname: $_G_infix: "
-    _G_message=$*
-
-    # Strip color escape sequences before counting printable length
-    for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan"
-    do
-      test -n "$_G_tc" && {
-        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
-        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
-      }
-    done
-    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
-
-    func_echo_infix_1_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_infix_1_IFS
-      $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2
-      _G_prefix=$_G_indent
-    done
-    IFS=$func_echo_infix_1_IFS
-}
-
-
-# func_error ARG...
-# -----------------
+# func_error arg...
 # Echo program name prefixed message to standard error.
 func_error ()
 {
-    $debug_cmd
+    $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
+}
 
-    $require_term_colors
+# func_warning arg...
+# Echo program name prefixed warning message to standard error.
+func_warning ()
+{
+    $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
 
-    func_echo_infix_1 "  $tc_standout${tc_red}error$tc_reset" "$*" >&2
+    # bash bug again:
+    :
 }
 
-
-# func_fatal_error ARG...
-# -----------------------
+# func_fatal_error arg...
 # Echo program name prefixed message to standard error, and exit.
 func_fatal_error ()
 {
-    $debug_cmd
-
-    func_error "$*"
+    func_error ${1+"$@"}
     exit $EXIT_FAILURE
 }
 
+# func_fatal_help arg...
+# Echo program name prefixed message to standard error, followed by
+# a help hint, and exit.
+func_fatal_help ()
+{
+    func_error ${1+"$@"}
+    func_fatal_error "$help"
+}
+help="Try \`$progname --help' for more information."  ## default
+
 
-# func_grep EXPRESSION FILENAME
-# -----------------------------
+# func_grep expression filename
 # Check whether EXPRESSION matches any line of FILENAME, without output.
 func_grep ()
 {
-    $debug_cmd
-
     $GREP "$1" "$2" >/dev/null 2>&1
 }
 
 
-# func_len STRING
-# ---------------
-# Set func_len_result to the length of STRING. STRING may not
-# start with a hyphen.
-  test -z "$_G_HAVE_XSI_OPS" \
-    && (eval 'x=a/b/c;
-      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
-    && _G_HAVE_XSI_OPS=yes
-
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_len ()
-  {
-    $debug_cmd
-
-    func_len_result=${#1}
-  }'
-else
-  func_len ()
-  {
-    $debug_cmd
-
-    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
-  }
-fi
-
-
-# func_mkdir_p DIRECTORY-PATH
-# ---------------------------
+# func_mkdir_p directory-path
 # Make sure the entire path to DIRECTORY-PATH is available.
 func_mkdir_p ()
 {
-    $debug_cmd
+    my_directory_path="$1"
+    my_dir_list=
 
-    _G_directory_path=$1
-    _G_dir_list=
+    if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
 
-    if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
-
-      # Protect directory names starting with '-'
-      case $_G_directory_path in
-        -*) _G_directory_path=./$_G_directory_path ;;
+      # Protect directory names starting with `-'
+      case $my_directory_path in
+        -*) my_directory_path="./$my_directory_path" ;;
       esac
 
       # While some portion of DIR does not yet exist...
-      while test ! -d "$_G_directory_path"; do
+      while test ! -d "$my_directory_path"; do
         # ...make a list in topmost first order.  Use a colon delimited
 	# list incase some portion of path contains whitespace.
-        _G_dir_list=$_G_directory_path:$_G_dir_list
+        my_dir_list="$my_directory_path:$my_dir_list"
 
         # If the last portion added has no slash in it, the list is done
-        case $_G_directory_path in */*) ;; *) break ;; esac
+        case $my_directory_path in */*) ;; *) break ;; esac
 
         # ...otherwise throw away the child directory and loop
-        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
+        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
       done
-      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
+      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
 
-      func_mkdir_p_IFS=$IFS; IFS=:
-      for _G_dir in $_G_dir_list; do
-	IFS=$func_mkdir_p_IFS
-        # mkdir can fail with a 'File exist' error if two processes
+      save_mkdir_p_IFS="$IFS"; IFS=':'
+      for my_dir in $my_dir_list; do
+	IFS="$save_mkdir_p_IFS"
+        # mkdir can fail with a `File exist' error if two processes
         # try to create one of the directories concurrently.  Don't
         # stop in that case!
-        $MKDIR "$_G_dir" 2>/dev/null || :
+        $MKDIR "$my_dir" 2>/dev/null || :
       done
-      IFS=$func_mkdir_p_IFS
+      IFS="$save_mkdir_p_IFS"
 
       # Bail out if we (or some other process) failed to create a directory.
-      test -d "$_G_directory_path" || \
-        func_fatal_error "Failed to create '$1'"
+      test -d "$my_directory_path" || \
+        func_fatal_error "Failed to create \`$1'"
     fi
 }
 
 
-# func_mktempdir [BASENAME]
-# -------------------------
+# func_mktempdir [string]
 # Make a temporary directory that won't clash with other running
 # libtool processes, and avoids race conditions if possible.  If
-# given, BASENAME is the basename for that directory.
+# given, STRING is the basename for that directory.
 func_mktempdir ()
 {
-    $debug_cmd
-
-    _G_template=${TMPDIR-/tmp}/${1-$progname}
+    my_template="${TMPDIR-/tmp}/${1-$progname}"
 
-    if test : = "$opt_dry_run"; then
+    if test "$opt_dry_run" = ":"; then
       # Return a directory name, but don't create it in dry-run mode
-      _G_tmpdir=$_G_template-$$
+      my_tmpdir="${my_template}-$$"
     else
 
       # If mktemp works, use that first and foremost
-      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
+      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
 
-      if test ! -d "$_G_tmpdir"; then
+      if test ! -d "$my_tmpdir"; then
         # Failing that, at least try and use $RANDOM to avoid a race
-        _G_tmpdir=$_G_template-${RANDOM-0}$$
+        my_tmpdir="${my_template}-${RANDOM-0}$$"
 
-        func_mktempdir_umask=`umask`
+        save_mktempdir_umask=`umask`
         umask 0077
-        $MKDIR "$_G_tmpdir"
-        umask $func_mktempdir_umask
+        $MKDIR "$my_tmpdir"
+        umask $save_mktempdir_umask
       fi
 
       # If we're not in dry-run mode, bomb out on failure
-      test -d "$_G_tmpdir" || \
-        func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
-    fi
-
-    $ECHO "$_G_tmpdir"
-}
-
-
-# func_normal_abspath PATH
-# ------------------------
-# Remove doubled-up and trailing slashes, "." path components,
-# and cancel out any ".." path components in PATH after making
-# it an absolute path.
-func_normal_abspath ()
-{
-    $debug_cmd
-
-    # These SED scripts presuppose an absolute path with a trailing slash.
-    _G_pathcar='s|^/\([^/]*\).*$|\1|'
-    _G_pathcdr='s|^/[^/]*||'
-    _G_removedotparts=':dotsl
-		s|/\./|/|g
-		t dotsl
-		s|/\.$|/|'
-    _G_collapseslashes='s|/\{1,\}|/|g'
-    _G_finalslash='s|/*$|/|'
-
-    # Start from root dir and reassemble the path.
-    func_normal_abspath_result=
-    func_normal_abspath_tpath=$1
-    func_normal_abspath_altnamespace=
-    case $func_normal_abspath_tpath in
-      "")
-        # Empty path, that just means $cwd.
-        func_stripname '' '/' "`pwd`"
-        func_normal_abspath_result=$func_stripname_result
-        return
-        ;;
-      # The next three entries are used to spot a run of precisely
-      # two leading slashes without using negated character classes;
-      # we take advantage of case's first-match behaviour.
-      ///*)
-        # Unusual form of absolute path, do nothing.
-        ;;
-      //*)
-        # Not necessarily an ordinary path; POSIX reserves leading '//'
-        # and for example Cygwin uses it to access remote file shares
-        # over CIFS/SMB, so we conserve a leading double slash if found.
-        func_normal_abspath_altnamespace=/
-        ;;
-      /*)
-        # Absolute path, do nothing.
-        ;;
-      *)
-        # Relative path, prepend $cwd.
-        func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
-        ;;
-    esac
-
-    # Cancel out all the simple stuff to save iterations.  We also want
-    # the path to end with a slash for ease of parsing, so make sure
-    # there is one (and only one) here.
-    func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"`
-    while :; do
-      # Processed it all yet?
-      if test / = "$func_normal_abspath_tpath"; then
-        # If we ascended to the root using ".." the result may be empty now.
-        if test -z "$func_normal_abspath_result"; then
-          func_normal_abspath_result=/
-        fi
-        break
-      fi
-      func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_pathcar"`
-      func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_pathcdr"`
-      # Figure out what to do with it
-      case $func_normal_abspath_tcomponent in
-        "")
-          # Trailing empty path component, ignore it.
-          ;;
-        ..)
-          # Parent dir; strip last assembled component from result.
-          func_dirname "$func_normal_abspath_result"
-          func_normal_abspath_result=$func_dirname_result
-          ;;
-        *)
-          # Actual path component, append it.
-          func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
-          ;;
-      esac
-    done
-    # Restore leading double-slash if one was found on entry.
-    func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
-}
-
-
-# func_notquiet ARG...
-# --------------------
-# Echo program name prefixed message only when not in quiet mode.
-func_notquiet ()
-{
-    $debug_cmd
-
-    $opt_quiet || func_echo ${1+"$@"}
-
-    # A bug in bash halts the script if the last line of a function
-    # fails when set -e is in force, so we need another command to
-    # work around that:
-    :
-}
-
-
-# func_relative_path SRCDIR DSTDIR
-# --------------------------------
-# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
-func_relative_path ()
-{
-    $debug_cmd
-
-    func_relative_path_result=
-    func_normal_abspath "$1"
-    func_relative_path_tlibdir=$func_normal_abspath_result
-    func_normal_abspath "$2"
-    func_relative_path_tbindir=$func_normal_abspath_result
-
-    # Ascend the tree starting from libdir
-    while :; do
-      # check if we have found a prefix of bindir
-      case $func_relative_path_tbindir in
-        $func_relative_path_tlibdir)
-          # found an exact match
-          func_relative_path_tcancelled=
-          break
-          ;;
-        $func_relative_path_tlibdir*)
-          # found a matching prefix
-          func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
-          func_relative_path_tcancelled=$func_stripname_result
-          if test -z "$func_relative_path_result"; then
-            func_relative_path_result=.
-          fi
-          break
-          ;;
-        *)
-          func_dirname $func_relative_path_tlibdir
-          func_relative_path_tlibdir=$func_dirname_result
-          if test -z "$func_relative_path_tlibdir"; then
-            # Have to descend all the way to the root!
-            func_relative_path_result=../$func_relative_path_result
-            func_relative_path_tcancelled=$func_relative_path_tbindir
-            break
-          fi
-          func_relative_path_result=../$func_relative_path_result
-          ;;
-      esac
-    done
-
-    # Now calculate path; take care to avoid doubling-up slashes.
-    func_stripname '' '/' "$func_relative_path_result"
-    func_relative_path_result=$func_stripname_result
-    func_stripname '/' '/' "$func_relative_path_tcancelled"
-    if test -n "$func_stripname_result"; then
-      func_append func_relative_path_result "/$func_stripname_result"
+      test -d "$my_tmpdir" || \
+        func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
     fi
 
-    # Normalisation. If bindir is libdir, return '.' else relative path.
-    if test -n "$func_relative_path_result"; then
-      func_stripname './' '' "$func_relative_path_result"
-      func_relative_path_result=$func_stripname_result
-    fi
-
-    test -n "$func_relative_path_result" || func_relative_path_result=.
-
-    :
+    $ECHO "$my_tmpdir"
 }
 
 
-# func_quote_for_eval ARG...
-# --------------------------
-# Aesthetically quote ARGs to be evaled later.
-# This function returns two values:
-#   i) func_quote_for_eval_result
-#      double-quoted, suitable for a subsequent eval
-#  ii) func_quote_for_eval_unquoted_result
-#      has all characters that are still active within double
-#      quotes backslashified.
+# func_quote_for_eval arg
+# Aesthetically quote ARG to be evaled later.
+# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
+# is double-quoted, suitable for a subsequent eval, whereas
+# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
+# which are still active within double quotes backslashified.
 func_quote_for_eval ()
 {
-    $debug_cmd
-
-    func_quote_for_eval_unquoted_result=
-    func_quote_for_eval_result=
-    while test 0 -lt $#; do
-      case $1 in
-        *[\\\`\"\$]*)
-	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
-        *)
-          _G_unquoted_arg=$1 ;;
-      esac
-      if test -n "$func_quote_for_eval_unquoted_result"; then
-	func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
-      else
-        func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
-      fi
-
-      case $_G_unquoted_arg in
-        # Double-quote args containing shell metacharacters to delay
-        # word splitting, command substitution and variable expansion
-        # for a subsequent eval.
-        # Many Bourne shells cannot handle close brackets correctly
-        # in scan sets, so we specify it separately.
-        *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-          _G_quoted_arg=\"$_G_unquoted_arg\"
-          ;;
-        *)
-          _G_quoted_arg=$_G_unquoted_arg
-	  ;;
-      esac
-
-      if test -n "$func_quote_for_eval_result"; then
-	func_append func_quote_for_eval_result " $_G_quoted_arg"
-      else
-        func_append func_quote_for_eval_result "$_G_quoted_arg"
-      fi
-      shift
-    done
-}
-
-
-# func_quote_for_expand ARG
-# -------------------------
-# Aesthetically quote ARG to be evaled later; same as above,
-# but do not quote variable references.
-func_quote_for_expand ()
-{
-    $debug_cmd
-
     case $1 in
-      *[\\\`\"]*)
-	_G_arg=`$ECHO "$1" | $SED \
-	    -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
+      *[\\\`\"\$]*)
+	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
       *)
-        _G_arg=$1 ;;
+        func_quote_for_eval_unquoted_result="$1" ;;
     esac
 
-    case $_G_arg in
+    case $func_quote_for_eval_unquoted_result in
       # Double-quote args containing shell metacharacters to delay
-      # word splitting and command substitution for a subsequent eval.
+      # word splitting, command substitution and and variable
+      # expansion for a subsequent eval.
       # Many Bourne shells cannot handle close brackets correctly
       # in scan sets, so we specify it separately.
       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-        _G_arg=\"$_G_arg\"
+        func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
         ;;
+      *)
+        func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
     esac
-
-    func_quote_for_expand_result=$_G_arg
-}
-
-
-# func_stripname PREFIX SUFFIX NAME
-# ---------------------------------
-# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
-# PREFIX and SUFFIX must not contain globbing or regex special
-# characters, hashes, percent signs, but SUFFIX may contain a leading
-# dot (in which case that matches only a dot).
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_stripname ()
-  {
-    $debug_cmd
-
-    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
-    # positional parameters, so assign one to ordinary variable first.
-    func_stripname_result=$3
-    func_stripname_result=${func_stripname_result#"$1"}
-    func_stripname_result=${func_stripname_result%"$2"}
-  }'
-else
-  func_stripname ()
-  {
-    $debug_cmd
-
-    case $2 in
-      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
-      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
-    esac
-  }
-fi
-
-
-# func_show_eval CMD [FAIL_EXP]
-# -----------------------------
-# Unless opt_quiet is true, then output CMD.  Then, if opt_dryrun is
-# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
-# is given, then evaluate it.
-func_show_eval ()
-{
-    $debug_cmd
-
-    _G_cmd=$1
-    _G_fail_exp=${2-':'}
-
-    func_quote_for_expand "$_G_cmd"
-    eval "func_notquiet $func_quote_for_expand_result"
-
-    $opt_dry_run || {
-      eval "$_G_cmd"
-      _G_status=$?
-      if test 0 -ne "$_G_status"; then
-	eval "(exit $_G_status); $_G_fail_exp"
-      fi
-    }
 }
 
 
-# func_show_eval_locale CMD [FAIL_EXP]
-# ------------------------------------
-# Unless opt_quiet is true, then output CMD.  Then, if opt_dryrun is
-# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
-# is given, then evaluate it.  Use the saved locale for evaluation.
-func_show_eval_locale ()
-{
-    $debug_cmd
-
-    _G_cmd=$1
-    _G_fail_exp=${2-':'}
-
-    $opt_quiet || {
-      func_quote_for_expand "$_G_cmd"
-      eval "func_echo $func_quote_for_expand_result"
-    }
-
-    $opt_dry_run || {
-      eval "$_G_user_locale
-	    $_G_cmd"
-      _G_status=$?
-      eval "$_G_safe_locale"
-      if test 0 -ne "$_G_status"; then
-	eval "(exit $_G_status); $_G_fail_exp"
-      fi
-    }
-}
-
-
-# func_tr_sh
-# ----------
-# Turn $1 into a string suitable for a shell variable name.
-# Result is stored in $func_tr_sh_result.  All characters
-# not in the set a-zA-Z0-9_ are replaced with '_'. Further,
-# if $1 begins with a digit, a '_' is prepended as well.
-func_tr_sh ()
+# func_quote_for_expand arg
+# Aesthetically quote ARG to be evaled later; same as above,
+# but do not quote variable references.
+func_quote_for_expand ()
 {
-    $debug_cmd
-
     case $1 in
-    [0-9]* | *[!a-zA-Z0-9_]*)
-      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
-      ;;
-    * )
-      func_tr_sh_result=$1
-      ;;
-    esac
-}
-
-
-# func_verbose ARG...
-# -------------------
-# Echo program name prefixed message in verbose mode only.
-func_verbose ()
-{
-    $debug_cmd
-
-    $opt_verbose && func_echo "$*"
-
-    :
-}
-
-
-# func_warn_and_continue ARG...
-# -----------------------------
-# Echo program name prefixed warning message to standard error.
-func_warn_and_continue ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
-}
-
-
-# func_warning CATEGORY ARG...
-# ----------------------------
-# Echo program name prefixed warning message to standard error. Warning
-# messages can be filtered according to CATEGORY, where this function
-# elides messages where CATEGORY is not listed in the global variable
-# 'opt_warning_types'.
-func_warning ()
-{
-    $debug_cmd
-
-    # CATEGORY must be in the warning_categories list!
-    case " $warning_categories " in
-      *" $1 "*) ;;
-      *) func_internal_error "invalid warning category '$1'" ;;
-    esac
-
-    _G_category=$1
-    shift
-
-    case " $opt_warning_types " in
-      *" $_G_category "*) $warning_func ${1+"$@"} ;;
-    esac
-}
-
-
-# func_sort_ver VER1 VER2
-# -----------------------
-# 'sort -V' is not generally available.
-# Note this deviates from the version comparison in automake
-# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
-# but this should suffice as we won't be specifying old
-# version formats or redundant trailing .0 in bootstrap.conf.
-# If we did want full compatibility then we should probably
-# use m4_version_compare from autoconf.
-func_sort_ver ()
-{
-    $debug_cmd
-
-    printf '%s\n%s\n' "$1" "$2" \
-      | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
-}
-
-# func_lt_ver PREV CURR
-# ---------------------
-# Return true if PREV and CURR are in the correct order according to
-# func_sort_ver, otherwise false.  Use it like this:
-#
-#  func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
-func_lt_ver ()
-{
-    $debug_cmd
-
-    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
-}
-
-
-# Local variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
-# time-stamp-time-zone: "UTC"
-# End:
-#! /bin/sh
-
-# Set a version string for this script.
-scriptversion=2014-01-07.03; # UTC
-
-# A portable, pluggable option parser for Bourne shell.
-# Written by Gary V. Vaughan, 2010
-
-# Copyright (C) 2010-2015 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# Please report bugs or propose patches to gary at gnu.org.
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# This file is a library for parsing options in your shell scripts along
-# with assorted other useful supporting features that you can make use
-# of too.
-#
-# For the simplest scripts you might need only:
-#
-#   #!/bin/sh
-#   . relative/path/to/funclib.sh
-#   . relative/path/to/options-parser
-#   scriptversion=1.0
-#   func_options ${1+"$@"}
-#   eval set dummy "$func_options_result"; shift
-#   ...rest of your script...
-#
-# In order for the '--version' option to work, you will need to have a
-# suitably formatted comment like the one at the top of this file
-# starting with '# Written by ' and ending with '# warranty; '.
-#
-# For '-h' and '--help' to work, you will also need a one line
-# description of your script's purpose in a comment directly above the
-# '# Written by ' line, like the one at the top of this file.
-#
-# The default options also support '--debug', which will turn on shell
-# execution tracing (see the comment above debug_cmd below for another
-# use), and '--verbose' and the func_verbose function to allow your script
-# to display verbose messages only when your user has specified
-# '--verbose'.
-#
-# After sourcing this file, you can plug processing for additional
-# options by amending the variables from the 'Configuration' section
-# below, and following the instructions in the 'Option parsing'
-# section further down.
-
-## -------------- ##
-## Configuration. ##
-## -------------- ##
-
-# You should override these variables in your script after sourcing this
-# file so that they reflect the customisations you have added to the
-# option parser.
-
-# The usage line for option parsing errors and the start of '-h' and
-# '--help' output messages. You can embed shell variables for delayed
-# expansion at the time the message is displayed, but you will need to
-# quote other shell meta-characters carefully to prevent them being
-# expanded when the contents are evaled.
-usage='$progpath [OPTION]...'
-
-# Short help message in response to '-h' and '--help'.  Add to this or
-# override it after sourcing this library to reflect the full set of
-# options your script accepts.
-usage_message="\
-       --debug        enable verbose shell tracing
-   -W, --warnings=CATEGORY
-                      report the warnings falling in CATEGORY [all]
-   -v, --verbose      verbosely report processing
-       --version      print version information and exit
-   -h, --help         print short or long help message and exit
-"
-
-# Additional text appended to 'usage_message' in response to '--help'.
-long_help_message="
-Warning categories include:
-       'all'          show all warnings
-       'none'         turn off all the warnings
-       'error'        warnings are treated as fatal errors"
-
-# Help message printed before fatal option parsing errors.
-fatal_help="Try '\$progname --help' for more information."
-
-
-
-## ------------------------- ##
-## Hook function management. ##
-## ------------------------- ##
-
-# This section contains functions for adding, removing, and running hooks
-# to the main code.  A hook is just a named list of of function, that can
-# be run in order later on.
-
-# func_hookable FUNC_NAME
-# -----------------------
-# Declare that FUNC_NAME will run hooks added with
-# 'func_add_hook FUNC_NAME ...'.
-func_hookable ()
-{
-    $debug_cmd
-
-    func_append hookable_fns " $1"
-}
-
-
-# func_add_hook FUNC_NAME HOOK_FUNC
-# ---------------------------------
-# Request that FUNC_NAME call HOOK_FUNC before it returns.  FUNC_NAME must
-# first have been declared "hookable" by a call to 'func_hookable'.
-func_add_hook ()
-{
-    $debug_cmd
-
-    case " $hookable_fns " in
-      *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not accept hook functions." ;;
-    esac
-
-    eval func_append ${1}_hooks '" $2"'
-}
-
-
-# func_remove_hook FUNC_NAME HOOK_FUNC
-# ------------------------------------
-# Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
-func_remove_hook ()
-{
-    $debug_cmd
-
-    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
-}
-
-
-# func_run_hooks FUNC_NAME [ARG]...
-# ---------------------------------
-# Run all hook functions registered to FUNC_NAME.
-# It is assumed that the list of hook functions contains nothing more
-# than a whitespace-delimited list of legal shell function names, and
-# no effort is wasted trying to catch shell meta-characters or preserve
-# whitespace.
-func_run_hooks ()
-{
-    $debug_cmd
-
-    case " $hookable_fns " in
-      *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not support hook funcions.n" ;;
+      *[\\\`\"]*)
+	my_arg=`$ECHO "$1" | $SED \
+	    -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
+      *)
+        my_arg="$1" ;;
     esac
 
-    eval _G_hook_fns=\$$1_hooks; shift
-
-    for _G_hook in $_G_hook_fns; do
-      eval $_G_hook '"$@"'
-
-      # store returned options list back into positional
-      # parameters for next 'cmd' execution.
-      eval _G_hook_result=\$${_G_hook}_result
-      eval set dummy "$_G_hook_result"; shift
-    done
-
-    func_quote_for_eval ${1+"$@"}
-    func_run_hooks_result=$func_quote_for_eval_result
-}
-
-
-
-## --------------- ##
-## Option parsing. ##
-## --------------- ##
-
-# In order to add your own option parsing hooks, you must accept the
-# full positional parameter list in your hook function, remove any
-# options that you action, and then pass back the remaining unprocessed
-# options in '<hooked_function_name>_result', escaped suitably for
-# 'eval'.  Like this:
-#
-#    my_options_prep ()
-#    {
-#        $debug_cmd
-#
-#        # Extend the existing usage message.
-#        usage_message=$usage_message'
-#      -s, --silent       don'\''t print informational messages
-#    '
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_options_prep_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_options_prep my_options_prep
-#
-#
-#    my_silent_option ()
-#    {
-#        $debug_cmd
-#
-#        # Note that for efficiency, we parse as many options as we can
-#        # recognise in a loop before passing the remainder back to the
-#        # caller on the first unrecognised argument we encounter.
-#        while test $# -gt 0; do
-#          opt=$1; shift
-#          case $opt in
-#            --silent|-s) opt_silent=: ;;
-#            # Separate non-argument short options:
-#            -s*)         func_split_short_opt "$_G_opt"
-#                         set dummy "$func_split_short_opt_name" \
-#                             "-$func_split_short_opt_arg" ${1+"$@"}
-#                         shift
-#                         ;;
-#            *)            set dummy "$_G_opt" "$*"; shift; break ;;
-#          esac
-#        done
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_silent_option_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_parse_options my_silent_option
-#
-#
-#    my_option_validation ()
-#    {
-#        $debug_cmd
-#
-#        $opt_silent && $opt_verbose && func_fatal_help "\
-#    '--silent' and '--verbose' options are mutually exclusive."
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_option_validation_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_validate_options my_option_validation
-#
-# You'll alse need to manually amend $usage_message to reflect the extra
-# options you parse.  It's preferable to append if you can, so that
-# multiple option parsing hooks can be added safely.
-
-
-# func_options [ARG]...
-# ---------------------
-# All the functions called inside func_options are hookable. See the
-# individual implementations for details.
-func_hookable func_options
-func_options ()
-{
-    $debug_cmd
-
-    func_options_prep ${1+"$@"}
-    eval func_parse_options \
-        ${func_options_prep_result+"$func_options_prep_result"}
-    eval func_validate_options \
-        ${func_parse_options_result+"$func_parse_options_result"}
-
-    eval func_run_hooks func_options \
-        ${func_validate_options_result+"$func_validate_options_result"}
+    case $my_arg in
+      # Double-quote args containing shell metacharacters to delay
+      # word splitting and command substitution for a subsequent eval.
+      # Many Bourne shells cannot handle close brackets correctly
+      # in scan sets, so we specify it separately.
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
+        my_arg="\"$my_arg\""
+        ;;
+    esac
 
-    # save modified positional parameters for caller
-    func_options_result=$func_run_hooks_result
+    func_quote_for_expand_result="$my_arg"
 }
 
 
-# func_options_prep [ARG]...
-# --------------------------
-# All initialisations required before starting the option parse loop.
-# Note that when calling hook functions, we pass through the list of
-# positional parameters.  If a hook function modifies that list, and
-# needs to propogate that back to rest of this script, then the complete
-# modified list must be put in 'func_run_hooks_result' before
-# returning.
-func_hookable func_options_prep
-func_options_prep ()
+# func_show_eval cmd [fail_exp]
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
+# is given, then evaluate it.
+func_show_eval ()
 {
-    $debug_cmd
+    my_cmd="$1"
+    my_fail_exp="${2-:}"
 
-    # Option defaults:
-    opt_verbose=false
-    opt_warning_types=
-
-    func_run_hooks func_options_prep ${1+"$@"}
+    ${opt_silent-false} || {
+      func_quote_for_expand "$my_cmd"
+      eval "func_echo $func_quote_for_expand_result"
+    }
 
-    # save modified positional parameters for caller
-    func_options_prep_result=$func_run_hooks_result
+    if ${opt_dry_run-false}; then :; else
+      eval "$my_cmd"
+      my_status=$?
+      if test "$my_status" -eq 0; then :; else
+	eval "(exit $my_status); $my_fail_exp"
+      fi
+    fi
 }
 
 
-# func_parse_options [ARG]...
-# ---------------------------
-# The main option parsing loop.
-func_hookable func_parse_options
-func_parse_options ()
+# func_show_eval_locale cmd [fail_exp]
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
+# is given, then evaluate it.  Use the saved locale for evaluation.
+func_show_eval_locale ()
 {
-    $debug_cmd
+    my_cmd="$1"
+    my_fail_exp="${2-:}"
 
-    func_parse_options_result=
-
-    # this just eases exit handling
-    while test $# -gt 0; do
-      # Defer to hook functions for initial option parsing, so they
-      # get priority in the event of reusing an option name.
-      func_run_hooks func_parse_options ${1+"$@"}
-
-      # Adjust func_parse_options positional parameters to match
-      eval set dummy "$func_run_hooks_result"; shift
-
-      # Break out of the loop if we already parsed every option.
-      test $# -gt 0 || break
-
-      _G_opt=$1
-      shift
-      case $_G_opt in
-        --debug|-x)   debug_cmd='set -x'
-                      func_echo "enabling shell trace mode"
-                      $debug_cmd
-                      ;;
-
-        --no-warnings|--no-warning|--no-warn)
-                      set dummy --warnings none ${1+"$@"}
-                      shift
-		      ;;
-
-        --warnings|--warning|-W)
-                      test $# = 0 && func_missing_arg $_G_opt && break
-                      case " $warning_categories $1" in
-                        *" $1 "*)
-                          # trailing space prevents matching last $1 above
-                          func_append_uniq opt_warning_types " $1"
-                          ;;
-                        *all)
-                          opt_warning_types=$warning_categories
-                          ;;
-                        *none)
-                          opt_warning_types=none
-                          warning_func=:
-                          ;;
-                        *error)
-                          opt_warning_types=$warning_categories
-                          warning_func=func_fatal_error
-                          ;;
-                        *)
-                          func_fatal_error \
-                             "unsupported warning category: '$1'"
-                          ;;
-                      esac
-                      shift
-                      ;;
-
-        --verbose|-v) opt_verbose=: ;;
-        --version)    func_version ;;
-        -\?|-h)       func_usage ;;
-        --help)       func_help ;;
-
-	# Separate optargs to long options (plugins may need this):
-	--*=*)        func_split_equals "$_G_opt"
-	              set dummy "$func_split_equals_lhs" \
-                          "$func_split_equals_rhs" ${1+"$@"}
-                      shift
-                      ;;
-
-       # Separate optargs to short options:
-        -W*)
-                      func_split_short_opt "$_G_opt"
-                      set dummy "$func_split_short_opt_name" \
-                          "$func_split_short_opt_arg" ${1+"$@"}
-                      shift
-                      ;;
-
-        # Separate non-argument short options:
-        -\?*|-h*|-v*|-x*)
-                      func_split_short_opt "$_G_opt"
-                      set dummy "$func_split_short_opt_name" \
-                          "-$func_split_short_opt_arg" ${1+"$@"}
-                      shift
-                      ;;
-
-        --)           break ;;
-        -*)           func_fatal_help "unrecognised option: '$_G_opt'" ;;
-        *)            set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
-      esac
-    done
+    ${opt_silent-false} || {
+      func_quote_for_expand "$my_cmd"
+      eval "func_echo $func_quote_for_expand_result"
+    }
 
-    # save modified positional parameters for caller
-    func_quote_for_eval ${1+"$@"}
-    func_parse_options_result=$func_quote_for_eval_result
+    if ${opt_dry_run-false}; then :; else
+      eval "$lt_user_locale
+	    $my_cmd"
+      my_status=$?
+      eval "$lt_safe_locale"
+      if test "$my_status" -eq 0; then :; else
+	eval "(exit $my_status); $my_fail_exp"
+      fi
+    fi
 }
 
-
-# func_validate_options [ARG]...
-# ------------------------------
-# Perform any sanity checks on option settings and/or unconsumed
-# arguments.
-func_hookable func_validate_options
-func_validate_options ()
+# func_tr_sh
+# Turn $1 into a string suitable for a shell variable name.
+# Result is stored in $func_tr_sh_result.  All characters
+# not in the set a-zA-Z0-9_ are replaced with '_'. Further,
+# if $1 begins with a digit, a '_' is prepended as well.
+func_tr_sh ()
 {
-    $debug_cmd
-
-    # Display all warnings if -W was not given.
-    test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
-
-    func_run_hooks func_validate_options ${1+"$@"}
-
-    # Bail if the options were screwed!
-    $exit_cmd $EXIT_FAILURE
-
-    # save modified positional parameters for caller
-    func_validate_options_result=$func_run_hooks_result
+  case $1 in
+  [0-9]* | *[!a-zA-Z0-9_]*)
+    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
+    ;;
+  * )
+    func_tr_sh_result=$1
+    ;;
+  esac
 }
 
 
+# func_version
+# Echo version message to standard output and exit.
+func_version ()
+{
+    $opt_debug
 
-## ----------------- ##
-## Helper functions. ##
-## ----------------- ##
-
-# This section contains the helper functions used by the rest of the
-# hookable option parser framework in ascii-betical order.
-
+    $SED -n '/(C)/!b go
+	:more
+	/\./!{
+	  N
+	  s/\n# / /
+	  b more
+	}
+	:go
+	/^# '$PROGRAM' (GNU /,/# warranty; / {
+        s/^# //
+	s/^# *$//
+        s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
+        p
+     }' < "$progpath"
+     exit $?
+}
 
-# func_fatal_help ARG...
-# ----------------------
-# Echo program name prefixed message to standard error, followed by
-# a help hint, and exit.
-func_fatal_help ()
+# func_usage
+# Echo short help message to standard output and exit.
+func_usage ()
 {
-    $debug_cmd
+    $opt_debug
 
-    eval \$ECHO \""Usage: $usage"\"
-    eval \$ECHO \""$fatal_help"\"
-    func_error ${1+"$@"}
-    exit $EXIT_FAILURE
+    $SED -n '/^# Usage:/,/^#  *.*--help/ {
+        s/^# //
+	s/^# *$//
+	s/\$progname/'$progname'/
+	p
+    }' < "$progpath"
+    echo
+    $ECHO "run \`$progname --help | more' for full usage"
+    exit $?
 }
 
-
-# func_help
-# ---------
-# Echo long help message to standard output and exit.
+# func_help [NOEXIT]
+# Echo long help message to standard output and exit,
+# unless 'noexit' is passed as argument.
 func_help ()
 {
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "$long_help_message"
-    exit 0
+    $opt_debug
+
+    $SED -n '/^# Usage:/,/# Report bugs to/ {
+	:print
+        s/^# //
+	s/^# *$//
+	s*\$progname*'$progname'*
+	s*\$host*'"$host"'*
+	s*\$SHELL*'"$SHELL"'*
+	s*\$LTCC*'"$LTCC"'*
+	s*\$LTCFLAGS*'"$LTCFLAGS"'*
+	s*\$LD*'"$LD"'*
+	s/\$with_gnu_ld/'"$with_gnu_ld"'/
+	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
+	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
+	p
+	d
+     }
+     /^# .* home page:/b print
+     /^# General help using/b print
+     ' < "$progpath"
+    ret=$?
+    if test -z "$1"; then
+      exit $ret
+    fi
 }
 
-
-# func_missing_arg ARGNAME
-# ------------------------
+# func_missing_arg argname
 # Echo program name prefixed message to standard error and set global
 # exit_cmd.
 func_missing_arg ()
 {
-    $debug_cmd
+    $opt_debug
 
-    func_error "Missing argument for '$1'."
+    func_error "missing argument for $1."
     exit_cmd=exit
 }
 
 
-# func_split_equals STRING
-# ------------------------
-# Set func_split_equals_lhs and func_split_equals_rhs shell variables after
-# splitting STRING at the '=' sign.
-test -z "$_G_HAVE_XSI_OPS" \
-    && (eval 'x=a/b/c;
-      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
-    && _G_HAVE_XSI_OPS=yes
-
-if test yes = "$_G_HAVE_XSI_OPS"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_split_equals ()
-  {
-      $debug_cmd
-
-      func_split_equals_lhs=${1%%=*}
-      func_split_equals_rhs=${1#*=}
-      test "x$func_split_equals_lhs" = "x$1" \
-        && func_split_equals_rhs=
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_split_equals ()
-  {
-      $debug_cmd
-
-      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
-      func_split_equals_rhs=
-      test "x$func_split_equals_lhs" = "x$1" \
-        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
-  }
-fi #func_split_equals
-
-
-# func_split_short_opt SHORTOPT
-# -----------------------------
+# func_split_short_opt shortopt
 # Set func_split_short_opt_name and func_split_short_opt_arg shell
 # variables after splitting SHORTOPT after the 2nd character.
-if test yes = "$_G_HAVE_XSI_OPS"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_split_short_opt ()
-  {
-      $debug_cmd
-
-      func_split_short_opt_arg=${1#??}
-      func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_split_short_opt ()
-  {
-      $debug_cmd
-
-      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
-      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
-  }
-fi #func_split_short_opt
-
-
-# func_usage
-# ----------
-# Echo short help message to standard output and exit.
-func_usage ()
+func_split_short_opt ()
 {
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "Run '$progname --help |${PAGER-more}' for full usage"
-    exit 0
-}
+    func_split_short_opt_arg=${1#??}
+    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
+} # Extended-shell func_split_short_opt implementation
 
 
-# func_usage_message
-# ------------------
-# Echo short help message to standard output.
-func_usage_message ()
+# func_split_long_opt longopt
+# Set func_split_long_opt_name and func_split_long_opt_arg shell
+# variables after splitting LONGOPT at the `=' sign.
+func_split_long_opt ()
 {
-    $debug_cmd
-
-    eval \$ECHO \""Usage: $usage"\"
-    echo
-    $SED -n 's|^# ||
-        /^Written by/{
-          x;p;x
-        }
-	h
-	/^Written by/q' < "$progpath"
-    echo
-    eval \$ECHO \""$usage_message"\"
-}
+    func_split_long_opt_name=${1%%=*}
+    func_split_long_opt_arg=${1#*=}
+} # Extended-shell func_split_long_opt implementation
 
+exit_cmd=:
 
-# func_version
-# ------------
-# Echo version message to standard output and exit.
-func_version ()
-{
-    $debug_cmd
 
-    printf '%s\n' "$progname $scriptversion"
-    $SED -n '
-        /(C)/!b go
-        :more
-        /\./!{
-          N
-          s|\n# | |
-          b more
-        }
-        :go
-        /^# Written by /,/# warranty; / {
-          s|^# ||
-          s|^# *$||
-          s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
-          p
-        }
-        /^# Written by / {
-          s|^# ||
-          p
-        }
-        /^warranty; /q' < "$progpath"
 
-    exit $?
-}
 
 
-# Local variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
-# time-stamp-time-zone: "UTC"
-# End:
+magic="%%%MAGIC variable%%%"
+magic_exe="%%%MAGIC EXE variable%%%"
 
-# Set a version string.
-scriptversion='(GNU libtool) 2.4.6'
+# Global variables.
+nonopt=
+preserve_args=
+lo2o="s/\\.lo\$/.${objext}/"
+o2lo="s/\\.${objext}\$/.lo/"
+extracted_archives=
+extracted_serial=0
 
+# If this variable is set in any of the actions, the command in it
+# will be execed at the end.  This prevents here-documents from being
+# left over by shells.
+exec_cmd=
 
-# func_echo ARG...
-# ----------------
-# Libtool also displays the current mode in messages, so override
-# funclib.sh func_echo with this custom definition.
-func_echo ()
+# func_append var value
+# Append VALUE to the end of shell variable VAR.
+func_append ()
 {
-    $debug_cmd
-
-    _G_message=$*
-
-    func_echo_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_IFS
-      $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
-    done
-    IFS=$func_echo_IFS
-}
-
+    eval "${1}+=\${2}"
+} # Extended-shell func_append implementation
 
-# func_warning ARG...
-# -------------------
-# Libtool warnings are not categorized, so override funclib.sh
-# func_warning with this simpler definition.
-func_warning ()
+# func_append_quoted var value
+# Quote VALUE and append to the end of shell variable VAR, separated
+# by a space.
+func_append_quoted ()
 {
-    $debug_cmd
-
-    $warning_func ${1+"$@"}
-}
-
+    func_quote_for_eval "${2}"
+    eval "${1}+=\\ \$func_quote_for_eval_result"
+} # Extended-shell func_append_quoted implementation
 
-## ---------------- ##
-## Options parsing. ##
-## ---------------- ##
-
-# Hook in the functions to make sure our own options are parsed during
-# the option parsing loop.
-
-usage='$progpath [OPTION]... [MODE-ARG]...'
-
-# Short help message in response to '-h'.
-usage_message="Options:
-       --config             show all configuration variables
-       --debug              enable verbose shell tracing
-   -n, --dry-run            display commands without modifying any files
-       --features           display basic configuration information and exit
-       --mode=MODE          use operation mode MODE
-       --no-warnings        equivalent to '-Wnone'
-       --preserve-dup-deps  don't remove duplicate dependency libraries
-       --quiet, --silent    don't print informational messages
-       --tag=TAG            use configuration variables from tag TAG
-   -v, --verbose            print more informational messages than default
-       --version            print version information
-   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY [all]
-   -h, --help, --help-all   print short, long, or detailed help message
-"
 
-# Additional text appended to 'usage_message' in response to '--help'.
-func_help ()
+# func_arith arithmetic-term...
+func_arith ()
 {
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "$long_help_message
-
-MODE must be one of the following:
-
-       clean           remove files from the build directory
-       compile         compile a source file into a libtool object
-       execute         automatically set library path, then run a program
-       finish          complete the installation of libtool libraries
-       install         install libraries or executables
-       link            create a library or an executable
-       uninstall       remove libraries from an installed directory
-
-MODE-ARGS vary depending on the MODE.  When passed as first option,
-'--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that.
-Try '$progname --help --mode=MODE' for a more detailed description of MODE.
-
-When reporting a bug, please describe a test case to reproduce it and
-include the following information:
-
-       host-triplet:   $host
-       shell:          $SHELL
-       compiler:       $LTCC
-       compiler flags: $LTCFLAGS
-       linker:         $LD (gnu? $with_gnu_ld)
-       version:        $progname (GNU libtool) 2.4.6
-       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
-       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
-
-Report bugs to <bug-libtool at gnu.org>.
-GNU libtool home page: <http://www.gnu.org/software/libtool/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>."
-    exit 0
-}
+    func_arith_result=$(( $* ))
+} # Extended-shell func_arith implementation
 
 
-# func_lo2o OBJECT-NAME
-# ---------------------
-# Transform OBJECT-NAME from a '.lo' suffix to the platform specific
-# object suffix.
+# func_len string
+# STRING may not start with a hyphen.
+func_len ()
+{
+    func_len_result=${#1}
+} # Extended-shell func_len implementation
 
-lo2o=s/\\.lo\$/.$objext/
-o2lo=s/\\.$objext\$/.lo/
 
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_lo2o ()
-  {
-    case $1 in
-      *.lo) func_lo2o_result=${1%.lo}.$objext ;;
-      *   ) func_lo2o_result=$1               ;;
+# func_lo2o object
+func_lo2o ()
+{
+    case ${1} in
+      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
+      *)    func_lo2o_result=${1} ;;
     esac
-  }'
+} # Extended-shell func_lo2o implementation
 
-  # func_xform LIBOBJ-OR-SOURCE
-  # ---------------------------
-  # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise)
-  # suffix to a '.lo' libtool-object suffix.
-  eval 'func_xform ()
-  {
-    func_xform_result=${1%.*}.lo
-  }'
-else
-  # ...otherwise fall back to using sed.
-  func_lo2o ()
-  {
-    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
-  }
 
-  func_xform ()
-  {
-    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
-  }
-fi
+# func_xform libobj-or-source
+func_xform ()
+{
+    func_xform_result=${1%.*}.lo
+} # Extended-shell func_xform implementation
 
 
-# func_fatal_configuration ARG...
-# -------------------------------
+# func_fatal_configuration arg...
 # Echo program name prefixed message to standard error, followed by
 # a configuration failure hint, and exit.
 func_fatal_configuration ()
 {
-    func__fatal_error ${1+"$@"} \
-      "See the $PACKAGE documentation for more information." \
-      "Fatal configuration error."
+    func_error ${1+"$@"}
+    func_error "See the $PACKAGE documentation for more information."
+    func_fatal_error "Fatal configuration error."
 }
 
 
 # func_config
-# -----------
 # Display the configuration for all the tags in this script.
 func_config ()
 {
@@ -2644,19 +1337,17 @@ func_config ()
     exit $?
 }
 
-
 # func_features
-# -------------
 # Display the features supported by this script.
 func_features ()
 {
     echo "host: $host"
-    if test yes = "$build_libtool_libs"; then
+    if test "$build_libtool_libs" = yes; then
       echo "enable shared libraries"
     else
       echo "disable shared libraries"
     fi
-    if test yes = "$build_old_libs"; then
+    if test "$build_old_libs" = yes; then
       echo "enable static libraries"
     else
       echo "disable static libraries"
@@ -2665,297 +1356,289 @@ func_features ()
     exit $?
 }
 
-
-# func_enable_tag TAGNAME
-# -----------------------
+# func_enable_tag tagname
 # Verify that TAGNAME is valid, and either flag an error and exit, or
 # enable the TAGNAME tag.  We also add TAGNAME to the global $taglist
 # variable here.
 func_enable_tag ()
 {
-    # Global variable:
-    tagname=$1
+  # Global variable:
+  tagname="$1"
 
-    re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
-    re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
-    sed_extractcf=/$re_begincf/,/$re_endcf/p
+  re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
+  re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
+  sed_extractcf="/$re_begincf/,/$re_endcf/p"
 
-    # Validate tagname.
-    case $tagname in
-      *[!-_A-Za-z0-9,/]*)
-        func_fatal_error "invalid tag name: $tagname"
-        ;;
-    esac
+  # Validate tagname.
+  case $tagname in
+    *[!-_A-Za-z0-9,/]*)
+      func_fatal_error "invalid tag name: $tagname"
+      ;;
+  esac
 
-    # Don't test for the "default" C tag, as we know it's
-    # there but not specially marked.
-    case $tagname in
-        CC) ;;
+  # Don't test for the "default" C tag, as we know it's
+  # there but not specially marked.
+  case $tagname in
+    CC) ;;
     *)
-        if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
-	  taglist="$taglist $tagname"
-
-	  # Evaluate the configuration.  Be careful to quote the path
-	  # and the sed script, to avoid splitting on whitespace, but
-	  # also don't use non-portable quotes within backquotes within
-	  # quotes we have to do it in 2 steps:
-	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
-	  eval "$extractedcf"
-        else
-	  func_error "ignoring unknown tag $tagname"
-        fi
-        ;;
-    esac
+      if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
+	taglist="$taglist $tagname"
+
+	# Evaluate the configuration.  Be careful to quote the path
+	# and the sed script, to avoid splitting on whitespace, but
+	# also don't use non-portable quotes within backquotes within
+	# quotes we have to do it in 2 steps:
+	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
+	eval "$extractedcf"
+      else
+	func_error "ignoring unknown tag $tagname"
+      fi
+      ;;
+  esac
 }
 
-
 # func_check_version_match
-# ------------------------
 # Ensure that we are using m4 macros, and libtool script from the same
 # release of libtool.
 func_check_version_match ()
 {
-    if test "$package_revision" != "$macro_revision"; then
-      if test "$VERSION" != "$macro_version"; then
-        if test -z "$macro_version"; then
-          cat >&2 <<_LT_EOF
+  if test "$package_revision" != "$macro_revision"; then
+    if test "$VERSION" != "$macro_version"; then
+      if test -z "$macro_version"; then
+        cat >&2 <<_LT_EOF
 $progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
 $progname: definition of this LT_INIT comes from an older release.
 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
 $progname: and run autoconf again.
 _LT_EOF
-        else
-          cat >&2 <<_LT_EOF
+      else
+        cat >&2 <<_LT_EOF
 $progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
 $progname: and run autoconf again.
 _LT_EOF
-        fi
-      else
-        cat >&2 <<_LT_EOF
+      fi
+    else
+      cat >&2 <<_LT_EOF
 $progname: Version mismatch error.  This is $PACKAGE $VERSION, revision $package_revision,
 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
 $progname: of $PACKAGE $VERSION and run autoconf again.
 _LT_EOF
-      fi
-
-      exit $EXIT_MISMATCH
     fi
-}
 
+    exit $EXIT_MISMATCH
+  fi
+}
 
-# libtool_options_prep [ARG]...
-# -----------------------------
-# Preparation for options parsed by libtool.
-libtool_options_prep ()
-{
-    $debug_mode
 
-    # Option defaults:
-    opt_config=false
-    opt_dlopen=
-    opt_dry_run=false
-    opt_help=false
-    opt_mode=
-    opt_preserve_dup_deps=false
-    opt_quiet=false
+# Shorthand for --mode=foo, only valid as the first argument
+case $1 in
+clean|clea|cle|cl)
+  shift; set dummy --mode clean ${1+"$@"}; shift
+  ;;
+compile|compil|compi|comp|com|co|c)
+  shift; set dummy --mode compile ${1+"$@"}; shift
+  ;;
+execute|execut|execu|exec|exe|ex|e)
+  shift; set dummy --mode execute ${1+"$@"}; shift
+  ;;
+finish|finis|fini|fin|fi|f)
+  shift; set dummy --mode finish ${1+"$@"}; shift
+  ;;
+install|instal|insta|inst|ins|in|i)
+  shift; set dummy --mode install ${1+"$@"}; shift
+  ;;
+link|lin|li|l)
+  shift; set dummy --mode link ${1+"$@"}; shift
+  ;;
+uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
+  shift; set dummy --mode uninstall ${1+"$@"}; shift
+  ;;
+esac
 
-    nonopt=
-    preserve_args=
 
-    # Shorthand for --mode=foo, only valid as the first argument
-    case $1 in
-    clean|clea|cle|cl)
-      shift; set dummy --mode clean ${1+"$@"}; shift
-      ;;
-    compile|compil|compi|comp|com|co|c)
-      shift; set dummy --mode compile ${1+"$@"}; shift
-      ;;
-    execute|execut|execu|exec|exe|ex|e)
-      shift; set dummy --mode execute ${1+"$@"}; shift
-      ;;
-    finish|finis|fini|fin|fi|f)
-      shift; set dummy --mode finish ${1+"$@"}; shift
-      ;;
-    install|instal|insta|inst|ins|in|i)
-      shift; set dummy --mode install ${1+"$@"}; shift
-      ;;
-    link|lin|li|l)
-      shift; set dummy --mode link ${1+"$@"}; shift
-      ;;
-    uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
-      shift; set dummy --mode uninstall ${1+"$@"}; shift
-      ;;
-    esac
 
-    # Pass back the list of options.
-    func_quote_for_eval ${1+"$@"}
-    libtool_options_prep_result=$func_quote_for_eval_result
-}
-func_add_hook func_options_prep libtool_options_prep
+# Option defaults:
+opt_debug=:
+opt_dry_run=false
+opt_config=false
+opt_preserve_dup_deps=false
+opt_features=false
+opt_finish=false
+opt_help=false
+opt_help_all=false
+opt_silent=:
+opt_warning=:
+opt_verbose=:
+opt_silent=false
+opt_verbose=false
 
 
-# libtool_parse_options [ARG]...
-# ---------------------------------
-# Provide handling for libtool specific options.
-libtool_parse_options ()
+# Parse options once, thoroughly.  This comes as soon as possible in the
+# script to make things like `--version' happen as quickly as we can.
 {
-    $debug_cmd
+  # this just eases exit handling
+  while test $# -gt 0; do
+    opt="$1"
+    shift
+    case $opt in
+      --debug|-x)	opt_debug='set -x'
+			func_echo "enabling shell trace mode"
+			$opt_debug
+			;;
+      --dry-run|--dryrun|-n)
+			opt_dry_run=:
+			;;
+      --config)
+			opt_config=:
+func_config
+			;;
+      --dlopen|-dlopen)
+			optarg="$1"
+			opt_dlopen="${opt_dlopen+$opt_dlopen
+}$optarg"
+			shift
+			;;
+      --preserve-dup-deps)
+			opt_preserve_dup_deps=:
+			;;
+      --features)
+			opt_features=:
+func_features
+			;;
+      --finish)
+			opt_finish=:
+set dummy --mode finish ${1+"$@"}; shift
+			;;
+      --help)
+			opt_help=:
+			;;
+      --help-all)
+			opt_help_all=:
+opt_help=': help-all'
+			;;
+      --mode)
+			test $# = 0 && func_missing_arg $opt && break
+			optarg="$1"
+			opt_mode="$optarg"
+case $optarg in
+  # Valid mode arguments:
+  clean|compile|execute|finish|install|link|relink|uninstall) ;;
+
+  # Catch anything else as an error
+  *) func_error "invalid argument for $opt"
+     exit_cmd=exit
+     break
+     ;;
+esac
+			shift
+			;;
+      --no-silent|--no-quiet)
+			opt_silent=false
+preserve_args+=" $opt"
+			;;
+      --no-warning|--no-warn)
+			opt_warning=false
+preserve_args+=" $opt"
+			;;
+      --no-verbose)
+			opt_verbose=false
+preserve_args+=" $opt"
+			;;
+      --silent|--quiet)
+			opt_silent=:
+preserve_args+=" $opt"
+        opt_verbose=false
+			;;
+      --verbose|-v)
+			opt_verbose=:
+preserve_args+=" $opt"
+opt_silent=false
+			;;
+      --tag)
+			test $# = 0 && func_missing_arg $opt && break
+			optarg="$1"
+			opt_tag="$optarg"
+preserve_args+=" $opt $optarg"
+func_enable_tag "$optarg"
+			shift
+			;;
+
+      -\?|-h)		func_usage				;;
+      --help)		func_help				;;
+      --version)	func_version				;;
+
+      # Separate optargs to long options:
+      --*=*)
+			func_split_long_opt "$opt"
+			set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"}
+			shift
+			;;
+
+      # Separate non-argument short options:
+      -\?*|-h*|-n*|-v*)
+			func_split_short_opt "$opt"
+			set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"}
+			shift
+			;;
+
+      --)		break					;;
+      -*)		func_fatal_help "unrecognized option \`$opt'" ;;
+      *)		set dummy "$opt" ${1+"$@"};	shift; break  ;;
+    esac
+  done
 
-    # Perform our own loop to consume as many options as possible in
-    # each iteration.
-    while test $# -gt 0; do
-      _G_opt=$1
-      shift
-      case $_G_opt in
-        --dry-run|--dryrun|-n)
-                        opt_dry_run=:
-                        ;;
-
-        --config)       func_config ;;
-
-        --dlopen|-dlopen)
-                        opt_dlopen="${opt_dlopen+$opt_dlopen
-}$1"
-                        shift
-                        ;;
-
-        --preserve-dup-deps)
-                        opt_preserve_dup_deps=: ;;
-
-        --features)     func_features ;;
-
-        --finish)       set dummy --mode finish ${1+"$@"}; shift ;;
-
-        --help)         opt_help=: ;;
-
-        --help-all)     opt_help=': help-all' ;;
-
-        --mode)         test $# = 0 && func_missing_arg $_G_opt && break
-                        opt_mode=$1
-                        case $1 in
-                          # Valid mode arguments:
-                          clean|compile|execute|finish|install|link|relink|uninstall) ;;
-
-                          # Catch anything else as an error
-                          *) func_error "invalid argument for $_G_opt"
-                             exit_cmd=exit
-                             break
-                             ;;
-                        esac
-                        shift
-                        ;;
-
-        --no-silent|--no-quiet)
-                        opt_quiet=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --no-warnings|--no-warning|--no-warn)
-                        opt_warning=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --no-verbose)
-                        opt_verbose=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --silent|--quiet)
-                        opt_quiet=:
-                        opt_verbose=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --tag)          test $# = 0 && func_missing_arg $_G_opt && break
-                        opt_tag=$1
-                        func_append preserve_args " $_G_opt $1"
-                        func_enable_tag "$1"
-                        shift
-                        ;;
-
-        --verbose|-v)   opt_quiet=false
-                        opt_verbose=:
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-	# An option not handled by this hook function:
-        *)		set dummy "$_G_opt" ${1+"$@"};	shift; break  ;;
-      esac
-    done
+  # Validate options:
 
+  # save first non-option argument
+  if test "$#" -gt 0; then
+    nonopt="$opt"
+    shift
+  fi
 
-    # save modified positional parameters for caller
-    func_quote_for_eval ${1+"$@"}
-    libtool_parse_options_result=$func_quote_for_eval_result
-}
-func_add_hook func_parse_options libtool_parse_options
+  # preserve --debug
+  test "$opt_debug" = : || preserve_args+=" --debug"
 
+  case $host in
+    *cygwin* | *mingw* | *pw32* | *cegcc*)
+      # don't eliminate duplications in $postdeps and $predeps
+      opt_duplicate_compiler_generated_deps=:
+      ;;
+    *)
+      opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
+      ;;
+  esac
 
+  $opt_help || {
+    # Sanity checks first:
+    func_check_version_match
 
-# libtool_validate_options [ARG]...
-# ---------------------------------
-# Perform any sanity checks on option settings and/or unconsumed
-# arguments.
-libtool_validate_options ()
-{
-    # save first non-option argument
-    if test 0 -lt $#; then
-      nonopt=$1
-      shift
+    if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
+      func_fatal_configuration "not configured to build any kind of library"
     fi
 
-    # preserve --debug
-    test : = "$debug_cmd" || func_append preserve_args " --debug"
-
-    case $host in
-      # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
-      # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
-      *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
-        # don't eliminate duplications in $postdeps and $predeps
-        opt_duplicate_compiler_generated_deps=:
-        ;;
-      *)
-        opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
-        ;;
-    esac
-
-    $opt_help || {
-      # Sanity checks first:
-      func_check_version_match
+    # Darwin sucks
+    eval std_shrext=\"$shrext_cmds\"
 
-      test yes != "$build_libtool_libs" \
-        && test yes != "$build_old_libs" \
-        && func_fatal_configuration "not configured to build any kind of library"
-
-      # Darwin sucks
-      eval std_shrext=\"$shrext_cmds\"
+    # Only execute mode is allowed to have -dlopen flags.
+    if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
+      func_error "unrecognized option \`-dlopen'"
+      $ECHO "$help" 1>&2
+      exit $EXIT_FAILURE
+    fi
 
-      # Only execute mode is allowed to have -dlopen flags.
-      if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
-        func_error "unrecognized option '-dlopen'"
-        $ECHO "$help" 1>&2
-        exit $EXIT_FAILURE
-      fi
+    # Change the help message to a mode-specific one.
+    generic_help="$help"
+    help="Try \`$progname --help --mode=$opt_mode' for more information."
+  }
 
-      # Change the help message to a mode-specific one.
-      generic_help=$help
-      help="Try '$progname --help --mode=$opt_mode' for more information."
-    }
 
-    # Pass back the unparsed argument list
-    func_quote_for_eval ${1+"$@"}
-    libtool_validate_options_result=$func_quote_for_eval_result
+  # Bail if the options were screwed
+  $exit_cmd $EXIT_FAILURE
 }
-func_add_hook func_validate_options libtool_validate_options
-
 
-# Process options as early as possible so that --help and --version
-# can return quickly.
-func_options ${1+"$@"}
-eval set dummy "$func_options_result"; shift
 
 
 
@@ -2963,52 +1646,24 @@ eval set dummy "$func_options_result"; shift
 ##    Main.    ##
 ## ----------- ##
 
-magic='%%%MAGIC variable%%%'
-magic_exe='%%%MAGIC EXE variable%%%'
-
-# Global variables.
-extracted_archives=
-extracted_serial=0
-
-# If this variable is set in any of the actions, the command in it
-# will be execed at the end.  This prevents here-documents from being
-# left over by shells.
-exec_cmd=
-
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-}
-
-# func_generated_by_libtool
-# True iff stdin has been generated by Libtool. This function is only
-# a basic sanity check; it will hardly flush out determined imposters.
-func_generated_by_libtool_p ()
-{
-  $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
-}
-
 # func_lalib_p file
-# True iff FILE is a libtool '.la' library or '.lo' object file.
+# True iff FILE is a libtool `.la' library or `.lo' object file.
 # This function is only a basic sanity check; it will hardly flush out
 # determined imposters.
 func_lalib_p ()
 {
     test -f "$1" &&
-      $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p
+      $SED -e 4q "$1" 2>/dev/null \
+        | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
 }
 
 # func_lalib_unsafe_p file
-# True iff FILE is a libtool '.la' library or '.lo' object file.
+# True iff FILE is a libtool `.la' library or `.lo' object file.
 # This function implements the same check as func_lalib_p without
 # resorting to external programs.  To this end, it redirects stdin and
 # closes it afterwards, without saving the original file descriptor.
 # As a safety measure, use it only where a negative result would be
-# fatal anyway.  Works if 'file' does not exist.
+# fatal anyway.  Works if `file' does not exist.
 func_lalib_unsafe_p ()
 {
     lalib_p=no
@@ -3016,13 +1671,13 @@ func_lalib_unsafe_p ()
 	for lalib_p_l in 1 2 3 4
 	do
 	    read lalib_p_line
-	    case $lalib_p_line in
+	    case "$lalib_p_line" in
 		\#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
 	    esac
 	done
 	exec 0<&5 5<&-
     fi
-    test yes = "$lalib_p"
+    test "$lalib_p" = yes
 }
 
 # func_ltwrapper_script_p file
@@ -3031,8 +1686,7 @@ func_lalib_unsafe_p ()
 # determined imposters.
 func_ltwrapper_script_p ()
 {
-    test -f "$1" &&
-      $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p
+    func_lalib_p "$1"
 }
 
 # func_ltwrapper_executable_p file
@@ -3057,7 +1711,7 @@ func_ltwrapper_scriptname ()
 {
     func_dirname_and_basename "$1" "" "."
     func_stripname '' '.exe' "$func_basename_result"
-    func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper
+    func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
 }
 
 # func_ltwrapper_p file
@@ -3076,13 +1730,11 @@ func_ltwrapper_p ()
 # FAIL_CMD may read-access the current command in variable CMD!
 func_execute_cmds ()
 {
-    $debug_cmd
-
+    $opt_debug
     save_ifs=$IFS; IFS='~'
     for cmd in $1; do
-      IFS=$sp$nl
-      eval cmd=\"$cmd\"
       IFS=$save_ifs
+      eval cmd=\"$cmd\"
       func_show_eval "$cmd" "${2-:}"
     done
     IFS=$save_ifs
@@ -3094,11 +1746,10 @@ func_execute_cmds ()
 # Note that it is not necessary on cygwin/mingw to append a dot to
 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
 # behavior happens only for exec(3), not for open(2)!  Also, sourcing
-# 'FILE.' does not work on cygwin managed mounts.
+# `FILE.' does not work on cygwin managed mounts.
 func_source ()
 {
-    $debug_cmd
-
+    $opt_debug
     case $1 in
     */* | *\\*)	. "$1" ;;
     *)		. "./$1" ;;
@@ -3125,10 +1776,10 @@ func_resolve_sysroot ()
 # store the result into func_replace_sysroot_result.
 func_replace_sysroot ()
 {
-  case $lt_sysroot:$1 in
+  case "$lt_sysroot:$1" in
   ?*:"$lt_sysroot"*)
     func_stripname "$lt_sysroot" '' "$1"
-    func_replace_sysroot_result='='$func_stripname_result
+    func_replace_sysroot_result="=$func_stripname_result"
     ;;
   *)
     # Including no sysroot.
@@ -3145,8 +1796,7 @@ func_replace_sysroot ()
 # arg is usually of the form 'gcc ...'
 func_infer_tag ()
 {
-    $debug_cmd
-
+    $opt_debug
     if test -n "$available_tags" && test -z "$tagname"; then
       CC_quoted=
       for arg in $CC; do
@@ -3165,7 +1815,7 @@ func_infer_tag ()
 	for z in $available_tags; do
 	  if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
 	    # Evaluate the configuration.
-	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
+	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
 	    CC_quoted=
 	    for arg in $CC; do
 	      # Double-quote args containing other shell metacharacters.
@@ -3190,7 +1840,7 @@ func_infer_tag ()
 	# line option must be used.
 	if test -z "$tagname"; then
 	  func_echo "unable to infer tagged configuration"
-	  func_fatal_error "specify a tag with '--tag'"
+	  func_fatal_error "specify a tag with \`--tag'"
 #	else
 #	  func_verbose "using $tagname tagged configuration"
 	fi
@@ -3206,15 +1856,15 @@ func_infer_tag ()
 # but don't create it if we're doing a dry run.
 func_write_libtool_object ()
 {
-    write_libobj=$1
-    if test yes = "$build_libtool_libs"; then
-      write_lobj=\'$2\'
+    write_libobj=${1}
+    if test "$build_libtool_libs" = yes; then
+      write_lobj=\'${2}\'
     else
       write_lobj=none
     fi
 
-    if test yes = "$build_old_libs"; then
-      write_oldobj=\'$3\'
+    if test "$build_old_libs" = yes; then
+      write_oldobj=\'${3}\'
     else
       write_oldobj=none
     fi
@@ -3222,7 +1872,7 @@ func_write_libtool_object ()
     $opt_dry_run || {
       cat >${write_libobj}T <<EOF
 # $write_libobj - a libtool object file
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 #
 # Please DO NOT delete this file!
 # It is necessary for linking the library.
@@ -3234,7 +1884,7 @@ pic_object=$write_lobj
 non_pic_object=$write_oldobj
 
 EOF
-      $MV "${write_libobj}T" "$write_libobj"
+      $MV "${write_libobj}T" "${write_libobj}"
     }
 }
 
@@ -3254,9 +1904,8 @@ EOF
 # be empty on error (or when ARG is empty)
 func_convert_core_file_wine_to_w32 ()
 {
-  $debug_cmd
-
-  func_convert_core_file_wine_to_w32_result=$1
+  $opt_debug
+  func_convert_core_file_wine_to_w32_result="$1"
   if test -n "$1"; then
     # Unfortunately, winepath does not exit with a non-zero error code, so we
     # are forced to check the contents of stdout. On the other hand, if the
@@ -3264,9 +1913,9 @@ func_convert_core_file_wine_to_w32 ()
     # *an error message* to stdout. So we must check for both error code of
     # zero AND non-empty stdout, which explains the odd construction:
     func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
+    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
       func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
-        $SED -e "$sed_naive_backslashify"`
+        $SED -e "$lt_sed_naive_backslashify"`
     else
       func_convert_core_file_wine_to_w32_result=
     fi
@@ -3287,19 +1936,18 @@ func_convert_core_file_wine_to_w32 ()
 # are convertible, then the result may be empty.
 func_convert_core_path_wine_to_w32 ()
 {
-  $debug_cmd
-
+  $opt_debug
   # unfortunately, winepath doesn't convert paths, only file names
-  func_convert_core_path_wine_to_w32_result=
+  func_convert_core_path_wine_to_w32_result=""
   if test -n "$1"; then
     oldIFS=$IFS
     IFS=:
     for func_convert_core_path_wine_to_w32_f in $1; do
       IFS=$oldIFS
       func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
-      if test -n "$func_convert_core_file_wine_to_w32_result"; then
+      if test -n "$func_convert_core_file_wine_to_w32_result" ; then
         if test -z "$func_convert_core_path_wine_to_w32_result"; then
-          func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result
+          func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result"
         else
           func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
         fi
@@ -3328,8 +1976,7 @@ func_convert_core_path_wine_to_w32 ()
 # environment variable; do not put it in $PATH.
 func_cygpath ()
 {
-  $debug_cmd
-
+  $opt_debug
   if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
     func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
     if test "$?" -ne 0; then
@@ -3338,7 +1985,7 @@ func_cygpath ()
     fi
   else
     func_cygpath_result=
-    func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'"
+    func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'"
   fi
 }
 #end: func_cygpath
@@ -3349,11 +1996,10 @@ func_cygpath ()
 # result in func_convert_core_msys_to_w32_result.
 func_convert_core_msys_to_w32 ()
 {
-  $debug_cmd
-
+  $opt_debug
   # awkward: cmd appends spaces to result
   func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
-    $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
+    $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
 }
 #end: func_convert_core_msys_to_w32
 
@@ -3364,14 +2010,13 @@ func_convert_core_msys_to_w32 ()
 # func_to_host_file_result to ARG1).
 func_convert_file_check ()
 {
-  $debug_cmd
-
-  if test -z "$2" && test -n "$1"; then
+  $opt_debug
+  if test -z "$2" && test -n "$1" ; then
     func_error "Could not determine host file name corresponding to"
-    func_error "  '$1'"
+    func_error "  \`$1'"
     func_error "Continuing, but uninstalled executables may not work."
     # Fallback:
-    func_to_host_file_result=$1
+    func_to_host_file_result="$1"
   fi
 }
 # end func_convert_file_check
@@ -3383,11 +2028,10 @@ func_convert_file_check ()
 # func_to_host_file_result to a simplistic fallback value (see below).
 func_convert_path_check ()
 {
-  $debug_cmd
-
+  $opt_debug
   if test -z "$4" && test -n "$3"; then
     func_error "Could not determine the host path corresponding to"
-    func_error "  '$3'"
+    func_error "  \`$3'"
     func_error "Continuing, but uninstalled executables may not work."
     # Fallback.  This is a deliberately simplistic "conversion" and
     # should not be "improved".  See libtool.info.
@@ -3396,7 +2040,7 @@ func_convert_path_check ()
       func_to_host_path_result=`echo "$3" |
         $SED -e "$lt_replace_pathsep_chars"`
     else
-      func_to_host_path_result=$3
+      func_to_host_path_result="$3"
     fi
   fi
 }
@@ -3408,14 +2052,13 @@ func_convert_path_check ()
 # and appending REPL if ORIG matches BACKPAT.
 func_convert_path_front_back_pathsep ()
 {
-  $debug_cmd
-
+  $opt_debug
   case $4 in
-  $1 ) func_to_host_path_result=$3$func_to_host_path_result
+  $1 ) func_to_host_path_result="$3$func_to_host_path_result"
     ;;
   esac
   case $4 in
-  $2 ) func_append func_to_host_path_result "$3"
+  $2 ) func_to_host_path_result+="$3"
     ;;
   esac
 }
@@ -3425,7 +2068,7 @@ func_convert_path_front_back_pathsep ()
 ##################################################
 # $build to $host FILE NAME CONVERSION FUNCTIONS #
 ##################################################
-# invoked via '$to_host_file_cmd ARG'
+# invoked via `$to_host_file_cmd ARG'
 #
 # In each case, ARG is the path to be converted from $build to $host format.
 # Result will be available in $func_to_host_file_result.
@@ -3436,8 +2079,7 @@ func_convert_path_front_back_pathsep ()
 # in func_to_host_file_result.
 func_to_host_file ()
 {
-  $debug_cmd
-
+  $opt_debug
   $to_host_file_cmd "$1"
 }
 # end func_to_host_file
@@ -3449,8 +2091,7 @@ func_to_host_file ()
 # in (the comma separated) LAZY, no conversion takes place.
 func_to_tool_file ()
 {
-  $debug_cmd
-
+  $opt_debug
   case ,$2, in
     *,"$to_tool_file_cmd",*)
       func_to_tool_file_result=$1
@@ -3468,7 +2109,7 @@ func_to_tool_file ()
 # Copy ARG to func_to_host_file_result.
 func_convert_file_noop ()
 {
-  func_to_host_file_result=$1
+  func_to_host_file_result="$1"
 }
 # end func_convert_file_noop
 
@@ -3479,12 +2120,11 @@ func_convert_file_noop ()
 # func_to_host_file_result.
 func_convert_file_msys_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_file_result=$1
+  $opt_debug
+  func_to_host_file_result="$1"
   if test -n "$1"; then
     func_convert_core_msys_to_w32 "$1"
-    func_to_host_file_result=$func_convert_core_msys_to_w32_result
+    func_to_host_file_result="$func_convert_core_msys_to_w32_result"
   fi
   func_convert_file_check "$1" "$func_to_host_file_result"
 }
@@ -3496,9 +2136,8 @@ func_convert_file_msys_to_w32 ()
 # func_to_host_file_result.
 func_convert_file_cygwin_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_file_result=$1
+  $opt_debug
+  func_to_host_file_result="$1"
   if test -n "$1"; then
     # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
     # LT_CYGPATH in this case.
@@ -3514,12 +2153,11 @@ func_convert_file_cygwin_to_w32 ()
 # and a working winepath. Returns result in func_to_host_file_result.
 func_convert_file_nix_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_file_result=$1
+  $opt_debug
+  func_to_host_file_result="$1"
   if test -n "$1"; then
     func_convert_core_file_wine_to_w32 "$1"
-    func_to_host_file_result=$func_convert_core_file_wine_to_w32_result
+    func_to_host_file_result="$func_convert_core_file_wine_to_w32_result"
   fi
   func_convert_file_check "$1" "$func_to_host_file_result"
 }
@@ -3531,13 +2169,12 @@ func_convert_file_nix_to_w32 ()
 # Returns result in func_to_host_file_result.
 func_convert_file_msys_to_cygwin ()
 {
-  $debug_cmd
-
-  func_to_host_file_result=$1
+  $opt_debug
+  func_to_host_file_result="$1"
   if test -n "$1"; then
     func_convert_core_msys_to_w32 "$1"
     func_cygpath -u "$func_convert_core_msys_to_w32_result"
-    func_to_host_file_result=$func_cygpath_result
+    func_to_host_file_result="$func_cygpath_result"
   fi
   func_convert_file_check "$1" "$func_to_host_file_result"
 }
@@ -3550,14 +2187,13 @@ func_convert_file_msys_to_cygwin ()
 # in func_to_host_file_result.
 func_convert_file_nix_to_cygwin ()
 {
-  $debug_cmd
-
-  func_to_host_file_result=$1
+  $opt_debug
+  func_to_host_file_result="$1"
   if test -n "$1"; then
     # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
     func_convert_core_file_wine_to_w32 "$1"
     func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
-    func_to_host_file_result=$func_cygpath_result
+    func_to_host_file_result="$func_cygpath_result"
   fi
   func_convert_file_check "$1" "$func_to_host_file_result"
 }
@@ -3567,7 +2203,7 @@ func_convert_file_nix_to_cygwin ()
 #############################################
 # $build to $host PATH CONVERSION FUNCTIONS #
 #############################################
-# invoked via '$to_host_path_cmd ARG'
+# invoked via `$to_host_path_cmd ARG'
 #
 # In each case, ARG is the path to be converted from $build to $host format.
 # The result will be available in $func_to_host_path_result.
@@ -3591,11 +2227,10 @@ func_convert_file_nix_to_cygwin ()
 to_host_path_cmd=
 func_init_to_host_path_cmd ()
 {
-  $debug_cmd
-
+  $opt_debug
   if test -z "$to_host_path_cmd"; then
     func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
-    to_host_path_cmd=func_convert_path_$func_stripname_result
+    to_host_path_cmd="func_convert_path_${func_stripname_result}"
   fi
 }
 
@@ -3605,8 +2240,7 @@ func_init_to_host_path_cmd ()
 # in func_to_host_path_result.
 func_to_host_path ()
 {
-  $debug_cmd
-
+  $opt_debug
   func_init_to_host_path_cmd
   $to_host_path_cmd "$1"
 }
@@ -3617,7 +2251,7 @@ func_to_host_path ()
 # Copy ARG to func_to_host_path_result.
 func_convert_path_noop ()
 {
-  func_to_host_path_result=$1
+  func_to_host_path_result="$1"
 }
 # end func_convert_path_noop
 
@@ -3628,9 +2262,8 @@ func_convert_path_noop ()
 # func_to_host_path_result.
 func_convert_path_msys_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_path_result=$1
+  $opt_debug
+  func_to_host_path_result="$1"
   if test -n "$1"; then
     # Remove leading and trailing path separator characters from ARG.  MSYS
     # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
@@ -3638,7 +2271,7 @@ func_convert_path_msys_to_w32 ()
     func_stripname : : "$1"
     func_to_host_path_tmp1=$func_stripname_result
     func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
-    func_to_host_path_result=$func_convert_core_msys_to_w32_result
+    func_to_host_path_result="$func_convert_core_msys_to_w32_result"
     func_convert_path_check : ";" \
       "$func_to_host_path_tmp1" "$func_to_host_path_result"
     func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
@@ -3652,9 +2285,8 @@ func_convert_path_msys_to_w32 ()
 # func_to_host_file_result.
 func_convert_path_cygwin_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_path_result=$1
+  $opt_debug
+  func_to_host_path_result="$1"
   if test -n "$1"; then
     # See func_convert_path_msys_to_w32:
     func_stripname : : "$1"
@@ -3673,15 +2305,14 @@ func_convert_path_cygwin_to_w32 ()
 # a working winepath.  Returns result in func_to_host_file_result.
 func_convert_path_nix_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_path_result=$1
+  $opt_debug
+  func_to_host_path_result="$1"
   if test -n "$1"; then
     # See func_convert_path_msys_to_w32:
     func_stripname : : "$1"
     func_to_host_path_tmp1=$func_stripname_result
     func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
-    func_to_host_path_result=$func_convert_core_path_wine_to_w32_result
+    func_to_host_path_result="$func_convert_core_path_wine_to_w32_result"
     func_convert_path_check : ";" \
       "$func_to_host_path_tmp1" "$func_to_host_path_result"
     func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
@@ -3695,16 +2326,15 @@ func_convert_path_nix_to_w32 ()
 # Returns result in func_to_host_file_result.
 func_convert_path_msys_to_cygwin ()
 {
-  $debug_cmd
-
-  func_to_host_path_result=$1
+  $opt_debug
+  func_to_host_path_result="$1"
   if test -n "$1"; then
     # See func_convert_path_msys_to_w32:
     func_stripname : : "$1"
     func_to_host_path_tmp1=$func_stripname_result
     func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
     func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
-    func_to_host_path_result=$func_cygpath_result
+    func_to_host_path_result="$func_cygpath_result"
     func_convert_path_check : : \
       "$func_to_host_path_tmp1" "$func_to_host_path_result"
     func_convert_path_front_back_pathsep ":*" "*:" : "$1"
@@ -3719,9 +2349,8 @@ func_convert_path_msys_to_cygwin ()
 # func_to_host_file_result.
 func_convert_path_nix_to_cygwin ()
 {
-  $debug_cmd
-
-  func_to_host_path_result=$1
+  $opt_debug
+  func_to_host_path_result="$1"
   if test -n "$1"; then
     # Remove leading and trailing path separator characters from
     # ARG. msys behavior is inconsistent here, cygpath turns them
@@ -3730,7 +2359,7 @@ func_convert_path_nix_to_cygwin ()
     func_to_host_path_tmp1=$func_stripname_result
     func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
     func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
-    func_to_host_path_result=$func_cygpath_result
+    func_to_host_path_result="$func_cygpath_result"
     func_convert_path_check : : \
       "$func_to_host_path_tmp1" "$func_to_host_path_result"
     func_convert_path_front_back_pathsep ":*" "*:" : "$1"
@@ -3739,31 +2368,13 @@ func_convert_path_nix_to_cygwin ()
 # end func_convert_path_nix_to_cygwin
 
 
-# func_dll_def_p FILE
-# True iff FILE is a Windows DLL '.def' file.
-# Keep in sync with _LT_DLL_DEF_P in libtool.m4
-func_dll_def_p ()
-{
-  $debug_cmd
-
-  func_dll_def_p_tmp=`$SED -n \
-    -e 's/^[	 ]*//' \
-    -e '/^\(;.*\)*$/d' \
-    -e 's/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p' \
-    -e q \
-    "$1"`
-  test DEF = "$func_dll_def_p_tmp"
-}
-
-
 # func_mode_compile arg...
 func_mode_compile ()
 {
-    $debug_cmd
-
+    $opt_debug
     # Get the compilation command and the source file.
     base_compile=
-    srcfile=$nonopt  #  always keep a non-empty value in "srcfile"
+    srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
     suppress_opt=yes
     suppress_output=
     arg_mode=normal
@@ -3776,12 +2387,12 @@ func_mode_compile ()
       case $arg_mode in
       arg  )
 	# do not "continue".  Instead, add this to base_compile
-	lastarg=$arg
+	lastarg="$arg"
 	arg_mode=normal
 	;;
 
       target )
-	libobj=$arg
+	libobj="$arg"
 	arg_mode=normal
 	continue
 	;;
@@ -3791,18 +2402,18 @@ func_mode_compile ()
 	case $arg in
 	-o)
 	  test -n "$libobj" && \
-	    func_fatal_error "you cannot specify '-o' more than once"
+	    func_fatal_error "you cannot specify \`-o' more than once"
 	  arg_mode=target
 	  continue
 	  ;;
 
 	-pie | -fpie | -fPIE)
-          func_append pie_flag " $arg"
+          pie_flag+=" $arg"
 	  continue
 	  ;;
 
 	-shared | -static | -prefer-pic | -prefer-non-pic)
-	  func_append later " $arg"
+	  later+=" $arg"
 	  continue
 	  ;;
 
@@ -3820,17 +2431,17 @@ func_mode_compile ()
 	  func_stripname '-Wc,' '' "$arg"
 	  args=$func_stripname_result
 	  lastarg=
-	  save_ifs=$IFS; IFS=,
+	  save_ifs="$IFS"; IFS=','
 	  for arg in $args; do
-	    IFS=$save_ifs
+	    IFS="$save_ifs"
 	    func_append_quoted lastarg "$arg"
 	  done
-	  IFS=$save_ifs
+	  IFS="$save_ifs"
 	  func_stripname ' ' '' "$lastarg"
 	  lastarg=$func_stripname_result
 
 	  # Add the arguments to base_compile.
-	  func_append base_compile " $lastarg"
+	  base_compile+=" $lastarg"
 	  continue
 	  ;;
 
@@ -3838,8 +2449,8 @@ func_mode_compile ()
 	  # Accept the current argument as the source file.
 	  # The previous "srcfile" becomes the current argument.
 	  #
-	  lastarg=$srcfile
-	  srcfile=$arg
+	  lastarg="$srcfile"
+	  srcfile="$arg"
 	  ;;
 	esac  #  case $arg
 	;;
@@ -3854,13 +2465,13 @@ func_mode_compile ()
       func_fatal_error "you must specify an argument for -Xcompile"
       ;;
     target)
-      func_fatal_error "you must specify a target with '-o'"
+      func_fatal_error "you must specify a target with \`-o'"
       ;;
     *)
       # Get the name of the library object.
       test -z "$libobj" && {
 	func_basename "$srcfile"
-	libobj=$func_basename_result
+	libobj="$func_basename_result"
       }
       ;;
     esac
@@ -3880,7 +2491,7 @@ func_mode_compile ()
     case $libobj in
     *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
     *)
-      func_fatal_error "cannot determine name of library object from '$libobj'"
+      func_fatal_error "cannot determine name of library object from \`$libobj'"
       ;;
     esac
 
@@ -3889,8 +2500,8 @@ func_mode_compile ()
     for arg in $later; do
       case $arg in
       -shared)
-	test yes = "$build_libtool_libs" \
-	  || func_fatal_configuration "cannot build a shared library"
+	test "$build_libtool_libs" != yes && \
+	  func_fatal_configuration "can not build a shared library"
 	build_old_libs=no
 	continue
 	;;
@@ -3916,17 +2527,17 @@ func_mode_compile ()
     func_quote_for_eval "$libobj"
     test "X$libobj" != "X$func_quote_for_eval_result" \
       && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'	 &()|`$[]' \
-      && func_warning "libobj name '$libobj' may not contain shell special characters."
+      && func_warning "libobj name \`$libobj' may not contain shell special characters."
     func_dirname_and_basename "$obj" "/" ""
-    objname=$func_basename_result
-    xdir=$func_dirname_result
-    lobj=$xdir$objdir/$objname
+    objname="$func_basename_result"
+    xdir="$func_dirname_result"
+    lobj=${xdir}$objdir/$objname
 
     test -z "$base_compile" && \
       func_fatal_help "you must specify a compilation command"
 
     # Delete any leftover library objects.
-    if test yes = "$build_old_libs"; then
+    if test "$build_old_libs" = yes; then
       removelist="$obj $lobj $libobj ${libobj}T"
     else
       removelist="$lobj $libobj ${libobj}T"
@@ -3938,16 +2549,16 @@ func_mode_compile ()
       pic_mode=default
       ;;
     esac
-    if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then
+    if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
       # non-PIC code in shared libraries is not supported
       pic_mode=default
     fi
 
     # Calculate the filename of the output object if compiler does
     # not support -o with -c
-    if test no = "$compiler_c_o"; then
-      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
-      lockfile=$output_obj.lock
+    if test "$compiler_c_o" = no; then
+      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
+      lockfile="$output_obj.lock"
     else
       output_obj=
       need_locks=no
@@ -3956,12 +2567,12 @@ func_mode_compile ()
 
     # Lock this critical section if it is needed
     # We use this script file to make the link, it avoids creating a new file
-    if test yes = "$need_locks"; then
+    if test "$need_locks" = yes; then
       until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
 	func_echo "Waiting for $lockfile to be removed"
 	sleep 2
       done
-    elif test warn = "$need_locks"; then
+    elif test "$need_locks" = warn; then
       if test -f "$lockfile"; then
 	$ECHO "\
 *** ERROR, $lockfile exists and contains:
@@ -3969,7 +2580,7 @@ func_mode_compile ()
 
 This indicates that another process is trying to use the same
 temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
+your compiler does not support \`-c' and \`-o' together.  If you
 repeat this compilation, it may succeed, by chance, but you had better
 avoid parallel builds (make -j) in this platform, or get a better
 compiler."
@@ -3977,12 +2588,12 @@ compiler."
 	$opt_dry_run || $RM $removelist
 	exit $EXIT_FAILURE
       fi
-      func_append removelist " $output_obj"
+      removelist+=" $output_obj"
       $ECHO "$srcfile" > "$lockfile"
     fi
 
     $opt_dry_run || $RM $removelist
-    func_append removelist " $lockfile"
+    removelist+=" $lockfile"
     trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
 
     func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
@@ -3991,11 +2602,11 @@ compiler."
     qsrcfile=$func_quote_for_eval_result
 
     # Only build a PIC object if we are building libtool libraries.
-    if test yes = "$build_libtool_libs"; then
+    if test "$build_libtool_libs" = yes; then
       # Without this assignment, base_compile gets emptied.
       fbsd_hideous_sh_bug=$base_compile
 
-      if test no != "$pic_mode"; then
+      if test "$pic_mode" != no; then
 	command="$base_compile $qsrcfile $pic_flag"
       else
 	# Don't build PIC code
@@ -4006,13 +2617,13 @@ compiler."
 
       if test -z "$output_obj"; then
 	# Place PIC objects in $objdir
-	func_append command " -o $lobj"
+	command+=" -o $lobj"
       fi
 
       func_show_eval_locale "$command"	\
           'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
 
-      if test warn = "$need_locks" &&
+      if test "$need_locks" = warn &&
 	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
 	$ECHO "\
 *** ERROR, $lockfile contains:
@@ -4023,7 +2634,7 @@ $srcfile
 
 This indicates that another process is trying to use the same
 temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
+your compiler does not support \`-c' and \`-o' together.  If you
 repeat this compilation, it may succeed, by chance, but you had better
 avoid parallel builds (make -j) in this platform, or get a better
 compiler."
@@ -4039,29 +2650,29 @@ compiler."
       fi
 
       # Allow error messages only from the first compilation.
-      if test yes = "$suppress_opt"; then
+      if test "$suppress_opt" = yes; then
 	suppress_output=' >/dev/null 2>&1'
       fi
     fi
 
     # Only build a position-dependent object if we build old libraries.
-    if test yes = "$build_old_libs"; then
-      if test yes != "$pic_mode"; then
+    if test "$build_old_libs" = yes; then
+      if test "$pic_mode" != yes; then
 	# Don't build PIC code
 	command="$base_compile $qsrcfile$pie_flag"
       else
 	command="$base_compile $qsrcfile $pic_flag"
       fi
-      if test yes = "$compiler_c_o"; then
-	func_append command " -o $obj"
+      if test "$compiler_c_o" = yes; then
+	command+=" -o $obj"
       fi
 
       # Suppress compiler output if we already did a PIC compilation.
-      func_append command "$suppress_output"
+      command+="$suppress_output"
       func_show_eval_locale "$command" \
         '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
 
-      if test warn = "$need_locks" &&
+      if test "$need_locks" = warn &&
 	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
 	$ECHO "\
 *** ERROR, $lockfile contains:
@@ -4072,7 +2683,7 @@ $srcfile
 
 This indicates that another process is trying to use the same
 temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
+your compiler does not support \`-c' and \`-o' together.  If you
 repeat this compilation, it may succeed, by chance, but you had better
 avoid parallel builds (make -j) in this platform, or get a better
 compiler."
@@ -4092,7 +2703,7 @@ compiler."
       func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
 
       # Unlock the critical section if it was locked
-      if test no != "$need_locks"; then
+      if test "$need_locks" != no; then
 	removelist=$lockfile
         $RM "$lockfile"
       fi
@@ -4102,7 +2713,7 @@ compiler."
 }
 
 $opt_help || {
-  test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
+  test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
 }
 
 func_mode_help ()
@@ -4122,7 +2733,7 @@ func_mode_help ()
 Remove files from the build directory.
 
 RM is the name of the program to use to delete files associated with each FILE
-(typically '/bin/rm').  RM-OPTIONS are options (such as '-f') to be passed
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
 to RM.
 
 If FILE is a libtool library, object or program, all the files associated
@@ -4141,16 +2752,16 @@ This mode accepts the following additional options:
   -no-suppress      do not suppress compiler output for multiple passes
   -prefer-pic       try to build PIC objects only
   -prefer-non-pic   try to build non-PIC objects only
-  -shared           do not build a '.o' file suitable for static linking
-  -static           only build a '.o' file suitable for static linking
+  -shared           do not build a \`.o' file suitable for static linking
+  -static           only build a \`.o' file suitable for static linking
   -Wc,FLAG          pass FLAG directly to the compiler
 
-COMPILE-COMMAND is a command to be used in creating a 'standard' object file
+COMPILE-COMMAND is a command to be used in creating a \`standard' object file
 from the given SOURCEFILE.
 
 The output file name is determined by removing the directory component from
-SOURCEFILE, then substituting the C source code suffix '.c' with the
-library object suffix, '.lo'."
+SOURCEFILE, then substituting the C source code suffix \`.c' with the
+library object suffix, \`.lo'."
         ;;
 
       execute)
@@ -4163,7 +2774,7 @@ This mode accepts the following additional options:
 
   -dlopen FILE      add the directory containing FILE to the library path
 
-This mode sets the library path environment variable according to '-dlopen'
+This mode sets the library path environment variable according to \`-dlopen'
 flags.
 
 If any of the ARGS are libtool executable wrappers, then they are translated
@@ -4182,7 +2793,7 @@ Complete the installation of libtool libraries.
 Each LIBDIR is a directory that contains libtool libraries.
 
 The commands that this mode executes may require superuser privileges.  Use
-the '--dry-run' option if you just want to see what would be executed."
+the \`--dry-run' option if you just want to see what would be executed."
         ;;
 
       install)
@@ -4192,7 +2803,7 @@ the '--dry-run' option if you just want to see what would be executed."
 Install executables or libraries.
 
 INSTALL-COMMAND is the installation command.  The first component should be
-either the 'install' or 'cp' program.
+either the \`install' or \`cp' program.
 
 The following components of INSTALL-COMMAND are treated specially:
 
@@ -4218,7 +2829,7 @@ The following components of LINK-COMMAND are treated specially:
   -avoid-version    do not add a version suffix if possible
   -bindir BINDIR    specify path to binaries directory (for systems where
                     libraries must be found in the PATH setting at runtime)
-  -dlopen FILE      '-dlpreopen' FILE if it cannot be dlopened at runtime
+  -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime
   -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
   -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
   -export-symbols SYMFILE
@@ -4232,8 +2843,7 @@ The following components of LINK-COMMAND are treated specially:
   -no-install       link a not-installable executable
   -no-undefined     declare that a library does not refer to external symbols
   -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
-  -objectlist FILE  use a list of object files found in FILE to specify objects
-  -os2dllname NAME  force a short DLL name on OS/2 (no effect on other OSes)
+  -objectlist FILE  Use a list of object files found in FILE to specify objects
   -precious-files-regex REGEX
                     don't remove output files matching REGEX
   -release RELEASE  specify package release information
@@ -4253,20 +2863,20 @@ The following components of LINK-COMMAND are treated specially:
   -Xlinker FLAG     pass linker-specific FLAG directly to the linker
   -XCClinker FLAG   pass link-specific FLAG to the compiler driver (CC)
 
-All other options (arguments beginning with '-') are ignored.
+All other options (arguments beginning with \`-') are ignored.
 
-Every other argument is treated as a filename.  Files ending in '.la' are
+Every other argument is treated as a filename.  Files ending in \`.la' are
 treated as uninstalled libtool libraries, other files are standard or library
 object files.
 
-If the OUTPUT-FILE ends in '.la', then a libtool library is created,
-only library objects ('.lo' files) may be specified, and '-rpath' is
+If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
+only library objects (\`.lo' files) may be specified, and \`-rpath' is
 required, except when creating a convenience library.
 
-If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
-using 'ar' and 'ranlib', or on Windows using 'lib'.
+If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
+using \`ar' and \`ranlib', or on Windows using \`lib'.
 
-If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file
+If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
 is created, otherwise an executable program is created."
         ;;
 
@@ -4277,7 +2887,7 @@ is created, otherwise an executable program is created."
 Remove libraries from an installation directory.
 
 RM is the name of the program to use to delete files associated with each FILE
-(typically '/bin/rm').  RM-OPTIONS are options (such as '-f') to be passed
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
 to RM.
 
 If FILE is a libtool library, all the files associated with it are deleted.
@@ -4285,17 +2895,17 @@ Otherwise, only FILE itself is deleted using RM."
         ;;
 
       *)
-        func_fatal_help "invalid operation mode '$opt_mode'"
+        func_fatal_help "invalid operation mode \`$opt_mode'"
         ;;
     esac
 
     echo
-    $ECHO "Try '$progname --help' for more information about other modes."
+    $ECHO "Try \`$progname --help' for more information about other modes."
 }
 
 # Now that we've collected a possible --mode arg, show help if necessary
 if $opt_help; then
-  if test : = "$opt_help"; then
+  if test "$opt_help" = :; then
     func_mode_help
   else
     {
@@ -4303,7 +2913,7 @@ if $opt_help; then
       for opt_mode in compile link execute install finish uninstall clean; do
 	func_mode_help
       done
-    } | $SED -n '1p; 2,$s/^Usage:/  or: /p'
+    } | sed -n '1p; 2,$s/^Usage:/  or: /p'
     {
       func_help noexit
       for opt_mode in compile link execute install finish uninstall clean; do
@@ -4311,7 +2921,7 @@ if $opt_help; then
 	func_mode_help
       done
     } |
-    $SED '1d
+    sed '1d
       /^When reporting/,/^Report/{
 	H
 	d
@@ -4328,17 +2938,16 @@ fi
 # func_mode_execute arg...
 func_mode_execute ()
 {
-    $debug_cmd
-
+    $opt_debug
     # The first argument is the command name.
-    cmd=$nonopt
+    cmd="$nonopt"
     test -z "$cmd" && \
       func_fatal_help "you must specify a COMMAND"
 
     # Handle -dlopen flags immediately.
     for file in $opt_dlopen; do
       test -f "$file" \
-	|| func_fatal_help "'$file' is not a file"
+	|| func_fatal_help "\`$file' is not a file"
 
       dir=
       case $file in
@@ -4348,7 +2957,7 @@ func_mode_execute ()
 
 	# Check to see that this really is a libtool archive.
 	func_lalib_unsafe_p "$file" \
-	  || func_fatal_help "'$lib' is not a valid libtool archive"
+	  || func_fatal_help "\`$lib' is not a valid libtool archive"
 
 	# Read the libtool library.
 	dlname=
@@ -4359,18 +2968,18 @@ func_mode_execute ()
 	if test -z "$dlname"; then
 	  # Warn if it was a shared library.
 	  test -n "$library_names" && \
-	    func_warning "'$file' was not linked with '-export-dynamic'"
+	    func_warning "\`$file' was not linked with \`-export-dynamic'"
 	  continue
 	fi
 
 	func_dirname "$file" "" "."
-	dir=$func_dirname_result
+	dir="$func_dirname_result"
 
 	if test -f "$dir/$objdir/$dlname"; then
-	  func_append dir "/$objdir"
+	  dir+="/$objdir"
 	else
 	  if test ! -f "$dir/$dlname"; then
-	    func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
+	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
 	  fi
 	fi
 	;;
@@ -4378,18 +2987,18 @@ func_mode_execute ()
       *.lo)
 	# Just add the directory containing the .lo file.
 	func_dirname "$file" "" "."
-	dir=$func_dirname_result
+	dir="$func_dirname_result"
 	;;
 
       *)
-	func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
+	func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
 	continue
 	;;
       esac
 
       # Get the absolute pathname.
       absdir=`cd "$dir" && pwd`
-      test -n "$absdir" && dir=$absdir
+      test -n "$absdir" && dir="$absdir"
 
       # Now add the directory to shlibpath_var.
       if eval "test -z \"\$$shlibpath_var\""; then
@@ -4401,7 +3010,7 @@ func_mode_execute ()
 
     # This variable tells wrapper scripts just to set shlibpath_var
     # rather than running their programs.
-    libtool_execute_magic=$magic
+    libtool_execute_magic="$magic"
 
     # Check if any of the arguments is a wrapper script.
     args=
@@ -4414,12 +3023,12 @@ func_mode_execute ()
 	if func_ltwrapper_script_p "$file"; then
 	  func_source "$file"
 	  # Transform arg to wrapped name.
-	  file=$progdir/$program
+	  file="$progdir/$program"
 	elif func_ltwrapper_executable_p "$file"; then
 	  func_ltwrapper_scriptname "$file"
 	  func_source "$func_ltwrapper_scriptname_result"
 	  # Transform arg to wrapped name.
-	  file=$progdir/$program
+	  file="$progdir/$program"
 	fi
 	;;
       esac
@@ -4427,15 +3036,7 @@ func_mode_execute ()
       func_append_quoted args "$file"
     done
 
-    if $opt_dry_run; then
-      # Display what would be done.
-      if test -n "$shlibpath_var"; then
-	eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
-	echo "export $shlibpath_var"
-      fi
-      $ECHO "$cmd$args"
-      exit $EXIT_SUCCESS
-    else
+    if test "X$opt_dry_run" = Xfalse; then
       if test -n "$shlibpath_var"; then
 	# Export the shlibpath_var.
 	eval "export $shlibpath_var"
@@ -4452,18 +3053,25 @@ func_mode_execute ()
       done
 
       # Now prepare to actually exec the command.
-      exec_cmd=\$cmd$args
+      exec_cmd="\$cmd$args"
+    else
+      # Display what would be done.
+      if test -n "$shlibpath_var"; then
+	eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
+	echo "export $shlibpath_var"
+      fi
+      $ECHO "$cmd$args"
+      exit $EXIT_SUCCESS
     fi
 }
 
-test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
+test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
 
 
 # func_mode_finish arg...
 func_mode_finish ()
 {
-    $debug_cmd
-
+    $opt_debug
     libs=
     libdirs=
     admincmds=
@@ -4471,17 +3079,17 @@ func_mode_finish ()
     for opt in "$nonopt" ${1+"$@"}
     do
       if test -d "$opt"; then
-	func_append libdirs " $opt"
+	libdirs+=" $opt"
 
       elif test -f "$opt"; then
 	if func_lalib_unsafe_p "$opt"; then
-	  func_append libs " $opt"
+	  libs+=" $opt"
 	else
-	  func_warning "'$opt' is not a valid libtool archive"
+	  func_warning "\`$opt' is not a valid libtool archive"
 	fi
 
       else
-	func_fatal_error "invalid argument '$opt'"
+	func_fatal_error "invalid argument \`$opt'"
       fi
     done
 
@@ -4496,12 +3104,12 @@ func_mode_finish ()
       # Remove sysroot references
       if $opt_dry_run; then
         for lib in $libs; do
-          echo "removing references to $lt_sysroot and '=' prefixes from $lib"
+          echo "removing references to $lt_sysroot and \`=' prefixes from $lib"
         done
       else
         tmpdir=`func_mktempdir`
         for lib in $libs; do
-	  $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
+	  sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
 	    > $tmpdir/tmp-la
 	  mv -f $tmpdir/tmp-la $lib
 	done
@@ -4519,14 +3127,14 @@ func_mode_finish ()
 	if test -n "$finish_eval"; then
 	  # Do the single finish_eval.
 	  eval cmds=\"$finish_eval\"
-	  $opt_dry_run || eval "$cmds" || func_append admincmds "
+	  $opt_dry_run || eval "$cmds" || admincmds+="
        $cmds"
 	fi
       done
     fi
 
     # Exit here if they wanted silent mode.
-    $opt_quiet && exit $EXIT_SUCCESS
+    $opt_silent && exit $EXIT_SUCCESS
 
     if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
       echo "----------------------------------------------------------------------"
@@ -4537,27 +3145,27 @@ func_mode_finish ()
       echo
       echo "If you ever happen to want to link against installed libraries"
       echo "in a given directory, LIBDIR, you must either use libtool, and"
-      echo "specify the full pathname of the library, or use the '-LLIBDIR'"
+      echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
       echo "flag during linking and do at least one of the following:"
       if test -n "$shlibpath_var"; then
-	echo "   - add LIBDIR to the '$shlibpath_var' environment variable"
+	echo "   - add LIBDIR to the \`$shlibpath_var' environment variable"
 	echo "     during execution"
       fi
       if test -n "$runpath_var"; then
-	echo "   - add LIBDIR to the '$runpath_var' environment variable"
+	echo "   - add LIBDIR to the \`$runpath_var' environment variable"
 	echo "     during linking"
       fi
       if test -n "$hardcode_libdir_flag_spec"; then
 	libdir=LIBDIR
 	eval flag=\"$hardcode_libdir_flag_spec\"
 
-	$ECHO "   - use the '$flag' linker flag"
+	$ECHO "   - use the \`$flag' linker flag"
       fi
       if test -n "$admincmds"; then
 	$ECHO "   - have your system administrator run these commands:$admincmds"
       fi
       if test -f /etc/ld.so.conf; then
-	echo "   - have your system administrator add LIBDIR to '/etc/ld.so.conf'"
+	echo "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
       fi
       echo
 
@@ -4576,20 +3184,18 @@ func_mode_finish ()
     exit $EXIT_SUCCESS
 }
 
-test finish = "$opt_mode" && func_mode_finish ${1+"$@"}
+test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
 
 
 # func_mode_install arg...
 func_mode_install ()
 {
-    $debug_cmd
-
+    $opt_debug
     # There may be an optional sh(1) argument at the beginning of
     # install_prog (especially on Windows NT).
-    if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" ||
+    if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
        # Allow the use of GNU shtool's install command.
-       case $nonopt in *shtool*) :;; *) false;; esac
-    then
+       case $nonopt in *shtool*) :;; *) false;; esac; then
       # Aesthetically quote it.
       func_quote_for_eval "$nonopt"
       install_prog="$func_quote_for_eval_result "
@@ -4603,7 +3209,7 @@ func_mode_install ()
     # The real first argument should be the name of the installation program.
     # Aesthetically quote it.
     func_quote_for_eval "$arg"
-    func_append install_prog "$func_quote_for_eval_result"
+    install_prog+="$func_quote_for_eval_result"
     install_shared_prog=$install_prog
     case " $install_prog " in
       *[\\\ /]cp\ *) install_cp=: ;;
@@ -4616,20 +3222,20 @@ func_mode_install ()
     opts=
     prev=
     install_type=
-    isdir=false
+    isdir=no
     stripme=
     no_mode=:
     for arg
     do
       arg2=
       if test -n "$dest"; then
-	func_append files " $dest"
+	files+=" $dest"
 	dest=$arg
 	continue
       fi
 
       case $arg in
-      -d) isdir=: ;;
+      -d) isdir=yes ;;
       -f)
 	if $install_cp; then :; else
 	  prev=$arg
@@ -4647,7 +3253,7 @@ func_mode_install ()
       *)
 	# If the previous option needed an argument, then skip it.
 	if test -n "$prev"; then
-	  if test X-m = "X$prev" && test -n "$install_override_mode"; then
+	  if test "x$prev" = x-m && test -n "$install_override_mode"; then
 	    arg2=$install_override_mode
 	    no_mode=false
 	  fi
@@ -4661,23 +3267,23 @@ func_mode_install ()
 
       # Aesthetically quote the argument.
       func_quote_for_eval "$arg"
-      func_append install_prog " $func_quote_for_eval_result"
+      install_prog+=" $func_quote_for_eval_result"
       if test -n "$arg2"; then
 	func_quote_for_eval "$arg2"
       fi
-      func_append install_shared_prog " $func_quote_for_eval_result"
+      install_shared_prog+=" $func_quote_for_eval_result"
     done
 
     test -z "$install_prog" && \
       func_fatal_help "you must specify an install program"
 
     test -n "$prev" && \
-      func_fatal_help "the '$prev' option requires an argument"
+      func_fatal_help "the \`$prev' option requires an argument"
 
     if test -n "$install_override_mode" && $no_mode; then
       if $install_cp; then :; else
 	func_quote_for_eval "$install_override_mode"
-	func_append install_shared_prog " -m $func_quote_for_eval_result"
+	install_shared_prog+=" -m $func_quote_for_eval_result"
       fi
     fi
 
@@ -4694,19 +3300,19 @@ func_mode_install ()
     dest=$func_stripname_result
 
     # Check to see that the destination is a directory.
-    test -d "$dest" && isdir=:
-    if $isdir; then
-      destdir=$dest
+    test -d "$dest" && isdir=yes
+    if test "$isdir" = yes; then
+      destdir="$dest"
       destname=
     else
       func_dirname_and_basename "$dest" "" "."
-      destdir=$func_dirname_result
-      destname=$func_basename_result
+      destdir="$func_dirname_result"
+      destname="$func_basename_result"
 
       # Not a directory, so check to see that there is only one file specified.
       set dummy $files; shift
       test "$#" -gt 1 && \
-	func_fatal_help "'$dest' is not a directory"
+	func_fatal_help "\`$dest' is not a directory"
     fi
     case $destdir in
     [\\/]* | [A-Za-z]:[\\/]*) ;;
@@ -4715,7 +3321,7 @@ func_mode_install ()
 	case $file in
 	*.lo) ;;
 	*)
-	  func_fatal_help "'$destdir' must be an absolute directory name"
+	  func_fatal_help "\`$destdir' must be an absolute directory name"
 	  ;;
 	esac
       done
@@ -4724,7 +3330,7 @@ func_mode_install ()
 
     # This variable tells wrapper scripts just to set variables rather
     # than running their programs.
-    libtool_install_magic=$magic
+    libtool_install_magic="$magic"
 
     staticlibs=
     future_libdirs=
@@ -4735,7 +3341,7 @@ func_mode_install ()
       case $file in
       *.$libext)
 	# Do the static libraries later.
-	func_append staticlibs " $file"
+	staticlibs+=" $file"
 	;;
 
       *.la)
@@ -4744,7 +3350,7 @@ func_mode_install ()
 
 	# Check to see that this really is a libtool archive.
 	func_lalib_unsafe_p "$file" \
-	  || func_fatal_help "'$file' is not a valid libtool archive"
+	  || func_fatal_help "\`$file' is not a valid libtool archive"
 
 	library_names=
 	old_library=
@@ -4755,19 +3361,19 @@ func_mode_install ()
 	if test "X$destdir" = "X$libdir"; then
 	  case "$current_libdirs " in
 	  *" $libdir "*) ;;
-	  *) func_append current_libdirs " $libdir" ;;
+	  *) current_libdirs+=" $libdir" ;;
 	  esac
 	else
 	  # Note the libdir as a future libdir.
 	  case "$future_libdirs " in
 	  *" $libdir "*) ;;
-	  *) func_append future_libdirs " $libdir" ;;
+	  *) future_libdirs+=" $libdir" ;;
 	  esac
 	fi
 
 	func_dirname "$file" "/" ""
-	dir=$func_dirname_result
-	func_append dir "$objdir"
+	dir="$func_dirname_result"
+	dir+="$objdir"
 
 	if test -n "$relink_command"; then
 	  # Determine the prefix the user has applied to our future dir.
@@ -4780,7 +3386,7 @@ func_mode_install ()
 	  # are installed into $libdir/../bin (currently, that works fine)
 	  # but it's something to keep an eye on.
 	  test "$inst_prefix_dir" = "$destdir" && \
-	    func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir"
+	    func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
 
 	  if test -n "$inst_prefix_dir"; then
 	    # Stick the inst_prefix_dir data into the link command.
@@ -4789,36 +3395,29 @@ func_mode_install ()
 	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
 	  fi
 
-	  func_warning "relinking '$file'"
+	  func_warning "relinking \`$file'"
 	  func_show_eval "$relink_command" \
-	    'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"'
+	    'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
 	fi
 
 	# See the names of the shared library.
 	set dummy $library_names; shift
 	if test -n "$1"; then
-	  realname=$1
+	  realname="$1"
 	  shift
 
-	  srcname=$realname
-	  test -n "$relink_command" && srcname=${realname}T
+	  srcname="$realname"
+	  test -n "$relink_command" && srcname="$realname"T
 
 	  # Install the shared library and build the symlinks.
 	  func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
 	      'exit $?'
-	  tstripme=$stripme
+	  tstripme="$stripme"
 	  case $host_os in
 	  cygwin* | mingw* | pw32* | cegcc*)
 	    case $realname in
 	    *.dll.a)
-	      tstripme=
-	      ;;
-	    esac
-	    ;;
-	  os2*)
-	    case $realname in
-	    *_dll.a)
-	      tstripme=
+	      tstripme=""
 	      ;;
 	    esac
 	    ;;
@@ -4829,7 +3428,7 @@ func_mode_install ()
 
 	  if test "$#" -gt 0; then
 	    # Delete the old symlinks, and create new ones.
-	    # Try 'ln -sf' first, because the 'ln' binary might depend on
+	    # Try `ln -sf' first, because the `ln' binary might depend on
 	    # the symlink we replace!  Solaris /bin/ln does not understand -f,
 	    # so we also need to try rm && ln -s.
 	    for linkname
@@ -4840,18 +3439,18 @@ func_mode_install ()
 	  fi
 
 	  # Do each command in the postinstall commands.
-	  lib=$destdir/$realname
+	  lib="$destdir/$realname"
 	  func_execute_cmds "$postinstall_cmds" 'exit $?'
 	fi
 
 	# Install the pseudo-library for information purposes.
 	func_basename "$file"
-	name=$func_basename_result
-	instname=$dir/${name}i
+	name="$func_basename_result"
+	instname="$dir/$name"i
 	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
 
 	# Maybe install the static library, too.
-	test -n "$old_library" && func_append staticlibs " $dir/$old_library"
+	test -n "$old_library" && staticlibs+=" $dir/$old_library"
 	;;
 
       *.lo)
@@ -4859,11 +3458,11 @@ func_mode_install ()
 
 	# Figure out destination file name, if it wasn't already specified.
 	if test -n "$destname"; then
-	  destfile=$destdir/$destname
+	  destfile="$destdir/$destname"
 	else
 	  func_basename "$file"
-	  destfile=$func_basename_result
-	  destfile=$destdir/$destfile
+	  destfile="$func_basename_result"
+	  destfile="$destdir/$destfile"
 	fi
 
 	# Deduce the name of the destination old-style object file.
@@ -4873,11 +3472,11 @@ func_mode_install ()
 	  staticdest=$func_lo2o_result
 	  ;;
 	*.$objext)
-	  staticdest=$destfile
+	  staticdest="$destfile"
 	  destfile=
 	  ;;
 	*)
-	  func_fatal_help "cannot copy a libtool object to '$destfile'"
+	  func_fatal_help "cannot copy a libtool object to \`$destfile'"
 	  ;;
 	esac
 
@@ -4886,7 +3485,7 @@ func_mode_install ()
 	  func_show_eval "$install_prog $file $destfile" 'exit $?'
 
 	# Install the old object if enabled.
-	if test yes = "$build_old_libs"; then
+	if test "$build_old_libs" = yes; then
 	  # Deduce the name of the old-style object file.
 	  func_lo2o "$file"
 	  staticobj=$func_lo2o_result
@@ -4898,23 +3497,23 @@ func_mode_install ()
       *)
 	# Figure out destination file name, if it wasn't already specified.
 	if test -n "$destname"; then
-	  destfile=$destdir/$destname
+	  destfile="$destdir/$destname"
 	else
 	  func_basename "$file"
-	  destfile=$func_basename_result
-	  destfile=$destdir/$destfile
+	  destfile="$func_basename_result"
+	  destfile="$destdir/$destfile"
 	fi
 
 	# If the file is missing, and there is a .exe on the end, strip it
 	# because it is most likely a libtool script we actually want to
 	# install
-	stripped_ext=
+	stripped_ext=""
 	case $file in
 	  *.exe)
 	    if test ! -f "$file"; then
 	      func_stripname '' '.exe' "$file"
 	      file=$func_stripname_result
-	      stripped_ext=.exe
+	      stripped_ext=".exe"
 	    fi
 	    ;;
 	esac
@@ -4942,19 +3541,19 @@ func_mode_install ()
 
 	  # Check the variables that should have been set.
 	  test -z "$generated_by_libtool_version" && \
-	    func_fatal_error "invalid libtool wrapper script '$wrapper'"
+	    func_fatal_error "invalid libtool wrapper script \`$wrapper'"
 
-	  finalize=:
+	  finalize=yes
 	  for lib in $notinst_deplibs; do
 	    # Check to see that each library is installed.
 	    libdir=
 	    if test -f "$lib"; then
 	      func_source "$lib"
 	    fi
-	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
+	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
 	    if test -n "$libdir" && test ! -f "$libfile"; then
-	      func_warning "'$lib' has not been installed in '$libdir'"
-	      finalize=false
+	      func_warning "\`$lib' has not been installed in \`$libdir'"
+	      finalize=no
 	    fi
 	  done
 
@@ -4962,29 +3561,29 @@ func_mode_install ()
 	  func_source "$wrapper"
 
 	  outputname=
-	  if test no = "$fast_install" && test -n "$relink_command"; then
+	  if test "$fast_install" = no && test -n "$relink_command"; then
 	    $opt_dry_run || {
-	      if $finalize; then
+	      if test "$finalize" = yes; then
 	        tmpdir=`func_mktempdir`
 		func_basename "$file$stripped_ext"
-		file=$func_basename_result
-	        outputname=$tmpdir/$file
+		file="$func_basename_result"
+	        outputname="$tmpdir/$file"
 	        # Replace the output file specification.
 	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
 
-	        $opt_quiet || {
+	        $opt_silent || {
 	          func_quote_for_expand "$relink_command"
 		  eval "func_echo $func_quote_for_expand_result"
 	        }
 	        if eval "$relink_command"; then :
 	          else
-		  func_error "error: relink '$file' with the above command before installing it"
+		  func_error "error: relink \`$file' with the above command before installing it"
 		  $opt_dry_run || ${RM}r "$tmpdir"
 		  continue
 	        fi
-	        file=$outputname
+	        file="$outputname"
 	      else
-	        func_warning "cannot relink '$file'"
+	        func_warning "cannot relink \`$file'"
 	      fi
 	    }
 	  else
@@ -5021,10 +3620,10 @@ func_mode_install ()
 
     for file in $staticlibs; do
       func_basename "$file"
-      name=$func_basename_result
+      name="$func_basename_result"
 
       # Set up the ranlib parameters.
-      oldlib=$destdir/$name
+      oldlib="$destdir/$name"
       func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
       tool_oldlib=$func_to_tool_file_result
 
@@ -5039,18 +3638,18 @@ func_mode_install ()
     done
 
     test -n "$future_libdirs" && \
-      func_warning "remember to run '$progname --finish$future_libdirs'"
+      func_warning "remember to run \`$progname --finish$future_libdirs'"
 
     if test -n "$current_libdirs"; then
       # Maybe just do a dry run.
       $opt_dry_run && current_libdirs=" -n$current_libdirs"
-      exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
+      exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
     else
       exit $EXIT_SUCCESS
     fi
 }
 
-test install = "$opt_mode" && func_mode_install ${1+"$@"}
+test "$opt_mode" = install && func_mode_install ${1+"$@"}
 
 
 # func_generate_dlsyms outputname originator pic_p
@@ -5058,17 +3657,16 @@ test install = "$opt_mode" && func_mode_install ${1+"$@"}
 # a dlpreopen symbol table.
 func_generate_dlsyms ()
 {
-    $debug_cmd
-
-    my_outputname=$1
-    my_originator=$2
-    my_pic_p=${3-false}
-    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
+    $opt_debug
+    my_outputname="$1"
+    my_originator="$2"
+    my_pic_p="${3-no}"
+    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
     my_dlsyms=
 
-    if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
+    if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
       if test -n "$NM" && test -n "$global_symbol_pipe"; then
-	my_dlsyms=${my_outputname}S.c
+	my_dlsyms="${my_outputname}S.c"
       else
 	func_error "not configured to extract global symbols from dlpreopened files"
       fi
@@ -5079,7 +3677,7 @@ func_generate_dlsyms ()
       "") ;;
       *.c)
 	# Discover the nlist of each of the dlfiles.
-	nlist=$output_objdir/$my_outputname.nm
+	nlist="$output_objdir/${my_outputname}.nm"
 
 	func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
 
@@ -5087,36 +3685,34 @@ func_generate_dlsyms ()
 	func_verbose "creating $output_objdir/$my_dlsyms"
 
 	$opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
-/* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
-/* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */
+/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
+/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
 
 #ifdef __cplusplus
 extern \"C\" {
 #endif
 
-#if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
+#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
 #endif
 
 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
+#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
+/* DATA imports from DLLs on WIN32 con't be const, because runtime
    relocations are performed -- see ld's documentation on pseudo-relocs.  */
 # define LT_DLSYM_CONST
-#elif defined __osf__
+#elif defined(__osf__)
 /* This system does not cope well with relocations in const data.  */
 # define LT_DLSYM_CONST
 #else
 # define LT_DLSYM_CONST const
 #endif
 
-#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
-
 /* External symbol declarations for the compiler. */\
 "
 
-	if test yes = "$dlself"; then
-	  func_verbose "generating symbol list for '$output'"
+	if test "$dlself" = yes; then
+	  func_verbose "generating symbol list for \`$output'"
 
 	  $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
 
@@ -5124,7 +3720,7 @@ extern \"C\" {
 	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
 	  for progfile in $progfiles; do
 	    func_to_tool_file "$progfile" func_convert_file_msys_to_w32
-	    func_verbose "extracting global C symbols from '$func_to_tool_file_result'"
+	    func_verbose "extracting global C symbols from \`$func_to_tool_file_result'"
 	    $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
 	  done
 
@@ -5144,10 +3740,10 @@ extern \"C\" {
 
 	  # Prepare the list of exported symbols
 	  if test -z "$export_symbols"; then
-	    export_symbols=$output_objdir/$outputname.exp
+	    export_symbols="$output_objdir/$outputname.exp"
 	    $opt_dry_run || {
 	      $RM $export_symbols
-	      eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+	      eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
 	      case $host in
 	      *cygwin* | *mingw* | *cegcc* )
                 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
@@ -5157,7 +3753,7 @@ extern \"C\" {
 	    }
 	  else
 	    $opt_dry_run || {
-	      eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
+	      eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
 	      eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
 	      eval '$MV "$nlist"T "$nlist"'
 	      case $host in
@@ -5171,22 +3767,22 @@ extern \"C\" {
 	fi
 
 	for dlprefile in $dlprefiles; do
-	  func_verbose "extracting global C symbols from '$dlprefile'"
+	  func_verbose "extracting global C symbols from \`$dlprefile'"
 	  func_basename "$dlprefile"
-	  name=$func_basename_result
+	  name="$func_basename_result"
           case $host in
 	    *cygwin* | *mingw* | *cegcc* )
 	      # if an import library, we need to obtain dlname
 	      if func_win32_import_lib_p "$dlprefile"; then
 	        func_tr_sh "$dlprefile"
 	        eval "curr_lafile=\$libfile_$func_tr_sh_result"
-	        dlprefile_dlbasename=
+	        dlprefile_dlbasename=""
 	        if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
 	          # Use subshell, to avoid clobbering current variable values
 	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
-	          if test -n "$dlprefile_dlname"; then
+	          if test -n "$dlprefile_dlname" ; then
 	            func_basename "$dlprefile_dlname"
-	            dlprefile_dlbasename=$func_basename_result
+	            dlprefile_dlbasename="$func_basename_result"
 	          else
 	            # no lafile. user explicitly requested -dlpreopen <import library>.
 	            $sharedlib_from_linklib_cmd "$dlprefile"
@@ -5194,7 +3790,7 @@ extern \"C\" {
 	          fi
 	        fi
 	        $opt_dry_run || {
-	          if test -n "$dlprefile_dlbasename"; then
+	          if test -n "$dlprefile_dlbasename" ; then
 	            eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
 	          else
 	            func_warning "Could not compute DLL name from $name"
@@ -5250,11 +3846,6 @@ extern \"C\" {
 	    echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
 	  fi
 
-	  func_show_eval '$RM "${nlist}I"'
-	  if test -n "$global_symbol_to_import"; then
-	    eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
-	  fi
-
 	  echo >> "$output_objdir/$my_dlsyms" "\
 
 /* The mapping between symbol names and symbols.  */
@@ -5263,30 +3854,11 @@ typedef struct {
   void *address;
 } lt_dlsymlist;
 extern LT_DLSYM_CONST lt_dlsymlist
-lt_${my_prefix}_LTX_preloaded_symbols[];\
-"
-
-	  if test -s "$nlist"I; then
-	    echo >> "$output_objdir/$my_dlsyms" "\
-static void lt_syminit(void)
-{
-  LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
-  for (; symbol->name; ++symbol)
-    {"
-	    $SED 's/.*/      if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
-	    echo >> "$output_objdir/$my_dlsyms" "\
-    }
-}"
-	  fi
-	  echo >> "$output_objdir/$my_dlsyms" "\
+lt_${my_prefix}_LTX_preloaded_symbols[];
 LT_DLSYM_CONST lt_dlsymlist
 lt_${my_prefix}_LTX_preloaded_symbols[] =
-{ {\"$my_originator\", (void *) 0},"
-
-	  if test -s "$nlist"I; then
-	    echo >> "$output_objdir/$my_dlsyms" "\
-  {\"@INIT@\", (void *) &lt_syminit},"
-	  fi
+{\
+  { \"$my_originator\", (void *) 0 },"
 
 	  case $need_lib_prefix in
 	  no)
@@ -5328,7 +3900,9 @@ static const void *lt_preloaded_setup() {
 	  *-*-hpux*)
 	    pic_flag_for_symtable=" $pic_flag"  ;;
 	  *)
-	    $my_pic_p && pic_flag_for_symtable=" $pic_flag"
+	    if test "X$my_pic_p" != Xno; then
+	      pic_flag_for_symtable=" $pic_flag"
+	    fi
 	    ;;
 	  esac
 	  ;;
@@ -5337,7 +3911,7 @@ static const void *lt_preloaded_setup() {
 	for arg in $LTCFLAGS; do
 	  case $arg in
 	  -pie | -fpie | -fPIE) ;;
-	  *) func_append symtab_cflags " $arg" ;;
+	  *) symtab_cflags+=" $arg" ;;
 	  esac
 	done
 
@@ -5345,10 +3919,10 @@ static const void *lt_preloaded_setup() {
 	func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
 
 	# Clean up the generated files.
-	func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
+	func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
 
 	# Transform the symbol file into the correct name.
-	symfileobj=$output_objdir/${my_outputname}S.$objext
+	symfileobj="$output_objdir/${my_outputname}S.$objext"
 	case $host in
 	*cygwin* | *mingw* | *cegcc* )
 	  if test -f "$output_objdir/$my_outputname.def"; then
@@ -5366,7 +3940,7 @@ static const void *lt_preloaded_setup() {
 	esac
 	;;
       *)
-	func_fatal_error "unknown suffix for '$my_dlsyms'"
+	func_fatal_error "unknown suffix for \`$my_dlsyms'"
 	;;
       esac
     else
@@ -5380,32 +3954,6 @@ static const void *lt_preloaded_setup() {
     fi
 }
 
-# func_cygming_gnu_implib_p ARG
-# This predicate returns with zero status (TRUE) if
-# ARG is a GNU/binutils-style import library. Returns
-# with nonzero status (FALSE) otherwise.
-func_cygming_gnu_implib_p ()
-{
-  $debug_cmd
-
-  func_to_tool_file "$1" func_convert_file_msys_to_w32
-  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
-  test -n "$func_cygming_gnu_implib_tmp"
-}
-
-# func_cygming_ms_implib_p ARG
-# This predicate returns with zero status (TRUE) if
-# ARG is an MS-style import library. Returns
-# with nonzero status (FALSE) otherwise.
-func_cygming_ms_implib_p ()
-{
-  $debug_cmd
-
-  func_to_tool_file "$1" func_convert_file_msys_to_w32
-  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
-  test -n "$func_cygming_ms_implib_tmp"
-}
-
 # func_win32_libid arg
 # return the library type of file 'arg'
 #
@@ -5415,9 +3963,8 @@ func_cygming_ms_implib_p ()
 # Despite the name, also deal with 64 bit binaries.
 func_win32_libid ()
 {
-  $debug_cmd
-
-  win32_libid_type=unknown
+  $opt_debug
+  win32_libid_type="unknown"
   win32_fileres=`file -L $1 2>/dev/null`
   case $win32_fileres in
   *ar\ archive\ import\ library*) # definitely import
@@ -5427,29 +3974,16 @@ func_win32_libid ()
     # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
        $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
-      case $nm_interface in
-      "MS dumpbin")
-	if func_cygming_ms_implib_p "$1" ||
-	   func_cygming_gnu_implib_p "$1"
-	then
-	  win32_nmres=import
-	else
-	  win32_nmres=
-	fi
-	;;
-      *)
-	func_to_tool_file "$1" func_convert_file_msys_to_w32
-	win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
-	  $SED -n -e '
+      func_to_tool_file "$1" func_convert_file_msys_to_w32
+      win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
+	$SED -n -e '
 	    1,100{
 		/ I /{
-		    s|.*|import|
+		    s,.*,import,
 		    p
 		    q
 		}
 	    }'`
-	;;
-      esac
       case $win32_nmres in
       import*)  win32_libid_type="x86 archive import";;
       *)        win32_libid_type="x86 archive static";;
@@ -5481,8 +4015,7 @@ func_win32_libid ()
 #    $sharedlib_from_linklib_result
 func_cygming_dll_for_implib ()
 {
-  $debug_cmd
-
+  $opt_debug
   sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
 }
 
@@ -5499,8 +4032,7 @@ func_cygming_dll_for_implib ()
 # specified import library.
 func_cygming_dll_for_implib_fallback_core ()
 {
-  $debug_cmd
-
+  $opt_debug
   match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
   $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
     $SED '/^Contents of section '"$match_literal"':/{
@@ -5536,8 +4068,8 @@ func_cygming_dll_for_implib_fallback_core ()
       /./p' |
     # we now have a list, one entry per line, of the stringified
     # contents of the appropriate section of all members of the
-    # archive that possess that section. Heuristic: eliminate
-    # all those that have a first or second character that is
+    # archive which possess that section. Heuristic: eliminate
+    # all those which have a first or second character that is
     # a '.' (that is, objdump's representation of an unprintable
     # character.) This should work for all archives with less than
     # 0x302f exports -- but will fail for DLLs whose name actually
@@ -5548,6 +4080,30 @@ func_cygming_dll_for_implib_fallback_core ()
     $SED -e '/^\./d;/^.\./d;q'
 }
 
+# func_cygming_gnu_implib_p ARG
+# This predicate returns with zero status (TRUE) if
+# ARG is a GNU/binutils-style import library. Returns
+# with nonzero status (FALSE) otherwise.
+func_cygming_gnu_implib_p ()
+{
+  $opt_debug
+  func_to_tool_file "$1" func_convert_file_msys_to_w32
+  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
+  test -n "$func_cygming_gnu_implib_tmp"
+}
+
+# func_cygming_ms_implib_p ARG
+# This predicate returns with zero status (TRUE) if
+# ARG is an MS-style import library. Returns
+# with nonzero status (FALSE) otherwise.
+func_cygming_ms_implib_p ()
+{
+  $opt_debug
+  func_to_tool_file "$1" func_convert_file_msys_to_w32
+  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
+  test -n "$func_cygming_ms_implib_tmp"
+}
+
 # func_cygming_dll_for_implib_fallback ARG
 # Platform-specific function to extract the
 # name of the DLL associated with the specified
@@ -5561,17 +4117,16 @@ func_cygming_dll_for_implib_fallback_core ()
 #    $sharedlib_from_linklib_result
 func_cygming_dll_for_implib_fallback ()
 {
-  $debug_cmd
-
-  if func_cygming_gnu_implib_p "$1"; then
+  $opt_debug
+  if func_cygming_gnu_implib_p "$1" ; then
     # binutils import library
     sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
-  elif func_cygming_ms_implib_p "$1"; then
+  elif func_cygming_ms_implib_p "$1" ; then
     # ms-generated import library
     sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
   else
     # unknown
-    sharedlib_from_linklib_result=
+    sharedlib_from_linklib_result=""
   fi
 }
 
@@ -5579,11 +4134,10 @@ func_cygming_dll_for_implib_fallback ()
 # func_extract_an_archive dir oldlib
 func_extract_an_archive ()
 {
-    $debug_cmd
-
-    f_ex_an_ar_dir=$1; shift
-    f_ex_an_ar_oldlib=$1
-    if test yes = "$lock_old_archive_extraction"; then
+    $opt_debug
+    f_ex_an_ar_dir="$1"; shift
+    f_ex_an_ar_oldlib="$1"
+    if test "$lock_old_archive_extraction" = yes; then
       lockfile=$f_ex_an_ar_oldlib.lock
       until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
 	func_echo "Waiting for $lockfile to be removed"
@@ -5592,7 +4146,7 @@ func_extract_an_archive ()
     fi
     func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
 		   'stat=$?; rm -f "$lockfile"; exit $stat'
-    if test yes = "$lock_old_archive_extraction"; then
+    if test "$lock_old_archive_extraction" = yes; then
       $opt_dry_run || rm -f "$lockfile"
     fi
     if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
@@ -5606,23 +4160,22 @@ func_extract_an_archive ()
 # func_extract_archives gentop oldlib ...
 func_extract_archives ()
 {
-    $debug_cmd
-
-    my_gentop=$1; shift
+    $opt_debug
+    my_gentop="$1"; shift
     my_oldlibs=${1+"$@"}
-    my_oldobjs=
-    my_xlib=
-    my_xabs=
-    my_xdir=
+    my_oldobjs=""
+    my_xlib=""
+    my_xabs=""
+    my_xdir=""
 
     for my_xlib in $my_oldlibs; do
       # Extract the objects.
       case $my_xlib in
-	[\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;;
+	[\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
 	*) my_xabs=`pwd`"/$my_xlib" ;;
       esac
       func_basename "$my_xlib"
-      my_xlib=$func_basename_result
+      my_xlib="$func_basename_result"
       my_xlib_u=$my_xlib
       while :; do
         case " $extracted_archives " in
@@ -5634,7 +4187,7 @@ func_extract_archives ()
 	esac
       done
       extracted_archives="$extracted_archives $my_xlib_u"
-      my_xdir=$my_gentop/$my_xlib_u
+      my_xdir="$my_gentop/$my_xlib_u"
 
       func_mkdir_p "$my_xdir"
 
@@ -5647,23 +4200,22 @@ func_extract_archives ()
 	  cd $my_xdir || exit $?
 	  darwin_archive=$my_xabs
 	  darwin_curdir=`pwd`
-	  func_basename "$darwin_archive"
-	  darwin_base_archive=$func_basename_result
+	  darwin_base_archive=`basename "$darwin_archive"`
 	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
 	  if test -n "$darwin_arches"; then
 	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
 	    darwin_arch=
 	    func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
-	    for darwin_arch in  $darwin_arches; do
-	      func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch"
-	      $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive"
-	      cd "unfat-$$/$darwin_base_archive-$darwin_arch"
-	      func_extract_an_archive "`pwd`" "$darwin_base_archive"
+	    for darwin_arch in  $darwin_arches ; do
+	      func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
+	      cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      func_extract_an_archive "`pwd`" "${darwin_base_archive}"
 	      cd "$darwin_curdir"
-	      $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
+	      $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
 	    done # $darwin_arches
             ## Okay now we've a bunch of thin objects, gotta fatten them up :)
-	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
+	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
 	    darwin_file=
 	    darwin_files=
 	    for darwin_file in $darwin_filelist; do
@@ -5685,7 +4237,7 @@ func_extract_archives ()
       my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
     done
 
-    func_extract_archives_result=$my_oldobjs
+    func_extract_archives_result="$my_oldobjs"
 }
 
 
@@ -5700,7 +4252,7 @@ func_extract_archives ()
 #
 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
 # variable will take.  If 'yes', then the emitted script
-# will assume that the directory where it is stored is
+# will assume that the directory in which it is stored is
 # the $objdir directory.  This is a cygwin/mingw-specific
 # behavior.
 func_emit_wrapper ()
@@ -5711,7 +4263,7 @@ func_emit_wrapper ()
 #! $SHELL
 
 # $output - temporary wrapper script for $objdir/$outputname
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 #
 # The $output program cannot be directly executed until all the libtool
 # libraries that it depends on are installed.
@@ -5768,9 +4320,9 @@ _LTECHO_EOF'
 
 # Very basic option parsing. These options are (a) specific to
 # the libtool wrapper, (b) are identical between the wrapper
-# /script/ and the wrapper /executable/ that is used only on
+# /script/ and the wrapper /executable/ which is used only on
 # windows platforms, and (c) all begin with the string "--lt-"
-# (application programs are unlikely to have options that match
+# (application programs are unlikely to have options which match
 # this pattern).
 #
 # There are only two supported options: --lt-debug and
@@ -5803,7 +4355,7 @@ func_parse_lt_options ()
 
   # Print the debug banner immediately:
   if test -n \"\$lt_option_debug\"; then
-    echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
+    echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
   fi
 }
 
@@ -5814,7 +4366,7 @@ func_lt_dump_args ()
   lt_dump_args_N=1;
   for lt_arg
   do
-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
+    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
     lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
   done
 }
@@ -5828,7 +4380,7 @@ func_exec_program_core ()
   *-*-mingw | *-*-os2* | *-cegcc*)
     $ECHO "\
       if test -n \"\$lt_option_debug\"; then
-        \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2
+        \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2
         func_lt_dump_args \${1+\"\$@\"} 1>&2
       fi
       exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
@@ -5838,7 +4390,7 @@ func_exec_program_core ()
   *)
     $ECHO "\
       if test -n \"\$lt_option_debug\"; then
-        \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2
+        \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2
         func_lt_dump_args \${1+\"\$@\"} 1>&2
       fi
       exec \"\$progdir/\$program\" \${1+\"\$@\"}
@@ -5913,13 +4465,13 @@ func_exec_program ()
   test -n \"\$absdir\" && thisdir=\"\$absdir\"
 "
 
-	if test yes = "$fast_install"; then
+	if test "$fast_install" = yes; then
 	  $ECHO "\
   program=lt-'$outputname'$exeext
   progdir=\"\$thisdir/$objdir\"
 
   if test ! -f \"\$progdir/\$program\" ||
-     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
+     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
        test \"X\$file\" != \"X\$progdir/\$program\"; }; then
 
     file=\"\$\$-\$program\"
@@ -5936,7 +4488,7 @@ func_exec_program ()
     if test -n \"\$relink_command\"; then
       if relink_command_output=\`eval \$relink_command 2>&1\`; then :
       else
-	\$ECHO \"\$relink_command_output\" >&2
+	$ECHO \"\$relink_command_output\" >&2
 	$RM \"\$progdir/\$file\"
 	exit 1
       fi
@@ -5971,7 +4523,7 @@ func_exec_program ()
 	fi
 
 	# Export our shlibpath_var if we have one.
-	if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
+	if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
 	  $ECHO "\
     # Add our own library path to $shlibpath_var
     $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
@@ -5991,7 +4543,7 @@ func_exec_program ()
     fi
   else
     # The program doesn't exist.
-    \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2
+    \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
     \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
     \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
     exit 1
@@ -6010,7 +4562,7 @@ func_emit_cwrapperexe_src ()
 	cat <<EOF
 
 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
-   Generated by $PROGRAM (GNU $PACKAGE) $VERSION
+   Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 
    The $output program cannot be directly executed until all the libtool
    libraries that it depends on are installed.
@@ -6045,45 +4597,47 @@ EOF
 #include <fcntl.h>
 #include <sys/stat.h>
 
-#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
-
 /* declarations of non-ANSI functions */
-#if defined __MINGW32__
+#if defined(__MINGW32__)
 # ifdef __STRICT_ANSI__
 int _putenv (const char *);
 # endif
-#elif defined __CYGWIN__
+#elif defined(__CYGWIN__)
 # ifdef __STRICT_ANSI__
 char *realpath (const char *, char *);
 int putenv (char *);
 int setenv (const char *, const char *, int);
 # endif
-/* #elif defined other_platform || defined ... */
+/* #elif defined (other platforms) ... */
 #endif
 
 /* portability defines, excluding path handling macros */
-#if defined _MSC_VER
+#if defined(_MSC_VER)
 # define setmode _setmode
 # define stat    _stat
 # define chmod   _chmod
 # define getcwd  _getcwd
 # define putenv  _putenv
 # define S_IXUSR _S_IEXEC
-#elif defined __MINGW32__
+# ifndef _INTPTR_T_DEFINED
+#  define _INTPTR_T_DEFINED
+#  define intptr_t int
+# endif
+#elif defined(__MINGW32__)
 # define setmode _setmode
 # define stat    _stat
 # define chmod   _chmod
 # define getcwd  _getcwd
 # define putenv  _putenv
-#elif defined __CYGWIN__
+#elif defined(__CYGWIN__)
 # define HAVE_SETENV
 # define FOPEN_WB "wb"
-/* #elif defined other platforms ... */
+/* #elif defined (other platforms) ... */
 #endif
 
-#if defined PATH_MAX
+#if defined(PATH_MAX)
 # define LT_PATHMAX PATH_MAX
-#elif defined MAXPATHLEN
+#elif defined(MAXPATHLEN)
 # define LT_PATHMAX MAXPATHLEN
 #else
 # define LT_PATHMAX 1024
@@ -6102,8 +4656,8 @@ int setenv (const char *, const char *, int);
 # define PATH_SEPARATOR ':'
 #endif
 
-#if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \
-  defined __OS2__
+#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
+  defined (__OS2__)
 # define HAVE_DOS_BASED_FILE_SYSTEM
 # define FOPEN_WB "wb"
 # ifndef DIR_SEPARATOR_2
@@ -6136,10 +4690,10 @@ int setenv (const char *, const char *, int);
 
 #define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
 #define XFREE(stale) do { \
-  if (stale) { free (stale); stale = 0; } \
+  if (stale) { free ((void *) stale); stale = 0; } \
 } while (0)
 
-#if defined LT_DEBUGWRAPPER
+#if defined(LT_DEBUGWRAPPER)
 static int lt_debug = 1;
 #else
 static int lt_debug = 0;
@@ -6168,16 +4722,11 @@ void lt_dump_script (FILE *f);
 EOF
 
 	    cat <<EOF
-#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
-# define externally_visible volatile
-#else
-# define externally_visible __attribute__((externally_visible)) volatile
-#endif
-externally_visible const char * MAGIC_EXE = "$magic_exe";
+volatile const char * MAGIC_EXE = "$magic_exe";
 const char * LIB_PATH_VARNAME = "$shlibpath_var";
 EOF
 
-	    if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
+	    if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
               func_to_host_path "$temp_rpath"
 	      cat <<EOF
 const char * LIB_PATH_VALUE   = "$func_to_host_path_result";
@@ -6201,7 +4750,7 @@ const char * EXE_PATH_VALUE   = "";
 EOF
 	    fi
 
-	    if test yes = "$fast_install"; then
+	    if test "$fast_install" = yes; then
 	      cat <<EOF
 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
 EOF
@@ -6230,12 +4779,12 @@ main (int argc, char *argv[])
   char *actual_cwrapper_name;
   char *target_name;
   char *lt_argv_zero;
-  int rval = 127;
+  intptr_t rval = 127;
 
   int i;
 
   program_name = (char *) xstrdup (base_name (argv[0]));
-  newargz = XMALLOC (char *, (size_t) argc + 1);
+  newargz = XMALLOC (char *, argc + 1);
 
   /* very simple arg parsing; don't want to rely on getopt
    * also, copy all non cwrapper options to newargz, except
@@ -6244,10 +4793,10 @@ main (int argc, char *argv[])
   newargc=0;
   for (i = 1; i < argc; i++)
     {
-      if (STREQ (argv[i], dumpscript_opt))
+      if (strcmp (argv[i], dumpscript_opt) == 0)
 	{
 EOF
-	    case $host in
+	    case "$host" in
 	      *mingw* | *cygwin* )
 		# make stdout use "unix" line endings
 		echo "          setmode(1,_O_BINARY);"
@@ -6258,12 +4807,12 @@ EOF
 	  lt_dump_script (stdout);
 	  return 0;
 	}
-      if (STREQ (argv[i], debug_opt))
+      if (strcmp (argv[i], debug_opt) == 0)
 	{
           lt_debug = 1;
           continue;
 	}
-      if (STREQ (argv[i], ltwrapper_option_prefix))
+      if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
         {
           /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
              namespace, but it is not one of the ones we know about and
@@ -6286,7 +4835,7 @@ EOF
 EOF
 	    cat <<EOF
   /* The GNU banner must be the first non-error debug message */
-  lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
+  lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
 EOF
 	    cat <<"EOF"
   lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
@@ -6397,7 +4946,7 @@ EOF
 		cat <<"EOF"
   /* execv doesn't actually work on mingw as expected on unix */
   newargz = prepare_spawn (newargz);
-  rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
+  rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
   if (rval == -1)
     {
       /* failed to start process */
@@ -6442,7 +4991,7 @@ base_name (const char *name)
 {
   const char *base;
 
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
   /* Skip over the disk name in MSDOS pathnames. */
   if (isalpha ((unsigned char) name[0]) && name[1] == ':')
     name += 2;
@@ -6501,7 +5050,7 @@ find_executable (const char *wrapper)
   const char *p_next;
   /* static buffer for getcwd */
   char tmp[LT_PATHMAX + 1];
-  size_t tmp_len;
+  int tmp_len;
   char *concat_name;
 
   lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
@@ -6511,7 +5060,7 @@ find_executable (const char *wrapper)
     return NULL;
 
   /* Absolute path? */
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
   if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
     {
       concat_name = xstrdup (wrapper);
@@ -6529,7 +5078,7 @@ find_executable (const char *wrapper)
 	    return concat_name;
 	  XFREE (concat_name);
 	}
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
     }
 #endif
 
@@ -6552,7 +5101,7 @@ find_executable (const char *wrapper)
 	      for (q = p; *q; q++)
 		if (IS_PATH_SEPARATOR (*q))
 		  break;
-	      p_len = (size_t) (q - p);
+	      p_len = q - p;
 	      p_next = (*q == '\0' ? q : q + 1);
 	      if (p_len == 0)
 		{
@@ -6671,7 +5220,7 @@ strendzap (char *str, const char *pat)
   if (patlen <= len)
     {
       str += len - patlen;
-      if (STREQ (str, pat))
+      if (strcmp (str, pat) == 0)
 	*str = '\0';
     }
   return str;
@@ -6736,7 +5285,7 @@ lt_setenv (const char *name, const char *value)
     char *str = xstrdup (value);
     setenv (name, str, 1);
 #else
-    size_t len = strlen (name) + 1 + strlen (value) + 1;
+    int len = strlen (name) + 1 + strlen (value) + 1;
     char *str = XMALLOC (char, len);
     sprintf (str, "%s=%s", name, value);
     if (putenv (str) != EXIT_SUCCESS)
@@ -6753,8 +5302,8 @@ lt_extend_str (const char *orig_value, const char *add, int to_end)
   char *new_value;
   if (orig_value && *orig_value)
     {
-      size_t orig_value_len = strlen (orig_value);
-      size_t add_len = strlen (add);
+      int orig_value_len = strlen (orig_value);
+      int add_len = strlen (add);
       new_value = XMALLOC (char, add_len + orig_value_len + 1);
       if (to_end)
         {
@@ -6785,10 +5334,10 @@ lt_update_exe_path (const char *name, const char *value)
     {
       char *new_value = lt_extend_str (getenv (name), value, 0);
       /* some systems can't cope with a ':'-terminated path #' */
-      size_t len = strlen (new_value);
-      while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
+      int len = strlen (new_value);
+      while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
         {
-          new_value[--len] = '\0';
+          new_value[len-1] = '\0';
         }
       lt_setenv (name, new_value);
       XFREE (new_value);
@@ -6955,47 +5504,27 @@ EOF
 # True if ARG is an import lib, as indicated by $file_magic_cmd
 func_win32_import_lib_p ()
 {
-    $debug_cmd
-
+    $opt_debug
     case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
     *import*) : ;;
     *) false ;;
     esac
 }
 
-# func_suncc_cstd_abi
-# !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!!
-# Several compiler flags select an ABI that is incompatible with the
-# Cstd library. Avoid specifying it if any are in CXXFLAGS.
-func_suncc_cstd_abi ()
-{
-    $debug_cmd
-
-    case " $compile_command " in
-    *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*)
-      suncc_use_cstd_abi=no
-      ;;
-    *)
-      suncc_use_cstd_abi=yes
-      ;;
-    esac
-}
-
 # func_mode_link arg...
 func_mode_link ()
 {
-    $debug_cmd
-
+    $opt_debug
     case $host in
     *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
       # It is impossible to link a dll without this setting, and
       # we shouldn't force the makefile maintainer to figure out
-      # what system we are compiling for in order to pass an extra
+      # which system we are compiling for in order to pass an extra
       # flag for every libtool invocation.
       # allow_undefined=no
 
       # FIXME: Unfortunately, there are problems with the above when trying
-      # to make a dll that has undefined symbols, in which case not
+      # to make a dll which has undefined symbols, in which case not
       # even a static library is built.  For now, we need to specify
       # -no-undefined on the libtool link line when we can be certain
       # that all symbols are satisfied, otherwise we get a static library.
@@ -7039,11 +5568,10 @@ func_mode_link ()
     module=no
     no_install=no
     objs=
-    os2dllname=
     non_pic_objects=
     precious_files_regex=
     prefer_static_libs=no
-    preload=false
+    preload=no
     prev=
     prevarg=
     release=
@@ -7055,7 +5583,7 @@ func_mode_link ()
     vinfo=
     vinfo_number=no
     weak_libs=
-    single_module=$wl-single_module
+    single_module="${wl}-single_module"
     func_infer_tag $base_compile
 
     # We need to know -static, to get the right output filenames.
@@ -7063,15 +5591,15 @@ func_mode_link ()
     do
       case $arg in
       -shared)
-	test yes != "$build_libtool_libs" \
-	  && func_fatal_configuration "cannot build a shared library"
+	test "$build_libtool_libs" != yes && \
+	  func_fatal_configuration "can not build a shared library"
 	build_old_libs=no
 	break
 	;;
       -all-static | -static | -static-libtool-libs)
 	case $arg in
 	-all-static)
-	  if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then
+	  if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
 	    func_warning "complete static linking is impossible in this configuration"
 	  fi
 	  if test -n "$link_static_flag"; then
@@ -7104,38 +5632,38 @@ func_mode_link ()
 
     # Go through the arguments, transforming them on the way.
     while test "$#" -gt 0; do
-      arg=$1
+      arg="$1"
       shift
       func_quote_for_eval "$arg"
       qarg=$func_quote_for_eval_unquoted_result
-      func_append libtool_args " $func_quote_for_eval_result"
+      libtool_args+=" $func_quote_for_eval_result"
 
       # If the previous option needs an argument, assign it.
       if test -n "$prev"; then
 	case $prev in
 	output)
-	  func_append compile_command " @OUTPUT@"
-	  func_append finalize_command " @OUTPUT@"
+	  compile_command+=" @OUTPUT@"
+	  finalize_command+=" @OUTPUT@"
 	  ;;
 	esac
 
 	case $prev in
 	bindir)
-	  bindir=$arg
+	  bindir="$arg"
 	  prev=
 	  continue
 	  ;;
 	dlfiles|dlprefiles)
-	  $preload || {
+	  if test "$preload" = no; then
 	    # Add the symbol object into the linking commands.
-	    func_append compile_command " @SYMFILE@"
-	    func_append finalize_command " @SYMFILE@"
-	    preload=:
-	  }
+	    compile_command+=" @SYMFILE@"
+	    finalize_command+=" @SYMFILE@"
+	    preload=yes
+	  fi
 	  case $arg in
 	  *.la | *.lo) ;;  # We handle these cases below.
 	  force)
-	    if test no = "$dlself"; then
+	    if test "$dlself" = no; then
 	      dlself=needless
 	      export_dynamic=yes
 	    fi
@@ -7143,9 +5671,9 @@ func_mode_link ()
 	    continue
 	    ;;
 	  self)
-	    if test dlprefiles = "$prev"; then
+	    if test "$prev" = dlprefiles; then
 	      dlself=yes
-	    elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then
+	    elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
 	      dlself=yes
 	    else
 	      dlself=needless
@@ -7155,10 +5683,10 @@ func_mode_link ()
 	    continue
 	    ;;
 	  *)
-	    if test dlfiles = "$prev"; then
-	      func_append dlfiles " $arg"
+	    if test "$prev" = dlfiles; then
+	      dlfiles+=" $arg"
 	    else
-	      func_append dlprefiles " $arg"
+	      dlprefiles+=" $arg"
 	    fi
 	    prev=
 	    continue
@@ -7166,14 +5694,14 @@ func_mode_link ()
 	  esac
 	  ;;
 	expsyms)
-	  export_symbols=$arg
+	  export_symbols="$arg"
 	  test -f "$arg" \
-	    || func_fatal_error "symbol file '$arg' does not exist"
+	    || func_fatal_error "symbol file \`$arg' does not exist"
 	  prev=
 	  continue
 	  ;;
 	expsyms_regex)
-	  export_symbols_regex=$arg
+	  export_symbols_regex="$arg"
 	  prev=
 	  continue
 	  ;;
@@ -7182,7 +5710,7 @@ func_mode_link ()
 	    *-*-darwin*)
 	      case "$deplibs " in
 		*" $qarg.ltframework "*) ;;
-		*) func_append deplibs " $qarg.ltframework" # this is fixed later
+		*) deplibs+=" $qarg.ltframework" # this is fixed later
 		   ;;
 	      esac
 	      ;;
@@ -7191,13 +5719,7 @@ func_mode_link ()
 	  continue
 	  ;;
 	inst_prefix)
-	  inst_prefix_dir=$arg
-	  prev=
-	  continue
-	  ;;
-	mllvm)
-	  # Clang does not use LLVM to link, so we can simply discard any
-	  # '-mllvm $arg' options when doing the link step.
+	  inst_prefix_dir="$arg"
 	  prev=
 	  continue
 	  ;;
@@ -7207,7 +5729,7 @@ func_mode_link ()
 	    moreargs=
 	    for fil in `cat "$save_arg"`
 	    do
-#	      func_append moreargs " $fil"
+#	      moreargs+=" $fil"
 	      arg=$fil
 	      # A libtool-controlled object.
 
@@ -7221,22 +5743,22 @@ func_mode_link ()
 
 		if test -z "$pic_object" ||
 		   test -z "$non_pic_object" ||
-		   test none = "$pic_object" &&
-		   test none = "$non_pic_object"; then
-		  func_fatal_error "cannot find name of object for '$arg'"
+		   test "$pic_object" = none &&
+		   test "$non_pic_object" = none; then
+		  func_fatal_error "cannot find name of object for \`$arg'"
 		fi
 
 		# Extract subdirectory from the argument.
 		func_dirname "$arg" "/" ""
-		xdir=$func_dirname_result
+		xdir="$func_dirname_result"
 
-		if test none != "$pic_object"; then
+		if test "$pic_object" != none; then
 		  # Prepend the subdirectory the object is found in.
-		  pic_object=$xdir$pic_object
+		  pic_object="$xdir$pic_object"
 
-		  if test dlfiles = "$prev"; then
-		    if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
-		      func_append dlfiles " $pic_object"
+		  if test "$prev" = dlfiles; then
+		    if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
+		      dlfiles+=" $pic_object"
 		      prev=
 		      continue
 		    else
@@ -7246,69 +5768,64 @@ func_mode_link ()
 		  fi
 
 		  # CHECK ME:  I think I busted this.  -Ossama
-		  if test dlprefiles = "$prev"; then
+		  if test "$prev" = dlprefiles; then
 		    # Preload the old-style object.
-		    func_append dlprefiles " $pic_object"
+		    dlprefiles+=" $pic_object"
 		    prev=
 		  fi
 
 		  # A PIC object.
-		  func_append libobjs " $pic_object"
-		  arg=$pic_object
+		  libobjs+=" $pic_object"
+		  arg="$pic_object"
 		fi
 
 		# Non-PIC object.
-		if test none != "$non_pic_object"; then
+		if test "$non_pic_object" != none; then
 		  # Prepend the subdirectory the object is found in.
-		  non_pic_object=$xdir$non_pic_object
+		  non_pic_object="$xdir$non_pic_object"
 
 		  # A standard non-PIC object
-		  func_append non_pic_objects " $non_pic_object"
-		  if test -z "$pic_object" || test none = "$pic_object"; then
-		    arg=$non_pic_object
+		  non_pic_objects+=" $non_pic_object"
+		  if test -z "$pic_object" || test "$pic_object" = none ; then
+		    arg="$non_pic_object"
 		  fi
 		else
 		  # If the PIC object exists, use it instead.
 		  # $xdir was prepended to $pic_object above.
-		  non_pic_object=$pic_object
-		  func_append non_pic_objects " $non_pic_object"
+		  non_pic_object="$pic_object"
+		  non_pic_objects+=" $non_pic_object"
 		fi
 	      else
 		# Only an error if not doing a dry-run.
 		if $opt_dry_run; then
 		  # Extract subdirectory from the argument.
 		  func_dirname "$arg" "/" ""
-		  xdir=$func_dirname_result
+		  xdir="$func_dirname_result"
 
 		  func_lo2o "$arg"
 		  pic_object=$xdir$objdir/$func_lo2o_result
 		  non_pic_object=$xdir$func_lo2o_result
-		  func_append libobjs " $pic_object"
-		  func_append non_pic_objects " $non_pic_object"
+		  libobjs+=" $pic_object"
+		  non_pic_objects+=" $non_pic_object"
 	        else
-		  func_fatal_error "'$arg' is not a valid libtool object"
+		  func_fatal_error "\`$arg' is not a valid libtool object"
 		fi
 	      fi
 	    done
 	  else
-	    func_fatal_error "link input file '$arg' does not exist"
+	    func_fatal_error "link input file \`$arg' does not exist"
 	  fi
 	  arg=$save_arg
 	  prev=
 	  continue
 	  ;;
-	os2dllname)
-	  os2dllname=$arg
-	  prev=
-	  continue
-	  ;;
 	precious_regex)
-	  precious_files_regex=$arg
+	  precious_files_regex="$arg"
 	  prev=
 	  continue
 	  ;;
 	release)
-	  release=-$arg
+	  release="-$arg"
 	  prev=
 	  continue
 	  ;;
@@ -7320,51 +5837,51 @@ func_mode_link ()
 	    func_fatal_error "only absolute run-paths are allowed"
 	    ;;
 	  esac
-	  if test rpath = "$prev"; then
+	  if test "$prev" = rpath; then
 	    case "$rpath " in
 	    *" $arg "*) ;;
-	    *) func_append rpath " $arg" ;;
+	    *) rpath+=" $arg" ;;
 	    esac
 	  else
 	    case "$xrpath " in
 	    *" $arg "*) ;;
-	    *) func_append xrpath " $arg" ;;
+	    *) xrpath+=" $arg" ;;
 	    esac
 	  fi
 	  prev=
 	  continue
 	  ;;
 	shrext)
-	  shrext_cmds=$arg
+	  shrext_cmds="$arg"
 	  prev=
 	  continue
 	  ;;
 	weak)
-	  func_append weak_libs " $arg"
+	  weak_libs+=" $arg"
 	  prev=
 	  continue
 	  ;;
 	xcclinker)
-	  func_append linker_flags " $qarg"
-	  func_append compiler_flags " $qarg"
+	  linker_flags+=" $qarg"
+	  compiler_flags+=" $qarg"
 	  prev=
-	  func_append compile_command " $qarg"
-	  func_append finalize_command " $qarg"
+	  compile_command+=" $qarg"
+	  finalize_command+=" $qarg"
 	  continue
 	  ;;
 	xcompiler)
-	  func_append compiler_flags " $qarg"
+	  compiler_flags+=" $qarg"
 	  prev=
-	  func_append compile_command " $qarg"
-	  func_append finalize_command " $qarg"
+	  compile_command+=" $qarg"
+	  finalize_command+=" $qarg"
 	  continue
 	  ;;
 	xlinker)
-	  func_append linker_flags " $qarg"
-	  func_append compiler_flags " $wl$qarg"
+	  linker_flags+=" $qarg"
+	  compiler_flags+=" $wl$qarg"
 	  prev=
-	  func_append compile_command " $wl$qarg"
-	  func_append finalize_command " $wl$qarg"
+	  compile_command+=" $wl$qarg"
+	  finalize_command+=" $wl$qarg"
 	  continue
 	  ;;
 	*)
@@ -7375,21 +5892,21 @@ func_mode_link ()
 	esac
       fi # test -n "$prev"
 
-      prevarg=$arg
+      prevarg="$arg"
 
       case $arg in
       -all-static)
 	if test -n "$link_static_flag"; then
 	  # See comment for -static flag below, for more details.
-	  func_append compile_command " $link_static_flag"
-	  func_append finalize_command " $link_static_flag"
+	  compile_command+=" $link_static_flag"
+	  finalize_command+=" $link_static_flag"
 	fi
 	continue
 	;;
 
       -allow-undefined)
 	# FIXME: remove this flag sometime in the future.
-	func_fatal_error "'-allow-undefined' must not be used because it is the default"
+	func_fatal_error "\`-allow-undefined' must not be used because it is the default"
 	;;
 
       -avoid-version)
@@ -7421,7 +5938,7 @@ func_mode_link ()
 	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
 	  func_fatal_error "more than one -exported-symbols argument is not allowed"
 	fi
-	if test X-export-symbols = "X$arg"; then
+	if test "X$arg" = "X-export-symbols"; then
 	  prev=expsyms
 	else
 	  prev=expsyms_regex
@@ -7444,8 +5961,8 @@ func_mode_link ()
       -L[A-Z][A-Z]*:*)
 	case $with_gcc/$host in
 	no/*-*-irix* | /*-*-irix*)
-	  func_append compile_command " $arg"
-	  func_append finalize_command " $arg"
+	  compile_command+=" $arg"
+	  finalize_command+=" $arg"
 	  ;;
 	esac
 	continue
@@ -7455,9 +5972,9 @@ func_mode_link ()
 	func_stripname "-L" '' "$arg"
 	if test -z "$func_stripname_result"; then
 	  if test "$#" -gt 0; then
-	    func_fatal_error "require no space between '-L' and '$1'"
+	    func_fatal_error "require no space between \`-L' and \`$1'"
 	  else
-	    func_fatal_error "need path for '-L' option"
+	    func_fatal_error "need path for \`-L' option"
 	  fi
 	fi
 	func_resolve_sysroot "$func_stripname_result"
@@ -7468,8 +5985,8 @@ func_mode_link ()
 	*)
 	  absdir=`cd "$dir" && pwd`
 	  test -z "$absdir" && \
-	    func_fatal_error "cannot determine absolute directory name of '$dir'"
-	  dir=$absdir
+	    func_fatal_error "cannot determine absolute directory name of \`$dir'"
+	  dir="$absdir"
 	  ;;
 	esac
 	case "$deplibs " in
@@ -7479,10 +5996,10 @@ func_mode_link ()
 	*)
 	  # Preserve sysroot, but never include relative directories
 	  case $dir in
-	    [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;;
-	    *) func_append deplibs " -L$dir" ;;
+	    [\\/]* | [A-Za-z]:[\\/]* | =*) deplibs+=" $arg" ;;
+	    *) deplibs+=" -L$dir" ;;
 	  esac
-	  func_append lib_search_path " $dir"
+	  lib_search_path+=" $dir"
 	  ;;
 	esac
 	case $host in
@@ -7491,12 +6008,12 @@ func_mode_link ()
 	  case :$dllsearchpath: in
 	  *":$dir:"*) ;;
 	  ::) dllsearchpath=$dir;;
-	  *) func_append dllsearchpath ":$dir";;
+	  *) dllsearchpath+=":$dir";;
 	  esac
 	  case :$dllsearchpath: in
 	  *":$testbindir:"*) ;;
 	  ::) dllsearchpath=$testbindir;;
-	  *) func_append dllsearchpath ":$testbindir";;
+	  *) dllsearchpath+=":$testbindir";;
 	  esac
 	  ;;
 	esac
@@ -7504,7 +6021,7 @@ func_mode_link ()
 	;;
 
       -l*)
-	if test X-lc = "X$arg" || test X-lm = "X$arg"; then
+	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
 	  case $host in
 	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
 	    # These systems don't actually have a C or math library (as such)
@@ -7512,40 +6029,35 @@ func_mode_link ()
 	    ;;
 	  *-*-os2*)
 	    # These systems don't actually have a C library (as such)
-	    test X-lc = "X$arg" && continue
+	    test "X$arg" = "X-lc" && continue
 	    ;;
-	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
+	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 	    # Do not include libc due to us having libc/libc_r.
-	    test X-lc = "X$arg" && continue
+	    test "X$arg" = "X-lc" && continue
 	    ;;
 	  *-*-rhapsody* | *-*-darwin1.[012])
 	    # Rhapsody C and math libraries are in the System framework
-	    func_append deplibs " System.ltframework"
+	    deplibs+=" System.ltframework"
 	    continue
 	    ;;
 	  *-*-sco3.2v5* | *-*-sco5v6*)
 	    # Causes problems with __ctype
-	    test X-lc = "X$arg" && continue
+	    test "X$arg" = "X-lc" && continue
 	    ;;
 	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
 	    # Compiler inserts libc in the correct place for threads to work
-	    test X-lc = "X$arg" && continue
+	    test "X$arg" = "X-lc" && continue
 	    ;;
 	  esac
-	elif test X-lc_r = "X$arg"; then
+	elif test "X$arg" = "X-lc_r"; then
 	 case $host in
-	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
+	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 	   # Do not include libc_r directly, use -pthread flag.
 	   continue
 	   ;;
 	 esac
 	fi
-	func_append deplibs " $arg"
-	continue
-	;;
-
-      -mllvm)
-	prev=mllvm
+	deplibs+=" $arg"
 	continue
 	;;
 
@@ -7558,27 +6070,27 @@ func_mode_link ()
       # classes, name mangling, and exception handling.
       # Darwin uses the -arch flag to determine output architecture.
       -model|-arch|-isysroot|--sysroot)
-	func_append compiler_flags " $arg"
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
+	compiler_flags+=" $arg"
+	compile_command+=" $arg"
+	finalize_command+=" $arg"
 	prev=xcompiler
 	continue
 	;;
 
       -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
       |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
-	func_append compiler_flags " $arg"
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
+	compiler_flags+=" $arg"
+	compile_command+=" $arg"
+	finalize_command+=" $arg"
 	case "$new_inherited_linker_flags " in
 	    *" $arg "*) ;;
-	    * ) func_append new_inherited_linker_flags " $arg" ;;
+	    * ) new_inherited_linker_flags+=" $arg" ;;
 	esac
 	continue
 	;;
 
       -multi_module)
-	single_module=$wl-multi_module
+	single_module="${wl}-multi_module"
 	continue
 	;;
 
@@ -7592,8 +6104,8 @@ func_mode_link ()
 	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
 	  # The PATH hackery in wrapper scripts is required on Windows
 	  # and Darwin in order for the loader to find any dlls it needs.
-	  func_warning "'-no-install' is ignored for $host"
-	  func_warning "assuming '-no-fast-install' instead"
+	  func_warning "\`-no-install' is ignored for $host"
+	  func_warning "assuming \`-no-fast-install' instead"
 	  fast_install=no
 	  ;;
 	*) no_install=yes ;;
@@ -7611,11 +6123,6 @@ func_mode_link ()
 	continue
 	;;
 
-      -os2dllname)
-	prev=os2dllname
-	continue
-	;;
-
       -o) prev=output ;;
 
       -precious-files-regex)
@@ -7654,7 +6161,7 @@ func_mode_link ()
 	esac
 	case "$xrpath " in
 	*" $dir "*) ;;
-	*) func_append xrpath " $dir" ;;
+	*) xrpath+=" $dir" ;;
 	esac
 	continue
 	;;
@@ -7703,14 +6210,14 @@ func_mode_link ()
 	func_stripname '-Wc,' '' "$arg"
 	args=$func_stripname_result
 	arg=
-	save_ifs=$IFS; IFS=,
+	save_ifs="$IFS"; IFS=','
 	for flag in $args; do
-	  IFS=$save_ifs
+	  IFS="$save_ifs"
           func_quote_for_eval "$flag"
-	  func_append arg " $func_quote_for_eval_result"
-	  func_append compiler_flags " $func_quote_for_eval_result"
+	  arg+=" $func_quote_for_eval_result"
+	  compiler_flags+=" $func_quote_for_eval_result"
 	done
-	IFS=$save_ifs
+	IFS="$save_ifs"
 	func_stripname ' ' '' "$arg"
 	arg=$func_stripname_result
 	;;
@@ -7719,15 +6226,15 @@ func_mode_link ()
 	func_stripname '-Wl,' '' "$arg"
 	args=$func_stripname_result
 	arg=
-	save_ifs=$IFS; IFS=,
+	save_ifs="$IFS"; IFS=','
 	for flag in $args; do
-	  IFS=$save_ifs
+	  IFS="$save_ifs"
           func_quote_for_eval "$flag"
-	  func_append arg " $wl$func_quote_for_eval_result"
-	  func_append compiler_flags " $wl$func_quote_for_eval_result"
-	  func_append linker_flags " $func_quote_for_eval_result"
+	  arg+=" $wl$func_quote_for_eval_result"
+	  compiler_flags+=" $wl$func_quote_for_eval_result"
+	  linker_flags+=" $func_quote_for_eval_result"
 	done
-	IFS=$save_ifs
+	IFS="$save_ifs"
 	func_stripname ' ' '' "$arg"
 	arg=$func_stripname_result
 	;;
@@ -7750,7 +6257,7 @@ func_mode_link ()
       # -msg_* for osf cc
       -msg_*)
 	func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
+	arg="$func_quote_for_eval_result"
 	;;
 
       # Flags to be passed through unchanged, with rationale:
@@ -7762,51 +6269,30 @@ func_mode_link ()
       # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
       # -F/path              path to uninstalled frameworks, gcc on darwin
       # -p, -pg, --coverage, -fprofile-*  profiling flags for GCC
-      # -fstack-protector*   stack protector flags for GCC
       # @file                GCC response files
       # -tp=*                Portland pgcc target processor selection
       # --sysroot=*          for sysroot support
-      # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
-      # -stdlib=*            select c++ std lib with clang
+      # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
+      -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
         func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-        func_append compile_command " $arg"
-        func_append finalize_command " $arg"
-        func_append compiler_flags " $arg"
+	arg="$func_quote_for_eval_result"
+        compile_command+=" $arg"
+        finalize_command+=" $arg"
+        compiler_flags+=" $arg"
         continue
         ;;
 
-      -Z*)
-        if test os2 = "`expr $host : '.*\(os2\)'`"; then
-          # OS/2 uses -Zxxx to specify OS/2-specific options
-	  compiler_flags="$compiler_flags $arg"
-	  func_append compile_command " $arg"
-	  func_append finalize_command " $arg"
-	  case $arg in
-	  -Zlinker | -Zstack)
-	    prev=xcompiler
-	    ;;
-	  esac
-	  continue
-        else
-	  # Otherwise treat like 'Some other compiler flag' below
-	  func_quote_for_eval "$arg"
-	  arg=$func_quote_for_eval_result
-        fi
-	;;
-
       # Some other compiler flag.
       -* | +*)
         func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
+	arg="$func_quote_for_eval_result"
 	;;
 
       *.$objext)
 	# A standard object.
-	func_append objs " $arg"
+	objs+=" $arg"
 	;;
 
       *.lo)
@@ -7822,22 +6308,22 @@ func_mode_link ()
 
 	  if test -z "$pic_object" ||
 	     test -z "$non_pic_object" ||
-	     test none = "$pic_object" &&
-	     test none = "$non_pic_object"; then
-	    func_fatal_error "cannot find name of object for '$arg'"
+	     test "$pic_object" = none &&
+	     test "$non_pic_object" = none; then
+	    func_fatal_error "cannot find name of object for \`$arg'"
 	  fi
 
 	  # Extract subdirectory from the argument.
 	  func_dirname "$arg" "/" ""
-	  xdir=$func_dirname_result
+	  xdir="$func_dirname_result"
 
-	  test none = "$pic_object" || {
+	  if test "$pic_object" != none; then
 	    # Prepend the subdirectory the object is found in.
-	    pic_object=$xdir$pic_object
+	    pic_object="$xdir$pic_object"
 
-	    if test dlfiles = "$prev"; then
-	      if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
-		func_append dlfiles " $pic_object"
+	    if test "$prev" = dlfiles; then
+	      if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
+		dlfiles+=" $pic_object"
 		prev=
 		continue
 	      else
@@ -7847,55 +6333,55 @@ func_mode_link ()
 	    fi
 
 	    # CHECK ME:  I think I busted this.  -Ossama
-	    if test dlprefiles = "$prev"; then
+	    if test "$prev" = dlprefiles; then
 	      # Preload the old-style object.
-	      func_append dlprefiles " $pic_object"
+	      dlprefiles+=" $pic_object"
 	      prev=
 	    fi
 
 	    # A PIC object.
-	    func_append libobjs " $pic_object"
-	    arg=$pic_object
-	  }
+	    libobjs+=" $pic_object"
+	    arg="$pic_object"
+	  fi
 
 	  # Non-PIC object.
-	  if test none != "$non_pic_object"; then
+	  if test "$non_pic_object" != none; then
 	    # Prepend the subdirectory the object is found in.
-	    non_pic_object=$xdir$non_pic_object
+	    non_pic_object="$xdir$non_pic_object"
 
 	    # A standard non-PIC object
-	    func_append non_pic_objects " $non_pic_object"
-	    if test -z "$pic_object" || test none = "$pic_object"; then
-	      arg=$non_pic_object
+	    non_pic_objects+=" $non_pic_object"
+	    if test -z "$pic_object" || test "$pic_object" = none ; then
+	      arg="$non_pic_object"
 	    fi
 	  else
 	    # If the PIC object exists, use it instead.
 	    # $xdir was prepended to $pic_object above.
-	    non_pic_object=$pic_object
-	    func_append non_pic_objects " $non_pic_object"
+	    non_pic_object="$pic_object"
+	    non_pic_objects+=" $non_pic_object"
 	  fi
 	else
 	  # Only an error if not doing a dry-run.
 	  if $opt_dry_run; then
 	    # Extract subdirectory from the argument.
 	    func_dirname "$arg" "/" ""
-	    xdir=$func_dirname_result
+	    xdir="$func_dirname_result"
 
 	    func_lo2o "$arg"
 	    pic_object=$xdir$objdir/$func_lo2o_result
 	    non_pic_object=$xdir$func_lo2o_result
-	    func_append libobjs " $pic_object"
-	    func_append non_pic_objects " $non_pic_object"
+	    libobjs+=" $pic_object"
+	    non_pic_objects+=" $non_pic_object"
 	  else
-	    func_fatal_error "'$arg' is not a valid libtool object"
+	    func_fatal_error "\`$arg' is not a valid libtool object"
 	  fi
 	fi
 	;;
 
       *.$libext)
 	# An archive.
-	func_append deplibs " $arg"
-	func_append old_deplibs " $arg"
+	deplibs+=" $arg"
+	old_deplibs+=" $arg"
 	continue
 	;;
 
@@ -7903,16 +6389,16 @@ func_mode_link ()
 	# A libtool-controlled library.
 
 	func_resolve_sysroot "$arg"
-	if test dlfiles = "$prev"; then
+	if test "$prev" = dlfiles; then
 	  # This library was specified with -dlopen.
-	  func_append dlfiles " $func_resolve_sysroot_result"
+	  dlfiles+=" $func_resolve_sysroot_result"
 	  prev=
-	elif test dlprefiles = "$prev"; then
+	elif test "$prev" = dlprefiles; then
 	  # The library was specified with -dlpreopen.
-	  func_append dlprefiles " $func_resolve_sysroot_result"
+	  dlprefiles+=" $func_resolve_sysroot_result"
 	  prev=
 	else
-	  func_append deplibs " $func_resolve_sysroot_result"
+	  deplibs+=" $func_resolve_sysroot_result"
 	fi
 	continue
 	;;
@@ -7922,46 +6408,43 @@ func_mode_link ()
 	# Unknown arguments in both finalize_command and compile_command need
 	# to be aesthetically quoted because they are evaled later.
 	func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
+	arg="$func_quote_for_eval_result"
 	;;
       esac # arg
 
       # Now actually substitute the argument into the commands.
       if test -n "$arg"; then
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
+	compile_command+=" $arg"
+	finalize_command+=" $arg"
       fi
     done # argument parsing loop
 
     test -n "$prev" && \
-      func_fatal_help "the '$prevarg' option requires an argument"
+      func_fatal_help "the \`$prevarg' option requires an argument"
 
-    if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
+    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
       eval arg=\"$export_dynamic_flag_spec\"
-      func_append compile_command " $arg"
-      func_append finalize_command " $arg"
+      compile_command+=" $arg"
+      finalize_command+=" $arg"
     fi
 
     oldlibs=
     # calculate the name of the file, without its directory
     func_basename "$output"
-    outputname=$func_basename_result
-    libobjs_save=$libobjs
+    outputname="$func_basename_result"
+    libobjs_save="$libobjs"
 
     if test -n "$shlibpath_var"; then
       # get the directories listed in $shlibpath_var
-      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
+      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
     else
       shlib_search_path=
     fi
     eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
     eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
 
-    # Definition is injected by LT_CONFIG during libtool generation.
-    func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH"
-
     func_dirname "$output" "/" ""
-    output_objdir=$func_dirname_result$objdir
+    output_objdir="$func_dirname_result$objdir"
     func_to_tool_file "$output_objdir/"
     tool_output_objdir=$func_to_tool_file_result
     # Create the object directory.
@@ -7984,15 +6467,15 @@ func_mode_link ()
     # Find all interdependent deplibs by searching for libraries
     # that are linked more than once (e.g. -la -lb -la)
     for deplib in $deplibs; do
-      if $opt_preserve_dup_deps; then
+      if $opt_preserve_dup_deps ; then
 	case "$libs " in
-	*" $deplib "*) func_append specialdeplibs " $deplib" ;;
+	*" $deplib "*) specialdeplibs+=" $deplib" ;;
 	esac
       fi
-      func_append libs " $deplib"
+      libs+=" $deplib"
     done
 
-    if test lib = "$linkmode"; then
+    if test "$linkmode" = lib; then
       libs="$predeps $libs $compiler_lib_search_path $postdeps"
 
       # Compute libraries that are listed more than once in $predeps
@@ -8002,9 +6485,9 @@ func_mode_link ()
       if $opt_duplicate_compiler_generated_deps; then
 	for pre_post_dep in $predeps $postdeps; do
 	  case "$pre_post_deps " in
-	  *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;;
+	  *" $pre_post_dep "*) specialdeplibs+=" $pre_post_deps" ;;
 	  esac
-	  func_append pre_post_deps " $pre_post_dep"
+	  pre_post_deps+=" $pre_post_dep"
 	done
       fi
       pre_post_deps=
@@ -8024,7 +6507,7 @@ func_mode_link ()
 	  case $file in
 	  *.la) ;;
 	  *)
-	    func_fatal_help "libraries can '-dlopen' only libtool libraries: $file"
+	    func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
 	    ;;
 	  esac
 	done
@@ -8032,7 +6515,7 @@ func_mode_link ()
     prog)
 	compile_deplibs=
 	finalize_deplibs=
-	alldeplibs=false
+	alldeplibs=no
 	newdlfiles=
 	newdlprefiles=
 	passes="conv scan dlopen dlpreopen link"
@@ -8044,29 +6527,32 @@ func_mode_link ()
     for pass in $passes; do
       # The preopen pass in lib mode reverses $deplibs; put it back here
       # so that -L comes before libs that need it for instance...
-      if test lib,link = "$linkmode,$pass"; then
+      if test "$linkmode,$pass" = "lib,link"; then
 	## FIXME: Find the place where the list is rebuilt in the wrong
 	##        order, and fix it there properly
         tmp_deplibs=
 	for deplib in $deplibs; do
 	  tmp_deplibs="$deplib $tmp_deplibs"
 	done
-	deplibs=$tmp_deplibs
+	deplibs="$tmp_deplibs"
       fi
 
-      if test lib,link = "$linkmode,$pass" ||
-	 test prog,scan = "$linkmode,$pass"; then
-	libs=$deplibs
+      if test "$linkmode,$pass" = "lib,link" ||
+	 test "$linkmode,$pass" = "prog,scan"; then
+	libs="$deplibs"
 	deplibs=
       fi
-      if test prog = "$linkmode"; then
+      if test "$linkmode" = prog; then
 	case $pass in
-	dlopen) libs=$dlfiles ;;
-	dlpreopen) libs=$dlprefiles ;;
-	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+	dlopen) libs="$dlfiles" ;;
+	dlpreopen) libs="$dlprefiles" ;;
+	link)
+	  libs="$deplibs %DEPLIBS%"
+	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+	  ;;
 	esac
       fi
-      if test lib,dlpreopen = "$linkmode,$pass"; then
+      if test "$linkmode,$pass" = "lib,dlpreopen"; then
 	# Collect and forward deplibs of preopened libtool libs
 	for lib in $dlprefiles; do
 	  # Ignore non-libtool-libs
@@ -8083,46 +6569,46 @@ func_mode_link ()
             deplib_base=$func_basename_result
 	    case " $weak_libs " in
 	    *" $deplib_base "*) ;;
-	    *) func_append deplibs " $deplib" ;;
+	    *) deplibs+=" $deplib" ;;
 	    esac
 	  done
 	done
-	libs=$dlprefiles
+	libs="$dlprefiles"
       fi
-      if test dlopen = "$pass"; then
+      if test "$pass" = dlopen; then
 	# Collect dlpreopened libraries
-	save_deplibs=$deplibs
+	save_deplibs="$deplibs"
 	deplibs=
       fi
 
       for deplib in $libs; do
 	lib=
-	found=false
+	found=no
 	case $deplib in
 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
         |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
-	  if test prog,link = "$linkmode,$pass"; then
+	  if test "$linkmode,$pass" = "prog,link"; then
 	    compile_deplibs="$deplib $compile_deplibs"
 	    finalize_deplibs="$deplib $finalize_deplibs"
 	  else
-	    func_append compiler_flags " $deplib"
-	    if test lib = "$linkmode"; then
+	    compiler_flags+=" $deplib"
+	    if test "$linkmode" = lib ; then
 		case "$new_inherited_linker_flags " in
 		    *" $deplib "*) ;;
-		    * ) func_append new_inherited_linker_flags " $deplib" ;;
+		    * ) new_inherited_linker_flags+=" $deplib" ;;
 		esac
 	    fi
 	  fi
 	  continue
 	  ;;
 	-l*)
-	  if test lib != "$linkmode" && test prog != "$linkmode"; then
-	    func_warning "'-l' is ignored for archives/objects"
+	  if test "$linkmode" != lib && test "$linkmode" != prog; then
+	    func_warning "\`-l' is ignored for archives/objects"
 	    continue
 	  fi
 	  func_stripname '-l' '' "$deplib"
 	  name=$func_stripname_result
-	  if test lib = "$linkmode"; then
+	  if test "$linkmode" = lib; then
 	    searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
 	  else
 	    searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
@@ -8130,22 +6616,31 @@ func_mode_link ()
 	  for searchdir in $searchdirs; do
 	    for search_ext in .la $std_shrext .so .a; do
 	      # Search the libtool library
-	      lib=$searchdir/lib$name$search_ext
+	      lib="$searchdir/lib${name}${search_ext}"
 	      if test -f "$lib"; then
-		if test .la = "$search_ext"; then
-		  found=:
+		if test "$search_ext" = ".la"; then
+		  found=yes
 		else
-		  found=false
+		  found=no
 		fi
 		break 2
 	      fi
 	    done
 	  done
-	  if $found; then
-	    # deplib is a libtool library
+	  if test "$found" != yes; then
+	    # deplib doesn't seem to be a libtool library
+	    if test "$linkmode,$pass" = "prog,link"; then
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    else
+	      deplibs="$deplib $deplibs"
+	      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
+	    fi
+	    continue
+	  else # deplib is a libtool library
 	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
 	    # We need to do some special things here, and not later.
-	    if test yes = "$allow_libtool_libs_with_static_runtimes"; then
+	    if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 	      case " $predeps $postdeps " in
 	      *" $deplib "*)
 		if func_lalib_p "$lib"; then
@@ -8153,19 +6648,19 @@ func_mode_link ()
 		  old_library=
 		  func_source "$lib"
 		  for l in $old_library $library_names; do
-		    ll=$l
+		    ll="$l"
 		  done
-		  if test "X$ll" = "X$old_library"; then # only static version available
-		    found=false
+		  if test "X$ll" = "X$old_library" ; then # only static version available
+		    found=no
 		    func_dirname "$lib" "" "."
-		    ladir=$func_dirname_result
+		    ladir="$func_dirname_result"
 		    lib=$ladir/$old_library
-		    if test prog,link = "$linkmode,$pass"; then
+		    if test "$linkmode,$pass" = "prog,link"; then
 		      compile_deplibs="$deplib $compile_deplibs"
 		      finalize_deplibs="$deplib $finalize_deplibs"
 		    else
 		      deplibs="$deplib $deplibs"
-		      test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
+		      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
 		    fi
 		    continue
 		  fi
@@ -8174,28 +6669,18 @@ func_mode_link ()
 	      *) ;;
 	      esac
 	    fi
-	  else
-	    # deplib doesn't seem to be a libtool library
-	    if test prog,link = "$linkmode,$pass"; then
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    else
-	      deplibs="$deplib $deplibs"
-	      test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
-	    fi
-	    continue
 	  fi
 	  ;; # -l
 	*.ltframework)
-	  if test prog,link = "$linkmode,$pass"; then
+	  if test "$linkmode,$pass" = "prog,link"; then
 	    compile_deplibs="$deplib $compile_deplibs"
 	    finalize_deplibs="$deplib $finalize_deplibs"
 	  else
 	    deplibs="$deplib $deplibs"
-	    if test lib = "$linkmode"; then
+	    if test "$linkmode" = lib ; then
 		case "$new_inherited_linker_flags " in
 		    *" $deplib "*) ;;
-		    * ) func_append new_inherited_linker_flags " $deplib" ;;
+		    * ) new_inherited_linker_flags+=" $deplib" ;;
 		esac
 	    fi
 	  fi
@@ -8205,18 +6690,18 @@ func_mode_link ()
 	  case $linkmode in
 	  lib)
 	    deplibs="$deplib $deplibs"
-	    test conv = "$pass" && continue
+	    test "$pass" = conv && continue
 	    newdependency_libs="$deplib $newdependency_libs"
 	    func_stripname '-L' '' "$deplib"
 	    func_resolve_sysroot "$func_stripname_result"
-	    func_append newlib_search_path " $func_resolve_sysroot_result"
+	    newlib_search_path+=" $func_resolve_sysroot_result"
 	    ;;
 	  prog)
-	    if test conv = "$pass"; then
+	    if test "$pass" = conv; then
 	      deplibs="$deplib $deplibs"
 	      continue
 	    fi
-	    if test scan = "$pass"; then
+	    if test "$pass" = scan; then
 	      deplibs="$deplib $deplibs"
 	    else
 	      compile_deplibs="$deplib $compile_deplibs"
@@ -8224,23 +6709,23 @@ func_mode_link ()
 	    fi
 	    func_stripname '-L' '' "$deplib"
 	    func_resolve_sysroot "$func_stripname_result"
-	    func_append newlib_search_path " $func_resolve_sysroot_result"
+	    newlib_search_path+=" $func_resolve_sysroot_result"
 	    ;;
 	  *)
-	    func_warning "'-L' is ignored for archives/objects"
+	    func_warning "\`-L' is ignored for archives/objects"
 	    ;;
 	  esac # linkmode
 	  continue
 	  ;; # -L
 	-R*)
-	  if test link = "$pass"; then
+	  if test "$pass" = link; then
 	    func_stripname '-R' '' "$deplib"
 	    func_resolve_sysroot "$func_stripname_result"
 	    dir=$func_resolve_sysroot_result
 	    # Make sure the xrpath contains only unique directories.
 	    case "$xrpath " in
 	    *" $dir "*) ;;
-	    *) func_append xrpath " $dir" ;;
+	    *) xrpath+=" $dir" ;;
 	    esac
 	  fi
 	  deplibs="$deplib $deplibs"
@@ -8251,7 +6736,7 @@ func_mode_link ()
 	  lib=$func_resolve_sysroot_result
 	  ;;
 	*.$libext)
-	  if test conv = "$pass"; then
+	  if test "$pass" = conv; then
 	    deplibs="$deplib $deplibs"
 	    continue
 	  fi
@@ -8262,26 +6747,21 @@ func_mode_link ()
 	    case " $dlpreconveniencelibs " in
 	    *" $deplib "*) ;;
 	    *)
-	      valid_a_lib=false
+	      valid_a_lib=no
 	      case $deplibs_check_method in
 		match_pattern*)
 		  set dummy $deplibs_check_method; shift
 		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
 		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
 		    | $EGREP "$match_pattern_regex" > /dev/null; then
-		    valid_a_lib=:
+		    valid_a_lib=yes
 		  fi
 		;;
 		pass_all)
-		  valid_a_lib=:
+		  valid_a_lib=yes
 		;;
 	      esac
-	      if $valid_a_lib; then
-		echo
-		$ECHO "*** Warning: Linking the shared library $output against the"
-		$ECHO "*** static library $deplib is not portable!"
-		deplibs="$deplib $deplibs"
-	      else
+	      if test "$valid_a_lib" != yes; then
 		echo
 		$ECHO "*** Warning: Trying to link with static lib archive $deplib."
 		echo "*** I have the capability to make that library automatically link in when"
@@ -8289,13 +6769,18 @@ func_mode_link ()
 		echo "*** shared version of the library, which you do not appear to have"
 		echo "*** because the file extensions .$libext of this argument makes me believe"
 		echo "*** that it is just a static archive that I should not use here."
+	      else
+		echo
+		$ECHO "*** Warning: Linking the shared library $output against the"
+		$ECHO "*** static library $deplib is not portable!"
+		deplibs="$deplib $deplibs"
 	      fi
 	      ;;
 	    esac
 	    continue
 	    ;;
 	  prog)
-	    if test link != "$pass"; then
+	    if test "$pass" != link; then
 	      deplibs="$deplib $deplibs"
 	    else
 	      compile_deplibs="$deplib $compile_deplibs"
@@ -8306,36 +6791,38 @@ func_mode_link ()
 	  esac # linkmode
 	  ;; # *.$libext
 	*.lo | *.$objext)
-	  if test conv = "$pass"; then
+	  if test "$pass" = conv; then
 	    deplibs="$deplib $deplibs"
-	  elif test prog = "$linkmode"; then
-	    if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then
+	  elif test "$linkmode" = prog; then
+	    if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
 	      # If there is no dlopen support or we're linking statically,
 	      # we need to preload.
-	      func_append newdlprefiles " $deplib"
+	      newdlprefiles+=" $deplib"
 	      compile_deplibs="$deplib $compile_deplibs"
 	      finalize_deplibs="$deplib $finalize_deplibs"
 	    else
-	      func_append newdlfiles " $deplib"
+	      newdlfiles+=" $deplib"
 	    fi
 	  fi
 	  continue
 	  ;;
 	%DEPLIBS%)
-	  alldeplibs=:
+	  alldeplibs=yes
 	  continue
 	  ;;
 	esac # case $deplib
 
-	$found || test -f "$lib" \
-	  || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
+	if test "$found" = yes || test -f "$lib"; then :
+	else
+	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
+	fi
 
 	# Check to see that this really is a libtool archive.
 	func_lalib_unsafe_p "$lib" \
-	  || func_fatal_error "'$lib' is not a valid libtool archive"
+	  || func_fatal_error "\`$lib' is not a valid libtool archive"
 
 	func_dirname "$lib" "" "."
-	ladir=$func_dirname_result
+	ladir="$func_dirname_result"
 
 	dlname=
 	dlopen=
@@ -8360,41 +6847,41 @@ func_mode_link ()
 	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
 	    case " $new_inherited_linker_flags " in
 	      *" $tmp_inherited_linker_flag "*) ;;
-	      *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";;
+	      *) new_inherited_linker_flags+=" $tmp_inherited_linker_flag";;
 	    esac
 	  done
 	fi
 	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	if test lib,link = "$linkmode,$pass" ||
-	   test prog,scan = "$linkmode,$pass" ||
-	   { test prog != "$linkmode" && test lib != "$linkmode"; }; then
-	  test -n "$dlopen" && func_append dlfiles " $dlopen"
-	  test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
+	if test "$linkmode,$pass" = "lib,link" ||
+	   test "$linkmode,$pass" = "prog,scan" ||
+	   { test "$linkmode" != prog && test "$linkmode" != lib; }; then
+	  test -n "$dlopen" && dlfiles+=" $dlopen"
+	  test -n "$dlpreopen" && dlprefiles+=" $dlpreopen"
 	fi
 
-	if test conv = "$pass"; then
+	if test "$pass" = conv; then
 	  # Only check for convenience libraries
 	  deplibs="$lib $deplibs"
 	  if test -z "$libdir"; then
 	    if test -z "$old_library"; then
-	      func_fatal_error "cannot find name of link library for '$lib'"
+	      func_fatal_error "cannot find name of link library for \`$lib'"
 	    fi
 	    # It is a libtool convenience library, so add in its objects.
-	    func_append convenience " $ladir/$objdir/$old_library"
-	    func_append old_convenience " $ladir/$objdir/$old_library"
-	  elif test prog != "$linkmode" && test lib != "$linkmode"; then
-	    func_fatal_error "'$lib' is not a convenience library"
+	    convenience+=" $ladir/$objdir/$old_library"
+	    old_convenience+=" $ladir/$objdir/$old_library"
+	    tmp_libs=
+	    for deplib in $dependency_libs; do
+	      deplibs="$deplib $deplibs"
+	      if $opt_preserve_dup_deps ; then
+		case "$tmp_libs " in
+		*" $deplib "*) specialdeplibs+=" $deplib" ;;
+		esac
+	      fi
+	      tmp_libs+=" $deplib"
+	    done
+	  elif test "$linkmode" != prog && test "$linkmode" != lib; then
+	    func_fatal_error "\`$lib' is not a convenience library"
 	  fi
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    deplibs="$deplib $deplibs"
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $deplib"
-	  done
 	  continue
 	fi # $pass = conv
 
@@ -8402,86 +6889,86 @@ func_mode_link ()
 	# Get the name of the library we link against.
 	linklib=
 	if test -n "$old_library" &&
-	   { test yes = "$prefer_static_libs" ||
-	     test built,no = "$prefer_static_libs,$installed"; }; then
+	   { test "$prefer_static_libs" = yes ||
+	     test "$prefer_static_libs,$installed" = "built,no"; }; then
 	  linklib=$old_library
 	else
 	  for l in $old_library $library_names; do
-	    linklib=$l
+	    linklib="$l"
 	  done
 	fi
 	if test -z "$linklib"; then
-	  func_fatal_error "cannot find name of link library for '$lib'"
+	  func_fatal_error "cannot find name of link library for \`$lib'"
 	fi
 
 	# This library was specified with -dlopen.
-	if test dlopen = "$pass"; then
-	  test -z "$libdir" \
-	    && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
+	if test "$pass" = dlopen; then
+	  if test -z "$libdir"; then
+	    func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
+	  fi
 	  if test -z "$dlname" ||
-	     test yes != "$dlopen_support" ||
-	     test no = "$build_libtool_libs"
-	  then
+	     test "$dlopen_support" != yes ||
+	     test "$build_libtool_libs" = no; then
 	    # If there is no dlname, no dlopen support or we're linking
 	    # statically, we need to preload.  We also need to preload any
 	    # dependent libraries so libltdl's deplib preloader doesn't
 	    # bomb out in the load deplibs phase.
-	    func_append dlprefiles " $lib $dependency_libs"
+	    dlprefiles+=" $lib $dependency_libs"
 	  else
-	    func_append newdlfiles " $lib"
+	    newdlfiles+=" $lib"
 	  fi
 	  continue
 	fi # $pass = dlopen
 
 	# We need an absolute path.
 	case $ladir in
-	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;;
+	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
 	*)
 	  abs_ladir=`cd "$ladir" && pwd`
 	  if test -z "$abs_ladir"; then
-	    func_warning "cannot determine absolute directory name of '$ladir'"
+	    func_warning "cannot determine absolute directory name of \`$ladir'"
 	    func_warning "passing it literally to the linker, although it might fail"
-	    abs_ladir=$ladir
+	    abs_ladir="$ladir"
 	  fi
 	  ;;
 	esac
 	func_basename "$lib"
-	laname=$func_basename_result
+	laname="$func_basename_result"
 
 	# Find the relevant object directory and library name.
-	if test yes = "$installed"; then
+	if test "X$installed" = Xyes; then
 	  if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-	    func_warning "library '$lib' was moved."
-	    dir=$ladir
-	    absdir=$abs_ladir
-	    libdir=$abs_ladir
+	    func_warning "library \`$lib' was moved."
+	    dir="$ladir"
+	    absdir="$abs_ladir"
+	    libdir="$abs_ladir"
 	  else
-	    dir=$lt_sysroot$libdir
-	    absdir=$lt_sysroot$libdir
+	    dir="$lt_sysroot$libdir"
+	    absdir="$lt_sysroot$libdir"
 	  fi
-	  test yes = "$hardcode_automatic" && avoidtemprpath=yes
+	  test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
 	else
 	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-	    dir=$ladir
-	    absdir=$abs_ladir
+	    dir="$ladir"
+	    absdir="$abs_ladir"
 	    # Remove this search path later
-	    func_append notinst_path " $abs_ladir"
+	    notinst_path+=" $abs_ladir"
 	  else
-	    dir=$ladir/$objdir
-	    absdir=$abs_ladir/$objdir
+	    dir="$ladir/$objdir"
+	    absdir="$abs_ladir/$objdir"
 	    # Remove this search path later
-	    func_append notinst_path " $abs_ladir"
+	    notinst_path+=" $abs_ladir"
 	  fi
 	fi # $installed = yes
 	func_stripname 'lib' '.la' "$laname"
 	name=$func_stripname_result
 
 	# This library was specified with -dlpreopen.
-	if test dlpreopen = "$pass"; then
-	  if test -z "$libdir" && test prog = "$linkmode"; then
-	    func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
+	if test "$pass" = dlpreopen; then
+	  if test -z "$libdir" && test "$linkmode" = prog; then
+	    func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
 	  fi
-	  case $host in
+	  case "$host" in
 	    # special handling for platforms with PE-DLLs.
 	    *cygwin* | *mingw* | *cegcc* )
 	      # Linker will automatically link against shared library if both
@@ -8495,29 +6982,29 @@ func_mode_link ()
 	      if test -n "$dlname"; then
 	        func_tr_sh "$dir/$linklib"
 	        eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname"
-	        func_append newdlprefiles " $dir/$linklib"
+	        newdlprefiles+=" $dir/$linklib"
 	      else
-	        func_append newdlprefiles " $dir/$old_library"
+	        newdlprefiles+=" $dir/$old_library"
 	        # Keep a list of preopened convenience libraries to check
 	        # that they are being used correctly in the link pass.
 	        test -z "$libdir" && \
-	          func_append dlpreconveniencelibs " $dir/$old_library"
+	          dlpreconveniencelibs+=" $dir/$old_library"
 	      fi
 	    ;;
 	    * )
 	      # Prefer using a static library (so that no silly _DYNAMIC symbols
 	      # are required to link).
 	      if test -n "$old_library"; then
-	        func_append newdlprefiles " $dir/$old_library"
+	        newdlprefiles+=" $dir/$old_library"
 	        # Keep a list of preopened convenience libraries to check
 	        # that they are being used correctly in the link pass.
 	        test -z "$libdir" && \
-	          func_append dlpreconveniencelibs " $dir/$old_library"
+	          dlpreconveniencelibs+=" $dir/$old_library"
 	      # Otherwise, use the dlname, so that lt_dlopen finds it.
 	      elif test -n "$dlname"; then
-	        func_append newdlprefiles " $dir/$dlname"
+	        newdlprefiles+=" $dir/$dlname"
 	      else
-	        func_append newdlprefiles " $dir/$linklib"
+	        newdlprefiles+=" $dir/$linklib"
 	      fi
 	    ;;
 	  esac
@@ -8525,9 +7012,9 @@ func_mode_link ()
 
 	if test -z "$libdir"; then
 	  # Link the convenience library
-	  if test lib = "$linkmode"; then
+	  if test "$linkmode" = lib; then
 	    deplibs="$dir/$old_library $deplibs"
-	  elif test prog,link = "$linkmode,$pass"; then
+	  elif test "$linkmode,$pass" = "prog,link"; then
 	    compile_deplibs="$dir/$old_library $compile_deplibs"
 	    finalize_deplibs="$dir/$old_library $finalize_deplibs"
 	  else
@@ -8537,14 +7024,14 @@ func_mode_link ()
 	fi
 
 
-	if test prog = "$linkmode" && test link != "$pass"; then
-	  func_append newlib_search_path " $ladir"
+	if test "$linkmode" = prog && test "$pass" != link; then
+	  newlib_search_path+=" $ladir"
 	  deplibs="$lib $deplibs"
 
-	  linkalldeplibs=false
-	  if test no != "$link_all_deplibs" || test -z "$library_names" ||
-	     test no = "$build_libtool_libs"; then
-	    linkalldeplibs=:
+	  linkalldeplibs=no
+	  if test "$link_all_deplibs" != no || test -z "$library_names" ||
+	     test "$build_libtool_libs" = no; then
+	    linkalldeplibs=yes
 	  fi
 
 	  tmp_libs=
@@ -8552,38 +7039,38 @@ func_mode_link ()
 	    case $deplib in
 	    -L*) func_stripname '-L' '' "$deplib"
 	         func_resolve_sysroot "$func_stripname_result"
-	         func_append newlib_search_path " $func_resolve_sysroot_result"
+	         newlib_search_path+=" $func_resolve_sysroot_result"
 		 ;;
 	    esac
 	    # Need to link against all dependency_libs?
-	    if $linkalldeplibs; then
+	    if test "$linkalldeplibs" = yes; then
 	      deplibs="$deplib $deplibs"
 	    else
 	      # Need to hardcode shared library paths
 	      # or/and link against static libraries
 	      newdependency_libs="$deplib $newdependency_libs"
 	    fi
-	    if $opt_preserve_dup_deps; then
+	    if $opt_preserve_dup_deps ; then
 	      case "$tmp_libs " in
-	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
+	      *" $deplib "*) specialdeplibs+=" $deplib" ;;
 	      esac
 	    fi
-	    func_append tmp_libs " $deplib"
+	    tmp_libs+=" $deplib"
 	  done # for deplib
 	  continue
 	fi # $linkmode = prog...
 
-	if test prog,link = "$linkmode,$pass"; then
+	if test "$linkmode,$pass" = "prog,link"; then
 	  if test -n "$library_names" &&
-	     { { test no = "$prefer_static_libs" ||
-	         test built,yes = "$prefer_static_libs,$installed"; } ||
+	     { { test "$prefer_static_libs" = no ||
+	         test "$prefer_static_libs,$installed" = "built,yes"; } ||
 	       test -z "$old_library"; }; then
 	    # We need to hardcode the library path
-	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
+	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
 	      # Make sure the rpath contains only unique directories.
-	      case $temp_rpath: in
+	      case "$temp_rpath:" in
 	      *"$absdir:"*) ;;
-	      *) func_append temp_rpath "$absdir:" ;;
+	      *) temp_rpath+="$absdir:" ;;
 	      esac
 	    fi
 
@@ -8595,7 +7082,7 @@ func_mode_link ()
 	    *)
 	      case "$compile_rpath " in
 	      *" $absdir "*) ;;
-	      *) func_append compile_rpath " $absdir" ;;
+	      *) compile_rpath+=" $absdir" ;;
 	      esac
 	      ;;
 	    esac
@@ -8604,15 +7091,15 @@ func_mode_link ()
 	    *)
 	      case "$finalize_rpath " in
 	      *" $libdir "*) ;;
-	      *) func_append finalize_rpath " $libdir" ;;
+	      *) finalize_rpath+=" $libdir" ;;
 	      esac
 	      ;;
 	    esac
 	  fi # $linkmode,$pass = prog,link...
 
-	  if $alldeplibs &&
-	     { test pass_all = "$deplibs_check_method" ||
-	       { test yes = "$build_libtool_libs" &&
+	  if test "$alldeplibs" = yes &&
+	     { test "$deplibs_check_method" = pass_all ||
+	       { test "$build_libtool_libs" = yes &&
 		 test -n "$library_names"; }; }; then
 	    # We only need to search for static libraries
 	    continue
@@ -8621,20 +7108,20 @@ func_mode_link ()
 
 	link_static=no # Whether the deplib will be linked statically
 	use_static_libs=$prefer_static_libs
-	if test built = "$use_static_libs" && test yes = "$installed"; then
+	if test "$use_static_libs" = built && test "$installed" = yes; then
 	  use_static_libs=no
 	fi
 	if test -n "$library_names" &&
-	   { test no = "$use_static_libs" || test -z "$old_library"; }; then
+	   { test "$use_static_libs" = no || test -z "$old_library"; }; then
 	  case $host in
-	  *cygwin* | *mingw* | *cegcc* | *os2*)
+	  *cygwin* | *mingw* | *cegcc*)
 	      # No point in relinking DLLs because paths are not encoded
-	      func_append notinst_deplibs " $lib"
+	      notinst_deplibs+=" $lib"
 	      need_relink=no
 	    ;;
 	  *)
-	    if test no = "$installed"; then
-	      func_append notinst_deplibs " $lib"
+	    if test "$installed" = no; then
+	      notinst_deplibs+=" $lib"
 	      need_relink=yes
 	    fi
 	    ;;
@@ -8643,24 +7130,24 @@ func_mode_link ()
 
 	  # Warn about portability, can't link against -module's on some
 	  # systems (darwin).  Don't bleat about dlopened modules though!
-	  dlopenmodule=
+	  dlopenmodule=""
 	  for dlpremoduletest in $dlprefiles; do
 	    if test "X$dlpremoduletest" = "X$lib"; then
-	      dlopenmodule=$dlpremoduletest
+	      dlopenmodule="$dlpremoduletest"
 	      break
 	    fi
 	  done
-	  if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then
+	  if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
 	    echo
-	    if test prog = "$linkmode"; then
+	    if test "$linkmode" = prog; then
 	      $ECHO "*** Warning: Linking the executable $output against the loadable module"
 	    else
 	      $ECHO "*** Warning: Linking the shared library $output against the loadable module"
 	    fi
 	    $ECHO "*** $linklib is not portable!"
 	  fi
-	  if test lib = "$linkmode" &&
-	     test yes = "$hardcode_into_libs"; then
+	  if test "$linkmode" = lib &&
+	     test "$hardcode_into_libs" = yes; then
 	    # Hardcode the library path.
 	    # Skip directories that are in the system default run-time
 	    # search path.
@@ -8669,7 +7156,7 @@ func_mode_link ()
 	    *)
 	      case "$compile_rpath " in
 	      *" $absdir "*) ;;
-	      *) func_append compile_rpath " $absdir" ;;
+	      *) compile_rpath+=" $absdir" ;;
 	      esac
 	      ;;
 	    esac
@@ -8678,7 +7165,7 @@ func_mode_link ()
 	    *)
 	      case "$finalize_rpath " in
 	      *" $libdir "*) ;;
-	      *) func_append finalize_rpath " $libdir" ;;
+	      *) finalize_rpath+=" $libdir" ;;
 	      esac
 	      ;;
 	    esac
@@ -8688,43 +7175,43 @@ func_mode_link ()
 	    # figure out the soname
 	    set dummy $library_names
 	    shift
-	    realname=$1
+	    realname="$1"
 	    shift
 	    libname=`eval "\\$ECHO \"$libname_spec\""`
 	    # use dlname if we got it. it's perfectly good, no?
 	    if test -n "$dlname"; then
-	      soname=$dlname
+	      soname="$dlname"
 	    elif test -n "$soname_spec"; then
 	      # bleh windows
 	      case $host in
-	      *cygwin* | mingw* | *cegcc* | *os2*)
+	      *cygwin* | mingw* | *cegcc*)
 	        func_arith $current - $age
 		major=$func_arith_result
-		versuffix=-$major
+		versuffix="-$major"
 		;;
 	      esac
 	      eval soname=\"$soname_spec\"
 	    else
-	      soname=$realname
+	      soname="$realname"
 	    fi
 
 	    # Make a new name for the extract_expsyms_cmds to use
-	    soroot=$soname
+	    soroot="$soname"
 	    func_basename "$soroot"
-	    soname=$func_basename_result
+	    soname="$func_basename_result"
 	    func_stripname 'lib' '.dll' "$soname"
 	    newlib=libimp-$func_stripname_result.a
 
 	    # If the library has no export list, then create one now
 	    if test -f "$output_objdir/$soname-def"; then :
 	    else
-	      func_verbose "extracting exported symbol list from '$soname'"
+	      func_verbose "extracting exported symbol list from \`$soname'"
 	      func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
 	    fi
 
 	    # Create $newlib
 	    if test -f "$output_objdir/$newlib"; then :; else
-	      func_verbose "generating import library for '$soname'"
+	      func_verbose "generating import library for \`$soname'"
 	      func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
 	    fi
 	    # make sure the library variables are pointing to the new library
@@ -8732,70 +7219,70 @@ func_mode_link ()
 	    linklib=$newlib
 	  fi # test -n "$old_archive_from_expsyms_cmds"
 
-	  if test prog = "$linkmode" || test relink != "$opt_mode"; then
+	  if test "$linkmode" = prog || test "$opt_mode" != relink; then
 	    add_shlibpath=
 	    add_dir=
 	    add=
 	    lib_linked=yes
 	    case $hardcode_action in
 	    immediate | unsupported)
-	      if test no = "$hardcode_direct"; then
-		add=$dir/$linklib
+	      if test "$hardcode_direct" = no; then
+		add="$dir/$linklib"
 		case $host in
-		  *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;;
-		  *-*-sysv4*uw2*) add_dir=-L$dir ;;
+		  *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
+		  *-*-sysv4*uw2*) add_dir="-L$dir" ;;
 		  *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
-		    *-*-unixware7*) add_dir=-L$dir ;;
+		    *-*-unixware7*) add_dir="-L$dir" ;;
 		  *-*-darwin* )
-		    # if the lib is a (non-dlopened) module then we cannot
+		    # if the lib is a (non-dlopened) module then we can not
 		    # link against it, someone is ignoring the earlier warnings
 		    if /usr/bin/file -L $add 2> /dev/null |
-			 $GREP ": [^:]* bundle" >/dev/null; then
+			 $GREP ": [^:]* bundle" >/dev/null ; then
 		      if test "X$dlopenmodule" != "X$lib"; then
 			$ECHO "*** Warning: lib $linklib is a module, not a shared library"
-			if test -z "$old_library"; then
+			if test -z "$old_library" ; then
 			  echo
 			  echo "*** And there doesn't seem to be a static archive available"
 			  echo "*** The link will probably fail, sorry"
 			else
-			  add=$dir/$old_library
+			  add="$dir/$old_library"
 			fi
 		      elif test -n "$old_library"; then
-			add=$dir/$old_library
+			add="$dir/$old_library"
 		      fi
 		    fi
 		esac
-	      elif test no = "$hardcode_minus_L"; then
+	      elif test "$hardcode_minus_L" = no; then
 		case $host in
-		*-*-sunos*) add_shlibpath=$dir ;;
+		*-*-sunos*) add_shlibpath="$dir" ;;
 		esac
-		add_dir=-L$dir
-		add=-l$name
-	      elif test no = "$hardcode_shlibpath_var"; then
-		add_shlibpath=$dir
-		add=-l$name
+		add_dir="-L$dir"
+		add="-l$name"
+	      elif test "$hardcode_shlibpath_var" = no; then
+		add_shlibpath="$dir"
+		add="-l$name"
 	      else
 		lib_linked=no
 	      fi
 	      ;;
 	    relink)
-	      if test yes = "$hardcode_direct" &&
-	         test no = "$hardcode_direct_absolute"; then
-		add=$dir/$linklib
-	      elif test yes = "$hardcode_minus_L"; then
-		add_dir=-L$absdir
+	      if test "$hardcode_direct" = yes &&
+	         test "$hardcode_direct_absolute" = no; then
+		add="$dir/$linklib"
+	      elif test "$hardcode_minus_L" = yes; then
+		add_dir="-L$absdir"
 		# Try looking first in the location we're being installed to.
 		if test -n "$inst_prefix_dir"; then
 		  case $libdir in
 		    [\\/]*)
-		      func_append add_dir " -L$inst_prefix_dir$libdir"
+		      add_dir+=" -L$inst_prefix_dir$libdir"
 		      ;;
 		  esac
 		fi
-		add=-l$name
-	      elif test yes = "$hardcode_shlibpath_var"; then
-		add_shlibpath=$dir
-		add=-l$name
+		add="-l$name"
+	      elif test "$hardcode_shlibpath_var" = yes; then
+		add_shlibpath="$dir"
+		add="-l$name"
 	      else
 		lib_linked=no
 	      fi
@@ -8803,72 +7290,72 @@ func_mode_link ()
 	    *) lib_linked=no ;;
 	    esac
 
-	    if test yes != "$lib_linked"; then
+	    if test "$lib_linked" != yes; then
 	      func_fatal_configuration "unsupported hardcode properties"
 	    fi
 
 	    if test -n "$add_shlibpath"; then
 	      case :$compile_shlibpath: in
 	      *":$add_shlibpath:"*) ;;
-	      *) func_append compile_shlibpath "$add_shlibpath:" ;;
+	      *) compile_shlibpath+="$add_shlibpath:" ;;
 	      esac
 	    fi
-	    if test prog = "$linkmode"; then
+	    if test "$linkmode" = prog; then
 	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
 	      test -n "$add" && compile_deplibs="$add $compile_deplibs"
 	    else
 	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
 	      test -n "$add" && deplibs="$add $deplibs"
-	      if test yes != "$hardcode_direct" &&
-		 test yes != "$hardcode_minus_L" &&
-		 test yes = "$hardcode_shlibpath_var"; then
+	      if test "$hardcode_direct" != yes &&
+		 test "$hardcode_minus_L" != yes &&
+		 test "$hardcode_shlibpath_var" = yes; then
 		case :$finalize_shlibpath: in
 		*":$libdir:"*) ;;
-		*) func_append finalize_shlibpath "$libdir:" ;;
+		*) finalize_shlibpath+="$libdir:" ;;
 		esac
 	      fi
 	    fi
 	  fi
 
-	  if test prog = "$linkmode" || test relink = "$opt_mode"; then
+	  if test "$linkmode" = prog || test "$opt_mode" = relink; then
 	    add_shlibpath=
 	    add_dir=
 	    add=
 	    # Finalize command for both is simple: just hardcode it.
-	    if test yes = "$hardcode_direct" &&
-	       test no = "$hardcode_direct_absolute"; then
-	      add=$libdir/$linklib
-	    elif test yes = "$hardcode_minus_L"; then
-	      add_dir=-L$libdir
-	      add=-l$name
-	    elif test yes = "$hardcode_shlibpath_var"; then
+	    if test "$hardcode_direct" = yes &&
+	       test "$hardcode_direct_absolute" = no; then
+	      add="$libdir/$linklib"
+	    elif test "$hardcode_minus_L" = yes; then
+	      add_dir="-L$libdir"
+	      add="-l$name"
+	    elif test "$hardcode_shlibpath_var" = yes; then
 	      case :$finalize_shlibpath: in
 	      *":$libdir:"*) ;;
-	      *) func_append finalize_shlibpath "$libdir:" ;;
+	      *) finalize_shlibpath+="$libdir:" ;;
 	      esac
-	      add=-l$name
-	    elif test yes = "$hardcode_automatic"; then
+	      add="-l$name"
+	    elif test "$hardcode_automatic" = yes; then
 	      if test -n "$inst_prefix_dir" &&
-		 test -f "$inst_prefix_dir$libdir/$linklib"; then
-		add=$inst_prefix_dir$libdir/$linklib
+		 test -f "$inst_prefix_dir$libdir/$linklib" ; then
+		add="$inst_prefix_dir$libdir/$linklib"
 	      else
-		add=$libdir/$linklib
+		add="$libdir/$linklib"
 	      fi
 	    else
 	      # We cannot seem to hardcode it, guess we'll fake it.
-	      add_dir=-L$libdir
+	      add_dir="-L$libdir"
 	      # Try looking first in the location we're being installed to.
 	      if test -n "$inst_prefix_dir"; then
 		case $libdir in
 		  [\\/]*)
-		    func_append add_dir " -L$inst_prefix_dir$libdir"
+		    add_dir+=" -L$inst_prefix_dir$libdir"
 		    ;;
 		esac
 	      fi
-	      add=-l$name
+	      add="-l$name"
 	    fi
 
-	    if test prog = "$linkmode"; then
+	    if test "$linkmode" = prog; then
 	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
 	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
 	    else
@@ -8876,43 +7363,43 @@ func_mode_link ()
 	      test -n "$add" && deplibs="$add $deplibs"
 	    fi
 	  fi
-	elif test prog = "$linkmode"; then
+	elif test "$linkmode" = prog; then
 	  # Here we assume that one of hardcode_direct or hardcode_minus_L
 	  # is not unsupported.  This is valid on all known static and
 	  # shared platforms.
-	  if test unsupported != "$hardcode_direct"; then
-	    test -n "$old_library" && linklib=$old_library
+	  if test "$hardcode_direct" != unsupported; then
+	    test -n "$old_library" && linklib="$old_library"
 	    compile_deplibs="$dir/$linklib $compile_deplibs"
 	    finalize_deplibs="$dir/$linklib $finalize_deplibs"
 	  else
 	    compile_deplibs="-l$name -L$dir $compile_deplibs"
 	    finalize_deplibs="-l$name -L$dir $finalize_deplibs"
 	  fi
-	elif test yes = "$build_libtool_libs"; then
+	elif test "$build_libtool_libs" = yes; then
 	  # Not a shared library
-	  if test pass_all != "$deplibs_check_method"; then
+	  if test "$deplibs_check_method" != pass_all; then
 	    # We're trying link a shared library against a static one
 	    # but the system doesn't support it.
 
 	    # Just print a warning and add the library to dependency_libs so
 	    # that the program can be linked against the static library.
 	    echo
-	    $ECHO "*** Warning: This system cannot link to static lib archive $lib."
+	    $ECHO "*** Warning: This system can not link to static lib archive $lib."
 	    echo "*** I have the capability to make that library automatically link in when"
 	    echo "*** you link to this library.  But I can only do this if you have a"
 	    echo "*** shared version of the library, which you do not appear to have."
-	    if test yes = "$module"; then
+	    if test "$module" = yes; then
 	      echo "*** But as you try to build a module library, libtool will still create "
 	      echo "*** a static module, that should work as long as the dlopening application"
 	      echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
 	      if test -z "$global_symbol_pipe"; then
 		echo
 		echo "*** However, this would only work if libtool was able to extract symbol"
-		echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
+		echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
 		echo "*** not find such a program.  So, this module is probably useless."
-		echo "*** 'nm' from GNU binutils and a full rebuild may help."
+		echo "*** \`nm' from GNU binutils and a full rebuild may help."
 	      fi
-	      if test no = "$build_old_libs"; then
+	      if test "$build_old_libs" = no; then
 		build_libtool_libs=module
 		build_old_libs=yes
 	      else
@@ -8925,11 +7412,11 @@ func_mode_link ()
 	  fi
 	fi # link shared/static library?
 
-	if test lib = "$linkmode"; then
+	if test "$linkmode" = lib; then
 	  if test -n "$dependency_libs" &&
-	     { test yes != "$hardcode_into_libs" ||
-	       test yes = "$build_old_libs" ||
-	       test yes = "$link_static"; }; then
+	     { test "$hardcode_into_libs" != yes ||
+	       test "$build_old_libs" = yes ||
+	       test "$link_static" = yes; }; then
 	    # Extract -R from dependency_libs
 	    temp_deplibs=
 	    for libdir in $dependency_libs; do
@@ -8938,17 +7425,17 @@ func_mode_link ()
 	           temp_xrpath=$func_stripname_result
 		   case " $xrpath " in
 		   *" $temp_xrpath "*) ;;
-		   *) func_append xrpath " $temp_xrpath";;
+		   *) xrpath+=" $temp_xrpath";;
 		   esac;;
-	      *) func_append temp_deplibs " $libdir";;
+	      *) temp_deplibs+=" $libdir";;
 	      esac
 	    done
-	    dependency_libs=$temp_deplibs
+	    dependency_libs="$temp_deplibs"
 	  fi
 
-	  func_append newlib_search_path " $absdir"
+	  newlib_search_path+=" $absdir"
 	  # Link against this library
-	  test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
+	  test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
 	  # ... and its dependency_libs
 	  tmp_libs=
 	  for deplib in $dependency_libs; do
@@ -8958,21 +7445,21 @@ func_mode_link ()
                    func_resolve_sysroot "$func_stripname_result";;
               *) func_resolve_sysroot "$deplib" ;;
             esac
-	    if $opt_preserve_dup_deps; then
+	    if $opt_preserve_dup_deps ; then
 	      case "$tmp_libs " in
 	      *" $func_resolve_sysroot_result "*)
-                func_append specialdeplibs " $func_resolve_sysroot_result" ;;
+                specialdeplibs+=" $func_resolve_sysroot_result" ;;
 	      esac
 	    fi
-	    func_append tmp_libs " $func_resolve_sysroot_result"
+	    tmp_libs+=" $func_resolve_sysroot_result"
 	  done
 
-	  if test no != "$link_all_deplibs"; then
+	  if test "$link_all_deplibs" != no; then
 	    # Add the search paths of all dependency libraries
 	    for deplib in $dependency_libs; do
 	      path=
 	      case $deplib in
-	      -L*) path=$deplib ;;
+	      -L*) path="$deplib" ;;
 	      *.la)
 	        func_resolve_sysroot "$deplib"
 	        deplib=$func_resolve_sysroot_result
@@ -8980,12 +7467,12 @@ func_mode_link ()
 		dir=$func_dirname_result
 		# We need an absolute path.
 		case $dir in
-		[\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;;
+		[\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
 		*)
 		  absdir=`cd "$dir" && pwd`
 		  if test -z "$absdir"; then
-		    func_warning "cannot determine absolute directory name of '$dir'"
-		    absdir=$dir
+		    func_warning "cannot determine absolute directory name of \`$dir'"
+		    absdir="$dir"
 		  fi
 		  ;;
 		esac
@@ -8993,35 +7480,35 @@ func_mode_link ()
 		case $host in
 		*-*-darwin*)
 		  depdepl=
-		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
-		  if test -n "$deplibrary_names"; then
-		    for tmp in $deplibrary_names; do
+		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
+		  if test -n "$deplibrary_names" ; then
+		    for tmp in $deplibrary_names ; do
 		      depdepl=$tmp
 		    done
-		    if test -f "$absdir/$objdir/$depdepl"; then
-		      depdepl=$absdir/$objdir/$depdepl
-		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
+		    if test -f "$absdir/$objdir/$depdepl" ; then
+		      depdepl="$absdir/$objdir/$depdepl"
+		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
                       if test -z "$darwin_install_name"; then
-                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
+                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
                       fi
-		      func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
-		      func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
+		      compiler_flags+=" ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
+		      linker_flags+=" -dylib_file ${darwin_install_name}:${depdepl}"
 		      path=
 		    fi
 		  fi
 		  ;;
 		*)
-		  path=-L$absdir/$objdir
+		  path="-L$absdir/$objdir"
 		  ;;
 		esac
 		else
-		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
+		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
 		  test -z "$libdir" && \
-		    func_fatal_error "'$deplib' is not a valid libtool archive"
+		    func_fatal_error "\`$deplib' is not a valid libtool archive"
 		  test "$absdir" != "$libdir" && \
-		    func_warning "'$deplib' seems to be moved"
+		    func_warning "\`$deplib' seems to be moved"
 
-		  path=-L$absdir
+		  path="-L$absdir"
 		fi
 		;;
 	      esac
@@ -9033,38 +7520,38 @@ func_mode_link ()
 	  fi # link_all_deplibs != no
 	fi # linkmode = lib
       done # for deplib in $libs
-      if test link = "$pass"; then
-	if test prog = "$linkmode"; then
+      if test "$pass" = link; then
+	if test "$linkmode" = "prog"; then
 	  compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
 	  finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
 	else
 	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
 	fi
       fi
-      dependency_libs=$newdependency_libs
-      if test dlpreopen = "$pass"; then
+      dependency_libs="$newdependency_libs"
+      if test "$pass" = dlpreopen; then
 	# Link the dlpreopened libraries before other libraries
 	for deplib in $save_deplibs; do
 	  deplibs="$deplib $deplibs"
 	done
       fi
-      if test dlopen != "$pass"; then
-	test conv = "$pass" || {
+      if test "$pass" != dlopen; then
+	if test "$pass" != conv; then
 	  # Make sure lib_search_path contains only unique directories.
 	  lib_search_path=
 	  for dir in $newlib_search_path; do
 	    case "$lib_search_path " in
 	    *" $dir "*) ;;
-	    *) func_append lib_search_path " $dir" ;;
+	    *) lib_search_path+=" $dir" ;;
 	    esac
 	  done
 	  newlib_search_path=
-	}
+	fi
 
-	if test prog,link = "$linkmode,$pass"; then
-	  vars="compile_deplibs finalize_deplibs"
+	if test "$linkmode,$pass" != "prog,link"; then
+	  vars="deplibs"
 	else
-	  vars=deplibs
+	  vars="compile_deplibs finalize_deplibs"
 	fi
 	for var in $vars dependency_libs; do
 	  # Add libraries to $var in reverse order
@@ -9113,102 +7600,71 @@ func_mode_link ()
 	    -L*)
 	      case " $tmp_libs " in
 	      *" $deplib "*) ;;
-	      *) func_append tmp_libs " $deplib" ;;
+	      *) tmp_libs+=" $deplib" ;;
 	      esac
 	      ;;
-	    *) func_append tmp_libs " $deplib" ;;
+	    *) tmp_libs+=" $deplib" ;;
 	    esac
 	  done
 	  eval $var=\"$tmp_libs\"
 	done # for var
       fi
-
-      # Add Sun CC postdeps if required:
-      test CXX = "$tagname" && {
-        case $host_os in
-        linux*)
-          case `$CC -V 2>&1 | sed 5q` in
-          *Sun\ C*) # Sun C++ 5.9
-            func_suncc_cstd_abi
-
-            if test no != "$suncc_use_cstd_abi"; then
-              func_append postdeps ' -library=Cstd -library=Crun'
-            fi
-            ;;
-          esac
-          ;;
-
-        solaris*)
-          func_cc_basename "$CC"
-          case $func_cc_basename_result in
-          CC* | sunCC*)
-            func_suncc_cstd_abi
-
-            if test no != "$suncc_use_cstd_abi"; then
-              func_append postdeps ' -library=Cstd -library=Crun'
-            fi
-            ;;
-          esac
-          ;;
-        esac
-      }
-
       # Last step: remove runtime libs from dependency_libs
       # (they stay in deplibs)
       tmp_libs=
-      for i in $dependency_libs; do
+      for i in $dependency_libs ; do
 	case " $predeps $postdeps $compiler_lib_search_path " in
 	*" $i "*)
-	  i=
+	  i=""
 	  ;;
 	esac
-	if test -n "$i"; then
-	  func_append tmp_libs " $i"
+	if test -n "$i" ; then
+	  tmp_libs+=" $i"
 	fi
       done
       dependency_libs=$tmp_libs
     done # for pass
-    if test prog = "$linkmode"; then
-      dlfiles=$newdlfiles
+    if test "$linkmode" = prog; then
+      dlfiles="$newdlfiles"
     fi
-    if test prog = "$linkmode" || test lib = "$linkmode"; then
-      dlprefiles=$newdlprefiles
+    if test "$linkmode" = prog || test "$linkmode" = lib; then
+      dlprefiles="$newdlprefiles"
     fi
 
     case $linkmode in
     oldlib)
-      if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-	func_warning "'-dlopen' is ignored for archives"
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+	func_warning "\`-dlopen' is ignored for archives"
       fi
 
       case " $deplibs" in
       *\ -l* | *\ -L*)
-	func_warning "'-l' and '-L' are ignored for archives" ;;
+	func_warning "\`-l' and \`-L' are ignored for archives" ;;
       esac
 
       test -n "$rpath" && \
-	func_warning "'-rpath' is ignored for archives"
+	func_warning "\`-rpath' is ignored for archives"
 
       test -n "$xrpath" && \
-	func_warning "'-R' is ignored for archives"
+	func_warning "\`-R' is ignored for archives"
 
       test -n "$vinfo" && \
-	func_warning "'-version-info/-version-number' is ignored for archives"
+	func_warning "\`-version-info/-version-number' is ignored for archives"
 
       test -n "$release" && \
-	func_warning "'-release' is ignored for archives"
+	func_warning "\`-release' is ignored for archives"
 
       test -n "$export_symbols$export_symbols_regex" && \
-	func_warning "'-export-symbols' is ignored for archives"
+	func_warning "\`-export-symbols' is ignored for archives"
 
       # Now set the variables for building old libraries.
       build_libtool_libs=no
-      oldlibs=$output
-      func_append objs "$old_deplibs"
+      oldlibs="$output"
+      objs+="$old_deplibs"
       ;;
 
     lib)
-      # Make sure we only generate libraries of the form 'libNAME.la'.
+      # Make sure we only generate libraries of the form `libNAME.la'.
       case $outputname in
       lib*)
 	func_stripname 'lib' '.la' "$outputname"
@@ -9217,10 +7673,10 @@ func_mode_link ()
 	eval libname=\"$libname_spec\"
 	;;
       *)
-	test no = "$module" \
-	  && func_fatal_help "libtool library '$output' must begin with 'lib'"
+	test "$module" = no && \
+	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
 
-	if test no != "$need_lib_prefix"; then
+	if test "$need_lib_prefix" != no; then
 	  # Add the "lib" prefix for modules if required
 	  func_stripname '' '.la' "$outputname"
 	  name=$func_stripname_result
@@ -9234,31 +7690,31 @@ func_mode_link ()
       esac
 
       if test -n "$objs"; then
-	if test pass_all != "$deplibs_check_method"; then
-	  func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
+	if test "$deplibs_check_method" != pass_all; then
+	  func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
 	else
 	  echo
 	  $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
 	  $ECHO "*** objects $objs is not portable!"
-	  func_append libobjs " $objs"
+	  libobjs+=" $objs"
 	fi
       fi
 
-      test no = "$dlself" \
-	|| func_warning "'-dlopen self' is ignored for libtool libraries"
+      test "$dlself" != no && \
+	func_warning "\`-dlopen self' is ignored for libtool libraries"
 
       set dummy $rpath
       shift
-      test 1 -lt "$#" \
-	&& func_warning "ignoring multiple '-rpath's for a libtool library"
+      test "$#" -gt 1 && \
+	func_warning "ignoring multiple \`-rpath's for a libtool library"
 
-      install_libdir=$1
+      install_libdir="$1"
 
       oldlibs=
       if test -z "$rpath"; then
-	if test yes = "$build_libtool_libs"; then
+	if test "$build_libtool_libs" = yes; then
 	  # Building a libtool convenience library.
-	  # Some compilers have problems with a '.al' extension so
+	  # Some compilers have problems with a `.al' extension so
 	  # convenience libraries should have the same extension an
 	  # archive normally would.
 	  oldlibs="$output_objdir/$libname.$libext $oldlibs"
@@ -9267,20 +7723,20 @@ func_mode_link ()
 	fi
 
 	test -n "$vinfo" && \
-	  func_warning "'-version-info/-version-number' is ignored for convenience libraries"
+	  func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
 
 	test -n "$release" && \
-	  func_warning "'-release' is ignored for convenience libraries"
+	  func_warning "\`-release' is ignored for convenience libraries"
       else
 
 	# Parse the version information argument.
-	save_ifs=$IFS; IFS=:
+	save_ifs="$IFS"; IFS=':'
 	set dummy $vinfo 0 0 0
 	shift
-	IFS=$save_ifs
+	IFS="$save_ifs"
 
 	test -n "$7" && \
-	  func_fatal_help "too many parameters to '-version-info'"
+	  func_fatal_help "too many parameters to \`-version-info'"
 
 	# convert absolute version numbers to libtool ages
 	# this retains compatibility with .la files and attempts
@@ -9288,42 +7744,45 @@ func_mode_link ()
 
 	case $vinfo_number in
 	yes)
-	  number_major=$1
-	  number_minor=$2
-	  number_revision=$3
+	  number_major="$1"
+	  number_minor="$2"
+	  number_revision="$3"
 	  #
 	  # There are really only two kinds -- those that
 	  # use the current revision as the major version
 	  # and those that subtract age and use age as
 	  # a minor version.  But, then there is irix
-	  # that has an extra 1 added just for fun
+	  # which has an extra 1 added just for fun
 	  #
 	  case $version_type in
 	  # correct linux to gnu/linux during the next big refactor
-	  darwin|freebsd-elf|linux|osf|windows|none)
+	  darwin|linux|osf|windows|none)
 	    func_arith $number_major + $number_minor
 	    current=$func_arith_result
-	    age=$number_minor
-	    revision=$number_revision
+	    age="$number_minor"
+	    revision="$number_revision"
 	    ;;
-	  freebsd-aout|qnx|sunos)
-	    current=$number_major
-	    revision=$number_minor
-	    age=0
+	  freebsd-aout|freebsd-elf|qnx|sunos)
+	    current="$number_major"
+	    revision="$number_minor"
+	    age="0"
 	    ;;
 	  irix|nonstopux)
 	    func_arith $number_major + $number_minor
 	    current=$func_arith_result
-	    age=$number_minor
-	    revision=$number_minor
+	    age="$number_minor"
+	    revision="$number_minor"
 	    lt_irix_increment=no
 	    ;;
+	  *)
+	    func_fatal_configuration "$modename: unknown library version type \`$version_type'"
+	    ;;
 	  esac
 	  ;;
 	no)
-	  current=$1
-	  revision=$2
-	  age=$3
+	  current="$1"
+	  revision="$2"
+	  age="$3"
 	  ;;
 	esac
 
@@ -9331,30 +7790,30 @@ func_mode_link ()
 	case $current in
 	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
 	*)
-	  func_error "CURRENT '$current' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
+	  func_error "CURRENT \`$current' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
 	  ;;
 	esac
 
 	case $revision in
 	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
 	*)
-	  func_error "REVISION '$revision' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
+	  func_error "REVISION \`$revision' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
 	  ;;
 	esac
 
 	case $age in
 	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
 	*)
-	  func_error "AGE '$age' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
+	  func_error "AGE \`$age' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
 	  ;;
 	esac
 
 	if test "$age" -gt "$current"; then
-	  func_error "AGE '$age' is greater than the current interface number '$current'"
-	  func_fatal_error "'$vinfo' is not valid version information"
+	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
+	  func_fatal_error "\`$vinfo' is not valid version information"
 	fi
 
 	# Calculate the version variables.
@@ -9369,36 +7828,26 @@ func_mode_link ()
 	  # verstring for coding it into the library header
 	  func_arith $current - $age
 	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
+	  versuffix="$major.$age.$revision"
 	  # Darwin ld doesn't like 0 for these options...
 	  func_arith $current + 1
 	  minor_current=$func_arith_result
-	  xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
+	  xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
 	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
-          # On Darwin other compilers
-          case $CC in
-              nagfor*)
-                  verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
-                  ;;
-              *)
-                  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
-                  ;;
-          esac
 	  ;;
 
 	freebsd-aout)
-	  major=.$current
-	  versuffix=.$current.$revision
+	  major=".$current"
+	  versuffix=".$current.$revision";
 	  ;;
 
 	freebsd-elf)
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
+	  major=".$current"
+	  versuffix=".$current"
 	  ;;
 
 	irix | nonstopux)
-	  if test no = "$lt_irix_increment"; then
+	  if test "X$lt_irix_increment" = "Xno"; then
 	    func_arith $current - $age
 	  else
 	    func_arith $current - $age + 1
@@ -9409,74 +7858,69 @@ func_mode_link ()
 	    nonstopux) verstring_prefix=nonstopux ;;
 	    *)         verstring_prefix=sgi ;;
 	  esac
-	  verstring=$verstring_prefix$major.$revision
+	  verstring="$verstring_prefix$major.$revision"
 
 	  # Add in all the interfaces that we are compatible with.
 	  loop=$revision
-	  while test 0 -ne "$loop"; do
+	  while test "$loop" -ne 0; do
 	    func_arith $revision - $loop
 	    iface=$func_arith_result
 	    func_arith $loop - 1
 	    loop=$func_arith_result
-	    verstring=$verstring_prefix$major.$iface:$verstring
+	    verstring="$verstring_prefix$major.$iface:$verstring"
 	  done
 
-	  # Before this point, $major must not contain '.'.
+	  # Before this point, $major must not contain `.'.
 	  major=.$major
-	  versuffix=$major.$revision
+	  versuffix="$major.$revision"
 	  ;;
 
 	linux) # correct to gnu/linux during the next big refactor
 	  func_arith $current - $age
 	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
+	  versuffix="$major.$age.$revision"
 	  ;;
 
 	osf)
 	  func_arith $current - $age
 	  major=.$func_arith_result
-	  versuffix=.$current.$age.$revision
-	  verstring=$current.$age.$revision
+	  versuffix=".$current.$age.$revision"
+	  verstring="$current.$age.$revision"
 
 	  # Add in all the interfaces that we are compatible with.
 	  loop=$age
-	  while test 0 -ne "$loop"; do
+	  while test "$loop" -ne 0; do
 	    func_arith $current - $loop
 	    iface=$func_arith_result
 	    func_arith $loop - 1
 	    loop=$func_arith_result
-	    verstring=$verstring:$iface.0
+	    verstring="$verstring:${iface}.0"
 	  done
 
 	  # Make executables depend on our current version.
-	  func_append verstring ":$current.0"
+	  verstring+=":${current}.0"
 	  ;;
 
 	qnx)
-	  major=.$current
-	  versuffix=.$current
-	  ;;
-
-	sco)
-	  major=.$current
-	  versuffix=.$current
+	  major=".$current"
+	  versuffix=".$current"
 	  ;;
 
 	sunos)
-	  major=.$current
-	  versuffix=.$current.$revision
+	  major=".$current"
+	  versuffix=".$current.$revision"
 	  ;;
 
 	windows)
 	  # Use '-' rather than '.', since we only want one
-	  # extension on DOS 8.3 file systems.
+	  # extension on DOS 8.3 filesystems.
 	  func_arith $current - $age
 	  major=$func_arith_result
-	  versuffix=-$major
+	  versuffix="-$major"
 	  ;;
 
 	*)
-	  func_fatal_configuration "unknown library version type '$version_type'"
+	  func_fatal_configuration "unknown library version type \`$version_type'"
 	  ;;
 	esac
 
@@ -9490,45 +7934,42 @@ func_mode_link ()
 	    verstring=
 	    ;;
 	  *)
-	    verstring=0.0
+	    verstring="0.0"
 	    ;;
 	  esac
-	  if test no = "$need_version"; then
+	  if test "$need_version" = no; then
 	    versuffix=
 	  else
-	    versuffix=.0.0
+	    versuffix=".0.0"
 	  fi
 	fi
 
 	# Remove version info from name if versioning should be avoided
-	if test yes,no = "$avoid_version,$need_version"; then
+	if test "$avoid_version" = yes && test "$need_version" = no; then
 	  major=
 	  versuffix=
-	  verstring=
+	  verstring=""
 	fi
 
 	# Check to see if the archive will have undefined symbols.
-	if test yes = "$allow_undefined"; then
-	  if test unsupported = "$allow_undefined_flag"; then
-	    if test yes = "$build_old_libs"; then
-	      func_warning "undefined symbols not allowed in $host shared libraries; building static only"
-	      build_libtool_libs=no
-	    else
-	      func_fatal_error "can't build $host shared library unless -no-undefined is specified"
-	    fi
+	if test "$allow_undefined" = yes; then
+	  if test "$allow_undefined_flag" = unsupported; then
+	    func_warning "undefined symbols not allowed in $host shared libraries"
+	    build_libtool_libs=no
+	    build_old_libs=yes
 	  fi
 	else
 	  # Don't allow undefined symbols.
-	  allow_undefined_flag=$no_undefined_flag
+	  allow_undefined_flag="$no_undefined_flag"
 	fi
 
       fi
 
-      func_generate_dlsyms "$libname" "$libname" :
-      func_append libobjs " $symfileobj"
-      test " " = "$libobjs" && libobjs=
+      func_generate_dlsyms "$libname" "$libname" "yes"
+      libobjs+=" $symfileobj"
+      test "X$libobjs" = "X " && libobjs=
 
-      if test relink != "$opt_mode"; then
+      if test "$opt_mode" != relink; then
 	# Remove our outputs, but don't remove object files since they
 	# may have been created when compiling PIC objects.
 	removelist=
@@ -9537,14 +7978,14 @@ func_mode_link ()
 	  case $p in
 	    *.$objext | *.gcno)
 	       ;;
-	    $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*)
-	       if test -n "$precious_files_regex"; then
+	    $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
+	       if test "X$precious_files_regex" != "X"; then
 		 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
 		 then
 		   continue
 		 fi
 	       fi
-	       func_append removelist " $p"
+	       removelist+=" $p"
 	       ;;
 	    *) ;;
 	  esac
@@ -9554,11 +7995,11 @@ func_mode_link ()
       fi
 
       # Now set the variables for building old libraries.
-      if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then
-	func_append oldlibs " $output_objdir/$libname.$libext"
+      if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
+	oldlibs+=" $output_objdir/$libname.$libext"
 
 	# Transform .lo files to .o files.
-	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
+	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
       fi
 
       # Eliminate all temporary directories.
@@ -9573,38 +8014,38 @@ func_mode_link ()
 	temp_xrpath=
 	for libdir in $xrpath; do
 	  func_replace_sysroot "$libdir"
-	  func_append temp_xrpath " -R$func_replace_sysroot_result"
+	  temp_xrpath+=" -R$func_replace_sysroot_result"
 	  case "$finalize_rpath " in
 	  *" $libdir "*) ;;
-	  *) func_append finalize_rpath " $libdir" ;;
+	  *) finalize_rpath+=" $libdir" ;;
 	  esac
 	done
-	if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then
+	if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
 	  dependency_libs="$temp_xrpath $dependency_libs"
 	fi
       fi
 
       # Make sure dlfiles contains only unique files that won't be dlpreopened
-      old_dlfiles=$dlfiles
+      old_dlfiles="$dlfiles"
       dlfiles=
       for lib in $old_dlfiles; do
 	case " $dlprefiles $dlfiles " in
 	*" $lib "*) ;;
-	*) func_append dlfiles " $lib" ;;
+	*) dlfiles+=" $lib" ;;
 	esac
       done
 
       # Make sure dlprefiles contains only unique files
-      old_dlprefiles=$dlprefiles
+      old_dlprefiles="$dlprefiles"
       dlprefiles=
       for lib in $old_dlprefiles; do
 	case "$dlprefiles " in
 	*" $lib "*) ;;
-	*) func_append dlprefiles " $lib" ;;
+	*) dlprefiles+=" $lib" ;;
 	esac
       done
 
-      if test yes = "$build_libtool_libs"; then
+      if test "$build_libtool_libs" = yes; then
 	if test -n "$rpath"; then
 	  case $host in
 	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
@@ -9612,7 +8053,7 @@ func_mode_link ()
 	    ;;
 	  *-*-rhapsody* | *-*-darwin1.[012])
 	    # Rhapsody C library is in the System framework
-	    func_append deplibs " System.ltframework"
+	    deplibs+=" System.ltframework"
 	    ;;
 	  *-*-netbsd*)
 	    # Don't link with libc until the a.out ld.so is fixed.
@@ -9628,8 +8069,8 @@ func_mode_link ()
 	    ;;
 	  *)
 	    # Add libc to deplibs on all other systems if necessary.
-	    if test yes = "$build_libtool_need_lc"; then
-	      func_append deplibs " -lc"
+	    if test "$build_libtool_need_lc" = "yes"; then
+	      deplibs+=" -lc"
 	    fi
 	    ;;
 	  esac
@@ -9644,9 +8085,9 @@ func_mode_link ()
 	# I'm not sure if I'm treating the release correctly.  I think
 	# release should show up in the -l (ie -lgmp5) so we don't want to
 	# add it in twice.  Is that correct?
-	release=
-	versuffix=
-	major=
+	release=""
+	versuffix=""
+	major=""
 	newdeplibs=
 	droppeddeps=no
 	case $deplibs_check_method in
@@ -9675,21 +8116,21 @@ EOF
 	      -l*)
 		func_stripname -l '' "$i"
 		name=$func_stripname_result
-		if test yes = "$allow_libtool_libs_with_static_runtimes"; then
+		if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 		  case " $predeps $postdeps " in
 		  *" $i "*)
-		    func_append newdeplibs " $i"
-		    i=
+		    newdeplibs+=" $i"
+		    i=""
 		    ;;
 		  esac
 		fi
-		if test -n "$i"; then
+		if test -n "$i" ; then
 		  libname=`eval "\\$ECHO \"$libname_spec\""`
 		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
 		  set dummy $deplib_matches; shift
 		  deplib_match=$1
-		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
-		    func_append newdeplibs " $i"
+		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
+		    newdeplibs+=" $i"
 		  else
 		    droppeddeps=yes
 		    echo
@@ -9703,7 +8144,7 @@ EOF
 		fi
 		;;
 	      *)
-		func_append newdeplibs " $i"
+		newdeplibs+=" $i"
 		;;
 	      esac
 	    done
@@ -9718,21 +8159,21 @@ EOF
 		$opt_dry_run || $RM conftest
 		if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
 		  ldd_output=`ldd conftest`
-		  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
+		  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 		    case " $predeps $postdeps " in
 		    *" $i "*)
-		      func_append newdeplibs " $i"
-		      i=
+		      newdeplibs+=" $i"
+		      i=""
 		      ;;
 		    esac
 		  fi
-		  if test -n "$i"; then
+		  if test -n "$i" ; then
 		    libname=`eval "\\$ECHO \"$libname_spec\""`
 		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
 		    set dummy $deplib_matches; shift
 		    deplib_match=$1
-		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
-		      func_append newdeplibs " $i"
+		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
+		      newdeplibs+=" $i"
 		    else
 		      droppeddeps=yes
 		      echo
@@ -9754,7 +8195,7 @@ EOF
 		fi
 		;;
 	      *)
-		func_append newdeplibs " $i"
+		newdeplibs+=" $i"
 		;;
 	      esac
 	    done
@@ -9768,24 +8209,24 @@ EOF
 	    -l*)
 	      func_stripname -l '' "$a_deplib"
 	      name=$func_stripname_result
-	      if test yes = "$allow_libtool_libs_with_static_runtimes"; then
+	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 		case " $predeps $postdeps " in
 		*" $a_deplib "*)
-		  func_append newdeplibs " $a_deplib"
-		  a_deplib=
+		  newdeplibs+=" $a_deplib"
+		  a_deplib=""
 		  ;;
 		esac
 	      fi
-	      if test -n "$a_deplib"; then
+	      if test -n "$a_deplib" ; then
 		libname=`eval "\\$ECHO \"$libname_spec\""`
 		if test -n "$file_magic_glob"; then
 		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
 		else
 		  libnameglob=$libname
 		fi
-		test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob`
+		test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob`
 		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
-		  if test yes = "$want_nocaseglob"; then
+		  if test "$want_nocaseglob" = yes; then
 		    shopt -s nocaseglob
 		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
 		    $nocaseglob
@@ -9803,25 +8244,25 @@ EOF
 		      # We might still enter an endless loop, since a link
 		      # loop can be closed while we follow links,
 		      # but so what?
-		      potlib=$potent_lib
+		      potlib="$potent_lib"
 		      while test -h "$potlib" 2>/dev/null; do
-			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
+			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
 			case $potliblink in
-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
-			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
+			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
+			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
 			esac
 		      done
 		      if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
 			 $SED -e 10q |
 			 $EGREP "$file_magic_regex" > /dev/null; then
-			func_append newdeplibs " $a_deplib"
-			a_deplib=
+			newdeplibs+=" $a_deplib"
+			a_deplib=""
 			break 2
 		      fi
 		  done
 		done
 	      fi
-	      if test -n "$a_deplib"; then
+	      if test -n "$a_deplib" ; then
 		droppeddeps=yes
 		echo
 		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
@@ -9829,7 +8270,7 @@ EOF
 		echo "*** you link to this library.  But I can only do this if you have a"
 		echo "*** shared version of the library, which you do not appear to have"
 		echo "*** because I did check the linker path looking for a file starting"
-		if test -z "$potlib"; then
+		if test -z "$potlib" ; then
 		  $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
 		else
 		  $ECHO "*** with $libname and none of the candidates passed a file format test"
@@ -9839,7 +8280,7 @@ EOF
 	      ;;
 	    *)
 	      # Add a -L argument.
-	      func_append newdeplibs " $a_deplib"
+	      newdeplibs+=" $a_deplib"
 	      ;;
 	    esac
 	  done # Gone through all deplibs.
@@ -9852,30 +8293,30 @@ EOF
 	    -l*)
 	      func_stripname -l '' "$a_deplib"
 	      name=$func_stripname_result
-	      if test yes = "$allow_libtool_libs_with_static_runtimes"; then
+	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 		case " $predeps $postdeps " in
 		*" $a_deplib "*)
-		  func_append newdeplibs " $a_deplib"
-		  a_deplib=
+		  newdeplibs+=" $a_deplib"
+		  a_deplib=""
 		  ;;
 		esac
 	      fi
-	      if test -n "$a_deplib"; then
+	      if test -n "$a_deplib" ; then
 		libname=`eval "\\$ECHO \"$libname_spec\""`
 		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
 		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
 		  for potent_lib in $potential_libs; do
-		    potlib=$potent_lib # see symlink-check above in file_magic test
+		    potlib="$potent_lib" # see symlink-check above in file_magic test
 		    if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
 		       $EGREP "$match_pattern_regex" > /dev/null; then
-		      func_append newdeplibs " $a_deplib"
-		      a_deplib=
+		      newdeplibs+=" $a_deplib"
+		      a_deplib=""
 		      break 2
 		    fi
 		  done
 		done
 	      fi
-	      if test -n "$a_deplib"; then
+	      if test -n "$a_deplib" ; then
 		droppeddeps=yes
 		echo
 		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
@@ -9883,7 +8324,7 @@ EOF
 		echo "*** you link to this library.  But I can only do this if you have a"
 		echo "*** shared version of the library, which you do not appear to have"
 		echo "*** because I did check the linker path looking for a file starting"
-		if test -z "$potlib"; then
+		if test -z "$potlib" ; then
 		  $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
 		else
 		  $ECHO "*** with $libname and none of the candidates passed a file format test"
@@ -9893,24 +8334,24 @@ EOF
 	      ;;
 	    *)
 	      # Add a -L argument.
-	      func_append newdeplibs " $a_deplib"
+	      newdeplibs+=" $a_deplib"
 	      ;;
 	    esac
 	  done # Gone through all deplibs.
 	  ;;
 	none | unknown | *)
-	  newdeplibs=
+	  newdeplibs=""
 	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-	    for i in $predeps $postdeps; do
+	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+	    for i in $predeps $postdeps ; do
 	      # can't use Xsed below, because $i might contain '/'
-	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
+	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
 	    done
 	  fi
 	  case $tmp_deplibs in
 	  *[!\	\ ]*)
 	    echo
-	    if test none = "$deplibs_check_method"; then
+	    if test "X$deplibs_check_method" = "Xnone"; then
 	      echo "*** Warning: inter-library dependencies are not supported in this platform."
 	    else
 	      echo "*** Warning: inter-library dependencies are not known to be supported."
@@ -9934,8 +8375,8 @@ EOF
 	  ;;
 	esac
 
-	if test yes = "$droppeddeps"; then
-	  if test yes = "$module"; then
+	if test "$droppeddeps" = yes; then
+	  if test "$module" = yes; then
 	    echo
 	    echo "*** Warning: libtool could not satisfy all declared inter-library"
 	    $ECHO "*** dependencies of module $libname.  Therefore, libtool will create"
@@ -9944,12 +8385,12 @@ EOF
 	    if test -z "$global_symbol_pipe"; then
 	      echo
 	      echo "*** However, this would only work if libtool was able to extract symbol"
-	      echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
+	      echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
 	      echo "*** not find such a program.  So, this module is probably useless."
-	      echo "*** 'nm' from GNU binutils and a full rebuild may help."
+	      echo "*** \`nm' from GNU binutils and a full rebuild may help."
 	    fi
-	    if test no = "$build_old_libs"; then
-	      oldlibs=$output_objdir/$libname.$libext
+	    if test "$build_old_libs" = no; then
+	      oldlibs="$output_objdir/$libname.$libext"
 	      build_libtool_libs=module
 	      build_old_libs=yes
 	    else
@@ -9960,14 +8401,14 @@ EOF
 	    echo "*** automatically added whenever a program is linked with this library"
 	    echo "*** or is declared to -dlopen it."
 
-	    if test no = "$allow_undefined"; then
+	    if test "$allow_undefined" = no; then
 	      echo
 	      echo "*** Since this library must not contain undefined symbols,"
 	      echo "*** because either the platform does not support them or"
 	      echo "*** it was explicitly requested with -no-undefined,"
 	      echo "*** libtool will only create a static version of it."
-	      if test no = "$build_old_libs"; then
-		oldlibs=$output_objdir/$libname.$libext
+	      if test "$build_old_libs" = no; then
+		oldlibs="$output_objdir/$libname.$libext"
 		build_libtool_libs=module
 		build_old_libs=yes
 	      else
@@ -9997,7 +8438,7 @@ EOF
 	*)
 	  case " $deplibs " in
 	  *" -L$path/$objdir "*)
-	    func_append new_libs " -L$path/$objdir" ;;
+	    new_libs+=" -L$path/$objdir" ;;
 	  esac
 	  ;;
 	esac
@@ -10007,13 +8448,13 @@ EOF
 	-L*)
 	  case " $new_libs " in
 	  *" $deplib "*) ;;
-	  *) func_append new_libs " $deplib" ;;
+	  *) new_libs+=" $deplib" ;;
 	  esac
 	  ;;
-	*) func_append new_libs " $deplib" ;;
+	*) new_libs+=" $deplib" ;;
 	esac
       done
-      deplibs=$new_libs
+      deplibs="$new_libs"
 
       # All the library-specific variables (install_libdir is set above).
       library_names=
@@ -10021,65 +8462,65 @@ EOF
       dlname=
 
       # Test again, we may have decided not to build it any more
-      if test yes = "$build_libtool_libs"; then
-	# Remove $wl instances when linking with ld.
+      if test "$build_libtool_libs" = yes; then
+	# Remove ${wl} instances when linking with ld.
 	# FIXME: should test the right _cmds variable.
 	case $archive_cmds in
 	  *\$LD\ *) wl= ;;
         esac
-	if test yes = "$hardcode_into_libs"; then
+	if test "$hardcode_into_libs" = yes; then
 	  # Hardcode the library paths
 	  hardcode_libdirs=
 	  dep_rpath=
-	  rpath=$finalize_rpath
-	  test relink = "$opt_mode" || rpath=$compile_rpath$rpath
+	  rpath="$finalize_rpath"
+	  test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
 	  for libdir in $rpath; do
 	    if test -n "$hardcode_libdir_flag_spec"; then
 	      if test -n "$hardcode_libdir_separator"; then
 		func_replace_sysroot "$libdir"
 		libdir=$func_replace_sysroot_result
 		if test -z "$hardcode_libdirs"; then
-		  hardcode_libdirs=$libdir
+		  hardcode_libdirs="$libdir"
 		else
 		  # Just accumulate the unique libdirs.
 		  case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
 		  *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
 		    ;;
 		  *)
-		    func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
+		    hardcode_libdirs+="$hardcode_libdir_separator$libdir"
 		    ;;
 		  esac
 		fi
 	      else
 		eval flag=\"$hardcode_libdir_flag_spec\"
-		func_append dep_rpath " $flag"
+		dep_rpath+=" $flag"
 	      fi
 	    elif test -n "$runpath_var"; then
 	      case "$perm_rpath " in
 	      *" $libdir "*) ;;
-	      *) func_append perm_rpath " $libdir" ;;
+	      *) perm_rpath+=" $libdir" ;;
 	      esac
 	    fi
 	  done
 	  # Substitute the hardcoded libdirs into the rpath.
 	  if test -n "$hardcode_libdir_separator" &&
 	     test -n "$hardcode_libdirs"; then
-	    libdir=$hardcode_libdirs
+	    libdir="$hardcode_libdirs"
 	    eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
 	  fi
 	  if test -n "$runpath_var" && test -n "$perm_rpath"; then
 	    # We should set the runpath_var.
 	    rpath=
 	    for dir in $perm_rpath; do
-	      func_append rpath "$dir:"
+	      rpath+="$dir:"
 	    done
 	    eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
 	  fi
 	  test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
 	fi
 
-	shlibpath=$finalize_shlibpath
-	test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
+	shlibpath="$finalize_shlibpath"
+	test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
 	if test -n "$shlibpath"; then
 	  eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
 	fi
@@ -10089,23 +8530,23 @@ EOF
 	eval library_names=\"$library_names_spec\"
 	set dummy $library_names
 	shift
-	realname=$1
+	realname="$1"
 	shift
 
 	if test -n "$soname_spec"; then
 	  eval soname=\"$soname_spec\"
 	else
-	  soname=$realname
+	  soname="$realname"
 	fi
 	if test -z "$dlname"; then
 	  dlname=$soname
 	fi
 
-	lib=$output_objdir/$realname
+	lib="$output_objdir/$realname"
 	linknames=
 	for link
 	do
-	  func_append linknames " $link"
+	  linknames+=" $link"
 	done
 
 	# Use standard objects if they are pic
@@ -10115,8 +8556,8 @@ EOF
 	delfiles=
 	if test -n "$export_symbols" && test -n "$include_expsyms"; then
 	  $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
-	  export_symbols=$output_objdir/$libname.uexp
-	  func_append delfiles " $export_symbols"
+	  export_symbols="$output_objdir/$libname.uexp"
+	  delfiles+=" $export_symbols"
 	fi
 
 	orig_export_symbols=
@@ -10124,31 +8565,31 @@ EOF
 	cygwin* | mingw* | cegcc*)
 	  if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
 	    # exporting using user supplied symfile
-	    func_dll_def_p "$export_symbols" || {
+	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
 	      # and it's NOT already a .def file. Must figure out
 	      # which of the given symbols are data symbols and tag
 	      # them as such. So, trigger use of export_symbols_cmds.
 	      # export_symbols gets reassigned inside the "prepare
 	      # the list of exported symbols" if statement, so the
 	      # include_expsyms logic still works.
-	      orig_export_symbols=$export_symbols
+	      orig_export_symbols="$export_symbols"
 	      export_symbols=
 	      always_export_symbols=yes
-	    }
+	    fi
 	  fi
 	  ;;
 	esac
 
 	# Prepare the list of exported symbols
 	if test -z "$export_symbols"; then
-	  if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
-	    func_verbose "generating symbol list for '$libname.la'"
-	    export_symbols=$output_objdir/$libname.exp
+	  if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
+	    func_verbose "generating symbol list for \`$libname.la'"
+	    export_symbols="$output_objdir/$libname.exp"
 	    $opt_dry_run || $RM $export_symbols
 	    cmds=$export_symbols_cmds
-	    save_ifs=$IFS; IFS='~'
+	    save_ifs="$IFS"; IFS='~'
 	    for cmd1 in $cmds; do
-	      IFS=$save_ifs
+	      IFS="$save_ifs"
 	      # Take the normal branch if the nm_file_list_spec branch
 	      # doesn't work or if tool conversion is not needed.
 	      case $nm_file_list_spec~$to_tool_file_cmd in
@@ -10162,7 +8603,7 @@ EOF
 		  try_normal_branch=no
 		  ;;
 	      esac
-	      if test yes = "$try_normal_branch" \
+	      if test "$try_normal_branch" = yes \
 		 && { test "$len" -lt "$max_cmd_len" \
 		      || test "$max_cmd_len" -le -1; }
 	      then
@@ -10173,10 +8614,10 @@ EOF
 		output_la=$func_basename_result
 		save_libobjs=$libobjs
 		save_output=$output
-		output=$output_objdir/$output_la.nm
+		output=${output_objdir}/${output_la}.nm
 		func_to_tool_file "$output"
 		libobjs=$nm_file_list_spec$func_to_tool_file_result
-		func_append delfiles " $output"
+		delfiles+=" $output"
 		func_verbose "creating $NM input file list: $output"
 		for obj in $save_libobjs; do
 		  func_to_tool_file "$obj"
@@ -10196,8 +8637,8 @@ EOF
 		break
 	      fi
 	    done
-	    IFS=$save_ifs
-	    if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
+	    IFS="$save_ifs"
+	    if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
 	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
 	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
 	    fi
@@ -10205,21 +8646,21 @@ EOF
 	fi
 
 	if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	  tmp_export_symbols=$export_symbols
-	  test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
+	  tmp_export_symbols="$export_symbols"
+	  test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
 	  $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
 	fi
 
-	if test : != "$skipped_export" && test -n "$orig_export_symbols"; then
+	if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
 	  # The given exports_symbols file has to be filtered, so filter it.
-	  func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
+	  func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
 	  # FIXME: $output_objdir/$libname.filter potentially contains lots of
-	  # 's' commands, which not all seds can handle. GNU sed should be fine
+	  # 's' commands which not all seds can handle. GNU sed should be fine
 	  # though. Also, the filter scales superlinearly with the number of
 	  # global variables. join(1) would be nice here, but unfortunately
 	  # isn't a blessed tool.
 	  $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
-	  func_append delfiles " $export_symbols $output_objdir/$libname.filter"
+	  delfiles+=" $export_symbols $output_objdir/$libname.filter"
 	  export_symbols=$output_objdir/$libname.def
 	  $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
 	fi
@@ -10229,15 +8670,15 @@ EOF
 	  case " $convenience " in
 	  *" $test_deplib "*) ;;
 	  *)
-	    func_append tmp_deplibs " $test_deplib"
+	    tmp_deplibs+=" $test_deplib"
 	    ;;
 	  esac
 	done
-	deplibs=$tmp_deplibs
+	deplibs="$tmp_deplibs"
 
 	if test -n "$convenience"; then
 	  if test -n "$whole_archive_flag_spec" &&
-	    test yes = "$compiler_needs_object" &&
+	    test "$compiler_needs_object" = yes &&
 	    test -z "$libobjs"; then
 	    # extract the archives, so we have objects to list.
 	    # TODO: could optimize this to just extract one archive.
@@ -10248,27 +8689,27 @@ EOF
 	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
 	    test "X$libobjs" = "X " && libobjs=
 	  else
-	    gentop=$output_objdir/${outputname}x
-	    func_append generated " $gentop"
+	    gentop="$output_objdir/${outputname}x"
+	    generated+=" $gentop"
 
 	    func_extract_archives $gentop $convenience
-	    func_append libobjs " $func_extract_archives_result"
+	    libobjs+=" $func_extract_archives_result"
 	    test "X$libobjs" = "X " && libobjs=
 	  fi
 	fi
 
-	if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
+	if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
 	  eval flag=\"$thread_safe_flag_spec\"
-	  func_append linker_flags " $flag"
+	  linker_flags+=" $flag"
 	fi
 
 	# Make a backup of the uninstalled library when relinking
-	if test relink = "$opt_mode"; then
+	if test "$opt_mode" = relink; then
 	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
 	fi
 
 	# Do each of the archive commands.
-	if test yes = "$module" && test -n "$module_cmds"; then
+	if test "$module" = yes && test -n "$module_cmds" ; then
 	  if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
 	    eval test_cmds=\"$module_expsym_cmds\"
 	    cmds=$module_expsym_cmds
@@ -10286,7 +8727,7 @@ EOF
 	  fi
 	fi
 
-	if test : != "$skipped_export" &&
+	if test "X$skipped_export" != "X:" &&
 	   func_len " $test_cmds" &&
 	   len=$func_len_result &&
 	   test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
@@ -10319,8 +8760,8 @@ EOF
 	  last_robj=
 	  k=1
 
-	  if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then
-	    output=$output_objdir/$output_la.lnkscript
+	  if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
+	    output=${output_objdir}/${output_la}.lnkscript
 	    func_verbose "creating GNU ld script: $output"
 	    echo 'INPUT (' > $output
 	    for obj in $save_libobjs
@@ -10329,17 +8770,17 @@ EOF
 	      $ECHO "$func_to_tool_file_result" >> $output
 	    done
 	    echo ')' >> $output
-	    func_append delfiles " $output"
+	    delfiles+=" $output"
 	    func_to_tool_file "$output"
 	    output=$func_to_tool_file_result
-	  elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then
-	    output=$output_objdir/$output_la.lnk
+	  elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
+	    output=${output_objdir}/${output_la}.lnk
 	    func_verbose "creating linker input file list: $output"
 	    : > $output
 	    set x $save_libobjs
 	    shift
 	    firstobj=
-	    if test yes = "$compiler_needs_object"; then
+	    if test "$compiler_needs_object" = yes; then
 	      firstobj="$1 "
 	      shift
 	    fi
@@ -10348,13 +8789,13 @@ EOF
 	      func_to_tool_file "$obj"
 	      $ECHO "$func_to_tool_file_result" >> $output
 	    done
-	    func_append delfiles " $output"
+	    delfiles+=" $output"
 	    func_to_tool_file "$output"
 	    output=$firstobj\"$file_list_spec$func_to_tool_file_result\"
 	  else
 	    if test -n "$save_libobjs"; then
 	      func_verbose "creating reloadable object files..."
-	      output=$output_objdir/$output_la-$k.$objext
+	      output=$output_objdir/$output_la-${k}.$objext
 	      eval test_cmds=\"$reload_cmds\"
 	      func_len " $test_cmds"
 	      len0=$func_len_result
@@ -10366,13 +8807,13 @@ EOF
 		func_len " $obj"
 		func_arith $len + $func_len_result
 		len=$func_arith_result
-		if test -z "$objlist" ||
+		if test "X$objlist" = X ||
 		   test "$len" -lt "$max_cmd_len"; then
-		  func_append objlist " $obj"
+		  objlist+=" $obj"
 		else
 		  # The command $test_cmds is almost too long, add a
 		  # command to the queue.
-		  if test 1 -eq "$k"; then
+		  if test "$k" -eq 1 ; then
 		    # The first file doesn't have a previous command to add.
 		    reload_objs=$objlist
 		    eval concat_cmds=\"$reload_cmds\"
@@ -10382,10 +8823,10 @@ EOF
 		    reload_objs="$objlist $last_robj"
 		    eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
 		  fi
-		  last_robj=$output_objdir/$output_la-$k.$objext
+		  last_robj=$output_objdir/$output_la-${k}.$objext
 		  func_arith $k + 1
 		  k=$func_arith_result
-		  output=$output_objdir/$output_la-$k.$objext
+		  output=$output_objdir/$output_la-${k}.$objext
 		  objlist=" $obj"
 		  func_len " $last_robj"
 		  func_arith $len0 + $func_len_result
@@ -10397,19 +8838,19 @@ EOF
 	      # files will link in the last one created.
 	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
 	      reload_objs="$objlist $last_robj"
-	      eval concat_cmds=\"\$concat_cmds$reload_cmds\"
+	      eval concat_cmds=\"\${concat_cmds}$reload_cmds\"
 	      if test -n "$last_robj"; then
-	        eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
+	        eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
 	      fi
-	      func_append delfiles " $output"
+	      delfiles+=" $output"
 
 	    else
 	      output=
 	    fi
 
-	    ${skipped_export-false} && {
-	      func_verbose "generating symbol list for '$libname.la'"
-	      export_symbols=$output_objdir/$libname.exp
+	    if ${skipped_export-false}; then
+	      func_verbose "generating symbol list for \`$libname.la'"
+	      export_symbols="$output_objdir/$libname.exp"
 	      $opt_dry_run || $RM $export_symbols
 	      libobjs=$output
 	      # Append the command to create the export file.
@@ -10418,16 +8859,16 @@ EOF
 	      if test -n "$last_robj"; then
 		eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
 	      fi
-	    }
+	    fi
 
 	    test -n "$save_libobjs" &&
 	      func_verbose "creating a temporary reloadable object file: $output"
 
 	    # Loop through the commands generated above and execute them.
-	    save_ifs=$IFS; IFS='~'
+	    save_ifs="$IFS"; IFS='~'
 	    for cmd in $concat_cmds; do
-	      IFS=$save_ifs
-	      $opt_quiet || {
+	      IFS="$save_ifs"
+	      $opt_silent || {
 		  func_quote_for_expand "$cmd"
 		  eval "func_echo $func_quote_for_expand_result"
 	      }
@@ -10435,7 +8876,7 @@ EOF
 		lt_exit=$?
 
 		# Restore the uninstalled library and exit
-		if test relink = "$opt_mode"; then
+		if test "$opt_mode" = relink; then
 		  ( cd "$output_objdir" && \
 		    $RM "${realname}T" && \
 		    $MV "${realname}U" "$realname" )
@@ -10444,7 +8885,7 @@ EOF
 		exit $lt_exit
 	      }
 	    done
-	    IFS=$save_ifs
+	    IFS="$save_ifs"
 
 	    if test -n "$export_symbols_regex" && ${skipped_export-false}; then
 	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
@@ -10452,27 +8893,27 @@ EOF
 	    fi
 	  fi
 
-          ${skipped_export-false} && {
+          if ${skipped_export-false}; then
 	    if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	      tmp_export_symbols=$export_symbols
-	      test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
+	      tmp_export_symbols="$export_symbols"
+	      test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
 	      $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
 	    fi
 
 	    if test -n "$orig_export_symbols"; then
 	      # The given exports_symbols file has to be filtered, so filter it.
-	      func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
+	      func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
 	      # FIXME: $output_objdir/$libname.filter potentially contains lots of
-	      # 's' commands, which not all seds can handle. GNU sed should be fine
+	      # 's' commands which not all seds can handle. GNU sed should be fine
 	      # though. Also, the filter scales superlinearly with the number of
 	      # global variables. join(1) would be nice here, but unfortunately
 	      # isn't a blessed tool.
 	      $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
-	      func_append delfiles " $export_symbols $output_objdir/$libname.filter"
+	      delfiles+=" $export_symbols $output_objdir/$libname.filter"
 	      export_symbols=$output_objdir/$libname.def
 	      $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
 	    fi
-	  }
+	  fi
 
 	  libobjs=$output
 	  # Restore the value of output.
@@ -10486,7 +8927,7 @@ EOF
 	  # value of $libobjs for piecewise linking.
 
 	  # Do each of the archive commands.
-	  if test yes = "$module" && test -n "$module_cmds"; then
+	  if test "$module" = yes && test -n "$module_cmds" ; then
 	    if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
 	      cmds=$module_expsym_cmds
 	    else
@@ -10508,20 +8949,19 @@ EOF
 
 	# Add any objects from preloaded convenience libraries
 	if test -n "$dlprefiles"; then
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
+	  gentop="$output_objdir/${outputname}x"
+	  generated+=" $gentop"
 
 	  func_extract_archives $gentop $dlprefiles
-	  func_append libobjs " $func_extract_archives_result"
+	  libobjs+=" $func_extract_archives_result"
 	  test "X$libobjs" = "X " && libobjs=
 	fi
 
-	save_ifs=$IFS; IFS='~'
+	save_ifs="$IFS"; IFS='~'
 	for cmd in $cmds; do
-	  IFS=$sp$nl
+	  IFS="$save_ifs"
 	  eval cmd=\"$cmd\"
-	  IFS=$save_ifs
-	  $opt_quiet || {
+	  $opt_silent || {
 	    func_quote_for_expand "$cmd"
 	    eval "func_echo $func_quote_for_expand_result"
 	  }
@@ -10529,7 +8969,7 @@ EOF
 	    lt_exit=$?
 
 	    # Restore the uninstalled library and exit
-	    if test relink = "$opt_mode"; then
+	    if test "$opt_mode" = relink; then
 	      ( cd "$output_objdir" && \
 	        $RM "${realname}T" && \
 		$MV "${realname}U" "$realname" )
@@ -10538,10 +8978,10 @@ EOF
 	    exit $lt_exit
 	  }
 	done
-	IFS=$save_ifs
+	IFS="$save_ifs"
 
 	# Restore the uninstalled library and exit
-	if test relink = "$opt_mode"; then
+	if test "$opt_mode" = relink; then
 	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
 
 	  if test -n "$convenience"; then
@@ -10561,39 +9001,39 @@ EOF
 	done
 
 	# If -module or -export-dynamic was specified, set the dlname.
-	if test yes = "$module" || test yes = "$export_dynamic"; then
+	if test "$module" = yes || test "$export_dynamic" = yes; then
 	  # On all known operating systems, these are identical.
-	  dlname=$soname
+	  dlname="$soname"
 	fi
       fi
       ;;
 
     obj)
-      if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-	func_warning "'-dlopen' is ignored for objects"
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+	func_warning "\`-dlopen' is ignored for objects"
       fi
 
       case " $deplibs" in
       *\ -l* | *\ -L*)
-	func_warning "'-l' and '-L' are ignored for objects" ;;
+	func_warning "\`-l' and \`-L' are ignored for objects" ;;
       esac
 
       test -n "$rpath" && \
-	func_warning "'-rpath' is ignored for objects"
+	func_warning "\`-rpath' is ignored for objects"
 
       test -n "$xrpath" && \
-	func_warning "'-R' is ignored for objects"
+	func_warning "\`-R' is ignored for objects"
 
       test -n "$vinfo" && \
-	func_warning "'-version-info' is ignored for objects"
+	func_warning "\`-version-info' is ignored for objects"
 
       test -n "$release" && \
-	func_warning "'-release' is ignored for objects"
+	func_warning "\`-release' is ignored for objects"
 
       case $output in
       *.lo)
 	test -n "$objs$old_deplibs" && \
-	  func_fatal_error "cannot build library object '$output' from non-libtool objects"
+	  func_fatal_error "cannot build library object \`$output' from non-libtool objects"
 
 	libobj=$output
 	func_lo2o "$libobj"
@@ -10601,7 +9041,7 @@ EOF
 	;;
       *)
 	libobj=
-	obj=$output
+	obj="$output"
 	;;
       esac
 
@@ -10614,20 +9054,18 @@ EOF
       # the extraction.
       reload_conv_objs=
       gentop=
-      # if reload_cmds runs $LD directly, get rid of -Wl from
-      # whole_archive_flag_spec and hope we can get by with turning comma
-      # into space.
-      case $reload_cmds in
-        *\$LD[\ \$]*) wl= ;;
-      esac
+      # reload_cmds runs $LD directly, so let us get rid of
+      # -Wl from whole_archive_flag_spec and hope we can get by with
+      # turning comma into space..
+      wl=
+
       if test -n "$convenience"; then
 	if test -n "$whole_archive_flag_spec"; then
 	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
-	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
+	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
 	else
-	  gentop=$output_objdir/${obj}x
-	  func_append generated " $gentop"
+	  gentop="$output_objdir/${obj}x"
+	  generated+=" $gentop"
 
 	  func_extract_archives $gentop $convenience
 	  reload_conv_objs="$reload_objs $func_extract_archives_result"
@@ -10635,12 +9073,12 @@ EOF
       fi
 
       # If we're not building shared, we need to use non_pic_objs
-      test yes = "$build_libtool_libs" || libobjs=$non_pic_objects
+      test "$build_libtool_libs" != yes && libobjs="$non_pic_objects"
 
       # Create the old-style object.
-      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
+      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
 
-      output=$obj
+      output="$obj"
       func_execute_cmds "$reload_cmds" 'exit $?'
 
       # Exit if we aren't doing a library object file.
@@ -10652,7 +9090,7 @@ EOF
 	exit $EXIT_SUCCESS
       fi
 
-      test yes = "$build_libtool_libs" || {
+      if test "$build_libtool_libs" != yes; then
 	if test -n "$gentop"; then
 	  func_show_eval '${RM}r "$gentop"'
 	fi
@@ -10662,12 +9100,12 @@ EOF
 	# $show "echo timestamp > $libobj"
 	# $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
 	exit $EXIT_SUCCESS
-      }
+      fi
 
-      if test -n "$pic_flag" || test default != "$pic_mode"; then
+      if test -n "$pic_flag" || test "$pic_mode" != default; then
 	# Only do commands if we really have different PIC objects.
 	reload_objs="$libobjs $reload_conv_objs"
-	output=$libobj
+	output="$libobj"
 	func_execute_cmds "$reload_cmds" 'exit $?'
       fi
 
@@ -10684,14 +9122,16 @@ EOF
 	          output=$func_stripname_result.exe;;
       esac
       test -n "$vinfo" && \
-	func_warning "'-version-info' is ignored for programs"
+	func_warning "\`-version-info' is ignored for programs"
 
       test -n "$release" && \
-	func_warning "'-release' is ignored for programs"
+	func_warning "\`-release' is ignored for programs"
 
-      $preload \
-	&& test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \
-	&& func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
+      test "$preload" = yes \
+        && test "$dlopen_support" = unknown \
+	&& test "$dlopen_self" = unknown \
+	&& test "$dlopen_self_static" = unknown && \
+	  func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
 
       case $host in
       *-*-rhapsody* | *-*-darwin1.[012])
@@ -10705,11 +9145,11 @@ EOF
       *-*-darwin*)
 	# Don't allow lazy linking, it breaks C++ global constructors
 	# But is supposedly fixed on 10.4 or later (yay!).
-	if test CXX = "$tagname"; then
+	if test "$tagname" = CXX ; then
 	  case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
 	    10.[0123])
-	      func_append compile_command " $wl-bind_at_load"
-	      func_append finalize_command " $wl-bind_at_load"
+	      compile_command+=" ${wl}-bind_at_load"
+	      finalize_command+=" ${wl}-bind_at_load"
 	    ;;
 	  esac
 	fi
@@ -10729,7 +9169,7 @@ EOF
 	*)
 	  case " $compile_deplibs " in
 	  *" -L$path/$objdir "*)
-	    func_append new_libs " -L$path/$objdir" ;;
+	    new_libs+=" -L$path/$objdir" ;;
 	  esac
 	  ;;
 	esac
@@ -10739,17 +9179,17 @@ EOF
 	-L*)
 	  case " $new_libs " in
 	  *" $deplib "*) ;;
-	  *) func_append new_libs " $deplib" ;;
+	  *) new_libs+=" $deplib" ;;
 	  esac
 	  ;;
-	*) func_append new_libs " $deplib" ;;
+	*) new_libs+=" $deplib" ;;
 	esac
       done
-      compile_deplibs=$new_libs
+      compile_deplibs="$new_libs"
 
 
-      func_append compile_command " $compile_deplibs"
-      func_append finalize_command " $finalize_deplibs"
+      compile_command+=" $compile_deplibs"
+      finalize_command+=" $finalize_deplibs"
 
       if test -n "$rpath$xrpath"; then
 	# If the user specified any rpath flags, then add them.
@@ -10757,7 +9197,7 @@ EOF
 	  # This is the magic to use -rpath.
 	  case "$finalize_rpath " in
 	  *" $libdir "*) ;;
-	  *) func_append finalize_rpath " $libdir" ;;
+	  *) finalize_rpath+=" $libdir" ;;
 	  esac
 	done
       fi
@@ -10769,39 +9209,39 @@ EOF
 	if test -n "$hardcode_libdir_flag_spec"; then
 	  if test -n "$hardcode_libdir_separator"; then
 	    if test -z "$hardcode_libdirs"; then
-	      hardcode_libdirs=$libdir
+	      hardcode_libdirs="$libdir"
 	    else
 	      # Just accumulate the unique libdirs.
 	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
 	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
 		;;
 	      *)
-		func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
+		hardcode_libdirs+="$hardcode_libdir_separator$libdir"
 		;;
 	      esac
 	    fi
 	  else
 	    eval flag=\"$hardcode_libdir_flag_spec\"
-	    func_append rpath " $flag"
+	    rpath+=" $flag"
 	  fi
 	elif test -n "$runpath_var"; then
 	  case "$perm_rpath " in
 	  *" $libdir "*) ;;
-	  *) func_append perm_rpath " $libdir" ;;
+	  *) perm_rpath+=" $libdir" ;;
 	  esac
 	fi
 	case $host in
 	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
+	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
 	  case :$dllsearchpath: in
 	  *":$libdir:"*) ;;
 	  ::) dllsearchpath=$libdir;;
-	  *) func_append dllsearchpath ":$libdir";;
+	  *) dllsearchpath+=":$libdir";;
 	  esac
 	  case :$dllsearchpath: in
 	  *":$testbindir:"*) ;;
 	  ::) dllsearchpath=$testbindir;;
-	  *) func_append dllsearchpath ":$testbindir";;
+	  *) dllsearchpath+=":$testbindir";;
 	  esac
 	  ;;
 	esac
@@ -10809,10 +9249,10 @@ EOF
       # Substitute the hardcoded libdirs into the rpath.
       if test -n "$hardcode_libdir_separator" &&
 	 test -n "$hardcode_libdirs"; then
-	libdir=$hardcode_libdirs
+	libdir="$hardcode_libdirs"
 	eval rpath=\" $hardcode_libdir_flag_spec\"
       fi
-      compile_rpath=$rpath
+      compile_rpath="$rpath"
 
       rpath=
       hardcode_libdirs=
@@ -10820,68 +9260,70 @@ EOF
 	if test -n "$hardcode_libdir_flag_spec"; then
 	  if test -n "$hardcode_libdir_separator"; then
 	    if test -z "$hardcode_libdirs"; then
-	      hardcode_libdirs=$libdir
+	      hardcode_libdirs="$libdir"
 	    else
 	      # Just accumulate the unique libdirs.
 	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
 	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
 		;;
 	      *)
-		func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
+		hardcode_libdirs+="$hardcode_libdir_separator$libdir"
 		;;
 	      esac
 	    fi
 	  else
 	    eval flag=\"$hardcode_libdir_flag_spec\"
-	    func_append rpath " $flag"
+	    rpath+=" $flag"
 	  fi
 	elif test -n "$runpath_var"; then
 	  case "$finalize_perm_rpath " in
 	  *" $libdir "*) ;;
-	  *) func_append finalize_perm_rpath " $libdir" ;;
+	  *) finalize_perm_rpath+=" $libdir" ;;
 	  esac
 	fi
       done
       # Substitute the hardcoded libdirs into the rpath.
       if test -n "$hardcode_libdir_separator" &&
 	 test -n "$hardcode_libdirs"; then
-	libdir=$hardcode_libdirs
+	libdir="$hardcode_libdirs"
 	eval rpath=\" $hardcode_libdir_flag_spec\"
       fi
-      finalize_rpath=$rpath
+      finalize_rpath="$rpath"
 
-      if test -n "$libobjs" && test yes = "$build_old_libs"; then
+      if test -n "$libobjs" && test "$build_old_libs" = yes; then
 	# Transform all the library objects into standard objects.
 	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
 	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
       fi
 
-      func_generate_dlsyms "$outputname" "@PROGRAM@" false
+      func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
 
       # template prelinking step
       if test -n "$prelink_cmds"; then
 	func_execute_cmds "$prelink_cmds" 'exit $?'
       fi
 
-      wrappers_required=:
+      wrappers_required=yes
       case $host in
       *cegcc* | *mingw32ce*)
         # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
-        wrappers_required=false
+        wrappers_required=no
         ;;
       *cygwin* | *mingw* )
-        test yes = "$build_libtool_libs" || wrappers_required=false
+        if test "$build_libtool_libs" != yes; then
+          wrappers_required=no
+        fi
         ;;
       *)
-        if test no = "$need_relink" || test yes != "$build_libtool_libs"; then
-          wrappers_required=false
+        if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
+          wrappers_required=no
         fi
         ;;
       esac
-      $wrappers_required || {
+      if test "$wrappers_required" = no; then
 	# Replace the output file specification.
 	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
-	link_command=$compile_command$compile_rpath
+	link_command="$compile_command$compile_rpath"
 
 	# We have no uninstalled library dependencies, so finalize right now.
 	exit_status=0
@@ -10894,12 +9336,12 @@ EOF
 	fi
 
 	# Delete the generated files.
-	if test -f "$output_objdir/${outputname}S.$objext"; then
-	  func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
+	if test -f "$output_objdir/${outputname}S.${objext}"; then
+	  func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
 	fi
 
 	exit $exit_status
-      }
+      fi
 
       if test -n "$compile_shlibpath$finalize_shlibpath"; then
 	compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
@@ -10915,7 +9357,7 @@ EOF
 	  # We should set the runpath_var.
 	  rpath=
 	  for dir in $perm_rpath; do
-	    func_append rpath "$dir:"
+	    rpath+="$dir:"
 	  done
 	  compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
 	fi
@@ -10923,15 +9365,15 @@ EOF
 	  # We should set the runpath_var.
 	  rpath=
 	  for dir in $finalize_perm_rpath; do
-	    func_append rpath "$dir:"
+	    rpath+="$dir:"
 	  done
 	  finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
 	fi
       fi
 
-      if test yes = "$no_install"; then
+      if test "$no_install" = yes; then
 	# We don't need to create a wrapper script.
-	link_command=$compile_var$compile_command$compile_rpath
+	link_command="$compile_var$compile_command$compile_rpath"
 	# Replace the output file specification.
 	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
 	# Delete the old output file.
@@ -10948,28 +9390,27 @@ EOF
 	exit $EXIT_SUCCESS
       fi
 
-      case $hardcode_action,$fast_install in
-        relink,*)
-	  # Fast installation is not supported
-	  link_command=$compile_var$compile_command$compile_rpath
-	  relink_command=$finalize_var$finalize_command$finalize_rpath
+      if test "$hardcode_action" = relink; then
+	# Fast installation is not supported
+	link_command="$compile_var$compile_command$compile_rpath"
+	relink_command="$finalize_var$finalize_command$finalize_rpath"
 
-	  func_warning "this platform does not like uninstalled shared libraries"
-	  func_warning "'$output' will be relinked during installation"
-	  ;;
-        *,yes)
-	  link_command=$finalize_var$compile_command$finalize_rpath
-	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
-          ;;
-	*,no)
-	  link_command=$compile_var$compile_command$compile_rpath
-	  relink_command=$finalize_var$finalize_command$finalize_rpath
-          ;;
-	*,needless)
-	  link_command=$finalize_var$compile_command$finalize_rpath
-	  relink_command=
-          ;;
-      esac
+	func_warning "this platform does not like uninstalled shared libraries"
+	func_warning "\`$output' will be relinked during installation"
+      else
+	if test "$fast_install" != no; then
+	  link_command="$finalize_var$compile_command$finalize_rpath"
+	  if test "$fast_install" = yes; then
+	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
+	  else
+	    # fast_install is set to needless
+	    relink_command=
+	  fi
+	else
+	  link_command="$compile_var$compile_command$compile_rpath"
+	  relink_command="$finalize_var$finalize_command$finalize_rpath"
+	fi
+      fi
 
       # Replace the output file specification.
       link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
@@ -11026,8 +9467,8 @@ EOF
 	    func_dirname_and_basename "$output" "" "."
 	    output_name=$func_basename_result
 	    output_path=$func_dirname_result
-	    cwrappersource=$output_path/$objdir/lt-$output_name.c
-	    cwrapper=$output_path/$output_name.exe
+	    cwrappersource="$output_path/$objdir/lt-$output_name.c"
+	    cwrapper="$output_path/$output_name.exe"
 	    $RM $cwrappersource $cwrapper
 	    trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
 
@@ -11048,7 +9489,7 @@ EOF
 	    trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
 	    $opt_dry_run || {
 	      # note: this script will not be executed, so do not chmod.
-	      if test "x$build" = "x$host"; then
+	      if test "x$build" = "x$host" ; then
 		$cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
 	      else
 		func_emit_wrapper no > $func_ltwrapper_scriptname_result
@@ -11071,45 +9512,43 @@ EOF
     # See if we need to build an old-fashioned archive.
     for oldlib in $oldlibs; do
 
-      case $build_libtool_libs in
-        convenience)
-	  oldobjs="$libobjs_save $symfileobj"
-	  addlibs=$convenience
-	  build_libtool_libs=no
-	  ;;
-	module)
-	  oldobjs=$libobjs_save
-	  addlibs=$old_convenience
+      if test "$build_libtool_libs" = convenience; then
+	oldobjs="$libobjs_save $symfileobj"
+	addlibs="$convenience"
+	build_libtool_libs=no
+      else
+	if test "$build_libtool_libs" = module; then
+	  oldobjs="$libobjs_save"
 	  build_libtool_libs=no
-          ;;
-	*)
+	else
 	  oldobjs="$old_deplibs $non_pic_objects"
-	  $preload && test -f "$symfileobj" \
-	    && func_append oldobjs " $symfileobj"
-	  addlibs=$old_convenience
-	  ;;
-      esac
+	  if test "$preload" = yes && test -f "$symfileobj"; then
+	    oldobjs+=" $symfileobj"
+	  fi
+	fi
+	addlibs="$old_convenience"
+      fi
 
       if test -n "$addlibs"; then
-	gentop=$output_objdir/${outputname}x
-	func_append generated " $gentop"
+	gentop="$output_objdir/${outputname}x"
+	generated+=" $gentop"
 
 	func_extract_archives $gentop $addlibs
-	func_append oldobjs " $func_extract_archives_result"
+	oldobjs+=" $func_extract_archives_result"
       fi
 
       # Do each command in the archive commands.
-      if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then
+      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
 	cmds=$old_archive_from_new_cmds
       else
 
 	# Add any objects from preloaded convenience libraries
 	if test -n "$dlprefiles"; then
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
+	  gentop="$output_objdir/${outputname}x"
+	  generated+=" $gentop"
 
 	  func_extract_archives $gentop $dlprefiles
-	  func_append oldobjs " $func_extract_archives_result"
+	  oldobjs+=" $func_extract_archives_result"
 	fi
 
 	# POSIX demands no paths to be encoded in archives.  We have
@@ -11126,8 +9565,8 @@ EOF
 	  :
 	else
 	  echo "copying selected object files to avoid basename conflicts..."
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
+	  gentop="$output_objdir/${outputname}x"
+	  generated+=" $gentop"
 	  func_mkdir_p "$gentop"
 	  save_oldobjs=$oldobjs
 	  oldobjs=
@@ -11135,7 +9574,7 @@ EOF
 	  for obj in $save_oldobjs
 	  do
 	    func_basename "$obj"
-	    objbase=$func_basename_result
+	    objbase="$func_basename_result"
 	    case " $oldobjs " in
 	    " ") oldobjs=$obj ;;
 	    *[\ /]"$objbase "*)
@@ -11151,9 +9590,9 @@ EOF
 		esac
 	      done
 	      func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
-	      func_append oldobjs " $gentop/$newobj"
+	      oldobjs+=" $gentop/$newobj"
 	      ;;
-	    *) func_append oldobjs " $obj" ;;
+	    *) oldobjs+=" $obj" ;;
 	    esac
 	  done
 	fi
@@ -11198,24 +9637,24 @@ EOF
 	    func_len " $obj"
 	    func_arith $len + $func_len_result
 	    len=$func_arith_result
-	    func_append objlist " $obj"
+	    objlist+=" $obj"
 	    if test "$len" -lt "$max_cmd_len"; then
 	      :
 	    else
 	      # the above command should be used before it gets too long
 	      oldobjs=$objlist
-	      if test "$obj" = "$last_oldobj"; then
+	      if test "$obj" = "$last_oldobj" ; then
 		RANLIB=$save_RANLIB
 	      fi
 	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      eval concat_cmds=\"\$concat_cmds$old_archive_cmds\"
+	      eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
 	      objlist=
 	      len=$len0
 	    fi
 	  done
 	  RANLIB=$save_RANLIB
 	  oldobjs=$objlist
-	  if test -z "$oldobjs"; then
+	  if test "X$oldobjs" = "X" ; then
 	    eval cmds=\"\$concat_cmds\"
 	  else
 	    eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
@@ -11232,7 +9671,7 @@ EOF
     case $output in
     *.la)
       old_library=
-      test yes = "$build_old_libs" && old_library=$libname.$libext
+      test "$build_old_libs" = yes && old_library="$libname.$libext"
       func_verbose "creating $output"
 
       # Preserve any variables that may affect compiler behavior
@@ -11247,63 +9686,63 @@ EOF
 	fi
       done
       # Quote the link command for shipping.
-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
+      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
       relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
-      if test yes = "$hardcode_automatic"; then
+      if test "$hardcode_automatic" = yes ; then
 	relink_command=
       fi
 
       # Only create the output if not a dry run.
       $opt_dry_run || {
 	for installed in no yes; do
-	  if test yes = "$installed"; then
+	  if test "$installed" = yes; then
 	    if test -z "$install_libdir"; then
 	      break
 	    fi
-	    output=$output_objdir/${outputname}i
+	    output="$output_objdir/$outputname"i
 	    # Replace all uninstalled libtool libraries with the installed ones
 	    newdependency_libs=
 	    for deplib in $dependency_libs; do
 	      case $deplib in
 	      *.la)
 		func_basename "$deplib"
-		name=$func_basename_result
+		name="$func_basename_result"
 		func_resolve_sysroot "$deplib"
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
 		test -z "$libdir" && \
-		  func_fatal_error "'$deplib' is not a valid libtool archive"
-		func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
+		  func_fatal_error "\`$deplib' is not a valid libtool archive"
+		newdependency_libs+=" ${lt_sysroot:+=}$libdir/$name"
 		;;
 	      -L*)
 		func_stripname -L '' "$deplib"
 		func_replace_sysroot "$func_stripname_result"
-		func_append newdependency_libs " -L$func_replace_sysroot_result"
+		newdependency_libs+=" -L$func_replace_sysroot_result"
 		;;
 	      -R*)
 		func_stripname -R '' "$deplib"
 		func_replace_sysroot "$func_stripname_result"
-		func_append newdependency_libs " -R$func_replace_sysroot_result"
+		newdependency_libs+=" -R$func_replace_sysroot_result"
 		;;
-	      *) func_append newdependency_libs " $deplib" ;;
+	      *) newdependency_libs+=" $deplib" ;;
 	      esac
 	    done
-	    dependency_libs=$newdependency_libs
+	    dependency_libs="$newdependency_libs"
 	    newdlfiles=
 
 	    for lib in $dlfiles; do
 	      case $lib in
 	      *.la)
 	        func_basename "$lib"
-		name=$func_basename_result
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
 		test -z "$libdir" && \
-		  func_fatal_error "'$lib' is not a valid libtool archive"
-		func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
+		  func_fatal_error "\`$lib' is not a valid libtool archive"
+		newdlfiles+=" ${lt_sysroot:+=}$libdir/$name"
 		;;
-	      *) func_append newdlfiles " $lib" ;;
+	      *) newdlfiles+=" $lib" ;;
 	      esac
 	    done
-	    dlfiles=$newdlfiles
+	    dlfiles="$newdlfiles"
 	    newdlprefiles=
 	    for lib in $dlprefiles; do
 	      case $lib in
@@ -11313,34 +9752,34 @@ EOF
 		# didn't already link the preopened objects directly into
 		# the library:
 		func_basename "$lib"
-		name=$func_basename_result
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
 		test -z "$libdir" && \
-		  func_fatal_error "'$lib' is not a valid libtool archive"
-		func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
+		  func_fatal_error "\`$lib' is not a valid libtool archive"
+		newdlprefiles+=" ${lt_sysroot:+=}$libdir/$name"
 		;;
 	      esac
 	    done
-	    dlprefiles=$newdlprefiles
+	    dlprefiles="$newdlprefiles"
 	  else
 	    newdlfiles=
 	    for lib in $dlfiles; do
 	      case $lib in
-		[\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
+		[\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
 		*) abs=`pwd`"/$lib" ;;
 	      esac
-	      func_append newdlfiles " $abs"
+	      newdlfiles+=" $abs"
 	    done
-	    dlfiles=$newdlfiles
+	    dlfiles="$newdlfiles"
 	    newdlprefiles=
 	    for lib in $dlprefiles; do
 	      case $lib in
-		[\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
+		[\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
 		*) abs=`pwd`"/$lib" ;;
 	      esac
-	      func_append newdlprefiles " $abs"
+	      newdlprefiles+=" $abs"
 	    done
-	    dlprefiles=$newdlprefiles
+	    dlprefiles="$newdlprefiles"
 	  fi
 	  $RM $output
 	  # place dlname in correct position for cygwin
@@ -11356,9 +9795,10 @@ EOF
 	  case $host,$output,$installed,$module,$dlname in
 	    *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
 	      # If a -bindir argument was supplied, place the dll there.
-	      if test -n "$bindir"; then
+	      if test "x$bindir" != x ;
+	      then
 		func_relative_path "$install_libdir" "$bindir"
-		tdlname=$func_relative_path_result/$dlname
+		tdlname=$func_relative_path_result$dlname
 	      else
 		# Otherwise fall back on heuristic.
 		tdlname=../bin/$dlname
@@ -11367,7 +9807,7 @@ EOF
 	  esac
 	  $ECHO > $output "\
 # $outputname - a libtool library file
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 #
 # Please DO NOT delete this file!
 # It is necessary for linking the library.
@@ -11381,7 +9821,7 @@ library_names='$library_names'
 # The name of the static archive.
 old_library='$old_library'
 
-# Linker flags that cannot go in dependency_libs.
+# Linker flags that can not go in dependency_libs.
 inherited_linker_flags='$new_inherited_linker_flags'
 
 # Libraries that this one depends upon.
@@ -11407,7 +9847,7 @@ dlpreopen='$dlprefiles'
 
 # Directory that this library needs to be installed in:
 libdir='$install_libdir'"
-	  if test no,yes = "$installed,$need_relink"; then
+	  if test "$installed" = no && test "$need_relink" = yes; then
 	    $ECHO >> $output "\
 relink_command=\"$relink_command\""
 	  fi
@@ -11422,31 +9862,29 @@ relink_command=\"$relink_command\""
     exit $EXIT_SUCCESS
 }
 
-if test link = "$opt_mode" || test relink = "$opt_mode"; then
-  func_mode_link ${1+"$@"}
-fi
+{ test "$opt_mode" = link || test "$opt_mode" = relink; } &&
+    func_mode_link ${1+"$@"}
 
 
 # func_mode_uninstall arg...
 func_mode_uninstall ()
 {
-    $debug_cmd
-
-    RM=$nonopt
+    $opt_debug
+    RM="$nonopt"
     files=
-    rmforce=false
+    rmforce=
     exit_status=0
 
     # This variable tells wrapper scripts just to set variables rather
     # than running their programs.
-    libtool_install_magic=$magic
+    libtool_install_magic="$magic"
 
     for arg
     do
       case $arg in
-      -f) func_append RM " $arg"; rmforce=: ;;
-      -*) func_append RM " $arg" ;;
-      *) func_append files " $arg" ;;
+      -f) RM+=" $arg"; rmforce=yes ;;
+      -*) RM+=" $arg" ;;
+      *) files+=" $arg" ;;
       esac
     done
 
@@ -11457,21 +9895,21 @@ func_mode_uninstall ()
 
     for file in $files; do
       func_dirname "$file" "" "."
-      dir=$func_dirname_result
-      if test . = "$dir"; then
-	odir=$objdir
+      dir="$func_dirname_result"
+      if test "X$dir" = X.; then
+	odir="$objdir"
       else
-	odir=$dir/$objdir
+	odir="$dir/$objdir"
       fi
       func_basename "$file"
-      name=$func_basename_result
-      test uninstall = "$opt_mode" && odir=$dir
+      name="$func_basename_result"
+      test "$opt_mode" = uninstall && odir="$dir"
 
       # Remember odir for removal later, being careful to avoid duplicates
-      if test clean = "$opt_mode"; then
+      if test "$opt_mode" = clean; then
 	case " $rmdirs " in
 	  *" $odir "*) ;;
-	  *) func_append rmdirs " $odir" ;;
+	  *) rmdirs+=" $odir" ;;
 	esac
       fi
 
@@ -11483,11 +9921,11 @@ func_mode_uninstall ()
       elif test -d "$file"; then
 	exit_status=1
 	continue
-      elif $rmforce; then
+      elif test "$rmforce" = yes; then
 	continue
       fi
 
-      rmfiles=$file
+      rmfiles="$file"
 
       case $name in
       *.la)
@@ -11497,27 +9935,27 @@ func_mode_uninstall ()
 
 	  # Delete the libtool libraries and symlinks.
 	  for n in $library_names; do
-	    func_append rmfiles " $odir/$n"
+	    rmfiles+=" $odir/$n"
 	  done
-	  test -n "$old_library" && func_append rmfiles " $odir/$old_library"
+	  test -n "$old_library" && rmfiles+=" $odir/$old_library"
 
-	  case $opt_mode in
+	  case "$opt_mode" in
 	  clean)
 	    case " $library_names " in
 	    *" $dlname "*) ;;
-	    *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
+	    *) test -n "$dlname" && rmfiles+=" $odir/$dlname" ;;
 	    esac
-	    test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
+	    test -n "$libdir" && rmfiles+=" $odir/$name $odir/${name}i"
 	    ;;
 	  uninstall)
 	    if test -n "$library_names"; then
 	      # Do each command in the postuninstall commands.
-	      func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1'
+	      func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
 	    fi
 
 	    if test -n "$old_library"; then
 	      # Do each command in the old_postuninstall commands.
-	      func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1'
+	      func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
 	    fi
 	    # FIXME: should reinstall the best remaining shared library.
 	    ;;
@@ -11533,19 +9971,21 @@ func_mode_uninstall ()
 	  func_source $dir/$name
 
 	  # Add PIC object to the list of files to remove.
-	  if test -n "$pic_object" && test none != "$pic_object"; then
-	    func_append rmfiles " $dir/$pic_object"
+	  if test -n "$pic_object" &&
+	     test "$pic_object" != none; then
+	    rmfiles+=" $dir/$pic_object"
 	  fi
 
 	  # Add non-PIC object to the list of files to remove.
-	  if test -n "$non_pic_object" && test none != "$non_pic_object"; then
-	    func_append rmfiles " $dir/$non_pic_object"
+	  if test -n "$non_pic_object" &&
+	     test "$non_pic_object" != none; then
+	    rmfiles+=" $dir/$non_pic_object"
 	  fi
 	fi
 	;;
 
       *)
-	if test clean = "$opt_mode"; then
+	if test "$opt_mode" = clean ; then
 	  noexename=$name
 	  case $file in
 	  *.exe)
@@ -11555,7 +9995,7 @@ func_mode_uninstall ()
 	    noexename=$func_stripname_result
 	    # $file with .exe has already been added to rmfiles,
 	    # add $file without .exe
-	    func_append rmfiles " $file"
+	    rmfiles+=" $file"
 	    ;;
 	  esac
 	  # Do a test to see if this is a libtool program.
@@ -11564,7 +10004,7 @@ func_mode_uninstall ()
 	      func_ltwrapper_scriptname "$file"
 	      relink_command=
 	      func_source $func_ltwrapper_scriptname_result
-	      func_append rmfiles " $func_ltwrapper_scriptname_result"
+	      rmfiles+=" $func_ltwrapper_scriptname_result"
 	    else
 	      relink_command=
 	      func_source $dir/$noexename
@@ -11572,12 +10012,12 @@ func_mode_uninstall ()
 
 	    # note $name still contains .exe if it was in $file originally
 	    # as does the version of $file that was added into $rmfiles
-	    func_append rmfiles " $odir/$name $odir/${name}S.$objext"
-	    if test yes = "$fast_install" && test -n "$relink_command"; then
-	      func_append rmfiles " $odir/lt-$name"
+	    rmfiles+=" $odir/$name $odir/${name}S.${objext}"
+	    if test "$fast_install" = yes && test -n "$relink_command"; then
+	      rmfiles+=" $odir/lt-$name"
 	    fi
-	    if test "X$noexename" != "X$name"; then
-	      func_append rmfiles " $odir/lt-$noexename.c"
+	    if test "X$noexename" != "X$name" ; then
+	      rmfiles+=" $odir/lt-${noexename}.c"
 	    fi
 	  fi
 	fi
@@ -11586,7 +10026,7 @@ func_mode_uninstall ()
       func_show_eval "$RM $rmfiles" 'exit_status=1'
     done
 
-    # Try to remove the $objdir's in the directories where we deleted files
+    # Try to remove the ${objdir}s in the directories where we deleted files
     for dir in $rmdirs; do
       if test -d "$dir"; then
 	func_show_eval "rmdir $dir >/dev/null 2>&1"
@@ -11596,17 +10036,16 @@ func_mode_uninstall ()
     exit $exit_status
 }
 
-if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then
-  func_mode_uninstall ${1+"$@"}
-fi
+{ test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
+    func_mode_uninstall ${1+"$@"}
 
 test -z "$opt_mode" && {
-  help=$generic_help
+  help="$generic_help"
   func_fatal_help "you must specify a MODE"
 }
 
 test -z "$exec_cmd" && \
-  func_fatal_help "invalid operation mode '$opt_mode'"
+  func_fatal_help "invalid operation mode \`$opt_mode'"
 
 if test -n "$exec_cmd"; then
   eval exec "$exec_cmd"
@@ -11617,7 +10056,7 @@ exit $exit_status
 
 
 # The TAGs below are defined such that we never get into a situation
-# where we disable both kinds of libraries.  Given conflicting
+# in which we disable both kinds of libraries.  Given conflicting
 # choices, we go for a static library, that is the most portable,
 # since we can't tell whether shared libraries were disabled because
 # the user asked for that or because the platform doesn't support
@@ -11640,3 +10079,5 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
 # mode:shell-script
 # sh-indentation:2
 # End:
+# vi:sw=2
+
diff --git a/ltmain.sh b/ltmain.sh
index 0f0a2da..bffda54 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1,12 +1,9 @@
-#! /bin/sh
-## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
-##               by inline-source v2014-01-03.01
 
-# libtool (GNU libtool) 2.4.6
-# Provide generalized library-building support services.
+# libtool (GNU libtool) 2.4.2
 # Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
 
-# Copyright (C) 1996-2015 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
+# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
@@ -26,2112 +23,881 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-PROGRAM=libtool
-PACKAGE=libtool
-VERSION=2.4.6
-package_revision=2.4.6
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# Run './libtool --help' for help with using this script from the
-# command line.
-
-
-## ------------------------------- ##
-## User overridable command paths. ##
-## ------------------------------- ##
-
-# After configure completes, it has a better idea of some of the
-# shell tools we need than the defaults used by the functions shared
-# with bootstrap, so set those here where they can still be over-
-# ridden by the user, but otherwise take precedence.
-
-: ${AUTOCONF="autoconf"}
-: ${AUTOMAKE="automake"}
-
-
-## -------------------------- ##
-## Source external libraries. ##
-## -------------------------- ##
-
-# Much of our low-level functionality needs to be sourced from external
-# libraries, which are installed to $pkgauxdir.
-
-# Set a version string for this script.
-scriptversion=2015-01-20.17; # UTC
-
-# General shell script boiler plate, and helper functions.
-# Written by Gary V. Vaughan, 2004
-
-# Copyright (C) 2004-2015 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-
-# As a special exception to the GNU General Public License, if you distribute
-# this file as part of a program or library that is built using GNU Libtool,
-# you may include this file under the same distribution terms that you use
-# for the rest of that program.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html,
+# or obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
-# Please report bugs or propose patches to gary at gnu.org.
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# Evaluate this file near the top of your script to gain access to
-# the functions and variables defined here:
+# Usage: $progname [OPTION]... [MODE-ARG]...
+#
+# Provide generalized library-building support services.
 #
-#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
+#       --config             show all configuration variables
+#       --debug              enable verbose shell tracing
+#   -n, --dry-run            display commands without modifying any files
+#       --features           display basic configuration information and exit
+#       --mode=MODE          use operation mode MODE
+#       --preserve-dup-deps  don't remove duplicate dependency libraries
+#       --quiet, --silent    don't print informational messages
+#       --no-quiet, --no-silent
+#                            print informational messages (default)
+#       --no-warn            don't display warning messages
+#       --tag=TAG            use configuration variables from tag TAG
+#   -v, --verbose            print more informational messages than default
+#       --no-verbose         don't print the extra informational messages
+#       --version            print version information
+#   -h, --help, --help-all   print short, long, or detailed help message
 #
-# If you need to override any of the default environment variable
-# settings, do that before evaluating this file.
-
-
-## -------------------- ##
-## Shell normalisation. ##
-## -------------------- ##
+# MODE must be one of the following:
+#
+#         clean              remove files from the build directory
+#         compile            compile a source file into a libtool object
+#         execute            automatically set library path, then run a program
+#         finish             complete the installation of libtool libraries
+#         install            install libraries or executables
+#         link               create a library or an executable
+#         uninstall          remove libraries from an installed directory
+#
+# MODE-ARGS vary depending on the MODE.  When passed as first option,
+# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that.
+# Try `$progname --help --mode=MODE' for a more detailed description of MODE.
+#
+# When reporting a bug, please describe a test case to reproduce it and
+# include the following information:
+#
+#         host-triplet:	$host
+#         shell:		$SHELL
+#         compiler:		$LTCC
+#         compiler flags:		$LTCFLAGS
+#         linker:		$LD (gnu? $with_gnu_ld)
+#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.11
+#         automake:	$automake_version
+#         autoconf:	$autoconf_version
+#
+# Report bugs to <bug-libtool at gnu.org>.
+# GNU libtool home page: <http://www.gnu.org/software/libtool/>.
+# General help using GNU software: <http://www.gnu.org/gethelp/>.
 
-# Some shells need a little help to be as Bourne compatible as possible.
-# Before doing anything else, make sure all that help has been provided!
+PROGRAM=libtool
+PACKAGE=libtool
+VERSION="2.4.2 Debian-2.4.2-1.11"
+TIMESTAMP=""
+package_revision=1.3337
 
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh
   NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST
 else
-  case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac
-fi
-
-# NLS nuisances: We save the old values in case they are required later.
-_G_user_locale=
-_G_safe_locale=
-for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
-do
-  eval "if test set = \"\${$_G_var+set}\"; then
-          save_$_G_var=\$$_G_var
-          $_G_var=C
-	  export $_G_var
-	  _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\"
-	  _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
-	fi"
-done
-
-# CDPATH.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-# Make sure IFS has a sensible default
-sp=' '
-nl='
-'
-IFS="$sp	$nl"
-
-# There are apparently some retarded systems that use ';' as a PATH separator!
-if test "${PATH_SEPARATOR+set}" != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
-      PATH_SEPARATOR=';'
-  }
+  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
+BIN_SH=xpg4; export BIN_SH # for Tru64
+DUALCASE=1; export DUALCASE # for MKS sh
 
-
-
-## ------------------------- ##
-## Locate command utilities. ##
-## ------------------------- ##
-
-
-# func_executable_p FILE
-# ----------------------
-# Check that FILE is an executable regular file.
-func_executable_p ()
-{
-    test -f "$1" && test -x "$1"
-}
-
-
-# func_path_progs PROGS_LIST CHECK_FUNC [PATH]
-# --------------------------------------------
-# Search for either a program that responds to --version with output
-# containing "GNU", or else returned by CHECK_FUNC otherwise, by
-# trying all the directories in PATH with each of the elements of
-# PROGS_LIST.
-#
-# CHECK_FUNC should accept the path to a candidate program, and
-# set $func_check_prog_result if it truncates its output less than
-# $_G_path_prog_max characters.
-func_path_progs ()
+# A function that is used when there is no print builtin or printf.
+func_fallback_echo ()
 {
-    _G_progs_list=$1
-    _G_check_func=$2
-    _G_PATH=${3-"$PATH"}
-
-    _G_path_prog_max=0
-    _G_path_prog_found=false
-    _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:}
-    for _G_dir in $_G_PATH; do
-      IFS=$_G_save_IFS
-      test -z "$_G_dir" && _G_dir=.
-      for _G_prog_name in $_G_progs_list; do
-        for _exeext in '' .EXE; do
-          _G_path_prog=$_G_dir/$_G_prog_name$_exeext
-          func_executable_p "$_G_path_prog" || continue
-          case `"$_G_path_prog" --version 2>&1` in
-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
-            *)     $_G_check_func $_G_path_prog
-		   func_path_progs_result=$func_check_prog_result
-		   ;;
-          esac
-          $_G_path_prog_found && break 3
-        done
-      done
-    done
-    IFS=$_G_save_IFS
-    test -z "$func_path_progs_result" && {
-      echo "no acceptable sed could be found in \$PATH" >&2
-      exit 1
-    }
-}
-
-
-# We want to be able to use the functions in this file before configure
-# has figured out where the best binaries are kept, which means we have
-# to search for them ourselves - except when the results are already set
-# where we skip the searches.
-
-# Unless the user overrides by setting SED, search the path for either GNU
-# sed, or the sed that truncates its output the least.
-test -z "$SED" && {
-  _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
-  for _G_i in 1 2 3 4 5 6 7; do
-    _G_sed_script=$_G_sed_script$nl$_G_sed_script
-  done
-  echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
-  _G_sed_script=
-
-  func_check_prog_sed ()
-  {
-    _G_path_prog=$1
-
-    _G_count=0
-    printf 0123456789 >conftest.in
-    while :
-    do
-      cat conftest.in conftest.in >conftest.tmp
-      mv conftest.tmp conftest.in
-      cp conftest.in conftest.nl
-      echo '' >> conftest.nl
-      "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
-      _G_count=`expr $_G_count + 1`
-      if test "$_G_count" -gt "$_G_path_prog_max"; then
-        # Best one so far, save it but keep looking for a better one
-        func_check_prog_result=$_G_path_prog
-        _G_path_prog_max=$_G_count
-      fi
-      # 10*(2^10) chars as input seems more than enough
-      test 10 -lt "$_G_count" && break
-    done
-    rm -f conftest.in conftest.tmp conftest.nl conftest.out
-  }
-
-  func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
-  rm -f conftest.sed
-  SED=$func_path_progs_result
+  eval 'cat <<_LTECHO_EOF
+$1
+_LTECHO_EOF'
 }
 
+# NLS nuisances: We save the old values to restore during execute mode.
+lt_user_locale=
+lt_safe_locale=
+for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+do
+  eval "if test \"\${$lt_var+set}\" = set; then
+          save_$lt_var=\$$lt_var
+          $lt_var=C
+	  export $lt_var
+	  lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"
+	  lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
+	fi"
+done
+LC_ALL=C
+LANGUAGE=C
+export LANGUAGE LC_ALL
 
-# Unless the user overrides by setting GREP, search the path for either GNU
-# grep, or the grep that truncates its output the least.
-test -z "$GREP" && {
-  func_check_prog_grep ()
-  {
-    _G_path_prog=$1
-
-    _G_count=0
-    _G_path_prog_max=0
-    printf 0123456789 >conftest.in
-    while :
-    do
-      cat conftest.in conftest.in >conftest.tmp
-      mv conftest.tmp conftest.in
-      cp conftest.in conftest.nl
-      echo 'GREP' >> conftest.nl
-      "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
-      _G_count=`expr $_G_count + 1`
-      if test "$_G_count" -gt "$_G_path_prog_max"; then
-        # Best one so far, save it but keep looking for a better one
-        func_check_prog_result=$_G_path_prog
-        _G_path_prog_max=$_G_count
-      fi
-      # 10*(2^10) chars as input seems more than enough
-      test 10 -lt "$_G_count" && break
-    done
-    rm -f conftest.in conftest.tmp conftest.nl conftest.out
-  }
+$lt_unset CDPATH
 
-  func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
-  GREP=$func_path_progs_result
-}
 
+# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
+# is ksh but when the shell is invoked as "sh" and the current value of
+# the _XPG environment variable is not equal to 1 (one), the special
+# positional parameter $0, within a function call, is the name of the
+# function.
+progpath="$0"
 
-## ------------------------------- ##
-## User overridable command paths. ##
-## ------------------------------- ##
 
-# All uppercase variable names are used for environment variables.  These
-# variables can be overridden by the user before calling a script that
-# uses them if a suitable command of that name is not already available
-# in the command search PATH.
 
 : ${CP="cp -f"}
-: ${ECHO="printf %s\n"}
-: ${EGREP="$GREP -E"}
-: ${FGREP="$GREP -F"}
-: ${LN_S="ln -s"}
+test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
 : ${MAKE="make"}
 : ${MKDIR="mkdir"}
 : ${MV="mv -f"}
 : ${RM="rm -f"}
 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
+: ${Xsed="$SED -e 1s/^X//"}
 
+# Global variables:
+EXIT_SUCCESS=0
+EXIT_FAILURE=1
+EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
+EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.
 
-## -------------------- ##
-## Useful sed snippets. ##
-## -------------------- ##
+exit_status=$EXIT_SUCCESS
 
-sed_dirname='s|/[^/]*$||'
-sed_basename='s|^.*/||'
+# Make sure IFS has a sensible default
+lt_nl='
+'
+IFS=" 	$lt_nl"
 
-# Sed substitution that helps us do robust quoting.  It backslashifies
-# metacharacters that are still active within double-quoted strings.
-sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
+dirname="s,/[^/]*$,,"
+basename="s,^.*/,,"
 
-# Same as above, but do not quote variable references.
-sed_double_quote_subst='s/\(["`\\]\)/\\\1/g'
+# func_dirname file append nondir_replacement
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
+# otherwise set result to NONDIR_REPLACEMENT.
+func_dirname ()
+{
+    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
+    if test "X$func_dirname_result" = "X${1}"; then
+      func_dirname_result="${3}"
+    else
+      func_dirname_result="$func_dirname_result${2}"
+    fi
+} # func_dirname may be replaced by extended shell implementation
 
-# Sed substitution that turns a string into a regex matching for the
-# string literally.
-sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g'
 
-# Sed substitution that converts a w32 file name or path
-# that contains forward slashes, into one that contains
-# (escaped) backslashes.  A very naive implementation.
-sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
-
-# Re-'\' parameter expansions in output of sed_double_quote_subst that
-# were '\'-ed in input to the same.  If an odd number of '\' preceded a
-# '$' in input to sed_double_quote_subst, that '$' was protected from
-# expansion.  Since each input '\' is now two '\'s, look for any number
-# of runs of four '\'s followed by two '\'s and then a '$'.  '\' that '$'.
-_G_bs='\\'
-_G_bs2='\\\\'
-_G_bs4='\\\\\\\\'
-_G_dollar='\$'
-sed_double_backslash="\
-  s/$_G_bs4/&\\
-/g
-  s/^$_G_bs2$_G_dollar/$_G_bs&/
-  s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
-  s/\n//g"
+# func_basename file
+func_basename ()
+{
+    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
+} # func_basename may be replaced by extended shell implementation
 
 
-## ----------------- ##
-## Global variables. ##
-## ----------------- ##
+# func_dirname_and_basename file append nondir_replacement
+# perform func_basename and func_dirname in a single function
+# call:
+#   dirname:  Compute the dirname of FILE.  If nonempty,
+#             add APPEND to the result, otherwise set result
+#             to NONDIR_REPLACEMENT.
+#             value returned in "$func_dirname_result"
+#   basename: Compute filename of FILE.
+#             value retuned in "$func_basename_result"
+# Implementation must be kept synchronized with func_dirname
+# and func_basename. For efficiency, we do not delegate to
+# those functions but instead duplicate the functionality here.
+func_dirname_and_basename ()
+{
+    # Extract subdirectory from the argument.
+    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
+    if test "X$func_dirname_result" = "X${1}"; then
+      func_dirname_result="${3}"
+    else
+      func_dirname_result="$func_dirname_result${2}"
+    fi
+    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
+} # func_dirname_and_basename may be replaced by extended shell implementation
 
-# Except for the global variables explicitly listed below, the following
-# functions in the '^func_' namespace, and the '^require_' namespace
-# variables initialised in the 'Resource management' section, sourcing
-# this file will not pollute your global namespace with anything
-# else. There's no portable way to scope variables in Bourne shell
-# though, so actually running these functions will sometimes place
-# results into a variable named after the function, and often use
-# temporary variables in the '^_G_' namespace. If you are careful to
-# avoid using those namespaces casually in your sourcing script, things
-# should continue to work as you expect. And, of course, you can freely
-# overwrite any of the functions or variables defined here before
-# calling anything to customize them.
 
-EXIT_SUCCESS=0
-EXIT_FAILURE=1
-EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
-EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.
+# func_stripname prefix suffix name
+# strip PREFIX and SUFFIX off of NAME.
+# PREFIX and SUFFIX must not contain globbing or regex special
+# characters, hashes, percent signs, but SUFFIX may contain a leading
+# dot (in which case that matches only a dot).
+# func_strip_suffix prefix name
+func_stripname ()
+{
+    case ${2} in
+      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
+      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
+    esac
+} # func_stripname may be replaced by extended shell implementation
 
-# Allow overriding, eg assuming that you follow the convention of
-# putting '$debug_cmd' at the start of all your functions, you can get
-# bash to show function call trace with:
-#
-#    debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
-debug_cmd=${debug_cmd-":"}
-exit_cmd=:
 
-# By convention, finish your script with:
-#
-#    exit $exit_status
-#
-# so that you can set exit_status to non-zero if you want to indicate
-# something went wrong during execution without actually bailing out at
-# the point of failure.
-exit_status=$EXIT_SUCCESS
+# These SED scripts presuppose an absolute path with a trailing slash.
+pathcar='s,^/\([^/]*\).*$,\1,'
+pathcdr='s,^/[^/]*,,'
+removedotparts=':dotsl
+		s@/\./@/@g
+		t dotsl
+		s,/\.$,/,'
+collapseslashes='s@/\{1,\}@/@g'
+finalslash='s,/*$,/,'
 
-# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
-# is ksh but when the shell is invoked as "sh" and the current value of
-# the _XPG environment variable is not equal to 1 (one), the special
-# positional parameter $0, within a function call, is the name of the
-# function.
-progpath=$0
+# func_normal_abspath PATH
+# Remove doubled-up and trailing slashes, "." path components,
+# and cancel out any ".." path components in PATH after making
+# it an absolute path.
+#             value returned in "$func_normal_abspath_result"
+func_normal_abspath ()
+{
+  # Start from root dir and reassemble the path.
+  func_normal_abspath_result=
+  func_normal_abspath_tpath=$1
+  func_normal_abspath_altnamespace=
+  case $func_normal_abspath_tpath in
+    "")
+      # Empty path, that just means $cwd.
+      func_stripname '' '/' "`pwd`"
+      func_normal_abspath_result=$func_stripname_result
+      return
+    ;;
+    # The next three entries are used to spot a run of precisely
+    # two leading slashes without using negated character classes;
+    # we take advantage of case's first-match behaviour.
+    ///*)
+      # Unusual form of absolute path, do nothing.
+    ;;
+    //*)
+      # Not necessarily an ordinary path; POSIX reserves leading '//'
+      # and for example Cygwin uses it to access remote file shares
+      # over CIFS/SMB, so we conserve a leading double slash if found.
+      func_normal_abspath_altnamespace=/
+    ;;
+    /*)
+      # Absolute path, do nothing.
+    ;;
+    *)
+      # Relative path, prepend $cwd.
+      func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
+    ;;
+  esac
+  # Cancel out all the simple stuff to save iterations.  We also want
+  # the path to end with a slash for ease of parsing, so make sure
+  # there is one (and only one) here.
+  func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
+        -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
+  while :; do
+    # Processed it all yet?
+    if test "$func_normal_abspath_tpath" = / ; then
+      # If we ascended to the root using ".." the result may be empty now.
+      if test -z "$func_normal_abspath_result" ; then
+        func_normal_abspath_result=/
+      fi
+      break
+    fi
+    func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
+        -e "$pathcar"`
+    func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
+        -e "$pathcdr"`
+    # Figure out what to do with it
+    case $func_normal_abspath_tcomponent in
+      "")
+        # Trailing empty path component, ignore it.
+      ;;
+      ..)
+        # Parent dir; strip last assembled component from result.
+        func_dirname "$func_normal_abspath_result"
+        func_normal_abspath_result=$func_dirname_result
+      ;;
+      *)
+        # Actual path component, append it.
+        func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent
+      ;;
+    esac
+  done
+  # Restore leading double-slash if one was found on entry.
+  func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
+}
+
+# func_relative_path SRCDIR DSTDIR
+# generates a relative path from SRCDIR to DSTDIR, with a trailing
+# slash if non-empty, suitable for immediately appending a filename
+# without needing to append a separator.
+#             value returned in "$func_relative_path_result"
+func_relative_path ()
+{
+  func_relative_path_result=
+  func_normal_abspath "$1"
+  func_relative_path_tlibdir=$func_normal_abspath_result
+  func_normal_abspath "$2"
+  func_relative_path_tbindir=$func_normal_abspath_result
+
+  # Ascend the tree starting from libdir
+  while :; do
+    # check if we have found a prefix of bindir
+    case $func_relative_path_tbindir in
+      $func_relative_path_tlibdir)
+        # found an exact match
+        func_relative_path_tcancelled=
+        break
+        ;;
+      $func_relative_path_tlibdir*)
+        # found a matching prefix
+        func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
+        func_relative_path_tcancelled=$func_stripname_result
+        if test -z "$func_relative_path_result"; then
+          func_relative_path_result=.
+        fi
+        break
+        ;;
+      *)
+        func_dirname $func_relative_path_tlibdir
+        func_relative_path_tlibdir=${func_dirname_result}
+        if test "x$func_relative_path_tlibdir" = x ; then
+          # Have to descend all the way to the root!
+          func_relative_path_result=../$func_relative_path_result
+          func_relative_path_tcancelled=$func_relative_path_tbindir
+          break
+        fi
+        func_relative_path_result=../$func_relative_path_result
+        ;;
+    esac
+  done
+
+  # Now calculate path; take care to avoid doubling-up slashes.
+  func_stripname '' '/' "$func_relative_path_result"
+  func_relative_path_result=$func_stripname_result
+  func_stripname '/' '/' "$func_relative_path_tcancelled"
+  if test "x$func_stripname_result" != x ; then
+    func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
+  fi
+
+  # Normalisation. If bindir is libdir, return empty string,
+  # else relative path ending with a slash; either way, target
+  # file name can be directly appended.
+  if test ! -z "$func_relative_path_result"; then
+    func_stripname './' '' "$func_relative_path_result/"
+    func_relative_path_result=$func_stripname_result
+  fi
+}
 
-# The name of this program.
-progname=`$ECHO "$progpath" |$SED "$sed_basename"`
+# The name of this program:
+func_dirname_and_basename "$progpath"
+progname=$func_basename_result
 
-# Make sure we have an absolute progpath for reexecution:
+# Make sure we have an absolute path for reexecution:
 case $progpath in
   [\\/]*|[A-Za-z]:\\*) ;;
   *[\\/]*)
-     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
+     progdir=$func_dirname_result
      progdir=`cd "$progdir" && pwd`
-     progpath=$progdir/$progname
+     progpath="$progdir/$progname"
      ;;
   *)
-     _G_IFS=$IFS
+     save_IFS="$IFS"
      IFS=${PATH_SEPARATOR-:}
      for progdir in $PATH; do
-       IFS=$_G_IFS
+       IFS="$save_IFS"
        test -x "$progdir/$progname" && break
      done
-     IFS=$_G_IFS
+     IFS="$save_IFS"
      test -n "$progdir" || progdir=`pwd`
-     progpath=$progdir/$progname
+     progpath="$progdir/$progname"
      ;;
 esac
 
+# Sed substitution that helps us do robust quoting.  It backslashifies
+# metacharacters that are still active within double-quoted strings.
+Xsed="${SED}"' -e 1s/^X//'
+sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
+
+# Same as above, but do not quote variable references.
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
 
-## ----------------- ##
-## Standard options. ##
-## ----------------- ##
+# Sed substitution that turns a string into a regex matching for the
+# string literally.
+sed_make_literal_regex='s,[].[^$\\*\/],\\&,g'
 
-# The following options affect the operation of the functions defined
-# below, and should be set appropriately depending on run-time para-
-# meters passed on the command line.
+# Sed substitution that converts a w32 file name or path
+# which contains forward slashes, into one that contains
+# (escaped) backslashes.  A very naive implementation.
+lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
+
+# Re-`\' parameter expansions in output of double_quote_subst that were
+# `\'-ed in input to the same.  If an odd number of `\' preceded a '$'
+# in input to double_quote_subst, that '$' was protected from expansion.
+# Since each input `\' is now two `\'s, look for any number of runs of
+# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
+bs='\\'
+bs2='\\\\'
+bs4='\\\\\\\\'
+dollar='\$'
+sed_double_backslash="\
+  s/$bs4/&\\
+/g
+  s/^$bs2$dollar/$bs&/
+  s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
+  s/\n//g"
 
+# Standard options:
 opt_dry_run=false
+opt_help=false
 opt_quiet=false
 opt_verbose=false
+opt_warning=:
 
-# Categories 'all' and 'none' are always available.  Append any others
-# you will pass as the first argument to func_warning from your own
-# code.
-warning_categories=
+# func_echo arg...
+# Echo program name prefixed message, along with the current mode
+# name if it has been set yet.
+func_echo ()
+{
+    $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
+}
 
-# By default, display warnings according to 'opt_warning_types'.  Set
-# 'warning_func'  to ':' to elide all warnings, or func_fatal_error to
-# treat the next displayed warning as a fatal error.
-warning_func=func_warn_and_continue
+# func_verbose arg...
+# Echo program name prefixed message in verbose mode only.
+func_verbose ()
+{
+    $opt_verbose && func_echo ${1+"$@"}
 
-# Set to 'all' to display all warnings, 'none' to suppress all
-# warnings, or a space delimited list of some subset of
-# 'warning_categories' to display only the listed warnings.
-opt_warning_types=all
+    # A bug in bash halts the script if the last line of a function
+    # fails when set -e is in force, so we need another command to
+    # work around that:
+    :
+}
 
+# func_echo_all arg...
+# Invoke $ECHO with all args, space-separated.
+func_echo_all ()
+{
+    $ECHO "$*"
+}
 
-## -------------------- ##
-## Resource management. ##
-## -------------------- ##
+# func_error arg...
+# Echo program name prefixed message to standard error.
+func_error ()
+{
+    $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
+}
 
-# This section contains definitions for functions that each ensure a
-# particular resource (a file, or a non-empty configuration variable for
-# example) is available, and if appropriate to extract default values
-# from pertinent package files. Call them using their associated
-# 'require_*' variable to ensure that they are executed, at most, once.
-#
-# It's entirely deliberate that calling these functions can set
-# variables that don't obey the namespace limitations obeyed by the rest
-# of this file, in order that that they be as useful as possible to
-# callers.
+# func_warning arg...
+# Echo program name prefixed warning message to standard error.
+func_warning ()
+{
+    $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
 
+    # bash bug again:
+    :
+}
 
-# require_term_colors
-# -------------------
-# Allow display of bold text on terminals that support it.
-require_term_colors=func_require_term_colors
-func_require_term_colors ()
+# func_fatal_error arg...
+# Echo program name prefixed message to standard error, and exit.
+func_fatal_error ()
 {
-    $debug_cmd
-
-    test -t 1 && {
-      # COLORTERM and USE_ANSI_COLORS environment variables take
-      # precedence, because most terminfo databases neglect to describe
-      # whether color sequences are supported.
-      test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"}
-
-      if test 1 = "$USE_ANSI_COLORS"; then
-        # Standard ANSI escape sequences
-        tc_reset=''
-        tc_bold='';   tc_standout=''
-        tc_red='';   tc_green=''
-        tc_blue='';  tc_cyan=''
-      else
-        # Otherwise trust the terminfo database after all.
-        test -n "`tput sgr0 2>/dev/null`" && {
-          tc_reset=`tput sgr0`
-          test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
-          tc_standout=$tc_bold
-          test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
-          test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
-          test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`
-          test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`
-          test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
-        }
-      fi
-    }
+    func_error ${1+"$@"}
+    exit $EXIT_FAILURE
+}
 
-    require_term_colors=:
+# func_fatal_help arg...
+# Echo program name prefixed message to standard error, followed by
+# a help hint, and exit.
+func_fatal_help ()
+{
+    func_error ${1+"$@"}
+    func_fatal_error "$help"
 }
+help="Try \`$progname --help' for more information."  ## default
 
 
-## ----------------- ##
-## Function library. ##
-## ----------------- ##
-
-# This section contains a variety of useful functions to call in your
-# scripts. Take note of the portable wrappers for features provided by
-# some modern shells, which will fall back to slower equivalents on
-# less featureful shells.
-
-
-# func_append VAR VALUE
-# ---------------------
-# Append VALUE onto the existing contents of VAR.
-
-  # We should try to minimise forks, especially on Windows where they are
-  # unreasonably slow, so skip the feature probes when bash or zsh are
-  # being used:
-  if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then
-    : ${_G_HAVE_ARITH_OP="yes"}
-    : ${_G_HAVE_XSI_OPS="yes"}
-    # The += operator was introduced in bash 3.1
-    case $BASH_VERSION in
-      [12].* | 3.0 | 3.0*) ;;
-      *)
-        : ${_G_HAVE_PLUSEQ_OP="yes"}
-        ;;
-    esac
-  fi
-
-  # _G_HAVE_PLUSEQ_OP
-  # Can be empty, in which case the shell is probed, "yes" if += is
-  # useable or anything else if it does not work.
-  test -z "$_G_HAVE_PLUSEQ_OP" \
-    && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \
-    && _G_HAVE_PLUSEQ_OP=yes
-
-if test yes = "$_G_HAVE_PLUSEQ_OP"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_append ()
-  {
-    $debug_cmd
-
-    eval "$1+=\$2"
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_append ()
-  {
-    $debug_cmd
-
-    eval "$1=\$$1\$2"
-  }
-fi
-
-
-# func_append_quoted VAR VALUE
-# ----------------------------
-# Quote VALUE and append to the end of shell variable VAR, separated
-# by a space.
-if test yes = "$_G_HAVE_PLUSEQ_OP"; then
-  eval 'func_append_quoted ()
-  {
-    $debug_cmd
-
-    func_quote_for_eval "$2"
-    eval "$1+=\\ \$func_quote_for_eval_result"
-  }'
-else
-  func_append_quoted ()
-  {
-    $debug_cmd
-
-    func_quote_for_eval "$2"
-    eval "$1=\$$1\\ \$func_quote_for_eval_result"
-  }
-fi
-
-
-# func_append_uniq VAR VALUE
-# --------------------------
-# Append unique VALUE onto the existing contents of VAR, assuming
-# entries are delimited by the first character of VALUE.  For example:
-#
-#   func_append_uniq options " --another-option option-argument"
-#
-# will only append to $options if " --another-option option-argument "
-# is not already present somewhere in $options already (note spaces at
-# each end implied by leading space in second argument).
-func_append_uniq ()
-{
-    $debug_cmd
-
-    eval _G_current_value='`$ECHO $'$1'`'
-    _G_delim=`expr "$2" : '\(.\)'`
-
-    case $_G_delim$_G_current_value$_G_delim in
-      *"$2$_G_delim"*) ;;
-      *) func_append "$@" ;;
-    esac
-}
-
-
-# func_arith TERM...
-# ------------------
-# Set func_arith_result to the result of evaluating TERMs.
-  test -z "$_G_HAVE_ARITH_OP" \
-    && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \
-    && _G_HAVE_ARITH_OP=yes
-
-if test yes = "$_G_HAVE_ARITH_OP"; then
-  eval 'func_arith ()
-  {
-    $debug_cmd
-
-    func_arith_result=$(( $* ))
-  }'
-else
-  func_arith ()
-  {
-    $debug_cmd
-
-    func_arith_result=`expr "$@"`
-  }
-fi
-
-
-# func_basename FILE
-# ------------------
-# Set func_basename_result to FILE with everything up to and including
-# the last / stripped.
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  # If this shell supports suffix pattern removal, then use it to avoid
-  # forking. Hide the definitions single quotes in case the shell chokes
-  # on unsupported syntax...
-  _b='func_basename_result=${1##*/}'
-  _d='case $1 in
-        */*) func_dirname_result=${1%/*}$2 ;;
-        *  ) func_dirname_result=$3        ;;
-      esac'
-
-else
-  # ...otherwise fall back to using sed.
-  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
-  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
-      if test "X$func_dirname_result" = "X$1"; then
-        func_dirname_result=$3
-      else
-        func_append func_dirname_result "$2"
-      fi'
-fi
-
-eval 'func_basename ()
-{
-    $debug_cmd
-
-    '"$_b"'
-}'
-
-
-# func_dirname FILE APPEND NONDIR_REPLACEMENT
-# -------------------------------------------
-# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
-# otherwise set result to NONDIR_REPLACEMENT.
-eval 'func_dirname ()
-{
-    $debug_cmd
-
-    '"$_d"'
-}'
-
-
-# func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT
-# --------------------------------------------------------
-# Perform func_basename and func_dirname in a single function
-# call:
-#   dirname:  Compute the dirname of FILE.  If nonempty,
-#             add APPEND to the result, otherwise set result
-#             to NONDIR_REPLACEMENT.
-#             value returned in "$func_dirname_result"
-#   basename: Compute filename of FILE.
-#             value retuned in "$func_basename_result"
-# For efficiency, we do not delegate to the functions above but instead
-# duplicate the functionality here.
-eval 'func_dirname_and_basename ()
-{
-    $debug_cmd
-
-    '"$_b"'
-    '"$_d"'
-}'
-
-
-# func_echo ARG...
-# ----------------
-# Echo program name prefixed message.
-func_echo ()
-{
-    $debug_cmd
-
-    _G_message=$*
-
-    func_echo_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_IFS
-      $ECHO "$progname: $_G_line"
-    done
-    IFS=$func_echo_IFS
-}
-
-
-# func_echo_all ARG...
-# --------------------
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO "$*"
-}
-
-
-# func_echo_infix_1 INFIX ARG...
-# ------------------------------
-# Echo program name, followed by INFIX on the first line, with any
-# additional lines not showing INFIX.
-func_echo_infix_1 ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    _G_infix=$1; shift
-    _G_indent=$_G_infix
-    _G_prefix="$progname: $_G_infix: "
-    _G_message=$*
-
-    # Strip color escape sequences before counting printable length
-    for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan"
-    do
-      test -n "$_G_tc" && {
-        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
-        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
-      }
-    done
-    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
-
-    func_echo_infix_1_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_infix_1_IFS
-      $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2
-      _G_prefix=$_G_indent
-    done
-    IFS=$func_echo_infix_1_IFS
-}
-
-
-# func_error ARG...
-# -----------------
-# Echo program name prefixed message to standard error.
-func_error ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    func_echo_infix_1 "  $tc_standout${tc_red}error$tc_reset" "$*" >&2
-}
-
-
-# func_fatal_error ARG...
-# -----------------------
-# Echo program name prefixed message to standard error, and exit.
-func_fatal_error ()
-{
-    $debug_cmd
-
-    func_error "$*"
-    exit $EXIT_FAILURE
-}
-
-
-# func_grep EXPRESSION FILENAME
-# -----------------------------
+# func_grep expression filename
 # Check whether EXPRESSION matches any line of FILENAME, without output.
 func_grep ()
 {
-    $debug_cmd
-
     $GREP "$1" "$2" >/dev/null 2>&1
 }
 
 
-# func_len STRING
-# ---------------
-# Set func_len_result to the length of STRING. STRING may not
-# start with a hyphen.
-  test -z "$_G_HAVE_XSI_OPS" \
-    && (eval 'x=a/b/c;
-      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
-    && _G_HAVE_XSI_OPS=yes
-
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_len ()
-  {
-    $debug_cmd
-
-    func_len_result=${#1}
-  }'
-else
-  func_len ()
-  {
-    $debug_cmd
-
-    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
-  }
-fi
-
-
-# func_mkdir_p DIRECTORY-PATH
-# ---------------------------
+# func_mkdir_p directory-path
 # Make sure the entire path to DIRECTORY-PATH is available.
 func_mkdir_p ()
 {
-    $debug_cmd
-
-    _G_directory_path=$1
-    _G_dir_list=
+    my_directory_path="$1"
+    my_dir_list=
 
-    if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
+    if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
 
-      # Protect directory names starting with '-'
-      case $_G_directory_path in
-        -*) _G_directory_path=./$_G_directory_path ;;
+      # Protect directory names starting with `-'
+      case $my_directory_path in
+        -*) my_directory_path="./$my_directory_path" ;;
       esac
 
       # While some portion of DIR does not yet exist...
-      while test ! -d "$_G_directory_path"; do
+      while test ! -d "$my_directory_path"; do
         # ...make a list in topmost first order.  Use a colon delimited
 	# list incase some portion of path contains whitespace.
-        _G_dir_list=$_G_directory_path:$_G_dir_list
+        my_dir_list="$my_directory_path:$my_dir_list"
 
         # If the last portion added has no slash in it, the list is done
-        case $_G_directory_path in */*) ;; *) break ;; esac
+        case $my_directory_path in */*) ;; *) break ;; esac
 
         # ...otherwise throw away the child directory and loop
-        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
+        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
       done
-      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
+      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
 
-      func_mkdir_p_IFS=$IFS; IFS=:
-      for _G_dir in $_G_dir_list; do
-	IFS=$func_mkdir_p_IFS
-        # mkdir can fail with a 'File exist' error if two processes
+      save_mkdir_p_IFS="$IFS"; IFS=':'
+      for my_dir in $my_dir_list; do
+	IFS="$save_mkdir_p_IFS"
+        # mkdir can fail with a `File exist' error if two processes
         # try to create one of the directories concurrently.  Don't
         # stop in that case!
-        $MKDIR "$_G_dir" 2>/dev/null || :
+        $MKDIR "$my_dir" 2>/dev/null || :
       done
-      IFS=$func_mkdir_p_IFS
+      IFS="$save_mkdir_p_IFS"
 
       # Bail out if we (or some other process) failed to create a directory.
-      test -d "$_G_directory_path" || \
-        func_fatal_error "Failed to create '$1'"
+      test -d "$my_directory_path" || \
+        func_fatal_error "Failed to create \`$1'"
     fi
 }
 
 
-# func_mktempdir [BASENAME]
-# -------------------------
+# func_mktempdir [string]
 # Make a temporary directory that won't clash with other running
 # libtool processes, and avoids race conditions if possible.  If
-# given, BASENAME is the basename for that directory.
+# given, STRING is the basename for that directory.
 func_mktempdir ()
 {
-    $debug_cmd
+    my_template="${TMPDIR-/tmp}/${1-$progname}"
 
-    _G_template=${TMPDIR-/tmp}/${1-$progname}
-
-    if test : = "$opt_dry_run"; then
+    if test "$opt_dry_run" = ":"; then
       # Return a directory name, but don't create it in dry-run mode
-      _G_tmpdir=$_G_template-$$
+      my_tmpdir="${my_template}-$$"
     else
 
       # If mktemp works, use that first and foremost
-      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
+      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
 
-      if test ! -d "$_G_tmpdir"; then
+      if test ! -d "$my_tmpdir"; then
         # Failing that, at least try and use $RANDOM to avoid a race
-        _G_tmpdir=$_G_template-${RANDOM-0}$$
+        my_tmpdir="${my_template}-${RANDOM-0}$$"
 
-        func_mktempdir_umask=`umask`
+        save_mktempdir_umask=`umask`
         umask 0077
-        $MKDIR "$_G_tmpdir"
-        umask $func_mktempdir_umask
+        $MKDIR "$my_tmpdir"
+        umask $save_mktempdir_umask
       fi
 
       # If we're not in dry-run mode, bomb out on failure
-      test -d "$_G_tmpdir" || \
-        func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
-    fi
-
-    $ECHO "$_G_tmpdir"
-}
-
-
-# func_normal_abspath PATH
-# ------------------------
-# Remove doubled-up and trailing slashes, "." path components,
-# and cancel out any ".." path components in PATH after making
-# it an absolute path.
-func_normal_abspath ()
-{
-    $debug_cmd
-
-    # These SED scripts presuppose an absolute path with a trailing slash.
-    _G_pathcar='s|^/\([^/]*\).*$|\1|'
-    _G_pathcdr='s|^/[^/]*||'
-    _G_removedotparts=':dotsl
-		s|/\./|/|g
-		t dotsl
-		s|/\.$|/|'
-    _G_collapseslashes='s|/\{1,\}|/|g'
-    _G_finalslash='s|/*$|/|'
-
-    # Start from root dir and reassemble the path.
-    func_normal_abspath_result=
-    func_normal_abspath_tpath=$1
-    func_normal_abspath_altnamespace=
-    case $func_normal_abspath_tpath in
-      "")
-        # Empty path, that just means $cwd.
-        func_stripname '' '/' "`pwd`"
-        func_normal_abspath_result=$func_stripname_result
-        return
-        ;;
-      # The next three entries are used to spot a run of precisely
-      # two leading slashes without using negated character classes;
-      # we take advantage of case's first-match behaviour.
-      ///*)
-        # Unusual form of absolute path, do nothing.
-        ;;
-      //*)
-        # Not necessarily an ordinary path; POSIX reserves leading '//'
-        # and for example Cygwin uses it to access remote file shares
-        # over CIFS/SMB, so we conserve a leading double slash if found.
-        func_normal_abspath_altnamespace=/
-        ;;
-      /*)
-        # Absolute path, do nothing.
-        ;;
-      *)
-        # Relative path, prepend $cwd.
-        func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
-        ;;
-    esac
-
-    # Cancel out all the simple stuff to save iterations.  We also want
-    # the path to end with a slash for ease of parsing, so make sure
-    # there is one (and only one) here.
-    func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"`
-    while :; do
-      # Processed it all yet?
-      if test / = "$func_normal_abspath_tpath"; then
-        # If we ascended to the root using ".." the result may be empty now.
-        if test -z "$func_normal_abspath_result"; then
-          func_normal_abspath_result=/
-        fi
-        break
-      fi
-      func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_pathcar"`
-      func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_pathcdr"`
-      # Figure out what to do with it
-      case $func_normal_abspath_tcomponent in
-        "")
-          # Trailing empty path component, ignore it.
-          ;;
-        ..)
-          # Parent dir; strip last assembled component from result.
-          func_dirname "$func_normal_abspath_result"
-          func_normal_abspath_result=$func_dirname_result
-          ;;
-        *)
-          # Actual path component, append it.
-          func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
-          ;;
-      esac
-    done
-    # Restore leading double-slash if one was found on entry.
-    func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
-}
-
-
-# func_notquiet ARG...
-# --------------------
-# Echo program name prefixed message only when not in quiet mode.
-func_notquiet ()
-{
-    $debug_cmd
-
-    $opt_quiet || func_echo ${1+"$@"}
-
-    # A bug in bash halts the script if the last line of a function
-    # fails when set -e is in force, so we need another command to
-    # work around that:
-    :
-}
-
-
-# func_relative_path SRCDIR DSTDIR
-# --------------------------------
-# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
-func_relative_path ()
-{
-    $debug_cmd
-
-    func_relative_path_result=
-    func_normal_abspath "$1"
-    func_relative_path_tlibdir=$func_normal_abspath_result
-    func_normal_abspath "$2"
-    func_relative_path_tbindir=$func_normal_abspath_result
-
-    # Ascend the tree starting from libdir
-    while :; do
-      # check if we have found a prefix of bindir
-      case $func_relative_path_tbindir in
-        $func_relative_path_tlibdir)
-          # found an exact match
-          func_relative_path_tcancelled=
-          break
-          ;;
-        $func_relative_path_tlibdir*)
-          # found a matching prefix
-          func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
-          func_relative_path_tcancelled=$func_stripname_result
-          if test -z "$func_relative_path_result"; then
-            func_relative_path_result=.
-          fi
-          break
-          ;;
-        *)
-          func_dirname $func_relative_path_tlibdir
-          func_relative_path_tlibdir=$func_dirname_result
-          if test -z "$func_relative_path_tlibdir"; then
-            # Have to descend all the way to the root!
-            func_relative_path_result=../$func_relative_path_result
-            func_relative_path_tcancelled=$func_relative_path_tbindir
-            break
-          fi
-          func_relative_path_result=../$func_relative_path_result
-          ;;
-      esac
-    done
-
-    # Now calculate path; take care to avoid doubling-up slashes.
-    func_stripname '' '/' "$func_relative_path_result"
-    func_relative_path_result=$func_stripname_result
-    func_stripname '/' '/' "$func_relative_path_tcancelled"
-    if test -n "$func_stripname_result"; then
-      func_append func_relative_path_result "/$func_stripname_result"
-    fi
-
-    # Normalisation. If bindir is libdir, return '.' else relative path.
-    if test -n "$func_relative_path_result"; then
-      func_stripname './' '' "$func_relative_path_result"
-      func_relative_path_result=$func_stripname_result
+      test -d "$my_tmpdir" || \
+        func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
     fi
 
-    test -n "$func_relative_path_result" || func_relative_path_result=.
-
-    :
+    $ECHO "$my_tmpdir"
 }
 
 
-# func_quote_for_eval ARG...
-# --------------------------
-# Aesthetically quote ARGs to be evaled later.
-# This function returns two values:
-#   i) func_quote_for_eval_result
-#      double-quoted, suitable for a subsequent eval
-#  ii) func_quote_for_eval_unquoted_result
-#      has all characters that are still active within double
-#      quotes backslashified.
+# func_quote_for_eval arg
+# Aesthetically quote ARG to be evaled later.
+# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
+# is double-quoted, suitable for a subsequent eval, whereas
+# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
+# which are still active within double quotes backslashified.
 func_quote_for_eval ()
 {
-    $debug_cmd
-
-    func_quote_for_eval_unquoted_result=
-    func_quote_for_eval_result=
-    while test 0 -lt $#; do
-      case $1 in
-        *[\\\`\"\$]*)
-	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
-        *)
-          _G_unquoted_arg=$1 ;;
-      esac
-      if test -n "$func_quote_for_eval_unquoted_result"; then
-	func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
-      else
-        func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
-      fi
-
-      case $_G_unquoted_arg in
-        # Double-quote args containing shell metacharacters to delay
-        # word splitting, command substitution and variable expansion
-        # for a subsequent eval.
-        # Many Bourne shells cannot handle close brackets correctly
-        # in scan sets, so we specify it separately.
-        *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-          _G_quoted_arg=\"$_G_unquoted_arg\"
-          ;;
-        *)
-          _G_quoted_arg=$_G_unquoted_arg
-	  ;;
-      esac
-
-      if test -n "$func_quote_for_eval_result"; then
-	func_append func_quote_for_eval_result " $_G_quoted_arg"
-      else
-        func_append func_quote_for_eval_result "$_G_quoted_arg"
-      fi
-      shift
-    done
-}
-
-
-# func_quote_for_expand ARG
-# -------------------------
-# Aesthetically quote ARG to be evaled later; same as above,
-# but do not quote variable references.
-func_quote_for_expand ()
-{
-    $debug_cmd
-
     case $1 in
-      *[\\\`\"]*)
-	_G_arg=`$ECHO "$1" | $SED \
-	    -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
+      *[\\\`\"\$]*)
+	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
       *)
-        _G_arg=$1 ;;
+        func_quote_for_eval_unquoted_result="$1" ;;
     esac
 
-    case $_G_arg in
+    case $func_quote_for_eval_unquoted_result in
       # Double-quote args containing shell metacharacters to delay
-      # word splitting and command substitution for a subsequent eval.
+      # word splitting, command substitution and and variable
+      # expansion for a subsequent eval.
       # Many Bourne shells cannot handle close brackets correctly
       # in scan sets, so we specify it separately.
       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-        _G_arg=\"$_G_arg\"
+        func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
         ;;
+      *)
+        func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
     esac
-
-    func_quote_for_expand_result=$_G_arg
-}
-
-
-# func_stripname PREFIX SUFFIX NAME
-# ---------------------------------
-# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
-# PREFIX and SUFFIX must not contain globbing or regex special
-# characters, hashes, percent signs, but SUFFIX may contain a leading
-# dot (in which case that matches only a dot).
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_stripname ()
-  {
-    $debug_cmd
-
-    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
-    # positional parameters, so assign one to ordinary variable first.
-    func_stripname_result=$3
-    func_stripname_result=${func_stripname_result#"$1"}
-    func_stripname_result=${func_stripname_result%"$2"}
-  }'
-else
-  func_stripname ()
-  {
-    $debug_cmd
-
-    case $2 in
-      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
-      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
-    esac
-  }
-fi
-
-
-# func_show_eval CMD [FAIL_EXP]
-# -----------------------------
-# Unless opt_quiet is true, then output CMD.  Then, if opt_dryrun is
-# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
-# is given, then evaluate it.
-func_show_eval ()
-{
-    $debug_cmd
-
-    _G_cmd=$1
-    _G_fail_exp=${2-':'}
-
-    func_quote_for_expand "$_G_cmd"
-    eval "func_notquiet $func_quote_for_expand_result"
-
-    $opt_dry_run || {
-      eval "$_G_cmd"
-      _G_status=$?
-      if test 0 -ne "$_G_status"; then
-	eval "(exit $_G_status); $_G_fail_exp"
-      fi
-    }
 }
 
 
-# func_show_eval_locale CMD [FAIL_EXP]
-# ------------------------------------
-# Unless opt_quiet is true, then output CMD.  Then, if opt_dryrun is
-# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
-# is given, then evaluate it.  Use the saved locale for evaluation.
-func_show_eval_locale ()
-{
-    $debug_cmd
-
-    _G_cmd=$1
-    _G_fail_exp=${2-':'}
-
-    $opt_quiet || {
-      func_quote_for_expand "$_G_cmd"
-      eval "func_echo $func_quote_for_expand_result"
-    }
-
-    $opt_dry_run || {
-      eval "$_G_user_locale
-	    $_G_cmd"
-      _G_status=$?
-      eval "$_G_safe_locale"
-      if test 0 -ne "$_G_status"; then
-	eval "(exit $_G_status); $_G_fail_exp"
-      fi
-    }
-}
-
-
-# func_tr_sh
-# ----------
-# Turn $1 into a string suitable for a shell variable name.
-# Result is stored in $func_tr_sh_result.  All characters
-# not in the set a-zA-Z0-9_ are replaced with '_'. Further,
-# if $1 begins with a digit, a '_' is prepended as well.
-func_tr_sh ()
+# func_quote_for_expand arg
+# Aesthetically quote ARG to be evaled later; same as above,
+# but do not quote variable references.
+func_quote_for_expand ()
 {
-    $debug_cmd
-
     case $1 in
-    [0-9]* | *[!a-zA-Z0-9_]*)
-      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
-      ;;
-    * )
-      func_tr_sh_result=$1
-      ;;
-    esac
-}
-
-
-# func_verbose ARG...
-# -------------------
-# Echo program name prefixed message in verbose mode only.
-func_verbose ()
-{
-    $debug_cmd
-
-    $opt_verbose && func_echo "$*"
-
-    :
-}
-
-
-# func_warn_and_continue ARG...
-# -----------------------------
-# Echo program name prefixed warning message to standard error.
-func_warn_and_continue ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
-}
-
-
-# func_warning CATEGORY ARG...
-# ----------------------------
-# Echo program name prefixed warning message to standard error. Warning
-# messages can be filtered according to CATEGORY, where this function
-# elides messages where CATEGORY is not listed in the global variable
-# 'opt_warning_types'.
-func_warning ()
-{
-    $debug_cmd
-
-    # CATEGORY must be in the warning_categories list!
-    case " $warning_categories " in
-      *" $1 "*) ;;
-      *) func_internal_error "invalid warning category '$1'" ;;
-    esac
-
-    _G_category=$1
-    shift
-
-    case " $opt_warning_types " in
-      *" $_G_category "*) $warning_func ${1+"$@"} ;;
-    esac
-}
-
-
-# func_sort_ver VER1 VER2
-# -----------------------
-# 'sort -V' is not generally available.
-# Note this deviates from the version comparison in automake
-# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
-# but this should suffice as we won't be specifying old
-# version formats or redundant trailing .0 in bootstrap.conf.
-# If we did want full compatibility then we should probably
-# use m4_version_compare from autoconf.
-func_sort_ver ()
-{
-    $debug_cmd
-
-    printf '%s\n%s\n' "$1" "$2" \
-      | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
-}
-
-# func_lt_ver PREV CURR
-# ---------------------
-# Return true if PREV and CURR are in the correct order according to
-# func_sort_ver, otherwise false.  Use it like this:
-#
-#  func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
-func_lt_ver ()
-{
-    $debug_cmd
-
-    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
-}
-
-
-# Local variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
-# time-stamp-time-zone: "UTC"
-# End:
-#! /bin/sh
-
-# Set a version string for this script.
-scriptversion=2014-01-07.03; # UTC
-
-# A portable, pluggable option parser for Bourne shell.
-# Written by Gary V. Vaughan, 2010
-
-# Copyright (C) 2010-2015 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# Please report bugs or propose patches to gary at gnu.org.
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# This file is a library for parsing options in your shell scripts along
-# with assorted other useful supporting features that you can make use
-# of too.
-#
-# For the simplest scripts you might need only:
-#
-#   #!/bin/sh
-#   . relative/path/to/funclib.sh
-#   . relative/path/to/options-parser
-#   scriptversion=1.0
-#   func_options ${1+"$@"}
-#   eval set dummy "$func_options_result"; shift
-#   ...rest of your script...
-#
-# In order for the '--version' option to work, you will need to have a
-# suitably formatted comment like the one at the top of this file
-# starting with '# Written by ' and ending with '# warranty; '.
-#
-# For '-h' and '--help' to work, you will also need a one line
-# description of your script's purpose in a comment directly above the
-# '# Written by ' line, like the one at the top of this file.
-#
-# The default options also support '--debug', which will turn on shell
-# execution tracing (see the comment above debug_cmd below for another
-# use), and '--verbose' and the func_verbose function to allow your script
-# to display verbose messages only when your user has specified
-# '--verbose'.
-#
-# After sourcing this file, you can plug processing for additional
-# options by amending the variables from the 'Configuration' section
-# below, and following the instructions in the 'Option parsing'
-# section further down.
-
-## -------------- ##
-## Configuration. ##
-## -------------- ##
-
-# You should override these variables in your script after sourcing this
-# file so that they reflect the customisations you have added to the
-# option parser.
-
-# The usage line for option parsing errors and the start of '-h' and
-# '--help' output messages. You can embed shell variables for delayed
-# expansion at the time the message is displayed, but you will need to
-# quote other shell meta-characters carefully to prevent them being
-# expanded when the contents are evaled.
-usage='$progpath [OPTION]...'
-
-# Short help message in response to '-h' and '--help'.  Add to this or
-# override it after sourcing this library to reflect the full set of
-# options your script accepts.
-usage_message="\
-       --debug        enable verbose shell tracing
-   -W, --warnings=CATEGORY
-                      report the warnings falling in CATEGORY [all]
-   -v, --verbose      verbosely report processing
-       --version      print version information and exit
-   -h, --help         print short or long help message and exit
-"
-
-# Additional text appended to 'usage_message' in response to '--help'.
-long_help_message="
-Warning categories include:
-       'all'          show all warnings
-       'none'         turn off all the warnings
-       'error'        warnings are treated as fatal errors"
-
-# Help message printed before fatal option parsing errors.
-fatal_help="Try '\$progname --help' for more information."
-
-
-
-## ------------------------- ##
-## Hook function management. ##
-## ------------------------- ##
-
-# This section contains functions for adding, removing, and running hooks
-# to the main code.  A hook is just a named list of of function, that can
-# be run in order later on.
-
-# func_hookable FUNC_NAME
-# -----------------------
-# Declare that FUNC_NAME will run hooks added with
-# 'func_add_hook FUNC_NAME ...'.
-func_hookable ()
-{
-    $debug_cmd
-
-    func_append hookable_fns " $1"
-}
-
-
-# func_add_hook FUNC_NAME HOOK_FUNC
-# ---------------------------------
-# Request that FUNC_NAME call HOOK_FUNC before it returns.  FUNC_NAME must
-# first have been declared "hookable" by a call to 'func_hookable'.
-func_add_hook ()
-{
-    $debug_cmd
-
-    case " $hookable_fns " in
-      *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not accept hook functions." ;;
-    esac
-
-    eval func_append ${1}_hooks '" $2"'
-}
-
-
-# func_remove_hook FUNC_NAME HOOK_FUNC
-# ------------------------------------
-# Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
-func_remove_hook ()
-{
-    $debug_cmd
-
-    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
-}
-
-
-# func_run_hooks FUNC_NAME [ARG]...
-# ---------------------------------
-# Run all hook functions registered to FUNC_NAME.
-# It is assumed that the list of hook functions contains nothing more
-# than a whitespace-delimited list of legal shell function names, and
-# no effort is wasted trying to catch shell meta-characters or preserve
-# whitespace.
-func_run_hooks ()
-{
-    $debug_cmd
-
-    case " $hookable_fns " in
-      *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not support hook funcions.n" ;;
+      *[\\\`\"]*)
+	my_arg=`$ECHO "$1" | $SED \
+	    -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
+      *)
+        my_arg="$1" ;;
     esac
 
-    eval _G_hook_fns=\$$1_hooks; shift
-
-    for _G_hook in $_G_hook_fns; do
-      eval $_G_hook '"$@"'
-
-      # store returned options list back into positional
-      # parameters for next 'cmd' execution.
-      eval _G_hook_result=\$${_G_hook}_result
-      eval set dummy "$_G_hook_result"; shift
-    done
-
-    func_quote_for_eval ${1+"$@"}
-    func_run_hooks_result=$func_quote_for_eval_result
-}
-
-
-
-## --------------- ##
-## Option parsing. ##
-## --------------- ##
-
-# In order to add your own option parsing hooks, you must accept the
-# full positional parameter list in your hook function, remove any
-# options that you action, and then pass back the remaining unprocessed
-# options in '<hooked_function_name>_result', escaped suitably for
-# 'eval'.  Like this:
-#
-#    my_options_prep ()
-#    {
-#        $debug_cmd
-#
-#        # Extend the existing usage message.
-#        usage_message=$usage_message'
-#      -s, --silent       don'\''t print informational messages
-#    '
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_options_prep_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_options_prep my_options_prep
-#
-#
-#    my_silent_option ()
-#    {
-#        $debug_cmd
-#
-#        # Note that for efficiency, we parse as many options as we can
-#        # recognise in a loop before passing the remainder back to the
-#        # caller on the first unrecognised argument we encounter.
-#        while test $# -gt 0; do
-#          opt=$1; shift
-#          case $opt in
-#            --silent|-s) opt_silent=: ;;
-#            # Separate non-argument short options:
-#            -s*)         func_split_short_opt "$_G_opt"
-#                         set dummy "$func_split_short_opt_name" \
-#                             "-$func_split_short_opt_arg" ${1+"$@"}
-#                         shift
-#                         ;;
-#            *)            set dummy "$_G_opt" "$*"; shift; break ;;
-#          esac
-#        done
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_silent_option_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_parse_options my_silent_option
-#
-#
-#    my_option_validation ()
-#    {
-#        $debug_cmd
-#
-#        $opt_silent && $opt_verbose && func_fatal_help "\
-#    '--silent' and '--verbose' options are mutually exclusive."
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_option_validation_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_validate_options my_option_validation
-#
-# You'll alse need to manually amend $usage_message to reflect the extra
-# options you parse.  It's preferable to append if you can, so that
-# multiple option parsing hooks can be added safely.
-
-
-# func_options [ARG]...
-# ---------------------
-# All the functions called inside func_options are hookable. See the
-# individual implementations for details.
-func_hookable func_options
-func_options ()
-{
-    $debug_cmd
-
-    func_options_prep ${1+"$@"}
-    eval func_parse_options \
-        ${func_options_prep_result+"$func_options_prep_result"}
-    eval func_validate_options \
-        ${func_parse_options_result+"$func_parse_options_result"}
-
-    eval func_run_hooks func_options \
-        ${func_validate_options_result+"$func_validate_options_result"}
+    case $my_arg in
+      # Double-quote args containing shell metacharacters to delay
+      # word splitting and command substitution for a subsequent eval.
+      # Many Bourne shells cannot handle close brackets correctly
+      # in scan sets, so we specify it separately.
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
+        my_arg="\"$my_arg\""
+        ;;
+    esac
 
-    # save modified positional parameters for caller
-    func_options_result=$func_run_hooks_result
+    func_quote_for_expand_result="$my_arg"
 }
 
 
-# func_options_prep [ARG]...
-# --------------------------
-# All initialisations required before starting the option parse loop.
-# Note that when calling hook functions, we pass through the list of
-# positional parameters.  If a hook function modifies that list, and
-# needs to propogate that back to rest of this script, then the complete
-# modified list must be put in 'func_run_hooks_result' before
-# returning.
-func_hookable func_options_prep
-func_options_prep ()
+# func_show_eval cmd [fail_exp]
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
+# is given, then evaluate it.
+func_show_eval ()
 {
-    $debug_cmd
-
-    # Option defaults:
-    opt_verbose=false
-    opt_warning_types=
+    my_cmd="$1"
+    my_fail_exp="${2-:}"
 
-    func_run_hooks func_options_prep ${1+"$@"}
+    ${opt_silent-false} || {
+      func_quote_for_expand "$my_cmd"
+      eval "func_echo $func_quote_for_expand_result"
+    }
 
-    # save modified positional parameters for caller
-    func_options_prep_result=$func_run_hooks_result
+    if ${opt_dry_run-false}; then :; else
+      eval "$my_cmd"
+      my_status=$?
+      if test "$my_status" -eq 0; then :; else
+	eval "(exit $my_status); $my_fail_exp"
+      fi
+    fi
 }
 
 
-# func_parse_options [ARG]...
-# ---------------------------
-# The main option parsing loop.
-func_hookable func_parse_options
-func_parse_options ()
+# func_show_eval_locale cmd [fail_exp]
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
+# is given, then evaluate it.  Use the saved locale for evaluation.
+func_show_eval_locale ()
 {
-    $debug_cmd
-
-    func_parse_options_result=
-
-    # this just eases exit handling
-    while test $# -gt 0; do
-      # Defer to hook functions for initial option parsing, so they
-      # get priority in the event of reusing an option name.
-      func_run_hooks func_parse_options ${1+"$@"}
-
-      # Adjust func_parse_options positional parameters to match
-      eval set dummy "$func_run_hooks_result"; shift
-
-      # Break out of the loop if we already parsed every option.
-      test $# -gt 0 || break
-
-      _G_opt=$1
-      shift
-      case $_G_opt in
-        --debug|-x)   debug_cmd='set -x'
-                      func_echo "enabling shell trace mode"
-                      $debug_cmd
-                      ;;
-
-        --no-warnings|--no-warning|--no-warn)
-                      set dummy --warnings none ${1+"$@"}
-                      shift
-		      ;;
+    my_cmd="$1"
+    my_fail_exp="${2-:}"
 
-        --warnings|--warning|-W)
-                      test $# = 0 && func_missing_arg $_G_opt && break
-                      case " $warning_categories $1" in
-                        *" $1 "*)
-                          # trailing space prevents matching last $1 above
-                          func_append_uniq opt_warning_types " $1"
-                          ;;
-                        *all)
-                          opt_warning_types=$warning_categories
-                          ;;
-                        *none)
-                          opt_warning_types=none
-                          warning_func=:
-                          ;;
-                        *error)
-                          opt_warning_types=$warning_categories
-                          warning_func=func_fatal_error
-                          ;;
-                        *)
-                          func_fatal_error \
-                             "unsupported warning category: '$1'"
-                          ;;
-                      esac
-                      shift
-                      ;;
-
-        --verbose|-v) opt_verbose=: ;;
-        --version)    func_version ;;
-        -\?|-h)       func_usage ;;
-        --help)       func_help ;;
-
-	# Separate optargs to long options (plugins may need this):
-	--*=*)        func_split_equals "$_G_opt"
-	              set dummy "$func_split_equals_lhs" \
-                          "$func_split_equals_rhs" ${1+"$@"}
-                      shift
-                      ;;
-
-       # Separate optargs to short options:
-        -W*)
-                      func_split_short_opt "$_G_opt"
-                      set dummy "$func_split_short_opt_name" \
-                          "$func_split_short_opt_arg" ${1+"$@"}
-                      shift
-                      ;;
-
-        # Separate non-argument short options:
-        -\?*|-h*|-v*|-x*)
-                      func_split_short_opt "$_G_opt"
-                      set dummy "$func_split_short_opt_name" \
-                          "-$func_split_short_opt_arg" ${1+"$@"}
-                      shift
-                      ;;
-
-        --)           break ;;
-        -*)           func_fatal_help "unrecognised option: '$_G_opt'" ;;
-        *)            set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
-      esac
-    done
+    ${opt_silent-false} || {
+      func_quote_for_expand "$my_cmd"
+      eval "func_echo $func_quote_for_expand_result"
+    }
 
-    # save modified positional parameters for caller
-    func_quote_for_eval ${1+"$@"}
-    func_parse_options_result=$func_quote_for_eval_result
+    if ${opt_dry_run-false}; then :; else
+      eval "$lt_user_locale
+	    $my_cmd"
+      my_status=$?
+      eval "$lt_safe_locale"
+      if test "$my_status" -eq 0; then :; else
+	eval "(exit $my_status); $my_fail_exp"
+      fi
+    fi
 }
 
-
-# func_validate_options [ARG]...
-# ------------------------------
-# Perform any sanity checks on option settings and/or unconsumed
-# arguments.
-func_hookable func_validate_options
-func_validate_options ()
+# func_tr_sh
+# Turn $1 into a string suitable for a shell variable name.
+# Result is stored in $func_tr_sh_result.  All characters
+# not in the set a-zA-Z0-9_ are replaced with '_'. Further,
+# if $1 begins with a digit, a '_' is prepended as well.
+func_tr_sh ()
 {
-    $debug_cmd
-
-    # Display all warnings if -W was not given.
-    test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
-
-    func_run_hooks func_validate_options ${1+"$@"}
-
-    # Bail if the options were screwed!
-    $exit_cmd $EXIT_FAILURE
-
-    # save modified positional parameters for caller
-    func_validate_options_result=$func_run_hooks_result
+  case $1 in
+  [0-9]* | *[!a-zA-Z0-9_]*)
+    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
+    ;;
+  * )
+    func_tr_sh_result=$1
+    ;;
+  esac
 }
 
 
+# func_version
+# Echo version message to standard output and exit.
+func_version ()
+{
+    $opt_debug
 
-## ----------------- ##
-## Helper functions. ##
-## ----------------- ##
-
-# This section contains the helper functions used by the rest of the
-# hookable option parser framework in ascii-betical order.
-
+    $SED -n '/(C)/!b go
+	:more
+	/\./!{
+	  N
+	  s/\n# / /
+	  b more
+	}
+	:go
+	/^# '$PROGRAM' (GNU /,/# warranty; / {
+        s/^# //
+	s/^# *$//
+        s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
+        p
+     }' < "$progpath"
+     exit $?
+}
 
-# func_fatal_help ARG...
-# ----------------------
-# Echo program name prefixed message to standard error, followed by
-# a help hint, and exit.
-func_fatal_help ()
+# func_usage
+# Echo short help message to standard output and exit.
+func_usage ()
 {
-    $debug_cmd
+    $opt_debug
 
-    eval \$ECHO \""Usage: $usage"\"
-    eval \$ECHO \""$fatal_help"\"
-    func_error ${1+"$@"}
-    exit $EXIT_FAILURE
+    $SED -n '/^# Usage:/,/^#  *.*--help/ {
+        s/^# //
+	s/^# *$//
+	s/\$progname/'$progname'/
+	p
+    }' < "$progpath"
+    echo
+    $ECHO "run \`$progname --help | more' for full usage"
+    exit $?
 }
 
-
-# func_help
-# ---------
-# Echo long help message to standard output and exit.
+# func_help [NOEXIT]
+# Echo long help message to standard output and exit,
+# unless 'noexit' is passed as argument.
 func_help ()
 {
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "$long_help_message"
-    exit 0
+    $opt_debug
+
+    $SED -n '/^# Usage:/,/# Report bugs to/ {
+	:print
+        s/^# //
+	s/^# *$//
+	s*\$progname*'$progname'*
+	s*\$host*'"$host"'*
+	s*\$SHELL*'"$SHELL"'*
+	s*\$LTCC*'"$LTCC"'*
+	s*\$LTCFLAGS*'"$LTCFLAGS"'*
+	s*\$LD*'"$LD"'*
+	s/\$with_gnu_ld/'"$with_gnu_ld"'/
+	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
+	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
+	p
+	d
+     }
+     /^# .* home page:/b print
+     /^# General help using/b print
+     ' < "$progpath"
+    ret=$?
+    if test -z "$1"; then
+      exit $ret
+    fi
 }
 
-
-# func_missing_arg ARGNAME
-# ------------------------
+# func_missing_arg argname
 # Echo program name prefixed message to standard error and set global
 # exit_cmd.
 func_missing_arg ()
 {
-    $debug_cmd
+    $opt_debug
 
-    func_error "Missing argument for '$1'."
+    func_error "missing argument for $1."
     exit_cmd=exit
 }
 
 
-# func_split_equals STRING
-# ------------------------
-# Set func_split_equals_lhs and func_split_equals_rhs shell variables after
-# splitting STRING at the '=' sign.
-test -z "$_G_HAVE_XSI_OPS" \
-    && (eval 'x=a/b/c;
-      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
-    && _G_HAVE_XSI_OPS=yes
-
-if test yes = "$_G_HAVE_XSI_OPS"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_split_equals ()
-  {
-      $debug_cmd
-
-      func_split_equals_lhs=${1%%=*}
-      func_split_equals_rhs=${1#*=}
-      test "x$func_split_equals_lhs" = "x$1" \
-        && func_split_equals_rhs=
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_split_equals ()
-  {
-      $debug_cmd
-
-      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
-      func_split_equals_rhs=
-      test "x$func_split_equals_lhs" = "x$1" \
-        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
-  }
-fi #func_split_equals
-
-
-# func_split_short_opt SHORTOPT
-# -----------------------------
+# func_split_short_opt shortopt
 # Set func_split_short_opt_name and func_split_short_opt_arg shell
 # variables after splitting SHORTOPT after the 2nd character.
-if test yes = "$_G_HAVE_XSI_OPS"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_split_short_opt ()
-  {
-      $debug_cmd
-
-      func_split_short_opt_arg=${1#??}
-      func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_split_short_opt ()
-  {
-      $debug_cmd
-
-      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
-      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
-  }
-fi #func_split_short_opt
-
-
-# func_usage
-# ----------
-# Echo short help message to standard output and exit.
-func_usage ()
+func_split_short_opt ()
 {
-    $debug_cmd
+    my_sed_short_opt='1s/^\(..\).*$/\1/;q'
+    my_sed_short_rest='1s/^..\(.*\)$/\1/;q'
 
-    func_usage_message
-    $ECHO "Run '$progname --help |${PAGER-more}' for full usage"
-    exit 0
-}
+    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
+    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
+} # func_split_short_opt may be replaced by extended shell implementation
 
 
-# func_usage_message
-# ------------------
-# Echo short help message to standard output.
-func_usage_message ()
+# func_split_long_opt longopt
+# Set func_split_long_opt_name and func_split_long_opt_arg shell
+# variables after splitting LONGOPT at the `=' sign.
+func_split_long_opt ()
 {
-    $debug_cmd
+    my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q'
+    my_sed_long_arg='1s/^--[^=]*=//'
 
-    eval \$ECHO \""Usage: $usage"\"
-    echo
-    $SED -n 's|^# ||
-        /^Written by/{
-          x;p;x
-        }
-	h
-	/^Written by/q' < "$progpath"
-    echo
-    eval \$ECHO \""$usage_message"\"
-}
+    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
+    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
+} # func_split_long_opt may be replaced by extended shell implementation
 
+exit_cmd=:
 
-# func_version
-# ------------
-# Echo version message to standard output and exit.
-func_version ()
-{
-    $debug_cmd
 
-    printf '%s\n' "$progname $scriptversion"
-    $SED -n '
-        /(C)/!b go
-        :more
-        /\./!{
-          N
-          s|\n# | |
-          b more
-        }
-        :go
-        /^# Written by /,/# warranty; / {
-          s|^# ||
-          s|^# *$||
-          s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
-          p
-        }
-        /^# Written by / {
-          s|^# ||
-          p
-        }
-        /^warranty; /q' < "$progpath"
 
-    exit $?
-}
 
 
-# Local variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
-# time-stamp-time-zone: "UTC"
-# End:
+magic="%%%MAGIC variable%%%"
+magic_exe="%%%MAGIC EXE variable%%%"
 
-# Set a version string.
-scriptversion='(GNU libtool) 2.4.6'
+# Global variables.
+nonopt=
+preserve_args=
+lo2o="s/\\.lo\$/.${objext}/"
+o2lo="s/\\.${objext}\$/.lo/"
+extracted_archives=
+extracted_serial=0
 
+# If this variable is set in any of the actions, the command in it
+# will be execed at the end.  This prevents here-documents from being
+# left over by shells.
+exec_cmd=
 
-# func_echo ARG...
-# ----------------
-# Libtool also displays the current mode in messages, so override
-# funclib.sh func_echo with this custom definition.
-func_echo ()
+# func_append var value
+# Append VALUE to the end of shell variable VAR.
+func_append ()
 {
-    $debug_cmd
+    eval "${1}=\$${1}\${2}"
+} # func_append may be replaced by extended shell implementation
 
-    _G_message=$*
-
-    func_echo_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_IFS
-      $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
-    done
-    IFS=$func_echo_IFS
-}
-
-
-# func_warning ARG...
-# -------------------
-# Libtool warnings are not categorized, so override funclib.sh
-# func_warning with this simpler definition.
-func_warning ()
+# func_append_quoted var value
+# Quote VALUE and append to the end of shell variable VAR, separated
+# by a space.
+func_append_quoted ()
 {
-    $debug_cmd
+    func_quote_for_eval "${2}"
+    eval "${1}=\$${1}\\ \$func_quote_for_eval_result"
+} # func_append_quoted may be replaced by extended shell implementation
 
-    $warning_func ${1+"$@"}
-}
-
-
-## ---------------- ##
-## Options parsing. ##
-## ---------------- ##
-
-# Hook in the functions to make sure our own options are parsed during
-# the option parsing loop.
-
-usage='$progpath [OPTION]... [MODE-ARG]...'
-
-# Short help message in response to '-h'.
-usage_message="Options:
-       --config             show all configuration variables
-       --debug              enable verbose shell tracing
-   -n, --dry-run            display commands without modifying any files
-       --features           display basic configuration information and exit
-       --mode=MODE          use operation mode MODE
-       --no-warnings        equivalent to '-Wnone'
-       --preserve-dup-deps  don't remove duplicate dependency libraries
-       --quiet, --silent    don't print informational messages
-       --tag=TAG            use configuration variables from tag TAG
-   -v, --verbose            print more informational messages than default
-       --version            print version information
-   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY [all]
-   -h, --help, --help-all   print short, long, or detailed help message
-"
 
-# Additional text appended to 'usage_message' in response to '--help'.
-func_help ()
+# func_arith arithmetic-term...
+func_arith ()
 {
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "$long_help_message
-
-MODE must be one of the following:
-
-       clean           remove files from the build directory
-       compile         compile a source file into a libtool object
-       execute         automatically set library path, then run a program
-       finish          complete the installation of libtool libraries
-       install         install libraries or executables
-       link            create a library or an executable
-       uninstall       remove libraries from an installed directory
-
-MODE-ARGS vary depending on the MODE.  When passed as first option,
-'--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that.
-Try '$progname --help --mode=MODE' for a more detailed description of MODE.
-
-When reporting a bug, please describe a test case to reproduce it and
-include the following information:
-
-       host-triplet:   $host
-       shell:          $SHELL
-       compiler:       $LTCC
-       compiler flags: $LTCFLAGS
-       linker:         $LD (gnu? $with_gnu_ld)
-       version:        $progname (GNU libtool) 2.4.6
-       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
-       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
-
-Report bugs to <bug-libtool at gnu.org>.
-GNU libtool home page: <http://www.gnu.org/software/libtool/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>."
-    exit 0
-}
+    func_arith_result=`expr "${@}"`
+} # func_arith may be replaced by extended shell implementation
 
 
-# func_lo2o OBJECT-NAME
-# ---------------------
-# Transform OBJECT-NAME from a '.lo' suffix to the platform specific
-# object suffix.
+# func_len string
+# STRING may not start with a hyphen.
+func_len ()
+{
+    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
+} # func_len may be replaced by extended shell implementation
 
-lo2o=s/\\.lo\$/.$objext/
-o2lo=s/\\.$objext\$/.lo/
 
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_lo2o ()
-  {
-    case $1 in
-      *.lo) func_lo2o_result=${1%.lo}.$objext ;;
-      *   ) func_lo2o_result=$1               ;;
-    esac
-  }'
+# func_lo2o object
+func_lo2o ()
+{
+    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
+} # func_lo2o may be replaced by extended shell implementation
 
-  # func_xform LIBOBJ-OR-SOURCE
-  # ---------------------------
-  # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise)
-  # suffix to a '.lo' libtool-object suffix.
-  eval 'func_xform ()
-  {
-    func_xform_result=${1%.*}.lo
-  }'
-else
-  # ...otherwise fall back to using sed.
-  func_lo2o ()
-  {
-    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
-  }
 
-  func_xform ()
-  {
-    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
-  }
-fi
+# func_xform libobj-or-source
+func_xform ()
+{
+    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
+} # func_xform may be replaced by extended shell implementation
 
 
-# func_fatal_configuration ARG...
-# -------------------------------
+# func_fatal_configuration arg...
 # Echo program name prefixed message to standard error, followed by
 # a configuration failure hint, and exit.
 func_fatal_configuration ()
 {
-    func__fatal_error ${1+"$@"} \
-      "See the $PACKAGE documentation for more information." \
-      "Fatal configuration error."
+    func_error ${1+"$@"}
+    func_error "See the $PACKAGE documentation for more information."
+    func_fatal_error "Fatal configuration error."
 }
 
 
 # func_config
-# -----------
 # Display the configuration for all the tags in this script.
 func_config ()
 {
@@ -2149,19 +915,17 @@ func_config ()
     exit $?
 }
 
-
 # func_features
-# -------------
 # Display the features supported by this script.
 func_features ()
 {
     echo "host: $host"
-    if test yes = "$build_libtool_libs"; then
+    if test "$build_libtool_libs" = yes; then
       echo "enable shared libraries"
     else
       echo "disable shared libraries"
     fi
-    if test yes = "$build_old_libs"; then
+    if test "$build_old_libs" = yes; then
       echo "enable static libraries"
     else
       echo "disable static libraries"
@@ -2170,297 +934,289 @@ func_features ()
     exit $?
 }
 
-
-# func_enable_tag TAGNAME
-# -----------------------
+# func_enable_tag tagname
 # Verify that TAGNAME is valid, and either flag an error and exit, or
 # enable the TAGNAME tag.  We also add TAGNAME to the global $taglist
 # variable here.
 func_enable_tag ()
 {
-    # Global variable:
-    tagname=$1
+  # Global variable:
+  tagname="$1"
 
-    re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
-    re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
-    sed_extractcf=/$re_begincf/,/$re_endcf/p
+  re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
+  re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
+  sed_extractcf="/$re_begincf/,/$re_endcf/p"
 
-    # Validate tagname.
-    case $tagname in
-      *[!-_A-Za-z0-9,/]*)
-        func_fatal_error "invalid tag name: $tagname"
-        ;;
-    esac
+  # Validate tagname.
+  case $tagname in
+    *[!-_A-Za-z0-9,/]*)
+      func_fatal_error "invalid tag name: $tagname"
+      ;;
+  esac
 
-    # Don't test for the "default" C tag, as we know it's
-    # there but not specially marked.
-    case $tagname in
-        CC) ;;
+  # Don't test for the "default" C tag, as we know it's
+  # there but not specially marked.
+  case $tagname in
+    CC) ;;
     *)
-        if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
-	  taglist="$taglist $tagname"
-
-	  # Evaluate the configuration.  Be careful to quote the path
-	  # and the sed script, to avoid splitting on whitespace, but
-	  # also don't use non-portable quotes within backquotes within
-	  # quotes we have to do it in 2 steps:
-	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
-	  eval "$extractedcf"
-        else
-	  func_error "ignoring unknown tag $tagname"
-        fi
-        ;;
-    esac
+      if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
+	taglist="$taglist $tagname"
+
+	# Evaluate the configuration.  Be careful to quote the path
+	# and the sed script, to avoid splitting on whitespace, but
+	# also don't use non-portable quotes within backquotes within
+	# quotes we have to do it in 2 steps:
+	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
+	eval "$extractedcf"
+      else
+	func_error "ignoring unknown tag $tagname"
+      fi
+      ;;
+  esac
 }
 
-
 # func_check_version_match
-# ------------------------
 # Ensure that we are using m4 macros, and libtool script from the same
 # release of libtool.
 func_check_version_match ()
 {
-    if test "$package_revision" != "$macro_revision"; then
-      if test "$VERSION" != "$macro_version"; then
-        if test -z "$macro_version"; then
-          cat >&2 <<_LT_EOF
+  if test "$package_revision" != "$macro_revision"; then
+    if test "$VERSION" != "$macro_version"; then
+      if test -z "$macro_version"; then
+        cat >&2 <<_LT_EOF
 $progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
 $progname: definition of this LT_INIT comes from an older release.
 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
 $progname: and run autoconf again.
 _LT_EOF
-        else
-          cat >&2 <<_LT_EOF
+      else
+        cat >&2 <<_LT_EOF
 $progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
 $progname: and run autoconf again.
 _LT_EOF
-        fi
-      else
-        cat >&2 <<_LT_EOF
+      fi
+    else
+      cat >&2 <<_LT_EOF
 $progname: Version mismatch error.  This is $PACKAGE $VERSION, revision $package_revision,
 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
 $progname: of $PACKAGE $VERSION and run autoconf again.
 _LT_EOF
-      fi
-
-      exit $EXIT_MISMATCH
     fi
-}
 
+    exit $EXIT_MISMATCH
+  fi
+}
 
-# libtool_options_prep [ARG]...
-# -----------------------------
-# Preparation for options parsed by libtool.
-libtool_options_prep ()
-{
-    $debug_mode
 
-    # Option defaults:
-    opt_config=false
-    opt_dlopen=
-    opt_dry_run=false
-    opt_help=false
-    opt_mode=
-    opt_preserve_dup_deps=false
-    opt_quiet=false
+# Shorthand for --mode=foo, only valid as the first argument
+case $1 in
+clean|clea|cle|cl)
+  shift; set dummy --mode clean ${1+"$@"}; shift
+  ;;
+compile|compil|compi|comp|com|co|c)
+  shift; set dummy --mode compile ${1+"$@"}; shift
+  ;;
+execute|execut|execu|exec|exe|ex|e)
+  shift; set dummy --mode execute ${1+"$@"}; shift
+  ;;
+finish|finis|fini|fin|fi|f)
+  shift; set dummy --mode finish ${1+"$@"}; shift
+  ;;
+install|instal|insta|inst|ins|in|i)
+  shift; set dummy --mode install ${1+"$@"}; shift
+  ;;
+link|lin|li|l)
+  shift; set dummy --mode link ${1+"$@"}; shift
+  ;;
+uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
+  shift; set dummy --mode uninstall ${1+"$@"}; shift
+  ;;
+esac
 
-    nonopt=
-    preserve_args=
 
-    # Shorthand for --mode=foo, only valid as the first argument
-    case $1 in
-    clean|clea|cle|cl)
-      shift; set dummy --mode clean ${1+"$@"}; shift
-      ;;
-    compile|compil|compi|comp|com|co|c)
-      shift; set dummy --mode compile ${1+"$@"}; shift
-      ;;
-    execute|execut|execu|exec|exe|ex|e)
-      shift; set dummy --mode execute ${1+"$@"}; shift
-      ;;
-    finish|finis|fini|fin|fi|f)
-      shift; set dummy --mode finish ${1+"$@"}; shift
-      ;;
-    install|instal|insta|inst|ins|in|i)
-      shift; set dummy --mode install ${1+"$@"}; shift
-      ;;
-    link|lin|li|l)
-      shift; set dummy --mode link ${1+"$@"}; shift
-      ;;
-    uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
-      shift; set dummy --mode uninstall ${1+"$@"}; shift
-      ;;
-    esac
 
-    # Pass back the list of options.
-    func_quote_for_eval ${1+"$@"}
-    libtool_options_prep_result=$func_quote_for_eval_result
-}
-func_add_hook func_options_prep libtool_options_prep
+# Option defaults:
+opt_debug=:
+opt_dry_run=false
+opt_config=false
+opt_preserve_dup_deps=false
+opt_features=false
+opt_finish=false
+opt_help=false
+opt_help_all=false
+opt_silent=:
+opt_warning=:
+opt_verbose=:
+opt_silent=false
+opt_verbose=false
 
 
-# libtool_parse_options [ARG]...
-# ---------------------------------
-# Provide handling for libtool specific options.
-libtool_parse_options ()
+# Parse options once, thoroughly.  This comes as soon as possible in the
+# script to make things like `--version' happen as quickly as we can.
 {
-    $debug_cmd
+  # this just eases exit handling
+  while test $# -gt 0; do
+    opt="$1"
+    shift
+    case $opt in
+      --debug|-x)	opt_debug='set -x'
+			func_echo "enabling shell trace mode"
+			$opt_debug
+			;;
+      --dry-run|--dryrun|-n)
+			opt_dry_run=:
+			;;
+      --config)
+			opt_config=:
+func_config
+			;;
+      --dlopen|-dlopen)
+			optarg="$1"
+			opt_dlopen="${opt_dlopen+$opt_dlopen
+}$optarg"
+			shift
+			;;
+      --preserve-dup-deps)
+			opt_preserve_dup_deps=:
+			;;
+      --features)
+			opt_features=:
+func_features
+			;;
+      --finish)
+			opt_finish=:
+set dummy --mode finish ${1+"$@"}; shift
+			;;
+      --help)
+			opt_help=:
+			;;
+      --help-all)
+			opt_help_all=:
+opt_help=': help-all'
+			;;
+      --mode)
+			test $# = 0 && func_missing_arg $opt && break
+			optarg="$1"
+			opt_mode="$optarg"
+case $optarg in
+  # Valid mode arguments:
+  clean|compile|execute|finish|install|link|relink|uninstall) ;;
+
+  # Catch anything else as an error
+  *) func_error "invalid argument for $opt"
+     exit_cmd=exit
+     break
+     ;;
+esac
+			shift
+			;;
+      --no-silent|--no-quiet)
+			opt_silent=false
+func_append preserve_args " $opt"
+			;;
+      --no-warning|--no-warn)
+			opt_warning=false
+func_append preserve_args " $opt"
+			;;
+      --no-verbose)
+			opt_verbose=false
+func_append preserve_args " $opt"
+			;;
+      --silent|--quiet)
+			opt_silent=:
+func_append preserve_args " $opt"
+        opt_verbose=false
+			;;
+      --verbose|-v)
+			opt_verbose=:
+func_append preserve_args " $opt"
+opt_silent=false
+			;;
+      --tag)
+			test $# = 0 && func_missing_arg $opt && break
+			optarg="$1"
+			opt_tag="$optarg"
+func_append preserve_args " $opt $optarg"
+func_enable_tag "$optarg"
+			shift
+			;;
+
+      -\?|-h)		func_usage				;;
+      --help)		func_help				;;
+      --version)	func_version				;;
+
+      # Separate optargs to long options:
+      --*=*)
+			func_split_long_opt "$opt"
+			set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"}
+			shift
+			;;
+
+      # Separate non-argument short options:
+      -\?*|-h*|-n*|-v*)
+			func_split_short_opt "$opt"
+			set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"}
+			shift
+			;;
+
+      --)		break					;;
+      -*)		func_fatal_help "unrecognized option \`$opt'" ;;
+      *)		set dummy "$opt" ${1+"$@"};	shift; break  ;;
+    esac
+  done
 
-    # Perform our own loop to consume as many options as possible in
-    # each iteration.
-    while test $# -gt 0; do
-      _G_opt=$1
-      shift
-      case $_G_opt in
-        --dry-run|--dryrun|-n)
-                        opt_dry_run=:
-                        ;;
-
-        --config)       func_config ;;
-
-        --dlopen|-dlopen)
-                        opt_dlopen="${opt_dlopen+$opt_dlopen
-}$1"
-                        shift
-                        ;;
-
-        --preserve-dup-deps)
-                        opt_preserve_dup_deps=: ;;
-
-        --features)     func_features ;;
-
-        --finish)       set dummy --mode finish ${1+"$@"}; shift ;;
-
-        --help)         opt_help=: ;;
-
-        --help-all)     opt_help=': help-all' ;;
-
-        --mode)         test $# = 0 && func_missing_arg $_G_opt && break
-                        opt_mode=$1
-                        case $1 in
-                          # Valid mode arguments:
-                          clean|compile|execute|finish|install|link|relink|uninstall) ;;
-
-                          # Catch anything else as an error
-                          *) func_error "invalid argument for $_G_opt"
-                             exit_cmd=exit
-                             break
-                             ;;
-                        esac
-                        shift
-                        ;;
-
-        --no-silent|--no-quiet)
-                        opt_quiet=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --no-warnings|--no-warning|--no-warn)
-                        opt_warning=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --no-verbose)
-                        opt_verbose=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --silent|--quiet)
-                        opt_quiet=:
-                        opt_verbose=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --tag)          test $# = 0 && func_missing_arg $_G_opt && break
-                        opt_tag=$1
-                        func_append preserve_args " $_G_opt $1"
-                        func_enable_tag "$1"
-                        shift
-                        ;;
-
-        --verbose|-v)   opt_quiet=false
-                        opt_verbose=:
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-	# An option not handled by this hook function:
-        *)		set dummy "$_G_opt" ${1+"$@"};	shift; break  ;;
-      esac
-    done
+  # Validate options:
 
+  # save first non-option argument
+  if test "$#" -gt 0; then
+    nonopt="$opt"
+    shift
+  fi
 
-    # save modified positional parameters for caller
-    func_quote_for_eval ${1+"$@"}
-    libtool_parse_options_result=$func_quote_for_eval_result
-}
-func_add_hook func_parse_options libtool_parse_options
+  # preserve --debug
+  test "$opt_debug" = : || func_append preserve_args " --debug"
 
+  case $host in
+    *cygwin* | *mingw* | *pw32* | *cegcc*)
+      # don't eliminate duplications in $postdeps and $predeps
+      opt_duplicate_compiler_generated_deps=:
+      ;;
+    *)
+      opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
+      ;;
+  esac
 
+  $opt_help || {
+    # Sanity checks first:
+    func_check_version_match
 
-# libtool_validate_options [ARG]...
-# ---------------------------------
-# Perform any sanity checks on option settings and/or unconsumed
-# arguments.
-libtool_validate_options ()
-{
-    # save first non-option argument
-    if test 0 -lt $#; then
-      nonopt=$1
-      shift
+    if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
+      func_fatal_configuration "not configured to build any kind of library"
     fi
 
-    # preserve --debug
-    test : = "$debug_cmd" || func_append preserve_args " --debug"
-
-    case $host in
-      # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
-      # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
-      *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
-        # don't eliminate duplications in $postdeps and $predeps
-        opt_duplicate_compiler_generated_deps=:
-        ;;
-      *)
-        opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
-        ;;
-    esac
-
-    $opt_help || {
-      # Sanity checks first:
-      func_check_version_match
+    # Darwin sucks
+    eval std_shrext=\"$shrext_cmds\"
 
-      test yes != "$build_libtool_libs" \
-        && test yes != "$build_old_libs" \
-        && func_fatal_configuration "not configured to build any kind of library"
-
-      # Darwin sucks
-      eval std_shrext=\"$shrext_cmds\"
+    # Only execute mode is allowed to have -dlopen flags.
+    if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
+      func_error "unrecognized option \`-dlopen'"
+      $ECHO "$help" 1>&2
+      exit $EXIT_FAILURE
+    fi
 
-      # Only execute mode is allowed to have -dlopen flags.
-      if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
-        func_error "unrecognized option '-dlopen'"
-        $ECHO "$help" 1>&2
-        exit $EXIT_FAILURE
-      fi
+    # Change the help message to a mode-specific one.
+    generic_help="$help"
+    help="Try \`$progname --help --mode=$opt_mode' for more information."
+  }
 
-      # Change the help message to a mode-specific one.
-      generic_help=$help
-      help="Try '$progname --help --mode=$opt_mode' for more information."
-    }
 
-    # Pass back the unparsed argument list
-    func_quote_for_eval ${1+"$@"}
-    libtool_validate_options_result=$func_quote_for_eval_result
+  # Bail if the options were screwed
+  $exit_cmd $EXIT_FAILURE
 }
-func_add_hook func_validate_options libtool_validate_options
-
 
-# Process options as early as possible so that --help and --version
-# can return quickly.
-func_options ${1+"$@"}
-eval set dummy "$func_options_result"; shift
 
 
 
@@ -2468,52 +1224,24 @@ eval set dummy "$func_options_result"; shift
 ##    Main.    ##
 ## ----------- ##
 
-magic='%%%MAGIC variable%%%'
-magic_exe='%%%MAGIC EXE variable%%%'
-
-# Global variables.
-extracted_archives=
-extracted_serial=0
-
-# If this variable is set in any of the actions, the command in it
-# will be execed at the end.  This prevents here-documents from being
-# left over by shells.
-exec_cmd=
-
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-}
-
-# func_generated_by_libtool
-# True iff stdin has been generated by Libtool. This function is only
-# a basic sanity check; it will hardly flush out determined imposters.
-func_generated_by_libtool_p ()
-{
-  $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
-}
-
 # func_lalib_p file
-# True iff FILE is a libtool '.la' library or '.lo' object file.
+# True iff FILE is a libtool `.la' library or `.lo' object file.
 # This function is only a basic sanity check; it will hardly flush out
 # determined imposters.
 func_lalib_p ()
 {
     test -f "$1" &&
-      $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p
+      $SED -e 4q "$1" 2>/dev/null \
+        | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
 }
 
 # func_lalib_unsafe_p file
-# True iff FILE is a libtool '.la' library or '.lo' object file.
+# True iff FILE is a libtool `.la' library or `.lo' object file.
 # This function implements the same check as func_lalib_p without
 # resorting to external programs.  To this end, it redirects stdin and
 # closes it afterwards, without saving the original file descriptor.
 # As a safety measure, use it only where a negative result would be
-# fatal anyway.  Works if 'file' does not exist.
+# fatal anyway.  Works if `file' does not exist.
 func_lalib_unsafe_p ()
 {
     lalib_p=no
@@ -2521,13 +1249,13 @@ func_lalib_unsafe_p ()
 	for lalib_p_l in 1 2 3 4
 	do
 	    read lalib_p_line
-	    case $lalib_p_line in
+	    case "$lalib_p_line" in
 		\#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
 	    esac
 	done
 	exec 0<&5 5<&-
     fi
-    test yes = "$lalib_p"
+    test "$lalib_p" = yes
 }
 
 # func_ltwrapper_script_p file
@@ -2536,8 +1264,7 @@ func_lalib_unsafe_p ()
 # determined imposters.
 func_ltwrapper_script_p ()
 {
-    test -f "$1" &&
-      $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p
+    func_lalib_p "$1"
 }
 
 # func_ltwrapper_executable_p file
@@ -2562,7 +1289,7 @@ func_ltwrapper_scriptname ()
 {
     func_dirname_and_basename "$1" "" "."
     func_stripname '' '.exe' "$func_basename_result"
-    func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper
+    func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
 }
 
 # func_ltwrapper_p file
@@ -2581,13 +1308,11 @@ func_ltwrapper_p ()
 # FAIL_CMD may read-access the current command in variable CMD!
 func_execute_cmds ()
 {
-    $debug_cmd
-
+    $opt_debug
     save_ifs=$IFS; IFS='~'
     for cmd in $1; do
-      IFS=$sp$nl
-      eval cmd=\"$cmd\"
       IFS=$save_ifs
+      eval cmd=\"$cmd\"
       func_show_eval "$cmd" "${2-:}"
     done
     IFS=$save_ifs
@@ -2599,11 +1324,10 @@ func_execute_cmds ()
 # Note that it is not necessary on cygwin/mingw to append a dot to
 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
 # behavior happens only for exec(3), not for open(2)!  Also, sourcing
-# 'FILE.' does not work on cygwin managed mounts.
+# `FILE.' does not work on cygwin managed mounts.
 func_source ()
 {
-    $debug_cmd
-
+    $opt_debug
     case $1 in
     */* | *\\*)	. "$1" ;;
     *)		. "./$1" ;;
@@ -2630,10 +1354,10 @@ func_resolve_sysroot ()
 # store the result into func_replace_sysroot_result.
 func_replace_sysroot ()
 {
-  case $lt_sysroot:$1 in
+  case "$lt_sysroot:$1" in
   ?*:"$lt_sysroot"*)
     func_stripname "$lt_sysroot" '' "$1"
-    func_replace_sysroot_result='='$func_stripname_result
+    func_replace_sysroot_result="=$func_stripname_result"
     ;;
   *)
     # Including no sysroot.
@@ -2650,8 +1374,7 @@ func_replace_sysroot ()
 # arg is usually of the form 'gcc ...'
 func_infer_tag ()
 {
-    $debug_cmd
-
+    $opt_debug
     if test -n "$available_tags" && test -z "$tagname"; then
       CC_quoted=
       for arg in $CC; do
@@ -2670,7 +1393,7 @@ func_infer_tag ()
 	for z in $available_tags; do
 	  if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
 	    # Evaluate the configuration.
-	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
+	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
 	    CC_quoted=
 	    for arg in $CC; do
 	      # Double-quote args containing other shell metacharacters.
@@ -2695,7 +1418,7 @@ func_infer_tag ()
 	# line option must be used.
 	if test -z "$tagname"; then
 	  func_echo "unable to infer tagged configuration"
-	  func_fatal_error "specify a tag with '--tag'"
+	  func_fatal_error "specify a tag with \`--tag'"
 #	else
 #	  func_verbose "using $tagname tagged configuration"
 	fi
@@ -2711,15 +1434,15 @@ func_infer_tag ()
 # but don't create it if we're doing a dry run.
 func_write_libtool_object ()
 {
-    write_libobj=$1
-    if test yes = "$build_libtool_libs"; then
-      write_lobj=\'$2\'
+    write_libobj=${1}
+    if test "$build_libtool_libs" = yes; then
+      write_lobj=\'${2}\'
     else
       write_lobj=none
     fi
 
-    if test yes = "$build_old_libs"; then
-      write_oldobj=\'$3\'
+    if test "$build_old_libs" = yes; then
+      write_oldobj=\'${3}\'
     else
       write_oldobj=none
     fi
@@ -2727,7 +1450,7 @@ func_write_libtool_object ()
     $opt_dry_run || {
       cat >${write_libobj}T <<EOF
 # $write_libobj - a libtool object file
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 #
 # Please DO NOT delete this file!
 # It is necessary for linking the library.
@@ -2739,7 +1462,7 @@ pic_object=$write_lobj
 non_pic_object=$write_oldobj
 
 EOF
-      $MV "${write_libobj}T" "$write_libobj"
+      $MV "${write_libobj}T" "${write_libobj}"
     }
 }
 
@@ -2759,9 +1482,8 @@ EOF
 # be empty on error (or when ARG is empty)
 func_convert_core_file_wine_to_w32 ()
 {
-  $debug_cmd
-
-  func_convert_core_file_wine_to_w32_result=$1
+  $opt_debug
+  func_convert_core_file_wine_to_w32_result="$1"
   if test -n "$1"; then
     # Unfortunately, winepath does not exit with a non-zero error code, so we
     # are forced to check the contents of stdout. On the other hand, if the
@@ -2769,9 +1491,9 @@ func_convert_core_file_wine_to_w32 ()
     # *an error message* to stdout. So we must check for both error code of
     # zero AND non-empty stdout, which explains the odd construction:
     func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
+    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
       func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
-        $SED -e "$sed_naive_backslashify"`
+        $SED -e "$lt_sed_naive_backslashify"`
     else
       func_convert_core_file_wine_to_w32_result=
     fi
@@ -2792,19 +1514,18 @@ func_convert_core_file_wine_to_w32 ()
 # are convertible, then the result may be empty.
 func_convert_core_path_wine_to_w32 ()
 {
-  $debug_cmd
-
+  $opt_debug
   # unfortunately, winepath doesn't convert paths, only file names
-  func_convert_core_path_wine_to_w32_result=
+  func_convert_core_path_wine_to_w32_result=""
   if test -n "$1"; then
     oldIFS=$IFS
     IFS=:
     for func_convert_core_path_wine_to_w32_f in $1; do
       IFS=$oldIFS
       func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
-      if test -n "$func_convert_core_file_wine_to_w32_result"; then
+      if test -n "$func_convert_core_file_wine_to_w32_result" ; then
         if test -z "$func_convert_core_path_wine_to_w32_result"; then
-          func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result
+          func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result"
         else
           func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
         fi
@@ -2833,8 +1554,7 @@ func_convert_core_path_wine_to_w32 ()
 # environment variable; do not put it in $PATH.
 func_cygpath ()
 {
-  $debug_cmd
-
+  $opt_debug
   if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
     func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
     if test "$?" -ne 0; then
@@ -2843,7 +1563,7 @@ func_cygpath ()
     fi
   else
     func_cygpath_result=
-    func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'"
+    func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'"
   fi
 }
 #end: func_cygpath
@@ -2854,11 +1574,10 @@ func_cygpath ()
 # result in func_convert_core_msys_to_w32_result.
 func_convert_core_msys_to_w32 ()
 {
-  $debug_cmd
-
+  $opt_debug
   # awkward: cmd appends spaces to result
   func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
-    $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
+    $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
 }
 #end: func_convert_core_msys_to_w32
 
@@ -2869,14 +1588,13 @@ func_convert_core_msys_to_w32 ()
 # func_to_host_file_result to ARG1).
 func_convert_file_check ()
 {
-  $debug_cmd
-
-  if test -z "$2" && test -n "$1"; then
+  $opt_debug
+  if test -z "$2" && test -n "$1" ; then
     func_error "Could not determine host file name corresponding to"
-    func_error "  '$1'"
+    func_error "  \`$1'"
     func_error "Continuing, but uninstalled executables may not work."
     # Fallback:
-    func_to_host_file_result=$1
+    func_to_host_file_result="$1"
   fi
 }
 # end func_convert_file_check
@@ -2888,11 +1606,10 @@ func_convert_file_check ()
 # func_to_host_file_result to a simplistic fallback value (see below).
 func_convert_path_check ()
 {
-  $debug_cmd
-
+  $opt_debug
   if test -z "$4" && test -n "$3"; then
     func_error "Could not determine the host path corresponding to"
-    func_error "  '$3'"
+    func_error "  \`$3'"
     func_error "Continuing, but uninstalled executables may not work."
     # Fallback.  This is a deliberately simplistic "conversion" and
     # should not be "improved".  See libtool.info.
@@ -2901,7 +1618,7 @@ func_convert_path_check ()
       func_to_host_path_result=`echo "$3" |
         $SED -e "$lt_replace_pathsep_chars"`
     else
-      func_to_host_path_result=$3
+      func_to_host_path_result="$3"
     fi
   fi
 }
@@ -2913,10 +1630,9 @@ func_convert_path_check ()
 # and appending REPL if ORIG matches BACKPAT.
 func_convert_path_front_back_pathsep ()
 {
-  $debug_cmd
-
+  $opt_debug
   case $4 in
-  $1 ) func_to_host_path_result=$3$func_to_host_path_result
+  $1 ) func_to_host_path_result="$3$func_to_host_path_result"
     ;;
   esac
   case $4 in
@@ -2930,7 +1646,7 @@ func_convert_path_front_back_pathsep ()
 ##################################################
 # $build to $host FILE NAME CONVERSION FUNCTIONS #
 ##################################################
-# invoked via '$to_host_file_cmd ARG'
+# invoked via `$to_host_file_cmd ARG'
 #
 # In each case, ARG is the path to be converted from $build to $host format.
 # Result will be available in $func_to_host_file_result.
@@ -2941,8 +1657,7 @@ func_convert_path_front_back_pathsep ()
 # in func_to_host_file_result.
 func_to_host_file ()
 {
-  $debug_cmd
-
+  $opt_debug
   $to_host_file_cmd "$1"
 }
 # end func_to_host_file
@@ -2954,8 +1669,7 @@ func_to_host_file ()
 # in (the comma separated) LAZY, no conversion takes place.
 func_to_tool_file ()
 {
-  $debug_cmd
-
+  $opt_debug
   case ,$2, in
     *,"$to_tool_file_cmd",*)
       func_to_tool_file_result=$1
@@ -2973,7 +1687,7 @@ func_to_tool_file ()
 # Copy ARG to func_to_host_file_result.
 func_convert_file_noop ()
 {
-  func_to_host_file_result=$1
+  func_to_host_file_result="$1"
 }
 # end func_convert_file_noop
 
@@ -2984,12 +1698,11 @@ func_convert_file_noop ()
 # func_to_host_file_result.
 func_convert_file_msys_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_file_result=$1
+  $opt_debug
+  func_to_host_file_result="$1"
   if test -n "$1"; then
     func_convert_core_msys_to_w32 "$1"
-    func_to_host_file_result=$func_convert_core_msys_to_w32_result
+    func_to_host_file_result="$func_convert_core_msys_to_w32_result"
   fi
   func_convert_file_check "$1" "$func_to_host_file_result"
 }
@@ -3001,9 +1714,8 @@ func_convert_file_msys_to_w32 ()
 # func_to_host_file_result.
 func_convert_file_cygwin_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_file_result=$1
+  $opt_debug
+  func_to_host_file_result="$1"
   if test -n "$1"; then
     # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
     # LT_CYGPATH in this case.
@@ -3019,12 +1731,11 @@ func_convert_file_cygwin_to_w32 ()
 # and a working winepath. Returns result in func_to_host_file_result.
 func_convert_file_nix_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_file_result=$1
+  $opt_debug
+  func_to_host_file_result="$1"
   if test -n "$1"; then
     func_convert_core_file_wine_to_w32 "$1"
-    func_to_host_file_result=$func_convert_core_file_wine_to_w32_result
+    func_to_host_file_result="$func_convert_core_file_wine_to_w32_result"
   fi
   func_convert_file_check "$1" "$func_to_host_file_result"
 }
@@ -3036,13 +1747,12 @@ func_convert_file_nix_to_w32 ()
 # Returns result in func_to_host_file_result.
 func_convert_file_msys_to_cygwin ()
 {
-  $debug_cmd
-
-  func_to_host_file_result=$1
+  $opt_debug
+  func_to_host_file_result="$1"
   if test -n "$1"; then
     func_convert_core_msys_to_w32 "$1"
     func_cygpath -u "$func_convert_core_msys_to_w32_result"
-    func_to_host_file_result=$func_cygpath_result
+    func_to_host_file_result="$func_cygpath_result"
   fi
   func_convert_file_check "$1" "$func_to_host_file_result"
 }
@@ -3055,14 +1765,13 @@ func_convert_file_msys_to_cygwin ()
 # in func_to_host_file_result.
 func_convert_file_nix_to_cygwin ()
 {
-  $debug_cmd
-
-  func_to_host_file_result=$1
+  $opt_debug
+  func_to_host_file_result="$1"
   if test -n "$1"; then
     # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
     func_convert_core_file_wine_to_w32 "$1"
     func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
-    func_to_host_file_result=$func_cygpath_result
+    func_to_host_file_result="$func_cygpath_result"
   fi
   func_convert_file_check "$1" "$func_to_host_file_result"
 }
@@ -3072,7 +1781,7 @@ func_convert_file_nix_to_cygwin ()
 #############################################
 # $build to $host PATH CONVERSION FUNCTIONS #
 #############################################
-# invoked via '$to_host_path_cmd ARG'
+# invoked via `$to_host_path_cmd ARG'
 #
 # In each case, ARG is the path to be converted from $build to $host format.
 # The result will be available in $func_to_host_path_result.
@@ -3096,11 +1805,10 @@ func_convert_file_nix_to_cygwin ()
 to_host_path_cmd=
 func_init_to_host_path_cmd ()
 {
-  $debug_cmd
-
+  $opt_debug
   if test -z "$to_host_path_cmd"; then
     func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
-    to_host_path_cmd=func_convert_path_$func_stripname_result
+    to_host_path_cmd="func_convert_path_${func_stripname_result}"
   fi
 }
 
@@ -3110,8 +1818,7 @@ func_init_to_host_path_cmd ()
 # in func_to_host_path_result.
 func_to_host_path ()
 {
-  $debug_cmd
-
+  $opt_debug
   func_init_to_host_path_cmd
   $to_host_path_cmd "$1"
 }
@@ -3122,7 +1829,7 @@ func_to_host_path ()
 # Copy ARG to func_to_host_path_result.
 func_convert_path_noop ()
 {
-  func_to_host_path_result=$1
+  func_to_host_path_result="$1"
 }
 # end func_convert_path_noop
 
@@ -3133,9 +1840,8 @@ func_convert_path_noop ()
 # func_to_host_path_result.
 func_convert_path_msys_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_path_result=$1
+  $opt_debug
+  func_to_host_path_result="$1"
   if test -n "$1"; then
     # Remove leading and trailing path separator characters from ARG.  MSYS
     # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
@@ -3143,7 +1849,7 @@ func_convert_path_msys_to_w32 ()
     func_stripname : : "$1"
     func_to_host_path_tmp1=$func_stripname_result
     func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
-    func_to_host_path_result=$func_convert_core_msys_to_w32_result
+    func_to_host_path_result="$func_convert_core_msys_to_w32_result"
     func_convert_path_check : ";" \
       "$func_to_host_path_tmp1" "$func_to_host_path_result"
     func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
@@ -3157,9 +1863,8 @@ func_convert_path_msys_to_w32 ()
 # func_to_host_file_result.
 func_convert_path_cygwin_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_path_result=$1
+  $opt_debug
+  func_to_host_path_result="$1"
   if test -n "$1"; then
     # See func_convert_path_msys_to_w32:
     func_stripname : : "$1"
@@ -3178,15 +1883,14 @@ func_convert_path_cygwin_to_w32 ()
 # a working winepath.  Returns result in func_to_host_file_result.
 func_convert_path_nix_to_w32 ()
 {
-  $debug_cmd
-
-  func_to_host_path_result=$1
+  $opt_debug
+  func_to_host_path_result="$1"
   if test -n "$1"; then
     # See func_convert_path_msys_to_w32:
     func_stripname : : "$1"
     func_to_host_path_tmp1=$func_stripname_result
     func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
-    func_to_host_path_result=$func_convert_core_path_wine_to_w32_result
+    func_to_host_path_result="$func_convert_core_path_wine_to_w32_result"
     func_convert_path_check : ";" \
       "$func_to_host_path_tmp1" "$func_to_host_path_result"
     func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
@@ -3200,16 +1904,15 @@ func_convert_path_nix_to_w32 ()
 # Returns result in func_to_host_file_result.
 func_convert_path_msys_to_cygwin ()
 {
-  $debug_cmd
-
-  func_to_host_path_result=$1
+  $opt_debug
+  func_to_host_path_result="$1"
   if test -n "$1"; then
     # See func_convert_path_msys_to_w32:
     func_stripname : : "$1"
     func_to_host_path_tmp1=$func_stripname_result
     func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
     func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
-    func_to_host_path_result=$func_cygpath_result
+    func_to_host_path_result="$func_cygpath_result"
     func_convert_path_check : : \
       "$func_to_host_path_tmp1" "$func_to_host_path_result"
     func_convert_path_front_back_pathsep ":*" "*:" : "$1"
@@ -3224,9 +1927,8 @@ func_convert_path_msys_to_cygwin ()
 # func_to_host_file_result.
 func_convert_path_nix_to_cygwin ()
 {
-  $debug_cmd
-
-  func_to_host_path_result=$1
+  $opt_debug
+  func_to_host_path_result="$1"
   if test -n "$1"; then
     # Remove leading and trailing path separator characters from
     # ARG. msys behavior is inconsistent here, cygpath turns them
@@ -3235,7 +1937,7 @@ func_convert_path_nix_to_cygwin ()
     func_to_host_path_tmp1=$func_stripname_result
     func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
     func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
-    func_to_host_path_result=$func_cygpath_result
+    func_to_host_path_result="$func_cygpath_result"
     func_convert_path_check : : \
       "$func_to_host_path_tmp1" "$func_to_host_path_result"
     func_convert_path_front_back_pathsep ":*" "*:" : "$1"
@@ -3244,31 +1946,13 @@ func_convert_path_nix_to_cygwin ()
 # end func_convert_path_nix_to_cygwin
 
 
-# func_dll_def_p FILE
-# True iff FILE is a Windows DLL '.def' file.
-# Keep in sync with _LT_DLL_DEF_P in libtool.m4
-func_dll_def_p ()
-{
-  $debug_cmd
-
-  func_dll_def_p_tmp=`$SED -n \
-    -e 's/^[	 ]*//' \
-    -e '/^\(;.*\)*$/d' \
-    -e 's/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p' \
-    -e q \
-    "$1"`
-  test DEF = "$func_dll_def_p_tmp"
-}
-
-
 # func_mode_compile arg...
 func_mode_compile ()
 {
-    $debug_cmd
-
+    $opt_debug
     # Get the compilation command and the source file.
     base_compile=
-    srcfile=$nonopt  #  always keep a non-empty value in "srcfile"
+    srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
     suppress_opt=yes
     suppress_output=
     arg_mode=normal
@@ -3281,12 +1965,12 @@ func_mode_compile ()
       case $arg_mode in
       arg  )
 	# do not "continue".  Instead, add this to base_compile
-	lastarg=$arg
+	lastarg="$arg"
 	arg_mode=normal
 	;;
 
       target )
-	libobj=$arg
+	libobj="$arg"
 	arg_mode=normal
 	continue
 	;;
@@ -3296,7 +1980,7 @@ func_mode_compile ()
 	case $arg in
 	-o)
 	  test -n "$libobj" && \
-	    func_fatal_error "you cannot specify '-o' more than once"
+	    func_fatal_error "you cannot specify \`-o' more than once"
 	  arg_mode=target
 	  continue
 	  ;;
@@ -3325,12 +2009,12 @@ func_mode_compile ()
 	  func_stripname '-Wc,' '' "$arg"
 	  args=$func_stripname_result
 	  lastarg=
-	  save_ifs=$IFS; IFS=,
+	  save_ifs="$IFS"; IFS=','
 	  for arg in $args; do
-	    IFS=$save_ifs
+	    IFS="$save_ifs"
 	    func_append_quoted lastarg "$arg"
 	  done
-	  IFS=$save_ifs
+	  IFS="$save_ifs"
 	  func_stripname ' ' '' "$lastarg"
 	  lastarg=$func_stripname_result
 
@@ -3343,8 +2027,8 @@ func_mode_compile ()
 	  # Accept the current argument as the source file.
 	  # The previous "srcfile" becomes the current argument.
 	  #
-	  lastarg=$srcfile
-	  srcfile=$arg
+	  lastarg="$srcfile"
+	  srcfile="$arg"
 	  ;;
 	esac  #  case $arg
 	;;
@@ -3359,13 +2043,13 @@ func_mode_compile ()
       func_fatal_error "you must specify an argument for -Xcompile"
       ;;
     target)
-      func_fatal_error "you must specify a target with '-o'"
+      func_fatal_error "you must specify a target with \`-o'"
       ;;
     *)
       # Get the name of the library object.
       test -z "$libobj" && {
 	func_basename "$srcfile"
-	libobj=$func_basename_result
+	libobj="$func_basename_result"
       }
       ;;
     esac
@@ -3385,7 +2069,7 @@ func_mode_compile ()
     case $libobj in
     *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
     *)
-      func_fatal_error "cannot determine name of library object from '$libobj'"
+      func_fatal_error "cannot determine name of library object from \`$libobj'"
       ;;
     esac
 
@@ -3394,8 +2078,8 @@ func_mode_compile ()
     for arg in $later; do
       case $arg in
       -shared)
-	test yes = "$build_libtool_libs" \
-	  || func_fatal_configuration "cannot build a shared library"
+	test "$build_libtool_libs" != yes && \
+	  func_fatal_configuration "can not build a shared library"
 	build_old_libs=no
 	continue
 	;;
@@ -3421,17 +2105,17 @@ func_mode_compile ()
     func_quote_for_eval "$libobj"
     test "X$libobj" != "X$func_quote_for_eval_result" \
       && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'	 &()|`$[]' \
-      && func_warning "libobj name '$libobj' may not contain shell special characters."
+      && func_warning "libobj name \`$libobj' may not contain shell special characters."
     func_dirname_and_basename "$obj" "/" ""
-    objname=$func_basename_result
-    xdir=$func_dirname_result
-    lobj=$xdir$objdir/$objname
+    objname="$func_basename_result"
+    xdir="$func_dirname_result"
+    lobj=${xdir}$objdir/$objname
 
     test -z "$base_compile" && \
       func_fatal_help "you must specify a compilation command"
 
     # Delete any leftover library objects.
-    if test yes = "$build_old_libs"; then
+    if test "$build_old_libs" = yes; then
       removelist="$obj $lobj $libobj ${libobj}T"
     else
       removelist="$lobj $libobj ${libobj}T"
@@ -3443,16 +2127,16 @@ func_mode_compile ()
       pic_mode=default
       ;;
     esac
-    if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then
+    if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
       # non-PIC code in shared libraries is not supported
       pic_mode=default
     fi
 
     # Calculate the filename of the output object if compiler does
     # not support -o with -c
-    if test no = "$compiler_c_o"; then
-      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
-      lockfile=$output_obj.lock
+    if test "$compiler_c_o" = no; then
+      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
+      lockfile="$output_obj.lock"
     else
       output_obj=
       need_locks=no
@@ -3461,12 +2145,12 @@ func_mode_compile ()
 
     # Lock this critical section if it is needed
     # We use this script file to make the link, it avoids creating a new file
-    if test yes = "$need_locks"; then
+    if test "$need_locks" = yes; then
       until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
 	func_echo "Waiting for $lockfile to be removed"
 	sleep 2
       done
-    elif test warn = "$need_locks"; then
+    elif test "$need_locks" = warn; then
       if test -f "$lockfile"; then
 	$ECHO "\
 *** ERROR, $lockfile exists and contains:
@@ -3474,7 +2158,7 @@ func_mode_compile ()
 
 This indicates that another process is trying to use the same
 temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
+your compiler does not support \`-c' and \`-o' together.  If you
 repeat this compilation, it may succeed, by chance, but you had better
 avoid parallel builds (make -j) in this platform, or get a better
 compiler."
@@ -3496,11 +2180,11 @@ compiler."
     qsrcfile=$func_quote_for_eval_result
 
     # Only build a PIC object if we are building libtool libraries.
-    if test yes = "$build_libtool_libs"; then
+    if test "$build_libtool_libs" = yes; then
       # Without this assignment, base_compile gets emptied.
       fbsd_hideous_sh_bug=$base_compile
 
-      if test no != "$pic_mode"; then
+      if test "$pic_mode" != no; then
 	command="$base_compile $qsrcfile $pic_flag"
       else
 	# Don't build PIC code
@@ -3517,7 +2201,7 @@ compiler."
       func_show_eval_locale "$command"	\
           'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
 
-      if test warn = "$need_locks" &&
+      if test "$need_locks" = warn &&
 	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
 	$ECHO "\
 *** ERROR, $lockfile contains:
@@ -3528,7 +2212,7 @@ $srcfile
 
 This indicates that another process is trying to use the same
 temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
+your compiler does not support \`-c' and \`-o' together.  If you
 repeat this compilation, it may succeed, by chance, but you had better
 avoid parallel builds (make -j) in this platform, or get a better
 compiler."
@@ -3544,20 +2228,20 @@ compiler."
       fi
 
       # Allow error messages only from the first compilation.
-      if test yes = "$suppress_opt"; then
+      if test "$suppress_opt" = yes; then
 	suppress_output=' >/dev/null 2>&1'
       fi
     fi
 
     # Only build a position-dependent object if we build old libraries.
-    if test yes = "$build_old_libs"; then
-      if test yes != "$pic_mode"; then
+    if test "$build_old_libs" = yes; then
+      if test "$pic_mode" != yes; then
 	# Don't build PIC code
 	command="$base_compile $qsrcfile$pie_flag"
       else
 	command="$base_compile $qsrcfile $pic_flag"
       fi
-      if test yes = "$compiler_c_o"; then
+      if test "$compiler_c_o" = yes; then
 	func_append command " -o $obj"
       fi
 
@@ -3566,7 +2250,7 @@ compiler."
       func_show_eval_locale "$command" \
         '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
 
-      if test warn = "$need_locks" &&
+      if test "$need_locks" = warn &&
 	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
 	$ECHO "\
 *** ERROR, $lockfile contains:
@@ -3577,7 +2261,7 @@ $srcfile
 
 This indicates that another process is trying to use the same
 temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
+your compiler does not support \`-c' and \`-o' together.  If you
 repeat this compilation, it may succeed, by chance, but you had better
 avoid parallel builds (make -j) in this platform, or get a better
 compiler."
@@ -3597,7 +2281,7 @@ compiler."
       func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
 
       # Unlock the critical section if it was locked
-      if test no != "$need_locks"; then
+      if test "$need_locks" != no; then
 	removelist=$lockfile
         $RM "$lockfile"
       fi
@@ -3607,7 +2291,7 @@ compiler."
 }
 
 $opt_help || {
-  test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
+  test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
 }
 
 func_mode_help ()
@@ -3627,7 +2311,7 @@ func_mode_help ()
 Remove files from the build directory.
 
 RM is the name of the program to use to delete files associated with each FILE
-(typically '/bin/rm').  RM-OPTIONS are options (such as '-f') to be passed
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
 to RM.
 
 If FILE is a libtool library, object or program, all the files associated
@@ -3646,16 +2330,16 @@ This mode accepts the following additional options:
   -no-suppress      do not suppress compiler output for multiple passes
   -prefer-pic       try to build PIC objects only
   -prefer-non-pic   try to build non-PIC objects only
-  -shared           do not build a '.o' file suitable for static linking
-  -static           only build a '.o' file suitable for static linking
+  -shared           do not build a \`.o' file suitable for static linking
+  -static           only build a \`.o' file suitable for static linking
   -Wc,FLAG          pass FLAG directly to the compiler
 
-COMPILE-COMMAND is a command to be used in creating a 'standard' object file
+COMPILE-COMMAND is a command to be used in creating a \`standard' object file
 from the given SOURCEFILE.
 
 The output file name is determined by removing the directory component from
-SOURCEFILE, then substituting the C source code suffix '.c' with the
-library object suffix, '.lo'."
+SOURCEFILE, then substituting the C source code suffix \`.c' with the
+library object suffix, \`.lo'."
         ;;
 
       execute)
@@ -3668,7 +2352,7 @@ This mode accepts the following additional options:
 
   -dlopen FILE      add the directory containing FILE to the library path
 
-This mode sets the library path environment variable according to '-dlopen'
+This mode sets the library path environment variable according to \`-dlopen'
 flags.
 
 If any of the ARGS are libtool executable wrappers, then they are translated
@@ -3687,7 +2371,7 @@ Complete the installation of libtool libraries.
 Each LIBDIR is a directory that contains libtool libraries.
 
 The commands that this mode executes may require superuser privileges.  Use
-the '--dry-run' option if you just want to see what would be executed."
+the \`--dry-run' option if you just want to see what would be executed."
         ;;
 
       install)
@@ -3697,7 +2381,7 @@ the '--dry-run' option if you just want to see what would be executed."
 Install executables or libraries.
 
 INSTALL-COMMAND is the installation command.  The first component should be
-either the 'install' or 'cp' program.
+either the \`install' or \`cp' program.
 
 The following components of INSTALL-COMMAND are treated specially:
 
@@ -3723,7 +2407,7 @@ The following components of LINK-COMMAND are treated specially:
   -avoid-version    do not add a version suffix if possible
   -bindir BINDIR    specify path to binaries directory (for systems where
                     libraries must be found in the PATH setting at runtime)
-  -dlopen FILE      '-dlpreopen' FILE if it cannot be dlopened at runtime
+  -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime
   -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
   -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
   -export-symbols SYMFILE
@@ -3737,8 +2421,7 @@ The following components of LINK-COMMAND are treated specially:
   -no-install       link a not-installable executable
   -no-undefined     declare that a library does not refer to external symbols
   -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
-  -objectlist FILE  use a list of object files found in FILE to specify objects
-  -os2dllname NAME  force a short DLL name on OS/2 (no effect on other OSes)
+  -objectlist FILE  Use a list of object files found in FILE to specify objects
   -precious-files-regex REGEX
                     don't remove output files matching REGEX
   -release RELEASE  specify package release information
@@ -3758,20 +2441,20 @@ The following components of LINK-COMMAND are treated specially:
   -Xlinker FLAG     pass linker-specific FLAG directly to the linker
   -XCClinker FLAG   pass link-specific FLAG to the compiler driver (CC)
 
-All other options (arguments beginning with '-') are ignored.
+All other options (arguments beginning with \`-') are ignored.
 
-Every other argument is treated as a filename.  Files ending in '.la' are
+Every other argument is treated as a filename.  Files ending in \`.la' are
 treated as uninstalled libtool libraries, other files are standard or library
 object files.
 
-If the OUTPUT-FILE ends in '.la', then a libtool library is created,
-only library objects ('.lo' files) may be specified, and '-rpath' is
+If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
+only library objects (\`.lo' files) may be specified, and \`-rpath' is
 required, except when creating a convenience library.
 
-If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
-using 'ar' and 'ranlib', or on Windows using 'lib'.
+If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
+using \`ar' and \`ranlib', or on Windows using \`lib'.
 
-If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file
+If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
 is created, otherwise an executable program is created."
         ;;
 
@@ -3782,7 +2465,7 @@ is created, otherwise an executable program is created."
 Remove libraries from an installation directory.
 
 RM is the name of the program to use to delete files associated with each FILE
-(typically '/bin/rm').  RM-OPTIONS are options (such as '-f') to be passed
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
 to RM.
 
 If FILE is a libtool library, all the files associated with it are deleted.
@@ -3790,17 +2473,17 @@ Otherwise, only FILE itself is deleted using RM."
         ;;
 
       *)
-        func_fatal_help "invalid operation mode '$opt_mode'"
+        func_fatal_help "invalid operation mode \`$opt_mode'"
         ;;
     esac
 
     echo
-    $ECHO "Try '$progname --help' for more information about other modes."
+    $ECHO "Try \`$progname --help' for more information about other modes."
 }
 
 # Now that we've collected a possible --mode arg, show help if necessary
 if $opt_help; then
-  if test : = "$opt_help"; then
+  if test "$opt_help" = :; then
     func_mode_help
   else
     {
@@ -3808,7 +2491,7 @@ if $opt_help; then
       for opt_mode in compile link execute install finish uninstall clean; do
 	func_mode_help
       done
-    } | $SED -n '1p; 2,$s/^Usage:/  or: /p'
+    } | sed -n '1p; 2,$s/^Usage:/  or: /p'
     {
       func_help noexit
       for opt_mode in compile link execute install finish uninstall clean; do
@@ -3816,7 +2499,7 @@ if $opt_help; then
 	func_mode_help
       done
     } |
-    $SED '1d
+    sed '1d
       /^When reporting/,/^Report/{
 	H
 	d
@@ -3833,17 +2516,16 @@ fi
 # func_mode_execute arg...
 func_mode_execute ()
 {
-    $debug_cmd
-
+    $opt_debug
     # The first argument is the command name.
-    cmd=$nonopt
+    cmd="$nonopt"
     test -z "$cmd" && \
       func_fatal_help "you must specify a COMMAND"
 
     # Handle -dlopen flags immediately.
     for file in $opt_dlopen; do
       test -f "$file" \
-	|| func_fatal_help "'$file' is not a file"
+	|| func_fatal_help "\`$file' is not a file"
 
       dir=
       case $file in
@@ -3853,7 +2535,7 @@ func_mode_execute ()
 
 	# Check to see that this really is a libtool archive.
 	func_lalib_unsafe_p "$file" \
-	  || func_fatal_help "'$lib' is not a valid libtool archive"
+	  || func_fatal_help "\`$lib' is not a valid libtool archive"
 
 	# Read the libtool library.
 	dlname=
@@ -3864,18 +2546,18 @@ func_mode_execute ()
 	if test -z "$dlname"; then
 	  # Warn if it was a shared library.
 	  test -n "$library_names" && \
-	    func_warning "'$file' was not linked with '-export-dynamic'"
+	    func_warning "\`$file' was not linked with \`-export-dynamic'"
 	  continue
 	fi
 
 	func_dirname "$file" "" "."
-	dir=$func_dirname_result
+	dir="$func_dirname_result"
 
 	if test -f "$dir/$objdir/$dlname"; then
 	  func_append dir "/$objdir"
 	else
 	  if test ! -f "$dir/$dlname"; then
-	    func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
+	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
 	  fi
 	fi
 	;;
@@ -3883,18 +2565,18 @@ func_mode_execute ()
       *.lo)
 	# Just add the directory containing the .lo file.
 	func_dirname "$file" "" "."
-	dir=$func_dirname_result
+	dir="$func_dirname_result"
 	;;
 
       *)
-	func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
+	func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
 	continue
 	;;
       esac
 
       # Get the absolute pathname.
       absdir=`cd "$dir" && pwd`
-      test -n "$absdir" && dir=$absdir
+      test -n "$absdir" && dir="$absdir"
 
       # Now add the directory to shlibpath_var.
       if eval "test -z \"\$$shlibpath_var\""; then
@@ -3906,7 +2588,7 @@ func_mode_execute ()
 
     # This variable tells wrapper scripts just to set shlibpath_var
     # rather than running their programs.
-    libtool_execute_magic=$magic
+    libtool_execute_magic="$magic"
 
     # Check if any of the arguments is a wrapper script.
     args=
@@ -3919,12 +2601,12 @@ func_mode_execute ()
 	if func_ltwrapper_script_p "$file"; then
 	  func_source "$file"
 	  # Transform arg to wrapped name.
-	  file=$progdir/$program
+	  file="$progdir/$program"
 	elif func_ltwrapper_executable_p "$file"; then
 	  func_ltwrapper_scriptname "$file"
 	  func_source "$func_ltwrapper_scriptname_result"
 	  # Transform arg to wrapped name.
-	  file=$progdir/$program
+	  file="$progdir/$program"
 	fi
 	;;
       esac
@@ -3932,15 +2614,7 @@ func_mode_execute ()
       func_append_quoted args "$file"
     done
 
-    if $opt_dry_run; then
-      # Display what would be done.
-      if test -n "$shlibpath_var"; then
-	eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
-	echo "export $shlibpath_var"
-      fi
-      $ECHO "$cmd$args"
-      exit $EXIT_SUCCESS
-    else
+    if test "X$opt_dry_run" = Xfalse; then
       if test -n "$shlibpath_var"; then
 	# Export the shlibpath_var.
 	eval "export $shlibpath_var"
@@ -3957,18 +2631,25 @@ func_mode_execute ()
       done
 
       # Now prepare to actually exec the command.
-      exec_cmd=\$cmd$args
+      exec_cmd="\$cmd$args"
+    else
+      # Display what would be done.
+      if test -n "$shlibpath_var"; then
+	eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
+	echo "export $shlibpath_var"
+      fi
+      $ECHO "$cmd$args"
+      exit $EXIT_SUCCESS
     fi
 }
 
-test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
+test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
 
 
 # func_mode_finish arg...
 func_mode_finish ()
 {
-    $debug_cmd
-
+    $opt_debug
     libs=
     libdirs=
     admincmds=
@@ -3982,11 +2663,11 @@ func_mode_finish ()
 	if func_lalib_unsafe_p "$opt"; then
 	  func_append libs " $opt"
 	else
-	  func_warning "'$opt' is not a valid libtool archive"
+	  func_warning "\`$opt' is not a valid libtool archive"
 	fi
 
       else
-	func_fatal_error "invalid argument '$opt'"
+	func_fatal_error "invalid argument \`$opt'"
       fi
     done
 
@@ -4001,12 +2682,12 @@ func_mode_finish ()
       # Remove sysroot references
       if $opt_dry_run; then
         for lib in $libs; do
-          echo "removing references to $lt_sysroot and '=' prefixes from $lib"
+          echo "removing references to $lt_sysroot and \`=' prefixes from $lib"
         done
       else
         tmpdir=`func_mktempdir`
         for lib in $libs; do
-	  $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
+	  sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
 	    > $tmpdir/tmp-la
 	  mv -f $tmpdir/tmp-la $lib
 	done
@@ -4031,7 +2712,7 @@ func_mode_finish ()
     fi
 
     # Exit here if they wanted silent mode.
-    $opt_quiet && exit $EXIT_SUCCESS
+    $opt_silent && exit $EXIT_SUCCESS
 
     if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
       echo "----------------------------------------------------------------------"
@@ -4042,27 +2723,27 @@ func_mode_finish ()
       echo
       echo "If you ever happen to want to link against installed libraries"
       echo "in a given directory, LIBDIR, you must either use libtool, and"
-      echo "specify the full pathname of the library, or use the '-LLIBDIR'"
+      echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
       echo "flag during linking and do at least one of the following:"
       if test -n "$shlibpath_var"; then
-	echo "   - add LIBDIR to the '$shlibpath_var' environment variable"
+	echo "   - add LIBDIR to the \`$shlibpath_var' environment variable"
 	echo "     during execution"
       fi
       if test -n "$runpath_var"; then
-	echo "   - add LIBDIR to the '$runpath_var' environment variable"
+	echo "   - add LIBDIR to the \`$runpath_var' environment variable"
 	echo "     during linking"
       fi
       if test -n "$hardcode_libdir_flag_spec"; then
 	libdir=LIBDIR
 	eval flag=\"$hardcode_libdir_flag_spec\"
 
-	$ECHO "   - use the '$flag' linker flag"
+	$ECHO "   - use the \`$flag' linker flag"
       fi
       if test -n "$admincmds"; then
 	$ECHO "   - have your system administrator run these commands:$admincmds"
       fi
       if test -f /etc/ld.so.conf; then
-	echo "   - have your system administrator add LIBDIR to '/etc/ld.so.conf'"
+	echo "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
       fi
       echo
 
@@ -4081,20 +2762,18 @@ func_mode_finish ()
     exit $EXIT_SUCCESS
 }
 
-test finish = "$opt_mode" && func_mode_finish ${1+"$@"}
+test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
 
 
 # func_mode_install arg...
 func_mode_install ()
 {
-    $debug_cmd
-
+    $opt_debug
     # There may be an optional sh(1) argument at the beginning of
     # install_prog (especially on Windows NT).
-    if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" ||
+    if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
        # Allow the use of GNU shtool's install command.
-       case $nonopt in *shtool*) :;; *) false;; esac
-    then
+       case $nonopt in *shtool*) :;; *) false;; esac; then
       # Aesthetically quote it.
       func_quote_for_eval "$nonopt"
       install_prog="$func_quote_for_eval_result "
@@ -4121,7 +2800,7 @@ func_mode_install ()
     opts=
     prev=
     install_type=
-    isdir=false
+    isdir=no
     stripme=
     no_mode=:
     for arg
@@ -4134,7 +2813,7 @@ func_mode_install ()
       fi
 
       case $arg in
-      -d) isdir=: ;;
+      -d) isdir=yes ;;
       -f)
 	if $install_cp; then :; else
 	  prev=$arg
@@ -4152,7 +2831,7 @@ func_mode_install ()
       *)
 	# If the previous option needed an argument, then skip it.
 	if test -n "$prev"; then
-	  if test X-m = "X$prev" && test -n "$install_override_mode"; then
+	  if test "x$prev" = x-m && test -n "$install_override_mode"; then
 	    arg2=$install_override_mode
 	    no_mode=false
 	  fi
@@ -4177,7 +2856,7 @@ func_mode_install ()
       func_fatal_help "you must specify an install program"
 
     test -n "$prev" && \
-      func_fatal_help "the '$prev' option requires an argument"
+      func_fatal_help "the \`$prev' option requires an argument"
 
     if test -n "$install_override_mode" && $no_mode; then
       if $install_cp; then :; else
@@ -4199,19 +2878,19 @@ func_mode_install ()
     dest=$func_stripname_result
 
     # Check to see that the destination is a directory.
-    test -d "$dest" && isdir=:
-    if $isdir; then
-      destdir=$dest
+    test -d "$dest" && isdir=yes
+    if test "$isdir" = yes; then
+      destdir="$dest"
       destname=
     else
       func_dirname_and_basename "$dest" "" "."
-      destdir=$func_dirname_result
-      destname=$func_basename_result
+      destdir="$func_dirname_result"
+      destname="$func_basename_result"
 
       # Not a directory, so check to see that there is only one file specified.
       set dummy $files; shift
       test "$#" -gt 1 && \
-	func_fatal_help "'$dest' is not a directory"
+	func_fatal_help "\`$dest' is not a directory"
     fi
     case $destdir in
     [\\/]* | [A-Za-z]:[\\/]*) ;;
@@ -4220,7 +2899,7 @@ func_mode_install ()
 	case $file in
 	*.lo) ;;
 	*)
-	  func_fatal_help "'$destdir' must be an absolute directory name"
+	  func_fatal_help "\`$destdir' must be an absolute directory name"
 	  ;;
 	esac
       done
@@ -4229,7 +2908,7 @@ func_mode_install ()
 
     # This variable tells wrapper scripts just to set variables rather
     # than running their programs.
-    libtool_install_magic=$magic
+    libtool_install_magic="$magic"
 
     staticlibs=
     future_libdirs=
@@ -4249,7 +2928,7 @@ func_mode_install ()
 
 	# Check to see that this really is a libtool archive.
 	func_lalib_unsafe_p "$file" \
-	  || func_fatal_help "'$file' is not a valid libtool archive"
+	  || func_fatal_help "\`$file' is not a valid libtool archive"
 
 	library_names=
 	old_library=
@@ -4271,7 +2950,7 @@ func_mode_install ()
 	fi
 
 	func_dirname "$file" "/" ""
-	dir=$func_dirname_result
+	dir="$func_dirname_result"
 	func_append dir "$objdir"
 
 	if test -n "$relink_command"; then
@@ -4285,7 +2964,7 @@ func_mode_install ()
 	  # are installed into $libdir/../bin (currently, that works fine)
 	  # but it's something to keep an eye on.
 	  test "$inst_prefix_dir" = "$destdir" && \
-	    func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir"
+	    func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
 
 	  if test -n "$inst_prefix_dir"; then
 	    # Stick the inst_prefix_dir data into the link command.
@@ -4294,36 +2973,29 @@ func_mode_install ()
 	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
 	  fi
 
-	  func_warning "relinking '$file'"
+	  func_warning "relinking \`$file'"
 	  func_show_eval "$relink_command" \
-	    'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"'
+	    'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
 	fi
 
 	# See the names of the shared library.
 	set dummy $library_names; shift
 	if test -n "$1"; then
-	  realname=$1
+	  realname="$1"
 	  shift
 
-	  srcname=$realname
-	  test -n "$relink_command" && srcname=${realname}T
+	  srcname="$realname"
+	  test -n "$relink_command" && srcname="$realname"T
 
 	  # Install the shared library and build the symlinks.
 	  func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
 	      'exit $?'
-	  tstripme=$stripme
+	  tstripme="$stripme"
 	  case $host_os in
 	  cygwin* | mingw* | pw32* | cegcc*)
 	    case $realname in
 	    *.dll.a)
-	      tstripme=
-	      ;;
-	    esac
-	    ;;
-	  os2*)
-	    case $realname in
-	    *_dll.a)
-	      tstripme=
+	      tstripme=""
 	      ;;
 	    esac
 	    ;;
@@ -4334,7 +3006,7 @@ func_mode_install ()
 
 	  if test "$#" -gt 0; then
 	    # Delete the old symlinks, and create new ones.
-	    # Try 'ln -sf' first, because the 'ln' binary might depend on
+	    # Try `ln -sf' first, because the `ln' binary might depend on
 	    # the symlink we replace!  Solaris /bin/ln does not understand -f,
 	    # so we also need to try rm && ln -s.
 	    for linkname
@@ -4345,14 +3017,14 @@ func_mode_install ()
 	  fi
 
 	  # Do each command in the postinstall commands.
-	  lib=$destdir/$realname
+	  lib="$destdir/$realname"
 	  func_execute_cmds "$postinstall_cmds" 'exit $?'
 	fi
 
 	# Install the pseudo-library for information purposes.
 	func_basename "$file"
-	name=$func_basename_result
-	instname=$dir/${name}i
+	name="$func_basename_result"
+	instname="$dir/$name"i
 	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
 
 	# Maybe install the static library, too.
@@ -4364,11 +3036,11 @@ func_mode_install ()
 
 	# Figure out destination file name, if it wasn't already specified.
 	if test -n "$destname"; then
-	  destfile=$destdir/$destname
+	  destfile="$destdir/$destname"
 	else
 	  func_basename "$file"
-	  destfile=$func_basename_result
-	  destfile=$destdir/$destfile
+	  destfile="$func_basename_result"
+	  destfile="$destdir/$destfile"
 	fi
 
 	# Deduce the name of the destination old-style object file.
@@ -4378,11 +3050,11 @@ func_mode_install ()
 	  staticdest=$func_lo2o_result
 	  ;;
 	*.$objext)
-	  staticdest=$destfile
+	  staticdest="$destfile"
 	  destfile=
 	  ;;
 	*)
-	  func_fatal_help "cannot copy a libtool object to '$destfile'"
+	  func_fatal_help "cannot copy a libtool object to \`$destfile'"
 	  ;;
 	esac
 
@@ -4391,7 +3063,7 @@ func_mode_install ()
 	  func_show_eval "$install_prog $file $destfile" 'exit $?'
 
 	# Install the old object if enabled.
-	if test yes = "$build_old_libs"; then
+	if test "$build_old_libs" = yes; then
 	  # Deduce the name of the old-style object file.
 	  func_lo2o "$file"
 	  staticobj=$func_lo2o_result
@@ -4403,23 +3075,23 @@ func_mode_install ()
       *)
 	# Figure out destination file name, if it wasn't already specified.
 	if test -n "$destname"; then
-	  destfile=$destdir/$destname
+	  destfile="$destdir/$destname"
 	else
 	  func_basename "$file"
-	  destfile=$func_basename_result
-	  destfile=$destdir/$destfile
+	  destfile="$func_basename_result"
+	  destfile="$destdir/$destfile"
 	fi
 
 	# If the file is missing, and there is a .exe on the end, strip it
 	# because it is most likely a libtool script we actually want to
 	# install
-	stripped_ext=
+	stripped_ext=""
 	case $file in
 	  *.exe)
 	    if test ! -f "$file"; then
 	      func_stripname '' '.exe' "$file"
 	      file=$func_stripname_result
-	      stripped_ext=.exe
+	      stripped_ext=".exe"
 	    fi
 	    ;;
 	esac
@@ -4447,19 +3119,19 @@ func_mode_install ()
 
 	  # Check the variables that should have been set.
 	  test -z "$generated_by_libtool_version" && \
-	    func_fatal_error "invalid libtool wrapper script '$wrapper'"
+	    func_fatal_error "invalid libtool wrapper script \`$wrapper'"
 
-	  finalize=:
+	  finalize=yes
 	  for lib in $notinst_deplibs; do
 	    # Check to see that each library is installed.
 	    libdir=
 	    if test -f "$lib"; then
 	      func_source "$lib"
 	    fi
-	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
+	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
 	    if test -n "$libdir" && test ! -f "$libfile"; then
-	      func_warning "'$lib' has not been installed in '$libdir'"
-	      finalize=false
+	      func_warning "\`$lib' has not been installed in \`$libdir'"
+	      finalize=no
 	    fi
 	  done
 
@@ -4467,29 +3139,29 @@ func_mode_install ()
 	  func_source "$wrapper"
 
 	  outputname=
-	  if test no = "$fast_install" && test -n "$relink_command"; then
+	  if test "$fast_install" = no && test -n "$relink_command"; then
 	    $opt_dry_run || {
-	      if $finalize; then
+	      if test "$finalize" = yes; then
 	        tmpdir=`func_mktempdir`
 		func_basename "$file$stripped_ext"
-		file=$func_basename_result
-	        outputname=$tmpdir/$file
+		file="$func_basename_result"
+	        outputname="$tmpdir/$file"
 	        # Replace the output file specification.
 	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
 
-	        $opt_quiet || {
+	        $opt_silent || {
 	          func_quote_for_expand "$relink_command"
 		  eval "func_echo $func_quote_for_expand_result"
 	        }
 	        if eval "$relink_command"; then :
 	          else
-		  func_error "error: relink '$file' with the above command before installing it"
+		  func_error "error: relink \`$file' with the above command before installing it"
 		  $opt_dry_run || ${RM}r "$tmpdir"
 		  continue
 	        fi
-	        file=$outputname
+	        file="$outputname"
 	      else
-	        func_warning "cannot relink '$file'"
+	        func_warning "cannot relink \`$file'"
 	      fi
 	    }
 	  else
@@ -4526,10 +3198,10 @@ func_mode_install ()
 
     for file in $staticlibs; do
       func_basename "$file"
-      name=$func_basename_result
+      name="$func_basename_result"
 
       # Set up the ranlib parameters.
-      oldlib=$destdir/$name
+      oldlib="$destdir/$name"
       func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
       tool_oldlib=$func_to_tool_file_result
 
@@ -4544,18 +3216,18 @@ func_mode_install ()
     done
 
     test -n "$future_libdirs" && \
-      func_warning "remember to run '$progname --finish$future_libdirs'"
+      func_warning "remember to run \`$progname --finish$future_libdirs'"
 
     if test -n "$current_libdirs"; then
       # Maybe just do a dry run.
       $opt_dry_run && current_libdirs=" -n$current_libdirs"
-      exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
+      exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
     else
       exit $EXIT_SUCCESS
     fi
 }
 
-test install = "$opt_mode" && func_mode_install ${1+"$@"}
+test "$opt_mode" = install && func_mode_install ${1+"$@"}
 
 
 # func_generate_dlsyms outputname originator pic_p
@@ -4563,17 +3235,16 @@ test install = "$opt_mode" && func_mode_install ${1+"$@"}
 # a dlpreopen symbol table.
 func_generate_dlsyms ()
 {
-    $debug_cmd
-
-    my_outputname=$1
-    my_originator=$2
-    my_pic_p=${3-false}
-    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
+    $opt_debug
+    my_outputname="$1"
+    my_originator="$2"
+    my_pic_p="${3-no}"
+    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
     my_dlsyms=
 
-    if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
+    if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
       if test -n "$NM" && test -n "$global_symbol_pipe"; then
-	my_dlsyms=${my_outputname}S.c
+	my_dlsyms="${my_outputname}S.c"
       else
 	func_error "not configured to extract global symbols from dlpreopened files"
       fi
@@ -4584,7 +3255,7 @@ func_generate_dlsyms ()
       "") ;;
       *.c)
 	# Discover the nlist of each of the dlfiles.
-	nlist=$output_objdir/$my_outputname.nm
+	nlist="$output_objdir/${my_outputname}.nm"
 
 	func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
 
@@ -4592,36 +3263,34 @@ func_generate_dlsyms ()
 	func_verbose "creating $output_objdir/$my_dlsyms"
 
 	$opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
-/* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
-/* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */
+/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
+/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
 
 #ifdef __cplusplus
 extern \"C\" {
 #endif
 
-#if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
+#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
 #endif
 
 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
+#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
+/* DATA imports from DLLs on WIN32 con't be const, because runtime
    relocations are performed -- see ld's documentation on pseudo-relocs.  */
 # define LT_DLSYM_CONST
-#elif defined __osf__
+#elif defined(__osf__)
 /* This system does not cope well with relocations in const data.  */
 # define LT_DLSYM_CONST
 #else
 # define LT_DLSYM_CONST const
 #endif
 
-#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
-
 /* External symbol declarations for the compiler. */\
 "
 
-	if test yes = "$dlself"; then
-	  func_verbose "generating symbol list for '$output'"
+	if test "$dlself" = yes; then
+	  func_verbose "generating symbol list for \`$output'"
 
 	  $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
 
@@ -4629,7 +3298,7 @@ extern \"C\" {
 	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
 	  for progfile in $progfiles; do
 	    func_to_tool_file "$progfile" func_convert_file_msys_to_w32
-	    func_verbose "extracting global C symbols from '$func_to_tool_file_result'"
+	    func_verbose "extracting global C symbols from \`$func_to_tool_file_result'"
 	    $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
 	  done
 
@@ -4649,10 +3318,10 @@ extern \"C\" {
 
 	  # Prepare the list of exported symbols
 	  if test -z "$export_symbols"; then
-	    export_symbols=$output_objdir/$outputname.exp
+	    export_symbols="$output_objdir/$outputname.exp"
 	    $opt_dry_run || {
 	      $RM $export_symbols
-	      eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+	      eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
 	      case $host in
 	      *cygwin* | *mingw* | *cegcc* )
                 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
@@ -4662,7 +3331,7 @@ extern \"C\" {
 	    }
 	  else
 	    $opt_dry_run || {
-	      eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
+	      eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
 	      eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
 	      eval '$MV "$nlist"T "$nlist"'
 	      case $host in
@@ -4676,22 +3345,22 @@ extern \"C\" {
 	fi
 
 	for dlprefile in $dlprefiles; do
-	  func_verbose "extracting global C symbols from '$dlprefile'"
+	  func_verbose "extracting global C symbols from \`$dlprefile'"
 	  func_basename "$dlprefile"
-	  name=$func_basename_result
+	  name="$func_basename_result"
           case $host in
 	    *cygwin* | *mingw* | *cegcc* )
 	      # if an import library, we need to obtain dlname
 	      if func_win32_import_lib_p "$dlprefile"; then
 	        func_tr_sh "$dlprefile"
 	        eval "curr_lafile=\$libfile_$func_tr_sh_result"
-	        dlprefile_dlbasename=
+	        dlprefile_dlbasename=""
 	        if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
 	          # Use subshell, to avoid clobbering current variable values
 	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
-	          if test -n "$dlprefile_dlname"; then
+	          if test -n "$dlprefile_dlname" ; then
 	            func_basename "$dlprefile_dlname"
-	            dlprefile_dlbasename=$func_basename_result
+	            dlprefile_dlbasename="$func_basename_result"
 	          else
 	            # no lafile. user explicitly requested -dlpreopen <import library>.
 	            $sharedlib_from_linklib_cmd "$dlprefile"
@@ -4699,7 +3368,7 @@ extern \"C\" {
 	          fi
 	        fi
 	        $opt_dry_run || {
-	          if test -n "$dlprefile_dlbasename"; then
+	          if test -n "$dlprefile_dlbasename" ; then
 	            eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
 	          else
 	            func_warning "Could not compute DLL name from $name"
@@ -4755,11 +3424,6 @@ extern \"C\" {
 	    echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
 	  fi
 
-	  func_show_eval '$RM "${nlist}I"'
-	  if test -n "$global_symbol_to_import"; then
-	    eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
-	  fi
-
 	  echo >> "$output_objdir/$my_dlsyms" "\
 
 /* The mapping between symbol names and symbols.  */
@@ -4768,30 +3432,11 @@ typedef struct {
   void *address;
 } lt_dlsymlist;
 extern LT_DLSYM_CONST lt_dlsymlist
-lt_${my_prefix}_LTX_preloaded_symbols[];\
-"
-
-	  if test -s "$nlist"I; then
-	    echo >> "$output_objdir/$my_dlsyms" "\
-static void lt_syminit(void)
-{
-  LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
-  for (; symbol->name; ++symbol)
-    {"
-	    $SED 's/.*/      if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
-	    echo >> "$output_objdir/$my_dlsyms" "\
-    }
-}"
-	  fi
-	  echo >> "$output_objdir/$my_dlsyms" "\
+lt_${my_prefix}_LTX_preloaded_symbols[];
 LT_DLSYM_CONST lt_dlsymlist
 lt_${my_prefix}_LTX_preloaded_symbols[] =
-{ {\"$my_originator\", (void *) 0},"
-
-	  if test -s "$nlist"I; then
-	    echo >> "$output_objdir/$my_dlsyms" "\
-  {\"@INIT@\", (void *) &lt_syminit},"
-	  fi
+{\
+  { \"$my_originator\", (void *) 0 },"
 
 	  case $need_lib_prefix in
 	  no)
@@ -4833,7 +3478,9 @@ static const void *lt_preloaded_setup() {
 	  *-*-hpux*)
 	    pic_flag_for_symtable=" $pic_flag"  ;;
 	  *)
-	    $my_pic_p && pic_flag_for_symtable=" $pic_flag"
+	    if test "X$my_pic_p" != Xno; then
+	      pic_flag_for_symtable=" $pic_flag"
+	    fi
 	    ;;
 	  esac
 	  ;;
@@ -4850,10 +3497,10 @@ static const void *lt_preloaded_setup() {
 	func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
 
 	# Clean up the generated files.
-	func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
+	func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
 
 	# Transform the symbol file into the correct name.
-	symfileobj=$output_objdir/${my_outputname}S.$objext
+	symfileobj="$output_objdir/${my_outputname}S.$objext"
 	case $host in
 	*cygwin* | *mingw* | *cegcc* )
 	  if test -f "$output_objdir/$my_outputname.def"; then
@@ -4871,7 +3518,7 @@ static const void *lt_preloaded_setup() {
 	esac
 	;;
       *)
-	func_fatal_error "unknown suffix for '$my_dlsyms'"
+	func_fatal_error "unknown suffix for \`$my_dlsyms'"
 	;;
       esac
     else
@@ -4885,32 +3532,6 @@ static const void *lt_preloaded_setup() {
     fi
 }
 
-# func_cygming_gnu_implib_p ARG
-# This predicate returns with zero status (TRUE) if
-# ARG is a GNU/binutils-style import library. Returns
-# with nonzero status (FALSE) otherwise.
-func_cygming_gnu_implib_p ()
-{
-  $debug_cmd
-
-  func_to_tool_file "$1" func_convert_file_msys_to_w32
-  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
-  test -n "$func_cygming_gnu_implib_tmp"
-}
-
-# func_cygming_ms_implib_p ARG
-# This predicate returns with zero status (TRUE) if
-# ARG is an MS-style import library. Returns
-# with nonzero status (FALSE) otherwise.
-func_cygming_ms_implib_p ()
-{
-  $debug_cmd
-
-  func_to_tool_file "$1" func_convert_file_msys_to_w32
-  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
-  test -n "$func_cygming_ms_implib_tmp"
-}
-
 # func_win32_libid arg
 # return the library type of file 'arg'
 #
@@ -4920,9 +3541,8 @@ func_cygming_ms_implib_p ()
 # Despite the name, also deal with 64 bit binaries.
 func_win32_libid ()
 {
-  $debug_cmd
-
-  win32_libid_type=unknown
+  $opt_debug
+  win32_libid_type="unknown"
   win32_fileres=`file -L $1 2>/dev/null`
   case $win32_fileres in
   *ar\ archive\ import\ library*) # definitely import
@@ -4932,29 +3552,16 @@ func_win32_libid ()
     # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
        $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
-      case $nm_interface in
-      "MS dumpbin")
-	if func_cygming_ms_implib_p "$1" ||
-	   func_cygming_gnu_implib_p "$1"
-	then
-	  win32_nmres=import
-	else
-	  win32_nmres=
-	fi
-	;;
-      *)
-	func_to_tool_file "$1" func_convert_file_msys_to_w32
-	win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
-	  $SED -n -e '
+      func_to_tool_file "$1" func_convert_file_msys_to_w32
+      win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
+	$SED -n -e '
 	    1,100{
 		/ I /{
-		    s|.*|import|
+		    s,.*,import,
 		    p
 		    q
 		}
 	    }'`
-	;;
-      esac
       case $win32_nmres in
       import*)  win32_libid_type="x86 archive import";;
       *)        win32_libid_type="x86 archive static";;
@@ -4986,8 +3593,7 @@ func_win32_libid ()
 #    $sharedlib_from_linklib_result
 func_cygming_dll_for_implib ()
 {
-  $debug_cmd
-
+  $opt_debug
   sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
 }
 
@@ -5004,8 +3610,7 @@ func_cygming_dll_for_implib ()
 # specified import library.
 func_cygming_dll_for_implib_fallback_core ()
 {
-  $debug_cmd
-
+  $opt_debug
   match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
   $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
     $SED '/^Contents of section '"$match_literal"':/{
@@ -5041,8 +3646,8 @@ func_cygming_dll_for_implib_fallback_core ()
       /./p' |
     # we now have a list, one entry per line, of the stringified
     # contents of the appropriate section of all members of the
-    # archive that possess that section. Heuristic: eliminate
-    # all those that have a first or second character that is
+    # archive which possess that section. Heuristic: eliminate
+    # all those which have a first or second character that is
     # a '.' (that is, objdump's representation of an unprintable
     # character.) This should work for all archives with less than
     # 0x302f exports -- but will fail for DLLs whose name actually
@@ -5053,6 +3658,30 @@ func_cygming_dll_for_implib_fallback_core ()
     $SED -e '/^\./d;/^.\./d;q'
 }
 
+# func_cygming_gnu_implib_p ARG
+# This predicate returns with zero status (TRUE) if
+# ARG is a GNU/binutils-style import library. Returns
+# with nonzero status (FALSE) otherwise.
+func_cygming_gnu_implib_p ()
+{
+  $opt_debug
+  func_to_tool_file "$1" func_convert_file_msys_to_w32
+  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
+  test -n "$func_cygming_gnu_implib_tmp"
+}
+
+# func_cygming_ms_implib_p ARG
+# This predicate returns with zero status (TRUE) if
+# ARG is an MS-style import library. Returns
+# with nonzero status (FALSE) otherwise.
+func_cygming_ms_implib_p ()
+{
+  $opt_debug
+  func_to_tool_file "$1" func_convert_file_msys_to_w32
+  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
+  test -n "$func_cygming_ms_implib_tmp"
+}
+
 # func_cygming_dll_for_implib_fallback ARG
 # Platform-specific function to extract the
 # name of the DLL associated with the specified
@@ -5066,17 +3695,16 @@ func_cygming_dll_for_implib_fallback_core ()
 #    $sharedlib_from_linklib_result
 func_cygming_dll_for_implib_fallback ()
 {
-  $debug_cmd
-
-  if func_cygming_gnu_implib_p "$1"; then
+  $opt_debug
+  if func_cygming_gnu_implib_p "$1" ; then
     # binutils import library
     sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
-  elif func_cygming_ms_implib_p "$1"; then
+  elif func_cygming_ms_implib_p "$1" ; then
     # ms-generated import library
     sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
   else
     # unknown
-    sharedlib_from_linklib_result=
+    sharedlib_from_linklib_result=""
   fi
 }
 
@@ -5084,11 +3712,10 @@ func_cygming_dll_for_implib_fallback ()
 # func_extract_an_archive dir oldlib
 func_extract_an_archive ()
 {
-    $debug_cmd
-
-    f_ex_an_ar_dir=$1; shift
-    f_ex_an_ar_oldlib=$1
-    if test yes = "$lock_old_archive_extraction"; then
+    $opt_debug
+    f_ex_an_ar_dir="$1"; shift
+    f_ex_an_ar_oldlib="$1"
+    if test "$lock_old_archive_extraction" = yes; then
       lockfile=$f_ex_an_ar_oldlib.lock
       until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
 	func_echo "Waiting for $lockfile to be removed"
@@ -5097,7 +3724,7 @@ func_extract_an_archive ()
     fi
     func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
 		   'stat=$?; rm -f "$lockfile"; exit $stat'
-    if test yes = "$lock_old_archive_extraction"; then
+    if test "$lock_old_archive_extraction" = yes; then
       $opt_dry_run || rm -f "$lockfile"
     fi
     if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
@@ -5111,23 +3738,22 @@ func_extract_an_archive ()
 # func_extract_archives gentop oldlib ...
 func_extract_archives ()
 {
-    $debug_cmd
-
-    my_gentop=$1; shift
+    $opt_debug
+    my_gentop="$1"; shift
     my_oldlibs=${1+"$@"}
-    my_oldobjs=
-    my_xlib=
-    my_xabs=
-    my_xdir=
+    my_oldobjs=""
+    my_xlib=""
+    my_xabs=""
+    my_xdir=""
 
     for my_xlib in $my_oldlibs; do
       # Extract the objects.
       case $my_xlib in
-	[\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;;
+	[\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
 	*) my_xabs=`pwd`"/$my_xlib" ;;
       esac
       func_basename "$my_xlib"
-      my_xlib=$func_basename_result
+      my_xlib="$func_basename_result"
       my_xlib_u=$my_xlib
       while :; do
         case " $extracted_archives " in
@@ -5139,7 +3765,7 @@ func_extract_archives ()
 	esac
       done
       extracted_archives="$extracted_archives $my_xlib_u"
-      my_xdir=$my_gentop/$my_xlib_u
+      my_xdir="$my_gentop/$my_xlib_u"
 
       func_mkdir_p "$my_xdir"
 
@@ -5152,23 +3778,22 @@ func_extract_archives ()
 	  cd $my_xdir || exit $?
 	  darwin_archive=$my_xabs
 	  darwin_curdir=`pwd`
-	  func_basename "$darwin_archive"
-	  darwin_base_archive=$func_basename_result
+	  darwin_base_archive=`basename "$darwin_archive"`
 	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
 	  if test -n "$darwin_arches"; then
 	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
 	    darwin_arch=
 	    func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
-	    for darwin_arch in  $darwin_arches; do
-	      func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch"
-	      $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive"
-	      cd "unfat-$$/$darwin_base_archive-$darwin_arch"
-	      func_extract_an_archive "`pwd`" "$darwin_base_archive"
+	    for darwin_arch in  $darwin_arches ; do
+	      func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
+	      cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
+	      func_extract_an_archive "`pwd`" "${darwin_base_archive}"
 	      cd "$darwin_curdir"
-	      $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
+	      $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
 	    done # $darwin_arches
             ## Okay now we've a bunch of thin objects, gotta fatten them up :)
-	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
+	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
 	    darwin_file=
 	    darwin_files=
 	    for darwin_file in $darwin_filelist; do
@@ -5190,7 +3815,7 @@ func_extract_archives ()
       my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
     done
 
-    func_extract_archives_result=$my_oldobjs
+    func_extract_archives_result="$my_oldobjs"
 }
 
 
@@ -5205,7 +3830,7 @@ func_extract_archives ()
 #
 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
 # variable will take.  If 'yes', then the emitted script
-# will assume that the directory where it is stored is
+# will assume that the directory in which it is stored is
 # the $objdir directory.  This is a cygwin/mingw-specific
 # behavior.
 func_emit_wrapper ()
@@ -5216,7 +3841,7 @@ func_emit_wrapper ()
 #! $SHELL
 
 # $output - temporary wrapper script for $objdir/$outputname
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 #
 # The $output program cannot be directly executed until all the libtool
 # libraries that it depends on are installed.
@@ -5273,9 +3898,9 @@ _LTECHO_EOF'
 
 # Very basic option parsing. These options are (a) specific to
 # the libtool wrapper, (b) are identical between the wrapper
-# /script/ and the wrapper /executable/ that is used only on
+# /script/ and the wrapper /executable/ which is used only on
 # windows platforms, and (c) all begin with the string "--lt-"
-# (application programs are unlikely to have options that match
+# (application programs are unlikely to have options which match
 # this pattern).
 #
 # There are only two supported options: --lt-debug and
@@ -5308,7 +3933,7 @@ func_parse_lt_options ()
 
   # Print the debug banner immediately:
   if test -n \"\$lt_option_debug\"; then
-    echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
+    echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
   fi
 }
 
@@ -5319,7 +3944,7 @@ func_lt_dump_args ()
   lt_dump_args_N=1;
   for lt_arg
   do
-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
+    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
     lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
   done
 }
@@ -5333,7 +3958,7 @@ func_exec_program_core ()
   *-*-mingw | *-*-os2* | *-cegcc*)
     $ECHO "\
       if test -n \"\$lt_option_debug\"; then
-        \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2
+        \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2
         func_lt_dump_args \${1+\"\$@\"} 1>&2
       fi
       exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
@@ -5343,7 +3968,7 @@ func_exec_program_core ()
   *)
     $ECHO "\
       if test -n \"\$lt_option_debug\"; then
-        \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2
+        \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2
         func_lt_dump_args \${1+\"\$@\"} 1>&2
       fi
       exec \"\$progdir/\$program\" \${1+\"\$@\"}
@@ -5418,13 +4043,13 @@ func_exec_program ()
   test -n \"\$absdir\" && thisdir=\"\$absdir\"
 "
 
-	if test yes = "$fast_install"; then
+	if test "$fast_install" = yes; then
 	  $ECHO "\
   program=lt-'$outputname'$exeext
   progdir=\"\$thisdir/$objdir\"
 
   if test ! -f \"\$progdir/\$program\" ||
-     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
+     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
        test \"X\$file\" != \"X\$progdir/\$program\"; }; then
 
     file=\"\$\$-\$program\"
@@ -5441,7 +4066,7 @@ func_exec_program ()
     if test -n \"\$relink_command\"; then
       if relink_command_output=\`eval \$relink_command 2>&1\`; then :
       else
-	\$ECHO \"\$relink_command_output\" >&2
+	$ECHO \"\$relink_command_output\" >&2
 	$RM \"\$progdir/\$file\"
 	exit 1
       fi
@@ -5476,7 +4101,7 @@ func_exec_program ()
 	fi
 
 	# Export our shlibpath_var if we have one.
-	if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
+	if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
 	  $ECHO "\
     # Add our own library path to $shlibpath_var
     $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
@@ -5496,7 +4121,7 @@ func_exec_program ()
     fi
   else
     # The program doesn't exist.
-    \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2
+    \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
     \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
     \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
     exit 1
@@ -5515,7 +4140,7 @@ func_emit_cwrapperexe_src ()
 	cat <<EOF
 
 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
-   Generated by $PROGRAM (GNU $PACKAGE) $VERSION
+   Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 
    The $output program cannot be directly executed until all the libtool
    libraries that it depends on are installed.
@@ -5550,45 +4175,47 @@ EOF
 #include <fcntl.h>
 #include <sys/stat.h>
 
-#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
-
 /* declarations of non-ANSI functions */
-#if defined __MINGW32__
+#if defined(__MINGW32__)
 # ifdef __STRICT_ANSI__
 int _putenv (const char *);
 # endif
-#elif defined __CYGWIN__
+#elif defined(__CYGWIN__)
 # ifdef __STRICT_ANSI__
 char *realpath (const char *, char *);
 int putenv (char *);
 int setenv (const char *, const char *, int);
 # endif
-/* #elif defined other_platform || defined ... */
+/* #elif defined (other platforms) ... */
 #endif
 
 /* portability defines, excluding path handling macros */
-#if defined _MSC_VER
+#if defined(_MSC_VER)
 # define setmode _setmode
 # define stat    _stat
 # define chmod   _chmod
 # define getcwd  _getcwd
 # define putenv  _putenv
 # define S_IXUSR _S_IEXEC
-#elif defined __MINGW32__
+# ifndef _INTPTR_T_DEFINED
+#  define _INTPTR_T_DEFINED
+#  define intptr_t int
+# endif
+#elif defined(__MINGW32__)
 # define setmode _setmode
 # define stat    _stat
 # define chmod   _chmod
 # define getcwd  _getcwd
 # define putenv  _putenv
-#elif defined __CYGWIN__
+#elif defined(__CYGWIN__)
 # define HAVE_SETENV
 # define FOPEN_WB "wb"
-/* #elif defined other platforms ... */
+/* #elif defined (other platforms) ... */
 #endif
 
-#if defined PATH_MAX
+#if defined(PATH_MAX)
 # define LT_PATHMAX PATH_MAX
-#elif defined MAXPATHLEN
+#elif defined(MAXPATHLEN)
 # define LT_PATHMAX MAXPATHLEN
 #else
 # define LT_PATHMAX 1024
@@ -5607,8 +4234,8 @@ int setenv (const char *, const char *, int);
 # define PATH_SEPARATOR ':'
 #endif
 
-#if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \
-  defined __OS2__
+#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
+  defined (__OS2__)
 # define HAVE_DOS_BASED_FILE_SYSTEM
 # define FOPEN_WB "wb"
 # ifndef DIR_SEPARATOR_2
@@ -5641,10 +4268,10 @@ int setenv (const char *, const char *, int);
 
 #define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
 #define XFREE(stale) do { \
-  if (stale) { free (stale); stale = 0; } \
+  if (stale) { free ((void *) stale); stale = 0; } \
 } while (0)
 
-#if defined LT_DEBUGWRAPPER
+#if defined(LT_DEBUGWRAPPER)
 static int lt_debug = 1;
 #else
 static int lt_debug = 0;
@@ -5673,16 +4300,11 @@ void lt_dump_script (FILE *f);
 EOF
 
 	    cat <<EOF
-#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
-# define externally_visible volatile
-#else
-# define externally_visible __attribute__((externally_visible)) volatile
-#endif
-externally_visible const char * MAGIC_EXE = "$magic_exe";
+volatile const char * MAGIC_EXE = "$magic_exe";
 const char * LIB_PATH_VARNAME = "$shlibpath_var";
 EOF
 
-	    if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
+	    if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
               func_to_host_path "$temp_rpath"
 	      cat <<EOF
 const char * LIB_PATH_VALUE   = "$func_to_host_path_result";
@@ -5706,7 +4328,7 @@ const char * EXE_PATH_VALUE   = "";
 EOF
 	    fi
 
-	    if test yes = "$fast_install"; then
+	    if test "$fast_install" = yes; then
 	      cat <<EOF
 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
 EOF
@@ -5735,12 +4357,12 @@ main (int argc, char *argv[])
   char *actual_cwrapper_name;
   char *target_name;
   char *lt_argv_zero;
-  int rval = 127;
+  intptr_t rval = 127;
 
   int i;
 
   program_name = (char *) xstrdup (base_name (argv[0]));
-  newargz = XMALLOC (char *, (size_t) argc + 1);
+  newargz = XMALLOC (char *, argc + 1);
 
   /* very simple arg parsing; don't want to rely on getopt
    * also, copy all non cwrapper options to newargz, except
@@ -5749,10 +4371,10 @@ main (int argc, char *argv[])
   newargc=0;
   for (i = 1; i < argc; i++)
     {
-      if (STREQ (argv[i], dumpscript_opt))
+      if (strcmp (argv[i], dumpscript_opt) == 0)
 	{
 EOF
-	    case $host in
+	    case "$host" in
 	      *mingw* | *cygwin* )
 		# make stdout use "unix" line endings
 		echo "          setmode(1,_O_BINARY);"
@@ -5763,12 +4385,12 @@ EOF
 	  lt_dump_script (stdout);
 	  return 0;
 	}
-      if (STREQ (argv[i], debug_opt))
+      if (strcmp (argv[i], debug_opt) == 0)
 	{
           lt_debug = 1;
           continue;
 	}
-      if (STREQ (argv[i], ltwrapper_option_prefix))
+      if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
         {
           /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
              namespace, but it is not one of the ones we know about and
@@ -5791,7 +4413,7 @@ EOF
 EOF
 	    cat <<EOF
   /* The GNU banner must be the first non-error debug message */
-  lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
+  lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
 EOF
 	    cat <<"EOF"
   lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
@@ -5902,7 +4524,7 @@ EOF
 		cat <<"EOF"
   /* execv doesn't actually work on mingw as expected on unix */
   newargz = prepare_spawn (newargz);
-  rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
+  rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
   if (rval == -1)
     {
       /* failed to start process */
@@ -5947,7 +4569,7 @@ base_name (const char *name)
 {
   const char *base;
 
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
   /* Skip over the disk name in MSDOS pathnames. */
   if (isalpha ((unsigned char) name[0]) && name[1] == ':')
     name += 2;
@@ -6006,7 +4628,7 @@ find_executable (const char *wrapper)
   const char *p_next;
   /* static buffer for getcwd */
   char tmp[LT_PATHMAX + 1];
-  size_t tmp_len;
+  int tmp_len;
   char *concat_name;
 
   lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
@@ -6016,7 +4638,7 @@ find_executable (const char *wrapper)
     return NULL;
 
   /* Absolute path? */
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
   if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
     {
       concat_name = xstrdup (wrapper);
@@ -6034,7 +4656,7 @@ find_executable (const char *wrapper)
 	    return concat_name;
 	  XFREE (concat_name);
 	}
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
     }
 #endif
 
@@ -6057,7 +4679,7 @@ find_executable (const char *wrapper)
 	      for (q = p; *q; q++)
 		if (IS_PATH_SEPARATOR (*q))
 		  break;
-	      p_len = (size_t) (q - p);
+	      p_len = q - p;
 	      p_next = (*q == '\0' ? q : q + 1);
 	      if (p_len == 0)
 		{
@@ -6176,7 +4798,7 @@ strendzap (char *str, const char *pat)
   if (patlen <= len)
     {
       str += len - patlen;
-      if (STREQ (str, pat))
+      if (strcmp (str, pat) == 0)
 	*str = '\0';
     }
   return str;
@@ -6241,7 +4863,7 @@ lt_setenv (const char *name, const char *value)
     char *str = xstrdup (value);
     setenv (name, str, 1);
 #else
-    size_t len = strlen (name) + 1 + strlen (value) + 1;
+    int len = strlen (name) + 1 + strlen (value) + 1;
     char *str = XMALLOC (char, len);
     sprintf (str, "%s=%s", name, value);
     if (putenv (str) != EXIT_SUCCESS)
@@ -6258,8 +4880,8 @@ lt_extend_str (const char *orig_value, const char *add, int to_end)
   char *new_value;
   if (orig_value && *orig_value)
     {
-      size_t orig_value_len = strlen (orig_value);
-      size_t add_len = strlen (add);
+      int orig_value_len = strlen (orig_value);
+      int add_len = strlen (add);
       new_value = XMALLOC (char, add_len + orig_value_len + 1);
       if (to_end)
         {
@@ -6290,10 +4912,10 @@ lt_update_exe_path (const char *name, const char *value)
     {
       char *new_value = lt_extend_str (getenv (name), value, 0);
       /* some systems can't cope with a ':'-terminated path #' */
-      size_t len = strlen (new_value);
-      while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
+      int len = strlen (new_value);
+      while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
         {
-          new_value[--len] = '\0';
+          new_value[len-1] = '\0';
         }
       lt_setenv (name, new_value);
       XFREE (new_value);
@@ -6460,47 +5082,27 @@ EOF
 # True if ARG is an import lib, as indicated by $file_magic_cmd
 func_win32_import_lib_p ()
 {
-    $debug_cmd
-
+    $opt_debug
     case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
     *import*) : ;;
     *) false ;;
     esac
 }
 
-# func_suncc_cstd_abi
-# !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!!
-# Several compiler flags select an ABI that is incompatible with the
-# Cstd library. Avoid specifying it if any are in CXXFLAGS.
-func_suncc_cstd_abi ()
-{
-    $debug_cmd
-
-    case " $compile_command " in
-    *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*)
-      suncc_use_cstd_abi=no
-      ;;
-    *)
-      suncc_use_cstd_abi=yes
-      ;;
-    esac
-}
-
 # func_mode_link arg...
 func_mode_link ()
 {
-    $debug_cmd
-
+    $opt_debug
     case $host in
     *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
       # It is impossible to link a dll without this setting, and
       # we shouldn't force the makefile maintainer to figure out
-      # what system we are compiling for in order to pass an extra
+      # which system we are compiling for in order to pass an extra
       # flag for every libtool invocation.
       # allow_undefined=no
 
       # FIXME: Unfortunately, there are problems with the above when trying
-      # to make a dll that has undefined symbols, in which case not
+      # to make a dll which has undefined symbols, in which case not
       # even a static library is built.  For now, we need to specify
       # -no-undefined on the libtool link line when we can be certain
       # that all symbols are satisfied, otherwise we get a static library.
@@ -6544,11 +5146,10 @@ func_mode_link ()
     module=no
     no_install=no
     objs=
-    os2dllname=
     non_pic_objects=
     precious_files_regex=
     prefer_static_libs=no
-    preload=false
+    preload=no
     prev=
     prevarg=
     release=
@@ -6560,7 +5161,7 @@ func_mode_link ()
     vinfo=
     vinfo_number=no
     weak_libs=
-    single_module=$wl-single_module
+    single_module="${wl}-single_module"
     func_infer_tag $base_compile
 
     # We need to know -static, to get the right output filenames.
@@ -6568,15 +5169,15 @@ func_mode_link ()
     do
       case $arg in
       -shared)
-	test yes != "$build_libtool_libs" \
-	  && func_fatal_configuration "cannot build a shared library"
+	test "$build_libtool_libs" != yes && \
+	  func_fatal_configuration "can not build a shared library"
 	build_old_libs=no
 	break
 	;;
       -all-static | -static | -static-libtool-libs)
 	case $arg in
 	-all-static)
-	  if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then
+	  if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
 	    func_warning "complete static linking is impossible in this configuration"
 	  fi
 	  if test -n "$link_static_flag"; then
@@ -6609,7 +5210,7 @@ func_mode_link ()
 
     # Go through the arguments, transforming them on the way.
     while test "$#" -gt 0; do
-      arg=$1
+      arg="$1"
       shift
       func_quote_for_eval "$arg"
       qarg=$func_quote_for_eval_unquoted_result
@@ -6626,21 +5227,21 @@ func_mode_link ()
 
 	case $prev in
 	bindir)
-	  bindir=$arg
+	  bindir="$arg"
 	  prev=
 	  continue
 	  ;;
 	dlfiles|dlprefiles)
-	  $preload || {
+	  if test "$preload" = no; then
 	    # Add the symbol object into the linking commands.
 	    func_append compile_command " @SYMFILE@"
 	    func_append finalize_command " @SYMFILE@"
-	    preload=:
-	  }
+	    preload=yes
+	  fi
 	  case $arg in
 	  *.la | *.lo) ;;  # We handle these cases below.
 	  force)
-	    if test no = "$dlself"; then
+	    if test "$dlself" = no; then
 	      dlself=needless
 	      export_dynamic=yes
 	    fi
@@ -6648,9 +5249,9 @@ func_mode_link ()
 	    continue
 	    ;;
 	  self)
-	    if test dlprefiles = "$prev"; then
+	    if test "$prev" = dlprefiles; then
 	      dlself=yes
-	    elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then
+	    elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
 	      dlself=yes
 	    else
 	      dlself=needless
@@ -6660,7 +5261,7 @@ func_mode_link ()
 	    continue
 	    ;;
 	  *)
-	    if test dlfiles = "$prev"; then
+	    if test "$prev" = dlfiles; then
 	      func_append dlfiles " $arg"
 	    else
 	      func_append dlprefiles " $arg"
@@ -6671,14 +5272,14 @@ func_mode_link ()
 	  esac
 	  ;;
 	expsyms)
-	  export_symbols=$arg
+	  export_symbols="$arg"
 	  test -f "$arg" \
-	    || func_fatal_error "symbol file '$arg' does not exist"
+	    || func_fatal_error "symbol file \`$arg' does not exist"
 	  prev=
 	  continue
 	  ;;
 	expsyms_regex)
-	  export_symbols_regex=$arg
+	  export_symbols_regex="$arg"
 	  prev=
 	  continue
 	  ;;
@@ -6696,13 +5297,7 @@ func_mode_link ()
 	  continue
 	  ;;
 	inst_prefix)
-	  inst_prefix_dir=$arg
-	  prev=
-	  continue
-	  ;;
-	mllvm)
-	  # Clang does not use LLVM to link, so we can simply discard any
-	  # '-mllvm $arg' options when doing the link step.
+	  inst_prefix_dir="$arg"
 	  prev=
 	  continue
 	  ;;
@@ -6726,21 +5321,21 @@ func_mode_link ()
 
 		if test -z "$pic_object" ||
 		   test -z "$non_pic_object" ||
-		   test none = "$pic_object" &&
-		   test none = "$non_pic_object"; then
-		  func_fatal_error "cannot find name of object for '$arg'"
+		   test "$pic_object" = none &&
+		   test "$non_pic_object" = none; then
+		  func_fatal_error "cannot find name of object for \`$arg'"
 		fi
 
 		# Extract subdirectory from the argument.
 		func_dirname "$arg" "/" ""
-		xdir=$func_dirname_result
+		xdir="$func_dirname_result"
 
-		if test none != "$pic_object"; then
+		if test "$pic_object" != none; then
 		  # Prepend the subdirectory the object is found in.
-		  pic_object=$xdir$pic_object
+		  pic_object="$xdir$pic_object"
 
-		  if test dlfiles = "$prev"; then
-		    if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
+		  if test "$prev" = dlfiles; then
+		    if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
 		      func_append dlfiles " $pic_object"
 		      prev=
 		      continue
@@ -6751,7 +5346,7 @@ func_mode_link ()
 		  fi
 
 		  # CHECK ME:  I think I busted this.  -Ossama
-		  if test dlprefiles = "$prev"; then
+		  if test "$prev" = dlprefiles; then
 		    # Preload the old-style object.
 		    func_append dlprefiles " $pic_object"
 		    prev=
@@ -6759,23 +5354,23 @@ func_mode_link ()
 
 		  # A PIC object.
 		  func_append libobjs " $pic_object"
-		  arg=$pic_object
+		  arg="$pic_object"
 		fi
 
 		# Non-PIC object.
-		if test none != "$non_pic_object"; then
+		if test "$non_pic_object" != none; then
 		  # Prepend the subdirectory the object is found in.
-		  non_pic_object=$xdir$non_pic_object
+		  non_pic_object="$xdir$non_pic_object"
 
 		  # A standard non-PIC object
 		  func_append non_pic_objects " $non_pic_object"
-		  if test -z "$pic_object" || test none = "$pic_object"; then
-		    arg=$non_pic_object
+		  if test -z "$pic_object" || test "$pic_object" = none ; then
+		    arg="$non_pic_object"
 		  fi
 		else
 		  # If the PIC object exists, use it instead.
 		  # $xdir was prepended to $pic_object above.
-		  non_pic_object=$pic_object
+		  non_pic_object="$pic_object"
 		  func_append non_pic_objects " $non_pic_object"
 		fi
 	      else
@@ -6783,7 +5378,7 @@ func_mode_link ()
 		if $opt_dry_run; then
 		  # Extract subdirectory from the argument.
 		  func_dirname "$arg" "/" ""
-		  xdir=$func_dirname_result
+		  xdir="$func_dirname_result"
 
 		  func_lo2o "$arg"
 		  pic_object=$xdir$objdir/$func_lo2o_result
@@ -6791,29 +5386,24 @@ func_mode_link ()
 		  func_append libobjs " $pic_object"
 		  func_append non_pic_objects " $non_pic_object"
 	        else
-		  func_fatal_error "'$arg' is not a valid libtool object"
+		  func_fatal_error "\`$arg' is not a valid libtool object"
 		fi
 	      fi
 	    done
 	  else
-	    func_fatal_error "link input file '$arg' does not exist"
+	    func_fatal_error "link input file \`$arg' does not exist"
 	  fi
 	  arg=$save_arg
 	  prev=
 	  continue
 	  ;;
-	os2dllname)
-	  os2dllname=$arg
-	  prev=
-	  continue
-	  ;;
 	precious_regex)
-	  precious_files_regex=$arg
+	  precious_files_regex="$arg"
 	  prev=
 	  continue
 	  ;;
 	release)
-	  release=-$arg
+	  release="-$arg"
 	  prev=
 	  continue
 	  ;;
@@ -6825,7 +5415,7 @@ func_mode_link ()
 	    func_fatal_error "only absolute run-paths are allowed"
 	    ;;
 	  esac
-	  if test rpath = "$prev"; then
+	  if test "$prev" = rpath; then
 	    case "$rpath " in
 	    *" $arg "*) ;;
 	    *) func_append rpath " $arg" ;;
@@ -6840,7 +5430,7 @@ func_mode_link ()
 	  continue
 	  ;;
 	shrext)
-	  shrext_cmds=$arg
+	  shrext_cmds="$arg"
 	  prev=
 	  continue
 	  ;;
@@ -6880,7 +5470,7 @@ func_mode_link ()
 	esac
       fi # test -n "$prev"
 
-      prevarg=$arg
+      prevarg="$arg"
 
       case $arg in
       -all-static)
@@ -6894,7 +5484,7 @@ func_mode_link ()
 
       -allow-undefined)
 	# FIXME: remove this flag sometime in the future.
-	func_fatal_error "'-allow-undefined' must not be used because it is the default"
+	func_fatal_error "\`-allow-undefined' must not be used because it is the default"
 	;;
 
       -avoid-version)
@@ -6926,7 +5516,7 @@ func_mode_link ()
 	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
 	  func_fatal_error "more than one -exported-symbols argument is not allowed"
 	fi
-	if test X-export-symbols = "X$arg"; then
+	if test "X$arg" = "X-export-symbols"; then
 	  prev=expsyms
 	else
 	  prev=expsyms_regex
@@ -6960,9 +5550,9 @@ func_mode_link ()
 	func_stripname "-L" '' "$arg"
 	if test -z "$func_stripname_result"; then
 	  if test "$#" -gt 0; then
-	    func_fatal_error "require no space between '-L' and '$1'"
+	    func_fatal_error "require no space between \`-L' and \`$1'"
 	  else
-	    func_fatal_error "need path for '-L' option"
+	    func_fatal_error "need path for \`-L' option"
 	  fi
 	fi
 	func_resolve_sysroot "$func_stripname_result"
@@ -6973,8 +5563,8 @@ func_mode_link ()
 	*)
 	  absdir=`cd "$dir" && pwd`
 	  test -z "$absdir" && \
-	    func_fatal_error "cannot determine absolute directory name of '$dir'"
-	  dir=$absdir
+	    func_fatal_error "cannot determine absolute directory name of \`$dir'"
+	  dir="$absdir"
 	  ;;
 	esac
 	case "$deplibs " in
@@ -7009,7 +5599,7 @@ func_mode_link ()
 	;;
 
       -l*)
-	if test X-lc = "X$arg" || test X-lm = "X$arg"; then
+	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
 	  case $host in
 	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
 	    # These systems don't actually have a C or math library (as such)
@@ -7017,11 +5607,11 @@ func_mode_link ()
 	    ;;
 	  *-*-os2*)
 	    # These systems don't actually have a C library (as such)
-	    test X-lc = "X$arg" && continue
+	    test "X$arg" = "X-lc" && continue
 	    ;;
-	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
+	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 	    # Do not include libc due to us having libc/libc_r.
-	    test X-lc = "X$arg" && continue
+	    test "X$arg" = "X-lc" && continue
 	    ;;
 	  *-*-rhapsody* | *-*-darwin1.[012])
 	    # Rhapsody C and math libraries are in the System framework
@@ -7030,16 +5620,16 @@ func_mode_link ()
 	    ;;
 	  *-*-sco3.2v5* | *-*-sco5v6*)
 	    # Causes problems with __ctype
-	    test X-lc = "X$arg" && continue
+	    test "X$arg" = "X-lc" && continue
 	    ;;
 	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
 	    # Compiler inserts libc in the correct place for threads to work
-	    test X-lc = "X$arg" && continue
+	    test "X$arg" = "X-lc" && continue
 	    ;;
 	  esac
-	elif test X-lc_r = "X$arg"; then
+	elif test "X$arg" = "X-lc_r"; then
 	 case $host in
-	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
+	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 	   # Do not include libc_r directly, use -pthread flag.
 	   continue
 	   ;;
@@ -7049,11 +5639,6 @@ func_mode_link ()
 	continue
 	;;
 
-      -mllvm)
-	prev=mllvm
-	continue
-	;;
-
       -module)
 	module=yes
 	continue
@@ -7083,7 +5668,7 @@ func_mode_link ()
 	;;
 
       -multi_module)
-	single_module=$wl-multi_module
+	single_module="${wl}-multi_module"
 	continue
 	;;
 
@@ -7097,8 +5682,8 @@ func_mode_link ()
 	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
 	  # The PATH hackery in wrapper scripts is required on Windows
 	  # and Darwin in order for the loader to find any dlls it needs.
-	  func_warning "'-no-install' is ignored for $host"
-	  func_warning "assuming '-no-fast-install' instead"
+	  func_warning "\`-no-install' is ignored for $host"
+	  func_warning "assuming \`-no-fast-install' instead"
 	  fast_install=no
 	  ;;
 	*) no_install=yes ;;
@@ -7116,11 +5701,6 @@ func_mode_link ()
 	continue
 	;;
 
-      -os2dllname)
-	prev=os2dllname
-	continue
-	;;
-
       -o) prev=output ;;
 
       -precious-files-regex)
@@ -7208,14 +5788,14 @@ func_mode_link ()
 	func_stripname '-Wc,' '' "$arg"
 	args=$func_stripname_result
 	arg=
-	save_ifs=$IFS; IFS=,
+	save_ifs="$IFS"; IFS=','
 	for flag in $args; do
-	  IFS=$save_ifs
+	  IFS="$save_ifs"
           func_quote_for_eval "$flag"
 	  func_append arg " $func_quote_for_eval_result"
 	  func_append compiler_flags " $func_quote_for_eval_result"
 	done
-	IFS=$save_ifs
+	IFS="$save_ifs"
 	func_stripname ' ' '' "$arg"
 	arg=$func_stripname_result
 	;;
@@ -7224,15 +5804,15 @@ func_mode_link ()
 	func_stripname '-Wl,' '' "$arg"
 	args=$func_stripname_result
 	arg=
-	save_ifs=$IFS; IFS=,
+	save_ifs="$IFS"; IFS=','
 	for flag in $args; do
-	  IFS=$save_ifs
+	  IFS="$save_ifs"
           func_quote_for_eval "$flag"
 	  func_append arg " $wl$func_quote_for_eval_result"
 	  func_append compiler_flags " $wl$func_quote_for_eval_result"
 	  func_append linker_flags " $func_quote_for_eval_result"
 	done
-	IFS=$save_ifs
+	IFS="$save_ifs"
 	func_stripname ' ' '' "$arg"
 	arg=$func_stripname_result
 	;;
@@ -7255,7 +5835,7 @@ func_mode_link ()
       # -msg_* for osf cc
       -msg_*)
 	func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
+	arg="$func_quote_for_eval_result"
 	;;
 
       # Flags to be passed through unchanged, with rationale:
@@ -7267,46 +5847,25 @@ func_mode_link ()
       # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
       # -F/path              path to uninstalled frameworks, gcc on darwin
       # -p, -pg, --coverage, -fprofile-*  profiling flags for GCC
-      # -fstack-protector*   stack protector flags for GCC
       # @file                GCC response files
       # -tp=*                Portland pgcc target processor selection
       # --sysroot=*          for sysroot support
-      # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
-      # -stdlib=*            select c++ std lib with clang
+      # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
+      -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
         func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
+	arg="$func_quote_for_eval_result"
         func_append compile_command " $arg"
         func_append finalize_command " $arg"
         func_append compiler_flags " $arg"
         continue
         ;;
 
-      -Z*)
-        if test os2 = "`expr $host : '.*\(os2\)'`"; then
-          # OS/2 uses -Zxxx to specify OS/2-specific options
-	  compiler_flags="$compiler_flags $arg"
-	  func_append compile_command " $arg"
-	  func_append finalize_command " $arg"
-	  case $arg in
-	  -Zlinker | -Zstack)
-	    prev=xcompiler
-	    ;;
-	  esac
-	  continue
-        else
-	  # Otherwise treat like 'Some other compiler flag' below
-	  func_quote_for_eval "$arg"
-	  arg=$func_quote_for_eval_result
-        fi
-	;;
-
       # Some other compiler flag.
       -* | +*)
         func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
+	arg="$func_quote_for_eval_result"
 	;;
 
       *.$objext)
@@ -7327,21 +5886,21 @@ func_mode_link ()
 
 	  if test -z "$pic_object" ||
 	     test -z "$non_pic_object" ||
-	     test none = "$pic_object" &&
-	     test none = "$non_pic_object"; then
-	    func_fatal_error "cannot find name of object for '$arg'"
+	     test "$pic_object" = none &&
+	     test "$non_pic_object" = none; then
+	    func_fatal_error "cannot find name of object for \`$arg'"
 	  fi
 
 	  # Extract subdirectory from the argument.
 	  func_dirname "$arg" "/" ""
-	  xdir=$func_dirname_result
+	  xdir="$func_dirname_result"
 
-	  test none = "$pic_object" || {
+	  if test "$pic_object" != none; then
 	    # Prepend the subdirectory the object is found in.
-	    pic_object=$xdir$pic_object
+	    pic_object="$xdir$pic_object"
 
-	    if test dlfiles = "$prev"; then
-	      if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
+	    if test "$prev" = dlfiles; then
+	      if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
 		func_append dlfiles " $pic_object"
 		prev=
 		continue
@@ -7352,7 +5911,7 @@ func_mode_link ()
 	    fi
 
 	    # CHECK ME:  I think I busted this.  -Ossama
-	    if test dlprefiles = "$prev"; then
+	    if test "$prev" = dlprefiles; then
 	      # Preload the old-style object.
 	      func_append dlprefiles " $pic_object"
 	      prev=
@@ -7360,23 +5919,23 @@ func_mode_link ()
 
 	    # A PIC object.
 	    func_append libobjs " $pic_object"
-	    arg=$pic_object
-	  }
+	    arg="$pic_object"
+	  fi
 
 	  # Non-PIC object.
-	  if test none != "$non_pic_object"; then
+	  if test "$non_pic_object" != none; then
 	    # Prepend the subdirectory the object is found in.
-	    non_pic_object=$xdir$non_pic_object
+	    non_pic_object="$xdir$non_pic_object"
 
 	    # A standard non-PIC object
 	    func_append non_pic_objects " $non_pic_object"
-	    if test -z "$pic_object" || test none = "$pic_object"; then
-	      arg=$non_pic_object
+	    if test -z "$pic_object" || test "$pic_object" = none ; then
+	      arg="$non_pic_object"
 	    fi
 	  else
 	    # If the PIC object exists, use it instead.
 	    # $xdir was prepended to $pic_object above.
-	    non_pic_object=$pic_object
+	    non_pic_object="$pic_object"
 	    func_append non_pic_objects " $non_pic_object"
 	  fi
 	else
@@ -7384,7 +5943,7 @@ func_mode_link ()
 	  if $opt_dry_run; then
 	    # Extract subdirectory from the argument.
 	    func_dirname "$arg" "/" ""
-	    xdir=$func_dirname_result
+	    xdir="$func_dirname_result"
 
 	    func_lo2o "$arg"
 	    pic_object=$xdir$objdir/$func_lo2o_result
@@ -7392,7 +5951,7 @@ func_mode_link ()
 	    func_append libobjs " $pic_object"
 	    func_append non_pic_objects " $non_pic_object"
 	  else
-	    func_fatal_error "'$arg' is not a valid libtool object"
+	    func_fatal_error "\`$arg' is not a valid libtool object"
 	  fi
 	fi
 	;;
@@ -7408,11 +5967,11 @@ func_mode_link ()
 	# A libtool-controlled library.
 
 	func_resolve_sysroot "$arg"
-	if test dlfiles = "$prev"; then
+	if test "$prev" = dlfiles; then
 	  # This library was specified with -dlopen.
 	  func_append dlfiles " $func_resolve_sysroot_result"
 	  prev=
-	elif test dlprefiles = "$prev"; then
+	elif test "$prev" = dlprefiles; then
 	  # The library was specified with -dlpreopen.
 	  func_append dlprefiles " $func_resolve_sysroot_result"
 	  prev=
@@ -7427,7 +5986,7 @@ func_mode_link ()
 	# Unknown arguments in both finalize_command and compile_command need
 	# to be aesthetically quoted because they are evaled later.
 	func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
+	arg="$func_quote_for_eval_result"
 	;;
       esac # arg
 
@@ -7439,9 +5998,9 @@ func_mode_link ()
     done # argument parsing loop
 
     test -n "$prev" && \
-      func_fatal_help "the '$prevarg' option requires an argument"
+      func_fatal_help "the \`$prevarg' option requires an argument"
 
-    if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
+    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
       eval arg=\"$export_dynamic_flag_spec\"
       func_append compile_command " $arg"
       func_append finalize_command " $arg"
@@ -7450,23 +6009,20 @@ func_mode_link ()
     oldlibs=
     # calculate the name of the file, without its directory
     func_basename "$output"
-    outputname=$func_basename_result
-    libobjs_save=$libobjs
+    outputname="$func_basename_result"
+    libobjs_save="$libobjs"
 
     if test -n "$shlibpath_var"; then
       # get the directories listed in $shlibpath_var
-      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
+      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
     else
       shlib_search_path=
     fi
     eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
     eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
 
-    # Definition is injected by LT_CONFIG during libtool generation.
-    func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH"
-
     func_dirname "$output" "/" ""
-    output_objdir=$func_dirname_result$objdir
+    output_objdir="$func_dirname_result$objdir"
     func_to_tool_file "$output_objdir/"
     tool_output_objdir=$func_to_tool_file_result
     # Create the object directory.
@@ -7489,7 +6045,7 @@ func_mode_link ()
     # Find all interdependent deplibs by searching for libraries
     # that are linked more than once (e.g. -la -lb -la)
     for deplib in $deplibs; do
-      if $opt_preserve_dup_deps; then
+      if $opt_preserve_dup_deps ; then
 	case "$libs " in
 	*" $deplib "*) func_append specialdeplibs " $deplib" ;;
 	esac
@@ -7497,7 +6053,7 @@ func_mode_link ()
       func_append libs " $deplib"
     done
 
-    if test lib = "$linkmode"; then
+    if test "$linkmode" = lib; then
       libs="$predeps $libs $compiler_lib_search_path $postdeps"
 
       # Compute libraries that are listed more than once in $predeps
@@ -7529,7 +6085,7 @@ func_mode_link ()
 	  case $file in
 	  *.la) ;;
 	  *)
-	    func_fatal_help "libraries can '-dlopen' only libtool libraries: $file"
+	    func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
 	    ;;
 	  esac
 	done
@@ -7537,7 +6093,7 @@ func_mode_link ()
     prog)
 	compile_deplibs=
 	finalize_deplibs=
-	alldeplibs=false
+	alldeplibs=no
 	newdlfiles=
 	newdlprefiles=
 	passes="conv scan dlopen dlpreopen link"
@@ -7549,29 +6105,32 @@ func_mode_link ()
     for pass in $passes; do
       # The preopen pass in lib mode reverses $deplibs; put it back here
       # so that -L comes before libs that need it for instance...
-      if test lib,link = "$linkmode,$pass"; then
+      if test "$linkmode,$pass" = "lib,link"; then
 	## FIXME: Find the place where the list is rebuilt in the wrong
 	##        order, and fix it there properly
         tmp_deplibs=
 	for deplib in $deplibs; do
 	  tmp_deplibs="$deplib $tmp_deplibs"
 	done
-	deplibs=$tmp_deplibs
+	deplibs="$tmp_deplibs"
       fi
 
-      if test lib,link = "$linkmode,$pass" ||
-	 test prog,scan = "$linkmode,$pass"; then
-	libs=$deplibs
+      if test "$linkmode,$pass" = "lib,link" ||
+	 test "$linkmode,$pass" = "prog,scan"; then
+	libs="$deplibs"
 	deplibs=
       fi
-      if test prog = "$linkmode"; then
+      if test "$linkmode" = prog; then
 	case $pass in
-	dlopen) libs=$dlfiles ;;
-	dlpreopen) libs=$dlprefiles ;;
-	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+	dlopen) libs="$dlfiles" ;;
+	dlpreopen) libs="$dlprefiles" ;;
+	link)
+	  libs="$deplibs %DEPLIBS%"
+	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+	  ;;
 	esac
       fi
-      if test lib,dlpreopen = "$linkmode,$pass"; then
+      if test "$linkmode,$pass" = "lib,dlpreopen"; then
 	# Collect and forward deplibs of preopened libtool libs
 	for lib in $dlprefiles; do
 	  # Ignore non-libtool-libs
@@ -7592,26 +6151,26 @@ func_mode_link ()
 	    esac
 	  done
 	done
-	libs=$dlprefiles
+	libs="$dlprefiles"
       fi
-      if test dlopen = "$pass"; then
+      if test "$pass" = dlopen; then
 	# Collect dlpreopened libraries
-	save_deplibs=$deplibs
+	save_deplibs="$deplibs"
 	deplibs=
       fi
 
       for deplib in $libs; do
 	lib=
-	found=false
+	found=no
 	case $deplib in
 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
         |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
-	  if test prog,link = "$linkmode,$pass"; then
+	  if test "$linkmode,$pass" = "prog,link"; then
 	    compile_deplibs="$deplib $compile_deplibs"
 	    finalize_deplibs="$deplib $finalize_deplibs"
 	  else
 	    func_append compiler_flags " $deplib"
-	    if test lib = "$linkmode"; then
+	    if test "$linkmode" = lib ; then
 		case "$new_inherited_linker_flags " in
 		    *" $deplib "*) ;;
 		    * ) func_append new_inherited_linker_flags " $deplib" ;;
@@ -7621,13 +6180,13 @@ func_mode_link ()
 	  continue
 	  ;;
 	-l*)
-	  if test lib != "$linkmode" && test prog != "$linkmode"; then
-	    func_warning "'-l' is ignored for archives/objects"
+	  if test "$linkmode" != lib && test "$linkmode" != prog; then
+	    func_warning "\`-l' is ignored for archives/objects"
 	    continue
 	  fi
 	  func_stripname '-l' '' "$deplib"
 	  name=$func_stripname_result
-	  if test lib = "$linkmode"; then
+	  if test "$linkmode" = lib; then
 	    searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
 	  else
 	    searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
@@ -7635,22 +6194,31 @@ func_mode_link ()
 	  for searchdir in $searchdirs; do
 	    for search_ext in .la $std_shrext .so .a; do
 	      # Search the libtool library
-	      lib=$searchdir/lib$name$search_ext
+	      lib="$searchdir/lib${name}${search_ext}"
 	      if test -f "$lib"; then
-		if test .la = "$search_ext"; then
-		  found=:
+		if test "$search_ext" = ".la"; then
+		  found=yes
 		else
-		  found=false
+		  found=no
 		fi
 		break 2
 	      fi
 	    done
 	  done
-	  if $found; then
-	    # deplib is a libtool library
+	  if test "$found" != yes; then
+	    # deplib doesn't seem to be a libtool library
+	    if test "$linkmode,$pass" = "prog,link"; then
+	      compile_deplibs="$deplib $compile_deplibs"
+	      finalize_deplibs="$deplib $finalize_deplibs"
+	    else
+	      deplibs="$deplib $deplibs"
+	      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
+	    fi
+	    continue
+	  else # deplib is a libtool library
 	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
 	    # We need to do some special things here, and not later.
-	    if test yes = "$allow_libtool_libs_with_static_runtimes"; then
+	    if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 	      case " $predeps $postdeps " in
 	      *" $deplib "*)
 		if func_lalib_p "$lib"; then
@@ -7658,19 +6226,19 @@ func_mode_link ()
 		  old_library=
 		  func_source "$lib"
 		  for l in $old_library $library_names; do
-		    ll=$l
+		    ll="$l"
 		  done
-		  if test "X$ll" = "X$old_library"; then # only static version available
-		    found=false
+		  if test "X$ll" = "X$old_library" ; then # only static version available
+		    found=no
 		    func_dirname "$lib" "" "."
-		    ladir=$func_dirname_result
+		    ladir="$func_dirname_result"
 		    lib=$ladir/$old_library
-		    if test prog,link = "$linkmode,$pass"; then
+		    if test "$linkmode,$pass" = "prog,link"; then
 		      compile_deplibs="$deplib $compile_deplibs"
 		      finalize_deplibs="$deplib $finalize_deplibs"
 		    else
 		      deplibs="$deplib $deplibs"
-		      test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
+		      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
 		    fi
 		    continue
 		  fi
@@ -7679,25 +6247,15 @@ func_mode_link ()
 	      *) ;;
 	      esac
 	    fi
-	  else
-	    # deplib doesn't seem to be a libtool library
-	    if test prog,link = "$linkmode,$pass"; then
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    else
-	      deplibs="$deplib $deplibs"
-	      test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
-	    fi
-	    continue
 	  fi
 	  ;; # -l
 	*.ltframework)
-	  if test prog,link = "$linkmode,$pass"; then
+	  if test "$linkmode,$pass" = "prog,link"; then
 	    compile_deplibs="$deplib $compile_deplibs"
 	    finalize_deplibs="$deplib $finalize_deplibs"
 	  else
 	    deplibs="$deplib $deplibs"
-	    if test lib = "$linkmode"; then
+	    if test "$linkmode" = lib ; then
 		case "$new_inherited_linker_flags " in
 		    *" $deplib "*) ;;
 		    * ) func_append new_inherited_linker_flags " $deplib" ;;
@@ -7710,18 +6268,18 @@ func_mode_link ()
 	  case $linkmode in
 	  lib)
 	    deplibs="$deplib $deplibs"
-	    test conv = "$pass" && continue
+	    test "$pass" = conv && continue
 	    newdependency_libs="$deplib $newdependency_libs"
 	    func_stripname '-L' '' "$deplib"
 	    func_resolve_sysroot "$func_stripname_result"
 	    func_append newlib_search_path " $func_resolve_sysroot_result"
 	    ;;
 	  prog)
-	    if test conv = "$pass"; then
+	    if test "$pass" = conv; then
 	      deplibs="$deplib $deplibs"
 	      continue
 	    fi
-	    if test scan = "$pass"; then
+	    if test "$pass" = scan; then
 	      deplibs="$deplib $deplibs"
 	    else
 	      compile_deplibs="$deplib $compile_deplibs"
@@ -7732,13 +6290,13 @@ func_mode_link ()
 	    func_append newlib_search_path " $func_resolve_sysroot_result"
 	    ;;
 	  *)
-	    func_warning "'-L' is ignored for archives/objects"
+	    func_warning "\`-L' is ignored for archives/objects"
 	    ;;
 	  esac # linkmode
 	  continue
 	  ;; # -L
 	-R*)
-	  if test link = "$pass"; then
+	  if test "$pass" = link; then
 	    func_stripname '-R' '' "$deplib"
 	    func_resolve_sysroot "$func_stripname_result"
 	    dir=$func_resolve_sysroot_result
@@ -7756,7 +6314,7 @@ func_mode_link ()
 	  lib=$func_resolve_sysroot_result
 	  ;;
 	*.$libext)
-	  if test conv = "$pass"; then
+	  if test "$pass" = conv; then
 	    deplibs="$deplib $deplibs"
 	    continue
 	  fi
@@ -7767,26 +6325,21 @@ func_mode_link ()
 	    case " $dlpreconveniencelibs " in
 	    *" $deplib "*) ;;
 	    *)
-	      valid_a_lib=false
+	      valid_a_lib=no
 	      case $deplibs_check_method in
 		match_pattern*)
 		  set dummy $deplibs_check_method; shift
 		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
 		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
 		    | $EGREP "$match_pattern_regex" > /dev/null; then
-		    valid_a_lib=:
+		    valid_a_lib=yes
 		  fi
 		;;
 		pass_all)
-		  valid_a_lib=:
+		  valid_a_lib=yes
 		;;
 	      esac
-	      if $valid_a_lib; then
-		echo
-		$ECHO "*** Warning: Linking the shared library $output against the"
-		$ECHO "*** static library $deplib is not portable!"
-		deplibs="$deplib $deplibs"
-	      else
+	      if test "$valid_a_lib" != yes; then
 		echo
 		$ECHO "*** Warning: Trying to link with static lib archive $deplib."
 		echo "*** I have the capability to make that library automatically link in when"
@@ -7794,13 +6347,18 @@ func_mode_link ()
 		echo "*** shared version of the library, which you do not appear to have"
 		echo "*** because the file extensions .$libext of this argument makes me believe"
 		echo "*** that it is just a static archive that I should not use here."
+	      else
+		echo
+		$ECHO "*** Warning: Linking the shared library $output against the"
+		$ECHO "*** static library $deplib is not portable!"
+		deplibs="$deplib $deplibs"
 	      fi
 	      ;;
 	    esac
 	    continue
 	    ;;
 	  prog)
-	    if test link != "$pass"; then
+	    if test "$pass" != link; then
 	      deplibs="$deplib $deplibs"
 	    else
 	      compile_deplibs="$deplib $compile_deplibs"
@@ -7811,10 +6369,10 @@ func_mode_link ()
 	  esac # linkmode
 	  ;; # *.$libext
 	*.lo | *.$objext)
-	  if test conv = "$pass"; then
+	  if test "$pass" = conv; then
 	    deplibs="$deplib $deplibs"
-	  elif test prog = "$linkmode"; then
-	    if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then
+	  elif test "$linkmode" = prog; then
+	    if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
 	      # If there is no dlopen support or we're linking statically,
 	      # we need to preload.
 	      func_append newdlprefiles " $deplib"
@@ -7827,20 +6385,22 @@ func_mode_link ()
 	  continue
 	  ;;
 	%DEPLIBS%)
-	  alldeplibs=:
+	  alldeplibs=yes
 	  continue
 	  ;;
 	esac # case $deplib
 
-	$found || test -f "$lib" \
-	  || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
+	if test "$found" = yes || test -f "$lib"; then :
+	else
+	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
+	fi
 
 	# Check to see that this really is a libtool archive.
 	func_lalib_unsafe_p "$lib" \
-	  || func_fatal_error "'$lib' is not a valid libtool archive"
+	  || func_fatal_error "\`$lib' is not a valid libtool archive"
 
 	func_dirname "$lib" "" "."
-	ladir=$func_dirname_result
+	ladir="$func_dirname_result"
 
 	dlname=
 	dlopen=
@@ -7870,36 +6430,36 @@ func_mode_link ()
 	  done
 	fi
 	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	if test lib,link = "$linkmode,$pass" ||
-	   test prog,scan = "$linkmode,$pass" ||
-	   { test prog != "$linkmode" && test lib != "$linkmode"; }; then
+	if test "$linkmode,$pass" = "lib,link" ||
+	   test "$linkmode,$pass" = "prog,scan" ||
+	   { test "$linkmode" != prog && test "$linkmode" != lib; }; then
 	  test -n "$dlopen" && func_append dlfiles " $dlopen"
 	  test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
 	fi
 
-	if test conv = "$pass"; then
+	if test "$pass" = conv; then
 	  # Only check for convenience libraries
 	  deplibs="$lib $deplibs"
 	  if test -z "$libdir"; then
 	    if test -z "$old_library"; then
-	      func_fatal_error "cannot find name of link library for '$lib'"
+	      func_fatal_error "cannot find name of link library for \`$lib'"
 	    fi
 	    # It is a libtool convenience library, so add in its objects.
 	    func_append convenience " $ladir/$objdir/$old_library"
 	    func_append old_convenience " $ladir/$objdir/$old_library"
-	  elif test prog != "$linkmode" && test lib != "$linkmode"; then
-	    func_fatal_error "'$lib' is not a convenience library"
+	    tmp_libs=
+	    for deplib in $dependency_libs; do
+	      deplibs="$deplib $deplibs"
+	      if $opt_preserve_dup_deps ; then
+		case "$tmp_libs " in
+		*" $deplib "*) func_append specialdeplibs " $deplib" ;;
+		esac
+	      fi
+	      func_append tmp_libs " $deplib"
+	    done
+	  elif test "$linkmode" != prog && test "$linkmode" != lib; then
+	    func_fatal_error "\`$lib' is not a convenience library"
 	  fi
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    deplibs="$deplib $deplibs"
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $deplib"
-	  done
 	  continue
 	fi # $pass = conv
 
@@ -7907,26 +6467,26 @@ func_mode_link ()
 	# Get the name of the library we link against.
 	linklib=
 	if test -n "$old_library" &&
-	   { test yes = "$prefer_static_libs" ||
-	     test built,no = "$prefer_static_libs,$installed"; }; then
+	   { test "$prefer_static_libs" = yes ||
+	     test "$prefer_static_libs,$installed" = "built,no"; }; then
 	  linklib=$old_library
 	else
 	  for l in $old_library $library_names; do
-	    linklib=$l
+	    linklib="$l"
 	  done
 	fi
 	if test -z "$linklib"; then
-	  func_fatal_error "cannot find name of link library for '$lib'"
+	  func_fatal_error "cannot find name of link library for \`$lib'"
 	fi
 
 	# This library was specified with -dlopen.
-	if test dlopen = "$pass"; then
-	  test -z "$libdir" \
-	    && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
+	if test "$pass" = dlopen; then
+	  if test -z "$libdir"; then
+	    func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
+	  fi
 	  if test -z "$dlname" ||
-	     test yes != "$dlopen_support" ||
-	     test no = "$build_libtool_libs"
-	  then
+	     test "$dlopen_support" != yes ||
+	     test "$build_libtool_libs" = no; then
 	    # If there is no dlname, no dlopen support or we're linking
 	    # statically, we need to preload.  We also need to preload any
 	    # dependent libraries so libltdl's deplib preloader doesn't
@@ -7940,40 +6500,40 @@ func_mode_link ()
 
 	# We need an absolute path.
 	case $ladir in
-	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;;
+	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
 	*)
 	  abs_ladir=`cd "$ladir" && pwd`
 	  if test -z "$abs_ladir"; then
-	    func_warning "cannot determine absolute directory name of '$ladir'"
+	    func_warning "cannot determine absolute directory name of \`$ladir'"
 	    func_warning "passing it literally to the linker, although it might fail"
-	    abs_ladir=$ladir
+	    abs_ladir="$ladir"
 	  fi
 	  ;;
 	esac
 	func_basename "$lib"
-	laname=$func_basename_result
+	laname="$func_basename_result"
 
 	# Find the relevant object directory and library name.
-	if test yes = "$installed"; then
+	if test "X$installed" = Xyes; then
 	  if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-	    func_warning "library '$lib' was moved."
-	    dir=$ladir
-	    absdir=$abs_ladir
-	    libdir=$abs_ladir
+	    func_warning "library \`$lib' was moved."
+	    dir="$ladir"
+	    absdir="$abs_ladir"
+	    libdir="$abs_ladir"
 	  else
-	    dir=$lt_sysroot$libdir
-	    absdir=$lt_sysroot$libdir
+	    dir="$lt_sysroot$libdir"
+	    absdir="$lt_sysroot$libdir"
 	  fi
-	  test yes = "$hardcode_automatic" && avoidtemprpath=yes
+	  test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
 	else
 	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-	    dir=$ladir
-	    absdir=$abs_ladir
+	    dir="$ladir"
+	    absdir="$abs_ladir"
 	    # Remove this search path later
 	    func_append notinst_path " $abs_ladir"
 	  else
-	    dir=$ladir/$objdir
-	    absdir=$abs_ladir/$objdir
+	    dir="$ladir/$objdir"
+	    absdir="$abs_ladir/$objdir"
 	    # Remove this search path later
 	    func_append notinst_path " $abs_ladir"
 	  fi
@@ -7982,11 +6542,11 @@ func_mode_link ()
 	name=$func_stripname_result
 
 	# This library was specified with -dlpreopen.
-	if test dlpreopen = "$pass"; then
-	  if test -z "$libdir" && test prog = "$linkmode"; then
-	    func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
+	if test "$pass" = dlpreopen; then
+	  if test -z "$libdir" && test "$linkmode" = prog; then
+	    func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
 	  fi
-	  case $host in
+	  case "$host" in
 	    # special handling for platforms with PE-DLLs.
 	    *cygwin* | *mingw* | *cegcc* )
 	      # Linker will automatically link against shared library if both
@@ -8030,9 +6590,9 @@ func_mode_link ()
 
 	if test -z "$libdir"; then
 	  # Link the convenience library
-	  if test lib = "$linkmode"; then
+	  if test "$linkmode" = lib; then
 	    deplibs="$dir/$old_library $deplibs"
-	  elif test prog,link = "$linkmode,$pass"; then
+	  elif test "$linkmode,$pass" = "prog,link"; then
 	    compile_deplibs="$dir/$old_library $compile_deplibs"
 	    finalize_deplibs="$dir/$old_library $finalize_deplibs"
 	  else
@@ -8042,14 +6602,14 @@ func_mode_link ()
 	fi
 
 
-	if test prog = "$linkmode" && test link != "$pass"; then
+	if test "$linkmode" = prog && test "$pass" != link; then
 	  func_append newlib_search_path " $ladir"
 	  deplibs="$lib $deplibs"
 
-	  linkalldeplibs=false
-	  if test no != "$link_all_deplibs" || test -z "$library_names" ||
-	     test no = "$build_libtool_libs"; then
-	    linkalldeplibs=:
+	  linkalldeplibs=no
+	  if test "$link_all_deplibs" != no || test -z "$library_names" ||
+	     test "$build_libtool_libs" = no; then
+	    linkalldeplibs=yes
 	  fi
 
 	  tmp_libs=
@@ -8061,14 +6621,14 @@ func_mode_link ()
 		 ;;
 	    esac
 	    # Need to link against all dependency_libs?
-	    if $linkalldeplibs; then
+	    if test "$linkalldeplibs" = yes; then
 	      deplibs="$deplib $deplibs"
 	    else
 	      # Need to hardcode shared library paths
 	      # or/and link against static libraries
 	      newdependency_libs="$deplib $newdependency_libs"
 	    fi
-	    if $opt_preserve_dup_deps; then
+	    if $opt_preserve_dup_deps ; then
 	      case "$tmp_libs " in
 	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
 	      esac
@@ -8078,15 +6638,15 @@ func_mode_link ()
 	  continue
 	fi # $linkmode = prog...
 
-	if test prog,link = "$linkmode,$pass"; then
+	if test "$linkmode,$pass" = "prog,link"; then
 	  if test -n "$library_names" &&
-	     { { test no = "$prefer_static_libs" ||
-	         test built,yes = "$prefer_static_libs,$installed"; } ||
+	     { { test "$prefer_static_libs" = no ||
+	         test "$prefer_static_libs,$installed" = "built,yes"; } ||
 	       test -z "$old_library"; }; then
 	    # We need to hardcode the library path
-	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
+	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
 	      # Make sure the rpath contains only unique directories.
-	      case $temp_rpath: in
+	      case "$temp_rpath:" in
 	      *"$absdir:"*) ;;
 	      *) func_append temp_rpath "$absdir:" ;;
 	      esac
@@ -8115,9 +6675,9 @@ func_mode_link ()
 	    esac
 	  fi # $linkmode,$pass = prog,link...
 
-	  if $alldeplibs &&
-	     { test pass_all = "$deplibs_check_method" ||
-	       { test yes = "$build_libtool_libs" &&
+	  if test "$alldeplibs" = yes &&
+	     { test "$deplibs_check_method" = pass_all ||
+	       { test "$build_libtool_libs" = yes &&
 		 test -n "$library_names"; }; }; then
 	    # We only need to search for static libraries
 	    continue
@@ -8126,19 +6686,19 @@ func_mode_link ()
 
 	link_static=no # Whether the deplib will be linked statically
 	use_static_libs=$prefer_static_libs
-	if test built = "$use_static_libs" && test yes = "$installed"; then
+	if test "$use_static_libs" = built && test "$installed" = yes; then
 	  use_static_libs=no
 	fi
 	if test -n "$library_names" &&
-	   { test no = "$use_static_libs" || test -z "$old_library"; }; then
+	   { test "$use_static_libs" = no || test -z "$old_library"; }; then
 	  case $host in
-	  *cygwin* | *mingw* | *cegcc* | *os2*)
+	  *cygwin* | *mingw* | *cegcc*)
 	      # No point in relinking DLLs because paths are not encoded
 	      func_append notinst_deplibs " $lib"
 	      need_relink=no
 	    ;;
 	  *)
-	    if test no = "$installed"; then
+	    if test "$installed" = no; then
 	      func_append notinst_deplibs " $lib"
 	      need_relink=yes
 	    fi
@@ -8148,24 +6708,24 @@ func_mode_link ()
 
 	  # Warn about portability, can't link against -module's on some
 	  # systems (darwin).  Don't bleat about dlopened modules though!
-	  dlopenmodule=
+	  dlopenmodule=""
 	  for dlpremoduletest in $dlprefiles; do
 	    if test "X$dlpremoduletest" = "X$lib"; then
-	      dlopenmodule=$dlpremoduletest
+	      dlopenmodule="$dlpremoduletest"
 	      break
 	    fi
 	  done
-	  if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then
+	  if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
 	    echo
-	    if test prog = "$linkmode"; then
+	    if test "$linkmode" = prog; then
 	      $ECHO "*** Warning: Linking the executable $output against the loadable module"
 	    else
 	      $ECHO "*** Warning: Linking the shared library $output against the loadable module"
 	    fi
 	    $ECHO "*** $linklib is not portable!"
 	  fi
-	  if test lib = "$linkmode" &&
-	     test yes = "$hardcode_into_libs"; then
+	  if test "$linkmode" = lib &&
+	     test "$hardcode_into_libs" = yes; then
 	    # Hardcode the library path.
 	    # Skip directories that are in the system default run-time
 	    # search path.
@@ -8193,43 +6753,43 @@ func_mode_link ()
 	    # figure out the soname
 	    set dummy $library_names
 	    shift
-	    realname=$1
+	    realname="$1"
 	    shift
 	    libname=`eval "\\$ECHO \"$libname_spec\""`
 	    # use dlname if we got it. it's perfectly good, no?
 	    if test -n "$dlname"; then
-	      soname=$dlname
+	      soname="$dlname"
 	    elif test -n "$soname_spec"; then
 	      # bleh windows
 	      case $host in
-	      *cygwin* | mingw* | *cegcc* | *os2*)
+	      *cygwin* | mingw* | *cegcc*)
 	        func_arith $current - $age
 		major=$func_arith_result
-		versuffix=-$major
+		versuffix="-$major"
 		;;
 	      esac
 	      eval soname=\"$soname_spec\"
 	    else
-	      soname=$realname
+	      soname="$realname"
 	    fi
 
 	    # Make a new name for the extract_expsyms_cmds to use
-	    soroot=$soname
+	    soroot="$soname"
 	    func_basename "$soroot"
-	    soname=$func_basename_result
+	    soname="$func_basename_result"
 	    func_stripname 'lib' '.dll' "$soname"
 	    newlib=libimp-$func_stripname_result.a
 
 	    # If the library has no export list, then create one now
 	    if test -f "$output_objdir/$soname-def"; then :
 	    else
-	      func_verbose "extracting exported symbol list from '$soname'"
+	      func_verbose "extracting exported symbol list from \`$soname'"
 	      func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
 	    fi
 
 	    # Create $newlib
 	    if test -f "$output_objdir/$newlib"; then :; else
-	      func_verbose "generating import library for '$soname'"
+	      func_verbose "generating import library for \`$soname'"
 	      func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
 	    fi
 	    # make sure the library variables are pointing to the new library
@@ -8237,58 +6797,58 @@ func_mode_link ()
 	    linklib=$newlib
 	  fi # test -n "$old_archive_from_expsyms_cmds"
 
-	  if test prog = "$linkmode" || test relink != "$opt_mode"; then
+	  if test "$linkmode" = prog || test "$opt_mode" != relink; then
 	    add_shlibpath=
 	    add_dir=
 	    add=
 	    lib_linked=yes
 	    case $hardcode_action in
 	    immediate | unsupported)
-	      if test no = "$hardcode_direct"; then
-		add=$dir/$linklib
+	      if test "$hardcode_direct" = no; then
+		add="$dir/$linklib"
 		case $host in
-		  *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;;
-		  *-*-sysv4*uw2*) add_dir=-L$dir ;;
+		  *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
+		  *-*-sysv4*uw2*) add_dir="-L$dir" ;;
 		  *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
-		    *-*-unixware7*) add_dir=-L$dir ;;
+		    *-*-unixware7*) add_dir="-L$dir" ;;
 		  *-*-darwin* )
-		    # if the lib is a (non-dlopened) module then we cannot
+		    # if the lib is a (non-dlopened) module then we can not
 		    # link against it, someone is ignoring the earlier warnings
 		    if /usr/bin/file -L $add 2> /dev/null |
-			 $GREP ": [^:]* bundle" >/dev/null; then
+			 $GREP ": [^:]* bundle" >/dev/null ; then
 		      if test "X$dlopenmodule" != "X$lib"; then
 			$ECHO "*** Warning: lib $linklib is a module, not a shared library"
-			if test -z "$old_library"; then
+			if test -z "$old_library" ; then
 			  echo
 			  echo "*** And there doesn't seem to be a static archive available"
 			  echo "*** The link will probably fail, sorry"
 			else
-			  add=$dir/$old_library
+			  add="$dir/$old_library"
 			fi
 		      elif test -n "$old_library"; then
-			add=$dir/$old_library
+			add="$dir/$old_library"
 		      fi
 		    fi
 		esac
-	      elif test no = "$hardcode_minus_L"; then
+	      elif test "$hardcode_minus_L" = no; then
 		case $host in
-		*-*-sunos*) add_shlibpath=$dir ;;
+		*-*-sunos*) add_shlibpath="$dir" ;;
 		esac
-		add_dir=-L$dir
-		add=-l$name
-	      elif test no = "$hardcode_shlibpath_var"; then
-		add_shlibpath=$dir
-		add=-l$name
+		add_dir="-L$dir"
+		add="-l$name"
+	      elif test "$hardcode_shlibpath_var" = no; then
+		add_shlibpath="$dir"
+		add="-l$name"
 	      else
 		lib_linked=no
 	      fi
 	      ;;
 	    relink)
-	      if test yes = "$hardcode_direct" &&
-	         test no = "$hardcode_direct_absolute"; then
-		add=$dir/$linklib
-	      elif test yes = "$hardcode_minus_L"; then
-		add_dir=-L$absdir
+	      if test "$hardcode_direct" = yes &&
+	         test "$hardcode_direct_absolute" = no; then
+		add="$dir/$linklib"
+	      elif test "$hardcode_minus_L" = yes; then
+		add_dir="-L$absdir"
 		# Try looking first in the location we're being installed to.
 		if test -n "$inst_prefix_dir"; then
 		  case $libdir in
@@ -8297,10 +6857,10 @@ func_mode_link ()
 		      ;;
 		  esac
 		fi
-		add=-l$name
-	      elif test yes = "$hardcode_shlibpath_var"; then
-		add_shlibpath=$dir
-		add=-l$name
+		add="-l$name"
+	      elif test "$hardcode_shlibpath_var" = yes; then
+		add_shlibpath="$dir"
+		add="-l$name"
 	      else
 		lib_linked=no
 	      fi
@@ -8308,7 +6868,7 @@ func_mode_link ()
 	    *) lib_linked=no ;;
 	    esac
 
-	    if test yes != "$lib_linked"; then
+	    if test "$lib_linked" != yes; then
 	      func_fatal_configuration "unsupported hardcode properties"
 	    fi
 
@@ -8318,15 +6878,15 @@ func_mode_link ()
 	      *) func_append compile_shlibpath "$add_shlibpath:" ;;
 	      esac
 	    fi
-	    if test prog = "$linkmode"; then
+	    if test "$linkmode" = prog; then
 	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
 	      test -n "$add" && compile_deplibs="$add $compile_deplibs"
 	    else
 	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
 	      test -n "$add" && deplibs="$add $deplibs"
-	      if test yes != "$hardcode_direct" &&
-		 test yes != "$hardcode_minus_L" &&
-		 test yes = "$hardcode_shlibpath_var"; then
+	      if test "$hardcode_direct" != yes &&
+		 test "$hardcode_minus_L" != yes &&
+		 test "$hardcode_shlibpath_var" = yes; then
 		case :$finalize_shlibpath: in
 		*":$libdir:"*) ;;
 		*) func_append finalize_shlibpath "$libdir:" ;;
@@ -8335,33 +6895,33 @@ func_mode_link ()
 	    fi
 	  fi
 
-	  if test prog = "$linkmode" || test relink = "$opt_mode"; then
+	  if test "$linkmode" = prog || test "$opt_mode" = relink; then
 	    add_shlibpath=
 	    add_dir=
 	    add=
 	    # Finalize command for both is simple: just hardcode it.
-	    if test yes = "$hardcode_direct" &&
-	       test no = "$hardcode_direct_absolute"; then
-	      add=$libdir/$linklib
-	    elif test yes = "$hardcode_minus_L"; then
-	      add_dir=-L$libdir
-	      add=-l$name
-	    elif test yes = "$hardcode_shlibpath_var"; then
+	    if test "$hardcode_direct" = yes &&
+	       test "$hardcode_direct_absolute" = no; then
+	      add="$libdir/$linklib"
+	    elif test "$hardcode_minus_L" = yes; then
+	      add_dir="-L$libdir"
+	      add="-l$name"
+	    elif test "$hardcode_shlibpath_var" = yes; then
 	      case :$finalize_shlibpath: in
 	      *":$libdir:"*) ;;
 	      *) func_append finalize_shlibpath "$libdir:" ;;
 	      esac
-	      add=-l$name
-	    elif test yes = "$hardcode_automatic"; then
+	      add="-l$name"
+	    elif test "$hardcode_automatic" = yes; then
 	      if test -n "$inst_prefix_dir" &&
-		 test -f "$inst_prefix_dir$libdir/$linklib"; then
-		add=$inst_prefix_dir$libdir/$linklib
+		 test -f "$inst_prefix_dir$libdir/$linklib" ; then
+		add="$inst_prefix_dir$libdir/$linklib"
 	      else
-		add=$libdir/$linklib
+		add="$libdir/$linklib"
 	      fi
 	    else
 	      # We cannot seem to hardcode it, guess we'll fake it.
-	      add_dir=-L$libdir
+	      add_dir="-L$libdir"
 	      # Try looking first in the location we're being installed to.
 	      if test -n "$inst_prefix_dir"; then
 		case $libdir in
@@ -8370,10 +6930,10 @@ func_mode_link ()
 		    ;;
 		esac
 	      fi
-	      add=-l$name
+	      add="-l$name"
 	    fi
 
-	    if test prog = "$linkmode"; then
+	    if test "$linkmode" = prog; then
 	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
 	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
 	    else
@@ -8381,43 +6941,43 @@ func_mode_link ()
 	      test -n "$add" && deplibs="$add $deplibs"
 	    fi
 	  fi
-	elif test prog = "$linkmode"; then
+	elif test "$linkmode" = prog; then
 	  # Here we assume that one of hardcode_direct or hardcode_minus_L
 	  # is not unsupported.  This is valid on all known static and
 	  # shared platforms.
-	  if test unsupported != "$hardcode_direct"; then
-	    test -n "$old_library" && linklib=$old_library
+	  if test "$hardcode_direct" != unsupported; then
+	    test -n "$old_library" && linklib="$old_library"
 	    compile_deplibs="$dir/$linklib $compile_deplibs"
 	    finalize_deplibs="$dir/$linklib $finalize_deplibs"
 	  else
 	    compile_deplibs="-l$name -L$dir $compile_deplibs"
 	    finalize_deplibs="-l$name -L$dir $finalize_deplibs"
 	  fi
-	elif test yes = "$build_libtool_libs"; then
+	elif test "$build_libtool_libs" = yes; then
 	  # Not a shared library
-	  if test pass_all != "$deplibs_check_method"; then
+	  if test "$deplibs_check_method" != pass_all; then
 	    # We're trying link a shared library against a static one
 	    # but the system doesn't support it.
 
 	    # Just print a warning and add the library to dependency_libs so
 	    # that the program can be linked against the static library.
 	    echo
-	    $ECHO "*** Warning: This system cannot link to static lib archive $lib."
+	    $ECHO "*** Warning: This system can not link to static lib archive $lib."
 	    echo "*** I have the capability to make that library automatically link in when"
 	    echo "*** you link to this library.  But I can only do this if you have a"
 	    echo "*** shared version of the library, which you do not appear to have."
-	    if test yes = "$module"; then
+	    if test "$module" = yes; then
 	      echo "*** But as you try to build a module library, libtool will still create "
 	      echo "*** a static module, that should work as long as the dlopening application"
 	      echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
 	      if test -z "$global_symbol_pipe"; then
 		echo
 		echo "*** However, this would only work if libtool was able to extract symbol"
-		echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
+		echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
 		echo "*** not find such a program.  So, this module is probably useless."
-		echo "*** 'nm' from GNU binutils and a full rebuild may help."
+		echo "*** \`nm' from GNU binutils and a full rebuild may help."
 	      fi
-	      if test no = "$build_old_libs"; then
+	      if test "$build_old_libs" = no; then
 		build_libtool_libs=module
 		build_old_libs=yes
 	      else
@@ -8430,11 +6990,11 @@ func_mode_link ()
 	  fi
 	fi # link shared/static library?
 
-	if test lib = "$linkmode"; then
+	if test "$linkmode" = lib; then
 	  if test -n "$dependency_libs" &&
-	     { test yes != "$hardcode_into_libs" ||
-	       test yes = "$build_old_libs" ||
-	       test yes = "$link_static"; }; then
+	     { test "$hardcode_into_libs" != yes ||
+	       test "$build_old_libs" = yes ||
+	       test "$link_static" = yes; }; then
 	    # Extract -R from dependency_libs
 	    temp_deplibs=
 	    for libdir in $dependency_libs; do
@@ -8448,12 +7008,12 @@ func_mode_link ()
 	      *) func_append temp_deplibs " $libdir";;
 	      esac
 	    done
-	    dependency_libs=$temp_deplibs
+	    dependency_libs="$temp_deplibs"
 	  fi
 
 	  func_append newlib_search_path " $absdir"
 	  # Link against this library
-	  test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
+	  test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
 	  # ... and its dependency_libs
 	  tmp_libs=
 	  for deplib in $dependency_libs; do
@@ -8463,7 +7023,7 @@ func_mode_link ()
                    func_resolve_sysroot "$func_stripname_result";;
               *) func_resolve_sysroot "$deplib" ;;
             esac
-	    if $opt_preserve_dup_deps; then
+	    if $opt_preserve_dup_deps ; then
 	      case "$tmp_libs " in
 	      *" $func_resolve_sysroot_result "*)
                 func_append specialdeplibs " $func_resolve_sysroot_result" ;;
@@ -8472,12 +7032,12 @@ func_mode_link ()
 	    func_append tmp_libs " $func_resolve_sysroot_result"
 	  done
 
-	  if test no != "$link_all_deplibs"; then
+	  if test "$link_all_deplibs" != no; then
 	    # Add the search paths of all dependency libraries
 	    for deplib in $dependency_libs; do
 	      path=
 	      case $deplib in
-	      -L*) path=$deplib ;;
+	      -L*) path="$deplib" ;;
 	      *.la)
 	        func_resolve_sysroot "$deplib"
 	        deplib=$func_resolve_sysroot_result
@@ -8485,12 +7045,12 @@ func_mode_link ()
 		dir=$func_dirname_result
 		# We need an absolute path.
 		case $dir in
-		[\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;;
+		[\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
 		*)
 		  absdir=`cd "$dir" && pwd`
 		  if test -z "$absdir"; then
-		    func_warning "cannot determine absolute directory name of '$dir'"
-		    absdir=$dir
+		    func_warning "cannot determine absolute directory name of \`$dir'"
+		    absdir="$dir"
 		  fi
 		  ;;
 		esac
@@ -8498,35 +7058,35 @@ func_mode_link ()
 		case $host in
 		*-*-darwin*)
 		  depdepl=
-		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
-		  if test -n "$deplibrary_names"; then
-		    for tmp in $deplibrary_names; do
+		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
+		  if test -n "$deplibrary_names" ; then
+		    for tmp in $deplibrary_names ; do
 		      depdepl=$tmp
 		    done
-		    if test -f "$absdir/$objdir/$depdepl"; then
-		      depdepl=$absdir/$objdir/$depdepl
-		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
+		    if test -f "$absdir/$objdir/$depdepl" ; then
+		      depdepl="$absdir/$objdir/$depdepl"
+		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
                       if test -z "$darwin_install_name"; then
-                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
+                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
                       fi
-		      func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
-		      func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
+		      func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
+		      func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}"
 		      path=
 		    fi
 		  fi
 		  ;;
 		*)
-		  path=-L$absdir/$objdir
+		  path="-L$absdir/$objdir"
 		  ;;
 		esac
 		else
-		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
+		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
 		  test -z "$libdir" && \
-		    func_fatal_error "'$deplib' is not a valid libtool archive"
+		    func_fatal_error "\`$deplib' is not a valid libtool archive"
 		  test "$absdir" != "$libdir" && \
-		    func_warning "'$deplib' seems to be moved"
+		    func_warning "\`$deplib' seems to be moved"
 
-		  path=-L$absdir
+		  path="-L$absdir"
 		fi
 		;;
 	      esac
@@ -8538,23 +7098,23 @@ func_mode_link ()
 	  fi # link_all_deplibs != no
 	fi # linkmode = lib
       done # for deplib in $libs
-      if test link = "$pass"; then
-	if test prog = "$linkmode"; then
+      if test "$pass" = link; then
+	if test "$linkmode" = "prog"; then
 	  compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
 	  finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
 	else
 	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
 	fi
       fi
-      dependency_libs=$newdependency_libs
-      if test dlpreopen = "$pass"; then
+      dependency_libs="$newdependency_libs"
+      if test "$pass" = dlpreopen; then
 	# Link the dlpreopened libraries before other libraries
 	for deplib in $save_deplibs; do
 	  deplibs="$deplib $deplibs"
 	done
       fi
-      if test dlopen != "$pass"; then
-	test conv = "$pass" || {
+      if test "$pass" != dlopen; then
+	if test "$pass" != conv; then
 	  # Make sure lib_search_path contains only unique directories.
 	  lib_search_path=
 	  for dir in $newlib_search_path; do
@@ -8564,12 +7124,12 @@ func_mode_link ()
 	    esac
 	  done
 	  newlib_search_path=
-	}
+	fi
 
-	if test prog,link = "$linkmode,$pass"; then
-	  vars="compile_deplibs finalize_deplibs"
+	if test "$linkmode,$pass" != "prog,link"; then
+	  vars="deplibs"
 	else
-	  vars=deplibs
+	  vars="compile_deplibs finalize_deplibs"
 	fi
 	for var in $vars dependency_libs; do
 	  # Add libraries to $var in reverse order
@@ -8627,93 +7187,62 @@ func_mode_link ()
 	  eval $var=\"$tmp_libs\"
 	done # for var
       fi
-
-      # Add Sun CC postdeps if required:
-      test CXX = "$tagname" && {
-        case $host_os in
-        linux*)
-          case `$CC -V 2>&1 | sed 5q` in
-          *Sun\ C*) # Sun C++ 5.9
-            func_suncc_cstd_abi
-
-            if test no != "$suncc_use_cstd_abi"; then
-              func_append postdeps ' -library=Cstd -library=Crun'
-            fi
-            ;;
-          esac
-          ;;
-
-        solaris*)
-          func_cc_basename "$CC"
-          case $func_cc_basename_result in
-          CC* | sunCC*)
-            func_suncc_cstd_abi
-
-            if test no != "$suncc_use_cstd_abi"; then
-              func_append postdeps ' -library=Cstd -library=Crun'
-            fi
-            ;;
-          esac
-          ;;
-        esac
-      }
-
       # Last step: remove runtime libs from dependency_libs
       # (they stay in deplibs)
       tmp_libs=
-      for i in $dependency_libs; do
+      for i in $dependency_libs ; do
 	case " $predeps $postdeps $compiler_lib_search_path " in
 	*" $i "*)
-	  i=
+	  i=""
 	  ;;
 	esac
-	if test -n "$i"; then
+	if test -n "$i" ; then
 	  func_append tmp_libs " $i"
 	fi
       done
       dependency_libs=$tmp_libs
     done # for pass
-    if test prog = "$linkmode"; then
-      dlfiles=$newdlfiles
+    if test "$linkmode" = prog; then
+      dlfiles="$newdlfiles"
     fi
-    if test prog = "$linkmode" || test lib = "$linkmode"; then
-      dlprefiles=$newdlprefiles
+    if test "$linkmode" = prog || test "$linkmode" = lib; then
+      dlprefiles="$newdlprefiles"
     fi
 
     case $linkmode in
     oldlib)
-      if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-	func_warning "'-dlopen' is ignored for archives"
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+	func_warning "\`-dlopen' is ignored for archives"
       fi
 
       case " $deplibs" in
       *\ -l* | *\ -L*)
-	func_warning "'-l' and '-L' are ignored for archives" ;;
+	func_warning "\`-l' and \`-L' are ignored for archives" ;;
       esac
 
       test -n "$rpath" && \
-	func_warning "'-rpath' is ignored for archives"
+	func_warning "\`-rpath' is ignored for archives"
 
       test -n "$xrpath" && \
-	func_warning "'-R' is ignored for archives"
+	func_warning "\`-R' is ignored for archives"
 
       test -n "$vinfo" && \
-	func_warning "'-version-info/-version-number' is ignored for archives"
+	func_warning "\`-version-info/-version-number' is ignored for archives"
 
       test -n "$release" && \
-	func_warning "'-release' is ignored for archives"
+	func_warning "\`-release' is ignored for archives"
 
       test -n "$export_symbols$export_symbols_regex" && \
-	func_warning "'-export-symbols' is ignored for archives"
+	func_warning "\`-export-symbols' is ignored for archives"
 
       # Now set the variables for building old libraries.
       build_libtool_libs=no
-      oldlibs=$output
+      oldlibs="$output"
       func_append objs "$old_deplibs"
       ;;
 
     lib)
-      # Make sure we only generate libraries of the form 'libNAME.la'.
+      # Make sure we only generate libraries of the form `libNAME.la'.
       case $outputname in
       lib*)
 	func_stripname 'lib' '.la' "$outputname"
@@ -8722,10 +7251,10 @@ func_mode_link ()
 	eval libname=\"$libname_spec\"
 	;;
       *)
-	test no = "$module" \
-	  && func_fatal_help "libtool library '$output' must begin with 'lib'"
+	test "$module" = no && \
+	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
 
-	if test no != "$need_lib_prefix"; then
+	if test "$need_lib_prefix" != no; then
 	  # Add the "lib" prefix for modules if required
 	  func_stripname '' '.la' "$outputname"
 	  name=$func_stripname_result
@@ -8739,8 +7268,8 @@ func_mode_link ()
       esac
 
       if test -n "$objs"; then
-	if test pass_all != "$deplibs_check_method"; then
-	  func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
+	if test "$deplibs_check_method" != pass_all; then
+	  func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
 	else
 	  echo
 	  $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
@@ -8749,21 +7278,21 @@ func_mode_link ()
 	fi
       fi
 
-      test no = "$dlself" \
-	|| func_warning "'-dlopen self' is ignored for libtool libraries"
+      test "$dlself" != no && \
+	func_warning "\`-dlopen self' is ignored for libtool libraries"
 
       set dummy $rpath
       shift
-      test 1 -lt "$#" \
-	&& func_warning "ignoring multiple '-rpath's for a libtool library"
+      test "$#" -gt 1 && \
+	func_warning "ignoring multiple \`-rpath's for a libtool library"
 
-      install_libdir=$1
+      install_libdir="$1"
 
       oldlibs=
       if test -z "$rpath"; then
-	if test yes = "$build_libtool_libs"; then
+	if test "$build_libtool_libs" = yes; then
 	  # Building a libtool convenience library.
-	  # Some compilers have problems with a '.al' extension so
+	  # Some compilers have problems with a `.al' extension so
 	  # convenience libraries should have the same extension an
 	  # archive normally would.
 	  oldlibs="$output_objdir/$libname.$libext $oldlibs"
@@ -8772,20 +7301,20 @@ func_mode_link ()
 	fi
 
 	test -n "$vinfo" && \
-	  func_warning "'-version-info/-version-number' is ignored for convenience libraries"
+	  func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
 
 	test -n "$release" && \
-	  func_warning "'-release' is ignored for convenience libraries"
+	  func_warning "\`-release' is ignored for convenience libraries"
       else
 
 	# Parse the version information argument.
-	save_ifs=$IFS; IFS=:
+	save_ifs="$IFS"; IFS=':'
 	set dummy $vinfo 0 0 0
 	shift
-	IFS=$save_ifs
+	IFS="$save_ifs"
 
 	test -n "$7" && \
-	  func_fatal_help "too many parameters to '-version-info'"
+	  func_fatal_help "too many parameters to \`-version-info'"
 
 	# convert absolute version numbers to libtool ages
 	# this retains compatibility with .la files and attempts
@@ -8793,42 +7322,45 @@ func_mode_link ()
 
 	case $vinfo_number in
 	yes)
-	  number_major=$1
-	  number_minor=$2
-	  number_revision=$3
+	  number_major="$1"
+	  number_minor="$2"
+	  number_revision="$3"
 	  #
 	  # There are really only two kinds -- those that
 	  # use the current revision as the major version
 	  # and those that subtract age and use age as
 	  # a minor version.  But, then there is irix
-	  # that has an extra 1 added just for fun
+	  # which has an extra 1 added just for fun
 	  #
 	  case $version_type in
 	  # correct linux to gnu/linux during the next big refactor
-	  darwin|freebsd-elf|linux|osf|windows|none)
+	  darwin|linux|osf|windows|none)
 	    func_arith $number_major + $number_minor
 	    current=$func_arith_result
-	    age=$number_minor
-	    revision=$number_revision
+	    age="$number_minor"
+	    revision="$number_revision"
 	    ;;
-	  freebsd-aout|qnx|sunos)
-	    current=$number_major
-	    revision=$number_minor
-	    age=0
+	  freebsd-aout|freebsd-elf|qnx|sunos)
+	    current="$number_major"
+	    revision="$number_minor"
+	    age="0"
 	    ;;
 	  irix|nonstopux)
 	    func_arith $number_major + $number_minor
 	    current=$func_arith_result
-	    age=$number_minor
-	    revision=$number_minor
+	    age="$number_minor"
+	    revision="$number_minor"
 	    lt_irix_increment=no
 	    ;;
+	  *)
+	    func_fatal_configuration "$modename: unknown library version type \`$version_type'"
+	    ;;
 	  esac
 	  ;;
 	no)
-	  current=$1
-	  revision=$2
-	  age=$3
+	  current="$1"
+	  revision="$2"
+	  age="$3"
 	  ;;
 	esac
 
@@ -8836,30 +7368,30 @@ func_mode_link ()
 	case $current in
 	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
 	*)
-	  func_error "CURRENT '$current' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
+	  func_error "CURRENT \`$current' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
 	  ;;
 	esac
 
 	case $revision in
 	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
 	*)
-	  func_error "REVISION '$revision' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
+	  func_error "REVISION \`$revision' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
 	  ;;
 	esac
 
 	case $age in
 	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
 	*)
-	  func_error "AGE '$age' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
+	  func_error "AGE \`$age' must be a nonnegative integer"
+	  func_fatal_error "\`$vinfo' is not valid version information"
 	  ;;
 	esac
 
 	if test "$age" -gt "$current"; then
-	  func_error "AGE '$age' is greater than the current interface number '$current'"
-	  func_fatal_error "'$vinfo' is not valid version information"
+	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
+	  func_fatal_error "\`$vinfo' is not valid version information"
 	fi
 
 	# Calculate the version variables.
@@ -8874,36 +7406,26 @@ func_mode_link ()
 	  # verstring for coding it into the library header
 	  func_arith $current - $age
 	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
+	  versuffix="$major.$age.$revision"
 	  # Darwin ld doesn't like 0 for these options...
 	  func_arith $current + 1
 	  minor_current=$func_arith_result
-	  xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
+	  xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
 	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
-          # On Darwin other compilers
-          case $CC in
-              nagfor*)
-                  verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
-                  ;;
-              *)
-                  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
-                  ;;
-          esac
 	  ;;
 
 	freebsd-aout)
-	  major=.$current
-	  versuffix=.$current.$revision
+	  major=".$current"
+	  versuffix=".$current.$revision";
 	  ;;
 
 	freebsd-elf)
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
+	  major=".$current"
+	  versuffix=".$current"
 	  ;;
 
 	irix | nonstopux)
-	  if test no = "$lt_irix_increment"; then
+	  if test "X$lt_irix_increment" = "Xno"; then
 	    func_arith $current - $age
 	  else
 	    func_arith $current - $age + 1
@@ -8914,74 +7436,69 @@ func_mode_link ()
 	    nonstopux) verstring_prefix=nonstopux ;;
 	    *)         verstring_prefix=sgi ;;
 	  esac
-	  verstring=$verstring_prefix$major.$revision
+	  verstring="$verstring_prefix$major.$revision"
 
 	  # Add in all the interfaces that we are compatible with.
 	  loop=$revision
-	  while test 0 -ne "$loop"; do
+	  while test "$loop" -ne 0; do
 	    func_arith $revision - $loop
 	    iface=$func_arith_result
 	    func_arith $loop - 1
 	    loop=$func_arith_result
-	    verstring=$verstring_prefix$major.$iface:$verstring
+	    verstring="$verstring_prefix$major.$iface:$verstring"
 	  done
 
-	  # Before this point, $major must not contain '.'.
+	  # Before this point, $major must not contain `.'.
 	  major=.$major
-	  versuffix=$major.$revision
+	  versuffix="$major.$revision"
 	  ;;
 
 	linux) # correct to gnu/linux during the next big refactor
 	  func_arith $current - $age
 	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
+	  versuffix="$major.$age.$revision"
 	  ;;
 
 	osf)
 	  func_arith $current - $age
 	  major=.$func_arith_result
-	  versuffix=.$current.$age.$revision
-	  verstring=$current.$age.$revision
+	  versuffix=".$current.$age.$revision"
+	  verstring="$current.$age.$revision"
 
 	  # Add in all the interfaces that we are compatible with.
 	  loop=$age
-	  while test 0 -ne "$loop"; do
+	  while test "$loop" -ne 0; do
 	    func_arith $current - $loop
 	    iface=$func_arith_result
 	    func_arith $loop - 1
 	    loop=$func_arith_result
-	    verstring=$verstring:$iface.0
+	    verstring="$verstring:${iface}.0"
 	  done
 
 	  # Make executables depend on our current version.
-	  func_append verstring ":$current.0"
+	  func_append verstring ":${current}.0"
 	  ;;
 
 	qnx)
-	  major=.$current
-	  versuffix=.$current
-	  ;;
-
-	sco)
-	  major=.$current
-	  versuffix=.$current
+	  major=".$current"
+	  versuffix=".$current"
 	  ;;
 
 	sunos)
-	  major=.$current
-	  versuffix=.$current.$revision
+	  major=".$current"
+	  versuffix=".$current.$revision"
 	  ;;
 
 	windows)
 	  # Use '-' rather than '.', since we only want one
-	  # extension on DOS 8.3 file systems.
+	  # extension on DOS 8.3 filesystems.
 	  func_arith $current - $age
 	  major=$func_arith_result
-	  versuffix=-$major
+	  versuffix="-$major"
 	  ;;
 
 	*)
-	  func_fatal_configuration "unknown library version type '$version_type'"
+	  func_fatal_configuration "unknown library version type \`$version_type'"
 	  ;;
 	esac
 
@@ -8995,45 +7512,42 @@ func_mode_link ()
 	    verstring=
 	    ;;
 	  *)
-	    verstring=0.0
+	    verstring="0.0"
 	    ;;
 	  esac
-	  if test no = "$need_version"; then
+	  if test "$need_version" = no; then
 	    versuffix=
 	  else
-	    versuffix=.0.0
+	    versuffix=".0.0"
 	  fi
 	fi
 
 	# Remove version info from name if versioning should be avoided
-	if test yes,no = "$avoid_version,$need_version"; then
+	if test "$avoid_version" = yes && test "$need_version" = no; then
 	  major=
 	  versuffix=
-	  verstring=
+	  verstring=""
 	fi
 
 	# Check to see if the archive will have undefined symbols.
-	if test yes = "$allow_undefined"; then
-	  if test unsupported = "$allow_undefined_flag"; then
-	    if test yes = "$build_old_libs"; then
-	      func_warning "undefined symbols not allowed in $host shared libraries; building static only"
-	      build_libtool_libs=no
-	    else
-	      func_fatal_error "can't build $host shared library unless -no-undefined is specified"
-	    fi
+	if test "$allow_undefined" = yes; then
+	  if test "$allow_undefined_flag" = unsupported; then
+	    func_warning "undefined symbols not allowed in $host shared libraries"
+	    build_libtool_libs=no
+	    build_old_libs=yes
 	  fi
 	else
 	  # Don't allow undefined symbols.
-	  allow_undefined_flag=$no_undefined_flag
+	  allow_undefined_flag="$no_undefined_flag"
 	fi
 
       fi
 
-      func_generate_dlsyms "$libname" "$libname" :
+      func_generate_dlsyms "$libname" "$libname" "yes"
       func_append libobjs " $symfileobj"
-      test " " = "$libobjs" && libobjs=
+      test "X$libobjs" = "X " && libobjs=
 
-      if test relink != "$opt_mode"; then
+      if test "$opt_mode" != relink; then
 	# Remove our outputs, but don't remove object files since they
 	# may have been created when compiling PIC objects.
 	removelist=
@@ -9042,8 +7556,8 @@ func_mode_link ()
 	  case $p in
 	    *.$objext | *.gcno)
 	       ;;
-	    $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*)
-	       if test -n "$precious_files_regex"; then
+	    $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
+	       if test "X$precious_files_regex" != "X"; then
 		 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
 		 then
 		   continue
@@ -9059,11 +7573,11 @@ func_mode_link ()
       fi
 
       # Now set the variables for building old libraries.
-      if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then
+      if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
 	func_append oldlibs " $output_objdir/$libname.$libext"
 
 	# Transform .lo files to .o files.
-	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
+	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
       fi
 
       # Eliminate all temporary directories.
@@ -9084,13 +7598,13 @@ func_mode_link ()
 	  *) func_append finalize_rpath " $libdir" ;;
 	  esac
 	done
-	if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then
+	if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
 	  dependency_libs="$temp_xrpath $dependency_libs"
 	fi
       fi
 
       # Make sure dlfiles contains only unique files that won't be dlpreopened
-      old_dlfiles=$dlfiles
+      old_dlfiles="$dlfiles"
       dlfiles=
       for lib in $old_dlfiles; do
 	case " $dlprefiles $dlfiles " in
@@ -9100,7 +7614,7 @@ func_mode_link ()
       done
 
       # Make sure dlprefiles contains only unique files
-      old_dlprefiles=$dlprefiles
+      old_dlprefiles="$dlprefiles"
       dlprefiles=
       for lib in $old_dlprefiles; do
 	case "$dlprefiles " in
@@ -9109,7 +7623,7 @@ func_mode_link ()
 	esac
       done
 
-      if test yes = "$build_libtool_libs"; then
+      if test "$build_libtool_libs" = yes; then
 	if test -n "$rpath"; then
 	  case $host in
 	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
@@ -9133,7 +7647,7 @@ func_mode_link ()
 	    ;;
 	  *)
 	    # Add libc to deplibs on all other systems if necessary.
-	    if test yes = "$build_libtool_need_lc"; then
+	    if test "$build_libtool_need_lc" = "yes"; then
 	      func_append deplibs " -lc"
 	    fi
 	    ;;
@@ -9149,9 +7663,9 @@ func_mode_link ()
 	# I'm not sure if I'm treating the release correctly.  I think
 	# release should show up in the -l (ie -lgmp5) so we don't want to
 	# add it in twice.  Is that correct?
-	release=
-	versuffix=
-	major=
+	release=""
+	versuffix=""
+	major=""
 	newdeplibs=
 	droppeddeps=no
 	case $deplibs_check_method in
@@ -9180,20 +7694,20 @@ EOF
 	      -l*)
 		func_stripname -l '' "$i"
 		name=$func_stripname_result
-		if test yes = "$allow_libtool_libs_with_static_runtimes"; then
+		if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 		  case " $predeps $postdeps " in
 		  *" $i "*)
 		    func_append newdeplibs " $i"
-		    i=
+		    i=""
 		    ;;
 		  esac
 		fi
-		if test -n "$i"; then
+		if test -n "$i" ; then
 		  libname=`eval "\\$ECHO \"$libname_spec\""`
 		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
 		  set dummy $deplib_matches; shift
 		  deplib_match=$1
-		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
+		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
 		    func_append newdeplibs " $i"
 		  else
 		    droppeddeps=yes
@@ -9223,20 +7737,20 @@ EOF
 		$opt_dry_run || $RM conftest
 		if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
 		  ldd_output=`ldd conftest`
-		  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
+		  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 		    case " $predeps $postdeps " in
 		    *" $i "*)
 		      func_append newdeplibs " $i"
-		      i=
+		      i=""
 		      ;;
 		    esac
 		  fi
-		  if test -n "$i"; then
+		  if test -n "$i" ; then
 		    libname=`eval "\\$ECHO \"$libname_spec\""`
 		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
 		    set dummy $deplib_matches; shift
 		    deplib_match=$1
-		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
+		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
 		      func_append newdeplibs " $i"
 		    else
 		      droppeddeps=yes
@@ -9273,24 +7787,24 @@ EOF
 	    -l*)
 	      func_stripname -l '' "$a_deplib"
 	      name=$func_stripname_result
-	      if test yes = "$allow_libtool_libs_with_static_runtimes"; then
+	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 		case " $predeps $postdeps " in
 		*" $a_deplib "*)
 		  func_append newdeplibs " $a_deplib"
-		  a_deplib=
+		  a_deplib=""
 		  ;;
 		esac
 	      fi
-	      if test -n "$a_deplib"; then
+	      if test -n "$a_deplib" ; then
 		libname=`eval "\\$ECHO \"$libname_spec\""`
 		if test -n "$file_magic_glob"; then
 		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
 		else
 		  libnameglob=$libname
 		fi
-		test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob`
+		test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob`
 		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
-		  if test yes = "$want_nocaseglob"; then
+		  if test "$want_nocaseglob" = yes; then
 		    shopt -s nocaseglob
 		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
 		    $nocaseglob
@@ -9308,25 +7822,25 @@ EOF
 		      # We might still enter an endless loop, since a link
 		      # loop can be closed while we follow links,
 		      # but so what?
-		      potlib=$potent_lib
+		      potlib="$potent_lib"
 		      while test -h "$potlib" 2>/dev/null; do
-			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
+			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
 			case $potliblink in
-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
-			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
+			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
+			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
 			esac
 		      done
 		      if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
 			 $SED -e 10q |
 			 $EGREP "$file_magic_regex" > /dev/null; then
 			func_append newdeplibs " $a_deplib"
-			a_deplib=
+			a_deplib=""
 			break 2
 		      fi
 		  done
 		done
 	      fi
-	      if test -n "$a_deplib"; then
+	      if test -n "$a_deplib" ; then
 		droppeddeps=yes
 		echo
 		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
@@ -9334,7 +7848,7 @@ EOF
 		echo "*** you link to this library.  But I can only do this if you have a"
 		echo "*** shared version of the library, which you do not appear to have"
 		echo "*** because I did check the linker path looking for a file starting"
-		if test -z "$potlib"; then
+		if test -z "$potlib" ; then
 		  $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
 		else
 		  $ECHO "*** with $libname and none of the candidates passed a file format test"
@@ -9357,30 +7871,30 @@ EOF
 	    -l*)
 	      func_stripname -l '' "$a_deplib"
 	      name=$func_stripname_result
-	      if test yes = "$allow_libtool_libs_with_static_runtimes"; then
+	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 		case " $predeps $postdeps " in
 		*" $a_deplib "*)
 		  func_append newdeplibs " $a_deplib"
-		  a_deplib=
+		  a_deplib=""
 		  ;;
 		esac
 	      fi
-	      if test -n "$a_deplib"; then
+	      if test -n "$a_deplib" ; then
 		libname=`eval "\\$ECHO \"$libname_spec\""`
 		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
 		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
 		  for potent_lib in $potential_libs; do
-		    potlib=$potent_lib # see symlink-check above in file_magic test
+		    potlib="$potent_lib" # see symlink-check above in file_magic test
 		    if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
 		       $EGREP "$match_pattern_regex" > /dev/null; then
 		      func_append newdeplibs " $a_deplib"
-		      a_deplib=
+		      a_deplib=""
 		      break 2
 		    fi
 		  done
 		done
 	      fi
-	      if test -n "$a_deplib"; then
+	      if test -n "$a_deplib" ; then
 		droppeddeps=yes
 		echo
 		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
@@ -9388,7 +7902,7 @@ EOF
 		echo "*** you link to this library.  But I can only do this if you have a"
 		echo "*** shared version of the library, which you do not appear to have"
 		echo "*** because I did check the linker path looking for a file starting"
-		if test -z "$potlib"; then
+		if test -z "$potlib" ; then
 		  $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
 		else
 		  $ECHO "*** with $libname and none of the candidates passed a file format test"
@@ -9404,18 +7918,18 @@ EOF
 	  done # Gone through all deplibs.
 	  ;;
 	none | unknown | *)
-	  newdeplibs=
+	  newdeplibs=""
 	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-	    for i in $predeps $postdeps; do
+	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
+	    for i in $predeps $postdeps ; do
 	      # can't use Xsed below, because $i might contain '/'
-	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
+	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
 	    done
 	  fi
 	  case $tmp_deplibs in
 	  *[!\	\ ]*)
 	    echo
-	    if test none = "$deplibs_check_method"; then
+	    if test "X$deplibs_check_method" = "Xnone"; then
 	      echo "*** Warning: inter-library dependencies are not supported in this platform."
 	    else
 	      echo "*** Warning: inter-library dependencies are not known to be supported."
@@ -9439,8 +7953,8 @@ EOF
 	  ;;
 	esac
 
-	if test yes = "$droppeddeps"; then
-	  if test yes = "$module"; then
+	if test "$droppeddeps" = yes; then
+	  if test "$module" = yes; then
 	    echo
 	    echo "*** Warning: libtool could not satisfy all declared inter-library"
 	    $ECHO "*** dependencies of module $libname.  Therefore, libtool will create"
@@ -9449,12 +7963,12 @@ EOF
 	    if test -z "$global_symbol_pipe"; then
 	      echo
 	      echo "*** However, this would only work if libtool was able to extract symbol"
-	      echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
+	      echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
 	      echo "*** not find such a program.  So, this module is probably useless."
-	      echo "*** 'nm' from GNU binutils and a full rebuild may help."
+	      echo "*** \`nm' from GNU binutils and a full rebuild may help."
 	    fi
-	    if test no = "$build_old_libs"; then
-	      oldlibs=$output_objdir/$libname.$libext
+	    if test "$build_old_libs" = no; then
+	      oldlibs="$output_objdir/$libname.$libext"
 	      build_libtool_libs=module
 	      build_old_libs=yes
 	    else
@@ -9465,14 +7979,14 @@ EOF
 	    echo "*** automatically added whenever a program is linked with this library"
 	    echo "*** or is declared to -dlopen it."
 
-	    if test no = "$allow_undefined"; then
+	    if test "$allow_undefined" = no; then
 	      echo
 	      echo "*** Since this library must not contain undefined symbols,"
 	      echo "*** because either the platform does not support them or"
 	      echo "*** it was explicitly requested with -no-undefined,"
 	      echo "*** libtool will only create a static version of it."
-	      if test no = "$build_old_libs"; then
-		oldlibs=$output_objdir/$libname.$libext
+	      if test "$build_old_libs" = no; then
+		oldlibs="$output_objdir/$libname.$libext"
 		build_libtool_libs=module
 		build_old_libs=yes
 	      else
@@ -9518,7 +8032,7 @@ EOF
 	*) func_append new_libs " $deplib" ;;
 	esac
       done
-      deplibs=$new_libs
+      deplibs="$new_libs"
 
       # All the library-specific variables (install_libdir is set above).
       library_names=
@@ -9526,25 +8040,25 @@ EOF
       dlname=
 
       # Test again, we may have decided not to build it any more
-      if test yes = "$build_libtool_libs"; then
-	# Remove $wl instances when linking with ld.
+      if test "$build_libtool_libs" = yes; then
+	# Remove ${wl} instances when linking with ld.
 	# FIXME: should test the right _cmds variable.
 	case $archive_cmds in
 	  *\$LD\ *) wl= ;;
         esac
-	if test yes = "$hardcode_into_libs"; then
+	if test "$hardcode_into_libs" = yes; then
 	  # Hardcode the library paths
 	  hardcode_libdirs=
 	  dep_rpath=
-	  rpath=$finalize_rpath
-	  test relink = "$opt_mode" || rpath=$compile_rpath$rpath
+	  rpath="$finalize_rpath"
+	  test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
 	  for libdir in $rpath; do
 	    if test -n "$hardcode_libdir_flag_spec"; then
 	      if test -n "$hardcode_libdir_separator"; then
 		func_replace_sysroot "$libdir"
 		libdir=$func_replace_sysroot_result
 		if test -z "$hardcode_libdirs"; then
-		  hardcode_libdirs=$libdir
+		  hardcode_libdirs="$libdir"
 		else
 		  # Just accumulate the unique libdirs.
 		  case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
@@ -9569,7 +8083,7 @@ EOF
 	  # Substitute the hardcoded libdirs into the rpath.
 	  if test -n "$hardcode_libdir_separator" &&
 	     test -n "$hardcode_libdirs"; then
-	    libdir=$hardcode_libdirs
+	    libdir="$hardcode_libdirs"
 	    eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
 	  fi
 	  if test -n "$runpath_var" && test -n "$perm_rpath"; then
@@ -9583,8 +8097,8 @@ EOF
 	  test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
 	fi
 
-	shlibpath=$finalize_shlibpath
-	test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
+	shlibpath="$finalize_shlibpath"
+	test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
 	if test -n "$shlibpath"; then
 	  eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
 	fi
@@ -9594,19 +8108,19 @@ EOF
 	eval library_names=\"$library_names_spec\"
 	set dummy $library_names
 	shift
-	realname=$1
+	realname="$1"
 	shift
 
 	if test -n "$soname_spec"; then
 	  eval soname=\"$soname_spec\"
 	else
-	  soname=$realname
+	  soname="$realname"
 	fi
 	if test -z "$dlname"; then
 	  dlname=$soname
 	fi
 
-	lib=$output_objdir/$realname
+	lib="$output_objdir/$realname"
 	linknames=
 	for link
 	do
@@ -9620,7 +8134,7 @@ EOF
 	delfiles=
 	if test -n "$export_symbols" && test -n "$include_expsyms"; then
 	  $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
-	  export_symbols=$output_objdir/$libname.uexp
+	  export_symbols="$output_objdir/$libname.uexp"
 	  func_append delfiles " $export_symbols"
 	fi
 
@@ -9629,31 +8143,31 @@ EOF
 	cygwin* | mingw* | cegcc*)
 	  if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
 	    # exporting using user supplied symfile
-	    func_dll_def_p "$export_symbols" || {
+	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
 	      # and it's NOT already a .def file. Must figure out
 	      # which of the given symbols are data symbols and tag
 	      # them as such. So, trigger use of export_symbols_cmds.
 	      # export_symbols gets reassigned inside the "prepare
 	      # the list of exported symbols" if statement, so the
 	      # include_expsyms logic still works.
-	      orig_export_symbols=$export_symbols
+	      orig_export_symbols="$export_symbols"
 	      export_symbols=
 	      always_export_symbols=yes
-	    }
+	    fi
 	  fi
 	  ;;
 	esac
 
 	# Prepare the list of exported symbols
 	if test -z "$export_symbols"; then
-	  if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
-	    func_verbose "generating symbol list for '$libname.la'"
-	    export_symbols=$output_objdir/$libname.exp
+	  if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
+	    func_verbose "generating symbol list for \`$libname.la'"
+	    export_symbols="$output_objdir/$libname.exp"
 	    $opt_dry_run || $RM $export_symbols
 	    cmds=$export_symbols_cmds
-	    save_ifs=$IFS; IFS='~'
+	    save_ifs="$IFS"; IFS='~'
 	    for cmd1 in $cmds; do
-	      IFS=$save_ifs
+	      IFS="$save_ifs"
 	      # Take the normal branch if the nm_file_list_spec branch
 	      # doesn't work or if tool conversion is not needed.
 	      case $nm_file_list_spec~$to_tool_file_cmd in
@@ -9667,7 +8181,7 @@ EOF
 		  try_normal_branch=no
 		  ;;
 	      esac
-	      if test yes = "$try_normal_branch" \
+	      if test "$try_normal_branch" = yes \
 		 && { test "$len" -lt "$max_cmd_len" \
 		      || test "$max_cmd_len" -le -1; }
 	      then
@@ -9678,7 +8192,7 @@ EOF
 		output_la=$func_basename_result
 		save_libobjs=$libobjs
 		save_output=$output
-		output=$output_objdir/$output_la.nm
+		output=${output_objdir}/${output_la}.nm
 		func_to_tool_file "$output"
 		libobjs=$nm_file_list_spec$func_to_tool_file_result
 		func_append delfiles " $output"
@@ -9701,8 +8215,8 @@ EOF
 		break
 	      fi
 	    done
-	    IFS=$save_ifs
-	    if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
+	    IFS="$save_ifs"
+	    if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
 	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
 	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
 	    fi
@@ -9710,16 +8224,16 @@ EOF
 	fi
 
 	if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	  tmp_export_symbols=$export_symbols
-	  test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
+	  tmp_export_symbols="$export_symbols"
+	  test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
 	  $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
 	fi
 
-	if test : != "$skipped_export" && test -n "$orig_export_symbols"; then
+	if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
 	  # The given exports_symbols file has to be filtered, so filter it.
-	  func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
+	  func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
 	  # FIXME: $output_objdir/$libname.filter potentially contains lots of
-	  # 's' commands, which not all seds can handle. GNU sed should be fine
+	  # 's' commands which not all seds can handle. GNU sed should be fine
 	  # though. Also, the filter scales superlinearly with the number of
 	  # global variables. join(1) would be nice here, but unfortunately
 	  # isn't a blessed tool.
@@ -9738,11 +8252,11 @@ EOF
 	    ;;
 	  esac
 	done
-	deplibs=$tmp_deplibs
+	deplibs="$tmp_deplibs"
 
 	if test -n "$convenience"; then
 	  if test -n "$whole_archive_flag_spec" &&
-	    test yes = "$compiler_needs_object" &&
+	    test "$compiler_needs_object" = yes &&
 	    test -z "$libobjs"; then
 	    # extract the archives, so we have objects to list.
 	    # TODO: could optimize this to just extract one archive.
@@ -9753,7 +8267,7 @@ EOF
 	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
 	    test "X$libobjs" = "X " && libobjs=
 	  else
-	    gentop=$output_objdir/${outputname}x
+	    gentop="$output_objdir/${outputname}x"
 	    func_append generated " $gentop"
 
 	    func_extract_archives $gentop $convenience
@@ -9762,18 +8276,18 @@ EOF
 	  fi
 	fi
 
-	if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
+	if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
 	  eval flag=\"$thread_safe_flag_spec\"
 	  func_append linker_flags " $flag"
 	fi
 
 	# Make a backup of the uninstalled library when relinking
-	if test relink = "$opt_mode"; then
+	if test "$opt_mode" = relink; then
 	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
 	fi
 
 	# Do each of the archive commands.
-	if test yes = "$module" && test -n "$module_cmds"; then
+	if test "$module" = yes && test -n "$module_cmds" ; then
 	  if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
 	    eval test_cmds=\"$module_expsym_cmds\"
 	    cmds=$module_expsym_cmds
@@ -9791,7 +8305,7 @@ EOF
 	  fi
 	fi
 
-	if test : != "$skipped_export" &&
+	if test "X$skipped_export" != "X:" &&
 	   func_len " $test_cmds" &&
 	   len=$func_len_result &&
 	   test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
@@ -9824,8 +8338,8 @@ EOF
 	  last_robj=
 	  k=1
 
-	  if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then
-	    output=$output_objdir/$output_la.lnkscript
+	  if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
+	    output=${output_objdir}/${output_la}.lnkscript
 	    func_verbose "creating GNU ld script: $output"
 	    echo 'INPUT (' > $output
 	    for obj in $save_libobjs
@@ -9837,14 +8351,14 @@ EOF
 	    func_append delfiles " $output"
 	    func_to_tool_file "$output"
 	    output=$func_to_tool_file_result
-	  elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then
-	    output=$output_objdir/$output_la.lnk
+	  elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
+	    output=${output_objdir}/${output_la}.lnk
 	    func_verbose "creating linker input file list: $output"
 	    : > $output
 	    set x $save_libobjs
 	    shift
 	    firstobj=
-	    if test yes = "$compiler_needs_object"; then
+	    if test "$compiler_needs_object" = yes; then
 	      firstobj="$1 "
 	      shift
 	    fi
@@ -9859,7 +8373,7 @@ EOF
 	  else
 	    if test -n "$save_libobjs"; then
 	      func_verbose "creating reloadable object files..."
-	      output=$output_objdir/$output_la-$k.$objext
+	      output=$output_objdir/$output_la-${k}.$objext
 	      eval test_cmds=\"$reload_cmds\"
 	      func_len " $test_cmds"
 	      len0=$func_len_result
@@ -9871,13 +8385,13 @@ EOF
 		func_len " $obj"
 		func_arith $len + $func_len_result
 		len=$func_arith_result
-		if test -z "$objlist" ||
+		if test "X$objlist" = X ||
 		   test "$len" -lt "$max_cmd_len"; then
 		  func_append objlist " $obj"
 		else
 		  # The command $test_cmds is almost too long, add a
 		  # command to the queue.
-		  if test 1 -eq "$k"; then
+		  if test "$k" -eq 1 ; then
 		    # The first file doesn't have a previous command to add.
 		    reload_objs=$objlist
 		    eval concat_cmds=\"$reload_cmds\"
@@ -9887,10 +8401,10 @@ EOF
 		    reload_objs="$objlist $last_robj"
 		    eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
 		  fi
-		  last_robj=$output_objdir/$output_la-$k.$objext
+		  last_robj=$output_objdir/$output_la-${k}.$objext
 		  func_arith $k + 1
 		  k=$func_arith_result
-		  output=$output_objdir/$output_la-$k.$objext
+		  output=$output_objdir/$output_la-${k}.$objext
 		  objlist=" $obj"
 		  func_len " $last_robj"
 		  func_arith $len0 + $func_len_result
@@ -9902,9 +8416,9 @@ EOF
 	      # files will link in the last one created.
 	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
 	      reload_objs="$objlist $last_robj"
-	      eval concat_cmds=\"\$concat_cmds$reload_cmds\"
+	      eval concat_cmds=\"\${concat_cmds}$reload_cmds\"
 	      if test -n "$last_robj"; then
-	        eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
+	        eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
 	      fi
 	      func_append delfiles " $output"
 
@@ -9912,9 +8426,9 @@ EOF
 	      output=
 	    fi
 
-	    ${skipped_export-false} && {
-	      func_verbose "generating symbol list for '$libname.la'"
-	      export_symbols=$output_objdir/$libname.exp
+	    if ${skipped_export-false}; then
+	      func_verbose "generating symbol list for \`$libname.la'"
+	      export_symbols="$output_objdir/$libname.exp"
 	      $opt_dry_run || $RM $export_symbols
 	      libobjs=$output
 	      # Append the command to create the export file.
@@ -9923,16 +8437,16 @@ EOF
 	      if test -n "$last_robj"; then
 		eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
 	      fi
-	    }
+	    fi
 
 	    test -n "$save_libobjs" &&
 	      func_verbose "creating a temporary reloadable object file: $output"
 
 	    # Loop through the commands generated above and execute them.
-	    save_ifs=$IFS; IFS='~'
+	    save_ifs="$IFS"; IFS='~'
 	    for cmd in $concat_cmds; do
-	      IFS=$save_ifs
-	      $opt_quiet || {
+	      IFS="$save_ifs"
+	      $opt_silent || {
 		  func_quote_for_expand "$cmd"
 		  eval "func_echo $func_quote_for_expand_result"
 	      }
@@ -9940,7 +8454,7 @@ EOF
 		lt_exit=$?
 
 		# Restore the uninstalled library and exit
-		if test relink = "$opt_mode"; then
+		if test "$opt_mode" = relink; then
 		  ( cd "$output_objdir" && \
 		    $RM "${realname}T" && \
 		    $MV "${realname}U" "$realname" )
@@ -9949,7 +8463,7 @@ EOF
 		exit $lt_exit
 	      }
 	    done
-	    IFS=$save_ifs
+	    IFS="$save_ifs"
 
 	    if test -n "$export_symbols_regex" && ${skipped_export-false}; then
 	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
@@ -9957,18 +8471,18 @@ EOF
 	    fi
 	  fi
 
-          ${skipped_export-false} && {
+          if ${skipped_export-false}; then
 	    if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	      tmp_export_symbols=$export_symbols
-	      test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
+	      tmp_export_symbols="$export_symbols"
+	      test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
 	      $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
 	    fi
 
 	    if test -n "$orig_export_symbols"; then
 	      # The given exports_symbols file has to be filtered, so filter it.
-	      func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
+	      func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
 	      # FIXME: $output_objdir/$libname.filter potentially contains lots of
-	      # 's' commands, which not all seds can handle. GNU sed should be fine
+	      # 's' commands which not all seds can handle. GNU sed should be fine
 	      # though. Also, the filter scales superlinearly with the number of
 	      # global variables. join(1) would be nice here, but unfortunately
 	      # isn't a blessed tool.
@@ -9977,7 +8491,7 @@ EOF
 	      export_symbols=$output_objdir/$libname.def
 	      $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
 	    fi
-	  }
+	  fi
 
 	  libobjs=$output
 	  # Restore the value of output.
@@ -9991,7 +8505,7 @@ EOF
 	  # value of $libobjs for piecewise linking.
 
 	  # Do each of the archive commands.
-	  if test yes = "$module" && test -n "$module_cmds"; then
+	  if test "$module" = yes && test -n "$module_cmds" ; then
 	    if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
 	      cmds=$module_expsym_cmds
 	    else
@@ -10013,7 +8527,7 @@ EOF
 
 	# Add any objects from preloaded convenience libraries
 	if test -n "$dlprefiles"; then
-	  gentop=$output_objdir/${outputname}x
+	  gentop="$output_objdir/${outputname}x"
 	  func_append generated " $gentop"
 
 	  func_extract_archives $gentop $dlprefiles
@@ -10021,12 +8535,11 @@ EOF
 	  test "X$libobjs" = "X " && libobjs=
 	fi
 
-	save_ifs=$IFS; IFS='~'
+	save_ifs="$IFS"; IFS='~'
 	for cmd in $cmds; do
-	  IFS=$sp$nl
+	  IFS="$save_ifs"
 	  eval cmd=\"$cmd\"
-	  IFS=$save_ifs
-	  $opt_quiet || {
+	  $opt_silent || {
 	    func_quote_for_expand "$cmd"
 	    eval "func_echo $func_quote_for_expand_result"
 	  }
@@ -10034,7 +8547,7 @@ EOF
 	    lt_exit=$?
 
 	    # Restore the uninstalled library and exit
-	    if test relink = "$opt_mode"; then
+	    if test "$opt_mode" = relink; then
 	      ( cd "$output_objdir" && \
 	        $RM "${realname}T" && \
 		$MV "${realname}U" "$realname" )
@@ -10043,10 +8556,10 @@ EOF
 	    exit $lt_exit
 	  }
 	done
-	IFS=$save_ifs
+	IFS="$save_ifs"
 
 	# Restore the uninstalled library and exit
-	if test relink = "$opt_mode"; then
+	if test "$opt_mode" = relink; then
 	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
 
 	  if test -n "$convenience"; then
@@ -10066,39 +8579,39 @@ EOF
 	done
 
 	# If -module or -export-dynamic was specified, set the dlname.
-	if test yes = "$module" || test yes = "$export_dynamic"; then
+	if test "$module" = yes || test "$export_dynamic" = yes; then
 	  # On all known operating systems, these are identical.
-	  dlname=$soname
+	  dlname="$soname"
 	fi
       fi
       ;;
 
     obj)
-      if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-	func_warning "'-dlopen' is ignored for objects"
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+	func_warning "\`-dlopen' is ignored for objects"
       fi
 
       case " $deplibs" in
       *\ -l* | *\ -L*)
-	func_warning "'-l' and '-L' are ignored for objects" ;;
+	func_warning "\`-l' and \`-L' are ignored for objects" ;;
       esac
 
       test -n "$rpath" && \
-	func_warning "'-rpath' is ignored for objects"
+	func_warning "\`-rpath' is ignored for objects"
 
       test -n "$xrpath" && \
-	func_warning "'-R' is ignored for objects"
+	func_warning "\`-R' is ignored for objects"
 
       test -n "$vinfo" && \
-	func_warning "'-version-info' is ignored for objects"
+	func_warning "\`-version-info' is ignored for objects"
 
       test -n "$release" && \
-	func_warning "'-release' is ignored for objects"
+	func_warning "\`-release' is ignored for objects"
 
       case $output in
       *.lo)
 	test -n "$objs$old_deplibs" && \
-	  func_fatal_error "cannot build library object '$output' from non-libtool objects"
+	  func_fatal_error "cannot build library object \`$output' from non-libtool objects"
 
 	libobj=$output
 	func_lo2o "$libobj"
@@ -10106,7 +8619,7 @@ EOF
 	;;
       *)
 	libobj=
-	obj=$output
+	obj="$output"
 	;;
       esac
 
@@ -10119,19 +8632,17 @@ EOF
       # the extraction.
       reload_conv_objs=
       gentop=
-      # if reload_cmds runs $LD directly, get rid of -Wl from
-      # whole_archive_flag_spec and hope we can get by with turning comma
-      # into space.
-      case $reload_cmds in
-        *\$LD[\ \$]*) wl= ;;
-      esac
+      # reload_cmds runs $LD directly, so let us get rid of
+      # -Wl from whole_archive_flag_spec and hope we can get by with
+      # turning comma into space..
+      wl=
+
       if test -n "$convenience"; then
 	if test -n "$whole_archive_flag_spec"; then
 	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
-	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
+	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
 	else
-	  gentop=$output_objdir/${obj}x
+	  gentop="$output_objdir/${obj}x"
 	  func_append generated " $gentop"
 
 	  func_extract_archives $gentop $convenience
@@ -10140,12 +8651,12 @@ EOF
       fi
 
       # If we're not building shared, we need to use non_pic_objs
-      test yes = "$build_libtool_libs" || libobjs=$non_pic_objects
+      test "$build_libtool_libs" != yes && libobjs="$non_pic_objects"
 
       # Create the old-style object.
-      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
+      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
 
-      output=$obj
+      output="$obj"
       func_execute_cmds "$reload_cmds" 'exit $?'
 
       # Exit if we aren't doing a library object file.
@@ -10157,7 +8668,7 @@ EOF
 	exit $EXIT_SUCCESS
       fi
 
-      test yes = "$build_libtool_libs" || {
+      if test "$build_libtool_libs" != yes; then
 	if test -n "$gentop"; then
 	  func_show_eval '${RM}r "$gentop"'
 	fi
@@ -10167,12 +8678,12 @@ EOF
 	# $show "echo timestamp > $libobj"
 	# $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
 	exit $EXIT_SUCCESS
-      }
+      fi
 
-      if test -n "$pic_flag" || test default != "$pic_mode"; then
+      if test -n "$pic_flag" || test "$pic_mode" != default; then
 	# Only do commands if we really have different PIC objects.
 	reload_objs="$libobjs $reload_conv_objs"
-	output=$libobj
+	output="$libobj"
 	func_execute_cmds "$reload_cmds" 'exit $?'
       fi
 
@@ -10189,14 +8700,16 @@ EOF
 	          output=$func_stripname_result.exe;;
       esac
       test -n "$vinfo" && \
-	func_warning "'-version-info' is ignored for programs"
+	func_warning "\`-version-info' is ignored for programs"
 
       test -n "$release" && \
-	func_warning "'-release' is ignored for programs"
+	func_warning "\`-release' is ignored for programs"
 
-      $preload \
-	&& test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \
-	&& func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
+      test "$preload" = yes \
+        && test "$dlopen_support" = unknown \
+	&& test "$dlopen_self" = unknown \
+	&& test "$dlopen_self_static" = unknown && \
+	  func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
 
       case $host in
       *-*-rhapsody* | *-*-darwin1.[012])
@@ -10210,11 +8723,11 @@ EOF
       *-*-darwin*)
 	# Don't allow lazy linking, it breaks C++ global constructors
 	# But is supposedly fixed on 10.4 or later (yay!).
-	if test CXX = "$tagname"; then
+	if test "$tagname" = CXX ; then
 	  case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
 	    10.[0123])
-	      func_append compile_command " $wl-bind_at_load"
-	      func_append finalize_command " $wl-bind_at_load"
+	      func_append compile_command " ${wl}-bind_at_load"
+	      func_append finalize_command " ${wl}-bind_at_load"
 	    ;;
 	  esac
 	fi
@@ -10250,7 +8763,7 @@ EOF
 	*) func_append new_libs " $deplib" ;;
 	esac
       done
-      compile_deplibs=$new_libs
+      compile_deplibs="$new_libs"
 
 
       func_append compile_command " $compile_deplibs"
@@ -10274,7 +8787,7 @@ EOF
 	if test -n "$hardcode_libdir_flag_spec"; then
 	  if test -n "$hardcode_libdir_separator"; then
 	    if test -z "$hardcode_libdirs"; then
-	      hardcode_libdirs=$libdir
+	      hardcode_libdirs="$libdir"
 	    else
 	      # Just accumulate the unique libdirs.
 	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
@@ -10297,7 +8810,7 @@ EOF
 	fi
 	case $host in
 	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
+	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
 	  case :$dllsearchpath: in
 	  *":$libdir:"*) ;;
 	  ::) dllsearchpath=$libdir;;
@@ -10314,10 +8827,10 @@ EOF
       # Substitute the hardcoded libdirs into the rpath.
       if test -n "$hardcode_libdir_separator" &&
 	 test -n "$hardcode_libdirs"; then
-	libdir=$hardcode_libdirs
+	libdir="$hardcode_libdirs"
 	eval rpath=\" $hardcode_libdir_flag_spec\"
       fi
-      compile_rpath=$rpath
+      compile_rpath="$rpath"
 
       rpath=
       hardcode_libdirs=
@@ -10325,7 +8838,7 @@ EOF
 	if test -n "$hardcode_libdir_flag_spec"; then
 	  if test -n "$hardcode_libdir_separator"; then
 	    if test -z "$hardcode_libdirs"; then
-	      hardcode_libdirs=$libdir
+	      hardcode_libdirs="$libdir"
 	    else
 	      # Just accumulate the unique libdirs.
 	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
@@ -10350,43 +8863,45 @@ EOF
       # Substitute the hardcoded libdirs into the rpath.
       if test -n "$hardcode_libdir_separator" &&
 	 test -n "$hardcode_libdirs"; then
-	libdir=$hardcode_libdirs
+	libdir="$hardcode_libdirs"
 	eval rpath=\" $hardcode_libdir_flag_spec\"
       fi
-      finalize_rpath=$rpath
+      finalize_rpath="$rpath"
 
-      if test -n "$libobjs" && test yes = "$build_old_libs"; then
+      if test -n "$libobjs" && test "$build_old_libs" = yes; then
 	# Transform all the library objects into standard objects.
 	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
 	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
       fi
 
-      func_generate_dlsyms "$outputname" "@PROGRAM@" false
+      func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
 
       # template prelinking step
       if test -n "$prelink_cmds"; then
 	func_execute_cmds "$prelink_cmds" 'exit $?'
       fi
 
-      wrappers_required=:
+      wrappers_required=yes
       case $host in
       *cegcc* | *mingw32ce*)
         # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
-        wrappers_required=false
+        wrappers_required=no
         ;;
       *cygwin* | *mingw* )
-        test yes = "$build_libtool_libs" || wrappers_required=false
+        if test "$build_libtool_libs" != yes; then
+          wrappers_required=no
+        fi
         ;;
       *)
-        if test no = "$need_relink" || test yes != "$build_libtool_libs"; then
-          wrappers_required=false
+        if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
+          wrappers_required=no
         fi
         ;;
       esac
-      $wrappers_required || {
+      if test "$wrappers_required" = no; then
 	# Replace the output file specification.
 	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
-	link_command=$compile_command$compile_rpath
+	link_command="$compile_command$compile_rpath"
 
 	# We have no uninstalled library dependencies, so finalize right now.
 	exit_status=0
@@ -10399,12 +8914,12 @@ EOF
 	fi
 
 	# Delete the generated files.
-	if test -f "$output_objdir/${outputname}S.$objext"; then
-	  func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
+	if test -f "$output_objdir/${outputname}S.${objext}"; then
+	  func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
 	fi
 
 	exit $exit_status
-      }
+      fi
 
       if test -n "$compile_shlibpath$finalize_shlibpath"; then
 	compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
@@ -10434,9 +8949,9 @@ EOF
 	fi
       fi
 
-      if test yes = "$no_install"; then
+      if test "$no_install" = yes; then
 	# We don't need to create a wrapper script.
-	link_command=$compile_var$compile_command$compile_rpath
+	link_command="$compile_var$compile_command$compile_rpath"
 	# Replace the output file specification.
 	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
 	# Delete the old output file.
@@ -10453,28 +8968,27 @@ EOF
 	exit $EXIT_SUCCESS
       fi
 
-      case $hardcode_action,$fast_install in
-        relink,*)
-	  # Fast installation is not supported
-	  link_command=$compile_var$compile_command$compile_rpath
-	  relink_command=$finalize_var$finalize_command$finalize_rpath
+      if test "$hardcode_action" = relink; then
+	# Fast installation is not supported
+	link_command="$compile_var$compile_command$compile_rpath"
+	relink_command="$finalize_var$finalize_command$finalize_rpath"
 
-	  func_warning "this platform does not like uninstalled shared libraries"
-	  func_warning "'$output' will be relinked during installation"
-	  ;;
-        *,yes)
-	  link_command=$finalize_var$compile_command$finalize_rpath
-	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
-          ;;
-	*,no)
-	  link_command=$compile_var$compile_command$compile_rpath
-	  relink_command=$finalize_var$finalize_command$finalize_rpath
-          ;;
-	*,needless)
-	  link_command=$finalize_var$compile_command$finalize_rpath
-	  relink_command=
-          ;;
-      esac
+	func_warning "this platform does not like uninstalled shared libraries"
+	func_warning "\`$output' will be relinked during installation"
+      else
+	if test "$fast_install" != no; then
+	  link_command="$finalize_var$compile_command$finalize_rpath"
+	  if test "$fast_install" = yes; then
+	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
+	  else
+	    # fast_install is set to needless
+	    relink_command=
+	  fi
+	else
+	  link_command="$compile_var$compile_command$compile_rpath"
+	  relink_command="$finalize_var$finalize_command$finalize_rpath"
+	fi
+      fi
 
       # Replace the output file specification.
       link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
@@ -10531,8 +9045,8 @@ EOF
 	    func_dirname_and_basename "$output" "" "."
 	    output_name=$func_basename_result
 	    output_path=$func_dirname_result
-	    cwrappersource=$output_path/$objdir/lt-$output_name.c
-	    cwrapper=$output_path/$output_name.exe
+	    cwrappersource="$output_path/$objdir/lt-$output_name.c"
+	    cwrapper="$output_path/$output_name.exe"
 	    $RM $cwrappersource $cwrapper
 	    trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
 
@@ -10553,7 +9067,7 @@ EOF
 	    trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
 	    $opt_dry_run || {
 	      # note: this script will not be executed, so do not chmod.
-	      if test "x$build" = "x$host"; then
+	      if test "x$build" = "x$host" ; then
 		$cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
 	      else
 		func_emit_wrapper no > $func_ltwrapper_scriptname_result
@@ -10576,27 +9090,25 @@ EOF
     # See if we need to build an old-fashioned archive.
     for oldlib in $oldlibs; do
 
-      case $build_libtool_libs in
-        convenience)
-	  oldobjs="$libobjs_save $symfileobj"
-	  addlibs=$convenience
-	  build_libtool_libs=no
-	  ;;
-	module)
-	  oldobjs=$libobjs_save
-	  addlibs=$old_convenience
+      if test "$build_libtool_libs" = convenience; then
+	oldobjs="$libobjs_save $symfileobj"
+	addlibs="$convenience"
+	build_libtool_libs=no
+      else
+	if test "$build_libtool_libs" = module; then
+	  oldobjs="$libobjs_save"
 	  build_libtool_libs=no
-          ;;
-	*)
+	else
 	  oldobjs="$old_deplibs $non_pic_objects"
-	  $preload && test -f "$symfileobj" \
-	    && func_append oldobjs " $symfileobj"
-	  addlibs=$old_convenience
-	  ;;
-      esac
+	  if test "$preload" = yes && test -f "$symfileobj"; then
+	    func_append oldobjs " $symfileobj"
+	  fi
+	fi
+	addlibs="$old_convenience"
+      fi
 
       if test -n "$addlibs"; then
-	gentop=$output_objdir/${outputname}x
+	gentop="$output_objdir/${outputname}x"
 	func_append generated " $gentop"
 
 	func_extract_archives $gentop $addlibs
@@ -10604,13 +9116,13 @@ EOF
       fi
 
       # Do each command in the archive commands.
-      if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then
+      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
 	cmds=$old_archive_from_new_cmds
       else
 
 	# Add any objects from preloaded convenience libraries
 	if test -n "$dlprefiles"; then
-	  gentop=$output_objdir/${outputname}x
+	  gentop="$output_objdir/${outputname}x"
 	  func_append generated " $gentop"
 
 	  func_extract_archives $gentop $dlprefiles
@@ -10631,7 +9143,7 @@ EOF
 	  :
 	else
 	  echo "copying selected object files to avoid basename conflicts..."
-	  gentop=$output_objdir/${outputname}x
+	  gentop="$output_objdir/${outputname}x"
 	  func_append generated " $gentop"
 	  func_mkdir_p "$gentop"
 	  save_oldobjs=$oldobjs
@@ -10640,7 +9152,7 @@ EOF
 	  for obj in $save_oldobjs
 	  do
 	    func_basename "$obj"
-	    objbase=$func_basename_result
+	    objbase="$func_basename_result"
 	    case " $oldobjs " in
 	    " ") oldobjs=$obj ;;
 	    *[\ /]"$objbase "*)
@@ -10709,18 +9221,18 @@ EOF
 	    else
 	      # the above command should be used before it gets too long
 	      oldobjs=$objlist
-	      if test "$obj" = "$last_oldobj"; then
+	      if test "$obj" = "$last_oldobj" ; then
 		RANLIB=$save_RANLIB
 	      fi
 	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      eval concat_cmds=\"\$concat_cmds$old_archive_cmds\"
+	      eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
 	      objlist=
 	      len=$len0
 	    fi
 	  done
 	  RANLIB=$save_RANLIB
 	  oldobjs=$objlist
-	  if test -z "$oldobjs"; then
+	  if test "X$oldobjs" = "X" ; then
 	    eval cmds=\"\$concat_cmds\"
 	  else
 	    eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
@@ -10737,7 +9249,7 @@ EOF
     case $output in
     *.la)
       old_library=
-      test yes = "$build_old_libs" && old_library=$libname.$libext
+      test "$build_old_libs" = yes && old_library="$libname.$libext"
       func_verbose "creating $output"
 
       # Preserve any variables that may affect compiler behavior
@@ -10752,31 +9264,31 @@ EOF
 	fi
       done
       # Quote the link command for shipping.
-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
+      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
       relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
-      if test yes = "$hardcode_automatic"; then
+      if test "$hardcode_automatic" = yes ; then
 	relink_command=
       fi
 
       # Only create the output if not a dry run.
       $opt_dry_run || {
 	for installed in no yes; do
-	  if test yes = "$installed"; then
+	  if test "$installed" = yes; then
 	    if test -z "$install_libdir"; then
 	      break
 	    fi
-	    output=$output_objdir/${outputname}i
+	    output="$output_objdir/$outputname"i
 	    # Replace all uninstalled libtool libraries with the installed ones
 	    newdependency_libs=
 	    for deplib in $dependency_libs; do
 	      case $deplib in
 	      *.la)
 		func_basename "$deplib"
-		name=$func_basename_result
+		name="$func_basename_result"
 		func_resolve_sysroot "$deplib"
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
 		test -z "$libdir" && \
-		  func_fatal_error "'$deplib' is not a valid libtool archive"
+		  func_fatal_error "\`$deplib' is not a valid libtool archive"
 		func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
 		;;
 	      -L*)
@@ -10792,23 +9304,23 @@ EOF
 	      *) func_append newdependency_libs " $deplib" ;;
 	      esac
 	    done
-	    dependency_libs=$newdependency_libs
+	    dependency_libs="$newdependency_libs"
 	    newdlfiles=
 
 	    for lib in $dlfiles; do
 	      case $lib in
 	      *.la)
 	        func_basename "$lib"
-		name=$func_basename_result
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
 		test -z "$libdir" && \
-		  func_fatal_error "'$lib' is not a valid libtool archive"
+		  func_fatal_error "\`$lib' is not a valid libtool archive"
 		func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
 		;;
 	      *) func_append newdlfiles " $lib" ;;
 	      esac
 	    done
-	    dlfiles=$newdlfiles
+	    dlfiles="$newdlfiles"
 	    newdlprefiles=
 	    for lib in $dlprefiles; do
 	      case $lib in
@@ -10818,34 +9330,34 @@ EOF
 		# didn't already link the preopened objects directly into
 		# the library:
 		func_basename "$lib"
-		name=$func_basename_result
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
+		name="$func_basename_result"
+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
 		test -z "$libdir" && \
-		  func_fatal_error "'$lib' is not a valid libtool archive"
+		  func_fatal_error "\`$lib' is not a valid libtool archive"
 		func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
 		;;
 	      esac
 	    done
-	    dlprefiles=$newdlprefiles
+	    dlprefiles="$newdlprefiles"
 	  else
 	    newdlfiles=
 	    for lib in $dlfiles; do
 	      case $lib in
-		[\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
+		[\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
 		*) abs=`pwd`"/$lib" ;;
 	      esac
 	      func_append newdlfiles " $abs"
 	    done
-	    dlfiles=$newdlfiles
+	    dlfiles="$newdlfiles"
 	    newdlprefiles=
 	    for lib in $dlprefiles; do
 	      case $lib in
-		[\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
+		[\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
 		*) abs=`pwd`"/$lib" ;;
 	      esac
 	      func_append newdlprefiles " $abs"
 	    done
-	    dlprefiles=$newdlprefiles
+	    dlprefiles="$newdlprefiles"
 	  fi
 	  $RM $output
 	  # place dlname in correct position for cygwin
@@ -10861,9 +9373,10 @@ EOF
 	  case $host,$output,$installed,$module,$dlname in
 	    *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
 	      # If a -bindir argument was supplied, place the dll there.
-	      if test -n "$bindir"; then
+	      if test "x$bindir" != x ;
+	      then
 		func_relative_path "$install_libdir" "$bindir"
-		tdlname=$func_relative_path_result/$dlname
+		tdlname=$func_relative_path_result$dlname
 	      else
 		# Otherwise fall back on heuristic.
 		tdlname=../bin/$dlname
@@ -10872,7 +9385,7 @@ EOF
 	  esac
 	  $ECHO > $output "\
 # $outputname - a libtool library file
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 #
 # Please DO NOT delete this file!
 # It is necessary for linking the library.
@@ -10886,7 +9399,7 @@ library_names='$library_names'
 # The name of the static archive.
 old_library='$old_library'
 
-# Linker flags that cannot go in dependency_libs.
+# Linker flags that can not go in dependency_libs.
 inherited_linker_flags='$new_inherited_linker_flags'
 
 # Libraries that this one depends upon.
@@ -10912,7 +9425,7 @@ dlpreopen='$dlprefiles'
 
 # Directory that this library needs to be installed in:
 libdir='$install_libdir'"
-	  if test no,yes = "$installed,$need_relink"; then
+	  if test "$installed" = no && test "$need_relink" = yes; then
 	    $ECHO >> $output "\
 relink_command=\"$relink_command\""
 	  fi
@@ -10927,29 +9440,27 @@ relink_command=\"$relink_command\""
     exit $EXIT_SUCCESS
 }
 
-if test link = "$opt_mode" || test relink = "$opt_mode"; then
-  func_mode_link ${1+"$@"}
-fi
+{ test "$opt_mode" = link || test "$opt_mode" = relink; } &&
+    func_mode_link ${1+"$@"}
 
 
 # func_mode_uninstall arg...
 func_mode_uninstall ()
 {
-    $debug_cmd
-
-    RM=$nonopt
+    $opt_debug
+    RM="$nonopt"
     files=
-    rmforce=false
+    rmforce=
     exit_status=0
 
     # This variable tells wrapper scripts just to set variables rather
     # than running their programs.
-    libtool_install_magic=$magic
+    libtool_install_magic="$magic"
 
     for arg
     do
       case $arg in
-      -f) func_append RM " $arg"; rmforce=: ;;
+      -f) func_append RM " $arg"; rmforce=yes ;;
       -*) func_append RM " $arg" ;;
       *) func_append files " $arg" ;;
       esac
@@ -10962,18 +9473,18 @@ func_mode_uninstall ()
 
     for file in $files; do
       func_dirname "$file" "" "."
-      dir=$func_dirname_result
-      if test . = "$dir"; then
-	odir=$objdir
+      dir="$func_dirname_result"
+      if test "X$dir" = X.; then
+	odir="$objdir"
       else
-	odir=$dir/$objdir
+	odir="$dir/$objdir"
       fi
       func_basename "$file"
-      name=$func_basename_result
-      test uninstall = "$opt_mode" && odir=$dir
+      name="$func_basename_result"
+      test "$opt_mode" = uninstall && odir="$dir"
 
       # Remember odir for removal later, being careful to avoid duplicates
-      if test clean = "$opt_mode"; then
+      if test "$opt_mode" = clean; then
 	case " $rmdirs " in
 	  *" $odir "*) ;;
 	  *) func_append rmdirs " $odir" ;;
@@ -10988,11 +9499,11 @@ func_mode_uninstall ()
       elif test -d "$file"; then
 	exit_status=1
 	continue
-      elif $rmforce; then
+      elif test "$rmforce" = yes; then
 	continue
       fi
 
-      rmfiles=$file
+      rmfiles="$file"
 
       case $name in
       *.la)
@@ -11006,7 +9517,7 @@ func_mode_uninstall ()
 	  done
 	  test -n "$old_library" && func_append rmfiles " $odir/$old_library"
 
-	  case $opt_mode in
+	  case "$opt_mode" in
 	  clean)
 	    case " $library_names " in
 	    *" $dlname "*) ;;
@@ -11017,12 +9528,12 @@ func_mode_uninstall ()
 	  uninstall)
 	    if test -n "$library_names"; then
 	      # Do each command in the postuninstall commands.
-	      func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1'
+	      func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
 	    fi
 
 	    if test -n "$old_library"; then
 	      # Do each command in the old_postuninstall commands.
-	      func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1'
+	      func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
 	    fi
 	    # FIXME: should reinstall the best remaining shared library.
 	    ;;
@@ -11038,19 +9549,21 @@ func_mode_uninstall ()
 	  func_source $dir/$name
 
 	  # Add PIC object to the list of files to remove.
-	  if test -n "$pic_object" && test none != "$pic_object"; then
+	  if test -n "$pic_object" &&
+	     test "$pic_object" != none; then
 	    func_append rmfiles " $dir/$pic_object"
 	  fi
 
 	  # Add non-PIC object to the list of files to remove.
-	  if test -n "$non_pic_object" && test none != "$non_pic_object"; then
+	  if test -n "$non_pic_object" &&
+	     test "$non_pic_object" != none; then
 	    func_append rmfiles " $dir/$non_pic_object"
 	  fi
 	fi
 	;;
 
       *)
-	if test clean = "$opt_mode"; then
+	if test "$opt_mode" = clean ; then
 	  noexename=$name
 	  case $file in
 	  *.exe)
@@ -11077,12 +9590,12 @@ func_mode_uninstall ()
 
 	    # note $name still contains .exe if it was in $file originally
 	    # as does the version of $file that was added into $rmfiles
-	    func_append rmfiles " $odir/$name $odir/${name}S.$objext"
-	    if test yes = "$fast_install" && test -n "$relink_command"; then
+	    func_append rmfiles " $odir/$name $odir/${name}S.${objext}"
+	    if test "$fast_install" = yes && test -n "$relink_command"; then
 	      func_append rmfiles " $odir/lt-$name"
 	    fi
-	    if test "X$noexename" != "X$name"; then
-	      func_append rmfiles " $odir/lt-$noexename.c"
+	    if test "X$noexename" != "X$name" ; then
+	      func_append rmfiles " $odir/lt-${noexename}.c"
 	    fi
 	  fi
 	fi
@@ -11091,7 +9604,7 @@ func_mode_uninstall ()
       func_show_eval "$RM $rmfiles" 'exit_status=1'
     done
 
-    # Try to remove the $objdir's in the directories where we deleted files
+    # Try to remove the ${objdir}s in the directories where we deleted files
     for dir in $rmdirs; do
       if test -d "$dir"; then
 	func_show_eval "rmdir $dir >/dev/null 2>&1"
@@ -11101,17 +9614,16 @@ func_mode_uninstall ()
     exit $exit_status
 }
 
-if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then
-  func_mode_uninstall ${1+"$@"}
-fi
+{ test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
+    func_mode_uninstall ${1+"$@"}
 
 test -z "$opt_mode" && {
-  help=$generic_help
+  help="$generic_help"
   func_fatal_help "you must specify a MODE"
 }
 
 test -z "$exec_cmd" && \
-  func_fatal_help "invalid operation mode '$opt_mode'"
+  func_fatal_help "invalid operation mode \`$opt_mode'"
 
 if test -n "$exec_cmd"; then
   eval exec "$exec_cmd"
@@ -11122,7 +9634,7 @@ exit $exit_status
 
 
 # The TAGs below are defined such that we never get into a situation
-# where we disable both kinds of libraries.  Given conflicting
+# in which we disable both kinds of libraries.  Given conflicting
 # choices, we go for a static library, that is the most portable,
 # since we can't tell whether shared libraries were disabled because
 # the user asked for that or because the platform doesn't support
@@ -11145,3 +9657,5 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
 # mode:shell-script
 # sh-indentation:2
 # End:
+# vi:sw=2
+
diff --git a/macros/._libtool.m4 b/macros/._libtool.m4
deleted file mode 100644
index 4b8deb2..0000000
Binary files a/macros/._libtool.m4 and /dev/null differ
diff --git a/macros/._ltoptions.m4 b/macros/._ltoptions.m4
deleted file mode 100644
index 3d07a38..0000000
Binary files a/macros/._ltoptions.m4 and /dev/null differ
diff --git a/macros/._ltsugar.m4 b/macros/._ltsugar.m4
deleted file mode 100644
index bc3a289..0000000
Binary files a/macros/._ltsugar.m4 and /dev/null differ
diff --git a/macros/._lt~obsolete.m4 b/macros/._lt~obsolete.m4
deleted file mode 100644
index a5ff095..0000000
Binary files a/macros/._lt~obsolete.m4 and /dev/null differ
diff --git a/macros/libtool.m4 b/macros/libtool.m4
index a3bc337..d7c043f 100644
--- a/macros/libtool.m4
+++ b/macros/libtool.m4
@@ -1,6 +1,8 @@
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 #
-#   Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+#                 Foundation, Inc.
 #   Written by Gordon Matzigkeit, 1996
 #
 # This file is free software; the Free Software Foundation gives
@@ -8,30 +10,36 @@
 # modifications, as long as this notice is preserved.
 
 m4_define([_LT_COPYING], [dnl
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+#                 Foundation, Inc.
+#   Written by Gordon Matzigkeit, 1996
+#
+#   This file is part of GNU Libtool.
+#
+# GNU Libtool is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
 #
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
+# As a special exception to the GNU General Public License,
+# if you distribute this file as part of a program or library that
+# is built using GNU Libtool, you may include this file under the
+# same distribution terms that you use for the rest of that program.
 #
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# GNU Libtool is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Libtool; see the file COPYING.  If not, a copy
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+# obtained by writing to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 ])
 
-# serial 58 LT_INIT
+# serial 57 LT_INIT
 
 
 # LT_PREREQ(VERSION)
@@ -59,7 +67,7 @@ esac
 # LT_INIT([OPTIONS])
 # ------------------
 AC_DEFUN([LT_INIT],
-[AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
+[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
 AC_BEFORE([$0], [LT_LANG])dnl
 AC_BEFORE([$0], [LT_OUTPUT])dnl
@@ -83,7 +91,7 @@ dnl Parse OPTIONS
 _LT_SET_OPTIONS([$0], [$1])
 
 # This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
+LIBTOOL_DEPS="$ltmain"
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -103,43 +111,26 @@ dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
 dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
 
 
-# _LT_PREPARE_CC_BASENAME
-# -----------------------
-m4_defun([_LT_PREPARE_CC_BASENAME], [
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
-func_cc_basename ()
-{
-    for cc_temp in @S|@*""; do
-      case $cc_temp in
-        compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
-        distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
-        \-*) ;;
-        *) break;;
-      esac
-    done
-    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-}
-])# _LT_PREPARE_CC_BASENAME
-
-
 # _LT_CC_BASENAME(CC)
 # -------------------
-# It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME,
-# but that macro is also expanded into generated libtool script, which
-# arranges for $SED and $ECHO to be set by different means.
+# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
 m4_defun([_LT_CC_BASENAME],
-[m4_require([_LT_PREPARE_CC_BASENAME])dnl
-AC_REQUIRE([_LT_DECL_SED])dnl
-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
-func_cc_basename $1
-cc_basename=$func_cc_basename_result
+[for cc_temp in $1""; do
+  case $cc_temp in
+    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
+    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
 ])
 
 
 # _LT_FILEUTILS_DEFAULTS
 # ----------------------
 # It is okay to use these file commands and assume they have been set
-# sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'.
+# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
 m4_defun([_LT_FILEUTILS_DEFAULTS],
 [: ${CP="cp -f"}
 : ${MV="mv -f"}
@@ -186,16 +177,15 @@ m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
 m4_require([_LT_WITH_SYSROOT])dnl
-m4_require([_LT_CMD_TRUNCATE])dnl
 
 _LT_CONFIG_LIBTOOL_INIT([
-# See if we are running on zsh, and set the options that allow our
+# See if we are running on zsh, and set the options which allow our
 # commands through without removal of \ escapes INIT.
-if test -n "\${ZSH_VERSION+set}"; then
+if test -n "\${ZSH_VERSION+set}" ; then
    setopt NO_GLOB_SUBST
 fi
 ])
-if test -n "${ZSH_VERSION+set}"; then
+if test -n "${ZSH_VERSION+set}" ; then
    setopt NO_GLOB_SUBST
 fi
 
@@ -208,7 +198,7 @@ aix3*)
   # AIX sometimes has problems with the GCC collect2 program.  For some
   # reason, if we set the COLLECT_NAMES environment variable, the problems
   # vanish in a puff of smoke.
-  if test set != "${COLLECT_NAMES+set}"; then
+  if test "X${COLLECT_NAMES+set}" != Xset; then
     COLLECT_NAMES=
     export COLLECT_NAMES
   fi
@@ -219,14 +209,14 @@ esac
 ofile=libtool
 can_build_shared=yes
 
-# All known linkers require a '.a' archive for static linking (except MSVC,
+# All known linkers require a `.a' archive for static linking (except MSVC,
 # which needs '.lib').
 libext=a
 
-with_gnu_ld=$lt_cv_prog_gnu_ld
+with_gnu_ld="$lt_cv_prog_gnu_ld"
 
-old_CC=$CC
-old_CFLAGS=$CFLAGS
+old_CC="$CC"
+old_CFLAGS="$CFLAGS"
 
 # Set sane defaults for various variables
 test -z "$CC" && CC=cc
@@ -279,14 +269,14 @@ no_glob_subst='s/\*/\\\*/g'
 
 # _LT_PROG_LTMAIN
 # ---------------
-# Note that this code is called both from 'configure', and 'config.status'
+# Note that this code is called both from `configure', and `config.status'
 # now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
-# 'config.status' has no value for ac_aux_dir unless we are using Automake,
+# `config.status' has no value for ac_aux_dir unless we are using Automake,
 # so we pass a copy along to make sure it has a sensible value anyway.
 m4_defun([_LT_PROG_LTMAIN],
 [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
 _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
-ltmain=$ac_aux_dir/ltmain.sh
+ltmain="$ac_aux_dir/ltmain.sh"
 ])# _LT_PROG_LTMAIN
 
 
@@ -296,7 +286,7 @@ ltmain=$ac_aux_dir/ltmain.sh
 
 # So that we can recreate a full libtool script including additional
 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
-# in macros and then make a single call at the end using the 'libtool'
+# in macros and then make a single call at the end using the `libtool'
 # label.
 
 
@@ -431,8 +421,8 @@ m4_define([_lt_decl_all_varnames],
 
 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
 # ------------------------------------
-# Quote a variable value, and forward it to 'config.status' so that its
-# declaration there will have the same value as in 'configure'.  VARNAME
+# Quote a variable value, and forward it to `config.status' so that its
+# declaration there will have the same value as in `configure'.  VARNAME
 # must have a single quote delimited value for this to work.
 m4_define([_LT_CONFIG_STATUS_DECLARE],
 [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
@@ -456,7 +446,7 @@ m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
 # Output comment and list of tags supported by the script
 m4_defun([_LT_LIBTOOL_TAGS],
 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
-available_tags='_LT_TAGS'dnl
+available_tags="_LT_TAGS"dnl
 ])
 
 
@@ -484,7 +474,7 @@ m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
 # _LT_LIBTOOL_CONFIG_VARS
 # -----------------------
 # Produce commented declarations of non-tagged libtool config variables
-# suitable for insertion in the LIBTOOL CONFIG section of the 'libtool'
+# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
 # script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
 # section) are produced by _LT_LIBTOOL_TAG_VARS.
 m4_defun([_LT_LIBTOOL_CONFIG_VARS],
@@ -510,8 +500,8 @@ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
 # Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
 # variables for single and double quote escaping we saved from calls
 # to _LT_DECL, we can put quote escaped variables declarations
-# into 'config.status', and then the shell code to quote escape them in
-# for loops in 'config.status'.  Finally, any additional code accumulated
+# into `config.status', and then the shell code to quote escape them in
+# for loops in `config.status'.  Finally, any additional code accumulated
 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
 m4_defun([_LT_CONFIG_COMMANDS],
 [AC_PROVIDE_IFELSE([LT_OUTPUT],
@@ -557,7 +547,7 @@ for var in lt_decl_all_varnames([[ \
 ]], lt_decl_quote_varnames); do
     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
     *[[\\\\\\\`\\"\\\$]]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
       ;;
     *)
       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
@@ -570,7 +560,7 @@ for var in lt_decl_all_varnames([[ \
 ]], lt_decl_dquote_varnames); do
     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
     *[[\\\\\\\`\\"\\\$]]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
       ;;
     *)
       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
@@ -586,7 +576,7 @@ _LT_OUTPUT_LIBTOOL_INIT
 # Generate a child script FILE with all initialization necessary to
 # reuse the environment learned by the parent script, and make the
 # file executable.  If COMMENT is supplied, it is inserted after the
-# '#!' sequence but before initialization text begins.  After this
+# `#!' sequence but before initialization text begins.  After this
 # macro, additional text can be appended to FILE to form the body of
 # the child script.  The macro ends with non-zero status if the
 # file could not be fully written (such as if the disk is full).
@@ -608,7 +598,7 @@ AS_SHELL_SANITIZE
 _AS_PREPARE
 exec AS_MESSAGE_FD>&1
 _ASEOF
-test 0 = "$lt_write_fail" && chmod +x $1[]dnl
+test $lt_write_fail = 0 && chmod +x $1[]dnl
 m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
 
 # LT_OUTPUT
@@ -631,7 +621,7 @@ exec AS_MESSAGE_LOG_FD>>config.log
 } >&AS_MESSAGE_LOG_FD
 
 lt_cl_help="\
-'$as_me' creates a local libtool stub from the current configuration,
+\`$as_me' creates a local libtool stub from the current configuration,
 for use in further configure time tests before the real libtool is
 generated.
 
@@ -653,7 +643,7 @@ Copyright (C) 2011 Free Software Foundation, Inc.
 This config.lt script is free software; the Free Software Foundation
 gives unlimited permision to copy, distribute and modify it."
 
-while test 0 != $[#]
+while test $[#] != 0
 do
   case $[1] in
     --version | --v* | -V )
@@ -666,10 +656,10 @@ do
       lt_cl_silent=: ;;
 
     -*) AC_MSG_ERROR([unrecognized option: $[1]
-Try '$[0] --help' for more information.]) ;;
+Try \`$[0] --help' for more information.]) ;;
 
     *) AC_MSG_ERROR([unrecognized argument: $[1]
-Try '$[0] --help' for more information.]) ;;
+Try \`$[0] --help' for more information.]) ;;
   esac
   shift
 done
@@ -695,7 +685,7 @@ chmod +x "$CONFIG_LT"
 # open by configure.  Here we exec the FD to /dev/null, effectively closing
 # config.log, so it can be properly (re)opened and appended to by config.lt.
 lt_cl_success=:
-test yes = "$silent" &&
+test "$silent" = yes &&
   lt_config_lt_args="$lt_config_lt_args --quiet"
 exec AS_MESSAGE_LOG_FD>/dev/null
 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
@@ -715,31 +705,27 @@ m4_defun([_LT_CONFIG],
 _LT_CONFIG_SAVE_COMMANDS([
   m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
   m4_if(_LT_TAG, [C], [
-    # See if we are running on zsh, and set the options that allow our
+    # See if we are running on zsh, and set the options which allow our
     # commands through without removal of \ escapes.
-    if test -n "${ZSH_VERSION+set}"; then
+    if test -n "${ZSH_VERSION+set}" ; then
       setopt NO_GLOB_SUBST
     fi
 
-    cfgfile=${ofile}T
+    cfgfile="${ofile}T"
     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
     $RM "$cfgfile"
 
     cat <<_LT_EOF >> "$cfgfile"
 #! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
+
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
+#
 _LT_COPYING
 _LT_LIBTOOL_TAGS
 
-# Configured defaults for sys_lib_dlsearch_path munging.
-: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
-
 # ### BEGIN LIBTOOL CONFIG
 _LT_LIBTOOL_CONFIG_VARS
 _LT_LIBTOOL_TAG_VARS
@@ -747,24 +733,13 @@ _LT_LIBTOOL_TAG_VARS
 
 _LT_EOF
 
-    cat <<'_LT_EOF' >> "$cfgfile"
-
-# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
-
-_LT_PREPARE_MUNGE_PATH_LIST
-_LT_PREPARE_CC_BASENAME
-
-# ### END FUNCTIONS SHARED WITH CONFIGURE
-
-_LT_EOF
-
   case $host_os in
   aix3*)
     cat <<\_LT_EOF >> "$cfgfile"
 # AIX sometimes has problems with the GCC collect2 program.  For some
 # reason, if we set the COLLECT_NAMES environment variable, the problems
 # vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
+if test "X${COLLECT_NAMES+set}" != Xset; then
   COLLECT_NAMES=
   export COLLECT_NAMES
 fi
@@ -781,6 +756,8 @@ _LT_EOF
   sed '$q' "$ltmain" >> "$cfgfile" \
      || (rm -f "$cfgfile"; exit 1)
 
+  _LT_PROG_REPLACE_SHELLFNS
+
    mv -f "$cfgfile" "$ofile" ||
     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
   chmod +x "$ofile"
@@ -798,6 +775,7 @@ _LT_EOF
 [m4_if([$1], [], [
     PACKAGE='$PACKAGE'
     VERSION='$VERSION'
+    TIMESTAMP='$TIMESTAMP'
     RM='$RM'
     ofile='$ofile'], [])
 ])dnl /_LT_CONFIG_SAVE_COMMANDS
@@ -996,7 +974,7 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
 
     AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
       [lt_cv_apple_cc_single_mod=no
-      if test -z "$LT_MULTI_MODULE"; then
+      if test -z "${LT_MULTI_MODULE}"; then
 	# By default we will add the -single_module flag. You can override
 	# by either setting the environment variable LT_MULTI_MODULE
 	# non-empty at configure time, or by adding -multi_module to the
@@ -1014,7 +992,7 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
 	  cat conftest.err >&AS_MESSAGE_LOG_FD
 	# Otherwise, if the output was created with a 0 exit code from
 	# the compiler, it worked.
-	elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
+	elif test -f libconftest.dylib && test $_lt_result -eq 0; then
 	  lt_cv_apple_cc_single_mod=yes
 	else
 	  cat conftest.err >&AS_MESSAGE_LOG_FD
@@ -1032,7 +1010,7 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
       AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 	[lt_cv_ld_exported_symbols_list=yes],
 	[lt_cv_ld_exported_symbols_list=no])
-	LDFLAGS=$save_LDFLAGS
+	LDFLAGS="$save_LDFLAGS"
     ])
 
     AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
@@ -1054,7 +1032,7 @@ _LT_EOF
       _lt_result=$?
       if test -s conftest.err && $GREP force_load conftest.err; then
 	cat conftest.err >&AS_MESSAGE_LOG_FD
-      elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
+      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
 	lt_cv_ld_force_load=yes
       else
 	cat conftest.err >&AS_MESSAGE_LOG_FD
@@ -1064,32 +1042,32 @@ _LT_EOF
     ])
     case $host_os in
     rhapsody* | darwin1.[[012]])
-      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
+      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
     darwin1.*)
-      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
     darwin*) # darwin 5.x on
       # if running on 10.5 or later, the deployment target defaults
       # to the OS version, if on x86, and 10.4, the deployment
       # target defaults to 10.4. Don't you love it?
       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
 	10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-	10.[[012]][[,.]]*)
-	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+	10.[[012]]*)
+	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 	10.*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
       esac
     ;;
   esac
-    if test yes = "$lt_cv_apple_cc_single_mod"; then
+    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
       _lt_dar_single_mod='$single_module'
     fi
-    if test yes = "$lt_cv_ld_exported_symbols_list"; then
-      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
+    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
+      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
     else
-      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
+      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
     fi
-    if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
+    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
       _lt_dsymutil='~$DSYMUTIL $lib || :'
     else
       _lt_dsymutil=
@@ -1109,29 +1087,29 @@ m4_defun([_LT_DARWIN_LINKER_FEATURES],
   _LT_TAGVAR(hardcode_direct, $1)=no
   _LT_TAGVAR(hardcode_automatic, $1)=yes
   _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
+  if test "$lt_cv_ld_force_load" = "yes"; then
+    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
     m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
                   [FC],  [_LT_TAGVAR(compiler_needs_object, $1)=yes])
   else
     _LT_TAGVAR(whole_archive_flag_spec, $1)=''
   fi
   _LT_TAGVAR(link_all_deplibs, $1)=yes
-  _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined
+  _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
   case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
+     ifort*) _lt_dar_can_shared=yes ;;
      *) _lt_dar_can_shared=$GCC ;;
   esac
-  if test yes = "$_lt_dar_can_shared"; then
+  if test "$_lt_dar_can_shared" = "yes"; then
     output_verbose_link_cmd=func_echo_all
-    _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
+    _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
+    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
+    _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
+    _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
     m4_if([$1], [CXX],
-[   if test yes != "$lt_cv_apple_cc_single_mod"; then
-      _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
-      _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
+[   if test "$lt_cv_apple_cc_single_mod" != "yes"; then
+      _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
+      _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
     fi
 ],[])
   else
@@ -1151,7 +1129,7 @@ m4_defun([_LT_DARWIN_LINKER_FEATURES],
 # Allow to override them for all tags through lt_cv_aix_libpath.
 m4_defun([_LT_SYS_MODULE_PATH_AIX],
 [m4_require([_LT_DECL_SED])dnl
-if test set = "${lt_cv_aix_libpath+set}"; then
+if test "${lt_cv_aix_libpath+set}" = set; then
   aix_libpath=$lt_cv_aix_libpath
 else
   AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
@@ -1169,7 +1147,7 @@ else
     _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   fi],[])
   if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
-    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib
+    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib"
   fi
   ])
   aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
@@ -1189,8 +1167,8 @@ m4_define([_LT_SHELL_INIT],
 # -----------------------
 # Find how we can fake an echo command that does not interpret backslash.
 # In particular, with Autoconf 2.60 or later we add some code to the start
-# of the generated configure script that will find a shell with a builtin
-# printf (that we can use as an echo command).
+# of the generated configure script which will find a shell with a builtin
+# printf (which we can use as an echo command).
 m4_defun([_LT_PROG_ECHO_BACKSLASH],
 [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
@@ -1218,10 +1196,10 @@ fi
 # Invoke $ECHO with all args, space-separated.
 func_echo_all ()
 {
-    $ECHO "$*"
+    $ECHO "$*" 
 }
 
-case $ECHO in
+case "$ECHO" in
   printf*) AC_MSG_RESULT([printf]) ;;
   print*) AC_MSG_RESULT([print -r]) ;;
   *) AC_MSG_RESULT([cat]) ;;
@@ -1247,17 +1225,16 @@ _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
 AC_DEFUN([_LT_WITH_SYSROOT],
 [AC_MSG_CHECKING([for sysroot])
 AC_ARG_WITH([sysroot],
-[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
-  [Search for dependent libraries within DIR (or the compiler's sysroot
-   if not specified).])],
+[  --with-sysroot[=DIR] Search for dependent libraries within DIR
+                        (or the compiler's sysroot if not specified).],
 [], [with_sysroot=no])
 
 dnl lt_sysroot will always be passed unquoted.  We quote it here
 dnl in case the user passed a directory name.
 lt_sysroot=
-case $with_sysroot in #(
+case ${with_sysroot} in #(
  yes)
-   if test yes = "$GCC"; then
+   if test "$GCC" = yes; then
      lt_sysroot=`$CC --print-sysroot 2>/dev/null`
    fi
    ;; #(
@@ -1267,14 +1244,14 @@ case $with_sysroot in #(
  no|'')
    ;; #(
  *)
-   AC_MSG_RESULT([$with_sysroot])
+   AC_MSG_RESULT([${with_sysroot}])
    AC_MSG_ERROR([The sysroot must be an absolute path.])
    ;;
 esac
 
  AC_MSG_RESULT([${lt_sysroot:-no}])
 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
-[dependent libraries, and where our libraries should be installed.])])
+[dependent libraries, and in which our libraries should be installed.])])
 
 # _LT_ENABLE_LOCK
 # ---------------
@@ -1282,33 +1259,31 @@ m4_defun([_LT_ENABLE_LOCK],
 [AC_ARG_ENABLE([libtool-lock],
   [AS_HELP_STRING([--disable-libtool-lock],
     [avoid locking (might break parallel builds)])])
-test no = "$enable_libtool_lock" || enable_libtool_lock=yes
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
 # Some flags need to be propagated to the compiler or linker for good
 # libtool support.
 case $host in
 ia64-*-hpux*)
-  # Find out what ABI is being produced by ac_compile, and set mode
-  # options accordingly.
+  # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
   if AC_TRY_EVAL(ac_compile); then
     case `/usr/bin/file conftest.$ac_objext` in
       *ELF-32*)
-	HPUX_IA64_MODE=32
+	HPUX_IA64_MODE="32"
 	;;
       *ELF-64*)
-	HPUX_IA64_MODE=64
+	HPUX_IA64_MODE="64"
 	;;
     esac
   fi
   rm -rf conftest*
   ;;
 *-*-irix6*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
+  # Find out which ABI we are using.
   echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
   if AC_TRY_EVAL(ac_compile); then
-    if test yes = "$lt_cv_prog_gnu_ld"; then
+    if test "$lt_cv_prog_gnu_ld" = yes; then
       case `/usr/bin/file conftest.$ac_objext` in
 	*32-bit*)
 	  LD="${LD-ld} -melf32bsmip"
@@ -1337,46 +1312,9 @@ ia64-*-hpux*)
   rm -rf conftest*
   ;;
 
-mips64*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    emul=elf
-    case `/usr/bin/file conftest.$ac_objext` in
-      *32-bit*)
-	emul="${emul}32"
-	;;
-      *64-bit*)
-	emul="${emul}64"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *MSB*)
-	emul="${emul}btsmip"
-	;;
-      *LSB*)
-	emul="${emul}ltsmip"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *N32*)
-	emul="${emul}n32"
-	;;
-    esac
-    LD="${LD-ld} -m $emul"
-  fi
-  rm -rf conftest*
-  ;;
-
 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.  Note that the listed cases only cover the
-  # situations where additional linker options are needed (such as when
-  # doing 32-bit compilation for a host where ld defaults to 64-bit, or
-  # vice versa); the common cases where no linker options are needed do
-  # not appear in the list.
+  # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
   if AC_TRY_EVAL(ac_compile); then
     case `/usr/bin/file conftest.o` in
@@ -1395,10 +1333,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 		;;
 	    esac
 	    ;;
-	  powerpc64le-*linux*)
+	  powerpc64le-*)
 	    LD="${LD-ld} -m elf32lppclinux"
 	    ;;
-	  powerpc64-*linux*)
+	  powerpc64-*)
 	    LD="${LD-ld} -m elf32ppclinux"
 	    ;;
 	  s390x-*linux*)
@@ -1417,10 +1355,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_x86_64"
 	    ;;
-	  powerpcle-*linux*)
+	  powerpcle-*)
 	    LD="${LD-ld} -m elf64lppc"
 	    ;;
-	  powerpc-*linux*)
+	  powerpc-*)
 	    LD="${LD-ld} -m elf64ppc"
 	    ;;
 	  s390*-*linux*|s390*-*tpf*)
@@ -1438,20 +1376,19 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 
 *-*-sco3.2v5*)
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
-  SAVE_CFLAGS=$CFLAGS
+  SAVE_CFLAGS="$CFLAGS"
   CFLAGS="$CFLAGS -belf"
   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
     [AC_LANG_PUSH(C)
      AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
      AC_LANG_POP])
-  if test yes != "$lt_cv_cc_needs_belf"; then
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
-    CFLAGS=$SAVE_CFLAGS
+    CFLAGS="$SAVE_CFLAGS"
   fi
   ;;
 *-*solaris*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
+  # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
   if AC_TRY_EVAL(ac_compile); then
     case `/usr/bin/file conftest.o` in
@@ -1459,7 +1396,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
       case $lt_cv_prog_gnu_ld in
       yes*)
         case $host in
-        i?86-*-solaris*|x86_64-*-solaris*)
+        i?86-*-solaris*)
           LD="${LD-ld} -m elf_x86_64"
           ;;
         sparc*-*-solaris*)
@@ -1468,7 +1405,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
         esac
         # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
         if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
-          LD=${LD-ld}_sol2
+          LD="${LD-ld}_sol2"
         fi
         ;;
       *)
@@ -1484,7 +1421,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   ;;
 esac
 
-need_locks=$enable_libtool_lock
+need_locks="$enable_libtool_lock"
 ])# _LT_ENABLE_LOCK
 
 
@@ -1503,11 +1440,11 @@ AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
      [echo conftest.$ac_objext > conftest.lst
       lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
       AC_TRY_EVAL([lt_ar_try])
-      if test 0 -eq "$ac_status"; then
+      if test "$ac_status" -eq 0; then
 	# Ensure the archiver fails upon bogus file names.
 	rm -f conftest.$ac_objext libconftest.a
 	AC_TRY_EVAL([lt_ar_try])
-	if test 0 -ne "$ac_status"; then
+	if test "$ac_status" -ne 0; then
           lt_cv_ar_at_file=@
         fi
       fi
@@ -1515,7 +1452,7 @@ AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
      ])
   ])
 
-if test no = "$lt_cv_ar_at_file"; then
+if test "x$lt_cv_ar_at_file" = xno; then
   archiver_list_spec=
 else
   archiver_list_spec=$lt_cv_ar_at_file
@@ -1546,7 +1483,7 @@ old_postuninstall_cmds=
 
 if test -n "$RANLIB"; then
   case $host_os in
-  bitrig* | openbsd*)
+  openbsd*)
     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
     ;;
   *)
@@ -1582,7 +1519,7 @@ AC_CACHE_CHECK([$1], [$2],
   [$2=no
    m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$3"  ## exclude from sc_useless_quotes_in_assignment
+   lt_compiler_flag="$3"
    # Insert the option either (1) after the last *FLAGS variable, or
    # (2) before a word containing "conftest.", or (3) at the end.
    # Note that $ac_compile itself does not contain backslashes and begins
@@ -1609,7 +1546,7 @@ AC_CACHE_CHECK([$1], [$2],
    $RM conftest*
 ])
 
-if test yes = "[$]$2"; then
+if test x"[$]$2" = xyes; then
     m4_if([$5], , :, [$5])
 else
     m4_if([$6], , :, [$6])
@@ -1631,7 +1568,7 @@ AC_DEFUN([_LT_LINKER_OPTION],
 m4_require([_LT_DECL_SED])dnl
 AC_CACHE_CHECK([$1], [$2],
   [$2=no
-   save_LDFLAGS=$LDFLAGS
+   save_LDFLAGS="$LDFLAGS"
    LDFLAGS="$LDFLAGS $3"
    echo "$lt_simple_link_test_code" > conftest.$ac_ext
    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
@@ -1650,10 +1587,10 @@ AC_CACHE_CHECK([$1], [$2],
      fi
    fi
    $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
+   LDFLAGS="$save_LDFLAGS"
 ])
 
-if test yes = "[$]$2"; then
+if test x"[$]$2" = xyes; then
     m4_if([$4], , :, [$4])
 else
     m4_if([$5], , :, [$5])
@@ -1674,7 +1611,7 @@ AC_DEFUN([LT_CMD_MAX_LEN],
 AC_MSG_CHECKING([the maximum length of command line arguments])
 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
   i=0
-  teststring=ABCD
+  teststring="ABCD"
 
   case $build_os in
   msdosdjgpp*)
@@ -1714,7 +1651,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
     lt_cv_sys_max_cmd_len=8192;
     ;;
 
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
     # This has been around since 386BSD, at least.  Likely further.
     if test -x /sbin/sysctl; then
       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
@@ -1765,22 +1702,22 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
   *)
     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
     if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
+	test undefined != "$lt_cv_sys_max_cmd_len"; then
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
     else
       # Make teststring a little bigger before we do anything with it.
       # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
+      for i in 1 2 3 4 5 6 7 8 ; do
         teststring=$teststring$teststring
       done
       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
       # If test is not a shell built-in, we'll probably end up computing a
       # maximum length that is only half of the actual maximum length, but
       # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
+      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
 	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
+	      test $i != 17 # 1/2 MB should be enough
       do
         i=`expr $i + 1`
         teststring=$teststring$teststring
@@ -1796,7 +1733,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
     ;;
   esac
 ])
-if test -n "$lt_cv_sys_max_cmd_len"; then
+if test -n $lt_cv_sys_max_cmd_len ; then
   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
 else
   AC_MSG_RESULT(none)
@@ -1824,7 +1761,7 @@ m4_defun([_LT_HEADER_DLFCN],
 # ----------------------------------------------------------------
 m4_defun([_LT_TRY_DLOPEN_SELF],
 [m4_require([_LT_HEADER_DLFCN])dnl
-if test yes = "$cross_compiling"; then :
+if test "$cross_compiling" = yes; then :
   [$4]
 else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
@@ -1871,9 +1808,9 @@ else
 #  endif
 #endif
 
-/* When -fvisibility=hidden is used, assume the code has been annotated
+/* When -fvisbility=hidden is used, assume the code has been annotated
    correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
+#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
 int fnord () __attribute__((visibility("default")));
 #endif
 
@@ -1899,7 +1836,7 @@ int main ()
   return status;
 }]
 _LT_EOF
-  if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
+  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
     (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
     lt_status=$?
     case x$lt_status in
@@ -1920,7 +1857,7 @@ rm -fr conftest*
 # ------------------
 AC_DEFUN([LT_SYS_DLOPEN_SELF],
 [m4_require([_LT_HEADER_DLFCN])dnl
-if test yes != "$enable_dlopen"; then
+if test "x$enable_dlopen" != xyes; then
   enable_dlopen=unknown
   enable_dlopen_self=unknown
   enable_dlopen_self_static=unknown
@@ -1930,52 +1867,44 @@ else
 
   case $host_os in
   beos*)
-    lt_cv_dlopen=load_add_on
+    lt_cv_dlopen="load_add_on"
     lt_cv_dlopen_libs=
     lt_cv_dlopen_self=yes
     ;;
 
   mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
+    lt_cv_dlopen="LoadLibrary"
     lt_cv_dlopen_libs=
     ;;
 
   cygwin*)
-    lt_cv_dlopen=dlopen
+    lt_cv_dlopen="dlopen"
     lt_cv_dlopen_libs=
     ;;
 
   darwin*)
-    # if libdl is installed we need to link against it
+  # if libdl is installed we need to link against it
     AC_CHECK_LIB([dl], [dlopen],
-		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
-    lt_cv_dlopen=dyld
+		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
+    lt_cv_dlopen="dyld"
     lt_cv_dlopen_libs=
     lt_cv_dlopen_self=yes
     ])
     ;;
 
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
-
   *)
     AC_CHECK_FUNC([shl_load],
-	  [lt_cv_dlopen=shl_load],
+	  [lt_cv_dlopen="shl_load"],
       [AC_CHECK_LIB([dld], [shl_load],
-	    [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
+	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
 	[AC_CHECK_FUNC([dlopen],
-	      [lt_cv_dlopen=dlopen],
+	      [lt_cv_dlopen="dlopen"],
 	  [AC_CHECK_LIB([dl], [dlopen],
-		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
+		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 	    [AC_CHECK_LIB([svld], [dlopen],
-		  [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
+		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 	      [AC_CHECK_LIB([dld], [dld_link],
-		    [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
+		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
 	      ])
 	    ])
 	  ])
@@ -1984,21 +1913,21 @@ else
     ;;
   esac
 
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
+  if test "x$lt_cv_dlopen" != xno; then
     enable_dlopen=yes
+  else
+    enable_dlopen=no
   fi
 
   case $lt_cv_dlopen in
   dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+    save_CPPFLAGS="$CPPFLAGS"
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
-    save_LDFLAGS=$LDFLAGS
+    save_LDFLAGS="$LDFLAGS"
     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
-    save_LIBS=$LIBS
+    save_LIBS="$LIBS"
     LIBS="$lt_cv_dlopen_libs $LIBS"
 
     AC_CACHE_CHECK([whether a program can dlopen itself],
@@ -2008,7 +1937,7 @@ else
 	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
     ])
 
-    if test yes = "$lt_cv_dlopen_self"; then
+    if test "x$lt_cv_dlopen_self" = xyes; then
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 	  lt_cv_dlopen_self_static, [dnl
@@ -2018,9 +1947,9 @@ else
       ])
     fi
 
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
+    CPPFLAGS="$save_CPPFLAGS"
+    LDFLAGS="$save_LDFLAGS"
+    LIBS="$save_LIBS"
     ;;
   esac
 
@@ -2112,8 +2041,8 @@ m4_defun([_LT_COMPILER_FILE_LOCKS],
 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 _LT_COMPILER_C_O([$1])
 
-hard_links=nottested
-if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then
+hard_links="nottested"
+if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
   # do not overwrite the value of need_locks provided by the user
   AC_MSG_CHECKING([if we can lock with hard links])
   hard_links=yes
@@ -2123,8 +2052,8 @@ if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_loc
   ln conftest.a conftest.b 2>&5 || hard_links=no
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   AC_MSG_RESULT([$hard_links])
-  if test no = "$hard_links"; then
-    AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])
+  if test "$hard_links" = no; then
+    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
     need_locks=warn
   fi
 else
@@ -2151,8 +2080,8 @@ objdir=$lt_cv_objdir
 _LT_DECL([], [objdir], [0],
          [The name of the directory that contains temporary libtool files])dnl
 m4_pattern_allow([LT_OBJDIR])dnl
-AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/",
-  [Define to the sub-directory where libtool stores uninstalled libraries.])
+AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
+  [Define to the sub-directory in which libtool stores uninstalled libraries.])
 ])# _LT_CHECK_OBJDIR
 
 
@@ -2164,15 +2093,15 @@ m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
 _LT_TAGVAR(hardcode_action, $1)=
 if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
    test -n "$_LT_TAGVAR(runpath_var, $1)" ||
-   test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then
+   test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
   # We can hardcode non-existent directories.
-  if test no != "$_LT_TAGVAR(hardcode_direct, $1)" &&
+  if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
      # If the only mechanism to avoid hardcoding is shlibpath_var, we
      # have to relink, otherwise we might link with an installed library
      # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" &&
-     test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
+     test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
     # Linking always hardcodes the temporary library directory.
     _LT_TAGVAR(hardcode_action, $1)=relink
   else
@@ -2186,12 +2115,12 @@ else
 fi
 AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
 
-if test relink = "$_LT_TAGVAR(hardcode_action, $1)" ||
-   test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then
+if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
+   test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
   # Fast installation is not supported
   enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
+elif test "$shlibpath_overrides_runpath" = yes ||
+     test "$enable_shared" = no; then
   # Fast installation is not necessary
   enable_fast_install=needless
 fi
@@ -2215,7 +2144,7 @@ else
 # FIXME - insert some real tests, host_os isn't really good enough
   case $host_os in
   darwin*)
-    if test -n "$STRIP"; then
+    if test -n "$STRIP" ; then
       striplib="$STRIP -x"
       old_striplib="$STRIP -S"
       AC_MSG_RESULT([yes])
@@ -2233,47 +2162,6 @@ _LT_DECL([], [striplib], [1])
 ])# _LT_CMD_STRIPLIB
 
 
-# _LT_PREPARE_MUNGE_PATH_LIST
-# ---------------------------
-# Make sure func_munge_path_list() is defined correctly.
-m4_defun([_LT_PREPARE_MUNGE_PATH_LIST],
-[[# func_munge_path_list VARIABLE PATH
-# -----------------------------------
-# VARIABLE is name of variable containing _space_ separated list of
-# directories to be munged by the contents of PATH, which is string
-# having a format:
-# "DIR[:DIR]:"
-#       string "DIR[ DIR]" will be prepended to VARIABLE
-# ":DIR[:DIR]"
-#       string "DIR[ DIR]" will be appended to VARIABLE
-# "DIRP[:DIRP]::[DIRA:]DIRA"
-#       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
-#       "DIRA[ DIRA]" will be appended to VARIABLE
-# "DIR[:DIR]"
-#       VARIABLE will be replaced by "DIR[ DIR]"
-func_munge_path_list ()
-{
-    case x at S|@2 in
-    x)
-        ;;
-    *:)
-        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
-        ;;
-    x:*)
-        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
-        ;;
-    *::*)
-        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
-        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
-        ;;
-    *)
-        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
-        ;;
-    esac
-}
-]])# _LT_PREPARE_PATH_LIST
-
-
 # _LT_SYS_DYNAMIC_LINKER([TAG])
 # -----------------------------
 # PORTME Fill in your ld.so characteristics
@@ -2284,18 +2172,17 @@ m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 m4_require([_LT_DECL_OBJDUMP])dnl
 m4_require([_LT_DECL_SED])dnl
 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
-m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl
 AC_MSG_CHECKING([dynamic linker characteristics])
 m4_if([$1],
 	[], [
-if test yes = "$GCC"; then
+if test "$GCC" = yes; then
   case $host_os in
-    darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
-    *) lt_awk_arg='/^libraries:/' ;;
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
+    *) lt_awk_arg="/^libraries:/" ;;
   esac
   case $host_os in
-    mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
-    *) lt_sed_strip_eq='s|=/|/|g' ;;
+    mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;;
+    *) lt_sed_strip_eq="s,=/,/,g" ;;
   esac
   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
   case $lt_search_path_spec in
@@ -2311,35 +2198,28 @@ if test yes = "$GCC"; then
     ;;
   esac
   # Ok, now we have the path, separated by spaces, we can step through it
-  # and add multilib dir if necessary...
+  # and add multilib dir if necessary.
   lt_tmp_lt_search_path_spec=
-  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
-  # ...but if some path component already ends with the multilib dir we assume
-  # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
-  case "$lt_multi_os_dir; $lt_search_path_spec " in
-  "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
-    lt_multi_os_dir=
-    ;;
-  esac
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
   for lt_sys_path in $lt_search_path_spec; do
-    if test -d "$lt_sys_path$lt_multi_os_dir"; then
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
-    elif test -n "$lt_multi_os_dir"; then
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
+    else
       test -d "$lt_sys_path" && \
 	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
     fi
   done
   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
-BEGIN {RS = " "; FS = "/|\n";} {
-  lt_foo = "";
-  lt_count = 0;
+BEGIN {RS=" "; FS="/|\n";} {
+  lt_foo="";
+  lt_count=0;
   for (lt_i = NF; lt_i > 0; lt_i--) {
     if ($lt_i != "" && $lt_i != ".") {
       if ($lt_i == "..") {
         lt_count++;
       } else {
         if (lt_count == 0) {
-          lt_foo = "/" $lt_i lt_foo;
+          lt_foo="/" $lt_i lt_foo;
         } else {
           lt_count--;
         }
@@ -2353,7 +2233,7 @@ BEGIN {RS = " "; FS = "/|\n";} {
   # for these hosts.
   case $host_os in
     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
-      $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
+      $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;
   esac
   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
 else
@@ -2362,7 +2242,7 @@ fi])
 library_names_spec=
 libname_spec='lib$name'
 soname_spec=
-shrext_cmds=.so
+shrext_cmds=".so"
 postinstall_cmds=
 postuninstall_cmds=
 finish_cmds=
@@ -2379,17 +2259,14 @@ hardcode_into_libs=no
 # flags to be left without arguments
 need_version=unknown
 
-AC_ARG_VAR([LT_SYS_LIBRARY_PATH],
-[User-defined run-time library search path.])
-
 case $host_os in
 aix3*)
   version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
   shlibpath_var=LIBPATH
 
   # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
+  soname_spec='${libname}${release}${shared_ext}$major'
   ;;
 
 aix[[4-9]]*)
@@ -2397,91 +2274,41 @@ aix[[4-9]]*)
   need_lib_prefix=no
   need_version=no
   hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
+  if test "$host_cpu" = ia64; then
     # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
     shlibpath_var=LD_LIBRARY_PATH
   else
     # With GCC up to 2.95.x, collect2 would create an import file
     # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
+    # the line `#! .'.  This would cause the generated library to
+    # depend on `.', always an invalid library.  This was fixed in
     # development snapshots of GCC prior to 3.0.
     case $host_os in
       aix4 | aix4.[[01]] | aix4.[[01]].*)
       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
+	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
 	:
       else
 	can_build_shared=no
       fi
       ;;
     esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
     # soname into executable. Probably we can add versioning support to
     # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
+    if test "$aix_use_runtimelinking" = yes; then
       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
       # instead of lib<name>.a to let people know that these are not
       # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a[(]lib.so.V[)]'
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    else
       # We preserve .a as extension for shared libraries through AIX4.2
       # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
+      library_names_spec='${libname}${release}.a $libname.a'
+      soname_spec='${libname}${release}${shared_ext}$major'
+    fi
     shlibpath_var=LIBPATH
   fi
   ;;
@@ -2491,18 +2318,18 @@ amigaos*)
   powerpc)
     # Since July 2007 AmigaOS4 officially supports .so libraries.
     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
     ;;
   m68k)
     library_names_spec='$libname.ixlibrary $libname.a'
     # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
     ;;
   esac
   ;;
 
 beos*)
-  library_names_spec='$libname$shared_ext'
+  library_names_spec='${libname}${shared_ext}'
   dynamic_linker="$host_os ld.so"
   shlibpath_var=LIBRARY_PATH
   ;;
@@ -2510,8 +2337,8 @@ beos*)
 bsdi[[45]]*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
   shlibpath_var=LD_LIBRARY_PATH
   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
@@ -2523,7 +2350,7 @@ bsdi[[45]]*)
 
 cygwin* | mingw* | pw32* | cegcc*)
   version_type=windows
-  shrext_cmds=.dll
+  shrext_cmds=".dll"
   need_version=no
   need_lib_prefix=no
 
@@ -2532,8 +2359,8 @@ cygwin* | mingw* | pw32* | cegcc*)
     # gcc
     library_names_spec='$libname.dll.a'
     # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~
       test -d \$dldir || mkdir -p \$dldir~
       $install_prog $dir/$dlname \$dldir/$dlname~
@@ -2549,17 +2376,17 @@ cygwin* | mingw* | pw32* | cegcc*)
     case $host_os in
     cygwin*)
       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 m4_if([$1], [],[
       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
       ;;
     mingw* | cegcc*)
       # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
       ;;
     pw32*)
       # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
       ;;
     esac
     dynamic_linker='Win32 ld.exe'
@@ -2568,8 +2395,8 @@ m4_if([$1], [],[
   *,cl*)
     # Native MSVC
     libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
+    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
+    library_names_spec='${libname}.dll.lib'
 
     case $build_os in
     mingw*)
@@ -2596,7 +2423,7 @@ m4_if([$1], [],[
       sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
       ;;
     *)
-      sys_lib_search_path_spec=$LIB
+      sys_lib_search_path_spec="$LIB"
       if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
         # It is most probably a Windows format PATH.
         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
@@ -2609,8 +2436,8 @@ m4_if([$1], [],[
     esac
 
     # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
+    postinstall_cmds='base_file=`basename \${file}`~
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~
       test -d \$dldir || mkdir -p \$dldir~
       $install_prog $dir/$dlname \$dldir/$dlname'
@@ -2623,7 +2450,7 @@ m4_if([$1], [],[
 
   *)
     # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
     dynamic_linker='Win32 ld.exe'
     ;;
   esac
@@ -2636,8 +2463,8 @@ darwin* | rhapsody*)
   version_type=darwin
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
+  soname_spec='${libname}${release}${major}$shared_ext'
   shlibpath_overrides_runpath=yes
   shlibpath_var=DYLD_LIBRARY_PATH
   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
@@ -2650,8 +2477,8 @@ dgux*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   ;;
 
@@ -2669,13 +2496,12 @@ freebsd* | dragonfly*)
   version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      soname_spec='$libname$release$shared_ext$major'
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
       need_version=no
       need_lib_prefix=no
       ;;
     freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
       need_version=yes
       ;;
   esac
@@ -2705,10 +2531,10 @@ haiku*)
   need_lib_prefix=no
   need_version=no
   dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
+  shlibpath_overrides_runpath=yes
   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
   hardcode_into_libs=yes
   ;;
@@ -2726,15 +2552,14 @@ hpux9* | hpux10* | hpux11*)
     dynamic_linker="$host_os dld.so"
     shlibpath_var=LD_LIBRARY_PATH
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
+    if test "X$HPUX_IA64_MODE" = X32; then
       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-      sys_lib_dlsearch_path_spec=/usr/lib/hpux32
     else
       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-      sys_lib_dlsearch_path_spec=/usr/lib/hpux64
     fi
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
     ;;
   hppa*64*)
     shrext_cmds='.sl'
@@ -2742,8 +2567,8 @@ hpux9* | hpux10* | hpux11*)
     dynamic_linker="$host_os dld.sl"
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
     ;;
@@ -2752,8 +2577,8 @@ hpux9* | hpux10* | hpux11*)
     dynamic_linker="$host_os dld.sl"
     shlibpath_var=SHLIB_PATH
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
     ;;
   esac
   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
@@ -2766,8 +2591,8 @@ interix[[3-9]]*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
@@ -2778,7 +2603,7 @@ irix5* | irix6* | nonstopux*)
   case $host_os in
     nonstopux*) version_type=nonstopux ;;
     *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
+	if test "$lt_cv_prog_gnu_ld" = yes; then
 		version_type=linux # correct to gnu/linux during the next big refactor
 	else
 		version_type=irix
@@ -2786,8 +2611,8 @@ irix5* | irix6* | nonstopux*)
   esac
   need_lib_prefix=no
   need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
   case $host_os in
   irix5* | nonstopux*)
     libsuff= shlibsuff=
@@ -2806,8 +2631,8 @@ irix5* | irix6* | nonstopux*)
   esac
   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
   shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
   hardcode_into_libs=yes
   ;;
 
@@ -2816,33 +2641,13 @@ linux*oldld* | linux*aout* | linux*coff*)
   dynamic_linker=no
   ;;
 
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-  ;;
-
 # This must be glibc/ELF.
 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
@@ -2867,12 +2672,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   # before this can be enabled.
   hardcode_into_libs=yes
 
-  # Ideally, we could use ldconfig to report *all* directores which are
-  # searched for libraries, however this is still not possible.  Aside from not
-  # being certain /sbin/ldconfig is available, command
-  # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
-  # even though it is searched at run-time.  Try to do the best guess by
-  # appending ld.so.conf contents (and includes) to the search path.
+  # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
@@ -2887,17 +2687,29 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
   need_version=no
   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     dynamic_linker='NetBSD (a.out) ld.so'
   else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+    soname_spec='${libname}${release}${shared_ext}$major'
     dynamic_linker='NetBSD ld.elf_so'
   fi
   shlibpath_var=LD_LIBRARY_PATH
@@ -2907,7 +2719,7 @@ netbsd*)
 
 newsos6)
   version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=yes
   ;;
@@ -2916,68 +2728,58 @@ newsos6)
   version_type=qnx
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
   hardcode_into_libs=yes
   dynamic_linker='ldqnx.so'
   ;;
 
-openbsd* | bitrig*)
+openbsd*)
   version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
+  sys_lib_dlsearch_path_spec="/usr/lib"
   need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
+  case $host_os in
+    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
+    *)				need_version=no  ;;
+  esac
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+    case $host_os in
+      openbsd2.[[89]] | openbsd2.[[89]].*)
+	shlibpath_overrides_runpath=no
+	;;
+      *)
+	shlibpath_overrides_runpath=yes
+	;;
+      esac
+  else
+    shlibpath_overrides_runpath=yes
+  fi
   ;;
 
 os2*)
   libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
+  shrext_cmds=".dll"
   need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
+  library_names_spec='$libname${shared_ext} $libname.a'
   dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
+  shlibpath_var=LIBPATH
   ;;
 
 osf3* | osf4* | osf5*)
   version_type=osf
   need_lib_prefix=no
   need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   shlibpath_var=LD_LIBRARY_PATH
   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   ;;
 
 rdos*)
@@ -2988,8 +2790,8 @@ solaris*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=yes
   hardcode_into_libs=yes
@@ -2999,11 +2801,11 @@ solaris*)
 
 sunos4*)
   version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
+  if test "$with_gnu_ld" = yes; then
     need_lib_prefix=no
   fi
   need_version=yes
@@ -3011,8 +2813,8 @@ sunos4*)
 
 sysv4 | sysv4.3*)
   version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   case $host_vendor in
     sni)
@@ -3033,24 +2835,24 @@ sysv4 | sysv4.3*)
   ;;
 
 sysv4*MP*)
-  if test -d /usr/nec; then
+  if test -d /usr/nec ;then
     version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
+    soname_spec='$libname${shared_ext}.$major'
     shlibpath_var=LD_LIBRARY_PATH
   fi
   ;;
 
 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
+  version_type=freebsd-elf
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=yes
   hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
+  if test "$with_gnu_ld" = yes; then
     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
   else
     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
@@ -3068,7 +2870,7 @@ tpf*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
   hardcode_into_libs=yes
@@ -3076,8 +2878,8 @@ tpf*)
 
 uts4*)
   version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LD_LIBRARY_PATH
   ;;
 
@@ -3086,30 +2888,20 @@ uts4*)
   ;;
 esac
 AC_MSG_RESULT([$dynamic_linker])
-test no = "$dynamic_linker" && can_build_shared=no
+test "$dynamic_linker" = no && can_build_shared=no
 
 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
+if test "$GCC" = yes; then
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 fi
 
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 fi
-
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 fi
 
-# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
-configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
-
-# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
-func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
-
-# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
-configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
-
 _LT_DECL([], [variables_saved_for_relink], [1],
     [Variables whose values should be saved in libtool wrapper scripts and
     restored at link time])
@@ -3142,41 +2934,39 @@ _LT_DECL([], [hardcode_into_libs], [0],
     [Whether we should hardcode library paths into libraries])
 _LT_DECL([], [sys_lib_search_path_spec], [2],
     [Compile-time system search path for libraries])
-_LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2],
-    [Detected run-time system search path for libraries])
-_LT_DECL([], [configure_time_lt_sys_library_path], [2],
-    [Explicit LT_SYS_LIBRARY_PATH set during ./configure time])
+_LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
+    [Run-time system search path for libraries])
 ])# _LT_SYS_DYNAMIC_LINKER
 
 
 # _LT_PATH_TOOL_PREFIX(TOOL)
 # --------------------------
-# find a file program that can recognize shared library
+# find a file program which can recognize shared library
 AC_DEFUN([_LT_PATH_TOOL_PREFIX],
 [m4_require([_LT_DECL_EGREP])dnl
 AC_MSG_CHECKING([for $1])
 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 [case $MAGIC_CMD in
 [[\\/*] |  ?:[\\/]*])
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   ;;
 *)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 dnl $ac_dummy forces splitting on constant user-supplied paths.
 dnl POSIX.2 word splitting is done only on the output of word expansions,
 dnl not every word.  This closes a longstanding sh security hole.
   ac_dummy="m4_if([$2], , $PATH, [$2])"
   for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
+    IFS="$lt_save_ifs"
     test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$1"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
+    if test -f $ac_dir/$1; then
+      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
       if test -n "$file_magic_test_file"; then
 	case $deplibs_check_method in
 	"file_magic "*)
 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 	    $EGREP "$file_magic_regex" > /dev/null; then
 	    :
@@ -3199,11 +2989,11 @@ _LT_EOF
       break
     fi
   done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
+  IFS="$lt_save_ifs"
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
   ;;
 esac])
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 if test -n "$MAGIC_CMD"; then
   AC_MSG_RESULT($MAGIC_CMD)
 else
@@ -3221,7 +3011,7 @@ dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
 
 # _LT_PATH_MAGIC
 # --------------
-# find a file program that can recognize a shared library
+# find a file program which can recognize a shared library
 m4_defun([_LT_PATH_MAGIC],
 [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 if test -z "$lt_cv_path_MAGIC_CMD"; then
@@ -3248,16 +3038,16 @@ m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
 AC_ARG_WITH([gnu-ld],
     [AS_HELP_STRING([--with-gnu-ld],
 	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
-    [test no = "$withval" || with_gnu_ld=yes],
+    [test "$withval" = no || with_gnu_ld=yes],
     [with_gnu_ld=no])dnl
 
 ac_prog=ld
-if test yes = "$GCC"; then
+if test "$GCC" = yes; then
   # Check if gcc -print-prog-name=ld gives a path.
   AC_MSG_CHECKING([for ld used by $CC])
   case $host in
   *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
+    # gcc leaves a trailing carriage return which upsets mingw
     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
   *)
     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
@@ -3271,7 +3061,7 @@ if test yes = "$GCC"; then
       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
       done
-      test -z "$LD" && LD=$ac_prog
+      test -z "$LD" && LD="$ac_prog"
       ;;
   "")
     # If it fails, then pretend we aren't using GCC.
@@ -3282,37 +3072,37 @@ if test yes = "$GCC"; then
     with_gnu_ld=unknown
     ;;
   esac
-elif test yes = "$with_gnu_ld"; then
+elif test "$with_gnu_ld" = yes; then
   AC_MSG_CHECKING([for GNU ld])
 else
   AC_MSG_CHECKING([for non-GNU ld])
 fi
 AC_CACHE_VAL(lt_cv_path_LD,
 [if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
+    IFS="$lt_save_ifs"
     test -z "$ac_dir" && ac_dir=.
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
+      lt_cv_path_LD="$ac_dir/$ac_prog"
       # Check to see if the program is GNU ld.  I'd rather use --version,
       # but apparently some variants of GNU ld only accept -v.
       # Break only if it was the GNU/non-GNU ld that we prefer.
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
       *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
+	test "$with_gnu_ld" != no && break
 	;;
       *)
-	test yes != "$with_gnu_ld" && break
+	test "$with_gnu_ld" != yes && break
 	;;
       esac
     fi
   done
-  IFS=$lt_save_ifs
+  IFS="$lt_save_ifs"
 else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 fi])
-LD=$lt_cv_path_LD
+LD="$lt_cv_path_LD"
 if test -n "$LD"; then
   AC_MSG_RESULT($LD)
 else
@@ -3366,13 +3156,13 @@ esac
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
 case $host_os in
   cygwin* | mingw* | pw32* | cegcc*)
-    if test yes != "$GCC"; then
+    if test "$GCC" != yes; then
       reload_cmds=false
     fi
     ;;
   darwin*)
-    if test yes = "$GCC"; then
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
+    if test "$GCC" = yes; then
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
     else
       reload_cmds='$LD$reload_flag -o $output$reload_objs'
     fi
@@ -3383,43 +3173,6 @@ _LT_TAGDECL([], [reload_cmds], [2])dnl
 ])# _LT_CMD_RELOAD
 
 
-# _LT_PATH_DD
-# -----------
-# find a working dd
-m4_defun([_LT_PATH_DD],
-[AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD],
-[printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-: ${lt_DD:=$DD}
-AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd],
-[if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
-fi])
-rm -f conftest.i conftest2.i conftest.out])
-])# _LT_PATH_DD
-
-
-# _LT_CMD_TRUNCATE
-# ----------------
-# find command to truncate a binary pipe
-m4_defun([_LT_CMD_TRUNCATE],
-[m4_require([_LT_PATH_DD])
-AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin],
-[printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-lt_cv_truncate_bin=
-if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
-fi
-rm -f conftest.i conftest2.i conftest.out
-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"])
-_LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1],
-  [Command to truncate a binary pipe])
-])# _LT_CMD_TRUNCATE
-
-
 # _LT_CHECK_MAGIC_METHOD
 # ----------------------
 # how to check for library dependencies
@@ -3435,13 +3188,13 @@ lt_cv_deplibs_check_method='unknown'
 # Need to set the preceding variable on all platforms that support
 # interlibrary dependencies.
 # 'none' -- dependencies not supported.
-# 'unknown' -- same as none, but documents that we really don't know.
+# `unknown' -- same as none, but documents that we really don't know.
 # 'pass_all' -- all dependencies passed with no checks.
 # 'test_compile' -- check by making test program.
 # 'file_magic [[regex]]' -- check by looking for files in library path
-# that responds to the $file_magic_cmd with a given extended regex.
-# If you have 'file' or equivalent on your system and you're not sure
-# whether 'pass_all' will *always* work, you probably want this one.
+# which responds to the $file_magic_cmd with a given extended regex.
+# If you have `file' or equivalent on your system and you're not sure
+# whether `pass_all' will *always* work, you probably want this one.
 
 case $host_os in
 aix[[4-9]]*)
@@ -3468,7 +3221,8 @@ mingw* | pw32*)
   # Base MSYS/MinGW do not provide the 'file' command needed by
   # func_win32_libid shell function, so use a weaker test based on 'objdump',
   # unless we find 'file', for example because we are cross-compiling.
-  if ( file / ) >/dev/null 2>&1; then
+  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
+  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
     lt_cv_file_magic_cmd='func_win32_libid'
   else
@@ -3546,7 +3300,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -3564,8 +3318,8 @@ newos6*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-openbsd* | bitrig*)
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+openbsd*)
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
   else
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
@@ -3618,9 +3372,6 @@ sysv4 | sysv4.3*)
 tpf*)
   lt_cv_deplibs_check_method=pass_all
   ;;
-os2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 esac
 ])
 
@@ -3661,38 +3412,33 @@ AC_DEFUN([LT_PATH_NM],
 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
 [if test -n "$NM"; then
   # Let the user override the test.
-  lt_cv_path_NM=$NM
+  lt_cv_path_NM="$NM"
 else
-  lt_nm_to_check=${ac_tool_prefix}nm
+  lt_nm_to_check="${ac_tool_prefix}nm"
   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
     lt_nm_to_check="$lt_nm_to_check nm"
   fi
   for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
+      IFS="$lt_save_ifs"
       test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
+      tmp_nm="$ac_dir/$lt_tmp_nm"
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
+	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
 	#   nm: unknown option "B" ignored
 	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
+	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+	*/dev/null* | *'Invalid file or object type'*)
 	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
+	  break
 	  ;;
 	*)
 	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 	  */dev/null*)
 	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
+	    break
 	    ;;
 	  *)
 	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
@@ -3703,21 +3449,21 @@ else
 	esac
       fi
     done
-    IFS=$lt_save_ifs
+    IFS="$lt_save_ifs"
   done
   : ${lt_cv_path_NM=no}
 fi])
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
+if test "$lt_cv_path_NM" != "no"; then
+  NM="$lt_cv_path_NM"
 else
   # Didn't find any BSD compatible name lister, look for dumpbin.
   if test -n "$DUMPBIN"; then :
     # Let the user override the test.
   else
     AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
+    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
     *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
+      DUMPBIN="$DUMPBIN -symbols"
       ;;
     *)
       DUMPBIN=:
@@ -3725,8 +3471,8 @@ else
     esac
   fi
   AC_SUBST([DUMPBIN])
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
+  if test "$DUMPBIN" != ":"; then
+    NM="$DUMPBIN"
   fi
 fi
 test -z "$NM" && NM=nm
@@ -3772,8 +3518,8 @@ lt_cv_sharedlib_from_linklib_cmd,
 
 case $host_os in
 cygwin* | mingw* | pw32* | cegcc*)
-  # two different shell functions defined in ltmain.sh;
-  # decide which one to use based on capabilities of $DLLTOOL
+  # two different shell functions defined in ltmain.sh
+  # decide which to use based on capabilities of $DLLTOOL
   case `$DLLTOOL --help 2>&1` in
   *--identify-strict*)
     lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
@@ -3785,7 +3531,7 @@ cygwin* | mingw* | pw32* | cegcc*)
   ;;
 *)
   # fallback: assume linklib IS sharedlib
-  lt_cv_sharedlib_from_linklib_cmd=$ECHO
+  lt_cv_sharedlib_from_linklib_cmd="$ECHO"
   ;;
 esac
 ])
@@ -3812,28 +3558,13 @@ AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool
     lt_cv_path_mainfest_tool=yes
   fi
   rm -f conftest*])
-if test yes != "$lt_cv_path_mainfest_tool"; then
+if test "x$lt_cv_path_mainfest_tool" != xyes; then
   MANIFEST_TOOL=:
 fi
 _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
 ])# _LT_PATH_MANIFEST_TOOL
 
 
-# _LT_DLL_DEF_P([FILE])
-# ---------------------
-# True iff FILE is a Windows DLL '.def' file.
-# Keep in sync with func_dll_def_p in the libtool script
-AC_DEFUN([_LT_DLL_DEF_P],
-[dnl
-  test DEF = "`$SED -n dnl
-    -e '\''s/^[[	 ]]*//'\'' dnl Strip leading whitespace
-    -e '\''/^\(;.*\)*$/d'\'' dnl      Delete empty lines and comments
-    -e '\''s/^\(EXPORTS\|LIBRARY\)\([[	 ]].*\)*$/DEF/p'\'' dnl
-    -e q dnl                          Only consider the first "real" line
-    $1`" dnl
-])# _LT_DLL_DEF_P
-
-
 # LT_LIB_M
 # --------
 # check for math library
@@ -3845,11 +3576,11 @@ case $host in
   # These system don't have libm, or don't need it
   ;;
 *-ncr-sysv4.3*)
-  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
+  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
   ;;
 *)
-  AC_CHECK_LIB(m, cos, LIBM=-lm)
+  AC_CHECK_LIB(m, cos, LIBM="-lm")
   ;;
 esac
 AC_SUBST([LIBM])
@@ -3868,7 +3599,7 @@ m4_defun([_LT_COMPILER_NO_RTTI],
 
 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
-if test yes = "$GCC"; then
+if test "$GCC" = yes; then
   case $cc_basename in
   nvcc*)
     _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
@@ -3920,7 +3651,7 @@ cygwin* | mingw* | pw32* | cegcc*)
   symcode='[[ABCDGISTW]]'
   ;;
 hpux*)
-  if test ia64 = "$host_cpu"; then
+  if test "$host_cpu" = ia64; then
     symcode='[[ABCDEGRST]]'
   fi
   ;;
@@ -3953,44 +3684,14 @@ case `$NM -V 2>&1` in
   symcode='[[ABCDGIRSTW]]' ;;
 esac
 
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  # Gets list of data symbols to import.
-  lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
-  # Adjust the below global symbol transforms to fixup imported variables.
-  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
-  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
-  lt_c_name_lib_hook="\
-  -e 's/^I .* \(lib.*\)$/  {\"\1\", (void *) 0},/p'\
-  -e 's/^I .* \(.*\)$/  {\"lib\1\", (void *) 0},/p'"
-else
-  # Disable hooks by default.
-  lt_cv_sys_global_symbol_to_import=
-  lt_cdecl_hook=
-  lt_c_name_hook=
-  lt_c_name_lib_hook=
-fi
-
 # Transform an extracted symbol line into a proper C declaration.
 # Some systems (esp. on ia64) link data and code symbols differently,
 # so use this general approach.
-lt_cv_sys_global_symbol_to_cdecl="sed -n"\
-$lt_cdecl_hook\
-" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
 # Transform an extracted symbol line into symbol name and symbol address
-lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
-$lt_c_name_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
-
-# Transform an extracted symbol line into symbol name with lib prefix and
-# symbol address.
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
-$lt_c_name_lib_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"lib\1\", (void *) \&\1},/p'"
+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p'"
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
 
 # Handle CRLF in mingw tool chain
 opt_cr=
@@ -4008,24 +3709,21 @@ for ac_symprfx in "" "_"; do
 
   # Write the raw and C identifiers.
   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-    # Fake it for dumpbin and say T for any non-static function,
-    # D for any global variable and I for any imported variable.
+    # Fake it for dumpbin and say T for any non-static function
+    # and D for any global variable.
     # Also find C++ and __fastcall symbols from MSVC++,
     # which start with @ or ?.
     lt_cv_sys_global_symbol_pipe="$AWK ['"\
 "     {last_section=section; section=\$ 3};"\
 "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
-"     /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
-"     /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
-"     /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
 "     \$ 0!~/External *\|/{next};"\
 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
 "     {if(hide[section]) next};"\
-"     {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
-"     {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
-"     s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
-"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
+"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
+"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
+"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
+"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
 "     ' prfx=^$ac_symprfx]"
   else
     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[	 ]]\($symcode$symcode*\)[[	 ]][[	 ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
@@ -4065,11 +3763,11 @@ _LT_EOF
 	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
 	  cat <<_LT_EOF > conftest.$ac_ext
 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
+#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
+/* DATA imports from DLLs on WIN32 con't be const, because runtime
    relocations are performed -- see ld's documentation on pseudo-relocs.  */
 # define LT@&t at _DLSYM_CONST
-#elif defined __osf__
+#elif defined(__osf__)
 /* This system does not cope well with relocations in const data.  */
 # define LT@&t at _DLSYM_CONST
 #else
@@ -4095,7 +3793,7 @@ lt__PROGRAM__LTX_preloaded_symbols[[]] =
 {
   { "@PROGRAM@", (void *) 0 },
 _LT_EOF
-	  $SED "s/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
+	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
 	  cat <<\_LT_EOF >> conftest.$ac_ext
   {0, (void *) 0}
 };
@@ -4115,9 +3813,9 @@ _LT_EOF
 	  mv conftest.$ac_objext conftstm.$ac_objext
 	  lt_globsym_save_LIBS=$LIBS
 	  lt_globsym_save_CFLAGS=$CFLAGS
-	  LIBS=conftstm.$ac_objext
+	  LIBS="conftstm.$ac_objext"
 	  CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
-	  if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
+	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
 	    pipe_works=yes
 	  fi
 	  LIBS=$lt_globsym_save_LIBS
@@ -4138,7 +3836,7 @@ _LT_EOF
   rm -rf conftest* conftst*
 
   # Do not use the global_symbol_pipe unless it works.
-  if test yes = "$pipe_works"; then
+  if test "$pipe_works" = yes; then
     break
   else
     lt_cv_sys_global_symbol_pipe=
@@ -4165,16 +3863,12 @@ _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
     [Take the output of nm and produce a listing of raw symbols and C names])
 _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
     [Transform the output of nm in a proper C declaration])
-_LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1],
-    [Transform the output of nm into a list of symbols to manually relocate])
 _LT_DECL([global_symbol_to_c_name_address],
     [lt_cv_sys_global_symbol_to_c_name_address], [1],
     [Transform the output of nm in a C name address pair])
 _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
     [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
     [Transform the output of nm in a C name address pair when lib prefix is needed])
-_LT_DECL([nm_interface], [lt_cv_nm_interface], [1],
-    [The name lister interface])
 _LT_DECL([], [nm_file_list_spec], [1],
     [Specify filename containing input files for $NM])
 ]) # _LT_CMD_GLOBAL_SYMBOLS
@@ -4190,18 +3884,17 @@ _LT_TAGVAR(lt_prog_compiler_static, $1)=
 
 m4_if([$1], [CXX], [
   # C++ specific cases for pic, static, wl, etc.
-  if test yes = "$GXX"; then
+  if test "$GXX" = yes; then
     _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
     _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
     case $host_os in
     aix*)
       # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
+      if test "$host_cpu" = ia64; then
 	# AIX 5 now supports IA64 processor
 	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
       fi
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
       ;;
 
     amigaos*)
@@ -4212,8 +3905,8 @@ m4_if([$1], [CXX], [
         ;;
       m68k)
             # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
+            # adding the `-m68020' flag to GCC prevents building anything better,
+            # like `-m68040'.
             _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
         ;;
       esac
@@ -4229,11 +3922,6 @@ m4_if([$1], [CXX], [
       # (--disable-auto-import) libraries
       m4_if([$1], [GCJ], [],
 	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-      case $host_os in
-      os2*)
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
-	;;
-      esac
       ;;
     darwin* | rhapsody*)
       # PIC is the default on this platform
@@ -4283,7 +3971,7 @@ m4_if([$1], [CXX], [
     case $host_os in
       aix[[4-9]]*)
 	# All AIX code is PIC.
-	if test ia64 = "$host_cpu"; then
+	if test "$host_cpu" = ia64; then
 	  # AIX 5 now supports IA64 processor
 	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 	else
@@ -4324,14 +4012,14 @@ m4_if([$1], [CXX], [
 	case $cc_basename in
 	  CC*)
 	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
-	    if test ia64 != "$host_cpu"; then
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+	    if test "$host_cpu" != ia64; then
 	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 	    fi
 	    ;;
 	  aCC*)
 	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
+	    _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 	    case $host_cpu in
 	    hppa*64*|ia64*)
 	      # +Z the default
@@ -4368,7 +4056,7 @@ m4_if([$1], [CXX], [
 	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 	    ;;
 	  ecpc* )
-	    # old Intel C++ for x86_64, which still supported -KPIC.
+	    # old Intel C++ for x86_64 which still supported -KPIC.
 	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
@@ -4424,7 +4112,7 @@ m4_if([$1], [CXX], [
 	    ;;
 	esac
 	;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
 	;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4513,18 +4201,17 @@ m4_if([$1], [CXX], [
   fi
 ],
 [
-  if test yes = "$GCC"; then
+  if test "$GCC" = yes; then
     _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
     _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
     case $host_os in
       aix*)
       # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
+      if test "$host_cpu" = ia64; then
 	# AIX 5 now supports IA64 processor
 	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
       fi
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
       ;;
 
     amigaos*)
@@ -4535,8 +4222,8 @@ m4_if([$1], [CXX], [
         ;;
       m68k)
             # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
+            # adding the `-m68020' flag to GCC prevents building anything better,
+            # like `-m68040'.
             _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
         ;;
       esac
@@ -4553,11 +4240,6 @@ m4_if([$1], [CXX], [
       # (--disable-auto-import) libraries
       m4_if([$1], [GCJ], [],
 	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-      case $host_os in
-      os2*)
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
-	;;
-      esac
       ;;
 
     darwin* | rhapsody*)
@@ -4628,7 +4310,7 @@ m4_if([$1], [CXX], [
     case $host_os in
     aix*)
       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      if test ia64 = "$host_cpu"; then
+      if test "$host_cpu" = ia64; then
 	# AIX 5 now supports IA64 processor
 	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
       else
@@ -4636,30 +4318,11 @@ m4_if([$1], [CXX], [
       fi
       ;;
 
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
-      case $cc_basename in
-      nagfor*)
-        # NAG Fortran compiler
-        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
-        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
-        _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-        ;;
-      esac
-      ;;
-
     mingw* | cygwin* | pw32* | os2* | cegcc*)
       # This hack is so that the source file can tell whether it is being
       # built for inclusion in a dll (and should export symbols for example).
       m4_if([$1], [GCJ], [],
 	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-      case $host_os in
-      os2*)
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
-	;;
-      esac
       ;;
 
     hpux9* | hpux10* | hpux11*)
@@ -4675,7 +4338,7 @@ m4_if([$1], [CXX], [
 	;;
       esac
       # Is there a better lt_prog_compiler_static that works with the bundled CC?
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
       ;;
 
     irix5* | irix6* | nonstopux*)
@@ -4686,7 +4349,7 @@ m4_if([$1], [CXX], [
 
     linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
       case $cc_basename in
-      # old Intel for x86_64, which still supported -KPIC.
+      # old Intel for x86_64 which still supported -KPIC.
       ecc*)
 	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
@@ -4711,12 +4374,6 @@ m4_if([$1], [CXX], [
 	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 	;;
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-	;;
       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
         # Portland Group compilers (*not* the Pentium gcc compiler,
 	# which looks to be a dead project)
@@ -4814,7 +4471,7 @@ m4_if([$1], [CXX], [
       ;;
 
     sysv4*MP*)
-      if test -d /usr/nec; then
+      if test -d /usr/nec ;then
 	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
 	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
       fi
@@ -4843,7 +4500,7 @@ m4_if([$1], [CXX], [
   fi
 ])
 case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
+  # For platforms which do not support PIC, -DPIC is meaningless:
   *djgpp*)
     _LT_TAGVAR(lt_prog_compiler_pic, $1)=
     ;;
@@ -4909,21 +4566,17 @@ m4_if([$1], [CXX], [
   case $host_os in
   aix[[4-9]]*)
     # If we're using GNU nm, then we don't want the "-C" option.
-    # -C means demangle to GNU nm, but means don't demangle to AIX nm.
-    # Without the "-l" option, or with the "-B" option, AIX nm treats
-    # weak defined symbols like other global defined symbols, whereas
-    # GNU nm marks them as "W".
-    # While the 'weak' keyword is ignored in the Export File, we need
-    # it in the Import File for the 'aix-soname' feature, so we have
-    # to replace the "-B" option with "-P" for AIX nm.
+    # -C means demangle to AIX nm, but means don't demangle with GNU nm
+    # Also, AIX nm treats weak defined symbols like other global defined
+    # symbols, whereas GNU nm marks them as "W".
     if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
     else
-      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
     fi
     ;;
   pw32*)
-    _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
+    _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
     ;;
   cygwin* | mingw* | cegcc*)
     case $cc_basename in
@@ -4936,6 +4589,9 @@ m4_if([$1], [CXX], [
       ;;
     esac
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -4969,9 +4625,9 @@ m4_if([$1], [CXX], [
   # included in the symbol list
   _LT_TAGVAR(include_expsyms, $1)=
   # exclude_expsyms can be an extended regexp of symbols to exclude
-  # it will be wrapped by ' (' and ')$', so one must not match beginning or
-  # end of line.  Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
-  # as well as any symbol that contains 'd'.
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
+  # as well as any symbol that contains `d'.
   _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
   # platforms (ab)use it in PIC code, but their linkers get confused if
@@ -4987,7 +4643,7 @@ dnl Note also adjust exclude_expsyms for C++ above.
     # FIXME: the MSVC++ port hasn't been tested in a loooong time
     # When not using gcc, we currently assume that we are using
     # Microsoft Visual C++.
-    if test yes != "$GCC"; then
+    if test "$GCC" != yes; then
       with_gnu_ld=no
     fi
     ;;
@@ -4995,9 +4651,12 @@ dnl Note also adjust exclude_expsyms for C++ above.
     # we just hope/assume this is gcc and not c89 (= MSVC++)
     with_gnu_ld=yes
     ;;
-  openbsd* | bitrig*)
+  openbsd*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -5005,7 +4664,7 @@ dnl Note also adjust exclude_expsyms for C++ above.
   # On some targets, GNU ld is compatible enough with the native linker
   # that we're better off using the native interface for both.
   lt_use_gnu_ld_interface=no
-  if test yes = "$with_gnu_ld"; then
+  if test "$with_gnu_ld" = yes; then
     case $host_os in
       aix*)
 	# The AIX port of GNU ld has always aspired to compatibility
@@ -5027,24 +4686,24 @@ dnl Note also adjust exclude_expsyms for C++ above.
     esac
   fi
 
-  if test yes = "$lt_use_gnu_ld_interface"; then
+  if test "$lt_use_gnu_ld_interface" = yes; then
     # If archive_cmds runs LD, not CC, wlarc should be empty
-    wlarc='$wl'
+    wlarc='${wl}'
 
     # Set some defaults for GNU ld with shared library support. These
     # are reset later if shared libraries are not supported. Putting them
     # here allows them to be overridden if necessary.
     runpath_var=LD_RUN_PATH
-    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
+    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
     # ancient GNU ld didn't support --whole-archive et. al.
     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
-      _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
+      _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
     else
       _LT_TAGVAR(whole_archive_flag_spec, $1)=
     fi
     supports_anon_versioning=no
-    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
+    case `$LD -v 2>&1` in
       *GNU\ gold*) supports_anon_versioning=yes ;;
       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
@@ -5057,7 +4716,7 @@ dnl Note also adjust exclude_expsyms for C++ above.
     case $host_os in
     aix[[3-9]]*)
       # On AIX/PPC, the GNU linker is very broken
-      if test ia64 != "$host_cpu"; then
+      if test "$host_cpu" != ia64; then
 	_LT_TAGVAR(ld_shlibs, $1)=no
 	cat <<_LT_EOF 1>&2
 
@@ -5076,7 +4735,7 @@ _LT_EOF
       case $host_cpu in
       powerpc)
             # see comment about AmigaOS4 .so support
-            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
             _LT_TAGVAR(archive_expsym_cmds, $1)=''
         ;;
       m68k)
@@ -5092,7 +4751,7 @@ _LT_EOF
 	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
 	# support --undefined.  This deserves some investigation.  FIXME
-	_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
       else
 	_LT_TAGVAR(ld_shlibs, $1)=no
       fi
@@ -5102,7 +4761,7 @@ _LT_EOF
       # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
       # as there is no search path for DLLs.
       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
       _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
       _LT_TAGVAR(always_export_symbols, $1)=no
       _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
@@ -5110,89 +4769,61 @@ _LT_EOF
       _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
 
       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	# If the export-symbols file already is a .def file, use it as
-	# is; otherwise, prepend EXPORTS...
-	_LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-          cp $export_symbols $output_objdir/$soname.def;
-        else
-          echo EXPORTS > $output_objdir/$soname.def;
-          cat $export_symbols >> $output_objdir/$soname.def;
-        fi~
-        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	# If the export-symbols file already is a .def file (1st line
+	# is EXPORTS), use it as is; otherwise, prepend...
+	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	  cp $export_symbols $output_objdir/$soname.def;
+	else
+	  echo EXPORTS > $output_objdir/$soname.def;
+	  cat $export_symbols >> $output_objdir/$soname.def;
+	fi~
+	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
       else
 	_LT_TAGVAR(ld_shlibs, $1)=no
       fi
       ;;
 
     haiku*)
-      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
       _LT_TAGVAR(link_all_deplibs, $1)=yes
       ;;
 
-    os2*)
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-      shrext_cmds=.dll
-      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-      ;;
-
     interix[[3-9]]*)
       _LT_TAGVAR(hardcode_direct, $1)=no
       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
       # Instead, shared libraries are loaded at an image base (0x10000000 by
       # default) and relocated if they conflict, which is a slow very memory
       # consuming and fragmenting process.  To avoid this, we pick a random,
       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
       ;;
 
     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
       tmp_diet=no
-      if test linux-dietlibc = "$host_os"; then
+      if test "$host_os" = linux-dietlibc; then
 	case $cc_basename in
 	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
 	esac
       fi
       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
-	 && test no = "$tmp_diet"
+	 && test "$tmp_diet" = no
       then
 	tmp_addflag=' $pic_flag'
 	tmp_sharedflag='-shared'
 	case $cc_basename,$host_cpu in
         pgcc*)				# Portland Group C compiler
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 	  tmp_addflag=' $pic_flag'
 	  ;;
 	pgf77* | pgf90* | pgf95* | pgfortran*)
 					# Portland Group f77 and f90 compilers
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 	  tmp_addflag=' $pic_flag -Mnomain' ;;
 	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
 	  tmp_addflag=' -i_dynamic' ;;
@@ -5203,47 +4834,42 @@ _LT_EOF
 	lf95*)				# Lahey Fortran 8.1
 	  _LT_TAGVAR(whole_archive_flag_spec, $1)=
 	  tmp_sharedflag='--shared' ;;
-        nagfor*)                        # NAGFOR 5.3
-          tmp_sharedflag='-Wl,-shared' ;;
 	xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
 	  tmp_sharedflag='-qmkshrobj'
 	  tmp_addflag= ;;
 	nvcc*)	# Cuda Compiler Driver 2.2
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 	  _LT_TAGVAR(compiler_needs_object, $1)=yes
 	  ;;
 	esac
 	case `$CC -V 2>&1 | sed 5q` in
 	*Sun\ C*)			# Sun C 5.9
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 	  _LT_TAGVAR(compiler_needs_object, $1)=yes
 	  tmp_sharedflag='-G' ;;
 	*Sun\ F*)			# Sun Fortran 8.3
 	  tmp_sharedflag='-G' ;;
 	esac
-	_LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
-        if test yes = "$supports_anon_versioning"; then
+        if test "x$supports_anon_versioning" = xyes; then
           _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
-            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-            echo "local: *; };" >> $output_objdir/$libname.ver~
-            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	    echo "local: *; };" >> $output_objdir/$libname.ver~
+	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
         fi
 
 	case $cc_basename in
-	tcc*)
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
-	  ;;
 	xlf* | bgf* | bgxlf* | mpixlf*)
 	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
 	  _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 	  _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
-	  if test yes = "$supports_anon_versioning"; then
+	  if test "x$supports_anon_versioning" = xyes; then
 	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
-              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-              echo "local: *; };" >> $output_objdir/$libname.ver~
-              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
+	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+	      echo "local: *; };" >> $output_objdir/$libname.ver~
+	      $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 	  fi
 	  ;;
 	esac
@@ -5252,13 +4878,13 @@ _LT_EOF
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 	wlarc=
       else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
       fi
       ;;
 
@@ -5276,8 +4902,8 @@ _LT_EOF
 
 _LT_EOF
       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
       else
 	_LT_TAGVAR(ld_shlibs, $1)=no
       fi
@@ -5289,7 +4915,7 @@ _LT_EOF
 	_LT_TAGVAR(ld_shlibs, $1)=no
 	cat <<_LT_EOF 1>&2
 
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 *** reliably create shared libraries on SCO systems.  Therefore, libtool
 *** is disabling shared libraries support.  We urge you to upgrade GNU
 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
@@ -5304,9 +4930,9 @@ _LT_EOF
 	  # DT_RUNPATH tag from executables and libraries.  But doing so
 	  # requires that you compile everything twice, which is a pain.
 	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 	  else
 	    _LT_TAGVAR(ld_shlibs, $1)=no
 	  fi
@@ -5323,15 +4949,15 @@ _LT_EOF
 
     *)
       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
       else
 	_LT_TAGVAR(ld_shlibs, $1)=no
       fi
       ;;
     esac
 
-    if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then
+    if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
       runpath_var=
       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
       _LT_TAGVAR(export_dynamic_flag_spec, $1)=
@@ -5347,7 +4973,7 @@ _LT_EOF
       # Note: this linker hardcodes the directories in LIBPATH if there
       # are no directories specified by -L.
       _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 	# Neither direct hardcoding nor static linking is supported with a
 	# broken collect2.
 	_LT_TAGVAR(hardcode_direct, $1)=unsupported
@@ -5355,57 +4981,34 @@ _LT_EOF
       ;;
 
     aix[[4-9]]*)
-      if test ia64 = "$host_cpu"; then
+      if test "$host_cpu" = ia64; then
 	# On IA64, the linker does run time linking by default, so we don't
 	# have to do anything special.
 	aix_use_runtimelinking=no
 	exp_sym_flag='-Bexport'
-	no_entry_flag=
+	no_entry_flag=""
       else
 	# If we're using GNU nm, then we don't want the "-C" option.
-	# -C means demangle to GNU nm, but means don't demangle to AIX nm.
-	# Without the "-l" option, or with the "-B" option, AIX nm treats
-	# weak defined symbols like other global defined symbols, whereas
-	# GNU nm marks them as "W".
-	# While the 'weak' keyword is ignored in the Export File, we need
-	# it in the Import File for the 'aix-soname' feature, so we have
-	# to replace the "-B" option with "-P" for AIX nm.
+	# -C means demangle to AIX nm, but means don't demangle with GNU nm
+	# Also, AIX nm treats weak defined symbols like other global
+	# defined symbols, whereas GNU nm marks them as "W".
 	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-	  _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
+	  _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 	else
-	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
+	  _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 	fi
 	aix_use_runtimelinking=no
 
 	# Test if we are trying to use run time linking or normal
 	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
-	# have runtime linking enabled, and use it for executables.
-	# For shared libraries, we enable/disable runtime linking
-	# depending on the kind of the shared library created -
-	# when "with_aix_soname,aix_use_runtimelinking" is:
-	# "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "aix,yes"  lib.so          shared, rtl:yes, for executables
-	#            lib.a           static archive
-	# "both,no"  lib.so.V(shr.o) shared, rtl:yes
-	#            lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a(lib.so.V) shared, rtl:no
-	# "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a           static archive
+	# need to do runtime linking.
 	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 	  for ld_flag in $LDFLAGS; do
-	  if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
+	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 	    aix_use_runtimelinking=yes
 	    break
 	  fi
 	  done
-	  if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	    # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	    # so we don't have lib.a shared libs to link our executables.
-	    # We have to force runtime linking in this case.
-	    aix_use_runtimelinking=yes
-	    LDFLAGS="$LDFLAGS -Wl,-brtl"
-	  fi
 	  ;;
 	esac
 
@@ -5424,21 +5027,13 @@ _LT_EOF
       _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
       _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
       _LT_TAGVAR(link_all_deplibs, $1)=yes
-      _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
-      case $with_aix_soname,$aix_use_runtimelinking in
-      aix,*) ;; # traditional, no import file
-      svr4,* | *,yes) # use import file
-	# The Import File defines what to hardcode.
-	_LT_TAGVAR(hardcode_direct, $1)=no
-	_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-	;;
-      esac
+      _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
 
-      if test yes = "$GCC"; then
+      if test "$GCC" = yes; then
 	case $host_os in aix4.[[012]]|aix4.[[012]].*)
 	# We only want to do this on AIX 4.2 and lower, the check
 	# below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
+	  collect2name=`${CC} -print-prog-name=collect2`
 	  if test -f "$collect2name" &&
 	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 	  then
@@ -5457,80 +5052,62 @@ _LT_EOF
 	  ;;
 	esac
 	shared_flag='-shared'
-	if test yes = "$aix_use_runtimelinking"; then
-	  shared_flag="$shared_flag "'$wl-G'
+	if test "$aix_use_runtimelinking" = yes; then
+	  shared_flag="$shared_flag "'${wl}-G'
 	fi
-	# Need to ensure runtime linking is disabled for the traditional
-	# shared library, or the linker may eventually find shared libraries
-	# /with/ Import File - we do not want to mix them.
-	shared_flag_aix='-shared'
-	shared_flag_svr4='-shared $wl-G'
+	_LT_TAGVAR(link_all_deplibs, $1)=no
       else
 	# not using gcc
-	if test ia64 = "$host_cpu"; then
+	if test "$host_cpu" = ia64; then
 	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 	# chokes on -Wl,-G. The following line is correct:
 	  shared_flag='-G'
 	else
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag='$wl-G'
+	  if test "$aix_use_runtimelinking" = yes; then
+	    shared_flag='${wl}-G'
 	  else
-	    shared_flag='$wl-bM:SRE'
+	    shared_flag='${wl}-bM:SRE'
 	  fi
-	  shared_flag_aix='$wl-bM:SRE'
-	  shared_flag_svr4='$wl-G'
 	fi
       fi
 
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
       # It seems that -bexpall does not export symbols beginning with
       # underscore (_), so it is better to generate a list of symbols to export.
       _LT_TAGVAR(always_export_symbols, $1)=yes
-      if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
+      if test "$aix_use_runtimelinking" = yes; then
 	# Warning - without using the other runtime loading flags (-brtl),
 	# -berok will link without error, but may produce a broken library.
 	_LT_TAGVAR(allow_undefined_flag, $1)='-berok'
         # Determine the default libpath from the value encoded in an
         # empty executable.
         _LT_SYS_MODULE_PATH_AIX([$1])
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
-        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
+        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
       else
-	if test ia64 = "$host_cpu"; then
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
+	if test "$host_cpu" = ia64; then
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 	  _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
-	  _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
+	  _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 	else
 	 # Determine the default libpath from the value encoded in an
 	 # empty executable.
 	 _LT_SYS_MODULE_PATH_AIX([$1])
-	 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
+	 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 	  # Warning - without using the other run time loading flags,
 	  # -berok will link without error, but may produce a broken library.
-	  _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
-	  _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
-	  if test yes = "$with_gnu_ld"; then
+	  _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
+	  _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
+	  if test "$with_gnu_ld" = yes; then
 	    # We only use this code for GNU lds that support --whole-archive.
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 	  else
 	    # Exported symbols can be pulled into shared objects from archives
 	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 	  fi
 	  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
-	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
-	  if test svr4 != "$with_aix_soname"; then
-	    # This is similar to how AIX traditionally builds its shared libraries.
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	  fi
-	  if test aix != "$with_aix_soname"; then
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 3 [...]
-	  else
-	    # used by -dlpreopen to get the symbols
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	  fi
-	  _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
+	  # This is similar to how AIX traditionally builds its shared libraries.
+	  _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 	fi
       fi
       ;;
@@ -5539,7 +5116,7 @@ _LT_EOF
       case $host_cpu in
       powerpc)
             # see comment about AmigaOS4 .so support
-            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
             _LT_TAGVAR(archive_expsym_cmds, $1)=''
         ;;
       m68k)
@@ -5569,17 +5146,16 @@ _LT_EOF
 	# Tell ltmain to make .lib files, not .a files.
 	libext=lib
 	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
+	shrext_cmds=".dll"
 	# FIXME: Setting linknames here is a bad hack.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	_LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-            cp "$export_symbols" "$output_objdir/$soname.def";
-            echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-          else
-            $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-          fi~
-          $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-          linknames='
+	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
+	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
+	  else
+	    sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
+	  fi~
+	  $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+	  linknames='
 	# The linker will not automatically build a static lib if we build a DLL.
 	# _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
 	_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
@@ -5588,18 +5164,18 @@ _LT_EOF
 	# Don't use ranlib
 	_LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
 	_LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
-          lt_tool_outputfile="@TOOL_OUTPUT@"~
-          case $lt_outputfile in
-            *.exe|*.EXE) ;;
-            *)
-              lt_outputfile=$lt_outputfile.exe
-              lt_tool_outputfile=$lt_tool_outputfile.exe
-              ;;
-          esac~
-          if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-            $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-            $RM "$lt_outputfile.manifest";
-          fi'
+	  lt_tool_outputfile="@TOOL_OUTPUT@"~
+	  case $lt_outputfile in
+	    *.exe|*.EXE) ;;
+	    *)
+	      lt_outputfile="$lt_outputfile.exe"
+	      lt_tool_outputfile="$lt_tool_outputfile.exe"
+	      ;;
+	  esac~
+	  if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
+	    $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
+	    $RM "$lt_outputfile.manifest";
+	  fi'
 	;;
       *)
 	# Assume MSVC wrapper
@@ -5608,7 +5184,7 @@ _LT_EOF
 	# Tell ltmain to make .lib files, not .a files.
 	libext=lib
 	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
+	shrext_cmds=".dll"
 	# FIXME: Setting linknames here is a bad hack.
 	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
 	# The linker will automatically build a .lib file if we build a DLL.
@@ -5658,33 +5234,33 @@ _LT_EOF
       ;;
 
     hpux9*)
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
       else
-	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
       fi
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
       _LT_TAGVAR(hardcode_libdir_separator, $1)=:
       _LT_TAGVAR(hardcode_direct, $1)=yes
 
       # hardcode_minus_L: Not really in the search PATH,
       # but as the default location of the library.
       _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
       ;;
 
     hpux10*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
       else
 	_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
       fi
-      if test no = "$with_gnu_ld"; then
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
+      if test "$with_gnu_ld" = no; then
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
 	_LT_TAGVAR(hardcode_direct, $1)=yes
 	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 	# hardcode_minus_L: Not really in the search PATH,
 	# but as the default location of the library.
 	_LT_TAGVAR(hardcode_minus_L, $1)=yes
@@ -5692,25 +5268,25 @@ _LT_EOF
       ;;
 
     hpux11*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
+      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
 	case $host_cpu in
 	hppa*64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	ia64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	esac
       else
 	case $host_cpu in
 	hppa*64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	ia64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	*)
 	m4_if($1, [], [
@@ -5718,14 +5294,14 @@ _LT_EOF
 	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
 	  _LT_LINKER_OPTION([if $CC understands -b],
 	    _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
-	    [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
+	    [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
 	    [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
-	  [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
+	  [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
 	  ;;
 	esac
       fi
-      if test no = "$with_gnu_ld"; then
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
+      if test "$with_gnu_ld" = no; then
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
 	case $host_cpu in
@@ -5736,7 +5312,7 @@ _LT_EOF
 	*)
 	  _LT_TAGVAR(hardcode_direct, $1)=yes
 	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
+	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
 	  # hardcode_minus_L: Not really in the search PATH,
 	  # but as the default location of the library.
@@ -5747,16 +5323,16 @@ _LT_EOF
       ;;
 
     irix5* | irix6* | nonstopux*)
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 	# Try to use the -exported_symbol ld option, if it does not
 	# work, assume that -exports_file does not work either and
 	# implicitly export all symbols.
 	# This should be the same for all languages, so no per-tag cache variable.
 	AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
 	  [lt_cv_irix_exported_symbol],
-	  [save_LDFLAGS=$LDFLAGS
-	   LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
+	  [save_LDFLAGS="$LDFLAGS"
+	   LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
 	   AC_LINK_IFELSE(
 	     [AC_LANG_SOURCE(
 	        [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
@@ -5769,32 +5345,22 @@ _LT_EOF
       end]])])],
 	      [lt_cv_irix_exported_symbol=yes],
 	      [lt_cv_irix_exported_symbol=no])
-           LDFLAGS=$save_LDFLAGS])
-	if test yes = "$lt_cv_irix_exported_symbol"; then
-          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
+           LDFLAGS="$save_LDFLAGS"])
+	if test "$lt_cv_irix_exported_symbol" = yes; then
+          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
 	fi
       else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
       fi
       _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
       _LT_TAGVAR(hardcode_libdir_separator, $1)=:
       _LT_TAGVAR(inherit_rpath, $1)=yes
       _LT_TAGVAR(link_all_deplibs, $1)=yes
       ;;
 
-    linux*)
-      case $cc_basename in
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	_LT_TAGVAR(ld_shlibs, $1)=yes
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	;;
-      esac
-      ;;
-
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
       else
@@ -5808,7 +5374,7 @@ _LT_EOF
     newsos6)
       _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
       _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
       _LT_TAGVAR(hardcode_libdir_separator, $1)=:
       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
       ;;
@@ -5816,19 +5382,27 @@ _LT_EOF
     *nto* | *qnx*)
       ;;
 
-    openbsd* | bitrig*)
+    openbsd*)
       if test -f /usr/libexec/ld.so; then
 	_LT_TAGVAR(hardcode_direct, $1)=yes
 	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
+	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 	else
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
+	  case $host_os in
+	   openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
+	     _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+	     _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
+	     ;;
+	   *)
+	     _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+	     _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	     ;;
+	  esac
 	fi
       else
 	_LT_TAGVAR(ld_shlibs, $1)=no
@@ -5839,53 +5413,33 @@ _LT_EOF
       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
       _LT_TAGVAR(hardcode_minus_L, $1)=yes
       _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-      shrext_cmds=.dll
-      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
+      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
+      _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
       ;;
 
     osf3*)
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
       else
 	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
       fi
       _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
       _LT_TAGVAR(hardcode_libdir_separator, $1)=:
       ;;
 
     osf4* | osf5*)	# as osf3* with the addition of -msym flag
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
       else
 	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
-          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
+	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
 
 	# Both c and cxx compiler support -rpath directly
 	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
@@ -5896,24 +5450,24 @@ _LT_EOF
 
     solaris*)
       _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
-      if test yes = "$GCC"; then
-	wlarc='$wl'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
+      if test "$GCC" = yes; then
+	wlarc='${wl}'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	_LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-          $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+	  $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
       else
 	case `$CC -V 2>&1` in
 	*"Compilers 5.0"*)
 	  wlarc=''
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
+	  _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
+	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
 	  ;;
 	*)
-	  wlarc='$wl'
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
+	  wlarc='${wl}'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
 	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
+	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 	  ;;
 	esac
       fi
@@ -5923,11 +5477,11 @@ _LT_EOF
       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
       *)
 	# The compiler driver will combine and reorder linker options,
-	# but understands '-z linker_flag'.  GCC discards it without '$wl',
+	# but understands `-z linker_flag'.  GCC discards it without `$wl',
 	# but is careful enough not to reorder.
 	# Supported since Solaris 2.6 (maybe 2.5.1?)
-	if test yes = "$GCC"; then
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
+	if test "$GCC" = yes; then
+	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 	else
 	  _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 	fi
@@ -5937,10 +5491,10 @@ _LT_EOF
       ;;
 
     sunos4*)
-      if test sequent = "$host_vendor"; then
+      if test "x$host_vendor" = xsequent; then
 	# Use $CC to link under sequent, because it throws in some extra .o
 	# files that make .init and .fini sections work.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
       else
 	_LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
       fi
@@ -5989,43 +5543,43 @@ _LT_EOF
       ;;
 
     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
-      _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
       _LT_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
       runpath_var='LD_RUN_PATH'
 
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       fi
       ;;
 
     sysv5* | sco3.2v5* | sco5v6*)
-      # Note: We CANNOT use -z defs as we might desire, because we do not
+      # Note: We can NOT use -z defs as we might desire, because we do not
       # link with -lc, and that would cause any symbols used from libc to
       # always be unresolved, which means just about no library would
       # ever link correctly.  If we're not using GNU ld we use -z text
       # though, which does catch some bad symbols but isn't as heavy-handed
       # as -z defs.
-      _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
-      _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+      _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
       _LT_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
       _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
       _LT_TAGVAR(link_all_deplibs, $1)=yes
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
       runpath_var='LD_RUN_PATH'
 
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+      if test "$GCC" = yes; then
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       fi
       ;;
 
@@ -6040,17 +5594,17 @@ _LT_EOF
       ;;
     esac
 
-    if test sni = "$host_vendor"; then
+    if test x$host_vendor = xsni; then
       case $host in
       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym'
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
 	;;
       esac
     fi
   fi
 ])
 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
-test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
+test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
 _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
 
@@ -6067,7 +5621,7 @@ x|xyes)
   # Assume -lc should be added
   _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
-  if test yes,yes = "$GCC,$enable_shared"; then
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
     case $_LT_TAGVAR(archive_cmds, $1) in
     *'~'*)
       # FIXME: we may have to deal with multi-command sequences.
@@ -6147,12 +5701,12 @@ _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
     [Whether we need a single "-rpath" flag with a separated argument])
 _LT_TAGDECL([], [hardcode_direct], [0],
-    [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
+    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
     DIR into the resulting binary])
 _LT_TAGDECL([], [hardcode_direct_absolute], [0],
-    [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
+    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
     DIR into the resulting binary and the resulting library dependency is
-    "absolute", i.e impossible to change by setting $shlibpath_var if the
+    "absolute", i.e impossible to change by setting ${shlibpath_var} if the
     library is relocated])
 _LT_TAGDECL([], [hardcode_minus_L], [0],
     [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
@@ -6193,10 +5747,10 @@ dnl    [Compiler flag to generate thread safe objects])
 # ------------------------
 # Ensure that the configuration variables for a C compiler are suitably
 # defined.  These variables are subsequently used by _LT_CONFIG to write
-# the compiler configuration to 'libtool'.
+# the compiler configuration to `libtool'.
 m4_defun([_LT_LANG_C_CONFIG],
 [m4_require([_LT_DECL_EGREP])dnl
-lt_save_CC=$CC
+lt_save_CC="$CC"
 AC_LANG_PUSH(C)
 
 # Source file extension for C test sources.
@@ -6236,18 +5790,18 @@ if test -n "$compiler"; then
   LT_SYS_DLOPEN_SELF
   _LT_CMD_STRIPLIB
 
-  # Report what library types will actually be built
+  # Report which library types will actually be built
   AC_MSG_CHECKING([if libtool supports shared libraries])
   AC_MSG_RESULT([$can_build_shared])
 
   AC_MSG_CHECKING([whether to build shared libraries])
-  test no = "$can_build_shared" && enable_shared=no
+  test "$can_build_shared" = "no" && enable_shared=no
 
   # On AIX, shared libraries and static libraries use the same namespace, and
   # are all built from PIC.
   case $host_os in
   aix3*)
-    test yes = "$enable_shared" && enable_static=no
+    test "$enable_shared" = yes && enable_static=no
     if test -n "$RANLIB"; then
       archive_cmds="$archive_cmds~\$RANLIB \$lib"
       postinstall_cmds='$RANLIB $lib'
@@ -6255,12 +5809,8 @@ if test -n "$compiler"; then
     ;;
 
   aix[[4-9]]*)
-    if test ia64 != "$host_cpu"; then
-      case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-      yes,aix,yes) ;;			# shared object as lib.so file only
-      yes,svr4,*) ;;			# shared object as lib.so archive member only
-      yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-      esac
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+      test "$enable_shared" = yes && enable_static=no
     fi
     ;;
   esac
@@ -6268,13 +5818,13 @@ if test -n "$compiler"; then
 
   AC_MSG_CHECKING([whether to build static libraries])
   # Make sure either enable_shared or enable_static is yes.
-  test yes = "$enable_shared" || enable_static=yes
+  test "$enable_shared" = yes || enable_static=yes
   AC_MSG_RESULT([$enable_static])
 
   _LT_CONFIG($1)
 fi
 AC_LANG_POP
-CC=$lt_save_CC
+CC="$lt_save_CC"
 ])# _LT_LANG_C_CONFIG
 
 
@@ -6282,14 +5832,14 @@ CC=$lt_save_CC
 # --------------------------
 # Ensure that the configuration variables for a C++ compiler are suitably
 # defined.  These variables are subsequently used by _LT_CONFIG to write
-# the compiler configuration to 'libtool'.
+# the compiler configuration to `libtool'.
 m4_defun([_LT_LANG_CXX_CONFIG],
 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 m4_require([_LT_DECL_EGREP])dnl
 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
-if test -n "$CXX" && ( test no != "$CXX" &&
-    ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
-    (test g++ != "$CXX"))); then
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
+    (test "X$CXX" != "Xg++"))) ; then
   AC_PROG_CXXCPP
 else
   _lt_caught_CXX_error=yes
@@ -6331,7 +5881,7 @@ _LT_TAGVAR(objext, $1)=$objext
 # the CXX compiler isn't working.  Some variables (like enable_shared)
 # are currently assumed to apply to all compilers on this platform,
 # and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_caught_CXX_error"; then
+if test "$_lt_caught_CXX_error" != yes; then
   # Code to be used in simple compile tests
   lt_simple_compile_test_code="int some_variable = 0;"
 
@@ -6373,35 +5923,35 @@ if test yes != "$_lt_caught_CXX_error"; then
   if test -n "$compiler"; then
     # We don't want -fno-exception when compiling C++ code, so set the
     # no_builtin_flag separately
-    if test yes = "$GXX"; then
+    if test "$GXX" = yes; then
       _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
     else
       _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
     fi
 
-    if test yes = "$GXX"; then
+    if test "$GXX" = yes; then
       # Set up default GNU C++ configuration
 
       LT_PATH_LD
 
       # Check if GNU C++ uses GNU ld as the underlying linker, since the
       # archiving commands below assume that GNU ld is being used.
-      if test yes = "$with_gnu_ld"; then
-        _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+      if test "$with_gnu_ld" = yes; then
+        _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
         # If archive_cmds runs LD, not CC, wlarc should be empty
         # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
         #     investigate it a little bit more. (MM)
-        wlarc='$wl'
+        wlarc='${wl}'
 
         # ancient GNU ld didn't support --whole-archive et. al.
         if eval "`$CC -print-prog-name=ld` --help 2>&1" |
 	  $GREP 'no-whole-archive' > /dev/null; then
-          _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
+          _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
         else
           _LT_TAGVAR(whole_archive_flag_spec, $1)=
         fi
@@ -6437,30 +5987,18 @@ if test yes != "$_lt_caught_CXX_error"; then
         _LT_TAGVAR(ld_shlibs, $1)=no
         ;;
       aix[[4-9]]*)
-        if test ia64 = "$host_cpu"; then
+        if test "$host_cpu" = ia64; then
           # On IA64, the linker does run time linking by default, so we don't
           # have to do anything special.
           aix_use_runtimelinking=no
           exp_sym_flag='-Bexport'
-          no_entry_flag=
+          no_entry_flag=""
         else
           aix_use_runtimelinking=no
 
           # Test if we are trying to use run time linking or normal
           # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-          # have runtime linking enabled, and use it for executables.
-          # For shared libraries, we enable/disable runtime linking
-          # depending on the kind of the shared library created -
-          # when "with_aix_soname,aix_use_runtimelinking" is:
-          # "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "aix,yes"  lib.so          shared, rtl:yes, for executables
-          #            lib.a           static archive
-          # "both,no"  lib.so.V(shr.o) shared, rtl:yes
-          #            lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a(lib.so.V) shared, rtl:no
-          # "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a           static archive
+          # need to do runtime linking.
           case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 	    for ld_flag in $LDFLAGS; do
 	      case $ld_flag in
@@ -6470,13 +6008,6 @@ if test yes != "$_lt_caught_CXX_error"; then
 	        ;;
 	      esac
 	    done
-	    if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	      # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	      # so we don't have lib.a shared libs to link our executables.
-	      # We have to force runtime linking in this case.
-	      aix_use_runtimelinking=yes
-	      LDFLAGS="$LDFLAGS -Wl,-brtl"
-	    fi
 	    ;;
           esac
 
@@ -6495,21 +6026,13 @@ if test yes != "$_lt_caught_CXX_error"; then
         _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
         _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
         _LT_TAGVAR(link_all_deplibs, $1)=yes
-        _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
-        case $with_aix_soname,$aix_use_runtimelinking in
-        aix,*) ;;	# no import file
-        svr4,* | *,yes) # use import file
-          # The Import File defines what to hardcode.
-          _LT_TAGVAR(hardcode_direct, $1)=no
-          _LT_TAGVAR(hardcode_direct_absolute, $1)=no
-          ;;
-        esac
+        _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
 
-        if test yes = "$GXX"; then
+        if test "$GXX" = yes; then
           case $host_os in aix4.[[012]]|aix4.[[012]].*)
           # We only want to do this on AIX 4.2 and lower, the check
           # below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
+	  collect2name=`${CC} -print-prog-name=collect2`
 	  if test -f "$collect2name" &&
 	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 	  then
@@ -6527,84 +6050,64 @@ if test yes != "$_lt_caught_CXX_error"; then
 	  fi
           esac
           shared_flag='-shared'
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag=$shared_flag' $wl-G'
+	  if test "$aix_use_runtimelinking" = yes; then
+	    shared_flag="$shared_flag "'${wl}-G'
 	  fi
-	  # Need to ensure runtime linking is disabled for the traditional
-	  # shared library, or the linker may eventually find shared libraries
-	  # /with/ Import File - we do not want to mix them.
-	  shared_flag_aix='-shared'
-	  shared_flag_svr4='-shared $wl-G'
         else
           # not using gcc
-          if test ia64 = "$host_cpu"; then
+          if test "$host_cpu" = ia64; then
 	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 	  # chokes on -Wl,-G. The following line is correct:
 	  shared_flag='-G'
           else
-	    if test yes = "$aix_use_runtimelinking"; then
-	      shared_flag='$wl-G'
+	    if test "$aix_use_runtimelinking" = yes; then
+	      shared_flag='${wl}-G'
 	    else
-	      shared_flag='$wl-bM:SRE'
+	      shared_flag='${wl}-bM:SRE'
 	    fi
-	    shared_flag_aix='$wl-bM:SRE'
-	    shared_flag_svr4='$wl-G'
           fi
         fi
 
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
         # It seems that -bexpall does not export symbols beginning with
         # underscore (_), so it is better to generate a list of symbols to
 	# export.
         _LT_TAGVAR(always_export_symbols, $1)=yes
-	if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
+        if test "$aix_use_runtimelinking" = yes; then
           # Warning - without using the other runtime loading flags (-brtl),
           # -berok will link without error, but may produce a broken library.
-          # The "-G" linker flag allows undefined symbols.
-          _LT_TAGVAR(no_undefined_flag, $1)='-bernotok'
+          _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
           # Determine the default libpath from the value encoded in an empty
           # executable.
           _LT_SYS_MODULE_PATH_AIX([$1])
-          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
+          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
-          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
+          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
         else
-          if test ia64 = "$host_cpu"; then
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
+          if test "$host_cpu" = ia64; then
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 	    _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
+	    _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
           else
 	    # Determine the default libpath from the value encoded in an
 	    # empty executable.
 	    _LT_SYS_MODULE_PATH_AIX([$1])
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 	    # Warning - without using the other run time loading flags,
 	    # -berok will link without error, but may produce a broken library.
-	    _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
-	    _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
-	    if test yes = "$with_gnu_ld"; then
+	    _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
+	    _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
+	    if test "$with_gnu_ld" = yes; then
 	      # We only use this code for GNU lds that support --whole-archive.
-	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
+	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 	    else
 	      # Exported symbols can be pulled into shared objects from archives
 	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 	    fi
 	    _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
-	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
-	    if test svr4 != "$with_aix_soname"; then
-	      # This is similar to how AIX traditionally builds its shared
-	      # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
-	      _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	    fi
-	    if test aix != "$with_aix_soname"; then
-	      _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# [...]
-	    else
-	      # used by -dlpreopen to get the symbols
-	      _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	    fi
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
+	    # This is similar to how AIX traditionally builds its shared
+	    # libraries.
+	    _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
           fi
         fi
         ;;
@@ -6614,7 +6117,7 @@ if test yes != "$_lt_caught_CXX_error"; then
 	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 	  # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
 	  # support --undefined.  This deserves some investigation.  FIXME
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 	else
 	  _LT_TAGVAR(ld_shlibs, $1)=no
 	fi
@@ -6642,58 +6145,57 @@ if test yes != "$_lt_caught_CXX_error"; then
 	  # Tell ltmain to make .lib files, not .a files.
 	  libext=lib
 	  # Tell ltmain to make .dll files, not .so files.
-	  shrext_cmds=.dll
+	  shrext_cmds=".dll"
 	  # FIXME: Setting linknames here is a bad hack.
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-              cp "$export_symbols" "$output_objdir/$soname.def";
-              echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-            else
-              $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-            fi~
-            $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-            linknames='
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
+	    else
+	      $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
+	    fi~
+	    $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
+	    linknames='
 	  # The linker will not automatically build a static lib if we build a DLL.
 	  # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
 	  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 	  # Don't use ranlib
 	  _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
 	  _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
-            lt_tool_outputfile="@TOOL_OUTPUT@"~
-            case $lt_outputfile in
-              *.exe|*.EXE) ;;
-              *)
-                lt_outputfile=$lt_outputfile.exe
-                lt_tool_outputfile=$lt_tool_outputfile.exe
-                ;;
-            esac~
-            func_to_tool_file "$lt_outputfile"~
-            if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-              $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-              $RM "$lt_outputfile.manifest";
-            fi'
+	    lt_tool_outputfile="@TOOL_OUTPUT@"~
+	    case $lt_outputfile in
+	      *.exe|*.EXE) ;;
+	      *)
+		lt_outputfile="$lt_outputfile.exe"
+		lt_tool_outputfile="$lt_tool_outputfile.exe"
+		;;
+	    esac~
+	    func_to_tool_file "$lt_outputfile"~
+	    if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
+	      $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
+	      $RM "$lt_outputfile.manifest";
+	    fi'
 	  ;;
 	*)
 	  # g++
 	  # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 	  # as there is no search path for DLLs.
 	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
+	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
 	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 	  _LT_TAGVAR(always_export_symbols, $1)=no
 	  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
 	  if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	    # If the export-symbols file already is a .def file, use it as
-	    # is; otherwise, prepend EXPORTS...
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-              cp $export_symbols $output_objdir/$soname.def;
-            else
-              echo EXPORTS > $output_objdir/$soname.def;
-              cat $export_symbols >> $output_objdir/$soname.def;
-            fi~
-            $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+	    # If the export-symbols file already is a .def file (1st line
+	    # is EXPORTS), use it as is; otherwise, prepend...
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
+	      cp $export_symbols $output_objdir/$soname.def;
+	    else
+	      echo EXPORTS > $output_objdir/$soname.def;
+	      cat $export_symbols >> $output_objdir/$soname.def;
+	    fi~
+	    $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 	  else
 	    _LT_TAGVAR(ld_shlibs, $1)=no
 	  fi
@@ -6704,34 +6206,6 @@ if test yes != "$_lt_caught_CXX_error"; then
         _LT_DARWIN_LINKER_FEATURES($1)
 	;;
 
-      os2*)
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-	_LT_TAGVAR(hardcode_minus_L, $1)=yes
-	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	shrext_cmds=.dll
-	_LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  prefix_cmds="$SED"~
-	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	    prefix_cmds="$prefix_cmds -e 1d";
-	  fi~
-	  prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	  cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	_LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-	_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-	;;
-
       dgux*)
         case $cc_basename in
           ec++*)
@@ -6767,14 +6241,14 @@ if test yes != "$_lt_caught_CXX_error"; then
         ;;
 
       haiku*)
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
         _LT_TAGVAR(link_all_deplibs, $1)=yes
         ;;
 
       hpux9*)
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
         _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
         _LT_TAGVAR(hardcode_direct, $1)=yes
         _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 				             # but as the default
@@ -6786,7 +6260,7 @@ if test yes != "$_lt_caught_CXX_error"; then
             _LT_TAGVAR(ld_shlibs, $1)=no
             ;;
           aCC*)
-            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
             # Commands to make compiler produce verbose output that lists
             # what "hidden" libraries, object files and flags are used when
             # linking a shared library.
@@ -6795,11 +6269,11 @@ if test yes != "$_lt_caught_CXX_error"; then
             # explicitly linking system object files so we need to strip them
             # from the output so that they don't get included in the library
             # dependencies.
-            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
             ;;
           *)
-            if test yes = "$GXX"; then
-              _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
+            if test "$GXX" = yes; then
+              _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
             else
               # FIXME: insert proper C++ library support
               _LT_TAGVAR(ld_shlibs, $1)=no
@@ -6809,15 +6283,15 @@ if test yes != "$_lt_caught_CXX_error"; then
         ;;
 
       hpux10*|hpux11*)
-        if test no = "$with_gnu_ld"; then
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
+        if test $with_gnu_ld = no; then
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 	  _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
           case $host_cpu in
             hppa*64*|ia64*)
               ;;
             *)
-	      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
+	      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
               ;;
           esac
         fi
@@ -6843,13 +6317,13 @@ if test yes != "$_lt_caught_CXX_error"; then
           aCC*)
 	    case $host_cpu in
 	      hppa*64*)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	        ;;
 	      ia64*)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	        ;;
 	      *)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	        ;;
 	    esac
 	    # Commands to make compiler produce verbose output that lists
@@ -6860,20 +6334,20 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    # explicitly linking system object files so we need to strip them
 	    # from the output so that they don't get included in the library
 	    # dependencies.
-	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
 	    ;;
           *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
+	    if test "$GXX" = yes; then
+	      if test $with_gnu_ld = no; then
 	        case $host_cpu in
 	          hppa*64*)
-	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	            ;;
 	          ia64*)
-	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	            ;;
 	          *)
-	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	            ;;
 	        esac
 	      fi
@@ -6888,22 +6362,22 @@ if test yes != "$_lt_caught_CXX_error"; then
       interix[[3-9]]*)
 	_LT_TAGVAR(hardcode_direct, $1)=no
 	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 	# Instead, shared libraries are loaded at an image base (0x10000000 by
 	# default) and relocated if they conflict, which is a slow very memory
 	# consuming and fragmenting process.  To avoid this, we pick a random,
 	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
+	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 	;;
       irix5* | irix6*)
         case $cc_basename in
           CC*)
 	    # SGI C++
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
 	    # Archives containing C++ object files must be created using
 	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
@@ -6912,17 +6386,17 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
 	    ;;
           *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+	    if test "$GXX" = yes; then
+	      if test "$with_gnu_ld" = no; then
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 	      else
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
 	      fi
 	    fi
 	    _LT_TAGVAR(link_all_deplibs, $1)=yes
 	    ;;
         esac
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
         _LT_TAGVAR(hardcode_libdir_separator, $1)=:
         _LT_TAGVAR(inherit_rpath, $1)=yes
         ;;
@@ -6935,8 +6409,8 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    # KCC will only create a shared library if the output file
 	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
 	    # to its proper name (with version) after linking.
-	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
+	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
 	    # Commands to make compiler produce verbose output that lists
 	    # what "hidden" libraries, object files and flags are used when
 	    # linking a shared library.
@@ -6945,10 +6419,10 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    # explicitly linking system object files so we need to strip them
 	    # from the output so that they don't get included in the library
 	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
 
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
 	    # Archives containing C++ object files must be created using
 	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
@@ -6962,59 +6436,59 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    # earlier do not add the objects themselves.
 	    case `$CC -V 2>&1` in
 	      *"Version 7."*)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 		;;
 	      *)  # Version 8.0 or newer
 	        tmp_idyn=
 	        case $host_cpu in
 		  ia64*) tmp_idyn=' -i_dynamic';;
 		esac
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 		;;
 	    esac
 	    _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 	    ;;
           pgCC* | pgcpp*)
             # Portland Group C++ compiler
 	    case `$CC -V` in
 	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
 	      _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
-               rm -rf $tpldir~
-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
-               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
+		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
 	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
-                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
-                $RANLIB $oldlib'
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
+		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
+		$RANLIB $oldlib'
 	      _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
+		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+		rm -rf $tpldir~
+		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
+		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 	      ;;
 	    *) # Version 6 and above use weak symbols
-	      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+	      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
+	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 	      ;;
 	    esac
 
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
             ;;
 	  cxx*)
 	    # Compaq C++
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname  -o $lib $wl-retain-symbols-file $wl$export_symbols'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
 
 	    runpath_var=LD_RUN_PATH
 	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
@@ -7028,18 +6502,18 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    # explicitly linking system object files so we need to strip them
 	    # from the output so that they don't get included in the library
 	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
+	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
 	    ;;
 	  xl* | mpixl* | bgxl*)
 	    # IBM XL 8.0 on PPC, with GNU ld
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    if test yes = "$supports_anon_versioning"; then
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+	    if test "x$supports_anon_versioning" = xyes; then
 	      _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
-                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-                echo "local: *; };" >> $output_objdir/$libname.ver~
-                $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
+		cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
+		echo "local: *; };" >> $output_objdir/$libname.ver~
+		$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 	    fi
 	    ;;
 	  *)
@@ -7047,10 +6521,10 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    *Sun\ C*)
 	      # Sun C++ 5.9
 	      _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
-	      _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
+	      _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
 	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
+	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 	      _LT_TAGVAR(compiler_needs_object, $1)=yes
 
 	      # Not sure whether something based on
@@ -7108,17 +6582,22 @@ if test yes != "$_lt_caught_CXX_error"; then
         _LT_TAGVAR(ld_shlibs, $1)=yes
 	;;
 
-      openbsd* | bitrig*)
+      openbsd2*)
+        # C++ shared libraries are fairly broken
+	_LT_TAGVAR(ld_shlibs, $1)=no
+	;;
+
+      openbsd*)
 	if test -f /usr/libexec/ld.so; then
 	  _LT_TAGVAR(hardcode_direct, $1)=yes
 	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
+	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
+	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
+	    _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 	  fi
 	  output_verbose_link_cmd=func_echo_all
 	else
@@ -7134,9 +6613,9 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    # KCC will only create a shared library if the output file
 	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
 	    # to its proper name (with version) after linking.
-	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
+	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
+	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
 	    # Archives containing C++ object files must be created using
@@ -7154,17 +6633,17 @@ if test yes != "$_lt_caught_CXX_error"; then
           cxx*)
 	    case $host in
 	      osf3*)
-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
+	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 		;;
 	      *)
 	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
-                  echo "-hidden">> $lib.exp~
-                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
-                  $RM $lib.exp'
+	          echo "-hidden">> $lib.exp~
+	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
+	          $RM $lib.exp'
 	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 		;;
 	    esac
@@ -7179,21 +6658,21 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    # explicitly linking system object files so we need to strip them
 	    # from the output so that they don't get included in the library
 	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
+	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
 	    ;;
 	  *)
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
+	    if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+	      _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 	      case $host in
 	        osf3*)
-	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 		  ;;
 	        *)
-	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
+	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 		  ;;
 	      esac
 
-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 	      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
 	      # Commands to make compiler produce verbose output that lists
@@ -7239,9 +6718,9 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    # Sun C++ 4.2, 5.x and Centerline C++
             _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
 	    _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-              $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+	      $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
 	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 	    _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
@@ -7249,7 +6728,7 @@ if test yes != "$_lt_caught_CXX_error"; then
 	      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 	      *)
 		# The compiler driver will combine and reorder linker options,
-		# but understands '-z linker_flag'.
+		# but understands `-z linker_flag'.
 	        # Supported since Solaris 2.6 (maybe 2.5.1?)
 		_LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 	        ;;
@@ -7266,30 +6745,30 @@ if test yes != "$_lt_caught_CXX_error"; then
 	    ;;
           gcx*)
 	    # Green Hills C++ Compiler
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
 	    # The C++ compiler must be used to create the archive.
 	    _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 	    ;;
           *)
 	    # GNU C++ compiler with Solaris linker
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
+	    if test "$GXX" = yes && test "$with_gnu_ld" = no; then
+	      _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
 	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+		  $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
 	        # Commands to make compiler produce verbose output that lists
 	        # what "hidden" libraries, object files and flags are used when
 	        # linking a shared library.
 	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
 	      else
-	        # g++ 2.7 appears to require '-G' NOT '-shared' on this
+	        # g++ 2.7 appears to require `-G' NOT `-shared' on this
 	        # platform.
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
+	        _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
+		  $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
 	        # Commands to make compiler produce verbose output that lists
 	        # what "hidden" libraries, object files and flags are used when
@@ -7297,11 +6776,11 @@ if test yes != "$_lt_caught_CXX_error"; then
 	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
 	      fi
 
-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
+	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 	      case $host_os in
 		solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 		*)
-		  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
+		  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 		  ;;
 	      esac
 	    fi
@@ -7310,52 +6789,52 @@ if test yes != "$_lt_caught_CXX_error"; then
         ;;
 
     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
-      _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
       _LT_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
       runpath_var='LD_RUN_PATH'
 
       case $cc_basename in
         CC*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
       esac
       ;;
 
       sysv5* | sco3.2v5* | sco5v6*)
-	# Note: We CANNOT use -z defs as we might desire, because we do not
+	# Note: We can NOT use -z defs as we might desire, because we do not
 	# link with -lc, and that would cause any symbols used from libc to
 	# always be unresolved, which means just about no library would
 	# ever link correctly.  If we're not using GNU ld we use -z text
 	# though, which does catch some bad symbols but isn't as heavy-handed
 	# as -z defs.
-	_LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
-	_LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
+	_LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+	_LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 	_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
+	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
 	_LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 	_LT_TAGVAR(link_all_deplibs, $1)=yes
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
+	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 	runpath_var='LD_RUN_PATH'
 
 	case $cc_basename in
           CC*)
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
-              '"$_LT_TAGVAR(old_archive_cmds, $1)"
+	      '"$_LT_TAGVAR(old_archive_cmds, $1)"
 	    _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
-              '"$_LT_TAGVAR(reload_cmds, $1)"
+	      '"$_LT_TAGVAR(reload_cmds, $1)"
 	    ;;
 	  *)
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
+	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 	    ;;
 	esac
       ;;
@@ -7386,10 +6865,10 @@ if test yes != "$_lt_caught_CXX_error"; then
     esac
 
     AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
-    test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
+    test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
-    _LT_TAGVAR(GCC, $1)=$GXX
-    _LT_TAGVAR(LD, $1)=$LD
+    _LT_TAGVAR(GCC, $1)="$GXX"
+    _LT_TAGVAR(LD, $1)="$LD"
 
     ## CAVEAT EMPTOR:
     ## There is no encapsulation within the following macros, do not change
@@ -7416,7 +6895,7 @@ if test yes != "$_lt_caught_CXX_error"; then
   lt_cv_path_LD=$lt_save_path_LD
   lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
   lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
-fi # test yes != "$_lt_caught_CXX_error"
+fi # test "$_lt_caught_CXX_error" != yes
 
 AC_LANG_POP
 ])# _LT_LANG_CXX_CONFIG
@@ -7438,14 +6917,13 @@ AC_REQUIRE([_LT_DECL_SED])
 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
 func_stripname_cnf ()
 {
-  case @S|@2 in
-  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
-  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
+  case ${2} in
+  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
+  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
   esac
 } # func_stripname_cnf
 ])# _LT_FUNC_STRIPNAME_CNF
 
-
 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
 # ---------------------------------
 # Figure out "hidden" library dependencies from verbose
@@ -7529,13 +7007,13 @@ if AC_TRY_EVAL(ac_compile); then
   pre_test_object_deps_done=no
 
   for p in `eval "$output_verbose_link_cmd"`; do
-    case $prev$p in
+    case ${prev}${p} in
 
     -L* | -R* | -l*)
        # Some compilers place space between "-{L,R}" and the path.
        # Remove the space.
-       if test x-L = "$p" ||
-          test x-R = "$p"; then
+       if test $p = "-L" ||
+          test $p = "-R"; then
 	 prev=$p
 	 continue
        fi
@@ -7551,16 +7029,16 @@ if AC_TRY_EVAL(ac_compile); then
        case $p in
        =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
        esac
-       if test no = "$pre_test_object_deps_done"; then
-	 case $prev in
+       if test "$pre_test_object_deps_done" = no; then
+	 case ${prev} in
 	 -L | -R)
 	   # Internal compiler library paths should come after those
 	   # provided the user.  The postdeps already come after the
 	   # user supplied libs so there is no need to process them.
 	   if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
-	     _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p
+	     _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
 	   else
-	     _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p"
+	     _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
 	   fi
 	   ;;
 	 # The "-l" case would never come before the object being
@@ -7568,9 +7046,9 @@ if AC_TRY_EVAL(ac_compile); then
 	 esac
        else
 	 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
-	   _LT_TAGVAR(postdeps, $1)=$prev$p
+	   _LT_TAGVAR(postdeps, $1)="${prev}${p}"
 	 else
-	   _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p"
+	   _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
 	 fi
        fi
        prev=
@@ -7585,15 +7063,15 @@ if AC_TRY_EVAL(ac_compile); then
 	 continue
        fi
 
-       if test no = "$pre_test_object_deps_done"; then
+       if test "$pre_test_object_deps_done" = no; then
 	 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
-	   _LT_TAGVAR(predep_objects, $1)=$p
+	   _LT_TAGVAR(predep_objects, $1)="$p"
 	 else
 	   _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
 	 fi
        else
 	 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
-	   _LT_TAGVAR(postdep_objects, $1)=$p
+	   _LT_TAGVAR(postdep_objects, $1)="$p"
 	 else
 	   _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
 	 fi
@@ -7624,6 +7102,51 @@ interix[[3-9]]*)
   _LT_TAGVAR(postdep_objects,$1)=
   _LT_TAGVAR(postdeps,$1)=
   ;;
+
+linux*)
+  case `$CC -V 2>&1 | sed 5q` in
+  *Sun\ C*)
+    # Sun C++ 5.9
+
+    # The more standards-conforming stlport4 library is
+    # incompatible with the Cstd library. Avoid specifying
+    # it if it's in CXXFLAGS. Ignore libCrun as
+    # -library=stlport4 depends on it.
+    case " $CXX $CXXFLAGS " in
+    *" -library=stlport4 "*)
+      solaris_use_stlport4=yes
+      ;;
+    esac
+
+    if test "$solaris_use_stlport4" != yes; then
+      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
+    fi
+    ;;
+  esac
+  ;;
+
+solaris*)
+  case $cc_basename in
+  CC* | sunCC*)
+    # The more standards-conforming stlport4 library is
+    # incompatible with the Cstd library. Avoid specifying
+    # it if it's in CXXFLAGS. Ignore libCrun as
+    # -library=stlport4 depends on it.
+    case " $CXX $CXXFLAGS " in
+    *" -library=stlport4 "*)
+      solaris_use_stlport4=yes
+      ;;
+    esac
+
+    # Adding this requires a known-good setup of shared libraries for
+    # Sun compiler versions before 5.6, else PIC objects from an old
+    # archive will be linked into the output, leading to subtle bugs.
+    if test "$solaris_use_stlport4" != yes; then
+      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
+    fi
+    ;;
+  esac
+  ;;
 esac
 ])
 
@@ -7632,7 +7155,7 @@ case " $_LT_TAGVAR(postdeps, $1) " in
 esac
  _LT_TAGVAR(compiler_lib_search_dirs, $1)=
 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
- _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
 fi
 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
     [The directories searched by this compiler when creating a shared library])
@@ -7652,10 +7175,10 @@ _LT_TAGDECL([], [compiler_lib_search_path], [1],
 # --------------------------
 # Ensure that the configuration variables for a Fortran 77 compiler are
 # suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
+# to write the compiler configuration to `libtool'.
 m4_defun([_LT_LANG_F77_CONFIG],
 [AC_LANG_PUSH(Fortran 77)
-if test -z "$F77" || test no = "$F77"; then
+if test -z "$F77" || test "X$F77" = "Xno"; then
   _lt_disable_F77=yes
 fi
 
@@ -7692,7 +7215,7 @@ _LT_TAGVAR(objext, $1)=$objext
 # the F77 compiler isn't working.  Some variables (like enable_shared)
 # are currently assumed to apply to all compilers on this platform,
 # and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_disable_F77"; then
+if test "$_lt_disable_F77" != yes; then
   # Code to be used in simple compile tests
   lt_simple_compile_test_code="\
       subroutine t
@@ -7714,7 +7237,7 @@ if test yes != "$_lt_disable_F77"; then
   _LT_LINKER_BOILERPLATE
 
   # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
+  lt_save_CC="$CC"
   lt_save_GCC=$GCC
   lt_save_CFLAGS=$CFLAGS
   CC=${F77-"f77"}
@@ -7728,25 +7251,21 @@ if test yes != "$_lt_disable_F77"; then
     AC_MSG_RESULT([$can_build_shared])
 
     AC_MSG_CHECKING([whether to build shared libraries])
-    test no = "$can_build_shared" && enable_shared=no
+    test "$can_build_shared" = "no" && enable_shared=no
 
     # On AIX, shared libraries and static libraries use the same namespace, and
     # are all built from PIC.
     case $host_os in
       aix3*)
-        test yes = "$enable_shared" && enable_static=no
+        test "$enable_shared" = yes && enable_static=no
         if test -n "$RANLIB"; then
           archive_cmds="$archive_cmds~\$RANLIB \$lib"
           postinstall_cmds='$RANLIB $lib'
         fi
         ;;
       aix[[4-9]]*)
-	if test ia64 != "$host_cpu"; then
-	  case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-	  yes,aix,yes) ;;		# shared object as lib.so file only
-	  yes,svr4,*) ;;		# shared object as lib.so archive member only
-	  yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-	  esac
+	if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+	  test "$enable_shared" = yes && enable_static=no
 	fi
         ;;
     esac
@@ -7754,11 +7273,11 @@ if test yes != "$_lt_disable_F77"; then
 
     AC_MSG_CHECKING([whether to build static libraries])
     # Make sure either enable_shared or enable_static is yes.
-    test yes = "$enable_shared" || enable_static=yes
+    test "$enable_shared" = yes || enable_static=yes
     AC_MSG_RESULT([$enable_static])
 
-    _LT_TAGVAR(GCC, $1)=$G77
-    _LT_TAGVAR(LD, $1)=$LD
+    _LT_TAGVAR(GCC, $1)="$G77"
+    _LT_TAGVAR(LD, $1)="$LD"
 
     ## CAVEAT EMPTOR:
     ## There is no encapsulation within the following macros, do not change
@@ -7775,9 +7294,9 @@ if test yes != "$_lt_disable_F77"; then
   fi # test -n "$compiler"
 
   GCC=$lt_save_GCC
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-fi # test yes != "$_lt_disable_F77"
+  CC="$lt_save_CC"
+  CFLAGS="$lt_save_CFLAGS"
+fi # test "$_lt_disable_F77" != yes
 
 AC_LANG_POP
 ])# _LT_LANG_F77_CONFIG
@@ -7787,11 +7306,11 @@ AC_LANG_POP
 # -------------------------
 # Ensure that the configuration variables for a Fortran compiler are
 # suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
+# to write the compiler configuration to `libtool'.
 m4_defun([_LT_LANG_FC_CONFIG],
 [AC_LANG_PUSH(Fortran)
 
-if test -z "$FC" || test no = "$FC"; then
+if test -z "$FC" || test "X$FC" = "Xno"; then
   _lt_disable_FC=yes
 fi
 
@@ -7828,7 +7347,7 @@ _LT_TAGVAR(objext, $1)=$objext
 # the FC compiler isn't working.  Some variables (like enable_shared)
 # are currently assumed to apply to all compilers on this platform,
 # and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_disable_FC"; then
+if test "$_lt_disable_FC" != yes; then
   # Code to be used in simple compile tests
   lt_simple_compile_test_code="\
       subroutine t
@@ -7850,7 +7369,7 @@ if test yes != "$_lt_disable_FC"; then
   _LT_LINKER_BOILERPLATE
 
   # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
+  lt_save_CC="$CC"
   lt_save_GCC=$GCC
   lt_save_CFLAGS=$CFLAGS
   CC=${FC-"f95"}
@@ -7866,25 +7385,21 @@ if test yes != "$_lt_disable_FC"; then
     AC_MSG_RESULT([$can_build_shared])
 
     AC_MSG_CHECKING([whether to build shared libraries])
-    test no = "$can_build_shared" && enable_shared=no
+    test "$can_build_shared" = "no" && enable_shared=no
 
     # On AIX, shared libraries and static libraries use the same namespace, and
     # are all built from PIC.
     case $host_os in
       aix3*)
-        test yes = "$enable_shared" && enable_static=no
+        test "$enable_shared" = yes && enable_static=no
         if test -n "$RANLIB"; then
           archive_cmds="$archive_cmds~\$RANLIB \$lib"
           postinstall_cmds='$RANLIB $lib'
         fi
         ;;
       aix[[4-9]]*)
-	if test ia64 != "$host_cpu"; then
-	  case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-	  yes,aix,yes) ;;		# shared object as lib.so file only
-	  yes,svr4,*) ;;		# shared object as lib.so archive member only
-	  yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-	  esac
+	if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+	  test "$enable_shared" = yes && enable_static=no
 	fi
         ;;
     esac
@@ -7892,11 +7407,11 @@ if test yes != "$_lt_disable_FC"; then
 
     AC_MSG_CHECKING([whether to build static libraries])
     # Make sure either enable_shared or enable_static is yes.
-    test yes = "$enable_shared" || enable_static=yes
+    test "$enable_shared" = yes || enable_static=yes
     AC_MSG_RESULT([$enable_static])
 
-    _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu
-    _LT_TAGVAR(LD, $1)=$LD
+    _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
+    _LT_TAGVAR(LD, $1)="$LD"
 
     ## CAVEAT EMPTOR:
     ## There is no encapsulation within the following macros, do not change
@@ -7916,7 +7431,7 @@ if test yes != "$_lt_disable_FC"; then
   GCC=$lt_save_GCC
   CC=$lt_save_CC
   CFLAGS=$lt_save_CFLAGS
-fi # test yes != "$_lt_disable_FC"
+fi # test "$_lt_disable_FC" != yes
 
 AC_LANG_POP
 ])# _LT_LANG_FC_CONFIG
@@ -7926,7 +7441,7 @@ AC_LANG_POP
 # --------------------------
 # Ensure that the configuration variables for the GNU Java Compiler compiler
 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
+# to write the compiler configuration to `libtool'.
 m4_defun([_LT_LANG_GCJ_CONFIG],
 [AC_REQUIRE([LT_PROG_GCJ])dnl
 AC_LANG_SAVE
@@ -7960,7 +7475,7 @@ CC=${GCJ-"gcj"}
 CFLAGS=$GCJFLAGS
 compiler=$CC
 _LT_TAGVAR(compiler, $1)=$CC
-_LT_TAGVAR(LD, $1)=$LD
+_LT_TAGVAR(LD, $1)="$LD"
 _LT_CC_BASENAME([$compiler])
 
 # GCJ did not exist at the time GCC didn't implicitly link libc in.
@@ -7997,7 +7512,7 @@ CFLAGS=$lt_save_CFLAGS
 # --------------------------
 # Ensure that the configuration variables for the GNU Go compiler
 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
+# to write the compiler configuration to `libtool'.
 m4_defun([_LT_LANG_GO_CONFIG],
 [AC_REQUIRE([LT_PROG_GO])dnl
 AC_LANG_SAVE
@@ -8031,7 +7546,7 @@ CC=${GOC-"gccgo"}
 CFLAGS=$GOFLAGS
 compiler=$CC
 _LT_TAGVAR(compiler, $1)=$CC
-_LT_TAGVAR(LD, $1)=$LD
+_LT_TAGVAR(LD, $1)="$LD"
 _LT_CC_BASENAME([$compiler])
 
 # Go did not exist at the time GCC didn't implicitly link libc in.
@@ -8068,7 +7583,7 @@ CFLAGS=$lt_save_CFLAGS
 # -------------------------
 # Ensure that the configuration variables for the Windows resource compiler
 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
+# to write the compiler configuration to `libtool'.
 m4_defun([_LT_LANG_RC_CONFIG],
 [AC_REQUIRE([LT_PROG_RC])dnl
 AC_LANG_SAVE
@@ -8084,7 +7599,7 @@ _LT_TAGVAR(objext, $1)=$objext
 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
 
 # Code to be used in simple link tests
-lt_simple_link_test_code=$lt_simple_compile_test_code
+lt_simple_link_test_code="$lt_simple_compile_test_code"
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _LT_TAG_COMPILER
@@ -8094,7 +7609,7 @@ _LT_COMPILER_BOILERPLATE
 _LT_LINKER_BOILERPLATE
 
 # Allow CC to be a program name with arguments.
-lt_save_CC=$CC
+lt_save_CC="$CC"
 lt_save_CFLAGS=$CFLAGS
 lt_save_GCC=$GCC
 GCC=
@@ -8123,7 +7638,7 @@ AC_DEFUN([LT_PROG_GCJ],
 [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
   [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
     [AC_CHECK_TOOL(GCJ, gcj,)
-      test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
+      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
       AC_SUBST(GCJFLAGS)])])[]dnl
 ])
 
@@ -8234,7 +7749,7 @@ lt_ac_count=0
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
 # along with /bin/sed that truncates output.
 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
-  test ! -f "$lt_ac_sed" && continue
+  test ! -f $lt_ac_sed && continue
   cat /dev/null > conftest.in
   lt_ac_count=0
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
@@ -8251,9 +7766,9 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
     cmp -s conftest.out conftest.nl || break
     # 10000 chars as input seems more than enough
-    test 10 -lt "$lt_ac_count" && break
+    test $lt_ac_count -gt 10 && break
     lt_ac_count=`expr $lt_ac_count + 1`
-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
+    if test $lt_ac_count -gt $lt_ac_max; then
       lt_ac_max=$lt_ac_count
       lt_cv_path_SED=$lt_ac_sed
     fi
@@ -8277,7 +7792,27 @@ dnl AC_DEFUN([LT_AC_PROG_SED], [])
 # Find out whether the shell is Bourne or XSI compatible,
 # or has some other useful features.
 m4_defun([_LT_CHECK_SHELL_FEATURES],
-[if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+[AC_MSG_CHECKING([whether the shell understands some XSI constructs])
+# Try some XSI features
+xsi_shell=no
+( _lt_dummy="a/b/c"
+  test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
+      = c,a/b,b/c, \
+    && eval 'test $(( 1 + 1 )) -eq 2 \
+    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
+  && xsi_shell=yes
+AC_MSG_RESULT([$xsi_shell])
+_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
+
+AC_MSG_CHECKING([whether the shell understands "+="])
+lt_shell_append=no
+( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
+    >/dev/null 2>&1 \
+  && lt_shell_append=yes
+AC_MSG_RESULT([$lt_shell_append])
+_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
+
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   lt_unset=unset
 else
   lt_unset=false
@@ -8301,9 +7836,102 @@ _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
 ])# _LT_CHECK_SHELL_FEATURES
 
 
+# _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY)
+# ------------------------------------------------------
+# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
+# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
+m4_defun([_LT_PROG_FUNCTION_REPLACE],
+[dnl {
+sed -e '/^$1 ()$/,/^} # $1 /c\
+$1 ()\
+{\
+m4_bpatsubsts([$2], [$], [\\], [^\([	 ]\)], [\\\1])
+} # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \
+  && mv -f "$cfgfile.tmp" "$cfgfile" \
+    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+test 0 -eq $? || _lt_function_replace_fail=:
+])
+
+
+# _LT_PROG_REPLACE_SHELLFNS
+# -------------------------
+# Replace existing portable implementations of several shell functions with
+# equivalent extended shell implementations where those features are available..
+m4_defun([_LT_PROG_REPLACE_SHELLFNS],
+[if test x"$xsi_shell" = xyes; then
+  _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl
+    case ${1} in
+      */*) func_dirname_result="${1%/*}${2}" ;;
+      *  ) func_dirname_result="${3}" ;;
+    esac])
+
+  _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl
+    func_basename_result="${1##*/}"])
+
+  _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl
+    case ${1} in
+      */*) func_dirname_result="${1%/*}${2}" ;;
+      *  ) func_dirname_result="${3}" ;;
+    esac
+    func_basename_result="${1##*/}"])
+
+  _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl
+    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
+    # positional parameters, so assign one to ordinary parameter first.
+    func_stripname_result=${3}
+    func_stripname_result=${func_stripname_result#"${1}"}
+    func_stripname_result=${func_stripname_result%"${2}"}])
+
+  _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl
+    func_split_long_opt_name=${1%%=*}
+    func_split_long_opt_arg=${1#*=}])
+
+  _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl
+    func_split_short_opt_arg=${1#??}
+    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}])
+
+  _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl
+    case ${1} in
+      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
+      *)    func_lo2o_result=${1} ;;
+    esac])
+
+  _LT_PROG_FUNCTION_REPLACE([func_xform], [    func_xform_result=${1%.*}.lo])
+
+  _LT_PROG_FUNCTION_REPLACE([func_arith], [    func_arith_result=$(( $[*] ))])
+
+  _LT_PROG_FUNCTION_REPLACE([func_len], [    func_len_result=${#1}])
+fi
+
+if test x"$lt_shell_append" = xyes; then
+  _LT_PROG_FUNCTION_REPLACE([func_append], [    eval "${1}+=\\${2}"])
+
+  _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl
+    func_quote_for_eval "${2}"
+dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \
+    eval "${1}+=\\\\ \\$func_quote_for_eval_result"])
+
+  # Save a `func_append' function call where possible by direct use of '+='
+  sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
+    && mv -f "$cfgfile.tmp" "$cfgfile" \
+      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+  test 0 -eq $? || _lt_function_replace_fail=:
+else
+  # Save a `func_append' function call even when '+=' is not available
+  sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
+    && mv -f "$cfgfile.tmp" "$cfgfile" \
+      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
+  test 0 -eq $? || _lt_function_replace_fail=:
+fi
+
+if test x"$_lt_function_replace_fail" = x":"; then
+  AC_MSG_WARN([Unable to substitute extended shell functions in $ofile])
+fi
+])
+
 # _LT_PATH_CONVERSION_FUNCTIONS
 # -----------------------------
-# Determine what file name conversion functions should be used by
+# Determine which file name conversion functions should be used by
 # func_to_host_file (and, implicitly, by func_to_host_path).  These are needed
 # for certain cross-compile configurations and native mingw.
 m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
diff --git a/macros/ltoptions.m4 b/macros/ltoptions.m4
index 94b0829..5d9acd8 100644
--- a/macros/ltoptions.m4
+++ b/macros/ltoptions.m4
@@ -1,14 +1,14 @@
 # Helper functions for option handling.                    -*- Autoconf -*-
 #
-#   Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
-#   Foundation, Inc.
+#   Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
+#   Inc.
 #   Written by Gary V. Vaughan, 2004
 #
 # This file is free software; the Free Software Foundation gives
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 8 ltoptions.m4
+# serial 7 ltoptions.m4
 
 # This is to help aclocal find these macros, as it can't see m4_define.
 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
@@ -29,7 +29,7 @@ m4_define([_LT_SET_OPTION],
 [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
 m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
         _LT_MANGLE_DEFUN([$1], [$2]),
-    [m4_warning([Unknown $1 option '$2'])])[]dnl
+    [m4_warning([Unknown $1 option `$2'])])[]dnl
 ])
 
 
@@ -75,15 +75,13 @@ m4_if([$1],[LT_INIT],[
   dnl
   dnl If no reference was made to various pairs of opposing options, then
   dnl we run the default mode handler for the pair.  For example, if neither
-  dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
+  dnl `shared' nor `disable-shared' was passed, we enable building of shared
   dnl archives by default:
   _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
   _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
   _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
   _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
-		   [_LT_ENABLE_FAST_INSTALL])
-  _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
-		   [_LT_WITH_AIX_SONAME([aix])])
+  		   [_LT_ENABLE_FAST_INSTALL])
   ])
 ])# _LT_SET_OPTIONS
 
@@ -114,7 +112,7 @@ AU_DEFUN([AC_LIBTOOL_DLOPEN],
 [_LT_SET_OPTION([LT_INIT], [dlopen])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'dlopen' option into LT_INIT's first parameter.])
+put the `dlopen' option into LT_INIT's first parameter.])
 ])
 
 dnl aclocal-1.4 backwards compatibility:
@@ -150,7 +148,7 @@ AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
 _LT_SET_OPTION([LT_INIT], [win32-dll])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.])
+put the `win32-dll' option into LT_INIT's first parameter.])
 ])
 
 dnl aclocal-1.4 backwards compatibility:
@@ -159,9 +157,9 @@ dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
 
 # _LT_ENABLE_SHARED([DEFAULT])
 # ----------------------------
-# implement the --enable-shared flag, and supports the 'shared' and
-# 'disable-shared' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'.  If omitted, it defaults to 'yes'.
+# implement the --enable-shared flag, and supports the `shared' and
+# `disable-shared' LT_INIT options.
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 m4_define([_LT_ENABLE_SHARED],
 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
 AC_ARG_ENABLE([shared],
@@ -174,14 +172,14 @@ AC_ARG_ENABLE([shared],
     *)
       enable_shared=no
       # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for pkg in $enableval; do
-	IFS=$lt_save_ifs
+	IFS="$lt_save_ifs"
 	if test "X$pkg" = "X$p"; then
 	  enable_shared=yes
 	fi
       done
-      IFS=$lt_save_ifs
+      IFS="$lt_save_ifs"
       ;;
     esac],
     [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
@@ -213,9 +211,9 @@ dnl AC_DEFUN([AM_DISABLE_SHARED], [])
 
 # _LT_ENABLE_STATIC([DEFAULT])
 # ----------------------------
-# implement the --enable-static flag, and support the 'static' and
-# 'disable-static' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'.  If omitted, it defaults to 'yes'.
+# implement the --enable-static flag, and support the `static' and
+# `disable-static' LT_INIT options.
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 m4_define([_LT_ENABLE_STATIC],
 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
 AC_ARG_ENABLE([static],
@@ -228,14 +226,14 @@ AC_ARG_ENABLE([static],
     *)
      enable_static=no
       # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for pkg in $enableval; do
-	IFS=$lt_save_ifs
+	IFS="$lt_save_ifs"
 	if test "X$pkg" = "X$p"; then
 	  enable_static=yes
 	fi
       done
-      IFS=$lt_save_ifs
+      IFS="$lt_save_ifs"
       ;;
     esac],
     [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
@@ -267,9 +265,9 @@ dnl AC_DEFUN([AM_DISABLE_STATIC], [])
 
 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
 # ----------------------------------
-# implement the --enable-fast-install flag, and support the 'fast-install'
-# and 'disable-fast-install' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'.  If omitted, it defaults to 'yes'.
+# implement the --enable-fast-install flag, and support the `fast-install'
+# and `disable-fast-install' LT_INIT options.
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 m4_define([_LT_ENABLE_FAST_INSTALL],
 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
 AC_ARG_ENABLE([fast-install],
@@ -282,14 +280,14 @@ AC_ARG_ENABLE([fast-install],
     *)
       enable_fast_install=no
       # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for pkg in $enableval; do
-	IFS=$lt_save_ifs
+	IFS="$lt_save_ifs"
 	if test "X$pkg" = "X$p"; then
 	  enable_fast_install=yes
 	fi
       done
-      IFS=$lt_save_ifs
+      IFS="$lt_save_ifs"
       ;;
     esac],
     [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
@@ -306,14 +304,14 @@ AU_DEFUN([AC_ENABLE_FAST_INSTALL],
 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'fast-install' option into LT_INIT's first parameter.])
+the `fast-install' option into LT_INIT's first parameter.])
 ])
 
 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'disable-fast-install' option into LT_INIT's first parameter.])
+the `disable-fast-install' option into LT_INIT's first parameter.])
 ])
 
 dnl aclocal-1.4 backwards compatibility:
@@ -321,64 +319,11 @@ dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
 dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
 
 
-# _LT_WITH_AIX_SONAME([DEFAULT])
-# ----------------------------------
-# implement the --with-aix-soname flag, and support the `aix-soname=aix'
-# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
-# is either `aix', `both' or `svr4'.  If omitted, it defaults to `aix'.
-m4_define([_LT_WITH_AIX_SONAME],
-[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
-shared_archive_member_spec=
-case $host,$enable_shared in
-power*-*-aix[[5-9]]*,yes)
-  AC_MSG_CHECKING([which variant of shared library versioning to provide])
-  AC_ARG_WITH([aix-soname],
-    [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
-      [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
-    [case $withval in
-    aix|svr4|both)
-      ;;
-    *)
-      AC_MSG_ERROR([Unknown argument to --with-aix-soname])
-      ;;
-    esac
-    lt_cv_with_aix_soname=$with_aix_soname],
-    [AC_CACHE_VAL([lt_cv_with_aix_soname],
-      [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
-    with_aix_soname=$lt_cv_with_aix_soname])
-  AC_MSG_RESULT([$with_aix_soname])
-  if test aix != "$with_aix_soname"; then
-    # For the AIX way of multilib, we name the shared archive member
-    # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
-    # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
-    # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
-    # the AIX toolchain works better with OBJECT_MODE set (default 32).
-    if test 64 = "${OBJECT_MODE-32}"; then
-      shared_archive_member_spec=shr_64
-    else
-      shared_archive_member_spec=shr
-    fi
-  fi
-  ;;
-*)
-  with_aix_soname=aix
-  ;;
-esac
-
-_LT_DECL([], [shared_archive_member_spec], [0],
-    [Shared archive member basename, for filename based shared library versioning on AIX])dnl
-])# _LT_WITH_AIX_SONAME
-
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
-
-
 # _LT_WITH_PIC([MODE])
 # --------------------
-# implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
+# implement the --with-pic flag, and support the `pic-only' and `no-pic'
 # LT_INIT options.
-# MODE is either 'yes' or 'no'.  If omitted, it defaults to 'both'.
+# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
 m4_define([_LT_WITH_PIC],
 [AC_ARG_WITH([pic],
     [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
@@ -389,17 +334,19 @@ m4_define([_LT_WITH_PIC],
     *)
       pic_mode=default
       # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
       for lt_pkg in $withval; do
-	IFS=$lt_save_ifs
+	IFS="$lt_save_ifs"
 	if test "X$lt_pkg" = "X$lt_p"; then
 	  pic_mode=yes
 	fi
       done
-      IFS=$lt_save_ifs
+      IFS="$lt_save_ifs"
       ;;
     esac],
-    [pic_mode=m4_default([$1], [default])])
+    [pic_mode=default])
+
+test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
 
 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
 ])# _LT_WITH_PIC
@@ -412,7 +359,7 @@ AU_DEFUN([AC_LIBTOOL_PICMODE],
 [_LT_SET_OPTION([LT_INIT], [pic-only])
 AC_DIAGNOSE([obsolete],
 [$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'pic-only' option into LT_INIT's first parameter.])
+put the `pic-only' option into LT_INIT's first parameter.])
 ])
 
 dnl aclocal-1.4 backwards compatibility:
diff --git a/macros/ltsugar.m4 b/macros/ltsugar.m4
index 48bc934..9000a05 100644
--- a/macros/ltsugar.m4
+++ b/macros/ltsugar.m4
@@ -1,7 +1,6 @@
 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 #
-# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
-# Foundation, Inc.
+# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 # Written by Gary V. Vaughan, 2004
 #
 # This file is free software; the Free Software Foundation gives
@@ -34,7 +33,7 @@ m4_define([_lt_join],
 # ------------
 # Manipulate m4 lists.
 # These macros are necessary as long as will still need to support
-# Autoconf-2.59, which quotes differently.
+# Autoconf-2.59 which quotes differently.
 m4_define([lt_car], [[$1]])
 m4_define([lt_cdr],
 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
@@ -45,7 +44,7 @@ m4_define([lt_unquote], $1)
 
 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
 # ------------------------------------------
-# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
+# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
 # Note that neither SEPARATOR nor STRING are expanded; they are appended
 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
diff --git a/macros/ltversion.m4 b/macros/ltversion.m4
index fa04b52..07a8602 100644
--- a/macros/ltversion.m4
+++ b/macros/ltversion.m4
@@ -1,6 +1,6 @@
 # ltversion.m4 -- version numbers			-*- Autoconf -*-
 #
-#   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2004 Free Software Foundation, Inc.
 #   Written by Scott James Remnant, 2004
 #
 # This file is free software; the Free Software Foundation gives
@@ -9,15 +9,15 @@
 
 # @configure_input@
 
-# serial 4179 ltversion.m4
+# serial 3337 ltversion.m4
 # This file is part of GNU Libtool
 
-m4_define([LT_PACKAGE_VERSION], [2.4.6])
-m4_define([LT_PACKAGE_REVISION], [2.4.6])
+m4_define([LT_PACKAGE_VERSION], [2.4.2])
+m4_define([LT_PACKAGE_REVISION], [1.3337])
 
 AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4.6'
-macro_revision='2.4.6'
+[macro_version='2.4.2'
+macro_revision='1.3337'
 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 _LT_DECL(, macro_revision, 0)
 ])
diff --git a/macros/lt~obsolete.m4 b/macros/lt~obsolete.m4
index c6b26f8..c573da9 100644
--- a/macros/lt~obsolete.m4
+++ b/macros/lt~obsolete.m4
@@ -1,7 +1,6 @@
 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 #
-#   Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
-#   Foundation, Inc.
+#   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
 #   Written by Scott James Remnant, 2004.
 #
 # This file is free software; the Free Software Foundation gives
@@ -12,7 +11,7 @@
 
 # These exist entirely to fool aclocal when bootstrapping libtool.
 #
-# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
+# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
 # which have later been changed to m4_define as they aren't part of the
 # exported API, or moved to Autoconf or Automake where they belong.
 #
@@ -26,7 +25,7 @@
 # included after everything else.  This provides aclocal with the
 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
 # because those macros already exist, or will be overwritten later.
-# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
+# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. 
 #
 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
 # Yes, that means every name once taken will need to remain here until
diff --git a/postgis/geography_measurement.c b/postgis/geography_measurement.c
index 84acdd9..a735671 100644
--- a/postgis/geography_measurement.c
+++ b/postgis/geography_measurement.c
@@ -1083,6 +1083,17 @@ Datum geography_segmentize(PG_FUNCTION_ARGS)
 
 	/* Calculate the densified geometry */
 	lwgeom2 = lwgeom_segmentize_sphere(lwgeom1, max_seg_length);
+	
+	/*
+	** Set the geodetic flag so subsequent
+	** functions do the right thing.
+	*/
+	lwgeom_set_geodetic(lwgeom2, true);
+	
+	/* Recalculate the boxes after re-setting the geodetic bit */
+	lwgeom_drop_bbox(lwgeom2);
+	lwgeom_add_bbox(lwgeom2);
+	
 	g2 = geography_serialize(lwgeom2);
 	
 	/* Clean up */
diff --git a/postgis/gserialized_typmod.c b/postgis/gserialized_typmod.c
index 407b015..c8800fd 100644
--- a/postgis/gserialized_typmod.c
+++ b/postgis/gserialized_typmod.c
@@ -58,7 +58,7 @@ Datum postgis_typmod_out(PG_FUNCTION_ARGS)
 	POSTGIS_DEBUGF(3, "Got typmod(srid = %d, type = %d, hasz = %d, hasm = %d)", srid, type, hasz, hasm);
 
 	/* No SRID or type or dimensionality? Then no typmod at all. Return empty string. */
-	if ( ! ( srid || type || hasz || hasz ) )
+	if ( ! ( srid || type || hasz || hasm ) )
 	{
 		*str = '\0';
 		PG_RETURN_CSTRING(str);
diff --git a/postgis/lwgeom_box3d.c b/postgis/lwgeom_box3d.c
index 73fb7d0..d7feeef 100644
--- a/postgis/lwgeom_box3d.c
+++ b/postgis/lwgeom_box3d.c
@@ -63,7 +63,7 @@ Datum BOX3D_in(PG_FUNCTION_ARGS)
 	if (strstr(str,"BOX3D(") !=  str )
 	{
 		pfree(box);
-		elog(ERROR,"BOX3D parser - doesnt start with BOX3D(");
+		elog(ERROR,"BOX3D parser - doesn't start with BOX3D(");
 		PG_RETURN_NULL();
 	}
 
diff --git a/postgis/lwgeom_functions_analytic.c b/postgis/lwgeom_functions_analytic.c
index 2f6c055..ecabdd4 100644
--- a/postgis/lwgeom_functions_analytic.c
+++ b/postgis/lwgeom_functions_analytic.c
@@ -140,13 +140,13 @@ Datum LWGEOM_line_interpolate_point(PG_FUNCTION_ARGS)
 
 	if ( distance < 0 || distance > 1 )
 	{
-		elog(ERROR,"line_interpolate_point: 2nd arg isnt within [0,1]");
+		elog(ERROR,"line_interpolate_point: 2nd arg isn't within [0,1]");
 		PG_RETURN_NULL();
 	}
 
 	if ( gserialized_get_type(gser) != LINETYPE )
 	{
-		elog(ERROR,"line_interpolate_point: 1st arg isnt a line");
+		elog(ERROR,"line_interpolate_point: 1st arg isn't a line");
 		PG_RETURN_NULL();
 	}
 
@@ -480,13 +480,13 @@ Datum LWGEOM_line_substring(PG_FUNCTION_ARGS)
 
 	if ( from < 0 || from > 1 )
 	{
-		elog(ERROR,"line_interpolate_point: 2nd arg isnt within [0,1]");
+		elog(ERROR,"line_interpolate_point: 2nd arg isn't within [0,1]");
 		PG_RETURN_NULL();
 	}
 
 	if ( to < 0 || to > 1 )
 	{
-		elog(ERROR,"line_interpolate_point: 3rd arg isnt within [0,1]");
+		elog(ERROR,"line_interpolate_point: 3rd arg isn't within [0,1]");
 		PG_RETURN_NULL();
 	}
 
@@ -602,7 +602,7 @@ Datum LWGEOM_line_substring(PG_FUNCTION_ARGS)
 	}
 	else
 	{
-		elog(ERROR,"line_substring: 1st arg isnt a line");
+		elog(ERROR,"line_substring: 1st arg isn't a line");
 		PG_RETURN_NULL();
 	}
 
diff --git a/postgis/lwgeom_functions_basic.c b/postgis/lwgeom_functions_basic.c
index c234593..fa016e4 100644
--- a/postgis/lwgeom_functions_basic.c
+++ b/postgis/lwgeom_functions_basic.c
@@ -2408,13 +2408,13 @@ Datum optimistic_overlap(PG_FUNCTION_ARGS)
 
 	if (geom1->type != POLYGONTYPE)
 	{
-		elog(ERROR,"optimistic_overlap: first arg isnt a polygon\n");
+		elog(ERROR,"optimistic_overlap: first arg isn't a polygon\n");
 		PG_RETURN_NULL();
 	}
 
 	if (geom2->type != POLYGONTYPE &&  geom2->type != MULTIPOLYGONTYPE)
 	{
-		elog(ERROR,"optimistic_overlap: 2nd arg isnt a [multi-]polygon\n");
+		elog(ERROR,"optimistic_overlap: 2nd arg isn't a [multi-]polygon\n");
 		PG_RETURN_NULL();
 	}
 
diff --git a/postgis/lwgeom_functions_lrs.c b/postgis/lwgeom_functions_lrs.c
index 4e038f5..229e87a 100644
--- a/postgis/lwgeom_functions_lrs.c
+++ b/postgis/lwgeom_functions_lrs.c
@@ -215,12 +215,12 @@ Datum LWGEOM_line_locate_point(PG_FUNCTION_ARGS)
 
 	if ( gserialized_get_type(geom1) != LINETYPE )
 	{
-		elog(ERROR,"line_locate_point: 1st arg isnt a line");
+		elog(ERROR,"line_locate_point: 1st arg isn't a line");
 		PG_RETURN_NULL();
 	}
 	if ( gserialized_get_type(geom2) != POINTTYPE )
 	{
-		elog(ERROR,"line_locate_point: 2st arg isnt a point");
+		elog(ERROR,"line_locate_point: 2st arg isn't a point");
 		PG_RETURN_NULL();
 	}
 
diff --git a/postgis/lwgeom_spheroid.c b/postgis/lwgeom_spheroid.c
index 41e7ed6..2c9c21b 100644
--- a/postgis/lwgeom_spheroid.c
+++ b/postgis/lwgeom_spheroid.c
@@ -76,7 +76,7 @@ Datum ellipsoid_in(PG_FUNCTION_ARGS)
 
 	if (strstr(str,"SPHEROID") !=  str )
 	{
-		elog(ERROR,"SPHEROID parser - doesnt start with SPHEROID");
+		elog(ERROR,"SPHEROID parser - doesn't start with SPHEROID");
 		pfree(sphere);
 		PG_RETURN_NULL();
 	}
@@ -374,7 +374,7 @@ Datum LWGEOM_length_ellipsoid_linestring(PG_FUNCTION_ARGS)
 }
 
 /*
- *  For some lat/long points, the above method doesnt calculate the distance very well.
+ *  For some lat/long points, the above method doesn't calculate the distance very well.
  *  Typically this is for two lat/long points that are very very close together (<10cm).
  *  This gets worse closer to the equator.
  *
diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 3e9407d..45c6b6d 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -1634,13 +1634,13 @@ CREATE OR REPLACE FUNCTION ST_Polygonize (geometry[])
 -- Availability: 2.2
 CREATE OR REPLACE FUNCTION ST_ClusterIntersecting(geometry[])
     RETURNS geometry[]
-    AS '$libdir/postgis-2.2', 'clusterintersecting_garray'
+    AS 'MODULE_PATHNAME',  'clusterintersecting_garray'
     LANGUAGE 'c' IMMUTABLE STRICT;
 
 -- Availability: 2.2
 CREATE OR REPLACE FUNCTION ST_ClusterWithin(geometry[], float8)
     RETURNS geometry[]
-    AS '$libdir/postgis-2.2', 'cluster_within_distance_garray'
+    AS 'MODULE_PATHNAME',  'cluster_within_distance_garray'
     LANGUAGE 'c' IMMUTABLE STRICT;
 
 -- Availability: 1.2.2
@@ -1922,7 +1922,7 @@ BEGIN
 		 pg_attribute a,
 		 pg_type t,
 		 pg_namespace n
-	WHERE (c.relkind = 'r' OR c.relkind = 'v')
+	WHERE c.relkind IN('r','v')
 		AND t.typname = 'geometry'
 		AND a.attisdropped = false
 		AND a.atttypid = t.oid
@@ -1939,7 +1939,7 @@ BEGIN
 			 pg_attribute a,
 			 pg_type t,
 			 pg_namespace n
-		WHERE c.relkind = 'r'
+		WHERE c.relkind IN( 'r')
 		AND t.typname = 'geometry'
 		AND a.attisdropped = false
 		AND a.atttypid = t.oid
@@ -2010,7 +2010,7 @@ BEGIN
 			 pg_attribute a,
 			 pg_type t,
 			 pg_namespace n
-		WHERE c.relkind = 'r'
+		WHERE c.relkind IN('r')
 		AND t.typname = 'geometry'
 		AND a.attisdropped = false
 		AND a.atttypid = t.oid
diff --git a/postgis/sqldefines.h b/postgis/sqldefines.h
index cfa25f9..35590eb 100644
--- a/postgis/sqldefines.h
+++ b/postgis/sqldefines.h
@@ -9,8 +9,8 @@
 #define POSTGIS_PGSQL_VERSION 93
 #define POSTGIS_GEOS_VERSION 35
 #define POSTGIS_PROJ_VERSION 49
-#define POSTGIS_LIB_VERSION '2.2.0'
-#define POSTGIS_LIBXML2_VERSION 2.9.2
+#define POSTGIS_LIB_VERSION '2.2.1'
+#define POSTGIS_LIBXML2_VERSION 2.9.3
 #define POSTGIS_SFCGAL_VERSION 12
 
 /*
@@ -19,12 +19,12 @@
  * won't substitute within apostrophes)
  */
 #define _POSTGIS_SQL_SELECT_POSTGIS_VERSION 'SELECT ''2.2 USE_GEOS=1 USE_PROJ=1 USE_STATS=1''::text AS version'
-#define _POSTGIS_SQL_SELECT_POSTGIS_BUILD_DATE 'SELECT ''2015-10-07 18:40:03''::text AS version'
+#define _POSTGIS_SQL_SELECT_POSTGIS_BUILD_DATE 'SELECT ''2016-01-06 03:53:19''::text AS version'
 
 #if POSTGIS_SVN_REVISION
-#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.2.0'::text || ' r' || POSTGIS_SVN_REVISION::text AS version $$
+#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.2.1'::text || ' r' || POSTGIS_SVN_REVISION::text AS version $$
 #else
-#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.2.0'::text AS version $$
+#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.2.1'::text AS version $$
 #endif
 
 #define SRID_USR_MAX 998999
diff --git a/postgis_svn_revision.h b/postgis_svn_revision.h
index 03d3487..66fc477 100644
--- a/postgis_svn_revision.h
+++ b/postgis_svn_revision.h
@@ -1 +1 @@
-#define POSTGIS_SVN_REVISION 14208
+#define POSTGIS_SVN_REVISION 14555
diff --git a/raster/Makefile b/raster/Makefile
new file mode 100644
index 0000000..6e11804
--- /dev/null
+++ b/raster/Makefile
@@ -0,0 +1,65 @@
+#############################################################################
+#
+# Master Makefile used to build WKT Raster
+#
+# Copyright (c) 2009 Sandro Santilli <strk at keybit.net>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#############################################################################
+
+all:     
+
+corelib:
+	$(MAKE) -C rt_core
+
+pglib:
+	$(MAKE) -C rt_pg
+
+rtloader:
+	$(MAKE) -C loader
+
+rtpostgis.sql:
+	$(MAKE) -C rt_pg rtpostgis.sql
+
+install: all
+	$(MAKE) -C rt_pg install
+	$(MAKE) -C loader install
+	$(MAKE) -C scripts install
+
+uninstall:
+	$(MAKE) -C rt_pg uninstall
+	$(MAKE) -C loader uninstall
+	$(MAKE) -C scripts uninstall
+
+clean:
+	$(MAKE) -C rt_core $@
+	$(MAKE) -C rt_pg $@
+	$(MAKE) -C loader $@
+	$(MAKE) -C test $@
+	$(MAKE) -C scripts $@
+
+distclean: clean
+	$(MAKE) -C rt_core $@
+	$(MAKE) -C rt_pg $@
+	$(MAKE) -C loader $@
+	$(MAKE) -C test $@
+	$(MAKE) -C scripts $@
+	rm -f raster_config.h Makefile
+
+core-check:
+	$(MAKE) -C test $@
+
+check:
+	$(MAKE) -C test $@
diff --git a/raster/rt_pg/rtpostgis.sql.in b/raster/rt_pg/rtpostgis.sql.in
index cff84c4..94c7adf 100644
--- a/raster/rt_pg/rtpostgis.sql.in
+++ b/raster/rt_pg/rtpostgis.sql.in
@@ -6947,7 +6947,7 @@ CREATE OR REPLACE FUNCTION _drop_raster_constraint_srid(rastschema name, rasttab
 
 CREATE OR REPLACE FUNCTION _raster_constraint_info_scale(rastschema name, rasttable name, rastcolumn name, axis char)
 	RETURNS double precision AS $$
-	SELECT
+	WITH c AS (SELECT
 		regexp_replace(
 			replace(
 				split_part(
@@ -6957,7 +6957,7 @@ CREATE OR REPLACE FUNCTION _raster_constraint_info_scale(rastschema name, rastta
 				'round(', ''
 			),
 			'[ ''''\(\)]', '', 'g'
-		)::double precision
+		)::text AS val
 	FROM pg_class c, pg_namespace n, pg_attribute a, pg_constraint s
 	WHERE n.nspname = $1
 		AND c.relname = $2
@@ -6966,7 +6966,12 @@ CREATE OR REPLACE FUNCTION _raster_constraint_info_scale(rastschema name, rastta
 		AND s.connamespace = n.oid
 		AND s.conrelid = c.oid
 		AND a.attnum = ANY (s.conkey)
-		AND s.consrc LIKE '%st_scale' || $4 || '(% = %';
+		AND s.consrc LIKE '%st_scale' || $4 || '(% = %') 
+-- if it is a comma separated list of two numbers then need to use round
+   SELECT CASE WHEN split_part(c.val,',', 2) > '' 
+        THEN round( split_part(c.val, ',',1)::numeric, split_part(c.val,',',2)::integer )::float8 
+        ELSE c.val::float8 END
+        FROM c;
 	$$ LANGUAGE sql STABLE STRICT
   COST 100;
 
diff --git a/regress/remove_repeated_points.sql b/regress/remove_repeated_points.sql
index 9602136..2dba701 100644
--- a/regress/remove_repeated_points.sql
+++ b/regress/remove_repeated_points.sql
@@ -21,4 +21,5 @@ SELECT 10, ST_AsText(ST_RemoveRepeatedPoints('LINESTRING(0 0, 0 0)'));
 SELECT 11, ST_AsText(ST_RemoveRepeatedPoints('LINESTRING(0 0, 0 0, 0 0, 0 0, 0 0)'));
 SELECT 12, ST_SRID(ST_RemoveRepeatedPoints('SRID=3;LINESTRING(0 0, 0 0, 0 0, 0 0, 0 0)'));
 SELECT 13, ST_AsText(ST_RemoveRepeatedPoints('LINESTRING(0 0, 1 0, 2 0, 3 0, 4 0)',1.5));
+SELECT 14, ST_AsText(ST_RemoveRepeatedPoints('LINESTRING(10 0,10 9,10 10)', 2));
 
diff --git a/regress/remove_repeated_points_expected b/regress/remove_repeated_points_expected
index 753cc52..38214fc 100644
--- a/regress/remove_repeated_points_expected
+++ b/regress/remove_repeated_points_expected
@@ -12,3 +12,4 @@
 11|LINESTRING(0 0,0 0)
 12|3
 13|LINESTRING(0 0,2 0,4 0)
+14|LINESTRING(10 0,10 10)
diff --git a/regress/run_test.pl b/regress/run_test.pl
index ae5cd42..152d03a 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -209,7 +209,7 @@ print "TMPDIR is $TMPDIR\n";
 # Prepare the database
 ##################################################################
 
-my @dblist = grep(/$DB/, split(/\n/, `psql -Xl`));
+my @dblist = grep(/\b$DB\b/, split(/\n/, `psql -Xl`));
 my $dbcount = @dblist;
 
 if ( $dbcount == 0 )
diff --git a/regress/tickets.sql b/regress/tickets.sql
index 7b9a916..3fa7b87 100644
--- a/regress/tickets.sql
+++ b/regress/tickets.sql
@@ -913,5 +913,11 @@ SELECT '#3172', ST_AsText(ST_AddMeasure('LINESTRING(0 0,0 0)', 1, 2));
 
 SELECT '#3300', ST_AsText(ST_SnapToGrid(Box2D('CURVEPOLYGON(CIRCULARSTRING(-71.0821 42.3036,-71.4821 42.3036,-71.7821 42.7036,-71.0821 42.7036,-71.0821 42.3036),(-71.1821 42.4036,-71.3821 42.6036,-71.3821 42.4036,-71.1821 42.4036))'::Geometry)::geometry,0.0001));
 
+SELECT '#3367', ST_AsText(ST_RemoveRepeatedPoints('POLYGON EMPTY'::geometry));
+
+SELECT '#3368', ST_AsTWKB('0106000000010000000103000000010000001F0000007CCD1788E93A68C1B264ED35E160594198825A8FEA3A68C198868434E16059413A4E5BD5EB3A68C11A92C936E1605941225C7746FA3A68C147BCA921E1605941E49C3DE8123B68C184E964FDE0605941FE87AA821A3B68C1F50EFBF1E0605941C2BA16591A3B68C11312C4C0E2605941E8ACC5C8193B68C1848C95B6E9605941AF164E57193B68C1E4175CB5F0605941ADE0D204193B68C1030DF2BAF7605941CA6056DC183B68C13C4554B9FC605941FCA886C3183B68C1062253B901615941E89667BA183B68C139D028BA06615941E62E7 [...]
+
+SELECT '#3375', ST_AsText(ST_RemoveRepeatedPoints('GEOMETRYCOLLECTION(POINT(0 -7))'::geometry, 1000));
+
 -- Clean up
 DELETE FROM spatial_ref_sys;
diff --git a/regress/tickets_expected b/regress/tickets_expected
index 1eddf50..0faacf0 100644
--- a/regress/tickets_expected
+++ b/regress/tickets_expected
@@ -277,3 +277,6 @@ ERROR:  invalid GML representation
 #2956|t
 #3172|LINESTRING M (0 0 1,0 0 2)
 #3300|POLYGON((-71.7821 42.2622,-71.7821 42.9067,-71.029 42.9067,-71.029 42.2622,-71.7821 42.2622))
+#3367|POLYGON EMPTY
+#3368|\x660001011fb98788d35ed6fbcdc831c580012b959f01469d8d0e9305ff8618ed08b1b607e302a614fe70bc4682b303b4379ab503a228eeb603e2138eb802900cc0b802ba04dab802b801a8840cb0229cca06f401c216f403a016ea05d0c301a8b301cc189226ac15ee27f811a029b40eac2ae00a902b8407c82b9e03d0e305801dfad3239504ce7e8d01e2f701f6019b04d1e2279bf901ff01
+#3375|GEOMETRYCOLLECTION(POINT(0 -7))
diff --git a/topology/Makefile.in b/topology/Makefile.in
index 4ae5a95..8b5f1d7 100644
--- a/topology/Makefile.in
+++ b/topology/Makefile.in
@@ -19,7 +19,7 @@
 POSTGIS_PGSQL_VERSION=@POSTGIS_PGSQL_VERSION@
 
 MODULE_big=postgis_topology- at POSTGIS_MAJOR_VERSION@. at POSTGIS_MINOR_VERSION@
-MODULEDIR=contrib/$(MODULE_big)
+MODULEDIR=contrib/postgis- at POSTGIS_MAJOR_VERSION@. at POSTGIS_MINOR_VERSION@
 
 # Files to be copied to the contrib/ directory
 DATA_built=topology.sql topology_upgrade.sql uninstall_topology.sql
diff --git a/topology/postgis_topology.c b/topology/postgis_topology.c
index e46ac1f..172c924 100644
--- a/topology/postgis_topology.c
+++ b/topology/postgis_topology.c
@@ -630,11 +630,6 @@ fillEdgeFields(LWT_ISO_EDGE* edge, HeapTuple row, TupleDesc rowdesc, int fields)
     POSTGIS_DEBUGF(2, "fillEdgeFields: colno%d (face_left)"
                       " has int32 val of %d", colno, val);
   }
-#if POSTGIS_DEBUG_LEVEL > 1
-  else {
-    edge->face_left = 6767; /* debugging */
-  }
-#endif
   if ( fields & LWT_COL_EDGE_FACE_RIGHT ) {
     dat = SPI_getbinval(row, rowdesc, ++colno, &isnull);
     if ( isnull ) {
@@ -646,11 +641,6 @@ fillEdgeFields(LWT_ISO_EDGE* edge, HeapTuple row, TupleDesc rowdesc, int fields)
     POSTGIS_DEBUGF(2, "fillEdgeFields: colno%d (face_right)"
                       " has int32 val of %d", colno, val);
   }
-#if POSTGIS_DEBUG_LEVEL > 1
-  else {
-    edge->face_right = 6767; /* debugging */
-  }
-#endif
   if ( fields & LWT_COL_EDGE_NEXT_LEFT ) {
     dat = SPI_getbinval(row, rowdesc, ++colno, &isnull);
     if ( isnull ) {
@@ -683,11 +673,6 @@ fillEdgeFields(LWT_ISO_EDGE* edge, HeapTuple row, TupleDesc rowdesc, int fields)
       edge->geom = NULL;
     }
   }
-#if POSTGIS_DEBUG_LEVEL > 1
-  else {
-    edge->geom = (void*)0x67676767; /* debugging */
-  }
-#endif
 }
 
 static void
@@ -717,11 +702,6 @@ fillNodeFields(LWT_ISO_NODE* node, HeapTuple row, TupleDesc rowdesc, int fields)
       node->geom = NULL;
     }
   }
-#if POSTGIS_DEBUG_LEVEL > 1
-  else {
-    node->geom = (void*)0x67676767; /* debugging */
-  }
-#endif
 }
 
 static void
@@ -757,11 +737,6 @@ fillFaceFields(LWT_ISO_FACE* face, HeapTuple row, TupleDesc rowdesc, int fields)
       face->mbr = NULL;
     }
   }
-#if POSTGIS_DEBUG_LEVEL > 1
-  else {
-    face->mbr = (void*)0x67676767; /* debugging */
-  }
-#endif
 }
 
 /* return 0 on failure (null) 1 otherwise */
@@ -883,21 +858,22 @@ cb_getEdgeByNode(const LWT_BE_TOPOLOGY* topo,
 
 static LWT_ISO_EDGE*
 cb_getEdgeByFace(const LWT_BE_TOPOLOGY* topo,
-      const LWT_ELEMID* ids, int* numelems, int fields)
+      const LWT_ELEMID* ids, int* numelems, int fields,
+      const GBOX *box)
 {
   LWT_ISO_EDGE *edges;
 	int spi_result;
   MemoryContext oldcontext = CurrentMemoryContext;
-
   StringInfoData sqldata;
   StringInfo sql = &sqldata;
   int i;
+  char *hexbox;
 
   initStringInfo(sql);
   appendStringInfoString(sql, "SELECT ");
   addEdgeFields(sql, fields, 0);
   appendStringInfo(sql, " FROM \"%s\".edge_data", topo->name);
-  appendStringInfoString(sql, " WHERE left_face IN (");
+  appendStringInfoString(sql, " WHERE ( left_face IN (");
   // add all identifiers here
   for (i=0; i<*numelems; ++i) {
     appendStringInfo(sql, "%s%" LWTFMT_ELEMID, (i?",":""), ids[i]);
@@ -907,7 +883,13 @@ cb_getEdgeByFace(const LWT_BE_TOPOLOGY* topo,
   for (i=0; i<*numelems; ++i) {
     appendStringInfo(sql, "%s%" LWTFMT_ELEMID, (i?",":""), ids[i]);
   }
-  appendStringInfoString(sql, ")");
+  appendStringInfoString(sql, ") )");
+  if ( box )
+  {
+    hexbox = _box2d_to_hexwkb(box, topo->srid);
+    appendStringInfo(sql, " AND geom && '%s'::geometry", hexbox);
+    lwfree(hexbox);
+  }
 
   POSTGIS_DEBUGF(1, "cb_getEdgeByFace query: %s", sql->data);
   POSTGIS_DEBUGF(1, "data_changed is %d", topo->be_data->data_changed);
@@ -1111,7 +1093,8 @@ cb_getNodeById(const LWT_BE_TOPOLOGY* topo,
 
 static LWT_ISO_NODE*
 cb_getNodeByFace(const LWT_BE_TOPOLOGY* topo,
-      const LWT_ELEMID* ids, int* numelems, int fields)
+      const LWT_ELEMID* ids, int* numelems, int fields,
+      const GBOX *box)
 {
   LWT_ISO_NODE *nodes;
 	int spi_result;
@@ -1119,6 +1102,7 @@ cb_getNodeByFace(const LWT_BE_TOPOLOGY* topo,
   StringInfoData sqldata;
   StringInfo sql = &sqldata;
   int i;
+  char *hexbox;
 
   initStringInfo(sql);
   appendStringInfoString(sql, "SELECT ");
@@ -1130,6 +1114,12 @@ cb_getNodeByFace(const LWT_BE_TOPOLOGY* topo,
     appendStringInfo(sql, "%s%" LWTFMT_ELEMID, (i?",":""), ids[i]);
   }
   appendStringInfoString(sql, ")");
+  if ( box )
+  {
+    hexbox = _box2d_to_hexwkb(box, topo->srid);
+    appendStringInfo(sql, " AND geom && '%s'::geometry", hexbox);
+    lwfree(hexbox);
+  }
   POSTGIS_DEBUGF(1, "cb_getNodeByFace query: %s", sql->data);
   POSTGIS_DEBUGF(1, "data_changed is %d", topo->be_data->data_changed);
   spi_result = SPI_execute(sql->data, !topo->be_data->data_changed, 0);
@@ -1888,50 +1878,60 @@ cb_updateTopoGeomEdgeSplit ( const LWT_BE_TOPOLOGY* topo,
   }
 
   ntopogeoms = SPI_processed;
-  for ( i=0; i<ntopogeoms; ++i )
+  if ( ntopogeoms )
   {
-    HeapTuple row = SPI_tuptable->vals[i];
-    TupleDesc tdesc = SPI_tuptable->tupdesc;
-    int negate;
-    int element_id;
-    int topogeo_id;
-    int layer_id;
-    int element_type;
-
-    if ( ! getNotNullInt32( row, tdesc, 1, &element_id ) ) {
-		  cberror(topo->be_data,
-        "unexpected null element_id in \"%s\".relation",
-        topo->name);
-	    return 0;
-    }
-    negate = ( element_id < 0 );
+    resetStringInfo(sql);
+    appendStringInfo(sql, "INSERT INTO \"%s\".relation VALUES ", topo->name);
+    for ( i=0; i<ntopogeoms; ++i )
+    {
+      HeapTuple row = SPI_tuptable->vals[i];
+      TupleDesc tdesc = SPI_tuptable->tupdesc;
+      int negate;
+      int element_id;
+      int topogeo_id;
+      int layer_id;
+      int element_type;
+
+      if ( ! getNotNullInt32( row, tdesc, 1, &element_id ) ) {
+        cberror(topo->be_data,
+          "unexpected null element_id in \"%s\".relation",
+          topo->name);
+        return 0;
+      }
+      negate = ( element_id < 0 );
 
-    if ( ! getNotNullInt32( row, tdesc, 2, &topogeo_id ) ) {
-		  cberror(topo->be_data,
-        "unexpected null topogeo_id in \"%s\".relation",
-        topo->name);
-	    return 0;
-    }
+      if ( ! getNotNullInt32( row, tdesc, 2, &topogeo_id ) ) {
+        cberror(topo->be_data,
+          "unexpected null topogeo_id in \"%s\".relation",
+          topo->name);
+        return 0;
+      }
 
-    if ( ! getNotNullInt32( row, tdesc, 3, &layer_id ) ) {
-		  cberror(topo->be_data,
-        "unexpected null layer_id in \"%s\".relation",
-        topo->name);
-	    return 0;
-    }
+      if ( ! getNotNullInt32( row, tdesc, 3, &layer_id ) ) {
+        cberror(topo->be_data,
+          "unexpected null layer_id in \"%s\".relation",
+          topo->name);
+        return 0;
+      }
 
-    if ( ! getNotNullInt32( row, tdesc, 4, &element_type ) ) {
-		  cberror(topo->be_data,
-        "unexpected null element_type in \"%s\".relation",
-        topo->name);
-	    return 0;
-    }
+      if ( ! getNotNullInt32( row, tdesc, 4, &element_type ) ) {
+        cberror(topo->be_data,
+          "unexpected null element_type in \"%s\".relation",
+          topo->name);
+        return 0;
+      }
 
-    resetStringInfo(sql);
-    appendStringInfo(sql,
-      "INSERT INTO \"%s\".relation VALUES ("
-      "%d,%d,%" LWTFMT_ELEMID ",%d)", topo->name,
-      topogeo_id, layer_id, negate ? -new_edge1 : new_edge1, element_type);
+      if ( i ) appendStringInfoChar(sql, ',');
+      appendStringInfo(sql, "(%d,%d,%" LWTFMT_ELEMID ",%d)",
+        topogeo_id, layer_id, negate ? -new_edge1 : new_edge1, element_type);
+      if ( new_edge2 != -1 ) {
+        resetStringInfo(sql);
+        appendStringInfo(sql,
+          ",VALUES (%d,%d,%" LWTFMT_ELEMID ",%d",
+          topogeo_id, layer_id, negate ? -new_edge2 : new_edge2, element_type);
+      }
+    }
+    POSTGIS_DEBUGF(1, "cb_updateTopoGeomEdgeSplit query: %s", sql->data);
     spi_result = SPI_execute(sql->data, false, 0);
     MemoryContextSwitchTo( oldcontext ); /* switch back */
     if ( spi_result != SPI_OK_INSERT ) {
@@ -1941,28 +1941,11 @@ cb_updateTopoGeomEdgeSplit ( const LWT_BE_TOPOLOGY* topo,
       return 0;
     }
     if ( SPI_processed ) topo->be_data->data_changed = true;
-    if ( new_edge2 != -1 ) {
-      resetStringInfo(sql);
-      appendStringInfo(sql,
-        "INSERT INTO FROM \"%s\".relation VALUES ("
-        "%d,%d,%" LWTFMT_ELEMID ",%d", topo->name,
-        topogeo_id, layer_id, negate ? -new_edge2 : new_edge2, element_type);
-      spi_result = SPI_execute(sql->data, false, 0);
-      MemoryContextSwitchTo( oldcontext ); /* switch back */
-      if ( spi_result != SPI_OK_INSERT ) {
-        cberror(topo->be_data, "unexpected return (%d) from query execution: %s",
-                spi_result, sql->data);
-        pfree(sqldata.data);
-        return 0;
-      }
-      if ( SPI_processed ) topo->be_data->data_changed = true;
-    }
   }
 
-  /* TODO: release string info ! */
-
   POSTGIS_DEBUGF(1, "cb_updateTopoGeomEdgeSplit: updated %d topogeoms", ntopogeoms);
 
+  pfree(sqldata.data);
   return 1;
 }
 
@@ -2013,53 +1996,62 @@ cb_updateTopoGeomFaceSplit ( const LWT_BE_TOPOLOGY* topo,
   }
 
   ntopogeoms = SPI_processed;
-  for ( i=0; i<ntopogeoms; ++i )
+  if ( ntopogeoms )
   {
-    HeapTuple row = SPI_tuptable->vals[i];
-    TupleDesc tdesc = SPI_tuptable->tupdesc;
-    int negate;
-    int element_id;
-    int topogeo_id;
-    int layer_id;
-    int element_type;
-
-    if ( ! getNotNullInt32( row, tdesc, 1, &element_id ) ) {
-		  cberror(topo->be_data,
-        "unexpected null element_id in \"%s\".relation",
-        topo->name);
-	    return 0;
-    }
-    negate = ( element_id < 0 );
+    resetStringInfo(sql);
+    appendStringInfo(sql, "INSERT INTO \"%s\".relation VALUES ", topo->name);
+    for ( i=0; i<ntopogeoms; ++i )
+    {
+      HeapTuple row = SPI_tuptable->vals[i];
+      TupleDesc tdesc = SPI_tuptable->tupdesc;
+      int negate;
+      int element_id;
+      int topogeo_id;
+      int layer_id;
+      int element_type;
+
+      if ( ! getNotNullInt32( row, tdesc, 1, &element_id ) ) {
+        cberror(topo->be_data,
+          "unexpected null element_id in \"%s\".relation",
+          topo->name);
+        return 0;
+      }
+      negate = ( element_id < 0 );
 
-    if ( ! getNotNullInt32( row, tdesc, 2, &topogeo_id ) ) {
-		  cberror(topo->be_data,
-        "unexpected null topogeo_id in \"%s\".relation",
-        topo->name);
-	    return 0;
-    }
+      if ( ! getNotNullInt32( row, tdesc, 2, &topogeo_id ) ) {
+        cberror(topo->be_data,
+          "unexpected null topogeo_id in \"%s\".relation",
+          topo->name);
+        return 0;
+      }
 
-    if ( ! getNotNullInt32( row, tdesc, 3, &layer_id ) ) {
-		  cberror(topo->be_data,
-        "unexpected null layer_id in \"%s\".relation",
-        topo->name);
-	    return 0;
-    }
+      if ( ! getNotNullInt32( row, tdesc, 3, &layer_id ) ) {
+        cberror(topo->be_data,
+          "unexpected null layer_id in \"%s\".relation",
+          topo->name);
+        return 0;
+      }
 
-    if ( ! getNotNullInt32( row, tdesc, 4, &element_type ) ) {
-		  cberror(topo->be_data,
-        "unexpected null element_type in \"%s\".relation",
-        topo->name);
-	    return 0;
-    }
+      if ( ! getNotNullInt32( row, tdesc, 4, &element_type ) ) {
+        cberror(topo->be_data,
+          "unexpected null element_type in \"%s\".relation",
+          topo->name);
+        return 0;
+      }
 
-    resetStringInfo(sql);
-    appendStringInfo(sql,
-      "INSERT INTO \"%s\".relation VALUES ("
-      "%d,%d,%" LWTFMT_ELEMID ",%d)", topo->name,
-      topogeo_id, layer_id, negate ? -new_face1 : new_face1, element_type);
+      if ( i ) appendStringInfoChar(sql, ',');
+      appendStringInfo(sql,
+        "(%d,%d,%" LWTFMT_ELEMID ",%d)",
+        topogeo_id, layer_id, negate ? -new_face1 : new_face1, element_type);
 
-    POSTGIS_DEBUGF(1, "cb_updateTopoGeomFaceSplit query: %s", sql->data);
+      if ( new_face2 != -1 ) {
+        appendStringInfo(sql,
+          ",(%d,%d,%" LWTFMT_ELEMID ",%d)",
+          topogeo_id, layer_id, negate ? -new_face2 : new_face2, element_type);
+      }
+    }
 
+    POSTGIS_DEBUGF(1, "cb_updateTopoGeomFaceSplit query: %s", sql->data);
     spi_result = SPI_execute(sql->data, false, 0);
     MemoryContextSwitchTo( oldcontext ); /* switch back */
     if ( spi_result != SPI_OK_INSERT ) {
@@ -2069,31 +2061,11 @@ cb_updateTopoGeomFaceSplit ( const LWT_BE_TOPOLOGY* topo,
       return 0;
     }
     if ( SPI_processed ) topo->be_data->data_changed = true;
-    if ( new_face2 != -1 ) {
-      resetStringInfo(sql);
-      appendStringInfo(sql,
-        "INSERT INTO \"%s\".relation VALUES ("
-        "%d,%d,%" LWTFMT_ELEMID ",%d)", topo->name,
-        topogeo_id, layer_id, negate ? -new_face2 : new_face2, element_type);
-
-      POSTGIS_DEBUGF(1, "cb_updateTopoGeomFaceSplit query: %s", sql->data);
-
-      spi_result = SPI_execute(sql->data, false, 0);
-      MemoryContextSwitchTo( oldcontext ); /* switch back */
-      if ( spi_result != SPI_OK_INSERT ) {
-        cberror(topo->be_data, "unexpected return (%d) from query execution: %s",
-                spi_result, sql->data);
-        pfree(sqldata.data);
-        return 0;
-      }
-      if ( SPI_processed ) topo->be_data->data_changed = true;
-    }
   }
 
-  /* TODO: release string info */
-
   POSTGIS_DEBUGF(1, "cb_updateTopoGeomFaceSplit: updated %d topogeoms", ntopogeoms);
 
+  pfree(sqldata.data);
   return 1;
 }
 
diff --git a/topology/sql/topogeometry/totopogeom.sql.in b/topology/sql/topogeometry/totopogeom.sql.in
index 3b7d33e..1056a9d 100644
--- a/topology/sql/topogeometry/totopogeom.sql.in
+++ b/topology/sql/topogeometry/totopogeom.sql.in
@@ -10,6 +10,8 @@
 --
 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
+/* #define POSTGIS_TOPOLOGY_DEBUG 1 */
+
 -- {
 --  Convert a simple geometry to a topologically-defined one
 --
@@ -23,12 +25,7 @@ $$
 DECLARE
   layer_info RECORD;
   topology_info RECORD;
-  rec RECORD;
-  rec2 RECORD;
   tg topology.TopoGeometry;
-  elems INT[][];
-  elem INT[];
-  sql TEXT;
   typ TEXT;
 BEGIN
 
@@ -135,8 +132,8 @@ DECLARE
   topology_info RECORD;
   rec RECORD;
   rec2 RECORD;
-  elem INT[];
-  elems INT[][];
+  elem TEXT;
+  elems TEXT[];
   sql TEXT;
   typ TEXT;
   tolerance FLOAT8;
@@ -251,10 +248,11 @@ BEGIN
          topology.topogeo_addPolygon(atopology, rec.geom, tolerance)
        END as primitive
     LOOP
-      elem := ARRAY[rec.dims+1, rec2.primitive];
+      elem := ARRAY[rec.dims+1, rec2.primitive]::text;
       IF elems @> ARRAY[elem] THEN
 #ifdef POSTGIS_TOPOLOGY_DEBUG
 RAISE DEBUG 'Elem % already in %', elem, elems;
+RAISE DEBUG '% @> ARRAY[%] returned true', elems, elem;
 #endif
       ELSE
 #ifdef POSTGIS_TOPOLOGY_DEBUG
diff --git a/topology/test/regress/sqlmm.sql b/topology/test/regress/sqlmm.sql
index 6b8199f..c1aebac 100644
--- a/topology/test/regress/sqlmm.sql
+++ b/topology/test/regress/sqlmm.sql
@@ -135,7 +135,26 @@ SELECT topology.ST_MoveIsoNode('sqlmm_topology', 8, 'POINT(7 10)');
 -------------------------------------------------------------
 SELECT '-- ST_RemoveIsoEdge ---------------------';
 
+CREATE TEMP TABLE edge1_endnodes AS
+  WITH edge AS (
+    SELECT start_node,end_node
+    FROM sqlmm_topology.edge_data
+    WHERE edge_id = 1
+  )
+  SELECT start_node id FROM edge UNION
+  SELECT end_node FROM edge;
+SELECT '#3351.1', node_id, containing_face
+ FROM sqlmm_topology.node where node_id in (
+    SELECT id FROM edge1_endnodes
+  )
+ ORDER BY node_id;
 SELECT topology.ST_RemoveIsoEdge('sqlmm_topology', 1);
+SELECT '#3351.2', node_id, containing_face
+ FROM sqlmm_topology.node where node_id in (
+    SELECT id FROM edge1_endnodes
+  )
+ ORDER BY node_id;
+DROP TABLE edge1_endnodes;
 
 -------------------------------------------------------------
 -- ST_NewEdgesSplit
diff --git a/topology/test/regress/sqlmm_expected b/topology/test/regress/sqlmm_expected
index 24df34b..ea665fe 100644
--- a/topology/test/regress/sqlmm_expected
+++ b/topology/test/regress/sqlmm_expected
@@ -47,7 +47,11 @@ ERROR:  SQL/MM Spatial exception - invalid point
 Isolated Node 8 moved to location 7,11
 Isolated Node 8 moved to location 7,10
 -- ST_RemoveIsoEdge ---------------------
+#3351.1|4|
+#3351.1|5|
 Isolated edge 1 removed
+#3351.2|4|0
+#3351.2|5|0
 -- ST_NewEdgesSplit  ---------------------
 9
 Topology 'sqlmm_topology' dropped
diff --git a/topology/test/regress/st_addedgemodface.sql b/topology/test/regress/st_addedgemodface.sql
index 7c35188..31caa44 100644
--- a/topology/test/regress/st_addedgemodface.sql
+++ b/topology/test/regress/st_addedgemodface.sql
@@ -461,6 +461,20 @@ SELECT 'T28', 'E'||edge_id, next_left_edge, next_right_edge,
     UNION VALUES (4),(5) )
   ORDER BY edge_id;
 
+--
+-- Split a face referenced by multiple TopoGeometries
+--
+-- See https://trac.osgeo.org/postgis/ticket/3407
+--
+INSERT INTO city_data.fp VALUES ('F17',
+  topology.CreateTopoGeom('city_data', 3, 1, '{{17,3}}'));
+INSERT INTO newedge SELECT 29 as id, topology.st_addedgemodface('city_data',
+  14, 16, 'LINESTRING(21 14, 9 22)');
+SELECT 'T29', 'E'||edge_id, next_left_edge, next_right_edge,
+  left_face, right_face FROM
+  city_data.edge WHERE edge_id IN (21, 33, 19, 34,
+  ( SELECT edge_id FROM newedge WHERE id = 29 ) )
+  ORDER BY edge_id;
 
 ---------------------------------------------------------------------
 -- Check new relations and faces status
@@ -489,4 +503,3 @@ SELECT 'F'||face_id, st_astext(mbr) FROM city_data.face ORDER BY face_id;
 
 DROP TABLE newedge;
 SELECT topology.DropTopology('city_data');
-
diff --git a/topology/test/regress/st_addedgemodface_expected b/topology/test/regress/st_addedgemodface_expected
index 69d18c4..31b944c 100644
--- a/topology/test/regress/st_addedgemodface_expected
+++ b/topology/test/regress/st_addedgemodface_expected
@@ -162,7 +162,13 @@ T28|E44|-43|43|0|34
 T28|E52|-53|4|32|24
 T28|E53|-5|52|34|32
 T28|E54|5|-54|34|33
-F3,F4|{3:3,3:4,3:10,3:16,3:17}
+T29|E19|33|27|17|10
+T29|E21|6|34|0|35
+T29|E33|-55|-6|17|3
+T29|E34|55|9|35|16
+T29|E55|-21|19|35|17
+F17|{3:17,3:35}
+F3,F4|{3:3,3:4,3:10,3:16,3:17,3:35}
 F5,N4|{1:4,3:5,3:11}
 F0|
 F1|POLYGON((3 30,3 38,16 38,16 30,3 30))
@@ -199,4 +205,5 @@ F31|POLYGON((19 31,19 38,26 38,26 31,19 31))
 F32|POLYGON((36 33,36 38,57 38,57 33,36 33))
 F33|POLYGON((38 40,38 43,41 43,41 40,38 40))
 F34|POLYGON((35 25,35 45,63 45,63 25,35 25))
+F35|POLYGON((9 14,9 22,21 22,21 14,9 14))
 Topology 'city_data' dropped
diff --git a/topology/test/regress/st_addedgenewfaces.sql b/topology/test/regress/st_addedgenewfaces.sql
index b3b296f..e86f7f9 100644
--- a/topology/test/regress/st_addedgenewfaces.sql
+++ b/topology/test/regress/st_addedgenewfaces.sql
@@ -461,6 +461,21 @@ SELECT 'T28', 'E'||edge_id, next_left_edge, next_right_edge,
     UNION VALUES (4),(5) )
   ORDER BY edge_id;
 
+--
+-- Split a face referenced by multiple TopoGeometries
+--
+-- See https://trac.osgeo.org/postgis/ticket/3407
+--
+INSERT INTO city_data.fp VALUES ('F25',
+  topology.CreateTopoGeom('city_data', 3, 1, '{{25,3}}'));
+INSERT INTO newedge SELECT 29 as id, topology.st_addedgemodface('city_data',
+  14, 16, 'LINESTRING(21 14, 9 22)');
+SELECT 'T29', 'E'||edge_id, next_left_edge, next_right_edge,
+  left_face, right_face FROM
+  city_data.edge WHERE edge_id IN (21, 33, 19, 34,
+  ( SELECT edge_id FROM newedge WHERE id = 29 ) )
+  ORDER BY edge_id;
+
 ---------------------------------------------------------------------
 -- Check new relations and faces status
 ---------------------------------------------------------------------
diff --git a/topology/test/regress/st_addedgenewfaces_expected b/topology/test/regress/st_addedgenewfaces_expected
index 8fa933c..f98b229 100644
--- a/topology/test/regress/st_addedgenewfaces_expected
+++ b/topology/test/regress/st_addedgenewfaces_expected
@@ -162,7 +162,13 @@ T28|E44|-43|43|0|50
 T28|E52|-53|4|47|45
 T28|E53|-5|52|50|47
 T28|E54|5|-54|50|49
-F3,F4|{3:10,3:11,3:22,3:24,3:25}
+T29|E19|33|27|25|11
+T29|E21|6|34|0|51
+T29|E33|-55|-6|25|22
+T29|E34|55|9|51|24
+T29|E55|-21|19|51|25
+F25|{3:25,3:51}
+F3,F4|{3:10,3:11,3:22,3:24,3:25,3:51}
 F5,N4|{1:4,3:12,3:13}
 F0|
 F1|POLYGON((3 30,3 38,16 38,16 30,3 30))
@@ -199,4 +205,5 @@ F45|POLYGON((36 28,36 38,57 38,57 28,36 28))
 F47|POLYGON((36 33,36 38,57 38,57 33,36 33))
 F49|POLYGON((38 40,38 43,41 43,41 40,38 40))
 F50|POLYGON((35 25,35 45,63 45,63 25,35 25))
+F51|POLYGON((9 14,9 22,21 22,21 14,9 14))
 Topology 'city_data' dropped
diff --git a/topology/test/regress/st_modedgesplit.sql b/topology/test/regress/st_modedgesplit.sql
index b4747a8..537090e 100644
--- a/topology/test/regress/st_modedgesplit.sql
+++ b/topology/test/regress/st_modedgesplit.sql
@@ -92,12 +92,30 @@ SELECT check_changes();
 SELECT 'closed', ST_ModEdgeSplit('city_data', 1, 'SRID=4326;POINT(3 38)');
 SELECT check_changes();
 
+--
+-- Split an edge referenced by multiple TopoGeometries
+--
+-- See https://trac.osgeo.org/postgis/ticket/3407
+--
+CREATE TABLE city_data.fl(id varchar);
+SELECT 'L' || topology.AddTopoGeometryColumn('city_data',
+  'city_data', 'fl', 'g', 'LINESTRING');
+INSERT INTO city_data.fl VALUES
+ ('E7.1', topology.CreateTopoGeom('city_data', 2, 1, '{{7,2}}')),
+ ('E7.2', topology.CreateTopoGeom('city_data', 2, 1, '{{7,2}}'));
+SELECT '#3407', ST_ModEdgeSplit('city_data', 7, 'SRID=4326;POINT(28 22)');
+SELECT check_changes();
+
 -- Robustness of edge splitting (#1711)
 
 -- clean all up first
 DELETE FROM city_data.edge_data; 
 DELETE FROM city_data.node; 
 DELETE FROM city_data.face where face_id > 0; 
+SELECT 'seq_reset',
+       setval('city_data.edge_data_edge_id_seq', 1, false),
+       setval('city_data.face_face_id_seq', 1, false),
+       setval('city_data.node_node_id_seq', 1, false);
 
 CREATE TEMP TABLE t AS
 SELECT
@@ -130,3 +148,13 @@ DROP TABLE t;
 DROP FUNCTION check_changes();
 SELECT DropTopology('city_data');
 DELETE FROM spatial_ref_sys where srid = 4326;
+
+-- See https://trac.osgeo.org/postgis/ticket/3401
+SELECT 't3401.start', CreateTopology('bug3401') > 1;
+SELECT 't3401.N1', ST_AddIsoNode('bug3401', 0, ST_MakePoint(-180, 0));
+SELECT 't3401.N2', ST_AddIsoNode('bug3401', 0, ST_MakePoint(0, 0));
+SELECT 't3401.L1', ST_AddIsoEdge('bug3401', 1, 2, 'LINESTRING(-180 0, 0 0)'::geometry);
+SELECT 't3401.valid_before', * FROM ValidateTopology('bug3401');
+SELECT 't3401.split', ST_ModEdgeSplit('bug3401', 1, ST_MakePoint(-20, 0));
+SELECT 't3401.valid_after', * FROM ValidateTopology('bug3401');
+SELECT 't3401.end', DropTopology('bug3401');
diff --git a/topology/test/regress/st_modedgesplit_expected b/topology/test/regress/st_modedgesplit_expected
index 443833d..62500b9 100644
--- a/topology/test/regress/st_modedgesplit_expected
+++ b/topology/test/regress/st_modedgesplit_expected
@@ -33,11 +33,18 @@ closed|27
 N|27||POINT(3 38)
 E|1|sn1|en27|nl31|nr-31|lf1|rf0
 E|31|sn27|en1|nl1|nr-1|lf1|rf0
-robust.1|E32|N30
-N|28||POINT(20 10)
-N|29||POINT(10 20)
-N|30||POINT(9 12)
-E|32|sn28|en30|nl33|nr32|lf0|rf0
-E|33|sn30|en29|nl-33|nr-32|lf0|rf0
+L1
+#3407|28
+N|28||POINT(28 22)
+E|7|sn17|en28|nl32|nr-19|lf0|rf4
+E|32|sn28|en18|nl8|nr-7|lf0|rf4
+seq_reset|1|1|1
+robust.1|E1|N3
 robust.2|t|t
 Topology 'city_data' dropped
+t3401.start|t
+t3401.N1|1
+t3401.N2|2
+t3401.L1|1
+t3401.split|3
+t3401.end|Topology 'bug3401' dropped
diff --git a/topology/test/regress/st_newedgessplit.sql b/topology/test/regress/st_newedgessplit.sql
index 42a1489..e82b75d 100644
--- a/topology/test/regress/st_newedgessplit.sql
+++ b/topology/test/regress/st_newedgessplit.sql
@@ -92,12 +92,30 @@ SELECT check_changes();
 SELECT 'closed', ST_NewEdgesSplit('city_data', 1, 'SRID=4326;POINT(3 38)');
 SELECT check_changes();
 
+--
+-- Split an edge referenced by multiple TopoGeometries
+--
+-- See https://trac.osgeo.org/postgis/ticket/3407
+--
+CREATE TABLE city_data.fl(id varchar);
+SELECT 'L' || topology.AddTopoGeometryColumn('city_data',
+  'city_data', 'fl', 'g', 'LINESTRING');
+INSERT INTO city_data.fl VALUES
+ ('E7.1', topology.CreateTopoGeom('city_data', 2, 1, '{{7,2}}')),
+ ('E7.2', topology.CreateTopoGeom('city_data', 2, 1, '{{7,2}}'));
+SELECT '#3407', ST_ModEdgeSplit('city_data', 7, 'SRID=4326;POINT(28 22)');
+SELECT check_changes();
+
 -- Robustness of edge splitting (#1711)
 
 -- clean all up first
 DELETE FROM city_data.edge_data; 
 DELETE FROM city_data.node; 
 DELETE FROM city_data.face where face_id > 0; 
+SELECT 'seq_reset',
+       setval('city_data.edge_data_edge_id_seq', 1, false),
+       setval('city_data.face_face_id_seq', 1, false),
+       setval('city_data.node_node_id_seq', 1, false);
 
 CREATE TEMP TABLE t AS
 SELECT
diff --git a/topology/test/regress/st_newedgessplit_expected b/topology/test/regress/st_newedgessplit_expected
index 771d071..eefe3ca 100644
--- a/topology/test/regress/st_newedgessplit_expected
+++ b/topology/test/regress/st_newedgessplit_expected
@@ -33,11 +33,12 @@ closed|27
 N|27||POINT(3 38)
 E|35|sn1|en27|nl36|nr-36|lf1|rf0
 E|36|sn27|en1|nl35|nr-35|lf1|rf0
-robust.1|E37|N30
-N|28||POINT(20 10)
-N|29||POINT(10 20)
-N|30||POINT(9 12)
-E|38|sn28|en30|nl39|nr38|lf0|rf0
-E|39|sn30|en29|nl-39|nr-38|lf0|rf0
+L1
+#3407|28
+N|28||POINT(28 22)
+E|7|sn17|en28|nl37|nr-19|lf0|rf4
+E|37|sn28|en18|nl8|nr-7|lf0|rf4
+seq_reset|1|1|1
+robust.1|E1|N3
 robust.2|t|t
 Topology 'city_data' dropped
diff --git a/topology/test/regress/topogeo_addlinestring.sql b/topology/test/regress/topogeo_addlinestring.sql
index 8806d6e..b34e911 100644
--- a/topology/test/regress/topogeo_addlinestring.sql
+++ b/topology/test/regress/topogeo_addlinestring.sql
@@ -276,3 +276,49 @@ SELECT 't3280', 'L1b' || topology.TopoGeo_AddLinestring('bug3280', geom)
  ORDER BY 1;
 SELECT 't3280.end', topology.DropTopology('bug3280');
 
+-- See http://trac.osgeo.org/postgis/ticket/3380
+SELECT 't3380.start', CreateTopology( 'bug3380', 0, 0.01) > 0;
+SELECT 't3380.L1', TopoGeo_AddLinestring('bug3380', '
+LINESTRING(
+1612829.90652844007126987 4841274.48807844985276461,
+1612830.1566380700096488 4841287.23833953030407429,
+1612883.15799825009889901 4841277.73794914968311787)
+', 0);
+SELECT 't3380.L2', TopoGeo_AddLinestring('bug3380', '
+LINESTRING(
+1612790.88055733009241521 4841286.88526585046201944,
+1612830.15823523001745343 4841287.12674008030444384,
+1612829.98813172010704875 4841274.56198261026293039)
+', 0);
+SELECT 't3380.L3', TopoGeo_AddLinestring('bug3380', '
+ LINESTRING(
+1612830.15823523 4841287.12674008,
+1612881.64990281 4841274.56198261)
+', 0);
+SELECT 't3380.end', DropTopology( 'bug3380' );
+
+-- See http://trac.osgeo.org/postgis/ticket/3402
+
+SELECT 't3402.start', CreateTopology('bug3402') > 1;
+SELECT 't3402.L1', TopoGeo_addLinestring('bug3402',
+'010200000003000000C1AABC2B192739418E7DE0E6AB9652411F85EB5119283941F6285CEF2D9652411F85EB5128283941F6285CCF2C965241'
+, 0);
+SELECT 't3402.L2', TopoGeo_addLinestring('bug3402',
+'010200000003000000BCAABC2B192739418F7DE0E6AB96524185EB51382828394115AE47D12C96524187EB51382828394115AE47D12C965241'
+, 0);
+SELECT 't3402.end', DropTopology('bug3402');
+
+-- See http://trac.osgeo.org/postgis/ticket/3412
+SELECT 't3412.start', CreateTopology('bug3412', 0, 0.001) > 0;
+SELECT 't3412.L1', TopoGeo_AddLinestring('bug3412',
+'LINESTRING(
+599671.37 4889664.32,
+599665.52 4889680.18,
+599671.37 4889683.4,
+599671.37 4889781.87
+)'
+::geometry, 0);
+SELECT 't3412.L2', TopoGeo_AddLinestring('bug3412',
+'0102000000020000003AB42BBFEE4C22410010C5A997A6524167BB5DBDEE4C224117FE3DA85FA75241'
+::geometry, 0);
+SELECT 't3412.end', DropTopology('bug3412');
diff --git a/topology/test/regress/topogeo_addlinestring_expected_newsnap b/topology/test/regress/topogeo_addlinestring_expected_newsnap
index 0aee7d2..0c56476 100644
--- a/topology/test/regress/topogeo_addlinestring_expected_newsnap
+++ b/topology/test/regress/topogeo_addlinestring_expected_newsnap
@@ -43,9 +43,9 @@ E|15|sn12|en32
 E|33|sn32|en19
 E|34|sn31|en32
 E|35|sn32|en33
+snap|7
 snap|36
 snap|39
-snap|40
 N|34||POINT(18 22)
 N|35||POINT(22.4 22)
 N|36||POINT(21 20.4)
@@ -56,14 +56,13 @@ E|36|sn34|en17
 E|37|sn35|en18
 E|38|sn36|en17
 E|39|sn35|en36
-E|40|sn17|en35
+snap_again|7
 snap_again|36
 snap_again|39
-snap_again|40
-crossover|43
+crossover|42
+crossover|44
 crossover|45
 crossover|46
-crossover|47
 N|37||POINT(9 20)
 N|38||POINT(16.2 14)
 N|39||POINT(21 10)
@@ -72,110 +71,112 @@ N|41||POINT(21 7)
 E|9|sn15|en38
 E|20|sn9|en41
 E|21|sn15|en40
-E|41|sn37|en16
-E|42|sn38|en14
-E|43|sn37|en38
-E|44|sn39|en14
-E|45|sn38|en39
-E|46|sn40|en37
-E|47|sn41|en39
-crossover_again|43
+E|40|sn37|en16
+E|41|sn38|en14
+E|42|sn37|en38
+E|43|sn39|en14
+E|44|sn38|en39
+E|45|sn40|en37
+E|46|sn41|en39
+crossover_again|42
+crossover_again|44
 crossover_again|45
 crossover_again|46
-crossover_again|47
 contains|25
+contains|47
 contains|48
-contains|49
 N|42||POINT(7 36)
 N|43||POINT(14 34)
-E|48|sn21|en42
-E|49|sn43|en22
+E|47|sn21|en42
+E|48|sn43|en22
+nodecross|49
 nodecross|50
-nodecross|51
 N|44||POINT(18 37)
 N|45||POINT(22 37)
-E|50|sn44|en4
-E|51|sn4|en45
+E|49|sn44|en4
+E|50|sn4|en45
 iso_ex_2segs|28
-#1613.1|52
+#1613.1|51
 N|46||POINT(556267.6 144887)
 N|47||POINT(556267 144887.4)
-E|52|sn46|en47
+E|51|sn46|en47
+#1613.2|53
 #1613.2|54
-#1613.2|55
 N|48||POINT(556250 144887)
 N|49||POINT(556267.6 144887)
 N|50||POINT(556310 144887)
-E|52|sn46|en49
-E|53|sn49|en47
-E|54|sn48|en49
-E|55|sn49|en50
-#1631.1|56
+E|51|sn46|en49
+E|52|sn49|en47
+E|53|sn48|en49
+E|54|sn49|en50
+#1631.1|55
 N|51||POINT(556267.6 144887)
 N|52||POINT(556267.6 144888)
-E|56|sn51|en52
+E|55|sn51|en52
+#1631.2|56
 #1631.2|57
-#1631.2|58
 N|53||POINT(556254.6 144886.6)
 N|54||POINT(556267.6 144887)
-E|57|sn53|en51
-E|58|sn51|en54
-#1641.1|59
+E|56|sn53|en51
+E|57|sn51|en54
+#1641.1|58
 N|55||POINT(-0.2 0.4)
 N|56||POINT(0.2 0.4)
-E|59|sn55|en56
+E|58|sn55|en56
+#1641.2|60
 #1641.2|61
-#1641.2|62
 N|57||POINT(0 0.2)
 N|58||POINT(0 0.4)
 N|59||POINT(0 0.4)
-E|59|sn55|en58
-E|60|sn58|en56
-E|61|sn57|en58
-E|62|sn58|en59
-#1641.3|63
+E|58|sn55|en58
+E|59|sn58|en56
+E|60|sn57|en58
+E|61|sn58|en59
+#1641.3|62
 N|60||POINT(-0.2 0.4)
 N|61||POINT(0.2 0.4)
-E|63|sn60|en61
+E|62|sn60|en61
+#1641.4|64
 #1641.4|65
-#1641.4|66
 N|62||POINT(0 0.2)
 N|63||POINT(0 0.4)
 N|64||POINT(0 0.4)
-E|63|sn60|en63
-E|64|sn63|en61
-E|65|sn62|en63
-E|66|sn63|en64
+E|62|sn60|en63
+E|63|sn63|en61
+E|64|sn62|en63
+E|65|sn63|en64
 #1650.1
 N|65|0|POINT(0 0)
-#1650.3|67
+#1650.3|66
 N|66||POINT(10 0)
-E|67|sn65|en66
+E|66|sn65|en66
 #1654.1|N|67
 N|67|0|POINT(0 0)
+#1654.2|67
 #1654.2|68
-#1654.2|69
 N|68||POINT(-10 1)
 N|69||POINT(10 1)
-E|68|sn68|en67
-E|69|sn67|en69
-#1706.1|E|70
+E|67|sn68|en67
+E|68|sn67|en69
+#1706.1|E|69
 N|70||POINT(20 10)
 N|71||POINT(10 20)
-E|70|sn70|en71
-#1706.2|E*|70
+E|69|sn70|en71
+#1706.2|E*|69
+#1706.2|E*|71
 #1706.2|E*|72
-#1706.2|E*|73
 N|72||POINT(10 0)
 N|73||POINT(10 10)
 N|74||POINT(15 10)
-E|70|sn70|en74
-E|71|sn73|en71
-E|72|sn72|en73
-E|73|sn74|en73
+E|69|sn70|en74
+E|70|sn73|en71
+E|71|sn72|en73
+E|72|sn74|en73
 #1714.1|N|75
 N|75|0|POINT(10 0)
-#1714.2|E*|74
+#1714.2|E*|73
+N|76||POINT(0 20)
+E|73|sn75|en76
 Topology 'city_data' dropped
 t3280.start|t
 t3280|L11
@@ -183,3 +184,20 @@ t3280|L22
 t3280|L1b4
 t3280|L1b2
 t3280.end|Topology 'bug3280' dropped
+t3380.start|t
+t3380.L1|1
+t3380.L2|3
+t3380.L2|4
+t3380.L3|5
+t3380.end|Topology 'bug3380' dropped
+t3402.start|t
+t3402.L1|1
+t3402.L2|3
+t3402.end|Topology 'bug3402' dropped
+t3412.start|t
+t3412.L1|1
+t3412.L2|2
+t3412.L2|3
+t3412.L2|5
+t3412.L2|4
+t3412.end|Topology 'bug3412' dropped
diff --git a/topology/test/regress/topogeo_addlinestring_expected_oldsnap b/topology/test/regress/topogeo_addlinestring_expected_oldsnap
index 30ad1dc..dec535d 100644
--- a/topology/test/regress/topogeo_addlinestring_expected_oldsnap
+++ b/topology/test/regress/topogeo_addlinestring_expected_oldsnap
@@ -43,9 +43,9 @@ E|15|sn12|en32
 E|33|sn32|en19
 E|34|sn31|en32
 E|35|sn32|en33
+snap|7
 snap|36
 snap|39
-snap|40
 N|34||POINT(18 22)
 N|35||POINT(22.4 22)
 N|36||POINT(21 20.4)
@@ -56,14 +56,13 @@ E|36|sn34|en17
 E|37|sn35|en18
 E|38|sn36|en17
 E|39|sn35|en36
-E|40|sn17|en35
 snap_again|7
 snap_again|36
 snap_again|39
-crossover|43
+crossover|42
+crossover|44
 crossover|45
 crossover|46
-crossover|47
 N|37||POINT(9 20)
 N|38||POINT(16.2 14)
 N|39||POINT(21 10)
@@ -72,109 +71,109 @@ N|41||POINT(21 7)
 E|9|sn15|en38
 E|20|sn9|en41
 E|21|sn15|en40
-E|41|sn37|en16
-E|42|sn38|en14
-E|43|sn37|en38
-E|44|sn39|en14
-E|45|sn38|en39
-E|46|sn40|en37
-E|47|sn41|en39
-crossover_again|43
+E|40|sn37|en16
+E|41|sn38|en14
+E|42|sn37|en38
+E|43|sn39|en14
+E|44|sn38|en39
+E|45|sn40|en37
+E|46|sn41|en39
+crossover_again|42
+crossover_again|44
 crossover_again|45
 crossover_again|46
-crossover_again|47
 contains|25
+contains|47
 contains|48
-contains|49
 N|42||POINT(7 36)
 N|43||POINT(14 34)
-E|48|sn21|en42
-E|49|sn43|en22
+E|47|sn21|en42
+E|48|sn43|en22
+nodecross|49
 nodecross|50
-nodecross|51
 N|44||POINT(18 37)
 N|45||POINT(22 37)
-E|50|sn44|en4
-E|51|sn4|en45
+E|49|sn44|en4
+E|50|sn4|en45
 iso_ex_2segs|28
-#1613.1|52
+#1613.1|51
 N|46||POINT(556267.6 144887)
 N|47||POINT(556267 144887.4)
-E|52|sn46|en47
+E|51|sn46|en47
+#1613.2|53
 #1613.2|54
-#1613.2|55
 N|48||POINT(556250 144887)
 N|49||POINT(556267.6 144887)
 N|50||POINT(556310 144887)
-E|52|sn46|en49
-E|53|sn49|en47
-E|54|sn48|en49
-E|55|sn49|en50
-#1631.1|56
+E|51|sn46|en49
+E|52|sn49|en47
+E|53|sn48|en49
+E|54|sn49|en50
+#1631.1|55
 N|51||POINT(556267.6 144887)
 N|52||POINT(556267.6 144888)
-E|56|sn51|en52
+E|55|sn51|en52
+#1631.2|56
 #1631.2|57
-#1631.2|58
 N|53||POINT(556254.6 144886.6)
 N|54||POINT(556267.6 144887)
-E|57|sn53|en51
-E|58|sn51|en54
-#1641.1|59
+E|56|sn53|en51
+E|57|sn51|en54
+#1641.1|58
 N|55||POINT(-0.2 0.4)
 N|56||POINT(0.2 0.4)
-E|59|sn55|en56
+E|58|sn55|en56
+#1641.2|60
 #1641.2|61
-#1641.2|62
 N|57||POINT(0 0.2)
 N|58||POINT(0 0.4)
 N|59||POINT(0 0.4)
-E|59|sn55|en58
-E|60|sn58|en56
-E|61|sn57|en58
-E|62|sn58|en59
-#1641.3|63
+E|58|sn55|en58
+E|59|sn58|en56
+E|60|sn57|en58
+E|61|sn58|en59
+#1641.3|62
 N|60||POINT(-0.2 0.4)
 N|61||POINT(0.2 0.4)
-E|63|sn60|en61
+E|62|sn60|en61
+#1641.4|64
 #1641.4|65
-#1641.4|66
 N|62||POINT(0 0.2)
 N|63||POINT(0 0.4)
 N|64||POINT(0 0.4)
-E|63|sn60|en63
-E|64|sn63|en61
-E|65|sn62|en63
-E|66|sn63|en64
+E|62|sn60|en63
+E|63|sn63|en61
+E|64|sn62|en63
+E|65|sn63|en64
 #1650.1
 N|65|0|POINT(0 0)
-#1650.3|67
+#1650.3|66
 N|66||POINT(10 0)
-E|67|sn65|en66
+E|66|sn65|en66
 #1654.1|N|67
 N|67|0|POINT(0 0)
+#1654.2|67
 #1654.2|68
-#1654.2|69
 N|68||POINT(-10 1)
 N|69||POINT(10 1)
-E|68|sn68|en67
-E|69|sn67|en69
-#1706.1|E|70
+E|67|sn68|en67
+E|68|sn67|en69
+#1706.1|E|69
 N|70||POINT(20 10)
 N|71||POINT(10 20)
-E|70|sn70|en71
-#1706.2|E*|70
-#1706.2|E*|72
+E|69|sn70|en71
+#1706.2|E*|69
+#1706.2|E*|71
 N|72||POINT(10 0)
 N|73||POINT(9 12)
-E|70|sn70|en73
-E|71|sn73|en71
-E|72|sn72|en73
+E|69|sn70|en73
+E|70|sn73|en71
+E|71|sn72|en73
 #1714.1|N|74
 N|74|0|POINT(10 0)
-#1714.2|E*|73
+#1714.2|E*|72
 N|75||POINT(0 20)
-E|73|sn74|en75
+E|72|sn74|en75
 Topology 'city_data' dropped
 t3280.start|t
 t3280|L11
@@ -182,3 +181,20 @@ t3280|L22
 t3280|L1b4
 t3280|L1b2
 t3280.end|Topology 'bug3280' dropped
+t3380.start|t
+t3380.L1|1
+t3380.L2|3
+t3380.L2|4
+t3380.L3|5
+t3380.end|Topology 'bug3380' dropped
+t3402.start|t
+t3402.L1|1
+t3402.L2|3
+t3402.end|Topology 'bug3402' dropped
+t3412.start|t
+t3412.L1|1
+t3412.L2|2
+t3412.L2|3
+t3412.L2|5
+t3412.L2|4
+t3412.end|Topology 'bug3412' dropped
diff --git a/topology/test/regress/totopogeom.sql b/topology/test/regress/totopogeom.sql
index 63be65e..993bc6e 100644
--- a/topology/test/regress/totopogeom.sql
+++ b/topology/test/regress/totopogeom.sql
@@ -200,6 +200,26 @@ SELECT 'tgup1.3', id(t.g), st_area(t.g), count(r.*)
   WHERE t.id = -1 AND r.layer_id = 4 AND r.topogeo_id = id(t.g)
   GROUP BY id(t.g), st_area(t.g);
 
+-- http://trac.osgeo.org/postgis/ticket/3359
+-- NOTE: requires identifier of the second edge to be 2
+TRUNCATE tt.relation CASCADE;
+TRUNCATE tt.edge_data CASCADE;
+TRUNCATE tt.node CASCADE;
+DELETE FROM tt.face WHERE face_id > 0;
+SELECT '#3359.setval',
+       setval('tt.edge_data_edge_id_seq', 1, false),
+       -- face_id is intentionally set to 2
+       setval('tt.face_face_id_seq', 2, false),
+       setval('tt.node_node_id_seq', 1, false);
+SELECT '#3359.line.1', ST_Length(toTopoGeom('LINESTRING (0 0,1 0)'
+::geometry, 'tt', 3));
+SELECT '#3359.line.2', ST_Length(toTopoGeom('LINESTRING (0 0,1 0,1 1)'
+::geometry, 'tt', 3));
+SELECT '#3359.area.1', ST_Area(toTopoGeom('POLYGON ((0 0,1 0,1 1,0 1,0 0))'
+::geometry, 'tt', 4));
+SELECT '#3359.area.2', ST_Area(toTopoGeom('POLYGON ((0 0,1 0,1 2,0 2,0 0))'
+::geometry, 'tt', 4));
+
 DROP TABLE tt.f_coll;
 DROP TABLE tt.f_areal;
 DROP TABLE tt.f_lineal;
diff --git a/topology/test/regress/totopogeom_expected b/topology/test/regress/totopogeom_expected
index 6d99991..7f222f8 100644
--- a/topology/test/regress/totopogeom_expected
+++ b/topology/test/regress/totopogeom_expected
@@ -44,4 +44,9 @@ custom_search_path|0
 tgup1.1|5|100|1
 tgup1.2|5|200|2
 tgup1.3|5|200|4
+#3359.setval|1|2|1
+#3359.line.1|1
+#3359.line.2|2
+#3359.area.1|1
+#3359.area.2|2
 Topology 'tt' dropped
diff --git a/topology/topology.sql.in b/topology/topology.sql.in
index a0979ab..2ac7208 100644
--- a/topology/topology.sql.in
+++ b/topology/topology.sql.in
@@ -595,6 +595,7 @@ BEGIN
   IF child IS NOT NULL THEN
     SELECT level + 1 FROM topology.layer
       WHERE layer_id = child
+        AND topology_id = topoid
       INTO newlevel;
     IF newlevel IS NULL THEN
       RAISE EXCEPTION 'Child layer % does not exist in topology "%"', child, toponame;
@@ -1105,13 +1106,21 @@ DECLARE
   query2 text;
   lyr RECORD;
   ok bool;
+  topoid INTEGER;
 BEGIN
 
+  -- Get topology id
+  SELECT id INTO topoid
+    FROM topology.topology WHERE name = toponame;
+  IF NOT FOUND THEN
+    RAISE EXCEPTION 'Topology % does not exist', quote_literal(toponame);
+  END IF;
+
   -- Get layer info
   ok = false;
-  FOR rec IN EXECUTE 'SELECT * FROM '
-       ' topology.layer '
-       ' WHERE layer_id = ' || layerid
+  FOR rec IN EXECUTE 'SELECT * FROM topology.layer '
+       ' WHERE layer_id = $1 AND topology_id = $2'
+       USING layerid, topoid
   LOOP
     lyr = rec;
     ok = true;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list