diff options
author | Harald Geyer <harald@ccbib.org> | 2021-07-13 23:41:08 +0200 |
---|---|---|
committer | Harald Geyer <harald@ccbib.org> | 2021-07-13 23:45:43 +0200 |
commit | 21abcc2968d114532f6c9c905dfa3f9db3f971e4 (patch) | |
tree | 6303811a07f0100807ec7062354ab8fdefdb2d86 /libs/elektra/files | |
parent | fc9d8b5b91f1800f2728491aa25cd5010607edef (diff) |
elektra: update to 0.9.7
Notable changes:
* Use toml as new default storage backend:
Upstream has removed the ini plugin, we have been using in the
past. toml is still somewhat experimental, but upstream has
designated it as future recommended default.
* Remove the dependency on boost. The only plugin needing that has
been removed upstram.
* Enable plugins for libev and libuv event loop integration. This
adds two new packages with the respective dependencies.
Upstream has fixed the bugs preventing us from using this.
* Enable the internal notification plugin/system. This allows
applications to automatically receive notifications about changes
to their configuration. Again upstream fixing bugs enables this
for us.
* Set the environment variable $XDG_CACHE_HOME to "/tmp/" globally
to prevent elektra (and possibly other applications) from
writing temporary data to flash.
Signed-off-by: Harald Geyer <harald@ccbib.org>
Diffstat (limited to 'libs/elektra/files')
-rw-r--r-- | libs/elektra/files/elektra.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/elektra/files/elektra.profile b/libs/elektra/files/elektra.profile new file mode 100644 index 000000000..3df9be8fb --- /dev/null +++ b/libs/elektra/files/elektra.profile @@ -0,0 +1 @@ +export XDG_CACHE_HOME=/tmp/ |