Discussion:
[Proj] PROJ 5.2 RC1
Kristian Evers
2018-09-10 18:33:40 UTC
Permalink
All,

I have just uploaded release candidates for PROJ 5.2, proj-datumgrids 1.8,
proj-datumgrids-europe 1.1 and proj-datumgrids-north-america 1.1.

Download the PROJ 5.2RC1 here:

http://download.osgeo.org/proj/proj-5.2.0RC1.tar.gz (http://download.osgeo.org/proj/proj-5.2.0RC1.tar.gz.md5)

http://download.osgeo.org/proj/proj-5.2.0RC1.zip (http://download.osgeo.org/proj/proj-5.2.0RC1.zip.md5)

And the grid distributions here:

http://download.osgeo.org/proj/proj-datumgrid-1.8RC1.tar.gz
http://download.osgeo.org/proj/proj-datumgrid-1.8RC1.zip

http://download.osgeo.org/proj/proj-datumgrid-north-america-1.1RC1.tar.gz
http://download.osgeo.org/proj/proj-datumgrid-north-america-1.1RC1.zip

http://download.osgeo.org/proj/proj-datumgrid-europe-1.1RC1.tar.gz
http://download.osgeo.org/proj/proj-datumgrid-europe-1.1RC1.zip


Please download and test the various candidates within the next couple of days. I plan to issue
the final release on Saturday the 15th given that the feedback from the RC’s are positive by then.

/Kristian
Marco Atzeri
2018-09-11 10:41:48 UTC
Permalink
Post by Kristian Evers
All,
I have just uploaded release candidates for PROJ 5.2,
Please download and test the various candidates within the next couple
of days. I plan to issue
the final release on Saturday the 15th given that the feedback from the
RC’s are positive by then.
/Kristian
noted on cygwin that the shared library name is going backward

5.1.0 is cygproj-13.dll
5.2.0RC1 is cygproj-12.dll


There is a wrong progression from
libproj_la_LDFLAGS = -no-undefined -version-info 14:0:1
to
libproj_la_LDFLAGS = -no-undefined -version-info 14:0:2


The LibTool version number is usually given in the form
current:revision:age. This means that:

- If interfaces have been changed or added, but binary compatibility has
been preserved, change to current+1:0:age+1
- If binary compatibility has been broken, e.g. due to removed or
changed interfaces, change to current+1:0:0
- If the interface is the same as the previous version, change to
current:revision+1:age


So assuming that compatibility is not broken
it should be or 15:0:2 or 14:1:1
as both will give cygproj-13.dll


Regards
Marco

cygwin package maintainer


---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
Kristian Evers
2018-09-11 10:58:45 UTC
Permalink
Thanks Marco,

This was also discovered by Sebastian who quickly submitted a fix: https://github.com/OSGeo/proj.4/pull/1114

Sebastian also submitted a few other fixes. If no other problems are found I will issue RC2 Wednesday evening (European time).

/Kristian
-----Oprindelig meddelelse-----
vegne af Marco Atzeri
Sendt: 11. september 2018 12:42
Emne: Re: [Proj] PROJ 5.2 RC1
Post by Kristian Evers
All,
I have just uploaded release candidates for PROJ 5.2,
Please download and test the various candidates within the next couple
of days. I plan to issue
the final release on Saturday the 15th given that the feedback from the
RC’s are positive by then.
/Kristian
noted on cygwin that the shared library name is going backward
5.1.0 is cygproj-13.dll
5.2.0RC1 is cygproj-12.dll
There is a wrong progression from
libproj_la_LDFLAGS = -no-undefined -version-info 14:0:1
to
libproj_la_LDFLAGS = -no-undefined -version-info 14:0:2
The LibTool version number is usually given in the form
- If interfaces have been changed or added, but binary compatibility has
been preserved, change to current+1:0:age+1
- If binary compatibility has been broken, e.g. due to removed or
changed interfaces, change to current+1:0:0
- If the interface is the same as the previous version, change to
current:revision+1:age
So assuming that compatibility is not broken
it should be or 15:0:2 or 14:1:1
as both will give cygproj-13.dll
Regards
Marco
cygwin package maintainer
---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
_______________________________________________
Proj mailing list
http://lists.maptools.org/mailman/listinfo/proj
Loading...