2012-08-05 Maciej Piechotka Release 0.7.3 Disable introspection during distcheck Fixes to ConcurrentList - Fix using of freed memory in hazard pointers - Remove memory leak on freeing node in debug build - Set release policy to main loop by default - Re-enable the ConcurrentList tests 2012-08-05 Evan Nemerson Use generics for HashDataFunc and EqualDataFunc, fixes bug 680491 Add missing CompareDataFunc type arguments, fixes bug 624005 2012-07-29 Maciej Piechotka Temporary disable broken test. 2012-03-27 Maciej Piechotka Small typo in file header Split SortedMap/SortedSet into bi-directional and uni-directional parts 2012-03-06 Maciej Piechotka Don't resize after deletion from hashtable in iterator, fixes #671327 Depending on sizes of array and hash function resize might alter the iteration order. It meant that some elements might not be visited and some might be visited twice. 2012-02-18 Maciej Piechotka Refactor benchmarks Convert the documentations to valadoc new Note syntax 2012-01-23 Florian Brosch Fix valadoc documentation