summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2022-12-21 23:42:25 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2022-12-22 02:15:08 -0500
commit4d56d354c6b1b92caaaa4f4a49af2b7706dcddb6 (patch)
treee398c201c9d7bf7f3b196a90a3521665bcae9e42
parentab33d84b29e7d2c5f8f56fd98b3009af90d8b654 (diff)
downloadcouchdb-4d56d354c6b1b92caaaa4f4a49af2b7706dcddb6.tar.gz
Update release notes for 3.3.0-RC2
-rw-r--r--src/docs/src/whatsnew/3.3.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/docs/src/whatsnew/3.3.rst b/src/docs/src/whatsnew/3.3.rst
index 4cc19e18a..5eca323da 100644
--- a/src/docs/src/whatsnew/3.3.rst
+++ b/src/docs/src/whatsnew/3.3.rst
@@ -160,6 +160,9 @@ Features and Enhancements
can be found `here
<https://github.com/apache/couchdb-fauxton/releases/tag/v1.2.9>`_
+* :ghissue:`4317`: Write "Relax" welcome message to standard out on
+ Windows.
+
Performance
-----------
@@ -314,6 +317,14 @@ Bugfixes
* :ghissue:`4272`: Kill all ``couch_server_N`` if ``database_dir`` changes.
+* :ghissue:`4313`: Use ``chttpd`` config section when patching local
+ ``_replicate`` endpoints.
+
+* :ghissue:`4321`: Downgrade jiffy to allow building on Windows again.
+
+* :ghissue:`4329`, :ghissue:`4323`: Ignore build windows binaries in
+ git.
+
Tests
-----
@@ -368,6 +379,12 @@ Tests
* :ghissue:`4268`: Improve flaky ``_dbs_info`` test.
+* :ghissue:`4319`: Fix offline ``configure`` and ``make release``.
+
+* :ghissue:`4328`: Fix ``eaddrnotavail`` in Elixir tests under Windows.
+
+* :ghissue:`4330`: Do not run source checks in main CI build.
+
Docs
----
@@ -384,6 +401,12 @@ Builds
* :ghissue:`4097`: Stop publication of nightly packages. They were not used
anywhere.
+* :ghissue:`4322`: Reuse installed rebar and rebar3
+ for mix. Compatible with Elixir =< 13 only. Elixir 14 is not
+ supported yet.
+
+* :ghissue:`4326`: Move Elixir source checks to a separate build step.
+
Other
-----