Skip to content

Commit

Permalink
NEWS and CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 26, 2023
1 parent 723a071 commit a4c5d8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
12 changes: 4 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@

# RMariaDB 1.3.1 (2023-10-26)

## Bug fixes

- Fix memory leak (#309, #311).
- Fix compilation on CentOS 7 (#310).
- `dbConnection(groups = )` works as documented again, regression introduced in RMariaDB 1.3.0 (@pekkarr, #306).

## Features

- Support `dbSendStatement(immediate = TRUE)` and `dbExecute(immediate = TRUE)`, needs `CLIENT_MULTI_STATEMENTS` (#147, #312).

## Chore
## Bug fixes

- Resurrect missing NEWS items.
- Fix memory leak (#309, #311).
- Fix compilation on CentOS 7 (#310).
- `dbConnection(groups = )` works as documented again, regression introduced in RMariaDB 1.3.0 (@pekkarr, #306).

## Documentation

Expand Down
16 changes: 1 addition & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
RMariaDB 1.3.1

## Cran Repository Policy

- [x] Reviewed CRP last edited 2023-08-15.

## R CMD check results

- [x] Checked locally, R 4.3.1
- [ ] Checked on CI system, R 4.3.1
- [ ] Checked on win-builder, R devel

Check the boxes above after successful execution and remove this line. Then run `fledge::release()`.

## Current CRAN check results

- [x] Checked on 2023-10-26, problems found: https://cran.r-project.org/web/checks/check_results_RMariaDB.html
- [ ] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Check results at: https://cran.r-project.org/web/checks/check_results_RMariaDB.html
- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64: Large binary

0 comments on commit a4c5d8b

Please sign in to comment.