This is an automated email from the ASF dual-hosted git repository. kszucs pushed a commit to annotated tag apache-arrow-0.12.0 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 71a5d1dc3e3f6ee505fa9d0ceefc74c23764b78e Author: Krisztián Szűcs <[email protected]> AuthorDate: Sat Jan 12 10:51:04 2019 +0100 [Release] Update .deb/.rpm changelogs for 0.12.0 --- dev/tasks/linux-packages/debian.ubuntu-trusty/changelog | 6 ++++++ dev/tasks/linux-packages/debian/changelog | 6 ++++++ dev/tasks/linux-packages/yum/arrow.spec.in | 3 +++ 3 files changed, 15 insertions(+) diff --git a/dev/tasks/linux-packages/debian.ubuntu-trusty/changelog b/dev/tasks/linux-packages/debian.ubuntu-trusty/changelog index e54e05c..85ad3a7 100644 --- a/dev/tasks/linux-packages/debian.ubuntu-trusty/changelog +++ b/dev/tasks/linux-packages/debian.ubuntu-trusty/changelog @@ -1,3 +1,9 @@ +apache-arrow (0.12.0-1) unstable; urgency=low + + * New upstream release. + + -- Krisztián Szűcs <[email protected]> Sat, 12 Jan 2019 09:51:04 -0000 + apache-arrow (0.11.0-1) unstable; urgency=low * New upstream release. diff --git a/dev/tasks/linux-packages/debian/changelog b/dev/tasks/linux-packages/debian/changelog index a0aff6f..a8726fc 100644 --- a/dev/tasks/linux-packages/debian/changelog +++ b/dev/tasks/linux-packages/debian/changelog @@ -1,3 +1,9 @@ +apache-arrow (0.12.0-1) unstable; urgency=low + + * New upstream release. + + -- Krisztián Szűcs <[email protected]> Sat, 12 Jan 2019 09:51:04 -0000 + apache-arrow (0.11.0-1) unstable; urgency=low * New upstream release. diff --git a/dev/tasks/linux-packages/yum/arrow.spec.in b/dev/tasks/linux-packages/yum/arrow.spec.in index 568477e..fdf1945 100644 --- a/dev/tasks/linux-packages/yum/arrow.spec.in +++ b/dev/tasks/linux-packages/yum/arrow.spec.in @@ -397,6 +397,9 @@ Documentation for Apache Parquet GLib. %endif %changelog +* Sat Jan 12 2019 Krisztián Szűcs <[email protected]> - 0.12.0-1 +- New upstream release. + * Thu Oct 04 2018 Kouhei Sutou <[email protected]> - 0.11.0-1 - New upstream release.
