2019-05-27 09:52:01 +00:00
committed by Git OBS Bridge
parent bbd00e45fc
commit 29b3354652
6 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon May 27 09:39:22 UTC 2019 - jslaby@suse.com
- Update to version 2.0+20190507:
* Propagate correct version of metasmt to build script
* Add missing dependency for tabulate package
* Remove CC as requirement; automatically set by sanitizer_compiler
* klee-stats: add - to to-csv/grafana options
* Add klee-stats test, fix microseconds bug
* Add MSan support for sqlite
* Clean klee-stats, StatsTracker and cmake
* Change the .stats format into sqlite3
* Add FreeBSD OS triple in RaiseAsm
* Teach ConcreteTest.py to use `gmake` instead of `make` on FreeBSD
* and more
-------------------------------------------------------------------
Mon Feb 25 10:15:41 UTC 2019 - Jiri Slaby <jslaby@suse.com>