Skip to content

Commit

Permalink
update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBingzheng committed Jan 3, 2018
1 parent 8fb8511 commit c96f0e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for opt in $@; do
prefix=$value
;;
'--version')
echo "version: 1.1.0"
echo "version: 1.1.1"
exit 0
;;
'--help')
Expand Down
2 changes: 1 addition & 1 deletion memleax.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion memleax.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions memleax.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -36,6 +36,8 @@ make install DESTDIR=%{buildroot}


%changelog
* Thu Jan 04 2018 Wu Bingzheng <[email protected]> - 1.1.1-1.el7.centos
- bugfix: memory leak at unwind cache
* Sun Nov 05 2017 Wu Bingzheng <[email protected]> - 1.1.0-1.el7.centos
- support x86, armv7, and aarch64 for GNU/Linux, and i386 for FreeBSD
* Sat Feb 28 2017 Wu Bingzheng <[email protected]> - 1.0.3-1.el7.centos
Expand Down

0 comments on commit c96f0e3

Please sign in to comment.