diff --git a/CHANGES b/CHANGES index 38a8c32bf1..d4800673e3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,13 @@ +2.5-beta-79 | 2016-10-13 15:58:48 -0700 + + * Fix MD5 problem with FreeBSD 11.0 and clang 3.8. The apparent + cause is some confusion in clang when using a static char inside a + static inline function that is refered to several compilation + units. (Johanna Amann) + + * Initial TLS 1.3 support, as of draft-16. (Johanna Amann) + 2.5-beta-73 | 2016-10-13 14:03:04 -0700 * Added missing README files for documentation. (Daniel Thayer) diff --git a/VERSION b/VERSION index e15f4e9912..3d0bb470bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5-beta-73 +2.5-beta-79 diff --git a/aux/broccoli b/aux/broccoli index 6a8707481e..0743c4f516 160000 --- a/aux/broccoli +++ b/aux/broccoli @@ -1 +1 @@ -Subproject commit 6a8707481e5423e30c874d14524ab1a377e81a5a +Subproject commit 0743c4f51600cc90aceccaee72ca879b271712d2