Skip to content

Commit b2b15d6

Browse files
Preparing to release 6.0.2.
1 parent 1749e1b commit b2b15d6

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# The short X.Y version.
4343
version = '6.0'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '6.0.1'
45+
release = '6.0.2'
4646

4747
# There are two options for replacing |today|: either, you set today to some
4848
# non-false value, then it is used:

doc/src/releasenotes.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ cx_Oracle Release Notes
88

99
.. _releasenotes60:
1010

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+
1136
Version 6.0.1 (August 2017)
1237
---------------------------
1338

0 commit comments

Comments
 (0)