summaryrefslogtreecommitdiffstats
path: root/encap/TODO
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-09-04 13:30:26 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-09-04 13:30:26 +0000
commit2b89d1f041c6f46c52dac18c0f8107c3596c38a4 (patch)
tree10d63b47751eafe83c1caff780bcb4c3522ec7de /encap/TODO
parentd2127cb280720aed2e01a5ab4981322043800614 (diff)
downloadbcfg2-2b89d1f041c6f46c52dac18c0f8107c3596c38a4.tar.gz
bcfg2-2b89d1f041c6f46c52dac18c0f8107c3596c38a4.tar.bz2
bcfg2-2b89d1f041c6f46c52dac18c0f8107c3596c38a4.zip
EncapPackages: Final README for 0.8.3
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2176 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/TODO')
-rw-r--r--encap/TODO24
1 files changed, 13 insertions, 11 deletions
diff --git a/encap/TODO b/encap/TODO
index e4ef34cdb..2ffd94b14 100644
--- a/encap/TODO
+++ b/encap/TODO
@@ -1,11 +1,7 @@
= EncapTodo: TODO =
== For 0.8.3 ==
-
- * Fix "from httplib import HTTPS" issue
-
- * Update README and post to Wiki
-
+
* Update EncapPackages on the Wiki
* Build everywhere, basic test
@@ -16,15 +12,15 @@
== For 0.8.4 ==
- * Move from lxml (+deps) to elementtree for client
- * Maybe just move to Python 2.5 (which includes elementtree) if final comes
- out on schedule (Sept 12th, 2006 is planned final release date)
-
* Possibly add GNU Readline library for python
+ * Write HOWTO
+
* Packages all deps of new reports (django etc.) for GNU/Linux
- * Write HOWTO
+ * Move from lxml (+deps) to elementtree for client
+ * Maybe just move to Python 2.5 (which includes elementtree) if final comes
+ out on schedule (Sept 12th, 2006 is planned final release date)
== For 0.8.5 or earlier ==
@@ -32,7 +28,13 @@
* Some platforms are now >150MB (installed)
* Remove unneeded doc / test code / etc.
* Perhaps make seperate -doc- or -extra- encap packages
-
+ * Might be able to make client-side only python 2.5 (statically linked to
+ deps like openssl), bcfg2, daemontools, ostiary, and bcfg2-site.
+ * http://groups.google.com/groups/starred?lnk=lnmst&hl=en
+ * Look into using http://sourceforge.net/projects/cx-freeze/ for client-side
+
+== For 0.8.6 or earlier ==
+
* Improve handling of libgcc/libstdc++
* Try to make build not effect the build host as much