mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user