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

Commit

Permalink
neoagent v0.8.1~rc1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed May 24, 2013
1 parent 8ba27ef commit 45d1b26
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 14 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2013-05-24 Tatsuhiko Kubo <[email protected]>

* new function: on-the-fly-update, add-environment online

* neoctl's reload is obsolete

* make neoagent ignoring SIGALRM

* use sigwait instead of sigaction and signal handler

* fix some warnings

* 0.8.1~rc1 released

2013-05-20 Tatsuhiko Kubo <[email protected]>

* 0.8.0 released
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.0"
DEBVERSION = "0.8.1~rc1"
SUBVERSION = "1"
DEBMAINT = "Tatsuhiko Kubo [[email protected]]"
DEBARCH = arch
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
neoagent (0.8.1~rc1-1) UNRELEASED; urgency=low

* new function: on-the-fly-update, add-environment online

* neoctl's reload is obsolete

* make neoagent ignoring SIGALRM

* use sigwait instead of sigaction and signal handler

* fix some warnings

* 0.8.1~rc1 released

-- Tatsuhiko Kubo <[email protected]> Fri, 24 May 2013 20:12:02 +0900

neoagent (0.8.0-1) precise; urgency=low

* 0.8.0 released
Expand Down
5 changes: 2 additions & 3 deletions doc/build/man/neoagent.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "NEOAGENT" "1" "May 20, 2013" "0.8.0" "neoagent"
.TH "NEOAGENT" "1" "May 24, 2013" "0.8.1~rc1" "neoagent"
.SH NAME
neoagent \- A Yet Another Memcached Protocol Proxy Server
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructeredText.
.\" Man page generated from reStructuredText.
.
.SH DESCRIPTION
.sp
Expand Down Expand Up @@ -74,5 +74,4 @@ Tatsuhiko Kubo
.SH COPYRIGHT
2013 Tatsuhiko Kubo <[email protected]>
.\" Generated by docutils manpage writer.
.\"
.
7 changes: 3 additions & 4 deletions doc/build/man/neoctl.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "NEOCTL" "1" "May 20, 2013" "0.8.0" "neoagent"
.TH "NEOCTL" "1" "May 24, 2013" "0.8.1~rc1" "neoagent"
.SH NAME
neoctl \- A Process Controller For Neoagent
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructeredText.
.\" Man page generated from reStructuredText.
.
.SH DESCRIPTION
.sp
Expand All @@ -45,7 +45,7 @@ socket path
\fB\-c, \-\-cmd\fP
.INDENT 0.0
.INDENT 3.5
command(restart or reload)
command(restart or graceful)
.UNINDENT
.UNINDENT
.sp
Expand All @@ -67,5 +67,4 @@ Tatsuhiko Kubo
.SH COPYRIGHT
2013 Tatsuhiko Kubo <[email protected]>
.\" Generated by docutils manpage writer.
.\"
.
5 changes: 2 additions & 3 deletions doc/build/man/neostat.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "NEOSTAT" "1" "May 20, 2013" "0.8.0" "neoagent"
.TH "NEOSTAT" "1" "May 24, 2013" "0.8.1~rc1" "neoagent"
.SH NAME
neostat \- A Status Monitor For Neoagent
.
Expand Down Expand Up @@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructeredText.
.\" Man page generated from reStructuredText.
.
.SH DESCRIPTION
.sp
Expand Down Expand Up @@ -74,5 +74,4 @@ Tatsuhiko Kubo
.SH COPYRIGHT
2013 Tatsuhiko Kubo <[email protected]>
.\" Generated by docutils manpage writer.
.\"
.
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.0'
version = '0.8.1~rc1'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.8.1~rc1'

# 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.0"
#define NA_VERSION "0.8.1~rc1"

#endif // NA_VERSION_H

0 comments on commit 45d1b26

Please sign in to comment.