- updated to 0.190.0 (0.19) see /usr/share/doc/packages/perl-Term-TermKey/Changes 0.19 2025-03-01 [BUGFIXES] * Rebuild with fixed MANIFEST to include hax/sv_regex_global_pos.c.inc 0.18 2025-02-28 [CHANGES] * General module refresh + Use perl v5.14 + Swap unit tests from Test::More to Test2::V0 * Use new `sv_regex_global_pos` API where available to avoid depending on detailed inner workings of pos magic [BUGFIXES] * Skip flag-fetching tests on STDIN unless STDIN is actually a terminal OBS-URL: https://build.opensuse.org/request/show/1268701 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-TermKey?expand=0&rev=7
95 lines
3.2 KiB
Plaintext
95 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Mar 2 05:34:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.190.0 (0.19)
|
|
see /usr/share/doc/packages/perl-Term-TermKey/Changes
|
|
|
|
0.19 2025-03-01
|
|
[BUGFIXES]
|
|
* Rebuild with fixed MANIFEST to include
|
|
hax/sv_regex_global_pos.c.inc
|
|
|
|
0.18 2025-02-28
|
|
[CHANGES]
|
|
* General module refresh
|
|
+ Use perl v5.14
|
|
+ Swap unit tests from Test::More to Test2::V0
|
|
* Use new `sv_regex_global_pos` API where available to avoid
|
|
depending on detailed inner workings of pos magic
|
|
|
|
[BUGFIXES]
|
|
* Skip flag-fetching tests on STDIN unless STDIN is actually a
|
|
terminal
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 29 12:39:02 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- updated to 0.17
|
|
see /usr/share/doc/packages/perl-Term-TermKey/Changes
|
|
|
|
0.17 2019-02-20 22:13:39
|
|
[CHANGES]
|
|
* Switch build system to Module::Build::Using::PkgConfig
|
|
* Generally updated module docs, etc...
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 18 08:44:03 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.16
|
|
see /usr/share/doc/packages/perl-Term-TermKey/Changes
|
|
|
|
0.16 CHANGES:
|
|
* Meta-merge a configure-time dependency on Alien::libtermkey, as it
|
|
may be helpful on smoke-test machines.
|
|
|
|
0.15 CHANGES:
|
|
* Updated for libtermkey 0.16:
|
|
+ Support TERMKEY_TYPE_MODEREPORT and TERMKEY_TYPE_UNKNOWN_CSI
|
|
|
|
0.14 CHANGES:
|
|
* Updated for libtermkey 0.15:
|
|
+ Support TERMKEY_TYPE_POSITION
|
|
* Provide accessors on key event objects for mouse and position report
|
|
details
|
|
|
|
0.13 CHANGES:
|
|
* Updated for libtermkey 0.14:
|
|
+ Wrap termkey_{start,stop}, termkey_is_started
|
|
|
|
0.12 CHANGES:
|
|
* Updated for libtermkey 0.13:
|
|
+ Wrap termkey_new_abstract, termkey_{get,set}_buffer_size
|
|
* Optionally use Alien::libtermkey if it is available
|
|
|
|
0.11 CHANGES:
|
|
* Updated for libtermkey 0.12:
|
|
+ Wrap termkey_push_bytes function
|
|
+ Support filehandle-less (abstract) instances
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 07 19:34:40 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.10:
|
|
* wrap TERMKEY_CANON_* flags and termkey_{get,set} functions
|
|
* ensure that EINTR flag shadowing doesn't break ability to read the RAW or
|
|
UTF8 flags back out of the underlying object
|
|
|
|
- changes from 0.9:
|
|
* wrap TERMKEY_RES_ERROR, TERMKEY_FLAG_EINTR
|
|
* implement EINTR retry logic in XS wrappings so that PERL_ASYNC_CHECK() can
|
|
dispatch safe signal handlers
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 11 21:38:16 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.08:
|
|
* updated for libtermkey 0.7:
|
|
+ added ->parse_key, ->parse_key_at_pos, ->keycmp
|
|
* added $key->modifier_shift, modifier_alt, modifier_ctrl
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 25 06:40:47 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (0.07)
|
|
|