This is an automated email from the ASF dual-hosted git repository.
jiahuili430 pushed a change to branch fix-changes-stats
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit e91bce9a8 refactor `get_changes_row`
omit 708af1d4c Avoid read docs twice when filtered `_changes` is triggered
add 622d06075 3.3.3 what's new docs
add 9fa56e087 Bump 3.3.3 version numbers
add a8b4bb2f7 Make the Clouseau development flow more flexible
add 4ace5f139 mango: increase timeout for flaky `text` search test with
floats
new 6d37e623c Avoid read docs twice when filtered `_changes` is triggered
new 20577c258 refactor `get_changes_row`
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e91bce9a8)
\
N -- N -- N refs/heads/fix-changes-stats (20577c258)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 15 ++--
Makefile.win | 15 ++--
README-DEV.rst | 25 ++++++
configure | 125 +++++++++++++++++++++---------
configure.ps1 | 86 +++++++++++----------
dev/run | 145 +++++++++++++++++++++++++++++------
rel/reltool.config | 2 +-
src/docs/src/whatsnew/3.3.rst | 52 +++++++++++++
src/mango/test/06-basic-text-test.py | 3 +-
version.mk | 2 +-
10 files changed, 351 insertions(+), 119 deletions(-)