From: Erez Zadok Date: Wed, 3 Aug 2005 01:11:15 +0000 (+0000) Subject: ******************************************************************* X-Git-Tag: am-utils-6_1_1~1 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=10197906dd38ce5f4f5473a987fe0407bda723ca;p=am-utils-6.1.git ******************************************************************* *** Released am-utils-6.1.1 *** ******************************************************************* --- diff --git a/ChangeLog b/ChangeLog index b900c20..f26ea62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-08-02 Erez Zadok + ******************************************************************* + *** Released am-utils-6.1.1 *** + ******************************************************************* + * ALL: remove CVS ID and put actual file name in source. * conf/autofs/*.[hc]: proper copyright headers. diff --git a/NEWS b/NEWS index dfcb90d..4ab75b0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -*** Notes specific to am-utils version 6.1.1-rc1 +*** Notes specific to am-utils version 6.1.1 New amd.conf global parameter: forced_unmounts (default to "no"). If set to "yes," and the client OS supports forced or lazy unmounts, then Amd will diff --git a/configure.in b/configure.in index c8a485d..02a299c 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl INITIALIZATION dnl AC_INIT dnl new init style: PACKAGE, VERSION, BUG-REPORTING-ADDRESS AC_INIT([am-utils], - [6.1.1-rc1], + [6.1.1], [https://bugzilla.am-utils.org/ or am-utils@am-utils.org]) AC_MSG_NOTICE(*** INITIALIZATION ***) AC_CONFIG_SRCDIR([amd/amd.c]) @@ -55,7 +55,7 @@ AH_BOTTOM([ dnl dnl AC_CONFIG_AUX_DIR(m4) AC_PREREQ(2.52) -AC_REVISION($Revision: 1.105 $) +AC_REVISION($Revision: 1.106 $) AC_COPYRIGHT([Copyright (c) 1997-2005 Erez Zadok]) dnl find out system type AC_MSG_NOTICE(*** SYSTEM TYPES ***)