We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ddeb8 commit 7118668Copy full SHA for 7118668
2 files changed
ChangeLog
@@ -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
+
9
ver 0.19
10
Fixed missing DBus org.neard.se.conf.
11
Sync Linux kernel UAPI nfc.h header with newer kernel.
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
-AC_INIT([neard],[0.19],[oe-linux-nfc@lists.linux.dev])
+AC_INIT([neard],[0.20],[oe-linux-nfc@lists.linux.dev])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
0 commit comments