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

Commit

Permalink
v0.8.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed May 31, 2013
1 parent 45d1b26 commit 362d6ab
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 10 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2013-05-30 Tatsuhiko Kubo <[email protected]>

* 0.8.1 released

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

* new function: on-the-fly-update, add-environment online
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.1~rc1"
DEBVERSION = "0.8.1"
SUBVERSION = "1"
DEBMAINT = "Tatsuhiko Kubo [[email protected]]"
DEBARCH = arch
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
neoagent (0.8.1-1) UNRELEASED; urgency=low

* 0.8.1 released

-- Tatsuhiko Kubo <[email protected]> Fri, 31 May 2013 11:35:39 +0900

neoagent (0.8.1~rc1-1) UNRELEASED; urgency=low

* new function: on-the-fly-update, add-environment online
Expand Down
5 changes: 3 additions & 2 deletions doc/build/man/neoagent.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "NEOAGENT" "1" "May 24, 2013" "0.8.1~rc1" "neoagent"
.TH "NEOAGENT" "1" "May 31, 2013" "0.8.1" "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 reStructuredText.
.\" Man page generated from reStructeredText.
.
.SH DESCRIPTION
.sp
Expand Down Expand Up @@ -74,4 +74,5 @@ Tatsuhiko Kubo
.SH COPYRIGHT
2013 Tatsuhiko Kubo <[email protected]>
.\" Generated by docutils manpage writer.
.\"
.
5 changes: 3 additions & 2 deletions doc/build/man/neoctl.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "NEOCTL" "1" "May 24, 2013" "0.8.1~rc1" "neoagent"
.TH "NEOCTL" "1" "May 31, 2013" "0.8.1" "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 reStructuredText.
.\" Man page generated from reStructeredText.
.
.SH DESCRIPTION
.sp
Expand Down Expand Up @@ -67,4 +67,5 @@ Tatsuhiko Kubo
.SH COPYRIGHT
2013 Tatsuhiko Kubo <[email protected]>
.\" Generated by docutils manpage writer.
.\"
.
5 changes: 3 additions & 2 deletions doc/build/man/neostat.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "NEOSTAT" "1" "May 24, 2013" "0.8.1~rc1" "neoagent"
.TH "NEOSTAT" "1" "May 31, 2013" "0.8.1" "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 reStructuredText.
.\" Man page generated from reStructeredText.
.
.SH DESCRIPTION
.sp
Expand Down Expand Up @@ -74,4 +74,5 @@ 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.1~rc1'
version = '0.8.1'
# The full version, including alpha/beta/rc tags.
release = '0.8.1~rc1'
release = '0.8.1'

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

#endif // NA_VERSION_H

0 comments on commit 362d6ab

Please sign in to comment.