From 8b64fcf28b0c8b2d271dd7d46e7ad649c49008ba Mon Sep 17 00:00:00 2001
From: Micah Snyder <micasnyd@cisco.com>
Date: Tue, 13 Aug 2024 12:04:33 -0400
Subject: [PATCH] News: updates prior to 1.3.2

---
 NEWS.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index 059f9369b5..86e9b1cc0d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,6 +7,22 @@ differ slightly from third-party binary packages.
 
 ClamAV 1.3.2 is a patch release with the following fixes:
 
+- Fix unit test caused by expiring signing certificate.
+  - Backport of [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1305)
+
+- Fixed a build issue on Windows with newer versions of Rust.
+  Also upgraded GitHub Actions imports to fix CI failures.
+  Fixes courtesy of liushuyu.
+  - Backport of [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1307)
+
+- Fixed an unaligned pointer dereference issue on select architectures.
+  Fix courtesy of Sebastian Andrzej Siewior.
+  - Backport of [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1293)
+
+- Fixes to Jenkins CI pipeline.
+
+For details, see [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1330)
+
 ## 1.3.1
 
 ClamAV 1.3.1 is a critical patch release with the following fixes: