summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md1
-rw-r--r--debian/changelog6
-rwxr-xr-xdoap.rdf5
3 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b2d726cbd..eddc05fd9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -187,6 +187,7 @@
- [THRIFT-5203](https://issues.apache.org/jira/browse/THRIFT-5203) - Remove Unused toString Method in TSerializer
- [THRIFT-5237](https://issues.apache.org/jira/browse/THRIFT-5237) - Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class
- [THRIFT-5247](https://issues.apache.org/jira/browse/THRIFT-5247) - Avoiding meaningless System.copy
+- [THRIFT-5274](https://issues.apache.org/jira/browse/THRIFT-5274) - Thrift 0.13.0 does not work with JDK8
- [THRIFT-5287](https://issues.apache.org/jira/browse/THRIFT-5287) - Log When Client Connections are Dropped
- [THRIFT-5288](https://issues.apache.org/jira/browse/THRIFT-5288) - Move Support for ByteBuffer into TTransport
diff --git a/debian/changelog b/debian/changelog
index f91921a55..8fd900c73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+thrift (0.14.0) stable; urgency=low
+
+ * update to 0.14.0
+
+ -- Apache Thrift Developers <dev@thrift.apache.org> Thu, 04 Feb 2021 17:00:00 -0500
+
thrift (0.13.0) stable; urgency=low
* update to 0.13.0
diff --git a/doap.rdf b/doap.rdf
index 77b911324..6094de728 100755
--- a/doap.rdf
+++ b/doap.rdf
@@ -59,6 +59,11 @@
<release rdf:parseType="Collection">
<Version>
<name>Apache Thrift</name>
+ <created>2021-02-04</created>
+ <revision>0.14.0</revision>
+ </Version>
+ <Version>
+ <name>Apache Thrift</name>
<created>2019-10-11</created>
<revision>0.13.0</revision>
</Version>