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/05/19 00:10:13 UTC

[couchdb] branch otp-26-compat updated (6cd22d905 -> 4fd08c916)

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

jaydoane pushed a change to branch otp-26-compat
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 6cd22d905 Sort map keys in `couch_log_formatter`
 discard 257238992 Specify `{minor_version, 1}` for couch_epi hash
 discard a71cc9b0f Convert `term_to_binary` to `?term_to_bin`
 discard fdec41148 Add `term_to_bin/2` macro
 discard 6d35bbd52 Base64 decode error changed in OTP 26
     add 7408ff8dc Sort map keys in `couch_log_formatter`
     add 7c47e9444 Support OTP 26 base64 decode error
     add 14d8f8f1d Specify `{minor_version, 1}` for couch_epi hash
     add 44f3a276c Add `term_to_bin/2` macro
     add 4fd08c916 Convert `term_to_binary` to `?term_to_bin`

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   (6cd22d905)
            \
             N -- N -- N   refs/heads/otp-26-compat (4fd08c916)

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.

No new revisions were added by this update.

Summary of changes:
 src/couch_log/src/couch_log_formatter.erl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)