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 129bb3e THRIFT-4675: Fix int64 constants generation for map keys
new 8935c98 THRIFT-4753: re-version master to next release 0.13.0
new b96c438 THRIFT-4717: fix up make clean with autoconf
The 5583 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:
ApacheThrift.nuspec | 8 +-
CHANGES | 2924 --------------------
CHANGES.md | 21 +-
CMakeLists.txt | 2 +-
Makefile.am | 50 +-
Thrift.podspec | 4 +-
appveyor.yml | 2 +-
bootstrap.sh | 5 +-
bower.json | 2 +-
build/docker/{ => old}/ubuntu-artful/Dockerfile | 0
cleanup.sh | 89 -
configure.ac | 6 +-
contrib/thrift.spec | 2 +-
debian/rules | 2 -
doc/specs/idl.md | 2 +-
lib/as3/Makefile.am | 4 +
lib/as3/gradle.properties | 2 +-
lib/csharp/Makefile.am | 13 +-
.../ThriftMSBuildTask/Properties/AssemblyInfo.cs | 4 +-
.../ThriftMSBuildTask/ThriftMSBuildTask.csproj | 2 +-
lib/csharp/src/Properties/AssemblyInfo.cs | 4 +-
lib/csharp/src/Thrift.csproj | 2 +-
.../test/Multiplex/Client/MultiplexClient.csproj | 2 +-
.../Multiplex/Client/Properties/AssemblyInfo.cs | 4 +-
lib/csharp/test/Multiplex/Makefile.am | 13 +-
.../test/Multiplex/Server/MultiplexServer.csproj | 2 +-
.../Multiplex/Server/Properties/AssemblyInfo.cs | 4 +-
.../test/ThriftMVCTest/Properties/AssemblyInfo.cs | 4 +-
lib/d/Makefile.am | 8 +-
lib/d/src/thrift/base.d | 2 +-
lib/dart/Makefile.am | 10 +-
lib/dart/pubspec.yaml | 2 +-
lib/delphi/src/Thrift.pas | 2 +-
lib/erl/Makefile.am | 22 +-
lib/erl/src/thrift.app.src | 2 +-
lib/haxe/haxelib.json | 2 +-
lib/hs/thrift.cabal | 2 +-
lib/java/gradle.properties | 2 +-
lib/js/Makefile.am | 36 +-
lib/js/package-lock.json | 2 +-
lib/js/package.json | 11 +-
lib/js/src/thrift.js | 2 +-
lib/js/test/build.xml | 2 +-
lib/json/Makefile.am | 10 +-
lib/lua/Thrift.lua | 2 +-
lib/netcore/Makefile.am | 23 +-
lib/netcore/Thrift/Properties/AssemblyInfo.cs | 4 +-
.../Transports/Client/THttpClientTransport.cs | 2 +-
lib/nodejs/Makefile.am | 2 +-
lib/ocaml/_oasis | 2 +-
lib/perl/lib/Thrift.pm | 2 +-
lib/php/Makefile.am | 6 +-
lib/php/test/Makefile.am | 2 +
lib/py/Makefile.am | 12 +-
lib/py/setup.py | 2 +-
lib/rb/Makefile.am | 4 +
lib/rb/thrift.gemspec | 2 +-
lib/rs/Cargo.toml | 2 +-
lib/st/package.xml | 2 +-
lib/swift/Sources/Thrift.swift | 2 +-
lib/swift/Tests/ThriftTests/ThriftTests.swift | 2 +-
package-lock.json | 2 +-
package.json | 2 +-
sonar-project.properties | 6 +-
test/Makefile.am | 20 +-
test/c_glib/Makefile.am | 18 +-
test/cpp/Makefile.am | 2 +-
test/csharp/Properties/AssemblyInfo.cs | 4 +-
test/csharp/ThriftTest.csproj | 2 +-
test/dart/Makefile.am | 12 +-
test/dart/test_client/pubspec.yaml | 2 +-
test/erl/Makefile.am | 14 +-
test/erl/src/thrift_test.app.src | 2 +-
test/hs/Makefile.am | 11 +-
test/lua/Makefile.am | 5 +-
test/netcore/Makefile.am | 13 +-
test/perl/Makefile.am | 4 +-
test/php/Makefile.am | 7 +-
test/py.tornado/Makefile.am | 10 +-
test/py.twisted/Makefile.am | 10 +-
test/py/Makefile.am | 10 +-
test/rb/Makefile.am | 5 +
test/rs/Makefile.am | 2 +-
.../csharp/CsharpClient/Properties/AssemblyInfo.cs | 4 +-
.../csharp/CsharpServer/Properties/AssemblyInfo.cs | 4 +-
tutorial/d/Makefile.am | 7 +
tutorial/dart/Makefile.am | 10 +-
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/Makefile.am | 7 +-
tutorial/hs/ThriftTutorial.cabal | 2 +-
tutorial/netcore/Makefile.am | 9 +
tutorial/ocaml/_oasis | 2 +-
96 files changed, 424 insertions(+), 3167 deletions(-)
delete mode 100644 CHANGES
rename build/docker/{ => old}/ubuntu-artful/Dockerfile (100%)
delete mode 100755 cleanup.sh