Skip to content

Commit 7118668

Browse files
committed
Release v0.20
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent 93ddeb8 commit 7118668

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
ver 0.20
2+
Fixed possible parallel build failures.
3+
Ported all tests to Python3. This might unblock packaging for Debian.
4+
Fixed unexpected truncation while parsing text payloads.
5+
Cleaned up unused systemduserunitdir Makefile.
6+
Document working mailing list oe-linux-nfc@lists.linux.dev.
7+
Fixed builds on 32-bit ARM with __USE_TIME64_REDIRECTS.
8+
19
ver 0.19
210
Fixed missing DBus org.neard.se.conf.
311
Sync Linux kernel UAPI nfc.h header with newer kernel.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([neard],[0.19],[oe-linux-nfc@lists.linux.dev])
2+
AC_INIT([neard],[0.20],[oe-linux-nfc@lists.linux.dev])
33
AC_CONFIG_MACRO_DIR([m4])
44

55
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])

0 commit comments

Comments
 (0)