@@ -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
119
the recently compiled library in the build path.
110
120
- [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1258 )
111
121
122
+ - Fixed a build issue on Windows with newer versions of Rust.
123
+ Also upgraded GitHub Actions imports to fix CI failures.
124
+ Fixes courtesy of liushuyu.
125
+ - [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1307 )
126
+
127
+ - Fixed an unaligned pointer dereference issue on select architectures.
128
+ Fix courtesy of Sebastian Andrzej Siewior.
129
+ - [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1293 )
130
+
131
+ - Fixed a bug that prevented loading plaintext (non-CVD) signature files
132
+ when using the ` --fail-if-cvd-older-than=DAYS ` / ` FailIfCvdOlderThan ` option.
133
+ Fix courtesy of Bark.
134
+ - [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1309 )
135
+
112
136
### Acknowledgments
113
137
114
138
Special thanks to the following people for code contributions and bug reports:
139
+ - Bark
140
+ - liushuyu
141
+ - Sebastian Andrzej Siewior
115
142
- RainRat
116
143
117
144
## 1.3.1
0 commit comments