2015-05-24 18:37:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 15 09:19:11 UTC 2015 - benoit.monin@gmx.fr
|
|
|
|
|
|
|
|
|
|
- update to version 4.1.0:
|
|
|
|
|
* Add --version command line option (fixes #4).
|
|
|
|
|
* kill now accepts signal names, not just numbers (#11).
|
|
|
|
|
* Restore logreopen as an alias for kill USR2 (removed in version
|
|
|
|
|
3.0.0 due to lack of tests): #10.
|
|
|
|
|
* Make logreopen also reopen the transcript log: #9.
|
|
|
|
|
* Reopen event log on logreopen or reopen_transcript: #8.
|
|
|
|
|
* Help message for reopen_transcript (#5).
|
|
|
|
|
* Fix race condition where stop would be ignored if the daemon
|
|
|
|
|
manager was waiting before respawning a crashed program. #13.
|
|
|
|
|
* Partially fix delayed deadlock when the transcript file runs
|
|
|
|
|
into a full disk (#1).
|
|
|
|
|
* Fix test suite leaving stale processes behind (#7).
|
|
|
|
|
- additional changes from version 4.0.1:
|
|
|
|
|
* Add support for PyPy. (PyPy3 is pending release of a fix for:
|
|
|
|
|
https://bitbucket.org/pypy/pypy/issue/1946)
|
|
|
|
|
* Add support for Python 3.4.
|
|
|
|
|
* Add -t/--transcript command line option.
|
|
|
|
|
* zdaemon can now be invoked as a module as in python -m zdaemon
|
|
|
|
|
- update project URL
|
|
|
|
|
- update source URL, tar.gz not available
|
|
|
|
|
- add new build dependency unzip
|
|
|
|
|
- declare BuildRoot
|
|
|
|
|
- declare python_sitelib for SLE11
|
|
|
|
|
- fix update-alternatives (post, postun)
|
|
|
|
|
- remove unwanted shebang of nokill.py
|
|
|
|
|
- update package documentation and add LICENSE.txt
|
|
|
|
|
|
2014-02-17 09:40:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 16 18:16:37 UTC 2014 - os-dev@jacraig.com
|
|
|
|
|
|
|
|
|
|
- Update to 4.0.0:
|
|
|
|
|
* Note / test support for Python 3.2.
|
|
|
|
|
- Add requirement for python-ZConfig, see setup.py.
|
|
|
|
|
- Update source URL, .zip not available for this version.
|
|
|
|
|
|
2014-02-07 17:59:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 7 13:17:03 UTC 2014 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Fix wrong implementation
|
|
|
|
|
|
2014-02-07 13:01:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 7 12:43:58 UTC 2014 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Implement update-alternative
|
|
|
|
|
|
2013-10-24 11:17:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 24 11:17:46 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
|
2013-04-16 12:55:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 16 11:59:54 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.0a1
|
|
|
|
|
+ Added tox support and MANIFEST.in for proper releasing.
|
|
|
|
|
+ Added Python 3.3 support.
|
|
|
|
|
+ Drop Python 2.4 and 2.5 support.
|
|
|
|
|
- Added url as source; add BuildRequires: unzip
|
|
|
|
|
Please see http://en.opensuse.org/SourceUrls
|
|
|
|
|
|
2013-01-15 14:18:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2011-12-08 13:35:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 8 12:29:11 UTC 2011 - cfarrell@suse.com
|
|
|
|
|
|
|
|
|
|
- license update: ZPL-2.1
|
|
|
|
|
Simplify to ZPL-2.1
|
|
|
|
|
|
2011-12-07 14:33:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 7 14:20:45 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- most is ZPL-2.1, only one test is ZPL-2.0
|
|
|
|
|
|
2010-11-15 17:27:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 10 12:50:06 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- fix file list
|
|
|
|
|
|
2010-06-28 10:55:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 22 14:43:28 UTC 2010 - hvogel@novell.com
|
|
|
|
|
|
|
|
|
|
- Get rid if buildroot removal in install
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 2 14:18:11 UTC 2010 - hvogel@novell.com
|
|
|
|
|
|
|
|
|
|
- Initial Package, Version 2.0.4
|
|
|
|
|
|