Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
bump version 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KUMAZAKI Hiroki committed Oct 20, 2014
1 parent cf71ce5 commit c2eefb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2014-10-20 version 0.4.5:

* Fix memory leak when client is disconnected before sending back results

2014-09-29 version 0.4.4:

* Fix behavior when ::accept is failed
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_INIT(mpsrc/wavy_kernel.h)
AC_CONFIG_AUX_DIR(ac)
AC_CANONICAL_TARGET

AM_INIT_AUTOMAKE(jubatus_mpio, 0.4.4)
AM_INIT_AUTOMAKE(jubatus_mpio, 0.4.5)
AC_CONFIG_HEADER(config.h)

AC_PROG_CC
Expand Down
2 changes: 1 addition & 1 deletion mpsrc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

lib_LTLIBRARIES = libjubatus_mpio.la

libjubatus_mpio_la_LDFLAGS = -version-info 4:2:4
libjubatus_mpio_la_LDFLAGS = -version-info 4:3:4
libjubatus_mpio_la_CPPFLAGS = -I..

libjubatus_mpio_la_SOURCES = \
Expand Down

0 comments on commit c2eefb0

Please sign in to comment.