2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	2.99.3

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	website: license: Link to the (LGPL3) license text.

	Instead of showing a copy of the license text.

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	COPYING: Change from LGPL 2+ to LGPL 3+

	Because the tuple-utils .h files are LGPL 3+.
	Bug #763616 (Dominique Leuenberger)

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	tuple-utils: Change license from GPL to LGPL.

	Following the change in their source in murrayc-tuple-utils.
	I am the author, with some small improvements by Jonathan Wakely,
	who agreed to the license change via email.

	Bug #763616 (Dominique Leuenberger)

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	configure.ac: Remove check for m4.

	As suggested by Kjell:  https://bugzilla.gnome.org/show_bug.cgi?id=763515#c2

2016-03-18  Marcin Kolny  <marcin.kolny@gmail.com>

	.gitignore: update test ignored files list

2016-03-18  Marcin Kolny  <marcin.kolny@gmail.com>

	build: remove unused m4 file

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	website: Improve the bugs links for clarity.

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	website: Mention the GitHub mirror.

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	website: Fix a capitalized libsigc++.

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	test_member_method_trait: Implement the methods.

	Because Jetbrains CLion inspections complain about it, and that
	seems fair.

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	website: Update Developers part to mention libsigc++-3.0.

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	website: Change News section to just link to NEWS.

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	website: Remove benchmark page, apparently unlinked.

2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	CMake: tests: explicitly list the tests.

	I don't like just looking for *.cc files in the directory. That
	seems fragile.