1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* 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.
This commit is contained in:
Rob Browning 2001-07-08 23:16:04 +00:00
parent 2c105c2615
commit a96b27eadf

14
TODO
View file

@ -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.