Skip to content

Commit

Permalink
Updated news for the 0.105.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa authored and val-ms committed Jun 24, 2022
1 parent 34964b8 commit bace345
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 792 deletions.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,19 @@ For example:
> - [bytecode_api.h](headers/bytecode_api.h)
> - [bytecode_local.h](headers/bytecode_local.h)
## `0.103.1`
## `0.105.0`

➕ Complete overhaul of the bytecode compiler project.
- The clamav compiler passes now build against a system-installed LLVM-
library. This builds a single shared library (i.e. libclambcc.so).
- The compiler application is now a Python script that uses Clang with the
bytecode compiler library to run the compiler passes.

🐛 Fixed bug causing signatures with malloc to fail to run when using system
installed llvm.

🐛 Fixed the peinfo.c example bytecode source.

❌ Removed vendored/modified LLVM/Clang 2.7-ish source.

🌌 Upgraded build system from Autotools -> CMake.
Expand Down
Loading

0 comments on commit bace345

Please sign in to comment.