New replication config default in 2.9 Release Notes

Change-Id: I3014296dcf0cd965c4605fd933dfcb516573862a
See: https://gerrit-review.googlesource.com/52363
This commit is contained in:
Luca Milanesio 2013-11-29 09:17:41 +00:00
parent 0d99c57e8e
commit eb64932602

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.