ChangeLog.API

branch
cpw.resiak.disconnectreason
changeset 21160
821c74a55abc
parent 21159
1789766faa71
parent 20952
2a480facdf8b
child 21211
5648167e2984
equal deleted inserted replaced
21159:1789766faa71 21160:821c74a55abc
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 Version 2.3.0 (xx/xx/xxxx): 3 Version 2.3.0 (??/??/????):
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * PurpleDisconnectReason enumeration of machine-readable 6 * PurpleDisconnectReason enumeration of machine-readable
7 types of connection error. 7 types of connection error.
8 * purple_connection_error_reason(), to be used by prpls 8 * purple_connection_error_reason(), to be used by prpls
15 to give a more specific error. 15 to give a more specific error.
16 * purple_connection_reason_is_fatal(), acting as a hint 16 * purple_connection_reason_is_fatal(), acting as a hint
17 to whether automatic reconnection should be attempted 17 to whether automatic reconnection should be attempted
18 after a connection error (rather than checking 18 after a connection error (rather than checking
19 gc->wants_to_die). 19 gc->wants_to_die).
20
21 Version 2.2.2 (??/??/????):
22 Changed:
23 * The size parameter of purple_util_write_data_to_file_absolute
24 has been changed to gssize instead of a size_t to correctly
25 indicate that -1 can be used for a nul-delimited string.
20 26
21 Version 2.2.0 (09/13/2007): 27 Version 2.2.0 (09/13/2007):
22 libpurple: 28 libpurple:
23 Added: 29 Added:
24 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by 30 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by

mercurial