1# SOME DESCRIPTIVE TITLE.
2# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
3#
4#, fuzzy
5msgid ""
6msgstr ""
7"Project-Id-Version: PACKAGE VERSION\n"
8"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
9"POT-Creation-Date: 2021-12-18 00:06+0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"
16
17#. Tag: title
18#: release_notes.xml:3
19#, no-c-format
20msgid "Appendix"
21msgstr ""
22
23#. Tag: subtitle
24#: release_notes.xml:4
25#, no-c-format
26msgid "Release Notes"
27msgstr ""
28
29#. Tag: title
30#: release_notes.xml:6
31#, no-c-format
32msgid "PostGIS 3.2.0 (Olivier Courtin Edition)"
33msgstr ""
34
35#. Tag: para
36#: release_notes.xml:7
37#, no-c-format
38msgid "2021/12/18"
39msgstr ""
40
41#. Tag: para
42#: release_notes.xml:8 release_notes.xml:122 release_notes.xml:183
43#, no-c-format
44msgid ""
45"This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj "
46"4.9+ Additional features are enabled if you are running GEOS 3.9+ (and "
47"ST_MakeValid enhancements with 3.10+), Proj 6.1+, and PostgreSQL 14+."
48msgstr ""
49
50#. Tag: para
51#: release_notes.xml:12 release_notes.xml:126
52#, no-c-format
53msgid ""
54"Due to some query performance degradation with the new PG14 fast index "
55"build , we have decided to disable the feature by default until we get more "
56"user testing as to the true impact of real-world queries. If you are running "
57"PG14+, you can reenable it by doing:"
58msgstr ""
59
60#. Tag: programlisting
61#: release_notes.xml:18
62#, no-c-format
63msgid ""
64"ALTER OPERATOR FAMILY gist_geometry_ops_2d USING gist\n"
65"            ADD FUNCTION 11 (geometry)\n"
66"            geometry_gist_sortsupport_2d (internal);"
67msgstr ""
68
69#. Tag: para
70#: release_notes.xml:19 release_notes.xml:134
71#, no-c-format
72msgid "To revert the change:"
73msgstr ""
74
75#. Tag: programlisting
76#: release_notes.xml:20
77#, no-c-format
78msgid ""
79"ALTER OPERATOR FAMILY gist_geometry_ops_2d using gist\n"
80"        DROP FUNCTION 11 (geometry);"
81msgstr ""
82
83#. Tag: para
84#: release_notes.xml:21 release_notes.xml:137
85#, no-c-format
86msgid "and then reindex your gist indexes"
87msgstr ""
88
89#. Tag: title
90#: release_notes.xml:24 release_notes.xml:213 release_notes.xml:304
91#: release_notes.xml:338
92#, no-c-format
93msgid "Breaking changes"
94msgstr ""
95
96#. Tag: para
97#: release_notes.xml:25
98#, no-c-format
99msgid ""
100"5008, Empty geometries are not reported as being within Infinite distance by "
101"ST_DWithin (Sandro Santilli)"
102msgstr ""
103
104#. Tag: para
105#: release_notes.xml:27
106#, no-c-format
107msgid ""
108"4824, Removed <code>--without-wagyu</code> build option. Using Wagyu is now "
109"mandatory to build with MVT support."
110msgstr ""
111
112#. Tag: para
113#: release_notes.xml:28
114#, no-c-format
115msgid ""
116"4933, topology.GetFaceByPoint will not work with topologies having invalid "
117"edge linking."
118msgstr ""
119
120#. Tag: para
121#: release_notes.xml:29
122#, no-c-format
123msgid ""
124"4981, ST_StartPoint support any geometry. No longer returns null for non-"
125"linestrings."
126msgstr ""
127
128#. Tag: para
129#: release_notes.xml:30
130#, no-c-format
131msgid ""
132"4149, ST_AsMVTGeom now preserves more of original geometry's details at "
133"scale close to target extent. If you need previous simplifying behaviour, "
134"you can ST_Simplify the geometry in advance. (Darafei Praliaskouski)"
135msgstr ""
136
137#. Tag: para
138#: release_notes.xml:33
139#, no-c-format
140msgid "- Proj 4.9 or higher is required"
141msgstr ""
142
143#. Tag: para
144#: release_notes.xml:34 release_notes.xml:191
145#, no-c-format
146msgid ""
147"5000, Turn off Window support in ST_AsMVT aggregate as no real use-case for "
148"it and it crashes with random input (Paul Ramsey)"
149msgstr ""
150
151#. Tag: title
152#: release_notes.xml:40 release_notes.xml:172 release_notes.xml:203
153#: release_notes.xml:223 release_notes.xml:315 release_notes.xml:355
154#: release_notes.xml:422 release_notes.xml:473 release_notes.xml:546
155#: release_notes.xml:898 release_notes.xml:1283 release_notes.xml:1340
156#: release_notes.xml:1366 release_notes.xml:1387 release_notes.xml:1496
157#: release_notes.xml:1524 release_notes.xml:1643 release_notes.xml:1821
158#: release_notes.xml:1849 release_notes.xml:1908 release_notes.xml:1970
159#: release_notes.xml:2060 release_notes.xml:2261 release_notes.xml:2316
160#, no-c-format
161msgid "Enhancements"
162msgstr ""
163
164#. Tag: para
165#: release_notes.xml:41 release_notes.xml:204
166#, no-c-format
167msgid "4997, FlatGeobuf format input/output (Björn Harrtell)"
168msgstr ""
169
170#. Tag: para
171#: release_notes.xml:42
172#, no-c-format
173msgid ""
174"4575, GRANT SELECT on topology metadata tables to PUBLIC (Sandro Santilli)"
175msgstr ""
176
177#. Tag: para
178#: release_notes.xml:43
179#, no-c-format
180msgid ""
181"2592, Do not allow CreateTopology to define topologies with SRID &lt; 0 "
182"(Sandro Santilli)"
183msgstr ""
184
185#. Tag: para
186#: release_notes.xml:45
187#, no-c-format
188msgid ""
189"3232, Prevent moving an isolated node to different face (Sandro Santilli)"
190msgstr ""
191
192#. Tag: para
193#: release_notes.xml:47
194#, no-c-format
195msgid ""
196"- Consider collection TopoGeometries while editing topology primitives. "
197"(Sandro Santilli)"
198msgstr ""
199
200#. Tag: para
201#: release_notes.xml:49
202#, no-c-format
203msgid ""
204"3248, Prevent removing isolated edges if used in a TopoGeometry (Sandro "
205"Santilli)"
206msgstr ""
207
208#. Tag: para
209#: release_notes.xml:51
210#, no-c-format
211msgid ""
212"3231, Prevent removing isolated nodes if used in a TopoGeometry (Sandro "
213"Santilli)"
214msgstr ""
215
216#. Tag: para
217#: release_notes.xml:53
218#, no-c-format
219msgid ""
220"3239, Prevent headling topology edges if the connecting node is used in the "
221"definition of a TopoGeometry (Sandro Santilli)"
222msgstr ""
223
224#. Tag: para
225#: release_notes.xml:55
226#, no-c-format
227msgid ""
228"4950, Speed up checking containing_face for nodes in ValidateTopology "
229"(Sandro Santilli)"
230msgstr ""
231
232#. Tag: para
233#: release_notes.xml:57
234#, no-c-format
235msgid "4945, Multi-shell face check in ValidateTopology (Sandro Santilli)"
236msgstr ""
237
238#. Tag: para
239#: release_notes.xml:58
240#, no-c-format
241msgid ""
242"4944, Side-location conflict check in ValidateTopology (Sandro Santilli)"
243msgstr ""
244
245#. Tag: para
246#: release_notes.xml:59
247#, no-c-format
248msgid "3042, ValidateTopology check for edge linking (Sandro Santilli)"
249msgstr ""
250
251#. Tag: para
252#: release_notes.xml:60
253#, no-c-format
254msgid "3276, ValidateTopology check for face's mbr (Sandro Santilli)"
255msgstr ""
256
257#. Tag: para
258#: release_notes.xml:61
259#, no-c-format
260msgid "4936, Bounding box limited ValidateTopology (Sandro Santilli)"
261msgstr ""
262
263#. Tag: para
264#: release_notes.xml:62
265#, no-c-format
266msgid ""
267"4933, Speed up topology building in presence of big faces (Sandro Santilli)"
268msgstr ""
269
270#. Tag: para
271#: release_notes.xml:63
272#, no-c-format
273msgid ""
274"3233, ValidateTopology check for node's containing_face (Sandro Santilli)"
275msgstr ""
276
277#. Tag: para
278#: release_notes.xml:64
279#, no-c-format
280msgid ""
281"4830, ValidateTopology check for edges side face containment (Sandro "
282"Santilli)"
283msgstr ""
284
285#. Tag: para
286#: release_notes.xml:66
287#, no-c-format
288msgid "4827, Allow NaN coordinates in WKT input (Paul Ramsey)"
289msgstr ""
290
291#. Tag: para
292#: release_notes.xml:67
293#, no-c-format
294msgid ""
295"- ST_Value() accepts resample parameter to add bilinear option (Paul Ramsey)"
296msgstr ""
297
298#. Tag: para
299#: release_notes.xml:68
300#, no-c-format
301msgid ""
302"3778, #4401, ST_Boundary now works for TIN and does not linearize curves "
303"(Aliaksandr Kalenik)"
304msgstr ""
305
306#. Tag: para
307#: release_notes.xml:69
308#, no-c-format
309msgid ""
310"4881, #4884, Store sign of edge_id for lineal TopoGeometry in relation table "
311"to retain direction (Sandro Santilli)"
312msgstr ""
313
314#. Tag: para
315#: release_notes.xml:71
316#, no-c-format
317msgid ""
318"4628, Add an option to disable ANALYZE when loading shapefiles (Stefan "
319"Corneliu Petrea)"
320msgstr ""
321
322#. Tag: para
323#: release_notes.xml:72
324#, no-c-format
325msgid ""
326"4924, Faster ST_RemoveRepeatedPoints on large multipoints, O(NlogN) instead "
327"of O(N^2) (Aliaksandr Kalenik, Darafei Praliaskouski)"
328msgstr ""
329
330#. Tag: para
331#: release_notes.xml:74
332#, no-c-format
333msgid "4925, fix ST_DumpPoints to not overlook points (Aliaksandr Kalenik)"
334msgstr ""
335
336#. Tag: para
337#: release_notes.xml:75
338#, no-c-format
339msgid "- ST_SRID(topogeometry) override, to speedup lookups (Sandro Santilli)"
340msgstr ""
341
342#. Tag: para
343#: release_notes.xml:76
344#, no-c-format
345msgid ""
346"2175, Avoid creating additional nodes when adding same closed line to "
347"topology (Sandro Santilli)"
348msgstr ""
349
350#. Tag: para
351#: release_notes.xml:78
352#, no-c-format
353msgid ""
354"4974, Upgrade path for address_standardizer_data_us (Jan Katins of Aiven, "
355"Regina Obe)"
356msgstr ""
357
358#. Tag: para
359#: release_notes.xml:80
360#, no-c-format
361msgid ""
362"4975, PostGIS upgrade change to not use temp tables (Jan Katins of Aiven)"
363msgstr ""
364
365#. Tag: para
366#: release_notes.xml:81
367#, no-c-format
368msgid "4981, ST_StartPoint support any geometry (Aliaksandr Kalenik)"
369msgstr ""
370
371#. Tag: para
372#: release_notes.xml:82
373#, no-c-format
374msgid "4799, Include srs in GeoJSON where it exists in spatial_ref_sys."
375msgstr ""
376
377#. Tag: para
378#: release_notes.xml:83
379#, no-c-format
380msgid ""
381"4986, GIST indexes on Postgres 14 are now created faster using Hilbert-"
382"sorting method. (Han Wang, Aliaksandr Kalenik, Darafei Praliaskouski, "
383"Giuseppe Broccolo)"
384msgstr ""
385
386#. Tag: para
387#: release_notes.xml:85
388#, no-c-format
389msgid ""
390"4949, Use proj_normalize_for_visualization to hand \"axis swap\" decisions "
391"(Paul Ramsey)"
392msgstr ""
393
394#. Tag: para
395#: release_notes.xml:86
396#, no-c-format
397msgid ""
398"- GH647, ST_PixelAsCentroids, ST_PixelAsCentroid reimplemented on top of a C "
399"function (Sergei Shoulbakov)"
400msgstr ""
401
402#. Tag: para
403#: release_notes.xml:87
404#, no-c-format
405msgid "- GH648, ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)"
406msgstr ""
407
408#. Tag: para
409#: release_notes.xml:88 release_notes.xml:173
410#, no-c-format
411msgid "5018, pgsql2shp basic support for WITH CTE clause (Regina Obe)"
412msgstr ""
413
414#. Tag: para
415#: release_notes.xml:89 release_notes.xml:174
416#, no-c-format
417msgid "5019, address_standardizer: Add support for pcre2 (Paul Ramsey)"
418msgstr ""
419
420#. Tag: title
421#: release_notes.xml:93 release_notes.xml:269 release_notes.xml:347
422#: release_notes.xml:463
423#, no-c-format
424msgid "New features"
425msgstr ""
426
427#. Tag: para
428#: release_notes.xml:94
429#, no-c-format
430msgid "4923, topology.ValidateTopologyRelation (Sandro Santilli)"
431msgstr ""
432
433#. Tag: para
434#: release_notes.xml:95
435#, no-c-format
436msgid "4933, topology.GetFaceContainingPoint (Sandro Santilli)"
437msgstr ""
438
439#. Tag: para
440#: release_notes.xml:96
441#, no-c-format
442msgid "2175, ST_Scroll (Sandro Santilli)"
443msgstr ""
444
445#. Tag: para
446#: release_notes.xml:97
447#, no-c-format
448msgid "4841, FindTopology to quickly get a topology record (Sandro Santilli)"
449msgstr ""
450
451#. Tag: para
452#: release_notes.xml:98
453#, no-c-format
454msgid "4869, FindLayer to quickly get a layer record (Sandro Santilli)"
455msgstr ""
456
457#. Tag: para
458#: release_notes.xml:99
459#, no-c-format
460msgid "4851, TopoGeom_addTopoGeom function (Sandro Santilli)"
461msgstr ""
462
463#. Tag: para
464#: release_notes.xml:100 release_notes.xml:276
465#, no-c-format
466msgid ""
467"ST_MakeValid(geometry, options) allows alternative validity building "
468"algorithms with GEOS 3.10 (Paul Ramsey)"
469msgstr ""
470
471#. Tag: para
472#: release_notes.xml:102 release_notes.xml:278
473#, no-c-format
474msgid ""
475"ST_InterpolateRaster() fills in raster cells between sample points using one "
476"of a number of algorithms (inverse weighted distance, average, etc) using "
477"algorithms from GDAL (Paul Ramsey)"
478msgstr ""
479
480#. Tag: para
481#: release_notes.xml:106 release_notes.xml:282
482#, no-c-format
483msgid ""
484"ST_Contour() generates contour lines from raster values using algorithms "
485"from GDAL (Paul Ramsey)"
486msgstr ""
487
488#. Tag: para
489#: release_notes.xml:108 release_notes.xml:284
490#, no-c-format
491msgid ""
492"ST_SetZ()/ST_SetM() fills in z/m coordinates of a geometry using data read "
493"from a raster (Paul Ramsey)"
494msgstr ""
495
496#. Tag: para
497#: release_notes.xml:110 release_notes.xml:286
498#, no-c-format
499msgid ""
500"New postgis.gdal_vsi_options GUC allows out-db rasters on VSI network "
501"services to be accessed with authentication keys, etc. (Paul Ramsey)"
502msgstr ""
503
504#. Tag: para
505#: release_notes.xml:112 release_notes.xml:288
506#, no-c-format
507msgid ""
508"ST_DumpSegments returns a set of segments of input geometry (Aliaksandr "
509"Kalenik)"
510msgstr ""
511
512#. Tag: para
513#: release_notes.xml:113
514#, no-c-format
515msgid ""
516"4859, ST_Point, ST_PointZ, ST_PointM, ST_PointZM, constructors with SRID "
517"parameter (Paul Ramsey)"
518msgstr ""
519
520#. Tag: para
521#: release_notes.xml:115
522#, no-c-format
523msgid ""
524"4808, ST_ClusterKMeans now supports max_radius argument. Use it when you're "
525"not sure what is the number of clusters but you know what the size of "
526"clusters should be. (Darafei Praliaskouski)"
527msgstr ""
528
529#. Tag: title
530#: release_notes.xml:120
531#, no-c-format
532msgid "PostGIS 3.2.0beta3"
533msgstr ""
534
535#. Tag: para
536#: release_notes.xml:121
537#, no-c-format
538msgid "2021/12/04"
539msgstr ""
540
541#. Tag: programlisting
542#: release_notes.xml:133
543#, no-c-format
544msgid ""
545"ALTER OPERATOR FAMILY gist_geometry_ops_2d USING gist\n"
546"        ADD FUNCTION 11 (geometry)\n"
547"        geometry_gist_sortsupport_2d (internal);"
548msgstr ""
549
550#. Tag: programlisting
551#: release_notes.xml:135
552#, no-c-format
553msgid ""
554"ALTER OPERATOR FAMILY gist_geometry_ops_2d using gist\n"
555"     DROP FUNCTION 11 (geometry);"
556msgstr ""
557
558#. Tag: para
559#: release_notes.xml:139
560#, no-c-format
561msgid "Changes since PostGIS 3.2.0beta2 release:"
562msgstr ""
563
564#. Tag: title
565#: release_notes.xml:141 release_notes.xml:163
566#, no-c-format
567msgid "Breaking changes / fixes"
568msgstr ""
569
570#. Tag: para
571#: release_notes.xml:142
572#, no-c-format
573msgid "5028, ST_AsFlatGeobuf crashes on mixed geometry input (Björn Harrtell)"
574msgstr ""
575
576#. Tag: para
577#: release_notes.xml:144
578#, no-c-format
579msgid "5029, ST_AsFlatGeobuf indexed output corruption (Björn Harrtell)"
580msgstr ""
581
582#. Tag: para
583#: release_notes.xml:146
584#, no-c-format
585msgid "5014, Crash on ST_TableFromFlatGeobuf (Björn Harrtell)"
586msgstr ""
587
588#. Tag: para
589#: release_notes.xml:147
590#, no-c-format
591msgid ""
592"Rename ST_TableFromFlatGeobuf to ST_FromFlatGeobufToTable (Björn Harrtell)"
593msgstr ""
594
595#. Tag: para
596#: release_notes.xml:149
597#, no-c-format
598msgid "PG14 fast index building disabled by default. (Paul Ramsey)"
599msgstr ""
600
601#. Tag: title
602#: release_notes.xml:154
603#, no-c-format
604msgid "Release 3.2.0beta2"
605msgstr ""
606
607#. Tag: para
608#: release_notes.xml:155
609#, no-c-format
610msgid "Release date: 2021/11/26"
611msgstr ""
612
613#. Tag: para
614#: release_notes.xml:156
615#, no-c-format
616msgid ""
617"This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj "
618"4.9+ Additional features are enabled if you are running GEOS 3.9+ (and "
619"ST_MakeValid enhancements with 3.10+), Proj 6.1+, and PostgreSQL 14+. "
620"Changes since PostGIS 3.2.0beta1 release:"
621msgstr ""
622
623#. Tag: para
624#: release_notes.xml:164
625#, no-c-format
626msgid "5016, loader (shp2pgsq): Respect LDFLAGS (Greg Troxel)"
627msgstr ""
628
629#. Tag: para
630#: release_notes.xml:165
631#, no-c-format
632msgid ""
633"5005, ST_AsFlatGeoBuf crashes on tables when geometry column is not the "
634"first column (Björn Harrtell)"
635msgstr ""
636
637#. Tag: para
638#: release_notes.xml:167
639#, no-c-format
640msgid ""
641"5017, topology.ValidateTopology error relation \"shell_check\" already "
642"exists (Sandro Santilli)"
643msgstr ""
644
645#. Tag: para
646#: release_notes.xml:175
647#, no-c-format
648msgid "GH647, ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)"
649msgstr ""
650
651#. Tag: para
652#: release_notes.xml:176
653#, no-c-format
654msgid ""
655"GH648, ST_PixelAsCentroids, ST_PixelAsCentroid reimplemented on top of a C "
656"function (Sergei Shoulbakov)"
657msgstr ""
658
659#. Tag: title
660#: release_notes.xml:181
661#, no-c-format
662msgid "Release 3.2.0beta1"
663msgstr ""
664
665#. Tag: para
666#: release_notes.xml:182
667#, no-c-format
668msgid "Release date: 2021/10/23"
669msgstr ""
670
671#. Tag: title
672#: release_notes.xml:188
673#, no-c-format
674msgid "Bug Fixes and Breaking Changes"
675msgstr ""
676
677#. Tag: para
678#: release_notes.xml:189
679#, no-c-format
680msgid ""
681"5012, Clean regress against released GEOS 3.10.0 (Regina Obe, Paul Ramsey)"
682msgstr ""
683
684#. Tag: para
685#: release_notes.xml:194
686#, no-c-format
687msgid ""
688"4994, shp2pgsql is sometimes missing the INSERT statements (Sandro Santilli)"
689msgstr ""
690
691#. Tag: para
692#: release_notes.xml:196
693#, no-c-format
694msgid "4990, getfacecontainingpoint fails on i386 (Sandro Santilli)"
695msgstr ""
696
697#. Tag: para
698#: release_notes.xml:197
699#, no-c-format
700msgid ""
701"5008, Have ST_DWithin with EMPTY operand always return false (Sandro "
702"Santilli)"
703msgstr ""
704
705#. Tag: para
706#: release_notes.xml:199
707#, no-c-format
708msgid ""
709"5002, liblwgeom should build with warning flags by default (Sandro Santilli)"
710msgstr ""
711
712#. Tag: title
713#: release_notes.xml:208
714#, no-c-format
715msgid "Release 3.2.0alpha1"
716msgstr ""
717
718#. Tag: para
719#: release_notes.xml:209
720#, no-c-format
721msgid "Release date: 2021/09/10"
722msgstr ""
723
724#. Tag: para
725#: release_notes.xml:210
726#, no-c-format
727msgid ""
728"This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj "
729"4.9 or higher Additional features are enabled if you are running GEOS 3.9+ "
730"(more with GEOS 3.10+), Proj 6.1+, or PostgreSQL 14+."
731msgstr ""
732
733#. Tag: para
734#: release_notes.xml:214
735#, no-c-format
736msgid ""
737"#4824, Removed `--without-wagyu` build option. Using Wagyu is now mandatory "
738"to build with MVT support."
739msgstr ""
740
741#. Tag: para
742#: release_notes.xml:215
743#, no-c-format
744msgid ""
745"#4933, topology.GetFaceByPoint will not work with topologies having invalid "
746"edge linking."
747msgstr ""
748
749#. Tag: para
750#: release_notes.xml:216
751#, no-c-format
752msgid ""
753"#4981, ST_StartPoint support any geometry. No longer returns null for non-"
754"linestrings."
755msgstr ""
756
757#. Tag: para
758#: release_notes.xml:217
759#, no-c-format
760msgid ""
761"#4149, ST_AsMVTGeom now preserves more of original geometry's details at "
762"scale close to target extent. If you need previous simplifying behaviour, "
763"you can ST_Simplify the geometry in advance. (Darafei Praliaskouski)"
764msgstr ""
765
766#. Tag: para
767#: release_notes.xml:220
768#, no-c-format
769msgid "Proj 4.9 or higher is required."
770msgstr ""
771
772#. Tag: para
773#: release_notes.xml:224
774#, no-c-format
775msgid ""
776"#2592, Do not allow CreateTopology to define topologies with SRID &gt; 0 "
777"(Sandro Santilli)"
778msgstr ""
779
780#. Tag: para
781#: release_notes.xml:226
782#, no-c-format
783msgid ""
784"#3232, Prevent moving an isolated node to different face (Sandro Santilli)"
785msgstr ""
786
787#. Tag: para
788#: release_notes.xml:228
789#, no-c-format
790msgid ""
791"Consider collection TopoGeometries while editing topology primitives. "
792"(Sandro Santilli)"
793msgstr ""
794
795#. Tag: para
796#: release_notes.xml:230
797#, no-c-format
798msgid ""
799"#3248, Prevent removing isolated edges if used in a TopoGeometry (Sandro "
800"Santilli)"
801msgstr ""
802
803#. Tag: para
804#: release_notes.xml:232
805#, no-c-format
806msgid ""
807"#3231, Prevent removing isolated nodes if used in a TopoGeometry (Sandro "
808"Santilli)"
809msgstr ""
810
811#. Tag: para
812#: release_notes.xml:234
813#, no-c-format
814msgid ""
815"#3239, Prevent headling topology edges if the connecting node is used in the "
816"definition of a TopoGeometry (Sandro Santilli)"
817msgstr ""
818
819#. Tag: para
820#: release_notes.xml:236
821#, no-c-format
822msgid ""
823"#4950, Speed up checking containing_face for nodes in ValidateTopology "
824"(Sandro Santilli)"
825msgstr ""
826
827#. Tag: para
828#: release_notes.xml:238
829#, no-c-format
830msgid "#4945, Multi-shell face check in ValidateTopology (Sandro Santilli)"
831msgstr ""
832
833#. Tag: para
834#: release_notes.xml:239
835#, no-c-format
836msgid ""
837"#4944, Side-location conflict check in ValidateTopology (Sandro Santilli)"
838msgstr ""
839
840#. Tag: para
841#: release_notes.xml:240
842#, no-c-format
843msgid "#3042, ValidateTopology check for edge linking (Sandro Santilli)"
844msgstr ""
845
846#. Tag: para
847#: release_notes.xml:241
848#, no-c-format
849msgid "#3276, ValidateTopology check for face's mbr (Sandro Santilli)"
850msgstr ""
851
852#. Tag: para
853#: release_notes.xml:242
854#, no-c-format
855msgid "#4936, Bounding box limited ValidateTopology (Sandro Santilli)"
856msgstr ""
857
858#. Tag: para
859#: release_notes.xml:243
860#, no-c-format
861msgid ""
862"#4933, Speed up topology building in presence of big faces (Sandro Santilli)"
863msgstr ""
864
865#. Tag: para
866#: release_notes.xml:244
867#, no-c-format
868msgid ""
869"#3233, ValidateTopology check for node's containing_face (Sandro Santilli)"
870msgstr ""
871
872#. Tag: para
873#: release_notes.xml:245
874#, no-c-format
875msgid ""
876"#4830, ValidateTopology check for edges side face containment (Sandro "
877"Santilli)"
878msgstr ""
879
880#. Tag: para
881#: release_notes.xml:247
882#, no-c-format
883msgid "#4827, Allow NaN coordinates in WKT input (Paul Ramsey)"
884msgstr ""
885
886#. Tag: para
887#: release_notes.xml:248
888#, no-c-format
889msgid ""
890"ST_Value() accepts resample parameter to add bilinear option (Paul Ramsey)"
891msgstr ""
892
893#. Tag: para
894#: release_notes.xml:249
895#, no-c-format
896msgid ""
897"#3778, #4401, ST_Boundary now works for TIN and does not linearize curves "
898"(Aliaksandr Kalenik)"
899msgstr ""
900
901#. Tag: para
902#: release_notes.xml:250
903#, no-c-format
904msgid ""
905"#4881, #4884, Store sign of edge_id for lineal TopoGeometry in relation "
906"table to retain direction (Sandro Santilli)"
907msgstr ""
908
909#. Tag: para
910#: release_notes.xml:252
911#, no-c-format
912msgid ""
913"#4628, Add an option to disable ANALYZE when loading shapefiles (Stefan "
914"Corneliu Petrea)"
915msgstr ""
916
917#. Tag: para
918#: release_notes.xml:253
919#, no-c-format
920msgid ""
921"#4924, Faster ST_RemoveRepeatedPoints on large multipoints, O(NlogN) instead "
922"of O(N^2) (Aliaksandr Kalenik, Darafei Praliaskouski)"
923msgstr ""
924
925#. Tag: para
926#: release_notes.xml:255
927#, no-c-format
928msgid "#4925, fix ST_DumpPoints to not overlook points (Aliaksandr Kalenik)"
929msgstr ""
930
931#. Tag: para
932#: release_notes.xml:256
933#, no-c-format
934msgid "ST_SRID(topogeometry) override, to speedup lookups (Sandro Santilli)"
935msgstr ""
936
937#. Tag: para
938#: release_notes.xml:257
939#, no-c-format
940msgid ""
941"#2175, Avoid creating additional nodes when adding same closed line to "
942"topology (Sandro Santilli)"
943msgstr ""
944
945#. Tag: para
946#: release_notes.xml:259
947#, no-c-format
948msgid ""
949"#4974, Upgrade path for address_standardizer_data_us (Jan Katins of Aiven, "
950"Regina Obe)"
951msgstr ""
952
953#. Tag: para
954#: release_notes.xml:261
955#, no-c-format
956msgid ""
957"#4975, PostGIS upgrade change to not use temp tables (Jan Katins of Aiven)"
958msgstr ""
959
960#. Tag: para
961#: release_notes.xml:262
962#, no-c-format
963msgid "#4981, ST_StartPoint support any geometry (Aliaksandr Kalenik)"
964msgstr ""
965
966#. Tag: para
967#: release_notes.xml:263
968#, no-c-format
969msgid "#4799, Include srs in GeoJSON where it exists in spatial_ref_sys."
970msgstr ""
971
972#. Tag: para
973#: release_notes.xml:264
974#, no-c-format
975msgid ""
976"#4986, GIST indexes on Postgres 14 are now created faster using Hilbert-"
977"sorting method. (Han Wang, Aliaksandr Kalenik, Darafei Praliaskouski, "
978"Giuseppe Broccolo)"
979msgstr ""
980
981#. Tag: para
982#: release_notes.xml:266
983#, no-c-format
984msgid ""
985"#4949, Use proj_normalize_for_visualization to hand \"axis swap\" decisions "
986"(Paul Ramsey)"
987msgstr ""
988
989#. Tag: para
990#: release_notes.xml:270
991#, no-c-format
992msgid "#4923, topology.ValidateTopologyRelation (Sandro Santilli)"
993msgstr ""
994
995#. Tag: para
996#: release_notes.xml:271
997#, no-c-format
998msgid "#4933, topology.GetFaceContainingPoint (Sandro Santilli)"
999msgstr ""
1000
1001#. Tag: para
1002#: release_notes.xml:272
1003#, no-c-format
1004msgid "#2175, ST_Scroll (Sandro Santilli)"
1005msgstr ""
1006
1007#. Tag: para
1008#: release_notes.xml:273
1009#, no-c-format
1010msgid "#4841, FindTopology to quickly get a topology record (Sandro Santilli)"
1011msgstr ""
1012
1013#. Tag: para
1014#: release_notes.xml:274
1015#, no-c-format
1016msgid "#4869, FindLayer to quickly get a layer record (Sandro Santilli)"
1017msgstr ""
1018
1019#. Tag: para
1020#: release_notes.xml:275
1021#, no-c-format
1022msgid "#4851, TopoGeom_addTopoGeom function (Sandro Santilli)"
1023msgstr ""
1024
1025#. Tag: para
1026#: release_notes.xml:289
1027#, no-c-format
1028msgid ""
1029"#4859, ST_Point, ST_PointZ, ST_PointM, ST_PointZM, constructors with SRID "
1030"parameter (Paul Ramsey)"
1031msgstr ""
1032
1033#. Tag: para
1034#: release_notes.xml:291
1035#, no-c-format
1036msgid ""
1037"#4808, ST_ClusterKMeans now supports max_radius argument. Use it when you're "
1038"not sure what is the number of clusters but you know what the size of "
1039"clusters should be. (Darafei Praliaskouski)"
1040msgstr ""
1041
1042#. Tag: title
1043#: release_notes.xml:297
1044#, no-c-format
1045msgid "Release 3.1.0beta1"
1046msgstr ""
1047
1048#. Tag: para
1049#: release_notes.xml:298
1050#, no-c-format
1051msgid "Release date: 2020/12/09"
1052msgstr ""
1053
1054#. Tag: para
1055#: release_notes.xml:299
1056#, no-c-format
1057msgid ""
1058"Only changes since 3.1.0alpha2 are listed. This version requires PostgreSQL "
1059"9.6-13 and GEOS >= 3.6+ Additional features and enhancements enabled if you "
1060"are running Proj6+, PostgreSQL 12+, and GEOS 3.9.0dev"
1061msgstr ""
1062
1063#. Tag: para
1064#: release_notes.xml:305
1065#, no-c-format
1066msgid ""
1067"4214, Deprecated ST_Count(tablename,...), ST_ApproxCount(tablename, ...) "
1068"ST_SummaryStats(tablename, ..), ST_Histogram(tablename, ...), "
1069"ST_ApproxHistogram(tablename, ...), ST_Quantile(tablename, ...), "
1070"ST_ApproxQuantile(tablename, ...) removed. (Darafei Praliaskouski)"
1071msgstr ""
1072
1073#. Tag: para
1074#: release_notes.xml:316
1075#, no-c-format
1076msgid ""
1077"4801, ST_ClusterKMeans supports weights in POINT[Z]M geometries (Darafei "
1078"Praliaskouski)"
1079msgstr ""
1080
1081#. Tag: para
1082#: release_notes.xml:318
1083#, no-c-format
1084msgid ""
1085"4804, ST_ReducePrecision (GEOS 3.9+) allows valid precision reduction (Paul "
1086"Ramsey)"
1087msgstr ""
1088
1089#. Tag: para
1090#: release_notes.xml:320
1091#, no-c-format
1092msgid ""
1093"4805, _ST_SortableHash exposed to work around parallel soring performance "
1094"issue in Postgres. If your table is huge, use ORDER BY "
1095"_ST_SortableHash(geom) instead of ORDER BY geom to make parallel sort faster "
1096"(Darafei Praliaskouski)"
1097msgstr ""
1098
1099#. Tag: para
1100#: release_notes.xml:325
1101#, no-c-format
1102msgid ""
1103"4625, Correlation statistics now calculated. Run ANALYZE for BRIN indexes to "
1104"start kicking in. (Darafei Praliaskouski)"
1105msgstr ""
1106
1107#. Tag: para
1108#: release_notes.xml:328
1109#, no-c-format
1110msgid ""
1111"Fix axis order issue with urn:ogc:def:crs:EPSG in ST_GeomFromGML() (Even "
1112"Roualt)"
1113msgstr ""
1114
1115#. Tag: title
1116#: release_notes.xml:333
1117#, no-c-format
1118msgid "Release 3.1.0alpha3"
1119msgstr ""
1120
1121#. Tag: para
1122#: release_notes.xml:334
1123#, no-c-format
1124msgid "Release date: 2020/11/19"
1125msgstr ""
1126
1127#. Tag: para
1128#: release_notes.xml:335
1129#, no-c-format
1130msgid ""
1131"Only changes since 3.1.0alpah2 are listed. This version requires PostgreSQL "
1132"9.6-13 and GEOS >= 3.6+ Additional features and enhancements enabled if you "
1133"are running Proj6+, PostgreSQL 12+, and GEOS 3.9.0dev"
1134msgstr ""
1135
1136#. Tag: para
1137#: release_notes.xml:339
1138#, no-c-format
1139msgid ""
1140"4737, Bump minimum protobuf-c requirement to 1.1.0 (Raúl Marín) The "
1141"configure step will now fail if the requirement isn't met or explicitly "
1142"disabled (--without-protobuf)"
1143msgstr ""
1144
1145#. Tag: para
1146#: release_notes.xml:342
1147#, no-c-format
1148msgid ""
1149"4258, Untangle postgis_sfcgal from postgis into its own lib file (Regina Obe)"
1150msgstr ""
1151
1152#. Tag: para
1153#: release_notes.xml:348
1154#, no-c-format
1155msgid "4698, Add a precision parameter to ST_AsEWKT (Raúl Marín)"
1156msgstr ""
1157
1158#. Tag: para
1159#: release_notes.xml:349
1160#, no-c-format
1161msgid ""
1162"Add a gridSize optional parameter to ST_Union, ST_UnaryUnion, ST_Difference, "
1163"ST_Intersection, ST_SymDifference, ST_Subdivide Requires GEOS 3.9 (Sandro "
1164"Santilli)"
1165msgstr ""
1166
1167#. Tag: para
1168#: release_notes.xml:356
1169#, no-c-format
1170msgid ""
1171"4789, Speed up TopoJSON output for areal TopoGeometry with many holes "
1172"(Sandro Santilli)"
1173msgstr ""
1174
1175#. Tag: para
1176#: release_notes.xml:358
1177#, no-c-format
1178msgid "4758, Improve topology noding robustness (Sandro Santilli)"
1179msgstr ""
1180
1181#. Tag: para
1182#: release_notes.xml:359
1183#, no-c-format
1184msgid "Make ST_Subdivide interruptable (Sandro Santilli)"
1185msgstr ""
1186
1187#. Tag: para
1188#: release_notes.xml:360
1189#, no-c-format
1190msgid ""
1191"4660, Changes in double / coordinate printing (Raúl Marín) - Use the "
1192"shortest representation (enough to guarantee roundtrip). - Uses scientific "
1193"notation for absolute numbers smaller than 1e-8. The previous behaviour was "
1194"to output 0 for absolute values smaller than 1e-12 and fixed notation for "
1195"anything bigger than that. - Uses scientific notation for absolute numbers "
1196"greater than 1e+15 (same behaviour). - The precision parameter now also "
1197"affects the scientific notation (before it was fixed [5-8]). - All output "
1198"functions now respect the requested precision (without any limits). - The "
1199"default precision is the same (9 for GeoJSON, 15 for everything else)."
1200msgstr ""
1201
1202#. Tag: para
1203#: release_notes.xml:369
1204#, no-c-format
1205msgid "4729, WKT/KML: Print doubles directly into stringbuffers (Raúl Marín)"
1206msgstr ""
1207
1208#. Tag: para
1209#: release_notes.xml:370
1210#, no-c-format
1211msgid ""
1212"4533, Use the standard coordinate printing system for box types (Raúl Marín)"
1213msgstr ""
1214
1215#. Tag: para
1216#: release_notes.xml:371
1217#, no-c-format
1218msgid ""
1219"4686, Avoid decompressing geographies when possible (Raúl Marín) Affects "
1220"ANALYZE, _ST_PointOutside, postgis_geobbox, ST_CombineBbox(box2d, geometry), "
1221"ST_ClipByBox2D when the geometry is fully inside or outside the bbox and "
1222"ST_BoundingDiagonal."
1223msgstr ""
1224
1225#. Tag: para
1226#: release_notes.xml:375
1227#, no-c-format
1228msgid ""
1229"4741, Don't use ST_PointInsideCircle if you need indexes, use ST_DWithin "
1230"instead. Documentation adjusted (Darafei Praliaskouski)"
1231msgstr ""
1232
1233#. Tag: para
1234#: release_notes.xml:377
1235#, no-c-format
1236msgid ""
1237"4737, Improve performance and reduce memory usage in ST_AsMVT, especially in "
1238"queries involving parallelism (Raúl Marín)"
1239msgstr ""
1240
1241#. Tag: para
1242#: release_notes.xml:379
1243#, no-c-format
1244msgid "4746, Micro optimizations to the serialization process (Raúl Marín)"
1245msgstr ""
1246
1247#. Tag: para
1248#: release_notes.xml:380
1249#, no-c-format
1250msgid ""
1251"4719, Fail fast when srids don't match ST_Intersection(geometry,raster) Also "
1252"schema qualify calls in function. (Regina Obe)"
1253msgstr ""
1254
1255#. Tag: para
1256#: release_notes.xml:382
1257#, no-c-format
1258msgid ""
1259"4784, Add ST_CollectionExtract(geometry) with default behaviour of "
1260"extracting the components of highest coordinate dimension. (Paul Ramsey)"
1261msgstr ""
1262
1263#. Tag: title
1264#: release_notes.xml:387 release_notes.xml:858 release_notes.xml:879
1265#: release_notes.xml:1151 release_notes.xml:1311 release_notes.xml:1328
1266#: release_notes.xml:1346 release_notes.xml:1370 release_notes.xml:1398
1267#: release_notes.xml:1459 release_notes.xml:1470 release_notes.xml:1511
1268#: release_notes.xml:1767 release_notes.xml:1793 release_notes.xml:1835
1269#: release_notes.xml:1859 release_notes.xml:1922 release_notes.xml:2077
1270#: release_notes.xml:2091 release_notes.xml:2129 release_notes.xml:2167
1271#: release_notes.xml:2198
1272#, no-c-format
1273msgid "Bug Fixes"
1274msgstr ""
1275
1276#. Tag: para
1277#: release_notes.xml:388
1278#, no-c-format
1279msgid ""
1280"4691, Fix segfault during gist index creation with empty geometries (Raúl "
1281"Marín)"
1282msgstr ""
1283
1284#. Tag: para
1285#: release_notes.xml:390
1286#, no-c-format
1287msgid ""
1288"Fix handling of bad WKB inputs (Oracle types) and unit tests for malformed "
1289"WKB. Remove memory leaks in malformed WKB cases. (Paul Ramsey)"
1290msgstr ""
1291
1292#. Tag: para
1293#: release_notes.xml:393
1294#, no-c-format
1295msgid ""
1296"4740, Round values in geography_distance_tree as we do on geography_distance "
1297"(Raúl Marín, Paul Ramsey, Regina Obe)"
1298msgstr ""
1299
1300#. Tag: para
1301#: release_notes.xml:396
1302#, no-c-format
1303msgid ""
1304"4739, Ensure all functions using postgis_oid initialize the internal cache "
1305"(Raúl Marín)"
1306msgstr ""
1307
1308#. Tag: para
1309#: release_notes.xml:398
1310#, no-c-format
1311msgid ""
1312"4767, #4768, #4771, #4772, Fix segfault when parsing invalid WKB (Raúl Marín)"
1313msgstr ""
1314
1315#. Tag: para
1316#: release_notes.xml:400
1317#, no-c-format
1318msgid "4769, Fix segfault in st_addband (Raúl Marín)"
1319msgstr ""
1320
1321#. Tag: para
1322#: release_notes.xml:401
1323#, no-c-format
1324msgid ""
1325"4790, Fix ST_3dintersects calculations with identical vertices (Nicklas Avén)"
1326msgstr ""
1327
1328#. Tag: para
1329#: release_notes.xml:403
1330#, no-c-format
1331msgid ""
1332"4742, tiger geocoder reverted to 2018 version on tiger upgrade (Regina Obe)"
1333msgstr ""
1334
1335#. Tag: para
1336#: release_notes.xml:405
1337#, no-c-format
1338msgid ""
1339"3372, TopoElementArray cannot be null - change domain constraint (Regina Obe)"
1340msgstr ""
1341
1342#. Tag: title
1343#: release_notes.xml:410
1344#, no-c-format
1345msgid "Release 3.1.0alpha2"
1346msgstr ""
1347
1348#. Tag: para
1349#: release_notes.xml:411
1350#, no-c-format
1351msgid "Release date: 2020/07/18"
1352msgstr ""
1353
1354#. Tag: para
1355#: release_notes.xml:412
1356#, no-c-format
1357msgid ""
1358"Only changes since 3.1.0alpah1 are listed. This version requires PostgreSQL "
1359"9.6-13 and GEOS >= 3.6+ Additional features and enhancements enabled if you "
1360"are running Proj6+, PostgreSQL 12+, and GEOS 3.9.0dev"
1361msgstr ""
1362
1363#. Tag: title
1364#: release_notes.xml:415 release_notes.xml:495 release_notes.xml:764
1365#: release_notes.xml:778 release_notes.xml:966 release_notes.xml:1110
1366#: release_notes.xml:1175 release_notes.xml:1197 release_notes.xml:1233
1367#: release_notes.xml:1574 release_notes.xml:2033 release_notes.xml:2233
1368#: release_notes.xml:2297 release_notes.xml:2594
1369#, no-c-format
1370msgid "New Features"
1371msgstr ""
1372
1373#. Tag: para
1374#: release_notes.xml:416
1375#, no-c-format
1376msgid ""
1377"4656, Cast a geojson_text::geometry for implicit GeoJSON ingestion (Raúl "
1378"Marín)"
1379msgstr ""
1380
1381#. Tag: para
1382#: release_notes.xml:417
1383#, no-c-format
1384msgid "4687, Expose GEOS MaximumInscribedCircle (Paul Ramsey)"
1385msgstr ""
1386
1387#. Tag: para
1388#: release_notes.xml:418
1389#, no-c-format
1390msgid ""
1391"4710, ST_ClusterKMeans now works with 3D geometries (Darafei Praliaskouski)"
1392msgstr ""
1393
1394#. Tag: para
1395#: release_notes.xml:423
1396#, no-c-format
1397msgid "4675, topology.GetRingEdges now implemented in C (Sandro Santilli)"
1398msgstr ""
1399
1400#. Tag: para
1401#: release_notes.xml:424
1402#, no-c-format
1403msgid ""
1404"4681, ST_GetFaceGeometry: print corruption information (Sandro Santilli)"
1405msgstr ""
1406
1407#. Tag: para
1408#: release_notes.xml:425
1409#, no-c-format
1410msgid "4651, ST_Simplify: Don't copy if nothing is removed (Raúl Marín)"
1411msgstr ""
1412
1413#. Tag: para
1414#: release_notes.xml:426
1415#, no-c-format
1416msgid "4657, Avoid De-TOASTing where possible (Paul Ramsey)"
1417msgstr ""
1418
1419#. Tag: para
1420#: release_notes.xml:427
1421#, no-c-format
1422msgid "4490, Tweak function costs (Raúl Marín)"
1423msgstr ""
1424
1425#. Tag: para
1426#: release_notes.xml:428
1427#, no-c-format
1428msgid "4672, Cache getSRSbySRID and getSRIDbySRS (Raúl Marín)"
1429msgstr ""
1430
1431#. Tag: para
1432#: release_notes.xml:429
1433#, no-c-format
1434msgid ""
1435"4676, Avoid decompressing toasted geometries to read only the header (Raúl "
1436"Marín) Optimize cast to Postgresql point type (Raúl Marín)"
1437msgstr ""
1438
1439#. Tag: para
1440#: release_notes.xml:431
1441#, no-c-format
1442msgid "4620, Update internal wagyu to 0.5.0 (Raúl Marín)"
1443msgstr ""
1444
1445#. Tag: para
1446#: release_notes.xml:432
1447#, no-c-format
1448msgid "4623, Optimize varlena returning functions (Raúl Marín)"
1449msgstr ""
1450
1451#. Tag: para
1452#: release_notes.xml:433
1453#, no-c-format
1454msgid ""
1455"4677, Share gserialized objects between different cache types (Raúl Marín)"
1456msgstr ""
1457
1458#. Tag: para
1459#: release_notes.xml:434
1460#, no-c-format
1461msgid ""
1462"Fix compilation with MSVC compiler / Standardize shebangs (Loïc Bartoletti)"
1463msgstr ""
1464
1465#. Tag: title
1466#: release_notes.xml:438 release_notes.xml:2271 release_notes.xml:2337
1467#: release_notes.xml:2522 release_notes.xml:2573 release_notes.xml:2624
1468#: release_notes.xml:2757 release_notes.xml:2823 release_notes.xml:2933
1469#: release_notes.xml:3040 release_notes.xml:3160 release_notes.xml:3225
1470#: release_notes.xml:3272
1471#, no-c-format
1472msgid "Bug fixes"
1473msgstr ""
1474
1475#. Tag: para
1476#: release_notes.xml:439
1477#, no-c-format
1478msgid "4652, Fix several memory related bugs in ST_GeomFromGML (Raúl Marín)"
1479msgstr ""
1480
1481#. Tag: para
1482#: release_notes.xml:440
1483#, no-c-format
1484msgid ""
1485"4661, Fix access to spatial_ref_sys with a non default schema (Raúl Marín)"
1486msgstr ""
1487
1488#. Tag: para
1489#: release_notes.xml:441
1490#, no-c-format
1491msgid ""
1492"4670, ST_AddPoint: Fix bug when a positive position is requested (Raúl Marín)"
1493msgstr ""
1494
1495#. Tag: para
1496#: release_notes.xml:442
1497#, no-c-format
1498msgid ""
1499"4699, crash on null input to ST_Union(raster, otherarg) (Jaime Casanova, "
1500"2ndQuadrant)"
1501msgstr ""
1502
1503#. Tag: para
1504#: release_notes.xml:443
1505#, no-c-format
1506msgid ""
1507"4716, Fix several issues with pkg-config in the configure script (Raúl Marín)"
1508msgstr ""
1509
1510#. Tag: title
1511#: release_notes.xml:448
1512#, no-c-format
1513msgid "Release 3.1.0alpha1"
1514msgstr ""
1515
1516#. Tag: para
1517#: release_notes.xml:449
1518#, no-c-format
1519msgid "Release date: 2020/02/01"
1520msgstr ""
1521
1522#. Tag: para
1523#: release_notes.xml:450
1524#, no-c-format
1525msgid ""
1526"This version requires PostgreSQL 9.6+-13 and GEOS >= 3.6+ Additional "
1527"features and enhancements enabled if you are running Proj6+, PostgreSQL 12+, "
1528"and GEOS 3.8.0"
1529msgstr ""
1530
1531#. Tag: title
1532#: release_notes.xml:453 release_notes.xml:513 release_notes.xml:801
1533#: release_notes.xml:1014
1534#, no-c-format
1535msgid "Breaking Changes"
1536msgstr ""
1537
1538#. Tag: para
1539#: release_notes.xml:454
1540#, no-c-format
1541msgid ""
1542"svn number replaced by git hash in version output (Sandro Santilli, Raúl "
1543"Marín)"
1544msgstr ""
1545
1546#. Tag: para
1547#: release_notes.xml:456
1548#, no-c-format
1549msgid "4577, Drop support for PostgreSQL 9.5 (Raúl Marín)"
1550msgstr ""
1551
1552#. Tag: para
1553#: release_notes.xml:457
1554#, no-c-format
1555msgid "4579, Drop postgis_proc_set_search_path.pl (Raúl Marín)"
1556msgstr ""
1557
1558#. Tag: para
1559#: release_notes.xml:458
1560#, no-c-format
1561msgid "4601, ST_TileEnvelope signature changed."
1562msgstr ""
1563
1564#. Tag: para
1565#: release_notes.xml:459
1566#, no-c-format
1567msgid ""
1568"3057, ST_Force3D, ST_Force3DZ, ST_Force3DM and ST_Force4D signatures changed."
1569msgstr ""
1570
1571#. Tag: para
1572#: release_notes.xml:464
1573#, no-c-format
1574msgid "4601, Add ST_TileEnvelope margin argument (Yuri Astrakhan)"
1575msgstr ""
1576
1577#. Tag: para
1578#: release_notes.xml:465
1579#, no-c-format
1580msgid "2972, Add quiet mode (-q) to pgsql2shp (Kristian Thy)"
1581msgstr ""
1582
1583#. Tag: para
1584#: release_notes.xml:466
1585#, no-c-format
1586msgid "4617, Add configure switch `--without-phony-revision` (Raúl Marín)"
1587msgstr ""
1588
1589#. Tag: para
1590#: release_notes.xml:467
1591#, no-c-format
1592msgid ""
1593"3057, Optional value params for Force3D*, Force4D functions (Kristian Thy)"
1594msgstr ""
1595
1596#. Tag: para
1597#: release_notes.xml:468
1598#, no-c-format
1599msgid ""
1600"4624, ST_HexagonGrid and ST_SquareGrid, set returning functions to generate "
1601"tilings of the plane (Paul Ramsey)"
1602msgstr ""
1603
1604#. Tag: para
1605#: release_notes.xml:474
1606#, no-c-format
1607msgid "4539, Unify libm includes (Raúl Marín)"
1608msgstr ""
1609
1610#. Tag: para
1611#: release_notes.xml:475
1612#, no-c-format
1613msgid ""
1614"4569, Allow unknown SRID geometry insertion into typmod SRID column (Paul "
1615"Ramsey)"
1616msgstr ""
1617
1618#. Tag: para
1619#: release_notes.xml:476
1620#, no-c-format
1621msgid ""
1622"4149, ST_Simplify(geom, 0) is now O(N). ST_Affine (ST_Translate, "
1623"ST_TransScale, ST_Rotate) optimized. ST_SnapToGrid optimized. (Darafei "
1624"Praliaskouski)"
1625msgstr ""
1626
1627#. Tag: para
1628#: release_notes.xml:479
1629#, no-c-format
1630msgid "4574, Link Time Optimizations enabled (Darafei Praliaskouski)"
1631msgstr ""
1632
1633#. Tag: para
1634#: release_notes.xml:480
1635#, no-c-format
1636msgid ""
1637"4578, Add parallellism and cost properties to brin functions (Raúl Marín)"
1638msgstr ""
1639
1640#. Tag: para
1641#: release_notes.xml:481
1642#, no-c-format
1643msgid "4473, Silence yacc warnings (Raúl Marín)"
1644msgstr ""
1645
1646#. Tag: para
1647#: release_notes.xml:482
1648#, no-c-format
1649msgid ""
1650"4589, Disable C asserts when building without \"--enable-debug\" (Raúl Marín)"
1651msgstr ""
1652
1653#. Tag: para
1654#: release_notes.xml:483
1655#, no-c-format
1656msgid "4543, Introduce ryu to print doubles (Raúl Marín)"
1657msgstr ""
1658
1659#. Tag: para
1660#: release_notes.xml:484
1661#, no-c-format
1662msgid "4626, Support pkg-config for libxml2 (Bas Couwenberg)"
1663msgstr ""
1664
1665#. Tag: para
1666#: release_notes.xml:485
1667#, no-c-format
1668msgid "4615, Speed up geojson output (Raúl Marín)"
1669msgstr ""
1670
1671#. Tag: title
1672#: release_notes.xml:490
1673#, no-c-format
1674msgid "Release 3.0.0"
1675msgstr ""
1676
1677#. Tag: para
1678#: release_notes.xml:491
1679#, no-c-format
1680msgid "Release date: 2019/10/20"
1681msgstr ""
1682
1683#. Tag: para
1684#: release_notes.xml:492
1685#, no-c-format
1686msgid ""
1687"This version requires PostgreSQL 9.5+-12 and GEOS >= 3.6+ Additional "
1688"features and enhancements enabled if you are running Proj6+, PostgreSQL 12, "
1689"and GEOS 3.8.0"
1690msgstr ""
1691
1692#. Tag: para
1693#: release_notes.xml:496
1694#, no-c-format
1695msgid "2902, postgis_geos_noop (Sandro Santilli)"
1696msgstr ""
1697
1698#. Tag: para
1699#: release_notes.xml:497
1700#, no-c-format
1701msgid "4128, ST_AsMVT support for Feature ID (Stepan Kuzmin)"
1702msgstr ""
1703
1704#. Tag: para
1705#: release_notes.xml:498
1706#, no-c-format
1707msgid ""
1708"4230, SP-GiST and GiST support for ND box operators overlaps, contains, "
1709"within, equals (Esteban Zimányi and Arthur Lesuisse from Université Libre de "
1710"Bruxelles (ULB), Darafei Praliaskouski)"
1711msgstr ""
1712
1713#. Tag: para
1714#: release_notes.xml:501
1715#, no-c-format
1716msgid "4171, ST_3DLineInterpolatePoint (Julien Cabieces, Vincent Mora)"
1717msgstr ""
1718
1719#. Tag: para
1720#: release_notes.xml:502
1721#, no-c-format
1722msgid ""
1723"4311, Introduce WAGYU to validate MVT polygons. This option requires a C++11 "
1724"compiler and will use CXXFLAGS (not CFLAGS). Add `--without-wagyu` to "
1725"disable this option and keep the behaviour from 2.5 (Raúl Marín)"
1726msgstr ""
1727
1728#. Tag: para
1729#: release_notes.xml:505
1730#, no-c-format
1731msgid "1833, ST_AsGeoJSON(row) generates full GeoJSON Features (Joe Conway)"
1732msgstr ""
1733
1734#. Tag: para
1735#: release_notes.xml:506
1736#, no-c-format
1737msgid ""
1738"3687, Casts json(geometry) and jsonb(geometry) for implicit GeoJSON "
1739"generation (Paul Ramsey)"
1740msgstr ""
1741
1742#. Tag: para
1743#: release_notes.xml:508
1744#, no-c-format
1745msgid ""
1746"4198, Add ST_ConstrainedDelaunayTriangles SFCGAL function (Darafei "
1747"Praliaskouski)"
1748msgstr ""
1749
1750#. Tag: para
1751#: release_notes.xml:514
1752#, no-c-format
1753msgid ""
1754"4267, Bump minimum GEOS version to 3.6 (Regina Obe, Darafei Praliaskouski)"
1755msgstr ""
1756
1757#. Tag: para
1758#: release_notes.xml:515
1759#, no-c-format
1760msgid ""
1761"3888, Raster support now available as a separate extension (Sandro Santilli)"
1762msgstr ""
1763
1764#. Tag: para
1765#: release_notes.xml:517
1766#, no-c-format
1767msgid ""
1768"3807, Extension library files no longer include the minor version. Use New "
1769"configure switch --with-library-minor-version if you need the old behavior "
1770"(Regina Obe)"
1771msgstr ""
1772
1773#. Tag: para
1774#: release_notes.xml:520
1775#, no-c-format
1776msgid ""
1777"4230, ND box operators (overlaps, contains, within, equals) now don't look "
1778"on dimensions that aren't present in both operands. Please REINDEX your ND "
1779"indexes after upgrade. (Darafei Praliaskouski)"
1780msgstr ""
1781
1782#. Tag: para
1783#: release_notes.xml:523
1784#, no-c-format
1785msgid "4229, Dropped support for PostgreSQL &lt; 9.5. (Darafei Praliaskouski)"
1786msgstr ""
1787
1788#. Tag: para
1789#: release_notes.xml:524
1790#, no-c-format
1791msgid ""
1792"4260, liblwgeom headers are not installed anymore. If your project depends "
1793"on them available, please use librttopo instead. (Darafei Praliaskouski)"
1794msgstr ""
1795
1796#. Tag: para
1797#: release_notes.xml:527
1798#, no-c-format
1799msgid ""
1800"4258, Remove SFCGAL support for ST_Area, ST_Distance, ST_Intersection, "
1801"ST_Difference, ST_Union, ST_Intersects, ST_3DIntersects, ST_3DDistance and "
1802"postgis.backend switch (Darafei Praliaskouski)"
1803msgstr ""
1804
1805#. Tag: para
1806#: release_notes.xml:530
1807#, no-c-format
1808msgid "4267, Enable Proj 6 deprecated APIs (Darafei Praliaskouski, Raúl Marín)"
1809msgstr ""
1810
1811#. Tag: para
1812#: release_notes.xml:531
1813#, no-c-format
1814msgid "4268, Bump minimum SFCGAL version to 1.3.1 (Darafei Praliaskouski)"
1815msgstr ""
1816
1817#. Tag: para
1818#: release_notes.xml:532
1819#, no-c-format
1820msgid ""
1821"4331, ST_3DMakeBox now returns error instead of a miniscule box (Regina Obe)"
1822msgstr ""
1823
1824#. Tag: para
1825#: release_notes.xml:533
1826#, no-c-format
1827msgid ""
1828"4342, Removed \"versioned\" variants of ST_AsGeoJSON and ST_AsKML (Paul "
1829"Ramsey)"
1830msgstr ""
1831
1832#. Tag: para
1833#: release_notes.xml:534
1834#, no-c-format
1835msgid "4356, ST_Accum removed. Use array_agg instead. (Darafei Praliaskouski)"
1836msgstr ""
1837
1838#. Tag: para
1839#: release_notes.xml:535 release_notes.xml:718
1840#, no-c-format
1841msgid "4414, Include version number in address_standardizer lib (Raúl Marín)"
1842msgstr ""
1843
1844#. Tag: para
1845#: release_notes.xml:536
1846#, no-c-format
1847msgid ""
1848"4334, Fix upgrade issues related to renamed function parameters (Raúl Marín)"
1849msgstr ""
1850
1851#. Tag: para
1852#: release_notes.xml:537 release_notes.xml:730
1853#, no-c-format
1854msgid ""
1855"4442, raster2pgsql now skips NODATA tiles. Use -k option if you still want "
1856"them in database for some reason. (Darafei Praliaskouski)"
1857msgstr ""
1858
1859#. Tag: para
1860#: release_notes.xml:539 release_notes.xml:689
1861#, no-c-format
1862msgid ""
1863"4433, 32-bit hash fix (requires reindexing hash(geometry) indexes) (Raúl "
1864"Marín)"
1865msgstr ""
1866
1867#. Tag: para
1868#: release_notes.xml:540
1869#, no-c-format
1870msgid ""
1871"3383, Sorting now uses Hilbert curve and Postgres Abbreviated Compare. You "
1872"need to REINDEX your btree indexes if you had them. (Darafei Praliaskouski)"
1873msgstr ""
1874
1875#. Tag: para
1876#: release_notes.xml:547
1877#, no-c-format
1878msgid ""
1879"4341, Using \"support function\" API in PgSQL 12+ to replace SQL inlining as "
1880"the mechanism for providing index support under ST_Intersects, et al"
1881msgstr ""
1882
1883#. Tag: para
1884#: release_notes.xml:549
1885#, no-c-format
1886msgid ""
1887"4330, postgis_restore OOM when output piped to an intermediate process (Hugh "
1888"Ranalli)"
1889msgstr ""
1890
1891#. Tag: para
1892#: release_notes.xml:551
1893#, no-c-format
1894msgid ""
1895"4322, Support for Proj 6+ API, bringing more accurate datum transforms and "
1896"support for WKT projections"
1897msgstr ""
1898
1899#. Tag: para
1900#: release_notes.xml:553
1901#, no-c-format
1902msgid ""
1903"4153, ST_Segmentize now splits segments proportionally (Darafei "
1904"Praliaskouski)."
1905msgstr ""
1906
1907#. Tag: para
1908#: release_notes.xml:555
1909#, no-c-format
1910msgid ""
1911"4162, ST_DWithin documentation examples for storing geometry and radius in "
1912"table (Darafei Praliaskouski, github user Boscop)."
1913msgstr ""
1914
1915#. Tag: para
1916#: release_notes.xml:557
1917#, no-c-format
1918msgid ""
1919"4161 and #4294, ST_AsMVTGeom: Shortcut geometries smaller than the "
1920"resolution (Raúl Marín)"
1921msgstr ""
1922
1923#. Tag: para
1924#: release_notes.xml:559
1925#, no-c-format
1926msgid "4176, ST_Intersects supports GEOMETRYCOLLECTION (Darafei Praliaskouski)"
1927msgstr ""
1928
1929#. Tag: para
1930#: release_notes.xml:560
1931#, no-c-format
1932msgid "4181, ST_AsMVTGeom: Avoid type changes due to validation (Raúl Marín)"
1933msgstr ""
1934
1935#. Tag: para
1936#: release_notes.xml:561
1937#, no-c-format
1938msgid ""
1939"4183, ST_AsMVTGeom: Drop invalid geometries after simplification (Raúl Marín)"
1940msgstr ""
1941
1942#. Tag: para
1943#: release_notes.xml:562
1944#, no-c-format
1945msgid ""
1946"4196, Have postgis_extensions_upgrade() package unpackaged extensions "
1947"(Sandro Santilli)"
1948msgstr ""
1949
1950#. Tag: para
1951#: release_notes.xml:564
1952#, no-c-format
1953msgid ""
1954"4215, Use floating point compare in ST_DumpAsPolygons (Darafei Praliaskouski)"
1955msgstr ""
1956
1957#. Tag: para
1958#: release_notes.xml:565
1959#, no-c-format
1960msgid ""
1961"4155, Support for GEOMETRYCOLLECTION, POLYGON, TIN, TRIANGLE in "
1962"ST_LocateBetween and ST_LocateBetweenElevations (Darafei Praliaskouski)"
1963msgstr ""
1964
1965#. Tag: para
1966#: release_notes.xml:567
1967#, no-c-format
1968msgid ""
1969"2767, Documentation for AddRasterConstraint optional parameters (Sunveer "
1970"Singh)"
1971msgstr ""
1972
1973#. Tag: para
1974#: release_notes.xml:568
1975#, no-c-format
1976msgid "4244, Avoid unaligned memory access in BOX2D_out (Raúl Marín)"
1977msgstr ""
1978
1979#. Tag: para
1980#: release_notes.xml:569
1981#, no-c-format
1982msgid ""
1983"4139, Make mixed-dimension ND index build tree correctly (Darafei "
1984"Praliaskouski, Arthur Lesuisse, Andrew Gierth, Raúl Marín)"
1985msgstr ""
1986
1987#. Tag: para
1988#: release_notes.xml:571
1989#, no-c-format
1990msgid ""
1991"4262, Document MULTISURFACE compatibility of ST_LineToCurve (Steven Ottens)"
1992msgstr ""
1993
1994#. Tag: para
1995#: release_notes.xml:572
1996#, no-c-format
1997msgid "4276, ST_AsGeoJSON documentation refresh (Darafei Praliaskouski)"
1998msgstr ""
1999
2000#. Tag: para
2001#: release_notes.xml:573
2002#, no-c-format
2003msgid ""
2004"4292, ST_AsMVT: parse JSON numeric values with decimals as doubles (Raúl "
2005"Marín)"
2006msgstr ""
2007
2008#. Tag: para
2009#: release_notes.xml:574
2010#, no-c-format
2011msgid "4300, ST_AsMVTGeom: Always return the simplest geometry (Raúl Marín)"
2012msgstr ""
2013
2014#. Tag: para
2015#: release_notes.xml:575
2016#, no-c-format
2017msgid ""
2018"4301, ST_Subdivide: fix endless loop on coordinates near coincident to "
2019"bounds (Darafei Praliaskouski)"
2020msgstr ""
2021
2022#. Tag: para
2023#: release_notes.xml:577
2024#, no-c-format
2025msgid ""
2026"4289, ST_AsMVTGeom: Transform coordinates space before clipping (Raúl Marín)"
2027msgstr ""
2028
2029#. Tag: para
2030#: release_notes.xml:578
2031#, no-c-format
2032msgid "4272, Improve notice message when unable to compute stats (Raúl Marín)"
2033msgstr ""
2034
2035#. Tag: para
2036#: release_notes.xml:579
2037#, no-c-format
2038msgid "4313, #4307, PostgreSQL 12 compatibility (Laurenz Albe, Raúl Marín)"
2039msgstr ""
2040
2041#. Tag: para
2042#: release_notes.xml:580
2043#, no-c-format
2044msgid ""
2045"4299, #4304, ST_GeneratePoints is now VOLATILE. IMMUTABLE version with seed "
2046"parameter added. (Mike Taves)"
2047msgstr ""
2048
2049#. Tag: para
2050#: release_notes.xml:582
2051#, no-c-format
2052msgid ""
2053"4278, ST_3DDistance and ST_3DIntersects now support Solid TIN and Solid "
2054"POLYHEDRALSURFACE (Darafei Praliaskouski)"
2055msgstr ""
2056
2057#. Tag: para
2058#: release_notes.xml:584
2059#, no-c-format
2060msgid "4348, ST_AsMVTGeom (GEOS): Enforce validation at all times (Raúl Marín)"
2061msgstr ""
2062
2063#. Tag: para
2064#: release_notes.xml:585
2065#, no-c-format
2066msgid ""
2067"4295, Allow GEOMETRYCOLLECTION in ST_Overlaps, ST_Contains, "
2068"ST_ContainsProperly, ST_Covers, ST_CoveredBy, ST_Crosses, ST_Touches, "
2069"ST_Disjoint, ST_Relate, ST_Equals (Esteban Zimányi)"
2070msgstr ""
2071
2072#. Tag: para
2073#: release_notes.xml:588
2074#, no-c-format
2075msgid ""
2076"4340, ST_Union aggregate now can handle more than 1 GB of geometries "
2077"(Darafei Praliaskouski)"
2078msgstr ""
2079
2080#. Tag: para
2081#: release_notes.xml:590
2082#, no-c-format
2083msgid ""
2084"4378, Allow passing TINs as input to GEOS-backed functions (Darafei "
2085"Praliaskouski)"
2086msgstr ""
2087
2088#. Tag: para
2089#: release_notes.xml:592
2090#, no-c-format
2091msgid ""
2092"4368, Reorder LWGEOM struct members to minimize extra padding (Raúl Marín)"
2093msgstr ""
2094
2095#. Tag: para
2096#: release_notes.xml:593
2097#, no-c-format
2098msgid ""
2099"4141, Use uint64 to handle row counts in the topology extension (Raúl Marín)"
2100msgstr ""
2101
2102#. Tag: para
2103#: release_notes.xml:594
2104#, no-c-format
2105msgid "4412, Support ingesting rasters with NODATA=NaN (Darafei Praliaskouski)"
2106msgstr ""
2107
2108#. Tag: para
2109#: release_notes.xml:595
2110#, no-c-format
2111msgid ""
2112"4413, Raster tile size follows GeoTIFF block size on raster2pgsql -t auto "
2113"(Darafei Praliaskouski)"
2114msgstr ""
2115
2116#. Tag: para
2117#: release_notes.xml:597
2118#, no-c-format
2119msgid ""
2120"4422, Modernize Python 2 code to get ready for Python 3 (Christian Clauss)"
2121msgstr ""
2122
2123#. Tag: para
2124#: release_notes.xml:598 release_notes.xml:719
2125#, no-c-format
2126msgid "4352, Use CREATE OR REPLACE AGGREGATE for PG12+ (Raúl Marín)"
2127msgstr ""
2128
2129#. Tag: para
2130#: release_notes.xml:599
2131#, no-c-format
2132msgid ""
2133"4394, Allow FULL OUTER JOIN on geometry equality operator (Darafei "
2134"Praliaskouski)"
2135msgstr ""
2136
2137#. Tag: para
2138#: release_notes.xml:600 release_notes.xml:732
2139#, no-c-format
2140msgid ""
2141"4441, Make GiST penalty friendly to multi-column indexes and build single-"
2142"column ones faster. (Darafei Praliaskouski)"
2143msgstr ""
2144
2145#. Tag: para
2146#: release_notes.xml:602 release_notes.xml:694
2147#, no-c-format
2148msgid ""
2149"4403, Support for shp2pgsql ability to reproject with copy mode (-D) (Regina "
2150"Obe)"
2151msgstr ""
2152
2153#. Tag: para
2154#: release_notes.xml:603
2155#, no-c-format
2156msgid ""
2157"4410, More descriptive error messages about SRID mismatch (Darafei "
2158"Praliaskouski)"
2159msgstr ""
2160
2161#. Tag: para
2162#: release_notes.xml:604
2163#, no-c-format
2164msgid ""
2165"4399, TIN and Triangle output support in all output functions (Darafei "
2166"Praliaskouski)"
2167msgstr ""
2168
2169#. Tag: para
2170#: release_notes.xml:606
2171#, no-c-format
2172msgid ""
2173"3719, Impose minimum number of segments per arc during linearization (Dan "
2174"Baston / City of Helsinki, Raúl Marín)"
2175msgstr ""
2176
2177#. Tag: para
2178#: release_notes.xml:608
2179#, no-c-format
2180msgid ""
2181"4277, ST_GeomFromGeoJSON now marks SRID=4326 by default as per RFC7946, "
2182"ST_AsGeoJSON sets SRID in JSON output if it differs from 4326. (Darafei "
2183"Praliaskouski)"
2184msgstr ""
2185
2186#. Tag: para
2187#: release_notes.xml:611
2188#, no-c-format
2189msgid "3979, postgis_sfcgal_noop() round trip function (Lucas C. Villa Real)"
2190msgstr ""
2191
2192#. Tag: para
2193#: release_notes.xml:612
2194#, no-c-format
2195msgid "4328, ST_3DIntersects for 2D TINs. (Darafei Praliaskouski)"
2196msgstr ""
2197
2198#. Tag: para
2199#: release_notes.xml:613 release_notes.xml:675
2200#, no-c-format
2201msgid "4509, Update geocoder for tiger 2019 (Regina Obe)"
2202msgstr ""
2203
2204#. Tag: title
2205#: release_notes.xml:618
2206#, no-c-format
2207msgid "Release 3.0.0rc2"
2208msgstr ""
2209
2210#. Tag: para
2211#: release_notes.xml:619
2212#, no-c-format
2213msgid "Release date: 2019/10/13"
2214msgstr ""
2215
2216#. Tag: para
2217#: release_notes.xml:620 release_notes.xml:638 release_notes.xml:657
2218#: release_notes.xml:683 release_notes.xml:712 release_notes.xml:740
2219#: release_notes.xml:759 release_notes.xml:773
2220#, no-c-format
2221msgid "If compiling with PostgreSQL+JIT, LLVM >= 6 is required"
2222msgstr ""
2223
2224#. Tag: para
2225#: release_notes.xml:621 release_notes.xml:639 release_notes.xml:658
2226#, no-c-format
2227msgid ""
2228"Supported PostgreSQL versions for this release are: PostgreSQL 9.5 - "
2229"PostgreSQL 12 GEOS &gt;= 3.6. Additional features enabled if you running "
2230"Proj6+ and/or PostgreSQL 12. Performance enhancements if running GEOS 3.8+"
2231msgstr ""
2232
2233#. Tag: title
2234#: release_notes.xml:626 release_notes.xml:644 release_notes.xml:663
2235#: release_notes.xml:688 release_notes.xml:717 release_notes.xml:745
2236#, no-c-format
2237msgid "Major highlights"
2238msgstr ""
2239
2240#. Tag: para
2241#: release_notes.xml:627
2242#, no-c-format
2243msgid "4534, Fix leak in lwcurvepoly_from_wkb_state (Raúl Marín)"
2244msgstr ""
2245
2246#. Tag: para
2247#: release_notes.xml:628
2248#, no-c-format
2249msgid "4536, Fix leak in lwcollection_from_wkb_state (Raúl Marín)"
2250msgstr ""
2251
2252#. Tag: para
2253#: release_notes.xml:629
2254#, no-c-format
2255msgid "4537, Fix leak in WKT collection parser (Raúl Marín)"
2256msgstr ""
2257
2258#. Tag: para
2259#: release_notes.xml:630
2260#, no-c-format
2261msgid "4535, WKB: Avoid buffer overflow (Raúl Marín)"
2262msgstr ""
2263
2264#. Tag: title
2265#: release_notes.xml:636
2266#, no-c-format
2267msgid "Release 3.0.0rc1"
2268msgstr ""
2269
2270#. Tag: para
2271#: release_notes.xml:637
2272#, no-c-format
2273msgid "Release date: 2019/10/08"
2274msgstr ""
2275
2276#. Tag: para
2277#: release_notes.xml:645
2278#, no-c-format
2279msgid "4519, Fix getSRIDbySRS crash (Raúl Marín)"
2280msgstr ""
2281
2282#. Tag: para
2283#: release_notes.xml:646
2284#, no-c-format
2285msgid "4520, Use a clean environment when detecting C++ libraries (Raúl Marín)"
2286msgstr ""
2287
2288#. Tag: para
2289#: release_notes.xml:647
2290#, no-c-format
2291msgid ""
2292"Restore ST_Union() aggregate signature so drop agg not required and re-work "
2293"performance/size enhancement to continue to avoid using Array type during "
2294"ST_Union(), hopefully avoiding Array size limitations. (Paul Ramsey)"
2295msgstr ""
2296
2297#. Tag: title
2298#: release_notes.xml:655
2299#, no-c-format
2300msgid "Release 3.0.0beta1"
2301msgstr ""
2302
2303#. Tag: para
2304#: release_notes.xml:656
2305#, no-c-format
2306msgid "Release date: 2019/09/28"
2307msgstr ""
2308
2309#. Tag: para
2310#: release_notes.xml:664
2311#, no-c-format
2312msgid ""
2313"4492, Fix ST_Simplify ignoring the value of the 3rd parameter (Raúl Marín)"
2314msgstr ""
2315
2316#. Tag: para
2317#: release_notes.xml:665
2318#, no-c-format
2319msgid "4494, Fix ST_Simplify output having an outdated bbox (Raúl Marín)"
2320msgstr ""
2321
2322#. Tag: para
2323#: release_notes.xml:666
2324#, no-c-format
2325msgid ""
2326"4493, Fix ST_RemoveRepeatedPoints output having an outdated bbox (Raúl Marín)"
2327msgstr ""
2328
2329#. Tag: para
2330#: release_notes.xml:667
2331#, no-c-format
2332msgid "4495, Fix ST_SnapToGrid output having an outdated bbox (Raúl Marín)"
2333msgstr ""
2334
2335#. Tag: para
2336#: release_notes.xml:668
2337#, no-c-format
2338msgid "4496, Make ST_Simplify(TRIANGLE) collapse if requested (Raúl Marín)"
2339msgstr ""
2340
2341#. Tag: para
2342#: release_notes.xml:669
2343#, no-c-format
2344msgid ""
2345"4501, Allow postgis_tiger_geocoder to be installable by non-super users "
2346"(Regina Obe)"
2347msgstr ""
2348
2349#. Tag: para
2350#: release_notes.xml:670
2351#, no-c-format
2352msgid "4503, Speed up the calculation of cartesian bbox (Raúl Marín)"
2353msgstr ""
2354
2355#. Tag: para
2356#: release_notes.xml:671
2357#, no-c-format
2358msgid ""
2359"4504, shp2pgsql -D not working with schema qualified tables (Regina Obe)"
2360msgstr ""
2361
2362#. Tag: para
2363#: release_notes.xml:672
2364#, no-c-format
2365msgid "4505, Speed up conversion of geometries to/from GEOS (Dan Baston)"
2366msgstr ""
2367
2368#. Tag: para
2369#: release_notes.xml:673
2370#, no-c-format
2371msgid "4507, Use GEOSMakeValid and GEOSBuildArea for GEOS 3.8+ (Dan Baston)"
2372msgstr ""
2373
2374#. Tag: para
2375#: release_notes.xml:674
2376#, no-c-format
2377msgid "4491, Speed up ST_RemoveRepeatedPoints (Raúl Marín)"
2378msgstr ""
2379
2380#. Tag: para
2381#: release_notes.xml:676
2382#, no-c-format
2383msgid "4338, Census block level data (tabblock table) not loading (Regina Obe)"
2384msgstr ""
2385
2386#. Tag: title
2387#: release_notes.xml:681
2388#, no-c-format
2389msgid "Release 3.0.0alpha4"
2390msgstr ""
2391
2392#. Tag: para
2393#: release_notes.xml:682
2394#, no-c-format
2395msgid "Release date: 2019/08/11"
2396msgstr ""
2397
2398#. Tag: para
2399#: release_notes.xml:684
2400#, no-c-format
2401msgid ""
2402"Supported PostgreSQL versions for this release are: PostgreSQL 9.5 - "
2403"PostgreSQL 12 GEOS &gt;= 3.6. Additional features enabled if you running "
2404"Proj6+ and/or PostgreSQL 12"
2405msgstr ""
2406
2407#. Tag: para
2408#: release_notes.xml:690
2409#, no-c-format
2410msgid "4445, Fix a bug in geometry_le (Raúl Marín)"
2411msgstr ""
2412
2413#. Tag: para
2414#: release_notes.xml:691
2415#, no-c-format
2416msgid "4451, Fix the calculation of gserialized_max_header_size (Raúl Marín)"
2417msgstr ""
2418
2419#. Tag: para
2420#: release_notes.xml:692
2421#, no-c-format
2422msgid "4450, Speed up ST_GeometryType (Raúl Marín)"
2423msgstr ""
2424
2425#. Tag: para
2426#: release_notes.xml:693
2427#, no-c-format
2428msgid "4452, Add ST_TileEnvelope() (Paul Ramsey)"
2429msgstr ""
2430
2431#. Tag: para
2432#: release_notes.xml:695
2433#, no-c-format
2434msgid "4417, Update spatial_ref_sys with new entries (Paul Ramsey)"
2435msgstr ""
2436
2437#. Tag: para
2438#: release_notes.xml:696
2439#, no-c-format
2440msgid "4449, Speed up ST_X, ST_Y, ST_Z and ST_M (Raúl Marín)"
2441msgstr ""
2442
2443#. Tag: para
2444#: release_notes.xml:697
2445#, no-c-format
2446msgid "4454, Speed up _ST_OrderingEquals (Raúl Marín)"
2447msgstr ""
2448
2449#. Tag: para
2450#: release_notes.xml:698
2451#, no-c-format
2452msgid "4453, Speed up ST_IsEmpty (Raúl Marín)"
2453msgstr ""
2454
2455#. Tag: para
2456#: release_notes.xml:699
2457#, no-c-format
2458msgid ""
2459"4271, postgis_extensions_upgrade() also updates after pg_upgrade (Raúl Marín)"
2460msgstr ""
2461
2462#. Tag: para
2463#: release_notes.xml:700
2464#, no-c-format
2465msgid ""
2466"4466, Fix undefined behaviour in _postgis_gserialized_stats (Raúl Marín)"
2467msgstr ""
2468
2469#. Tag: para
2470#: release_notes.xml:701
2471#, no-c-format
2472msgid "4209, Handle NULL geometry values in pgsql2shp (Paul Ramsey)"
2473msgstr ""
2474
2475#. Tag: para
2476#: release_notes.xml:702
2477#, no-c-format
2478msgid "4419, Use protobuf version to enable/disable mvt/geobuf (Paul Ramsey)"
2479msgstr ""
2480
2481#. Tag: para
2482#: release_notes.xml:703
2483#, no-c-format
2484msgid "4437, Handle POINT EMPTY in shape loader/dumper (Paul Ramsey)"
2485msgstr ""
2486
2487#. Tag: para
2488#: release_notes.xml:704
2489#, no-c-format
2490msgid ""
2491"4456, add Rasbery Pi 32-bit jenkins bot for testing (Bruce Rindahl,Regina "
2492"Obe)"
2493msgstr ""
2494
2495#. Tag: para
2496#: release_notes.xml:705
2497#, no-c-format
2498msgid ""
2499"4420, update path does not exists for address_standardizer extension (Regina "
2500"Obe)"
2501msgstr ""
2502
2503#. Tag: title
2504#: release_notes.xml:710
2505#, no-c-format
2506msgid "Release 3.0.0alpha3"
2507msgstr ""
2508
2509#. Tag: para
2510#: release_notes.xml:711
2511#, no-c-format
2512msgid "Release date: 2019/07/01"
2513msgstr ""
2514
2515#. Tag: para
2516#: release_notes.xml:713 release_notes.xml:741 release_notes.xml:760
2517#, no-c-format
2518msgid ""
2519"Supported PostgreSQL versions for this release are: PostgreSQL 9.5 - "
2520"PostgreSQL 12 GEOS &gt;= 3.6"
2521msgstr ""
2522
2523#. Tag: para
2524#: release_notes.xml:720
2525#, no-c-format
2526msgid "4334, Fix upgrade issues related to renamed parameters (Raúl Marín)"
2527msgstr ""
2528
2529#. Tag: para
2530#: release_notes.xml:721
2531#, no-c-format
2532msgid ""
2533"4388, AddRasterConstraints: Ignore NULLs when generating constraints (Raúl "
2534"Marín)"
2535msgstr ""
2536
2537#. Tag: para
2538#: release_notes.xml:722
2539#, no-c-format
2540msgid "4327, Avoid pfree'ing the result of getenv (Raúl Marín)"
2541msgstr ""
2542
2543#. Tag: para
2544#: release_notes.xml:723
2545#, no-c-format
2546msgid "4406, Throw on invalid characters when decoding geohash (Raúl Marín)"
2547msgstr ""
2548
2549#. Tag: para
2550#: release_notes.xml:724
2551#, no-c-format
2552msgid "4429, Avoid resource leaks with PROJ6 (Raúl Marín)"
2553msgstr ""
2554
2555#. Tag: para
2556#: release_notes.xml:725
2557#, no-c-format
2558msgid "4372, PROJ6: Speed improvements (Raúl Marín)"
2559msgstr ""
2560
2561#. Tag: para
2562#: release_notes.xml:726
2563#, no-c-format
2564msgid "3437, Speed up ST_Intersects with Points (Raúl Marín)"
2565msgstr ""
2566
2567#. Tag: para
2568#: release_notes.xml:727
2569#, no-c-format
2570msgid "4438, Update serialization to support extended flags area (Paul Ramsey)"
2571msgstr ""
2572
2573#. Tag: para
2574#: release_notes.xml:728
2575#, no-c-format
2576msgid "4443, Fix wagyu configure dropping CPPFLAGS (Raúl Marín)"
2577msgstr ""
2578
2579#. Tag: para
2580#: release_notes.xml:729
2581#, no-c-format
2582msgid "4440, Type lookups in FDW fail (Paul Ramsey)"
2583msgstr ""
2584
2585#. Tag: title
2586#: release_notes.xml:738
2587#, no-c-format
2588msgid "Release 3.0.0alpha2"
2589msgstr ""
2590
2591#. Tag: para
2592#: release_notes.xml:739
2593#, no-c-format
2594msgid "Release date: 2019/06/02"
2595msgstr ""
2596
2597#. Tag: para
2598#: release_notes.xml:746
2599#, no-c-format
2600msgid "#4404, Fix selectivity issue with support functions (Paul Ramsey)"
2601msgstr ""
2602
2603#. Tag: para
2604#: release_notes.xml:747
2605#, no-c-format
2606msgid ""
2607"#4311, Make wagyu the default option to validate polygons. This option "
2608"requires a C++11 compiler and will use CXXFLAGS (not CFLAGS). It is only "
2609"enabled if built with MVT support (protobuf) Add `--without-wagyu` to "
2610"disable this option and keep the behaviour from 2.5 (Raúl Marín)"
2611msgstr ""
2612
2613#. Tag: para
2614#: release_notes.xml:752
2615#, no-c-format
2616msgid ""
2617"#4198, Add ST_ConstrainedDelaunayTriangles SFCGAL function (Darafei "
2618"Praliaskouski)"
2619msgstr ""
2620
2621#. Tag: title
2622#: release_notes.xml:757
2623#, no-c-format
2624msgid "Release 3.0.0alpha1"
2625msgstr ""
2626
2627#. Tag: para
2628#: release_notes.xml:758
2629#, no-c-format
2630msgid "Release date: 2019/05/26"
2631msgstr ""
2632
2633#. Tag: para
2634#: release_notes.xml:765
2635#, no-c-format
2636msgid "additional features enabled if you are running Proj6+"
2637msgstr ""
2638
2639#. Tag: para
2640#: release_notes.xml:766
2641#, no-c-format
2642msgid "Read the NEWS file in the included tarball for more details"
2643msgstr ""
2644
2645#. Tag: title
2646#: release_notes.xml:771
2647#, no-c-format
2648msgid "Release 2.5.0"
2649msgstr ""
2650
2651#. Tag: para
2652#: release_notes.xml:772
2653#, no-c-format
2654msgid "Release date: 2018/09/23"
2655msgstr ""
2656
2657#. Tag: para
2658#: release_notes.xml:774
2659#, no-c-format
2660msgid ""
2661"Supported PostgreSQL versions for this release are: PostgreSQL 9.4 - "
2662"PostgreSQL 12 (in development) GEOS &gt;= 3.5"
2663msgstr ""
2664
2665#. Tag: para
2666#: release_notes.xml:779
2667#, no-c-format
2668msgid ""
2669"#1847, spgist 2d and 3d support for PG 11+ (Esteban Zimányi and Arthur "
2670"Lesuisse from Université Libre de Bruxelles (ULB), Darafei Praliaskouski)"
2671msgstr ""
2672
2673#. Tag: para
2674#: release_notes.xml:782
2675#, no-c-format
2676msgid "#4056, ST_FilterByM (Nicklas Avén)"
2677msgstr ""
2678
2679#. Tag: para
2680#: release_notes.xml:783
2681#, no-c-format
2682msgid "#4050, ST_ChaikinSmoothing (Nicklas Avén)"
2683msgstr ""
2684
2685#. Tag: para
2686#: release_notes.xml:784
2687#, no-c-format
2688msgid "#3989, ST_Buffer single sided option (Stephen Knox)"
2689msgstr ""
2690
2691#. Tag: para
2692#: release_notes.xml:785
2693#, no-c-format
2694msgid "#3876, ST_Angle function (Rémi Cura)"
2695msgstr ""
2696
2697#. Tag: para
2698#: release_notes.xml:786
2699#, no-c-format
2700msgid "#3564, ST_LineInterpolatePoints (Dan Baston)"
2701msgstr ""
2702
2703#. Tag: para
2704#: release_notes.xml:787
2705#, no-c-format
2706msgid "#3896, PostGIS_Extensions_Upgrade() (Regina Obe)"
2707msgstr ""
2708
2709#. Tag: para
2710#: release_notes.xml:788
2711#, no-c-format
2712msgid ""
2713"#3913, Upgrade when creating extension from unpackaged (Sandro Santilli)"
2714msgstr ""
2715
2716#. Tag: para
2717#: release_notes.xml:789
2718#, no-c-format
2719msgid "#2256, _postgis_index_extent() for extent from index (Paul Ramsey)"
2720msgstr ""
2721
2722#. Tag: para
2723#: release_notes.xml:790
2724#, no-c-format
2725msgid "#3176, Add ST_OrientedEnvelope (Dan Baston)"
2726msgstr ""
2727
2728#. Tag: para
2729#: release_notes.xml:791
2730#, no-c-format
2731msgid "#4029, Add ST_QuantizeCoordinates (Dan Baston)"
2732msgstr ""
2733
2734#. Tag: para
2735#: release_notes.xml:792
2736#, no-c-format
2737msgid "#4063, Optional false origin point for ST_Scale (Paul Ramsey)"
2738msgstr ""
2739
2740#. Tag: para
2741#: release_notes.xml:793
2742#, no-c-format
2743msgid ""
2744"#4082, Add ST_BandFileSize and ST_BandFileTimestamp, extend ST_BandMetadata "
2745"(Even Rouault)"
2746msgstr ""
2747
2748#. Tag: para
2749#: release_notes.xml:795
2750#, no-c-format
2751msgid "#2597, Add ST_Grayscale (Bborie Park)"
2752msgstr ""
2753
2754#. Tag: para
2755#: release_notes.xml:796
2756#, no-c-format
2757msgid "#4007, Add ST_SetBandPath (Bborie Park)"
2758msgstr ""
2759
2760#. Tag: para
2761#: release_notes.xml:797
2762#, no-c-format
2763msgid "#4008, Add ST_SetBandIndex (Bborie Park)"
2764msgstr ""
2765
2766#. Tag: para
2767#: release_notes.xml:802
2768#, no-c-format
2769msgid ""
2770"Upgrade scripts from multiple old versions are now all symlinks to a single "
2771"upgrade script (Sandro Santilli)"
2772msgstr ""
2773
2774#. Tag: para
2775#: release_notes.xml:804
2776#, no-c-format
2777msgid "#3944, Update to EPSG register v9.2 (Even Rouault)"
2778msgstr ""
2779
2780#. Tag: para
2781#: release_notes.xml:805
2782#, no-c-format
2783msgid "#3927, Parallel implementation of ST_AsMVT"
2784msgstr ""
2785
2786#. Tag: para
2787#: release_notes.xml:806
2788#, no-c-format
2789msgid "#3925, Simplify geometry using map grid cell size before generating MVT"
2790msgstr ""
2791
2792#. Tag: para
2793#: release_notes.xml:807
2794#, no-c-format
2795msgid ""
2796"#3899, BTree sort order is now defined on collections of EMPTY and same-"
2797"prefix geometries (Darafei Praliaskouski)"
2798msgstr ""
2799
2800#. Tag: para
2801#: release_notes.xml:809
2802#, no-c-format
2803msgid ""
2804"#3864, Performance improvement for sorting POINT geometries (Darafei "
2805"Praliaskouski)"
2806msgstr ""
2807
2808#. Tag: para
2809#: release_notes.xml:811
2810#, no-c-format
2811msgid ""
2812"#3900, GCC warnings fixed, make -j is now working (Darafei Praliaskouski) - "
2813"TopoGeo_addLinestring robustness improvements (Sandro Santilli) #1855, "
2814"#1946, #3718, #3838"
2815msgstr ""
2816
2817#. Tag: para
2818#: release_notes.xml:814
2819#, no-c-format
2820msgid "#3234, Do not accept EMPTY points as topology nodes (Sandro Santilli)"
2821msgstr ""
2822
2823#. Tag: para
2824#: release_notes.xml:815
2825#, no-c-format
2826msgid ""
2827"#1014, Hashable geometry, allowing direct use in CTE signatures (Paul Ramsey)"
2828msgstr ""
2829
2830#. Tag: para
2831#: release_notes.xml:816
2832#, no-c-format
2833msgid "#3097, Really allow MULTILINESTRING blades in ST_Split() (Paul Ramsey)"
2834msgstr ""
2835
2836#. Tag: para
2837#: release_notes.xml:817
2838#, no-c-format
2839msgid ""
2840"#3942, geojson: Do not include private header for json-c &gt;= 0.13 (Björn "
2841"Esser)"
2842msgstr ""
2843
2844#. Tag: para
2845#: release_notes.xml:818
2846#, no-c-format
2847msgid ""
2848"#3954, ST_GeometricMedian now supports point weights (Darafei Praliaskouski)"
2849msgstr ""
2850
2851#. Tag: para
2852#: release_notes.xml:819
2853#, no-c-format
2854msgid ""
2855"#3965, #3971, #3977, #4071 ST_ClusterKMeans rewritten: better "
2856"initialization, faster convergence, K=2 even faster (Darafei Praliaskouski)"
2857msgstr ""
2858
2859#. Tag: para
2860#: release_notes.xml:821 release_notes.xml:921
2861#, no-c-format
2862msgid ""
2863"#3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY "
2864"(Darafei Praliaskouski)"
2865msgstr ""
2866
2867#. Tag: para
2868#: release_notes.xml:823
2869#, no-c-format
2870msgid ""
2871"#3986, ST_AsText now has second argument to limit decimal digits (Marc "
2872"Ducobu, Darafei Praliaskouski)"
2873msgstr ""
2874
2875#. Tag: para
2876#: release_notes.xml:825 release_notes.xml:890
2877#, no-c-format
2878msgid ""
2879"#4020, Casting from box3d to geometry now returns correctly connected "
2880"PolyhedralSurface (Matthias Bay)"
2881msgstr ""
2882
2883#. Tag: para
2884#: release_notes.xml:827
2885#, no-c-format
2886msgid ""
2887"#2508, ST_OffsetCurve now works with collections (Darafei Praliaskouski)"
2888msgstr ""
2889
2890#. Tag: para
2891#: release_notes.xml:828
2892#, no-c-format
2893msgid ""
2894"#4006, ST_GeomFromGeoJSON support for json and jsonb as input (Paul Ramsey, "
2895"Regina Obe)"
2896msgstr ""
2897
2898#. Tag: para
2899#: release_notes.xml:830
2900#, no-c-format
2901msgid ""
2902"#4038, ST_Subdivide now selects pivot for geometry split that reuses input "
2903"vertices. (Darafei Praliaskouski)"
2904msgstr ""
2905
2906#. Tag: para
2907#: release_notes.xml:832
2908#, no-c-format
2909msgid ""
2910"#4025, #4032 Fixed precision issue in ST_ClosestPointOfApproach, "
2911"ST_DistanceCPA, and ST_CPAWithin (Paul Ramsey, Darafei Praliaskouski)"
2912msgstr ""
2913
2914#. Tag: para
2915#: release_notes.xml:834
2916#, no-c-format
2917msgid "#4076, Reduce use of GEOS in topology implementation (Björn Harrtell)"
2918msgstr ""
2919
2920#. Tag: para
2921#: release_notes.xml:835
2922#, no-c-format
2923msgid ""
2924"#4080, Add external raster band index to ST_BandMetaData - Add Raster Tips "
2925"section to Documentation for information about Raster behavior (e.g. Out-DB "
2926"performance, maximum open files)"
2927msgstr ""
2928
2929#. Tag: para
2930#: release_notes.xml:838
2931#, no-c-format
2932msgid ""
2933"#4084: Fixed wrong code-comment regarding front/back of BOX3D (Matthias Bay)"
2934msgstr ""
2935
2936#. Tag: para
2937#: release_notes.xml:839
2938#, no-c-format
2939msgid "#4060, #4094, PostgreSQL JIT support (Raúl Marín, Laurenz Albe)"
2940msgstr ""
2941
2942#. Tag: para
2943#: release_notes.xml:840
2944#, no-c-format
2945msgid "#3960, ST_Centroid now uses lwgeom_centroid (Darafei Praliaskouski)"
2946msgstr ""
2947
2948#. Tag: para
2949#: release_notes.xml:841
2950#, no-c-format
2951msgid ""
2952"#4027, Remove duplicated code in lwgeom_geos (Darafei Praliaskouski, Daniel "
2953"Baston)"
2954msgstr ""
2955
2956#. Tag: para
2957#: release_notes.xml:843
2958#, no-c-format
2959msgid ""
2960"#4115, Fix a bug that created MVTs with incorrect property values under "
2961"parallel plans (Raúl Marín)."
2962msgstr ""
2963
2964#. Tag: para
2965#: release_notes.xml:845
2966#, no-c-format
2967msgid "#4120, ST_AsMVTGeom: Clip using tile coordinates (Raúl Marín)."
2968msgstr ""
2969
2970#. Tag: para
2971#: release_notes.xml:846
2972#, no-c-format
2973msgid ""
2974"#4132, ST_Intersection on Raster now works without throwing "
2975"TopologyException (Vinícius A.B. Schmidt, Darafei Praliaskouski)"
2976msgstr ""
2977
2978#. Tag: para
2979#: release_notes.xml:848
2980#, no-c-format
2981msgid ""
2982"#4177, #4180 Support for PostgreSQL 12 dev branch (Laurenz Albe, Raúl Marín)"
2983msgstr ""
2984
2985#. Tag: para
2986#: release_notes.xml:849
2987#, no-c-format
2988msgid ""
2989"#4156, ST_ChaikinSmoothing: also smooth start/end point of polygon by "
2990"default (Darafei Praliaskouski)"
2991msgstr ""
2992
2993#. Tag: title
2994#: release_notes.xml:855
2995#, no-c-format
2996msgid "Release 2.4.5"
2997msgstr ""
2998
2999#. Tag: para
3000#: release_notes.xml:856
3001#, no-c-format
3002msgid "Release date: 2018/09/12"
3003msgstr ""
3004
3005#. Tag: para
3006#: release_notes.xml:857 release_notes.xml:878 release_notes.xml:910
3007#: release_notes.xml:931 release_notes.xml:943 release_notes.xml:1036
3008#: release_notes.xml:1060 release_notes.xml:1074 release_notes.xml:1173
3009#: release_notes.xml:1194 release_notes.xml:1338 release_notes.xml:1364
3010#: release_notes.xml:1385
3011#, no-c-format
3012msgid "This is a bug fix and performance improvement release."
3013msgstr ""
3014
3015#. Tag: para
3016#: release_notes.xml:859
3017#, no-c-format
3018msgid ""
3019"#4031, Survive to big MaxError tolerances passed to ST_CurveToLine (Sandro "
3020"Santilli)"
3021msgstr ""
3022
3023#. Tag: para
3024#: release_notes.xml:860
3025#, no-c-format
3026msgid ""
3027"#4058, Fix infinite loop in linearization of a big radius small arc (Sandro "
3028"Santilli)"
3029msgstr ""
3030
3031#. Tag: para
3032#: release_notes.xml:861
3033#, no-c-format
3034msgid ""
3035"#4071, ST_ClusterKMeans crash on NULL/EMPTY fixed (Darafei Praliaskouski)"
3036msgstr ""
3037
3038#. Tag: para
3039#: release_notes.xml:862
3040#, no-c-format
3041msgid "#4079, ensure St_AsMVTGeom outputs CW oriented polygons (Paul Ramsey)"
3042msgstr ""
3043
3044#. Tag: para
3045#: release_notes.xml:863
3046#, no-c-format
3047msgid ""
3048"#4070, use standard interruption error code on GEOS interruptions (Paul "
3049"Ramsey)"
3050msgstr ""
3051
3052#. Tag: para
3053#: release_notes.xml:864
3054#, no-c-format
3055msgid "#3980, delay freeing input until processing complete (lucasvr)"
3056msgstr ""
3057
3058#. Tag: para
3059#: release_notes.xml:865
3060#, no-c-format
3061msgid "#4090, PG 11 support (Paul Ramsey, Raúl Marín)"
3062msgstr ""
3063
3064#. Tag: para
3065#: release_notes.xml:866
3066#, no-c-format
3067msgid ""
3068"#4077, Serialization failure for particular empty geometry cases (Paul "
3069"Ramsey)"
3070msgstr ""
3071
3072#. Tag: para
3073#: release_notes.xml:867
3074#, no-c-format
3075msgid "#3997, fix bug in lwgeom_median and avoid division by zero (Raúl Marín)"
3076msgstr ""
3077
3078#. Tag: para
3079#: release_notes.xml:868
3080#, no-c-format
3081msgid "#4093, Inconsistent results from qsort callback (yugr)"
3082msgstr ""
3083
3084#. Tag: para
3085#: release_notes.xml:869
3086#, no-c-format
3087msgid "#4081, Geography DWithin() issues for certain cases (Paul Ramsey)"
3088msgstr ""
3089
3090#. Tag: para
3091#: release_notes.xml:870
3092#, no-c-format
3093msgid "#4105, Parallel build of tarball (Bas Couwenberg)"
3094msgstr ""
3095
3096#. Tag: para
3097#: release_notes.xml:871
3098#, no-c-format
3099msgid ""
3100"#4163, MVT: Fix resource leak when the first geometry is NULL (Raúl Marín)"
3101msgstr ""
3102
3103#. Tag: title
3104#: release_notes.xml:876
3105#, no-c-format
3106msgid "Release 2.4.4"
3107msgstr ""
3108
3109#. Tag: para
3110#: release_notes.xml:877
3111#, no-c-format
3112msgid "Release date: 2018/04/08"
3113msgstr ""
3114
3115#. Tag: para
3116#: release_notes.xml:880
3117#, no-c-format
3118msgid ""
3119"#3055, [raster] ST_Clip() on a raster without band crashes the server "
3120"(Regina Obe)"
3121msgstr ""
3122
3123#. Tag: para
3124#: release_notes.xml:882
3125#, no-c-format
3126msgid ""
3127"#3942, geojson: Do not include private header for json-c >= 0.13 (Björn "
3128"Esser)"
3129msgstr ""
3130
3131#. Tag: para
3132#: release_notes.xml:884
3133#, no-c-format
3134msgid "#3952, ST_Transform fails in parallel mode (Paul Ramsey)"
3135msgstr ""
3136
3137#. Tag: para
3138#: release_notes.xml:885
3139#, no-c-format
3140msgid "#3978, Fix KNN when upgrading from 2.1 or older (Sandro Santilli)"
3141msgstr ""
3142
3143#. Tag: para
3144#: release_notes.xml:886
3145#, no-c-format
3146msgid ""
3147"#4003, lwpoly_construct_circle: Avoid division by zero (Raúl Marín Rodríguez)"
3148msgstr ""
3149
3150#. Tag: para
3151#: release_notes.xml:887
3152#, no-c-format
3153msgid ""
3154"#4004, Avoid memory exhaustion when building a btree index (Edmund Horner)"
3155msgstr ""
3156
3157#. Tag: para
3158#: release_notes.xml:888
3159#, no-c-format
3160msgid "#4016, proj 5.0.0 support (Raúl Marín Rodríguez)"
3161msgstr ""
3162
3163#. Tag: para
3164#: release_notes.xml:889
3165#, no-c-format
3166msgid "#4017, lwgeom lexer memory corruption (Peter E)"
3167msgstr ""
3168
3169#. Tag: para
3170#: release_notes.xml:892
3171#, no-c-format
3172msgid ""
3173"#4025, #4032 Incorrect answers for temporally \"almost overlapping\" ranges "
3174"(Paul Ramsey, Darafei Praliaskouski)"
3175msgstr ""
3176
3177#. Tag: para
3178#: release_notes.xml:894
3179#, no-c-format
3180msgid "#4052, schema qualify several functions in geography (Regina Obe)"
3181msgstr ""
3182
3183#. Tag: para
3184#: release_notes.xml:895
3185#, no-c-format
3186msgid "#4055, ST_ClusterIntersecting drops SRID (Daniel Baston)"
3187msgstr ""
3188
3189#. Tag: para
3190#: release_notes.xml:899
3191#, no-c-format
3192msgid "#3946, Compile support for PgSQL 11 (Paul Ramsey)"
3193msgstr ""
3194
3195#. Tag: para
3196#: release_notes.xml:900
3197#, no-c-format
3198msgid ""
3199"#3992, Use PKG_PROG_PKG_CONFIG macro from pkg.m4 to detect pkg-config (Bas "
3200"Couwenberg)"
3201msgstr ""
3202
3203#. Tag: para
3204#: release_notes.xml:902
3205#, no-c-format
3206msgid "#4044, Upgrade support for PgSQL 11 (Regina Obe)"
3207msgstr ""
3208
3209#. Tag: title
3210#: release_notes.xml:908
3211#, no-c-format
3212msgid "Release 2.4.3"
3213msgstr ""
3214
3215#. Tag: para
3216#: release_notes.xml:909
3217#, no-c-format
3218msgid "Release date: 2018/01/17"
3219msgstr ""
3220
3221#. Tag: title
3222#: release_notes.xml:912 release_notes.xml:933 release_notes.xml:945
3223#: release_notes.xml:1038 release_notes.xml:1062 release_notes.xml:1076
3224#, no-c-format
3225msgid "Bug Fixes and Enhancements"
3226msgstr ""
3227
3228#. Tag: para
3229#: release_notes.xml:913
3230#, no-c-format
3231msgid "#3713, Support encodings that happen to output a '\\' character"
3232msgstr ""
3233
3234#. Tag: para
3235#: release_notes.xml:914
3236#, no-c-format
3237msgid ""
3238"#3827, Set configure default to not do interrupt testing, was causing false "
3239"negatives for many people. (Regina Obe) revised to be standards compliant in "
3240"#3988 (Greg Troxel)"
3241msgstr ""
3242
3243#. Tag: para
3244#: release_notes.xml:917
3245#, no-c-format
3246msgid "#3930, Minimum bounding circle issues on 32-bit platforms"
3247msgstr ""
3248
3249#. Tag: para
3250#: release_notes.xml:918
3251#, no-c-format
3252msgid ""
3253"#3965, ST_ClusterKMeans used to lose some clusters on initialization "
3254"(Darafei Praliaskouski)"
3255msgstr ""
3256
3257#. Tag: para
3258#: release_notes.xml:920
3259#, no-c-format
3260msgid "#3956, Brin opclass object does not upgrade properly (Sandro Santilli)"
3261msgstr ""
3262
3263#. Tag: para
3264#: release_notes.xml:923
3265#, no-c-format
3266msgid ""
3267"#3975, ST_Transform runs query on spatial_ref_sys without schema "
3268"qualification. Was causing restore issues. (Paul Ramsey)"
3269msgstr ""
3270
3271#. Tag: title
3272#: release_notes.xml:929
3273#, no-c-format
3274msgid "Release 2.4.2"
3275msgstr ""
3276
3277#. Tag: para
3278#: release_notes.xml:930
3279#, no-c-format
3280msgid "Release date: 2017/11/15"
3281msgstr ""
3282
3283#. Tag: para
3284#: release_notes.xml:934
3285#, no-c-format
3286msgid "#3917, Fix zcta5 load"
3287msgstr ""
3288
3289#. Tag: para
3290#: release_notes.xml:935
3291#, no-c-format
3292msgid "#3667, Fix for bug in geography ST_Segmentize"
3293msgstr ""
3294
3295#. Tag: para
3296#: release_notes.xml:936
3297#, no-c-format
3298msgid "#3926, Add missing 2.2.6 and 2.3.4 upgrade paths (Muhammad Usama)"
3299msgstr ""
3300
3301#. Tag: title
3302#: release_notes.xml:941
3303#, no-c-format
3304msgid "Release 2.4.1"
3305msgstr ""
3306
3307#. Tag: para
3308#: release_notes.xml:942
3309#, no-c-format
3310msgid "Release date: 2017/10/18"
3311msgstr ""
3312
3313#. Tag: para
3314#: release_notes.xml:946
3315#, no-c-format
3316msgid "#3864, Fix memory leaks in BTREE operators"
3317msgstr ""
3318
3319#. Tag: para
3320#: release_notes.xml:947
3321#, no-c-format
3322msgid "#3869, Fix build with \"gold\" linker"
3323msgstr ""
3324
3325#. Tag: para
3326#: release_notes.xml:948
3327#, no-c-format
3328msgid "#3845, Gracefully handle short-measure issue"
3329msgstr ""
3330
3331#. Tag: para
3332#: release_notes.xml:949
3333#, no-c-format
3334msgid "#3871, Performance tweak for geometry cmp function"
3335msgstr ""
3336
3337#. Tag: para
3338#: release_notes.xml:950
3339#, no-c-format
3340msgid "#3879, Division by zero in some arc cases"
3341msgstr ""
3342
3343#. Tag: para
3344#: release_notes.xml:951
3345#, no-c-format
3346msgid "#3878, Single defn of signum in header"
3347msgstr ""
3348
3349#. Tag: para
3350#: release_notes.xml:952
3351#, no-c-format
3352msgid "#3880, Undefined behaviour in TYPMOD_GET_SRID"
3353msgstr ""
3354
3355#. Tag: para
3356#: release_notes.xml:953
3357#, no-c-format
3358msgid "#3875, Fix undefined behaviour in shift operation"
3359msgstr ""
3360
3361#. Tag: para
3362#: release_notes.xml:954
3363#, no-c-format
3364msgid "#3864, Performance improvements for b-tree geometry sorts"
3365msgstr ""
3366
3367#. Tag: para
3368#: release_notes.xml:955
3369#, no-c-format
3370msgid "#3874, lw_dist2d_pt_arc division by zero"
3371msgstr ""
3372
3373#. Tag: para
3374#: release_notes.xml:956
3375#, no-c-format
3376msgid "#3882, undefined behaviour in zigzag with negative inputs"
3377msgstr ""
3378
3379#. Tag: para
3380#: release_notes.xml:957
3381#, no-c-format
3382msgid "#3891, undefined behaviour in pointarray_to_encoded_polyline"
3383msgstr ""
3384
3385#. Tag: para
3386#: release_notes.xml:958
3387#, no-c-format
3388msgid "#3895, throw error on malformed WKB input"
3389msgstr ""
3390
3391#. Tag: para
3392#: release_notes.xml:959
3393#, no-c-format
3394msgid "#3886, fix rare missing boxes in geometry subdivision"
3395msgstr ""
3396
3397#. Tag: para
3398#: release_notes.xml:960
3399#, no-c-format
3400msgid ""
3401"#3907, Allocate enough space for all possible GBOX string outputs (Raúl "
3402"Marín Rodríguez)"
3403msgstr ""
3404
3405#. Tag: title
3406#: release_notes.xml:964
3407#, no-c-format
3408msgid "Release 2.4.0"
3409msgstr ""
3410
3411#. Tag: para
3412#: release_notes.xml:965
3413#, no-c-format
3414msgid "Release date: 2017/09/30"
3415msgstr ""
3416
3417#. Tag: para
3418#: release_notes.xml:967
3419#, no-c-format
3420msgid ""
3421"#3822, Have postgis_full_version() also show and check version of PostgreSQL "
3422"the scripts were built against (Sandro Santilli)"
3423msgstr ""
3424
3425#. Tag: para
3426#: release_notes.xml:969
3427#, no-c-format
3428msgid "#2411, curves support in ST_Reverse (Sandro Santilli)"
3429msgstr ""
3430
3431#. Tag: para
3432#: release_notes.xml:970
3433#, no-c-format
3434msgid "#2951, ST_Centroid for geography (Danny Götte)"
3435msgstr ""
3436
3437#. Tag: para
3438#: release_notes.xml:971
3439#, no-c-format
3440msgid ""
3441"#3788, Allow postgis_restore.pl to work on directory-style (-Fd) dumps "
3442"(Roger Crew)"
3443msgstr ""
3444
3445#. Tag: para
3446#: release_notes.xml:973
3447#, no-c-format
3448msgid ""
3449"#3772, Direction agnostic ST_CurveToLine output (Sandro Santilli / KKGeo)"
3450msgstr ""
3451
3452#. Tag: para
3453#: release_notes.xml:974
3454#, no-c-format
3455msgid "#2464, ST_CurveToLine with MaxError tolerance (Sandro Santilli / KKGeo)"
3456msgstr ""
3457
3458#. Tag: para
3459#: release_notes.xml:975
3460#, no-c-format
3461msgid "#3599, Geobuf output support via ST_AsGeobuf (Björn Harrtell)"
3462msgstr ""
3463
3464#. Tag: para
3465#: release_notes.xml:976
3466#, no-c-format
3467msgid ""
3468"#3661, Mapbox vector tile output support via ST_AsMVT (Björn Harrtell / "
3469"CartoDB)"
3470msgstr ""
3471
3472#. Tag: para
3473#: release_notes.xml:977
3474#, no-c-format
3475msgid "#3689, Add orientation checking and forcing functions (Dan Baston)"
3476msgstr ""
3477
3478#. Tag: para
3479#: release_notes.xml:978
3480#, no-c-format
3481msgid ""
3482"#3753, Gist penalty speed improvements for 2D and ND points (Darafei "
3483"Praliaskouski, Andrey Borodin)"
3484msgstr ""
3485
3486#. Tag: para
3487#: release_notes.xml:980
3488#, no-c-format
3489msgid "#3677, ST_FrechetDistance (Shinichi Sugiyama)"
3490msgstr ""
3491
3492#. Tag: para
3493#: release_notes.xml:981
3494#, no-c-format
3495msgid ""
3496"Most aggregates (raster and geometry), and all stable / immutable (raster "
3497"and geometry) marked as parallel safe"
3498msgstr ""
3499
3500#. Tag: para
3501#: release_notes.xml:983
3502#, no-c-format
3503msgid "#2249, ST_MakeEmptyCoverage for raster (David Zwarg, ainomieli)"
3504msgstr ""
3505
3506#. Tag: para
3507#: release_notes.xml:984
3508#, no-c-format
3509msgid "#3709, Allow signed distance for ST_Project (Darafei Praliaskouski)"
3510msgstr ""
3511
3512#. Tag: para
3513#: release_notes.xml:985
3514#, no-c-format
3515msgid ""
3516"#524, Covers support for polygon on polygon, line on line, point on line for "
3517"geography (Danny Götte)"
3518msgstr ""
3519
3520#. Tag: title
3521#: release_notes.xml:989
3522#, no-c-format
3523msgid "Enhancements and Fixes"
3524msgstr ""
3525
3526#. Tag: para
3527#: release_notes.xml:990
3528#, no-c-format
3529msgid ""
3530"Many corrections to docs and several translations almost complete. Andreas "
3531"Schild who provided many corrections to core docs. PostGIS Japanese "
3532"translation team first to reach completion of translation."
3533msgstr ""
3534
3535#. Tag: para
3536#: release_notes.xml:994
3537#, no-c-format
3538msgid "Support for PostgreSQL 10"
3539msgstr ""
3540
3541#. Tag: para
3542#: release_notes.xml:995
3543#, no-c-format
3544msgid "Preliminary support for PostgreSQL 11"
3545msgstr ""
3546
3547#. Tag: para
3548#: release_notes.xml:996
3549#, no-c-format
3550msgid "#3645, Avoid loading logically deleted records from shapefiles"
3551msgstr ""
3552
3553#. Tag: para
3554#: release_notes.xml:997
3555#, no-c-format
3556msgid ""
3557"#3747, Add zip4 and address_alphanumeric as attributes to norm_addy "
3558"tiger_geocoder type."
3559msgstr ""
3560
3561#. Tag: para
3562#: release_notes.xml:999
3563#, no-c-format
3564msgid ""
3565"#3748, address_standardizer lookup tables update so pagc_normalize_address "
3566"better standardizes abbreviations"
3567msgstr ""
3568
3569#. Tag: para
3570#: release_notes.xml:1001
3571#, no-c-format
3572msgid ""
3573"#3647, better handling of noding in ST_Node using GEOSNode (Wouter Geraedts)"
3574msgstr ""
3575
3576#. Tag: para
3577#: release_notes.xml:1003
3578#, no-c-format
3579msgid "#3684, Update to EPSG register v9 (Even Rouault)"
3580msgstr ""
3581
3582#. Tag: para
3583#: release_notes.xml:1005
3584#, no-c-format
3585msgid ""
3586"#3830, Fix initialization of incompatible type (>=9.6) address_standardizer"
3587msgstr ""
3588
3589#. Tag: para
3590#: release_notes.xml:1006
3591#, no-c-format
3592msgid "#3662, Make shp2pgsql work in debug mode by sending debug to stderr"
3593msgstr ""
3594
3595#. Tag: para
3596#: release_notes.xml:1007
3597#, no-c-format
3598msgid "#3405, Fixed memory leak in lwgeom_to_points"
3599msgstr ""
3600
3601#. Tag: para
3602#: release_notes.xml:1008
3603#, no-c-format
3604msgid "#3832, Support wide integer fields as int8 in shp2pgsql"
3605msgstr ""
3606
3607#. Tag: para
3608#: release_notes.xml:1009
3609#, no-c-format
3610msgid ""
3611"#3841, Deterministic sorting support for empty geometries in btree geography"
3612msgstr ""
3613
3614#. Tag: para
3615#: release_notes.xml:1010
3616#, no-c-format
3617msgid ""
3618"#3844, Make = operator a strict equality test, and &lt; &gt; to rough "
3619"\"spatial sorting\""
3620msgstr ""
3621
3622#. Tag: para
3623#: release_notes.xml:1011
3624#, no-c-format
3625msgid "#3855, ST_AsTWKB memory and speed improvements"
3626msgstr ""
3627
3628#. Tag: para
3629#: release_notes.xml:1015
3630#, no-c-format
3631msgid "Dropped support for PostgreSQL 9.2."
3632msgstr ""
3633
3634#. Tag: para
3635#: release_notes.xml:1016
3636#, no-c-format
3637msgid "#3810, GEOS 3.4.0 or above minimum required to compile"
3638msgstr ""
3639
3640#. Tag: para
3641#: release_notes.xml:1017
3642#, no-c-format
3643msgid ""
3644"Most aggregates now marked as parallel safe, which means most aggs have to "
3645"be dropped / recreated. If you have views that utilize PostGIS aggs, you'll "
3646"need to drop before upgrade and recreate after upgrade"
3647msgstr ""
3648
3649#. Tag: para
3650#: release_notes.xml:1021
3651#, no-c-format
3652msgid "#3578, ST_NumInteriorRings(POLYGON EMPTY) now returns 0 instead of NULL"
3653msgstr ""
3654
3655#. Tag: para
3656#: release_notes.xml:1022
3657#, no-c-format
3658msgid ""
3659"_ST_DumpPoints removed, was no longer needed after PostGIS 2.1.0 when "
3660"ST_DumpPoints got reimplemented in C"
3661msgstr ""
3662
3663#. Tag: para
3664#: release_notes.xml:1024
3665#, no-c-format
3666msgid ""
3667"B-Tree index operators &lt; = &gt; changed to provide better spatial "
3668"locality on sorting and have expected behavior on GROUP BY. If you have "
3669"btree index for geometry or geography, you need to REINDEX it, or review if "
3670"it was created by accident and needs to be replaced with GiST index. If your "
3671"code relies on old left-to-right box compare ordering, update it to use &lt;"
3672"&lt; &gt;&gt; operators."
3673msgstr ""
3674
3675#. Tag: title
3676#: release_notes.xml:1034
3677#, no-c-format
3678msgid "Release 2.3.3"
3679msgstr ""
3680
3681#. Tag: para
3682#: release_notes.xml:1035
3683#, no-c-format
3684msgid "Release date: 2017/07/01"
3685msgstr ""
3686
3687#. Tag: para
3688#: release_notes.xml:1039
3689#, no-c-format
3690msgid "#3777, GROUP BY anomaly with empty geometries"
3691msgstr ""
3692
3693#. Tag: para
3694#: release_notes.xml:1040
3695#, no-c-format
3696msgid "#3711, Azimuth error upon adding 2.5D edges to topology"
3697msgstr ""
3698
3699#. Tag: para
3700#: release_notes.xml:1041
3701#, no-c-format
3702msgid ""
3703"#3726, PDF manual from dblatex renders fancy quotes for programlisting (Mike "
3704"Toews)"
3705msgstr ""
3706
3707#. Tag: para
3708#: release_notes.xml:1043
3709#, no-c-format
3710msgid ""
3711"#3738, raster: Using -s without -Y in raster2pgsql transforms raster data "
3712"instead of setting srid"
3713msgstr ""
3714
3715#. Tag: para
3716#: release_notes.xml:1045
3717#, no-c-format
3718msgid ""
3719"#3744, ST_Subdivide loses subparts of inverted geometries (Darafei "
3720"Praliaskouski Komzpa)"
3721msgstr ""
3722
3723#. Tag: para
3724#: release_notes.xml:1047
3725#, no-c-format
3726msgid ""
3727"#3750, @ and ~ operator not always schema qualified in geometry and raster "
3728"functions. Causes restore issues. (Shane StClair of Axiom Data Science)"
3729msgstr ""
3730
3731#. Tag: para
3732#: release_notes.xml:1050
3733#, no-c-format
3734msgid "#3682, Strange fieldlength for boolean in result of pgsql2shp"
3735msgstr ""
3736
3737#. Tag: para
3738#: release_notes.xml:1051
3739#, no-c-format
3740msgid "#3701, Escape double quotes issue in pgsql2shp"
3741msgstr ""
3742
3743#. Tag: para
3744#: release_notes.xml:1052
3745#, no-c-format
3746msgid "#3704, ST_AsX3D crashes on empty geometry"
3747msgstr ""
3748
3749#. Tag: para
3750#: release_notes.xml:1053
3751#, no-c-format
3752msgid ""
3753"#3730, Change ST_Clip from Error to Notice when ST_Clip can't compute a band"
3754msgstr ""
3755
3756#. Tag: title
3757#: release_notes.xml:1058
3758#, no-c-format
3759msgid "Release 2.3.2"
3760msgstr ""
3761
3762#. Tag: para
3763#: release_notes.xml:1059
3764#, no-c-format
3765msgid "Release date: 2017/01/31"
3766msgstr ""
3767
3768#. Tag: para
3769#: release_notes.xml:1063
3770#, no-c-format
3771msgid ""
3772"#3418, KNN recheck in 9.5+ fails with index returned tuples in wrong order"
3773msgstr ""
3774
3775#. Tag: para
3776#: release_notes.xml:1064
3777#, no-c-format
3778msgid "#3675, Relationship functions not using an index in some cases"
3779msgstr ""
3780
3781#. Tag: para
3782#: release_notes.xml:1065
3783#, no-c-format
3784msgid "#3680, PostGIS upgrade scripts missing GRANT for views"
3785msgstr ""
3786
3787#. Tag: para
3788#: release_notes.xml:1066
3789#, no-c-format
3790msgid ""
3791"#3683, Unable to update postgis after postgres pg_upgrade going from &lt; "
3792"9.5 to pg &gt; 9.4"
3793msgstr ""
3794
3795#. Tag: para
3796#: release_notes.xml:1067
3797#, no-c-format
3798msgid "#3688, ST_AsLatLonText: round minutes"
3799msgstr ""
3800
3801#. Tag: title
3802#: release_notes.xml:1072
3803#, no-c-format
3804msgid "Release 2.3.1"
3805msgstr ""
3806
3807#. Tag: para
3808#: release_notes.xml:1073
3809#, no-c-format
3810msgid "Release date: 2016/11/28"
3811msgstr ""
3812
3813#. Tag: para
3814#: release_notes.xml:1077
3815#, no-c-format
3816msgid ""
3817"#1973, st_concavehull() returns sometimes empty geometry collection Fix from "
3818"gde"
3819msgstr ""
3820
3821#. Tag: para
3822#: release_notes.xml:1079
3823#, no-c-format
3824msgid ""
3825"#3501, add raster constraint max extent exceeds array size limit for large "
3826"tables"
3827msgstr ""
3828
3829#. Tag: para
3830#: release_notes.xml:1081
3831#, no-c-format
3832msgid "#3643, PostGIS not building on latest OSX XCode"
3833msgstr ""
3834
3835#. Tag: para
3836#: release_notes.xml:1082
3837#, no-c-format
3838msgid "#3644, Deadlock on interrupt"
3839msgstr ""
3840
3841#. Tag: para
3842#: release_notes.xml:1083
3843#, no-c-format
3844msgid ""
3845"#3650, Mark ST_Extent, ST_3DExtent and ST_Mem* agg functions as parallel "
3846"safe so they can be parallelized"
3847msgstr ""
3848
3849#. Tag: para
3850#: release_notes.xml:1085
3851#, no-c-format
3852msgid "#3652, Crash on Collection(MultiCurve())"
3853msgstr ""
3854
3855#. Tag: para
3856#: release_notes.xml:1086
3857#, no-c-format
3858msgid "#3656, Fix upgrade of aggregates from 2.2 or lower version"
3859msgstr ""
3860
3861#. Tag: para
3862#: release_notes.xml:1087
3863#, no-c-format
3864msgid ""
3865"#3659, Crash caused by raster GUC define after CREATE EXTENSION using wrong "
3866"memory context. (manaeem)"
3867msgstr ""
3868
3869#. Tag: para
3870#: release_notes.xml:1089
3871#, no-c-format
3872msgid ""
3873"#3665, Index corruption and memory leak in BRIN indexes patch from Julien "
3874"Rouhaud (Dalibo)"
3875msgstr ""
3876
3877#. Tag: para
3878#: release_notes.xml:1091
3879#, no-c-format
3880msgid "#3667, geography ST_Segmentize bug patch from Hugo Mercier (Oslandia)"
3881msgstr ""
3882
3883#. Tag: title
3884#: release_notes.xml:1096
3885#, no-c-format
3886msgid "Release 2.3.0"
3887msgstr ""
3888
3889#. Tag: para
3890#: release_notes.xml:1097
3891#, no-c-format
3892msgid "Release date: 2016/09/26"
3893msgstr ""
3894
3895#. Tag: para
3896#: release_notes.xml:1098
3897#, no-c-format
3898msgid ""
3899"This is a new feature release, with new functions, improved performance, all "
3900"relevant bug fixes from PostGIS 2.2.3,and other goodies."
3901msgstr ""
3902
3903#. Tag: title
3904#: release_notes.xml:1101 release_notes.xml:1537 release_notes.xml:2006
3905#, no-c-format
3906msgid "Important / Breaking Changes"
3907msgstr ""
3908
3909#. Tag: para
3910#: release_notes.xml:1102
3911#, no-c-format
3912msgid ""
3913"#3466, Casting from box3d to geometry now returns a 3D geometry (Julien "
3914"Rouhaud of Dalibo)"
3915msgstr ""
3916
3917#. Tag: para
3918#: release_notes.xml:1104
3919#, no-c-format
3920msgid "#3396, ST_EstimatedExtent, throw WARNING instead of ERROR (Regina Obe)"
3921msgstr ""
3922
3923#. Tag: para
3924#: release_notes.xml:1111
3925#, no-c-format
3926msgid ""
3927"Add support for custom TOC in postgis_restore.pl (Christoph Moench-Tegeder)"
3928msgstr ""
3929
3930#. Tag: para
3931#: release_notes.xml:1113
3932#, no-c-format
3933msgid ""
3934"Add support for negative indexing in ST_PointN and ST_SetPoint (Rémi Cura)"
3935msgstr ""
3936
3937#. Tag: para
3938#: release_notes.xml:1115
3939#, no-c-format
3940msgid "Add parameters for geography ST_Buffer (Thomas Bonfort)"
3941msgstr ""
3942
3943#. Tag: para
3944#: release_notes.xml:1116
3945#, no-c-format
3946msgid "TopoGeom_addElement, TopoGeom_remElement (Sandro Santilli)"
3947msgstr ""
3948
3949#. Tag: para
3950#: release_notes.xml:1117
3951#, no-c-format
3952msgid "populate_topology_layer (Sandro Santilli)"
3953msgstr ""
3954
3955#. Tag: para
3956#: release_notes.xml:1118
3957#, no-c-format
3958msgid "#454, ST_WrapX and lwgeom_wrapx (Sandro Santilli)"
3959msgstr ""
3960
3961#. Tag: para
3962#: release_notes.xml:1119
3963#, no-c-format
3964msgid "#1758, ST_Normalize (Sandro Santilli)"
3965msgstr ""
3966
3967#. Tag: para
3968#: release_notes.xml:1120
3969#, no-c-format
3970msgid "#2236, shp2pgsql -d now emits \"DROP TABLE IF EXISTS\""
3971msgstr ""
3972
3973#. Tag: para
3974#: release_notes.xml:1121
3975#, no-c-format
3976msgid "#2259, ST_VoronoiPolygons and ST_VoronoiLines (Dan Baston)"
3977msgstr ""
3978
3979#. Tag: para
3980#: release_notes.xml:1122
3981#, no-c-format
3982msgid ""
3983"#2841 and #2996, ST_MinimumBoundingRadius and new ST_MinimumBoundingCircle "
3984"implementation using Welzl's algorithm (Dan Baston)"
3985msgstr ""
3986
3987#. Tag: para
3988#: release_notes.xml:1124
3989#, no-c-format
3990msgid "#2991, Enable ST_Transform to use PROJ.4 text (Mike Toews)"
3991msgstr ""
3992
3993#. Tag: para
3994#: release_notes.xml:1125
3995#, no-c-format
3996msgid "#3059, Allow passing per-dimension parameters in ST_Expand (Dan Baston)"
3997msgstr ""
3998
3999#. Tag: para
4000#: release_notes.xml:1126
4001#, no-c-format
4002msgid "#3339, ST_GeneratePoints (Paul Ramsey)"
4003msgstr ""
4004
4005#. Tag: para
4006#: release_notes.xml:1127
4007#, no-c-format
4008msgid "#3362, ST_ClusterDBSCAN (Dan Baston)"
4009msgstr ""
4010
4011#. Tag: para
4012#: release_notes.xml:1128
4013#, no-c-format
4014msgid "#3364, ST_GeometricMedian (Dan Baston)"
4015msgstr ""
4016
4017#. Tag: para
4018#: release_notes.xml:1129
4019#, no-c-format
4020msgid ""
4021"#3391, Add table inheritance support in ST_EstimatedExtent (Alessandro "
4022"Pasotti)"
4023msgstr ""
4024
4025#. Tag: para
4026#: release_notes.xml:1131
4027#, no-c-format
4028msgid "#3424, ST_MinimumClearance (Dan Baston)"
4029msgstr ""
4030
4031#. Tag: para
4032#: release_notes.xml:1132
4033#, no-c-format
4034msgid "#3428, ST_Points (Dan Baston)"
4035msgstr ""
4036
4037#. Tag: para
4038#: release_notes.xml:1133
4039#, no-c-format
4040msgid "#3465, ST_ClusterKMeans (Paul Ramsey)"
4041msgstr ""
4042
4043#. Tag: para
4044#: release_notes.xml:1134
4045#, no-c-format
4046msgid "#3469, ST_MakeLine with MULTIPOINTs (Paul Norman)"
4047msgstr ""
4048
4049#. Tag: para
4050#: release_notes.xml:1135
4051#, no-c-format
4052msgid ""
4053"#3549, Support PgSQL 9.6 parallel query mode, as far as possible (Paul "
4054"Ramsey, Regina Obe)"
4055msgstr ""
4056
4057#. Tag: para
4058#: release_notes.xml:1137
4059#, no-c-format
4060msgid "#3557, Geometry function costs based on query stats (Paul Norman)"
4061msgstr ""
4062
4063#. Tag: para
4064#: release_notes.xml:1138
4065#, no-c-format
4066msgid ""
4067"#3591, Add support for BRIN indexes. PostgreSQL 9.4+ required. (Giuseppe "
4068"Broccolo of 2nd Quadrant, Julien Rouhaud and Ronan Dunklau of Dalibo)"
4069msgstr ""
4070
4071#. Tag: para
4072#: release_notes.xml:1141
4073#, no-c-format
4074msgid ""
4075"#3496, Make postgis non-relocateable for extension install, schema qualify "
4076"calls in functions (Regina Obe) Should resolve once and for all for "
4077"extensions #3494, #3486, #3076"
4078msgstr ""
4079
4080#. Tag: para
4081#: release_notes.xml:1144
4082#, no-c-format
4083msgid ""
4084"#3547, Update tiger geocoder to support TIGER 2016 and to support both http "
4085"and ftp."
4086msgstr ""
4087
4088#. Tag: para
4089#: release_notes.xml:1146
4090#, no-c-format
4091msgid ""
4092"#3613, Segmentize geography using equal length segments (Hugo Mercier of "
4093"Oslandia)"
4094msgstr ""
4095
4096#. Tag: para
4097#: release_notes.xml:1152
4098#, no-c-format
4099msgid "All relevant bug fixes from PostGIS 2.2.3"
4100msgstr ""
4101
4102#. Tag: para
4103#: release_notes.xml:1153
4104#, no-c-format
4105msgid "#2841, ST_MinimumBoundingCircle not covering original"
4106msgstr ""
4107
4108#. Tag: para
4109#: release_notes.xml:1154
4110#, no-c-format
4111msgid ""
4112"#3604, pgcommon/Makefile.in orders CFLAGS incorrectly leading to wrong "
4113"liblwgeom.h (Greg Troxel)"
4114msgstr ""
4115
4116#. Tag: title
4117#: release_notes.xml:1159 release_notes.xml:2427
4118#, no-c-format
4119msgid "Performance Enhancements"
4120msgstr ""
4121
4122#. Tag: para
4123#: release_notes.xml:1160
4124#, no-c-format
4125msgid "#75, Enhancement to PIP short circuit (Dan Baston)"
4126msgstr ""
4127
4128#. Tag: para
4129#: release_notes.xml:1161
4130#, no-c-format
4131msgid ""
4132"#3383, Avoid deserializing small geometries during index operations (Dan "
4133"Baston)"
4134msgstr ""
4135
4136#. Tag: para
4137#: release_notes.xml:1163
4138#, no-c-format
4139msgid "#3400, Minor optimization of PIP routines (Dan Baston)"
4140msgstr ""
4141
4142#. Tag: para
4143#: release_notes.xml:1164
4144#, no-c-format
4145msgid "Make adding a line to topology interruptible (Sandro Santilli)"
4146msgstr ""
4147
4148#. Tag: para
4149#: release_notes.xml:1165
4150#, no-c-format
4151msgid "Documentation updates from Mike Toews"
4152msgstr ""
4153
4154#. Tag: title
4155#: release_notes.xml:1171
4156#, no-c-format
4157msgid "Release 2.2.2"
4158msgstr ""
4159
4160#. Tag: para
4161#: release_notes.xml:1172
4162#, no-c-format
4163msgid "Release date: 2016/03/22"
4164msgstr ""
4165
4166#. Tag: para
4167#: release_notes.xml:1176
4168#, no-c-format
4169msgid "#3463, Fix crash on face-collapsing edge change"
4170msgstr ""
4171
4172#. Tag: para
4173#: release_notes.xml:1177
4174#, no-c-format
4175msgid ""
4176"#3422, Improve ST_Split robustness on standard precision double systems "
4177"(arm64, ppc64el, s390c, powerpc, ...)"
4178msgstr ""
4179
4180#. Tag: para
4181#: release_notes.xml:1178
4182#, no-c-format
4183msgid "#3427, Update spatial_ref_sys to EPSG version 8.8"
4184msgstr ""
4185
4186#. Tag: para
4187#: release_notes.xml:1179
4188#, no-c-format
4189msgid "#3433, ST_ClusterIntersecting incorrect for MultiPoints"
4190msgstr ""
4191
4192#. Tag: para
4193#: release_notes.xml:1180
4194#, no-c-format
4195msgid "#3435, ST_AsX3D fix rendering of concave geometries"
4196msgstr ""
4197
4198#. Tag: para
4199#: release_notes.xml:1181
4200#, no-c-format
4201msgid "#3436, memory handling mistake in ptarray_clone_deep"
4202msgstr ""
4203
4204#. Tag: para
4205#: release_notes.xml:1182
4206#, no-c-format
4207msgid "#3437, ST_Intersects incorrect for MultiPoints"
4208msgstr ""
4209
4210#. Tag: para
4211#: release_notes.xml:1183
4212#, no-c-format
4213msgid ""
4214"#3461, ST_GeomFromKML crashes Postgres when there are innerBoundaryIs and no "
4215"outerBoundaryIs"
4216msgstr ""
4217
4218#. Tag: para
4219#: release_notes.xml:1184
4220#, no-c-format
4221msgid ""
4222"#3429, upgrading to 2.3 or from 2.1 can cause loop/hang on some platforms"
4223msgstr ""
4224
4225#. Tag: para
4226#: release_notes.xml:1185
4227#, no-c-format
4228msgid "#3460, ST_ClusterWithin 'Tolerance not defined' error after upgrade"
4229msgstr ""
4230
4231#. Tag: para
4232#: release_notes.xml:1186
4233#, no-c-format
4234msgid ""
4235"#3490, Raster data restore issues, materialized views. Scripts "
4236"postgis_proc_set_search_path.sql, rtpostgis_proc_set_search_path.sql refer "
4237"to http://postgis.net/docs/manual-2.2/RT_FAQ.html#faq_raster_data_not_restore"
4238msgstr ""
4239
4240#. Tag: para
4241#: release_notes.xml:1187
4242#, no-c-format
4243msgid "#3426, failing POINT EMPTY tests on fun architectures"
4244msgstr ""
4245
4246#. Tag: title
4247#: release_notes.xml:1192
4248#, no-c-format
4249msgid "Release 2.2.1"
4250msgstr ""
4251
4252#. Tag: para
4253#: release_notes.xml:1193
4254#, no-c-format
4255msgid "Release date: 2016/01/06"
4256msgstr ""
4257
4258#. Tag: para
4259#: release_notes.xml:1198
4260#, no-c-format
4261msgid "#2232, avoid accumulated error in SVG rounding"
4262msgstr ""
4263
4264#. Tag: para
4265#: release_notes.xml:1199
4266#, no-c-format
4267msgid "#3321, Fix performance regression in topology loading"
4268msgstr ""
4269
4270#. Tag: para
4271#: release_notes.xml:1200
4272#, no-c-format
4273msgid "#3329, Fix robustness regression in TopoGeo_addPoint"
4274msgstr ""
4275
4276#. Tag: para
4277#: release_notes.xml:1201
4278#, no-c-format
4279msgid "#3349, Fix installation path of postgis_topology scripts"
4280msgstr ""
4281
4282#. Tag: para
4283#: release_notes.xml:1202
4284#, no-c-format
4285msgid "#3351, set endnodes isolation on ST_RemoveIsoEdge (and lwt_RemIsoEdge)"
4286msgstr ""
4287
4288#. Tag: para
4289#: release_notes.xml:1204
4290#, no-c-format
4291msgid "#3355, geography ST_Segmentize has geometry bbox"
4292msgstr ""
4293
4294#. Tag: para
4295#: release_notes.xml:1205
4296#, no-c-format
4297msgid ""
4298"#3359, Fix toTopoGeom loss of low-id primitives from TopoGeometry definition"
4299msgstr ""
4300
4301#. Tag: para
4302#: release_notes.xml:1207
4303#, no-c-format
4304msgid "#3360, _raster_constraint_info_scale invalid input syntax"
4305msgstr ""
4306
4307#. Tag: para
4308#: release_notes.xml:1208
4309#, no-c-format
4310msgid "#3375, crash in repeated point removal for collection(point)"
4311msgstr ""
4312
4313#. Tag: para
4314#: release_notes.xml:1209
4315#, no-c-format
4316msgid ""
4317"#3378, Fix handling of hierarchical TopoGeometries in presence of multiple "
4318"topologies"
4319msgstr ""
4320
4321#. Tag: para
4322#: release_notes.xml:1211
4323#, no-c-format
4324msgid "#3380, #3402, Decimate lines on topology load"
4325msgstr ""
4326
4327#. Tag: para
4328#: release_notes.xml:1212
4329#, no-c-format
4330msgid "#3388, #3410, Fix missing end-points in ST_Removepoints"
4331msgstr ""
4332
4333#. Tag: para
4334#: release_notes.xml:1213
4335#, no-c-format
4336msgid "#3389, Buffer overflow in lwgeom_to_geojson"
4337msgstr ""
4338
4339#. Tag: para
4340#: release_notes.xml:1214
4341#, no-c-format
4342msgid ""
4343"#3390, Compilation under Alpine Linux 3.2 gives an error when compiling the "
4344"postgis and postgis_topology extension"
4345msgstr ""
4346
4347#. Tag: para
4348#: release_notes.xml:1216
4349#, no-c-format
4350msgid "#3393, ST_Area NaN for some polygons"
4351msgstr ""
4352
4353#. Tag: para
4354#: release_notes.xml:1217
4355#, no-c-format
4356msgid "#3401, Improve ST_Split robustness on 32bit systems"
4357msgstr ""
4358
4359#. Tag: para
4360#: release_notes.xml:1218
4361#, no-c-format
4362msgid "#3404, ST_ClusterWithin crashes backend"
4363msgstr ""
4364
4365#. Tag: para
4366#: release_notes.xml:1219
4367#, no-c-format
4368msgid ""
4369"#3407, Fix crash on splitting a face or an edge defining multiple "
4370"TopoGeometry objects"
4371msgstr ""
4372
4373#. Tag: para
4374#: release_notes.xml:1221
4375#, no-c-format
4376msgid "#3411, Clustering functions not using spatial index"
4377msgstr ""
4378
4379#. Tag: para
4380#: release_notes.xml:1222
4381#, no-c-format
4382msgid "#3412, Improve robustness of snapping step in TopoGeo_addLinestring"
4383msgstr ""
4384
4385#. Tag: para
4386#: release_notes.xml:1223
4387#, no-c-format
4388msgid "#3415, Fix OSX 10.9 build under pkgsrc"
4389msgstr ""
4390
4391#. Tag: para
4392#: release_notes.xml:1224
4393#, no-c-format
4394msgid "Fix memory leak in lwt_ChangeEdgeGeom [liblwgeom]"
4395msgstr ""
4396
4397#. Tag: title
4398#: release_notes.xml:1229
4399#, no-c-format
4400msgid "Release 2.2.0"
4401msgstr ""
4402
4403#. Tag: para
4404#: release_notes.xml:1230
4405#, no-c-format
4406msgid "Release date: 2015/10/07"
4407msgstr ""
4408
4409#. Tag: para
4410#: release_notes.xml:1231
4411#, no-c-format
4412msgid ""
4413"This is a new feature release, with new functions, improved performance, and "
4414"other goodies."
4415msgstr ""
4416
4417#. Tag: para
4418#: release_notes.xml:1234
4419#, no-c-format
4420msgid "Topology API in liblwgeom (Sandro Santilli / Regione Toscana - SITA)"
4421msgstr ""
4422
4423#. Tag: para
4424#: release_notes.xml:1235
4425#, no-c-format
4426msgid "New lwgeom_unaryunion method in liblwgeom"
4427msgstr ""
4428
4429#. Tag: para
4430#: release_notes.xml:1236
4431#, no-c-format
4432msgid "New lwgeom_linemerge method in liblwgeom"
4433msgstr ""
4434
4435#. Tag: para
4436#: release_notes.xml:1237
4437#, no-c-format
4438msgid "New lwgeom_is_simple method in liblwgeom"
4439msgstr ""
4440
4441#. Tag: para
4442#: release_notes.xml:1238
4443#, no-c-format
4444msgid ""
4445"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3169\"><ulink url=\"http://"
4446"trac.osgeo.org/postgis/ticket/3169\">#3169</ulink></ulink>, Add SFCGAL 1.1 "
4447"support: add ST_3DDifference, ST_3DUnion, ST_Volume, ST_MakeSolid, "
4448"ST_IsSolid (Vincent Mora / Oslandia)"
4449msgstr ""
4450
4451#. Tag: para
4452#: release_notes.xml:1239
4453#, no-c-format
4454msgid ""
4455"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3169\"><ulink url=\"http://"
4456"trac.osgeo.org/postgis/ticket/3169\">#3169</ulink></ulink>, "
4457"ST_ApproximateMedialAxis (Sandro Santilli)"
4458msgstr ""
4459
4460#. Tag: para
4461#: release_notes.xml:1240
4462#, no-c-format
4463msgid "ST_CPAWithin (Sandro Santilli / Boundless)"
4464msgstr ""
4465
4466#. Tag: para
4467#: release_notes.xml:1241
4468#, no-c-format
4469msgid ""
4470"Add |=| operator with CPA semantic and KNN support with PgSQL 9.5+ (Sandro "
4471"Santilli / Boundless)"
4472msgstr ""
4473
4474#. Tag: para
4475#: release_notes.xml:1242
4476#, no-c-format
4477msgid ""
4478"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3131\"><ulink url=\"http://"
4479"trac.osgeo.org/postgis/ticket/3131\">#3131</ulink></ulink>, KNN support for "
4480"the geography type (Paul Ramsey / CartoDB)"
4481msgstr ""
4482
4483#. Tag: para
4484#: release_notes.xml:1243
4485#, no-c-format
4486msgid ""
4487"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3023\"><ulink url=\"http://"
4488"trac.osgeo.org/postgis/ticket/3023\">#3023</ulink></ulink>, "
4489"ST_ClusterIntersecting / ST_ClusterWithin (Dan Baston)"
4490msgstr ""
4491
4492#. Tag: para
4493#: release_notes.xml:1244
4494#, no-c-format
4495msgid ""
4496"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2703\"><ulink url=\"http://"
4497"trac.osgeo.org/postgis/ticket/2703\">#2703</ulink></ulink>, Exact KNN "
4498"results for all geometry types, aka \"KNN re-check\" (Paul Ramsey / CartoDB)"
4499msgstr ""
4500
4501#. Tag: para
4502#: release_notes.xml:1245
4503#, no-c-format
4504msgid ""
4505"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1137\"><ulink url=\"http://"
4506"trac.osgeo.org/postgis/ticket/1137\">#1137</ulink></ulink>, Allow a "
4507"tolerance value in ST_RemoveRepeatedPoints (Paul Ramsey / CartoDB)"
4508msgstr ""
4509
4510#. Tag: para
4511#: release_notes.xml:1246
4512#, no-c-format
4513msgid ""
4514"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3062\"><ulink url=\"http://"
4515"trac.osgeo.org/postgis/ticket/3062\">#3062</ulink></ulink>, Allow passing M "
4516"factor to ST_Scale (Sandro Santilli / Boundless)"
4517msgstr ""
4518
4519#. Tag: para
4520#: release_notes.xml:1247
4521#, no-c-format
4522msgid ""
4523"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3139\"><ulink url=\"http://"
4524"trac.osgeo.org/postgis/ticket/3139\">#3139</ulink></ulink>, "
4525"ST_BoundingDiagonal (Sandro Santilli / Boundless)"
4526msgstr ""
4527
4528#. Tag: para
4529#: release_notes.xml:1248
4530#, no-c-format
4531msgid ""
4532"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3129\"><ulink url=\"http://"
4533"trac.osgeo.org/postgis/ticket/3129\">#3129</ulink></ulink>, "
4534"ST_IsValidTrajectory (Sandro Santilli / Boundless)"
4535msgstr ""
4536
4537#. Tag: para
4538#: release_notes.xml:1249
4539#, no-c-format
4540msgid ""
4541"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3128\"><ulink url=\"http://"
4542"trac.osgeo.org/postgis/ticket/3128\">#3128</ulink></ulink>, "
4543"ST_ClosestPointOfApproach (Sandro Santilli / Boundless)"
4544msgstr ""
4545
4546#. Tag: para
4547#: release_notes.xml:1250
4548#, no-c-format
4549msgid ""
4550"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3152\"><ulink url=\"http://"
4551"trac.osgeo.org/postgis/ticket/3152\">#3152</ulink></ulink>, ST_DistanceCPA "
4552"(Sandro Santilli / Boundless)"
4553msgstr ""
4554
4555#. Tag: para
4556#: release_notes.xml:1251
4557#, no-c-format
4558msgid "Canonical output for index key types"
4559msgstr ""
4560
4561#. Tag: para
4562#: release_notes.xml:1252
4563#, no-c-format
4564msgid "ST_SwapOrdinates (Sandro Santilli / Boundless)"
4565msgstr ""
4566
4567#. Tag: para
4568#: release_notes.xml:1253
4569#, no-c-format
4570msgid ""
4571"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2918\"><ulink url=\"http://"
4572"trac.osgeo.org/postgis/ticket/2918\">#2918</ulink></ulink>, Use "
4573"GeographicLib functions for geodetics (Mike Toews)"
4574msgstr ""
4575
4576#. Tag: para
4577#: release_notes.xml:1254
4578#, no-c-format
4579msgid ""
4580"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3074\"><ulink url=\"http://"
4581"trac.osgeo.org/postgis/ticket/3074\">#3074</ulink></ulink>, ST_Subdivide to "
4582"break up large geometry (Paul Ramsey / CartoDB)"
4583msgstr ""
4584
4585#. Tag: para
4586#: release_notes.xml:1255
4587#, no-c-format
4588msgid ""
4589"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3040\"><ulink url=\"http://"
4590"trac.osgeo.org/postgis/ticket/3040\">#3040</ulink></ulink>, KNN GiST index "
4591"based centroid (&lt;&lt;-&gt;&gt;) n-D distance operators (Sandro Santilli / "
4592"Boundless)"
4593msgstr ""
4594
4595#. Tag: para
4596#: release_notes.xml:1256
4597#, no-c-format
4598msgid "Interruptibility API for liblwgeom (Sandro Santilli / CartoDB)"
4599msgstr ""
4600
4601#. Tag: para
4602#: release_notes.xml:1257
4603#, no-c-format
4604msgid ""
4605"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2939\"><ulink url=\"http://"
4606"trac.osgeo.org/postgis/ticket/2939\">#2939</ulink></ulink>, ST_ClipByBox2D "
4607"(Sandro Santilli / CartoDB)"
4608msgstr ""
4609
4610#. Tag: para
4611#: release_notes.xml:1258
4612#, no-c-format
4613msgid ""
4614"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2247\"><ulink url=\"http://"
4615"trac.osgeo.org/postgis/ticket/2247\">#2247</ulink></ulink>, ST_Retile and "
4616"ST_CreateOverview: in-db raster overviews creation (Sandro Santilli / "
4617"Vizzuality)"
4618msgstr ""
4619
4620#. Tag: para
4621#: release_notes.xml:1259
4622#, no-c-format
4623msgid ""
4624"<ulink url=\"http://trac.osgeo.org/postgis/ticket/899\"><ulink url=\"http://"
4625"trac.osgeo.org/postgis/ticket/899\">#899</ulink></ulink>, -m shp2pgsql "
4626"attribute names mapping -m switch (Regina Obe / Sandro Santilli)"
4627msgstr ""
4628
4629#. Tag: para
4630#: release_notes.xml:1260
4631#, no-c-format
4632msgid ""
4633"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1678\"><ulink url=\"http://"
4634"trac.osgeo.org/postgis/ticket/1678\">#1678</ulink></ulink>, Added GUC "
4635"postgis.gdal_datapath to specify GDAL config variable GDAL_DATA"
4636msgstr ""
4637
4638#. Tag: para
4639#: release_notes.xml:1261
4640#, no-c-format
4641msgid ""
4642"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2843\"><ulink url=\"http://"
4643"trac.osgeo.org/postgis/ticket/2843\">#2843</ulink></ulink>, Support "
4644"reprojection on raster import (Sandro Santilli / Vizzuality)"
4645msgstr ""
4646
4647#. Tag: para
4648#: release_notes.xml:1262
4649#, no-c-format
4650msgid ""
4651"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2349\"><ulink url=\"http://"
4652"trac.osgeo.org/postgis/ticket/2349\">#2349</ulink></ulink>, Support for "
4653"encoded_polyline input/output (Kashif Rasul)"
4654msgstr ""
4655
4656#. Tag: para
4657#: release_notes.xml:1263
4658#, no-c-format
4659msgid ""
4660"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2159\"><ulink url=\"http://"
4661"trac.osgeo.org/postgis/ticket/2159\">#2159</ulink></ulink>, report libjson "
4662"version from postgis_full_version()"
4663msgstr ""
4664
4665#. Tag: para
4666#: release_notes.xml:1264
4667#, no-c-format
4668msgid ""
4669"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2770\"><ulink url=\"http://"
4670"trac.osgeo.org/postgis/ticket/2770\">#2770</ulink></ulink>, "
4671"ST_MemSize(raster)"
4672msgstr ""
4673
4674#. Tag: para
4675#: release_notes.xml:1265
4676#, no-c-format
4677msgid "Add postgis_noop(raster)"
4678msgstr ""
4679
4680#. Tag: para
4681#: release_notes.xml:1266
4682#, no-c-format
4683msgid "Added missing variants of ST_TPI(), ST_TRI() and ST_Roughness()"
4684msgstr ""
4685
4686#. Tag: para
4687#: release_notes.xml:1267
4688#, no-c-format
4689msgid ""
4690"Added GUC postgis.gdal_enabled_drivers to specify GDAL config variable "
4691"GDAL_SKIP"
4692msgstr ""
4693
4694#. Tag: para
4695#: release_notes.xml:1268
4696#, no-c-format
4697msgid ""
4698"Added GUC postgis.enable_outdb_rasters to enable access to rasters with out-"
4699"db bands"
4700msgstr ""
4701
4702#. Tag: para
4703#: release_notes.xml:1269
4704#, no-c-format
4705msgid ""
4706"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2387\"><ulink url=\"http://"
4707"trac.osgeo.org/postgis/ticket/2387\">#2387</ulink></ulink>, "
4708"address_standardizer extension as part of PostGIS (Stephen Woodbridge / "
4709"imaptools.com, Walter Sinclair, Regina Obe)"
4710msgstr ""
4711
4712#. Tag: para
4713#: release_notes.xml:1270
4714#, no-c-format
4715msgid ""
4716"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2816\"><ulink url=\"http://"
4717"trac.osgeo.org/postgis/ticket/2816\">#2816</ulink></ulink>, "
4718"address_standardizer_data_us extension provides reference lex,gaz,rules for "
4719"address_standardizer (Stephen Woodbridge / imaptools.com, Walter Sinclair, "
4720"Regina Obe)"
4721msgstr ""
4722
4723#. Tag: para
4724#: release_notes.xml:1271
4725#, no-c-format
4726msgid ""
4727"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2341\"><ulink url=\"http://"
4728"trac.osgeo.org/postgis/ticket/2341\">#2341</ulink></ulink>, New mask "
4729"parameter for ST_MapAlgebra"
4730msgstr ""
4731
4732#. Tag: para
4733#: release_notes.xml:1272
4734#, no-c-format
4735msgid ""
4736"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2397\"><ulink url=\"http://"
4737"trac.osgeo.org/postgis/ticket/2397\">#2397</ulink></ulink>, read encoding "
4738"info automatically in shapefile loader"
4739msgstr ""
4740
4741#. Tag: para
4742#: release_notes.xml:1273
4743#, no-c-format
4744msgid ""
4745"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2430\"><ulink url=\"http://"
4746"trac.osgeo.org/postgis/ticket/2430\">#2430</ulink></ulink>, ST_ForceCurve"
4747msgstr ""
4748
4749#. Tag: para
4750#: release_notes.xml:1274
4751#, no-c-format
4752msgid ""
4753"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2565\"><ulink url=\"http://"
4754"trac.osgeo.org/postgis/ticket/2565\">#2565</ulink></ulink>, "
4755"ST_SummaryStatsAgg()"
4756msgstr ""
4757
4758#. Tag: para
4759#: release_notes.xml:1275
4760#, no-c-format
4761msgid ""
4762"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2567\"><ulink url=\"http://"
4763"trac.osgeo.org/postgis/ticket/2567\">#2567</ulink></ulink>, ST_CountAgg()"
4764msgstr ""
4765
4766#. Tag: para
4767#: release_notes.xml:1276
4768#, no-c-format
4769msgid ""
4770"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2632\"><ulink url=\"http://"
4771"trac.osgeo.org/postgis/ticket/2632\">#2632</ulink></ulink>, ST_AsGML() "
4772"support for curved features"
4773msgstr ""
4774
4775#. Tag: para
4776#: release_notes.xml:1277
4777#, no-c-format
4778msgid ""
4779"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2652\"><ulink url=\"http://"
4780"trac.osgeo.org/postgis/ticket/2652\">#2652</ulink></ulink>, Add --upgrade-"
4781"path switch to run_test.pl"
4782msgstr ""
4783
4784#. Tag: para
4785#: release_notes.xml:1278
4786#, no-c-format
4787msgid ""
4788"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2754\"><ulink url=\"http://"
4789"trac.osgeo.org/postgis/ticket/2754\">#2754</ulink></ulink>, sfcgal wrapped "
4790"as an extension"
4791msgstr ""
4792
4793#. Tag: para
4794#: release_notes.xml:1279
4795#, no-c-format
4796msgid ""
4797"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2227\"><ulink url=\"http://"
4798"trac.osgeo.org/postgis/ticket/2227\">#2227</ulink></ulink>, Simplification "
4799"with Visvalingam-Whyatt algorithm ST_SimplifyVW, ST_SetEffectiveArea "
4800"(Nicklas Avén)"
4801msgstr ""
4802
4803#. Tag: para
4804#: release_notes.xml:1280
4805#, no-c-format
4806msgid ""
4807"Functions to encode and decode TWKB ST_AsTWKB, ST_GeomFromTWKB (Paul "
4808"Ramsey / Nicklas Avén / CartoDB)"
4809msgstr ""
4810
4811#. Tag: para
4812#: release_notes.xml:1284
4813#, no-c-format
4814msgid ""
4815"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3223\"><ulink url=\"http://"
4816"trac.osgeo.org/postgis/ticket/3223\">#3223</ulink></ulink>, Add memcmp short-"
4817"circuit to ST_Equals (Daniel Baston)"
4818msgstr ""
4819
4820#. Tag: para
4821#: release_notes.xml:1285
4822#, no-c-format
4823msgid ""
4824"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3227\"><ulink url=\"http://"
4825"trac.osgeo.org/postgis/ticket/3227\">#3227</ulink></ulink>, Tiger geocoder "
4826"upgraded to support Tiger 2015 census"
4827msgstr ""
4828
4829#. Tag: para
4830#: release_notes.xml:1286
4831#, no-c-format
4832msgid ""
4833"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2278\"><ulink url=\"http://"
4834"trac.osgeo.org/postgis/ticket/2278\">#2278</ulink></ulink>, Make liblwgeom "
4835"compatible between minor releases"
4836msgstr ""
4837
4838#. Tag: para
4839#: release_notes.xml:1287
4840#, no-c-format
4841msgid ""
4842"<ulink url=\"http://trac.osgeo.org/postgis/ticket/897\"><ulink url=\"http://"
4843"trac.osgeo.org/postgis/ticket/897\">#897</ulink></ulink>, ST_AsX3D support "
4844"for GeoCoordinates and systems \"GD\" \"WE\" ability to flip x/y axis (use "
4845"option = 2, 3)"
4846msgstr ""
4847
4848#. Tag: para
4849#: release_notes.xml:1288
4850#, no-c-format
4851msgid ""
4852"ST_Split: allow splitting lines by multilines, multipoints and "
4853"(multi)polygon boundaries"
4854msgstr ""
4855
4856#. Tag: para
4857#: release_notes.xml:1289
4858#, no-c-format
4859msgid ""
4860"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3070\"><ulink url=\"http://"
4861"trac.osgeo.org/postgis/ticket/3070\">#3070</ulink></ulink>, Simplify "
4862"geometry type constraint"
4863msgstr ""
4864
4865#. Tag: para
4866#: release_notes.xml:1290
4867#, no-c-format
4868msgid ""
4869"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2839\"><ulink url=\"http://"
4870"trac.osgeo.org/postgis/ticket/2839\">#2839</ulink></ulink>, Implement "
4871"selectivity estimator for functional indexes, speeding up spatial queries on "
4872"raster tables. (Sandro Santilli / Vizzuality)"
4873msgstr ""
4874
4875#. Tag: para
4876#: release_notes.xml:1291
4877#, no-c-format
4878msgid ""
4879"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2361\"><ulink url=\"http://"
4880"trac.osgeo.org/postgis/ticket/2361\">#2361</ulink></ulink>, Added "
4881"spatial_index column to raster_columns view"
4882msgstr ""
4883
4884#. Tag: para
4885#: release_notes.xml:1292
4886#, no-c-format
4887msgid ""
4888"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2390\"><ulink url=\"http://"
4889"trac.osgeo.org/postgis/ticket/2390\">#2390</ulink></ulink>, Testsuite for "
4890"pgsql2shp"
4891msgstr ""
4892
4893#. Tag: para
4894#: release_notes.xml:1293
4895#, no-c-format
4896msgid ""
4897"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2527\"><ulink url=\"http://"
4898"trac.osgeo.org/postgis/ticket/2527\">#2527</ulink></ulink>, Added -k flag to "
4899"raster2pgsql to skip checking that band is NODATA"
4900msgstr ""
4901
4902#. Tag: para
4903#: release_notes.xml:1294
4904#, no-c-format
4905msgid ""
4906"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2616\"><ulink url=\"http://"
4907"trac.osgeo.org/postgis/ticket/2616\">#2616</ulink></ulink>, Reduce text "
4908"casts during topology building and export"
4909msgstr ""
4910
4911#. Tag: para
4912#: release_notes.xml:1295
4913#, no-c-format
4914msgid ""
4915"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2717\"><ulink url=\"http://"
4916"trac.osgeo.org/postgis/ticket/2717\">#2717</ulink></ulink>, support "
4917"startpoint, endpoint, pointn, numpoints for compoundcurve"
4918msgstr ""
4919
4920#. Tag: para
4921#: release_notes.xml:1296
4922#, no-c-format
4923msgid ""
4924"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2747\"><ulink url=\"http://"
4925"trac.osgeo.org/postgis/ticket/2747\">#2747</ulink></ulink>, Add support for "
4926"GDAL 2.0"
4927msgstr ""
4928
4929#. Tag: para
4930#: release_notes.xml:1297
4931#, no-c-format
4932msgid ""
4933"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2754\"><ulink url=\"http://"
4934"trac.osgeo.org/postgis/ticket/2754\">#2754</ulink></ulink>, SFCGAL can now "
4935"be installed with CREATE EXTENSION (Vincent Mora @ Oslandia)"
4936msgstr ""
4937
4938#. Tag: para
4939#: release_notes.xml:1298
4940#, no-c-format
4941msgid ""
4942"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2828\"><ulink url=\"http://"
4943"trac.osgeo.org/postgis/ticket/2828\">#2828</ulink></ulink>, Convert "
4944"ST_Envelope(raster) from SQL to C"
4945msgstr ""
4946
4947#. Tag: para
4948#: release_notes.xml:1299 release_notes.xml:1392
4949#, no-c-format
4950msgid ""
4951"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2829\"><ulink url=\"http://"
4952"trac.osgeo.org/postgis/ticket/2829\">#2829</ulink></ulink>, Shortcut "
4953"ST_Clip(raster) if geometry fully contains the raster and no NODATA specified"
4954msgstr ""
4955
4956#. Tag: para
4957#: release_notes.xml:1300
4958#, no-c-format
4959msgid ""
4960"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2906\"><ulink url=\"http://"
4961"trac.osgeo.org/postgis/ticket/2906\">#2906</ulink></ulink>, Update tiger "
4962"geocoder to handle tiger 2014 data"
4963msgstr ""
4964
4965#. Tag: para
4966#: release_notes.xml:1301
4967#, no-c-format
4968msgid ""
4969"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3048\"><ulink url=\"http://"
4970"trac.osgeo.org/postgis/ticket/3048\">#3048</ulink></ulink>, Speed up "
4971"geometry simplification (J.Santana @ CartoDB)"
4972msgstr ""
4973
4974#. Tag: para
4975#: release_notes.xml:1302
4976#, no-c-format
4977msgid ""
4978"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3092\"><ulink url=\"http://"
4979"trac.osgeo.org/postgis/ticket/3092\">#3092</ulink></ulink>, Slow performance "
4980"of geometry_columns with many tables"
4981msgstr ""
4982
4983#. Tag: title
4984#: release_notes.xml:1307
4985#, no-c-format
4986msgid "Release 2.1.8"
4987msgstr ""
4988
4989#. Tag: para
4990#: release_notes.xml:1308
4991#, no-c-format
4992msgid "Release date: 2015-07-07"
4993msgstr ""
4994
4995#. Tag: para
4996#: release_notes.xml:1309 release_notes.xml:1326
4997#, no-c-format
4998msgid "This is a critical bug fix release."
4999msgstr ""
5000
5001#. Tag: para
5002#: release_notes.xml:1312
5003#, no-c-format
5004msgid "#3159, do not force a bbox cache on ST_Affine"
5005msgstr ""
5006
5007#. Tag: para
5008#: release_notes.xml:1313
5009#, no-c-format
5010msgid "#3018, GROUP BY geography sometimes returns duplicate rows"
5011msgstr ""
5012
5013#. Tag: para
5014#: release_notes.xml:1314
5015#, no-c-format
5016msgid ""
5017"#3084, shp2pgsql - illegal number format when specific system locale set"
5018msgstr ""
5019
5020#. Tag: para
5021#: release_notes.xml:1315 release_notes.xml:1331
5022#, no-c-format
5023msgid "#3094, Malformed GeoJSON inputs crash backend"
5024msgstr ""
5025
5026#. Tag: para
5027#: release_notes.xml:1316
5028#, no-c-format
5029msgid "#3104, st_asgml introduces random characters in ID field"
5030msgstr ""
5031
5032#. Tag: para
5033#: release_notes.xml:1317
5034#, no-c-format
5035msgid "#3155, Remove liblwgeom.h on make uninstall"
5036msgstr ""
5037
5038#. Tag: para
5039#: release_notes.xml:1318
5040#, no-c-format
5041msgid "#3177, gserialized_is_empty cannot handle nested empty cases"
5042msgstr ""
5043
5044#. Tag: para
5045#: release_notes.xml:1319
5046#, no-c-format
5047msgid "Fix crash in ST_LineLocatePoint"
5048msgstr ""
5049
5050#. Tag: title
5051#: release_notes.xml:1324
5052#, no-c-format
5053msgid "Release 2.1.7"
5054msgstr ""
5055
5056#. Tag: para
5057#: release_notes.xml:1325
5058#, no-c-format
5059msgid "Release date: 2015-03-30"
5060msgstr ""
5061
5062#. Tag: para
5063#: release_notes.xml:1329
5064#, no-c-format
5065msgid ""
5066"#3086, ST_DumpValues() crashes backend on cleanup with invalid band indexes"
5067msgstr ""
5068
5069#. Tag: para
5070#: release_notes.xml:1330
5071#, no-c-format
5072msgid "#3088, Do not (re)define strcasestr in a liblwgeom.h"
5073msgstr ""
5074
5075#. Tag: title
5076#: release_notes.xml:1336
5077#, no-c-format
5078msgid "Release 2.1.6"
5079msgstr ""
5080
5081#. Tag: para
5082#: release_notes.xml:1337
5083#, no-c-format
5084msgid "Release date: 2015-03-20"
5085msgstr ""
5086
5087#. Tag: para
5088#: release_notes.xml:1341
5089#, no-c-format
5090msgid "#3000, Ensure edge splitting and healing algorithms use indexes"
5091msgstr ""
5092
5093#. Tag: para
5094#: release_notes.xml:1342
5095#, no-c-format
5096msgid "#3048, Speed up geometry simplification (J.Santana @ CartoDB)"
5097msgstr ""
5098
5099#. Tag: para
5100#: release_notes.xml:1343
5101#, no-c-format
5102msgid "#3050, Speed up geometry type reading (J.Santana @ CartoDB)"
5103msgstr ""
5104
5105#. Tag: para
5106#: release_notes.xml:1347
5107#, no-c-format
5108msgid "#2941, allow geography columns with SRID other than 4326"
5109msgstr ""
5110
5111#. Tag: para
5112#: release_notes.xml:1348
5113#, no-c-format
5114msgid "#3069, small objects getting inappropriately fluffed up w/ boxes"
5115msgstr ""
5116
5117#. Tag: para
5118#: release_notes.xml:1349
5119#, no-c-format
5120msgid "#3068, Have postgis_typmod_dims return NULL for unconstrained dims"
5121msgstr ""
5122
5123#. Tag: para
5124#: release_notes.xml:1350
5125#, no-c-format
5126msgid "#3061, Allow duplicate points in JSON, GML, GML ST_GeomFrom* functions"
5127msgstr ""
5128
5129#. Tag: para
5130#: release_notes.xml:1351
5131#, no-c-format
5132msgid "#3058, Fix ND-GiST picksplit method to split on the best plane"
5133msgstr ""
5134
5135#. Tag: para
5136#: release_notes.xml:1352
5137#, no-c-format
5138msgid ""
5139"#3052, Make operators &lt;-&gt; and &lt;#&gt; available for PostgreSQL &lt; "
5140"9.1"
5141msgstr ""
5142
5143#. Tag: para
5144#: release_notes.xml:1353
5145#, no-c-format
5146msgid "#3045, Fix dimensionality confusion in &amp;&amp;&amp; operator"
5147msgstr ""
5148
5149#. Tag: para
5150#: release_notes.xml:1354
5151#, no-c-format
5152msgid "#3016, Allow unregistering layers of corrupted topologies"
5153msgstr ""
5154
5155#. Tag: para
5156#: release_notes.xml:1355
5157#, no-c-format
5158msgid "#3015, Avoid exceptions from TopologySummary"
5159msgstr ""
5160
5161#. Tag: para
5162#: release_notes.xml:1356
5163#, no-c-format
5164msgid "#3020, ST_AddBand out-db bug where height using width value"
5165msgstr ""
5166
5167#. Tag: para
5168#: release_notes.xml:1357
5169#, no-c-format
5170msgid ""
5171"#3031, Allow restore of Geometry(Point) tables dumped with empties in them"
5172msgstr ""
5173
5174#. Tag: title
5175#: release_notes.xml:1362
5176#, no-c-format
5177msgid "Release 2.1.5"
5178msgstr ""
5179
5180#. Tag: para
5181#: release_notes.xml:1363
5182#, no-c-format
5183msgid "Release date: 2014-12-18"
5184msgstr ""
5185
5186#. Tag: para
5187#: release_notes.xml:1367
5188#, no-c-format
5189msgid ""
5190"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2933\"><ulink url=\"http://"
5191"trac.osgeo.org/postgis/ticket/2933\">#2933</ulink></ulink>, Speedup "
5192"construction of large multi-geometry objects"
5193msgstr ""
5194
5195#. Tag: para
5196#: release_notes.xml:1372
5197#, no-c-format
5198msgid ""
5199"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2947\"><ulink url=\"http://"
5200"trac.osgeo.org/postgis/ticket/2947\">#2947</ulink></ulink>, Fix memory leak "
5201"in lwgeom_make_valid for single-component collection input"
5202msgstr ""
5203
5204#. Tag: para
5205#: release_notes.xml:1374
5206#, no-c-format
5207msgid ""
5208"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2949\"><ulink url=\"http://"
5209"trac.osgeo.org/postgis/ticket/2949\">#2949</ulink></ulink>, Fix memory leak "
5210"in lwgeom_mindistance2d for curve input"
5211msgstr ""
5212
5213#. Tag: para
5214#: release_notes.xml:1375
5215#, no-c-format
5216msgid ""
5217"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2931\"><ulink url=\"http://"
5218"trac.osgeo.org/postgis/ticket/2931\">#2931</ulink></ulink>, BOX "
5219"representation is case sensitive"
5220msgstr ""
5221
5222#. Tag: para
5223#: release_notes.xml:1376
5224#, no-c-format
5225msgid ""
5226"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2942\"><ulink url=\"http://"
5227"trac.osgeo.org/postgis/ticket/2942\">#2942</ulink></ulink>, PostgreSQL 9.5 "
5228"support"
5229msgstr ""
5230
5231#. Tag: para
5232#: release_notes.xml:1377
5233#, no-c-format
5234msgid ""
5235"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2953\"><ulink url=\"http://"
5236"trac.osgeo.org/postgis/ticket/2953\">#2953</ulink></ulink>, 2D stats not "
5237"generated when Z/M values are extreme"
5238msgstr ""
5239
5240#. Tag: para
5241#: release_notes.xml:1378
5242#, no-c-format
5243msgid ""
5244"<ulink url=\"http://trac.osgeo.org/postgis/ticket/3009\"><ulink url=\"http://"
5245"trac.osgeo.org/postgis/ticket/3009\">#3009</ulink></ulink>, Geography cast "
5246"may effect underlying tuple"
5247msgstr ""
5248
5249#. Tag: title
5250#: release_notes.xml:1383
5251#, no-c-format
5252msgid "Release 2.1.4"
5253msgstr ""
5254
5255#. Tag: para
5256#: release_notes.xml:1384
5257#, no-c-format
5258msgid "Release date: 2014-09-10"
5259msgstr ""
5260
5261#. Tag: para
5262#: release_notes.xml:1388
5263#, no-c-format
5264msgid ""
5265"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2745\"><ulink url=\"http://"
5266"trac.osgeo.org/postgis/ticket/2745\">#2745</ulink></ulink>, Speedup "
5267"ST_Simplify calls against points"
5268msgstr ""
5269
5270#. Tag: para
5271#: release_notes.xml:1389
5272#, no-c-format
5273msgid ""
5274"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2747\"><ulink url=\"http://"
5275"trac.osgeo.org/postgis/ticket/2747\">#2747</ulink></ulink>, Support for GDAL "
5276"2.0"
5277msgstr ""
5278
5279#. Tag: para
5280#: release_notes.xml:1390
5281#, no-c-format
5282msgid ""
5283"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2749\"><ulink url=\"http://"
5284"trac.osgeo.org/postgis/ticket/2749\">#2749</ulink></ulink>, Make "
5285"rtpostgis_upgrade_20_21.sql ACID"
5286msgstr ""
5287
5288#. Tag: para
5289#: release_notes.xml:1391
5290#, no-c-format
5291msgid ""
5292"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2811\"><ulink url=\"http://"
5293"trac.osgeo.org/postgis/ticket/2811\">#2811</ulink></ulink>, Do not specify "
5294"index names when loading shapefiles/rasters"
5295msgstr ""
5296
5297#. Tag: para
5298#: release_notes.xml:1394
5299#, no-c-format
5300msgid ""
5301"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2895\"><ulink url=\"http://"
5302"trac.osgeo.org/postgis/ticket/2895\">#2895</ulink></ulink>, Raise cost of "
5303"ST_ConvexHull(raster) to 300 for better query plans"
5304msgstr ""
5305
5306#. Tag: para
5307#: release_notes.xml:1399
5308#, no-c-format
5309msgid ""
5310"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2605\"><ulink url=\"http://"
5311"trac.osgeo.org/postgis/ticket/2605\">#2605</ulink></ulink>, armel: "
5312"_ST_Covers() returns true for point in hole"
5313msgstr ""
5314
5315#. Tag: para
5316#: release_notes.xml:1400
5317#, no-c-format
5318msgid ""
5319"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2911\"><ulink url=\"http://"
5320"trac.osgeo.org/postgis/ticket/2911\">#2911</ulink></ulink>, Fix output scale "
5321"on ST_Rescale/ST_Resample/ST_Resize of rasters with scale 1/-1 and offset "
5322"0/0."
5323msgstr ""
5324
5325#. Tag: para
5326#: release_notes.xml:1402
5327#, no-c-format
5328msgid "Fix crash in ST_Union(raster)"
5329msgstr ""
5330
5331#. Tag: para
5332#: release_notes.xml:1403
5333#, no-c-format
5334msgid ""
5335"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2704\"><ulink url=\"http://"
5336"trac.osgeo.org/postgis/ticket/2704\">#2704</ulink></ulink>, ST_GeomFromGML() "
5337"does not work properly with array of gml:pos (Even Roualt)"
5338msgstr ""
5339
5340#. Tag: para
5341#: release_notes.xml:1405
5342#, no-c-format
5343msgid ""
5344"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2708\"><ulink url=\"http://"
5345"trac.osgeo.org/postgis/ticket/2708\">#2708</ulink></ulink>, "
5346"updategeometrysrid doesn't update srid check when schema not specified. "
5347"Patch from Marc Jansen"
5348msgstr ""
5349
5350#. Tag: para
5351#: release_notes.xml:1407
5352#, no-c-format
5353msgid ""
5354"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2720\"><ulink url=\"http://"
5355"trac.osgeo.org/postgis/ticket/2720\">#2720</ulink></ulink>, lwpoly_add_ring "
5356"should update maxrings after realloc"
5357msgstr ""
5358
5359#. Tag: para
5360#: release_notes.xml:1408
5361#, no-c-format
5362msgid ""
5363"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2759\"><ulink url=\"http://"
5364"trac.osgeo.org/postgis/ticket/2759\">#2759</ulink></ulink>, Fix "
5365"postgis_restore.pl handling of multiline object comments embedding sql "
5366"comments"
5367msgstr ""
5368
5369#. Tag: para
5370#: release_notes.xml:1410
5371#, no-c-format
5372msgid ""
5373"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2774\"><ulink url=\"http://"
5374"trac.osgeo.org/postgis/ticket/2774\">#2774</ulink></ulink>, fix undefined "
5375"behavior in ptarray_calculate_gbox_geodetic"
5376msgstr ""
5377
5378#. Tag: para
5379#: release_notes.xml:1411
5380#, no-c-format
5381msgid "Fix potential memory fault in ST_MakeValid"
5382msgstr ""
5383
5384#. Tag: para
5385#: release_notes.xml:1412
5386#, no-c-format
5387msgid ""
5388"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2784\"><ulink url=\"http://"
5389"trac.osgeo.org/postgis/ticket/2784\">#2784</ulink></ulink>, Fix handling of "
5390"bogus argument to --with-sfcgal"
5391msgstr ""
5392
5393#. Tag: para
5394#: release_notes.xml:1413
5395#, no-c-format
5396msgid ""
5397"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2772\"><ulink url=\"http://"
5398"trac.osgeo.org/postgis/ticket/2772\">#2772</ulink></ulink>, Premature memory "
5399"free in RASTER_getBandPath (ST_BandPath)"
5400msgstr ""
5401
5402#. Tag: para
5403#: release_notes.xml:1414
5404#, no-c-format
5405msgid ""
5406"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2755\"><ulink url=\"http://"
5407"trac.osgeo.org/postgis/ticket/2755\">#2755</ulink></ulink>, Fix regressions "
5408"tests against all versions of SFCGAL"
5409msgstr ""
5410
5411#. Tag: para
5412#: release_notes.xml:1415
5413#, no-c-format
5414msgid ""
5415"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2775\"><ulink url=\"http://"
5416"trac.osgeo.org/postgis/ticket/2775\">#2775</ulink></ulink>, "
5417"lwline_from_lwmpoint leaks memory"
5418msgstr ""
5419
5420#. Tag: para
5421#: release_notes.xml:1416
5422#, no-c-format
5423msgid ""
5424"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2802\"><ulink url=\"http://"
5425"trac.osgeo.org/postgis/ticket/2802\">#2802</ulink></ulink>, ST_MapAlgebra "
5426"checks for valid callback function return value"
5427msgstr ""
5428
5429#. Tag: para
5430#: release_notes.xml:1417
5431#, no-c-format
5432msgid ""
5433"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2803\"><ulink url=\"http://"
5434"trac.osgeo.org/postgis/ticket/2803\">#2803</ulink></ulink>, ST_MapAlgebra "
5435"handles no userarg and STRICT callback function"
5436msgstr ""
5437
5438#. Tag: para
5439#: release_notes.xml:1418
5440#, no-c-format
5441msgid ""
5442"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2834\"><ulink url=\"http://"
5443"trac.osgeo.org/postgis/ticket/2834\">#2834</ulink></ulink>, "
5444"ST_Estimated_Extent and mixedCase table names (regression bug)"
5445msgstr ""
5446
5447#. Tag: para
5448#: release_notes.xml:1419
5449#, no-c-format
5450msgid ""
5451"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2845\"><ulink url=\"http://"
5452"trac.osgeo.org/postgis/ticket/2845\">#2845</ulink></ulink>, Bad geometry "
5453"created from ST_AddPoint"
5454msgstr ""
5455
5456#. Tag: para
5457#: release_notes.xml:1420
5458#, no-c-format
5459msgid ""
5460"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2870\"><ulink url=\"http://"
5461"trac.osgeo.org/postgis/ticket/2870\">#2870</ulink></ulink>, Binary insert "
5462"into geography column results geometry being inserted"
5463msgstr ""
5464
5465#. Tag: para
5466#: release_notes.xml:1421
5467#, no-c-format
5468msgid ""
5469"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2872\"><ulink url=\"http://"
5470"trac.osgeo.org/postgis/ticket/2872\">#2872</ulink></ulink>, make install "
5471"builds documentation (Greg Troxell)"
5472msgstr ""
5473
5474#. Tag: para
5475#: release_notes.xml:1422
5476#, no-c-format
5477msgid ""
5478"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2819\"><ulink url=\"http://"
5479"trac.osgeo.org/postgis/ticket/2819\">#2819</ulink></ulink>, find isfinite or "
5480"replacement on Centos5 / Solaris"
5481msgstr ""
5482
5483#. Tag: para
5484#: release_notes.xml:1423
5485#, no-c-format
5486msgid ""
5487"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2899\"><ulink url=\"http://"
5488"trac.osgeo.org/postgis/ticket/2899\">#2899</ulink></ulink>, geocode limit 1 "
5489"not returning best answer (tiger geocoder)"
5490msgstr ""
5491
5492#. Tag: para
5493#: release_notes.xml:1424
5494#, no-c-format
5495msgid ""
5496"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2903\"><ulink url=\"http://"
5497"trac.osgeo.org/postgis/ticket/2903\">#2903</ulink></ulink>, Unable to "
5498"compile on FreeBSD"
5499msgstr ""
5500
5501#. Tag: para
5502#: release_notes.xml:1425
5503#, no-c-format
5504msgid ""
5505"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2927\"><ulink url=\"http://"
5506"trac.osgeo.org/postgis/ticket/2927\">#2927</ulink></ulink> reverse_geocode "
5507"not filling in direction prefix (tiger geocoder) get rid of deprecated "
5508"ST_Line_Locate_Point called"
5509msgstr ""
5510
5511#. Tag: title
5512#: release_notes.xml:1431
5513#, no-c-format
5514msgid "Release 2.1.3"
5515msgstr ""
5516
5517#. Tag: para
5518#: release_notes.xml:1432
5519#, no-c-format
5520msgid "Release date: 2014/05/13"
5521msgstr ""
5522
5523#. Tag: para
5524#: release_notes.xml:1433
5525#, no-c-format
5526msgid "This is a bug fix and security release."
5527msgstr ""
5528
5529#. Tag: title
5530#: release_notes.xml:1435
5531#, no-c-format
5532msgid "Important changes"
5533msgstr ""
5534
5535#. Tag: para
5536#: release_notes.xml:1436
5537#, no-c-format
5538msgid ""
5539"Starting with this version offline raster access and use of GDAL drivers are "
5540"disabled by default."
5541msgstr ""
5542
5543#. Tag: para
5544#: release_notes.xml:1441
5545#, no-c-format
5546msgid ""
5547"An environment variable is introduced to allow for enabling specific GDAL "
5548"drivers: POSTGIS_GDAL_ENABLED_DRIVERS. By default, all GDAL drivers are "
5549"disabled"
5550msgstr ""
5551
5552#. Tag: para
5553#: release_notes.xml:1447
5554#, no-c-format
5555msgid ""
5556"An environment variable is introduced to allow for enabling out-db raster "
5557"bands: POSTGIS_ENABLE_OUTDB_RASTERS. By default, out-db raster bands are "
5558"disabled"
5559msgstr ""
5560
5561#. Tag: para
5562#: release_notes.xml:1453
5563#, no-c-format
5564msgid ""
5565"The environment variables must be set for the PostgreSQL process, and "
5566"determines the behavior of the whole cluster."
5567msgstr ""
5568
5569#. Tag: para
5570#: release_notes.xml:1460
5571#, no-c-format
5572msgid ""
5573"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2697\">#2697</ulink>, "
5574"invalid GeoJSON Polygon input crashes server process"
5575msgstr ""
5576
5577#. Tag: para
5578#: release_notes.xml:1461
5579#, no-c-format
5580msgid ""
5581"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2700\">#2700</ulink>, Fix "
5582"dumping of higher-dimension datasets with null rows"
5583msgstr ""
5584
5585#. Tag: para
5586#: release_notes.xml:1462
5587#, no-c-format
5588msgid ""
5589"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2706\">#2706</ulink>, "
5590"ST_DumpPoints of EMPTY geometries crashes server"
5591msgstr ""
5592
5593#. Tag: title
5594#: release_notes.xml:1466
5595#, no-c-format
5596msgid "Release 2.1.2"
5597msgstr ""
5598
5599#. Tag: para
5600#: release_notes.xml:1467 release_notes.xml:1764
5601#, no-c-format
5602msgid "Release date: 2014/03/31"
5603msgstr ""
5604
5605#. Tag: para
5606#: release_notes.xml:1468
5607#, no-c-format
5608msgid ""
5609"This is a bug fix release, addressing issues that have been filed since the "
5610"2.1.1 release."
5611msgstr ""
5612
5613#. Tag: para
5614#: release_notes.xml:1471
5615#, no-c-format
5616msgid ""
5617"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2666\">#2666</ulink>, "
5618"Error out at configure time if no SQL preprocessor can be found"
5619msgstr ""
5620
5621#. Tag: para
5622#: release_notes.xml:1472
5623#, no-c-format
5624msgid ""
5625"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2534\">#2534</ulink>, "
5626"st_distance returning incorrect results for large geographies"
5627msgstr ""
5628
5629#. Tag: para
5630#: release_notes.xml:1473
5631#, no-c-format
5632msgid ""
5633"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2539\">#2539</ulink>, "
5634"Check for json-c/json.h presence/usability before json/json.h"
5635msgstr ""
5636
5637#. Tag: para
5638#: release_notes.xml:1474
5639#, no-c-format
5640msgid ""
5641"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2543\">#2543</ulink>, "
5642"invalid join selectivity error from simple query"
5643msgstr ""
5644
5645#. Tag: para
5646#: release_notes.xml:1475
5647#, no-c-format
5648msgid ""
5649"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2546\">#2546</ulink>, "
5650"GeoJSON with string coordinates parses incorrectly"
5651msgstr ""
5652
5653#. Tag: para
5654#: release_notes.xml:1476
5655#, no-c-format
5656msgid ""
5657"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2547\">#2547</ulink>, Fix "
5658"ST_Simplify(TopoGeometry) for hierarchical topogeoms"
5659msgstr ""
5660
5661#. Tag: para
5662#: release_notes.xml:1477 release_notes.xml:1774
5663#, no-c-format
5664msgid ""
5665"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2552\">#2552</ulink>, Fix "
5666"NULL raster handling in ST_AsPNG, ST_AsTIFF and ST_AsJPEG"
5667msgstr ""
5668
5669#. Tag: para
5670#: release_notes.xml:1479 release_notes.xml:1775
5671#, no-c-format
5672msgid ""
5673"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2555\">#2555</ulink>, Fix "
5674"parsing issue of range arguments of ST_Reclass"
5675msgstr ""
5676
5677#. Tag: para
5678#: release_notes.xml:1480
5679#, no-c-format
5680msgid ""
5681"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2556\">#2556</ulink>, "
5682"geography ST_Intersects results depending on insert order"
5683msgstr ""
5684
5685#. Tag: para
5686#: release_notes.xml:1481
5687#, no-c-format
5688msgid ""
5689"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2580\">#2580</ulink>, Do "
5690"not allow installing postgis twice in the same database"
5691msgstr ""
5692
5693#. Tag: para
5694#: release_notes.xml:1482 release_notes.xml:1776
5695#, no-c-format
5696msgid ""
5697"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2589\">#2589</ulink>, "
5698"Remove use of unnecessary void pointers"
5699msgstr ""
5700
5701#. Tag: para
5702#: release_notes.xml:1483
5703#, no-c-format
5704msgid ""
5705"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2607\">#2607</ulink>, "
5706"Cannot open more than 1024 out-db files in one process"
5707msgstr ""
5708
5709#. Tag: para
5710#: release_notes.xml:1484 release_notes.xml:1778
5711#, no-c-format
5712msgid ""
5713"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2610\">#2610</ulink>, "
5714"Ensure face splitting algorithm uses the edge index"
5715msgstr ""
5716
5717#. Tag: para
5718#: release_notes.xml:1485
5719#, no-c-format
5720msgid ""
5721"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2615\">#2615</ulink>, "
5722"EstimatedExtent (and hence, underlying stats) gathering wrong bbox"
5723msgstr ""
5724
5725#. Tag: para
5726#: release_notes.xml:1486
5727#, no-c-format
5728msgid ""
5729"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2619\">#2619</ulink>, "
5730"Empty rings array in GeoJSON polygon causes crash"
5731msgstr ""
5732
5733#. Tag: para
5734#: release_notes.xml:1487
5735#, no-c-format
5736msgid ""
5737"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2634\">#2634</ulink>, "
5738"regression in sphere distance code"
5739msgstr ""
5740
5741#. Tag: para
5742#: release_notes.xml:1488 release_notes.xml:1780
5743#, no-c-format
5744msgid ""
5745"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2638\">#2638</ulink>, "
5746"Geography distance on M geometries sometimes wrong"
5747msgstr ""
5748
5749#. Tag: para
5750#: release_notes.xml:1489
5751#, no-c-format
5752msgid ""
5753"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2648\">#2648</ulink>, "
5754"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2653\">#2653</ulink>, Fix "
5755"topology functions when \"topology\" is not in search_path"
5756msgstr ""
5757
5758#. Tag: para
5759#: release_notes.xml:1490
5760#, no-c-format
5761msgid ""
5762"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2654\">#2654</ulink>, Drop "
5763"deprecated calls from topology"
5764msgstr ""
5765
5766#. Tag: para
5767#: release_notes.xml:1491
5768#, no-c-format
5769msgid ""
5770"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2655\">#2655</ulink>, Let "
5771"users without topology privileges call postgis_full_version()"
5772msgstr ""
5773
5774#. Tag: para
5775#: release_notes.xml:1492
5776#, no-c-format
5777msgid ""
5778"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2674\">#2674</ulink>, Fix "
5779"missing operator = and hash_raster_ops opclass on raster"
5780msgstr ""
5781
5782#. Tag: para
5783#: release_notes.xml:1493
5784#, no-c-format
5785msgid ""
5786"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2675\">#2675</ulink>, "
5787"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2534\">#2534</ulink>, "
5788"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2636\">#2636</ulink>, "
5789"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2634\">#2634</ulink>, "
5790"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2638\">#2638</ulink>, "
5791"Geography distance issues with tree optimization"
5792msgstr ""
5793
5794#. Tag: para
5795#: release_notes.xml:1497
5796#, no-c-format
5797msgid ""
5798"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2494\">#2494</ulink>, "
5799"avoid memcopy in GiST index (hayamiz)"
5800msgstr ""
5801
5802#. Tag: para
5803#: release_notes.xml:1498
5804#, no-c-format
5805msgid ""
5806"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2560\">#2560</ulink>, soft "
5807"upgrade: avoid drop/recreate of aggregates that hadn't changed"
5808msgstr ""
5809
5810#. Tag: title
5811#: release_notes.xml:1503
5812#, no-c-format
5813msgid "Release 2.1.1"
5814msgstr ""
5815
5816#. Tag: para
5817#: release_notes.xml:1504
5818#, no-c-format
5819msgid "Release date: 2013/11/06"
5820msgstr ""
5821
5822#. Tag: para
5823#: release_notes.xml:1505
5824#, no-c-format
5825msgid ""
5826"This is a bug fix release, addressing issues that have been filed since the "
5827"2.1.0 release."
5828msgstr ""
5829
5830#. Tag: title
5831#: release_notes.xml:1507 release_notes.xml:1783
5832#, no-c-format
5833msgid "Important Changes"
5834msgstr ""
5835
5836#. Tag: para
5837#: release_notes.xml:1508
5838#, no-c-format
5839msgid ""
5840"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2514\">#2514</ulink>, "
5841"Change raster license from GPL v3+ to v2+, allowing distribution of PostGIS "
5842"Extension as GPLv2."
5843msgstr ""
5844
5845#. Tag: para
5846#: release_notes.xml:1512
5847#, no-c-format
5848msgid ""
5849"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2396\">#2396</ulink>, Make "
5850"regression tests more endian-agnostic"
5851msgstr ""
5852
5853#. Tag: para
5854#: release_notes.xml:1513
5855#, no-c-format
5856msgid ""
5857"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2434\">#2434</ulink>, Fix "
5858"ST_Intersection(geog,geog) regression in rare cases"
5859msgstr ""
5860
5861#. Tag: para
5862#: release_notes.xml:1514
5863#, no-c-format
5864msgid ""
5865"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2454\">#2454</ulink>, Fix "
5866"behavior of ST_PixelAsXXX functions regarding exclude_nodata_value parameter"
5867msgstr ""
5868
5869#. Tag: para
5870#: release_notes.xml:1515
5871#, no-c-format
5872msgid ""
5873"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2489\">#2489</ulink>, Fix "
5874"upgrades from 2.0 leaving stale function signatures"
5875msgstr ""
5876
5877#. Tag: para
5878#: release_notes.xml:1516
5879#, no-c-format
5880msgid ""
5881"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2525\">#2525</ulink>, Fix "
5882"handling of SRID in nested collections"
5883msgstr ""
5884
5885#. Tag: para
5886#: release_notes.xml:1517
5887#, no-c-format
5888msgid ""
5889"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2449\">#2449</ulink>, Fix "
5890"potential infinite loop in index building"
5891msgstr ""
5892
5893#. Tag: para
5894#: release_notes.xml:1518
5895#, no-c-format
5896msgid ""
5897"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2493\">#2493</ulink>, Fix "
5898"behavior of ST_DumpValues when passed an empty raster"
5899msgstr ""
5900
5901#. Tag: para
5902#: release_notes.xml:1519 release_notes.xml:1769
5903#, no-c-format
5904msgid ""
5905"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2502\">#2502</ulink>, Fix "
5906"postgis_topology_scripts_installed() install schema"
5907msgstr ""
5908
5909#. Tag: para
5910#: release_notes.xml:1520 release_notes.xml:1770
5911#, no-c-format
5912msgid ""
5913"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2504\">#2504</ulink>, Fix "
5914"segfault on bogus pgsql2shp call"
5915msgstr ""
5916
5917#. Tag: para
5918#: release_notes.xml:1521
5919#, no-c-format
5920msgid ""
5921"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2512\">#2512</ulink>, "
5922"Support for foreign tables and materialized views in raster_columns and "
5923"raster_overviews"
5924msgstr ""
5925
5926#. Tag: para
5927#: release_notes.xml:1525
5928#, no-c-format
5929msgid ""
5930"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2478\">#2478</ulink>, "
5931"support for tiger 2013"
5932msgstr ""
5933
5934#. Tag: para
5935#: release_notes.xml:1526
5936#, no-c-format
5937msgid ""
5938"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2463\">#2463</ulink>, "
5939"support for exact length calculations on arc geometries"
5940msgstr ""
5941
5942#. Tag: title
5943#: release_notes.xml:1532
5944#, no-c-format
5945msgid "Release 2.1.0"
5946msgstr ""
5947
5948#. Tag: para
5949#: release_notes.xml:1533
5950#, no-c-format
5951msgid "Release date: 2013/08/17"
5952msgstr ""
5953
5954#. Tag: para
5955#: release_notes.xml:1534
5956#, no-c-format
5957msgid ""
5958"This is a minor release addressing both bug fixes and performance and "
5959"functionality enhancements addressing issues since 2.0.3 release. If you are "
5960"upgrading from 2.0+, only a soft upgrade is required. If you are upgrading "
5961"from 1.5 or earlier, a hard upgrade is required."
5962msgstr ""
5963
5964#. Tag: para
5965#: release_notes.xml:1538
5966#, no-c-format
5967msgid ""
5968"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1653\">#1653</ulink>, "
5969"Removed srid parameter from ST_Resample(raster) and variants with reference "
5970"raster no longer apply reference raster's SRID."
5971msgstr ""
5972
5973#. Tag: para
5974#: release_notes.xml:1540
5975#, no-c-format
5976msgid ""
5977"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1962\">#1962</ulink> "
5978"ST_Segmentize - As a result of the introduction of geography support, The "
5979"construct: <code>SELECT ST_Segmentize('LINESTRING(1 2, 3 4)',0.5);</code> "
5980"will result in ambiguous function error"
5981msgstr ""
5982
5983#. Tag: para
5984#: release_notes.xml:1544
5985#, no-c-format
5986msgid ""
5987"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2026\">#2026</ulink>, "
5988"ST_Union(raster) now unions all bands of all rasters"
5989msgstr ""
5990
5991#. Tag: para
5992#: release_notes.xml:1545
5993#, no-c-format
5994msgid ""
5995"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2089\">#2089</ulink>, "
5996"liblwgeom: lwgeom_set_handlers replaces lwgeom_init_allocators."
5997msgstr ""
5998
5999#. Tag: para
6000#: release_notes.xml:1546
6001#, no-c-format
6002msgid ""
6003"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2150\">#2150</ulink>, "
6004"regular_blocking is no longer a constraint. column of same name in "
6005"raster_columns now checks for existance of spatially_unique and "
6006"coverage_tile constraints"
6007msgstr ""
6008
6009#. Tag: para
6010#: release_notes.xml:1549
6011#, no-c-format
6012msgid ""
6013"ST_Intersects(raster, geometry) behaves in the same manner as "
6014"ST_Intersects(geometry, raster)."
6015msgstr ""
6016
6017#. Tag: para
6018#: release_notes.xml:1551
6019#, no-c-format
6020msgid ""
6021"point variant of ST_SetValue(raster) previously did not check SRID of input "
6022"geometry and raster."
6023msgstr ""
6024
6025#. Tag: para
6026#: release_notes.xml:1553
6027#, no-c-format
6028msgid ""
6029"ST_Hillshade parameters azimuth and altitude are now in degrees instead of "
6030"radians."
6031msgstr ""
6032
6033#. Tag: para
6034#: release_notes.xml:1555
6035#, no-c-format
6036msgid ""
6037"ST_Slope and ST_Aspect return pixel values in degrees instead of radians."
6038msgstr ""
6039
6040#. Tag: para
6041#: release_notes.xml:1556
6042#, no-c-format
6043msgid ""
6044"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2104\">#2104</ulink>, "
6045"ST_World2RasterCoord, ST_World2RasterCoordX and ST_World2RasterCoordY "
6046"renamed to ST_WorldToRasterCoord, ST_WorldToRasterCoordX and "
6047"ST_WorldToRasterCoordY. ST_Raster2WorldCoord, ST_Raster2WorldCoordX and "
6048"ST_Raster2WorldCoordY renamed to ST_RasterToWorldCoord, "
6049"ST_RasterToWorldCoordX and ST_RasterToWorldCoordY"
6050msgstr ""
6051
6052#. Tag: para
6053#: release_notes.xml:1562
6054#, no-c-format
6055msgid "ST_Estimated_Extent renamed to ST_EstimatedExtent"
6056msgstr ""
6057
6058#. Tag: para
6059#: release_notes.xml:1563
6060#, no-c-format
6061msgid "ST_Line_Interpolate_Point renamed to ST_LineInterpolatePoint"
6062msgstr ""
6063
6064#. Tag: para
6065#: release_notes.xml:1564
6066#, no-c-format
6067msgid "ST_Line_Substring renamed to ST_LineSubstring"
6068msgstr ""
6069
6070#. Tag: para
6071#: release_notes.xml:1565
6072#, no-c-format
6073msgid "ST_Line_Locate_Point renamed to ST_LineLocatePoint"
6074msgstr ""
6075
6076#. Tag: para
6077#: release_notes.xml:1566
6078#, no-c-format
6079msgid "ST_Force_XXX renamed to ST_ForceXXX"
6080msgstr ""
6081
6082#. Tag: para
6083#: release_notes.xml:1567
6084#, no-c-format
6085msgid ""
6086"ST_MapAlgebraFctNgb and 1 and 2 raster variants of ST_MapAlgebraFct. Use "
6087"ST_MapAlgebra instead"
6088msgstr ""
6089
6090#. Tag: para
6091#: release_notes.xml:1569
6092#, no-c-format
6093msgid ""
6094"1 and 2 raster variants of ST_MapAlgebraExpr. Use expression variants of "
6095"ST_MapAlgebra instead"
6096msgstr ""
6097
6098#. Tag: para
6099#: release_notes.xml:1575
6100#, no-c-format
6101msgid ""
6102"- Refer to http://postgis.net/docs/manual-2.1/"
6103"PostGIS_Special_Functions_Index.html#NewFunctions_2_1 for complete list of "
6104"new functions"
6105msgstr ""
6106
6107#. Tag: para
6108#: release_notes.xml:1577
6109#, no-c-format
6110msgid ""
6111"<ulink url=\"http://trac.osgeo.org/postgis/ticket/310\">#310</ulink>, "
6112"ST_DumpPoints converted to a C function (Nathan Wagner) and much faster"
6113msgstr ""
6114
6115#. Tag: para
6116#: release_notes.xml:1578
6117#, no-c-format
6118msgid ""
6119"<ulink url=\"http://trac.osgeo.org/postgis/ticket/739\">#739</ulink>, "
6120"UpdateRasterSRID()"
6121msgstr ""
6122
6123#. Tag: para
6124#: release_notes.xml:1579
6125#, no-c-format
6126msgid ""
6127"<ulink url=\"http://trac.osgeo.org/postgis/ticket/945\">#945</ulink>, "
6128"improved join selectivity, N-D selectivity calculations, user accessible "
6129"selectivity and stats reader functions for testing (Paul Ramsey / OpenGeo)"
6130msgstr ""
6131
6132#. Tag: para
6133#: release_notes.xml:1582
6134#, no-c-format
6135msgid "toTopoGeom with TopoGeometry sink (Sandro Santilli / Vizzuality)"
6136msgstr ""
6137
6138#. Tag: para
6139#: release_notes.xml:1583
6140#, no-c-format
6141msgid "clearTopoGeom (Sandro Santilli / Vizzuality)"
6142msgstr ""
6143
6144#. Tag: para
6145#: release_notes.xml:1584
6146#, no-c-format
6147msgid "ST_Segmentize(geography) (Paul Ramsey / OpenGeo)"
6148msgstr ""
6149
6150#. Tag: para
6151#: release_notes.xml:1585
6152#, no-c-format
6153msgid "ST_DelaunayTriangles (Sandro Santilli / Vizzuality)"
6154msgstr ""
6155
6156#. Tag: para
6157#: release_notes.xml:1586
6158#, no-c-format
6159msgid "ST_NearestValue, ST_Neighborhood (Bborie Park / UC Davis)"
6160msgstr ""
6161
6162#. Tag: para
6163#: release_notes.xml:1587
6164#, no-c-format
6165msgid "ST_PixelAsPoint, ST_PixelAsPoints (Bborie Park / UC Davis)"
6166msgstr ""
6167
6168#. Tag: para
6169#: release_notes.xml:1588
6170#, no-c-format
6171msgid "ST_PixelAsCentroid, ST_PixelAsCentroids (Bborie Park / UC Davis)"
6172msgstr ""
6173
6174#. Tag: para
6175#: release_notes.xml:1589
6176#, no-c-format
6177msgid "ST_Raster2WorldCoord, ST_World2RasterCoord (Bborie Park / UC Davis)"
6178msgstr ""
6179
6180#. Tag: para
6181#: release_notes.xml:1590
6182#, no-c-format
6183msgid ""
6184"Additional raster/raster spatial relationship functions (ST_Contains, "
6185"ST_ContainsProperly, ST_Covers, ST_CoveredBy, ST_Disjoint, ST_Overlaps, "
6186"ST_Touches, ST_Within, ST_DWithin, ST_DFullyWithin) (Bborie Park / UC Davis)"
6187msgstr ""
6188
6189#. Tag: para
6190#: release_notes.xml:1594
6191#, no-c-format
6192msgid ""
6193"Added array variants of ST_SetValues() to set many pixel values of a band in "
6194"one call (Bborie Park / UC Davis)"
6195msgstr ""
6196
6197#. Tag: para
6198#: release_notes.xml:1596
6199#, no-c-format
6200msgid ""
6201"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1293\">#1293</ulink>, "
6202"ST_Resize(raster) to resize rasters based upon width/height"
6203msgstr ""
6204
6205#. Tag: para
6206#: release_notes.xml:1597
6207#, no-c-format
6208msgid ""
6209"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1627\">#1627</ulink>, "
6210"package tiger_geocoder as a PostgreSQL extension"
6211msgstr ""
6212
6213#. Tag: para
6214#: release_notes.xml:1598
6215#, no-c-format
6216msgid ""
6217"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1643\">#1643</ulink>, "
6218"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2076\">#2076</ulink>, "
6219"Upgrade tiger geocoder to support loading tiger 2011 and 2012 (Regina Obe / "
6220"Paragon Corporation) Funded by Hunter Systems Group"
6221msgstr ""
6222
6223#. Tag: para
6224#: release_notes.xml:1600
6225#, no-c-format
6226msgid ""
6227"GEOMETRYCOLLECTION support for ST_MakeValid (Sandro Santilli / Vizzuality)"
6228msgstr ""
6229
6230#. Tag: para
6231#: release_notes.xml:1601
6232#, no-c-format
6233msgid ""
6234"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1709\">#1709</ulink>, "
6235"ST_NotSameAlignmentReason(raster, raster)"
6236msgstr ""
6237
6238#. Tag: para
6239#: release_notes.xml:1602
6240#, no-c-format
6241msgid ""
6242"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1818\">#1818</ulink>, "
6243"ST_GeomFromGeoHash and friends (Jason Smith (darkpanda))"
6244msgstr ""
6245
6246#. Tag: para
6247#: release_notes.xml:1603
6248#, no-c-format
6249msgid ""
6250"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1856\">#1856</ulink>, "
6251"reverse geocoder rating setting for prefer numbered highway name"
6252msgstr ""
6253
6254#. Tag: para
6255#: release_notes.xml:1604
6256#, no-c-format
6257msgid "ST_PixelOfValue (Bborie Park / UC Davis)"
6258msgstr ""
6259
6260#. Tag: para
6261#: release_notes.xml:1605
6262#, no-c-format
6263msgid "Casts to/from PostgreSQL geotypes (point/path/polygon)."
6264msgstr ""
6265
6266#. Tag: para
6267#: release_notes.xml:1606
6268#, no-c-format
6269msgid ""
6270"Added geomval array variant of ST_SetValues() to set many pixel values of a "
6271"band using a set of geometries and corresponding values in one call (Bborie "
6272"Park / UC Davis)"
6273msgstr ""
6274
6275#. Tag: para
6276#: release_notes.xml:1609
6277#, no-c-format
6278msgid ""
6279"ST_Tile(raster) to break up a raster into tiles (Bborie Park / UC Davis)"
6280msgstr ""
6281
6282#. Tag: para
6283#: release_notes.xml:1610
6284#, no-c-format
6285msgid ""
6286"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1895\">#1895</ulink>, new "
6287"r-tree node splitting algorithm (Alex Korotkov)"
6288msgstr ""
6289
6290#. Tag: para
6291#: release_notes.xml:1611
6292#, no-c-format
6293msgid ""
6294"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2011\">#2011</ulink>, "
6295"ST_DumpValues to output raster as array (Bborie Park / UC Davis)"
6296msgstr ""
6297
6298#. Tag: para
6299#: release_notes.xml:1612
6300#, no-c-format
6301msgid ""
6302"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2018\">#2018</ulink>, "
6303"ST_Distance support for CircularString, CurvePolygon, MultiCurve, "
6304"MultiSurface, CompoundCurve"
6305msgstr ""
6306
6307#. Tag: para
6308#: release_notes.xml:1614
6309#, no-c-format
6310msgid ""
6311"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2030\">#2030</ulink>, n-"
6312"raster (and n-band) ST_MapAlgebra (Bborie Park / UC Davis)"
6313msgstr ""
6314
6315#. Tag: para
6316#: release_notes.xml:1615
6317#, no-c-format
6318msgid ""
6319"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2193\">#2193</ulink>, "
6320"Utilize PAGC parser as drop in replacement for tiger normalizer (Steve "
6321"Woodbridge, Regina Obe)"
6322msgstr ""
6323
6324#. Tag: para
6325#: release_notes.xml:1617
6326#, no-c-format
6327msgid ""
6328"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2210\">#2210</ulink>, "
6329"ST_MinConvexHull(raster)"
6330msgstr ""
6331
6332#. Tag: para
6333#: release_notes.xml:1618
6334#, no-c-format
6335msgid "lwgeom_from_geojson in liblwgeom (Sandro Santilli / Vizzuality)"
6336msgstr ""
6337
6338#. Tag: para
6339#: release_notes.xml:1619
6340#, no-c-format
6341msgid ""
6342"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1687\">#1687</ulink>, "
6343"ST_Simplify for TopoGeometry (Sandro Santilli / Vizzuality)"
6344msgstr ""
6345
6346#. Tag: para
6347#: release_notes.xml:1620
6348#, no-c-format
6349msgid ""
6350"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2228\">#2228</ulink>, "
6351"TopoJSON output for TopoGeometry (Sandro Santilli / Vizzuality)"
6352msgstr ""
6353
6354#. Tag: para
6355#: release_notes.xml:1621
6356#, no-c-format
6357msgid ""
6358"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2123\">#2123</ulink>, "
6359"ST_FromGDALRaster"
6360msgstr ""
6361
6362#. Tag: para
6363#: release_notes.xml:1622
6364#, no-c-format
6365msgid ""
6366"<ulink url=\"http://trac.osgeo.org/postgis/ticket/613\">#613</ulink>, "
6367"ST_SetGeoReference with numerical parameters instead of text"
6368msgstr ""
6369
6370#. Tag: para
6371#: release_notes.xml:1623
6372#, no-c-format
6373msgid ""
6374"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2276\">#2276</ulink>, "
6375"ST_AddBand(raster) variant for out-db bands"
6376msgstr ""
6377
6378#. Tag: para
6379#: release_notes.xml:1624
6380#, no-c-format
6381msgid ""
6382"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2280\">#2280</ulink>, "
6383"ST_Summary(raster)"
6384msgstr ""
6385
6386#. Tag: para
6387#: release_notes.xml:1625
6388#, no-c-format
6389msgid ""
6390"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2163\">#2163</ulink>, "
6391"ST_TPI for raster (Nathaniel Clay)"
6392msgstr ""
6393
6394#. Tag: para
6395#: release_notes.xml:1626
6396#, no-c-format
6397msgid ""
6398"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2164\">#2164</ulink>, "
6399"ST_TRI for raster (Nathaniel Clay)"
6400msgstr ""
6401
6402#. Tag: para
6403#: release_notes.xml:1627
6404#, no-c-format
6405msgid ""
6406"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2302\">#2302</ulink>, "
6407"ST_Roughness for raster (Nathaniel Clay)"
6408msgstr ""
6409
6410#. Tag: para
6411#: release_notes.xml:1628
6412#, no-c-format
6413msgid ""
6414"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2290\">#2290</ulink>, "
6415"ST_ColorMap(raster) to generate RGBA bands"
6416msgstr ""
6417
6418#. Tag: para
6419#: release_notes.xml:1629
6420#, no-c-format
6421msgid ""
6422"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2254\">#2254</ulink>, Add "
6423"SFCGAL backend support. (Backend selection throught postgis.backend var) "
6424"Functions available both throught GEOS or SFCGAL: ST_Intersects, "
6425"ST_3DIntersects, ST_Intersection, ST_Area, ST_Distance, ST_3DDistance New "
6426"functions available only with SFCGAL backend: ST_3DIntersection, "
6427"ST_Tesselate, ST_3DArea, ST_Extrude, ST_ForceLHR ST_Orientation, "
6428"ST_Minkowski, ST_StraightSkeleton postgis_sfcgal_version New function "
6429"available in PostGIS: ST_ForceSFS (Olivier Courtin and Hugo Mercier / "
6430"Oslandia)"
6431msgstr ""
6432
6433#. Tag: para
6434#: release_notes.xml:1644
6435#, no-c-format
6436msgid ""
6437"For detail of new functions and function improvements, please refer to <xref "
6438"linkend=\"NewFunctions_2_1\"/>."
6439msgstr ""
6440
6441#. Tag: para
6442#: release_notes.xml:1645
6443#, no-c-format
6444msgid ""
6445"Much faster raster ST_Union, ST_Clip and many more function additions "
6446"operations"
6447msgstr ""
6448
6449#. Tag: para
6450#: release_notes.xml:1646
6451#, no-c-format
6452msgid ""
6453"For geometry/geography better planner selectivity and a lot more functions."
6454msgstr ""
6455
6456#. Tag: para
6457#: release_notes.xml:1648
6458#, no-c-format
6459msgid ""
6460"<ulink url=\"http://trac.osgeo.org/postgis/ticket/823\">#823</ulink>, tiger "
6461"geocoder: Make loader_generate_script download portion less greedy"
6462msgstr ""
6463
6464#. Tag: para
6465#: release_notes.xml:1650
6466#, no-c-format
6467msgid ""
6468"<ulink url=\"http://trac.osgeo.org/postgis/ticket/826\">#826</ulink>, "
6469"raster2pgsql no longer defaults to padding tiles. Flag -P can be used to pad "
6470"tiles"
6471msgstr ""
6472
6473#. Tag: para
6474#: release_notes.xml:1652
6475#, no-c-format
6476msgid ""
6477"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1363\">#1363</ulink>, "
6478"ST_AddBand(raster, ...) array version rewritten in C"
6479msgstr ""
6480
6481#. Tag: para
6482#: release_notes.xml:1653
6483#, no-c-format
6484msgid ""
6485"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1364\">#1364</ulink>, "
6486"ST_Union(raster, ...) aggregate function rewritten in C"
6487msgstr ""
6488
6489#. Tag: para
6490#: release_notes.xml:1654
6491#, no-c-format
6492msgid ""
6493"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1655\">#1655</ulink>, "
6494"Additional default values for parameters of ST_Slope"
6495msgstr ""
6496
6497#. Tag: para
6498#: release_notes.xml:1655
6499#, no-c-format
6500msgid ""
6501"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1661\">#1661</ulink>, Add "
6502"aggregate variant of ST_SameAlignment"
6503msgstr ""
6504
6505#. Tag: para
6506#: release_notes.xml:1656
6507#, no-c-format
6508msgid ""
6509"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1719\">#1719</ulink>, Add "
6510"support for Point and GeometryCollection ST_MakeValid inputs"
6511msgstr ""
6512
6513#. Tag: para
6514#: release_notes.xml:1657
6515#, no-c-format
6516msgid ""
6517"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1780\">#1780</ulink>, "
6518"support ST_GeoHash for geography"
6519msgstr ""
6520
6521#. Tag: para
6522#: release_notes.xml:1658
6523#, no-c-format
6524msgid ""
6525"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1796\">#1796</ulink>, Big "
6526"performance boost for distance calculations in geography"
6527msgstr ""
6528
6529#. Tag: para
6530#: release_notes.xml:1659
6531#, no-c-format
6532msgid ""
6533"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1802\">#1802</ulink>, "
6534"improved function interruptibility."
6535msgstr ""
6536
6537#. Tag: para
6538#: release_notes.xml:1660
6539#, no-c-format
6540msgid ""
6541"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1823\">#1823</ulink>, add "
6542"parameter in ST_AsGML to use id column for GML 3 output (become mandatory "
6543"since GML 3.2.1)"
6544msgstr ""
6545
6546#. Tag: para
6547#: release_notes.xml:1662
6548#, no-c-format
6549msgid ""
6550"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1856\">#1856</ulink>, "
6551"tiger geocoder: reverse geocoder rating setting for prefer numbered highway "
6552"name"
6553msgstr ""
6554
6555#. Tag: para
6556#: release_notes.xml:1664
6557#, no-c-format
6558msgid ""
6559"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1938\">#1938</ulink>, "
6560"Refactor basic ST_AddBand to add multiple new bands in one call"
6561msgstr ""
6562
6563#. Tag: para
6564#: release_notes.xml:1665
6565#, no-c-format
6566msgid ""
6567"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1978\">#1978</ulink>, "
6568"wrong answer when calculating length of a closed circular arc (circle)"
6569msgstr ""
6570
6571#. Tag: para
6572#: release_notes.xml:1667 release_notes.xml:1877
6573#, no-c-format
6574msgid ""
6575"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1989\">#1989</ulink>, "
6576"Preprocess input geometry to just intersection with raster to be clipped"
6577msgstr ""
6578
6579#. Tag: para
6580#: release_notes.xml:1669
6581#, no-c-format
6582msgid ""
6583"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2021\">#2021</ulink>, "
6584"Added multi-band support to ST_Union(raster, ...) aggregate function"
6585msgstr ""
6586
6587#. Tag: para
6588#: release_notes.xml:1670
6589#, no-c-format
6590msgid ""
6591"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2006\">#2006</ulink>, "
6592"better support of ST_Area(geography) over poles and dateline"
6593msgstr ""
6594
6595#. Tag: para
6596#: release_notes.xml:1671
6597#, no-c-format
6598msgid ""
6599"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2065\">#2065</ulink>, "
6600"ST_Clip(raster, ...) now a C function"
6601msgstr ""
6602
6603#. Tag: para
6604#: release_notes.xml:1672
6605#, no-c-format
6606msgid ""
6607"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2069\">#2069</ulink>, "
6608"Added parameters to ST_Tile(raster) to control padding of tiles"
6609msgstr ""
6610
6611#. Tag: para
6612#: release_notes.xml:1673
6613#, no-c-format
6614msgid ""
6615"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2078\">#2078</ulink>, New "
6616"variants of ST_Slope, ST_Aspect and ST_HillShade to provide solution to "
6617"handling tiles in a coverage"
6618msgstr ""
6619
6620#. Tag: para
6621#: release_notes.xml:1675
6622#, no-c-format
6623msgid ""
6624"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2097\">#2097</ulink>, "
6625"Added RANGE uniontype option for ST_Union(raster)"
6626msgstr ""
6627
6628#. Tag: para
6629#: release_notes.xml:1676
6630#, no-c-format
6631msgid ""
6632"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2105\">#2105</ulink>, "
6633"Added ST_Transform(raster) variant for aligning output to reference raster"
6634msgstr ""
6635
6636#. Tag: para
6637#: release_notes.xml:1678
6638#, no-c-format
6639msgid ""
6640"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2119\">#2119</ulink>, "
6641"Rasters passed to ST_Resample(), ST_Rescale(), ST_Reskew(), and "
6642"ST_SnapToGrid() no longer require an SRID"
6643msgstr ""
6644
6645#. Tag: para
6646#: release_notes.xml:1680 release_notes.xml:1850
6647#, no-c-format
6648msgid ""
6649"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2141\">#2141</ulink>, More "
6650"verbose output when constraints fail to be added to a raster column"
6651msgstr ""
6652
6653#. Tag: para
6654#: release_notes.xml:1682
6655#, no-c-format
6656msgid ""
6657"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2143\">#2143</ulink>, "
6658"Changed blocksize constraint of raster to allow multiple values"
6659msgstr ""
6660
6661#. Tag: para
6662#: release_notes.xml:1683
6663#, no-c-format
6664msgid ""
6665"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2148\">#2148</ulink>, "
6666"Addition of coverage_tile constraint for raster"
6667msgstr ""
6668
6669#. Tag: para
6670#: release_notes.xml:1684
6671#, no-c-format
6672msgid ""
6673"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2149\">#2149</ulink>, "
6674"Addition of spatially_unique constraint for raster"
6675msgstr ""
6676
6677#. Tag: para
6678#: release_notes.xml:1685
6679#, no-c-format
6680msgid ""
6681"TopologySummary output now includes unregistered layers and a count of "
6682"missing TopoGeometry objects from their natural layer."
6683msgstr ""
6684
6685#. Tag: para
6686#: release_notes.xml:1687
6687#, no-c-format
6688msgid ""
6689"ST_HillShade(), ST_Aspect() and ST_Slope() have one new optional parameter "
6690"to interpolate NODATA pixels before running the operation."
6691msgstr ""
6692
6693#. Tag: para
6694#: release_notes.xml:1690
6695#, no-c-format
6696msgid ""
6697"Point variant of ST_SetValue(raster) is now a wrapper around geomval variant "
6698"of ST_SetValues(rast)."
6699msgstr ""
6700
6701#. Tag: para
6702#: release_notes.xml:1692
6703#, no-c-format
6704msgid "Proper support for raster band's isnodata flag in core API and loader."
6705msgstr ""
6706
6707#. Tag: para
6708#: release_notes.xml:1693
6709#, no-c-format
6710msgid "Additional default values for parameters of ST_Aspect and ST_HillShade"
6711msgstr ""
6712
6713#. Tag: para
6714#: release_notes.xml:1694
6715#, no-c-format
6716msgid ""
6717"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2178\">#2178</ulink>, "
6718"ST_Summary now advertises presence of known srid with an [S] flag"
6719msgstr ""
6720
6721#. Tag: para
6722#: release_notes.xml:1695
6723#, no-c-format
6724msgid ""
6725"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2202\">#2202</ulink>, Make "
6726"libjson-c optional (--without-json configure switch)"
6727msgstr ""
6728
6729#. Tag: para
6730#: release_notes.xml:1696
6731#, no-c-format
6732msgid ""
6733"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2213\">#2213</ulink>, Add "
6734"support libjson-c 0.10+"
6735msgstr ""
6736
6737#. Tag: para
6738#: release_notes.xml:1697
6739#, no-c-format
6740msgid ""
6741"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2231\">#2231</ulink>, "
6742"raster2pgsql supports user naming of filename column with -n"
6743msgstr ""
6744
6745#. Tag: para
6746#: release_notes.xml:1698
6747#, no-c-format
6748msgid ""
6749"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2200\">#2200</ulink>, "
6750"ST_Union(raster, uniontype) unions all bands of all rasters"
6751msgstr ""
6752
6753#. Tag: para
6754#: release_notes.xml:1699
6755#, no-c-format
6756msgid ""
6757"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2264\">#2264</ulink>, "
6758"postgis_restore.pl support for restoring into databases with postgis in a "
6759"custom schema"
6760msgstr ""
6761
6762#. Tag: para
6763#: release_notes.xml:1701
6764#, no-c-format
6765msgid ""
6766"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2244\">#2244</ulink>, emit "
6767"warning when changing raster's georeference if raster has out-db bands"
6768msgstr ""
6769
6770#. Tag: para
6771#: release_notes.xml:1703
6772#, no-c-format
6773msgid ""
6774"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2222\">#2222</ulink>, add "
6775"parameter OutAsIn to flag whether ST_AsBinary should return out-db bands as "
6776"in-db bands"
6777msgstr ""
6778
6779#. Tag: title
6780#: release_notes.xml:1707
6781#, no-c-format
6782msgid "Fixes"
6783msgstr ""
6784
6785#. Tag: para
6786#: release_notes.xml:1708 release_notes.xml:1952
6787#, no-c-format
6788msgid ""
6789"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1839\">#1839</ulink>, "
6790"handling of subdatasets in GeoTIFF in raster2pgsql."
6791msgstr ""
6792
6793#. Tag: para
6794#: release_notes.xml:1709 release_notes.xml:1953
6795#, no-c-format
6796msgid ""
6797"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1840\">#1840</ulink>, fix "
6798"logic of when to compute # of tiles in raster2pgsql."
6799msgstr ""
6800
6801#. Tag: para
6802#: release_notes.xml:1710
6803#, no-c-format
6804msgid ""
6805"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1870\">#1870</ulink>, "
6806"align the docs and actual behavior of raster's ST_Intersects"
6807msgstr ""
6808
6809#. Tag: para
6810#: release_notes.xml:1711 release_notes.xml:1959
6811#, no-c-format
6812msgid ""
6813"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1872\">#1872</ulink>, fix "
6814"ST_ApproxSummarystats to prevent division by zero"
6815msgstr ""
6816
6817#. Tag: para
6818#: release_notes.xml:1712 release_notes.xml:1962
6819#, no-c-format
6820msgid ""
6821"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1875\">#1875</ulink>, "
6822"ST_SummaryStats returns NULL for all parameters except count when count is "
6823"zero"
6824msgstr ""
6825
6826#. Tag: para
6827#: release_notes.xml:1714
6828#, no-c-format
6829msgid ""
6830"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1932\">#1932</ulink>, fix "
6831"raster2pgsql of syntax for index tablespaces"
6832msgstr ""
6833
6834#. Tag: para
6835#: release_notes.xml:1715 release_notes.xml:1870
6836#, no-c-format
6837msgid ""
6838"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1936\">#1936</ulink>, "
6839"ST_GeomFromGML on CurvePolygon causes server crash"
6840msgstr ""
6841
6842#. Tag: para
6843#: release_notes.xml:1716
6844#, no-c-format
6845msgid ""
6846"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1939\">#1939</ulink>, "
6847"remove custom data types: summarystats, histogram, quantile, valuecount"
6848msgstr ""
6849
6850#. Tag: para
6851#: release_notes.xml:1718
6852#, no-c-format
6853msgid ""
6854"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1951\">#1951</ulink>, "
6855"remove crash on zero-length linestrings"
6856msgstr ""
6857
6858#. Tag: para
6859#: release_notes.xml:1719 release_notes.xml:1872
6860#, no-c-format
6861msgid ""
6862"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1957\">#1957</ulink>, "
6863"ST_Distance to a one-point LineString returns NULL"
6864msgstr ""
6865
6866#. Tag: para
6867#: release_notes.xml:1720 release_notes.xml:1873
6868#, no-c-format
6869msgid ""
6870"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1976\">#1976</ulink>, "
6871"Geography point-in-ring code overhauled for more reliability"
6872msgstr ""
6873
6874#. Tag: para
6875#: release_notes.xml:1721
6876#, no-c-format
6877msgid ""
6878"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1981\">#1981</ulink>, "
6879"cleanup of unused variables causing warnings with gcc 4.6+"
6880msgstr ""
6881
6882#. Tag: para
6883#: release_notes.xml:1722 release_notes.xml:1880
6884#, no-c-format
6885msgid ""
6886"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1996\">#1996</ulink>, "
6887"support POINT EMPTY in GeoJSON output"
6888msgstr ""
6889
6890#. Tag: para
6891#: release_notes.xml:1723
6892#, no-c-format
6893msgid ""
6894"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2062\">#2062</ulink>, "
6895"improve performance of distance calculations"
6896msgstr ""
6897
6898#. Tag: para
6899#: release_notes.xml:1724 release_notes.xml:1891
6900#, no-c-format
6901msgid ""
6902"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2057\">#2057</ulink>, "
6903"Fixed linking issue for raster2psql to libpq"
6904msgstr ""
6905
6906#. Tag: para
6907#: release_notes.xml:1725
6908#, no-c-format
6909msgid ""
6910"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2077\">#2077</ulink>, "
6911"Fixed incorrect values returning from ST_Hillshade()"
6912msgstr ""
6913
6914#. Tag: para
6915#: release_notes.xml:1726 release_notes.xml:1884
6916#, no-c-format
6917msgid ""
6918"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2019\">#2019</ulink>, "
6919"ST_FlipCoordinates does not update bbox"
6920msgstr ""
6921
6922#. Tag: para
6923#: release_notes.xml:1727
6924#, no-c-format
6925msgid ""
6926"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2100\">#2100</ulink>, "
6927"ST_AsRaster may not return raster with specified pixel type"
6928msgstr ""
6929
6930#. Tag: para
6931#: release_notes.xml:1728 release_notes.xml:1836
6932#, no-c-format
6933msgid ""
6934"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2126\">#2126</ulink>, "
6935"Better handling of empty rasters from ST_ConvexHull()"
6936msgstr ""
6937
6938#. Tag: para
6939#: release_notes.xml:1729 release_notes.xml:1797
6940#, no-c-format
6941msgid ""
6942"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2165\">#2165</ulink>, "
6943"ST_NumPoints regression failure with CircularString"
6944msgstr ""
6945
6946#. Tag: para
6947#: release_notes.xml:1730 release_notes.xml:1798
6948#, no-c-format
6949msgid ""
6950"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2168\">#2168</ulink>, "
6951"ST_Distance is not always commutative"
6952msgstr ""
6953
6954#. Tag: para
6955#: release_notes.xml:1731
6956#, no-c-format
6957msgid ""
6958"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2182\">#2182</ulink>, Fix "
6959"issue with outdb rasters with no SRID and ST_Resize"
6960msgstr ""
6961
6962#. Tag: para
6963#: release_notes.xml:1732 release_notes.xml:1844
6964#, no-c-format
6965msgid ""
6966"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2188\">#2188</ulink>, Fix "
6967"function parameter value overflow that caused problems when copying data "
6968"from a GDAL dataset"
6969msgstr ""
6970
6971#. Tag: para
6972#: release_notes.xml:1734
6973#, no-c-format
6974msgid ""
6975"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2198\">#2198</ulink>, Fix "
6976"incorrect dimensions used when generating bands of out-db rasters in "
6977"ST_Tile()"
6978msgstr ""
6979
6980#. Tag: para
6981#: release_notes.xml:1736 release_notes.xml:1800
6982#, no-c-format
6983msgid ""
6984"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2201\">#2201</ulink>, "
6985"ST_GeoHash wrong on boundaries"
6986msgstr ""
6987
6988#. Tag: para
6989#: release_notes.xml:1737
6990#, no-c-format
6991msgid ""
6992"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2203\">#2203</ulink>, "
6993"Changed how rasters with unknown SRID and default geotransform are handled "
6994"when passing to GDAL Warp API"
6995msgstr ""
6996
6997#. Tag: para
6998#: release_notes.xml:1739
6999#, no-c-format
7000msgid ""
7001"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2215\">#2215</ulink>, "
7002"Fixed raster exclusion constraint for conflicting name of implicit index"
7003msgstr ""
7004
7005#. Tag: para
7006#: release_notes.xml:1741
7007#, no-c-format
7008msgid ""
7009"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2251\">#2251</ulink>, Fix "
7010"bad dimensions when rescaling rasters with default geotransform matrix"
7011msgstr ""
7012
7013#. Tag: para
7014#: release_notes.xml:1743
7015#, no-c-format
7016msgid ""
7017"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2133\">#2133</ulink>, Fix "
7018"performance regression in expression variant of ST_MapAlgebra"
7019msgstr ""
7020
7021#. Tag: para
7022#: release_notes.xml:1744 release_notes.xml:1801
7023#, no-c-format
7024msgid ""
7025"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2257\">#2257</ulink>, GBOX "
7026"variables not initialized when testing with empty geometries"
7027msgstr ""
7028
7029#. Tag: para
7030#: release_notes.xml:1745 release_notes.xml:1802
7031#, no-c-format
7032msgid ""
7033"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2271\">#2271</ulink>, "
7034"Prevent parallel make of raster"
7035msgstr ""
7036
7037#. Tag: para
7038#: release_notes.xml:1746
7039#, no-c-format
7040msgid ""
7041"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2282\">#2282</ulink>, Fix "
7042"call to undefined function nd_stats_to_grid() in debug mode"
7043msgstr ""
7044
7045#. Tag: para
7046#: release_notes.xml:1747 release_notes.xml:1805
7047#, no-c-format
7048msgid ""
7049"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2307\">#2307</ulink>, "
7050"ST_MakeValid outputs invalid geometries"
7051msgstr ""
7052
7053#. Tag: para
7054#: release_notes.xml:1748
7055#, no-c-format
7056msgid ""
7057"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2309\">#2309</ulink>, "
7058"Remove confusing INFO message when trying to get SRS info"
7059msgstr ""
7060
7061#. Tag: para
7062#: release_notes.xml:1749
7063#, no-c-format
7064msgid ""
7065"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2336\">#2336</ulink>, FIPS "
7066"20 (KS) causes wildcard expansion to wget all files"
7067msgstr ""
7068
7069#. Tag: para
7070#: release_notes.xml:1750
7071#, no-c-format
7072msgid ""
7073"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2348\">#2348</ulink>, "
7074"Provide raster upgrade path for 2.0 to 2.1"
7075msgstr ""
7076
7077#. Tag: para
7078#: release_notes.xml:1751 release_notes.xml:1806
7079#, no-c-format
7080msgid ""
7081"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2351\">#2351</ulink>, "
7082"st_distance between geographies wrong"
7083msgstr ""
7084
7085#. Tag: para
7086#: release_notes.xml:1752
7087#, no-c-format
7088msgid ""
7089"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2359\">#2359</ulink>, Fix "
7090"handling of schema name when adding overview constraints"
7091msgstr ""
7092
7093#. Tag: para
7094#: release_notes.xml:1753 release_notes.xml:1808
7095#, no-c-format
7096msgid ""
7097"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2371\">#2371</ulink>, "
7098"Support GEOS versions with more than 1 digit in micro"
7099msgstr ""
7100
7101#. Tag: para
7102#: release_notes.xml:1754
7103#, no-c-format
7104msgid ""
7105"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2383\">#2383</ulink>, "
7106"Remove unsafe use of \\' from raster warning message"
7107msgstr ""
7108
7109#. Tag: para
7110#: release_notes.xml:1755
7111#, no-c-format
7112msgid ""
7113"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2384\">#2384</ulink>, "
7114"Incorrect variable datatypes for ST_Neighborhood"
7115msgstr ""
7116
7117#. Tag: title
7118#: release_notes.xml:1757 release_notes.xml:1825
7119#, no-c-format
7120msgid "Known Issues"
7121msgstr ""
7122
7123#. Tag: para
7124#: release_notes.xml:1758 release_notes.xml:1826
7125#, no-c-format
7126msgid ""
7127"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2111\">#2111</ulink>, "
7128"Raster bands can only reference the first 256 bands of out-db rasters"
7129msgstr ""
7130
7131#. Tag: title
7132#: release_notes.xml:1763
7133#, no-c-format
7134msgid "Release 2.0.5"
7135msgstr ""
7136
7137#. Tag: para
7138#: release_notes.xml:1765
7139#, no-c-format
7140msgid ""
7141"This is a bug fix release, addressing issues that have been filed since the "
7142"2.0.4 release. If you are using PostGIS 2.0+ a soft upgrade is required. For "
7143"users of PostGIS 1.5 or below, a hard upgrade is required."
7144msgstr ""
7145
7146#. Tag: para
7147#: release_notes.xml:1768
7148#, no-c-format
7149msgid ""
7150"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2494\">#2494</ulink>, "
7151"avoid memcpy in GIST index"
7152msgstr ""
7153
7154#. Tag: para
7155#: release_notes.xml:1771
7156#, no-c-format
7157msgid ""
7158"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2528\">#2528</ulink>, Fix "
7159"memory leak in ST_Split / lwline_split_by_line"
7160msgstr ""
7161
7162#. Tag: para
7163#: release_notes.xml:1772
7164#, no-c-format
7165msgid ""
7166"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2532\">#2532</ulink>, Add "
7167"missing raster/geometry commutator operators"
7168msgstr ""
7169
7170#. Tag: para
7171#: release_notes.xml:1773
7172#, no-c-format
7173msgid ""
7174"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2533\">#2533</ulink>, "
7175"Remove duplicated signatures"
7176msgstr ""
7177
7178#. Tag: para
7179#: release_notes.xml:1777
7180#, no-c-format
7181msgid ""
7182"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2607\">#2607</ulink>, "
7183"Cannot open more than 1024 out-db files in process"
7184msgstr ""
7185
7186#. Tag: para
7187#: release_notes.xml:1779
7188#, no-c-format
7189msgid ""
7190"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2619\">#2619</ulink>, "
7191"Empty ring array in GeoJSON polygon causes crash"
7192msgstr ""
7193
7194#. Tag: para
7195#: release_notes.xml:1784
7196#, no-c-format
7197msgid ""
7198"#<ulink url=\"http://trac.osgeo.org/postgis/ticket/2514\">#2514</ulink>, "
7199"Change raster license from GPL v3+ to v2+, allowing distribution of PostGIS "
7200"Extension as GPLv2."
7201msgstr ""
7202
7203#. Tag: title
7204#: release_notes.xml:1789
7205#, no-c-format
7206msgid "Release 2.0.4"
7207msgstr ""
7208
7209#. Tag: para
7210#: release_notes.xml:1790
7211#, no-c-format
7212msgid "Release date: 2013/09/06"
7213msgstr ""
7214
7215#. Tag: para
7216#: release_notes.xml:1791
7217#, no-c-format
7218msgid ""
7219"This is a bug fix release, addressing issues that have been filed since the "
7220"2.0.3 release. If you are using PostGIS 2.0+ a soft upgrade is required. For "
7221"users of PostGIS 1.5 or below, a hard upgrade is required."
7222msgstr ""
7223
7224#. Tag: para
7225#: release_notes.xml:1794
7226#, no-c-format
7227msgid ""
7228"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2110\">#2110</ulink>, "
7229"Equality operator between EMPTY and point on origin"
7230msgstr ""
7231
7232#. Tag: para
7233#: release_notes.xml:1795
7234#, no-c-format
7235msgid "Allow adding points at precision distance with TopoGeo_addPoint"
7236msgstr ""
7237
7238#. Tag: para
7239#: release_notes.xml:1796
7240#, no-c-format
7241msgid ""
7242"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1968\">#1968</ulink>, Fix "
7243"missing edge from toTopoGeom return"
7244msgstr ""
7245
7246#. Tag: para
7247#: release_notes.xml:1799
7248#, no-c-format
7249msgid ""
7250"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2186\">#2186</ulink>, gui "
7251"progress bar updates too frequent"
7252msgstr ""
7253
7254#. Tag: para
7255#: release_notes.xml:1803
7256#, no-c-format
7257msgid ""
7258"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2267\">#2267</ulink>, "
7259"Server crash from analyze table"
7260msgstr ""
7261
7262#. Tag: para
7263#: release_notes.xml:1804
7264#, no-c-format
7265msgid ""
7266"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2277\">#2277</ulink>, "
7267"potential segfault removed"
7268msgstr ""
7269
7270#. Tag: para
7271#: release_notes.xml:1807
7272#, no-c-format
7273msgid ""
7274"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2359\">#2359</ulink>, "
7275"Incorrect handling of schema for overview constraints"
7276msgstr ""
7277
7278#. Tag: para
7279#: release_notes.xml:1809
7280#, no-c-format
7281msgid ""
7282"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2372\">#2372</ulink>, "
7283"Cannot parse space-padded KML coordinates"
7284msgstr ""
7285
7286#. Tag: para
7287#: release_notes.xml:1810
7288#, no-c-format
7289msgid "Fix build with systemwide liblwgeom installed"
7290msgstr ""
7291
7292#. Tag: para
7293#: release_notes.xml:1811
7294#, no-c-format
7295msgid ""
7296"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2383\">#2383</ulink>, Fix "
7297"unsafe use of \\' in warning message"
7298msgstr ""
7299
7300#. Tag: para
7301#: release_notes.xml:1812
7302#, no-c-format
7303msgid ""
7304"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2410\">#2410</ulink>, Fix "
7305"segmentize of collinear curve"
7306msgstr ""
7307
7308#. Tag: para
7309#: release_notes.xml:1813
7310#, no-c-format
7311msgid ""
7312"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2412\">#2412</ulink>, "
7313"ST_LineToCurve support for lines with less than 4 vertices"
7314msgstr ""
7315
7316#. Tag: para
7317#: release_notes.xml:1814
7318#, no-c-format
7319msgid ""
7320"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2415\">#2415</ulink>, "
7321"ST_Multi support for COMPOUNDCURVE and CURVEPOLYGON"
7322msgstr ""
7323
7324#. Tag: para
7325#: release_notes.xml:1815
7326#, no-c-format
7327msgid ""
7328"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2420\">#2420</ulink>, "
7329"ST_LineToCurve: require at least 8 edges to define a full circle"
7330msgstr ""
7331
7332#. Tag: para
7333#: release_notes.xml:1816
7334#, no-c-format
7335msgid ""
7336"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2423\">#2423</ulink>, "
7337"ST_LineToCurve: require all arc edges to form the same angle"
7338msgstr ""
7339
7340#. Tag: para
7341#: release_notes.xml:1817
7342#, no-c-format
7343msgid ""
7344"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2424\">#2424</ulink>, "
7345"ST_CurveToLine: add support for COMPOUNDCURVE in MULTICURVE"
7346msgstr ""
7347
7348#. Tag: para
7349#: release_notes.xml:1818
7350#, no-c-format
7351msgid ""
7352"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2427\">#2427</ulink>, Make "
7353"sure to retain first point of curves on ST_CurveToLine"
7354msgstr ""
7355
7356#. Tag: para
7357#: release_notes.xml:1822
7358#, no-c-format
7359msgid ""
7360"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2269\">#2269</ulink>, "
7361"Avoid uselessly detoasting full geometries on ANALYZE"
7362msgstr ""
7363
7364#. Tag: title
7365#: release_notes.xml:1831
7366#, no-c-format
7367msgid "Release 2.0.3"
7368msgstr ""
7369
7370#. Tag: para
7371#: release_notes.xml:1832
7372#, no-c-format
7373msgid "Release date: 2013/03/01"
7374msgstr ""
7375
7376#. Tag: para
7377#: release_notes.xml:1833
7378#, no-c-format
7379msgid ""
7380"This is a bug fix release, addressing issues that have been filed since the "
7381"2.0.2 release. If you are using PostGIS 2.0+ a soft upgrade is required. For "
7382"users of PostGIS 1.5 or below, a hard upgrade is required."
7383msgstr ""
7384
7385#. Tag: para
7386#: release_notes.xml:1837
7387#, no-c-format
7388msgid ""
7389"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2134\">#2134</ulink>, Make "
7390"sure to process SRS before passing it off to GDAL functions"
7391msgstr ""
7392
7393#. Tag: para
7394#: release_notes.xml:1838
7395#, no-c-format
7396msgid "Fix various memory leaks in liblwgeom"
7397msgstr ""
7398
7399#. Tag: para
7400#: release_notes.xml:1839
7401#, no-c-format
7402msgid ""
7403"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2173\">#2173</ulink>, Fix "
7404"robustness issue in splitting a line with own vertex also affecting topology "
7405"building (<ulink url=\"http://trac.osgeo.org/postgis/ticket/2172\">#2172</"
7406"ulink>)"
7407msgstr ""
7408
7409#. Tag: para
7410#: release_notes.xml:1840
7411#, no-c-format
7412msgid ""
7413"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2174\">#2174</ulink>, Fix "
7414"usage of wrong function lwpoly_free()"
7415msgstr ""
7416
7417#. Tag: para
7418#: release_notes.xml:1841
7419#, no-c-format
7420msgid ""
7421"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2176\">#2176</ulink>, Fix "
7422"robustness issue with ST_ChangeEdgeGeom"
7423msgstr ""
7424
7425#. Tag: para
7426#: release_notes.xml:1842
7427#, no-c-format
7428msgid ""
7429"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2184\">#2184</ulink>, "
7430"Properly copy topologies with Z value"
7431msgstr ""
7432
7433#. Tag: para
7434#: release_notes.xml:1843
7435#, no-c-format
7436msgid "postgis_restore.pl support for mixed case geometry column name in dumps"
7437msgstr ""
7438
7439#. Tag: para
7440#: release_notes.xml:1845
7441#, no-c-format
7442msgid ""
7443"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2216\">#2216</ulink>, More "
7444"memory errors in MultiPolygon GeoJSON parsing (with holes)"
7445msgstr ""
7446
7447#. Tag: para
7448#: release_notes.xml:1846
7449#, no-c-format
7450msgid "Fix Memory leak in GeoJSON parser"
7451msgstr ""
7452
7453#. Tag: para
7454#: release_notes.xml:1851
7455#, no-c-format
7456msgid "Speedup ST_ChangeEdgeGeom"
7457msgstr ""
7458
7459#. Tag: title
7460#: release_notes.xml:1855
7461#, no-c-format
7462msgid "Release 2.0.2"
7463msgstr ""
7464
7465#. Tag: para
7466#: release_notes.xml:1856
7467#, no-c-format
7468msgid "Release date: 2012/12/03"
7469msgstr ""
7470
7471#. Tag: para
7472#: release_notes.xml:1857
7473#, no-c-format
7474msgid ""
7475"This is a bug fix release, addressing issues that have been filed since the "
7476"2.0.1 release."
7477msgstr ""
7478
7479#. Tag: para
7480#: release_notes.xml:1860
7481#, no-c-format
7482msgid ""
7483"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1287\">#1287</ulink>, Drop "
7484"of \"gist_geometry_ops\" broke a few clients package of legacy_gist.sql for "
7485"these cases"
7486msgstr ""
7487
7488#. Tag: para
7489#: release_notes.xml:1862
7490#, no-c-format
7491msgid ""
7492"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1391\">#1391</ulink>, "
7493"Errors during upgrade from 1.5"
7494msgstr ""
7495
7496#. Tag: para
7497#: release_notes.xml:1863
7498#, no-c-format
7499msgid ""
7500"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1828\">#1828</ulink>, Poor "
7501"selectivity estimate on ST_DWithin"
7502msgstr ""
7503
7504#. Tag: para
7505#: release_notes.xml:1864
7506#, no-c-format
7507msgid ""
7508"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1838\">#1838</ulink>, "
7509"error importing tiger/line data"
7510msgstr ""
7511
7512#. Tag: para
7513#: release_notes.xml:1865
7514#, no-c-format
7515msgid ""
7516"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1869\">#1869</ulink>, "
7517"ST_AsBinary is not unique added to legacy_minor/legacy.sql scripts"
7518msgstr ""
7519
7520#. Tag: para
7521#: release_notes.xml:1866
7522#, no-c-format
7523msgid ""
7524"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1885\">#1885</ulink>, "
7525"Missing field from tabblock table in tiger2010 census_loader.sql"
7526msgstr ""
7527
7528#. Tag: para
7529#: release_notes.xml:1867
7530#, no-c-format
7531msgid ""
7532"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1891\">#1891</ulink>, Use "
7533"LDFLAGS environment when building liblwgeom"
7534msgstr ""
7535
7536#. Tag: para
7537#: release_notes.xml:1868
7538#, no-c-format
7539msgid ""
7540"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1900\">#1900</ulink>, Fix "
7541"pgsql2shp for big-endian systems"
7542msgstr ""
7543
7544#. Tag: para
7545#: release_notes.xml:1869
7546#, no-c-format
7547msgid ""
7548"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1932\">#1932</ulink>, Fix "
7549"raster2pgsql for invalid syntax for setting index tablespace"
7550msgstr ""
7551
7552#. Tag: para
7553#: release_notes.xml:1871
7554#, no-c-format
7555msgid ""
7556"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1955\">#1955</ulink>, "
7557"ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connected edges"
7558msgstr ""
7559
7560#. Tag: para
7561#: release_notes.xml:1874
7562#, no-c-format
7563msgid ""
7564"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1978\">#1978</ulink>, "
7565"wrong answer calculating length of closed circular arc (circle)"
7566msgstr ""
7567
7568#. Tag: para
7569#: release_notes.xml:1875
7570#, no-c-format
7571msgid ""
7572"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1981\">#1981</ulink>, "
7573"Remove unused but set variables as found with gcc 4.6+"
7574msgstr ""
7575
7576#. Tag: para
7577#: release_notes.xml:1876
7578#, no-c-format
7579msgid ""
7580"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1987\">#1987</ulink>, "
7581"Restore 1.5.x behaviour of ST_Simplify"
7582msgstr ""
7583
7584#. Tag: para
7585#: release_notes.xml:1879
7586#, no-c-format
7587msgid ""
7588"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1991\">#1991</ulink>, "
7589"geocode really slow on PostgreSQL 9.2"
7590msgstr ""
7591
7592#. Tag: para
7593#: release_notes.xml:1881
7594#, no-c-format
7595msgid ""
7596"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1998\">#1998</ulink>, Fix "
7597"ST_{Mod,New}EdgeHeal joining edges sharing both endpoints"
7598msgstr ""
7599
7600#. Tag: para
7601#: release_notes.xml:1882
7602#, no-c-format
7603msgid ""
7604"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2001\">#2001</ulink>, "
7605"ST_CurveToLine has no effect if the geometry doesn't actually contain an arc"
7606msgstr ""
7607
7608#. Tag: para
7609#: release_notes.xml:1883
7610#, no-c-format
7611msgid ""
7612"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2015\">#2015</ulink>, "
7613"ST_IsEmpty('POLYGON(EMPTY)') returns False"
7614msgstr ""
7615
7616#. Tag: para
7617#: release_notes.xml:1885
7618#, no-c-format
7619msgid ""
7620"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2025\">#2025</ulink>, Fix "
7621"side location conflict at TopoGeo_AddLineString"
7622msgstr ""
7623
7624#. Tag: para
7625#: release_notes.xml:1886
7626#, no-c-format
7627msgid ""
7628"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2026\">#2026</ulink>, "
7629"improve performance of distance calculations"
7630msgstr ""
7631
7632#. Tag: para
7633#: release_notes.xml:1887
7634#, no-c-format
7635msgid ""
7636"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2033\">#2033</ulink>, Fix "
7637"adding a splitting point into a 2.5d topology"
7638msgstr ""
7639
7640#. Tag: para
7641#: release_notes.xml:1888
7642#, no-c-format
7643msgid ""
7644"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2051\">#2051</ulink>, Fix "
7645"excess of precision in ST_AsGeoJSON output"
7646msgstr ""
7647
7648#. Tag: para
7649#: release_notes.xml:1889
7650#, no-c-format
7651msgid ""
7652"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2052\">#2052</ulink>, Fix "
7653"buffer overflow in lwgeom_to_geojson"
7654msgstr ""
7655
7656#. Tag: para
7657#: release_notes.xml:1890
7658#, no-c-format
7659msgid ""
7660"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2056\">#2056</ulink>, "
7661"Fixed lack of SRID check of raster and geometry in ST_SetValue()"
7662msgstr ""
7663
7664#. Tag: para
7665#: release_notes.xml:1892
7666#, no-c-format
7667msgid ""
7668"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2060\">#2060</ulink>, Fix "
7669"\"dimension\" check violation by GetTopoGeomElementArray"
7670msgstr ""
7671
7672#. Tag: para
7673#: release_notes.xml:1893
7674#, no-c-format
7675msgid ""
7676"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2072\">#2072</ulink>, "
7677"Removed outdated checks preventing ST_Intersects(raster) from working on out-"
7678"db bands"
7679msgstr ""
7680
7681#. Tag: para
7682#: release_notes.xml:1895
7683#, no-c-format
7684msgid ""
7685"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2077\">#2077</ulink>, "
7686"Fixed incorrect answers from ST_Hillshade(raster)"
7687msgstr ""
7688
7689#. Tag: para
7690#: release_notes.xml:1896
7691#, no-c-format
7692msgid ""
7693"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2092\">#2092</ulink>, "
7694"Namespace issue with ST_GeomFromKML,ST_GeomFromGML for libxml 2.8+"
7695msgstr ""
7696
7697#. Tag: para
7698#: release_notes.xml:1897
7699#, no-c-format
7700msgid ""
7701"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2099\">#2099</ulink>, Fix "
7702"double free on exception in ST_OffsetCurve"
7703msgstr ""
7704
7705#. Tag: para
7706#: release_notes.xml:1898
7707#, no-c-format
7708msgid ""
7709"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2100\">#2100</ulink>, "
7710"ST_AsRaster() may not return raster with specified pixel type"
7711msgstr ""
7712
7713#. Tag: para
7714#: release_notes.xml:1899
7715#, no-c-format
7716msgid ""
7717"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2108\">#2108</ulink>, "
7718"Ensure ST_Line_Interpolate_Point always returns POINT"
7719msgstr ""
7720
7721#. Tag: para
7722#: release_notes.xml:1900
7723#, no-c-format
7724msgid ""
7725"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2109\">#2109</ulink>, "
7726"Ensure ST_Centroid always returns POINT"
7727msgstr ""
7728
7729#. Tag: para
7730#: release_notes.xml:1901
7731#, no-c-format
7732msgid ""
7733"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2117\">#2117</ulink>, "
7734"Ensure ST_PointOnSurface always returns POINT"
7735msgstr ""
7736
7737#. Tag: para
7738#: release_notes.xml:1902
7739#, no-c-format
7740msgid ""
7741"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2129\">#2129</ulink>, Fix "
7742"SRID in ST_Homogenize output with collection input"
7743msgstr ""
7744
7745#. Tag: para
7746#: release_notes.xml:1903
7747#, no-c-format
7748msgid ""
7749"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2130\">#2130</ulink>, Fix "
7750"memory error in MultiPolygon GeoJson parsing"
7751msgstr ""
7752
7753#. Tag: para
7754#: release_notes.xml:1905
7755#, no-c-format
7756msgid "Update URL of Maven jar"
7757msgstr ""
7758
7759#. Tag: para
7760#: release_notes.xml:1909
7761#, no-c-format
7762msgid ""
7763"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1581\">#1581</ulink>, "
7764"ST_Clip(raster, ...) no longer imposes NODATA on a band if the corresponding "
7765"band from the source raster did not have NODATA"
7766msgstr ""
7767
7768#. Tag: para
7769#: release_notes.xml:1911
7770#, no-c-format
7771msgid ""
7772"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1928\">#1928</ulink>, "
7773"Accept array properties in GML input multi-geom input (Kashif Rasul and "
7774"Shoaib Burq / SpacialDB)"
7775msgstr ""
7776
7777#. Tag: para
7778#: release_notes.xml:1913
7779#, no-c-format
7780msgid ""
7781"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2082\">#2082</ulink>, Add "
7782"indices on start_node and end_node of topology edge tables"
7783msgstr ""
7784
7785#. Tag: para
7786#: release_notes.xml:1914
7787#, no-c-format
7788msgid ""
7789"<ulink url=\"http://trac.osgeo.org/postgis/ticket/2087\">#2087</ulink>, "
7790"Speedup topology.GetRingEdges using a recursive CTE"
7791msgstr ""
7792
7793#. Tag: title
7794#: release_notes.xml:1918
7795#, no-c-format
7796msgid "Release 2.0.1"
7797msgstr ""
7798
7799#. Tag: para
7800#: release_notes.xml:1919
7801#, no-c-format
7802msgid "Release date: 2012/06/22"
7803msgstr ""
7804
7805#. Tag: para
7806#: release_notes.xml:1920
7807#, no-c-format
7808msgid ""
7809"This is a bug fix release, addressing issues that have been filed since the "
7810"2.0.0 release."
7811msgstr ""
7812
7813#. Tag: para
7814#: release_notes.xml:1923
7815#, no-c-format
7816msgid ""
7817"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1264\">#1264</ulink>, fix "
7818"st_dwithin(geog, geog, 0)."
7819msgstr ""
7820
7821#. Tag: para
7822#: release_notes.xml:1924
7823#, no-c-format
7824msgid ""
7825"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1468\">#1468</ulink> "
7826"shp2pgsql-gui table column schema get shifted"
7827msgstr ""
7828
7829#. Tag: para
7830#: release_notes.xml:1925
7831#, no-c-format
7832msgid ""
7833"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1694\">#1694</ulink>, fix "
7834"building with clang. (vince)"
7835msgstr ""
7836
7837#. Tag: para
7838#: release_notes.xml:1926
7839#, no-c-format
7840msgid ""
7841"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1708\">#1708</ulink>, "
7842"improve restore of pre-PostGIS 2.0 backups."
7843msgstr ""
7844
7845#. Tag: para
7846#: release_notes.xml:1927
7847#, no-c-format
7848msgid ""
7849"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1714\">#1714</ulink>, more "
7850"robust handling of high topology tolerance."
7851msgstr ""
7852
7853#. Tag: para
7854#: release_notes.xml:1928
7855#, no-c-format
7856msgid ""
7857"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1755\">#1755</ulink>, "
7858"ST_GeographyFromText support for higher dimensions."
7859msgstr ""
7860
7861#. Tag: para
7862#: release_notes.xml:1929
7863#, no-c-format
7864msgid ""
7865"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1759\">#1759</ulink>, "
7866"loading transformed shapefiles in raster enabled db."
7867msgstr ""
7868
7869#. Tag: para
7870#: release_notes.xml:1930
7871#, no-c-format
7872msgid ""
7873"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1761\">#1761</ulink>, "
7874"handling of subdatasets in NetCDF, HDF4 and HDF5 in raster2pgsql."
7875msgstr ""
7876
7877#. Tag: para
7878#: release_notes.xml:1931
7879#, no-c-format
7880msgid ""
7881"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1763\">#1763</ulink>, "
7882"topology.toTopoGeom use with custom search_path."
7883msgstr ""
7884
7885#. Tag: para
7886#: release_notes.xml:1932
7887#, no-c-format
7888msgid ""
7889"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1766\">#1766</ulink>, "
7890"don't let ST_RemEdge* destroy peripheral TopoGeometry objects."
7891msgstr ""
7892
7893#. Tag: para
7894#: release_notes.xml:1933
7895#, no-c-format
7896msgid ""
7897"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1774\">#1774</ulink>, "
7898"Clearer error on setting an edge geometry to an invalid one."
7899msgstr ""
7900
7901#. Tag: para
7902#: release_notes.xml:1934
7903#, no-c-format
7904msgid ""
7905"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1775\">#1775</ulink>, "
7906"ST_ChangeEdgeGeom collision detection with 2-vertex target."
7907msgstr ""
7908
7909#. Tag: para
7910#: release_notes.xml:1935
7911#, no-c-format
7912msgid ""
7913"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1776\">#1776</ulink>, fix "
7914"ST_SymDifference(empty, geom) to return geom."
7915msgstr ""
7916
7917#. Tag: para
7918#: release_notes.xml:1936
7919#, no-c-format
7920msgid ""
7921"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1779\">#1779</ulink>, "
7922"install SQL comment files."
7923msgstr ""
7924
7925#. Tag: para
7926#: release_notes.xml:1937
7927#, no-c-format
7928msgid ""
7929"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1782\">#1782</ulink>, fix "
7930"spatial reference string handling in raster."
7931msgstr ""
7932
7933#. Tag: para
7934#: release_notes.xml:1938
7935#, no-c-format
7936msgid ""
7937"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1789\">#1789</ulink>, fix "
7938"false edge-node crossing report in ValidateTopology."
7939msgstr ""
7940
7941#. Tag: para
7942#: release_notes.xml:1939
7943#, no-c-format
7944msgid ""
7945"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1790\">#1790</ulink>, fix "
7946"toTopoGeom handling of duplicated primitives."
7947msgstr ""
7948
7949#. Tag: para
7950#: release_notes.xml:1940
7951#, no-c-format
7952msgid ""
7953"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1791\">#1791</ulink>, fix "
7954"ST_Azimuth with very close but distinct points."
7955msgstr ""
7956
7957#. Tag: para
7958#: release_notes.xml:1941
7959#, no-c-format
7960msgid ""
7961"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1797\">#1797</ulink>, fix "
7962"(ValidateTopology(xxx)).* syntax calls."
7963msgstr ""
7964
7965#. Tag: para
7966#: release_notes.xml:1942
7967#, no-c-format
7968msgid ""
7969"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1805\">#1805</ulink>, put "
7970"back the 900913 SRID entry."
7971msgstr ""
7972
7973#. Tag: para
7974#: release_notes.xml:1943
7975#, no-c-format
7976msgid ""
7977"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1813\">#1813</ulink>, Only "
7978"show readable relations in metadata tables."
7979msgstr ""
7980
7981#. Tag: para
7982#: release_notes.xml:1944
7983#, no-c-format
7984msgid ""
7985"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1819\">#1819</ulink>, fix "
7986"floating point issues with ST_World2RasterCoord and ST_Raster2WorldCoord "
7987"variants."
7988msgstr ""
7989
7990#. Tag: para
7991#: release_notes.xml:1946
7992#, no-c-format
7993msgid ""
7994"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1820\">#1820</ulink> "
7995"compilation on 9.2beta1."
7996msgstr ""
7997
7998#. Tag: para
7999#: release_notes.xml:1947
8000#, no-c-format
8001msgid ""
8002"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1822\">#1822</ulink>, "
8003"topology load on PostgreSQL 9.2beta1."
8004msgstr ""
8005
8006#. Tag: para
8007#: release_notes.xml:1948
8008#, no-c-format
8009msgid ""
8010"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1825\">#1825</ulink>, fix "
8011"prepared geometry cache lookup"
8012msgstr ""
8013
8014#. Tag: para
8015#: release_notes.xml:1949
8016#, no-c-format
8017msgid ""
8018"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1829\">#1829</ulink>, fix "
8019"uninitialized read in GeoJSON parser"
8020msgstr ""
8021
8022#. Tag: para
8023#: release_notes.xml:1950
8024#, no-c-format
8025msgid ""
8026"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1834\">#1834</ulink>, "
8027"revise postgis extension to only backup user specified spatial_ref_sys"
8028msgstr ""
8029
8030#. Tag: para
8031#: release_notes.xml:1954
8032#, no-c-format
8033msgid ""
8034"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1851\">#1851</ulink>, fix "
8035"spatial_ref_system parameters for EPSG:3844"
8036msgstr ""
8037
8038#. Tag: para
8039#: release_notes.xml:1955
8040#, no-c-format
8041msgid ""
8042"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1857\">#1857</ulink>, fix "
8043"failure to detect endpoint mismatch in ST_AddEdge*Face*"
8044msgstr ""
8045
8046#. Tag: para
8047#: release_notes.xml:1956
8048#, no-c-format
8049msgid ""
8050"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1865\">#1865</ulink>, data "
8051"loss in postgis_restore.pl when data rows have leading dashes."
8052msgstr ""
8053
8054#. Tag: para
8055#: release_notes.xml:1958
8056#, no-c-format
8057msgid ""
8058"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1867\">#1867</ulink>, "
8059"catch invalid topology name passed to topogeo_add*"
8060msgstr ""
8061
8062#. Tag: para
8063#: release_notes.xml:1960
8064#, no-c-format
8065msgid ""
8066"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1873\">#1873</ulink>, fix "
8067"ptarray_locate_point to return interpolated Z/M values for on-the-line case"
8068msgstr ""
8069
8070#. Tag: para
8071#: release_notes.xml:1964
8072#, no-c-format
8073msgid ""
8074"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1881\">#1881</ulink>, "
8075"shp2pgsql-gui -- editing a field sometimes triggers removing row"
8076msgstr ""
8077
8078#. Tag: para
8079#: release_notes.xml:1966
8080#, no-c-format
8081msgid ""
8082"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1883\">#1883</ulink>, "
8083"Geocoder install fails trying to run create_census_base_tables() (Brian "
8084"Panulla)"
8085msgstr ""
8086
8087#. Tag: para
8088#: release_notes.xml:1971
8089#, no-c-format
8090msgid "More detailed exception message from topology editing functions."
8091msgstr ""
8092
8093#. Tag: para
8094#: release_notes.xml:1972
8095#, no-c-format
8096msgid ""
8097"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1786\">#1786</ulink>, "
8098"improved build dependencies"
8099msgstr ""
8100
8101#. Tag: para
8102#: release_notes.xml:1973
8103#, no-c-format
8104msgid ""
8105"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1806\">#1806</ulink>, "
8106"speedup of ST_BuildArea, ST_MakeValid and ST_GetFaceGeometry."
8107msgstr ""
8108
8109#. Tag: para
8110#: release_notes.xml:1974
8111#, no-c-format
8112msgid ""
8113"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1812\">#1812</ulink>, Add "
8114"lwgeom_normalize in LIBLWGEOM for more stable testing."
8115msgstr ""
8116
8117#. Tag: title
8118#: release_notes.xml:1978
8119#, no-c-format
8120msgid "Release 2.0.0"
8121msgstr ""
8122
8123#. Tag: para
8124#: release_notes.xml:1979
8125#, no-c-format
8126msgid "Release date: 2012/04/03"
8127msgstr ""
8128
8129#. Tag: para
8130#: release_notes.xml:1980
8131#, no-c-format
8132msgid ""
8133"This is a major release. A hard upgrade is required. Yes this means a full "
8134"dump reload and some special preparations if you are using obsolete "
8135"functions. Refer to <xref linkend=\"hard_upgrade\"/> for details on "
8136"upgrading. Refer to <xref linkend=\"NewFunctions_2_0\"/> for more details "
8137"and changed/new functions."
8138msgstr ""
8139
8140#. Tag: title
8141#: release_notes.xml:1984
8142#, no-c-format
8143msgid "Testers - Our unsung heroes"
8144msgstr ""
8145
8146#. Tag: para
8147#: release_notes.xml:1985
8148#, no-c-format
8149msgid ""
8150"We are most indebted to the numerous members in the PostGIS community who "
8151"were brave enough to test out the new features in this release. No major "
8152"release can be successful without these folk."
8153msgstr ""
8154
8155#. Tag: para
8156#: release_notes.xml:1988
8157#, no-c-format
8158msgid ""
8159"Below are those who have been most valiant, provided very detailed and "
8160"thorough bug reports, and detailed analysis."
8161msgstr ""
8162
8163#. Tag: member
8164#: release_notes.xml:1992
8165#, no-c-format
8166msgid "Andrea Peri - Lots of testing on topology, checking for correctness"
8167msgstr ""
8168
8169#. Tag: member
8170#: release_notes.xml:1993
8171#, no-c-format
8172msgid "Andreas Forø Tollefsen - raster testing"
8173msgstr ""
8174
8175#. Tag: member
8176#: release_notes.xml:1994
8177#, no-c-format
8178msgid "Chris English - topology stress testing loader functions"
8179msgstr ""
8180
8181#. Tag: member
8182#: release_notes.xml:1995
8183#, no-c-format
8184msgid "Salvatore Larosa - topology robustness testing"
8185msgstr ""
8186
8187#. Tag: member
8188#: release_notes.xml:1996
8189#, no-c-format
8190msgid ""
8191"Brian Hamlin - Benchmarking (also experimental experimental branches before "
8192"they are folded into core) , general testing of various pieces including "
8193"Tiger and Topology. Testing on various server VMs"
8194msgstr ""
8195
8196#. Tag: member
8197#: release_notes.xml:2001
8198#, no-c-format
8199msgid "Mike Pease - Tiger geocoder testing - very detailed reports of issues"
8200msgstr ""
8201
8202#. Tag: member
8203#: release_notes.xml:2002
8204#, no-c-format
8205msgid "Tom van Tilburg - raster testing"
8206msgstr ""
8207
8208#. Tag: para
8209#: release_notes.xml:2007
8210#, no-c-format
8211msgid ""
8212"<ulink url=\"http://trac.osgeo.org/postgis/ticket/722\">#722</ulink>, <ulink "
8213"url=\"http://trac.osgeo.org/postgis/ticket/302\">#302</ulink>, Most "
8214"deprecated functions removed (over 250 functions) (Regina Obe, Paul Ramsey)"
8215msgstr ""
8216
8217#. Tag: para
8218#: release_notes.xml:2008
8219#, no-c-format
8220msgid "Unknown SRID changed from -1 to 0. (Paul Ramsey)"
8221msgstr ""
8222
8223#. Tag: para
8224#: release_notes.xml:2009
8225#, no-c-format
8226msgid ""
8227"-- (most deprecated in 1.2) removed non-ST variants buffer, length, "
8228"intersects (and internal functions renamed) etc."
8229msgstr ""
8230
8231#. Tag: para
8232#: release_notes.xml:2011
8233#, no-c-format
8234msgid ""
8235"-- If you have been using deprecated functions CHANGE your apps or suffer "
8236"the consequences. If you don't see a function documented -- it ain't "
8237"supported or it is an internal function. Some constraints in older tables "
8238"were built with deprecated functions. If you restore you may need to rebuild "
8239"table constraints with populate_geometry_columns(). If you have applications "
8240"or tools that rely on deprecated functions, please refer to <xref linkend="
8241"\"legacy_faq\"/> for more details."
8242msgstr ""
8243
8244#. Tag: para
8245#: release_notes.xml:2016
8246#, no-c-format
8247msgid ""
8248"<ulink url=\"http://trac.osgeo.org/postgis/ticket/944\">#944</ulink> "
8249"geometry_columns is now a view instead of a table (Paul Ramsey, Regina Obe) "
8250"for tables created the old way reads (srid, type, dims) constraints for "
8251"geometry columns created with type modifiers reads rom column definition"
8252msgstr ""
8253
8254#. Tag: para
8255#: release_notes.xml:2021
8256#, no-c-format
8257msgid ""
8258"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1081\">#1081</ulink>, "
8259"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1082\">#1082</ulink>, "
8260"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1084\">#1084</ulink>, "
8261"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1088\">#1088</ulink> - "
8262"Mangement functions support typmod geometry column creation functions now "
8263"default to typmod creation (Regina Obe)"
8264msgstr ""
8265
8266#. Tag: para
8267#: release_notes.xml:2024
8268#, no-c-format
8269msgid ""
8270"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1083\">#1083</ulink> "
8271"probe_geometry_columns(), rename_geometry_table_constraints(), "
8272"fix_geometry_columns(); removed - now obsolete with geometry_column view "
8273"(Regina Obe)"
8274msgstr ""
8275
8276#. Tag: para
8277#: release_notes.xml:2028
8278#, no-c-format
8279msgid ""
8280"<ulink url=\"http://trac.osgeo.org/postgis/ticket/817\">#817</ulink> "
8281"Renaming old 3D functions to the convention ST_3D (Nicklas Avén)"
8282msgstr ""
8283
8284#. Tag: para
8285#: release_notes.xml:2029
8286#, no-c-format
8287msgid ""
8288"<ulink url=\"http://trac.osgeo.org/postgis/ticket/548\">#548</ulink> "
8289"(sorta), ST_NumGeometries,ST_GeometryN now returns 1 (or the geometry) "
8290"instead of null for single geometries (Sandro Santilli, Maxime van Noppen)"
8291msgstr ""
8292
8293#. Tag: ulink
8294#: release_notes.xml:2034
8295#, no-c-format
8296msgid ""
8297"KNN Gist index based centroid (&lt;-&gt;) and box (&lt;#&gt;) distance "
8298"operators (Paul Ramsey / funded by Vizzuality)"
8299msgstr ""
8300
8301#. Tag: para
8302#: release_notes.xml:2035
8303#, no-c-format
8304msgid ""
8305"Support for TIN and PolyHedralSurface and enhancement of many functions to "
8306"support 3D (Olivier Courtin / Oslandia)"
8307msgstr ""
8308
8309#. Tag: para
8310#: release_notes.xml:2036
8311#, no-c-format
8312msgid ""
8313"<ulink url=\"http://trac.osgeo.org/postgis/wiki/WKTRaster/PlanningAndFunding"
8314"\">Raster support integrated and documented</ulink> (Pierre Racine, Jorge "
8315"Arévalo, Mateusz Loskot, Sandro Santilli, David Zwarg, Regina Obe, Bborie "
8316"Park) (Company developer and funding: University Laval, Deimos Space, "
8317"CadCorp, Michigan Tech Research Institute, Azavea, Paragon Corporation, UC "
8318"Davis Center for Vectorborne Diseases)"
8319msgstr ""
8320
8321#. Tag: para
8322#: release_notes.xml:2039
8323#, no-c-format
8324msgid ""
8325"Making spatial indexes 3D aware - in progress (Paul Ramsey, Mark Cave-Ayland)"
8326msgstr ""
8327
8328#. Tag: para
8329#: release_notes.xml:2040
8330#, no-c-format
8331msgid ""
8332"Topology support improved (more functions), documented, testing (Sandro "
8333"Santilli / Faunalia for RT-SIGTA), Andrea Peri, Regina Obe, Jose Carlos "
8334"Martinez Llari"
8335msgstr ""
8336
8337#. Tag: para
8338#: release_notes.xml:2041
8339#, no-c-format
8340msgid "3D relationship and measurement support functions (Nicklas Avén)"
8341msgstr ""
8342
8343#. Tag: para
8344#: release_notes.xml:2042
8345#, no-c-format
8346msgid ""
8347"ST_3DDistance, ST_3DClosestPoint, ST_3DIntersects, ST_3DShortestLine and "
8348"more..."
8349msgstr ""
8350
8351#. Tag: para
8352#: release_notes.xml:2043
8353#, no-c-format
8354msgid "N-Dimensional spatial indexes (Paul Ramsey / OpenGeo)"
8355msgstr ""
8356
8357#. Tag: para
8358#: release_notes.xml:2044
8359#, no-c-format
8360msgid "ST_Split (Sandro Santilli / Faunalia for RT-SIGTA)"
8361msgstr ""
8362
8363#. Tag: para
8364#: release_notes.xml:2045
8365#, no-c-format
8366msgid "ST_IsValidDetail (Sandro Santilli / Faunalia for RT-SIGTA)"
8367msgstr ""
8368
8369#. Tag: para
8370#: release_notes.xml:2046
8371#, no-c-format
8372msgid "ST_MakeValid (Sandro Santilli / Faunalia for RT-SIGTA)"
8373msgstr ""
8374
8375#. Tag: para
8376#: release_notes.xml:2047
8377#, no-c-format
8378msgid "ST_RemoveRepeatedPoints (Sandro Santilli / Faunalia for RT-SIGTA)"
8379msgstr ""
8380
8381#. Tag: para
8382#: release_notes.xml:2048
8383#, no-c-format
8384msgid ""
8385"ST_GeometryN and ST_NumGeometries support for non-collections (Sandro "
8386"Santilli)"
8387msgstr ""
8388
8389#. Tag: para
8390#: release_notes.xml:2049
8391#, no-c-format
8392msgid "ST_IsCollection (Sandro Santilli, Maxime van Noppen)"
8393msgstr ""
8394
8395#. Tag: para
8396#: release_notes.xml:2050
8397#, no-c-format
8398msgid "ST_SharedPaths (Sandro Santilli / Faunalia for RT-SIGTA)"
8399msgstr ""
8400
8401#. Tag: para
8402#: release_notes.xml:2051
8403#, no-c-format
8404msgid "ST_Snap (Sandro Santilli)"
8405msgstr ""
8406
8407#. Tag: para
8408#: release_notes.xml:2052
8409#, no-c-format
8410msgid "ST_RelateMatch (Sandro Santilli / Faunalia for RT-SIGTA)"
8411msgstr ""
8412
8413#. Tag: para
8414#: release_notes.xml:2053
8415#, no-c-format
8416msgid "ST_ConcaveHull (Regina Obe and Leo Hsu / Paragon Corporation)"
8417msgstr ""
8418
8419#. Tag: para
8420#: release_notes.xml:2054
8421#, no-c-format
8422msgid "ST_UnaryUnion (Sandro Santilli / Faunalia for RT-SIGTA)"
8423msgstr ""
8424
8425#. Tag: para
8426#: release_notes.xml:2055
8427#, no-c-format
8428msgid "ST_AsX3D (Regina Obe / Arrival 3D funding)"
8429msgstr ""
8430
8431#. Tag: para
8432#: release_notes.xml:2056
8433#, no-c-format
8434msgid "ST_OffsetCurve (Sandro Santilli, Rafal Magda)"
8435msgstr ""
8436
8437#. Tag: ulink
8438#: release_notes.xml:2057
8439#, no-c-format
8440msgid "ST_GeomFromGeoJSON (Kashif Rasul, Paul Ramsey / Vizzuality funding)"
8441msgstr ""
8442
8443#. Tag: para
8444#: release_notes.xml:2061
8445#, no-c-format
8446msgid ""
8447"Made shape file loader tolerant of truncated multibyte values found in some "
8448"free worldwide shapefiles (Sandro Santilli)"
8449msgstr ""
8450
8451#. Tag: para
8452#: release_notes.xml:2062
8453#, no-c-format
8454msgid ""
8455"Lots of bug fixes and enhancements to shp2pgsql Beefing up regression tests "
8456"for loaders Reproject support for both geometry and geography during import "
8457"(Jeff Adams / Azavea, Mark Cave-Ayland)"
8458msgstr ""
8459
8460#. Tag: para
8461#: release_notes.xml:2066
8462#, no-c-format
8463msgid ""
8464"pgsql2shp conversion from predefined list (Loic Dachary / Mark Cave-Ayland)"
8465msgstr ""
8466
8467#. Tag: para
8468#: release_notes.xml:2068
8469#, no-c-format
8470msgid ""
8471"Shp-pgsql GUI loader - support loading multiple files at a time. (Mark "
8472"Leslie)"
8473msgstr ""
8474
8475#. Tag: para
8476#: release_notes.xml:2069
8477#, no-c-format
8478msgid ""
8479"Extras - upgraded tiger_geocoder from using old TIGER format to use new "
8480"TIGER shp and file structure format (Stephen Frost)"
8481msgstr ""
8482
8483#. Tag: para
8484#: release_notes.xml:2070
8485#, no-c-format
8486msgid ""
8487"Extras - revised tiger_geocoder to work with TIGER census 2010 data, "
8488"addition of reverse geocoder function, various bug fixes, accuracy "
8489"enhancements, limit max result return, speed improvements, loading routines. "
8490"(Regina Obe, Leo Hsu / Paragon Corporation / funding provided by Hunter "
8491"Systems Group)"
8492msgstr ""
8493
8494#. Tag: para
8495#: release_notes.xml:2073
8496#, no-c-format
8497msgid "Overall Documentation proofreading and corrections. (Kasif Rasul)"
8498msgstr ""
8499
8500#. Tag: para
8501#: release_notes.xml:2074
8502#, no-c-format
8503msgid ""
8504"Cleanup PostGIS JDBC classes, revise to use Maven build. (Maria Arias de "
8505"Reyna, Sandro Santilli)"
8506msgstr ""
8507
8508#. Tag: para
8509#: release_notes.xml:2078
8510#, no-c-format
8511msgid ""
8512"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1335\">#1335</ulink> "
8513"ST_AddPoint returns incorrect result on Linux (Even Rouault)"
8514msgstr ""
8515
8516#. Tag: title
8517#: release_notes.xml:2081
8518#, no-c-format
8519msgid "Release specific credits"
8520msgstr ""
8521
8522#. Tag: para
8523#: release_notes.xml:2082
8524#, no-c-format
8525msgid ""
8526"We thank <ulink url=\"http://blog.opengeo.org/2012/02/01/it-goes-up-to-2-0/"
8527"\">U.S Department of State Human Information Unit (HIU)</ulink> and <ulink "
8528"url=\"http://blog.cartodb.com/post/17318840209/postgis-core-committer-sandro-"
8529"santilli-joins-cartodb\">Vizzuality</ulink> for general monetary support to "
8530"get PostGIS 2.0 out the door."
8531msgstr ""
8532
8533#. Tag: title
8534#: release_notes.xml:2087
8535#, no-c-format
8536msgid "Release 1.5.4"
8537msgstr ""
8538
8539#. Tag: para
8540#: release_notes.xml:2088
8541#, no-c-format
8542msgid "Release date: 2012/05/07"
8543msgstr ""
8544
8545#. Tag: para
8546#: release_notes.xml:2089
8547#, no-c-format
8548msgid ""
8549"This is a bug fix release, addressing issues that have been filed since the "
8550"1.5.3 release."
8551msgstr ""
8552
8553#. Tag: para
8554#: release_notes.xml:2092
8555#, no-c-format
8556msgid ""
8557"<ulink url=\"http://trac.osgeo.org/postgis/ticket/547\">#547</ulink>, "
8558"ST_Contains memory problems (Sandro Santilli)"
8559msgstr ""
8560
8561#. Tag: para
8562#: release_notes.xml:2093
8563#, no-c-format
8564msgid ""
8565"<ulink url=\"http://trac.osgeo.org/postgis/ticket/621\">#621</ulink>, "
8566"Problem finding intersections with geography (Paul Ramsey)"
8567msgstr ""
8568
8569#. Tag: para
8570#: release_notes.xml:2094
8571#, no-c-format
8572msgid ""
8573"<ulink url=\"http://trac.osgeo.org/postgis/ticket/627\">#627</ulink>, "
8574"PostGIS/PostgreSQL process die on invalid geometry (Paul Ramsey)"
8575msgstr ""
8576
8577#. Tag: para
8578#: release_notes.xml:2095
8579#, no-c-format
8580msgid ""
8581"<ulink url=\"http://trac.osgeo.org/postgis/ticket/810\">#810</ulink>, "
8582"Increase accuracy of area calculation (Paul Ramsey)"
8583msgstr ""
8584
8585#. Tag: para
8586#: release_notes.xml:2096
8587#, no-c-format
8588msgid ""
8589"<ulink url=\"http://trac.osgeo.org/postgis/ticket/852\">#852</ulink>, "
8590"improve spatial predicates robustness (Sandro Santilli, Nicklas Avén)"
8591msgstr ""
8592
8593#. Tag: para
8594#: release_notes.xml:2097
8595#, no-c-format
8596msgid ""
8597"<ulink url=\"http://trac.osgeo.org/postgis/ticket/877\">#877</ulink>, "
8598"ST_Estimated_Extent returns NULL on empty tables (Sandro Santilli)"
8599msgstr ""
8600
8601#. Tag: para
8602#: release_notes.xml:2098
8603#, no-c-format
8604msgid ""
8605"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1028\">#1028</ulink>, "
8606"ST_AsSVG kills whole postgres server when fails (Paul Ramsey)"
8607msgstr ""
8608
8609#. Tag: para
8610#: release_notes.xml:2099
8611#, no-c-format
8612msgid ""
8613"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1056\">#1056</ulink>, Fix "
8614"boxes of arcs and circle stroking code (Paul Ramsey)"
8615msgstr ""
8616
8617#. Tag: para
8618#: release_notes.xml:2100
8619#, no-c-format
8620msgid ""
8621"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1121\">#1121</ulink>, "
8622"populate_geometry_columns using deprecated functions (Regin Obe, Paul Ramsey)"
8623msgstr ""
8624
8625#. Tag: para
8626#: release_notes.xml:2101
8627#, no-c-format
8628msgid ""
8629"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1135\">#1135</ulink>, "
8630"improve testsuite predictability (Andreas 'ads' Scherbaum)"
8631msgstr ""
8632
8633#. Tag: para
8634#: release_notes.xml:2102
8635#, no-c-format
8636msgid ""
8637"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1146\">#1146</ulink>, "
8638"images generator crashes (bronaugh)"
8639msgstr ""
8640
8641#. Tag: para
8642#: release_notes.xml:2103
8643#, no-c-format
8644msgid ""
8645"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1170\">#1170</ulink>, "
8646"North Pole intersection fails (Paul Ramsey)"
8647msgstr ""
8648
8649#. Tag: para
8650#: release_notes.xml:2104
8651#, no-c-format
8652msgid ""
8653"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1179\">#1179</ulink>, "
8654"ST_AsText crash with bad value (kjurka)"
8655msgstr ""
8656
8657#. Tag: para
8658#: release_notes.xml:2105
8659#, no-c-format
8660msgid ""
8661"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1184\">#1184</ulink>, "
8662"honour DESTDIR in documentation Makefile (Bryce L Nordgren)"
8663msgstr ""
8664
8665#. Tag: para
8666#: release_notes.xml:2106
8667#, no-c-format
8668msgid ""
8669"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1227\">#1227</ulink>, "
8670"server crash on invalid GML"
8671msgstr ""
8672
8673#. Tag: para
8674#: release_notes.xml:2107
8675#, no-c-format
8676msgid ""
8677"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1252\">#1252</ulink>, SRID "
8678"appearing in WKT (Paul Ramsey)"
8679msgstr ""
8680
8681#. Tag: para
8682#: release_notes.xml:2108
8683#, no-c-format
8684msgid ""
8685"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1264\">#1264</ulink>, "
8686"st_dwithin(g, g, 0) doesn't work (Paul Ramsey)"
8687msgstr ""
8688
8689#. Tag: para
8690#: release_notes.xml:2109
8691#, no-c-format
8692msgid ""
8693"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1344\">#1344</ulink>, "
8694"allow exporting tables with invalid geometries (Sandro Santilli)"
8695msgstr ""
8696
8697#. Tag: para
8698#: release_notes.xml:2110
8699#, no-c-format
8700msgid ""
8701"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1389\">#1389</ulink>, "
8702"wrong proj4text for SRID 31300 and 31370 (Paul Ramsey)"
8703msgstr ""
8704
8705#. Tag: para
8706#: release_notes.xml:2111
8707#, no-c-format
8708msgid ""
8709"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1406\">#1406</ulink>, "
8710"shp2pgsql crashes when loading into geography (Sandro Santilli)"
8711msgstr ""
8712
8713#. Tag: para
8714#: release_notes.xml:2112
8715#, no-c-format
8716msgid ""
8717"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1595\">#1595</ulink>, "
8718"fixed SRID redundancy in ST_Line_SubString (Sandro Santilli)"
8719msgstr ""
8720
8721#. Tag: para
8722#: release_notes.xml:2113
8723#, no-c-format
8724msgid ""
8725"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1596\">#1596</ulink>, "
8726"check SRID in UpdateGeometrySRID (Mike Toews, Sandro Santilli)"
8727msgstr ""
8728
8729#. Tag: para
8730#: release_notes.xml:2114
8731#, no-c-format
8732msgid ""
8733"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1602\">#1602</ulink>, fix "
8734"ST_Polygonize to retain Z (Sandro Santilli)"
8735msgstr ""
8736
8737#. Tag: para
8738#: release_notes.xml:2115
8739#, no-c-format
8740msgid ""
8741"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1697\">#1697</ulink>, fix "
8742"crash with EMPTY entries in GiST index (Paul Ramsey)"
8743msgstr ""
8744
8745#. Tag: para
8746#: release_notes.xml:2116
8747#, no-c-format
8748msgid ""
8749"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1772\">#1772</ulink>, fix "
8750"ST_Line_Locate_Point with collapsed input (Sandro Santilli)"
8751msgstr ""
8752
8753#. Tag: para
8754#: release_notes.xml:2117
8755#, no-c-format
8756msgid ""
8757"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1799\">#1799</ulink>, "
8758"Protect ST_Segmentize from max_length=0 (Sandro Santilli)"
8759msgstr ""
8760
8761#. Tag: para
8762#: release_notes.xml:2118
8763#, no-c-format
8764msgid "Alter parameter order in 900913 (Paul Ramsey)"
8765msgstr ""
8766
8767#. Tag: para
8768#: release_notes.xml:2119
8769#, no-c-format
8770msgid "Support builds with \"gmake\" (Greg Troxel)"
8771msgstr ""
8772
8773#. Tag: title
8774#: release_notes.xml:2124
8775#, no-c-format
8776msgid "Release 1.5.3"
8777msgstr ""
8778
8779#. Tag: para
8780#: release_notes.xml:2125
8781#, no-c-format
8782msgid "Release date: 2011/06/25"
8783msgstr ""
8784
8785#. Tag: para
8786#: release_notes.xml:2126
8787#, no-c-format
8788msgid ""
8789"This is a bug fix release, addressing issues that have been filed since the "
8790"1.5.2 release. If you are running PostGIS 1.3+, a soft upgrade is sufficient "
8791"otherwise a hard upgrade is recommended."
8792msgstr ""
8793
8794#. Tag: para
8795#: release_notes.xml:2130
8796#, no-c-format
8797msgid ""
8798"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1056\">#1056</ulink>, "
8799"produce correct bboxes for arc geometries, fixes index errors (Paul Ramsey)"
8800msgstr ""
8801
8802#. Tag: para
8803#: release_notes.xml:2132
8804#, no-c-format
8805msgid ""
8806"<ulink url=\"http://trac.osgeo.org/postgis/ticket/1007\">#1007</ulink>, "
8807"ST_IsValid crash fix requires GEOS 3.3.0+ or 3.2.3+ (Sandro Santilli, "
8808"reported by Birgit Laggner)"
8809msgstr ""
8810
8811#. Tag: para
8812#: release_notes.xml:2134
8813#, no-c-format
8814msgid ""
8815"<ulink url=\"http://trac.osgeo.org/postgis/ticket/940\">#940</ulink>, "
8816"support for PostgreSQL 9.1 beta 1 (Regina Obe, Paul Ramsey, patch submitted "
8817"by stl)"
8818msgstr ""
8819
8820#. Tag: para
8821#: release_notes.xml:2136
8822#, no-c-format
8823msgid ""
8824"<ulink url=\"http://trac.osgeo.org/postgis/ticket/845\">#845</ulink>, "
8825"ST_Intersects precision error (Sandro Santilli, Nicklas Avén) Reported by "
8826"cdestigter"
8827msgstr ""
8828
8829#. Tag: para
8830#: release_notes.xml:2138
8831#, no-c-format
8832msgid ""
8833"<ulink url=\"http://trac.osgeo.org/postgis/ticket/884\">#884</ulink>, "
8834"Unstable results with ST_Within, ST_Intersects (Chris Hodgson)"
8835msgstr ""
8836
8837#. Tag: para
8838#: release_notes.xml:2139
8839#, no-c-format
8840msgid ""
8841"<ulink url=\"http://trac.osgeo.org/postgis/ticket/779\">#779</ulink>, "
8842"shp2pgsql -S option seems to fail on points (Jeff Adams)"
8843msgstr ""
8844
8845#. Tag: para
8846#: release_notes.xml:2140
8847#, no-c-format
8848msgid ""
8849"<ulink url=\"http://trac.osgeo.org/postgis/ticket/666\">#666</ulink>, "
8850"ST_DumpPoints is not null safe (Regina Obe)"
8851msgstr ""
8852
8853#. Tag: para
8854#: release_notes.xml:2141
8855#, no-c-format
8856msgid ""
8857"<ulink url=\"http://trac.osgeo.org/postgis/ticket/631\">#631</ulink>, Update "
8858"NZ projections for grid transformation support (jpalmer)"
8859msgstr ""
8860
8861#. Tag: para
8862#: release_notes.xml:2142
8863#, no-c-format
8864msgid ""
8865"<ulink url=\"http://trac.osgeo.org/postgis/ticket/630\">#630</ulink>, "
8866"Peculiar Null treatment in arrays in ST_Collect (Chris Hodgson) Reported by "
8867"David Bitner"
8868msgstr ""
8869
8870#. Tag: para
8871#: release_notes.xml:2144
8872#, no-c-format
8873msgid ""
8874"<ulink url=\"http://trac.osgeo.org/postgis/ticket/624\">#624</ulink>, Memory "
8875"leak in ST_GeogFromText (ryang, Paul Ramsey)"
8876msgstr ""
8877
8878#. Tag: para
8879#: release_notes.xml:2145
8880#, no-c-format
8881msgid ""
8882"<ulink url=\"http://trac.osgeo.org/postgis/ticket/609\">#609</ulink>, Bad "
8883"source code in manual section 5.2 Java Clients (simoc, Regina Obe)"
8884msgstr ""
8885
8886#. Tag: para
8887#: release_notes.xml:2146
8888#, no-c-format
8889msgid ""
8890"<ulink url=\"http://trac.osgeo.org/postgis/ticket/604\">#604</ulink>, "
8891"shp2pgsql usage touchups (Mike Toews, Paul Ramsey)"
8892msgstr ""
8893
8894#. Tag: para
8895#: release_notes.xml:2147
8896#, no-c-format
8897msgid ""
8898"<ulink url=\"http://trac.osgeo.org/postgis/ticket/573\">#573</ulink> "
8899"ST_Union fails on a group of linestrings Not a PostGIS bug, fixed in GEOS "
8900"3.3.0"
8901msgstr ""
8902
8903#. Tag: para
8904#: release_notes.xml:2149
8905#, no-c-format
8906msgid ""
8907"<ulink url=\"http://trac.osgeo.org/postgis/ticket/457\">#457</ulink> "
8908"ST_CollectionExtract returns non-requested type (Nicklas Avén, Paul Ramsey)"
8909msgstr ""
8910
8911#. Tag: para
8912#: release_notes.xml:2151
8913#, no-c-format
8914msgid ""
8915"<ulink url=\"http://trac.osgeo.org/postgis/ticket/441\">#441</ulink> "
8916"ST_AsGeoJson Bbox on GeometryCollection error (Olivier Courtin)"
8917msgstr ""
8918
8919#. Tag: para
8920#: release_notes.xml:2152
8921#, no-c-format
8922msgid ""
8923"<ulink url=\"http://trac.osgeo.org/postgis/ticket/411\">#411</ulink> Ability "
8924"to backup invalid geometries (Sando Santilli) Reported by Regione Toscana"
8925msgstr ""
8926
8927#. Tag: para
8928#: release_notes.xml:2154
8929#, no-c-format
8930msgid ""
8931"<ulink url=\"http://trac.osgeo.org/postgis/ticket/409\">#409</ulink> "
8932"ST_AsSVG - degraded (Olivier Courtin) Reported by Sdikiy"
8933msgstr ""
8934
8935#. Tag: para
8936#: release_notes.xml:2156
8937#, no-c-format
8938msgid ""
8939"<ulink url=\"http://trac.osgeo.org/postgis/ticket/373\">#373</ulink> "
8940"Documentation syntax error in hard upgrade (Paul Ramsey) Reported by psvensso"
8941msgstr ""
8942
8943#. Tag: title
8944#: release_notes.xml:2162
8945#, no-c-format
8946msgid "Release 1.5.2"
8947msgstr ""
8948
8949#. Tag: para
8950#: release_notes.xml:2163
8951#, no-c-format
8952msgid "Release date: 2010/09/27"
8953msgstr ""
8954
8955#. Tag: para
8956#: release_notes.xml:2164
8957#, no-c-format
8958msgid ""
8959"This is a bug fix release, addressing issues that have been filed since the "
8960"1.5.1 release. If you are running PostGIS 1.3+, a soft upgrade is sufficient "
8961"otherwise a hard upgrade is recommended."
8962msgstr ""
8963
8964#. Tag: para
8965#: release_notes.xml:2168
8966#, no-c-format
8967msgid ""
8968"Loader: fix handling of empty (0-verticed) geometries in shapefiles. (Sandro "
8969"Santilli)"
8970msgstr ""
8971
8972#. Tag: para
8973#: release_notes.xml:2169
8974#, no-c-format
8975msgid ""
8976"<ulink url=\"http://trac.osgeo.org/postgis/ticket/536\">#536</ulink>, "
8977"Geography ST_Intersects, ST_Covers, ST_CoveredBy and Geometry ST_Equals not "
8978"using spatial index (Regina Obe, Nicklas Aven)"
8979msgstr ""
8980
8981#. Tag: para
8982#: release_notes.xml:2170
8983#, no-c-format
8984msgid ""
8985"<ulink url=\"http://trac.osgeo.org/postgis/ticket/573\">#573</ulink>, "
8986"Improvement to ST_Contains geography (Paul Ramsey)"
8987msgstr ""
8988
8989#. Tag: para
8990#: release_notes.xml:2171
8991#, no-c-format
8992msgid ""
8993"Loader: Add support for command-q shutdown in Mac GTK build (Paul Ramsey)"
8994msgstr ""
8995
8996#. Tag: para
8997#: release_notes.xml:2172
8998#, no-c-format
8999msgid ""
9000"<ulink url=\"http://trac.osgeo.org/postgis/ticket/393\">#393</ulink>, "
9001"Loader: Add temporary patch for large DBF files (Maxime Guillaud, Paul "
9002"Ramsey)"
9003msgstr ""
9004
9005#. Tag: para
9006#: release_notes.xml:2173
9007#, no-c-format
9008msgid ""
9009"<ulink url=\"http://trac.osgeo.org/postgis/ticket/507\">#507</ulink>, Fix "
9010"wrong OGC URN in GeoJSON and GML output (Olivier Courtin)"
9011msgstr ""
9012
9013#. Tag: para
9014#: release_notes.xml:2174
9015#, no-c-format
9016msgid ""
9017"spatial_ref_sys.sql Add datum conversion for projection SRID 3021 (Paul "
9018"Ramsey)"
9019msgstr ""
9020
9021#. Tag: para
9022#: release_notes.xml:2175
9023#, no-c-format
9024msgid ""
9025"Geography - remove crash for case when all geographies are out of the "
9026"estimate (Paul Ramsey)"
9027msgstr ""
9028
9029#. Tag: para
9030#: release_notes.xml:2176
9031#, no-c-format
9032msgid ""
9033"<ulink url=\"http://trac.osgeo.org/postgis/ticket/469\">#469</ulink>, Fix "
9034"for array_aggregation error (Greg Stark, Paul Ramsey)"
9035msgstr ""
9036
9037#. Tag: para
9038#: release_notes.xml:2177
9039#, no-c-format
9040msgid ""
9041"<ulink url=\"http://trac.osgeo.org/postgis/ticket/532\">#532</ulink>, "
9042"Temporary geography tables showing up in other user sessions (Paul Ramsey)"
9043msgstr ""
9044
9045#. Tag: para
9046#: release_notes.xml:2178
9047#, no-c-format
9048msgid ""
9049"<ulink url=\"http://trac.osgeo.org/postgis/ticket/562\">#562</ulink>, "
9050"ST_Dwithin errors for large geographies (Paul Ramsey)"
9051msgstr ""
9052
9053#. Tag: para
9054#: release_notes.xml:2179
9055#, no-c-format
9056msgid ""
9057"<ulink url=\"http://trac.osgeo.org/postgis/ticket/513\">#513</ulink>, shape "
9058"loading GUI tries to make spatial index when loading DBF only mode (Paul "
9059"Ramsey)"
9060msgstr ""
9061
9062#. Tag: para
9063#: release_notes.xml:2180
9064#, no-c-format
9065msgid ""
9066"<ulink url=\"http://trac.osgeo.org/postgis/ticket/527\">#527</ulink>, shape "
9067"loading GUI should always append log messages (Mark Cave-Ayland)"
9068msgstr ""
9069
9070#. Tag: para
9071#: release_notes.xml:2181
9072#, no-c-format
9073msgid ""
9074"<ulink url=\"http://trac.osgeo.org/postgis/ticket/504\">#504</ulink>, "
9075"shp2pgsql should rename xmin/xmax fields (Sandro Santilli)"
9076msgstr ""
9077
9078#. Tag: para
9079#: release_notes.xml:2182
9080#, no-c-format
9081msgid ""
9082"<ulink url=\"http://trac.osgeo.org/postgis/ticket/458\">#458</ulink>, "
9083"postgis_comments being installed in contrib instead of version folder (Mark "
9084"Cave-Ayland)"
9085msgstr ""
9086
9087#. Tag: para
9088#: release_notes.xml:2183
9089#, no-c-format
9090msgid ""
9091"<ulink url=\"http://trac.osgeo.org/postgis/ticket/474\">#474</ulink>, "
9092"Analyzing a table with geography column crashes server (Paul Ramsey)"
9093msgstr ""
9094
9095#. Tag: para
9096#: release_notes.xml:2184
9097#, no-c-format
9098msgid ""
9099"<ulink url=\"http://trac.osgeo.org/postgis/ticket/581\">#581</ulink>, LWGEOM-"
9100"expand produces inconsistent results (Mark Cave-Ayland)"
9101msgstr ""
9102
9103#. Tag: para
9104#: release_notes.xml:2185
9105#, no-c-format
9106msgid ""
9107"<ulink url=\"http://trac.osgeo.org/postgis/ticket/513\">#513</ulink>, Add "
9108"dbf filter to shp2pgsql-gui and allow uploading dbf only (Paul Ramsey)"
9109msgstr ""
9110
9111#. Tag: para
9112#: release_notes.xml:2186
9113#, no-c-format
9114msgid "Fix further build issues against PostgreSQL 9.0 (Mark Cave-Ayland)"
9115msgstr ""
9116
9117#. Tag: para
9118#: release_notes.xml:2187
9119#, no-c-format
9120msgid ""
9121"<ulink url=\"http://trac.osgeo.org/postgis/ticket/572\">#572</ulink>, "
9122"Password whitespace for Shape File (Mark Cave-Ayland)"
9123msgstr ""
9124
9125#. Tag: para
9126#: release_notes.xml:2188
9127#, no-c-format
9128msgid ""
9129"<ulink url=\"http://trac.osgeo.org/postgis/ticket/603\">#603</ulink>, "
9130"shp2pgsql: \"-w\" produces invalid WKT for MULTI* objects. (Mark Cave-Ayland)"
9131msgstr ""
9132
9133#. Tag: title
9134#: release_notes.xml:2193
9135#, no-c-format
9136msgid "Release 1.5.1"
9137msgstr ""
9138
9139#. Tag: para
9140#: release_notes.xml:2194
9141#, no-c-format
9142msgid "Release date: 2010/03/11"
9143msgstr ""
9144
9145#. Tag: para
9146#: release_notes.xml:2195
9147#, no-c-format
9148msgid ""
9149"This is a bug fix release, addressing issues that have been filed since the "
9150"1.4.1 release. If you are running PostGIS 1.3+, a soft upgrade is sufficient "
9151"otherwise a hard upgrade is recommended."
9152msgstr ""
9153
9154#. Tag: para
9155#: release_notes.xml:2199
9156#, no-c-format
9157msgid ""
9158"<ulink url=\"http://trac.osgeo.org/postgis/ticket/410\">#410</ulink>, update "
9159"embedded bbox when applying ST_SetPoint, ST_AddPoint ST_RemovePoint to a "
9160"linestring (Paul Ramsey)"
9161msgstr ""
9162
9163#. Tag: para
9164#: release_notes.xml:2200
9165#, no-c-format
9166msgid ""
9167"<ulink url=\"http://trac.osgeo.org/postgis/ticket/411\">#411</ulink>, allow "
9168"dumping tables with invalid geometries (Sandro Santilli, for Regione Toscana-"
9169"SIGTA)"
9170msgstr ""
9171
9172#. Tag: para
9173#: release_notes.xml:2201
9174#, no-c-format
9175msgid ""
9176"<ulink url=\"http://trac.osgeo.org/postgis/ticket/414\">#414</ulink>, "
9177"include geography_columns view when running upgrade scripts (Paul Ramsey)"
9178msgstr ""
9179
9180#. Tag: para
9181#: release_notes.xml:2202
9182#, no-c-format
9183msgid ""
9184"<ulink url=\"http://trac.osgeo.org/postgis/ticket/419\">#419</ulink>, allow "
9185"support for multilinestring in ST_Line_Substring (Paul Ramsey, for Lidwala "
9186"Consulting Engineers)"
9187msgstr ""
9188
9189#. Tag: para
9190#: release_notes.xml:2203
9191#, no-c-format
9192msgid ""
9193"<ulink url=\"http://trac.osgeo.org/postgis/ticket/421\">#421</ulink>, fix "
9194"computed string length in ST_AsGML() (Olivier Courtin)"
9195msgstr ""
9196
9197#. Tag: para
9198#: release_notes.xml:2204
9199#, no-c-format
9200msgid ""
9201"<ulink url=\"http://trac.osgeo.org/postgis/ticket/441\">#441</ulink>, fix "
9202"GML generation with heterogeneous collections (Olivier Courtin)"
9203msgstr ""
9204
9205#. Tag: para
9206#: release_notes.xml:2205
9207#, no-c-format
9208msgid ""
9209"<ulink url=\"http://trac.osgeo.org/postgis/ticket/443\">#443</ulink>, "
9210"incorrect coordinate reversal in GML 3 generation (Olivier Courtin)"
9211msgstr ""
9212
9213#. Tag: para
9214#: release_notes.xml:2206
9215#, no-c-format
9216msgid ""
9217"<ulink url=\"http://trac.osgeo.org/postgis/ticket/450\">#450</ulink>, <ulink "
9218"url=\"http://trac.osgeo.org/postgis/ticket/451\">#451</ulink>, wrong area "
9219"calculation for geography features that cross the date line (Paul Ramsey)"
9220msgstr ""
9221
9222#. Tag: para
9223#: release_notes.xml:2207
9224#, no-c-format
9225msgid "Ensure support for upcoming 9.0 PgSQL release (Paul Ramsey)"
9226msgstr ""
9227
9228#. Tag: title
9229#: release_notes.xml:2212
9230#, no-c-format
9231msgid "Release 1.5.0"
9232msgstr ""
9233
9234#. Tag: para
9235#: release_notes.xml:2213
9236#, no-c-format
9237msgid "Release date: 2010/02/04"
9238msgstr ""
9239
9240#. Tag: para
9241#: release_notes.xml:2214
9242#, no-c-format
9243msgid ""
9244"This release provides support for geographic coordinates (lat/lon) via a new "
9245"GEOGRAPHY type. Also performance enhancements, new input format support (GML,"
9246"KML) and general upkeep."
9247msgstr ""
9248
9249#. Tag: title
9250#: release_notes.xml:2217 release_notes.xml:2284
9251#, no-c-format
9252msgid "API Stability"
9253msgstr ""
9254
9255#. Tag: para
9256#: release_notes.xml:2218
9257#, no-c-format
9258msgid ""
9259"The public API of PostGIS will not change during minor (0.0.X) releases."
9260msgstr ""
9261
9262#. Tag: para
9263#: release_notes.xml:2219
9264#, no-c-format
9265msgid ""
9266"The definition of the =~ operator has changed from an exact geometric "
9267"equality check to a bounding box equality check."
9268msgstr ""
9269
9270#. Tag: title
9271#: release_notes.xml:2223 release_notes.xml:2289
9272#, no-c-format
9273msgid "Compatibility"
9274msgstr ""
9275
9276#. Tag: para
9277#: release_notes.xml:2224
9278#, no-c-format
9279msgid "GEOS, Proj4, and LibXML2 are now mandatory dependencies"
9280msgstr ""
9281
9282#. Tag: para
9283#: release_notes.xml:2225
9284#, no-c-format
9285msgid "The library versions below are the minimum requirements for PostGIS 1.5"
9286msgstr ""
9287
9288#. Tag: para
9289#: release_notes.xml:2226
9290#, no-c-format
9291msgid "PostgreSQL 8.3 and higher on all platforms"
9292msgstr ""
9293
9294#. Tag: para
9295#: release_notes.xml:2227
9296#, no-c-format
9297msgid "GEOS 3.1 and higher only (GEOS 3.2+ to take advantage of all features)"
9298msgstr ""
9299
9300#. Tag: para
9301#: release_notes.xml:2228
9302#, no-c-format
9303msgid "LibXML2 2.5+ related to new ST_GeomFromGML/KML functionality"
9304msgstr ""
9305
9306#. Tag: para
9307#: release_notes.xml:2229
9308#, no-c-format
9309msgid "Proj4 4.5 and higher only"
9310msgstr ""
9311
9312#. Tag: para
9313#: release_notes.xml:2235
9314#, no-c-format
9315msgid ""
9316"Added Hausdorff distance calculations (<ulink url=\"http://trac.osgeo.org/"
9317"postgis/ticket/209\">#209</ulink>) (Vincent Picavet)"
9318msgstr ""
9319
9320#. Tag: para
9321#: release_notes.xml:2236
9322#, no-c-format
9323msgid ""
9324"Added parameters argument to ST_Buffer operation to support one-sided "
9325"buffering and other buffering styles (Sandro Santilli)"
9326msgstr ""
9327
9328#. Tag: para
9329#: release_notes.xml:2237
9330#, no-c-format
9331msgid ""
9332"Addition of other Distance related visualization and analysis functions "
9333"(Nicklas Aven)"
9334msgstr ""
9335
9336#. Tag: para
9337#: release_notes.xml:2239
9338#, no-c-format
9339msgid "ST_ClosestPoint"
9340msgstr ""
9341
9342#. Tag: para
9343#: release_notes.xml:2240
9344#, no-c-format
9345msgid "ST_DFullyWithin"
9346msgstr ""
9347
9348#. Tag: para
9349#: release_notes.xml:2241
9350#, no-c-format
9351msgid "ST_LongestLine"
9352msgstr ""
9353
9354#. Tag: para
9355#: release_notes.xml:2242
9356#, no-c-format
9357msgid "ST_MaxDistance"
9358msgstr ""
9359
9360#. Tag: para
9361#: release_notes.xml:2243
9362#, no-c-format
9363msgid "ST_ShortestLine"
9364msgstr ""
9365
9366#. Tag: para
9367#: release_notes.xml:2245
9368#, no-c-format
9369msgid "ST_DumpPoints (Maxime van Noppen)"
9370msgstr ""
9371
9372#. Tag: para
9373#: release_notes.xml:2246
9374#, no-c-format
9375msgid "KML, GML input via ST_GeomFromGML and ST_GeomFromKML (Olivier Courtin)"
9376msgstr ""
9377
9378#. Tag: para
9379#: release_notes.xml:2247
9380#, no-c-format
9381msgid "Extract homogeneous collection with ST_CollectionExtract (Paul Ramsey)"
9382msgstr ""
9383
9384#. Tag: para
9385#: release_notes.xml:2248
9386#, no-c-format
9387msgid ""
9388"Add measure values to an existing linestring with ST_AddMeasure (Paul Ramsey)"
9389msgstr ""
9390
9391#. Tag: para
9392#: release_notes.xml:2249
9393#, no-c-format
9394msgid "History table implementation in utils (George Silva)"
9395msgstr ""
9396
9397#. Tag: para
9398#: release_notes.xml:2250
9399#, no-c-format
9400msgid "Geography type and supporting functions"
9401msgstr ""
9402
9403#. Tag: para
9404#: release_notes.xml:2252
9405#, no-c-format
9406msgid "Spherical algorithms (Dave Skea)"
9407msgstr ""
9408
9409#. Tag: para
9410#: release_notes.xml:2253
9411#, no-c-format
9412msgid "Object/index implementation (Paul Ramsey)"
9413msgstr ""
9414
9415#. Tag: para
9416#: release_notes.xml:2254
9417#, no-c-format
9418msgid "Selectivity implementation (Mark Cave-Ayland)"
9419msgstr ""
9420
9421#. Tag: para
9422#: release_notes.xml:2255
9423#, no-c-format
9424msgid "Serializations to KML, GML and JSON (Olivier Courtin)"
9425msgstr ""
9426
9427#. Tag: para
9428#: release_notes.xml:2256
9429#, no-c-format
9430msgid ""
9431"ST_Area, ST_Distance, ST_DWithin, ST_GeogFromText, ST_GeogFromWKB, "
9432"ST_Intersects, ST_Covers, ST_Buffer (Paul Ramsey)"
9433msgstr ""
9434
9435#. Tag: para
9436#: release_notes.xml:2262
9437#, no-c-format
9438msgid "Performance improvements to ST_Distance (Nicklas Aven)"
9439msgstr ""
9440
9441#. Tag: para
9442#: release_notes.xml:2263
9443#, no-c-format
9444msgid "Documentation updates and improvements (Regina Obe, Kevin Neufeld)"
9445msgstr ""
9446
9447#. Tag: para
9448#: release_notes.xml:2264
9449#, no-c-format
9450msgid "Testing and quality control (Regina Obe)"
9451msgstr ""
9452
9453#. Tag: para
9454#: release_notes.xml:2265
9455#, no-c-format
9456msgid "PostGIS 1.5 support PostgreSQL 8.5 trunk (Guillaume Lelarge)"
9457msgstr ""
9458
9459#. Tag: para
9460#: release_notes.xml:2266
9461#, no-c-format
9462msgid "Win32 support and improvement of core shp2pgsql-gui (Mark Cave-Ayland)"
9463msgstr ""
9464
9465#. Tag: para
9466#: release_notes.xml:2267
9467#, no-c-format
9468msgid "In place 'make check' support (Paul Ramsey)"
9469msgstr ""
9470
9471#. Tag: ulink
9472#: release_notes.xml:2272
9473#, no-c-format
9474msgid ""
9475"http://trac.osgeo.org/postgis/query?status=closed&amp;milestone=PostGIS"
9476"+1.5.0&amp;order=priority"
9477msgstr ""
9478
9479#. Tag: title
9480#: release_notes.xml:2277
9481#, no-c-format
9482msgid "Release 1.4.0"
9483msgstr ""
9484
9485#. Tag: para
9486#: release_notes.xml:2278
9487#, no-c-format
9488msgid "Release date: 2009/07/24"
9489msgstr ""
9490
9491#. Tag: para
9492#: release_notes.xml:2279
9493#, no-c-format
9494msgid ""
9495"This release provides performance enhancements, improved internal structures "
9496"and testing, new features, and upgraded documentation. If you are running "
9497"PostGIS 1.1+, a soft upgrade is sufficient otherwise a hard upgrade is "
9498"recommended."
9499msgstr ""
9500
9501#. Tag: para
9502#: release_notes.xml:2285
9503#, no-c-format
9504msgid ""
9505"As of the 1.4 release series, the public API of PostGIS will not change "
9506"during minor releases."
9507msgstr ""
9508
9509#. Tag: para
9510#: release_notes.xml:2290
9511#, no-c-format
9512msgid "The versions below are the *minimum* requirements for PostGIS 1.4"
9513msgstr ""
9514
9515#. Tag: para
9516#: release_notes.xml:2291
9517#, no-c-format
9518msgid "PostgreSQL 8.2 and higher on all platforms"
9519msgstr ""
9520
9521#. Tag: para
9522#: release_notes.xml:2292
9523#, no-c-format
9524msgid "GEOS 3.0 and higher only"
9525msgstr ""
9526
9527#. Tag: para
9528#: release_notes.xml:2293
9529#, no-c-format
9530msgid "PROJ4 4.5 and higher only"
9531msgstr ""
9532
9533#. Tag: para
9534#: release_notes.xml:2298
9535#, no-c-format
9536msgid ""
9537"ST_Union() uses high-speed cascaded union when compiled against GEOS 3.1+ "
9538"(Paul Ramsey)"
9539msgstr ""
9540
9541#. Tag: para
9542#: release_notes.xml:2300
9543#, no-c-format
9544msgid "ST_ContainsProperly() requires GEOS 3.1+"
9545msgstr ""
9546
9547#. Tag: para
9548#: release_notes.xml:2301
9549#, no-c-format
9550msgid ""
9551"ST_Intersects(), ST_Contains(), ST_Within() use high-speed cached prepared "
9552"geometry against GEOS 3.1+ (Paul Ramsey / funded by Zonar Systems)"
9553msgstr ""
9554
9555#. Tag: para
9556#: release_notes.xml:2302
9557#, no-c-format
9558msgid ""
9559"Vastly improved documentation and reference manual (Regina Obe &amp; Kevin "
9560"Neufeld)"
9561msgstr ""
9562
9563#. Tag: para
9564#: release_notes.xml:2303
9565#, no-c-format
9566msgid "Figures and diagram examples in the reference manual (Kevin Neufeld)"
9567msgstr ""
9568
9569#. Tag: para
9570#: release_notes.xml:2304
9571#, no-c-format
9572msgid ""
9573"ST_IsValidReason() returns readable explanations for validity failures (Paul "
9574"Ramsey)"
9575msgstr ""
9576
9577#. Tag: para
9578#: release_notes.xml:2305
9579#, no-c-format
9580msgid ""
9581"ST_GeoHash() returns a geohash.org signature for geometries (Paul Ramsey)"
9582msgstr ""
9583
9584#. Tag: para
9585#: release_notes.xml:2306
9586#, no-c-format
9587msgid "GTK+ multi-platform GUI for shape file loading (Paul Ramsey)"
9588msgstr ""
9589
9590#. Tag: para
9591#: release_notes.xml:2307
9592#, no-c-format
9593msgid "ST_LineCrossingDirection() returns crossing directions (Paul Ramsey)"
9594msgstr ""
9595
9596#. Tag: para
9597#: release_notes.xml:2308
9598#, no-c-format
9599msgid ""
9600"ST_LocateBetweenElevations() returns sub-string based on Z-ordinate. (Paul "
9601"Ramsey)"
9602msgstr ""
9603
9604#. Tag: para
9605#: release_notes.xml:2309
9606#, no-c-format
9607msgid ""
9608"Geometry parser returns explicit error message about location of syntax "
9609"errors (Mark Cave-Ayland)"
9610msgstr ""
9611
9612#. Tag: para
9613#: release_notes.xml:2310
9614#, no-c-format
9615msgid "ST_AsGeoJSON() return JSON formatted geometry (Olivier Courtin)"
9616msgstr ""
9617
9618#. Tag: para
9619#: release_notes.xml:2311
9620#, no-c-format
9621msgid ""
9622"Populate_Geometry_Columns() -- automatically add records to geometry_columns "
9623"for TABLES and VIEWS (Kevin Neufeld)"
9624msgstr ""
9625
9626#. Tag: para
9627#: release_notes.xml:2312
9628#, no-c-format
9629msgid ""
9630"ST_MinimumBoundingCircle() -- returns the smallest circle polygon that can "
9631"encompass a geometry (Bruce Rindahl)"
9632msgstr ""
9633
9634#. Tag: para
9635#: release_notes.xml:2317
9636#, no-c-format
9637msgid ""
9638"Core geometry system moved into independent library, liblwgeom. (Mark Cave-"
9639"Ayland)"
9640msgstr ""
9641
9642#. Tag: para
9643#: release_notes.xml:2318
9644#, no-c-format
9645msgid ""
9646"New build system uses PostgreSQL \"pgxs\" build bootstrapper. (Mark Cave-"
9647"Ayland)"
9648msgstr ""
9649
9650#. Tag: para
9651#: release_notes.xml:2319
9652#, no-c-format
9653msgid "Debugging framework formalized and simplified. (Mark Cave-Ayland)"
9654msgstr ""
9655
9656#. Tag: para
9657#: release_notes.xml:2320
9658#, no-c-format
9659msgid ""
9660"All build-time #defines generated at configure time and placed in headers "
9661"for easier cross-platform support (Mark Cave-Ayland)"
9662msgstr ""
9663
9664#. Tag: para
9665#: release_notes.xml:2321
9666#, no-c-format
9667msgid "Logging framework formalized and simplified (Mark Cave-Ayland)"
9668msgstr ""
9669
9670#. Tag: para
9671#: release_notes.xml:2322
9672#, no-c-format
9673msgid ""
9674"Expanded and more stable support for CIRCULARSTRING, COMPOUNDCURVE and "
9675"CURVEPOLYGON, better parsing, wider support in functions (Mark Leslie &amp; "
9676"Mark Cave-Ayland)"
9677msgstr ""
9678
9679#. Tag: para
9680#: release_notes.xml:2323
9681#, no-c-format
9682msgid "Improved support for OpenSolaris builds (Paul Ramsey)"
9683msgstr ""
9684
9685#. Tag: para
9686#: release_notes.xml:2324
9687#, no-c-format
9688msgid "Improved support for MSVC builds (Mateusz Loskot)"
9689msgstr ""
9690
9691#. Tag: para
9692#: release_notes.xml:2325
9693#, no-c-format
9694msgid "Updated KML support (Olivier Courtin)"
9695msgstr ""
9696
9697#. Tag: para
9698#: release_notes.xml:2326
9699#, no-c-format
9700msgid "Unit testing framework for liblwgeom (Paul Ramsey)"
9701msgstr ""
9702
9703#. Tag: para
9704#: release_notes.xml:2327
9705#, no-c-format
9706msgid ""
9707"New testing framework to comprehensively exercise every PostGIS function "
9708"(Regine Obe)"
9709msgstr ""
9710
9711#. Tag: para
9712#: release_notes.xml:2328
9713#, no-c-format
9714msgid ""
9715"Performance improvements to all geometry aggregate functions (Paul Ramsey)"
9716msgstr ""
9717
9718#. Tag: para
9719#: release_notes.xml:2329
9720#, no-c-format
9721msgid ""
9722"Support for the upcoming PostgreSQL 8.4 (Mark Cave-Ayland, Talha Bin Rizwan)"
9723msgstr ""
9724
9725#. Tag: para
9726#: release_notes.xml:2330
9727#, no-c-format
9728msgid ""
9729"Shp2pgsql and pgsql2shp re-worked to depend on the common parsing/unparsing "
9730"code in liblwgeom (Mark Cave-Ayland)"
9731msgstr ""
9732
9733#. Tag: para
9734#: release_notes.xml:2331
9735#, no-c-format
9736msgid ""
9737"Use of PDF DbLatex to build PDF docs and preliminary instructions for build "
9738"(Jean David Techer)"
9739msgstr ""
9740
9741#. Tag: para
9742#: release_notes.xml:2332
9743#, no-c-format
9744msgid ""
9745"Automated User documentation build (PDF and HTML) and Developer Doxygen "
9746"Documentation (Kevin Neufeld)"
9747msgstr ""
9748
9749#. Tag: para
9750#: release_notes.xml:2333
9751#, no-c-format
9752msgid ""
9753"Automated build of document images using ImageMagick from WKT geometry text "
9754"files (Kevin Neufeld)"
9755msgstr ""
9756
9757#. Tag: para
9758#: release_notes.xml:2334
9759#, no-c-format
9760msgid "More attractive CSS for HTML documentation (Dane Springmeyer)"
9761msgstr ""
9762
9763#. Tag: ulink
9764#: release_notes.xml:2338
9765#, no-c-format
9766msgid ""
9767"http://trac.osgeo.org/postgis/query?status=closed&amp;milestone=PostGIS"
9768"+1.4.0&amp;order=priority"
9769msgstr ""
9770
9771#. Tag: title
9772#: release_notes.xml:2343
9773#, no-c-format
9774msgid "Release 1.3.6"
9775msgstr ""
9776
9777#. Tag: para
9778#: release_notes.xml:2344
9779#, no-c-format
9780msgid "Release date: 2009/05/04"
9781msgstr ""
9782
9783#. Tag: para
9784#: release_notes.xml:2345
9785#, no-c-format
9786msgid ""
9787"If you are running PostGIS 1.1+, a soft upgrade is sufficient otherwise a "
9788"hard upgrade is recommended. This release adds support for PostgreSQL 8.4, "
9789"exporting prj files from the database with shape data, some crash fixes for "
9790"shp2pgsql, and several small bug fixes in the handling of \"curve\" types, "
9791"logical error importing dbf only files, improved error handling of "
9792"AddGeometryColumns."
9793msgstr ""
9794
9795#. Tag: title
9796#: release_notes.xml:2352
9797#, no-c-format
9798msgid "Release 1.3.5"
9799msgstr ""
9800
9801#. Tag: para
9802#: release_notes.xml:2353
9803#, no-c-format
9804msgid "Release date: 2008/12/15"
9805msgstr ""
9806
9807#. Tag: para
9808#: release_notes.xml:2354
9809#, no-c-format
9810msgid ""
9811"If you are running PostGIS 1.1+, a soft upgrade is sufficient otherwise a "
9812"hard upgrade is recommended. This release is a bug fix release to address a "
9813"failure in ST_Force_Collection and related functions that critically affects "
9814"using MapServer with LINE layers."
9815msgstr ""
9816
9817#. Tag: title
9818#: release_notes.xml:2361
9819#, no-c-format
9820msgid "Release 1.3.4"
9821msgstr ""
9822
9823#. Tag: para
9824#: release_notes.xml:2362
9825#, no-c-format
9826msgid "Release date: 2008/11/24"
9827msgstr ""
9828
9829#. Tag: para
9830#: release_notes.xml:2363
9831#, no-c-format
9832msgid ""
9833"This release adds support for GeoJSON output, building with PostgreSQL 8.4, "
9834"improves documentation quality and output aesthetics, adds function-level "
9835"SQL documentation, and improves performance for some spatial predicates "
9836"(point-in-polygon tests)."
9837msgstr ""
9838
9839#. Tag: para
9840#: release_notes.xml:2368
9841#, no-c-format
9842msgid ""
9843"Bug fixes include removal of crashers in handling circular strings for many "
9844"functions, some memory leaks removed, a linear referencing failure for "
9845"measures on vertices, and more. See the NEWS file for details."
9846msgstr ""
9847
9848#. Tag: title
9849#: release_notes.xml:2375
9850#, no-c-format
9851msgid "Release 1.3.3"
9852msgstr ""
9853
9854#. Tag: para
9855#: release_notes.xml:2377
9856#, no-c-format
9857msgid "Release date: 2008/04/12"
9858msgstr ""
9859
9860#. Tag: para
9861#: release_notes.xml:2379
9862#, no-c-format
9863msgid ""
9864"This release fixes bugs shp2pgsql, adds enhancements to SVG and KML support, "
9865"adds a ST_SimplifyPreserveTopology function, makes the build more sensitive "
9866"to GEOS versions, and fixes a handful of severe but rare failure cases."
9867msgstr ""
9868
9869#. Tag: title
9870#: release_notes.xml:2386
9871#, no-c-format
9872msgid "Release 1.3.2"
9873msgstr ""
9874
9875#. Tag: para
9876#: release_notes.xml:2388
9877#, no-c-format
9878msgid "Release date: 2007/12/01"
9879msgstr ""
9880
9881#. Tag: para
9882#: release_notes.xml:2390
9883#, no-c-format
9884msgid ""
9885"This release fixes bugs in ST_EndPoint() and ST_Envelope, improves support "
9886"for JDBC building and OS/X, and adds better support for GML output with "
9887"ST_AsGML(), including GML3 output."
9888msgstr ""
9889
9890#. Tag: title
9891#: release_notes.xml:2396
9892#, no-c-format
9893msgid "Release 1.3.1"
9894msgstr ""
9895
9896#. Tag: para
9897#: release_notes.xml:2398
9898#, no-c-format
9899msgid "Release date: 2007/08/13"
9900msgstr ""
9901
9902#. Tag: para
9903#: release_notes.xml:2400
9904#, no-c-format
9905msgid ""
9906"This release fixes some oversights in the previous release around version "
9907"numbering, documentation, and tagging."
9908msgstr ""
9909
9910#. Tag: title
9911#: release_notes.xml:2405
9912#, no-c-format
9913msgid "Release 1.3.0"
9914msgstr ""
9915
9916#. Tag: para
9917#: release_notes.xml:2407
9918#, no-c-format
9919msgid "Release date: 2007/08/09"
9920msgstr ""
9921
9922#. Tag: para
9923#: release_notes.xml:2409
9924#, no-c-format
9925msgid ""
9926"This release provides performance enhancements to the relational functions, "
9927"adds new relational functions and begins the migration of our function names "
9928"to the SQL-MM convention, using the spatial type (SP) prefix."
9929msgstr ""
9930
9931#. Tag: title
9932#: release_notes.xml:2415
9933#, no-c-format
9934msgid "Added Functionality"
9935msgstr ""
9936
9937#. Tag: para
9938#: release_notes.xml:2417
9939#, no-c-format
9940msgid "JDBC: Added Hibernate Dialect (thanks to Norman Barker)"
9941msgstr ""
9942
9943#. Tag: para
9944#: release_notes.xml:2419
9945#, no-c-format
9946msgid ""
9947"Added ST_Covers and ST_CoveredBy relational functions. Description and "
9948"justification of these functions can be found at <ulink url=\"http://lin-ear-"
9949"th-inking.blogspot.com/2007/06/subtleties-of-ogc-covers-spatial.html"
9950"\">http://lin-ear-th-inking.blogspot.com/2007/06/subtleties-of-ogc-covers-"
9951"spatial.html</ulink>"
9952msgstr ""
9953
9954#. Tag: para
9955#: release_notes.xml:2423
9956#, no-c-format
9957msgid "Added ST_DWithin relational function."
9958msgstr ""
9959
9960#. Tag: para
9961#: release_notes.xml:2429
9962#, no-c-format
9963msgid ""
9964"Added cached and indexed point-in-polygon short-circuits for the functions "
9965"ST_Contains, ST_Intersects, ST_Within and ST_Disjoint"
9966msgstr ""
9967
9968#. Tag: para
9969#: release_notes.xml:2432
9970#, no-c-format
9971msgid ""
9972"Added inline index support for relational functions (except ST_Disjoint)"
9973msgstr ""
9974
9975#. Tag: title
9976#: release_notes.xml:2437
9977#, no-c-format
9978msgid "Other Changes"
9979msgstr ""
9980
9981#. Tag: para
9982#: release_notes.xml:2439
9983#, no-c-format
9984msgid ""
9985"Extended curved geometry support into the geometry accessor and some "
9986"processing functions"
9987msgstr ""
9988
9989#. Tag: para
9990#: release_notes.xml:2442
9991#, no-c-format
9992msgid ""
9993"Began migration of functions to the SQL-MM naming convention; using a "
9994"spatial type (ST) prefix."
9995msgstr ""
9996
9997#. Tag: para
9998#: release_notes.xml:2445
9999#, no-c-format
10000msgid "Added initial support for PostgreSQL 8.3"
10001msgstr ""
10002
10003#. Tag: title
10004#: release_notes.xml:2450
10005#, no-c-format
10006msgid "Release 1.2.1"
10007msgstr ""
10008
10009#. Tag: para
10010#: release_notes.xml:2452
10011#, no-c-format
10012msgid "Release date: 2007/01/11"
10013msgstr ""
10014
10015#. Tag: para
10016#: release_notes.xml:2454
10017#, no-c-format
10018msgid ""
10019"This release provides bug fixes in PostgreSQL 8.2 support and some small "
10020"performance enhancements."
10021msgstr ""
10022
10023#. Tag: title
10024#: release_notes.xml:2458 release_notes.xml:2486 release_notes.xml:3707
10025#, no-c-format
10026msgid "Changes"
10027msgstr ""
10028
10029#. Tag: para
10030#: release_notes.xml:2460
10031#, no-c-format
10032msgid "Fixed point-in-polygon shortcut bug in Within()."
10033msgstr ""
10034
10035#. Tag: para
10036#: release_notes.xml:2462
10037#, no-c-format
10038msgid "Fixed PostgreSQL 8.2 NULL handling for indexes."
10039msgstr ""
10040
10041#. Tag: para
10042#: release_notes.xml:2464
10043#, no-c-format
10044msgid "Updated RPM spec files."
10045msgstr ""
10046
10047#. Tag: para
10048#: release_notes.xml:2466
10049#, no-c-format
10050msgid "Added short-circuit for Transform() in no-op case."
10051msgstr ""
10052
10053#. Tag: para
10054#: release_notes.xml:2468
10055#, no-c-format
10056msgid ""
10057"JDBC: Fixed JTS handling for multi-dimensional geometries (thanks to Thomas "
10058"Marti for hint and partial patch). Additionally, now JavaDoc is compiled and "
10059"packaged. Fixed classpath problems with GCJ. Fixed pgjdbc 8.2 compatibility, "
10060"losing support for jdk 1.3 and older."
10061msgstr ""
10062
10063#. Tag: title
10064#: release_notes.xml:2477
10065#, no-c-format
10066msgid "Release 1.2.0"
10067msgstr ""
10068
10069#. Tag: para
10070#: release_notes.xml:2479
10071#, no-c-format
10072msgid "Release date: 2006/12/08"
10073msgstr ""
10074
10075#. Tag: para
10076#: release_notes.xml:2481
10077#, no-c-format
10078msgid ""
10079"This release provides type definitions along with serialization/"
10080"deserialization capabilities for SQL-MM defined curved geometries, as well "
10081"as performance enhancements."
10082msgstr ""
10083
10084#. Tag: para
10085#: release_notes.xml:2488
10086#, no-c-format
10087msgid "Added curved geometry type support for serialization/deserialization"
10088msgstr ""
10089
10090#. Tag: para
10091#: release_notes.xml:2491
10092#, no-c-format
10093msgid ""
10094"Added point-in-polygon shortcircuit to the Contains and Within functions to "
10095"improve performance for these cases."
10096msgstr ""
10097
10098#. Tag: title
10099#: release_notes.xml:2497
10100#, no-c-format
10101msgid "Release 1.1.6"
10102msgstr ""
10103
10104#. Tag: para
10105#: release_notes.xml:2499
10106#, no-c-format
10107msgid "Release date: 2006/11/02"
10108msgstr ""
10109
10110#. Tag: para
10111#: release_notes.xml:2501
10112#, no-c-format
10113msgid ""
10114"This is a bugfix release, in particular fixing a critical error with GEOS "
10115"interface in 64bit systems. Includes an updated of the SRS parameters and an "
10116"improvement in reprojections (take Z in consideration). Upgrade is "
10117"<emphasis>encouraged</emphasis>."
10118msgstr ""
10119
10120#. Tag: title
10121#: release_notes.xml:2507 release_notes.xml:2558 release_notes.xml:2609
10122#: release_notes.xml:2663 release_notes.xml:2742 release_notes.xml:2808
10123#: release_notes.xml:2881 release_notes.xml:3025 release_notes.xml:3082
10124#: release_notes.xml:3145 release_notes.xml:3203 release_notes.xml:3261
10125#: release_notes.xml:3301 release_notes.xml:3353 release_notes.xml:3405
10126#: release_notes.xml:3444 release_notes.xml:3481 release_notes.xml:3548
10127#: release_notes.xml:3645 release_notes.xml:3699
10128#, no-c-format
10129msgid "Upgrading"
10130msgstr ""
10131
10132#. Tag: para
10133#: release_notes.xml:2509 release_notes.xml:2560 release_notes.xml:2611
10134#: release_notes.xml:2665 release_notes.xml:2744 release_notes.xml:2810
10135#, no-c-format
10136msgid ""
10137"If you are upgrading from release 1.0.3 or later follow the <link linkend="
10138"\"soft_upgrade\">soft upgrade</link> procedure."
10139msgstr ""
10140
10141#. Tag: para
10142#: release_notes.xml:2512 release_notes.xml:2563 release_notes.xml:2614
10143#: release_notes.xml:2668 release_notes.xml:2747 release_notes.xml:2813
10144#: release_notes.xml:2889 release_notes.xml:3030 release_notes.xml:3087
10145#: release_notes.xml:3150
10146#, no-c-format
10147msgid ""
10148"If you are upgrading from a release <emphasis>between 1.0.0RC6 and 1.0.2</"
10149"emphasis> (inclusive) and really want a live upgrade read the <link linkend="
10150"\"rel_1.0.3_upgrading\">upgrade section</link> of the 1.0.3 release notes "
10151"chapter."
10152msgstr ""
10153
10154#. Tag: para
10155#: release_notes.xml:2517 release_notes.xml:2568 release_notes.xml:2619
10156#: release_notes.xml:2673 release_notes.xml:2752 release_notes.xml:2818
10157#: release_notes.xml:2894 release_notes.xml:3035 release_notes.xml:3092
10158#: release_notes.xml:3155
10159#, no-c-format
10160msgid ""
10161"Upgrade from any release prior to 1.0.0RC6 requires an <link linkend="
10162"\"hard_upgrade\">hard upgrade</link>."
10163msgstr ""
10164
10165#. Tag: para
10166#: release_notes.xml:2524
10167#, no-c-format
10168msgid "fixed CAPI change that broke 64-bit platforms"
10169msgstr ""
10170
10171#. Tag: para
10172#: release_notes.xml:2526
10173#, no-c-format
10174msgid "loader/dumper: fixed regression tests and usage output"
10175msgstr ""
10176
10177#. Tag: para
10178#: release_notes.xml:2528
10179#, no-c-format
10180msgid "Fixed setSRID() bug in JDBC, thanks to Thomas Marti"
10181msgstr ""
10182
10183#. Tag: title
10184#: release_notes.xml:2532 release_notes.xml:2715 release_notes.xml:2786
10185#: release_notes.xml:3000 release_notes.xml:3126 release_notes.xml:3427
10186#: release_notes.xml:3464 release_notes.xml:3516 release_notes.xml:3618
10187#: release_notes.xml:3681
10188#, no-c-format
10189msgid "Other changes"
10190msgstr ""
10191
10192#. Tag: para
10193#: release_notes.xml:2534
10194#, no-c-format
10195msgid "use Z ordinate in reprojections"
10196msgstr ""
10197
10198#. Tag: para
10199#: release_notes.xml:2536
10200#, no-c-format
10201msgid "spatial_ref_sys.sql updated to EPSG 6.11.1"
10202msgstr ""
10203
10204#. Tag: para
10205#: release_notes.xml:2538
10206#, no-c-format
10207msgid ""
10208"Simplified Version.config infrastructure to use a single pack of version "
10209"variables for everything."
10210msgstr ""
10211
10212#. Tag: para
10213#: release_notes.xml:2541
10214#, no-c-format
10215msgid "Include the Version.config in loader/dumper USAGE messages"
10216msgstr ""
10217
10218#. Tag: para
10219#: release_notes.xml:2544
10220#, no-c-format
10221msgid "Replace hand-made, fragile JDBC version parser with Properties"
10222msgstr ""
10223
10224#. Tag: title
10225#: release_notes.xml:2550
10226#, no-c-format
10227msgid "Release 1.1.5"
10228msgstr ""
10229
10230#. Tag: para
10231#: release_notes.xml:2552
10232#, no-c-format
10233msgid "Release date: 2006/10/13"
10234msgstr ""
10235
10236#. Tag: para
10237#: release_notes.xml:2554
10238#, no-c-format
10239msgid ""
10240"This is an bugfix release, including a critical segfault on win32. Upgrade "
10241"is <emphasis>encouraged</emphasis>."
10242msgstr ""
10243
10244#. Tag: para
10245#: release_notes.xml:2575
10246#, no-c-format
10247msgid ""
10248"Fixed MingW link error that was causing pgsql2shp to segfault on Win32 when "
10249"compiled for PostgreSQL 8.2"
10250msgstr ""
10251
10252#. Tag: para
10253#: release_notes.xml:2578
10254#, no-c-format
10255msgid "fixed nullpointer Exception in Geometry.equals() method in Java"
10256msgstr ""
10257
10258#. Tag: para
10259#: release_notes.xml:2581
10260#, no-c-format
10261msgid ""
10262"Added EJB3Spatial.odt to fulfill the GPL requirement of distributing the "
10263"\"preferred form of modification\""
10264msgstr ""
10265
10266#. Tag: para
10267#: release_notes.xml:2584
10268#, no-c-format
10269msgid "Removed obsolete synchronization from JDBC Jts code."
10270msgstr ""
10271
10272#. Tag: para
10273#: release_notes.xml:2586
10274#, no-c-format
10275msgid ""
10276"Updated heavily outdated README files for shp2pgsql/pgsql2shp by merging "
10277"them with the manpages."
10278msgstr ""
10279
10280#. Tag: para
10281#: release_notes.xml:2589
10282#, no-c-format
10283msgid ""
10284"Fixed version tag in jdbc code that still said \"1.1.3\" in the \"1.1.4\" "
10285"release."
10286msgstr ""
10287
10288#. Tag: para
10289#: release_notes.xml:2596
10290#, no-c-format
10291msgid "Added -S option for non-multi geometries to shp2pgsql"
10292msgstr ""
10293
10294#. Tag: title
10295#: release_notes.xml:2601
10296#, no-c-format
10297msgid "Release 1.1.4"
10298msgstr ""
10299
10300#. Tag: para
10301#: release_notes.xml:2603
10302#, no-c-format
10303msgid "Release date: 2006/09/27"
10304msgstr ""
10305
10306#. Tag: para
10307#: release_notes.xml:2605
10308#, no-c-format
10309msgid ""
10310"This is an bugfix release including some improvements in the Java interface. "
10311"Upgrade is <emphasis>encouraged</emphasis>."
10312msgstr ""
10313
10314#. Tag: para
10315#: release_notes.xml:2626
10316#, no-c-format
10317msgid "Fixed support for PostgreSQL 8.2"
10318msgstr ""
10319
10320#. Tag: para
10321#: release_notes.xml:2628
10322#, no-c-format
10323msgid "Fixed bug in collect() function discarding SRID of input"
10324msgstr ""
10325
10326#. Tag: para
10327#: release_notes.xml:2630
10328#, no-c-format
10329msgid "Added SRID match check in MakeBox2d and MakeBox3d"
10330msgstr ""
10331
10332#. Tag: para
10333#: release_notes.xml:2632
10334#, no-c-format
10335msgid "Fixed regress tests to pass with GEOS-3.0.0"
10336msgstr ""
10337
10338#. Tag: para
10339#: release_notes.xml:2634
10340#, no-c-format
10341msgid "Improved pgsql2shp run concurrency."
10342msgstr ""
10343
10344#. Tag: title
10345#: release_notes.xml:2638
10346#, no-c-format
10347msgid "Java changes"
10348msgstr ""
10349
10350#. Tag: para
10351#: release_notes.xml:2640
10352#, no-c-format
10353msgid ""
10354"reworked JTS support to reflect new upstream JTS developers' attitude to "
10355"SRID handling. Simplifies code and drops build depend on GNU trove."
10356msgstr ""
10357
10358#. Tag: para
10359#: release_notes.xml:2644
10360#, no-c-format
10361msgid ""
10362"Added EJB2 support generously donated by the \"Geodetix s.r.l. Company\""
10363msgstr ""
10364
10365#. Tag: para
10366#: release_notes.xml:2646
10367#, no-c-format
10368msgid ""
10369"Added EJB3 tutorial / examples donated by Norman Barker &lt;nbarker@ittvis."
10370"com&gt;"
10371msgstr ""
10372
10373#. Tag: para
10374#: release_notes.xml:2649
10375#, no-c-format
10376msgid "Reorganized java directory layout a little."
10377msgstr ""
10378
10379#. Tag: title
10380#: release_notes.xml:2654
10381#, no-c-format
10382msgid "Release 1.1.3"
10383msgstr ""
10384
10385#. Tag: para
10386#: release_notes.xml:2656
10387#, no-c-format
10388msgid "Release date: 2006/06/30"
10389msgstr ""
10390
10391#. Tag: para
10392#: release_notes.xml:2658
10393#, no-c-format
10394msgid ""
10395"This is an bugfix release including also some new functionalities (most "
10396"notably long transaction support) and portability enhancements. Upgrade is "
10397"<emphasis>encouraged</emphasis>."
10398msgstr ""
10399
10400#. Tag: title
10401#: release_notes.xml:2678
10402#, no-c-format
10403msgid "Bug fixes / correctness"
10404msgstr ""
10405
10406#. Tag: para
10407#: release_notes.xml:2680
10408#, no-c-format
10409msgid "BUGFIX in distance(poly,poly) giving wrong results."
10410msgstr ""
10411
10412#. Tag: para
10413#: release_notes.xml:2682
10414#, no-c-format
10415msgid "BUGFIX in pgsql2shp successful return code."
10416msgstr ""
10417
10418#. Tag: para
10419#: release_notes.xml:2684
10420#, no-c-format
10421msgid "BUGFIX in shp2pgsql handling of MultiLine WKT."
10422msgstr ""
10423
10424#. Tag: para
10425#: release_notes.xml:2686
10426#, no-c-format
10427msgid "BUGFIX in affine() failing to update bounding box."
10428msgstr ""
10429
10430#. Tag: para
10431#: release_notes.xml:2688
10432#, no-c-format
10433msgid ""
10434"WKT parser: forbidden construction of multigeometries with EMPTY elements "
10435"(still supported for GEOMETRYCOLLECTION)."
10436msgstr ""
10437
10438#. Tag: title
10439#: release_notes.xml:2693 release_notes.xml:2769 release_notes.xml:2842
10440#, no-c-format
10441msgid "New functionalities"
10442msgstr ""
10443
10444#. Tag: para
10445#: release_notes.xml:2695
10446#, no-c-format
10447msgid "NEW Long Transactions support."
10448msgstr ""
10449
10450#. Tag: para
10451#: release_notes.xml:2697
10452#, no-c-format
10453msgid "NEW DumpRings() function."
10454msgstr ""
10455
10456#. Tag: para
10457#: release_notes.xml:2699
10458#, no-c-format
10459msgid "NEW AsHEXEWKB(geom, XDR|NDR) function."
10460msgstr ""
10461
10462#. Tag: title
10463#: release_notes.xml:2703 release_notes.xml:3594
10464#, no-c-format
10465msgid "JDBC changes"
10466msgstr ""
10467
10468#. Tag: para
10469#: release_notes.xml:2705
10470#, no-c-format
10471msgid "Improved regression tests: MultiPoint and scientific ordinates"
10472msgstr ""
10473
10474#. Tag: para
10475#: release_notes.xml:2708
10476#, no-c-format
10477msgid "Fixed some minor bugs in jdbc code"
10478msgstr ""
10479
10480#. Tag: para
10481#: release_notes.xml:2710
10482#, no-c-format
10483msgid ""
10484"Added proper accessor functions for all fields in preparation of making "
10485"those fields private later"
10486msgstr ""
10487
10488#. Tag: para
10489#: release_notes.xml:2717
10490#, no-c-format
10491msgid "NEW regress test support for loader/dumper."
10492msgstr ""
10493
10494#. Tag: para
10495#: release_notes.xml:2719
10496#, no-c-format
10497msgid "Added --with-proj-libdir and --with-geos-libdir configure switches."
10498msgstr ""
10499
10500#. Tag: para
10501#: release_notes.xml:2722
10502#, no-c-format
10503msgid "Support for build Tru64 build."
10504msgstr ""
10505
10506#. Tag: para
10507#: release_notes.xml:2724
10508#, no-c-format
10509msgid "Use Jade for generating documentation."
10510msgstr ""
10511
10512#. Tag: para
10513#: release_notes.xml:2726
10514#, no-c-format
10515msgid "Don't link pgsql2shp to more libs then required."
10516msgstr ""
10517
10518#. Tag: para
10519#: release_notes.xml:2728
10520#, no-c-format
10521msgid "Initial support for PostgreSQL 8.2."
10522msgstr ""
10523
10524#. Tag: title
10525#: release_notes.xml:2733
10526#, no-c-format
10527msgid "Release 1.1.2"
10528msgstr ""
10529
10530#. Tag: para
10531#: release_notes.xml:2735
10532#, no-c-format
10533msgid "Release date: 2006/03/30"
10534msgstr ""
10535
10536#. Tag: para
10537#: release_notes.xml:2737
10538#, no-c-format
10539msgid ""
10540"This is an bugfix release including some new functions and portability "
10541"enhancements. Upgrade is <emphasis>encouraged</emphasis>."
10542msgstr ""
10543
10544#. Tag: para
10545#: release_notes.xml:2759
10546#, no-c-format
10547msgid "BUGFIX in SnapToGrid() computation of output bounding box"
10548msgstr ""
10549
10550#. Tag: para
10551#: release_notes.xml:2761
10552#, no-c-format
10553msgid "BUGFIX in EnforceRHR()"
10554msgstr ""
10555
10556#. Tag: para
10557#: release_notes.xml:2763
10558#, no-c-format
10559msgid "jdbc2 SRID handling fixes in JTS code"
10560msgstr ""
10561
10562#. Tag: para
10563#: release_notes.xml:2765
10564#, no-c-format
10565msgid "Fixed support for 64bit archs"
10566msgstr ""
10567
10568#. Tag: para
10569#: release_notes.xml:2771
10570#, no-c-format
10571msgid "Regress tests can now be run *before* postgis installation"
10572msgstr ""
10573
10574#. Tag: para
10575#: release_notes.xml:2774
10576#, no-c-format
10577msgid "New affine() matrix transformation functions"
10578msgstr ""
10579
10580#. Tag: para
10581#: release_notes.xml:2776
10582#, no-c-format
10583msgid "New rotate{,X,Y,Z}() function"
10584msgstr ""
10585
10586#. Tag: para
10587#: release_notes.xml:2778
10588#, no-c-format
10589msgid "Old translating and scaling functions now use affine() internally"
10590msgstr ""
10591
10592#. Tag: para
10593#: release_notes.xml:2781
10594#, no-c-format
10595msgid ""
10596"Embedded access control in estimated_extent() for builds against pgsql &gt;= "
10597"8.0.0"
10598msgstr ""
10599
10600#. Tag: para
10601#: release_notes.xml:2788
10602#, no-c-format
10603msgid "More portable ./configure script"
10604msgstr ""
10605
10606#. Tag: para
10607#: release_notes.xml:2790
10608#, no-c-format
10609msgid "Changed ./run_test script to have more sane default behaviour"
10610msgstr ""
10611
10612#. Tag: title
10613#: release_notes.xml:2796
10614#, no-c-format
10615msgid "Release 1.1.1"
10616msgstr ""
10617
10618#. Tag: para
10619#: release_notes.xml:2798
10620#, no-c-format
10621msgid "Release date: 2006/01/23"
10622msgstr ""
10623
10624#. Tag: para
10625#: release_notes.xml:2800
10626#, no-c-format
10627msgid ""
10628"This is an important Bugfix release, upgrade is <emphasis>highly "
10629"recommended</emphasis>. Previous version contained a bug in postgis_restore."
10630"pl preventing <link linkend=\"hard_upgrade\">hard upgrade</link> procedure "
10631"to complete and a bug in GEOS-2.2+ connector preventing GeometryCollection "
10632"objects to be used in topological operations."
10633msgstr ""
10634
10635#. Tag: para
10636#: release_notes.xml:2825
10637#, no-c-format
10638msgid "Fixed a premature exit in postgis_restore.pl"
10639msgstr ""
10640
10641#. Tag: para
10642#: release_notes.xml:2827
10643#, no-c-format
10644msgid "BUGFIX in geometrycollection handling of GEOS-CAPI connector"
10645msgstr ""
10646
10647#. Tag: para
10648#: release_notes.xml:2830
10649#, no-c-format
10650msgid "Solaris 2.7 and MingW support improvements"
10651msgstr ""
10652
10653#. Tag: para
10654#: release_notes.xml:2832
10655#, no-c-format
10656msgid "BUGFIX in line_locate_point()"
10657msgstr ""
10658
10659#. Tag: para
10660#: release_notes.xml:2834
10661#, no-c-format
10662msgid "Fixed handling of postgresql paths"
10663msgstr ""
10664
10665#. Tag: para
10666#: release_notes.xml:2836
10667#, no-c-format
10668msgid "BUGFIX in line_substring()"
10669msgstr ""
10670
10671#. Tag: para
10672#: release_notes.xml:2838
10673#, no-c-format
10674msgid "Added support for localized cluster in regress tester"
10675msgstr ""
10676
10677#. Tag: para
10678#: release_notes.xml:2844
10679#, no-c-format
10680msgid "New Z and M interpolation in line_substring()"
10681msgstr ""
10682
10683#. Tag: para
10684#: release_notes.xml:2846
10685#, no-c-format
10686msgid "New Z and M interpolation in line_interpolate_point()"
10687msgstr ""
10688
10689#. Tag: para
10690#: release_notes.xml:2848
10691#, no-c-format
10692msgid "added NumInteriorRing() alias due to OpenGIS ambiguity"
10693msgstr ""
10694
10695#. Tag: title
10696#: release_notes.xml:2853
10697#, no-c-format
10698msgid "Release 1.1.0"
10699msgstr ""
10700
10701#. Tag: para
10702#: release_notes.xml:2855
10703#, no-c-format
10704msgid "Release date: 2005/12/21"
10705msgstr ""
10706
10707#. Tag: para
10708#: release_notes.xml:2857
10709#, no-c-format
10710msgid ""
10711"This is a Minor release, containing many improvements and new things. Most "
10712"notably: build procedure greatly simplified; transform() performance "
10713"drastically improved; more stable GEOS connectivity (CAPI support); lots of "
10714"new functions; draft topology support."
10715msgstr ""
10716
10717#. Tag: para
10718#: release_notes.xml:2862
10719#, no-c-format
10720msgid ""
10721"It is <emphasis>highly recommended</emphasis> that you upgrade to GEOS-2.2.x "
10722"before installing PostGIS, this will ensure future GEOS upgrades won't "
10723"require a rebuild of the PostGIS library."
10724msgstr ""
10725
10726#. Tag: title
10727#: release_notes.xml:2867
10728#, no-c-format
10729msgid "Credits"
10730msgstr ""
10731
10732#. Tag: para
10733#: release_notes.xml:2869
10734#, no-c-format
10735msgid ""
10736"This release includes code from Mark Cave Ayland for caching of proj4 "
10737"objects. Markus Schaber added many improvements in his JDBC2 code. Alex "
10738"Bodnaru helped with PostgreSQL source dependency relief and provided Debian "
10739"specfiles. Michael Fuhr tested new things on Solaris arch. David Techer and "
10740"Gerald Fenoy helped testing GEOS C-API connector. Hartmut Tschauner provided "
10741"code for the azimuth() function. Devrim GUNDUZ provided RPM specfiles. Carl "
10742"Anderson helped with the new area building functions. See the <link linkend="
10743"\"credits_other_contributors\">credits</link> section for more names."
10744msgstr ""
10745
10746#. Tag: para
10747#: release_notes.xml:2883
10748#, no-c-format
10749msgid ""
10750"If you are upgrading from release 1.0.3 or later you <emphasis>DO NOT</"
10751"emphasis> need a dump/reload. Simply sourcing the new lwpostgis_upgrade.sql "
10752"script in all your existing databases will work. See the <link linkend="
10753"\"soft_upgrade\">soft upgrade</link> chapter for more information."
10754msgstr ""
10755
10756#. Tag: title
10757#: release_notes.xml:2899
10758#, no-c-format
10759msgid "New functions"
10760msgstr ""
10761
10762#. Tag: para
10763#: release_notes.xml:2901
10764#, no-c-format
10765msgid "scale() and transscale() companion methods to translate()"
10766msgstr ""
10767
10768#. Tag: para
10769#: release_notes.xml:2903
10770#, no-c-format
10771msgid "line_substring()"
10772msgstr ""
10773
10774#. Tag: para
10775#: release_notes.xml:2905
10776#, no-c-format
10777msgid "line_locate_point()"
10778msgstr ""
10779
10780#. Tag: para
10781#: release_notes.xml:2907
10782#, no-c-format
10783msgid "M(point)"
10784msgstr ""
10785
10786#. Tag: para
10787#: release_notes.xml:2909
10788#, no-c-format
10789msgid "LineMerge(geometry)"
10790msgstr ""
10791
10792#. Tag: para
10793#: release_notes.xml:2911
10794#, no-c-format
10795msgid "shift_longitude(geometry)"
10796msgstr ""
10797
10798#. Tag: para
10799#: release_notes.xml:2913
10800#, no-c-format
10801msgid "azimuth(geometry)"
10802msgstr ""
10803
10804#. Tag: para
10805#: release_notes.xml:2915
10806#, no-c-format
10807msgid "locate_along_measure(geometry, float8)"
10808msgstr ""
10809
10810#. Tag: para
10811#: release_notes.xml:2917
10812#, no-c-format
10813msgid "locate_between_measures(geometry, float8, float8)"
10814msgstr ""
10815
10816#. Tag: para
10817#: release_notes.xml:2919
10818#, no-c-format
10819msgid "SnapToGrid by point offset (up to 4d support)"
10820msgstr ""
10821
10822#. Tag: para
10823#: release_notes.xml:2921
10824#, no-c-format
10825msgid "BuildArea(any_geometry)"
10826msgstr ""
10827
10828#. Tag: para
10829#: release_notes.xml:2923
10830#, no-c-format
10831msgid "OGC BdPolyFromText(linestring_wkt, srid)"
10832msgstr ""
10833
10834#. Tag: para
10835#: release_notes.xml:2925
10836#, no-c-format
10837msgid "OGC BdMPolyFromText(linestring_wkt, srid)"
10838msgstr ""
10839
10840#. Tag: para
10841#: release_notes.xml:2927
10842#, no-c-format
10843msgid "RemovePoint(linestring, offset)"
10844msgstr ""
10845
10846#. Tag: para
10847#: release_notes.xml:2929
10848#, no-c-format
10849msgid "ReplacePoint(linestring, offset, point)"
10850msgstr ""
10851
10852#. Tag: para
10853#: release_notes.xml:2935
10854#, no-c-format
10855msgid "Fixed memory leak in polygonize()"
10856msgstr ""
10857
10858#. Tag: para
10859#: release_notes.xml:2937
10860#, no-c-format
10861msgid "Fixed bug in lwgeom_as_anytype cast functions"
10862msgstr ""
10863
10864#. Tag: para
10865#: release_notes.xml:2939
10866#, no-c-format
10867msgid ""
10868"Fixed USE_GEOS, USE_PROJ and USE_STATS elements of postgis_version() output "
10869"to always reflect library state."
10870msgstr ""
10871
10872#. Tag: title
10873#: release_notes.xml:2944
10874#, no-c-format
10875msgid "Function semantic changes"
10876msgstr ""
10877
10878#. Tag: para
10879#: release_notes.xml:2946
10880#, no-c-format
10881msgid "SnapToGrid doesn't discard higher dimensions"
10882msgstr ""
10883
10884#. Tag: para
10885#: release_notes.xml:2948
10886#, no-c-format
10887msgid ""
10888"Changed Z() function to return NULL if requested dimension is not available"
10889msgstr ""
10890
10891#. Tag: title
10892#: release_notes.xml:2953
10893#, no-c-format
10894msgid "Performance improvements"
10895msgstr ""
10896
10897#. Tag: para
10898#: release_notes.xml:2955
10899#, no-c-format
10900msgid "Much faster transform() function, caching proj4 objects"
10901msgstr ""
10902
10903#. Tag: para
10904#: release_notes.xml:2957
10905#, no-c-format
10906msgid ""
10907"Removed automatic call to fix_geometry_columns() in AddGeometryColumns() and "
10908"update_geometry_stats()"
10909msgstr ""
10910
10911#. Tag: title
10912#: release_notes.xml:2962
10913#, no-c-format
10914msgid "JDBC2 works"
10915msgstr ""
10916
10917#. Tag: para
10918#: release_notes.xml:2964
10919#, no-c-format
10920msgid "Makefile improvements"
10921msgstr ""
10922
10923#. Tag: para
10924#: release_notes.xml:2966 release_notes.xml:3002
10925#, no-c-format
10926msgid "JTS support improvements"
10927msgstr ""
10928
10929#. Tag: para
10930#: release_notes.xml:2968
10931#, no-c-format
10932msgid "Improved regression test system"
10933msgstr ""
10934
10935#. Tag: para
10936#: release_notes.xml:2970
10937#, no-c-format
10938msgid "Basic consistency check method for geometry collections"
10939msgstr ""
10940
10941#. Tag: para
10942#: release_notes.xml:2972
10943#, no-c-format
10944msgid "Support for (Hex)(E)wkb"
10945msgstr ""
10946
10947#. Tag: para
10948#: release_notes.xml:2974
10949#, no-c-format
10950msgid "Autoprobing DriverWrapper for HexWKB / EWKT switching"
10951msgstr ""
10952
10953#. Tag: para
10954#: release_notes.xml:2976
10955#, no-c-format
10956msgid "fix compile problems in ValueSetter for ancient jdk releases."
10957msgstr ""
10958
10959#. Tag: para
10960#: release_notes.xml:2979
10961#, no-c-format
10962msgid "fix EWKT constructors to accept SRID=4711; representation"
10963msgstr ""
10964
10965#. Tag: para
10966#: release_notes.xml:2981
10967#, no-c-format
10968msgid "added preliminary read-only support for java2d geometries"
10969msgstr ""
10970
10971#. Tag: title
10972#: release_notes.xml:2985
10973#, no-c-format
10974msgid "Other new things"
10975msgstr ""
10976
10977#. Tag: para
10978#: release_notes.xml:2987
10979#, no-c-format
10980msgid ""
10981"Full autoconf-based configuration, with PostgreSQL source dependency relief"
10982msgstr ""
10983
10984#. Tag: para
10985#: release_notes.xml:2990
10986#, no-c-format
10987msgid "GEOS C-API support (2.2.0 and higher)"
10988msgstr ""
10989
10990#. Tag: para
10991#: release_notes.xml:2992
10992#, no-c-format
10993msgid "Initial support for topology modelling"
10994msgstr ""
10995
10996#. Tag: para
10997#: release_notes.xml:2994
10998#, no-c-format
10999msgid "Debian and RPM specfiles"
11000msgstr ""
11001
11002#. Tag: para
11003#: release_notes.xml:2996
11004#, no-c-format
11005msgid "New lwpostgis_upgrade.sql script"
11006msgstr ""
11007
11008#. Tag: para
11009#: release_notes.xml:3004
11010#, no-c-format
11011msgid "Stricter mapping between DBF and SQL integer and string attributes"
11012msgstr ""
11013
11014#. Tag: para
11015#: release_notes.xml:3007
11016#, no-c-format
11017msgid "Wider and cleaner regression test suite"
11018msgstr ""
11019
11020#. Tag: para
11021#: release_notes.xml:3009
11022#, no-c-format
11023msgid "old jdbc code removed from release"
11024msgstr ""
11025
11026#. Tag: para
11027#: release_notes.xml:3011
11028#, no-c-format
11029msgid "obsoleted direct use of postgis_proc_upgrade.pl"
11030msgstr ""
11031
11032#. Tag: para
11033#: release_notes.xml:3013
11034#, no-c-format
11035msgid "scripts version unified with release version"
11036msgstr ""
11037
11038#. Tag: title
11039#: release_notes.xml:3018
11040#, no-c-format
11041msgid "Release 1.0.6"
11042msgstr ""
11043
11044#. Tag: para
11045#: release_notes.xml:3020
11046#, no-c-format
11047msgid "Release date: 2005/12/06"
11048msgstr ""
11049
11050#. Tag: para
11051#: release_notes.xml:3022 release_notes.xml:3258
11052#, no-c-format
11053msgid "Contains a few bug fixes and improvements."
11054msgstr ""
11055
11056#. Tag: para
11057#: release_notes.xml:3027 release_notes.xml:3084
11058#, no-c-format
11059msgid ""
11060"If you are upgrading from release 1.0.3 or later you <emphasis>DO NOT</"
11061"emphasis> need a dump/reload."
11062msgstr ""
11063
11064#. Tag: para
11065#: release_notes.xml:3042
11066#, no-c-format
11067msgid ""
11068"Fixed palloc(0) call in collection deserializer (only gives problem with --"
11069"enable-cassert)"
11070msgstr ""
11071
11072#. Tag: para
11073#: release_notes.xml:3045
11074#, no-c-format
11075msgid "Fixed bbox cache handling bugs"
11076msgstr ""
11077
11078#. Tag: para
11079#: release_notes.xml:3047
11080#, no-c-format
11081msgid "Fixed geom_accum(NULL, NULL) segfault"
11082msgstr ""
11083
11084#. Tag: para
11085#: release_notes.xml:3049
11086#, no-c-format
11087msgid "Fixed segfault in addPoint()"
11088msgstr ""
11089
11090#. Tag: para
11091#: release_notes.xml:3051
11092#, no-c-format
11093msgid "Fixed short-allocation in lwcollection_clone()"
11094msgstr ""
11095
11096#. Tag: para
11097#: release_notes.xml:3053
11098#, no-c-format
11099msgid "Fixed bug in segmentize()"
11100msgstr ""
11101
11102#. Tag: para
11103#: release_notes.xml:3055
11104#, no-c-format
11105msgid "Fixed bbox computation of SnapToGrid output"
11106msgstr ""
11107
11108#. Tag: title
11109#: release_notes.xml:3059 release_notes.xml:3177 release_notes.xml:3239
11110#: release_notes.xml:3285
11111#, no-c-format
11112msgid "Improvements"
11113msgstr ""
11114
11115#. Tag: para
11116#: release_notes.xml:3061
11117#, no-c-format
11118msgid "Initial support for postgresql 8.2"
11119msgstr ""
11120
11121#. Tag: para
11122#: release_notes.xml:3063
11123#, no-c-format
11124msgid "Added missing SRID mismatch checks in GEOS ops"
11125msgstr ""
11126
11127#. Tag: title
11128#: release_notes.xml:3068
11129#, no-c-format
11130msgid "Release 1.0.5"
11131msgstr ""
11132
11133#. Tag: para
11134#: release_notes.xml:3070
11135#, no-c-format
11136msgid "Release date: 2005/11/25"
11137msgstr ""
11138
11139#. Tag: para
11140#: release_notes.xml:3072
11141#, no-c-format
11142msgid ""
11143"Contains memory-alignment fixes in the library, a segfault fix in loader's "
11144"handling of UTF8 attributes and a few improvements and cleanups."
11145msgstr ""
11146
11147#. Tag: para
11148#: release_notes.xml:3077
11149#, no-c-format
11150msgid ""
11151"Return code of shp2pgsql changed from previous releases to conform to unix "
11152"standards (return 0 on success)."
11153msgstr ""
11154
11155#. Tag: title
11156#: release_notes.xml:3097 release_notes.xml:3312 release_notes.xml:3364
11157#: release_notes.xml:3413 release_notes.xml:3455 release_notes.xml:3489
11158#: release_notes.xml:3556 release_notes.xml:3653
11159#, no-c-format
11160msgid "Library changes"
11161msgstr ""
11162
11163#. Tag: para
11164#: release_notes.xml:3099
11165#, no-c-format
11166msgid "Fixed memory alignment problems"
11167msgstr ""
11168
11169#. Tag: para
11170#: release_notes.xml:3101
11171#, no-c-format
11172msgid "Fixed computation of null values fraction in analyzer"
11173msgstr ""
11174
11175#. Tag: para
11176#: release_notes.xml:3103
11177#, no-c-format
11178msgid "Fixed a small bug in the getPoint4d_p() low-level function"
11179msgstr ""
11180
11181#. Tag: para
11182#: release_notes.xml:3106
11183#, no-c-format
11184msgid "Speedup of serializer functions"
11185msgstr ""
11186
11187#. Tag: para
11188#: release_notes.xml:3108
11189#, no-c-format
11190msgid "Fixed a bug in force_3dm(), force_3dz() and force_4d()"
11191msgstr ""
11192
11193#. Tag: title
11194#: release_notes.xml:3112
11195#, no-c-format
11196msgid "Loader changes"
11197msgstr ""
11198
11199#. Tag: para
11200#: release_notes.xml:3114
11201#, no-c-format
11202msgid "Fixed return code of shp2pgsql"
11203msgstr ""
11204
11205#. Tag: para
11206#: release_notes.xml:3116
11207#, no-c-format
11208msgid "Fixed back-compatibility issue in loader (load of null shapefiles)"
11209msgstr ""
11210
11211#. Tag: para
11212#: release_notes.xml:3119
11213#, no-c-format
11214msgid "Fixed handling of trailing dots in dbf numerical attributes"
11215msgstr ""
11216
11217#. Tag: para
11218#: release_notes.xml:3122
11219#, no-c-format
11220msgid "Segfault fix in shp2pgsql (utf8 encoding)"
11221msgstr ""
11222
11223#. Tag: para
11224#: release_notes.xml:3128
11225#, no-c-format
11226msgid "Schema aware postgis_proc_upgrade.pl, support for pgsql 7.2+"
11227msgstr ""
11228
11229#. Tag: para
11230#: release_notes.xml:3131
11231#, no-c-format
11232msgid "New \"Reporting Bugs\" chapter in manual"
11233msgstr ""
11234
11235#. Tag: title
11236#: release_notes.xml:3136
11237#, no-c-format
11238msgid "Release 1.0.4"
11239msgstr ""
11240
11241#. Tag: para
11242#: release_notes.xml:3138
11243#, no-c-format
11244msgid "Release date: 2005/09/09"
11245msgstr ""
11246
11247#. Tag: para
11248#: release_notes.xml:3140
11249#, no-c-format
11250msgid ""
11251"Contains important bug fixes and a few improvements. In particular, it fixes "
11252"a memory leak preventing successful build of GiST indexes for large spatial "
11253"tables."
11254msgstr ""
11255
11256#. Tag: para
11257#: release_notes.xml:3147
11258#, no-c-format
11259msgid ""
11260"If you are upgrading from release 1.0.3 you <emphasis>DO NOT</emphasis> need "
11261"a dump/reload."
11262msgstr ""
11263
11264#. Tag: para
11265#: release_notes.xml:3162
11266#, no-c-format
11267msgid "Memory leak plugged in GiST indexing"
11268msgstr ""
11269
11270#. Tag: para
11271#: release_notes.xml:3164
11272#, no-c-format
11273msgid "Segfault fix in transform() handling of proj4 errors"
11274msgstr ""
11275
11276#. Tag: para
11277#: release_notes.xml:3166
11278#, no-c-format
11279msgid "Fixed some proj4 texts in spatial_ref_sys (missing +proj)"
11280msgstr ""
11281
11282#. Tag: para
11283#: release_notes.xml:3168
11284#, no-c-format
11285msgid ""
11286"Loader: fixed string functions usage, reworked NULL objects check, fixed "
11287"segfault on MULTILINESTRING input."
11288msgstr ""
11289
11290#. Tag: para
11291#: release_notes.xml:3171
11292#, no-c-format
11293msgid "Fixed bug in MakeLine dimension handling"
11294msgstr ""
11295
11296#. Tag: para
11297#: release_notes.xml:3173
11298#, no-c-format
11299msgid "Fixed bug in translate() corrupting output bounding box"
11300msgstr ""
11301
11302#. Tag: para
11303#: release_notes.xml:3179
11304#, no-c-format
11305msgid "Documentation improvements"
11306msgstr ""
11307
11308#. Tag: para
11309#: release_notes.xml:3181
11310#, no-c-format
11311msgid "More robust selectivity estimator"
11312msgstr ""
11313
11314#. Tag: para
11315#: release_notes.xml:3183
11316#, no-c-format
11317msgid "Minor speedup in distance()"
11318msgstr ""
11319
11320#. Tag: para
11321#: release_notes.xml:3185
11322#, no-c-format
11323msgid "Minor cleanups"
11324msgstr ""
11325
11326#. Tag: para
11327#: release_notes.xml:3187
11328#, no-c-format
11329msgid "GiST indexing cleanup"
11330msgstr ""
11331
11332#. Tag: para
11333#: release_notes.xml:3189
11334#, no-c-format
11335msgid "Looser syntax acceptance in box3d parser"
11336msgstr ""
11337
11338#. Tag: title
11339#: release_notes.xml:3194
11340#, no-c-format
11341msgid "Release 1.0.3"
11342msgstr ""
11343
11344#. Tag: para
11345#: release_notes.xml:3196
11346#, no-c-format
11347msgid "Release date: 2005/08/08"
11348msgstr ""
11349
11350#. Tag: para
11351#: release_notes.xml:3198
11352#, no-c-format
11353msgid ""
11354"Contains some bug fixes - <emphasis>including a severe one affecting "
11355"correctness of stored geometries</emphasis> - and a few improvements."
11356msgstr ""
11357
11358#. Tag: para
11359#: release_notes.xml:3205
11360#, no-c-format
11361msgid ""
11362"Due to a bug in a bounding box computation routine, the upgrade procedure "
11363"requires special attention, as bounding boxes cached in the database could "
11364"be incorrect."
11365msgstr ""
11366
11367#. Tag: para
11368#: release_notes.xml:3209
11369#, no-c-format
11370msgid ""
11371"An <link linkend=\"hard_upgrade\">hard upgrade</link> procedure (dump/"
11372"reload) will force recomputation of all bounding boxes (not included in "
11373"dumps). This is <emphasis>required</emphasis> if upgrading from releases "
11374"prior to 1.0.0RC6."
11375msgstr ""
11376
11377#. Tag: para
11378#: release_notes.xml:3214
11379#, no-c-format
11380msgid ""
11381"If you are upgrading from versions 1.0.0RC6 or up, this release includes a "
11382"perl script (utils/rebuild_bbox_caches.pl) to force recomputation of "
11383"geometries' bounding boxes and invoke all operations required to propagate "
11384"eventual changes in them (geometry statistics update, reindexing). Invoke "
11385"the script after a make install (run with no args for syntax help). "
11386"Optionally run utils/postgis_proc_upgrade.pl to refresh postgis procedures "
11387"and functions signatures (see <link linkend=\"soft_upgrade\">Soft upgrade</"
11388"link>)."
11389msgstr ""
11390
11391#. Tag: para
11392#: release_notes.xml:3227
11393#, no-c-format
11394msgid "Severe bugfix in lwgeom's 2d bounding box computation"
11395msgstr ""
11396
11397#. Tag: para
11398#: release_notes.xml:3229
11399#, no-c-format
11400msgid "Bugfix in WKT (-w) POINT handling in loader"
11401msgstr ""
11402
11403#. Tag: para
11404#: release_notes.xml:3231
11405#, no-c-format
11406msgid "Bugfix in dumper on 64bit machines"
11407msgstr ""
11408
11409#. Tag: para
11410#: release_notes.xml:3233
11411#, no-c-format
11412msgid "Bugfix in dumper handling of user-defined queries"
11413msgstr ""
11414
11415#. Tag: para
11416#: release_notes.xml:3235
11417#, no-c-format
11418msgid "Bugfix in create_undef.pl script"
11419msgstr ""
11420
11421#. Tag: para
11422#: release_notes.xml:3241
11423#, no-c-format
11424msgid "Small performance improvement in canonical input function"
11425msgstr ""
11426
11427#. Tag: para
11428#: release_notes.xml:3243
11429#, no-c-format
11430msgid "Minor cleanups in loader"
11431msgstr ""
11432
11433#. Tag: para
11434#: release_notes.xml:3245
11435#, no-c-format
11436msgid "Support for multibyte field names in loader"
11437msgstr ""
11438
11439#. Tag: para
11440#: release_notes.xml:3247
11441#, no-c-format
11442msgid "Improvement in the postgis_restore.pl script"
11443msgstr ""
11444
11445#. Tag: para
11446#: release_notes.xml:3249
11447#, no-c-format
11448msgid "New rebuild_bbox_caches.pl util script"
11449msgstr ""
11450
11451#. Tag: title
11452#: release_notes.xml:3254
11453#, no-c-format
11454msgid "Release 1.0.2"
11455msgstr ""
11456
11457#. Tag: para
11458#: release_notes.xml:3256
11459#, no-c-format
11460msgid "Release date: 2005/07/04"
11461msgstr ""
11462
11463#. Tag: para
11464#: release_notes.xml:3263 release_notes.xml:3303
11465#, no-c-format
11466msgid ""
11467"If you are upgrading from release 1.0.0RC6 or up you <emphasis>DO NOT</"
11468"emphasis> need a dump/reload."
11469msgstr ""
11470
11471#. Tag: para
11472#: release_notes.xml:3266 release_notes.xml:3306
11473#, no-c-format
11474msgid ""
11475"Upgrading from older releases requires a dump/reload. See the <link linkend="
11476"\"upgrading\">upgrading</link> chapter for more informations."
11477msgstr ""
11478
11479#. Tag: para
11480#: release_notes.xml:3274
11481#, no-c-format
11482msgid "Fault tolerant btree ops"
11483msgstr ""
11484
11485#. Tag: para
11486#: release_notes.xml:3276
11487#, no-c-format
11488msgid "Memory leak plugged in pg_error"
11489msgstr ""
11490
11491#. Tag: para
11492#: release_notes.xml:3278
11493#, no-c-format
11494msgid "Rtree index fix"
11495msgstr ""
11496
11497#. Tag: para
11498#: release_notes.xml:3280
11499#, no-c-format
11500msgid "Cleaner build scripts (avoided mix of CFLAGS and CXXFLAGS)"
11501msgstr ""
11502
11503#. Tag: para
11504#: release_notes.xml:3287
11505#, no-c-format
11506msgid "New index creation capabilities in loader (-I switch)"
11507msgstr ""
11508
11509#. Tag: para
11510#: release_notes.xml:3289
11511#, no-c-format
11512msgid "Initial support for postgresql 8.1dev"
11513msgstr ""
11514
11515#. Tag: title
11516#: release_notes.xml:3294
11517#, no-c-format
11518msgid "Release 1.0.1"
11519msgstr ""
11520
11521#. Tag: para
11522#: release_notes.xml:3296
11523#, no-c-format
11524msgid "Release date: 2005/05/24"
11525msgstr ""
11526
11527#. Tag: para
11528#: release_notes.xml:3298
11529#, no-c-format
11530msgid "Contains a few bug fixes and some improvements."
11531msgstr ""
11532
11533#. Tag: para
11534#: release_notes.xml:3314
11535#, no-c-format
11536msgid "BUGFIX in 3d computation of length_spheroid()"
11537msgstr ""
11538
11539#. Tag: para
11540#: release_notes.xml:3316
11541#, no-c-format
11542msgid "BUGFIX in join selectivity estimator"
11543msgstr ""
11544
11545#. Tag: title
11546#: release_notes.xml:3320 release_notes.xml:3376
11547#, no-c-format
11548msgid "Other changes/additions"
11549msgstr ""
11550
11551#. Tag: para
11552#: release_notes.xml:3322
11553#, no-c-format
11554msgid "BUGFIX in shp2pgsql escape functions"
11555msgstr ""
11556
11557#. Tag: para
11558#: release_notes.xml:3324
11559#, no-c-format
11560msgid "better support for concurrent postgis in multiple schemas"
11561msgstr ""
11562
11563#. Tag: para
11564#: release_notes.xml:3326
11565#, no-c-format
11566msgid "documentation fixes"
11567msgstr ""
11568
11569#. Tag: para
11570#: release_notes.xml:3328
11571#, no-c-format
11572msgid "jdbc2: compile with \"-target 1.2 -source 1.2\" by default"
11573msgstr ""
11574
11575#. Tag: para
11576#: release_notes.xml:3330
11577#, no-c-format
11578msgid "NEW -k switch for pgsql2shp"
11579msgstr ""
11580
11581#. Tag: para
11582#: release_notes.xml:3332
11583#, no-c-format
11584msgid "NEW support for custom createdb options in postgis_restore.pl"
11585msgstr ""
11586
11587#. Tag: para
11588#: release_notes.xml:3335
11589#, no-c-format
11590msgid "BUGFIX in pgsql2shp attribute names unicity enforcement"
11591msgstr ""
11592
11593#. Tag: para
11594#: release_notes.xml:3337
11595#, no-c-format
11596msgid "BUGFIX in Paris projections definitions"
11597msgstr ""
11598
11599#. Tag: para
11600#: release_notes.xml:3339
11601#, no-c-format
11602msgid "postgis_restore.pl cleanups"
11603msgstr ""
11604
11605#. Tag: title
11606#: release_notes.xml:3344
11607#, no-c-format
11608msgid "Release 1.0.0"
11609msgstr ""
11610
11611#. Tag: para
11612#: release_notes.xml:3346
11613#, no-c-format
11614msgid "Release date: 2005/04/19"
11615msgstr ""
11616
11617#. Tag: para
11618#: release_notes.xml:3348
11619#, no-c-format
11620msgid ""
11621"Final 1.0.0 release. Contains a few bug fixes, some improvements in the "
11622"loader (most notably support for older postgis versions), and more docs."
11623msgstr ""
11624
11625#. Tag: para
11626#: release_notes.xml:3355
11627#, no-c-format
11628msgid ""
11629"If you are upgrading from release 1.0.0RC6 you <emphasis>DO NOT</emphasis> "
11630"need a dump/reload."
11631msgstr ""
11632
11633#. Tag: para
11634#: release_notes.xml:3358 release_notes.xml:3449
11635#, no-c-format
11636msgid ""
11637"Upgrading from any other precedent release requires a dump/reload. See the "
11638"<link linkend=\"upgrading\">upgrading</link> chapter for more informations."
11639msgstr ""
11640
11641#. Tag: para
11642#: release_notes.xml:3366
11643#, no-c-format
11644msgid "BUGFIX in transform() releasing random memory address"
11645msgstr ""
11646
11647#. Tag: para
11648#: release_notes.xml:3368
11649#, no-c-format
11650msgid "BUGFIX in force_3dm() allocating less memory then required"
11651msgstr ""
11652
11653#. Tag: para
11654#: release_notes.xml:3371
11655#, no-c-format
11656msgid "BUGFIX in join selectivity estimator (defaults, leaks, tuplecount, sd)"
11657msgstr ""
11658
11659#. Tag: para
11660#: release_notes.xml:3378
11661#, no-c-format
11662msgid "BUGFIX in shp2pgsql escape of values starting with tab or single-quote"
11663msgstr ""
11664
11665#. Tag: para
11666#: release_notes.xml:3381
11667#, no-c-format
11668msgid "NEW manual pages for loader/dumper"
11669msgstr ""
11670
11671#. Tag: para
11672#: release_notes.xml:3383
11673#, no-c-format
11674msgid "NEW shp2pgsql support for old (HWGEOM) postgis versions"
11675msgstr ""
11676
11677#. Tag: para
11678#: release_notes.xml:3385
11679#, no-c-format
11680msgid "NEW -p (prepare) flag for shp2pgsql"
11681msgstr ""
11682
11683#. Tag: para
11684#: release_notes.xml:3387
11685#, no-c-format
11686msgid "NEW manual chapter about OGC compliancy enforcement"
11687msgstr ""
11688
11689#. Tag: para
11690#: release_notes.xml:3389
11691#, no-c-format
11692msgid "NEW autoconf support for JTS lib"
11693msgstr ""
11694
11695#. Tag: para
11696#: release_notes.xml:3391
11697#, no-c-format
11698msgid "BUGFIX in estimator testers (support for LWGEOM and schema parsing)"
11699msgstr ""
11700
11701#. Tag: title
11702#: release_notes.xml:3397
11703#, no-c-format
11704msgid "Release 1.0.0RC6"
11705msgstr ""
11706
11707#. Tag: para
11708#: release_notes.xml:3399
11709#, no-c-format
11710msgid "Release date: 2005/03/30"
11711msgstr ""
11712
11713#. Tag: para
11714#: release_notes.xml:3401
11715#, no-c-format
11716msgid ""
11717"Sixth release candidate for 1.0.0. Contains a few bug fixes and cleanups."
11718msgstr ""
11719
11720#. Tag: para
11721#: release_notes.xml:3407 release_notes.xml:3483 release_notes.xml:3550
11722#: release_notes.xml:3647 release_notes.xml:3701
11723#, no-c-format
11724msgid ""
11725"You need a dump/reload to upgrade from precedent releases. See the <link "
11726"linkend=\"upgrading\">upgrading</link> chapter for more informations."
11727msgstr ""
11728
11729#. Tag: para
11730#: release_notes.xml:3415
11731#, no-c-format
11732msgid "BUGFIX in multi()"
11733msgstr ""
11734
11735#. Tag: para
11736#: release_notes.xml:3417
11737#, no-c-format
11738msgid "early return [when noop] from multi()"
11739msgstr ""
11740
11741#. Tag: title
11742#: release_notes.xml:3421 release_notes.xml:3507 release_notes.xml:3580
11743#: release_notes.xml:3672
11744#, no-c-format
11745msgid "Scripts changes"
11746msgstr ""
11747
11748#. Tag: para
11749#: release_notes.xml:3423
11750#, no-c-format
11751msgid "dropped {x,y}{min,max}(box2d) functions"
11752msgstr ""
11753
11754#. Tag: para
11755#: release_notes.xml:3429
11756#, no-c-format
11757msgid "BUGFIX in postgis_restore.pl scrip"
11758msgstr ""
11759
11760#. Tag: para
11761#: release_notes.xml:3431
11762#, no-c-format
11763msgid "BUGFIX in dumper's 64bit support"
11764msgstr ""
11765
11766#. Tag: title
11767#: release_notes.xml:3436
11768#, no-c-format
11769msgid "Release 1.0.0RC5"
11770msgstr ""
11771
11772#. Tag: para
11773#: release_notes.xml:3438
11774#, no-c-format
11775msgid "Release date: 2005/03/25"
11776msgstr ""
11777
11778#. Tag: para
11779#: release_notes.xml:3440
11780#, no-c-format
11781msgid ""
11782"Fifth release candidate for 1.0.0. Contains a few bug fixes and a "
11783"improvements."
11784msgstr ""
11785
11786#. Tag: para
11787#: release_notes.xml:3446
11788#, no-c-format
11789msgid ""
11790"If you are upgrading from release 1.0.0RC4 you <emphasis>DO NOT</emphasis> "
11791"need a dump/reload."
11792msgstr ""
11793
11794#. Tag: para
11795#: release_notes.xml:3457
11796#, no-c-format
11797msgid "BUGFIX (segfaulting) in box3d computation (yes, another!)."
11798msgstr ""
11799
11800#. Tag: para
11801#: release_notes.xml:3460
11802#, no-c-format
11803msgid "BUGFIX (segfaulting) in estimated_extent()."
11804msgstr ""
11805
11806#. Tag: para
11807#: release_notes.xml:3466
11808#, no-c-format
11809msgid "Small build scripts and utilities refinements."
11810msgstr ""
11811
11812#. Tag: para
11813#: release_notes.xml:3468
11814#, no-c-format
11815msgid "Additional performance tips documented."
11816msgstr ""
11817
11818#. Tag: title
11819#: release_notes.xml:3473
11820#, no-c-format
11821msgid "Release 1.0.0RC4"
11822msgstr ""
11823
11824#. Tag: para
11825#: release_notes.xml:3475
11826#, no-c-format
11827msgid "Release date: 2005/03/18"
11828msgstr ""
11829
11830#. Tag: para
11831#: release_notes.xml:3477
11832#, no-c-format
11833msgid ""
11834"Fourth release candidate for 1.0.0. Contains bug fixes and a few "
11835"improvements."
11836msgstr ""
11837
11838#. Tag: para
11839#: release_notes.xml:3491
11840#, no-c-format
11841msgid "BUGFIX (segfaulting) in geom_accum()."
11842msgstr ""
11843
11844#. Tag: para
11845#: release_notes.xml:3493
11846#, no-c-format
11847msgid "BUGFIX in 64bit architectures support."
11848msgstr ""
11849
11850#. Tag: para
11851#: release_notes.xml:3495
11852#, no-c-format
11853msgid "BUGFIX in box3d computation function with collections."
11854msgstr ""
11855
11856#. Tag: para
11857#: release_notes.xml:3497
11858#, no-c-format
11859msgid "NEW subselects support in selectivity estimator."
11860msgstr ""
11861
11862#. Tag: para
11863#: release_notes.xml:3499
11864#, no-c-format
11865msgid "Early return from force_collection."
11866msgstr ""
11867
11868#. Tag: para
11869#: release_notes.xml:3501
11870#, no-c-format
11871msgid "Consistency check fix in SnapToGrid()."
11872msgstr ""
11873
11874#. Tag: para
11875#: release_notes.xml:3503
11876#, no-c-format
11877msgid "Box2d output changed back to 15 significant digits."
11878msgstr ""
11879
11880#. Tag: para
11881#: release_notes.xml:3509
11882#, no-c-format
11883msgid "NEW distance_sphere() function."
11884msgstr ""
11885
11886#. Tag: para
11887#: release_notes.xml:3511
11888#, no-c-format
11889msgid ""
11890"Changed get_proj4_from_srid implementation to use PL/PGSQL instead of SQL."
11891msgstr ""
11892
11893#. Tag: para
11894#: release_notes.xml:3518
11895#, no-c-format
11896msgid "BUGFIX in loader and dumper handling of MultiLine shapes"
11897msgstr ""
11898
11899#. Tag: para
11900#: release_notes.xml:3520
11901#, no-c-format
11902msgid "BUGFIX in loader, skipping all but first hole of polygons."
11903msgstr ""
11904
11905#. Tag: para
11906#: release_notes.xml:3523
11907#, no-c-format
11908msgid "jdbc2: code cleanups, Makefile improvements"
11909msgstr ""
11910
11911#. Tag: para
11912#: release_notes.xml:3525
11913#, no-c-format
11914msgid ""
11915"FLEX and YACC variables set *after* pgsql Makefile.global is included and "
11916"only if the pgsql *stripped* version evaluates to the empty string"
11917msgstr ""
11918
11919#. Tag: para
11920#: release_notes.xml:3529
11921#, no-c-format
11922msgid "Added already generated parser in release"
11923msgstr ""
11924
11925#. Tag: para
11926#: release_notes.xml:3531
11927#, no-c-format
11928msgid "Build scripts refinements"
11929msgstr ""
11930
11931#. Tag: para
11932#: release_notes.xml:3533
11933#, no-c-format
11934msgid "improved version handling, central Version.config"
11935msgstr ""
11936
11937#. Tag: para
11938#: release_notes.xml:3535
11939#, no-c-format
11940msgid "improvements in postgis_restore.pl"
11941msgstr ""
11942
11943#. Tag: title
11944#: release_notes.xml:3540
11945#, no-c-format
11946msgid "Release 1.0.0RC3"
11947msgstr ""
11948
11949#. Tag: para
11950#: release_notes.xml:3542
11951#, no-c-format
11952msgid "Release date: 2005/02/24"
11953msgstr ""
11954
11955#. Tag: para
11956#: release_notes.xml:3544
11957#, no-c-format
11958msgid ""
11959"Third release candidate for 1.0.0. Contains many bug fixes and improvements."
11960msgstr ""
11961
11962#. Tag: para
11963#: release_notes.xml:3558
11964#, no-c-format
11965msgid "BUGFIX in transform(): missing SRID, better error handling."
11966msgstr ""
11967
11968#. Tag: para
11969#: release_notes.xml:3561
11970#, no-c-format
11971msgid "BUGFIX in memory alignment handling"
11972msgstr ""
11973
11974#. Tag: para
11975#: release_notes.xml:3563
11976#, no-c-format
11977msgid ""
11978"BUGFIX in force_collection() causing mapserver connector failures on simple "
11979"(single) geometry types."
11980msgstr ""
11981
11982#. Tag: para
11983#: release_notes.xml:3566
11984#, no-c-format
11985msgid "BUGFIX in GeometryFromText() missing to add a bbox cache."
11986msgstr ""
11987
11988#. Tag: para
11989#: release_notes.xml:3568
11990#, no-c-format
11991msgid "reduced precision of box2d output."
11992msgstr ""
11993
11994#. Tag: para
11995#: release_notes.xml:3570
11996#, no-c-format
11997msgid "prefixed DEBUG macros with PGIS_ to avoid clash with pgsql one"
11998msgstr ""
11999
12000#. Tag: para
12001#: release_notes.xml:3573
12002#, no-c-format
12003msgid "plugged a leak in GEOS2POSTGIS converter"
12004msgstr ""
12005
12006#. Tag: para
12007#: release_notes.xml:3575
12008#, no-c-format
12009msgid "Reduced memory usage by early releasing query-context palloced one."
12010msgstr ""
12011
12012#. Tag: para
12013#: release_notes.xml:3582
12014#, no-c-format
12015msgid "BUGFIX in 72 index bindings."
12016msgstr ""
12017
12018#. Tag: para
12019#: release_notes.xml:3584
12020#, no-c-format
12021msgid ""
12022"BUGFIX in probe_geometry_columns() to work with PG72 and support multiple "
12023"geometry columns in a single table"
12024msgstr ""
12025
12026#. Tag: para
12027#: release_notes.xml:3587
12028#, no-c-format
12029msgid "NEW bool::text cast"
12030msgstr ""
12031
12032#. Tag: para
12033#: release_notes.xml:3589
12034#, no-c-format
12035msgid "Some functions made IMMUTABLE from STABLE, for performance improvement."
12036msgstr ""
12037
12038#. Tag: para
12039#: release_notes.xml:3596
12040#, no-c-format
12041msgid "jdbc2: small patches, box2d/3d tests, revised docs and license."
12042msgstr ""
12043
12044#. Tag: para
12045#: release_notes.xml:3599
12046#, no-c-format
12047msgid "jdbc2: bug fix and testcase in for pgjdbc 8.0 type autoregistration"
12048msgstr ""
12049
12050#. Tag: para
12051#: release_notes.xml:3602
12052#, no-c-format
12053msgid ""
12054"jdbc2: Removed use of jdk1.4 only features to enable build with older jdk "
12055"releases."
12056msgstr ""
12057
12058#. Tag: para
12059#: release_notes.xml:3605
12060#, no-c-format
12061msgid "jdbc2: Added support for building against pg72jdbc2.jar"
12062msgstr ""
12063
12064#. Tag: para
12065#: release_notes.xml:3607
12066#, no-c-format
12067msgid "jdbc2: updated and cleaned makefile"
12068msgstr ""
12069
12070#. Tag: para
12071#: release_notes.xml:3609
12072#, no-c-format
12073msgid "jdbc2: added BETA support for jts geometry classes"
12074msgstr ""
12075
12076#. Tag: para
12077#: release_notes.xml:3611
12078#, no-c-format
12079msgid "jdbc2: Skip known-to-fail tests against older PostGIS servers."
12080msgstr ""
12081
12082#. Tag: para
12083#: release_notes.xml:3614
12084#, no-c-format
12085msgid "jdbc2: Fixed handling of measured geometries in EWKT."
12086msgstr ""
12087
12088#. Tag: para
12089#: release_notes.xml:3620
12090#, no-c-format
12091msgid "new performance tips chapter in manual"
12092msgstr ""
12093
12094#. Tag: para
12095#: release_notes.xml:3622
12096#, no-c-format
12097msgid "documentation updates: pgsql72 requirement, lwpostgis.sql"
12098msgstr ""
12099
12100#. Tag: para
12101#: release_notes.xml:3624
12102#, no-c-format
12103msgid "few changes in autoconf"
12104msgstr ""
12105
12106#. Tag: para
12107#: release_notes.xml:3626
12108#, no-c-format
12109msgid "BUILDDATE extraction made more portable"
12110msgstr ""
12111
12112#. Tag: para
12113#: release_notes.xml:3628
12114#, no-c-format
12115msgid "fixed spatial_ref_sys.sql to avoid vacuuming the whole database."
12116msgstr ""
12117
12118#. Tag: para
12119#: release_notes.xml:3631
12120#, no-c-format
12121msgid ""
12122"spatial_ref_sys: changed Paris entries to match the ones distributed with 0."
12123"x."
12124msgstr ""
12125
12126#. Tag: title
12127#: release_notes.xml:3637
12128#, no-c-format
12129msgid "Release 1.0.0RC2"
12130msgstr ""
12131
12132#. Tag: para
12133#: release_notes.xml:3639
12134#, no-c-format
12135msgid "Release date: 2005/01/26"
12136msgstr ""
12137
12138#. Tag: para
12139#: release_notes.xml:3641
12140#, no-c-format
12141msgid ""
12142"Second release candidate for 1.0.0 containing bug fixes and a few "
12143"improvements."
12144msgstr ""
12145
12146#. Tag: para
12147#: release_notes.xml:3655
12148#, no-c-format
12149msgid "BUGFIX in pointarray box3d computation"
12150msgstr ""
12151
12152#. Tag: para
12153#: release_notes.xml:3657
12154#, no-c-format
12155msgid "BUGFIX in distance_spheroid definition"
12156msgstr ""
12157
12158#. Tag: para
12159#: release_notes.xml:3659
12160#, no-c-format
12161msgid "BUGFIX in transform() missing to update bbox cache"
12162msgstr ""
12163
12164#. Tag: para
12165#: release_notes.xml:3661
12166#, no-c-format
12167msgid "NEW jdbc driver (jdbc2)"
12168msgstr ""
12169
12170#. Tag: para
12171#: release_notes.xml:3663
12172#, no-c-format
12173msgid "GEOMETRYCOLLECTION(EMPTY) syntax support for backward compatibility"
12174msgstr ""
12175
12176#. Tag: para
12177#: release_notes.xml:3666
12178#, no-c-format
12179msgid "Faster binary outputs"
12180msgstr ""
12181
12182#. Tag: para
12183#: release_notes.xml:3668
12184#, no-c-format
12185msgid "Stricter OGC WKB/WKT constructors"
12186msgstr ""
12187
12188#. Tag: para
12189#: release_notes.xml:3674
12190#, no-c-format
12191msgid "More correct STABLE, IMMUTABLE, STRICT uses in lwpostgis.sql"
12192msgstr ""
12193
12194#. Tag: para
12195#: release_notes.xml:3677
12196#, no-c-format
12197msgid "stricter OGC WKB/WKT constructors"
12198msgstr ""
12199
12200#. Tag: para
12201#: release_notes.xml:3683
12202#, no-c-format
12203msgid "Faster and more robust loader (both i18n and not)"
12204msgstr ""
12205
12206#. Tag: para
12207#: release_notes.xml:3685
12208#, no-c-format
12209msgid "Initial autoconf script"
12210msgstr ""
12211
12212#. Tag: title
12213#: release_notes.xml:3690
12214#, no-c-format
12215msgid "Release 1.0.0RC1"
12216msgstr ""
12217
12218#. Tag: para
12219#: release_notes.xml:3692
12220#, no-c-format
12221msgid "Release date: 2005/01/13"
12222msgstr ""
12223
12224#. Tag: para
12225#: release_notes.xml:3694
12226#, no-c-format
12227msgid ""
12228"This is the first candidate of a major postgis release, with internal "
12229"storage of postgis types redesigned to be smaller and faster on indexed "
12230"queries."
12231msgstr ""
12232
12233#. Tag: para
12234#: release_notes.xml:3709
12235#, no-c-format
12236msgid "Faster canonical input parsing."
12237msgstr ""
12238
12239#. Tag: para
12240#: release_notes.xml:3711
12241#, no-c-format
12242msgid "Lossless canonical output."
12243msgstr ""
12244
12245#. Tag: para
12246#: release_notes.xml:3713
12247#, no-c-format
12248msgid "EWKB Canonical binary IO with PG&gt;73."
12249msgstr ""
12250
12251#. Tag: para
12252#: release_notes.xml:3715
12253#, no-c-format
12254msgid ""
12255"Support for up to 4d coordinates, providing lossless shapefile-&gt;postgis-"
12256"&gt;shapefile conversion."
12257msgstr ""
12258
12259#. Tag: para
12260#: release_notes.xml:3718
12261#, no-c-format
12262msgid ""
12263"New function: UpdateGeometrySRID(), AsGML(), SnapToGrid(), ForceRHR(), "
12264"estimated_extent(), accum()."
12265msgstr ""
12266
12267#. Tag: para
12268#: release_notes.xml:3721
12269#, no-c-format
12270msgid "Vertical positioning indexed operators."
12271msgstr ""
12272
12273#. Tag: para
12274#: release_notes.xml:3723
12275#, no-c-format
12276msgid "JOIN selectivity function."
12277msgstr ""
12278
12279#. Tag: para
12280#: release_notes.xml:3725
12281#, no-c-format
12282msgid "More geometry constructors / editors."
12283msgstr ""
12284
12285#. Tag: para
12286#: release_notes.xml:3727
12287#, no-c-format
12288msgid "PostGIS extension API."
12289msgstr ""
12290
12291#. Tag: para
12292#: release_notes.xml:3729
12293#, no-c-format
12294msgid "UTF8 support in loader."
12295msgstr ""
12296