Files
oshi/oshi.changes

151 lines
5.5 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Thu Mar 27 21:52:46 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Fix javadoc generation with javadoc:aggregate
-------------------------------------------------------------------
Tue Sep 3 13:18:08 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.6.3
* Bug fixes / Improvements
+ #2704: Properly parse CPU vendor when lscpu not available
+ #2705: Restore optional legacy method of calculating Windows
System CPU
-------------------------------------------------------------------
Thu Aug 1 23:50:08 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.6.2
* Bug fixes / Improvements
+ #2660: Add macOS 15 (Sequoia) to version properties
+ #2662: Only warn on duplicate properties files if they differ
+ #2692: Do not log errors for reading process arguments on
Linux
-------------------------------------------------------------------
Mon May 27 11:08:55 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.6.1
* New Features
+ #2644: Add serial number to Physical Memory
* Bug fixes / Improvements
+ #2645: fix getOwningProcessId sometimes return -1 on 64x linux
-------------------------------------------------------------------
Mon May 6 17:23:41 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.6.0
* New Features
+ #2603, #2625: Add part number to Physical Memory
* Bug fixes / Improvements
+ #2605: Reduce CpuStat.getSystemCpuLoadticks memory allocation
pressure
+ #2612: Use 1k buffer in FileUtils.readLines to reduce heap
allocation pressure
+ #2621: Cache thread counters when updating OS Process with
suspended state
+ #2626: Make sys and dev paths on Linux configurable
+ #2627: Add more SMBIOSMemoryType values
-------------------------------------------------------------------
Wed Mar 20 10:15:13 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.5.0
* New Features
+ #2592: Add getFeatureFlags method to CentralProcessor API
- Update to v6.4.13
* Bug fixes / Improvements
+ #2588: Fix parsing of strings to long arrays
- Update to v6.4.12
* Bug fixes / Improvements
+ #2278: Use lscpu Model Name as backup for cpuName
-------------------------------------------------------------------
Wed Feb 21 10:52:55 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Sat Jan 13 02:45:19 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.4.11
* Bug fixes / Improvements
+ #2559: Improve handling of missing JNA classes in
LinuxOperatingSystem init
+ #2562: Allow opting out of use of udev via
LinuxOperatingSystem
Accepting request 1135361 from home:urbic:branches:Java:packages - Update to v6.4.10 * Bug fixes / Improvements + #2545: Improve calculations for Linux CPU max frequency + #2548: Support Apple M3 chip + #2549: Add newer Intel and AMD architectures - Update to v6.4.9 * Bug fixes / Improvements + #2527: Remove unicode degree sign from output to improve portability + #2533: Changed GPU info gathering mechanism on Windows + #2535: Fall back to vendor frequency on failed max on Windows + #2538: JNA 5.14.0 - Update to v6.4.8 * Bug fixes / Improvements + #2514: Fix NPE in ProcessorIdentifier edge case - Update to v6.4.7 * Bug fixes / Improvements + #2460: Fix AIX tests for virtual/unused drives + #2480: Use sysfs as a backup for Linux power supply without udev + #2487: Improve performance of thread details query for a single process - Update to v6.4.6 * Bug fixes / Improvements + #2443: Include IPConnections on Mac that listen on both IPv4 and IPv6 protocols + #2446: Fix parsing Loongson CPU names - Update to v6.4.5 * Bug fixes / Improvements + #2421: Handle non-unique UUIDs in demo ComputerID class + #2427: Lookup hardware implementer if lscpu fails to do so + #2434: Fix Windows OS Process logic to use registry values + #2436: Fall back to vendor frequency on failed max on Windows - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Added patch: * oshi-manifest.patch + remove manifest headers that refer to the build environment - Update to v6.4.4 * Bug fixes / Improvements + #2407: Improve performance of Linux User and Group name queries - Initial packaging with v6.4.3 OBS-URL: https://build.opensuse.org/request/show/1135361 OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=7
2024-01-08 05:34:29 +00:00
-------------------------------------------------------------------
Wed Dec 27 17:25:06 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.4.10
* Bug fixes / Improvements
+ #2545: Improve calculations for Linux CPU max frequency
+ #2548: Support Apple M3 chip
+ #2549: Add newer Intel and AMD architectures
-------------------------------------------------------------------
Fri Dec 22 11:59:17 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.4.9
* Bug fixes / Improvements
+ #2527: Remove unicode degree sign from output to improve
portability
+ #2533: Changed GPU info gathering mechanism on Windows
+ #2535: Fall back to vendor frequency on failed max on Windows
+ #2538: JNA 5.14.0
-------------------------------------------------------------------
Tue Nov 28 04:59:43 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
Accepting request 1135361 from home:urbic:branches:Java:packages - Update to v6.4.10 * Bug fixes / Improvements + #2545: Improve calculations for Linux CPU max frequency + #2548: Support Apple M3 chip + #2549: Add newer Intel and AMD architectures - Update to v6.4.9 * Bug fixes / Improvements + #2527: Remove unicode degree sign from output to improve portability + #2533: Changed GPU info gathering mechanism on Windows + #2535: Fall back to vendor frequency on failed max on Windows + #2538: JNA 5.14.0 - Update to v6.4.8 * Bug fixes / Improvements + #2514: Fix NPE in ProcessorIdentifier edge case - Update to v6.4.7 * Bug fixes / Improvements + #2460: Fix AIX tests for virtual/unused drives + #2480: Use sysfs as a backup for Linux power supply without udev + #2487: Improve performance of thread details query for a single process - Update to v6.4.6 * Bug fixes / Improvements + #2443: Include IPConnections on Mac that listen on both IPv4 and IPv6 protocols + #2446: Fix parsing Loongson CPU names - Update to v6.4.5 * Bug fixes / Improvements + #2421: Handle non-unique UUIDs in demo ComputerID class + #2427: Lookup hardware implementer if lscpu fails to do so + #2434: Fix Windows OS Process logic to use registry values + #2436: Fall back to vendor frequency on failed max on Windows - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Added patch: * oshi-manifest.patch + remove manifest headers that refer to the build environment - Update to v6.4.4 * Bug fixes / Improvements + #2407: Improve performance of Linux User and Group name queries - Initial packaging with v6.4.3 OBS-URL: https://build.opensuse.org/request/show/1135361 OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=7
2024-01-08 05:34:29 +00:00
- Update to v6.4.8
* Bug fixes / Improvements
+ #2514: Fix NPE in ProcessorIdentifier edge case
-------------------------------------------------------------------
Wed Nov 22 05:07:14 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.4.7
* Bug fixes / Improvements
+ #2460: Fix AIX tests for virtual/unused drives
+ #2480: Use sysfs as a backup for Linux power supply without
udev
+ #2487: Improve performance of thread details query for a
single process
- Update to v6.4.6
* Bug fixes / Improvements
+ #2443: Include IPConnections on Mac that listen on both IPv4
and IPv6 protocols
+ #2446: Fix parsing Loongson CPU names
-------------------------------------------------------------------
Wed Sep 13 16:17:03 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.4.5
* Bug fixes / Improvements
+ #2421: Handle non-unique UUIDs in demo ComputerID class
+ #2427: Lookup hardware implementer if lscpu fails to do so
+ #2434: Fix Windows OS Process logic to use registry values
+ #2436: Fall back to vendor frequency on failed max on Windows
-------------------------------------------------------------------
Wed Sep 13 04:41:35 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
- Added patch:
* oshi-manifest.patch
+ remove manifest headers that refer to the build environment
-------------------------------------------------------------------
Fri Jul 14 13:25:54 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v6.4.4
* Bug fixes / Improvements
+ #2407: Improve performance of Linux User and Group name
queries
-------------------------------------------------------------------
Sat Jun 17 13:20:54 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Initial packaging with v6.4.3