From 39000db89b4d376af34fd4499743ac0fa5d7cd90 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Sun, 28 Oct 2018 17:08:04 -0400 Subject: Version 2.0.5 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2e88d6a..5b3f1d8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +2.0.5 +===== +* Allow preserveSpace on XML attributes (Álvaro Muñoz) +* Fixed issue with writing files under macOS (Álvaro Muñoz) +* Fixed various differences between Python 2 and 3 +* Fixed issues with libxml2 memory management + 2.0.4 ===== * Fixed a massive performance issue diff --git a/configure.ac b/configure.ac index 18efd0c..45ffa28 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([itstool], [2.0.4], []) +AC_INIT([itstool], [2.0.5], []) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) DATADIR=`( -- cgit v1.2.1