Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-reline
From: Takahiro Kambe
Date: 2025-01-02 06:26:02
Message id: 20250102052602.6D8A6FC1D@cvs.NetBSD.org
Log Message:
devel/devel/ruby-reline: update to 0.6.0
pkgsrc change: restrict Ruby's version (not for Ruby 3.4).
0.6.0 (2024-12-16)
What's Changed
Bug Fixes
* Fix RELINE_TEST_ENCODING by @ima1zumi in #743
* Don't skip start_with check on encoding-incompatible candidates by @tompng
in #787
* Call user defined sigwinch and sigcont handler by @tompng in #788
* Fix line wrapped cursor position by @tompng in #791
* Undo and redo should restore indentation by @tompng in #793
Other Changes
* Fix tests failing when INPUTRC is defined by @pterjan in #789
* Implement buffered output to Reline::ANSI by @tompng in #790
* Merge key mapping with key bindings by @tompng in #715
* Refactor Reline::Unicode ed_ vi_ em_ methods by @tompng in #720
* Change quoted_insert and bracketed_paste to a single key input by @tompng
in #792
* Bump version to 0.6.0 by @ima1zumi in #795
New Contributors
* @pterjan made their first contribution in #789
Files: