You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2011/08/11 21:09:13 UTC

svn commit: r1156746 - in /thrift/branches/0.7.x: contrib/debian/changelog lib/hs/Thrift.cabal lib/java/build.properties lib/js/thrift.js lib/perl/lib/Thrift.pm lib/py/setup.py lib/rb/Rakefile

Author: jfarrell
Date: Thu Aug 11 19:09:13 2011
New Revision: 1156746

URL: http://svn.apache.org/viewvc?rev=1156746&view=rev
Log:
Updating version number to 0.7.0 for clients

Modified:
    thrift/branches/0.7.x/contrib/debian/changelog
    thrift/branches/0.7.x/lib/hs/Thrift.cabal
    thrift/branches/0.7.x/lib/java/build.properties
    thrift/branches/0.7.x/lib/js/thrift.js
    thrift/branches/0.7.x/lib/perl/lib/Thrift.pm
    thrift/branches/0.7.x/lib/py/setup.py
    thrift/branches/0.7.x/lib/rb/Rakefile

Modified: thrift/branches/0.7.x/contrib/debian/changelog
URL: http://svn.apache.org/viewvc/thrift/branches/0.7.x/contrib/debian/changelog?rev=1156746&r1=1156745&r2=1156746&view=diff
==============================================================================
--- thrift/branches/0.7.x/contrib/debian/changelog (original)
+++ thrift/branches/0.7.x/contrib/debian/changelog Thu Aug 11 19:09:13 2011
@@ -1,3 +1,9 @@
+thrift (0.7.0) stable; urgency=low
+
+  * update to 0.7.0
+
+ -- Jake Farrell <jf...@apache.org> Tue, 10 Aug 2011 17:01:53 -0500
+
 thrift (0.7.0-dev1) stable; urgency=low
   * added glib
   * fix location of libthrift.jar

Modified: thrift/branches/0.7.x/lib/hs/Thrift.cabal
URL: http://svn.apache.org/viewvc/thrift/branches/0.7.x/lib/hs/Thrift.cabal?rev=1156746&r1=1156745&r2=1156746&view=diff
==============================================================================
--- thrift/branches/0.7.x/lib/hs/Thrift.cabal (original)
+++ thrift/branches/0.7.x/lib/hs/Thrift.cabal Thu Aug 11 19:09:13 2011
@@ -18,7 +18,7 @@
 --
 
 Name:           thrift
-Version:        0.7.0-dev
+Version:        0.7.0
 Cabal-Version:  >= 1.4
 License:        OtherLicense
 Category:       Foreign

Modified: thrift/branches/0.7.x/lib/java/build.properties
URL: http://svn.apache.org/viewvc/thrift/branches/0.7.x/lib/java/build.properties?rev=1156746&r1=1156745&r2=1156746&view=diff
==============================================================================
--- thrift/branches/0.7.x/lib/java/build.properties (original)
+++ thrift/branches/0.7.x/lib/java/build.properties Thu Aug 11 19:09:13 2011
@@ -1,4 +1,5 @@
 thrift.version=0.7.0
+release=true
 thrift.groupid=org.apache.thrift
 
 # Jar Versions 
@@ -19,9 +20,6 @@ license=http://www.apache.org/licenses/L
 maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
 maven-repository-id=apache.releases.https
 
-thrift.version=0.7.0
-thrift.groupid=org.apache.thrift
-
 # Jar Versions 
 mvn.ant.task.version=2.1.3
 

Modified: thrift/branches/0.7.x/lib/js/thrift.js
URL: http://svn.apache.org/viewvc/thrift/branches/0.7.x/lib/js/thrift.js?rev=1156746&r1=1156745&r2=1156746&view=diff
==============================================================================
--- thrift/branches/0.7.x/lib/js/thrift.js (original)
+++ thrift/branches/0.7.x/lib/js/thrift.js Thu Aug 11 19:09:13 2011
@@ -17,7 +17,7 @@
  * under the License.
  */
 var Thrift = {
-    Version: '0.7.0-dev',
+    Version: '0.7.0'
 /*
     Description: 'JavaScript bindings for the Apache Thrift RPC system',
     License: 'http://www.apache.org/licenses/LICENSE-2.0',

Modified: thrift/branches/0.7.x/lib/perl/lib/Thrift.pm
URL: http://svn.apache.org/viewvc/thrift/branches/0.7.x/lib/perl/lib/Thrift.pm?rev=1156746&r1=1156745&r2=1156746&view=diff
==============================================================================
--- thrift/branches/0.7.x/lib/perl/lib/Thrift.pm (original)
+++ thrift/branches/0.7.x/lib/perl/lib/Thrift.pm Thu Aug 11 19:09:13 2011
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-our $VERSION = '0.7.0-dev';
+our $VERSION = '0.7.0';
 
 require 5.6.0;
 use strict;

Modified: thrift/branches/0.7.x/lib/py/setup.py
URL: http://svn.apache.org/viewvc/thrift/branches/0.7.x/lib/py/setup.py?rev=1156746&r1=1156745&r2=1156746&view=diff
==============================================================================
--- thrift/branches/0.7.x/lib/py/setup.py (original)
+++ thrift/branches/0.7.x/lib/py/setup.py Thu Aug 11 19:09:13 2011
@@ -9,7 +9,7 @@
 # "License"); you may not use this file except in compliance
 # with the License. You may obtain a copy of the License at
 #
-#   http://www.apache.org/licenses/LICENSE-2.0
+#	http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
@@ -22,23 +22,23 @@
 from distutils.core import setup, Extension
 
 fastbinarymod = Extension('thrift.protocol.fastbinary',
-                          sources = ['src/protocol/fastbinary.c'],
-                          )
+						  sources = ['src/protocol/fastbinary.c'],
+						  )
 
 setup(name = 'Thrift',
-      version = '0.7.0-dev',
-      description = 'Python bindings for the Apache Thrift RPC system',
-      author = ['Thrift Developers'],
-      author_email = ['dev@thrift.apache.org'],
-      url = 'http://thrift.apache.org',
-      license = 'Apache License 2.0',
-      packages = [
-        'thrift',
-        'thrift.protocol',
-        'thrift.transport',
-        'thrift.server',
-      ],
-      package_dir = {'thrift' : 'src'},
-      ext_modules = [fastbinarymod],
-      )
+	  version = '0.7.0',
+	  description = 'Python bindings for the Apache Thrift RPC system',
+	  author = ['Thrift Developers'],
+	  author_email = ['dev@thrift.apache.org'],
+	  url = 'http://thrift.apache.org',
+	  license = 'Apache License 2.0',
+	  packages = [
+		'thrift',
+		'thrift.protocol',
+		'thrift.transport',
+		'thrift.server',
+	  ],
+	  package_dir = {'thrift' : 'src'},
+	  ext_modules = [fastbinarymod],
+	  )
 

Modified: thrift/branches/0.7.x/lib/rb/Rakefile
URL: http://svn.apache.org/viewvc/thrift/branches/0.7.x/lib/rb/Rakefile?rev=1156746&r1=1156745&r2=1156746&view=diff
==============================================================================
--- thrift/branches/0.7.x/lib/rb/Rakefile (original)
+++ thrift/branches/0.7.x/lib/rb/Rakefile Thu Aug 11 19:09:13 2011
@@ -82,7 +82,7 @@ begin
     p.summary = "Ruby bindings for the Apache Thrift RPC system"
     p.url = "http://thrift.apache.org"
     p.include_rakefile = true
-    p.version = "0.7.0dev"
+    p.version = "0.7.0"
     p.rubygems_version = ">= 1.2.0"
   end