From fa5d9a93029152cf4889f76448338610d207e8e3 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Fri, 6 Jun 2025 14:16:25 -0600 Subject: [PATCH] v9.2.1 (#2685) --- CHANGELOG.md | 19 ++++++++++++++++--- capa/version.py | 2 +- web/public/index.html | 34 ++++++---------------------------- 3 files changed, 23 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb0dc16..57055286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,14 +18,27 @@ ### Development +### Raw diffs +- [capa v9.2.1...master](https://github.com/mandiant/capa/compare/v9.2.1...master) +- [capa-rules v9.2.1...master](https://github.com/mandiant/capa-rules/compare/v9.2.1...master) + +## v9.2.1 + +This point release fixes bugs including removing an unnecessary PyInstaller warning message and enabling the standalone binary to execute on systems running older versions of glibc. + +### Bug Fixes + - ci: exclude pkg_resources from PyInstaller build @mike-hunhoff #2684 +- ci: downgrade Ubuntu version to accommodate older glibc versions @mike-hunhoff #2684 + +### Development + - ci: upgrade Windows version to avoid deprecation @mike-hunhoff #2684 -- ci: downgrade Ubuntu version to accommodate older GLIBC versions @mike-hunhoff #2684 - ci: check if build runs without warnings or errors @mike-hunhoff #2684 ### Raw diffs -- [capa v9.2.0...master](https://github.com/mandiant/capa/compare/v9.2.0...master) -- [capa-rules v9.2.0...master](https://github.com/mandiant/capa-rules/compare/v9.2.0...master) +- [capa v9.2.0...v9.2.1](https://github.com/mandiant/capa/compare/v9.2.0...v9.2.1) +- [capa-rules v9.2.0...v9.2.1](https://github.com/mandiant/capa-rules/compare/v9.2.0...v9.2.1) ## v9.2.0 diff --git a/capa/version.py b/capa/version.py index 3008736c..d874f294 100644 --- a/capa/version.py +++ b/capa/version.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "9.2.0" +__version__ = "9.2.1" def get_major_version(): diff --git a/web/public/index.html b/web/public/index.html index ee491cfd..78a8a19e 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -210,35 +210,13 @@

What's New

-

Rule Updates

- - -

Tool Updates

- + +

v9.2.1 (2025-06-06)

+

+ This point release fixes bugs including removing an unnecessary PyInstaller warning message and enabling the standalone binary to execute on systems running older versions of glibc. +

+

v9.2.0 (2025-06-03)

This release improves a few aspects of dynamic analysis, including relaxing our validation on fields across many CAPE versions and processing additional VMRay submission file types, for example.