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

raulcd pushed a change to annotated tag apache-arrow-13.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git


*** WARNING: tag apache-arrow-13.0.0 was modified! ***

    from 3e25f37798 (tag)
      to a61aa6116a (tag)
 tagging cbf8e418212de9a40e35375fa7b97afd2b0b2cf0 (commit)
 replaces apache-arrow-3.0.0
      by Raúl Cumplido
      on Wed Jul 26 12:26:17 2023 +0200

- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 13.0.0
-----------------------------------------------------------------------

    omit ac2d207611 MINOR: [Release] Update versions for 13.0.0
    omit 729cfa73f8 MINOR: [Release] Update .deb/.rpm changelogs for 13.0.0
    omit 4e496047b6 MINOR: [Release] Update CHANGELOG.md for 13.0.0
     add bc75d678e6 GH-36812: [C#] Fix C API support to work with .NET desktop 
framework (#36813)
     add 0adeffa970 GH-36805: [R] Update NEWS.md for 13.0.0 (#36806)
     add b78a291d6f MINOR: [R] Bump versions following 12.0.1.1 release (#36801)
     add 8997754cf8 GH-36839: [CI][Docs] Update test-ubuntu-default-docs to use 
GitHub actions instead of Azure (#36840)
     add 6375be692d GH-36832: [Packaging][RPM] Remove needless Requires (#36833)
     add f0f27d748a GH-36688: [C#] Fix dereference error (#36691)
     new 5f642811f0 MINOR: [Release] Update CHANGELOG.md for 13.0.0
     new d818cbe21e MINOR: [Release] Update .deb/.rpm changelogs for 13.0.0
     new cbf8e41821 MINOR: [Release] Update versions for 13.0.0

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   (3e25f37798)
            \
             N -- N -- N   refs/tags/apache-arrow-13.0.0 (a61aa6116a)

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 3 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:
 CHANGELOG.md                                       | 386 +++++++++++----------
 csharp/src/Apache.Arrow/C/CArrowArray.cs           |  14 +-
 csharp/src/Apache.Arrow/C/CArrowArrayExporter.cs   |   8 +-
 csharp/src/Apache.Arrow/C/CArrowArrayImporter.cs   |  11 +-
 csharp/src/Apache.Arrow/C/CArrowArrayStream.cs     |  39 ++-
 .../Apache.Arrow/C/CArrowArrayStreamExporter.cs    |  26 +-
 .../Apache.Arrow/C/CArrowArrayStreamImporter.cs    |  25 +-
 csharp/src/Apache.Arrow/C/CArrowSchema.cs          |  14 +-
 csharp/src/Apache.Arrow/C/CArrowSchemaExporter.cs  |   8 +-
 csharp/src/Apache.Arrow/C/CArrowSchemaImporter.cs  |   8 +-
 .../Apache.Arrow.Tests/Apache.Arrow.Tests.csproj   |   9 +-
 .../test/Apache.Arrow.Tests/ArrayBuilderTests.cs   |   2 +
 csharp/test/Apache.Arrow.Tests/ArrowArrayTests.cs  |   6 +
 .../test/Apache.Arrow.Tests/ArrowReaderVerifier.cs |   4 +
 .../Apache.Arrow.Tests/ArrowStreamReaderTests.cs   |  12 +
 .../Apache.Arrow.Tests/CDataInterfaceDataTests.cs  |  10 +-
 .../CDataInterfacePythonTests.cs                   |  48 +--
 .../CDataInterfaceSchemaTests.cs                   |  10 +-
 ...TimeOffsetExtensions.cs => Net472Extensions.cs} |  22 +-
 dev/tasks/docs/github.linux.yml                    |  12 +-
 .../apache-arrow-apt-source/debian/changelog       |   2 +-
 .../yum/apache-arrow-release.spec.in               |   2 +-
 .../linux-packages/apache-arrow/debian/changelog   |   2 +-
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |  23 +-
 dev/tasks/tasks.yml                                |  13 +-
 r/NEWS.md                                          |  30 ++
 r/pkgdown/assets/versions.html                     |   5 +-
 r/pkgdown/assets/versions.json                     |   2 +-
 28 files changed, 422 insertions(+), 331 deletions(-)
 copy csharp/test/Apache.Arrow.Tests/Extensions/{DateTimeOffsetExtensions.cs => 
Net472Extensions.cs} (63%)

Reply via email to