Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Commit

Permalink
v0.8.7 released
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya authored and bokko committed Sep 10, 2013
1 parent 9b127c3 commit 97a79dd
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
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.)
Expand Down
2 changes: 1 addition & 1 deletion debian/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
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.)
Expand Down
2 changes: 1 addition & 1 deletion doc/build/man/neoagent.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "NEOAGENT" "1" "September 02, 2013" "0.8.6" "neoagent"
.TH "NEOAGENT" "1" "September 10, 2013" "0.8.7" "neoagent"
.SH NAME
neoagent \- A Yet Another Memcached Protocol Proxy Server
.
Expand Down
2 changes: 1 addition & 1 deletion doc/build/man/neoctl.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "NEOCTL" "1" "September 02, 2013" "0.8.6" "neoagent"
.TH "NEOCTL" "1" "September 10, 2013" "0.8.7" "neoagent"
.SH NAME
neoctl \- A Process Controller For Neoagent
.
Expand Down
2 changes: 1 addition & 1 deletion doc/build/man/neostat.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "NEOSTAT" "1" "September 02, 2013" "0.8.6" "neoagent"
.TH "NEOSTAT" "1" "September 10, 2013" "0.8.7" "neoagent"
.SH NAME
neostat \- A Status Monitor For Neoagent
.
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8.6'
version = '0.8.7'
# The full version, including alpha/beta/rc tags.
release = '0.8.6'
release = '0.8.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion neoagent/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
#define NA_VERSION_H

#define NA_NAME "neoagent"
#define NA_VERSION "0.8.6"
#define NA_VERSION "0.8.7"

#endif // NA_VERSION_H

0 comments on commit 97a79dd

Please sign in to comment.