This repository has been archived by the owner on Sep 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
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
9b127c3
commit 97a79dd
Showing
8 changed files
with
21 additions
and
7 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,9 @@ | ||
2013-09-09 Tatsuhiko Kubo <[email protected]> | ||
|
||
* fix bug(single graceful restart sometimes fails) | ||
|
||
* 0.8.7 released | ||
|
||
2013-09-03 Tatsuhiko Kubo <[email protected]> | ||
|
||
* remove request body of set request in slowlog(Some request could includes invalid UTF-8 sequence.) | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ import build.dpkg | |
arch = ARGUMENTS.get('arch', 'amd64') | ||
|
||
DEBNAME = "neoagent" | ||
DEBVERSION = "0.8.6" | ||
DEBVERSION = "0.8.7" | ||
SUBVERSION = "1" | ||
DEBMAINT = "Tatsuhiko Kubo [[email protected]]" | ||
DEBARCH = arch | ||
|
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,11 @@ | ||
neoagent (0.8.7-1) UNRELEASED; urgency=low | ||
|
||
* fix bug(single graceful restart sometimes fails) | ||
|
||
* 0.8.7 released | ||
|
||
-- Tatsuhiko Kubo <[email protected]> Mon, 09 Sep 2013 11:29:33 +0900 | ||
|
||
neoagent (0.8.6-1) UNRELEASED; urgency=low | ||
|
||
* remove request body of set request in slowlog(Some request could includes invalid UTF-8 sequence.) | ||
|
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
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
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