diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:45:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:45:30 +0000 |
commit | 9bc3dbf5b1a4acbe81a0c4aba54a85de624ab128 (patch) | |
tree | a54475ca1fe9a23528944ccced41209be4e642e2 /doc/upgrade.html | |
parent | 51f86bf0590104d107aed9ff08ddec0707e6d95d (diff) | |
download | mdevd-9bc3dbf5b1a4acbe81a0c4aba54a85de624ab128.tar.gz mdevd-9bc3dbf5b1a4acbe81a0c4aba54a85de624ab128.tar.xz mdevd-9bc3dbf5b1a4acbe81a0c4aba54a85de624ab128.zip |
Build everything as PIC by default; prepare for 0.1.0.3
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 74caac9..6021ef8 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,16 @@ <h1> What has changed in mdevd </h1> +<h2> in 0.1.0.3 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.8.0.0. </li> + <li> Everything now builds as PIC by default no matter +the toolchain's settings. Use the <tt>--disable-all-pic</tt> configure +option to build executables and static libraries as non-PIC. </li> +</ul> + <h2> in 0.1.0.2 </h2> <ul> |