From 371ae598a0ef1433b17f0100ab1b7cb769e25f80 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 11 Oct 2019 16:18:46 +0200 Subject: [PATCH] Changes: document unpackfs --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index de07562f3..711709922 100644 --- a/CHANGES +++ b/CHANGES @@ -6,8 +6,10 @@ website will have to do for older versions. # 3.2.15 (unreleased) # This release contains contributions from (alphabetically by first name): + - No other contributors this time around. ## Core ## + - No changes to core functionality ## Modules ## @@ -16,6 +18,9 @@ This release contains contributions from (alphabetically by first name): shorthand to force **only** that entry in the list. #1253 - *machineid* module has been re-written in C++ and extended with a new configuration key to generate urandom pool data. #1252 + - *unpackfs* now supports a special *sourcefs* value of `file` + for copying single files (optionally with renaming) or directory + trees to the target system. # 3.2.14 (2019-09-30) #