patch 7.4.1829
Problem:    No message on channel log when buffer was freed.
Solution:   Log a message.
diff --git a/src/version.c b/src/version.c
index fb3b3d4..42bb079 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1829,
+/**/
     1828,
 /**/
     1827,