OSDN Git Service

Adjust repository version following WSL-5.4 release.
[mingw/mingw-org-wsl.git] / ChangeLog
index 9baa042..6ea01ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,224 @@
+2020-07-18  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.4 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.4.1
+
+2020-07-08  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.4 release.
+
+       * All files (wsl-5.4-release): Tag assigned.
+
+2020-07-07  Keith Marshall  <keith@users.osdn.me>
+
+       Switch to new 5.4-trunk development branch.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.4
+       * All files (5.4-trunk): Bookmark assigned.
+
+2020-07-06  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.3.4 release.
+
+       * All files (wsl-5.3.4-release): Tag assigned.
+
+2020-07-04  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.3.3 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.3.4
+
+2020-06-03  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.3.3 release.
+
+       * All files (wsl-5.3.3-release): Tag assigned.
+
+2020-06-03  Keith Marshall  <keith@users.osdn.me>
+
+       Discard obsolete distribution files from subdirectories.
+
+       * Makefile.in (dist-subdirs): Add dependency on...
+       (dist-subdirs-discard-obsolete): ...this new rule; define it.
+
+2020-06-03  Keith Marshall  <keith@users.osdn.me>
+
+       Revert 2020-05-27 changes relating to issue #40438.
+
+       * VERSION.m4 (LIBMINGWEX): Increment DLL age; this has the effect of
+       indicating restored backward compatibility with linmingwex-2.dll
+
+2020-06-03  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.3.2 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.3.3
+
+2020-05-28  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.3.2 release.
+
+       * All files (wsl-5.3.2-release): Tag assigned.
+
+2020-05-28  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare empty dist directory when required.
+
+       * Makefile.in (dist-prepare): Delete goal; move its commands...
+       (dist): ...to here; remove dependency on defective "dist-prepare".
+
+2020-05-27  Keith Marshall  <keith@users.osdn.me>
+
+       Fix libmingwex-n.dll dependencies; cf. Issue #40438.
+
+       * VERSION.m4 (LIBMINGWEX): Increment interface version to 3:0:0.
+
+2020-05-26  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.3.1 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.3.2
+
+2020-04-30  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.3.1 release.
+
+       * All files (wsl-5.3.1-release): Tag assigned.
+
+2020-03-05  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.3 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.3.1
+
+2020-03-05  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.3 release.
+
+       * All files (wsl-5.3-release): Tag assigned.
+
+2020-01-13  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.2.3 release.
+
+       * All files (5.3-trunk): New branch; create, and switch to it.
+       * VERSION.m4 (__VERSION__): Increment it to 5.3
+
+2020-01-13  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.2.3 release.
+
+       * All files (wsl-5.2.3-release): Tag assigned.
+
+2019-07-06  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.2.2 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.2.3
+
+2019-07-06  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.2.2 release.
+
+       * All files (wsl-5.2.2-release): Tag assigned.
+
+2019-02-02  Keith Marshall  <keith@users.osdn.me>
+
+       Add build option for <features.h> sample distribution.
+
+       * configure.ac (lua): Add AC_PATH_PROG check; assign result to...
+       (LUA): ...this new AC_SUBST propagated macro definition.
+
+       * Makefile.in (dist): Add dependencies on...
+       (dist-prepare, dist-extra): ...these new goals; implement...
+       (dist-prepare): ...to initialize an empty staging directory, and...
+       (dist-extra): ...incorporate optional distributable components.
+       (features.stamp): New optional goal; selected by definition of...
+       (FEATURES): ...this user specified macro, nominally defined by...
+       (option, options): ...evaluation of command line assignment.
+       (features.lua, features.unsupported): New prerequisite goals.
+       (WSL_TMPDIR, FEATURES_H_INITIALIZE, FEATURES_CFG, LUA, LUACMD)
+       (TODAY, ISSUE): New supporting macros; define them.
+
+2019-01-22  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.2.1 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.2.2
+
+2019-01-22  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.2.1 release.
+
+       * All files (wsl-5.2.1-release): Tag assigned.
+
+2019-01-22  Keith Marshall  <keith@users.osdn.me>
+
+       Incorporate user-customized <features.h> configuration.
+
+       * Makefile.comm (_mingw.h): Add prerequisite dependency on...
+       (features.h): ...this; add rule to create a build-time stub, an empty
+       file, yielding the default fall-back configuration.
+
+       * var/features.lua: New direcctory/file; this implements the mingw-get
+       post-install action, which is required to integrate management of user
+       maintained <features.h> configuration alongside project updates.
+
+2018-12-23  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.2 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.2.1
+
+2018-12-23  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.2 release.
+
+       * All files (wsl-5.2-release): Tag assigned.
+
+2018-09-04  Keith Marshall  <keith@users.osdn.me>
+
+       Pre-empt default EXEEXT use before its determination.
+
+       * aclocal.m4 (MINGW_AC_NO_EXECUTABLES): Assign an initial assumed
+       $ac_exeext value of ".xyz"; it will be updated appropriately, when
+       an actual EXEEXT determination has been completed.
+
+2018-09-03  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.1.1 release.
+
+       * All files (5.2-trunk): New development branch; switch to it.
+       * VERSION.m4 (__VERSION__): Increment it to 5.2
+       (libmingwex.dll.a): Update ABI version identifier.
+
+2018-09-03  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.1.1 release.
+
+       * All files (wsl-5.1.1-release): Tag assigned.
+
+2018-07-13  Keith Marshall  <keith@users.osdn.me>
+
+       Advertise new canonical URI for source code repository.
+
+       * README (Important Notice): New section; identify new canonical
+       repository URIs; note obsolescence of old repositories.
+
+2018-02-26  Keith Marshall  <keith@users.osdn.me>
+
+       Adjust repository version following WSL-5.1 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.1.1
+
+2018-02-26  Keith Marshall  <keith@users.osdn.me>
+
+       Prepare and publish MinGW.org WSL-5.1 release.
+
+       * All files (wsl-5.1-release): Tag assigned.
+       * VERSION.m4 (libmingwex.dll.a): Update ABI version identifier.
+
 2017-12-06  Keith Marshall  <keith@users.osdn.me>
 
        Adjust repository version following WSL-5.0.2 release.