From 9565e94a272f7e91c667d560d81802699ea3daa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Mon, 6 Sep 2021 07:55:49 +0200 Subject: [PATCH] NEWS and CRAN comments --- NEWS.md | 25 +++++++++++-------------- cran-comments.md | 12 ++++-------- 2 files changed, 15 insertions(+), 22 deletions(-) diff --git a/NEWS.md b/NEWS.md index cf478860..c3de56c9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,28 +2,25 @@ # RMariaDB 1.1.2 (2021-09-06) -- Same as previous version. +## Licensing +- RMariaDB is now licensed under the MIT license (#213). -# RMariaDB 1.1.1.9002 (2021-09-06) - -- Refer to libmariadb-dev in documentation and configuration scripts (#219). -- Test MySQL and MariaDB Server and client libraries in all combinations on GitHub Actions (#224). -- `?dbConnect` gains a section on secure passwords and the `.mylogin.cnf` file (#156). +## Features +- `dbConnect()` normalizes all input paths (#197, @twentytitus). +- `dbDataType()` returns `TIME(6)` for `difftime`, and `DATETIME(6)` for `POSIXt` columns, to create columns with microsecond precision by default (#214). -# RMariaDB 1.1.1.9001 (2021-09-05) +## Documentation -- The `configure` script now queries the `RMARIADB_FORCE_MARIADBCONFIG` and `RMARIADB_FORCE_MYSQLCONFIG` environment variables to force use of `mariadb_config` or `mysql_config`, respectively (#218). -- RMariaDB is now licensed under the MIT license (#213). -- `dbDataType()` returns `TIME(6)` for `difftime`, and `DATETIME(6)` for `POSIXt` columns, to create columns with microsecond precision by default (#214). -- `dbConnect()` normalizes all input paths (#197, @twentytitus). +- Now referring to the `libmariadb-dev` Debian/Ubuntu package in documentation and configuration scripts (#219). +- `?dbConnect` gains a section on secure passwords and the `.mylogin.cnf` file (#156). +## Internal -# RMariaDB 1.1.1.9000 (2021-04-12) +- Test MySQL and MariaDB Server and client libraries in all combinations on GitHub Actions (#224). -- Remove BH dependency by inlining the header files (#208). -- Map `NULL` to `NA` for `bit(1)` columns (#201, @dirkschumacher). +- The `configure` script now queries the `RMARIADB_FORCE_MARIADBCONFIG` and `RMARIADB_FORCE_MYSQLCONFIG` environment variables to force use of `mariadb_config` or `mysql_config`, respectively (#218). # RMariaDB 1.1.1 (2021-04-12) diff --git a/cran-comments.md b/cran-comments.md index fb6b4e31..ff5cd57e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,21 +2,17 @@ RMariaDB 1.1.2 ## Cran Repository Policy -- [ ] Reviewed CRP last edited 2021-04-25. +- [x] Reviewed CRP last edited 2021-04-25. See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2020-10-29%7D...master@%7B2021-04-25%7D ## R CMD check results - [x] Checked locally, R 4.1.0 -- [ ] Checked on CI system, R 4.1.1 -- [ ] Checked on win-builder, R devel - -Check the boxes above after successful execution and remove this line. Then run `fledge::release()`. +- [x] Checked on CI system, R 4.1.1 +- [x] Checked on win-builder, R devel ## Current CRAN check results - [x] Checked on 2021-09-06, problems found: https://cran.r-project.org/web/checks/check_results_RMariaDB.html -- [ ] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64