@@ -1,3 +1,13 @@
|
|
1
|
+
0.5.7:
|
2
|
+
|
3
|
+
This patch release contains one future-looking change in the project's
|
4
|
+
design, as well as a few improvements in slibtool's own build system.
|
5
|
+
|
6
|
+
- utility: added slbt_main() as a public interface, refactored accordingly.
|
7
|
+
- utility: improved box integration, removed need for build-time macro.
|
8
|
+
- build system: warn only upon failure to detect native size of pointer.
|
9
|
+
- build system: add a test for legacy gcc versions.
|
10
|
+
|
1
11
|
0.5.6:
|
2
12
|
|
3
13
|
This patch release contains a few important fixed to program logic,
|
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
|
|
2
2
|
|
3
3
|
VER_MAJOR = 0
|
4
4
|
VER_MINOR = 5
|
5
|
-
VER_PATCH =
|
5
|
+
VER_PATCH = 7
|