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
This commit is contained in:
Jan Lindemann 2006-07-31 14:50:35 +00:00 committed by Jan Lindemann
commit b77f714d01
2 changed files with 10 additions and 1 deletions

View file

@ -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