diff options
author | Slack Coder <slackcoder@server.ky> | 2025-05-09 13:28:49 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2025-05-14 17:54:10 -0500 |
commit | 672df60f0cd3659aa17267c833c6dda4b248c7d2 (patch) | |
tree | cc625ceefd99de108ad576ab266574d1233d9c72 /ChangeLog.md | |
parent | 6dcbba8e9450d4a312880dea8e91ee4d58a3af0d (diff) | |
download | sbotools2-2.9.2.tar.xz (sig) |
Use Perl's URI library code to properly parse and handle SlackBuild links.
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index fbe9ddc..de58b2c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [2.9.2] + +### Fixed + + - Fix all URI escapes in distfile names. Thanks to pghvlaans for relaying the + report from fourtysixandtwo and lockywolf! + +## [2.9.1] ### Fixed |