2011.1	Sat Feb 19 2011
	* Chg: update -version-info to 4:0:1.
	* Doc: some additions.

2011.1RC	Fri Feb 11 2011
	* break.c: New: ``preprocess'' callback feature. user_func is obsoleted.
	* utils.c: built-in preprocess callback linebreak_prep_URIBREAK().
	* sombok.c: custom format callback using shell script.
	* Test: added test data for ``make check''.

2011.0	Wed Jan 26 2011
	* Brush-up documentations.
	* ``make check'' feature (incomplete).

2011.0RC	Thu Jan 20 2011
	* Fix: Eliminated all (maybe, ...hopefully) memory leaks.
	* Chg: split part of gcstring_substr() to gcstring_replace().

2011.0b1	Sun Jan 15 2011 
	* First beta of new major release.

Important Changes beside Linebreak 1.x:

	* 1.x has memory leaks & potantial buffer overrun vulnerabilities.
	  Switching to release 20XX is strongly recommended.
	* Renamed package name from Linebreak to Sombok.
	* Major changes on public interface:
	- urgent_func callback takes two arguments, not five.
	- sizing_func callback with extra 6th argument was obsoleted.
	- default sizing method simply returns number of grapheme
	  clusters, not number of columns based on UAX #11.  For
	  compatible behavior with 1.x, use linebreak_sizing_UAX11()
	  built-in callback function.
	- linebreak_break*() functions return array of lines, not
	  single Unicode string.  Additinally, elements of array are
	  grapheme cluster strings.

About change history until release 1.x see ChangeLog.REL1 file.

