Skip to content

Commit

Permalink
Preparing to release 6.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Aug 30, 2017
1 parent 1749e1b commit b2b15d6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# The short X.Y version.
version = '6.0'
# The full version, including alpha/beta/rc tags.
release = '6.0.1'
release = '6.0.2'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
25 changes: 25 additions & 0 deletions doc/src/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ cx_Oracle Release Notes

.. _releasenotes60:

Version 6.0.2 (August 2017)
---------------------------

#) Update to `ODPI-C 2.0.2
<https://oracle.github.io/odpi/doc/releasenotes.html
#version-2-0-2-august-28-2017>`__.

- Don't prevent connection from being explicitly closed when a fatal error
has taken place (`issue 67
<https://github.com/oracle/python-cx_Oracle/issues/67>`__).
- Correct handling of objects when dynamic binding is performed.
- Process deregistration events without an error.
- Eliminate memory leak when creating objects.

#) Added missing type check to prevent coercion of decimal to float
(`issue 68 <https://github.com/oracle/python-cx_Oracle/issues/68>`__).
#) On Windows, sizeof(long) = 4, not 8, which meant that integers between 10
and 18 digits were not converted to Python correctly
(`issue 70 <https://github.com/oracle/python-cx_Oracle/issues/70>`__).
#) Eliminate memory leak when repeatedly executing the same query.
#) Eliminate segfault when attempting to reuse a REF cursor that has been
closed.
#) Updated documentation.


Version 6.0.1 (August 2017)
---------------------------

Expand Down

0 comments on commit b2b15d6

Please sign in to comment.