rack.git  about / heads / tags
a modular Ruby webserver interface
$ git log --pretty=format:'%h %s (%cs)%d' 1.4.1 --
7d3c3fda Multipart percentage fail, round 3, the final character. Fixes strings terminated with %. See #323. Revisit for 1.5. (2012-01-22)
	(tag: 1.4.1)
f6b11a09 Prep for 1.4.1 (2012-01-22)
ad9a4db3 Merge remote-tracking branch 'thedarkone/nested_params_key_space2' (2012-01-22)
8d202829 Correct multipart parser skips for cases where we have data that looks partially like it's percent-hex encoded (2012-01-22)
30ab12a3 Make the multipart filename unescaping just slightly more resilient to potential use cases, as we don't have a way to get better real world coverage yet (2012-01-22)
a5f681e5 Multipart parsing now accepts filenames with unescaped percentages. This could be improved. (2012-01-22)
1a6a57c9 Rack::Utils#normalize_params should be ignorant of the provided params class. (2012-01-22)
a9b7b052 added Rack::Response::Helpers#method_not_allowed? Rack::File now returns 404 during illegal directory traversal, for backward compat Rack::File now returns 405 for illegal methods Rack::Cascade now defaults to catch 405 aswell as 404, for backward compat with 1.3.x in most common use cases (2012-01-22)
a2cfdbd2 Merge pull request #314 from goosmurf/master (2012-01-21)
ef13ddef Merge pull request #324 from rkyrychuk/patch-1 (2012-01-21)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  misattribute fix misattributed entries in CHANGELOG (2022-12-24)
  chunk        chunked: remove deprecation warning (2022-09-01)
  no-unicorn   README.rdoc: remove incorrect URL for unicorn (2019-12-15)
  webrick-devdep webrick: remove concurrent-ruby dev dependency (2017-12-29)
  logger-time  common_logger: rely on monotonic clock (2017-06-29)
  deflater     deflater: reduce live Time objects (2017-06-29)
  rfc7231-sec6.3.6-205 Revert "Add 205 Reset Content to the list of statuses without a message body" (2016-12-14)
  no-deflate   deflater: remove "deflate" encoding support (2016-07-26)
  webrick-header-each webrick: detect partial hijack without hash headers (2016-05-12)
  lint-case-sens lint: clarify "rack.hijack" case-sensitivity in response (2016-05-12)
...

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
1.6.11       tagging 1.6.11 (2018-11-05) tar.gz
2.0.6        tagging 2.0.6 (2018-11-05) tar.gz
1.6.10       Bump version for release (2018-04-23) tar.gz
2.0.5        Bump version for release (2018-04-23) tar.gz
1.6.9        1.6.9 (2018-02-28) tar.gz
2.0.4        Bumping version (2018-01-31) tar.gz
1.6.8        tagging 1.6.8 (2017-05-16) tar.gz
2.0.3        Bump version for release (2017-05-15) tar.gz
1.6.7        Bump rack version for release (2017-05-15) tar.gz
2.0.2        Bump Rack version for release (2017-05-08) tar.gz
...

git clone https://yhbt.net/rack.git