This is an automated email from the ASF dual-hosted git repository. kszucs pushed a commit to annotated tag apache-arrow-0.15.0 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 4460fe0e96572a9ef769f1f4204eda1603b65328 Author: Krisztián Szűcs <[email protected]> AuthorDate: Mon Sep 30 19:19:02 2019 +0200 [Release] Update .deb/.rpm changelogs for 0.15.0 --- dev/tasks/linux-packages/debian.ubuntu-xenial/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-xenial/changelog b/dev/tasks/linux-packages/debian.ubuntu-xenial/changelog index e7fce68..6e42038 100644 --- a/dev/tasks/linux-packages/debian.ubuntu-xenial/changelog +++ b/dev/tasks/linux-packages/debian.ubuntu-xenial/changelog @@ -1,3 +1,9 @@ +apache-arrow (0.15.0-1) unstable; urgency=low + + * New upstream release. + + -- Krisztián Szűcs <[email protected]> Mon, 30 Sep 2019 17:19:02 -0000 + apache-arrow (0.14.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 e7fce68..6e42038 100644 --- a/dev/tasks/linux-packages/debian/changelog +++ b/dev/tasks/linux-packages/debian/changelog @@ -1,3 +1,9 @@ +apache-arrow (0.15.0-1) unstable; urgency=low + + * New upstream release. + + -- Krisztián Szűcs <[email protected]> Mon, 30 Sep 2019 17:19:02 -0000 + apache-arrow (0.14.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 9e83590..9ebeb36 100644 --- a/dev/tasks/linux-packages/yum/arrow.spec.in +++ b/dev/tasks/linux-packages/yum/arrow.spec.in @@ -449,6 +449,9 @@ Documentation for Apache Parquet GLib. %endif %changelog +* Mon Sep 30 2019 Krisztián Szűcs <[email protected]> - 0.15.0-1 +- New upstream release. + * Fri Jun 28 2019 Sutou Kouhei <[email protected]> - 0.14.0-1 - New upstream release.
