Skip to content

Commit

Permalink
second submit 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jun 14, 2024
1 parent 8d3f249 commit 84de214
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vapour 0.10.0

* Fixed leaks from valgrind, thanks CRAN.

* Cleaned up a number of address sanitize issues and segfaults, thanks to CRAN.

* Old warper code is removed, now uses 'gdal_raster_' from warpgeneral.
Expand Down
9 changes: 3 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
## vapour 0.10.0

To fix errors on CRAN.
Second submission. Fixed memory leaks detected with valgrind.

vapour is now passing ubuntu-clang and clang-asan via rhub and not segfaulting on the systems reported on
CRAN results.

There are valgrind messages but I think these are internal to GDAL from CSLAddString, CPLRealloc, GDALInfo and others and I will investigate further.
Thanks!

## Test environments

* win-builder (devel)
* macos on rhub
* Linux ubuntu-clang, clang-asan on rhub.
* Linux ubuntu-clang, clang-asan, and valgrind on rhub.

## R CMD check results

Expand Down

0 comments on commit 84de214

Please sign in to comment.