diff -r ac5fed257211 -r 78238d26911a fix-changelog-api.diff --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fix-changelog-api.diff Wed Nov 12 23:04:36 2014 +0200 @@ -0,0 +1,41 @@ +# HG changeset patch +# Parent 634cc23e8c1c5764623d17d12170b3fb7d67e5d9 +Document breaking api change (v36) + +diff -r 634cc23e8c1c mcabber/ChangeLog.api +--- a/mcabber/ChangeLog.api Fri Oct 17 22:42:07 2014 +0200 ++++ b/mcabber/ChangeLog.api Wed Nov 12 00:15:55 2014 +0200 +@@ -1,3 +1,19 @@ ++dev (36) ++ ++ * process_command() does not return value ++ /* breaks things */ ++ * process_line() does not return value ++ /* as well */ ++ * readline_accept_line() does not return value ++ * Remove struct xep0022 and buddy_resource_xep22() ++ /* were private, so does not matter? */ ++ * Remove some and change values of ROSTER_EVENT_* ++ /* breaks binary compatibility */ ++ * Add scr_roster_next_open_buffer() ++ * Add NS_FORWARD definition ++ ++ -- ?, ? ++ + dev (35) + + * Change prototype of hk_message_in() +diff -r 634cc23e8c1c mcabber/mcabber/api.h +--- a/mcabber/mcabber/api.h Fri Oct 17 22:42:07 2014 +0200 ++++ b/mcabber/mcabber/api.h Wed Nov 12 00:15:55 2014 +0200 +@@ -4,8 +4,8 @@ + #include + #include // For MCABBER_BRANCH + +-#define MCABBER_API_VERSION 35 +-#define MCABBER_API_MIN 35 ++#define MCABBER_API_VERSION 36 ++#define MCABBER_API_MIN 36 + + #define MCABBER_BRANCH_DEV 1 +