aboutsummaryrefslogtreecommitdiffstats
path: root/doc/upgrade.html
Commit message (Collapse)AuthorAgeFilesLines
* Add s6_svc_lock_take() and s6_svc_lock_release()Laurent Bercot2017-07-121-0/+7
| | | | | | Allows fixing a race condition in s6-rc-init. s6-supervise also creates event/ before supervise/ so that locking the servicedir ensures event/ can be used.
* Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot2017-06-141-0/+6
| | | | | | | - Fixes the race condition hit by permanent failure, i.e. two ftrig events close to each other - Requires storing the sequence of events client-side, so an additional stralloc, bleh - The visible struct ftrigr_s changes, so a major bump is needed -> prepare for 2.6.0.0 - ftrigr_check() is now a trivial wrapper around ftrigr_checksa()
* Switch doc to schemeless URLsLaurent Bercot2017-05-231-4/+4
|
* version: 2.5.1.0 (fo realz)v2.5.1.0Laurent Bercot2017-05-211-1/+1
|
* Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0.Laurent Bercot2017-05-191-1/+5
|
* s6-ftrig-listen1 now prints the last event to stdoutLaurent Bercot2017-05-111-0/+2
|
* Prepare for version 2.5.0.1Laurent Bercot2017-05-111-0/+7
|
* Clarify permanent failure API for s6-svwait -r and friends; update docLaurent Bercot2017-03-271-6/+7
|
* Preparation to version bumpLaurent Bercot2017-01-121-0/+7
|
* Increase s6-log "s" limit to 256MBLaurent Bercot2016-11-211-0/+6
|
* version: 2.4.0.0v2.4.0.0Laurent Bercot2016-10-281-0/+2
|
* Add spawn_lib supportLaurent Bercot2016-08-121-0/+7
|
* - doc typo fixLaurent Bercot2016-07-121-1/+1
| | | | - bugfix: proper error reporting in s6_fdholder_list_cb
* version: 2.3.0.0v2.3.0.0Laurent Bercot2016-04-141-0/+2
|
* - s6-svscan defaults to -t0 instead of -t5000Laurent Bercot2016-03-181-0/+7
| | | | - rc for v2.3.0.0, waiting to update deps before releasing
* - fix stupid, stupid s6-ftrigrd crash (thx jjk)Laurent Bercot2016-01-071-0/+6
| | | | - rc for 2.2.4.3
* version: 2.2.4.2v2.2.4.2Laurent Bercot2015-12-171-0/+6
|
* version: 2.2.4.1Laurent Bercot2015-12-171-0/+7
|
* - skalibs dep: 2.3.8.3v2.2.4.0Laurent Bercot2015-11-161-0/+2
| | | | | - execline dep: 2.1.4.5 - version: 2.2.4.0
* - new options to s6-envuidgidLaurent Bercot2015-11-131-0/+7
| | | | - rc for 2.2.4.0
* - s6-ioconnect bugfixv2.2.3.1Laurent Bercot2015-11-051-0/+6
| | | | - version: 2.2.3.1
* - add -g option to s6-envuidgidLaurent Bercot2015-11-041-0/+9
| | | | - set s6-log processor wd to the logdir
* - link .so to correct sonameLaurent Bercot2015-11-041-0/+6
| | | | | - fully strip shared libs - Makefile syntactic consistency
* version: 2.2.2.1v2.2.2.1Laurent Bercot2015-11-041-0/+6
|
* - remove now useless tain_now() check in s6-setlockv2.2.2.0Laurent Bercot2015-10-151-0/+3
| | | | - version: 2.2.2.0
* - add -s support to s6-svscanLaurent Bercot2015-10-061-0/+7
| | | | | - change examples to support -s - change examples to invoke s6-rc, remove servicedirs
* - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1Laurent Bercot2015-10-051-0/+7
| | | | | | | - remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1
* - New -wr | -wR options to s6-svc, s6-svlisten1 and s6-svlistenLaurent Bercot2015-08-271-0/+11
| | | | | - skalibs and execline dep bump - rc for 2.2.1.0 unless more new functionality is needed for s6-rc
* xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-121-0/+7
|
* execline dep bumpLaurent Bercot2015-07-211-0/+1
|
* - Add timeout-finish support and "down-readiness"Laurent Bercot2015-07-201-0/+21
| | | | | | | - LOTS of refactoring to make this work - Remove s6-notifywhenup - s6-supervise now rocks the casbah - rc for 2.2.0.0
* - doc fixes (changed mentions of s6-notifywhenup)Laurent Bercot2015-06-251-0/+11
| | | | | - s6-svc -X - rc for 2.1.6.0
* - documented s6-log changev2.1.5.0Laurent Bercot2015-06-251-0/+6
| | | | - version: 2.1.5.0
* - Readiness notification support in s6-superviseLaurent Bercot2015-06-151-0/+12
| | | | | | - s6-notifywhenup deprecated - Change abundantly documented - rc for 2.1.4.0
* Make all doc mobile-readable according to Google standardsLaurent Bercot2015-05-071-0/+1
|
* - new options to s6-envuidgidv2.1.3.0Laurent Bercot2015-03-131-0/+8
| | | | - version: rc for 2.1.3.0
* - Fix -d option to s6-setsidv2.1.2.0Laurent Bercot2015-03-051-0/+6
| | | | - Version: 2.1.2.0
* version: 2.1.1.2Laurent Bercot2015-02-251-0/+9
|
* Bugfix: s6-log wasn't parsing regexps correctly (!)Laurent Bercot2015-02-171-0/+8
| | | | | Thanks to Roy Lanek. version: 2.1.1.1
* - s6-log overhaul (more stack, less heap), with new directivesLaurent Bercot2015-02-071-0/+9
| | | | | - related doc update - version: 2.1.1.0 rc
* - clang build fixv2.1.0.1Laurent Bercot2015-01-271-0/+6
| | | | | - s6-fdholder-daemon ltimeout bugfix - rc for v2.1.0.1
* doc/upgrade.html doc upgrade. (yeah....)v2.1.0.0Laurent Bercot2015-01-271-0/+2
|
* Doc updates.Laurent Bercot2015-01-271-5/+9
|
* - added the s6_fdholder library to libs6. (Nothing useful yet.)Laurent Bercot2015-01-191-1/+10
| | | | | | | | | | - fixed execline invocation in s6-log with slashpackage - integrated s6_svc_main.c's functionality into s6-svscanctl and deleted it - integrated Olivier Brunel's suggestions for wstat report in supervise/status - minor fixes to s6-supervise's status reports - separated sigaction calls in ftrigw_notifyb, this spares a few syscalls in s6-supervise - updated doc to reflect the changes - version bumped to 2.1.0.0 because API breakage (./finish, s6-svstat)
* Move Unix domain utilities and access control utilites,Laurent Bercot2015-01-151-0/+8
| | | | as well as the accessrules library, from s6-networking to here
* - Parallel build fixv2.0.1.0Laurent Bercot2015-01-141-0/+8
| | | | | - Complete readiness notification via supervise/ready - Version updated to 2.0.1.0, release candidate
* - bugfix in s6-ftrigrd and s6lockd, need to align with skalibs-2.1.0.0v2.0.0.1Laurent Bercot2015-01-061-0/+6
| | | | - version increased to 2.0.0.1
* Documentation updateLaurent Bercot2014-12-091-0/+1
|
* Documentation updateLaurent Bercot2014-12-091-2/+2
|
* Documentation updateLaurent Bercot2014-12-081-1/+6
|