diff --git a/ChangeLog b/ChangeLog
index 3b1c493..1e98d44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,81537 @@
-ChangeLog is maintained by "git log".
+commit b0d6d20ab23627861a2d228d2124dee5e2ab9771
+Author: Kaleb S. KEITHLEY <kkeithle@redhat.com>
+Date:   Wed Apr 2 14:25:33 2014 -0400
+
+    doc/release-notes: release notes for 3.4.3
+    
+    Change-Id: I3fd10b57d826e1cbb9018392d8dd5a703dc2e3f7
+    Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
+
+commit 33cc417e6431a2739f463d83e62befff4ccab8f5
+Author: Kaleb S. KEITHLEY <kkeithle@redhat.com>
+Date:   Fri Feb 14 08:29:28 2014 -0500
+
+    storage/posix:  lgetxattr called with invalid keys on the bricks
+    
+    More invalid keys have crept in since this was fixed. We need a better
+    strategy for avoiding this than the current noticed-in-an-strace...
+    
+    Cleaned tabs while I'm at it.
+    
+    Change-Id: I00bd10471c4e4caf32b8a5b38660268324aa7a10
+    BUG: 765202
+    Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
+    Reviewed-on: http://review.gluster.org/7005
+    Tested-by: Gluster Build System <jenkins@build.gluster.com>
+    Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
+    Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
+
+commit 010a9a7867c7135dfedf52e5d2b34122a9cb1984
+Author: shishir gowda <gowda.shishir@gmail.com>
+Date:   Tue Dec 10 15:02:49 2013 +0530
+
+    dht: dht_lookup_dir_cbk should set op_errno as local->op_errno
+    
+    Two glusterfs clients return inconsistent errnos when the bricks of the volume
+    were down. Consider two gluster mounts. Mount 1 was done when the bricks were
+    online. Mount 2 was done after the bricks were killed, (using the 'glusterfs'
+    command instead of the mount script).
+    
+    For any request, mount 1 will return ENOTCONN, where as mount 2 will return
+    ENOENT.
+    
+    This happens because for the 2nd mount, a fuse would send a lookup on '/' for
+    any request, as it hadn't been done yet. The client xlator returns ENOTCONN,

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