From: Erez Zadok Date: Sat, 30 Aug 2003 01:58:14 +0000 (+0000) Subject: * configure.in: start 6.1b4-pre officially (belated) X-Git-Tag: am-utils-6_1b4~6 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=7260c35d021f4b38c1f7534ba700c808bc49ab99;p=am-utils-6.0.git * configure.in: start 6.1b4-pre officially (belated) * minor new port: i686-apple-darwin6.6 * Released beta version 6.1b3 --- diff --git a/.cvsignore b/.cvsignore index e95a02d..13de0ee 100644 --- a/.cvsignore +++ b/.cvsignore @@ -112,4 +112,4 @@ A.i386-unknown-netbsdelf1.6.1 A.i386-unknown-openbsd3.3 A.i386-pc-solaris2.9 A.i386-unknown-freebsd5.1 - +A.i686-apple-darwin6.6 diff --git a/ChangeLog b/ChangeLog index cecc2d5..07ee0fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-29 Erez Zadok + + * configure.in: start 6.1b4-pre officially (belated) + + * minor new port: i686-apple-darwin6.6 + 2003-08-27 Ion Badulescu * conf/autofs/autofs_solaris_v1.c: convert relative targets to @@ -143,7 +149,7 @@ 2003-08-13 Ion Badulescu - * Released beta version 6.1b4-pre + * Released beta version 6.1b3 2003-08-13 Ion Badulescu diff --git a/NEWS b/NEWS index e0affc2..f257e2b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ -*** Notes specific to am-utils version 6.1b4 +*** Notes specific to am-utils version 6.1b4-pre + +- minor new ports: + i686-apple-darwin6.6 - speed up the recovery of inherited (restarted) filesystems by using the proper waiting channels diff --git a/configure.in b/configure.in index 504c20e..8deabd3 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.1b3-pre],[amd-dev@am-utils.org]) +AC_INIT([am-utils],[6.1b4-pre],[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.58 $) +AC_REVISION($Revision: 1.59 $) AC_COPYRIGHT([Copyright (c) 1997-2003 Erez Zadok]) dnl find out system type AC_MSG_NOTICE(*** SYSTEM TYPES ***)