* Released beta version 6.1b4 am-utils-6_1b4
authorIon Badulescu <ib42@cs.columbia.edu>
Wed, 17 Sep 2003 19:20:24 +0000 (19:20 +0000)
committerIon Badulescu <ib42@cs.columbia.edu>
Wed, 17 Sep 2003 19:20:24 +0000 (19:20 +0000)
ChangeLog
NEWS
configure.in

index 1e2309280dd9a269e3459bb640557fed9ec08b41..f48350379391eba30f61aa6c0b796a8bd6efa1e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-09-16  Ion Badulescu  <ionut@moisil.badula.org>
 
+       * Released beta version 6.1b4
+
+2003-09-15  Ion Badulescu  <ionut@moisil.badula.org>
+
        * doc/am-utils.texi (opts Option): removed documentation for old
        ignore_portmapper mount option, documented the new webnfs option
 
diff --git a/NEWS b/NEWS
index f22ad95dc268387279915148bb37623914102a91..cc8181bf7cdc28db66c9ac7a05aed6dd9dbd223d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-*** Notes specific to am-utils version 6.1b4-pre
+*** Notes specific to am-utils version 6.1b4
 
 - minor new ports:
        i686-apple-darwin6.6    
@@ -8,7 +8,7 @@
 
 - added support for mounting webnfs filesystems, see entry below. It doesn't
   do any probing currently, so it will default to v2/UDP unless another
-  version and/or protocol is explicitly specified.
+  version and/or protocol are explicitly specified.
 
 - pseudo-mount option "ignore_portmapper" renamed to "webnfs"
 
index e71d72b2cafeed90305aa718d6cf6fb440b61682..069e3ea3ea805e09af1177589c071fb258f525e8 100644 (file)
@@ -12,7 +12,7 @@ dnl ######################################################################
 dnl INITIALIZATION
 dnl AC_INIT
 dnl new init style: PACKAGE, VERSION, BUG-REPORTING-ADDRESS
-AC_INIT([am-utils],[6.1b4-pre],[amd-dev@am-utils.org])
+AC_INIT([am-utils],[6.1b4],[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(m4)
 AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.60 $)
+AC_REVISION($Revision: 1.61 $)
 AC_COPYRIGHT([Copyright (c) 1997-2003 Erez Zadok])
 dnl find out system type
 AC_MSG_NOTICE(*** SYSTEM TYPES ***)