diff --git a/ChangeLog b/ChangeLog
index 3b1c493..d88b4bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,81383 @@
-ChangeLog is maintained by "git log".
+commit 098fd71353a179c5ae26ff91159f7a5a3e1a0575
+Author: Vijay Bellur <vbellur@redhat.com>
+Date:   Fri Jan 3 16:09:56 2014 +0530
+
+    doc: Release Notes for 3.4.2
+    
+    Change-Id: I47759c63605ff49ad13e7b805d0aaacc2d1451d9
+    BUG: 811311
+    Signed-off-by: Vijay Bellur <vbellur@redhat.com>
+    Reviewed-on: http://review.gluster.org/6639
+    Reviewed-by: Niels de Vos <ndevos@redhat.com>
+
+commit bf770361e9e7121f2ba1524ba02f41fbf12d44e8
+Author: Louis Zuckerman <me@louiszuckerman.com>
+Date:   Sat Dec 28 00:34:47 2013 -0500
+
+    Updating extras/Ubuntu with latest upstart configs (BUG: 1047007)
+    
+    Change-Id: Ia769589f6af1d7ca3577185fd4c56eb9f43b3e2e
+    BUG: 1047007
+    Signed-off-by: Louis Zuckerman <me@louiszuckerman.com>
+    Reviewed-on: http://review.gluster.org/6611
+    Tested-by: Gluster Build System <jenkins@build.gluster.com>
+    Reviewed-by: Vijay Bellur <vbellur@redhat.com>
+    Reviewed-on: http://review.gluster.org/6622
+
+commit b2ee85b3e452678c330c25bf32c522090bb320fc
+Author: Niels de Vos <ndevos@redhat.com>
+Date:   Mon Sep 30 09:05:14 2013 +0200
+
+    gfapi.py: support dynamic loading of versioned libraries
+    
+    Currently gfapi.py only loads libraries by filename ending in ".so".  On
+    an installed system without development packages, the <lib>.so filenames
+    are not available. ctypes.util.find_library() can be used to detect the
+    files dynamically.
+    
+    In addition to this, also fixing some minor indention errors and package
+    the library into the Python site-packages path. Python applications and
+    libraries can now access libgfapi through 'from glusterfs import gfapi'.
+    
+    Change and review in the master branch:
+    > Change-Id: I71e38dabd3ade5dcf24813bf2fc25cda91b571c6
+    > Signed-off-by: Niels de Vos <ndevos@redhat.com>

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