diff --git a/CHANGES b/CHANGES index 095b05f1..1a50f1be 100644 --- a/CHANGES +++ b/CHANGES @@ -275,3 +275,12 @@ o inifile: - bugfix: short subsections weren't matched by match_super(), breaking inifile_get_num_sections() - inifile handle is now of (opaque) type struct inifile + +1.1.11-0 +-------- +o inifile: + - complete redesign behind the scenes, now depending on YStringTree +o YMisc: + - added cropstr() and unquote() +o make: + - replaced ytools.mk by proj.mk to be consistent with other projects diff --git a/VERSION b/VERSION index d5b28a6c..ef6a8ee4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.10-4-dev +1.1.11-0-dev