On 20 July 2015 at 14:10, Patrick Monnerat <[email protected]> wrote: > Since there are 2 new functions, should'nt the SONAME be bumped ?
No. Programs using an old libcurl version will continue working with the latest version... so the soname stays the same. If libcurl would use symbol versioning the way glibc does, curl_multi_setopt would get a new version, but that's it. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
