On Wed, Aug 25, 2010 at 8:04 PM, Adam D. Barratt <[email protected]> wrote: > On Wed, 2010-08-25 at 15:44 +0200, Devid Antonio Filoni wrote: >> I would like to upload msn-pecan 0.1.0 because there are a lot of >> fixes since 0.1.0~rc2. There is also a new feature (directconn) which >> will be disabled in the Debian package, so this is a bugfixes only >> release. > > How big is the diffstat from 0.1.0~rc2-1 to 0.1.0-1? Well, it's huge due to directconn support (which is disabled in the Debian package).
FROM RC2 TO RC3 Makefile | 50 ++++- ab/pn_contact.c | 42 ++++- ab/pn_contact.h | 4 + ab/pn_contactlist.c | 13 +- ab/pn_contactlist_priv.h | 2 +- cvr/pn_direct_conn.c | 531 +++++++++++++++------------------------------- cvr/pn_direct_conn.h | 28 ++- cvr/pn_msnobj.c | 13 ++ cvr/pn_msnobj.h | 3 + cvr/pn_peer_call.c | 4 - cvr/pn_peer_link.c | 42 +--- cvr/pn_peer_msg.c | 156 ++++++++------- io/pn_dc_conn.c | 256 ++++++++++++++++++++++ io/pn_dc_conn.h | 39 ++++ io/pn_http_server.c | 16 ++- io/pn_node.c | 22 +- io/pn_node_private.h | 1 + io/pn_parser.c | 4 +- io/pn_ssl_conn.c | 2 +- msn.c | 38 +++- nexus.c | 6 +- notification.c | 22 +-- pn_dp_manager.c | 22 +-- pn_dp_manager.h | 2 +- pn_oim.c | 2 +- session.c | 27 +++ switchboard.c | 2 +- win32/installer.nsi | 113 +++++++--- win32/resource.rc | 4 +- 29 files changed, 867 insertions(+), 599 deletions(-) FROM RC3 TO RC4 AUTHORS | 9 --- Makefile | 19 +++--- adium/Makefile.am | 92 ------------------------- clients/adium/Makefile.am | 83 +++++++++++++++++++++++ cmd/msg.c | 5 ++ cvr/pn_direct_conn.c | 15 +++- cvr/pn_peer_call.c | 2 - cvr/pn_peer_link.c | 93 ++++++++++++++++++-------- cvr/pn_peer_msg.c | 149 +++++++++++++++++++++++------------------ cvr/pn_peer_msg.h | 6 +- cvr/pn_peer_msg_priv.h | 4 - io/pn_cmd_server.c | 32 +++------ io/pn_dc_conn.c | 6 +- io/pn_http_server.c | 163 ++++++++++++++++++++++++++++----------------- io/pn_node.c | 52 ++++++++------- io/pn_node_private.h | 9 ++- io/pn_ssl_conn.c | 63 ++++------------- msn.c | 8 +-- nexus.c | 31 +++++---- notification.c | 3 + pn_log.c | 6 -- pn_log.h | 6 ++ pn_oim.c | 2 + pn_timer.h | 13 +++- pn_util.c | 2 +- session.c | 52 ++++++-------- session_private.h | 5 ++ switchboard.c | 63 ++++++++---------- switchboard.h | 2 - 29 files changed, 524 insertions(+), 471 deletions(-) AND FEW OTHER CHANGES... Thanks, Devid > Regards, > > Adam > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

