boxes/docs/releases.html
2015-05-12 23:10:14 +02:00

67 lines
3.3 KiB
HTML

---
layout: markdown
title: Release History
---
# Release History
So far, there were these stable releases:
<table>
<thead>
<tr>
<th class="hidden-xs">Release</th>
<th class="visible-xs">Rel.</th>
<th>Date</th>
<th class="hidden-xs">Sources</th>
<th class="visible-xs">Src</th>
<th class="hidden-xs">Binaries</th>
<th class="visible-xs">Bin</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1.2">1.1.2</a></td>
<td>January&nbsp;16, 2015</td>
<td><a href="https://github.com/{{ site.github }}/tree/v1.1.2">link</a></td>
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1.2">link</a></td>
</tr>
<tr>
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1.1">1.1.1</a></td>
<td>October&nbsp;19, 2012</td>
<td><a href="https://github.com/{{ site.github }}/tree/release_1.1.1">link</a></td>
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1.1">link</a></td>
</tr>
<tr>
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1">1.1</a></td>
<td>July&nbsp;23, 2006</td>
<td><a href="https://github.com/{{ site.github }}/tree/release_1.1">link</a></td>
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1">link</a></td>
</tr>
<tr>
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.0.1">1.0.1</a></td>
<td>March&nbsp;18, 2000</td>
<td><a href="https://github.com/{{ site.github }}/tree/release_1.0.1">link</a></td>
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.0.1">link</a></td>
</tr>
<tr>
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.0">1.0</a></td>
<td>August&nbsp;22, 1999</td>
<td><a href="https://github.com/{{ site.github }}/tree/release_1.0">link</a></td>
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.0">link</a></td>
</tr>
</tbody>
</table>
Sources and binaries for these releases are available from the above table.
## When to upgrade
Boxes has been around a long time, and it has been very stable. Sometimes, new releases are still required to ensure that *boxes* continues to compile smoothly on a large number of platforms. Whether or not you should upgrade to a new version depends on what you've got, and what you want to do:
- **Building from Source:** If you want to [build from source]({{ site.baseurl}}/build.html), you should always use the latest sources from the above table. You may also clone the repo and build the bleeding edge. Since we have a stable master branch, this will also get you a good build, but it will be a snapshot version.
- **Using a binary:** The last bugfixes and the last functional enhancements were in version 1.1 (of 2006). So if you've got a working 1.1 binary on your system, you're good and you don't need to upgrade. Staying on the even older 1.0.1 will mean that you're missing features (such as better tab handling and the 'mend' option). Anything prior to 1.0.1 should definitely be upgraded.
Note that you can always copy the [latest box designs](https://github.com/{{ site.github }}/blob/master/boxes-config) from GitHub to replace your older *boxes-config* (Unix) or *boxes.cfg* (Windows) - the designs are backwards compatible.