Hello community,

here is the log from the commit of package libgee for openSUSE:Factory checked 
in at 2014-10-16 14:53:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgee (Old)
 and      /work/SRC/openSUSE:Factory/.libgee.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgee"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgee/libgee.changes    2014-09-30 
19:38:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgee.new/libgee.changes       2014-10-16 
14:53:20.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Oct 14 16:46:18 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.16.1:
+  + Workaround GC thread consuming 100% of CPU.
+  + Fix HashMap destructor name.
+  + Fix a documentation typo.
+
+-------------------------------------------------------------------

Old:
----
  libgee-0.16.0.tar.xz

New:
----
  libgee-0.16.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgee.spec ++++++
--- /var/tmp/diff_new_pack.1AUzSJ/_old  2014-10-16 14:53:21.000000000 +0200
+++ /var/tmp/diff_new_pack.1AUzSJ/_new  2014-10-16 14:53:21.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           libgee
-Version:        0.16.0
+Version:        0.16.1
 Release:        0
 Summary:        GObject-based library providing commonly used data structures
 License:        LGPL-2.1+

++++++ libgee-0.16.0.tar.xz -> libgee-0.16.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/ChangeLog new/libgee-0.16.1/ChangeLog
--- old/libgee-0.16.0/ChangeLog 2014-09-23 10:50:48.000000000 +0200
+++ new/libgee-0.16.1/ChangeLog 2014-10-14 18:01:19.000000000 +0200
@@ -1,8 +1,22 @@
+2014-10-11  Maciej Piechotka  <uzytkown...@gmail.com>
+
+       Sleep 100 ms in GC thread when there is nothing to do
+       Temporal fix for bug 737507 until something more sane would come up
+       while still being lock free.
+
+2014-10-04  Michael Catanzaro  <mcatanz...@gnome.org>
+
+       Fix a documentation typo
+
+2014-09-26  Rico Tzschichholz  <ric...@ubuntu.com>
+
+       Fix destructor-name of HashMap
+
 2014-09-23  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.16.0
 
-2014-09-16  Maciej Piechotka  <uzytkown...@gmail.com>
+2014-09-15  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.15.92
 
@@ -12,24 +26,22 @@
 
        Fix valadoc syntax and extend Traversable.tee documentation
 
-2014-09-10  Adam Dingle  <a...@medovina.org>
+2014-09-09  Adam Dingle  <a...@medovina.org>
 
        Require Vala 0.25.1 (for --hide-internal)
 
-2014-08-20  Maciej Piechotka  <uzytkown...@gmail.com>
+2014-08-19  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.15.90
 
        Add INSTALL to .gitignore
 
-2014-08-17  Maciej Piechotka  <uzytkown...@gmail.com>
+2014-08-16  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Add benchmark suite for sets
 
        Add commandline options to the benchmark
 
-2014-08-16  Maciej Piechotka  <uzytkown...@gmail.com>
-
        Add explicit implementation of tee to all iterators
 
 2014-08-01  Andre Klapper  <a9016...@gmx.de>
@@ -40,7 +52,7 @@
 
        doap category core
 
-2014-06-30  Michael Catanzaro  <mcatanz...@gnome.org>
+2014-06-29  Michael Catanzaro  <mcatanz...@gnome.org>
 
        Remove INSTALL from version control
        This is autogenerated
@@ -86,11 +98,11 @@
 
        Fix HazardPointer implementation
 
-2014-02-21  Maciej Piechotka  <uzytkown...@gmail.com>
+2014-02-20  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Skip first and last element during counting down indices in remove test
 
-2014-02-18  Maciej Piechotka  <uzytkown...@gmail.com>
+2014-02-17  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.13.90
 
@@ -128,6 +140,8 @@
 
        Release 0.13.4
 
+2013-12-15  Maciej Piechotka  <uzytkown...@gmail.com>
+
        Fix unintentional break of ABI/C API
 
        Fix unused variable warnings for HazardPointer
@@ -138,15 +152,13 @@
 
        Fix various memory leaks in gee by re-implementing GClosure
 
-2013-12-15  Maciej Piechotka  <uzytkown...@gmail.com>
-
        Fix the problem of removing headers from utils, fixes bug #720500
 
 2013-12-14  Rico Tzschichholz  <ric...@ubuntu.com>
 
        Fix broken parallel build and dist vala-generated Gee-0.8.gir, fixes 
bug #720391
 
-2013-12-13  Maciej Piechotka  <uzytkown...@gmail.com>
+2013-12-12  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Fix build system by stealing more gnome-boxes code
        Parallel builds should work now and stamp files should be included
@@ -215,6 +227,8 @@
 
        Make Collection.*_array virtual and add CCode.ordering
 
+2013-08-01  Maciej Piechotka  <uzytkown...@gmail.com>
+
        Fix problem with wrapping of ArrayList
 
 2013-07-30  Maciej Piechotka  <uzytkown...@gmail.com>
@@ -223,6 +237,8 @@
 
        Port to newer GLib thread API
 
+2013-07-29  Maciej Piechotka  <uzytkown...@gmail.com>
+
        Release 0.11.5
 
        Fix missing header
@@ -252,6 +268,8 @@
 
        Fix Gee.StreamIterator.yield_next
 
+2013-07-15  Maciej Piechotka  <uzytkown...@gmail.com>
+
        Add Gee.TreeSet.foreach implementation
 
        Add Gee.ArrayQueue.foreach implementation
@@ -262,8 +280,6 @@
 
        Fix Gee.ArrayQueue.Iterator.foreach
 
-2013-07-15  Maciej Piechotka  <uzytkown...@gmail.com>
-
        Add the implementation for PriorityQueue.foreach
 
        Add the implementation for HashSet.foreach
@@ -282,12 +298,10 @@
 
        Fix transfering the ownership in Gee.FlatMapFuture.go_map
 
-2013-07-10  Maciej Piechotka  <uzytkown...@gmail.com>
+2013-07-09  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.11.4
 
-2013-07-09  Maciej Piechotka  <uzytkown...@gmail.com>
-
        Rename Future.join to Future.zip
 
        Fix documentation
@@ -322,7 +336,7 @@
 
        Add Stream.WAIT to Traversable.stream
 
-2013-07-04  Maciej Piechotka  <uzytkown...@gmail.com>
+2013-07-03  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.11.0
 
@@ -348,12 +362,10 @@
 
        Release 0.10.0
 
-2013-03-05  Maciej Piechotka  <uzytkown...@gmail.com>
+2013-03-04  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.9.92
 
-2013-03-04  Maciej Piechotka  <uzytkown...@gmail.com>
-
        Fix memory leak in TreeSet and TreeMap
 
 2013-02-17  Maciej Piechotka  <uzytkown...@gmail.com>
@@ -408,6 +420,8 @@
 
        Initial implementation of ConcurrentSet
 
+2012-12-01  Maciej Piechotka  <uzytkown...@gmail.com>
+
        Small improvement to ConcurrentList.Iterator
 
        Various small fixes to ConcurrentList
@@ -444,6 +458,8 @@
 
        Fixed commit 9e2e24f4.
 
+2012-10-19  Daniel Espinosa  <eso...@gmail.com>
+
        GObject Introspection support improved. * Added shared library for 
g-ir-compiler. * See bug #67987, Bug #658002 and Bug #585116
 
 2012-10-14  Maciej Piechotka  <uzytkown...@gmail.com>
@@ -460,9 +476,11 @@
 
        Remove use of explicit iterators
 
+2012-09-29  Maciej Piechotka  <uzytkown...@gmail.com>
+
        Specialize foreach functions for ArrayList and LinkedList
 
-2012-09-27  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-09-26  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Pass slice in ReadOnlyList, fixes bug 684915
 
@@ -476,13 +494,13 @@
 
        Add tests for Traversable methods implemented by Collections
 
-2012-09-21  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-09-20  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Remove unnecessary stream override in AbstractCollection
 
        Fix Traversable.chop method, fixes bug #684348
 
-2012-08-28  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-08-27  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.7.90
 
@@ -490,27 +508,25 @@
 
        Use views instead of copies inside MultiMap and don't cache Set.empty
 
-2012-08-27  Maciej Piechotka  <uzytkown...@gmail.com>
-
        Remove outdated method from AbstractSortedMap
 
 2012-08-27  Philip Withnall  <phi...@tecnocode.co.uk>
 
        Don’t notify on changes to hash/equal functions
 
-2012-08-26  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-08-25  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Update copyright and whitespaces
 
-2012-08-23  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-08-22  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.7.4.1
 
-2012-08-23  Alban Browaeys  <pra...@yahoo.com>
+2012-08-22  Alban Browaeys  <pra...@yahoo.com>
 
        tests: implement read_only in testmap Entry
 
-2012-08-21  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-08-20  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.7.4
 
@@ -518,19 +534,19 @@
 
        Fix warnings about lack of new keyword
 
-2012-08-20  Maciej Piechotka  <uzytkown...@gmail.com>
-
        Add read_only to Map.Entry
 
        Move *_type to interfaces and remove the ones from classes
 
        Move key_type/value_type implementation to multimap interface
 
+2012-08-19  Maciej Piechotka  <uzytkown...@gmail.com>
+
        Add map_iterator to MultiMap, partial fix for bug #675067
 
        Add reserved methods to allow future-proof ABI
 
-2012-08-19  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-08-18  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Move stream_impl to Traversable
 
@@ -542,11 +558,11 @@
 
        Move virtual methods to Collection interface
 
-2012-08-09  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-08-08  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Add GenericAccessors attributes to interfaces and remove _impl methods.
 
-2012-08-06  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-08-05  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Release 0.7.3
 
@@ -558,17 +574,17 @@
         - Set release policy to main loop by default
         - Re-enable the ConcurrentList tests
 
-2012-08-06  Evan Nemerson  <e...@coeus-group.com>
+2012-08-05  Evan Nemerson  <e...@coeus-group.com>
 
        Use generics for HashDataFunc and EqualDataFunc, fixes bug 680491
 
        Add missing CompareDataFunc type arguments, fixes bug 624005
 
-2012-07-30  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-07-29  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Temporary disable broken test.
 
-2012-03-28  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-03-27  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Small typo in file header
 
@@ -581,7 +597,7 @@
        the iteration order. It meant that some elements might not be visited
        and some might be visited twice.
 
-2012-02-19  Maciej Piechotka  <uzytkown...@gmail.com>
+2012-02-18  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Refactor benchmarks
 
@@ -621,13 +637,15 @@
 
        Add *_type property for all collections, fixes bug #663337
 
+2011-12-18  Maciej Piechotka  <uzytkown...@gmail.com>
+
        Fix compilation of priorityqueue.vala on vala from git
 
        Add gir_namespace and gir_version attributes, fixes bug #666208
        Currently they are specified in assemblyinfo.vala which needs to be
        first file passed to vala. See bug # 666478 for details.
 
-2011-10-08  Diego Escalante Urrelo  <descala...@igalia.com>
+2011-10-07  Diego Escalante Urrelo  <descala...@igalia.com>
 
        PriorityQueue: build fix for wrong variable name
        Bug #661153
@@ -663,6 +681,8 @@
 
        Move to new syntax of out parameters
 
+2011-09-19  Maciej Piechotka  <uzytkown...@gmail.com>
+
        Add check-news to AM_INIT_AUTOMAKE
 
 2011-09-14  Maciej Piechotka  <uzytkown...@gmail.com>
@@ -670,9 +690,11 @@
        Revert "hazardpointer - work in progress"
        This reverts commit f39a9175b63f9f6f58a019621e9d8c41c801ff73.
 
+2011-09-13  Maciej Piechotka  <uzytkown...@gmail.com>
+
        hazardpointer - work in progress
 
-2011-08-19  Maciej Piechotka  <uzytkown...@gmail.com>
+2011-08-18  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Post-release version bump
 
@@ -700,21 +722,21 @@
 
        Update documentation
 
-2011-08-01  Maciej Piechotka  <uzytkown...@gmail.com>
+2011-07-31  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Add Traversable<G>.filter method
 
        Fix Traversable<G>.stream in ReadOnlyCollection
 
-2011-07-25  Maciej Piechotka  <uzytkown...@gmail.com>
+2011-07-24  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Preserve laziness in Stream
 
-2011-07-23  Maciej Piechotka  <uzytkown...@gmail.com>
+2011-07-22  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Add Gee.Traversable<G> requirement to Gee.Iterable<G>
 
-2011-07-22  Maciej Piechotka  <uzytkown...@gmail.com>
+2011-07-21  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Export the function part of interface into Traversable
 
@@ -748,7 +770,7 @@
 
        Fix memory leak in default implementation of foreach and fold
 
-2011-04-29  Maciej Piechotka  <uzytkown...@gmail.com>
+2011-04-28  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Change Gee.TreeSet.Range to class
        It fixes problem that may occured when key used as boundary is freed
@@ -769,7 +791,7 @@
 
        Read fix bold text valadoc markup
 
-2011-02-12  Maciej Piechotka  <uzytkown...@gmail.com>
+2011-02-11  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Fix monospace text valadoc markup (replace ` by ``)
 
@@ -794,7 +816,7 @@
 
        Remove depending on order of iteration in read-only collections' test
 
-2010-11-20  Maciej Piechotka  <uzytkown...@gmail.com>
+2010-11-19  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Fix memory leak on freeing LinkedList
        If fixes issue described in bug #635224
@@ -861,12 +883,12 @@
 
        Fix memory leak in Gee.LinkedList
 
+2010-08-02  Maciej Piechotka  <uzytkown...@gmail.com>
+
        Fix typos in TreeMap and TreeSet fix and other embarrasing mistakes
 
        Fix the unfreeing on clear in TreeMap/TreeSet
 
-2010-08-02  Maciej Piechotka  <uzytkown...@gmail.com>
-
        Use automake 1.11 vala support + cleaning of the Makefile.am:
         - Checks the vala version
         - All flags are 'local' (i.e. taget_name_(VALA|C|LD)FLAGS)
@@ -904,7 +926,7 @@
 
        Fix lack of unsetting _first and _last in TreeSet on Set.clear()
 
-2010-07-15  Maciej Piechotka  <uzytkown...@gmail.com>
+2010-07-14  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Clean configure.ac
 
@@ -972,7 +994,7 @@
 
        Fix build with vala master
 
-2009-10-24  Didier 'Ptitjes  <ptit...@free.fr>
+2009-10-23  Didier 'Ptitjes  <ptit...@free.fr>
 
        Post-release version bump
 
@@ -1019,11 +1041,11 @@
 
        Add missing DEBUG section
 
-2009-09-27  Didier 'Ptitjes  <ptit...@free.fr>
+2009-09-26  Didier 'Ptitjes  <ptit...@free.fr>
 
        Make the coverage analysis on Vala code insteead of C code
 
-2009-09-26  Didier 'Ptitjes  <ptit...@free.fr>
+2009-09-25  Didier 'Ptitjes  <ptit...@free.fr>
 
        Fix TestCase against Vala master
 
@@ -1032,7 +1054,7 @@
        a queue merge operation, was put inside #if false directives and left 
in case we
        want to support that in the future. The debug code was enhanced too.
 
-2009-09-26  Maciej Piechotka  <uzytkown...@gmail.com>
+2009-09-25  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Fix move_red_right and move_red_left in the Tree implementations
        Fixes bug 595703.
@@ -1053,7 +1075,7 @@
 
        Fix some missing pointer casts
 
-2009-09-24  Didier 'Ptitjes  <ptit...@free.fr>
+2009-09-23  Didier 'Ptitjes  <ptit...@free.fr>
 
        Fix item count decrementation on removal in AbstractMultiSet
 
@@ -1061,8 +1083,6 @@
 
        Introduce immutable empty collection, list, set and map
 
-2009-09-23  Didier 'Ptitjes  <ptit...@free.fr>
-
        Make Map<K,V> be an Iterable<Map.Entry<K,V>>
 
        Implement TreeMultiSet
@@ -1109,19 +1129,17 @@
        Fix fix_up method in the TreeSet and TreeMap implementations
        Fixes bug 595703.
 
-2009-09-20  Didier 'Ptitjes  <ptit...@free.fr>
+2009-09-19  Didier 'Ptitjes  <ptit...@free.fr>
 
        Add a dependency to gee's vapi in tests' Makefile
 
        Introduce the Comparable interface and provide a CompareFunc for it
 
-2009-09-19  Didier 'Ptitjes  <ptit...@free.fr>
-
        Remove unusefull private setter only and construct only properties
 
        Fix first() and last() signatures in AbstractList
 
-2009-09-16  Didier 'Ptitjes  <ptit...@free.fr>
+2009-09-15  Didier 'Ptitjes  <ptit...@free.fr>
 
        Refactor the Set implementations' tests
        Fixes bug 594241.
@@ -1138,8 +1156,6 @@
 
        Make Functions class a namespace and fix copyright and authorship
 
-2009-09-15  Didier 'Ptitjes  <ptit...@free.fr>
-
        Introduce the ListIterator interface and make lists implement it
 
 2009-09-15  Maciej Piechotka  <uzytkown...@gmail.com>
@@ -1230,6 +1246,8 @@
        Setup test code coverage with lcov
        Code coverage analysis is enabled with --enable-coverage.
 
+2009-09-09  Didier 'Ptitjes  <ptit...@free.fr>
+
        Add missing --library in addition to --vapi in gee/Makefile
        The --gir option is not activated is --library is missing.
 
@@ -1248,12 +1266,12 @@
 
        Introduce TimSort and the public sorting API
 
-2009-09-07  Maciej Piechotka  <uzytkown...@gmail.com>
+2009-09-06  Maciej Piechotka  <uzytkown...@gmail.com>
 
        Remove possibility of passing null to constructors of ReadOnly* classes
        Fixes bug 590305.
 
-2009-09-07  Tomaž Vajngerl  <qui...@gmail.com>
+2009-09-06  Tomaž Vajngerl  <qui...@gmail.com>
 
        Change ReadOnlySet to inherit from ReadOnlyCollection.
        Fixes part of bug 590677.
@@ -1261,11 +1279,11 @@
        Change ReadOnlyList to inherit from ReadOnlyCollection.
        Fixes part of bug 590677.
 
-2009-09-07  Didier 'Ptitjes  <ptit...@free.fr>
+2009-09-06  Didier 'Ptitjes  <ptit...@free.fr>
 
        Fix ReadOnlyCollection and ReadOnlyMap encapsulation failure
 
-2009-09-07  Tomaž Vajngerl  <qui...@gmail.com>
+2009-09-06  Tomaž Vajngerl  <qui...@gmail.com>
 
        Add tests for ReadOnlyCollection and ReadOnlyList
        Fixes part of bug 590677.
@@ -1299,6 +1317,8 @@
        Some more enhancements to the test infrastructure
        TestCase is a more appropriate name, and so are set_up and tear_down.
 
+2009-09-05  Julien Peeters  <cont...@julienpeeters.fr>
+
        Adding a short descriptive introduction for each implementation class.
        Generally this introduction consists of a implementation description and
        few word about comparison with other structures.
@@ -1311,10 +1331,10 @@
 
        Initial documentation infrastructure import
 
-       Fixing generics typo in HashMap's Value collection
-
 2009-09-03  Didier 'Ptitjes  <ptit...@free.fr>
 
+       Fixing generics typo in HashMap's Value collection
+
        Change inner classes' properties from construct to private set
        Removing construct properties enables the use of Vala's constructor 
chain up.
 
@@ -1334,6 +1354,8 @@
        Enhanced Map removal to optionally retrieve removed value
        Fixes bug 587134.
 
+2009-08-04  Didier 'Ptitjes  <ptit...@free.fr>
+
        Remove invalid to_array implementation and re-enable test
 
 2009-08-03  Didier 'Ptitjes  <ptit...@free.fr>
@@ -1384,7 +1406,7 @@
 
        Add test fixture helper
 
-2009-07-24  Didier 'Ptitjes  <ptit...@free.fr>
+2009-07-23  Didier 'Ptitjes  <ptit...@free.fr>
 
        Introduce Collection.to_array() method
        A default naive implementation is provided in AbstractCollection. This
@@ -1395,8 +1417,6 @@
        All collection implementations now have a common AbstractCollection 
base class
        and now share the implementation of the get_element_type() method.
 
-2009-07-23  Didier 'Ptitjes  <ptit...@free.fr>
-
        Remove unused variable in tests
 
        Fix generic parameter typo
@@ -1431,6 +1451,8 @@
 
        Post-release version bump
 
+2009-07-19  Didier 'Ptitjes  <ptit...@free.fr>
+
        Release 0.1.6
 
 2009-07-19  Julien Fontanet  <julien.fonta...@isonoe.net>
@@ -1461,14 +1483,3 @@
 
        gee: Fix memory leak in HashMap.remove and HashSet.remove
        Fixes bug 584440.
-
-2009-04-30  Jürg Billeter  <j...@bitron.ch>
-
-       Update code using deprecated # modifier or operator
-
-       Fix build with Vala 0.7
-       Based on patch by Thijs Vermeir, fixes bug 579182.
-
-       Generate ChangeLog from git log
-       Add gitlog-to-changelog script from gnulib and a dist-hook to
-       generate ChangeLog file when creating tarballs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/NEWS new/libgee-0.16.1/NEWS
--- old/libgee-0.16.0/NEWS      2014-09-23 10:42:30.000000000 +0200
+++ new/libgee-0.16.1/NEWS      2014-10-14 18:01:03.000000000 +0200
@@ -1,3 +1,9 @@
+libgee 0.16.1
+=============
+ * Workaround GC thread consuming 100% of CPU
+ * Fix HashMap destructor name
+ * Fix a documentation typo
+
 libgee 0.16.0
 =============
  * No changes since previous release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/configure new/libgee-0.16.1/configure
--- old/libgee-0.16.0/configure 2014-09-23 10:42:54.000000000 +0200
+++ new/libgee-0.16.1/configure 2014-10-14 18:01:11.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libgee 0.16.0.
+# Generated by GNU Autoconf 2.69 for libgee 0.16.1.
 #
 # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=libgee>.
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='libgee'
 PACKAGE_TARNAME='libgee'
-PACKAGE_VERSION='0.16.0'
-PACKAGE_STRING='libgee 0.16.0'
+PACKAGE_VERSION='0.16.1'
+PACKAGE_STRING='libgee 0.16.1'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=libgee'
 PACKAGE_URL=''
 
@@ -1414,7 +1414,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libgee 0.16.0 to adapt to many kinds of systems.
+\`configure' configures libgee 0.16.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1484,7 +1484,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libgee 0.16.0:";;
+     short | recursive ) echo "Configuration of libgee 0.16.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1609,7 +1609,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libgee configure 0.16.0
+libgee configure 0.16.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1887,7 +1887,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libgee $as_me 0.16.0, which was
+It was created by libgee $as_me 0.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2754,7 +2754,7 @@
 
 # Define the identity of the package.
  PACKAGE='libgee'
- VERSION='0.16.0'
+ VERSION='0.16.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11640,7 +11640,7 @@
 
 
 
-LIBGEE_LT_VERSION="7:0:5"
+LIBGEE_LT_VERSION="7:1:5"
 
 
 GLIB_REQUIRED=2.36
@@ -12893,7 +12893,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libgee $as_me 0.16.0, which was
+This file was extended by libgee $as_me 0.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12959,7 +12959,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libgee config.status 0.16.0
+libgee config.status 0.16.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/configure.ac 
new/libgee-0.16.1/configure.ac
--- old/libgee-0.16.0/configure.ac      2014-09-23 10:41:32.000000000 +0200
+++ new/libgee-0.16.1/configure.ac      2014-10-14 17:59:39.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.16.0], 
[https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.16.1], 
[https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])
@@ -11,7 +11,7 @@
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 
-LIBGEE_LT_VERSION="7:0:5"
+LIBGEE_LT_VERSION="7:1:5"
 AC_SUBST(LIBGEE_LT_VERSION)
 
 GLIB_REQUIRED=2.36
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractbidirlist.c 
new/libgee-0.16.1/gee/abstractbidirlist.c
--- old/libgee-0.16.0/gee/abstractbidirlist.c   2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/abstractbidirlist.c   2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* abstractbidirlist.c generated by valac 0.26.0, the Vala compiler
+/* abstractbidirlist.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractbidirlist.vala, do not modify */
 
 /* bidirlistiterator.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractbidirsortedmap.c 
new/libgee-0.16.1/gee/abstractbidirsortedmap.c
--- old/libgee-0.16.0/gee/abstractbidirsortedmap.c      2014-09-23 
10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/abstractbidirsortedmap.c      2014-10-14 
18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* abstractbidirsortedmap.c generated by valac 0.26.0, the Vala compiler
+/* abstractbidirsortedmap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractbidirsortedmap.vala, do not modify */
 
 /* abstractbidirsortedmap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractbidirsortedset.c 
new/libgee-0.16.1/gee/abstractbidirsortedset.c
--- old/libgee-0.16.0/gee/abstractbidirsortedset.c      2014-09-23 
10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/abstractbidirsortedset.c      2014-10-14 
18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* abstractbidirsortedset.c generated by valac 0.26.0, the Vala compiler
+/* abstractbidirsortedset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractbidirsortedset.vala, do not modify */
 
 /* abstractbidirsortedset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractcollection.c 
new/libgee-0.16.1/gee/abstractcollection.c
--- old/libgee-0.16.0/gee/abstractcollection.c  2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/abstractcollection.c  2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* abstractcollection.c generated by valac 0.26.0, the Vala compiler
+/* abstractcollection.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractcollection.vala, do not modify */
 
 /* abstractcollection.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractlist.c 
new/libgee-0.16.1/gee/abstractlist.c
--- old/libgee-0.16.0/gee/abstractlist.c        2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/abstractlist.c        2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* abstractlist.c generated by valac 0.26.0, the Vala compiler
+/* abstractlist.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractlist.vala, do not modify */
 
 /* abstractlist.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractmap.c 
new/libgee-0.16.1/gee/abstractmap.c
--- old/libgee-0.16.0/gee/abstractmap.c 2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/abstractmap.c 2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* abstractmap.c generated by valac 0.26.0, the Vala compiler
+/* abstractmap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractmap.vala, do not modify */
 
 /* abstractmap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractmultimap.c 
new/libgee-0.16.1/gee/abstractmultimap.c
--- old/libgee-0.16.0/gee/abstractmultimap.c    2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/abstractmultimap.c    2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* abstractmultimap.c generated by valac 0.26.0, the Vala compiler
+/* abstractmultimap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractmultimap.vala, do not modify */
 
 /* abstractmultimap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractmultiset.c 
new/libgee-0.16.1/gee/abstractmultiset.c
--- old/libgee-0.16.0/gee/abstractmultiset.c    2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/abstractmultiset.c    2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* abstractmultiset.c generated by valac 0.26.0, the Vala compiler
+/* abstractmultiset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractmultiset.vala, do not modify */
 
 /* abstractmultiset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractqueue.c 
new/libgee-0.16.1/gee/abstractqueue.c
--- old/libgee-0.16.0/gee/abstractqueue.c       2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/abstractqueue.c       2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* abstractqueue.c generated by valac 0.26.0, the Vala compiler
+/* abstractqueue.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractqueue.vala, do not modify */
 
 /* abstractqueue.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractset.c 
new/libgee-0.16.1/gee/abstractset.c
--- old/libgee-0.16.0/gee/abstractset.c 2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/abstractset.c 2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* abstractset.c generated by valac 0.26.0, the Vala compiler
+/* abstractset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractset.vala, do not modify */
 
 /* abstractset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractsortedmap.c 
new/libgee-0.16.1/gee/abstractsortedmap.c
--- old/libgee-0.16.0/gee/abstractsortedmap.c   2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/abstractsortedmap.c   2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* abstractsortedmap.c generated by valac 0.26.0, the Vala compiler
+/* abstractsortedmap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractsortedmap.vala, do not modify */
 
 /* readonlysortedmap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/abstractsortedset.c 
new/libgee-0.16.1/gee/abstractsortedset.c
--- old/libgee-0.16.0/gee/abstractsortedset.c   2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/abstractsortedset.c   2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* abstractsortedset.c generated by valac 0.26.0, the Vala compiler
+/* abstractsortedset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from abstractsortedset.vala, do not modify */
 
 /* abstractsortedset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/arraylist.c 
new/libgee-0.16.1/gee/arraylist.c
--- old/libgee-0.16.0/gee/arraylist.c   2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/arraylist.c   2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* arraylist.c generated by valac 0.26.0, the Vala compiler
+/* arraylist.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from arraylist.vala, do not modify */
 
 /* arraylist.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/arrayqueue.c 
new/libgee-0.16.1/gee/arrayqueue.c
--- old/libgee-0.16.0/gee/arrayqueue.c  2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/arrayqueue.c  2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* arrayqueue.c generated by valac 0.26.0, the Vala compiler
+/* arrayqueue.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from arrayqueue.vala, do not modify */
 
 /* arrayqueue.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/assemblyinfo.c 
new/libgee-0.16.1/gee/assemblyinfo.c
--- old/libgee-0.16.0/gee/assemblyinfo.c        2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/assemblyinfo.c        2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* assemblyinfo.c generated by valac 0.26.0, the Vala compiler
+/* assemblyinfo.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from assemblyinfo.vala, do not modify */
 
 /* functions.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/bidiriterator.c 
new/libgee-0.16.1/gee/bidiriterator.c
--- old/libgee-0.16.0/gee/bidiriterator.c       2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/bidiriterator.c       2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* bidiriterator.c generated by valac 0.26.0, the Vala compiler
+/* bidiriterator.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from bidiriterator.vala, do not modify */
 
 /* bidiriterator.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/bidirlist.c 
new/libgee-0.16.1/gee/bidirlist.c
--- old/libgee-0.16.0/gee/bidirlist.c   2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/bidirlist.c   2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* bidirlist.c generated by valac 0.26.0, the Vala compiler
+/* bidirlist.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from bidirlist.vala, do not modify */
 
 /* bidirlist.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/bidirlistiterator.c 
new/libgee-0.16.1/gee/bidirlistiterator.c
--- old/libgee-0.16.0/gee/bidirlistiterator.c   2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/bidirlistiterator.c   2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* bidirlistiterator.c generated by valac 0.26.0, the Vala compiler
+/* bidirlistiterator.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from bidirlistiterator.vala, do not modify */
 
 /* bidirlistiterator.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/bidirmapiterator.c 
new/libgee-0.16.1/gee/bidirmapiterator.c
--- old/libgee-0.16.0/gee/bidirmapiterator.c    2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/bidirmapiterator.c    2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* bidirmapiterator.c generated by valac 0.26.0, the Vala compiler
+/* bidirmapiterator.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from bidirmapiterator.vala, do not modify */
 
 /* bidiriterator.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/bidirsortedmap.c 
new/libgee-0.16.1/gee/bidirsortedmap.c
--- old/libgee-0.16.0/gee/bidirsortedmap.c      2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/bidirsortedmap.c      2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* bidirsortedmap.c generated by valac 0.26.0, the Vala compiler
+/* bidirsortedmap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from bidirsortedmap.vala, do not modify */
 
 /* bidirsortedmap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/bidirsortedset.c 
new/libgee-0.16.1/gee/bidirsortedset.c
--- old/libgee-0.16.0/gee/bidirsortedset.c      2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/bidirsortedset.c      2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* bidirsortedset.c generated by valac 0.26.0, the Vala compiler
+/* bidirsortedset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from bidirsortedset.vala, do not modify */
 
 /* bidirsortedset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/collection.c 
new/libgee-0.16.1/gee/collection.c
--- old/libgee-0.16.0/gee/collection.c  2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/collection.c  2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* collection.c generated by valac 0.26.0, the Vala compiler
+/* collection.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from collection.vala, do not modify */
 
 /* collection.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/comparable.c 
new/libgee-0.16.1/gee/comparable.c
--- old/libgee-0.16.0/gee/comparable.c  2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/comparable.c  2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* comparable.c generated by valac 0.26.0, the Vala compiler
+/* comparable.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from comparable.vala, do not modify */
 
 /* comparable.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/concurrentlist.c 
new/libgee-0.16.1/gee/concurrentlist.c
--- old/libgee-0.16.0/gee/concurrentlist.c      2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/concurrentlist.c      2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* concurrentlist.c generated by valac 0.26.0, the Vala compiler
+/* concurrentlist.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from concurrentlist.vala, do not modify */
 
 /* concurrentlist.vala
@@ -2924,7 +2924,7 @@
  * [[http://www.cse.yorku.ca/~ruppert/papers/lfll.pdf|Mikhail Fomitchev and  
Eric Ruppert paper ]].
  *
  * Many threads are allowed to operate on the same structure as well as 
modification
- * of structure during iteration is allowed. However the change may not be 
immidiatly
+ * of structure during iteration is allowed. However the change may not be 
immediately
  * visible to other threads.
  */
 GType gee_concurrent_list_get_type (void) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/concurrentlist.vala 
new/libgee-0.16.1/gee/concurrentlist.vala
--- old/libgee-0.16.0/gee/concurrentlist.vala   2014-09-23 10:50:19.000000000 
+0200
+++ new/libgee-0.16.1/gee/concurrentlist.vala   2014-10-12 08:28:07.000000000 
+0200
@@ -25,7 +25,7 @@
  * [[http://www.cse.yorku.ca/~ruppert/papers/lfll.pdf|Mikhail Fomitchev and  
Eric Ruppert paper ]].
  *
  * Many threads are allowed to operate on the same structure as well as 
modification
- * of structure during iteration is allowed. However the change may not be 
immidiatly
+ * of structure during iteration is allowed. However the change may not be 
immediately
  * visible to other threads.
  */
 public class Gee.ConcurrentList<G> : AbstractList<G> {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/concurrentset.c 
new/libgee-0.16.1/gee/concurrentset.c
--- old/libgee-0.16.0/gee/concurrentset.c       2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/concurrentset.c       2014-10-14 18:01:16.000000000 
+0200
@@ -1,4 +1,4 @@
-/* concurrentset.c generated by valac 0.26.0, the Vala compiler
+/* concurrentset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from concurrentset.vala, do not modify */
 
 /* concurrentset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/deque.c 
new/libgee-0.16.1/gee/deque.c
--- old/libgee-0.16.0/gee/deque.c       2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/deque.c       2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* deque.c generated by valac 0.26.0, the Vala compiler
+/* deque.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from deque.vala, do not modify */
 
 /* deque.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/functions.c 
new/libgee-0.16.1/gee/functions.c
--- old/libgee-0.16.0/gee/functions.c   2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/functions.c   2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* functions.c generated by valac 0.26.0, the Vala compiler
+/* functions.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from functions.vala, do not modify */
 
 /* functions.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/future.c 
new/libgee-0.16.1/gee/future.c
--- old/libgee-0.16.0/gee/future.c      2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/future.c      2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* future.c generated by valac 0.26.0, the Vala compiler
+/* future.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from future.vala, do not modify */
 
 /* future.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/gee-0.8.vapi 
new/libgee-0.16.1/gee/gee-0.8.vapi
--- old/libgee-0.16.0/gee/gee-0.8.vapi  2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/gee-0.8.vapi  2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* gee-0.8.vapi generated by valac 0.26.0, do not modify. */
+/* gee-0.8.vapi generated by valac 0.26.1.2-d4d3, do not modify. */
 
 [CCode (gir_namespace = "Gee", gir_version = "0.8")]
 namespace Gee {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/gee.h new/libgee-0.16.1/gee/gee.h
--- old/libgee-0.16.0/gee/gee.h 2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/gee.h 2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* gee.h generated by valac 0.26.0, the Vala compiler, do not modify */
+/* gee.h generated by valac 0.26.1.2-d4d3, the Vala compiler, do not modify */
 
 
 #ifndef __GEE_H__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/hashable.c 
new/libgee-0.16.1/gee/hashable.c
--- old/libgee-0.16.0/gee/hashable.c    2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/hashable.c    2014-10-14 18:01:16.000000000 +0200
@@ -1,4 +1,4 @@
-/* hashable.c generated by valac 0.26.0, the Vala compiler
+/* hashable.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from hashable.vala, do not modify */
 
 /* hashable.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/hashmap.c 
new/libgee-0.16.1/gee/hashmap.c
--- old/libgee-0.16.0/gee/hashmap.c     2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/hashmap.c     2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* hashmap.c generated by valac 0.26.0, the Vala compiler
+/* hashmap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from hashmap.vala, do not modify */
 
 /* hashmap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/hashmap.vala 
new/libgee-0.16.1/gee/hashmap.vala
--- old/libgee-0.16.0/gee/hashmap.vala  2014-09-23 10:50:19.000000000 +0200
+++ new/libgee-0.16.1/gee/hashmap.vala  2014-10-12 08:23:05.000000000 +0200
@@ -323,7 +323,7 @@
                }
        }
 
-       ~HashSet () {
+       ~HashMap () {
                clear ();
        }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/hashmultimap.c 
new/libgee-0.16.1/gee/hashmultimap.c
--- old/libgee-0.16.0/gee/hashmultimap.c        2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/hashmultimap.c        2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* hashmultimap.c generated by valac 0.26.0, the Vala compiler
+/* hashmultimap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from hashmultimap.vala, do not modify */
 
 /* hashmultimap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/hashmultiset.c 
new/libgee-0.16.1/gee/hashmultiset.c
--- old/libgee-0.16.0/gee/hashmultiset.c        2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/hashmultiset.c        2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* hashmultiset.c generated by valac 0.26.0, the Vala compiler
+/* hashmultiset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from hashmultiset.vala, do not modify */
 
 /* hashmultiset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/hashset.c 
new/libgee-0.16.1/gee/hashset.c
--- old/libgee-0.16.0/gee/hashset.c     2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/hashset.c     2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* hashset.c generated by valac 0.26.0, the Vala compiler
+/* hashset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from hashset.vala, do not modify */
 
 /* hashset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/hazardpointer.c 
new/libgee-0.16.1/gee/hazardpointer.c
--- old/libgee-0.16.0/gee/hazardpointer.c       2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/hazardpointer.c       2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* hazardpointer.c generated by valac 0.26.0, the Vala compiler
+/* hazardpointer.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from hazardpointer.vala, do not modify */
 
 /* hazardpointer.vala
@@ -693,6 +693,10 @@
                gboolean _tmp6_ = FALSE;
                gboolean _tmp7_ = FALSE;
                GeeHazardPointerContext* _tmp8_ = NULL;
+               GeeHazardPointerContext* _tmp9_ = NULL;
+               GeeArrayList* _tmp10_ = NULL;
+               gboolean _tmp11_ = FALSE;
+               gboolean _tmp12_ = FALSE;
                g_thread_yield ();
                _tmp2_ = ctx;
                _tmp3_ = _tmp2_->_to_free;
@@ -703,6 +707,13 @@
                gee_hazard_pointer_release_policy_pull_from_queue 
((GeeCollection*) _tmp3_, _tmp7_);
                _tmp8_ = ctx;
                gee_hazard_pointer_context_try_free (_tmp8_);
+               _tmp9_ = ctx;
+               _tmp10_ = _tmp9_->_to_free;
+               _tmp11_ = gee_collection_get_is_empty ((GeeCollection*) 
_tmp10_);
+               _tmp12_ = _tmp11_;
+               if (_tmp12_) {
+                       g_usleep ((gulong) 100000);
+               }
        }
        _gee_hazard_pointer_context_free0 (ctx);
        return result;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/hazardpointer.vala 
new/libgee-0.16.1/gee/hazardpointer.vala
--- old/libgee-0.16.0/gee/hazardpointer.vala    2014-09-23 10:50:19.000000000 
+0200
+++ new/libgee-0.16.1/gee/hazardpointer.vala    2014-10-12 08:28:07.000000000 
+0200
@@ -458,6 +458,9 @@
                                                Thread.yield ();
                                                pull_from_queue (ctx._to_free, 
ctx._to_free.is_empty);
                                                ctx.try_free ();
+                                               if (ctx._to_free.is_empty) {
+                                                       GLib.Thread.usleep 
(100000);
+                                               }
                                        }
                                });
                                break;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/iterable.c 
new/libgee-0.16.1/gee/iterable.c
--- old/libgee-0.16.0/gee/iterable.c    2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/iterable.c    2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* iterable.c generated by valac 0.26.0, the Vala compiler
+/* iterable.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from iterable.vala, do not modify */
 
 /* iterable.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/iterator.c 
new/libgee-0.16.1/gee/iterator.c
--- old/libgee-0.16.0/gee/iterator.c    2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/iterator.c    2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* iterator.c generated by valac 0.26.0, the Vala compiler
+/* iterator.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from iterator.vala, do not modify */
 
 /* iterator.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/lazy.c new/libgee-0.16.1/gee/lazy.c
--- old/libgee-0.16.0/gee/lazy.c        2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/lazy.c        2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* lazy.c generated by valac 0.26.0, the Vala compiler
+/* lazy.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from lazy.vala, do not modify */
 
 /* lazy.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/lightmapfuture.c 
new/libgee-0.16.1/gee/lightmapfuture.c
--- old/libgee-0.16.0/gee/lightmapfuture.c      2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/lightmapfuture.c      2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* lightmapfuture.c generated by valac 0.26.0, the Vala compiler
+/* lightmapfuture.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from lightmapfuture.vala, do not modify */
 
 /* lightmapfuture.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/linkedlist.c 
new/libgee-0.16.1/gee/linkedlist.c
--- old/libgee-0.16.0/gee/linkedlist.c  2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/linkedlist.c  2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* linkedlist.c generated by valac 0.26.0, the Vala compiler
+/* linkedlist.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from linkedlist.vala, do not modify */
 
 /* linkedlist.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/list.c new/libgee-0.16.1/gee/list.c
--- old/libgee-0.16.0/gee/list.c        2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/list.c        2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* list.c generated by valac 0.26.0, the Vala compiler
+/* list.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from list.vala, do not modify */
 
 /* list.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/listiterator.c 
new/libgee-0.16.1/gee/listiterator.c
--- old/libgee-0.16.0/gee/listiterator.c        2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/listiterator.c        2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* listiterator.c generated by valac 0.26.0, the Vala compiler
+/* listiterator.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from listiterator.vala, do not modify */
 
 /* listiterator.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/map.c new/libgee-0.16.1/gee/map.c
--- old/libgee-0.16.0/gee/map.c 2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/map.c 2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* map.c generated by valac 0.26.0, the Vala compiler
+/* map.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from map.vala, do not modify */
 
 /* map.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/mapiterator.c 
new/libgee-0.16.1/gee/mapiterator.c
--- old/libgee-0.16.0/gee/mapiterator.c 2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/mapiterator.c 2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* mapiterator.c generated by valac 0.26.0, the Vala compiler
+/* mapiterator.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from mapiterator.vala, do not modify */
 
 /* mapiterator.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/multimap.c 
new/libgee-0.16.1/gee/multimap.c
--- old/libgee-0.16.0/gee/multimap.c    2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/multimap.c    2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* multimap.c generated by valac 0.26.0, the Vala compiler
+/* multimap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from multimap.vala, do not modify */
 
 /* multimap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/multiset.c 
new/libgee-0.16.1/gee/multiset.c
--- old/libgee-0.16.0/gee/multiset.c    2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/multiset.c    2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* multiset.c generated by valac 0.26.0, the Vala compiler
+/* multiset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from multiset.vala, do not modify */
 
 /* multiset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/priorityqueue.c 
new/libgee-0.16.1/gee/priorityqueue.c
--- old/libgee-0.16.0/gee/priorityqueue.c       2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/priorityqueue.c       2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* priorityqueue.c generated by valac 0.26.0, the Vala compiler
+/* priorityqueue.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from priorityqueue.vala, do not modify */
 
 /* priorityqueue.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/promise.c 
new/libgee-0.16.1/gee/promise.c
--- old/libgee-0.16.0/gee/promise.c     2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/promise.c     2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* promise.c generated by valac 0.26.0, the Vala compiler
+/* promise.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from promise.vala, do not modify */
 
 /* promise.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/queue.c 
new/libgee-0.16.1/gee/queue.c
--- old/libgee-0.16.0/gee/queue.c       2014-09-23 10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/queue.c       2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* queue.c generated by valac 0.26.0, the Vala compiler
+/* queue.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from queue.vala, do not modify */
 
 /* queue.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlybidirlist.c 
new/libgee-0.16.1/gee/readonlybidirlist.c
--- old/libgee-0.16.0/gee/readonlybidirlist.c   2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/readonlybidirlist.c   2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* readonlybidirlist.c generated by valac 0.26.0, the Vala compiler
+/* readonlybidirlist.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlybidirlist.vala, do not modify */
 
 /* readonlybidirlist.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlybidirsortedmap.c 
new/libgee-0.16.1/gee/readonlybidirsortedmap.c
--- old/libgee-0.16.0/gee/readonlybidirsortedmap.c      2014-09-23 
10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/readonlybidirsortedmap.c      2014-10-14 
18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* readonlybidirsortedmap.c generated by valac 0.26.0, the Vala compiler
+/* readonlybidirsortedmap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlybidirsortedmap.vala, do not modify */
 
 /* readonlybidirsortedmap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlybidirsortedset.c 
new/libgee-0.16.1/gee/readonlybidirsortedset.c
--- old/libgee-0.16.0/gee/readonlybidirsortedset.c      2014-09-23 
10:50:22.000000000 +0200
+++ new/libgee-0.16.1/gee/readonlybidirsortedset.c      2014-10-14 
18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* readonlybidirsortedset.c generated by valac 0.26.0, the Vala compiler
+/* readonlybidirsortedset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlybidirsortedset.vala, do not modify */
 
 /* readonlybidirsortedset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlycollection.c 
new/libgee-0.16.1/gee/readonlycollection.c
--- old/libgee-0.16.0/gee/readonlycollection.c  2014-09-23 10:50:22.000000000 
+0200
+++ new/libgee-0.16.1/gee/readonlycollection.c  2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* readonlycollection.c generated by valac 0.26.0, the Vala compiler
+/* readonlycollection.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlycollection.vala, do not modify */
 
 /* readonlycollection.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlylist.c 
new/libgee-0.16.1/gee/readonlylist.c
--- old/libgee-0.16.0/gee/readonlylist.c        2014-09-23 10:50:23.000000000 
+0200
+++ new/libgee-0.16.1/gee/readonlylist.c        2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* readonlylist.c generated by valac 0.26.0, the Vala compiler
+/* readonlylist.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlylist.vala, do not modify */
 
 /* readonlylist.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlymap.c 
new/libgee-0.16.1/gee/readonlymap.c
--- old/libgee-0.16.0/gee/readonlymap.c 2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/readonlymap.c 2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* readonlymap.c generated by valac 0.26.0, the Vala compiler
+/* readonlymap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlymap.vala, do not modify */
 
 /* readonlymap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlymultimap.c 
new/libgee-0.16.1/gee/readonlymultimap.c
--- old/libgee-0.16.0/gee/readonlymultimap.c    2014-09-23 10:50:23.000000000 
+0200
+++ new/libgee-0.16.1/gee/readonlymultimap.c    2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* readonlymultimap.c generated by valac 0.26.0, the Vala compiler
+/* readonlymultimap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlymultimap.vala, do not modify */
 
 /* readonlymultimap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlymultiset.c 
new/libgee-0.16.1/gee/readonlymultiset.c
--- old/libgee-0.16.0/gee/readonlymultiset.c    2014-09-23 10:50:23.000000000 
+0200
+++ new/libgee-0.16.1/gee/readonlymultiset.c    2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* readonlymultiset.c generated by valac 0.26.0, the Vala compiler
+/* readonlymultiset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlymultiset.vala, do not modify */
 
 /* readonlymultiset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlyset.c 
new/libgee-0.16.1/gee/readonlyset.c
--- old/libgee-0.16.0/gee/readonlyset.c 2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/readonlyset.c 2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* readonlyset.c generated by valac 0.26.0, the Vala compiler
+/* readonlyset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlyset.vala, do not modify */
 
 /* readonlyset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlysortedmap.c 
new/libgee-0.16.1/gee/readonlysortedmap.c
--- old/libgee-0.16.0/gee/readonlysortedmap.c   2014-09-23 10:50:23.000000000 
+0200
+++ new/libgee-0.16.1/gee/readonlysortedmap.c   2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* readonlysortedmap.c generated by valac 0.26.0, the Vala compiler
+/* readonlysortedmap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlysortedmap.vala, do not modify */
 
 /* readonlysortedmap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/readonlysortedset.c 
new/libgee-0.16.1/gee/readonlysortedset.c
--- old/libgee-0.16.0/gee/readonlysortedset.c   2014-09-23 10:50:23.000000000 
+0200
+++ new/libgee-0.16.1/gee/readonlysortedset.c   2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* readonlysortedset.c generated by valac 0.26.0, the Vala compiler
+/* readonlysortedset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from readonlysortedset.vala, do not modify */
 
 /* readonlysortedset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/set.c new/libgee-0.16.1/gee/set.c
--- old/libgee-0.16.0/gee/set.c 2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/set.c 2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* set.c generated by valac 0.26.0, the Vala compiler
+/* set.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from set.vala, do not modify */
 
 /* set.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/sortedmap.c 
new/libgee-0.16.1/gee/sortedmap.c
--- old/libgee-0.16.0/gee/sortedmap.c   2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/sortedmap.c   2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* sortedmap.c generated by valac 0.26.0, the Vala compiler
+/* sortedmap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from sortedmap.vala, do not modify */
 
 /* sortedset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/sortedset.c 
new/libgee-0.16.1/gee/sortedset.c
--- old/libgee-0.16.0/gee/sortedset.c   2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/sortedset.c   2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* sortedset.c generated by valac 0.26.0, the Vala compiler
+/* sortedset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from sortedset.vala, do not modify */
 
 /* sortedset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/streamiterator.c 
new/libgee-0.16.1/gee/streamiterator.c
--- old/libgee-0.16.0/gee/streamiterator.c      2014-09-23 10:50:23.000000000 
+0200
+++ new/libgee-0.16.1/gee/streamiterator.c      2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* streamiterator.c generated by valac 0.26.0, the Vala compiler
+/* streamiterator.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from streamiterator.vala, do not modify */
 
 /* streamiterator.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/task.c new/libgee-0.16.1/gee/task.c
--- old/libgee-0.16.0/gee/task.c        2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/task.c        2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* task.c generated by valac 0.26.0, the Vala compiler
+/* task.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from task.vala, do not modify */
 
 /* task.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/teeiterator.c 
new/libgee-0.16.1/gee/teeiterator.c
--- old/libgee-0.16.0/gee/teeiterator.c 2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/teeiterator.c 2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* teeiterator.c generated by valac 0.26.0, the Vala compiler
+/* teeiterator.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from teeiterator.vala, do not modify */
 
 /* teeiterator.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/timsort.c 
new/libgee-0.16.1/gee/timsort.c
--- old/libgee-0.16.0/gee/timsort.c     2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/timsort.c     2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* timsort.c generated by valac 0.26.0, the Vala compiler
+/* timsort.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from timsort.vala, do not modify */
 
 /* timsort.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/traversable.c 
new/libgee-0.16.1/gee/traversable.c
--- old/libgee-0.16.0/gee/traversable.c 2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/traversable.c 2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* traversable.c generated by valac 0.26.0, the Vala compiler
+/* traversable.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from traversable.vala, do not modify */
 
 /* traversable.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/treemap.c 
new/libgee-0.16.1/gee/treemap.c
--- old/libgee-0.16.0/gee/treemap.c     2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/treemap.c     2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* treemap.c generated by valac 0.26.0, the Vala compiler
+/* treemap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from treemap.vala, do not modify */
 
 /* treemap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/treemultimap.c 
new/libgee-0.16.1/gee/treemultimap.c
--- old/libgee-0.16.0/gee/treemultimap.c        2014-09-23 10:50:23.000000000 
+0200
+++ new/libgee-0.16.1/gee/treemultimap.c        2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* treemultimap.c generated by valac 0.26.0, the Vala compiler
+/* treemultimap.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from treemultimap.vala, do not modify */
 
 /* treemultimap.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/treemultiset.c 
new/libgee-0.16.1/gee/treemultiset.c
--- old/libgee-0.16.0/gee/treemultiset.c        2014-09-23 10:50:23.000000000 
+0200
+++ new/libgee-0.16.1/gee/treemultiset.c        2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* treemultiset.c generated by valac 0.26.0, the Vala compiler
+/* treemultiset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from treemultiset.vala, do not modify */
 
 /* treemultiset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/treeset.c 
new/libgee-0.16.1/gee/treeset.c
--- old/libgee-0.16.0/gee/treeset.c     2014-09-23 10:50:23.000000000 +0200
+++ new/libgee-0.16.1/gee/treeset.c     2014-10-14 18:01:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* treeset.c generated by valac 0.26.0, the Vala compiler
+/* treeset.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from treeset.vala, do not modify */
 
 /* treeset.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/unfolditerator.c 
new/libgee-0.16.1/gee/unfolditerator.c
--- old/libgee-0.16.0/gee/unfolditerator.c      2014-09-23 10:50:23.000000000 
+0200
+++ new/libgee-0.16.1/gee/unfolditerator.c      2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* unfolditerator.c generated by valac 0.26.0, the Vala compiler
+/* unfolditerator.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from unfolditerator.vala, do not modify */
 
 /* unfolditerator.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgee-0.16.0/gee/unrolledlinkedlist.c 
new/libgee-0.16.1/gee/unrolledlinkedlist.c
--- old/libgee-0.16.0/gee/unrolledlinkedlist.c  2014-09-23 10:50:23.000000000 
+0200
+++ new/libgee-0.16.1/gee/unrolledlinkedlist.c  2014-10-14 18:01:17.000000000 
+0200
@@ -1,4 +1,4 @@
-/* unrolledlinkedlist.c generated by valac 0.26.0, the Vala compiler
+/* unrolledlinkedlist.c generated by valac 0.26.1.2-d4d3, the Vala compiler
  * generated from unrolledlinkedlist.vala, do not modify */
 
 /* unrolledlinkedlist.vala

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to