From 4bca1279a7cd2200f93ea90eb76f5cc94d1381d7 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Sat, 15 Apr 2023 19:04:06 -0700 Subject: [PATCH] Update version to 1.1.1 --- Makefile.in | 2 +- README | 11 ++++++----- nxstat.c | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8693af3..40d2704 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # # -Version = 1.1.1beta +Version = 1.1.1 PKGNAME = nxgipd BuildDate = $(shell date +%Y-%m-%d) diff --git a/README b/README index 96cb1bd..5e186d1 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -nxgipd v1.1.1beta -================= +nxgipd v1.1.1 +============= nxgipd is a monitoring daemon for UTC Interlogix/GE Security/Caddx NetworX series alarm systems that use the NetworX NX-584 protocol. @@ -43,7 +43,7 @@ SUPPORTED ALARM PANEL MODELS REQUIREMENTS - Mini-XML library (libmxml) v2.6 or later version + Mini-XML library (libmxml) v3.0 or later version TESTED PLATFORMS @@ -109,7 +109,8 @@ SERIAL INTERFACE CONFIGURATION HISTORY - v1.1.1beta + v1.1.1 + - support for non-standard serial modes (other than "8N1") - added serial port locking (on Linux) - updated to work with Mini-XML v3.x - new -r option to nxstat command @@ -160,4 +161,4 @@ LATEST VERSION Timo -27-Mar-2023 +15-Apr-2023 diff --git a/nxstat.c b/nxstat.c index 527601e..e7d9925 100644 --- a/nxstat.c +++ b/nxstat.c @@ -158,7 +158,7 @@ int main(int argc, char **argv) break; case 'V': - fprintf(stderr,"%s v%s (%s) %s\nCopyright (C) 2009-2015 Timo Kokkonen. All Rights Reserved.\n", + fprintf(stderr,"%s v%s (%s) %s\nCopyright (C) 2009-2023 Timo Kokkonen. All Rights Reserved.\n", program_name,VERSION,BUILDDATE,HOST_TYPE); exit(0);