New upstream release, a bugfix release

This commit is contained in:
Ingvar Hagelund 2011-11-21 12:11:14 +01:00
parent f92e0849f7
commit d4517704a5
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/jemalloc-2.2.1.tar.bz2
/jemalloc-2.2.2.tar.bz2
/jemalloc-2.2.3.tar.bz2
/jemalloc-2.2.4.tar.bz2

View File

@ -1,5 +1,5 @@
Name: jemalloc
Version: 2.2.3
Version: 2.2.4
Release: 1%{?dist}
Summary: General-purpose scalable concurrent malloc implementation
@ -74,6 +74,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Sun Nov 06 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.4-1
- New upstream release
* Thu Oct 13 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.3-1
- New upstream release, closes #735057

View File

@ -1 +1 @@
9da87786f2cb399913daa01f95ad6b91 jemalloc-2.2.3.tar.bz2
1909f34c665e89cc4c005286deed0341 jemalloc-2.2.4.tar.bz2