Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
new binary for osx with different exception handling.
Browse files Browse the repository at this point in the history
bumping version in anticipation of new release.
  • Loading branch information
Nick Kallen committed Nov 2, 2011
1 parent 4a656b6 commit 4993691
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Changlog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.0

* Previously, all exceptions were caught and returned to the client as
TApplicationExceptions. Now, only exceptions declared in the .thrift file are
caught. Others will propagate as Future.exceptions.

# 2.0.0

* bundle non-finagle thrift binaries
* bundle non-finagle thrift binaries
4 changes: 2 additions & 2 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Project properties
#Wed Aug 17 16:41:31 PDT 2011
#Wed Nov 02 19:12:12 EDT 2011
project.organization=com.twitter
project.name=sbt-thrift
sbt.version=0.7.4
project.version=2.0.2-SNAPSHOT
project.version=2.1.0-SNAPSHOT
build.scala.versions=2.7.7
project.initialize=false
Binary file modified src/main/resources/thrift/thrift-finagle.osx10.6
Binary file not shown.

0 comments on commit 4993691

Please sign in to comment.