From a68a86cf4ab7d0b827a15a2f067a364e93854a91 Mon Sep 17 00:00:00 2001 From: Bengt Martensson Date: Sun, 20 Oct 2019 14:44:06 +0200 Subject: [PATCH] Set version to 1.2.2. Updated release notes. --- pom.xml | 2 +- src/main/doc/IrpTransmogrifier.releasenotes.txt | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cda0c459..566447c5 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.harctoolbox IrpTransmogrifier jar - 1.2.2-SNAPSHOT + 1.2.2 IrpTransmogrifier diff --git a/src/main/doc/IrpTransmogrifier.releasenotes.txt b/src/main/doc/IrpTransmogrifier.releasenotes.txt index d02fe614..e9287c2f 100644 --- a/src/main/doc/IrpTransmogrifier.releasenotes.txt +++ b/src/main/doc/IrpTransmogrifier.releasenotes.txt @@ -1,8 +1,17 @@ -Release Notes for IrpTransmogrifier 1.2.0. +Release Notes for IrpTransmogrifier. The notation #n refers to issues number n at https://github.com/bengtmartensson/IrpTransmogrifier/issues +=============================================================================== +2019-10-20: Version 1.2.2 + +* Bugfix: Fix implementation of IrpDatabase patchfile nuking by empty entries. +* Bugfix #148. +* Bugfix #147. +* IrpProtocols.xml: deleted unusable protocols. +* New constructor Decoder.SimpleDecodesSet(DecodeTree), new function Decoder.DecodeTree.toList(). + =============================================================================== 2019-10-16: Version 1.2.1