2012-01-22  Maciej Piechotka  <uzytkownik2@gmail.com>

	Release 0.7.2

	Remove --shared-library from .typelib, see bug #667529 for details

	Remove unneeded duplication of NULL definition

2012-01-20  Maciej Piechotka  <uzytkownik2@gmail.com>

	Fix problem of partially releasing hp context

	Fix compilation with vala master

	Extend Gee.Deque tests

	Add ArrayQueue

	Add default implementation of AbstractQueue.drain

	Fix warnings

2012-01-11  Daniel Espinosa  <despinosa@git.gnome.org>

	Fixed documentation typo in gee/traversable.vala

2011-12-19  Maciej Piechotka  <uzytkownik2@gmail.com>

	Add *_type property for all collections, fixes bug #663337

	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  <descalante@igalia.com>

	PriorityQueue: build fix for wrong variable name
	Bug #661153

2011-09-29  Hisao Suzuki  <suzuki611@oki.com>

	PriorityQueue: Fix underflow while updating degree, fixes bug #647162

2011-09-29  Maciej Piechotka  <uzytkownik2@gmail.com>

	Require more realistic version of Vala