Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-05-11 20:14:23 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-05-15 11:29:19 +0400
commitd38bb96e8d735921e5c6be00ca6690187c876aa0 (patch)
treee452a2446174338c04e4a678f6ccecef7246b06c /ChangeLog
parente39e4dc1f9f86690ce08c9e5efe28231c11efb24 (diff)
Bump libatomic_ops version to 7.3alpha2 * ChangeLog: Set release dates. * README: Bump version to 7.3alpha2. * configure.ac: Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_ALPHA): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d1ca5eb..bbe83ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.3alpha2] (development) ==
+== [7.3alpha2] 2012-05-11 ==
* Add '-no-undefined' to LDFLAGS in src/Makefile.am.
* Add AO_and, AO_xor atomic operations.
@@ -31,7 +31,7 @@
* Use __builtin_expect in CAS failure loop condition checks (GCC only).
-== [7.2] (candidate) ==
+== [7.2] 2012-05-11 ==
* Add atomic_ops.pc.in and atomic_ops-uninstalled.pc.in to pkgconfig folder.
* Define and use AO_PTRDIFF_T in tests for casts between pointer and integer.