summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-09-11 14:46:37 +0200
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-09-11 16:01:03 +0200
commitccba1e333d4926ae3e09ef331997cb2db0f26915 (patch)
treee6063895c13db9e9c29983e0ee0c2ba6b2d3e100
parentc56f72b09f1a7f20da2920fae134f76902d2fd76 (diff)
Update 2.9.1 release notes
-rw-r--r--ReleaseNotes/ReleaseNotes-2.9.1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.9.1.txt b/ReleaseNotes/ReleaseNotes-2.9.1.txt
index 77d2e229f0..3e7935f17c 100644
--- a/ReleaseNotes/ReleaseNotes-2.9.1.txt
+++ b/ReleaseNotes/ReleaseNotes-2.9.1.txt
@@ -97,3 +97,9 @@ Display parents for all changes, not only merge commits.
In the new change screen the parent commit is now also shown for regular
commits, as well as merge commits. This makes it consistent with the old
change screen.
+
+* Fix handling of permissions for user-specific refs.
++
+Push permission on refs with username, for example `refs/heads/users/${username}/*`,
+was not honored if this was the only ref on which the user had push
+permission.