2020-03-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	3.0.3

2020-03-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	README.md: Better describe when maintainer-mode is necessary

	As a libsigc++-3 tarball does not contain generated source code,
	maintainer-mode is not always necessary when you build with Meson
	from a tarball that was created by Autotools.

2020-03-24  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	README.md: Improve the Build section

	and remove README_build. All build information is in README.md.

2020-03-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	meson.build: Update version to 3.0.2

2020-03-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	examples: Disable deprecated API when building with Meson

	Deprecated SIGCXX API is disabled when example programs are built
	with Autotools. Do the same when building with Meson.

2020-01-13  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	README.md, README_build: Describe building with Meson

2020-01-08  Robert Middleton  <robert.middleton@rm5248.com>

	Added example of using libsigc++ with Qt

	Pull Request #35.

2020-01-06  Lennard Berger  <lennard.berger@student.uni-tuebingen.de>

	tests: Replace C-style casts with static_cast<>

	murrayc-tuple-utils Pull Request #4 .

2020-01-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	docs/docs/reference/meson.build: Check if perl is found

	Don't use perl.path() when configuring Doxyfile, if perl is not found.
	Perl is not required, if build-documentation=false.
	Fixes #53