aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2025-05-09 13:28:49 -0500
committerSlack Coder <slackcoder@server.ky>2025-05-14 17:54:10 -0500
commit672df60f0cd3659aa17267c833c6dda4b248c7d2 (patch)
treecc625ceefd99de108ad576ab266574d1233d9c72 /ChangeLog.md
parent6dcbba8e9450d4a312880dea8e91ee4d58a3af0d (diff)
downloadsbotools2-2.9.2.tar.xz (sig)
Fix sourcing of filenames from escaped URIsHEADv2.9.2master
Use Perl's URI library code to properly parse and handle SlackBuild links.
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md9
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