Skip to content

Commit c965b4d

Browse files
committed
3.4.5 Release
1 parent 836da63 commit c965b4d

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
3.5.0 (in progress)
22
================
3+
* Your contribution here.
4+
5+
3.4.5 (4/11/18)
6+
================
37
* [#433] (https://github.com/oshi/oshi/pull/433): Performance improvements for getProcesses() on Linux - [@bildechinger](https://github.com/bildechinger).
48
* [#455] (https://github.com/oshi/oshi/pull/455): Open files/handles support - [@spyhunter99](https://github.com/spyhunter99).
59
* [#459] (https://github.com/oshi/oshi/pull/459): New methods for querying for a list of specific pids - [@spyhunter99](https://github.com/spyhunter99).
6-
* Your contribution here.
710

8-
3.4.4 (10/15/2017)
11+
3.4.4 (10/15/17)
912
================
1013
* [#392](https://github.com/dblock/oshi/pull/392): Fix NPE for processes terminating before iteration - [@dbwiddis](https://github.com/dbwiddis).
1114
* [#396](https://github.com/oshi/oshi/pull/396): Fix issue on Mac OS X whereby the buffer size for the call to proc_listpids() was improperly calculated - [@brettwooldridge](https://github.com/brettwooldridge)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Downloads
5252
---------
5353
| Stable Release Version | Current Development Version | Dependencies |
5454
| ------------- | ------------- | ------------- |
55-
| [oshi-core-3.4.4](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=3.4.4&e=jar) | [oshi-core-3.5.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=3.5.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna)[SLF4J](http://www.slf4j.org/)[threetenbp](http://www.threeten.org/threetenbp/) |
56-
| [oshi-json-3.4.4](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-json&v=3.4.4&e=jar) | [oshi-json-3.5.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-json&v=3.5.0-SNAPSHOT&e=jar) | [javax.json](https://jsonp.java.net/download.html) |
55+
| [oshi-core-3.4.5](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=3.4.5&e=jar) | [oshi-core-3.5.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=3.5.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna)[SLF4J](http://www.slf4j.org/)[threetenbp](http://www.threeten.org/threetenbp/) |
56+
| [oshi-json-3.4.5](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-json&v=3.4.5&e=jar) | [oshi-json-3.5.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-json&v=3.5.0-SNAPSHOT&e=jar) | [javax.json](https://jsonp.java.net/download.html) |
5757

5858
Projects using OSHI
5959
-------------------

src/site/markdown/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Downloads
5252
---------
5353
| Stable Release Version | Current Development Version | Dependencies |
5454
| ------------- | ------------- | ------------- |
55-
| [oshi-core-3.4.4](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=3.4.4&e=jar) | [oshi-core-3.5.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=3.5.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna)[SLF4J](http://www.slf4j.org/)[threetenbp](http://www.threeten.org/threetenbp/) |
56-
| [oshi-json-3.4.4](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-json&v=3.4.4&e=jar) | [oshi-json-3.5.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-json&v=3.5.0-SNAPSHOT&e=jar) | [javax.json](https://jsonp.java.net/download.html) |
55+
| [oshi-core-3.4.5](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-core&v=3.4.5&e=jar) | [oshi-core-3.5.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=3.5.0-SNAPSHOT&e=jar) | [JNA](https://github.com/java-native-access/jna)[SLF4J](http://www.slf4j.org/)[threetenbp](http://www.threeten.org/threetenbp/) |
56+
| [oshi-json-3.4.5](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.github.oshi&a=oshi-json&v=3.4.5&e=jar) | [oshi-json-3.5.0-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-json&v=3.5.0-SNAPSHOT&e=jar) | [javax.json](https://jsonp.java.net/download.html) |
5757

5858
Projects using OSHI
5959
-------------------

0 commit comments

Comments
 (0)