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

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    omit ef9fd0e  [Website] Add Petastorm to "Powered By" (#2716)
    omit 8deffb5  ARROW-3355: [R] Support for factors
    omit 7ee27ac  ARROW-3225: [C++/Python] Pandas object conversion of 
ListType<DateType> and ListType<TimeType>
    omit 6182d46  ARROW-3445: [GLib] Fix libarrow-glib link for libparquet-glib
    omit b3632e8  ARROW-3429: [Packaging] Add binary upload script
    omit e0f70bb  ARROW-3420: [C++] include-what-you-use cleanups for most of 
src/arrow, add "iwyu" target to top level docker-compose
    omit 0e518c4  ARROW-3382: [Gandiva][C++] Run tests in travis
    omit e97c030  ARROW-2337: Use Boost shared libraries in Windows release 
verification script. Parquet fixes
    omit 4e20aa9  ARROW-3438: [Packaging] Fix too much Markdown escape in 
CHANGELOG
    omit 5284ad0  ARROW-3331: [Gandiva][C++] Add re2 to toolchain
    omit cf3aebe  ARROW-3432: [Packaging] Expand variables in commit message
    omit b629401  ARROW-3431: [GLib] Include Gemfile to archive
    omit f16148f  ARROW-3430: [Packaging] Add workaround to verify 0.11.0
     add 7940ffe  [Release] Update CHANGELOG.md for 0.11.0
     add 141e1a9  [Release] Update .deb/.rpm changelogs for 0.11.0
     add 98db705  [maven-release-plugin] prepare release apache-arrow-0.11.0
     new 01dcde2  [maven-release-plugin] prepare for next development iteration
     new 222632c  [Release] Update .deb package names for 0.12.0
     new df745a7  ARROW-3430: [Packaging] Add workaround to verify 0.11.0
     new 274237c  ARROW-3431: [GLib] Include Gemfile to archive
     new 07f2e78  ARROW-3432: [Packaging] Expand variables in commit message
     new 9fc896e  ARROW-3331: [Gandiva][C++] Add re2 to toolchain
     new c6986e9  ARROW-3438: [Packaging] Fix too much Markdown escape in 
CHANGELOG
     new 736c6b6  ARROW-2337: Use Boost shared libraries in Windows release 
verification script. Parquet fixes
     new c0822bc  ARROW-3382: [Gandiva][C++] Run tests in travis
     new b8dc87a  ARROW-3420: [C++] include-what-you-use cleanups for most of 
src/arrow, add "iwyu" target to top level docker-compose
     new 8299684  ARROW-3429: [Packaging] Add binary upload script
     new ef02c81  ARROW-3445: [GLib] Fix libarrow-glib link for libparquet-glib
     new b46236c  ARROW-3225: [C++/Python] Pandas object conversion of 
ListType<DateType> and ListType<TimeType>
     new b8591e8  ARROW-3355: [R] Support for factors
     new 9448f58  [Website] Add Petastorm to "Powered By" (#2716)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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   (ef9fd0e)
            \
             N -- N -- N   refs/heads/master (9448f58)

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 15 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                                       | 291 +++++++++++++++++++++
 dev/release/rat_exclude_files.txt                  |  24 +-
 .../linux-packages/debian.ubuntu-trusty/changelog  |   6 +
 .../linux-packages/debian.ubuntu-trusty/control    |  22 +-
 .../libarrow-glib12.install}                       |   0
 .../libarrow-python12.install}                     |   0
 .../libarrow12.install}                            |   0
 .../libparquet-glib12.install}                     |   0
 .../libparquet12.install}                          |   0
 dev/tasks/linux-packages/debian/changelog          |   6 +
 dev/tasks/linux-packages/debian/control            |  42 +--
 .../libarrow-glib12.install}                       |   0
 ...-glib11.install => libarrow-gpu-glib12.install} |   0
 ...barrow-gpu11.install => libarrow-gpu12.install} |   0
 .../libarrow-python12.install}                     |   0
 .../libarrow12.install}                            |   0
 .../libparquet-glib12.install}                     |   0
 .../libparquet12.install}                          |   0
 dev/tasks/linux-packages/yum/arrow.spec.in         |   3 +
 java/adapter/jdbc/pom.xml                          |   2 +-
 java/flight/pom.xml                                |  11 +-
 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 +-
 27 files changed, 361 insertions(+), 58 deletions(-)
 rename dev/tasks/linux-packages/{debian/libarrow-glib11.install => 
debian.ubuntu-trusty/libarrow-glib12.install} (100%)
 rename dev/tasks/linux-packages/{debian/libarrow-python11.install => 
debian.ubuntu-trusty/libarrow-python12.install} (100%)
 rename dev/tasks/linux-packages/{debian/libarrow11.install => 
debian.ubuntu-trusty/libarrow12.install} (100%)
 rename dev/tasks/linux-packages/{debian/libparquet-glib11.install => 
debian.ubuntu-trusty/libparquet-glib12.install} (100%)
 rename dev/tasks/linux-packages/{debian/libparquet11.install => 
debian.ubuntu-trusty/libparquet12.install} (100%)
 rename dev/tasks/linux-packages/{debian.ubuntu-trusty/libarrow-glib11.install 
=> debian/libarrow-glib12.install} (100%)
 rename dev/tasks/linux-packages/debian/{libarrow-gpu-glib11.install => 
libarrow-gpu-glib12.install} (100%)
 rename dev/tasks/linux-packages/debian/{libarrow-gpu11.install => 
libarrow-gpu12.install} (100%)
 rename 
dev/tasks/linux-packages/{debian.ubuntu-trusty/libarrow-python11.install => 
debian/libarrow-python12.install} (100%)
 rename dev/tasks/linux-packages/{debian.ubuntu-trusty/libarrow11.install => 
debian/libarrow12.install} (100%)
 rename 
dev/tasks/linux-packages/{debian.ubuntu-trusty/libparquet-glib11.install => 
debian/libparquet-glib12.install} (100%)
 rename dev/tasks/linux-packages/{debian.ubuntu-trusty/libparquet11.install => 
debian/libparquet12.install} (100%)

Reply via email to