From af7fdcb920e08375fd3b34c299218d16da7c1eeb Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 18 Jan 2015 12:25:33 -0500 Subject: [PATCH] Version 2.5. --- NEWS | 3 +++ README | 3 ++- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2a62c5d..4a37fdb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +userinfo 2.5 + Fixed a few bugs found by Coverity. + userinfo 2.4 Portability fixes for SunOS, recent NetBSD, OpenBSD and others. diff --git a/README b/README index b60a296..5109c19 100644 --- a/README +++ b/README @@ -17,7 +17,8 @@ install. Read the manual page or see 'ui -h' for command summary. BUGS ---- -Send bugs, patches and suggestions to the address below. +Use the Sourceforge ticking system to report bugs, submit patches or feature +requests at http://sourceforge.net/p/userinfo/tickets. Ben Kibbey http://userinfo.sourceforge.net/ diff --git a/configure.ac b/configure.ac index 2bf731b..ada9c03 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(userinfo, 2.5-dev, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(userinfo, 2.5, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET -- 2.11.4.GIT