]> granicus.if.org Git - curl/commitdiff
mention the no soname bump too
authorDaniel Stenberg <daniel@haxx.se>
Sat, 23 Aug 2008 11:37:42 +0000 (11:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 23 Aug 2008 11:37:42 +0000 (11:37 +0000)
lib/README.curl_off_t

index 01316152bba618726fc4a2a194df6daadc669e12..fa687c67b1cf9f58cf58e02428d8cbc1b555f58a 100644 (file)
@@ -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.