Hi Gary,
Thanks for digging into this! Could you point out where the $ symbols
are missing in the release kit page? That’ll help us fix it quickly.
Regarding the verify-release.ps1 script, the easiest way to get around
the execution policy is to run PowerShell as an *administrator* and use:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
(I will ad this to the prerequisites)
From here on you no longer need to run as administrator.
After that you maybe need to trust the verify script via (depending on
how you retrieved the release files):
Unblock-File ./verify-release.ps1
Then you should be able to run ./verify-release.ps1 without the security
error.
Regards.
Jan
On 8/20/25 20:27, Gary D. Gregory wrote:
I gave up after attempting to fix typos in the release kit page, missing $s,
did anyone test this?
PS C:\tmp\log4net-\3.2.0> & ./verify-release.ps1
& : File C:\tmp\log4net-\3.2.0\verify-release.ps1 cannot be loaded because
running scripts is disabled on this system. For more information, see
about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:3
+ & ./verify-release.ps1
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
Any ideas?
Gary
On 2025/08/19 21:16:10 Jan Friedrich wrote:
This is a vote to release the Apache Log4net 3.2.0.
Website: https://logging.staged.apache.org/log4net/release-notes.html
GitHub: https://github.com/apache/logging-log4net
Commit: 0225493d8ac2243a8b0828be4b82e54d199b979a
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.2.0
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
Review kit: https://logging.staged.apache.org/log4net/release-review.html
Please download, test, and cast your votes on this mailing list.
[ ] +1, release the artifacts
[ ] -1, don't release, because ...
This vote is open for 72 hours and will pass unless getting a net
negative vote count.
All votes are welcome and we encourage everyone to test the release, but
only the Logging Services PMC votes are officially counted.