From c2bcaff5f7eacd5527f842d0b1e09298124a45a1 Mon Sep 17 00:00:00 2001 From: Ralf Stubner Date: Mon, 8 Jul 2019 07:58:36 +0200 Subject: [PATCH] Prepare for CRAN release --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ cran-comments.md | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 893ac164..fcefe1a4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: swephR Type: Package Title: High Precision Swiss Ephemeris -Version: 0.2.0.1 +Version: 0.2.1 Authors@R: c( person("Ralf", "Stubner", email = "ralf.stubner@gmail.com", role = c("aut", "cre")), person("Victor", "Reijs", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 1af04c6d..941d125c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # NEWS for swephR +## swephR 0.2.1 + +* fix stack overflow write in libswe + ## swephR 0.2.0 * new upstream version v2.08 diff --git a/cran-comments.md b/cran-comments.md index 5d3aca53..6522be42 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,8 @@ +## Resubmission + +In this resubmission I have fixed the stack overflow write found in the +UBSAN tests done by CRAN. Thanks for the heads up! + ## Test environments * local Linux install: R 3.5.2