[PATCH] fix misattributed entries in CHANGELOG

17 views
Skip to first unread message

Eric Wong

unread,
Dec 24, 2022, 2:58:11 AM12/24/22
to rack-...@googlegroups.com
Back in 2019, devmchakan was able to add my <e...@80x24.org> email
address to their GH account since there was no confirmation
process. I am not devmchakan and do not know who they are.

Obviously, I (Eric Wong) am infamous for being anti-GH and would
never put code on their gamified proprietary platform.

Despite my disdain for GH, I was able to open a ticket with
GH support (ticket #712018) in June 2020 and get my email
address removed from devmchakan's account.

I actually don't care to take credit for my work nor do I even
care if other people taking credit for my work. However, my
name and email address are already on the commits in question;
and I am EXTREMELY against having anything I do associated with
a gamified proprietary platform.

The commits in question are:
64349662ac18 (webrick: remove concurrent-ruby dev dependency, 2017-12-29)
55500f93e6da (webrick: detect partial hijack without hash headers, 2016-05-12)
bcf2698bcc90 (Revert "Add 205 Reset Content to the list of statuses without a message body", 2016-12-14)
d6380043a895 (deflater: remove "deflate" encoding support, 2016-07-26)
---
If you prefer pull requests:

The following changes since commit bc7f8d8a7fc73a15e98bfb86a231602fca255fda:

Fix possible thread safety issue in Rack::Session::Pool (2022-01-25 14:38:35 -0800)

are available in the Git repository at:

https://80x24.org/rack.git misattribute

for you to fetch changes up to 2734f39d84807dc7e84be46f7b966fb5461bf2d6:

fix misattributed entries in CHANGELOG (2022-12-24 07:49:09 +0000)

----------------------------------------------------------------
Eric Wong (1):
fix misattributed entries in CHANGELOG

CHANGELOG.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ed7442d..fbcd079c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -262,7 +262,7 @@ All notable changes to this project will be documented in this file. For info on
- Improve performance of `Multipart::Parser` when uploading large files. ([@tompng](https://github.com/tompng))
- Increase buffer size in `Multipart::Parser` for better performance. ([@jkowens](https://github.com/jkowens))
- Reduce memory usage of `Multipart::Parser` when uploading large files. ([@tompng](https://github.com/tompng))
-- Replace ConcurrentRuby dependency with native `Queue`. ([@devmchakan](https://github.com/devmchakan))
+- Replace ConcurrentRuby dependency with native `Queue`.

### Fixed

@@ -292,9 +292,9 @@ All notable changes to this project will be documented in this file. For info on
### Changed

- Freeze default session options to avoid accidental mutation. ([@kirs](https://github.com/kirs))
-- Detect partial hijack without hash headers. ([@devmchakan](https://github.com/devmchakan))
+- Detect partial hijack without hash headers.
- Update tests to use MiniTest 6 matchers. ([@tonytonyjan](https://github.com/tonytonyjan))
-- Allow 205 Reset Content responses to set a Content-Length, as RFC 7231 proposes setting this to 0. ([@devmchakan](https://github.com/devmchakan))
+- Allow 205 Reset Content responses to set a Content-Length, as RFC 7231 proposes setting this to 0.

### Fixed

@@ -307,7 +307,7 @@ All notable changes to this project will be documented in this file. For info on

### Removed

-- Remove `deflate` encoding support to reduce caching overhead. ([@devmchakan](https://github.com/devmchakan))
+- Remove `deflate` encoding support to reduce caching overhead.

### Documentation

Reply all
Reply to author
Forward
0 new messages