aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-02-27 20:38:56 +0000
committerlloyd <[email protected]>2013-02-27 20:38:56 +0000
commita89d21a2194e9175cd5d65742d44a82172834fe0 (patch)
tree9b48feb7400bba5779039b9e218321f0fc108bab /doc
parent8e9823b6c6a23ed26084500ef61f386dfba83ef2 (diff)
Initial notes for 1.10.5
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_10_5.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/relnotes/1_10_5.rst b/doc/relnotes/1_10_5.rst
new file mode 100644
index 000000000..986dec63b
--- /dev/null
+++ b/doc/relnotes/1_10_5.rst
@@ -0,0 +1,9 @@
+Version 1.10.5, Not Yet Released
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* A potential crash in the AES-NI implementation of the AES-192 key
+ schedule (caused by misaligned loads) has been fixed.
+
+* Use correct flags for creating a shared library on OS X under Clang.
+
+* Fix a compile time incompatability with Visual C++ 2012.