From: Mamoru Sakaue Date: Tue, 24 Jan 2023 01:03:38 +0000 (+0900) Subject: The HISTORY description about the adaption to the specification change to disallow... X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;p=portsreinstall%2Fcurrent.git 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 --- diff --git a/HISTORY b/HISTORY index f465174..b62b956 100644 --- a/HISTORY +++ b/HISTORY @@ -2,7 +2,7 @@ [BUG FIX] Packages for which the flavor mechanism is newly introduced sometimes had their old packages remain as conflict. [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. [BUG FIX] The signal trapping mechanism showed a wrong behavior when the termination happened before option parsing. -[BUG FIX] Adapt to the specification change of make(1) that disallows colon characters in the current directory path. +[BUG FIX] Adapt to the specification change of Mk/bsd.ports.mk to disallow colon characters in the current directory path. 4.1.1 (20 April 2022) [IMPROVED] Adapt to the specification change of pkg-create(8) that the default extension of the package files become "pkg". [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.