summaryrefslogtreecommitdiffstats
path: root/doc/1.0-roadmap
diff options
context:
space:
mode:
Diffstat (limited to 'doc/1.0-roadmap')
-rw-r--r--doc/1.0-roadmap10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/1.0-roadmap b/doc/1.0-roadmap
index 2d90d6f66..dc2236879 100644
--- a/doc/1.0-roadmap
+++ b/doc/1.0-roadmap
@@ -1,12 +1,12 @@
This document details the major work needed before Bcfg2 is ready for
-a 1.0 release.
+a 1.0 release. The high-level goal for 1.0 is to fix long-standing
+architecture warts and provide a reasonable internal API for the
+server.
* Goals for 1.0
** Fix the POSIX path problem
** Build a comprehensive server plugin architecture
-*** Metadata Connectors (done)
-*** Multi-stats
-*** Structure Verifier/Modifier
-*** Configuration Validator/Modifier
+*** see plugin-roles for details and implementation status
** Version Control Backend
** Clean up client/server statistics data format
+** Multithreaded server (sync from Cobalt)