mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
mention the no soname bump too
This commit is contained in:
parent
9d5d6c557b
commit
a243dd4587
@ -38,3 +38,11 @@ The strong connection to off_t made it troublesome for application authors
|
||||
since when they did mistakes, they could get curl_off_t type of different
|
||||
sizes in the app vs libcurl, and that caused strange effects that were hard to
|
||||
track and detect by users of libcurl.
|
||||
|
||||
SONAME
|
||||
------
|
||||
|
||||
We opted to not bump the soname for the library, simply because soname bumping
|
||||
is causing a lot of grief and moaning all over the community so we try to keep
|
||||
that at minimum. Also, our selected design path should be 100% backwards
|
||||
compatible for the vast majority of all libcurl users.
|
||||
|
Loading…
Reference in New Issue
Block a user