diff options
author | friendica <info@friendica.com> | 2014-09-16 03:33:48 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-16 03:33:48 -0700 |
commit | a1b66f56f0981a0853f180a458c401a80dda28ce (patch) | |
tree | f3e200160c9fd2c839c591f1c664fe5a8a248b3d /version.inc | |
parent | b2f2424b5272f7c58343fe810f303b55f1b7bf5e (diff) | |
download | volse-hubzilla-a1b66f56f0981a0853f180a458c401a80dda28ce.tar.gz volse-hubzilla-a1b66f56f0981a0853f180a458c401a80dda28ce.tar.bz2 volse-hubzilla-a1b66f56f0981a0853f180a458c401a80dda28ce.zip |
use the more portable encoded_item format for exported items - but with added attributes so we can use it as a reasonably complete item backup. The encoded_item format gives us extended author and owner information in case we need to probe them to bring the entry back. It also contains taxonomy entries. Importing and/or recovering will best be accomplished in chunks. It could take some time and some memory to chew through this.
Diffstat (limited to 'version.inc')
-rw-r--r-- | version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc index c3d994d3e..973190772 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-09-15.799 +2014-09-16.800 |