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

	2.48.1

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

	C++11: gmmproc: Use using instead of typedef.

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

	C++11: .h/.cc files: Replace typedefs with using.

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

	C++11: .hg/.ccg files: Replace typedefs with using.

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

	NEWS: Actually mention 2.48.0

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

	Move thread_local check into a GLIBMM_CXX_* macro, like other checks.

	Bug #759791

2016-03-28  Tom Schoonjans  <Tom.Schoonjans@diamond.ac.uk>

	Build: Use Threads::Private hen thread_local keyword is not supported.

	This fix is necessary for compilation of glibmm on OS X, as the clang
	compiler that currently ships with XCode currently does not support this
	keyword. Bug #759791