fix-changelog-api.diff
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 07 Nov 2015 17:39:49 +0200
changeset 88 0a87df8ad9c1
parent 87 78238d26911a
permissions -rw-r--r--
Refresh queue for new mcabber

# 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 <glib.h>
 #include <mcabber/config.h> // 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