diff options
author | Gerrit Pape <pape@smarden.org> | 2009-09-29 21:30:17 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2009-09-29 21:30:17 +0000 |
commit | b1c3bb10fa8f5164e09e7f30768ac54b02e6ae02 (patch) | |
tree | 95a362e8133ba248198e75684282c8d4a53c1a59 | |
parent | 6329213721c77d20715d014d839b6f710ff33081 (diff) | |
download | runit-b1c3bb10fa8f5164e09e7f30768ac54b02e6ae02.tar.gz runit-b1c3bb10fa8f5164e09e7f30768ac54b02e6ae02.tar.xz runit-b1c3bb10fa8f5164e09e7f30768ac54b02e6ae02.zip |
* doc/upgrade.html: fix typo.
-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(). |