2024-08-07 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdimport(1) that could cause a double-decode
	of glob wildcards when in dropbox mode.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-08-07 16:12:10 -04:00
parent 8764edaf5f
commit d3d589344c
2 changed files with 26 additions and 34 deletions

View File

@@ -24833,3 +24833,6 @@
2024-08-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdimport(1) that caused filename corruption when
processing input filenames containing the '[' character.
2024-08-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdimport(1) that could cause a double-decode
of glob wildcards when in dropbox mode.