diff --git a/README.md b/README.md index 10b0383e456..20dfe689f2d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Use either the [issue list](https://github.com/souffle-lang/souffle/issues) for - releases - compatibility issues - refactoring. + or use the [discussions](https://github.com/souffle-lang/souffle/discussions) bulletin board to engage with other community members and for asking questions you’re wondering about. ## How to contribute @@ -56,6 +57,7 @@ The general workflow is as follows. 2. Fork the [souffle-lang/souffle](http://github.com/souffle-lang/souffle.git) repo. 3. Push your changes to a branch in your forked repo. 4. Submit a pull request to souffle-lang/souffle from your forked repo. + Our continuous integration framework enforces coding guidelines with the help of clang-format and clang-tidy. For more information on building and developing Souffle, please read the [developer tutorial](https://souffle-lang.github.io/development). diff --git a/debian/changelog.in b/debian/changelog.in index 98e94d5170b..94f2b31df5f 100644 --- a/debian/changelog.in +++ b/debian/changelog.in @@ -1,8 +1,28 @@ -souffle (@VERSION@-1) UNRELEASED; urgency=low - - * Interpreter performance improvement - - -- Martin McGrane @DEBDATE@ +souffle (2.1) UNRELEASED; urgency=low + + * Choice domain (@XiaowenHu96) + * Proper treatment of escape codes in symbol constants (@lyxell) + * CSV output has rfc4180 flag for delimiters (@quentin) + * Fix UDF syntax (@TomasPuverle) + * Add no_magic/no_inline relational qualifiers (@sharon-wang) + * Retire $; replace by autoinc() (@b-scholz) + * Suppress file errors with -w flag (@b-scholz) + * Re-implementation of the ast-to-ram translator (@azreika) + * Added Cmake PORT support (@XiaowenHu96, @quentin + * GitHub Action (@XiaowenHu96, @quentin, @XiaowenHu96, @b-scholz, @lyxell,@quentin,@OlivierHamel) + * Debian Packaging and CodeCov support in GitHub Action/Cmake (@phao5814) + * Lock-free record/symbol tables (@quentin) + * Interpreter refactoring / fixing (@XiaowenHu96) + * Type Analysis Refactoring (@azreika, @tytus-metrycki) + * New SIPS strategy (@langston-berrett) + * Refactor AST & RAM & Provenance (@TomasPuverle, @b-scholz, @azreika) + * RAM Optimisation (@SamArch27) + * Multiple library flag (@mclements) + * Added “max-bound-delta” SIPS (@langston-barrett) + * General Fixes and improvements (@b-scholz, @csabahruska, @julienhenry, @langston-berrett, @mmcgr, @TomasPuverle, @quentin,@XiaowenHu96) + * Add fuzzing scripts with AFL and Radamsa (@langston-barrett) + + -- Bernhard Scholz Tue 17 Aug 2021 12:08:04 +1100 souffle (2.0.2); urgency=low