[postgis-devel] For PostGIS 2.2 moving forward make liblwgeom compatible between micro releases

Sebastiaan Couwenberg sebastic at xs4all.nl
Tue Jul 28 12:06:57 PDT 2015


On 28-07-15 20:05, Markus Wanner wrote:
> (I also note that even between some major releases, liblwgeom didn't
> change that much. Some of them might in theory even be
> backwards-compatible - in practice, on a Debian system, they are
> separate packages, just because I'm not *sure* about that.)

liblwgeom has separate packages because that's how libraries are
commonly packaged in Debian. The library package name matches the
library SONAME (liblwgeom-2.1.8.so), and changes every time the SONAME does.

liblwgeom should move to a stable SONAME like liblwgeom.so.2 that only
changes when the ABI breaks, e.g. using `libtool -version-info`.

https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



More information about the postgis-devel mailing list