Skip to content

Commit 2cf2e54

Browse files
committed
Prepare for v0.25.3 release
1 parent 2f4f98c commit 2cf2e54

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
1111
- Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>
1212

13+
## v0.25.3 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.25.2..v0.25.3))
14+
15+
This is a security release fixing a number of possible security issues,
16+
including hardening validation for submodule validation to help protect
17+
against CVE 2018-17456, and a number of possible errors found by fuzzing
18+
the libgit2 native library.
19+
20+
This release includes [libgit2
21+
v0.27.5](https://github.com/libgit2/libgit2/releases/tag/v0.27.5).
22+
1323
## v0.25.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.25..v0.25.1))
1424

1525
This is a security release fixing insufficient validation of submodule

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.25.2",
3+
"version": "0.25.3",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$", // we release out of master
66
"^refs/heads/maint/v\\d+(?:\\.\\d+)?$" // and maint/vNN branches

0 commit comments

Comments
 (0)