summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2016-11-12 21:25:14 +0600
committerClaude Paroz <claude@2xlibre.net>2017-02-23 10:26:14 +0100
commiteff483ff3209b09dbcfbb4a8a137825186c267b1 (patch)
tree553f6af742183825ab2f9d3b73249213aced9f53 /docs
parent92ce31fd8ced13384e3f5aea80a7d7f437870e74 (diff)
[1.10.x] Fixed #27479 -- Fixed GDALClose prototype
Backport of faf8a253d3fc2d870fb7ab860581e942d2ad9fbc from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.6.txt b/docs/releases/1.10.6.txt
index 41a308bba8..6c88d1a714 100644
--- a/docs/releases/1.10.6.txt
+++ b/docs/releases/1.10.6.txt
@@ -20,3 +20,6 @@ Bugfixes
* Fixed query expression date subtraction accuracy on PostgreSQL for
differences large an a month (:ticket:`27856`).
+
+* Fixed a ``GDALException`` raised by ``GDALClose`` on GDAL >= 2.0
+ (:ticket:`27479`).