Update 2.9.1 release notes

Change-Id: If2689e3c80d3b5910f63e4be242cacdb4cf70e76
This commit is contained in:
David Pursehouse
2014-09-11 14:46:37 +02:00
parent c56f72b09f
commit ccba1e333d

View File

@@ -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.