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