74cc93 release 0.5.4

Authored and Committed by midipix 8 years ago
    release 0.5.4
    
        
file modified
+12 -0
NEWS CHANGED
@@ -1,3 +1,15 @@
1
+ 0.5.4:
2
+
3
+ This patch release includes a few fixes to the program logic and output,
4
+ as well as several improvements in slibtool's own build system.
5
+
6
+ - link mode: always create the .libs directory.
7
+ - output: flush stdout upon return from output functions.
8
+ - build system: remove generic dependency of object files on version.tag.
9
+ - build system: moved core definition files to a designated folder.
10
+ - build system: PE targets: handle subsystem setting in pe.mk.
11
+ - build system: added --avoid-version support.
12
+
1
13
0.5.3:
2
14
3
15
This patch release includes a few minor fixes and several improvements, all
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 = 3
5
+ VER_PATCH = 4