Skip to content

Commit

Permalink
Releasing ODPI-C 2.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Jul 9, 2018
1 parent 5a7fe39 commit d72c39d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TESTS_DIR = test

MAJOR_VERSION = 2
MINOR_VERSION = 4
PATCH_LEVEL = 1
PATCH_LEVEL = 2

CC = gcc
LD = gcc
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
version = '2.4'

# the full version, including alpha/beta/rc tags
release = '2.4.1'
release = '2.4.2'

# the theme to use for HTML pages
html_theme = 'oracle'
Expand Down
9 changes: 9 additions & 0 deletions doc/src/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
ODPI-C Release notes
====================

Version 2.4.2 (July 9, 2018)
----------------------------

#) Avoid buffer overrun due to improper calculation of length byte when
converting some negative 39 digit numbers from string to the internal
Oracle number format
(`issue 67 <https://github.com/oracle/odpi/issues/67>`__).


Version 2.4.1 (July 2, 2018)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion include/dpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
// define ODPI-C version information
#define DPI_MAJOR_VERSION 2
#define DPI_MINOR_VERSION 4
#define DPI_PATCH_LEVEL 1
#define DPI_PATCH_LEVEL 2
#define DPI_VERSION_SUFFIX

#define DPI_STR_HELPER(x) #x
Expand Down

0 comments on commit d72c39d

Please sign in to comment.