forked from conda/constructor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
123 lines (87 loc) · 3.3 KB
/
CHANGELOG.txt
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
2017-05-02 constructor-mb 0.1.0:
----------------------------------
* Add optional readme.txt support [constructor/#66]
* Add customization for welcome and header image texts [constructor/#67]
* Add ability to provide defaults for custom options [constructor/#68]
* Add basic jinja2 support [constructor/#74]
* Remove menus of all conda envs during uninstall [constructor/#75]
* Use setuptools package\_data/entry\_points, enable egg/wheel builds
[constructor/#76]
2017-03-30 1.5.5:
-------------------
* proved access to LD_LIBRARY_PATH in Linux install scripts by storing it
as OLD_LD_LIBRARY_PATH
* replace '//' by '/' for install.py --root-prefix option
* turn error about wrong menu_packages into warning
* add warning to shell installers when bzip2 is not executable
2017-02-16 1.5.4:
-------------------
* skip binary prefix replacement on Windows, #62
* add writing empty conda-meta/history upon installation
2017-01-31 1.5.3:
-------------------
* update Visual Studio version map to with with Python 3.6 on Windows
* add unicode line, update version comment, #61
* add --clean (cache) option
2017-01-12 1.5.2:
-------------------
* unlink files prior to writing with a new prefix, #58
* fix test against NSIS 3.01
2017-01-06 1.5.1:
-------------------
* add --cache-dir option, which defaults to CONSTRUCTOR_CACHE when set,
or ~/.conda/constructor otherwise
* fix typo
2016-11-07 1.5.0:
-------------------
* add -u (update) option to resulting .sh installer, see #46
2016-10-20 1.4.2:
-------------------
* allow '-' character in version
2016-10-19 1.4.1:
-------------------
* add simple check for valid name and version
2016-10-06 1.4.0:
-------------------
* add menu_packages key in construct.yaml
2016-09-15 1.3.4:
-------------------
* add -s option to shell installer to run without executing user-defined
scripts, basically #44
* allow NSIS 3 to be used to Windows
2016-09-12 1.3.3:
-------------------
* add support for 'noarch' packages
2016-08-11 1.3.2:
-------------------
* bug: allow '-' in package name, when using 'exlcude' key
2016-07-19 1.3.1:
-------------------
* add pkgs/urls.txt to be compatible with current conda
* add 'md5' and 'installed_by' keys to conda-meta/<dist>.json metadata
for installed packages
2016-07-08 1.3.0:
-------------------
* add ability to run `post-link` scripts (inside conda packages) on Windows
* add ability to run post install `.bat` scripts on Windows
* improve install logic on Unix, replace post.py by custom install.py,
which is independent of conda
* remove dependency on conda, we now use libconda, which also means that
constructor can be installed into a non-root environment
2016-06-24 1.2.1:
-------------------
* compatibility with conda 4.1, see #26
* include urls.txt in the pkgs, #27
* skip machine type check in batch mode (Unix)
2016-04-07 1.2.0:
-------------------
* ensure empty lists are handled correctly with selectors
* add keep_pkgs option to construct.yaml
2016-03-24 1.1.0:
-------------------
* add support for pre and post install scripts on Unix
* fix issues related to non x86 platforms
* add default_prefix support for Windows, see #7 and #14
2016-03-02 1.0.0:
-------------------
* initial release