ChangeLog.API

changeset 40659
ae3652f5ca05
parent 40655
b73d179268e1
child 40660
a1d86d4fec2e
--- a/ChangeLog.API	Fri Dec 18 04:40:41 2020 -0600
+++ b/ChangeLog.API	Fri Dec 18 04:55:34 2020 -0600
@@ -192,14 +192,6 @@
 		  descriptor as first parameter
 		* purple_network_get_my_ip no longer takes a file descriptor
 		  as first parameter
-		* purple_network_listen now takes the protocol family as the second
-		  parameter
-		* purple_network_listen now takes a boolean indicating external port
-		  mapping as the fourth parameter
-		* purple_network_listen_range now takes a boolean indicating external
-		  port mapping as the fifth parameter
-		* purple_network_listen_range now takes the protocol family as the
-		  third parameter
 		* PurpleNotifyMsgType renamed to PurpleNotifyMessageType
 		* purple_notify_user_info_add_pair renamed to
 		  purple_notify_user_info_add_pair_html
@@ -403,11 +395,16 @@
 		* purple_network_convert_idn_to_ascii. Use g_hostname_to_ascii,
 		  instead.
 		* purple_network_get_all_local_system_ips.  Use libnice instead.
-		* purple_network_listen_family. Use purple_network_listen, instead.
+		* purple_network_get_port_from_fd
+		* purple_network_ip_atoi
+		* PurpleNetworkListenData
+		* PurpleNetworkListenCallback
+		* purple_network_listen
+		* purple_network_listen_cancel
+		* purple_network_listen_family
 		* purple_network_listen_map_external
-		* purple_network_listen_range_family. Use purple_network_listen,
-		  instead.
-		* purple_network_ip_atoi
+		* purple_network_listen_range
+		* purple_network_listen_range_family
 		* purple_notify_searchresults_column_get_title
 		* purple_notify_searchresults_get_columns_count
 		* purple_notify_searchresults_get_rows_count

mercurial