]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: Document change to systemd-creds 'cat' verb 34548/head
authorSimon Pilkington <simonp.git@mailbox.org>
Wed, 25 Sep 2024 09:26:02 +0000 (11:26 +0200)
committerSimon Pilkington <simonp.git@mailbox.org>
Wed, 25 Sep 2024 14:08:01 +0000 (16:08 +0200)
See: https://github.com/systemd/systemd/pull/34548

NEWS

diff --git a/NEWS b/NEWS
index 166c337cbc50a92481871f7277ecb6c3aa6c6309..408a60ddf7b0b38bf9d7ea293677aa635b3f2354 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,12 @@ CHANGES WITH 257 in spe:
           be updated accordingly. This change has been made to make it harder
           to accidentally delete too many files when using --purge incorrectly.
 
-        Announcements of Future Feature Removals and Incompatible Changes:
+        * The systemd-creds 'cat' verb now expects base64-encoded encrypted
+          credentials for consistency with the 'decrypt' verb and the
+          LoadCredentialEncrypted= service setting. Previously it could only
+          read raw binary data.
+
+       Announcements of Future Feature Removals and Incompatible Changes:
 
         * Support for automatic flushing of the nscd user/group database caches
           has been dropped.