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
a500929
commit f52412e
Showing
4 changed files
with
8 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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
* Mar Jan 16 2016 Dejan Muhamedagic <[email protected]> and others | ||
- stable release 1.0 | ||
- systemd: add booth-arbitrator.service (bsc#967036) | ||
- main: improve address matching procedure | ||
|
||
* Mon Jan 11 2016 Dejan Muhamedagic <[email protected]> and others | ||
- release candidate 1.0 rc1 | ||
- main: prevent segfault on no arguments | ||
|
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], [1.0-0-rc1], [[email protected]]) | ||
AC_INIT([booth], [1.0], [[email protected]]) | ||
|
||
AM_INIT_AUTOMAKE([-Wno-portability]) | ||
|
||
|
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