2f2f9d release 0.5.32

Authored and Committed by midipix 4 years ago
    release 0.5.32
    
        
file modified
+27 -0
NEWS CHANGED
@@ -1,3 +1,30 @@
1
+ 0.5.32:
2
+
3
+ This patch release provides several bug fixes as well as the new (or proper)
4
+ implementation of previously missing features.
5
+
6
+ - driver: added -Xlinker support.
7
+ - driver: support -static-libtool-libs (currently as a no-op).
8
+ - driver: slbt_init_flavor_settings(): properly handle the -shrext argument.
9
+ - driver: --version: update the git repository reference to the https variant.
10
+ - link mode: check for and properly support -version-info with -release.
11
+ - link mode: .def file name: added proper -release support.
12
+ - link mode: slbt_exec_link(): record the -shrext argument for the install step.
13
+ - install mode: support wrapping of /path/to/sh /path/to/install-sh.
14
+ - install mode: slbt_exec_install_entry(): added -shrext support.
15
+ - uninstall mode: remove hard-coded shell logic, revisit later as needed.
16
+ - heuristics: support finding arbitrarily named scripts up the build tree.
17
+ - heuristics: added (annotated) trace output.
18
+ - heuristics: slbt_lconf_open(): added (annotated) trace_result().
19
+ - output: print out the recorded not-found path.
20
+ - output: added slbt_output_fdcwd().
21
+ - internals: error tracing: record the not-found path upon ENOENT as needed.
22
+ - library: compile & link modes: properly record the not-found path upon error.
23
+ - helper api: added slbt_realpath().
24
+ - build system: ccenv_{tool|attr}_epilog(): properly handle long output strings.
25
+ - project: added BUGS and a note on where to report bugs and issues.
26
+ - project: config.project: update $mb_pkgrep to the https variant.
27
+
1
28
0.5.31:
2
29
3
30
This patch release fixes a regression in the 0.5.29 release,
file modified
+1 -1
project/tagver.mk CHANGED
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
2
2
3
3
VER_MAJOR = 0
4
4
VER_MINOR = 5
5
- VER_PATCH = 31
5
+ VER_PATCH = 32