Skip to content

Commit

Permalink
Version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarrell authored and jeking3 committed Dec 19, 2018
1 parent 9b75e4f commit 384647d
Show file tree
Hide file tree
Showing 63 changed files with 380 additions and 101 deletions.
252 changes: 250 additions & 2 deletions CHANGES

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Thrift-swift3.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Pod::Spec.new do |s|
s.name = "Thrift-swift3"
s.version = "1.1.0"
s.name = "Thrift-swift3"
s.version = "0.12.0"
s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC."
s.description = <<-DESC
The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages.
DESC
s.homepage = "http://thrift.apache.org"
s.license = { :type => 'Apache License, Version 2.0', :url => 'https://raw.github.com/apache/thrift/thrift-0.9.0/LICENSE' }
s.author = { "The Apache Software Foundation" => "apache@apache.org" }
s.license = { :type => 'Apache License, Version 2.0', :url => 'https://www.apache.org/licenses/LICENSE-2.0' }
s.author = { "Apache Thrift Developers" => "dev@thrift.apache.org" }
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.requires_arc = true
s.source = { :git => "https://github.com/apache/thrift.git", :tag => "thrift-1.0.0" }
s.source = { :git => "https://github.com/apache/thrift.git", :tag => "0.12.0" }
s.source_files = "lib/swift/Sources/*.swift"
end
10 changes: 5 additions & 5 deletions Thrift.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = "Thrift"
s.version = "1.0.0"
s.version = "0.12.0"
s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC."
s.description = <<-DESC
The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages.
DESC
s.homepage = "http://thrift.apache.org"
s.license = { :type => 'Apache License, Version 2.0', :url => 'https://raw.github.com/apache/thrift/thrift-0.9.0/LICENSE' }
s.author = { "The Apache Software Foundation" => "apache@apache.org" }
s.license = { :type => 'Apache License, Version 2.0', :url => 'https://www.apache.org/licenses/LICENSE-2.0' }
s.author = { "Apache Thrift Developers" => "dev@thrift.apache.org" }
s.requires_arc = true
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.8'
s.ios.framework = 'CFNetwork'
s.osx.framework = 'CoreServices'
s.source = { :git => "https://github.com/apache/thrift.git", :tag => "thrift-1.0.0" }
s.source = { :git => "https://github.com/apache/thrift.git", :tag => "0.12.0" }
s.source_files = 'lib/cocoa/src/**/*.{h,m,swift}'
end
end
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# build Apache Thrift on AppVeyor - https://ci.appveyor.com

version: '1.0.0-dev.{build}'
version: '0.12.0.{build}'

shallow_clone: true

Expand Down Expand Up @@ -107,4 +107,4 @@ test_script:
#
# also need:
# environment:
# APPVEYOR_RDP_PASSWORD: thr1FT2345$xyzZ
# APPVEYOR_RDP_PASSWORD: thr1FT2345$xyzZ
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "thrift",
"version": "0.12.0",
"homepage": "https://git-wip-us.apache.org/repos/asf/thrift.git",
"authors": [
"Apache Thrift <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion build/cmake/DefineCMakeDefaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
set(CMAKE_COLOR_MAKEFILE ON)

# Define the generic version of the libraries here
set(GENERIC_LIB_VERSION "0.1.0")
set(GENERIC_LIB_VERSION "0.12.0")
set(GENERIC_LIB_SOVERSION "0")

# Set the default build type to release with debug info
Expand Down
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "apache/thrift",
"description": "Apache Thrift RPC system",
"homepage": "http://thrift.apache.org/",
"homepage": "https://thrift.apache.org/",
"type": "library",
"keywords": ["RPC"],
"license": "Apache-2.0",
"readme": "README.md",
"authors": [
{
"name": "Apache Thrift Developers",
Expand All @@ -28,10 +30,10 @@
"autoload-dev": {
"psr-4": {"Test\\Thrift\\": "lib/php/test/"}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "1.0.0-dev"
"dev-master": "1.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
AC_PREREQ(2.65)
AC_CONFIG_MACRO_DIR([./aclocal])

AC_INIT([thrift], [1.0.0-dev])
AC_INIT([thrift], [0.12.0])

AC_CONFIG_AUX_DIR([.])

Expand Down
4 changes: 2 additions & 2 deletions contrib/Rebus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@

[assembly: Guid("0af10984-40d3-453d-b1e5-421529e8c7e2")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.12.0.0")]
[assembly: AssemblyFileVersion("0.12.0.0")]
2 changes: 1 addition & 1 deletion contrib/fb303/py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from distutils.core import setup, Extension, Command

setup(name='thrift_fb303',
version='1.0.0-dev',
version='0.12.0',
description='Python bindings for the Apache Thrift FB303',
author=['Thrift Developers'],
author_email=['[email protected]'],
Expand Down
2 changes: 1 addition & 1 deletion contrib/thrift-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<artifactId>thrift-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>thrift-maven-plugin</name>
<version>1.0-SNAPSHOT</version>
<version>0.12.0</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion contrib/thrift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Name: thrift
License: Apache License v2.0
Group: Development
Summary: RPC and serialization framework
Version: 0.11.0
Version: 0.12.0
Release: 0
URL: http://thrift.apache.org
Packager: Thrift Developers <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion contrib/vagrant/centos-6.5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This will download and launch the base box VM under VirtualBox and run the Apach
$ vagrant ssh
[vagrant@thrift ~]$ cd /thrift
[vagrant@thrift thrift]$ compiler/cpp/thrift --version
Thrift version 1.0.0-dev
Thrift version 0.12.0

The provisioning script (inside the Vagrantfile) runs ./bootstrap.sh, ./configure, make and make check, but does not install thrift. To install thrift run "make install".

Expand Down
4 changes: 2 additions & 2 deletions contrib/zeromq/csharp/ThriftZMQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationVersion>0.12.0</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -88,4 +88,4 @@
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
26 changes: 22 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
thrift (1.0.0-dev) stable; urgency=low
* update version
* fix libthrift0.install
thrift (0.12.0) stable; urgency=low

-- Roger Meier <[email protected]> Tue, 08 Jan 2013 22:40:12 +0100
* update to 0.12.0

-- Jake Farrell <[email protected]> Wed, 15 Oct 2018 12:00:00 -0500

thrift (0.11.0) stable; urgency=low

* update to 0.11.0

-- Jake Farrell <[email protected]> Wed, 07 Dec 2017 20:07:00 -0500

thrift (0.10.0) stable; urgency=low

* update to 0.10.0

-- Jake Farrell <[email protected]> Wed, 03 Jan 2017 16:52:00 -0500

thrift (0.9.3) stable; urgency=low

* update to 0.9.3

-- Jake Farrell <[email protected]> Wed, 11 Oct 2015 17:22:00 -0500

thrift (0.9.0) stable; urgency=low

Expand Down
10 changes: 10 additions & 0 deletions doap.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@
<category rdf:resource="http://projects.apache.org/category/network-client" />
<category rdf:resource="http://projects.apache.org/category/network-server" />
<release rdf:parseType="Collection">
<Version>
<name>Apache Thrift</name>
<created>2018-10-15</created>
<revision>0.12.0</revision>
</Version>
<Version>
<name>Apache Thrift</name>
<created>2017-11-30</created>
<revision>0.11.0</revision>
</Version>
<Version>
<name>Apache Thrift</name>
<created>2017-03-01</created>
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoa/src/Thrift.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
* under the License.
*/

#define ThriftVersion @"1.0.0-dev"
#define ThriftVersion @"0.12.0"
4 changes: 2 additions & 2 deletions lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.0.*")]
[assembly: AssemblyFileVersion("0.11.0.*")]
[assembly: AssemblyVersion("0.12.0.*")]
[assembly: AssemblyFileVersion("0.12.0.*")]
4 changes: 2 additions & 2 deletions lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationVersion>0.12.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -115,4 +115,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
4 changes: 2 additions & 2 deletions lib/csharp/src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("0.12.0.1")]
[assembly: AssemblyFileVersion("0.12.0.1")]
4 changes: 2 additions & 2 deletions lib/csharp/src/Thrift.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationVersion>0.12.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -153,4 +153,4 @@
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>
</Project>
4 changes: 2 additions & 2 deletions lib/csharp/test/Multiplex/Client/MultiplexClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationVersion>0.12.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down Expand Up @@ -145,4 +145,4 @@ for %25%25I in ("%25THRIFT_FILE%25") do set THRIFT_SHORT=%25%25~fsI

</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions lib/csharp/test/Multiplex/Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.12.0.0")]
[assembly: AssemblyFileVersion("0.12.0.0")]
4 changes: 2 additions & 2 deletions lib/csharp/test/Multiplex/Server/MultiplexServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationVersion>0.12.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down Expand Up @@ -145,4 +145,4 @@ for %25%25I in ("%25THRIFT_FILE%25") do set THRIFT_SHORT=%25%25~fsI

</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.12.0.0")]
[assembly: AssemblyFileVersion("0.12.0.0")]
4 changes: 2 additions & 2 deletions lib/csharp/test/ThriftMVCTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("0.12.0.0")]
[assembly: AssemblyFileVersion("0.12.0.0")]
2 changes: 1 addition & 1 deletion lib/d/src/thrift/base.d
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TCompoundOperationException : TException {
/// The Thrift version string, used for informative purposes.
// Note: This is currently hardcoded, but will likely be filled in by the build
// system in future versions.
enum VERSION = "1.0.0 dev";
enum VERSION = "0.12.0";

/**
* Functions used for logging inside Thrift.
Expand Down
2 changes: 1 addition & 1 deletion lib/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

name: thrift
version: 1.0.0-dev
version: 0.12.0
description: >
A Dart library for Apache Thrift
author: Apache Thrift Developers <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion lib/delphi/src/Thrift.pas
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface
Thrift.Protocol;

const
Version = '1.0.0-dev';
Version = '0.12.0';

type
TException = Thrift.Exception.TException; // compatibility alias
Expand Down
2 changes: 1 addition & 1 deletion lib/erl/src/thrift.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{description, "Thrift bindings"},

% The version of the applicaton
{vsn, "1.0.0-dev"},
{vsn, "0.12.0"},

% All modules used by the application.
{modules, [
Expand Down
2 changes: 1 addition & 1 deletion lib/go/thrift/serializer_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package thrift

// Autogenerated by Thrift Compiler (1.0.0-dev)
// Autogenerated by Thrift Compiler (0.12.0)
// DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

/* THE FOLLOWING THRIFT FILE WAS USED TO CREATE THIS
Expand Down
4 changes: 2 additions & 2 deletions lib/haxe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ either from the official ASF repo, or via the github mirror.

- To set up any **stable version**, choose the appropriate branch (e.g. `0.10.0`):

- `haxelib git thrift https://git.apache.org/thrift.git 0.10.0 lib/haxe`
- `haxelib git thrift https://github.com/apache/thrift.git 0.10.0 lib/haxe`
- `haxelib git thrift https://git.apache.org/thrift.git 0.12.0 lib/haxe`
- `haxelib git thrift https://github.com/apache/thrift.git 0.12.0 lib/haxe`

- To set up the current **development version**, use the `master` branch:

Expand Down
2 changes: 1 addition & 1 deletion lib/haxe/haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache",
"tags": ["thrift", "rpc", "serialization", "cross", "framework"],
"description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
"version": "1.0.0-dev",
"version": "0.12.0",
"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
"contributors": ["Apache Software Foundation (ASF)"],
"dependencies": { },
Expand Down
Loading

0 comments on commit 384647d

Please sign in to comment.