aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_10_3.rst
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-07-10 14:08:43 +0000
committerlloyd <[email protected]>2012-07-10 14:08:43 +0000
commitb6bece8924afd8bd078c53b0354a239e33fc62ce (patch)
tree09d498e23ddee67acbab4308f94bfe24a296989c /doc/relnotes/1_10_3.rst
parent84913296d62f59fce5db5c87802c8a026d39c54a (diff)
Add relnotes and update download links for 1.10.3
Diffstat (limited to 'doc/relnotes/1_10_3.rst')
-rw-r--r--doc/relnotes/1_10_3.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/relnotes/1_10_3.rst b/doc/relnotes/1_10_3.rst
new file mode 100644
index 000000000..c4ae2090d
--- /dev/null
+++ b/doc/relnotes/1_10_3.rst
@@ -0,0 +1,11 @@
+Version 1.10.3, 2012-07-10
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+A change in 1.10.2 accidentally broke ABI compatibility with 1.10.1
+and earlier versions, causing programs compiled against 1.10.1 to
+crash if linked with 1.10.2 at runtime.
+
+Recent versions of OpenSSL include extra information in ECC private
+keys, the presence of which caused an exception when such a key was
+loaded by botan. The decoding of ECC private keys has been changed to
+ignore these fields if they are set.