* tests/time.test: New test file.
[bpt/guile.git] / RELEASE
diff --git a/RELEASE b/RELEASE
index 58bd730..d3f4bbb 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -2,15 +2,22 @@ This is a checklist for making Guile releases.
 It's specific to the FSF's development environment; please don't put
 it in the distribution.
 
-In release 1.4:
+Maybe we should name Guile releases after entertaining poisons.
+However, the first release containing the module system should be
+called Godot: "This is the one you've been waiting for."
+
+In release 1.3.2:
+- Release is titled ``wormwood'' release.
 - remove #/ syntax
 - Remove SCHEME_LOAD_PATH.
 - remove hook support from boot-9.scm
   (only provided for backward compatibility)
 
-In release 1.5:
+In release 1.3.4:
 - remove names evalext.c: serial-map,
                ramap.c:   serial-array-copy!, serial-array-map!
+- remove module (ice-9 getopt-gnu-style)
+- remove kw.h, scm_tc16_kw
 
 Modules sort.c and random.c should be factored out into separate
 modules (but still be distributed with guile-core) when we get a new