Skip to content

v2.0.2

Compare
Choose a tag to compare
@mptre mptre released this 10 Apr 20:06
· 60 commits to master since this release

Changes

Bug fixes

  • Remove Werror compiler flag.
    It's generally considered bad practice to ship software with this flag.
    Issue revealed while updating the port on OpenBSD.
    (8008d1e, #272)
    (Anton Lindqvist)

  • Make the cursor keys work in the rxvt terminal emulator.
    (4fec5f6, #275, #277)
    (Jenz Guenther)

  • Limit usage of malloc.conf options to OpenBSD since the options used have a
    different meaning on both FreeBSD and NetBSD.
    (6e91e29, #282)
    (Anton Lindqvist, Jenz Guenther, Mike Burns)

  • Define the LC_ALL environment variable instead of LC_CTYPE when running
    the tests.
    Makes a couple of failing tests pass when running in an environment with a non
    UTF-8 locale.
    (43a9f02, #281, #283)
    (Anton Lindqvist, Jenz Guenther, giappi)