summaryrefslogtreecommitdiffstats
path: root/encap/TODO
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-09-02 23:06:16 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-09-02 23:06:16 +0000
commit57a3484065040d4a651187d21482ccdd4a8faac4 (patch)
treef087d0ea0334eb816fef7a7ad8ac59795aed29e2 /encap/TODO
parent9a5ec9dd1783f69fc4870f72ba7dfd8035422607 (diff)
downloadbcfg2-57a3484065040d4a651187d21482ccdd4a8faac4.tar.gz
bcfg2-57a3484065040d4a651187d21482ccdd4a8faac4.tar.bz2
bcfg2-57a3484065040d4a651187d21482ccdd4a8faac4.zip
EncapPackages:
* Delete VERSION and ChangeLog, just use bcfg2 version or svn release # * Update install scripts to allow forcing replacement of local config files * Make python build fail if "from httplib import HTTPS" fails * Some doc updates git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2172 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/TODO')
-rw-r--r--encap/TODO34
1 files changed, 29 insertions, 5 deletions
diff --git a/encap/TODO b/encap/TODO
index 259740fb3..ce9466129 100644
--- a/encap/TODO
+++ b/encap/TODO
@@ -1,13 +1,37 @@
-= TODO =
+= EncapTodo: TODO =
-== For 0.8.4 ==
+== For 0.8.3 ==
+ * Fix "from httplib import HTTPS" issue
+
+ * Update README and INSTALL
+
* Build everywhere, basic test
- * Double-check all permissions, and make sure they are not effected by
- the environment's umask
+== For 0.8.4 ==
+
+ * Possibly add GNU Readline library for python
+
+ * Write HOWTO
+
+ * Packages all deps of new reports (django etc.) for GNU/Linux
+
+== For 0.8.5 or earlier ==
- * Big documentation update
+ * Cut down distribution size to something more reasonable
+ * Some platforms are now >150MB (installed)
+ * Remove unneeded doc / test code / etc.
+ * Perhaps make seperate -doc- or -extra- encap packages
+ * Improve handling of libgcc/libstdc++
+
+ * Try to make build not effect the build host as much
+
+ * Try to make it easier to build as non-root
+
* Handle removals nicely (preremove/postremove scripts)
* Work towards full compliance with encap 2.1 spec
+ * Remove /service links in remove scripts for daemontools services
+
+== Documentation Version ==
+$Id$