Skip to content

Commit

Permalink
JNA 5.3.1 (oshi#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis authored Apr 28, 2019
1 parent adb74a7 commit d7083a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ matrix:
- os: linux
install: . ./install-jdk.sh -F 11 -L BCL
env: JDK = "Oracle JDK 11 - Linux"
- os: linux
install: . ./install-jdk.sh -F 12 -L GPL
env: JDK = "OpenJDK 12 - Linux"
- os: linux
install: . ./install-jdk.sh -F 12 -L GPL
env: JDK = "OpenJDK 13-ea - Linux"
# - os: linux
# install: . ./install-jdk.sh -F 12 -L GPL
# env: JDK = "OpenJDK 12 - Linux"
# - os: linux
# install: . ./install-jdk.sh -F 12 -L GPL
# env: JDK = "OpenJDK 13-ea - Linux"
- os: osx
env: JDK = "Oracle JDK 8 - Mac"
osx_image: xcode9.3
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
* [#779](https://github.com/oshi/oshi/pull/779): API overhaul - CentralProcessor, new LogicalProcessor. - [@dbwiddis](https://github.com/dbwiddis).
* [#794](https://github.com/oshi/oshi/pull/794): Add NUMA nodes to Logical Processors. - [@dbwiddis](https://github.com/dbwiddis).
* [#838](https://github.com/oshi/oshi/pull/838): JNA 5.3.0. - [@dbwiddis](https://github.com/dbwiddis).
* [#845](https://github.com/oshi/oshi/pull/845): JNA 5.3.1. - [@dbwiddis](https://github.com/dbwiddis).
* Your contribution here.

3.13.0 (1/18/2019), 3.13.1 (4/21/2019)
3.13.0 (1/18/2019), 3.13.1 (4/21/2019), 3.13.2 (4/28/2019)
================
* [#763](https://github.com/oshi/oshi/pull/763): Refactor PDH/WMI Fallback. - [@dbwiddis](https://github.com/dbwiddis).
* [#766](https://github.com/oshi/oshi/pull/766): Use query key to update counters in groups. - [@dbwiddis](https://github.com/dbwiddis).
* [#767](https://github.com/oshi/oshi/pull/767): Allow subclassing WmiQueryHandler with reflection. - [@dbwiddis](https://github.com/dbwiddis).
* [#769](https://github.com/oshi/oshi/pull/769): Close PDH handles after each query. - [@dbwiddis](https://github.com/dbwiddis).
* [#839](https://github.com/oshi/oshi/pull/838): JNA 5.3.0. - [@dbwiddis](https://github.com/dbwiddis).
* [#845](https://github.com/oshi/oshi/pull/845): JNA 5.3.1. - [@dbwiddis](https://github.com/dbwiddis).

3.12.1 (12/31/2018), 3.12.2 (1/10/2019)
================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Downloads
---------
| Stable Release Version | Current Development Version | Dependencies |
| ------------- | ------------- | ------------- |
| [oshi-core-3.13.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=3.13.0&e=jar) | [oshi-core-4.0.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=4.0.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna)[SLF4J](http://www.slf4j.org/) |
| [oshi-core-3.13.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=3.13.2&e=jar) | [oshi-core-4.0.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=4.0.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna)[SLF4J](http://www.slf4j.org/) |

Output
-------------
Expand Down

0 comments on commit d7083a8

Please sign in to comment.