From 8dabd34432bc77408c58bdfb575510f671e5ed26 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 24 Aug 2008 21:26:42 +0000 Subject: Introduced the configure option --enable-soname-bump that lets a user enforce an SONAME bump. --- lib/README.curl_off_t | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'lib/README.curl_off_t') diff --git a/lib/README.curl_off_t b/lib/README.curl_off_t index fa687c67b..b60179da0 100644 --- a/lib/README.curl_off_t +++ b/lib/README.curl_off_t @@ -42,7 +42,14 @@ 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. +We opted to not bump the soname for the library unconditionally, 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. + +Enforce SONAME bump +------------------- + +If configure doesn't detect your case where a bump is necessary, re-run it +with the --enable-soname-bump command line option! -- cgit v1.2.3