Skip to content

Commit

Permalink
Thrift-2600: 0.9.2 release
Browse files Browse the repository at this point in the history
client: release
patch: jfarrell

Versioning for 0.9.2 release rc1.
  • Loading branch information
jfarrell committed Nov 5, 2014
1 parent 4776166 commit 591e20f
Show file tree
Hide file tree
Showing 34 changed files with 528 additions and 350 deletions.
783 changes: 475 additions & 308 deletions CHANGES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thrift",
"version": "0.9.1",
"version": "0.9.2",
"homepage": "https://git-wip-us.apache.org/repos/asf/thrift.git",
"authors": [
"Apache Thrift <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

AC_PREREQ(2.65)

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

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.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.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.9.2',
description = 'Python bindings for the Apache Thrift FB303',
author = ['Thrift Developers'],
author_email = ['[email protected]'],
Expand Down
4 changes: 3 additions & 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.9.1
Version: 0.9.2
Release: 0
URL: http://thrift.apache.org
Packager: Thrift Developers <[email protected]>
Expand Down Expand Up @@ -234,5 +234,7 @@ umask 007
/sbin/ldconfig > /dev/null 2>&1

%changelog
* Thu Oct 31 2014 Thrift Dev <[email protected]>
- Thrift 0.9.2 release.
* Wed Oct 10 2012 Thrift Dev <[email protected]>
- Thrift 0.9.0 release.
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
thrift (1.0.0-dev) stable; urgency=low
thrift (0.9.2) stable; urgency=low

* update to 0.9.2

-- Jake Farrell <[email protected]> Thu, 30 Oct 2014 12:00:00 -0500

thrift (0.9.1) stable; urgency=low
* update version
* fix libthrift0.install

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.9.2"
2 changes: 1 addition & 1 deletion lib/cpp/src/thrift/windows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

#pragma warning(disable: 4996) // Deprecated posix name.

#define VERSION "1.0.0-dev"
#define VERSION "0.9.2"
#define HAVE_GETTIMEOFDAY 1
#define HAVE_SYS_STAT_H 1

Expand Down
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.9.0.*")]
[assembly: AssemblyFileVersion("0.9.0.*")]
[assembly: AssemblyVersion("0.9.2.*")]
[assembly: AssemblyFileVersion("0.9.2.*")]
4 changes: 2 additions & 2 deletions lib/csharp/src/Properties/AssemblyInfo.WP7.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.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]
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.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]
4 changes: 2 additions & 2 deletions lib/csharp/test/JSON/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]
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.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]
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.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]
4 changes: 2 additions & 2 deletions lib/csharp/test/ThriftTest/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.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.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 = "0.9.0 dev";
enum VERSION = "0.9.2";

/**
* Functions used for logging inside Thrift.
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 @@ -25,7 +25,7 @@ interface
SysUtils, Thrift.Protocol;

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

type
TApplicationException = class( SysUtils.Exception )
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.9.2"},

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

Name: thrift
Version: 1.0.0-dev
Version: 0.9.2
Cabal-Version: >= 1.8
License: OtherLicense
Category: Foreign
Expand Down
4 changes: 2 additions & 2 deletions lib/java/build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
thrift.version=1.0.0
thrift.version=0.9.2
thrift.groupid=org.apache.thrift
release=false
release=true

# Jar Versions
mvn.ant.task.version=2.1.3
Expand Down
2 changes: 1 addition & 1 deletion lib/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thrift",
"version": "1.0.0",
"version": "0.9.2",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/js/src/thrift.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var Thrift = {
* @const {string} Version
* @memberof Thrift
*/
Version: '1.0.0-dev',
Version: '0.9.2',

/**
* Thrift IDL type string to Id mapping.
Expand Down
2 changes: 1 addition & 1 deletion lib/lua/Thrift.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function terror(e)
error(e)
end

version = 1.0
version = 0.9.2

TType = {
STOP = 0,
Expand Down
2 changes: 1 addition & 1 deletion lib/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "type" : "git",
"url" : "https://git-wip-us.apache.org/repos/asf/thrift.git"
},
"version": "1.0.0-dev",
"version": "0.9.2",
"author":
{ "name": "Apache Thrift Developers",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion lib/ocaml/_oasis
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libthrift-ocaml
Version: 1.0
Version: 0.9.2
OASISFormat: 0.3
Synopsis: OCaml bindings for the Apache Thrift RPC system
Authors: Apache Thrift Developers <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion lib/perl/lib/Thrift.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

our $VERSION = '1.0.0-dev';
our $VERSION = '0.9.2';

require 5.6.0;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run_setup(with_binary):
extensions = dict()

setup(name = 'thrift',
version = '1.0.0-dev',
version = '0.9.2',
description = 'Python bindings for the Apache Thrift RPC system',
author = 'Thrift Developers',
author_email = '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion lib/rb/thrift.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = 'thrift'
s.version = '1.0.0.0'
s.version = '0.9.2.0'
s.authors = ['Thrift Developers']
s.email = ['[email protected]']
s.homepage = 'http://thrift.apache.org'
Expand Down
2 changes: 1 addition & 1 deletion lib/st/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<!-- Apache Thrift Smalltalk library version 1.0 -->
<!-- Apache Thrift Smalltalk library version 0.9.2 -->
<package>
<name>libthrift-st</name>
<file>thrift.st</file>
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ development, combines a software stack with a code generation engine to build
services that work efficiently and seamlessly between all major languages.

# Apache Thrift Version
sonar.projectVersion=1.0.0-dev
sonar.projectVersion=0.9.2
# use this to set another version string
# $ sonar-runner -D sonar.projectVersion=`git rev-parse HEAD`
# set projectDate in combination with projectVersion for imports of old releases
Expand Down Expand Up @@ -54,7 +54,7 @@ module1.sonar.projectName=Apache Thrift - Java Library
module1.sonar.projectBaseDir=lib/java
module1.sonar.sources=src
module1.sonar.tests=test
module1.sonar.binaries=build/libthrift-1.0.0.jar
module1.sonar.binaries=build/libthrift-0.9.2.jar
module1.sonar.libraries=build/lib/*.jar
module1.sonar.language=java

Expand Down
3 changes: 3 additions & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ EXTRA_DIST = \
DebugProtoTest.thrift \
DenseLinkingTest.thrift \
DocTest.thrift \
EnumTest.thrift \
Include.thrift \
JavaBeansTest.thrift \
ManyOptionals.thrift \
Expand All @@ -98,5 +99,7 @@ EXTRA_DIST = \
SmallTest.thrift \
StressTest.thrift \
ThriftTest.thrift \
TypedefTest.thrift \
FastbinaryTest.py \
result.html \
README.md
2 changes: 1 addition & 1 deletion test/erl/src/thrift_test.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{description, "tests for thrift erlang compiler backend"},

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

% All modules used by the application.
{modules, [legacy_names_test, name_conflict_test, thrift_test_test]},
Expand Down
2 changes: 1 addition & 1 deletion tutorial/ocaml/_oasis
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tutorial
Version: 1.0
Version: 0.9.2
OASISFormat: 0.3
Synopsis: OCaml Tutorial example
Authors: Apache Thrift Developers <[email protected]>
Expand Down

0 comments on commit 591e20f

Please sign in to comment.