Author: dreiss
Date: Tue Apr 7 23:44:01 2009
New Revision: 763040
URL: http://svn.apache.org/viewvc?rev=763040&view=rev
Log:
Add some more info to CHANGES and re-sort it
Modified:
incubator/thrift/trunk/CHANGES
Modified: incubator/thrift/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/CHANGES?rev=763040&r1=763039&r2=763040&view=diff
==============================================================================
--- incubator/thrift/trunk/CHANGES (original)
+++ incubator/thrift/trunk/CHANGES Tue Apr 7 23:44:01 2009
@@ -3,23 +3,33 @@
Release 0.1.0 / 4-7-09
Compatibility Breaking Changes:
- Ruby Library:
- * Generated files now have underscored names [THRIFT-421]
- * The library has been rearranged to be more Ruby-like [THRIFT-276]
+ C++ Library:
+ * It's quite possible that regenerating code and rebuilding will be
+ required. Make sure your headers match your libs!
Java Library:
- C++ Library:
-
Python Library:
+
+ Ruby Library:
+ * Generated files now have underscored names [THRIFT-421]
+ * The library has been rearranged to be more Ruby-like [THRIFT-276]
+
+ Erlang Library:
+ * Generated code will have to be regenerated, and the new code will
+ have to be deployed atomically with the new library code [THRIFT-136]
New Features and Bug Fixes:
- Ruby Library:
- * Support for TCompactProtocol [THRIFT-332]
+ C++ Library:
+ * Support for TCompactProtocol [THRIFT-333]
Java Library:
* Support for TCompactProtocol [THRIFT-110]
- C++ Library:
- * Support for TCompactProtocol [THRIFT-333]
+ Python Library:
+ * Support for Twisted [THRIFT-148]
+
+ Ruby Library:
+ * Support for TCompactProtocol [THRIFT-332]
+