You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/05/04 16:54:03 UTC

[cassandra] branch trunk updated (7e673e0 -> bdf0a0b)

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

brandonwilliams pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 7e673e0  Fix CHANGES for 4.1
     new 327d7c1  Fix cqlsh DESC TYPE with non-ascii character in the identifier
     new bdf0a0b  Merge branch 'cassandra-4.0' into trunk

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:
 CHANGES.txt                                  |  1 +
 bin/cqlsh.py                                 | 18 +++++++-------
 pylib/cqlshlib/copyutil.py                   |  2 +-
 pylib/cqlshlib/test/test_cqlsh_completion.py |  5 +---
 pylib/cqlshlib/test/test_unicode.py          | 35 +++++++++++++++++++++++++++-
 5 files changed, 45 insertions(+), 16 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra] 01/01: Merge branch 'cassandra-4.0' into trunk

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

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit bdf0a0bc2671e038b68100e772e28587283f2ba8
Merge: 7e673e0 327d7c1
Author: Brandon Williams <br...@apache.org>
AuthorDate: Tue May 4 11:53:41 2021 -0500

    Merge branch 'cassandra-4.0' into trunk

 CHANGES.txt                                  |  1 +
 bin/cqlsh.py                                 | 18 +++++++-------
 pylib/cqlshlib/copyutil.py                   |  2 +-
 pylib/cqlshlib/test/test_cqlsh_completion.py |  5 +---
 pylib/cqlshlib/test/test_unicode.py          | 35 +++++++++++++++++++++++++++-
 5 files changed, 45 insertions(+), 16 deletions(-)

diff --cc CHANGES.txt
index 923dd7f,f2b0d3d..17a13b5
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,6 -1,5 +1,7 @@@
 -4.0-rc2
 +4.1
 + * GossiperTest.testHasVersion3Nodes didn't take into account trunk version changes, fixed to rely on latest version (CASSANDRA-16651)
 +Merged from 4.0:
+  * Fix cqlsh DESC TYPE with non-ascii character in the identifier (CASSANDRA-16400)
   * Fix cqlsh encoding error with unicode in multi-line statement (CASSANDRA-16539)
   * Fix race in fat client removal (CASSANDRA-16238)
   * Test org.apache.cassandra.net.AsyncPromiseTest FAILED (CASSANDRA-16596)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org