aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-12-28 15:51:04 +0800
committerAaron LI <aly@aaronly.me>2018-12-28 15:51:04 +0800
commit4281ef0276ca1c56691d5c37216522ca5d039003 (patch)
treee3b7f13b69a4aa935c5c18d999fdc907440807a4
parent10a4caf8a5bf6de99248b133a9cb90e791067541 (diff)
downloaddfly-update-4281ef0276ca1c56691d5c37216522ca5d039003.tar.bz2
Bump version to 0.1.5v0.1.5
-rw-r--r--README9
-rwxr-xr-xdfly-update2
2 files changed, 7 insertions, 4 deletions
diff --git a/README b/README
index 664cf1b..aefaddc 100644
--- a/README
+++ b/README
@@ -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
diff --git a/dfly-update b/dfly-update
index 68d74c6..14c4d8e 100755
--- a/dfly-update
+++ b/dfly-update
@@ -14,7 +14,7 @@ set -u
DEBUG=${DEBUG:-""}
-VERSION="0.1.4"
+VERSION="0.1.5"
NAME="dfly-update"
TOOLDIR="${0%/*}"
PREFIX="${PREFIX:-${TOOLDIR}}"