diff -r 94b533007e77 -r 822ffd23d679 relpipe-data/release-v0.11.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/relpipe-data/release-v0.11.xml Tue Apr 09 17:14:05 2019 +0200 @@ -0,0 +1,112 @@ + + + Release v0.11 + fourth public release of Relational pipes + v0.11 + + +

+ We are pleased to introduce you the new development version of . + This release brings Recfile input and output and ASN.1 BER output: +

+ + + +

+ See the examples and screenshots pages for details. +

+ +

+ Please note that this is still a development relasease and thus the API (libraries, CLI arguments, formats) might and will change. + Any suggestions, ideas and bug reports are welcome in our mailing list. +

+ +

Data types

+ +

Inputs

+ +

Transformations

+ +

Outputs

+ + +

+ Instalation was tested on Debian GNU/Linux 9.6. + The process should be similar on other distributions. +

+ + + +

+ are modular thus you can download and install only parts you need (the libraries are needed always). + Tools out-gui.qt and tr-python require additional libraries and are not built by default. +

+ +

+ The module relpipe-in-filesystem uses C++ filesystem API which is supported since GCC 8. + This module can be compiled and seems usable even with GCC 6, but requires some patching (switch to the experimental API): +

+ + @#include @g' -i "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/FileAttributeFinder.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/XattrAttributeFinder.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/FilesystemCommand.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/AttributeFinder.h +sed 's@std::filesystem@std::experimental::filesystem@g' -i "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/FileAttributeFinder.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/XattrAttributeFinder.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/FilesystemCommand.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/AttributeFinder.h +sed 's/.*PROPERTY CXX_STANDARD.*/#\0/g' -i "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/CMakeLists.txt]]> + +

+ The module relpipe-tr-guile uses GNU Guile 2.2 but can also work with 2.0. + In such case, it requires this patch: +

+ + + +
+ +