From b8f21f844884e160bee00373d2aca492f94c93ed Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 28 Jun 2006 13:20:50 +0000 Subject: [PATCH] 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 --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a34f06e7..4e626815 100644 --- a/CHANGES +++ b/CHANGES @@ -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