Skip to content

Commit b767a62

Browse files
committed
Merge pull request #231 from stalleyj/release
Remove io.js
2 parents 9fc660b + 0ad95f3 commit b767a62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Node Application Metrics agent supports the following runtime environments:
4848
* 64-bit or 32-bit runtime on Windows (x64 or x86)
4949
* 64-bit or 32-bit runtime on Linux (x64, x86, PPC64LE)
5050
* 64-bit runtime on Mac OS X (x64)
51-
* **Node.js v4 and io.js v2** on:
51+
* **Node.js v4** on:
5252
* 64-bit or 32-bit runtime on Windows (x64 or x86)
5353
* 64-bit or 32-bit runtime on Linux (x64, x86, PPC64LE)
5454
* 64-bit runtime on Mac OS X (x64)
@@ -429,7 +429,7 @@ If a task uses the Node.js thread exclusively then shuts down the Node.js runtim
429429
The source code for Node Application Metrics is available in the [appmetrics project][6]. Information on working with the source code -- installing from source, developing, contributing -- is available on the [appmetrics wiki][3].
430430

431431
## License
432-
This project is released under an Apache 2.0 open source license, however it has a dependency on a common agent from IBM Monitoring and Diagnostic Tools - Health Center, which has a proprietary IBM license.
432+
This project is released under an Apache 2.0 open source license.
433433

434434
## Versioning scheme
435435
The npm package for this project uses a semver-parsable X.0.Z version number for releases, where X is incremented for breaking changes to the public API described in this document and Z is incremented for bug fixes **and** for non-breaking changes to the public API that provide new function.
@@ -438,9 +438,10 @@ The npm package for this project uses a semver-parsable X.0.Z version number for
438438
Non-release versions of this project (for example on github.com/RuntimeTools/appmetrics) will use semver-parsable X.0.Z-dev.B version numbers, where X.0.Z is the last release with Z incremented and B is an integer. For further information on the development process go to the [appmetrics wiki][3]: [Developing](https://github.com/RuntimeTools/appmetrics/wiki/Developing).
439439

440440
## Version
441-
1.0.11
441+
1.0.12
442442

443443
## Release History
444+
`1.0.12` - Appmetrics now fully open sourced under Apache 2.0 license
444445
`1.0.11` - Bug fixes
445446
`1.0.10` - Bug fixes
446447
`1.0.9` - Loopback and Riak support, bug fixes and update to agent core 3.0.9.

0 commit comments

Comments
 (0)