Files
perl-Term-TermKey/perl-Term-TermKey.changes

27 lines
964 B
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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)