Skip to content

Commit

Permalink
build: release candidate v1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuhamedagic committed Jan 12, 2016
1 parent 3bee0c2 commit 4254704
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
39 changes: 39 additions & 0 deletions ChangeLog
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)
4 changes: 2 additions & 2 deletions booth.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Url: https://github.com/ClusterLabs/booth
Summary: Ticket Manager for Multi-site Clusters
License: GPL-2.0+
Group: %{pkg_group}
Version: 0.2.0
Release: 0
Version: 1.0
Release: rc1
Source: booth.tar.bz2
Source1: %name-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 4254704

Please sign in to comment.