couchdb:fix-ps

Last commit made on 2022-12-19
Get this branch:
git clone -b fix-ps https://git.launchpad.net/couchdb

Branch merges

Branch information

Name:
fix-ps
Repository:
lp:couchdb

Recent commits

0c4ba4b... by Ronny Berndt

Fix Powershell warnings

8d4c62e... by Nick Vatamaniuc <email address hidden>

Ensure we use the chttpd vs httpd section in fix_uri

It's a deprecated feature but we want to make sure it still works.

fb76d37... by Nick V.

Bump version to 3.3.0

9ac1b95... by Nick V.

Bump Fauxton to v1.2.9

23a2d85... by Nick V.

Update 3.3 release notes.

 * Since the replicator optimization issues were a bit scattered, create a
   single parent one as a highlight, and also run somewhat more realistic
   benchmark tests.

 * Add an image macro to keep the tradition going.

 * Update docs section with a 5.3.0 PR which just merged.

 * Add reference to the newly merged `couchjs -v` enhancement.

ebd7ce2... by Ronny Berndt

Show version of spidermonkey runtime in couchjs (#4262)

be1d36a... by Nick V.

Update Sphinx to 5.3.0

7ef834d... by janl

docs: add 3.3.0 relese notes

99a8f66... by janl

fix(3517): super-simplistic fix to avoid costly AST transforms when t… (#4292)

* fix(3517): super-simplistic fix to avoid costly AST transforms when they are not needed

Co-authored-by: Ronny Berndt <email address hidden>

6415861... by Ronny Berndt

Fix rendering of inline literal with withespaces (#4301)

Fix wrong rendering of an inline literal with whitespaces.
Use `:literal` as workaround, with esacpes whitespace `\ ` and added
non-break-whitespace chars (U+00A0).