runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f31e6b318d00095d7a1b389f792bab92ec2161ce
parent 3a6e0e22e0256cc29b390939e93b7c01bd43be8a
Author: Gerrit Pape <pape@smarden.org>
Date:   Tue, 29 Sep 2009 21:30:17 +0000

  * doc/upgrade.html: fix typo.

Diffstat:
Mdoc/upgrade.html | 2+-
Mpackage/CHANGES | 4++++
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git 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 @@ -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().