-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
58 lines (49 loc) · 1.95 KB
/
CHANGES.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
0.1.9 (24-Oct-18):
- feature: add CC0, MIT and LICENSE file support
- feature: add partial USES=gnome support
- fix: add more keywords to the ignore list
- fix: support ':=' assignment
- fix: remove unused '--user' option from 'create' action
0.1.8 (02-Jun-18):
- fix: chanelog date detection for long date form
- fix: do not emit "Created By" line for new ports
0.1.7 (18-Dec-17):
- feature: add ability to create ports
- feature: implement pkg-descr generation
- fix: fix cyclical dependencies
- fix: setting categories (that changes the category)
0.1.6 (18-Dec-17):
- switch to python 3
- feature: add LocalBaseDependency for '${LOCALBASE}/path/to/file:origin'
- refactor: add support for multiple sub-commands
- fix: do not set NO_ARCH
- fix: dected unchanged changelog
0.1.5 (04-Apr-17):
- feature: update code to be mypy-0.501 compatiable
- refactor: move CranPort creating code from portcran to cran/Ports
- fix: ChangeLog parsing for cran:
- gss
- tseries
0.1.4 (26-Jan-17):
- feature: report change log.
- fix: allow default types in MakeDict of None (fixes loading of tseries).
0.1.3 (20-Dec-16):
- feature: add placeholder for 'pkgconfig' uses.
- feature: add partial implementation for ShebangFix (loading and generating).
- refactor: allow Uses to be created via string.
- refactor: move loading for Makefile into respective classes.
- fix: updating portdir after changing category / name.
- fix: correctly set NO_ARCH for non-compiling packages,
- fix: allow uses to generate() (i.e. output variables).
- fix: make(1) variable expansion.
- fix: added LICENSE_FILE to PortLicense.
- fix: fall back to normal Port if CranPort cannot be loaded.
- fix: handle None pkgnameprefix.
- fix: remove pkg-plist if present.
0.1.2 (15-Sep-16):
- fix: loading LIB_DEPENDS.
0.1.1 (30-Aug-16):
- fix: Makefile generation with empty section (i.e. dependencies).
- fix: return unset port variable as None.
0.1.0 (25-Aug-16):
- Initial release.