----------------------------------------------------------------------
Version 0.1.5 2013-03-19
- bugfix: es_strncmp() did not work correctly
  Thanks to Philippe Muller for the patch.
  closes: http://bugzilla.adiscon.com/show_bug.cgi?id=424
----------------------------------------------------------------------
Version 0.1.4 2012-09-13
- bugfix: '\\' escape was not recognized when unescaping strings
  Thanks to Miloslav Trmač for the patch.
----------------------------------------------------------------------
Version 0.1.3 (rgerhards), 2012-07-04
- bugfix: fixed some problems in build system
  Thanks to Jan Engelhardt for the patches
- bugfix: license doc COPYING was accidently overwritten, now LGPL
  again (thanks to John Back for alerting me!)
----------------------------------------------------------------------
Version 0.1.2 (rgerhards), 2011-08-01
- added new API functions:
  * es_strcasebufcmp(),
  * es_strcasecmp(),
----------------------------------------------------------------------
Version 0.1.1 (rgerhards), 2011-07-12
- added new API functions:
  * es_newStrFromNumber(),
  * es_str2num()
  * es_strncmp()
  * es_strncasecmp()
  * es_strContains()
  * es_strCaseContains()
  * es_tolower()
----------------------------------------------------------------------
Version 0.1.0 (rgerhards), 2010-12-09
Initial public release.
