We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb09f5f commit 86033e6Copy full SHA for 86033e6
CHANGES
@@ -1,4 +1,6 @@
1
* Version 1.2.7
2
+ * Improvement of --randomize
3
+ * Minor bugfix in instantaneous stats not begin updated
4
* Fix incorrect statistics due to integer overflow (Daisy Hsiung).
5
* Better round-robin address selection when doing hostname resolution.
6
configure.ac
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
16
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18
AC_PREREQ(2.59)
19
-AC_INIT(memtier_benchmark,1.2.6,yossigo@gmail.com)
+AC_INIT(memtier_benchmark,1.2.7,yossigo@gmail.com)
20
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
21
AC_CONFIG_HEADER([config.h])
22
AM_INIT_AUTOMAKE
0 commit comments