Skip to content

Commit 65291da

Browse files
committed
version 0.14.1
1 parent 65fb49b commit 65291da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+71
-66
lines changed

ApacheThrift.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
the "Thrift" project.
2020
2. nuget setApiKey <your-api-key>
2121
3. nuget pack ApacheThrift.nuspec -Symbols -SymbolPackageFormat snupkg
22-
4. nuget push ApacheThrift.0.14.0.nupkg -Source https://api.nuget.org/v3/index.json
22+
4. nuget push ApacheThrift.0.14.1.nupkg -Source https://api.nuget.org/v3/index.json
2323
-->
2424

2525
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
2626
<metadata>
2727
<id>ApacheThrift</id>
28-
<version>0.14.0</version>
29-
<title>Apache Thrift 0.14.0</title>
28+
<version>0.14.1</version>
29+
<title>Apache Thrift 0.14.1</title>
3030
<authors>Apache Thrift Developers</authors>
3131
<owners>Apache Software Foundation</owners>
3232
<license type="expression">Apache-2.0</license>
@@ -36,7 +36,7 @@
3636
<description>
3737
Contains runtime libraries from lib/netstd for netstandard2.0 framework development.
3838
</description>
39-
<repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.14.0" />
39+
<repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.14.1" />
4040
<tags>Apache Thrift RPC</tags>
4141
</metadata>
4242
<files>

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828

2929
# PACKAGE_VERSION is used by cpack scripts currently
3030
# Both thrift_VERSION and PACKAGE_VERSION should be the same for now
31-
set(thrift_VERSION "0.14.0")
31+
set(thrift_VERSION "0.14.1")
3232
set(PACKAGE_VERSION ${thrift_VERSION})
3333

3434
project("thrift" VERSION ${PACKAGE_VERSION})

Thrift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Thrift'
3-
s.version = '0.14.0'
3+
s.version = '0.14.1'
44
s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC."
55
s.description = <<-DESC
66
The Apache Thrift scalable cross-language software framework for networked services development combines a software stack with a code generation engine to build services that work efficiently and seamlessly between many programming languages.
@@ -10,6 +10,6 @@ The Apache Thrift scalable cross-language software framework for networked servi
1010
s.author = { 'Apache Thrift Developers' => '[email protected]' }
1111
s.ios.deployment_target = '9.0'
1212
s.osx.deployment_target = '10.10'
13-
s.source = { :git => 'https://github.com/apache/thrift.git', :tag => 'v0.14.0' }
13+
s.source = { :git => 'https://github.com/apache/thrift.git', :tag => 'v0.14.1' }
1414
s.source_files = 'lib/swift/Sources/*.swift'
1515
end

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

22-
version: '0.14.0.{build}'
22+
version: '0.14.1.{build}'
2323

2424
shallow_clone: true
2525

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thrift",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"homepage": "https://github.com/apache/thrift.git",
55
"authors": [
66
"Apache Thrift <[email protected]>"

build/veralign.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ FILES[lib/js/package-lock.json]=jsonReplace
7171
FILES[lib/js/package.json]=jsonReplace
7272
FILES[lib/js/src/thrift.js]=simpleReplace
7373
FILES[lib/lua/Thrift.lua]=simpleReplace
74-
FILES[lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Properties/AssemblyInfo.cs]=simpleReplace
7574
FILES[lib/netstd/Thrift/Properties/AssemblyInfo.cs]=simpleReplace
7675
FILES[lib/netstd/Thrift/Properties/AssemblyInfo.cs]=simpleReplace
7776
FILES[lib/netstd/Thrift/Thrift.csproj]=simpleReplace
@@ -90,18 +89,13 @@ FILES[package.json]=jsonReplace
9089
FILES[sonar-project.properties]=simpleReplace
9190
FILES[test/dart/test_client/pubspec.yaml]=pubspecReplace
9291
FILES[test/erl/src/thrift_test.app.src]=simpleReplace
93-
FILES[test/netstd/Client/Properties/AssemblyInfo.cs]=simpleReplace
94-
FILES[test/netstd/Server/Properties/AssemblyInfo.cs]=simpleReplace
9592
FILES[Thrift.podspec]=simpleReplace
9693
FILES[tutorial/dart/client/pubspec.yaml]=pubspecReplace
9794
FILES[tutorial/dart/console_client/pubspec.yaml]=pubspecReplace
9895
FILES[tutorial/dart/server/pubspec.yaml]=pubspecReplace
9996
FILES[tutorial/delphi/DelphiClient/DelphiClient.dproj]=simpleReplace
10097
FILES[tutorial/delphi/DelphiServer/DelphiServer.dproj]=simpleReplace
10198
FILES[tutorial/hs/ThriftTutorial.cabal]=simpleReplace
102-
FILES[tutorial/netstd/Client/Properties/AssemblyInfo.cs]=simpleReplace
103-
FILES[tutorial/netstd/Interfaces/Properties/AssemblyInfo.cs]=simpleReplace
104-
FILES[tutorial/netstd/Server/Properties/AssemblyInfo.cs]=simpleReplace
10599
FILES[tutorial/ocaml/_oasis]=simpleReplace
106100

107101

compiler/cpp/src/thrift/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
#pragma once
2525
#endif // _MSC_VER
2626

27-
#define THRIFT_VERSION "0.14.0"
27+
#define THRIFT_VERSION "0.14.1"
2828

2929
#endif // _THRIFT_VERSION_H_

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
AC_PREREQ(2.65)
2121
AC_CONFIG_MACRO_DIR([./aclocal])
2222

23-
AC_INIT([thrift], [0.14.0])
23+
AC_INIT([thrift], [0.14.1])
2424

2525
AC_CONFIG_AUX_DIR([.])
2626

contrib/Rebus/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434

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

37-
[assembly: AssemblyVersion("1.0.0.0")]
38-
[assembly: AssemblyFileVersion("1.0.0.0")]
37+
[assembly: AssemblyVersion("0.14.1.0")]
38+
[assembly: AssemblyFileVersion("0.14.1.0")]

contrib/thrift-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<artifactId>thrift-maven-plugin</artifactId>
3333
<packaging>maven-plugin</packaging>
3434
<name>thrift-maven-plugin</name>
35-
<version>0.14.0</version>
35+
<version>0.14.1</version>
3636

3737
<properties>
3838
<maven.compiler.source>1.8</maven.compiler.source>

contrib/thrift.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Name: thrift
2828
License: Apache License v2.0
2929
Group: Development
3030
Summary: RPC and serialization framework
31-
Version: 0.14.0
31+
Version: 0.14.1
3232
Release: 0
3333
URL: http://thrift.apache.org
3434
Packager: Thrift Developers <[email protected]>

contrib/zeromq/csharp/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
3737
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
3838

39-
[assembly: AssemblyVersion("1.0.*")]
39+
[assembly: AssemblyVersion("0.14.1.0")]
4040

4141
// The following attributes are used to specify the signing key for the assembly,
4242
// if desired. See the Mono documentation for more information about signing.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
thrift (0.14.1) stable; urgency=low
2+
3+
* update to 0.14.1
4+
5+
-- Apache Thrift Developers <[email protected]> Tue, 02 Mar 2021 21:00:00 +0100
6+
17
thrift (0.14.0) stable; urgency=low
28

39
* update to 0.14.0

doap.rdf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<category rdf:resource="http://projects.apache.org/category/network-client" />
5858
<category rdf:resource="http://projects.apache.org/category/network-server" />
5959
<release rdf:parseType="Collection">
60+
<Version>
61+
<name>Apache Thrift</name>
62+
<created>2021-03-02</created>
63+
<revision>0.14.1</revision>
64+
</Version>
6065
<Version>
6166
<name>Apache Thrift</name>
6267
<created>2021-02-04</created>

doc/specs/idl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Thrift interface description language
22

3-
For Thrift version 0.14.0.
3+
For Thrift version 0.14.1.
44

55
The Thrift interface definition language (IDL) allows for the definition of [Thrift Types](/docs/types). A Thrift IDL file is processed by the Thrift code generator to produce code for the various target languages to support the defined structs and services in the IDL file.
66

lib/as3/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is shared currently between this Gradle build and the
22
# Ant builds for fd303 and JavaScript. Keep the dotted notation for
33
# the properties to minimize the changes in the dependencies.
4-
thrift.version=0.14.0
4+
thrift.version=0.14.1
55
thrift.groupid=org.apache.thrift
66
release=false
77
sign=false

lib/d/src/thrift/base.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class TCompoundOperationException : TException {
5050
/// The Thrift version string, used for informative purposes.
5151
// Note: This is currently hardcoded, but will likely be filled in by the build
5252
// system in future versions.
53-
enum VERSION = "0.14.0";
53+
enum VERSION = "0.14.1";
5454

5555
/**
5656
* Functions used for logging inside Thrift.

lib/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
name: thrift
19-
version: 0.14.0
19+
version: 0.14.1
2020
description: >
2121
A Dart library for Apache Thrift
2222
author: Apache Thrift Developers <[email protected]>

lib/delphi/src/Thrift.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface
2828
Thrift.Protocol;
2929

3030
const
31-
Version = '0.14.0';
31+
Version = '0.14.1';
3232

3333
type
3434
TException = Thrift.Exception.TException; // compatibility alias

lib/erl/src/thrift.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{description, "Thrift bindings"},
2323

2424
% The version of the applicaton
25-
{vsn, "0.14.0"},
25+
{vsn, "0.14.1"},
2626

2727
% All modules used by the application.
2828
{modules, [

lib/haxe/haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache",
55
"tags": ["thrift", "rpc", "serialization", "cross", "framework"],
66
"description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
7-
"version": "0.14.0",
7+
"version": "0.14.1",
88
"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
99
"contributors": ["ApacheThrift"],
1010
"dependencies": { },

lib/hs/thrift.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
--
1919

2020
Name: thrift
21-
Version: 0.14.0
21+
Version: 0.14.1
2222
Cabal-Version: 1.24
2323
License: Apache
2424
Category: Foreign

lib/java/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is shared currently between this Gradle build and the
22
# Ant builds for fd303 and JavaScript. Keep the dotted notation for
33
# the properties to minimize the changes in the dependencies.
4-
thrift.version=0.14.0
4+
thrift.version=0.14.1
55
thrift.groupid=org.apache.thrift
66
release=false
77

lib/js/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thrift",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Thrift is a software framework for scalable cross-language services development.",
55
"main": "./src/thrift",
66
"author": {

lib/js/src/thrift.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var Thrift = {
4646
* @const {string} Version
4747
* @memberof Thrift
4848
*/
49-
Version: '0.14.0',
49+
Version: '0.14.1',
5050

5151
/**
5252
* Thrift IDL type string to Id mapping.

lib/lua/Thrift.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function ttable_size(t)
4848
return count
4949
end
5050

51-
version = '0.14.0'
51+
version = '0.14.1'
5252

5353
TType = {
5454
STOP = 0,

lib/netstd/Thrift/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
// You can specify all the values or you can default the Build and Revision Numbers
5353
// by using the '*' as shown below:
5454

55-
[assembly: AssemblyVersion("0.14.0.0")]
56-
[assembly: AssemblyFileVersion("0.14.0.0")]
55+
[assembly: AssemblyVersion("0.14.1.0")]
56+
[assembly: AssemblyFileVersion("0.14.1.0")]

lib/netstd/Thrift/Thrift.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<SignAssembly>true</SignAssembly>
4040
<AssemblyOriginatorKeyFile>thrift.snk</AssemblyOriginatorKeyFile>
4141
<DelaySign>false</DelaySign>
42-
<Title>Apache Thrift 0.14.0</Title>
43-
<Version>0.14.0.0</Version>
42+
<Title>Apache Thrift 0.14.1</Title>
43+
<Version>0.14.1.0</Version>
4444
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
4545
<PackageProjectUrl>http://thrift.apache.org/</PackageProjectUrl>
4646
<Authors>Apache Thrift Developers</Authors>
@@ -49,7 +49,7 @@
4949
<PackageDescription>C# .NET Core bindings for the Apache Thrift RPC system</PackageDescription>
5050
<PackageReleaseNotes></PackageReleaseNotes>
5151
<PackageTags>Apache Thrift RPC</PackageTags>
52-
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.14.0/CHANGES.md</PackageReleaseNotes>
52+
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.14.1/CHANGES.md</PackageReleaseNotes>
5353
<Copyright>Copyright 2021 The Apache Software Foundation</Copyright>
5454
</PropertyGroup>
5555

lib/ocaml/_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: libthrift-ocaml
2-
Version: 0.14.0
2+
Version: 0.14.1
33
OASISFormat: 0.3
44
Synopsis: OCaml bindings for the Apache Thrift RPC system
55
Authors: Apache Thrift Developers <[email protected]>

lib/perl/lib/Thrift.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ use warnings;
3131
#
3232

3333
package Thrift;
34-
use version 0.77; our $VERSION = version->declare("v0.14.0");
34+
use version 0.77; our $VERSION = version->declare("v0.14.1");
3535

3636
1;

lib/py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def run_setup(with_binary):
9191
twisted_deps = ['twisted']
9292

9393
setup(name='thrift',
94-
version='0.14.0',
94+
version='0.14.1',
9595
description='Python bindings for the Apache Thrift RPC system',
9696
author='Apache Thrift Developers',
9797
author_email='[email protected]',

lib/rb/thrift.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = 'thrift'
6-
s.version = '0.14.0'
6+
s.version = '0.14.1'
77
s.authors = ['Apache Thrift Developers']
88
s.email = ['[email protected]']
99
s.homepage = 'http://thrift.apache.org'

lib/rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "thrift"
33
description = "Rust bindings for the Apache Thrift RPC system"
44
edition = "2018"
5-
version = "0.14.0"
5+
version = "0.14.1"
66
license = "Apache-2.0"
77
authors = ["Apache Thrift Developers <[email protected]>"]
88
homepage = "http://thrift.apache.org"

lib/st/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<!-- Apache Thrift Smalltalk library version 0.14.0 -->
20+
<!-- Apache Thrift Smalltalk library version 0.14.1 -->
2121
<package>
2222
<name>libthrift-st</name>
2323
<file>thrift.st</file>

lib/swift/Sources/Thrift.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Thrift {
2-
let version = "0.14.0"
2+
let version = "0.14.1"
33
}

lib/swift/Tests/ThriftTests/ThriftTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import XCTest
33

44
class ThriftTests: XCTestCase {
55
func testVersion() {
6-
XCTAssertEqual(Thrift().version, "0.14.0")
6+
XCTAssertEqual(Thrift().version, "0.14.1")
77
}
88

99
static var allTests : [(String, (ThriftTests) -> () throws -> Void)] {

lib/ts/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thrift",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Thrift is a software framework for scalable cross-language services development.",
55
"author": {
66
"name": "Apache Thrift Developers",

0 commit comments

Comments
 (0)