Release 1.1.10-4

- Misc:
    - Bugfix (by Benno): Fix read end condition in afs_read_from_fd()
  - Inifile:
    - Bugfix: short subsections weren't matched by match_super(),
      breaking inifile_get_num_sections()
    - Add typedef void *inifile_t stub, now to be used as inifile handle
This commit is contained in:
Jan Lindemann 2006-06-28 13:20:50 +00:00 committed by Jan Lindemann
commit b8f21f8448

View file

@ -269,4 +269,9 @@ o uclnt:
1.1.10-4
--------
o counted up version to protect old version
o misc:
- bugfix (by Benno): fixed read end condition in afs_read_from_fd()
o inifile:
- bugfix: short subsections weren't matched by match_super(),
breaking inifile_get_num_sections()
- added typedef void *inifile_t stub, now to be used as inifile handle