Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
34 additions
and 10 deletions.
- +1 −0 doc/manual/release-notes/release-notes.xml
- +19 −0 doc/manual/release-notes/rl-2.3.xml
- +7 −1 src/libstore/globals.hh
- +6 −9 tests/common.sh.in
- +1 −0 tests/init.sh
@@ -0,0 +1,19 @@ | ||
<section xmlns="http://docbook.org/ns/docbook" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xmlns:xi="http://www.w3.org/2001/XInclude" | ||
version="5.0" | ||
xml:id="ssec-relnotes-2.3"> | ||
|
||
<title>Release 2.3 (2019-??-??)</title> | ||
|
||
<para>This release has the following changes:</para> | ||
|
||
<itemizedlist> | ||
|
||
<listitem> | ||
<para>Sandbox builds are now enabled by default on Linux.</para> | ||
</listitem> | ||
|
||
</itemizedlist> | ||
|
||
</section> |
This comment has been minimized.
812e393
Holy shit!
Now I'm extra motivated to take that conditional out😄