Skip to content

Commit

Permalink
Version bump to 20080411.
Browse files Browse the repository at this point in the history
Also updated CONTRIBUTORS and NEWS.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665665 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dreiss committed Apr 21, 2008
1 parent 962c37d commit 4b956bd
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 10 deletions.
21 changes: 12 additions & 9 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
Chad Walters <chad@powerset.com>
-TJSONProtocol for C++ and Java

Nitay <nitayj@gmail.com>
-Support for "make check".
-Support for "make check"

William Morgan <w@adap.tv>
-Miscellaneous Ruby improvements.
-Miscellaneous Ruby improvements

Ben Maurer <bmaurer@andrew.cmu.edu>
-Restructuring the way Autoconf is used.
-Restructuring the way Autoconf is used

Patrick Collison <patrick@collison.ie>
-Smalltalk bindings.
-Smalltalk bindings

Dave Simpson <dave@powerset.com>
-Better support for connection tracking in the C++ server.
-Miscellaneous fixes.
-Better support for connection tracking in the C++ server
-Miscellaneous fixes

Igor Afanasyev <afan@evernote.com>
-Perl HttpClient and bugfixes

Todd Berman <tberman@imeem.com>
-MinGW port of the compiler.
-C# bindings.
-MS build task.
-MinGW port of the compiler
-C# bindings
-MS build task

----------------
Release 20070917
Expand Down
29 changes: 29 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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 <dave@powerset.com>
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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)

AC_INIT([thrift], [20070917])
AC_INIT([thrift], [20080411])

AC_CONFIG_AUX_DIR([.])

Expand Down

0 comments on commit 4b956bd

Please sign in to comment.