From b77f714d011dfd044a407e73c292f03ca881dd83 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 31 Jul 2006 14:50:35 +0000 Subject: [PATCH] Release 1.1.11-0 - Inifile: - Complete redesign behind the scenes, Depend on YStringTree - YMisc: - Add cropstr() and unquote() - Make: - Replace ytools.mk by proj.mk to be consistent with other projects --- CHANGES | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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