[fixed] Could you STOP to break abi please and do a so bump

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

[fixed] Could you STOP to break abi please and do a so bump

Post by broucaries »

Hi,

Brown paper bag again. You had break abi (again and again). I ask previous time for a revert and you have not done it, and you continue to break abi. Could you use abi-checker on new release ?

I suppose it is too late to revert. So last stuff to do so bump. Could you do therefore do a so bump ?

And next time before releasing do not break abi.

And if you break abi document why you break it and what function did you break.

Thanks

Bastien
Last edited by broucaries on 2011-10-12T05:16:15-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Could you STOP to break abi please and do a so bump

Post by magick »

Could you do therefore do a so bump ?
Sure, we'll get a SO bump in the next point release of ImageMagick. Thanks.

We also added visibility to ImageMagick version 7 as you suggested.
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Re: Could you STOP to break abi please and do a so bump

Post by broucaries »

Thank you.

BTW using visibility improve your loading time for free. Did you achieve to get some measurable speedup ? I am curious to see this on imagemagick++

Thank you very much
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Could you STOP to break abi please and do a so bump

Post by magick »

We have not measured performance yet, but we like the visibility feature. It makes it much easier to declare which API methods are public for our API users and if we get decreased load time-- that's a bonus.
Post Reply