From: Philippe Proulx Date: Tue, 15 Nov 2016 18:00:46 +0000 (-0500) Subject: barectf v2.2.1 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c9ea9886a91595d6055bb1e46fe78a70be657add;p=deliverable%2Fbarectf.git barectf v2.2.1 Signed-off-by: Philippe Proulx --- diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb79da..20ba016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # barectf 2 changelog +## barectf v2.2.1 + +**Minor improvements**: + + * barectf now generates ANSI C code. + * The generated code can be compiled with a C++ compiler. + +**README.md**: + + * barectf claims to generate ANSI C code. + * Reword some paragraphs. + + ## barectf v2.2.0 **Features**: diff --git a/barectf/__init__.py b/barectf/__init__.py index 7b7ab6f..45194f3 100644 --- a/barectf/__init__.py +++ b/barectf/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '2.2.0' +__version__ = '2.2.1' def _split_version_suffix(): diff --git a/doc/man/barectf.1 b/doc/man/barectf.1 index 8099272..457a392 100644 --- a/doc/man/barectf.1 +++ b/doc/man/barectf.1 @@ -2,12 +2,12 @@ .\" Title: barectf .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 11/10/2016 +.\" Date: 11/15/2016 .\" Manual: barectf manual -.\" Source: barectf 2.2.0 +.\" Source: barectf 2.2.1 .\" Language: English .\" -.TH "BARECTF" "1" "11/10/2016" "barectf 2\&.2\&.0" "barectf manual" +.TH "BARECTF" "1" "11/15/2016" "barectf 2\&.2\&.1" "barectf manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" -----------------------------------------------------------------