diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-04-30 08:30:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-04-30 08:30:52 +0000 |
commit | 22e2ecb003eb942cfbf78a206b9daff370d74b17 (patch) | |
tree | 69ad0fa7dbd60ea01760d2eb0d79779e2bcb30e8 /docs/libcurl/ABI | |
parent | e08296f70c35525003b05ee3e69e4a73fc1721ca (diff) |
provide some track record of the SONAME bumps
Diffstat (limited to 'docs/libcurl/ABI')
-rw-r--r-- | docs/libcurl/ABI | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/libcurl/ABI b/docs/libcurl/ABI index f38c87888..6e19554a7 100644 --- a/docs/libcurl/ABI +++ b/docs/libcurl/ABI @@ -52,3 +52,18 @@ Downgrades that doesn't support the options your application needs. Or possibly you even downgrade so far so you cross an ABI break border and thus a different soname, and then your application may need to adapt to the modified ABI. + +History + + The previous major library soname number bumps (breaking backwards + compatibility) have happened the following times: + + 0 - libcurl 7.1, August 200 + + 1 - libcurl 7.5 December 2000 + + 2 - libcurl 7.7 March 2001 + + 3 - libcurl 7.12.0 June 2004 + + 4 - libcurl 7.16.0 October 2006 |