Skip to content

Commit 86033e6

Browse files
committed
version bump 1.2.7
1 parent fb09f5f commit 86033e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
* Version 1.2.7
2+
* Improvement of --randomize
3+
* Minor bugfix in instantaneous stats not begin updated
24
* Fix incorrect statistics due to integer overflow (Daisy Hsiung).
35
* Better round-robin address selection when doing hostname resolution.
46

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
1616
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
AC_PREREQ(2.59)
19-
AC_INIT(memtier_benchmark,1.2.6,[email protected])
19+
AC_INIT(memtier_benchmark,1.2.7,[email protected])
2020
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
2121
AC_CONFIG_HEADER([config.h])
2222
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)