wiringPi: Bump up version to 2.44-5.0

Signed-off-by: Yang Deokgyu <secugyu@gmail.com>
This commit is contained in:
Yang Deokgyu
2019-09-20 15:06:28 +09:00
parent 01a38bd123
commit dfcb6e2e5d
4 changed files with 16 additions and 5 deletions

View File

@@ -1 +1 @@
2.44-4.1
2.44-5.0

View File

@@ -1,5 +1,5 @@
Package: odroid-wiringpi
Version: 2.44-4.1
Version: 2.44-5.0
Section: libraries
Priority: optional
Architecture: arm64

13
debian/changelog vendored
View File

@@ -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 <secugyu@gmail.com> 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 <secugyu@gmail.com> Wed, 11 Sep 2019 11:44:13 +0900

View File

@@ -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"