From eb64932602c7785b74f6382ac324baeec34f8c67 Mon Sep 17 00:00:00 2001 From: Luca Milanesio Date: Fri, 29 Nov 2013 09:17:41 +0000 Subject: [PATCH] New replication config default in 2.9 Release Notes Change-Id: I3014296dcf0cd965c4605fd933dfcb516573862a See: https://gerrit-review.googlesource.com/52363 --- ReleaseNotes/ReleaseNotes-2.9.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes/ReleaseNotes-2.9.txt b/ReleaseNotes/ReleaseNotes-2.9.txt index 0eedb4f906..db24382aee 100644 --- a/ReleaseNotes/ReleaseNotes-2.9.txt +++ b/ReleaseNotes/ReleaseNotes-2.9.txt @@ -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.