summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-03-09 10:25:29 -0500
committerJames E. King III <jking@apache.org>2019-03-09 10:25:29 -0500
commita9b748bb0e02a2b6aaa3f39d09ec7f1fa47a0cf4 (patch)
tree8ef5c6ffe4dba744b5a5fc3e0435653fcdb8f30a
parent7a51197bed35f39118e705fc85a2bf5229a3251e (diff)
downloadthrift-0.9.3.1.tar.gz
Updated CHANGES0.9.3.10.9.3.1
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 86992614a..db6841bc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
Apache Thrift Changelog
+Thrift 0.9.3.1
+--------------------------------------------------------------------------------
+## Bug
+ * [THRIFT-4506] - CVE-2018-1320 for Java SASL backported from 0.12.0
+
+
Thrift 0.9.3
--------------------------------------------------------------------------------
## Bug
@@ -249,7 +255,7 @@ Thrift 0.9.3
* [THRIFT-3176] - Union incorrectly implements ==
* [THRIFT-3177] - Fails to run rake test
* [THRIFT-3180] - lua plugin: framed transport do not work
- * [THRIFT-3179] - lua plugin cant connect to remote server because function l_socket_create_and_connect always bind socket to localhost
+ * [THRIFT-3179] - lua plugin cant connect to remote server because function l_socket_create_and_connect always bind socket to localhost
* [THRIFT-3248] - TypeScript: additional comma in method signature without parameters
* [THRIFT-3302] - Go JSON protocol should encode Thrift byte type as signed integer string
* [THRIFT-3297] - c_glib: an abstract base class is not generated