* configure.in: start 6.1b4-pre officially (belated)
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 30 Aug 2003 01:58:14 +0000 (01:58 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 30 Aug 2003 01:58:14 +0000 (01:58 +0000)
* minor new port: i686-apple-darwin6.6

* Released beta version 6.1b3

.cvsignore
ChangeLog
NEWS
configure.in

index e95a02dc6782c1abf4a87e22e9eccff4467863a5..13de0ee9655b902b85f2d168afc0e37d29ad0066 100644 (file)
@@ -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
index cecc2d532c3a38a8cbce2b5c7a515d86046c3836..07ee0febc84a0d7aa62643f69b1b70244fc8004d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-29  Erez Zadok  <ezk@a-opendarwin.fsl.cs.sunysb.edu>
+
+       * configure.in: start 6.1b4-pre officially (belated)
+
+       * minor new port: i686-apple-darwin6.6
+
 2003-08-27  Ion Badulescu  <ionut@moisil.badula.org>
 
        * conf/autofs/autofs_solaris_v1.c: convert relative targets to
 
 2003-08-13  Ion Badulescu  <ionut@moisil.badula.org>
 
-       * Released beta version 6.1b4-pre
+       * Released beta version 6.1b3
 
 2003-08-13  Ion Badulescu  <ion@guppy.limebrokerage.com>
 
diff --git a/NEWS b/NEWS
index e0affc29b9799e564bcd42c5a7f16e52fbea0880..f257e2b1666184d278499eae36a1070ff907c24c 100644 (file)
--- 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
index 504c20edaec11e39025e7b57674a11f32588f845..8deabd3a09e64640340f284eff7e8317833294c4 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.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 ***)