[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] 4.2.1
- From: Andrei Ellman <ae-a-alleg@xxxxxxxxxx>
- Date: Thu, 23 Nov 2006 03:31:01 +0100
- Organization: Wacko Software
Peter Wang wrote:
I'm planning to pack up 4.2.1 on the weekend. If there is anything I
should know please post a response here.
Hi,
I just checked the current version of file.c at
https://svn.sourceforge.net/svnroot/alleg/allegro/branches/4.2/src/file.c
and notice that the patch I posted on 19-09-2006 (see
http://sourceforge.net/mailarchive/message.php?msg_id=36862013 ) was not
applied (the patch was against the RC of 4.2.1 that was released
late-august). From examining the code, one of the two issues my patch
fixed was fixed by someone else, but line 1965 needs to be changed from
} while ( (size > new_size) && (new_size > 0) );
to
} while ( (size < new_size) && (new_size > 0) );
Currently, file.c is identical in both the 4.2 and 4.3 branches, so the
same change needs to be made to both branches.
Also, I notice that the patches I submitted on 25-01-2006 (
http://sourceforge.net/mailarchive/message.php?msg_id=14585796 ) for
color.c and graphics.c were not included in either 4.2 or 4.3. Was it
decided not to include them, or has someone just forgotten to apply them?
Evert Glebbeek wrote:
I think the last RC was pretty much stable
*cough* file.c *cough*
Although if my suggestion is applied, then I think everything to do with
file.c would have been sorted out.
AE.
PS. in thanks._tx in both the 4.2 and 4.3 branches, could you please
change the bit before the at-sign in my e-mail address to ae-a-alleg2
(that is, just add a 2 to the end of the username)?