summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO13
1 files changed, 12 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4321a39d7b..73f3f79429 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.13 2004/03/01 22:28:32 jmayer Exp $
+$Id: TODO,v 1.14 2004/03/15 02:24:42 jmayer Exp $
Things to do:
=============
@@ -99,3 +99,14 @@ full GNOME, native Windows, native Aqua, etc.) and text-mode "curses".
we have krb5, but not krb4
*) Display filters: add regexes to strings and byte ranges
+
+*) Build process:
+ - Merge epan/configure.in back into toplevel configure.in
+ - Run make-version.pl only once per make
+ - --enable-static doesn't build on all platforms any more (e.g. Suse 9.0)
+ because all static builds are not supported on those platforms. Try to
+ link "as statically as possible"
+ - Support native win32 builds using auto-tools and gcc
+ - Move dissectors and supporting files into the epan tree
+ - Move plugins into the epan tree
+