forked from pool/userspace-rcu
- updated to 0.8.1:
* tls-compat: fix comment typo * Keep ABI compatible with already compiled LGPL applications * Fix: tls-compat multi-lib conflict * Use cross compiler for doc examples * gcc warning fixes: -Wsign-compare and -Wextra * Fix: urcu-qsbr: reversed logic on RCU_DEBUG * Fix: urcu-bp segfault in glibc pthread_kill() * Fix urcu-bp: don't move registry * Fix: compat futex duplicated lock and completion * Fix: i386 compat code duplicated mutex instances * Fix: urcu-bp: Bulletproof RCU arena resize bug * Fix: test_mutex.c uninitialized mutex OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/userspace-rcu?expand=0&rev=11
This commit is contained in:
parent
2de463898d
commit
453bcd3813
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49fbe70af47945037f437931c9539bfb9cb03ba28b813649ea7394dbdca70658
|
||||
size 428563
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||
|
||||
iQEcBAABAgAGBQJSKcPTAAoJEBcoCpeBGGrPiEEH/1FCtAm3kr+lTfyOSmYStaqx
|
||||
X2IiaxOGDibPfFhLRzOKkaFGJ98ueKbL5VCVNSNwCOovrqAs5nLpIKCbRD4H9W2R
|
||||
0+4UlLA04rU3SDDFy9xze5ik6kuFlUtapHL9B4W9QFXqT3p/bsYQfEujkt4KG4mH
|
||||
ei4/2yEGe+Wgs4xf2U0/1laLAMh+xNyvXhDSVq+hi3PVDtPwU96KA8f9Oz/cVn0n
|
||||
HAO4decqIx33UGBpMFb1FRg5vsAyGXUKaAYKDRLjmmkcVllhqooUCxWvBvYHguzC
|
||||
AOG6kBq4J2TqQwBQrEPJeL6MTYGaprmlI01qPwrRuOWWkDc4bxf5Y8UkDDNUdUI=
|
||||
=lBgy
|
||||
-----END PGP SIGNATURE-----
|
3
userspace-rcu-0.8.1.tar.bz2
Normal file
3
userspace-rcu-0.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8008f697b030d7d3043ebd3a72be63cefc9242ed2d50520d30211e3908a4e01e
|
||||
size 430112
|
11
userspace-rcu-0.8.1.tar.bz2.asc
Normal file
11
userspace-rcu-0.8.1.tar.bz2.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||
|
||||
iQEcBAABAgAGBQJSgl5aAAoJEBcoCpeBGGrPO2EIALjOUZXMo2KJq/ks/O6xGgkI
|
||||
hUU27gSdPX5S1koX0eEdGW6+l0x9H0NNH+/o/2AtFS2rcDSGoBzbyYNLiuLleGJL
|
||||
irStJNs+/kdxsQdiqwRjvY8fN7MVOlmhYAJnwB700AeXckEfNTDkjOgJgTTl6Rzy
|
||||
/cvR5SCmIguSvrdOdFfgMBLURfXK9bSUPAhII9O/RUFAYDbt8yJ37KPgNsX5JbCY
|
||||
pjojUhY5N3ZCj9DtKjNG8A4XksHyxJItaInBNui290/lkpLcnfW5b7RIjpj6Iqnj
|
||||
cFBBZ3htzcNIobFZQ5cTUCvBhSt6QJEV4F2AySPAiWNBZsvtL/ncnE8z7vKne2w=
|
||||
=DoOf
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 15:07:34 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
- updated to 0.8.1:
|
||||
* tls-compat: fix comment typo
|
||||
* Keep ABI compatible with already compiled LGPL applications
|
||||
* Fix: tls-compat multi-lib conflict
|
||||
* Use cross compiler for doc examples
|
||||
* gcc warning fixes: -Wsign-compare and -Wextra
|
||||
* Fix: urcu-qsbr: reversed logic on RCU_DEBUG
|
||||
* Fix: urcu-bp segfault in glibc pthread_kill()
|
||||
* Fix urcu-bp: don't move registry
|
||||
* Fix: compat futex duplicated lock and completion
|
||||
* Fix: i386 compat code duplicated mutex instances
|
||||
* Fix: urcu-bp: Bulletproof RCU arena resize bug
|
||||
* Fix: test_mutex.c uninitialized mutex
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 14:52:29 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: userspace-rcu
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
%define soname 2
|
||||
Summary: Userspace Read-Copy-Update Library
|
||||
|
Loading…
Reference in New Issue
Block a user