From 5edcca84923590cca786676c6c297d015ec21d5b Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 24 Nov 2017 10:14:15 +0100 Subject: [PATCH] Release version 1.3 --- Makefile.am | 2 -- NEWS | 8 ++++++-- configure.ac | 2 +- rpcgen/Makefile.am | 3 --- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index fade8d9..6e6fa5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,4 @@ # -# Copyright (c) 2016 Thorsten Kukuk -# AUTOMAKE_OPTIONS = 1.7 gnits dist-bzip2 # SUBDIRS = rpcgen rpcsvc diff --git a/NEWS b/NEWS index 29f642a..e940c85 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,12 @@ rpcsvc-proto NEWS -- history of user-visible changes. -Copyright (C) 2016 Thorsten Kukuk +Copyright (C) 2016,2017 Thorsten Kukuk -Please send bug reports, questions and suggestions to . +Please send bug reports, questions and suggestions to . + +Version 1.3 +* Only use BSD-3 Clause code +* Adjust email address Version 1.2 * Fix possible buffer overrun in rpcgen diff --git a/configure.ac b/configure.ac index 2a41ce0..bbf594a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(rpcsvc-proto, 1.2, kukuk@linux-nis.org) +AC_INIT(rpcsvc-proto, 1.3, kukuk@thkukuk.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([rpcgen/rpc_main.c]) AM_CONFIG_HEADER(config.h) diff --git a/rpcgen/Makefile.am b/rpcgen/Makefile.am index 2619ec9..712de61 100644 --- a/rpcgen/Makefile.am +++ b/rpcgen/Makefile.am @@ -1,6 +1,3 @@ -# -# Copyright (c) 2016 Thorsten Kukuk -# CLEANFILES = *~ bin_PROGRAMS = rpcgen