Skip to content

Commit

Permalink
0.9.1 versioning and CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarrell committed Aug 18, 2013
1 parent b5948eb commit ff980c1
Show file tree
Hide file tree
Showing 17 changed files with 225 additions and 22 deletions.
196 changes: 196 additions & 0 deletions CHANGES

Large diffs are not rendered by default.

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.1])

AC_CONFIG_AUX_DIR([.])

Expand Down
4 changes: 3 additions & 1 deletion contrib/thrift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Name: thrift
License: Apache License v2.0
Group: Development
Summary: RPC and serialization framework
Version: 0.9.0
Version: 0.9.1
Release: 0
URL: http://thrift.apache.org
Packager: Thrift Developers <[email protected]>
Expand Down Expand Up @@ -178,5 +178,7 @@ umask 007
/sbin/ldconfig > /dev/null 2>&1

%changelog
* Wed Aug 21 2013 Thrift Dev <[email protected]>
- Thrift 0.9.1 release.
* Wed Oct 10 2012 Thrift Dev <[email protected]>
- Thrift 0.9.0 release.
8 changes: 4 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
thrift (1.0.0-dev) stable; urgency=low
* update version
* fix libthrift0.install
thrift (0.9.1) stable; urgency=low

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

-- Jake Farrell <[email protected]> Sun, 18 Aug 2013 12:00:00 -0500

thrift (0.9.0) stable; urgency=low

Expand Down
7 changes: 6 additions & 1 deletion doap.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@
<release>
<Version>
<name>Apache Thrift</name>
<created>2011-10-15</created>
<created>2013-08-22</created>
<revision>0.9.1</revision>
</Version>
<Version>
<name>Apache Thrift</name>
<created>2012-10-15</created>
<revision>0.9.0</revision>
</Version>
<Version>
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.1.*")]
[assembly: AssemblyFileVersion("0.9.1.*")]
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.1.1")]
[assembly: AssemblyFileVersion("0.9.1.1")]
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.1";

/**
* 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.1';

type
IProcessor = interface
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 @@ -23,7 +23,7 @@
{description, "Thrift bindings"},

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

% 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.1
Cabal-Version: >= 1.4
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.1
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/thrift.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/
var Thrift = {
Version: '1.0.0-dev',
Version: '0.9.1',
/*
Description: 'JavaScript bindings for the Apache Thrift RPC system',
License: 'http://www.apache.org/licenses/LICENSE-2.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.1",
"author":
{ "name": "Apache Thrift Developers",
"email": "[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.1';

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 @@ -66,7 +66,7 @@ def run_setup(with_binary):
extensions = dict()

setup(name = 'thrift',
version = '1.0.0-dev',
version = '0.9.1',
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 = '0.9.0.1'
s.version = '0.9.1.1'
s.authors = ['Thrift Developers']
s.email = ['[email protected]']
s.homepage = 'http://thrift.apache.org'
Expand Down

0 comments on commit ff980c1

Please sign in to comment.