From d06754d7d96dfbcf09817077f92cc1ba71705617 Mon Sep 17 00:00:00 2001 From: Daniel Dugger Date: Sun, 15 Mar 2020 19:54:38 -0400 Subject: [PATCH 1/2] SW: Update version numbers for 1.3.2 release --- sw/control/KFDtool.Adapter/Properties/AssemblyInfo.cs | 4 ++-- sw/control/KFDtool.BSL430/Properties/AssemblyInfo.cs | 4 ++-- sw/control/KFDtool.Cmd/Properties/AssemblyInfo.cs | 6 +++--- sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs | 6 +++--- sw/control/KFDtool.P25/Properties/AssemblyInfo.cs | 4 ++-- sw/control/KFDtool.Shared/Properties/AssemblyInfo.cs | 4 ++-- sw/installer/KFDtoolApp/Product.wxs | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sw/control/KFDtool.Adapter/Properties/AssemblyInfo.cs b/sw/control/KFDtool.Adapter/Properties/AssemblyInfo.cs index f4c0f8c..9644b25 100644 --- a/sw/control/KFDtool.Adapter/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.Adapter/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")] diff --git a/sw/control/KFDtool.BSL430/Properties/AssemblyInfo.cs b/sw/control/KFDtool.BSL430/Properties/AssemblyInfo.cs index e726903..e0b4688 100644 --- a/sw/control/KFDtool.BSL430/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.BSL430/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")] diff --git a/sw/control/KFDtool.Cmd/Properties/AssemblyInfo.cs b/sw/control/KFDtool.Cmd/Properties/AssemblyInfo.cs index f28b566..ea978b7 100644 --- a/sw/control/KFDtool.Cmd/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.Cmd/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] -[assembly: AssemblyInformationalVersion("1.3.1")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")] +[assembly: AssemblyInformationalVersion("1.3.2")] diff --git a/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs b/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs index 48fb377..f51aa3b 100644 --- a/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] -[assembly: AssemblyInformationalVersion("1.3.1")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")] +[assembly: AssemblyInformationalVersion("1.3.2")] diff --git a/sw/control/KFDtool.P25/Properties/AssemblyInfo.cs b/sw/control/KFDtool.P25/Properties/AssemblyInfo.cs index 7accf2e..3f1290f 100644 --- a/sw/control/KFDtool.P25/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.P25/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")] diff --git a/sw/control/KFDtool.Shared/Properties/AssemblyInfo.cs b/sw/control/KFDtool.Shared/Properties/AssemblyInfo.cs index a77bdd2..4a3dc71 100644 --- a/sw/control/KFDtool.Shared/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.Shared/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")] diff --git a/sw/installer/KFDtoolApp/Product.wxs b/sw/installer/KFDtoolApp/Product.wxs index 305108e..1f5f4d3 100644 --- a/sw/installer/KFDtoolApp/Product.wxs +++ b/sw/installer/KFDtoolApp/Product.wxs @@ -1,6 +1,6 @@ - + From ceb2115beba751957bc1d0624109e341a8167104 Mon Sep 17 00:00:00 2001 From: Daniel Dugger Date: Sun, 15 Mar 2020 19:55:16 -0400 Subject: [PATCH 2/2] DOC: Update changelog for 1.3.2 release --- doc/SW_CHANGELOG.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/SW_CHANGELOG.txt b/doc/SW_CHANGELOG.txt index 9ae6ba7..56a88f2 100644 --- a/doc/SW_CHANGELOG.txt +++ b/doc/SW_CHANGELOG.txt @@ -1,3 +1,8 @@ +KFDtool SW 1.3.2 (2020-03-15) + +* Fix 3WI session not ending cleanly after error (issue #20) +* Fix KEK keyloading failure (issue #21) + KFDtool SW 1.3.1 (2020-01-01) * Fix MR emulation compatibility with Motorola KVL4000 (issue #17)