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