aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/roadmap.bb3
-rw-r--r--version.inc2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/roadmap.bb b/doc/roadmap.bb
index 9ac51adf2..54dbdc96b 100644
--- a/doc/roadmap.bb
+++ b/doc/roadmap.bb
@@ -2,6 +2,9 @@
Roadmap for Redmatrix V3
+Crypto
+ Convert E2EE to dynamic loading (on demand) using jQuery.getScript() [or other methods] to only load encryption libs when you require them. This should also support multiple encryption libraries (e.g. SJCL, others) triggered from the choice of algorithm and remain pluggable.
+
Subscriptions and business models
Build enough into core(/addons) to generate income (or at least try and cover costs) out of the box
diff --git a/version.inc b/version.inc
index 986738806..742b0e1ed 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2015-01-20.922
+2015-01-21.923