Skip to content

Commit bc17c5f

Browse files
committed
6.4.3 Release
1 parent af09a8a commit bc17c5f

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# 6.4.3 (in progress)
1+
# 6.4.4 (in progress)
22

3-
##### Bug fixes / Improvements
4-
* [#2377](https://github.com/oshi/oshi/pull/2377): Graceful fallback for macOS Process user or group name - [@dbwiddis](https://github.com/dbwiddis).
5-
* [#2393](https://github.com/oshi/oshi/pull/2393): Get threadId by syscall when not have gettid - [@silencewood](https://github.com/silencewood).
6-
* [#2394](https://github.com/oshi/oshi/pull/2394): Fix bit shifting in CPUID calculation - [@dbwiddis](https://github.com/dbwiddis).
7-
* [#2396](https://github.com/oshi/oshi/pull/2396): Add command-line fallbacks for udev and sysfs processor info - [@dbwiddis](https://github.com/dbwiddis).
3+
* Your contribution here!
84

9-
# 6.4.0 (2022-12-02), 6.4.1 (2023-03-18), 6.4.2 (2023-05-02)
5+
# 6.4.0 (2022-12-02), 6.4.1 (2023-03-18), 6.4.2 (2023-05-02), 6.4.3 (2023-06-06)
106

117
##### New Features
128
* [#2261](https://github.com/oshi/oshi/pull/2261): Add getThreadId, getCurrentThread and getCurrentProcess to OperatingSystem API - [@dbwiddis](https://github.com/dbwiddis).
@@ -23,6 +19,10 @@
2319
* [#2329](https://github.com/oshi/oshi/pull/2329): Allow using SLF4J 1 in OSGi containers - [@mshabarov](https://github.com/mshabarov).
2420
* [#2361](https://github.com/oshi/oshi/pull/2361): Convert per-process CPU ticks on Apple Silicon to milliseconds - [@dbwiddis](https://github.com/dbwiddis).
2521
* [#2362](https://github.com/oshi/oshi/pull/2362): Make use of Kstat2 configurable - [@dbwiddis](https://github.com/dbwiddis).
22+
* [#2377](https://github.com/oshi/oshi/pull/2377): Graceful fallback for macOS Process user or group name - [@dbwiddis](https://github.com/dbwiddis).
23+
* [#2393](https://github.com/oshi/oshi/pull/2393): Get threadId by syscall when gettid not available - [@silencewood](https://github.com/silencewood).
24+
* [#2394](https://github.com/oshi/oshi/pull/2394): Fix bit shifting in CPUID calculation - [@dbwiddis](https://github.com/dbwiddis).
25+
* [#2396](https://github.com/oshi/oshi/pull/2396): Add command-line fallbacks for udev and sysfs processor info - [@dbwiddis](https://github.com/dbwiddis).
2626

2727
# 6.3.0 (2022-10-16), 6.3.1 (2022-10-30), 6.3.2 (2022-11-16)
2828

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Windows • macOS • Linux (Android) • Unix (AIX, FreeBSD, OpenBSD, Solaris)
3131
Downloads and Dependency Management
3232
-----------------------------------
3333
Stable Release Version
34-
* JDK8: [oshi-core-6.4.2](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/6.4.2)
35-
* JPMS: [oshi-core-java11-6.4.2](https://central.sonatype.com/artifact/com.github.oshi/oshi-core-java11/6.4.2)
34+
* JDK8: [oshi-core-6.4.3](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/6.4.3)
35+
* JPMS: [oshi-core-java11-6.4.3](https://central.sonatype.com/artifact/com.github.oshi/oshi-core-java11/6.4.3)
3636
* JDK6: [oshi-core-3.14.0](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/3.14.0)
3737

3838
Current Development (SNAPSHOT) downloads
39-
* JDK8: [oshi-core-6.4.3-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=6.4.3-SNAPSHOT&e=jar)
40-
* JPMS: [oshi-core-java11-6.4.3-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core-java11&v=6.4.3-SNAPSHOT&e=jar)
39+
* JDK8: [oshi-core-6.4.4-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=6.4.4-SNAPSHOT&e=jar)
40+
* JPMS: [oshi-core-java11-6.4.4-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core-java11&v=6.4.4-SNAPSHOT&e=jar)
4141

4242
Documentation
4343
-------------

src/site/markdown/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Windows • macOS • Linux (Android) • Unix (AIX, FreeBSD, OpenBSD, Solaris)
3131
Downloads and Dependency Management
3232
-----------------------------------
3333
Stable Release Version
34-
* JDK8: [oshi-core-6.4.2](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/6.4.2)
35-
* JPMS: [oshi-core-java11-6.4.2](https://central.sonatype.com/artifact/com.github.oshi/oshi-core-java11/6.4.2)
34+
* JDK8: [oshi-core-6.4.3](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/6.4.3)
35+
* JPMS: [oshi-core-java11-6.4.3](https://central.sonatype.com/artifact/com.github.oshi/oshi-core-java11/6.4.3)
3636
* JDK6: [oshi-core-3.14.0](https://central.sonatype.com/artifact/com.github.oshi/oshi-core/3.14.0)
3737

3838
Current Development (SNAPSHOT) downloads
39-
* JDK8: [oshi-core-6.4.3-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=6.4.3-SNAPSHOT&e=jar)
40-
* JPMS: [oshi-core-java11-6.4.3-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core-java11&v=6.4.3-SNAPSHOT&e=jar)
39+
* JDK8: [oshi-core-6.4.4-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core&v=6.4.4-SNAPSHOT&e=jar)
40+
* JPMS: [oshi-core-java11-6.4.4-SNAPSHOT](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.oshi&a=oshi-core-java11&v=6.4.4-SNAPSHOT&e=jar)
4141

4242
Documentation
4343
-------------

0 commit comments

Comments
 (0)