From ca3d1166768de665309092d09503bf85777f6e48 Mon Sep 17 00:00:00 2001 From: "Gary R. Van Sickle" Date: Fri, 30 Dec 2016 14:05:01 -0600 Subject: [PATCH] Updated NEWS.md for release 0.3.3. Bumped version number in configure.ac. --- NEWS.md | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 309ef2b4..20f82b46 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,13 @@ # NEWS file for the UniversalCodeGrep project. +## [0.3.3] - 2016-12-30 + +UniversalCodeGrep (ucg) 0.3.3 is a minor bugfix release. + +## Fixed +- Resolved issue with SSE4.2 literal string matching not working correctly. +- Resolved legitimate Coverity issue in atomic compare/exchange template. + ## [0.3.2] - 2016-12-29 UniversalCodeGrep (ucg) 0.3.2 is a minor bugfix release with some major under-the-hood changes. diff --git a/configure.ac b/configure.ac index c044c3c6..b1fbe39d 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) LT_PREREQ([2.4.2]) -AC_INIT([UniversalCodeGrep], [0.3.2], [https://github.com/gvansickle/ucg/issues], [], [https://gvansickle.github.io/ucg/]) +AC_INIT([UniversalCodeGrep], [0.3.3], [https://github.com/gvansickle/ucg/issues], [], [https://gvansickle.github.io/ucg/]) AC_CONFIG_SRCDIR([src/Globber.cpp]) AC_CONFIG_HEADERS([config.h])