mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-22 13:48:36 +01:00
Added info on when to upgrade to release history page
This commit is contained in:
parent
4c27cf3d9e
commit
4e134e9c21
@ -1,7 +1,5 @@
|
||||
# Release History
|
||||
|
||||
Boxes has been around a long time.
|
||||
|
||||
So far, there were these stable releases:
|
||||
|
||||
Release | Date | Sources | Binaries
|
||||
@ -12,4 +10,14 @@ Release | Date | Sources
|
||||
[1.0.1](https://github.com/{{ site.github }}/releases/tag/v1.0.1) | March 18, 2000 | [link](https://github.com/{{ site.github }}/tree/release_1.0.1) | [link](https://github.com/{{ site.github }}/releases/tag/v1.0.1)
|
||||
[1.0](https://github.com/{{ site.github }}/releases/tag/v1.0) | August 22, 1999 | [link](https://github.com/{{ site.github }}/tree/release_1.0) | [link](https://github.com/{{ site.github }}/releases/tag/v1.0)
|
||||
|
||||
Sources and binaries for these releases are available from the above 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.
|
||||
|
Loading…
Reference in New Issue
Block a user