From f4e92a987dfb7228e81102c6b21c543715ad986a Mon Sep 17 00:00:00 2001 From: Nelson Elhage Date: Wed, 5 Dec 2018 03:48:42 +0000 Subject: [PATCH] reptyr 0.7.0 --- ChangeLog | 5 +++++ reptyr.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d13a911..36f164d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +* 0.7.0 (Dec 05, 2018) + - Add bash completion support + - Fix compilation with musl libc, CentOS, or GCC 7+ + - Support for PowerPC and aarch64 + * 0.6.2 (Jan 31, 2015) - Fix tty-stealing on i386 diff --git a/reptyr.h b/reptyr.h index 37e1146..186f224 100644 --- a/reptyr.h +++ b/reptyr.h @@ -20,7 +20,7 @@ * THE SOFTWARE. */ -#define REPTYR_VERSION "0.6.2" +#define REPTYR_VERSION "0.7.0" #define assert_nonzero(expr) ({ \ typeof(expr) __val = expr; \