Skip to content

Commit

Permalink
Update version to 2.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Jan 11, 2020
1 parent 8540aad commit 55808c1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2020-01-11 Kubo Takehiro <kubo@jiubao.org>
* NEWS: Add changes between 2.2.7 and 2.2.8.
* lib/oci8/version.rb: Update to 2.2.8.

2020-01-11 Kubo Takehiro <kubo@jiubao.org>
* ext/oci8/bind.c: Fix warning: comparison between signed and
unsigned integer expressions
Expand Down
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @markup markdown

2.2.8 (2020-01-11)
==================

New features
------------

* Add support to specify include and lib directories of Oracle library on installation. (GH-210)

The following three flags are added.

* --with-instant-client-dir
* --with-instant-client-include
* --with-instant-client-lib

Fixed issue
-----------

- Suppress warnings compiling oci8lib.so (GH-212 and others)

- Fix compilation and tests on Windows.

- Fix spelling in install-instant-client.md (GH-217)

- Use fiddler instead obsolete Win32API on Windows (GH-212)

2.2.7 (2019-01-06)
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/oci8/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class OCI8
VERSION = "2.2.7"
VERSION = "2.2.8"
end

0 comments on commit 55808c1

Please sign in to comment.