From 404ee976b33b30d6b76062c35821356dc6e9ab5a Mon Sep 17 00:00:00 2001 From: roby Date: Wed, 21 Jan 2026 11:32:46 -0700 Subject: [PATCH 1/3] test of mask performance fix --- config/app.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/app.config b/config/app.config index 47879b0..432f7cb 100644 --- a/config/app.config +++ b/config/app.config @@ -8,7 +8,8 @@ BuildNumber = 0 // NB: the BuildType is overridden in the environment-specific settings below. BuildType = "Development" -firefly.tag.name = "release-2025.5.2" +#firefly.tag.name = "release-2025.5.2" +firefly.tag.name = "FIREFLY-1929-mask-performance" mail.transport.protocol = "smtp" mail.smtp.host = "mail.ncsa.illinois.edu" From ae648ca602badb09fbf31f30b32f9e7f91436493 Mon Sep 17 00:00:00 2001 From: roby Date: Wed, 21 Jan 2026 11:37:16 -0700 Subject: [PATCH 2/3] next test --- config/app.config | 1 - 1 file changed, 1 deletion(-) diff --git a/config/app.config b/config/app.config index 432f7cb..eabb685 100644 --- a/config/app.config +++ b/config/app.config @@ -8,7 +8,6 @@ BuildNumber = 0 // NB: the BuildType is overridden in the environment-specific settings below. BuildType = "Development" -#firefly.tag.name = "release-2025.5.2" firefly.tag.name = "FIREFLY-1929-mask-performance" mail.transport.protocol = "smtp" From 1888507e2c4ebe6cb74d92feec9979c906a7ae8d Mon Sep 17 00:00:00 2001 From: roby Date: Fri, 23 Jan 2026 12:05:32 -0700 Subject: [PATCH 3/3] firefly.tag.name = "release-2025.5.3" --- config/app.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.config b/config/app.config index eabb685..08c3e1d 100644 --- a/config/app.config +++ b/config/app.config @@ -3,12 +3,12 @@ //--------------------------------------------- BuildMajor = 2025 BuildMinor = 5 -BuildRev = 0 +BuildRev = 1 BuildNumber = 0 // NB: the BuildType is overridden in the environment-specific settings below. BuildType = "Development" -firefly.tag.name = "FIREFLY-1929-mask-performance" +firefly.tag.name = "release-2025.5.3" mail.transport.protocol = "smtp" mail.smtp.host = "mail.ncsa.illinois.edu"