This is for active development.
New funtionalities are to be added actively.
Revision | dcf3472736a606f4d9d9e89915e880c68252b887 (tree) |
---|---|
Time | 2023-01-24 10:03:38 |
Author | ![]() |
Commiter | Mamoru Sakaue |
The HISTORY description about the adaption to the specification change to disallow colon characters in the current directory path is corrected.
Changes to be committed:
modified: HISTORY
@@ -2,7 +2,7 @@ | ||
2 | 2 | [BUG FIX] Packages for which the flavor mechanism is newly introduced sometimes had their old packages remain as conflict. |
3 | 3 | [BUG FIX] As of OS version 13, the specification change of grep(1) caused "empty (sub)expression" errors resulting in wrong processing at many points. |
4 | 4 | [BUG FIX] The signal trapping mechanism showed a wrong behavior when the termination happened before option parsing. |
5 | -[BUG FIX] Adapt to the specification change of make(1) that disallows colon characters in the current directory path. | |
5 | +[BUG FIX] Adapt to the specification change of Mk/bsd.ports.mk to disallow colon characters in the current directory path. | |
6 | 6 | 4.1.1 (20 April 2022) |
7 | 7 | [IMPROVED] Adapt to the specification change of pkg-create(8) that the default extension of the package files become "pkg". |
8 | 8 | [IMPROVED] Adapt to the behavior change grep(1) as of 12.0-RELEASE that the case distinction is ineffective in some locale, which as a result prevented the execution by users in such locales. |