ChangeLog in etc-1.4.1 vs ChangeLog in etc-1.4.2

- old
+ new

@@ -1,97 +1,22 @@ -*- coding: utf-8 -*- -commit b3e9d9ceb0984d54c9b0d5d2e6c20e007be824fb +commit 5cac138538ea4ce0176aa035a97fca78e913d65d Author: Hiroshi SHIBATA <hsbt@ruby-lang.org> - AuthorDate: 2022-12-05 15:05:09 +0900 + AuthorDate: 2022-12-09 14:57:29 +0900 Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org> - CommitDate: 2022-12-05 15:05:09 +0900 + CommitDate: 2022-12-09 14:57:29 +0900 - Bump version to 1.4.1 + Bump version to 1.4.2 -commit 6c9a0b4e5db79160709282bc14aae3ed6d423cee - Author: Nobuyoshi Nakada <nobu@ruby-lang.org> - AuthorDate: 2022-06-19 10:59:03 +0900 - Commit: Nobuyoshi Nakada <nobu@ruby-lang.org> - CommitDate: 2022-06-19 10:59:03 +0900 - - [DOC] Markup constant path names - -commit a8801e07d17a3535c8e9534d7167b67096cc5282 - Author: Nobuyoshi Nakada <nobu@ruby-lang.org> - AuthorDate: 2022-06-19 10:45:11 +0900 - Commit: Nobuyoshi Nakada <nobu@ruby-lang.org> - CommitDate: 2022-06-19 10:45:11 +0900 - - [DOC] Markup string literals - -commit ea517399741f20fbea1bed65a784a38b7a1f0390 - Author: Nobuyoshi Nakada <nobu@ruby-lang.org> - AuthorDate: 2022-06-19 10:43:43 +0900 - Commit: Nobuyoshi Nakada <nobu@ruby-lang.org> - CommitDate: 2022-06-19 10:44:41 +0900 - - [DOC] Fix reference to different module - -commit e7343b4e6950d1604eb46940456920ec8beb96d5 - Author: Nobuyoshi Nakada <nobu@ruby-lang.org> - AuthorDate: 2022-06-19 10:26:21 +0900 - Commit: Nobuyoshi Nakada <nobu@ruby-lang.org> - CommitDate: 2022-06-19 10:26:21 +0900 - - [DOC] Update - - System-dependent feature macros are automatically detected by - extconf.rb, and are not used by users. - -commit 8f24e74346f737ea2f9834558715aa48c2471a1c - Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - AuthorDate: 2022-04-11 04:23:17 +0000 +commit 61b3dc486bbfdb662834a7088150050da57a61c9 + Author: 卜部昌平 <shyouhei@ruby-lang.org> + AuthorDate: 2022-09-21 10:03:30 +0900 Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org> - CommitDate: 2022-04-11 13:29:46 +0900 + CommitDate: 2022-12-09 14:56:37 +0900 - Bump actions/upload-artifact from 2 to 3 + getenv: is in stdlib.h - Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - - [Release notes](https://github.com/actions/upload-artifact/releases) - - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) + getenv is a very basic function that has been in stdlib.h since + ISO/IEC 9899:1990. There is absolutely zero need for us to redeclare. - --- - updated-dependencies: - - dependency-name: actions/upload-artifact - dependency-type: direct:production - update-type: version-update:semver-major - ... - - Signed-off-by: dependabot[bot] <support@github.com> - -commit 9354594223de532bedf3630f053ea65b186c6cbc - Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - AuthorDate: 2022-03-25 16:54:32 +0900 - Commit: GitHub <noreply@github.com> - CommitDate: 2022-03-25 16:54:32 +0900 - - Bump actions/checkout from 2 to 3 (#21) - - Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - - [Release notes](https://github.com/actions/checkout/releases) - - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - - [Commits](https://github.com/actions/checkout/compare/v2...v3) - - --- - updated-dependencies: - - dependency-name: actions/checkout - dependency-type: direct:production - update-type: version-update:semver-major - ... - - Signed-off-by: dependabot[bot] <support@github.com> - - Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - -commit d4805047a01a979a0c060436fa73e79120967e2c - Author: Hiroshi SHIBATA <hsbt@ruby-lang.org> - AuthorDate: 2022-03-25 16:47:16 +0900 - Commit: GitHub <noreply@github.com> - CommitDate: 2022-03-25 16:47:16 +0900 - - Added dependabot (#20) + pty.c already includes stdlib.h out of the box so we need nothing.