You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/12/16 03:52:13 UTC

[GitHub] [couchdb] nickva opened a new pull request, #4309: Update 3.3 release notes.

nickva opened a new pull request, #4309:
URL: https://github.com/apache/couchdb/pull/4309

    * 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 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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] big-r81 commented on a diff in pull request #4309: Update 3.3 release notes.

Posted by GitBox <gi...@apache.org>.
big-r81 commented on code in PR #4309:
URL: https://github.com/apache/couchdb/pull/4309#discussion_r1050423839


##########
src/docs/src/whatsnew/3.3.rst:
##########
@@ -196,6 +208,10 @@ Performance
   ``COUCHDB_QUERY_SERVER_JAVASCRIPT="/opt/couchdb/bin/couchjs
   /opt/couchdb/share/server/main-ast-bypass.js"``.
 
+* :ghissue:`4262`: ``couchjs`` executable built against Spidermonkey >= 86 will

Review Comment:
   ```suggestion
   * :ghissue:`4262`: ``couchjs`` executable built against Spidermonkey >= 78 will
   ```
   Works for version >=78.
   ```
   CouchJSSrc = case SMVsn of
       "1.8.5" -> ["priv/couch_js/1.8.5/*.c"];
       "60" -> ["priv/couch_js/60/*.cpp"];
       "68" -> ["priv/couch_js/68/*.cpp"];
       "78" -> ["priv/couch_js/86/*.cpp"];
       "86" -> ["priv/couch_js/86/*.cpp"];
       "91" -> ["priv/couch_js/86/*.cpp"]
   end.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] janl merged pull request #4309: Update 3.3 release notes.

Posted by GitBox <gi...@apache.org>.
janl merged PR #4309:
URL: https://github.com/apache/couchdb/pull/4309


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org