aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-02-21 22:50:14 +0000
committerlloyd <[email protected]>2014-02-21 22:50:14 +0000
commit4a8feb3bdd422aede7c888ff97bb5f39cebb1f63 (patch)
treed9b6a532ca6a4e550f4d125913e5cfa3e82cde16 /doc
parent6f96b54519ba799418fca4e4efd2a0c60163d052 (diff)
Use stdint.h instead of cstdint for Clang. Bugzilla 266
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_9.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_9.rst b/doc/relnotes/1_11_9.rst
index 6ee0b4baf..85cfcb843 100644
--- a/doc/relnotes/1_11_9.rst
+++ b/doc/relnotes/1_11_9.rst
@@ -7,3 +7,6 @@ Version 1.11.9, Not Yet Released
* Fix a bug introduced in 1.11.5 which could cause crashes or other
incorrect behavior when a cipher mode filter was followed in the
pipe by another filter, and that filter had a non-empty start_msg.
+
+ * The types.h header now uses stdint.h rather than cstdint to avoid
+ problems with Clang on OS X.