From dfcb6e2e5d5cfc46d3dbb4649fd965df29ac8c7f Mon Sep 17 00:00:00 2001 From: Yang Deokgyu Date: Fri, 20 Sep 2019 15:06:28 +0900 Subject: [PATCH] wiringPi: Bump up version to 2.44-5.0 Signed-off-by: Yang Deokgyu --- VERSION | 2 +- debian-template/wiringPi/DEBIAN/control | 2 +- debian/changelog | 13 ++++++++++++- version.h | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index ac525a0..7f967f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.44-4.1 +2.44-5.0 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index be65890..666892c 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: odroid-wiringpi -Version: 2.44-4.1 +Version: 2.44-5.0 Section: libraries Priority: optional Architecture: arm64 diff --git a/debian/changelog b/debian/changelog index 3386cbe..4a9abfb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,17 @@ +odroid-wiringpi (2.44-5.0) stable; urgency=medium + + * Add readall '--all' option + so that 'gpio readall' without any option shows a mini table having width + length 79 + * Add udev rules to configure /dev/gpiomem if it is set with wrong permission + * Tune make job counts to improve build speed + * Refactor gpio/readall.c + + -- Yang Deokgyu Fri, 20 Sep 2019 15:01:57 +0900 + odroid-wiringpi (2.44-4.1) stable; urgency=medium - * Fix non-root user who has /dev/gpiomem cannot use gpio command properly + * Fix non-root user who has /dev/gpiomem cannot use gpio command properly -- Yang Deokgyu Wed, 11 Sep 2019 11:44:13 +0900 diff --git a/version.h b/version.h index b32e2db..de9f7cd 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.44-4.1" +#define VERSION "2.44-5.0" #define VERSION_MAJOR 2 -#define VERSION_MINOR "44-4.1" +#define VERSION_MINOR "44-5.0"