X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fjattach.git;a=blobdiff_plain;f=jattach.spec;h=529cf0e7b1c18687b083ebbcdab149af7108b21c;hp=92dff2eb41645ff16179371ccaf166c35392439a;hb=refs%2Fheads%2Fupstream;hpb=b330d6f5cff47911c6b1faf488d0d2791e1a181b diff --git a/jattach.spec b/jattach.spec index 92dff2e..fdac742 100644 --- a/jattach.spec +++ b/jattach.spec @@ -1,11 +1,11 @@ Name: jattach -Version: 1.3 +Version: 2.2 Release: 1 Summary: JVM Dynamic Attach utility Group: Development/Tools License: ASL 2.0 -URL: https://github.com/apangin/jattach +URL: https://github.com/jattach/jattach Vendor: Andrei Pangin Packager: Vadim Tsesko @@ -35,5 +35,23 @@ install -p -m 555 %{_sourcedir}/bin/jattach ${BIN} /usr/bin/jattach %changelog +* Wed Jan 10 2024 Andrei Pangin - 2.2-1 +- Automatically concatenate jcmd arguments +- Fixed attach to OpenJ9 on macOS +- Fixed container support on Linux 3.x + +* Mon Jul 25 2022 Vadim Tsesko - 2.1-1 +- Handle both tabs and spaces when parsing /proc/pid/status +- Socket timeout while reading response from OpenJ9 VM + +* Wed Aug 11 2021 Vadim Tsesko - 2.0-1 +- Attach to OpenJ9 VMs +- Pass agent error codes +- Improved container support + +* Wed Jan 09 2018 Vadim Tsesko - 1.5-1 +- Improved attach to containerized JVMs +- chroot support + * Wed Nov 30 2016 Vadim Tsesko - 0.1-1 - Initial version