switch-to-experimental.diff
changeset 85 93c3cc0d7891
parent 59 a7e239972130
child 87 78238d26911a
equal deleted inserted replaced
84:6ff846816073 85:93c3cc0d7891
     1 [local] Switch to experimental branch and api version
     1 [local] Switch to experimental branch and api version
     2 
     2 
     3 diff -r dd8cbf58c62e mcabber/ChangeLog.api
     3 diff -r 6dca189957d2 mcabber/ChangeLog.api
     4 --- a/mcabber/ChangeLog.api	Fri Nov 30 14:59:29 2012 +0200
     4 --- a/mcabber/ChangeLog.api	Wed May 15 12:48:53 2013 +0300
     5 +++ b/mcabber/ChangeLog.api	Fri Nov 30 15:00:22 2012 +0200
     5 +++ b/mcabber/ChangeLog.api	Wed May 15 12:52:07 2013 +0300
     6 @@ -1,3 +1,12 @@
     6 @@ -1,3 +1,12 @@
       
     7 +experimental (41)
       
     8 +
       
     9 + * Change branch to "experimental".
       
    10 + * Api as defined by dev:26
       
    11 + * Add MCABBER_BRANCH_EXPERIMENTAL define to api.h
       
    12 + * MQ Patch: switch-to-experimental.diff
       
    13 +
       
    14 +  -- Myhailo Danylenko, 2012-11-30
       
    15 +
       
    16  dev (26)
       
    17  
       
    18   * Changeset 69699ba3010f
       
    19 @@ -7,6 +16,15 @@
       
    20  
       
    21    -- Mikael Berthe, 2013-04-28
       
    22  
     7 +experimental (39)
    23 +experimental (39)
     8 +
    24 +
     9 + * Change branch to "experimental".
    25 + * Change branch to "experimental".
    10 + * Api as defined by dev:25
    26 + * Api as defined by dev:25
    11 + * Add MCABBER_BRANCH_EXPERIMENTAL define to api.h
    27 + * Add MCABBER_BRANCH_EXPERIMENTAL define to api.h
    13 +
    29 +
    14 +  -- Myhailo Danylenko, 2012-11-30
    30 +  -- Myhailo Danylenko, 2012-11-30
    15 +
    31 +
    16  dev (25)
    32  dev (25)
    17  
    33  
    18   * MQ patch record_dev25_in_changelog.diff
    34   * Stable api 0.10.2:1
    19 @@ -5,6 +14,15 @@
    35 @@ -15,6 +33,15 @@
    20  
    36  
    21    -- Mikael Berthe, 2012-11-28
    37    -- Mikael Berthe, 2012-11-28
    22  
    38  
    23 +experimental (37)
    39 +experimental (37)
    24 +
    40 +
    30 +  -- Myhailo Danylenko, 2012-10-18
    46 +  -- Myhailo Danylenko, 2012-10-18
    31 +
    47 +
    32  dev (24)
    48  dev (24)
    33  
    49  
    34   * Changeset 0cb8ea02e472
    50   * Changeset 0cb8ea02e472
    35 @@ -14,6 +32,15 @@
    51 @@ -24,6 +51,15 @@
    36  
    52  
    37    -- Myhailo Danylenko, 2012-10-20
    53    -- Myhailo Danylenko, 2012-10-20
    38  
    54  
    39 +experimental (35)
    55 +experimental (35)
    40 +
    56 +
    46 +  -- Myhailo Danylenko, 2012-04-30
    62 +  -- Myhailo Danylenko, 2012-04-30
    47 +
    63 +
    48  dev (23)
    64  dev (23)
    49  
    65  
    50   * Changeset 8dc418af3e72
    66   * Changeset 8dc418af3e72
    51 @@ -35,6 +62,12 @@
    67 @@ -45,6 +81,12 @@
    52  
    68  
    53    -- Hermitifier, 2011-10-03
    69    -- Hermitifier, 2011-10-03
    54  
    70  
    55 +experimental (34)
    71 +experimental (34)
    56 +
    72 +
    59 +  -- Myhailo Danylenko, 2011-06-01
    75 +  -- Myhailo Danylenko, 2011-06-01
    60 +
    76 +
    61  dev (20)
    77  dev (20)
    62  
    78  
    63   * Add cmd_set_safe() and cmd_is_safe()
    79   * Add cmd_set_safe() and cmd_is_safe()
    64 diff -r dd8cbf58c62e mcabber/configure.ac
    80 diff -r 6dca189957d2 mcabber/configure.ac
    65 --- a/mcabber/configure.ac	Fri Nov 30 14:59:29 2012 +0200
    81 --- a/mcabber/configure.ac	Wed May 15 12:48:53 2013 +0300
    66 +++ b/mcabber/configure.ac	Fri Nov 30 15:00:22 2012 +0200
    82 +++ b/mcabber/configure.ac	Wed May 15 12:52:07 2013 +0300
    67 @@ -272,7 +272,7 @@
    83 @@ -281,7 +281,7 @@
    68  AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno])
    84  AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno])
    69  
    85  
    70  # Prepare some config.h variables
    86  # Prepare some config.h variables
    71 -AC_DEFINE([MCABBER_BRANCH], "dev", [Mcabber branch])
    87 -AC_DEFINE([MCABBER_BRANCH], "dev", [Mcabber branch])
    72 +AC_DEFINE([MCABBER_BRANCH], "experimental", [Mcabber branch])
    88 +AC_DEFINE([MCABBER_BRANCH], "experimental", [Mcabber branch])
    73  AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string])
    89  AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string])
    74  
    90  
    75  # We need _GNU_SOURCE for strptime() and strcasestr()
    91  # We need _GNU_SOURCE for strptime() and strcasestr()
    76 diff -r dd8cbf58c62e mcabber/mcabber/api.h
    92 diff -r 6dca189957d2 mcabber/mcabber/api.h
    77 --- a/mcabber/mcabber/api.h	Fri Nov 30 14:59:29 2012 +0200
    93 --- a/mcabber/mcabber/api.h	Wed May 15 12:48:53 2013 +0300
    78 +++ b/mcabber/mcabber/api.h	Fri Nov 30 15:00:22 2012 +0200
    94 +++ b/mcabber/mcabber/api.h	Wed May 15 12:52:07 2013 +0300
    79 @@ -4,10 +4,10 @@
    95 @@ -4,10 +4,10 @@
    80  #include <glib.h>
    96  #include <glib.h>
    81  #include <mcabber/config.h> // For MCABBER_BRANCH
    97  #include <mcabber/config.h> // For MCABBER_BRANCH
    82  
    98  
    83 -#define MCABBER_API_VERSION 25
    99 -#define MCABBER_API_VERSION 26
    84 -#define MCABBER_API_MIN     24
   100 -#define MCABBER_API_MIN     24
    85 +#define MCABBER_API_VERSION 39
   101 -
    86 +#define MCABBER_API_MIN     39
       
    87  
       
    88 -#define MCABBER_BRANCH_DEV  1
   102 -#define MCABBER_BRANCH_DEV  1
       
   103 +#define MCABBER_API_VERSION 41
       
   104 +#define MCABBER_API_MIN     41
       
   105 + 
    89 +#define MCABBER_BRANCH_EXPERIMENTAL 1
   106 +#define MCABBER_BRANCH_EXPERIMENTAL 1
    90  
   107  
    91  // cmd_add returns gpointer id
   108  // cmd_add returns gpointer id
    92  #define MCABBER_API_HAVE_CMD_ID 1
   109  #define MCABBER_API_HAVE_CMD_ID 1