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

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


The following commit(s) were added to refs/heads/main by this push:
     new 486ed0aee clouseau: bump version to 3.3.0
486ed0aee is described below

commit 486ed0aee9af39abb9b010f05b8e65e9fe56109b
Author: Gabor Pali <[email protected]>
AuthorDate: Thu Apr 30 05:57:47 2026 +0200

    clouseau: bump version to 3.3.0
    
    There were some recent developments in Clouseau for which it may
    make sense to bring them in by default and upgrade to the latest
    release.  While here, update outdated help messages in the
    configure scripts.
---
 configure     | 2 +-
 configure.ps1 | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure b/configure
index 97a05858f..c9790af22 100755
--- a/configure
+++ b/configure
@@ -44,7 +44,7 @@ JS_ENGINE=${JS_ENGINE:-"spidermonkey"}
 SM_VSN=${SM_VSN:-"128"}
 CLOUSEAU_MTH=${CLOUSEAU_MTH:-"dist"}
 
CLOUSEAU_URI=${CLOUSEAU_URI:-"https://github.com/cloudant-labs/clouseau/releases/download/%s/clouseau-%s-dist.zip"}
-CLOUSEAU_VSN=${CLOUSEAU_VSN:-"3.0.0"}
+CLOUSEAU_VSN=${CLOUSEAU_VSN:-"3.3.0"}
 CLOUSEAU_DIR="$(pwd)"/clouseau
 ARCH="$(uname -m)"
 MULTIARCH_NAME="$(command -v dpkg-architecture > /dev/null && 
dpkg-architecture -q DEB_HOST_MULTIARCH || true)"
diff --git a/configure.ps1 b/configure.ps1
index 2fcc82466..9a012923f 100644
--- a/configure.ps1
+++ b/configure.ps1
@@ -14,9 +14,9 @@
   -CouchDBUser USER          set the username to run as (defaults to current 
user)
   -SpiderMonkeyVersion VSN   select the version of SpiderMonkey to use 
(default 128)
   -JSEngine ENGINE           select JS engine to use (spidermonkey or quickjs) 
(default spidermonkey)
-  -ClouseauVersion VSN       select the version of Clouseau to use (default 
2.25.0)
+  -ClouseauVersion VSN       select the version of Clouseau to use (default 
3.3.0)
   -ClouseauMethod MTH        method for Clouseau to deploy: git or dist 
(default dist)
-  -ClouseauUri URI           location for retrieving Clouseau (default 
https://github.com/cloudant-labs/clouseau/releases/download/2.25.0/clouseau-2.25.0-dist.zip)
+  -ClouseauUri URI           location for retrieving Clouseau (default 
https://github.com/cloudant-labs/clouseau/releases/download/3.3.0/clouseau-3.3.0-dist.zip)
 
   Installation directories:
   -Prefix PREFIX             install architecture-independent files in PREFIX
@@ -66,9 +66,9 @@ Param(
     [ValidateNotNullOrEmpty()]
     [string]$ClouseauMethod = "dist", # method for Clouseau to deploy: git or 
dist (default dist)
     [ValidateNotNullOrEmpty()]
-    [string]$ClouseauVersion = "3.0.0", # select the version of Clouseau to 
use (default 3.0.0)
+    [string]$ClouseauVersion = "3.3.0", # select the version of Clouseau to 
use (default 3.3.0)
     [ValidateNotNullOrEmpty()]
-    [string]$ClouseauUri = 
"https://github.com/cloudant-labs/clouseau/releases/download/{0}/clouseau-{0}-dist.zip";,
 # location for retrieving Clouseau (default 
https://github.com/cloudant-labs/clouseau/releases/download/2.25.0/clouseau-2.25.0-dist.zip)
+    [string]$ClouseauUri = 
"https://github.com/cloudant-labs/clouseau/releases/download/{0}/clouseau-{0}-dist.zip";,
 # location for retrieving Clouseau (default 
https://github.com/cloudant-labs/clouseau/releases/download/3.3.0/clouseau-3.3.0-dist.zip)
     [ValidateNotNullOrEmpty()]
     [string]$Prefix = "C:\Program Files\Apache\CouchDB", # install 
architecture-independent file location (default C:\Program Files\Apache\CouchDB)
     [ValidateNotNullOrEmpty()]

Reply via email to