diff --git a/ChangeLog b/ChangeLog
index 3b1c493..2f12276 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,182192 @@
-ChangeLog is maintained by "git log".
+commit cfba812b3e16202249ec70b45d466ffe8b26344f
+Author: Niels de Vos <ndevos@redhat.com>
+Date:   Thu Jun 22 15:58:48 2017 +0200
+
+    doc: release-notes for GlusterFS-3.8.13
+    
+    BUG: 1449988
+    Change-Id: I45feeaf31ac7502736448855923eccbdc8dfdb0c
+    Signed-off-by: Niels de Vos <ndevos@redhat.com>
+    Reviewed-on: https://review.gluster.org/17610
+    CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
+    Smoke: Gluster Build System <jenkins@build.gluster.org>
+    NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
+    Reviewed-by: Markus Ueberall
+    Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
+
+commit 0903b76c88ed47d819372763fdccbe1486bf4943
+Author: Ravishankar N <ravishankar@redhat.com>
+Date:   Mon May 29 21:38:14 2017 +0530
+
+    posix: use the correct op_errno
+    
+    Problem:
+    If readdir/fstat was performed on a directory that was removed,
+    posix_fd_ctx_get() fails with ENOENT but we incorrectly use the ret
+    value (-1 in this case) as op_errno, logging "Operation not permitted"
+    messages in the brick logs. Also in case of fstat, the -1 op_errno was
+    also propagated to the client via stack unwind, causing the message to
+    appear in protocol/client logs as well.
+    
+    Fix:
+    Use the right op_errno in readdir, fstat and writev.
+    A̶l̶s̶o̶,̶ ̶i̶f̶ p̶o̶s̶i̶x̶_̶f̶d̶_̶c̶t̶x̶_̶g̶e̶t̶(̶)̶ ̶f̶a̶i̶l̶e̶d̶ ̶w̶i̶t̶h̶ ̶E̶N̶O̶E̶N̶T̶,̶ ̶c̶o̶n̶v̶e̶r̶t̶ ̶i̶t̶ ̶i̶n̶t̶o̶ ̶E̶B̶A̶D̶F̶ ̶b̶e̶c̶a̶u̶s̶e̶ ̶E̶N̶O̶E̶N̶T̶
+    i̶s̶ ̶n̶o̶t̶ ̶a̶ ̶v̶a̶l̶i̶d̶ ̶e̶r̶r̶o̶r̶ ̶f̶o̶r̶ ̶a̶n̶ ̶f̶d̶ ̶o̶p̶e̶r̶a̶t̶i̶o̶n̶.̶ Don't do this as it breaks
+    DHT.See 17565
+    
+    > Reviewed-on: https://review.gluster.org/17414
+    > Smoke: Gluster Build System <jenkins@build.gluster.org>
+    > Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
+    > Tested-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
+    > NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
+    > Reviewed-by: Amar Tumballi <amarts@redhat.com>
+    > CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
+    (cherry picked from commit de92c363c95d16966dbcc9d8763fd4448dd84d13)

More commit messages for this ChangeLog can be found at
https://forge.gluster.org/glusterfs-core/glusterfs/commits/v3.8.13
