-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed "namespace vs name" (RT#143917) - Fixed substitution warning when "version" component is not provided in URI::PackageURL->from_string
- Loading branch information
1 parent
12446e2
commit 76a18ff
Showing
4 changed files
with
26 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
Revision history for Perl extension URI::PackageURL. | ||
|
||
1.10 2022-08-01 | ||
- Fixed "namespace vs name" (RT#143917) | ||
- Fixed substitution warning when "version" component is not provided | ||
in URI::PackageURL->from_string | ||
|
||
1.02 2022-07-31 | ||
- Fix decode when "namespace" component is undef | ||
- Fixed decode when "namespace" component is "undef" | ||
|
||
1.01 2022-07-26 | ||
- Fix documentation and test prerequisite (JSON::PP) | ||
- Fixed documentation and test prerequisite (JSON::PP) | ||
|
||
1.00 2022-07-25 | ||
- First release of URI::PackageURL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters