forked from jjzhang/booth
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bee0c2
commit 4254704
Showing
3 changed files
with
42 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
* Mon Jan 11 2016 Dejan Muhamedagic <[email protected]> and others | ||
- release candidate 1.0 rc1 | ||
- main: prevent segfault on no arguments | ||
- ticket: term 0 is a valid term (bsc#952426) | ||
- main: add 'other' as possible site reference | ||
- arbitrator: mark expired tickets as lost (bsc#956321) | ||
- geo attributes support | ||
- booth-keygen: key generate auxiliary program | ||
- ticket: prevent running external program twice | ||
- ticket: make sure that we're the leader if granting ticket (bsc#940037) | ||
- docs: add booth processing FSM dot graphs | ||
- main: add booth peers command | ||
- main: don't allow zero poll timeout (bsc#938820) | ||
- pcmk: don't log error when ticket not in CIB | ||
- client: fix memory leak in ticket list | ||
- client: fix memory growing indefinitely on new client connect | ||
- extprog: ignore running external program on revoke | ||
- client: make sure that the client is still there to be notified | ||
- client: don't allow SIGPIPE to kill the server (if the client leaves too early) | ||
- extprog: preserve child exit status | ||
- extprog: run programs asynchronously | ||
- clients: fix memory leak when removing client | ||
- transport: use non-blocking read | ||
- hmac based authentication support | ||
- ticket: ignore late MY_INDEX requests | ||
- contrib: add geo-cluster.fwd (suse firewall rules) | ||
- ticket: restart elections after last candidate disappears | ||
- ticket: add -C option (wait for commit) | ||
- raft: handle duplicate ticket release requests | ||
- booth-site: exit early in start if daemon cannot start | ||
- raft: ignore messages with invalid term (lower than already committed) | ||
- raft: better control of term increment | ||
- ticket: allow finer resolution time in messages | ||
- use subsecond timers internally | ||
- booth-arbitrator: fix exit codes for all actions | ||
- booth-arbitrator: set the right LSB exit code in status | ||
- booth-arbitrator: fix stop exit code (bnc#914306) | ||
- booth-arbitrator: update exit codes | ||
- main: use /proc/self/oom_score_adj instead of oom_adj (bnc#914037) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# bootstrap / init | ||
AC_PREREQ([2.61]) | ||
|
||
AC_INIT([booth], [0.2.0], [[email protected]]) | ||
AC_INIT([booth], [1.0-0-rc1], [[email protected]]) | ||
|
||
AM_INIT_AUTOMAKE([-Wno-portability]) | ||
|
||
|