[gdal-dev] GDAL/OGR 3.0.2 is released
Even Rouault
even.rouault at spatialys.com
Mon Nov 4 06:17:41 PST 2019
On lundi 4 novembre 2019 14:56:04 CET Mateusz Loskot wrote:
> On Mon, 4 Nov 2019 at 13:33, jratike80
>
> <jukka.rahkonen at maanmittauslaitos.fi> wrote:
> > Release notes are in trac and therefore the ticket numbers are now
> > pointing
> > to the old trac issues as well and not to GitHub. Example:
> > https://trac.osgeo.org/gdal/ticket/1710
>
> I'm also wondering Trac is still being used.
> Aren't the in-repo notes sufficient?
> https://github.com/OSGeo/gdal/blob/release/3.0/gdal/NEWS
That might be sufficient indeed. What we loose currently is the clickability
to the ticket. Unfortunaltely just switching it to markdown doesn't make #XXX
to point automatically to the issues #XXX
So we'd have to use syntax like
fix bla [#1][i1]
[i1]: https://github.com/OSGeo/gdal/issues/1
or
fix bla [#1](https://github.com/OSGeo/gdal/issues/1)
--
Spatialys - Geospatial professional services
http://www.spatialys.com
More information about the gdal-dev
mailing list