1 parent 1749e1b commit b2b15d6Copy full SHA for b2b15d6
2 files changed
doc/src/conf.py
@@ -42,7 +42,7 @@
42
# The short X.Y version.
43
version = '6.0'
44
# The full version, including alpha/beta/rc tags.
45
-release = '6.0.1'
+release = '6.0.2'
46
47
# There are two options for replacing |today|: either, you set today to some
48
# non-false value, then it is used:
doc/src/releasenotes.rst
@@ -8,6 +8,31 @@ cx_Oracle Release Notes
8
9
.. _releasenotes60:
10
11
+Version 6.0.2 (August 2017)
12
+---------------------------
13
+
14
+#) Update to `ODPI-C 2.0.2
15
+ <https://oracle.github.io/odpi/doc/releasenotes.html
16
+ #version-2-0-2-august-28-2017>`__.
17
18
+ - Don't prevent connection from being explicitly closed when a fatal error
19
+ has taken place (`issue 67
20
+ <https://github.com/oracle/python-cx_Oracle/issues/67>`__).
21
+ - Correct handling of objects when dynamic binding is performed.
22
+ - Process deregistration events without an error.
23
+ - Eliminate memory leak when creating objects.
24
25
+#) Added missing type check to prevent coercion of decimal to float
26
+ (`issue 68 <https://github.com/oracle/python-cx_Oracle/issues/68>`__).
27
+#) On Windows, sizeof(long) = 4, not 8, which meant that integers between 10
28
+ and 18 digits were not converted to Python correctly
29
+ (`issue 70 <https://github.com/oracle/python-cx_Oracle/issues/70>`__).
30
+#) Eliminate memory leak when repeatedly executing the same query.
31
+#) Eliminate segfault when attempting to reuse a REF cursor that has been
32
+ closed.
33
+#) Updated documentation.
34
35
36
Version 6.0.1 (August 2017)
37
---------------------------
38
0 commit comments