-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
101 lines (86 loc) · 2.64 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Roaster
CHANGES WITH v0.15 "Riccione"
* reworked configuration system
* new menu options to show R status
* new menu options to set environment
* reworked and renamed svn menu options
* minor fixes all over
* cleanups
CHANGES WITH v0.14 (04/21/2020) "Rimini"
* functions relocation:
- roaster script is now minimal
- lib/ directory populated with small files
- reworked/renamed/updated functions
* ccache:
- updated data/pkgs.{arc,debian,redhat}
- configurations for every BTYPE
* build check setups:
- new option MCHECK for fine tuning
* build make setups:
- new option OPTMAK for fine tuning
* minor fixes all over
CHANGES WITH v0.13 "Bellaria Igea Marina"
* RBTYPE reworked with a new logic:
- "stable"
- "branch" (svn: stable + patches)
- "trunk" (svn: trunk, ex-rdevel)
* Logs:
- now with its own option in config
- more messages on build
* Required dependencies in external files:
- data/pkgs.arch
- data/pkgs.debian
- data/pkgs.redhat
* build-server: now with its own README
- minor fixes all over
CHANGES WITH v0.12 "Gatteo a Mare"
* "rdevel" config option to build R from svn
* build-standard: add new.Rprofile in user HOME
* minor fixes all over
CHANGES WITH v0.11 "Cesenatico"
* new internal switch for standard build
* new loaded.packages function in tmpl.Rprofile
CHANGES WITH v0.10 "Cervia"
* added --enable-R-shlib in build confs
* minor revisions in docs
CHANGES WITH v0.9 "Lido di Savio"
* check-status reworked
* check-roaster-working-dirs reworked
* check-rstable-latest reworked
* build-server reworked
* new check-reqcmd function
* minor fixes
CHANGES WITH v0.8 "Castiglione di Ravenna"
* new --build-server option
* minor fixes
CHANGES WITH v0.7 "Cesena"
* new RVE functions in tmpl.activate
* minor fixes
CHANGES WITH v0.6 "Borello"
* new check-os-deps function
* tested on Kali
* tested on Arch
* tested on Fedora
* added new templates
CHANGES WITH v0.5 "Mercato Saraceno"
* new build logger
* check-status: minor changes
CHANGES WITH v0.4 "Sarsina"
* new --factory-reset option
* new --autoclean option
* docs: new build-standard-options
* docs: new build-virtualenv-options
CHANGES WITH v0.3 "San Piero in Bagno"
* data: new templates and docs
* build-virtualenv:
* build-standard: more system checks
* build-standard: reworked logic
CHANGES WITH v0.2 "Bagno di Romagna"
* reworked almost all the code for a better logic
* new ~/.roaster directory
* more checks and functionalities
* new --get-mirrors option
CHANGES WITH V0.1 "Verghereto"
* checks for latest R release;
* two build types available (standard, virtualenv);
* custom fields to setup your build