aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-28 09:52:28 -0700
committerJunio C Hamano <gitster@pobox.com>2023-08-28 09:52:28 -0700
commit5dc72c0fbcbccf7dbb42e470e55dafbd2afdf343 (patch)
tree33070b3f82acc88c87cf92b1fc7e774764e46062 /Documentation/RelNotes
parentbc92d2c7ac6bd85f2447dbc37c886a4e72076005 (diff)
downloadgit-5dc72c0fbcbccf7dbb42e470e55dafbd2afdf343.tar.gz
The extra batch to update credenthal helpers
These two topics did not see much interest and reviews while they were on 'next'; let's "inflict" them to the general public and see if anybody screams, which is much less nicer way than to merge only topics that are well reviewed down in an orderly manner, but that is the only thing we can do to these topics without any development community help. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.43.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index 02309b675f..6cad659605 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/RelNotes/2.43.0.txt
@@ -15,6 +15,13 @@ UI, Workflows & Features
* "git cmd -h" learned to signal which options can be negated by
listing such options like "--[no-]opt".
+ * The way authentication related data other than passwords (e.g.
+ oath token and password expiration data) are stored in libsecret
+ keyrings has been rethought.
+
+ * Update two credential helpers to correctly match which credential
+ to erase; they dropped not the ones with stale password.
+
Performance, Internal Implementation, Development Support etc.