Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 591e20f

Browse files
committed
Thrift-2600: 0.9.2 release
client: release patch: jfarrell Versioning for 0.9.2 release rc1.
1 parent 4776166 commit 591e20f

File tree

34 files changed

+528
-350
lines changed

34 files changed

+528
-350
lines changed

CHANGES

Lines changed: 475 additions & 308 deletions
Large diffs are not rendered by default.

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.9.1",
3+
"version": "0.9.2",
44
"homepage": "https://git-wip-us.apache.org/repos/asf/thrift.git",
55
"authors": [
66
"Apache Thrift <[email protected]>"

configure.ac

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

2020
AC_PREREQ(2.65)
2121

22-
AC_INIT([thrift], [1.0.0-dev])
22+
AC_INIT([thrift], [0.9.2])
2323

2424
AC_CONFIG_AUX_DIR([.])
2525

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.9.2.0")]
38+
[assembly: AssemblyFileVersion("0.9.2.0")]

contrib/fb303/py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from distutils.core import setup, Extension, Command
2727

2828
setup(name = 'thrift_fb303',
29-
version = '1.0.0-dev',
29+
version = '0.9.2',
3030
description = 'Python bindings for the Apache Thrift FB303',
3131
author = ['Thrift Developers'],
3232
author_email = ['[email protected]'],

contrib/thrift.spec

Lines changed: 3 additions & 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.9.1
31+
Version: 0.9.2
3232
Release: 0
3333
URL: http://thrift.apache.org
3434
Packager: Thrift Developers <[email protected]>
@@ -234,5 +234,7 @@ umask 007
234234
/sbin/ldconfig > /dev/null 2>&1
235235

236236
%changelog
237+
* Thu Oct 31 2014 Thrift Dev <[email protected]>
238+
- Thrift 0.9.2 release.
237239
* Wed Oct 10 2012 Thrift Dev <[email protected]>
238240
- Thrift 0.9.0 release.

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
thrift (1.0.0-dev) stable; urgency=low
1+
thrift (0.9.2) stable; urgency=low
2+
3+
* update to 0.9.2
4+
5+
-- Jake Farrell <[email protected]> Thu, 30 Oct 2014 12:00:00 -0500
6+
7+
thrift (0.9.1) stable; urgency=low
28
* update version
39
* fix libthrift0.install
410

lib/cocoa/src/Thrift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
* under the License.
1818
*/
1919

20-
#define ThriftVersion @"1.0.0-dev"
20+
#define ThriftVersion @"0.9.2"

lib/cpp/src/thrift/windows/config.h

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

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

63-
#define VERSION "1.0.0-dev"
63+
#define VERSION "0.9.2"
6464
#define HAVE_GETTIMEOFDAY 1
6565
#define HAVE_SYS_STAT_H 1
6666

lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
// You can specify all the values or you can default the Build and Revision Numbers
5757
// by using the '*' as shown below:
5858
// [assembly: AssemblyVersion("1.0.*")]
59-
[assembly: AssemblyVersion("0.9.0.*")]
60-
[assembly: AssemblyFileVersion("0.9.0.*")]
59+
[assembly: AssemblyVersion("0.9.2.*")]
60+
[assembly: AssemblyFileVersion("0.9.2.*")]

0 commit comments

Comments
 (0)