Permalink
Switch branches/tags
{{ refName }}
default
a61564f658
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Sep 20, 2021
Commits on Sep 18, 2021
Commits on Sep 17, 2021
Commits on Sep 16, 2021
-
-
visual editor: rename image alt field to caption
will add a proper alt field based on fig-alt
-
-
-
-
-
-
-
-
-
Commits on Sep 15, 2021
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Fix bug where incorrect parameter was being specified when constructing
a FileLogOptions. This caused the FileLogOptions(directory, warnSyslog) constructor to always cause the maximum number of rotations to be 1 instead of 100. This was preventing older important Launcher log data from being shown when enable-debug-logging=1 was set. In terms of IDE impact, this bug causes the monitor log file to only rotate once, instead of a maximum of 100 times (keeping old log files around for 30 days).
-
Merge pull request #9852 from rstudio/bugfix/file-log-options-constru…
…ctor Fix bug where incorrect parameter was being specified when constructing a FileLogOptions.
-