Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-10-08 13:12:11 +0300
committerEdward Thomson <ethomson@edwardthomson.com>2018-10-08 13:19:34 +0300
commit2cf2e54b318090776e5e4423758dc4a37ea29c47 (patch)
treee06826f05073a817c695d9c6559d84a22b4a9b8d
parent2f4f98caae2a554db2719fe04deb199856ed94ed (diff)
Prepare for v0.25.3 release
-rw-r--r--CHANGES.md10
-rw-r--r--version.json2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c9b6cba4..bb5149ec 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -10,6 +10,16 @@
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
- Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>
+## v0.25.3 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.25.2..v0.25.3))
+
+This is a security release fixing a number of possible security issues,
+including hardening validation for submodule validation to help protect
+against CVE 2018-17456, and a number of possible errors found by fuzzing
+the libgit2 native library.
+
+This release includes [libgit2
+v0.27.5](https://github.com/libgit2/libgit2/releases/tag/v0.27.5).
+
## v0.25.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.25..v0.25.1))
This is a security release fixing insufficient validation of submodule
diff --git a/version.json b/version.json
index 8e1e4694..d067fdee 100644
--- a/version.json
+++ b/version.json
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
- "version": "0.25.2",
+ "version": "0.25.3",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/maint/v\\d+(?:\\.\\d+)?$" // and maint/vNN branches