diff options
author | friendica <info@friendica.com> | 2015-01-21 14:25:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-21 14:25:45 -0800 |
commit | 6d0e6b78b4b9797ae2f9c34e4a79a187086495d4 (patch) | |
tree | a9b542954a8ef13c9573862e500fbb74bed6d23c | |
parent | 19dfbfc063c0bc9d9ca76886692c32199b913b39 (diff) | |
download | volse-hubzilla-6d0e6b78b4b9797ae2f9c34e4a79a187086495d4.tar.gz volse-hubzilla-6d0e6b78b4b9797ae2f9c34e4a79a187086495d4.tar.bz2 volse-hubzilla-6d0e6b78b4b9797ae2f9c34e4a79a187086495d4.zip |
update V3 roadmap
-rw-r--r-- | doc/roadmap.bb | 3 | ||||
-rw-r--r-- | version.inc | 2 |
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 |