comparison ChangeLog.API @ 28833:a158ef76d340

perl: Fix the package names for some types. Closes #10973. committer: Paul Aurich <paul@darkrain42.org>
author cafoote@yahoo.com
date Thu, 31 Dec 2009 05:32:08 +0000
parents 16dfa8df7dd1
children 3a43e48c870e
comparison
equal deleted inserted replaced
28832:0c5995395579 28833:a158ef76d340
5 Changed: 5 Changed:
6 * purple_xfer_cancel_local is now called instead of 6 * purple_xfer_cancel_local is now called instead of
7 purple_xfer_request_denied if an error is found when selecting 7 purple_xfer_request_denied if an error is found when selecting
8 a file to send. Request denied is still used when a receive 8 a file to send. Request denied is still used when a receive
9 request is not allowed. 9 request is not allowed.
10 Perl:
11 Changed:
12 * Corrected the package names for the PurpleProxyType and
13 PurpleLogReadFlags enums to have the correct number of colons
14 (from Purple::ProxyType::::<type> to Purple::ProxyType::<type>
15 and Purple::Log:ReadFlags::::<type> to
16 Purple::Log::ReadFlags::<type>) (Chris Foote)
10 17
11 version 2.6.4 (11/29/2009): 18 version 2.6.4 (11/29/2009):
12 No changes 19 No changes
13 20
14 version 2.6.3 (10/16/2009): 21 version 2.6.3 (10/16/2009):