OSDN Git Service

[BUG FIX] The signal trapping mechanism showed a wrong behavior when the termination...
[portsreinstall/current.git] / HISTORY
diff --git a/HISTORY b/HISTORY
index 4d31d83..d0ffa1b 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,9 +1,23 @@
-4.1.0 (?? September 2018)
+4.1.2 (?? Nov 2022)
+[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.
+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.
+[BUG FIX] Directories mounted by ZFS were not correctly treated by portsreinstall-chroot(8).
+[BUG FIX] The mount command of portsreinstall-chroot(8) failed if the base directory path is under a directory to be mounted for the chroot environment (ex. when /home is a link to /usr/home).
+[BUG FIX] Restarted runs failed if paths set to option values or their parent paths are symbolic links.
+[BUG FIX] The mount command of portsreinstall-chroot(8) failed to detect mounted and unmounted file systems on mount points under symbolic links.
+[BUG FIX] Command reselect ended up with "missing argument" error.
+[BUG FIX] Packages of the same origin with different flavors were not processed correctly.
+4.1.0 (22 September 2018)
 [NEW] Options -j and -x are added.
 [NEW] Option -J is added to the all utilities.
-[NEW] Options -f, -g and -s are added to portsreinstall-chroot(8).
-[NEW] auto and destroy commands are added to portsreinstall-chroot(8).
-[NEW] pkg, make, show build_conflict_pkgs, show inst_conflict_pkgs, show errormessage, show inst_by_pkg, show inst_built_default, show inst_built_custom, show fossil, show moved, show leaves and show obsolete commands are added.
+[NEW] Option -f, -g and -s are added to portsreinstall-chroot(8).
+[NEW] Options -f is added to portsreinstall-chroot-mount(8).
+[NEW] Commands of auto and destroy are added to portsreinstall-chroot(8).
+[NEW] Commands of pkg, make, show build_conflict_pkgs, show inst_conflict_pkgs, show errormessage, show inst_by_pkg, show inst_built_default, show inst_built_custom, show fossil, show moved, show leaves and show obsolete commands are added.
 [NEW] Command show status newly supports inst_by_pkg, inst_built_default, inst_built_custom and fossil.
 [NEW] BUILDCONFLICT and INSTCONFLICT sections are added to ${LOCALBASE}/etc/portsreinstall.conf.
 [CHANGED] The keyword for identifying build failure is separated into "build" and "requirements build".
 [BUG FIX] Failure in unmounting of file systems by portsreinstall-chroot(8) left the privilege lock.
 [BUG FIX] Conflict was not correctly escaped in package installation.
 [BUG FIX] Evaluation of globs was incorrect for the regular expression form.
-[BUG FIX] Flavored requirements were incorrectly inspected. This also caused disability of the use of default packages for flavord ports with the default configuration. 
-[BUG FIX] The message about the evaluated dependency level in show command was wrong. 
+[BUG FIX] Flavored requirements were incorrectly inspected. This also caused disability of the use of default packages for flavored ports with the default configuration.
+[BUG FIX] The message about the evaluated dependency level in show command was wrong.
+[BUG FIX] Unselected leaf ports were skipped in (re)installtion.
+[BUG FIX] Some upgrading operations by portsreinstall-upgrade(8) were imperfect.
 
 4.0.0 (29 June 2018)
 [NEW] Flavor is supported. Related to this feature, representations of port origins without flavor is recognized to exactly match the unflavored ones.