summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-01-10 21:10:34 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-01-10 21:10:34 +0800
commit851beabc93319d8dd05bff211b13d2b35ef097e0 (patch)
tree4cca31c6be5b2cf6509b6d9c24e7ae17abc03edb
parente16a0040d07afa4ac9c0548aa742ec18ec1395a8 (diff)
downloadgitpython-851beabc93319d8dd05bff211b13d2b35ef097e0.tar.gz
bump patch level3.1.26
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst12
2 files changed, 12 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 199eda56..265be638 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.25
+3.1.26
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index d955aebe..82106ee4 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -1,6 +1,16 @@
=========
Changelog
-=========
+
+3.1.26
+======
+
+- Fixes a leaked file descriptor when reading the index, which would cause make writing a previously
+ read index on windows impossible.
+ See https://github.com/gitpython-developers/GitPython/issues/1395 for details.
+
+See the following for all changes.
+https://github.com/gitpython-developers/gitpython/milestone/56?closed=1
+
3.1.25
======