diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 18:45:28 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 18:45:28 (EDT) |
commit | 5f78ee4fb9ff34bee26181954b90e3336f34c851 (patch) | |
tree | 681a61ef98e29edcc43dcc60633d4feb858a1d9a | |
parent | e1cef3e82b14a9bb12a9e32ed12cfe90e361e819 (diff) |
SPF 2.0: Support XZ compression
-rw-r--r-- | specs/spf-2.0/overview.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/specs/spf-2.0/overview.mdwn b/specs/spf-2.0/overview.mdwn index 5e9fe5c..1861740 100644 --- a/specs/spf-2.0/overview.mdwn +++ b/specs/spf-2.0/overview.mdwn @@ -217,6 +217,7 @@ The file may be compressed, in which case `<ext>` must be one of the following: * `.gz` for the "gzip" algorithm, * `.bz2` for the "bzip2" algorithm, * `.lz` for the "LZMA" algorithm, or + * `.xz` for the "XZ" algorithm, or * `.Z` for the "compress" algorithm. If the file is not compress, `<ext>` must be empty. |