Skip to content

Commit

Permalink
Updated NEWS.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvansickle committed Feb 9, 2016
1 parent 439f436 commit 617543a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Minor bugfix/feature release of UniversalCodeGrep (ucg).

### Added
- Added auto-versioning support, improved --version output to display built-from vcs/tarball info, compiler version, libpcre version and info. Resolves #4.
- Added auto-versioning support, improved --version output to display built-from vcs/tarball info, compiler version, libpcre version and info. Resolves #4, #56.
- Added performance test vs. grep on Boost --cpp files with regex 'BOOST.*HPP' to testsuite.
- Added color-vs-file and color-vs-tty tests to the testsuite.
- Performance test suite now captures version info of the programs that are being compared. Resolves #22.
Expand All @@ -21,6 +21,8 @@ Minor bugfix/feature release of UniversalCodeGrep (ucg).
- Fixed extra newline at the start of tty output. Resolves #50.
- Merged pull request #54 from ismail/clang-fix: Add sstream include to fix compilation with clang with libc++.

### Security
- Now compiling with -Wformat, -Wformat-security, -Werror=format-security if compiler supports it. Resolves #57.

## [0.2.0] - 2015-12-28
- No news yet.

0 comments on commit 617543a

Please sign in to comment.