You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/04/16 04:38:12 UTC

[arrow] branch release-4.0.0 updated (d7f90ca -> 1fe9f99)

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

kszucs pushed a change to branch release-4.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from d7f90ca  ARROW-12400: [Rust] Re-enable tests in arrow::array::transform
     add 6587eea  [Release] Update CHANGELOG.md for 4.0.0
     add 0bc4028  [Release] Update .deb/.rpm changelogs for 4.0.0
     add 3df78d3  [Release] Update versions for 4.0.0
     add 6a98b43  [Release] Improve crossbow release integration
     add 557b26b  [Release] Use stable rust toolchain for release verification
     add bad8316  [Release] Install Ninja in the linux release verification build
     add f872d65  [Release] Support crossbow build number in the upload script
     add a5f647f  [Release] Place post-tag commits as a post release step
     add 1fe9f99  [Release] Update linux packaging scripts and fall back to bintray

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       | 698 +++++++++++++++++++++
 c_glib/meson.build                                 |   2 +-
 ci/scripts/PKGBUILD                                |   2 +-
 cpp/CMakeLists.txt                                 |   2 +-
 cpp/vcpkg.json                                     |   2 +-
 csharp/Directory.Build.props                       |   2 +-
 dev/release/01-prepare-test.rb                     |  18 +-
 dev/release/01-prepare.sh                          | 190 +-----
 dev/release/03-binary-submit.sh                    |  10 +-
 dev/release/04-binary-download.sh                  |   3 +-
 dev/release/05-binary-upload.sh                    |   5 +-
 dev/release/binary-task.rb                         |  22 +-
 dev/release/post-02-binary.sh                      |   2 +-
 dev/release/post-12-version.sh                     |  79 +++
 dev/release/{binary-common.sh => utils-binary.sh}  |   0
 dev/release/utils-prepare.sh                       | 158 +++++
 dev/release/verify-apt.sh                          |  29 +-
 dev/release/verify-release-candidate.sh            |  14 +-
 dev/release/verify-yum.sh                          |  26 +-
 dev/tasks/homebrew-formulae/apache-arrow.rb        |   2 +-
 .../homebrew-formulae/autobrew/apache-arrow.rb     |   2 +-
 .../apache-arrow-apt-source/debian/changelog       |   5 +
 .../yum/apache-arrow-release.spec.in               |   3 +
 .../linux-packages/apache-arrow/debian/changelog   |   6 +
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |   3 +
 dev/tasks/verify-rc/github.linux.yml               |   1 +
 js/package.json                                    |   2 +-
 matlab/CMakeLists.txt                              |   2 +-
 python/setup.py                                    |   2 +-
 r/DESCRIPTION                                      |   2 +-
 r/NEWS.md                                          |   2 +-
 ruby/red-arrow-cuda/lib/arrow-cuda/version.rb      |   2 +-
 .../red-arrow-dataset/lib/arrow-dataset/version.rb |   2 +-
 ruby/red-arrow/lib/arrow/version.rb                |   2 +-
 ruby/red-gandiva/lib/gandiva/version.rb            |   2 +-
 ruby/red-parquet/lib/parquet/version.rb            |   2 +-
 ruby/red-plasma/lib/plasma/version.rb              |   2 +-
 rust/arrow-flight/Cargo.toml                       |   4 +-
 rust/arrow-pyarrow-integration-testing/Cargo.toml  |   4 +-
 rust/arrow/Cargo.toml                              |   2 +-
 rust/benchmarks/Cargo.toml                         |   2 +-
 rust/datafusion-examples/Cargo.toml                |   2 +-
 rust/datafusion/Cargo.toml                         |   6 +-
 rust/datafusion/README.md                          |   2 +-
 rust/integration-testing/Cargo.toml                |   2 +-
 rust/parquet/Cargo.toml                            |   6 +-
 rust/parquet/README.md                             |   4 +-
 rust/parquet_derive/Cargo.toml                     |   4 +-
 rust/parquet_derive/README.md                      |   4 +-
 rust/parquet_derive_test/Cargo.toml                |   6 +-
 50 files changed, 1083 insertions(+), 273 deletions(-)
 create mode 100755 dev/release/post-12-version.sh
 rename dev/release/{binary-common.sh => utils-binary.sh} (100%)
 create mode 100644 dev/release/utils-prepare.sh