New upstream release 2.2.1

This commit is contained in:
Ingvar Hagelund 2011-03-31 20:38:40 +02:00
parent 2fc04b25d9
commit b86cdf22b8
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/jemalloc-2.1.1.tar.bz2
/jemalloc-2.1.3.tar.bz2
/jemalloc-2.2.0.tar.bz2
/jemalloc-2.2.1.tar.bz2

View File

@ -1,5 +1,5 @@
Name: jemalloc
Version: 2.2.0
Version: 2.2.1
Release: 1%{?dist}
Summary: General-purpose scalable concurrent malloc implementation
@ -74,6 +74,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Tue Mar 31 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.1-1
- New upstream release
* Tue Mar 27 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.0-1
- New upstream release
- Updated no_pprof patch for 2.2.0

View File

@ -1 +1 @@
f7166362cce65b4c96fedbd2e74f418d jemalloc-2.2.0.tar.bz2
4ef866a2ba662e0472bfded760f93ccd jemalloc-2.2.1.tar.bz2