Skip to content

Commit c832ed1

Browse files
Preparing to release cx_Oracle 6.4.1.
1 parent e801579 commit c832ed1

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
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.4'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '6.4.0'
45+
release = '6.4.1'
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ cx_Oracle Release Notes
88

99
.. _releasenotes60:
1010

11+
Version 6.4.1 (July 2018)
12+
-------------------------
13+
14+
#) Update to `ODPI-C 2.4.2
15+
<https://oracle.github.io/odpi/doc/releasenotes.html#
16+
version-2-4-2-july-9-2018>`__.
17+
18+
- Avoid buffer overrun due to improper calculation of length byte when
19+
converting some negative 39 digit numbers from string to the internal
20+
Oracle number format
21+
(`ODPI-C issue 67 <https://github.com/oracle/odpi/issues/67>`__).
22+
23+
#) Prevent error "cx_Oracle.ProgrammingError: positional and named binds
24+
cannot be intermixed" when calling cursor.setinputsizes() without any
25+
parameters and then calling cursor.execute() with named bind parameters
26+
(`issue 199 <https://github.com/oracle/python-cx_Oracle/issues/199>`__).
27+
28+
1129
Version 6.4 (July 2018)
1230
-----------------------
1331

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.extension import Extension
2121

2222
# define build constants
23-
BUILD_VERSION = "6.4"
23+
BUILD_VERSION = "6.4.1"
2424

2525
# setup extra link and compile args
2626
extraLinkArgs = []

0 commit comments

Comments
 (0)