[ruby-oci8-commit] [519] trunk/ruby-oci8: Update to 2.1.2
nobody at rubyforge.org
nobody at rubyforge.org
Sat Apr 28 07:16:47 UTC 2012
Revision: 519
Author: kubo
Date: 2012-04-28 07:16:47 +0000 (Sat, 28 Apr 2012)
Log Message:
-----------
Update to 2.1.2
Modified Paths:
--------------
trunk/ruby-oci8/ChangeLog
trunk/ruby-oci8/NEWS
trunk/ruby-oci8/VERSION
Modified: trunk/ruby-oci8/ChangeLog
===================================================================
--- trunk/ruby-oci8/ChangeLog 2012-04-28 07:01:23 UTC (rev 518)
+++ trunk/ruby-oci8/ChangeLog 2012-04-28 07:16:47 UTC (rev 519)
@@ -1,4 +1,8 @@
2012-04-28 KUBO Takehiro <kubo at jiubao.org>
+ * NEWS: add changes between 2.1.2 and 2.1.1
+ * VERSION: change the version to 2.1.2.
+
+2012-04-28 KUBO Takehiro <kubo at jiubao.org>
* lib/oci8/oci8.rb, lib/oci8/properties.rb: disable statement caching by default.
This is workaround about a SIGSEGV issue.
See: https://github.com/rsim/oracle-enhanced/issues/162
Modified: trunk/ruby-oci8/NEWS
===================================================================
--- trunk/ruby-oci8/NEWS 2012-04-28 07:01:23 UTC (rev 518)
+++ trunk/ruby-oci8/NEWS 2012-04-28 07:16:47 UTC (rev 519)
@@ -1,5 +1,26 @@
# @markup markdown
+2.1.2
+=====
+
+Specification changes
+---------------------
+
+### Statement caching in OCI is disabled by default.
+
+This is workaround about a SIGSEGV issue.
+See: [oracle enhanced issue #162](https://github.com/rsim/oracle-enhanced/issues/162)
+Fixed Issues
+------------
+
+- delete code which overwrites signal handlers registered by ruby.
+ See: [rubyforge thread 50690](http://rubyforge.org/forum/forum.php?thread_id=50690&forum_id=1078)
+
+- fix internal heap error in OCI.
+ See: [github issue #12](https://github.com/kubo/ruby-oci8/issues/12)
+
+ (reported by Yasuo Honda)
+
2.1.1
=====
@@ -16,6 +37,8 @@
# change the size to 100.
OCI8.properties[:statement_cache_size] = 100
+Note: The default size was changed to zero in 2.1.2.
+
Specification changes
---------------------
Modified: trunk/ruby-oci8/VERSION
===================================================================
--- trunk/ruby-oci8/VERSION 2012-04-28 07:01:23 UTC (rev 518)
+++ trunk/ruby-oci8/VERSION 2012-04-28 07:16:47 UTC (rev 519)
@@ -1 +1 @@
-2.1.1
+2.1.2
More information about the ruby-oci8-commit
mailing list