SHA256
1
0
forked from pool/proj

Accepting request 790042 from Application:Geo:Staging

lets wait for staging to rebuild before accepting this

OBS-URL: https://build.opensuse.org/request/show/790042
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=48
This commit is contained in:
Martin Pluskal
2020-03-31 09:35:11 +00:00
committed by Git OBS Bridge
parent db9e6b6ab3
commit eac195d75c
4 changed files with 41 additions and 9 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Mar 31 07:28:07 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Update to version 7.0.0:
* Added new file access API to proj.h #866
* Updated the name of the most recent version of the WKT2 standard from
WKT2_2018 to WKT2_2019 to reflect the proper name of the standard (#1585)
* Improvements in transformations from/to WGS 84 (Gxxxx) realizations and
vertical <--> geog transormations #1608
* Update to version 1.50 of the geodesic library (#1629)
* Promote proj_assign_context to proj.h from proj_experimental.h (#1630)
* Add rotation support to the HEALPix projection (#1638)
* Add c function proj_crs_create_bound_vertical_crs() (#1689)
* Use Win32 Unicode APIs and expect all strings to be UTF-8 (#1765)
* Improved name aliases lookup (#1827)
* CMake: Employ better use of CTest with the BUILD_TESTING option (#1870)
* Grid correction: fix handling grids spanning antimeridian (#1882)
* Remove legacy CMake target name "proj" #1883
* projinfo: add --searchpaths switch (#1892)
* Add +proj=set operation to set component(s) of a coordinate to a fixed
value (#1896)
* Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)'
(gr3df97a.txt) and map them to new +proj=xyzgridshift (#1897)
* Remove 'null' grid file as it is now a special hardcoded case in grid
code (#1898)
* Add projsync utility (#1903)
* Make PROJ the CMake project name #1910
* Use relative directory to locate PROJ resource files (#1921)
-------------------------------------------------------------------
Mon Mar 9 13:42:25 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>