firasuke / cross / slibtool

Forked from cross/slibtool 4 months ago
Clone

058eec release 0.5.12

Authored and Committed by midipix 8 years ago
    release 0.5.12
    
        
file modified
+18 -0
NEWS CHANGED
@@ -1,3 +1,21 @@
1
+ 0.5.12:
2
+
3
+ This patch release includes a variety of fixes and improvements in slibtool's
4
+ functionality, as well as several enhancements to slibtool's own build system.
5
+
6
+ - driver: added support for -dlopen (currently a no-op).
7
+ - error trace: improved and extended the initial interface.
8
+ - error trace: added descriptive error strings for custom errors.
9
+ - link mode: properly determine whether -L and -ldeplib are needed.
10
+ - link mode: do not respect -disable-static without -rpath.
11
+ - link mode: respect -disable-static.
12
+ - link mode: properly handle indirect dependencies of .a archives.
13
+ - link mode: confirm need for archive import; limit .a deps to external deps.
14
+ - compile mode: respect -disable-static and -disable-shared.
15
+ - install mode: respect -disable-static.
16
+ - legacy wrappers: implemented compatible library and objects wrappers.
17
+ - build system: added support for cygwin's, mingw's, and msys's semantics.
18
+
1
19
0.5.11:
2
20
3
21
This patch release provides -portbld- support for systems that still need
file modified
+9 -1
THANKS CHANGED
@@ -1,4 +1,12 @@
1
- v0.5.0:
1
+ 0.5.12:
2
+
3
+ Thanks to everyone who has been using and testing slibtool since
4
+ its initial release, and especially to Felix Janda for building
5
+ a large number of packages with slibtool and catching several
6
+ bugs. Last but not least, a huge thanks to Kylie McClain for
7
+ running slibtool-based Exherbo world builds night after night.
8
+
9
+ 0.5.0:
2
10
3
11
The initial rapid development of slibtool, and likewise the
4
12
relatively short time from inception to first release, would not have
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 = 11
5
+ VER_PATCH = 12