-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web: Add an article on the release of 0.7.0
Update reference docs Signed-off-by: Steve Bennett <[email protected]>
- Loading branch information
Showing
28 changed files
with
231 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
<!DOCTYPE html><html lang="en"><head> | ||
<meta charset="utf-8"> | ||
<title>autosetup - autosetup 0.7.0</title> | ||
<link rel="stylesheet" type="text/css" href="../../css/style.css" media="screen"> | ||
<link rel="stylesheet" type="text/css" href="../../css/sh_style.css" media="screen"> | ||
|
||
<script src="../../javascript/sh_main.min.js" type="text/javascript"></script> | ||
<script src="../../javascript/sh_lang.js" type="text/javascript"></script> | ||
|
||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-23178588-3']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
</script> | ||
|
||
<meta name="generator" content="Nanoc 4.11.19"> | ||
</head> | ||
<body> | ||
<div id="header"> | ||
<h1 id="blog-title">autosetup</h1> | ||
<p id="description">A build environment "autoconfigurator"</p> | ||
</div> | ||
<div id="content"> | ||
<div class="breadcrumbs"> | ||
|
||
|
||
<a href="../../">Overview</a> | ||
» | ||
|
||
<a href="../">All News Articles</a> | ||
» | ||
|
||
<a href="./">autosetup 0.7.0</a> | ||
|
||
|
||
</div> | ||
<div class="main" id="main"> | ||
|
||
<p><strong>autosetup</strong> v0.7.0 has been released.</p> | ||
|
||
<p>Changes since v0.6.9</p> | ||
|
||
<p>Major improvements:</p> | ||
|
||
<ul> | ||
<li>options: improved option handling, consistency and documentation</li> | ||
</ul> | ||
|
||
<p>Minor changes and bug fixes:</p> | ||
|
||
<ul> | ||
<li>Avoid adding duplicates to $CONFIGURE_OPTS and $AUTO_REMAKE</li> | ||
<li>pkg-config: Improve cross compiling support, identify dependency issues, pkg-config-get-var</li> | ||
<li>cc: $CXX is set to the empty string if not found rather than false</li> | ||
<li>Add support for Tcl 8.7</li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
<div id="sidebar"> | ||
<h2>About autosetup</h2> | ||
<ul> | ||
|
||
|
||
<li><a href="../../">Overview</a></li> | ||
|
||
|
||
<li><a href="../../news/">News</a></li> | ||
|
||
|
||
<li><a href="../../download/">Download</a></li> | ||
|
||
|
||
<li><a href="../../user/">Running autosetup</a></li> | ||
|
||
|
||
<li><a href="../../developer/">Developing</a></li> | ||
|
||
|
||
<li><a href="../../developer/examples/">Examples</a></li> | ||
|
||
|
||
<li><a href="../../license/">License</a></li> | ||
|
||
|
||
<li><a href="../../why/">Motivation</a></li> | ||
|
||
</ul> | ||
<h2>Community</h2> | ||
<ul> | ||
<li><a href="https://github.com/msteveb/autosetup">autosetup on github</a></li> | ||
<li><a href="https://github.com/msteveb/autosetup/commits/master">» commit history</a></li> | ||
<li><a href="https://github.com/msteveb/autosetup/issues">» open issues</a></li> | ||
</ul> | ||
</div> | ||
|
||
<script language="javascript">sh_highlightDocument();</script> | ||
|
||
|
||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.