diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-23 11:37:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-23 11:37:42 +0000 |
commit | a243dd45873cd226a0da2ca4acf6b140e4065950 (patch) | |
tree | e9bf369da693152dc419b034ee85805804ecea53 /lib/README.curl_off_t | |
parent | 9d5d6c557bc8c9097d2bcfefe806ef31affaf743 (diff) |
mention the no soname bump too
Diffstat (limited to 'lib/README.curl_off_t')
-rw-r--r-- | lib/README.curl_off_t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/README.curl_off_t b/lib/README.curl_off_t index 01316152b..fa687c67b 100644 --- a/lib/README.curl_off_t +++ b/lib/README.curl_off_t @@ -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. |