* configure.in: update bug-reporting address to list
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 24 Jun 2005 00:30:16 +0000 (00:30 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 24 Jun 2005 00:30:16 +0000 (00:30 +0000)
https://bugzilla.am-utils.org/ as well as the mailing list.

* Makefile.am (EXTRA_DIST_M4): distribute new type_rpcvers_t.m4

AUTHORS
BUGS
ChangeLog
NEWS
configure.in

diff --git a/AUTHORS b/AUTHORS
index 953abc70838c4f0b5f80597a9b5aa6eb246f98b2..9829b54c2bcc7290e4ef5ab49df12a98fb4b8ae1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -206,6 +206,8 @@ and proto.
 
 January 12, 1998: minor bug in output of amd -H.
 
+June 23, 2005: assortment of small compile bugs on aix4, and solaris 5/6/7.
+
 * Thomas Richter <richter@chemie.fu-berlin.de>
 
 January 13, 1998: use case insensitive comparisons for variables that need
diff --git a/BUGS b/BUGS
index 6c9dce6a4ca221698f7683f76af139deae41f038..bc8272a65700a07fd397d475e3b8ea8bef7dec25 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,8 @@
            LIST OF KNOWN BUGS IN AM-UTILS OR OPERATING SYSTEMS
 
+Note: report am-utils bugs via Bugzilla to https://bugzilla.am-utils.org/ or
+by email to the am-utils@am-utils.org mailing list.
+
 
 (1) mips-sgi-irix*
 
index 8b69c337dd8d48a0cfb5a8b9deea8009bd0110d0..fef14bb168dbde47852234553b8cd0be585e186c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2005-06-23  Erez Zadok  <ezk@cs.sunysb.edu>
 
-       * Makefile.am (EXTRA_DIST_M4): distribue new type_rpcvers_t.m4
+       * configure.in: update bug-reporting address to list
+       https://bugzilla.am-utils.org/ as well as the mailing list.
+
+       * Makefile.am (EXTRA_DIST_M4): distribute new type_rpcvers_t.m4
        macro.
 
        * conf/transp/transp_tli.c (get_nfs_version): always use
diff --git a/NEWS b/NEWS
index 43054853ebb08ebae41bf5c1139780a50fda899a..45c35bbf74750a899e28571caf3d4e3bedfd9893 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,15 @@
 *** Notes specific to am-utils version 6.1.1-pre
 
-* minor new ports:
+- minor new ports:
        i386-pc-linux-fc4
        i386-pc-linux-suse9.3
 
+- bugs fixed:
+       * small compile problems on Solaris 6 (rpcvers_t)
+       * possibly missing definition of INADDR_NONE in wire.c
+       * extern for sleep(3) may be missing on older gcc systems
+       * updated nfs_args structure on aix4.
+
 *** Notes specific to am-utils version 6.1
 
 - bugs fixed:
index 0bb9692fbc0dcbc099a9788a02eba3339f85bef2..85c0eab3b83dd617bf1be6248071d77f1848586c 100644 (file)
@@ -15,7 +15,9 @@ dnl new init style: PACKAGE, VERSION, BUG-REPORTING-ADDRESS
 dnl     UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
 dnl   UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
 dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
-AC_INIT([am-utils],[6.1.1-pre],[am-utils@am-utils.org])
+AC_INIT([am-utils],
+       [6.1.1-rc1],
+       [https://bugzilla.am-utils.org/ or am-utils@am-utils.org])
 dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
 dnl   UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
 dnl     UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
@@ -59,7 +61,7 @@ AH_BOTTOM([
 dnl
 dnl AC_CONFIG_AUX_DIR(m4)
 AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.99 $)
+AC_REVISION($Revision: 1.100 $)
 AC_COPYRIGHT([Copyright (c) 1997-2005 Erez Zadok])
 dnl find out system type
 AC_MSG_NOTICE(*** SYSTEM TYPES ***)