diff --git a/userspace-rcu-0.8.4.tar.bz2 b/userspace-rcu-0.8.4.tar.bz2 deleted file mode 100644 index 0cf932d..0000000 --- a/userspace-rcu-0.8.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96c0a157e94a15b1506efe9aedd98145e6eb41a3fbcf5b0d118b7a783b22fe12 -size 418911 diff --git a/userspace-rcu-0.8.4.tar.bz2.asc b/userspace-rcu-0.8.4.tar.bz2.asc deleted file mode 100644 index dfdd72c..0000000 --- a/userspace-rcu-0.8.4.tar.bz2.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.12 (GNU/Linux) - -iQEcBAABAgAGBQJTGx9hAAoJEBcoCpeBGGrPOt4IAJrU8j1tiF4aY7xca2CQBdUk -z5yzXJB6KM5RIGIs+ER0xLbI6jLL9tXDN1CoNOvgEnaHA4Pjc/f4E3Dy7SCkRVIa -5YDj4GkaVx8uZQRL7rwaZZspPBeFuD/nL3ubo+1+inYsIDBJu0r6kuT0eIHueKp6 -MdwtafNIcY7u6LOzeonx06LTJmxPrEUNmHDCS3vH03FGeQJJ1GOy6zxHdRSHgSmH -Jk5blsaseVAU/mNG4+bykDFh03RYz72ZWSzmMZSvuEuEA3KXHPgXKRsb50qb13/J -WnVw2T9cNvJiLUc3IYM7b9aUGlZLvry9I0K7ZuoVVjCYYp4gF1jqLqkot47fH7A= -=Tltv ------END PGP SIGNATURE----- diff --git a/userspace-rcu-0.8.6.tar.bz2 b/userspace-rcu-0.8.6.tar.bz2 new file mode 100644 index 0000000..8f6819a --- /dev/null +++ b/userspace-rcu-0.8.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a5d3bce014ba7a702759bc60b692c1cd46ff0e8a5b53f0d0a95e22db74ab21 +size 424037 diff --git a/userspace-rcu-0.8.6.tar.bz2.asc b/userspace-rcu-0.8.6.tar.bz2.asc new file mode 100644 index 0000000..a5c8dd4 --- /dev/null +++ b/userspace-rcu-0.8.6.tar.bz2.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABAgAGBQJUWPlHAAoJEBcoCpeBGGrP0+YH/2XZ6YpdSEHV/Hb7UNNPHX2t +VzEa+WMY8tnohN+fEq/kh6E1AqzFDGATBAdJUGuNvXOUNieflEOcT+y3ty8S/cWv +xSjkwPWtkhOgRTbPjK211A9KULiQ7AuO18e3g56Xcj/rltQxwNQrETiKFMPKZXiz +4k1vrzuzTaBIgKzls4qdoay+NMXPymYw/CFW2Rig97wwXmTIC1oF0Ek+KRFVG6L3 +jc15y09BwOzzC6TcCHxRiHFmsqPAdt/rTFx7vJrQnF8PBA/qKmps8u8RXCU2sJt0 +0pZQjqBJ+RXcKJL/YgprpYQ4mmfT7GwG0MC7tITUm72mLwjWdsGUU/9ylsKknSU= +=uTIm +-----END PGP SIGNATURE----- diff --git a/userspace-rcu.changes b/userspace-rcu.changes index f404598..ed0005a 100644 --- a/userspace-rcu.changes +++ b/userspace-rcu.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Nov 24 15:56:46 UTC 2014 - mq@suse.cz + +- updated to 0.8.6: + * Fix: silence gcc -Wextra warning + * compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__ + * Fix: lfstack reversed empty/non-empty return value + * lfstack: fix: add missing __cds_lfs_init + * Fix: preserve example files' timestamps when copying + * rculfhash: remove duplicated code + * rculfhash: handle pthread_create failures + * rculfhash: fall back to single-threaded resize on calloc failure + * x86: drop extra semi-colon in caa_cpu_relax + * Fix: Use after free in rcu_barrier() + * Fix: rcu_barrier(): uninitialized futex field + * call_rcu threads should clear their PAUSED flag when they unpause + * Fix: bring back dummy rcu_bp_exit symbol + ------------------------------------------------------------------- Fri Mar 28 10:47:13 UTC 2014 - pgajdos@suse.com diff --git a/userspace-rcu.spec b/userspace-rcu.spec index 85c1f94..6b49e2e 100644 --- a/userspace-rcu.spec +++ b/userspace-rcu.spec @@ -19,7 +19,7 @@ Name: userspace-rcu -Version: 0.8.4 +Version: 0.8.6 Release: 0 %define soname 2 Summary: Userspace Read-Copy-Update Library