[Proj] Proj.4 4.9.2 RC2 Released

Greg Troxel gdt at ir.bbn.com
Thu Sep 10 16:10:14 EST 2015


Sebastiaan Couwenberg <sebastic at xs4all.nl> writes:

> On 10-09-15 21:56, Howard Butler wrote:
>>> On Sep 10, 2015, at 2:47 PM, Elliott Sales de Andrade <quantum.analyst at gmail.com> wrote:
>>>
>>> The change was made to Makefile.am, but not Makefile.in (more
>>> reason to avoid those generated files in git), so everyone has been
>>> testing against the old soname.
>> 
>> master's Makefile.in has indeed not been updated, but I regenerated before I cut the RC2 release. It seems to me to be versioning the library as expected.
>
> The library versioning for the 4.9.2RC2 tarball is correct.
>
> 4.9.1 built:
>
>  libproj.so.9.0.0
>  libproj.so -> libproj.so.9.0.0
>  libproj.so.9 -> libproj.so.9.0.0
>
> And 4.9.2 RC2:
>
>  libproj.so.9.1.0
>  libproj.so -> libproj.so.9.1.0
>  libproj.so.9 -> libproj.so.9.1.0

I don't see that

lrwxr-xr-x  1 root  wheel       17 Sep 10 14:21 libproj.so -> libproj.so.10.0.0
lrwxr-xr-x  1 root  wheel       17 Sep 10 14:21 libproj.so.10 -> libproj.so.10.0.0
-rwxr-xr-x  1 root  wheel   311075 Sep 10 14:21 libproj.so.10.0.0

and this is consistent with src/Makefile.{am,in} having:

Makefile.am:libproj_la_LDFLAGS = -no-undefined -version-info 10:0:0
Makefile.in:libproj_la_LDFLAGS = -no-undefined -version-info 10:0:0

I wonder how you got 9.1.0 from that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 180 bytes
Desc: not available
Url : http://lists.maptools.org/pipermail/proj/attachments/20150910/cf6ac2a8/attachment.pgp 


More information about the Proj mailing list