From b0cea57205c050a4f55fcc6ee33c403f462dcfe6 Mon Sep 17 00:00:00 2001 From: Chris Crook Date: Sun, 19 Nov 2023 17:50:23 +1300 Subject: [PATCH] Updating version to 2.8.6 --- debian/changelog | 17 +++++++++++++++++ .../snap64_install/snap64_install.vdproj | 6 +++--- ms/projects/snap64_install/uninstall_snap.bat | 2 +- ms/projects/snap_install/snap_install.vdproj | 6 +++--- ms/projects/snap_install/uninstall_snap.bat | 2 +- src/VERSION | 2 +- src/help/help/general/changelog.html | 14 ++++++++++++++ src/snaplib/snapversion.h | 2 +- 8 files changed, 41 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf72bdf0..109da97b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,24 @@ +linz-snap (2.8.6-1) jammy; urgency=medium + + * Feature: better handling of datafile wild cards in obs modifications + commands + * Fix: concord hanging on inputs with unexpected longitudes + + -- Chris Crook Sun 19 Nov 2023 14:00:00 +1300 + +linz-snap (2.8.5-1) jammy; urgency=medium + + * Feature: rationalisation of handling of vertical datums in coordsys + * Feature: improved error messaging for some data file errors + + -- Chris Crook Wed 18 Oct 2023 14:00:00 +1300 + linz-snap (2.8.4-1) focal; urgency=medium * Feature - Rationalisation of DMS handling in concord. + -- Chris Crook Thu 22 Oct 2022 14:00:00 +1300 + linz-snap (2.8.3-1) focal; urgency=medium * Feature - Limited support for spaces in file name. Currently does not include diff --git a/ms/projects/snap64_install/snap64_install.vdproj b/ms/projects/snap64_install/snap64_install.vdproj index 802f9e41..6ea5b444 100644 --- a/ms/projects/snap64_install/snap64_install.vdproj +++ b/ms/projects/snap64_install/snap64_install.vdproj @@ -9950,15 +9950,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:SNAP64" - "ProductCode" = "8:{652F8C66-0503-4789-BEA7-088262753960}" - "PackageCode" = "8:{652F8C66-0415-4BD6-8107-EF365B5E8A5E}" + "ProductCode" = "8:{6559940F-2F1A-4CC9-8669-59EE5642D177}" + "PackageCode" = "8:{6559940F-2946-4339-8CA2-48E88AB70C02}" "UpgradeCode" = "8:{F4B4B49E-2F89-4E88-A4C0-1ABC4DE0F465}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:2.8.5" + "ProductVersion" = "8:2.8.6" "Manufacturer" = "8:Land Information New Zealand" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:http://www.linz.govt.nz" diff --git a/ms/projects/snap64_install/uninstall_snap.bat b/ms/projects/snap64_install/uninstall_snap.bat index 5ff4d4b3..0c847401 100644 --- a/ms/projects/snap64_install/uninstall_snap.bat +++ b/ms/projects/snap64_install/uninstall_snap.bat @@ -1 +1 @@ -@msiexec /uninstall "{652F8C66-0503-4789-BEA7-088262753960}" +@msiexec /uninstall "{6559940F-2F1A-4CC9-8669-59EE5642D177}" diff --git a/ms/projects/snap_install/snap_install.vdproj b/ms/projects/snap_install/snap_install.vdproj index 7570b440..1e05fc05 100644 --- a/ms/projects/snap_install/snap_install.vdproj +++ b/ms/projects/snap_install/snap_install.vdproj @@ -3275,15 +3275,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:SNAP" - "ProductCode" = "8:{652F8C66-33B2-43F2-9C9E-309C78DF3A9C}" - "PackageCode" = "8:{652F8C66-0EE3-41E2-8787-D2FA4DFF4195}" + "ProductCode" = "8:{6559940F-2707-44A9-A917-8CCEBBDAAB68}" + "PackageCode" = "8:{6559940F-BB81-4DA9-8107-91587F2A2ACF}" "UpgradeCode" = "8:{3219AF83-83AE-414A-AE78-E25619B3120B}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:2.8.5" + "ProductVersion" = "8:2.8.6" "Manufacturer" = "8:Land Information New Zealand" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:http://www.linz.govt.nz" diff --git a/ms/projects/snap_install/uninstall_snap.bat b/ms/projects/snap_install/uninstall_snap.bat index 1b4f834c..8bed1b9d 100644 --- a/ms/projects/snap_install/uninstall_snap.bat +++ b/ms/projects/snap_install/uninstall_snap.bat @@ -1 +1 @@ -@msiexec /uninstall "{652F8C66-33B2-43F2-9C9E-309C78DF3A9C}" +@msiexec /uninstall "{6559940F-2707-44A9-A917-8CCEBBDAAB68}" diff --git a/src/VERSION b/src/VERSION index 7f04bb11..adaf203a 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -2.8.5 \ No newline at end of file +2.8.6 \ No newline at end of file diff --git a/src/help/help/general/changelog.html b/src/help/help/general/changelog.html index 17589ded..8c4d7517 100644 --- a/src/help/help/general/changelog.html +++ b/src/help/help/general/changelog.html @@ -14,6 +14,20 @@

Change log

+

Release: Date 19 Nov 2023: 2.8.6

+ +

snap

+ +

Enhancement: added wildcard handling for datafile based modifications in the reject, reweight, and + ignore observations commands. Previously this was not handled consistently with other criteria. +

+ +

concord

+ +

Bug fix: fixed a bug which could cause concord to hang with concords more than 180 degrees from expected + range. +

+

Release: Date 18 Oct 2023: 2.8.5

coordinate files

diff --git a/src/snaplib/snapversion.h b/src/snaplib/snapversion.h index 66e65be6..0ae67152 100644 --- a/src/snaplib/snapversion.h +++ b/src/snaplib/snapversion.h @@ -1 +1 @@ -#define SNAPVERSION "2.8.5" +#define SNAPVERSION "2.8.6"