14
0

Accepting request 148447 from home:posophe:branches:devel:languages:python

Update to 3.0.5

OBS-URL: https://build.opensuse.org/request/show/148447
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zdaemon?expand=0&rev=11
This commit is contained in:
Sascha Peilicke
2013-01-15 14:18:23 +00:00
committed by Git OBS Bridge
parent a3acf9ebfd
commit 6c87d8d7d4
4 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jan 14 14:39:30 UTC 2013 - p.drouand@gmail.com
-Update to 3.0.5 version:
* Fixed: the status command didn't return a non-zero exit status when
the program wasn't running. This made it impossible for other software
(e.g. Puppet) to tell if a process was running.
- Update to 3.0.0 version:
* Added an option, start-test-program to supply a test command to test
whether the program managed by zdaemon is up and operational, rather
than just running. When starting a program, the start command doesn't
return until the test passes. You could, for example, use this to wait
until a web server is actually accepting connections.
* Added a start-timeout option to error if a program takes too long to start.
This is especially useful in combination with the start-test-program option.
* Added an option, stop-timeout, to control how long to wait for a graceful shutdown.
* Previously, this was controlled by backoff-limit, which didn't make much sense.
* Several undocumented, untested, and presumably unused features were removed.
-------------------------------------------------------------------
Thu Dec 8 12:29:11 UTC 2011 - cfarrell@suse.com