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>2014-05-02 11:07:20 +0400
committerIvan Maidanski <ivmai@mail.ru>2014-05-02 19:48:37 +0400
commitf3145aac4031b7afd85588dfe7e96e5d02bde55c (patch)
treed0ff76b4ad981b71701454521235b44f8f04146d
parent9375931f0acf76d9bd1d266176b7c99de0ccfb6d (diff)
Update ChangeLog file
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 468000d..3543461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+== [7.4.2] 2014-05-02 ==
+
+* Fix a typo in doc/README.txt (remove redundant "an" article).
+* Update emails/links due to project site transition.
+
+
== [7.4.0] 2013-11-17 ==
* Add and/or/xor entries to list_atomic (tests).
@@ -133,6 +139,12 @@
* Use __builtin_expect in CAS failure loop condition checks (GCC only).
+== [7.2f] 2014-05-02 ==
+
+* Fix a typo in doc/README.txt (remove redundant "an" article).
+* Regenerate configure files by new automake (v1.14.1), libtool (v2.4.2.418).
+
+
== [7.2e] 2013-11-10 ==
* Fix (remove) invalid include of read_ordered.h for ARM.