fix-changelog-api.diff
changeset 87 78238d26911a
equal deleted inserted replaced
86:ac5fed257211 87:78238d26911a
       
     1 # HG changeset patch
       
     2 # Parent 634cc23e8c1c5764623d17d12170b3fb7d67e5d9
       
     3 Document breaking api change (v36)
       
     4 
       
     5 diff -r 634cc23e8c1c mcabber/ChangeLog.api
       
     6 --- a/mcabber/ChangeLog.api	Fri Oct 17 22:42:07 2014 +0200
       
     7 +++ b/mcabber/ChangeLog.api	Wed Nov 12 00:15:55 2014 +0200
       
     8 @@ -1,3 +1,19 @@
       
     9 +dev (36)
       
    10 +
       
    11 + * process_command() does not return value
       
    12 +   /* breaks things */
       
    13 + * process_line() does not return value
       
    14 +   /* as well */
       
    15 + * readline_accept_line() does not return value
       
    16 + * Remove struct xep0022 and buddy_resource_xep22()
       
    17 +   /* were private, so does not matter? */
       
    18 + * Remove some and change values of ROSTER_EVENT_*
       
    19 +   /* breaks binary compatibility */
       
    20 + * Add scr_roster_next_open_buffer()
       
    21 + * Add NS_FORWARD definition
       
    22 +
       
    23 +  -- ?, ?
       
    24 +
       
    25  dev (35)
       
    26  
       
    27   * Change prototype of hk_message_in()
       
    28 diff -r 634cc23e8c1c mcabber/mcabber/api.h
       
    29 --- a/mcabber/mcabber/api.h	Fri Oct 17 22:42:07 2014 +0200
       
    30 +++ b/mcabber/mcabber/api.h	Wed Nov 12 00:15:55 2014 +0200
       
    31 @@ -4,8 +4,8 @@
       
    32  #include <glib.h>
       
    33  #include <mcabber/config.h> // For MCABBER_BRANCH
       
    34  
       
    35 -#define MCABBER_API_VERSION 35
       
    36 -#define MCABBER_API_MIN     35
       
    37 +#define MCABBER_API_VERSION 36
       
    38 +#define MCABBER_API_MIN     36
       
    39  
       
    40  #define MCABBER_BRANCH_DEV  1
       
    41