diff options
author | Aaron LI <aly@aaronly.me> | 2018-12-28 15:51:04 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-12-28 15:51:04 +0800 |
commit | 4281ef0276ca1c56691d5c37216522ca5d039003 (patch) | |
tree | e3b7f13b69a4aa935c5c18d999fdc907440807a4 /README | |
parent | 10a4caf8a5bf6de99248b133a9cb90e791067541 (diff) | |
download | dfly-update-4281ef0276ca1c56691d5c37216522ca5d039003.tar.bz2 |
Bump version to 0.1.5v0.1.5
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -14,13 +14,13 @@ Tests, issue reports, and pull requests welcome :) Introduction ------------ -The officially supported method to update a DFly system is building and -installing from sources. However, it's time-consuming, hard or even +The officially supported method to update a DragonFly system is building +and installing from sources. However, it's time-consuming, hard or even impossible to build sources on a small or low-end VPS, and it's also not easy to transfer the built "/usr/obj" (which is rather big) to a remote VPS for an update. -Therefore, a smiple tool to update a DragonFly BSD system directly from +Therefore, a simple tool to update a DragonFly BSD system directly from the officially built release or snapshot images is very useful and necessary. @@ -67,6 +67,9 @@ After this, you still need to merge the listed config files with suffix Versions -------- +* 0.1.5 (2018-12-28) + - Rebuild multiple databases after upgrade + - Various minor cleanups * 0.1.4 (2018-12-20) - Install "/rescue" directory - Improve mtree(8) usage |