Skip to content

Commit

Permalink
Update changelog, mention Valgrind in README-development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubowicz committed Jun 14, 2020
1 parent 2a2057b commit 4cd27ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,5 @@ Fixed buffer overflow (CVE-2019-19601 #60). Thanks to Akira Kakuto, Norbert Prei
Reduced size of .tar.bz2 package by excluding object file added by mistake.

Handle forcing placement with ! (#62). Thanks to schrc3b6.

Added option to print source information with -1 (#64). Thanks to Victor Cacciari Miraldo.
6 changes: 6 additions & 0 deletions README-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Running tests:
make test
```

It is recommended that you install Valgrind and run tests using it (as it is done in Travis CI):

```
./test.pl --valgrind
```

After pushing check cross-platform compilation results on commits list on GitHub or directly on [Travis CI](https://travis-ci.org/pkubowicz/opendetex).

## Releasing a new version
Expand Down

0 comments on commit 4cd27ed

Please sign in to comment.