Skip to content
Snippets Groups Projects
Commit 712aa279 authored by Petr Rockai's avatar Petr Rockai
Browse files

doc: Add some of the NEWS items for the 4.2 series.

parent 922fe108
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,20 @@ ...@@ -12,8 +12,20 @@
# DIVINE 4.2 # DIVINE 4.2
- In 4.2.7 (2019-05-01): - In 4.2.7 (2019-05-01):
- Initial support for string abstraction based on the M-String domain.
- A number of fixes in LART abstraction passes.
- Reduce the memory used for globals (ballooned due to a change in LLVM).
- Minor improvements in usability of `sim`.
- Fix a regression which caused `divine draw` to be unusable.
- Restore support for reading global variables in `sim` (via `$globals`).
- Minor improvements in support for relaxed memory models.
- In 4.2.5 (2019-04-01): - In 4.2.5 (2019-04-01):
- Initial support for aggregate abstract domains.
- Simplified passing of abstract arguments and return values.
- Prepare ground for interval-based tracking of user metadata.
- In 4.2.4 (2019-03-15): - In 4.2.4 (2019-03-15):
- Rewrite the concurrent hash table used in the model checker.
- Implement a fast, low-overhead hash function (based on a custom design).
- In 4.2.2 (2019-02-15): - In 4.2.2 (2019-02-15):
- In 4.2.1 (2019-02-02): - In 4.2.1 (2019-02-02):
- In 4.2.0 (2019-01-15): - In 4.2.0 (2019-01-15):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment