[go: up one dir, main page]

Skip to content

Releases: klee/klee-uclibc

klee_uclibc_v1.4

29 Oct 09:06
Compare
Choose a tag to compare

Only slightly more than one year, it's time for a new version.
Thanks to all the many contributions.

What's Changed

  • Don't always require curl/wget to build locales by @jirislaby in #43
  • Fix compilation with newer LLVM/Clang versions: make int-conversion a warning by @251 in #44
  • Remove deprecated llvm-gcc by @251 in #45
  • Fixing null dereference in realpath by @davidtr1037 in #47
  • Add missing variables for GitHub CI by @MartinNowack in #46

New Contributors

Full Changelog: klee_uclibc_v1.3...klee_uclibc_v1.4

KLEE uClibc v1.3

05 Apr 09:02
Compare
Choose a tag to compare

After a couple of years, it's time for a new version.
Thanks to all the many contributions.

Features

  • Use Python 3 to run the configure script and improved usability via better PATH lookup (@251)
  • Use curl fallback to download locale (@251)
  • Be more verbose about the compiler set via CC and check for its availability (@ccadar)

Bug Fixes

Build System

  • Update used versions of LLVM, GTest, Z3 to match KLEE's configuration (@251)
  • Transition to GitHub Actions build system used by upstream KLEE (@MartinNowack)
  • Fixed old build system (@ccadar)

New Contributors

Full Changelog: klee_uclibc_v1.2...klee_uclibc_v1.3

KLEE uClibc v1.2

18 Mar 15:17
8ccd74c
Compare
Choose a tag to compare

This release contains many changes. Thanks to all contributors:

RC2 for KLEE Uclibc v1.2

13 Mar 16:05
6c845ee
Compare
Choose a tag to compare
Pre-release

This release contains:

Release candidate for KLEE uclibc

10 Aug 14:11
Compare
Choose a tag to compare
Pre-release
Merge pull request #16 from andreamattavelli/update_travis_cmake

[TravisCI] Updated Travis-CI to compile KLEE with CMake only