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 30ad982f003d4b6c27f6eb1eaf9edaf1ce326844 Author: Krisztián Szűcs <[email protected]> AuthorDate: Tue Jan 15 22:04:01 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..d53004e 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]> Tue, 15 Jan 2019 21:04:01 -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..1c8fedd 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]> Tue, 15 Jan 2019 21:04:01 -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..db95be3 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 +* Tue Jan 15 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.
