diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2006-11-17 15:53:17 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2006-11-17 15:53:17 +0000 |
commit | cbea802b3763aa8cb43c88f7df272da3e41c32da (patch) | |
tree | 0b5a7866fb85d8f9480f55e1ea86bdc7427f6f0b | |
parent | f3e3f530c28cfa5c7830c5d9b01de6fc388bc42a (diff) |
Note need for subscription to bug-guile@gnu.org.
-rw-r--r-- | benchmark-suite/ChangeLog | 4 | ||||
-rw-r--r-- | benchmark-suite/README | 10 | ||||
-rw-r--r-- | test-suite/ChangeLog | 4 | ||||
-rw-r--r-- | test-suite/README | 8 |
4 files changed, 19 insertions, 7 deletions
diff --git a/benchmark-suite/ChangeLog b/benchmark-suite/ChangeLog index 2e3cbdcf8..0ec92fdb0 100644 --- a/benchmark-suite/ChangeLog +++ b/benchmark-suite/ChangeLog @@ -1,3 +1,7 @@ +2006-11-17 Neil Jerram <neil@ossau.uklinux.net> + + * README: Note need for subscription to bug-guile@gnu.org. + 2006-05-02 Marius Vollmer <mvo@zagadka.de> * Makefile.am (SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are diff --git a/benchmark-suite/README b/benchmark-suite/README index 186a74351..51051996b 100644 --- a/benchmark-suite/README +++ b/benchmark-suite/README @@ -12,7 +12,9 @@ You can reference the file `lib.scm' from your own code as the module (benchmark-suite lib); it also has comments at the top and before each function explaining what's going on. -Please write more Guile benchmarks, and send them to bug-guile@gnu.org. -We'll merge them into the distribution. All benchmark suites must be -licensed for our use under the GPL, but I don't think we're going to -collect assignment papers for them. +Please write more Guile benchmarks, and send them to +bug-guile@gnu.org. (Note that you must be subscribed to this list +first, in order to successfully send a message to it.) We'll merge +them into the distribution. All benchmark suites must be licensed for +our use under the GPL, but I don't think we're going to collect +assignment papers for them. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 124b0b5b1..799f2ee4a 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2006-11-17 Neil Jerram <neil@ossau.uklinux.net> + + * README: Note need for subscription to bug-guile@gnu.org. + 2006-11-02 Neil Jerram <neil@ossau.uklinux.net> * tests/environments.test: Comment out all tests in this file. diff --git a/test-suite/README b/test-suite/README index 116869e17..35c0fc3c8 100644 --- a/test-suite/README +++ b/test-suite/README @@ -13,9 +13,11 @@ You can reference the file `lib.scm' from your own code as the module function explaining what's going on. Please write more Guile tests, and send them to bug-guile@gnu.org. -We'll merge them into the distribution. All test suites must be -licensed for our use under the GPL, but I don't think I'm going to -collect assignment papers for them. +(Note that you must be subscribed to this list first, in order to +successfully send a report to it.) We'll merge them into the +distribution. All test suites must be licensed for our use under the +GPL, but I don't think I'm going to collect assignment papers for +them. |