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

kgiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 89f40d4  NO-JIRA: bump released proton version to 0.35.0
89f40d4 is described below

commit 89f40d41b82632caf5ff9e31152e5e4c9e2fb78d
Author: Kenneth Giusti <kgiu...@apache.org>
AuthorDate: Wed Jul 7 10:17:58 2021 -0400

    NO-JIRA: bump released proton version to 0.35.0
    
    This closes #1285
---
 .asf.yaml   | 1 -
 .travis.yml | 8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index a62fdf7..de8dfd5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,5 +34,4 @@ github:
 
     - c
     - python
-    - python2
     - python3
diff --git a/.travis.yml b/.travis.yml
index 91d9440..d9e514b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,12 +57,12 @@ jobs:
     os: linux
     env:
     - QPID_SYSTEM_TEST_TIMEOUT=300
-    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.34.0 BUILD_TYPE=Coverage
+    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.35.0 BUILD_TYPE=Coverage
   - name: "qdrouterd:RelWithDebInfo+MemoryDebug (gcc on xenial)"
     os: linux
     env:
     - QPID_SYSTEM_TEST_TIMEOUT=300
-    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.34.0 BUILD_TYPE=RelWithDebInfo
+    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.35.0 BUILD_TYPE=RelWithDebInfo
     - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan 
-DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
   - name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on focal)"
     os: linux
@@ -143,7 +143,7 @@ jobs:
     os: linux
     env:
     - QPID_SYSTEM_TEST_TIMEOUT=300
-    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.34.0
+    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.35.0
   - name: "qdrouterd:TSAN"
     os: linux
     dist: focal
@@ -160,7 +160,7 @@ jobs:
       - python -m pip install --user grpcio protobuf
     env:
     - QPID_SYSTEM_TEST_TIMEOUT=300
-    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.34.0
+    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.35.0
     - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=tsan'
   - name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on macOS)"
     os: osx

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to