diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-11 12:58:00 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-11 12:58:00 +0800 |
commit | d804102cf785fc7b19a949a0dffbfba98ad9487f (patch) | |
tree | 90e4641cab5ba8fc16663917a676d3ce992e1d4d /README | |
parent | 9f45ced2a4ddbef3da4fa0a182505a50a4319705 (diff) | |
download | dfly-update-d804102cf785fc7b19a949a0dffbfba98ad9487f.tar.bz2 |
README: add versions and tests sectionsv0.1.2
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -14,6 +14,16 @@ This tool is written by the author to help keep the DragonFly BSD system on a low-end VPS up-to-date, without consuming too much resources to build and update from source, which may be even impossible for a small VPS. +Versions +-------- +* 0.1.2 (2018-03-11) First usable version for broader testing + +Tests +----- +* 5.0.0-RELEASE -> 5.0.2-RELEASE +* 5.0.2-RELEASE -> 5.1.0.1010.gf2063-DEVELOPMENT + (set "UPDATE_BRANCH=master") + Example ------- An example output for updating DragonFly BSD from 5.0.2-RELEASE to the |