(release-3007.11)=
# Salt 3007.11 release notes

<!---
Do not edit this file. This is auto generated.
Edit the templates in doc/topics/releases/templates/
for a given release.
-->


<!--
Add release specific details below
-->

<!--
Do not edit the changelog below.
This is auto generated.
-->
## Changelog

### Fixed

- Fixed a typo in salt.util.cloud to detect the version of winrm [#68561](https://github.com/saltstack/salt/issues/68561)
- Patched tornado for BDSA-2025-60811 and BDSA-2025-60812 [#68594](https://github.com/saltstack/salt/issues/68594)
- Increase pub and pub_async timeouts on LocalClient from 5 to 15 for better
  handling of network delays. This change only affects programatic usage of
  LocalClient. [#68597](https://github.com/saltstack/salt/issues/68597)
- Added `lazy_loader_strict_matching` minion configuration option to reduce memory usage by skipping the expensive fallback search that scans through every module file. [#68606](https://github.com/saltstack/salt/issues/68606)
- Upgrade relenv to 0.22.2:
  * Remove RPATH from shared libraries that do not link to any other libraries in
    our environment.
  * Ensure we always return a proper and consistang default python version for
    create, fetch, build commands. [#68607](https://github.com/saltstack/salt/issues/68607)
- Mitigate CVE-2025-13836 in nxos utils [#68618](https://github.com/saltstack/salt/issues/68618)
