From 6822f6079ffc30a47ddcc759a968a90263f05175 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 24 Jun 2005 00:30:16 +0000 Subject: [PATCH] * configure.in: update bug-reporting address to list https://bugzilla.am-utils.org/ as well as the mailing list. * Makefile.am (EXTRA_DIST_M4): distribute new type_rpcvers_t.m4 --- AUTHORS | 2 ++ BUGS | 3 +++ ChangeLog | 5 ++++- NEWS | 8 +++++++- configure.in | 6 ++++-- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 953abc7..9829b54 100644 --- a/AUTHORS +++ b/AUTHORS @@ -206,6 +206,8 @@ and proto. January 12, 1998: minor bug in output of amd -H. +June 23, 2005: assortment of small compile bugs on aix4, and solaris 5/6/7. + * Thomas Richter January 13, 1998: use case insensitive comparisons for variables that need diff --git a/BUGS b/BUGS index 6c9dce6..bc8272a 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,8 @@ LIST OF KNOWN BUGS IN AM-UTILS OR OPERATING SYSTEMS +Note: report am-utils bugs via Bugzilla to https://bugzilla.am-utils.org/ or +by email to the am-utils@am-utils.org mailing list. + (1) mips-sgi-irix* diff --git a/ChangeLog b/ChangeLog index 8b69c33..fef14bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2005-06-23 Erez Zadok - * Makefile.am (EXTRA_DIST_M4): distribue new type_rpcvers_t.m4 + * configure.in: update bug-reporting address to list + https://bugzilla.am-utils.org/ as well as the mailing list. + + * Makefile.am (EXTRA_DIST_M4): distribute new type_rpcvers_t.m4 macro. * conf/transp/transp_tli.c (get_nfs_version): always use diff --git a/NEWS b/NEWS index 4305485..45c35bb 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,15 @@ *** Notes specific to am-utils version 6.1.1-pre -* minor new ports: +- minor new ports: i386-pc-linux-fc4 i386-pc-linux-suse9.3 +- bugs fixed: + * small compile problems on Solaris 6 (rpcvers_t) + * possibly missing definition of INADDR_NONE in wire.c + * extern for sleep(3) may be missing on older gcc systems + * updated nfs_args structure on aix4. + *** Notes specific to am-utils version 6.1 - bugs fixed: diff --git a/configure.in b/configure.in index 0bb9692..85c0eab 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,9 @@ dnl new init style: PACKAGE, VERSION, BUG-REPORTING-ADDRESS dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!! dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!! dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!! -AC_INIT([am-utils],[6.1.1-pre],[am-utils@am-utils.org]) +AC_INIT([am-utils], + [6.1.1-rc1], + [https://bugzilla.am-utils.org/ or am-utils@am-utils.org]) dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!! dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!! dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!! @@ -59,7 +61,7 @@ AH_BOTTOM([ dnl dnl AC_CONFIG_AUX_DIR(m4) AC_PREREQ(2.52) -AC_REVISION($Revision: 1.99 $) +AC_REVISION($Revision: 1.100 $) AC_COPYRIGHT([Copyright (c) 1997-2005 Erez Zadok]) dnl find out system type AC_MSG_NOTICE(*** SYSTEM TYPES ***) -- 2.43.0