|
...
|
...
|
@@ -83,6 +83,16 @@ ClamAV 1.4.0 includes the following improvements and changes:
|
|
83
|
83
|
service will shut down faster on some systems.
|
|
84
|
84
|
- [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1164)
|
|
85
|
85
|
|
|
|
86
|
+- Added a CMake build dependency on the version map files so that the build
|
|
|
87
|
+ will re-run if changes are made to the version map files.
|
|
|
88
|
+ Work courtesy of Sebastian Andrzej Siewior.
|
|
|
89
|
+ - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1294)
|
|
|
90
|
+
|
|
|
91
|
+- Added an improvement to the CMake build so that the RUSTFLAGS settings
|
|
|
92
|
+ are inherited from the environment.
|
|
|
93
|
+ Work courtesy of liushuyu.
|
|
|
94
|
+ - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1301)
|
|
|
95
|
+
|
|
86
|
96
|
### Bug fixes
|
|
87
|
97
|
|
|
88
|
98
|
- Silenced confusing warning message when scanning some HTML files.
|
|
...
|
...
|
@@ -109,9 +119,26 @@ ClamAV 1.4.0 includes the following improvements and changes:
|
|
109
|
109
|
the recently compiled library in the build path.
|
|
110
|
110
|
- [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1258)
|
|
111
|
111
|
|
|
|
112
|
+- Fixed a build issue on Windows with newer versions of Rust.
|
|
|
113
|
+ Also upgraded GitHub Actions imports to fix CI failures.
|
|
|
114
|
+ Fixes courtesy of liushuyu.
|
|
|
115
|
+ - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1307)
|
|
|
116
|
+
|
|
|
117
|
+- Fixed an unaligned pointer dereference issue on select architectures.
|
|
|
118
|
+ Fix courtesy of Sebastian Andrzej Siewior.
|
|
|
119
|
+ - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1293)
|
|
|
120
|
+
|
|
|
121
|
+- Fixed a bug that prevented loading plaintext (non-CVD) signature files
|
|
|
122
|
+ when using the `--fail-if-cvd-older-than=DAYS` / `FailIfCvdOlderThan` option.
|
|
|
123
|
+ Fix courtesy of Bark.
|
|
|
124
|
+ - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1309)
|
|
|
125
|
+
|
|
112
|
126
|
### Acknowledgments
|
|
113
|
127
|
|
|
114
|
128
|
Special thanks to the following people for code contributions and bug reports:
|
|
|
129
|
+- Bark
|
|
|
130
|
+- liushuyu
|
|
|
131
|
+- Sebastian Andrzej Siewior
|
|
115
|
132
|
- RainRat
|
|
116
|
133
|
|
|
117
|
134
|
## 1.3.1
|