|
...
|
...
|
@@ -52,6 +52,9 @@ ClamAV 1.3.0 includes the following improvements and changes:
|
|
52
|
52
|
"CL_TYPE_PYTHON_COMPILED" instead of "CL_TYPE_BINARY_DATA".
|
|
53
|
53
|
- [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1111)
|
|
54
|
54
|
|
|
|
55
|
+- Improved support for decrypting PDF's with empty passwords.
|
|
|
56
|
+ - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1141)
|
|
|
57
|
+
|
|
55
|
58
|
- Assorted minor improvements and typo fixes.
|
|
56
|
59
|
|
|
57
|
60
|
### Bug fixes
|
|
...
|
...
|
@@ -65,18 +68,34 @@ ClamAV 1.3.0 includes the following improvements and changes:
|
|
65
|
65
|
- ClamOnAcc: Fixed an infinite loop when a watched directory does not exist.
|
|
66
|
66
|
- [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1047)
|
|
67
|
67
|
|
|
|
68
|
+- ClamOnAcc: Fixed an infinite loop when a file has been deleted before a scan.
|
|
|
69
|
+ Patch courtesy of gsuehiro.
|
|
|
70
|
+ - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1150)
|
|
|
71
|
+
|
|
68
|
72
|
- Fixed a possible crash when processing VBA files on HP-UX/IA 64bit.
|
|
69
|
73
|
Patch courtesy of Albert Chin-A-Young.
|
|
70
|
74
|
- [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/526)
|
|
71
|
75
|
|
|
|
76
|
+- ClamConf: Fixed an issue printing `MaxScanSize` introduced with the change
|
|
|
77
|
+ to allow a MaxScanSize greater than 4 GiB.
|
|
|
78
|
+ Fix courtesy of teoberi.
|
|
|
79
|
+ - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1121)
|
|
|
80
|
+
|
|
|
81
|
+- Fixed an issue building a ClamAV RPM in some configurations.
|
|
|
82
|
+ The issue was caused by faulty CMake logic that intended to create an
|
|
|
83
|
+ empty database directory during the install.
|
|
|
84
|
+ - [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1144)
|
|
|
85
|
+
|
|
72
|
86
|
### Acknowledgments
|
|
73
|
87
|
|
|
74
|
88
|
Special thanks to the following people for code contributions and bug reports:
|
|
75
|
89
|
- Albert Chin-A-Young
|
|
76
|
90
|
- Andrew Kiggins
|
|
77
|
91
|
- driverxdw
|
|
|
92
|
+- gsuehiro
|
|
78
|
93
|
- Luca D'Amico
|
|
79
|
94
|
- RainRat
|
|
|
95
|
+- teoberi
|
|
80
|
96
|
|
|
81
|
97
|
## 1.2.1
|
|
82
|
98
|
|