From c96f0e35c51f1799006c65df376121fad8d7bd16 Mon Sep 17 00:00:00 2001 From: WuBingzheng Date: Thu, 4 Jan 2018 06:05:08 +0800 Subject: [PATCH] update version to 1.1.1 --- configure | 2 +- memleax.1 | 2 +- memleax.c | 2 +- memleax.spec | 6 ++++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 02b789c..7c7280f 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ for opt in $@; do prefix=$value ;; '--version') - echo "version: 1.1.0" + echo "version: 1.1.1" exit 0 ;; '--help') diff --git a/memleax.1 b/memleax.1 index fa74c04..18e7a36 100644 --- a/memleax.1 +++ b/memleax.1 @@ -1,4 +1,4 @@ -.TH memleax 1 "29 Jan 2017" "version 1.1.0" +.TH memleax 1 "29 Jan 2017" "version 1.1.1" .SH NAME diff --git a/memleax.c b/memleax.c index 263b97f..527a322 100644 --- a/memleax.c +++ b/memleax.c @@ -115,7 +115,7 @@ int main(int argc, char * const *argv) printf("%s", help_info); return 0; case 'v': - printf("Version: 1.1.0\n"); + printf("Version: 1.1.1\n"); printf("Author: Wu Bingzheng\n"); return 0; default: diff --git a/memleax.spec b/memleax.spec index ae705eb..a62244e 100644 --- a/memleax.spec +++ b/memleax.spec @@ -1,11 +1,11 @@ Name: memleax -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: Debugs memory leak of a running process License: GPLv2 URL: http://wubingzheng.github.io/memleax/ -Source0: https://github.com/WuBingzheng/memleax/archive/v1.1.0.tar.gz +Source0: https://github.com/WuBingzheng/memleax/archive/v1.1.1.tar.gz BuildRequires: libdwarf-devel, elfutils-libelf-devel, libunwind-devel @@ -36,6 +36,8 @@ make install DESTDIR=%{buildroot} %changelog +* Thu Jan 04 2018 Wu Bingzheng - 1.1.1-1.el7.centos +- bugfix: memory leak at unwind cache * Sun Nov 05 2017 Wu Bingzheng - 1.1.0-1.el7.centos - support x86, armv7, and aarch64 for GNU/Linux, and i386 for FreeBSD * Sat Feb 28 2017 Wu Bingzheng - 1.0.3-1.el7.centos