You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/01/05 16:02:06 UTC

[couchdb] branch main updated (33d9a841b -> ac70fc05b)

This is an automated email from the ASF dual-hosted git repository.

jan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from 33d9a841b fix: undefined function warning
     new 4048b567c update version numbers to 3.3.1
     new ac70fc05b doc(whatsnew): document 3.3.1 updates

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:
 rel/reltool.config            |  2 +-
 src/docs/src/whatsnew/3.3.rst | 15 +++++++++++++++
 version.mk                    |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)


[couchdb] 02/02: doc(whatsnew): document 3.3.1 updates

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit ac70fc05b329bc3d28879898b3bde928c073998b
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Thu Jan 5 16:05:09 2023 +0100

    doc(whatsnew): document 3.3.1 updates
---
 src/docs/src/whatsnew/3.3.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/docs/src/whatsnew/3.3.rst b/src/docs/src/whatsnew/3.3.rst
index 5eca323da..3b205aeec 100644
--- a/src/docs/src/whatsnew/3.3.rst
+++ b/src/docs/src/whatsnew/3.3.rst
@@ -20,6 +20,21 @@
     :depth: 1
     :local:
 
+.. _release/3.3.1:
+
+Version 3.3.1
+=============
+
+Features and Enhancements
+-------------------------
+
+* :ghissue:`4343`, :ghissue:`4344`, :ghissue:`4345`: Fix ``undef`` when
+  parsing replication doc body with a ``user_ctx``.
+* :ghissue:`4346`: Add ``make`` target to find ``undef`` errors.
+* :ghissue:`4347`: Remove failed ``couch_plugins`` experiment, fixes more
+  ``undef`` errors.
+* :ghissue:`4348`: Fix ``undef`` error in ``weatherreport``.
+
 .. _release/3.3.0:
 
 Version 3.3.0


[couchdb] 01/02: update version numbers to 3.3.1

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4048b567cac1c082d89f9cd78f9a294887ec198b
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Thu Jan 5 15:53:19 2023 +0100

    update version numbers to 3.3.1
---
 rel/reltool.config | 2 +-
 version.mk         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rel/reltool.config b/rel/reltool.config
index fc691fae9..b46885055 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,7 +12,7 @@
 
 {sys, [
     {lib_dirs, ["../src"]},
-    {rel, "couchdb", "3.3.0", [
+    {rel, "couchdb", "3.3.1", [
         %% stdlib
         asn1,
         compiler,
diff --git a/version.mk b/version.mk
index 9c922a838..86d2de608 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 vsn_major=3
 vsn_minor=3
-vsn_patch=0
+vsn_patch=1