| Age | Commit message (Expand) | Author |
| 2019-08-30 | Fix spelling of potsdam datum | Kai Pastor |
| 2019-08-27 | Merge remote-tracking branch 'osgeo/master'6.2.0 | Kristian Evers |
| 2019-08-26 | Add a proj_cleanup() function to free global resources, typically at process ... | Even Rouault |
| 2019-08-26 | Fix 6.0 regression regarding +init=epsg:4326 +over +to +init=epsg:3857 +over ... | Even Rouault |
| 2019-08-26 | createOperations(): follow-up of previous commit for +datum=NAD83 case | Even Rouault |
| 2019-08-26 | createOperations(): fix pipeline generation when a CRS has terms like +datum=... | Even Rouault |
| 2019-08-26 | Update API numbers in preparation for 6.2.0 release | Kristian Evers |
| 2019-08-26 | Update ABI numbers in preparation for 6.2.0 release | Kristian Evers |
| 2019-08-25 | Import WebMercator from PROJ string: make sure the WGS84 datum is set | Even Rouault |
| 2019-08-24 | createFromUserInput(): speed-up instanciation with +init=epsg: prefix in lowe... | Even Rouault |
| 2019-08-23 | Add proj_create_crs_to_crs_from_pj() | Even Rouault |
| 2019-08-20 | C API: add proj_context_set_autoclose_database() to automatically close datab... | Even Rouault |
| 2019-08-20 | Merge pull request #1547 from rouault/json_export | Even Rouault |
| 2019-08-17 | PROJJSON: rename file as projjson.schema.json, and add versionning to it and ... | Even Rouault |
| 2019-08-12 | PROJJSON: add support for importing 'ids' | Even Rouault |
| 2019-08-10 | PROJJSON: a few fixes, and add import of DerivedCRS, EngineeringCRS, Parametr... | Even Rouault |
| 2019-08-10 | PROJJSON: add support for DatumEnsemble and Dynamic[Geodetic|Vertical]Referen... | Even Rouault |
| 2019-08-09 | C API: add proj_as_projjson() | Even Rouault |
| 2019-08-09 | projinfo: document PROJJSON output, and add single-line output capability | Even Rouault |
| 2019-08-09 | PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma... | Even Rouault |
| 2019-08-09 | createFromUserInput(): add capability to import PROJJSON | Even Rouault |
| 2019-08-09 | PROJJSON export: use more compact form | Even Rouault |
| 2019-08-09 | projinfo: rename JSON to PROJJSON | Even Rouault |
| 2019-07-19 | Add set discard superseded method to api (#1534) | Matt Littlemore |
| 2019-07-18 | Remove obsolete Solaris define | edechaux |
| 2019-07-08 | CRS JSON: export GeographicCRS and Projected CRS | Even Rouault |
| 2019-07-06 | Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545) | Even Rouault |
| 2019-07-02 | Merge pull request #1537 from rouault/add_scope_remarks_for_coordinate_operation | Even Rouault |
| 2019-07-01 | C API: add proj_concatoperation_get_step_count() and proj_concatoperation_get... | Even Rouault |
| 2019-06-30 | Database: import scope/remarks for coordinate operation and add C API | Even Rouault |
| 2019-06-25 | geos.cpp: Update pdf_cgms_03.pdf location (Fixes #1532) | Kurt Schwehr |
| 2019-06-23 | +proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as t... | Kristian Evers |
| 2019-06-22 | +proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as t... | Even Rouault |
| 2019-06-11 | Merge pull request #1513 from rouault/fix_gcc493_compilation | Even Rouault |
| 2019-06-11 | Code formatting fix | Even Rouault |
| 2019-06-11 | Fix compilation error with gcc 4.9.3 (fixes #1512) | Even Rouault |
| 2019-06-06 | Merge pull request #1509 from rouault/wkt1_direction_case_insensitive | Even Rouault |
| 2019-06-06 | Merge pull request #1505 from rouault/ogc_urn_projectedCRS | Even Rouault |
| 2019-06-06 | WKT1 importer: do case insensitive comparison for axis direction | Even Rouault |
| 2019-06-06 | createFromUserInput(): support OGC URN to create projectedCRS, for example to... | Even Rouault |
| 2019-06-05 | createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ID[... | Even Rouault |
| 2019-06-04 | Fix incorrect delimator ";" used to separate proj_info().searchpath entries (... | Kristian Evers |
| 2019-06-03 | Fix incorrect delimator ";" used to separate proj_info().searchpath | Nyall Dawson |
| 2019-06-03 | proj_info().searchpath should not include PROJ_LIB path if | Nyall Dawson |
| 2019-06-01 | Merge pull request #1496 from mwtoews/rename | Even Rouault |
| 2019-06-01 | Merge pull request #1494 from nyalldawson/get_grid | Kristian Evers |
| 2019-06-01 | Update website: proj4.org -> proj.org | Mike Taves |
| 2019-06-01 | Add proj_grid_get_info_from_database to allow retrieval of grid | Nyall Dawson |
| 2019-05-29 | pj_open_lib_ex(): avoid off-by-one reading of name argument if strlen(name) =... | Even Rouault |
| 2019-05-29 | pj_open_lib() doc: specify that short_filename must not be null (refs #1489) | Even Rouault |