summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2001-07-08 23:16:04 +0000
committerRob Browning <rlb@defaultvalue.org>2001-07-08 23:16:04 +0000
commita96b27eadf9b38e8744a8cf3f9d345448ee28bac (patch)
treeaaf89d58b651894b24d26fde7f82c5bac94383f3
parent2c105c26152940da465ea085a64477e0f1d72da3 (diff)
downloadguile-a96b27eadf9b38e8744a8cf3f9d345448ee28bac.tar.gz
* TODO: updated to include relevant itemized post-1.6-RELEASE
tasks that are distributable so we can check them off as they are done, and delete 1.6.0 tasks.
-rw-r--r--TODO14
1 files changed, 9 insertions, 5 deletions
diff --git a/TODO b/TODO
index 273d5140b..db2903ad4 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-[ID: $Id: TODO,v 1.19 2001-07-08 21:04:03 mvo Exp $]
+-*-text-*-
These TODO items are grouped by target release version. The first group is
the "Eventually" group, which is not associated w/ any particular version.
@@ -61,13 +61,17 @@ See also file HACKING.
- eliminate argument checking for closures
- Implement a thread-safe alternative to SCM's environment caches
+=== Before releasing 1.8.0:
-=== In release 1.6.0:
+- Make sure we have appropriate interface numbers for shared
+ libraries, and that we document and use the libtool
+ conventions. [rlb].
-- Make sure that the deprecation mechanism explained in INSTALL and
- README is completed and works.
+- Update the version numbers in GUILE-VERSION and README. [rlb]
-=== In release 1.8.0:
+- Start a new section of the NEWS file.
+
+- Start a new THANKS file.
- remove deprecated functions scm_read_0str, scm_eval_0str.