Re: GNU Libtool 2.2.7b released (2.2.8 release candidate).

2010-05-20 Thread Vincent Torri
Hey, On Fri, 21 May 2010, Gary V. Vaughan wrote: GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships with GNU libltdl, which hides the complexity of loading dynamic runtime libraries (modules) behind a consistent, portable inter

GNU Libtool 2.2.7b released (2.2.8 release candidate).

2010-05-20 Thread Gary V. Vaughan
GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships with GNU libltdl, which hides the complexity of loading dynamic runtime libraries (modules) behind a consistent, portable interface. The Libtool Team is pleased to announce release

Re: When to bump library api version (current)

2010-05-20 Thread Adam Mercer
On Thu, May 20, 2010 at 13:37, Ralf Wildenhues wrote: > For what it's worth, I wouldn't treat this as an incompatible API bump. > I would mention it to my users though, because when they use function > pointers and assign your library function, the change will show up. Thanks for the clarificati

Re: When to bump library api version (current)

2010-05-20 Thread Ralf Wildenhues
Hello, * Adam Mercer wrote on Thu, May 20, 2010 at 06:43:38AM CEST: > On Wed, May 19, 2010 at 23:36, Daniel Herring wrote: > > ISTM that this is not an ABI change; the addition of const only affects the > > code being called, and in a manner compatible with the non-const version > > (assuming call