Re: [Libevent-users] SONAME in 2.0.12

2011-06-17 Thread Leo 'costela' Antunes
On 17/06/11 17:42, Nick Mathewson wrote: > * AGE: With how many previous versions of the ABI is "Current" > version backward-compatible? This increments whenever the ABI changes > in a backward compatible way, and h, that's the catch I merrily overlooked! > According to the libtool source,

Re: [Libevent-users] SONAME in 2.0.12

2011-06-17 Thread Nick Mathewson
On Fri, Jun 17, 2011 at 6:25 AM, Leo 'costela' Antunes wrote: > Hi, > > In the process of building the Debian package for 2.0.12, I noticed > Makefile.am contains VERSION_INFO=6:1:1, but the generated libs have all > SONAME=*.so.5 > > I'm still parsing through the build-system (I'm the new guy hel

[Libevent-users] SONAME in 2.0.12

2011-06-17 Thread Leo 'costela' Antunes
Hi, In the process of building the Debian package for 2.0.12, I noticed Makefile.am contains VERSION_INFO=6:1:1, but the generated libs have all SONAME=*.so.5 I'm still parsing through the build-system (I'm the new guy helping with this package) trying to figure out what's going on, but decided t