From 0c412a7545b276b212efcbf5b0e26e2ccd27eb44 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sun, 23 Jun 2002 05:07:08 +0000 Subject: [PATCH] prep for 6.0.8 release --- ChangeLog | 2 +- NEWS | 21 ++++++++++++++++++--- configure.in | 4 ++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d46f61..64cb934 100644 --- a/ChangeLog +++ b/ChangeLog @@ -163,7 +163,7 @@ 2001-11-29 Erez Zadok - * libamu/mount_fs.c (mnt_flags): same this as for nolock option + * libamu/mount_fs.c (mnt_flags): same as for nolock option handling, do for maxgrps. 2001-11-28 Philippe Troin diff --git a/NEWS b/NEWS index b27586d..9d220fc 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,15 @@ # -*- text -*- -*** Notes specific to am-utils version 6.0.8 (work in progress): +*** Notes specific to am-utils version 6.0.8: -- Minor new port: powerpc-ibm-aix5.1.0.0 +- Minor new ports: + i386-pc-linux-rh7.2 + i386-pc-linux-rh7.3 + i386-unknown-freebsd4.4 + i386-unknown-freebsd5.0 + ia64-hp-hpux11.20 + ia64-unknown-linux-rh7.1 + powerpc-ibm-aix5.1.0.0 - Work around IBM's NFSv3 ABI change in aix4.3 @@ -12,7 +19,10 @@ - Support xfs on Linux -- Remove (non-functional) autofs code and detection support +- Red Hat specific Amd startup script included + +- Remove (non-functional) autofs code and detection support. If you want + autofs support, use am-utils-6.1. - bugs fixed: @@ -27,6 +37,11 @@ * minor fix for GNU getopt * Linux has no "dev" mtab option * "nolock" is an NFS mount option, not a generic one + * Irix N32 ABI fixes with cc + * security: use mkstemp instead of mktemp + * correct timeo values for Linux tcp/udp NFS mounts + * hlfsd use of setuid() not seteuid() + * AIX ABI changes to nfs_args fixes *** Notes specific to am-utils version 6.0.7: diff --git a/configure.in b/configure.in index 4b0ce42..e0ae7bb 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ dnl ###################################################################### dnl INITIALIZATION dnl AC_INIT dnl new init style: PACKAGE, VERSION, BUG-REPORTING-ADDRESS -AC_INIT([am-utils],[6.0.8s1],[amd-dev@am-utils.org]) +AC_INIT([am-utils],[6.0.8],[amd-dev@am-utils.org]) AC_MSG_NOTICE(*** INITIALIZATION ***) AC_CONFIG_SRCDIR([amd/amd.c]) AM_CONFIG_HEADER(config.h) @@ -53,7 +53,7 @@ AH_BOTTOM([ dnl dnl AC_CONFIG_AUX_DIR(aux) AC_PREREQ(2.52) -AC_REVISION($Revision: 1.1.2.29 $) +AC_REVISION($Revision: 1.1.2.30 $) AC_COPYRIGHT([Copyright (c) 1997-2002 Erez Zadok]) dnl find out system type AC_MSG_NOTICE(*** SYSTEM TYPES ***) -- 2.43.0