From f2250e1e1b0beb4d96623dfe022887520ff9f488 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 8 Jul 2018 11:15:58 -0700 Subject: [PATCH] Version 8.2.1. --- NEWS | 13 +++++++++++++ configure.ac | 2 +- debian/changelog | 4 ++-- debian/control | 4 ++-- debian/copyright | 2 +- doc/libpwmd.3 | 18 +++++++++--------- src/pwmc.c | 2 +- 7 files changed, 29 insertions(+), 16 deletions(-) diff --git a/NEWS b/NEWS index 274325bc..27f4d994 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +libPWMD v8.2.1 +-------------- +The project has moved to GitLab (https://gitlab.com/bjk/libpwmd/wikis). +Downloads are still available at SourceForge but the issue tracker, git +repository and wiki are now hosted at GitLab. + +Append libassuan and pthread linker flags to pkg-config. + +Ported to win32. + +Fixed pwmc '.listkeys' time output. + + libPWMD v8.2.0 -------------- Added pwmd_command_fd() to associate an existing file descriptor with a pwm_t diff --git a/configure.ac b/configure.ac index 12b45e11..3860897d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(libpwmd, 8.2.1-dev, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(libpwmd, 8.2.1, [Ben Kibbey ]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET diff --git a/debian/changelog b/debian/changelog index 59d76876..75649f8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -libpwmd (8.2.0-1) UNRELEASED; urgency=medium +libpwmd (8.2.1-1) UNRELEASED; urgency=medium * New upstream. - -- Ben Kibbey Sun, 20 Aug 2017 10:59:19 -0700 + -- Ben Kibbey Sun, 08 Jul 2018 10:06:52 -0700 libpwmd (8.0.0-1) UNRELEASED; urgency=medium diff --git a/debian/control b/debian/control index 61d2c6b8..333fb359 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: libpwmd Priority: optional Maintainer: Ben Kibbey -Homepage: http://libpwmd.sourceforge.net/ +Homepage: https://gitlab.com/bjk/libpwmd/wikis Build-Depends: debhelper (>= 5), autotools-dev Standards-Version: 3.9.1 Section: libs Package: libpwmd8 -Homepage: http://libpwmd.sourceforge.net/ +Homepage: https://gitlab.com/bjk/libpwmd/wikis Section: libs Architecture: any Depends: ${shlibs:Depends} diff --git a/debian/copyright b/debian/copyright index 993a869c..27c86f0e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Ben Kibbey on Sat, 07 Jul 2007 21:32:50 -0400. -It was downloaded from http://libpwmd.sourceforge.net/ +It was downloaded from https://gitlab.com/bjk/libpwmd/wikis Upstream Author: diff --git a/doc/libpwmd.3 b/doc/libpwmd.3 index 6c8931e3..c9e99584 100644 --- a/doc/libpwmd.3 +++ b/doc/libpwmd.3 @@ -1,4 +1,4 @@ -.TH "libpwmd.h" 3 "Tue Jan 31 2017" "Version 8.1.0" "libpwmd" \" -*- nroff -*- +.TH "libpwmd.h" 3 "Sun Jul 1 2018" "Version 8.2.1" "libpwmd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -157,19 +157,19 @@ libgpg-error returns an error code as a bitmask of an error source and the error .RI "#define \fBGPG_ERR_SOURCE_DEFAULT\fP GPG_ERR_SOURCE_USER_2" .br .ti -1c -.RI "#define \fBLIBPWMD_VERSION\fP 0x080100" +.RI "#define \fBLIBPWMD_VERSION\fP 0x080201" .br .ti -1c .RI "#define \fBLIBPWMD_VERSION_MAJOR\fP 8" .br .ti -1c -.RI "#define \fBLIBPWMD_VERSION_MINOR\fP 1" +.RI "#define \fBLIBPWMD_VERSION_MINOR\fP 2" .br .ti -1c -.RI "#define \fBLIBPWMD_VERSION_PATCH\fP 0" +.RI "#define \fBLIBPWMD_VERSION_PATCH\fP 1" .br .ti -1c -.RI "#define \fBLIBPWMD_VERSION_STR\fP '8\&.1\&.0\-dev'" +.RI "#define \fBLIBPWMD_VERSION_STR\fP '8\&.2\&.1'" .br .ti -1c .RI "#define \fBPWMD_FEATURE_PINENTRY\fP" @@ -324,7 +324,7 @@ libgpg-error returns an error code as a bitmask of an error source and the error .in -1c .SH "Constant Details" .PP -.SS "#define LIBPWMD_VERSION 0x080100" +.SS "#define LIBPWMD_VERSION 0x080201" .PP Version information\&. The version of this library\&. @@ -332,15 +332,15 @@ Version information\&. The version of this library\&. .PP Version information\&. The major release number of this library\&. -.SS "#define LIBPWMD_VERSION_MINOR 1" +.SS "#define LIBPWMD_VERSION_MINOR 2" .PP Version information\&. The minor release number of this library\&. -.SS "#define LIBPWMD_VERSION_PATCH 0" +.SS "#define LIBPWMD_VERSION_PATCH 1" .PP Version information\&. The patch level of this library\&. -.SS "#define LIBPWMD_VERSION_STR '8\&.1\&.0\-dev'" +.SS "#define LIBPWMD_VERSION_STR '8\&.2\&.1'" .PP Version information\&. A string representation of the version of this library\&. diff --git a/src/pwmc.c b/src/pwmc.c index abd77650..40bbd589 100644 --- a/src/pwmc.c +++ b/src/pwmc.c @@ -2206,7 +2206,7 @@ main (int argc, char *argv[]) printf ("%s (pwmc)\n\n" "Copyright (C) 2006-2018\n" "%s\n" - "Released under the terms of the LGPL v2.1. Use at your own risk.\n\n" + "Released under the terms of the LGPL v2.1.\n\n" "Compile-time features:\n" #ifdef HAVE_LIBREADLINE "+INTERACTIVE " -- 2.11.4.GIT