Skip to content

Commit 0404b97

Browse files
committed
Bump version to 2.0.15
1 parent 7b0769b commit 0404b97

File tree

5 files changed

+29
-27
lines changed

5 files changed

+29
-27
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## node-oracledb v2.0.15 Development (DD Mon YYYY)
4+
35
## node-oracledb v2.0.14 Development (20 Nov 2017)
46

57
- Added infrastructure to /packge for creating binary installs.

INSTALL.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ from source code:
8080

8181
- Install a C Compiler with support for C++ 11 (Xcode, gcc 4.7, Visual Studio 2013, or similar)
8282

83-
- Run `npm install oracle/node-oracledb.git#v2.0.14` (substitute your [desired tag][40]).
83+
- Run `npm install oracle/node-oracledb.git#v2.0.15` (substitute your [desired tag][40]).
8484

8585
- Install [Oracle Instant Client][3] 12.2, 12.1 or 11.2. Put the
8686
libraries in your OS library search path, such as `PATH` on Windows,
@@ -231,10 +231,10 @@ If a pre-built node-oracledb binary is not installable, the binary can
231231
be built from source code.
232232

233233
Locate the [GitHub tag][40] of the desired node-oracledb version, for
234-
example `v2.0.14`, and use it in the install command like:
234+
example `v2.0.15`, and use it in the install command like:
235235

236236
```
237-
npm install oracle/node-oracledb.git#v2.0.14
237+
npm install oracle/node-oracledb.git#v2.0.15
238238
```
239239

240240
*Note:* GCC 4.7 (or later) is required when building with Node.js 4 or
@@ -386,10 +386,10 @@ If a pre-built node-oracledb binary is not installable, the binary can
386386
be built from source code.
387387

388388
Locate the [GitHub tag][40] of the desired node-oracledb version, for
389-
example `v2.0.14`, and use it in the install command like:
389+
example `v2.0.15`, and use it in the install command like:
390390

391391
```
392-
npm install oracle/node-oracledb.git#v2.0.14
392+
npm install oracle/node-oracledb.git#v2.0.15
393393
```
394394

395395
*Note:* GCC 4.7 (or later) is required when building with Node.js 4 or
@@ -542,10 +542,10 @@ If a pre-built node-oracledb binary is not installable, the binary can
542542
be built from source code.
543543

544544
Locate the [GitHub tag][40] of the desired node-oracledb version, for
545-
example `v2.0.14`, and use it in the install command like:
545+
example `v2.0.15`, and use it in the install command like:
546546

547547
```
548-
npm install oracle/node-oracledb.git#v2.0.14
548+
npm install oracle/node-oracledb.git#v2.0.15
549549
```
550550

551551
*Note:* GCC 4.7 (or later) is required when building with Node.js 4 or
@@ -647,10 +647,10 @@ If a pre-built node-oracledb binary is not installable, the binary can
647647
be built from source code.
648648

649649
Locate the [GitHub tag][40] of the desired node-oracledb version, for
650-
example `v2.0.14`, and use it in the install command like:
650+
example `v2.0.15`, and use it in the install command like:
651651

652652
```
653-
npm install oracle/node-oracledb.git#v2.0.14
653+
npm install oracle/node-oracledb.git#v2.0.15
654654
```
655655

656656
#### 3.5.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -800,10 +800,10 @@ Alternatively you can open the 'Developer Command Prompt for Visual
800800
Studio' which has environment variables already configured.
801801

802802
Locate the [GitHub tag][40] of the desired node-oracledb version, for
803-
example `v2.0.14`, and use it in the install command like:
803+
example `v2.0.15`, and use it in the install command like:
804804

805805
```
806-
npm install oracle/node-oracledb.git#v2.0.14
806+
npm install oracle/node-oracledb.git#v2.0.15
807807
```
808808

809809
#### 3.6.4 Install the free Oracle Instant Client ZIP
@@ -958,10 +958,10 @@ be built from source code.
958958
Studio' which has environment variables already configured.
959959

960960
- Locate the [GitHub tag][40] of the desired node-oracledb version, for
961-
example `v2.0.14`, and use it in the install command like:
961+
example `v2.0.15`, and use it in the install command like:
962962

963963
```
964-
npm install oracle/node-oracledb.git#v2.0.14
964+
npm install oracle/node-oracledb.git#v2.0.15
965965
```
966966

967967
#### 3.7.4 The default Oracle Client configuration directory
@@ -1078,10 +1078,10 @@ export CC=gcc
10781078
```
10791079

10801080
Locate the [GitHub tag][40] of the desired node-oracledb version, for
1081-
example `v2.0.14`, and use it in the install command like:
1081+
example `v2.0.15`, and use it in the install command like:
10821082

10831083
```
1084-
npm install oracle/node-oracledb.git#v2.0.14
1084+
npm install oracle/node-oracledb.git#v2.0.15
10851085
```
10861086

10871087
#### 3.9.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1189,10 +1189,10 @@ export MAKE=gmake
11891189
```
11901190

11911191
Locate the [GitHub tag][40] of the desired node-oracledb version, for
1192-
example `v2.0.14`, and use it in the install command like:
1192+
example `v2.0.15`, and use it in the install command like:
11931193

11941194
```
1195-
npm install oracle/node-oracledb.git#v2.0.14
1195+
npm install oracle/node-oracledb.git#v2.0.15
11961196
```
11971197

11981198
#### 3.10.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1317,21 +1317,21 @@ of Node.js and operating system, you can install manually:
13171317
[GitHub Release][41] page.
13181318

13191319
Download the release's main node-oracledb package, for example
1320-
`oracledb-2.0.14.tgz`.
1320+
`oracledb-2.0.15.tgz`.
13211321

13221322
Also download the appropriate binary package, for example
1323-
`oracledb-v2.0.14-node-v57-darwin-x64.gz`. To determine the correct
1323+
`oracledb-v2.0.15-node-v57-darwin-x64.gz`. To determine the correct
13241324
binary package, find your Node.js module version, platform and
13251325
architecture using:
13261326

13271327
- `node -p 'process.versions.modules'`
13281328
- `node -p 'process.platform'`
13291329
- `node -p 'process.arch'`
13301330

1331-
For example, when installing node-oracledb 2.0.14 on macOS with
1331+
For example, when installing node-oracledb 2.0.15 on macOS with
13321332
Node.js 8, these commands will show the module version is '57', the
13331333
platform is 'darwin' and the architecture is 'x64'. The package to
1334-
download is `oracledb-v2.0.14-node-v57-darwin-x64.gz`
1334+
download is `oracledb-v2.0.15-node-v57-darwin-x64.gz`
13351335

13361336
If an appropriate package is not available, follow the
13371337
[Node-oracledb Installation Instructions](#instructions) for your
@@ -1343,7 +1343,7 @@ of Node.js and operating system, you can install manually:
13431343
```
13441344
mkdir node_modules/oracledb
13451345
cd node_modules/oracledb
1346-
tar -xzf oracledb-2.0.14.tgz
1346+
tar -xzf oracledb-2.0.15.tgz
13471347
```
13481348

13491349
The node_modules directory will contain:
@@ -1363,7 +1363,7 @@ of Node.js and operating system, you can install manually:
13631363
|-- |-- querystream.js
13641364
|-- |-- resultset.js
13651365
|-- |-- util.js
1366-
|-- oracledb-2.0.14.tgz
1366+
|-- oracledb-2.0.15.tgz
13671367
|-- package
13681368
|-- |-- extractpackage.js
13691369
|-- |-- oracledbinstall.js
@@ -1375,7 +1375,7 @@ of Node.js and operating system, you can install manually:
13751375
to unarchive the binary package, for example:
13761376

13771377
```
1378-
node extractpackage.js path=oracledb-v2.0.14-node-v57-darwin-x64.gz
1378+
node extractpackage.js path=oracledb-v2.0.15-node-v57-darwin-x64.gz
13791379
```
13801380

13811381
- Create the subdirectory `node_modules/oracledb/build/Release` and

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "Oracle Database driver by Oracle Corp.",
55
"license": "Apache-2.0",
66
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "Oracle Database driver by Oracle Corp.",
55
"license": "Apache-2.0",
66
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/",

src/njsOracle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ using namespace v8;
6969
// Keep the version in sync with package.json
7070
#define NJS_NODE_ORACLEDB_MAJOR 2
7171
#define NJS_NODE_ORACLEDB_MINOR 0
72-
#define NJS_NODE_ORACLEDB_PATCH 14
72+
#define NJS_NODE_ORACLEDB_PATCH 15
7373

7474
// define stringified version and driver name
7575
#define NJS_STR_HELPER(x) #x

0 commit comments

Comments
 (0)