barectf v2.2.1 v2.2.1
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 15 Nov 2016 18:00:46 +0000 (13:00 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 15 Nov 2016 18:00:46 +0000 (13:00 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
CHANGELOG.md
barectf/__init__.py
doc/man/barectf.1

index cdb79daddfb77fac6053f51aabac512fc6f57dc3..20ba0164bebae61674f08b04e43ce764434bf71a 100644 (file)
@@ -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**:
index 7b7ab6fb251962d1d36c2fd34698f3ba4f69f699..45194f301ee605c8d0395718f54bdb62433b3fec 100644 (file)
@@ -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():
index 80992722612877417bb14ab5722616b094dbed79..457a392be1b3276d2e9874c6ada645b4ff8bd39d 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: barectf
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      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
 .\" -----------------------------------------------------------------
This page took 0.025715 seconds and 4 git commands to generate.