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

Commit

Permalink
v0.8.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Jun 26, 2013
1 parent e8dfa45 commit e88aae9
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-06-26 Tatsuhiko Kubo <[email protected]>

* add feature(worker watcher with SIGCHLD)

* 0.8.3 released

2013-06-07 Tatsuhiko Kubo <[email protected]>

* fix bug(access to already possible freed memory region when graceful-restarting)
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.2"
DEBVERSION = "0.8.3"
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.3-1) UNRELEASED; urgency=low

* add feature(worker watcher with SIGCHLD)

* 0.8.3 released

-- Tatsuhiko Kubo <[email protected]> Wed, 26 Jun 2013 17:43:43 +0900

neoagent (0.8.2-1) UNRELEASED; urgency=low

* fix bug(access to already possible freed memory region when graceful-restarting)
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" "May 31, 2013" "0.8.1" "neoagent"
.TH "NEOAGENT" "1" "June 26, 2013" "0.8.3" "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" "May 31, 2013" "0.8.1" "neoagent"
.TH "NEOCTL" "1" "June 26, 2013" "0.8.3" "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" "May 31, 2013" "0.8.1" "neoagent"
.TH "NEOSTAT" "1" "June 26, 2013" "0.8.3" "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.2'
version = '0.8.3'
# The full version, including alpha/beta/rc tags.
release = '0.8.2'
release = '0.8.3'

# 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.2"
#define NA_VERSION "0.8.3"

#endif // NA_VERSION_H

0 comments on commit e88aae9

Please sign in to comment.