ruby-oci8 2.0.5-x86-mingw32 → 2.0.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2011-06-14 KUBO Takehiro <kubo@jiubao.org>
2
+ * NEWS: add changes between 2.0.5 and 2.0.6.
3
+ * VERSION: change the version to 2.0.6.
4
+ * ext/oci8/apiwrap.yml, ext/oci8/lob.c: fix SEGV when freeing a temporary
5
+ LOB during GC on rubinius 1.2.3.
6
+ * ext/oci8/oci8lib.c: revert the exception type from RuntimeError to
7
+ OCIException when a closed OCI handle's method is called.
8
+ It was chaned in 2.0.5 by mistake.
9
+
1
10
  2011-06-12 KUBO Takehiro <kubo@jiubao.org>
2
11
  * NEWS: add changes between 2.0.4 and 2.0.5.
3
12
  * VERSION: change the version to 2.0.5.
data/NEWS CHANGED
@@ -1,3 +1,13 @@
1
+ 2.0.6:
2
+
3
+ * Fixed issues
4
+
5
+ - fix SEGV when freeing a temporary LOB during GC on rubinius 1.2.3.
6
+
7
+ - revert the exception type from RuntimeError to OCIException when
8
+ a closed OCI handle's method is called. It was chaned in 2.0.5
9
+ by mistake.
10
+
1
11
  2.0.5:
2
12
 
3
13
  * New Features
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.5
1
+ 2.0.6
@@ -88,6 +88,6 @@ require 'oci8/object.rb'
88
88
  require 'oci8/properties.rb'
89
89
 
90
90
  class OCI8
91
- VERSION = '2.0.5'
91
+ VERSION = '2.0.6'
92
92
  CLIENT_VERSION = '1020'
93
93
  end
Binary file
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-oci8
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 5
10
- version: 2.0.5
9
+ - 6
10
+ version: 2.0.6
11
11
  platform: x86-mingw32
12
12
  authors:
13
13
  - KUBO Takehiro
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-12 00:00:00 +09:00
18
+ date: 2011-06-14 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies: []
21
21