New upstream release 2.1.1

This commit is contained in:
Ingvar Hagelund 2011-02-01 10:21:23 +01:00
parent bf4700ae58
commit a12b839e36
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/jemalloc-2.0.1.tar.bz2
/jemalloc-2.1.0.tar.bz2
/jemalloc-2.1.1.tar.bz2

View File

@ -1,5 +1,5 @@
Name: jemalloc
Version: 2.1.0
Version: 2.1.1
Release: 1%{?dist}
Summary: General-purpose scalable concurrent malloc implementation
@ -74,6 +74,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Tue Feb 01 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.1.1-1
- New upstream release
* Wed Jan 05 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.1.0-1
- New upstream release
- Updated patch to remove pprof

View File

@ -1 +1 @@
62fb8f8ab1e5683991ecd9de338630a2 jemalloc-2.1.0.tar.bz2
a10d04be00bac06ac27e6a1a4b2008f6 jemalloc-2.1.1.tar.bz2