From 10a22bf1f66f4851fffc45ce5c377e5c9df13eed Mon Sep 17 00:00:00 2001 From: David Reiss Date: Mon, 21 Apr 2008 18:08:07 +0000 Subject: [PATCH] Version bump to 20080411. Also updated CONTRIBUTORS and NEWS. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665665 13f79535-47bb-0310-9956-ffa450edef68 --- CONTRIBUTORS | 21 ++++++++++++--------- NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 42 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 951be0ca..fd954f8d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,26 +1,29 @@ +Chad Walters +-TJSONProtocol for C++ and Java + Nitay --Support for "make check". +-Support for "make check" William Morgan --Miscellaneous Ruby improvements. +-Miscellaneous Ruby improvements Ben Maurer --Restructuring the way Autoconf is used. +-Restructuring the way Autoconf is used Patrick Collison --Smalltalk bindings. +-Smalltalk bindings Dave Simpson --Better support for connection tracking in the C++ server. --Miscellaneous fixes. +-Better support for connection tracking in the C++ server +-Miscellaneous fixes Igor Afanasyev -Perl HttpClient and bugfixes Todd Berman --MinGW port of the compiler. --C# bindings. --MS build task. +-MinGW port of the compiler +-C# bindings +-MS build task ---------------- Release 20070917 diff --git a/NEWS b/NEWS index eb15fd14..2369f61d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +Release Notes for Thrift 20080411 + +.equals and .hashCode() for Java scturcts (developed by dreiss). + +Improvments to the C++ TSocketPool (developed by akhil). + +PHP (de)serialization extension (developed by dweatherford). + +Add fb303 to contrib (developed by Facebook). + +TJSONProtocol for C++ and Java (contributed by Chad Walters of Powerset). + +Support for "make check" and better tests (contributed by Nitay). + +Smalltalk support (contributed by Patrick Collison). + +Dave Simpson +Better support for connection tracking in the C++ server (contributed by +Dave Simpson of Powerset). + +Perl HttpClient (contributed by Igor Afanasyev of Evernote). + +C# support (contributed by Todd Berman of imeem). + +MinGW port of the compiler (contributed by Todd Berman of imeem). + +Tons of small improvements and bug fixes. + + Release Notes for Thrift 20070917 TBinaryProtocol now includes a protocol version number in messaged. diff --git a/configure.ac b/configure.ac index eb47c031..c92e047e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([thrift], [20070917]) +AC_INIT([thrift], [20080411]) AC_CONFIG_AUX_DIR([.]) -- 2.17.1