diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-08-26 16:27:42 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-08-27 00:08:13 +0200 |
| commit | 5a504f5491c83f2e185ee3e5a72140257c1c79de (patch) | |
| tree | efaac326ef99234b54d4267807d5b83eb96f0b3f /NEWS | |
| parent | 5534ec0b609e6352b0839dcb17e155f6363b29a6 (diff) | |
| download | PROJ-5a504f5491c83f2e185ee3e5a72140257c1c79de.tar.gz PROJ-5a504f5491c83f2e185ee3e5a72140257c1c79de.zip | |
Update release notes for 6.2.0
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,3 +1,44 @@ +6.2.0 Release Notes +------------------- + + Updates + ------- + + o Introduced PROJJSON, a JSON encoding of WKT2 (#1547) + + o Support CRS instantiation of OGC URN's (#1505) + + o Expose scope and remarks of database objects (#1537) + + o EPSG Database updated to version 9.7.0 (#1558) + + o Added C API function proj_grid_get_info_from_database() (#1494) + + o Added C API function + proj_operation_factory_context_set_discard_superseded() (#1534) + + o Added C API function proj_context_set_autoclose_database() (#1566) + + o Added C API function proj_create_crs_to_crs_from_pj() (#1567) + + o Added C API function proj_cleanup() (#1569) + + Bug Fixes + --------- + + o Fixed build failure on Solaris systems (#1554) + + THANKS TO + --------- + + Version 6.2.0 is made possible by the following contributors: + + GitHub user @edechaux + Michael D. Smith + Matt Littlemore + Kristian Evers + Even Rouault + 6.1.1 Release Notes ------------------- |
