Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Switch to headers
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Dec 30, 2019
1 parent f74ebd3 commit 3041ac8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# ChangeLog
## ChangeLog

* __v3.2.2__ - 2019-12-30
### __v3.2.2__ - 2019-12-30

- Xcode CLI headless installation for macOS Catalina was made more robust ([#33](https://github.com/rmacoslib/r-macos-rtools/issues/33)).
- Improved code formatting in `postinstall` script.
- Better documented alignment of GitHub issues with changes in the ChangeLog.

* __v3.2.1__ - 2019-12-17
### __v3.2.1__ - 2019-12-17

- Provide a _C++14_ specific `SHLIB_CXX14LDFLAGS` to address issues arising with _Stan_. ([#24](https://github.com/rmacoslib/r-macos-rtools/issues/24))

* __v3.2.0__ - 2019-12-03
### __v3.2.0__ - 2019-12-03

- Fix issue where either `~/.R/Makevars` or `~/.Renviron` were owned by `root` instead of the user. ([#28](https://github.com/rmacoslib/r-macos-rtools/issues/28))
- Change `README.md` and package installer splash screen to be explicit with what happens to pre-existing `~/.R/Makevars` and `~/.Renviron`. ([#27](https://github.com/rmacoslib/r-macos-rtools/issues/27))

* __v3.1.0__ - 2019-11-13
### __v3.1.0__ - 2019-11-13

- Add `CXXFLAGS` in `~/.R/Makevars` for better support prior to R 3.6.1
- Add `SHLIB_CXXLDFLAGS` in `~/.R/Makevars` to link to the R ABI
Expand All @@ -24,19 +24,19 @@
- Improved installer event logging.
- Update `README.md` details on components and URLs.

* __v3.0.0__ - 2019-09-13
### __v3.0.0__ - 2019-09-13

- Use `~/.Renviron` to setup a `PATH` variable to `clang7` compiler location. ([#12](https://github.com/rmacoslib/r-macos-rtools/issues/12))
- Deploy `*FLAGS` in `~/.R/Makevars` to successfully handle the Xcode CLI changeover
- Depend on the CRAN variants for installer packages
- Add in a statement to reset the Xcode CLI environment. ([#11](https://github.com/rmacoslib/r-macos-rtools/issues/11))

* __1.1.0__ - 2018-06-06
### __1.1.0__ - 2018-06-06

- Added md5 hash check to verify downloaded contents ([#8](https://github.com/rmacoslib/r-macos-rtools/issues/8))
- Changed download links to point to projects GitHub Release Page ([#1](https://github.com/rmacoslib/r-macos-rtools/issues/1))

* __1.0.0__ - 2018-03-23
### __1.0.0__ - 2018-03-23

- Signed GUI Installer for OS X El Capitan 10.11 - macOS High Sierra 10.13 that establishes the compilation toolchain for _R_.
- Detects, downloads, and installs the appropriate Xcode CLI and gfortran installers for supported macOS systems.
Expand Down

0 comments on commit 3041ac8

Please sign in to comment.