diff --git a/NEWS.md b/NEWS.md index 1ff0cdf1..e8d91cf6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,20 +5,11 @@ # RPostgres 1.2.1 (2020-09-28) -- Internal changes only. - - -# RPostgres 1.2.0.9001 (2020-09-28) - - Gains new `Redshift` driver for connecting to Redshift databases. Redshift databases behave almost identically to Postgres so this driver allows downstream packages to distinguish between the two (#258). - Datetime values are now passed to the database using an unambiguous time zone format (#255, @imlijunda). - Document `Postgres()` together with `dbConnect()` (#242). - - -# RPostgres 1.2.0.9000 - - Windows: update libpq to 12.2.0. # RPostgres 1.2.0 diff --git a/cran-comments.md b/cran-comments.md index 6646e4db..d8b3d11f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,15 @@ -Minor release. +RPostgres 1.2.1 -## Test environments -* local ubuntu install, R 3.6.1 -* ubuntu 16.04 (on travis-ci), R 3.6.1, devel, oldrel, 3.2 -* windows (on appveyor), R 3.6.1 -* win-builder (devel and release) +## Cran Repository Policy + +- [x] Reviewed CRP last edited 2020-07-11. ## R CMD check results -0 errors | 0 warnings | 1 note +- [x] Checked locally, R 4.0.2 +- [x] Checked on CI system, R 4.0.2 +- [x] Checked on win-builder, R devel + +## Current CRAN check results -* We link libpq (and libcrypto) statically on Windows, hence the size. +- [x] Checked on 2020-09-28, problems found: https://cran.r-project.org/web/checks/check_results_RPostgres.html . We link libpq (and libcrypto) statically on Windows, hence the size.