This is an automated email from the ASF dual-hosted git repository.

jking pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.


    from bf51a9f  THRIFT-4695: Pre-Size Java Collections in Union
     add 384647d  Version 0.12.0
     add c3375d9  Merge remote-tracking branch 'origin/0.12.0' into 
consume-0.12.0
     add ab494bc  fix top level bower.json file - bad merge from release branch
     new e2109b9  Merge pull request #1653 from jeking3/consume-0.12.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                            | 252 ++++++++++++++++++++-
 Thrift-swift3.podspec                              |  12 +-
 Thrift.podspec                                     |  10 +-
 appveyor.yml                                       |   4 +-
 bower.json                                         |   1 +
 build/cmake/DefineCMakeDefaults.cmake              |   2 +-
 composer.json                                      |   8 +-
 configure.ac                                       |   2 +-
 contrib/fb303/py/setup.py                          |   6 +-
 contrib/thrift-maven-plugin/pom.xml                |   2 +-
 contrib/thrift.spec                                |   2 +-
 contrib/vagrant/centos-6.5/README.md               |   2 +-
 contrib/zeromq/csharp/ThriftZMQ.csproj             |   4 +-
 debian/changelog                                   |  26 ++-
 doap.rdf                                           |  10 +
 lib/cocoa/src/Thrift.h                             |   2 +-
 .../ThriftMSBuildTask/Properties/AssemblyInfo.cs   |   4 +-
 .../ThriftMSBuildTask/ThriftMSBuildTask.csproj     |   4 +-
 lib/csharp/src/Properties/AssemblyInfo.cs          |   4 +-
 lib/csharp/src/Thrift.csproj                       |   4 +-
 .../test/Multiplex/Client/MultiplexClient.csproj   |   4 +-
 .../test/Multiplex/Server/MultiplexServer.csproj   |   4 +-
 .../test/ThriftMVCTest/Properties/AssemblyInfo.cs  |   4 +-
 lib/d/src/thrift/base.d                            |   2 +-
 lib/dart/{LICENSE_HEADER => LICENSE}               |   0
 lib/dart/pubspec.yaml                              |   2 +-
 lib/delphi/src/Thrift.pas                          |   2 +-
 lib/erl/src/thrift.app.src                         |   2 +-
 lib/go/thrift/serializer_types_test.go             |   2 +-
 lib/haxe/README.md                                 |   6 +-
 lib/haxe/haxelib.json                              |   2 +-
 lib/hs/thrift.cabal                                |   2 +-
 lib/java/gradle.properties                         |   2 +-
 lib/js/src/thrift.js                               |   2 +-
 lib/lua/THttpTransport.lua                         |   2 +-
 lib/lua/Thrift.lua                                 |   2 +-
 lib/netcore/Thrift/Properties/AssemblyInfo.cs      |   4 +-
 .../Transports/Client/THttpClientTransport.cs      |   4 +-
 lib/ocaml/_oasis                                   |   2 +-
 lib/perl/lib/Thrift.pm                             |   2 +-
 lib/py/setup.py                                    |   4 +-
 lib/rb/thrift.gemspec                              |   4 +-
 lib/st/package.xml                                 |   2 +-
 package-lock.json                                  |   2 +-
 package.json                                       |   2 +-
 sonar-project.properties                           |   2 +-
 test/csharp/ThriftTest.csproj                      |   4 +-
 test/dart/test_client/pubspec.yaml                 |   2 +-
 test/erl/src/thrift_test.app.src                   |   2 +-
 tutorial/dart/client/pubspec.yaml                  |   2 +-
 tutorial/dart/console_client/pubspec.yaml          |   2 +-
 tutorial/dart/server/pubspec.yaml                  |   2 +-
 tutorial/delphi/DelphiClient/DelphiClient.dproj    |   4 +-
 tutorial/delphi/DelphiServer/DelphiServer.dproj    |   4 +-
 tutorial/hs/ThriftTutorial.cabal                   |   2 +-
 tutorial/ocaml/_oasis                              |   2 +-
 56 files changed, 367 insertions(+), 88 deletions(-)
 rename lib/dart/{LICENSE_HEADER => LICENSE} (100%)

Reply via email to