Merge "New replication config default in 2.9 Release Notes"

This commit is contained in:
Shawn Pearce
2014-01-30 00:38:44 +00:00
committed by Gerrit Code Review

View File

@@ -131,9 +131,21 @@ Configuration
* The number of accounts shown on the 'Become Any Account' login
screen is increased from 5 to 100.
Upgrades
--------
* Update gwtjsonrpc to 1.4
* Update gwtorm to 1.8
Plugins
-------
Replication
~~~~~~~~~~~
* The default push refSpec for the replication plugin has changed from `forced`
to `non-forced` push (was `+refs/*:refs/*` and now is `refs/*:refs/*`). This change
should not impact typical replication topologies where the slaves are read-only
and can be pushed by their masters only. If you wanted explicitly to overwrite
all changes on the slaves, you need to add a `push=+refs/*:refs/*` configuration
entry for each replication target.