From 08d8a338bce3d42dc6dfb8b87e153b35e8473c0f Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 14 Dec 2017 06:41:00 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0748877..2bf70c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,30 @@ -=== tio v1.27 === +=== tio v1.28 === + + +Changes since tio v1.27: + + * Update README + + * Update AUTHORS + + * Add snap status to README.md + + * Add README.md to prettify GitHub page + + * Add missing header + +Petr Vaněk: + + * Add missing header file under musl-libc + + Musl's inclusion tree slightly differs from glibc, therefore TCGETS2 is + not reachable through sys/ioctl.h, so asm/ioctls.h needs to be included + too. + +Jakub Wilk: + + * Fix grammar and typos