From: jfarrell Date: Thu, 10 Jul 2014 18:33:07 +0000 (-0400) Subject: Thrift-2600: 0.9.2 release X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=1f3a975a421c3ccf5d20dcce9d4c88d25676d073;p=common%2Fthrift.git Thrift-2600: 0.9.2 release Versioning for 0.9.2 release. --- diff --git a/bower.json b/bower.json index 52e70ff3..ebe79fa7 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/configure.ac b/configure.ac index 065ac68c..72688882 100755 --- a/configure.ac +++ b/configure.ac @@ -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([.]) diff --git a/contrib/Rebus/Properties/AssemblyInfo.cs b/contrib/Rebus/Properties/AssemblyInfo.cs index e476eab7..1d9d9a28 100644 --- a/contrib/Rebus/Properties/AssemblyInfo.cs +++ b/contrib/Rebus/Properties/AssemblyInfo.cs @@ -34,5 +34,5 @@ using System.Runtime.InteropServices; [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")] diff --git a/contrib/fb303/py/setup.py b/contrib/fb303/py/setup.py index 6710c8f6..8b68df4d 100644 --- a/contrib/fb303/py/setup.py +++ b/contrib/fb303/py/setup.py @@ -26,7 +26,7 @@ except: 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 = ['dev@thrift.apache.org'], diff --git a/debian/changelog b/debian/changelog index f2da2327..4b07734a 100755 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 10 Jul 2014 02:56:05 +0000 + +thrift (0.9.1) stable; urgency=low * update version * fix libthrift0.install diff --git a/lib/cocoa/src/Thrift.h b/lib/cocoa/src/Thrift.h index 6fc594a4..e15a50e4 100644 --- a/lib/cocoa/src/Thrift.h +++ b/lib/cocoa/src/Thrift.h @@ -17,4 +17,4 @@ * under the License. */ -#define ThriftVersion @"1.0.0-dev" +#define ThriftVersion @"0.9.2" diff --git a/lib/cpp/src/thrift/windows/config.h b/lib/cpp/src/thrift/windows/config.h index 9261ca8d..6af01d37 100644 --- a/lib/cpp/src/thrift/windows/config.h +++ b/lib/cpp/src/thrift/windows/config.h @@ -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 diff --git a/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs b/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs index 2e08e667..078e7cbf 100644 --- a/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs +++ b/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs @@ -56,5 +56,5 @@ using System.Runtime.InteropServices; // 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.*")] diff --git a/lib/csharp/src/Properties/AssemblyInfo.WP7.cs b/lib/csharp/src/Properties/AssemblyInfo.WP7.cs index cbe1763e..9c08a9b4 100644 --- a/lib/csharp/src/Properties/AssemblyInfo.WP7.cs +++ b/lib/csharp/src/Properties/AssemblyInfo.WP7.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // // 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")] diff --git a/lib/csharp/src/Properties/AssemblyInfo.cs b/lib/csharp/src/Properties/AssemblyInfo.cs index dcbe7473..e52f5b9b 100644 --- a/lib/csharp/src/Properties/AssemblyInfo.cs +++ b/lib/csharp/src/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // // 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")] diff --git a/lib/csharp/test/JSON/Properties/AssemblyInfo.cs b/lib/csharp/test/JSON/Properties/AssemblyInfo.cs index 8629f6f6..7a46ddc4 100644 --- a/lib/csharp/test/JSON/Properties/AssemblyInfo.cs +++ b/lib/csharp/test/JSON/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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")] diff --git a/lib/csharp/test/Multiplex/Client/Properties/AssemblyInfo.cs b/lib/csharp/test/Multiplex/Client/Properties/AssemblyInfo.cs index ee234bfd..0e565c3e 100644 --- a/lib/csharp/test/Multiplex/Client/Properties/AssemblyInfo.cs +++ b/lib/csharp/test/Multiplex/Client/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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")] diff --git a/lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs b/lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs index 9b9dd6fd..e2456e4f 100644 --- a/lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs +++ b/lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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")] diff --git a/lib/csharp/test/ThriftTest/Properties/AssemblyInfo.cs b/lib/csharp/test/ThriftTest/Properties/AssemblyInfo.cs index 504ca8de..9e57e41a 100644 --- a/lib/csharp/test/ThriftTest/Properties/AssemblyInfo.cs +++ b/lib/csharp/test/ThriftTest/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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")] diff --git a/lib/delphi/src/Thrift.pas b/lib/delphi/src/Thrift.pas index 65f23abf..81c49887 100644 --- a/lib/delphi/src/Thrift.pas +++ b/lib/delphi/src/Thrift.pas @@ -25,7 +25,7 @@ uses SysUtils, Thrift.Protocol; const - Version = '1.0.0-dev'; + Version = '0.9.2'; type TApplicationException = class( SysUtils.Exception ) diff --git a/lib/erl/src/thrift.app.src b/lib/erl/src/thrift.app.src index 90ebc62b..e60db7c8 100644 --- a/lib/erl/src/thrift.app.src +++ b/lib/erl/src/thrift.app.src @@ -23,7 +23,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, [ diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal index b6592929..1fc1c904 100755 --- a/lib/hs/Thrift.cabal +++ b/lib/hs/Thrift.cabal @@ -18,7 +18,7 @@ -- Name: thrift -Version: 1.0.0-dev +Version: 0.9.2 Cabal-Version: >= 1.4 License: OtherLicense Category: Foreign diff --git a/lib/java/build.properties b/lib/java/build.properties index b3a4755c..c9a2179a 100644 --- a/lib/java/build.properties +++ b/lib/java/build.properties @@ -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 diff --git a/lib/js/package.json b/lib/js/package.json index 5cdd1455..808fe8aa 100644 --- a/lib/js/package.json +++ b/lib/js/package.json @@ -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", diff --git a/lib/js/src/thrift.js b/lib/js/src/thrift.js index 6cab4fd6..1fc591cf 100644 --- a/lib/js/src/thrift.js +++ b/lib/js/src/thrift.js @@ -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. diff --git a/lib/nodejs/package.json b/lib/nodejs/package.json index d7e39e48..a61665d1 100755 --- a/lib/nodejs/package.json +++ b/lib/nodejs/package.json @@ -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": "dev@thrift.apache.org", diff --git a/lib/perl/lib/Thrift.pm b/lib/perl/lib/Thrift.pm index 67186f23..f4f65124 100644 --- a/lib/perl/lib/Thrift.pm +++ b/lib/perl/lib/Thrift.pm @@ -17,7 +17,7 @@ # under the License. # -our $VERSION = '1.0.0-dev'; +our $VERSION = '0.9.2'; require 5.6.0; use strict; diff --git a/lib/py/setup.py b/lib/py/setup.py index bd177b33..43e77f2b 100644 --- a/lib/py/setup.py +++ b/lib/py/setup.py @@ -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 = 'dev@thrift.apache.org', diff --git a/lib/rb/thrift.gemspec b/lib/rb/thrift.gemspec index 43e5a7f6..67b45dc3 100644 --- a/lib/rb/thrift.gemspec +++ b/lib/rb/thrift.gemspec @@ -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 = ['dev@thrift.apache.org'] s.homepage = 'http://thrift.apache.org' diff --git a/sonar-project.properties b/sonar-project.properties index b465fd12..43baaefc 100755 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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 @@ -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 diff --git a/tutorial/csharp/CsharpClient/Properties/AssemblyInfo.cs b/tutorial/csharp/CsharpClient/Properties/AssemblyInfo.cs index ffbc40d7..3d01e333 100644 --- a/tutorial/csharp/CsharpClient/Properties/AssemblyInfo.cs +++ b/tutorial/csharp/CsharpClient/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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")] diff --git a/tutorial/csharp/CsharpServer/Properties/AssemblyInfo.cs b/tutorial/csharp/CsharpServer/Properties/AssemblyInfo.cs index 99811636..67b2b243 100644 --- a/tutorial/csharp/CsharpServer/Properties/AssemblyInfo.cs +++ b/tutorial/csharp/CsharpServer/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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")] diff --git a/tutorial/delphi/DelphiClient/DelphiClient.dproj b/tutorial/delphi/DelphiClient/DelphiClient.dproj index ab0a1c1f..c06320a8 100644 --- a/tutorial/delphi/DelphiClient/DelphiClient.dproj +++ b/tutorial/delphi/DelphiClient/DelphiClient.dproj @@ -97,13 +97,13 @@ Thrift Tutorial - 1.0.0.0 + 0.9.2.0 DelphiClient Copyright © 2012 The Apache Software Foundation DelphiClient.exe Thrift - 1.0.0.0 + 0.9.2.0 diff --git a/tutorial/delphi/DelphiServer/DelphiServer.dproj b/tutorial/delphi/DelphiServer/DelphiServer.dproj index c5071a3f..479cd273 100644 --- a/tutorial/delphi/DelphiServer/DelphiServer.dproj +++ b/tutorial/delphi/DelphiServer/DelphiServer.dproj @@ -96,13 +96,13 @@ Thrift Tutorial - 1.0.0.0 + 0.9.2.0 DelphiServer Copyright © 2012 The Apache Software Foundation DelphiServer.exe Thrift - 1.0.0.0 + 0.9.2.0