Re: [Libevent-users] BUG: libevent 1.4.14, wrong version info

2010-06-12 Thread Niels Provos
On Sat, Jun 12, 2010 at 7:29 AM, Nick Mathewson wrote: > Ugh, how annoying!  I think this warrants a 1.4.14b, if Niels agrees. > (1.4.14b should contain this fix, and nothing else.) Fine by me. Niels. *** To unsubscribe, send an

Re: [Libevent-users] BUG: libevent 1.4.14, wrong version info

2010-06-12 Thread Juergen Daubert
On Sat, Jun 12, 2010 at 10:29:26AM -0400, Nick Mathewson wrote: > On Sat, Jun 12, 2010 at 9:29 AM, Juergen Daubert wrote: > > Hello, > > > > The libraries of libevent 1.4.13 and older are versioned by > > libtool as > > > >   *-1.4.so.2.1.3 > > > > whereas libevent 1.4.14 is using > > > >   *-1.4.

Re: [Libevent-users] BUG: libevent 1.4.14, wrong version info

2010-06-12 Thread Nick Mathewson
On Sat, Jun 12, 2010 at 9:29 AM, Juergen Daubert wrote: > Hello, > > The libraries of libevent 1.4.13 and older are versioned by > libtool as > >   *-1.4.so.2.1.3 > > whereas libevent 1.4.14 is using > >   *-1.4.so.1.2.3 > > This breaks every application linked against 1.4.13 if you > upgrade to v

[Libevent-users] BUG: libevent 1.4.14, wrong version info

2010-06-12 Thread Juergen Daubert
Hello, The libraries of libevent 1.4.13 and older are versioned by libtool as *-1.4.so.2.1.3 whereas libevent 1.4.14 is using *-1.4.so.1.2.3 This breaks every application linked against 1.4.13 if you upgrade to version 1.4.14. I don't think that this is the desired behaviour, but a bug