meta: revert soname version update

Changing our SONAME / ABI version update policy without an announcement
is a breaking change. Provide time to announce a policy update.
This commit is contained in:
Edward Thomson
2024-12-28 08:28:35 +00:00
parent c536fcbb85
commit 3aeb5bd0f6
2 changed files with 5 additions and 6 deletions

View File

@@ -33,11 +33,10 @@ This means that v2.0 will have API and ABI changes to support SHA256.
so that the blame functionality can be benchmarked by our benchmark
suite.
* **SONAME changed**
libgit2 will now properly update its SONAME version information when
ABI chnages occur. We hope that by correcting this oversight, users
and distribution vendors, will be able to integrate new versions of
libgit2 more easily.
* **More CLI commands**
libgit2 has added `blame` and `init` commands, which have allowed for
[further benchmarking](https://benchmarks.libgit2.org/) and several API
improvements and git compatibility updates.
## Breaking changes

View File

@@ -46,7 +46,7 @@ GIT_BEGIN_DECL
* only be changed when the library has a breaking ABI change, and so
* may not reflect the library's API version number.
*/
#define LIBGIT2_SOVERSION "2.0"
#define LIBGIT2_SOVERSION "1.9"
/**
* An integer value representing the libgit2 version number. For example,