/usr/lib/R/site-library/pkgconfig/NEWS.markdown is in r-cran-pkgconfig 2.0.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # 2.0.1
No changes in functionality, only internal cleanup.
# 2.0.0
* Can also be used from the global environment, not only from packages.
* `set_config_in()` function, to allow custom APIs. This means that
packages does not have to use `set_config()` and `get_config()`, but
they can provide their own API.
* Fix a `get_config()` bug, for composite values only the first element
was returned.
* Fix a bug when key was not set at all. In these cases `fallback` was
ignored in `get_config()`.
# 1.0.0
Initial release.
|