This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to annotated tag apache-arrow-0.17.1
in repository https://gitbox.apache.org/repos/asf/arrow.git.
*** WARNING: tag apache-arrow-0.17.1 was modified! ***
from 0fac816 (tag)
to 3bd48dc (tag)
tagging ff7ee06020949daf66ac05090753e1a17736d9fa (commit)
replaces apache-arrow-0.17.0
by Krisztián Szűcs
on Thu May 14 13:08:08 2020 +0200
- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag apache-arrow-0.17.1
-----------------------------------------------------------------------
discard dd3d33e [maven-release-plugin] prepare release apache-arrow-0.17.1
discard cb42ff7 [Release] Update JAVA versions for 0.17.1
discard b4ceb7e [Release] Update versions for 0.17.1
discard 307d4e8 [Release] Update .deb/.rpm changelogs for 0.17.1
discard 1727ffe [Release] Update CHANGELOG.md for 0.17.1
add 5a95295 ARROW-8786: [Packaging][rpm] Use bundled zstd in the CentOS 8
build
add 483216c ARROW-8505: [Release][C#] "sourcelink test" is failed by
Apache.ArrowAssemblyInfo.cs
add 8d7973b ARROW-8702: [Packaging][C#] Build NuGet packages in release
process
add 339b02c [Release] Missing platform in nuget crossbow task definition
add 5ac1143 [Release] Fix rust linter errors
new 6a34b17 [Release] Update CHANGELOG.md for 0.17.1
new d915a65 [Release] Update .deb/.rpm changelogs for 0.17.1
new 306dab6 [Release] Update versions for 0.17.1
new 50a03a8 [Release] Update JAVA versions for 0.17.1
new ff7ee06 [maven-release-plugin] prepare release apache-arrow-0.17.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0fac816)
\
N -- N -- N refs/tags/apache-arrow-0.17.1 (3bd48dc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 5 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:
.github/workflows/csharp.yml | 8 +
CHANGELOG.md | 4 +-
ci/docker/ubuntu-18.04-csharp.dockerfile | 2 +
ci/scripts/{csharp_build.sh => csharp_pack.sh} | 4 +-
ci/scripts/csharp_test.sh | 3 +
csharp/Directory.Build.props | 17 ++
csharp/Directory.Build.targets | 29 ++++
csharp/test/Directory.Build.props | 19 ++-
dev/release/03-binary.sh | 4 +
dev/release/binary-task.rb | 183 ++++++++++++++-------
dev/release/download_rc_binaries.py | 4 +-
dev/release/post-02-binary.sh | 4 +
dev/release/post-06-csharp.sh | 37 ++---
dev/release/rat_exclude_files.txt | 2 -
dev/tasks/crossbow.py | 16 +-
.../apache-arrow-archive-keyring/debian/changelog | 2 +-
.../yum/apache-arrow-release.spec.in | 2 +-
.../apache-arrow/debian.ubuntu-xenial/changelog | 2 +-
.../linux-packages/apache-arrow/debian/changelog | 2 +-
.../linux-packages/apache-arrow/yum/arrow.spec.in | 7 +-
.../apache-arrow/yum/centos-8/Dockerfile | 2 +-
.../github.linux.yml | 33 ++--
dev/tasks/tasks.yml | 17 +-
docker-compose.yml | 7 +-
rust/parquet/src/record/api.rs | 111 +++++++------
25 files changed, 350 insertions(+), 171 deletions(-)
copy ci/scripts/{csharp_build.sh => csharp_pack.sh} (96%)
create mode 100644 csharp/Directory.Build.targets
copy dev/tasks/{linux-packages => nuget-packages}/github.linux.yml (77%)