diff options
-rw-r--r-- | doc/upgrade.html | 2 | ||||
-rw-r--r-- | package/CHANGES | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 7cab4d2..5f752ca 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -10,7 +10,7 @@ <h1>runit - upgrading from previous versions</h1> <hr> <h3>2.0.0 to 2.1.0</h3> -The <a href="chspt.8.html">chpst</a> program learned a new option -b to run +The <a href="chpst.8.html">chpst</a> program learned a new option -b to run a program with a different name as the 0th argument. <h3>1.9.0 to 2.0.0</h3> No further action from you is required. diff --git a/package/CHANGES b/package/CHANGES index 0f8e518..7114034 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,3 +1,7 @@ +2.1.1 + + * doc/upgrade.html: fix typo. + 2.1.0 Thu, 24 Sep 2009 22:49:33 +0000 * pathexec_env.c, pathexec.h: add function pathexec_env_run(). |