You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2019/02/25 14:14:54 UTC

[arrow] branch maint-0.12.x updated (cef7e71 -> 90d42ef)

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

uwe pushed a change to branch maint-0.12.x
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from cef7e71  ARROW-4501: Fix out-of-bounds read in DoubleCrcHash
     new 0f7f8d4  [Release] Update CHANGELOG.md for 0.12.1
     new 2c4d0ad  [Release] Update .deb/.rpm changelogs for 0.12.1
     new 495c50d  [Release] Update versions for 0.12.1
     new ba09a9e  [maven-release-plugin] prepare release apache-arrow-0.12.1
     new 8610051  [maven-release-plugin] prepare for next development iteration
     new 90d42ef  [Release] Update versions for 0.12.2-SNAPSHOT

The 3388 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                                       | 24 ++++++++++++++++++++++
 c_glib/configure.ac                                |  2 +-
 c_glib/meson.build                                 |  2 +-
 cpp/CMakeLists.txt                                 |  2 +-
 .../linux-packages/debian.ubuntu-trusty/changelog  |  6 ++++++
 dev/tasks/linux-packages/debian/changelog          |  6 ++++++
 dev/tasks/linux-packages/yum/arrow.spec.in         |  3 +++
 java/adapter/jdbc/pom.xml                          |  2 +-
 java/flight/pom.xml                                |  2 +-
 java/format/pom.xml                                |  2 +-
 java/memory/pom.xml                                |  2 +-
 java/plasma/pom.xml                                |  2 +-
 java/pom.xml                                       |  2 +-
 java/tools/pom.xml                                 |  2 +-
 java/vector/pom.xml                                |  2 +-
 matlab/CMakeLists.txt                              |  2 +-
 r/DESCRIPTION                                      |  2 +-
 ruby/red-arrow-cuda/lib/arrow-cuda/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/Cargo.toml                              |  2 +-
 rust/parquet/Cargo.toml                            |  2 +-
 24 files changed, 59 insertions(+), 20 deletions(-)