diff --git a/LCS/Transport/ChangeLog b/LCS/Transport/ChangeLog
index ab91aa8213d9c099c94876316c2e38f8fb30f029..b8dda4d264e73ae940639f0fbf40ede58de793ec 100644
--- a/LCS/Transport/ChangeLog
+++ b/LCS/Transport/ChangeLog
@@ -1,3 +1,133 @@
+2005-08-16 12:40  zwart
+
+	* src/: TH_Socket.cc, TH_Socket.h: BugID: 272
+
+	  Added argument to constructor that determines if the socket is
+	  made in the constructor.  MPI-CEPFrame applications can use this
+	  argument to postpone the creation of the socket until
+	  TH_Socket::init() is called.
+
+2005-08-01 11:48  zwart
+
+	* test/ExampleEthernet.cc: BugID: 238
+
+	  Included an empty main. Now ExampleEthernet compiles for fakebgl
+
+2005-08-01 11:46  zwart
+
+	* test/ExampleEthernet.cc: BugID: 238
+
+	  Disabled raw ethernet test on BGL
+
+2005-07-28 11:27  diepen
+
+	* src/: DataHolder.cc, DataHolder.h: BugID: 147 Removed implicit
+	  call to createDataBlock; use DBGASSERT where applicable
+
+2005-07-25 15:04  zwart
+
+	* test/: DH_Ethernet.cc, DH_Ethernet.h, ExampleEthernet.cc,
+	  Makefile.am: BugID: 195
+
+	  Ported ExampleEthernet to the new libTransport
+
+2005-07-25 14:00  diepen
+
+	* src/DataHolder.cc: BugID: 147 Also test of itsData in
+	  resizeBuffer
+
+2005-07-22 11:42  diepen
+
+	* src/: DataHolder.cc, DataHolder.h: BugID: 147 Improved by calling
+	  createDataBlock if not done yet
+
+2005-07-22 11:30  diepen
+
+	* src/DataHolder.cc: BugID: 147 Assert that itsData is set
+
+2005-07-05 15:37  loose
+
+	* src/TH_Socket.cc: %[PR: 174]%
+
+	  Added assertion for OK status of data socket in the TH_Socket
+	  constructor.	Otherwise, we might erroneously assume that socket
+	  creation was successful.
+
+2005-07-05 15:32  loose
+
+	* test/ExampleSocket.run: %[PR: 174]%
+
+	  Run script now correctly returns a non-zero return status.
+
+2005-06-27 15:50  loose
+
+	* configure.in: %[ER: 0]%
+
+	  Merged changes on LCS-Transport-2_0-release-branch with main
+	  development line.
+
+2005-06-27 15:45  loose
+
+	* src/Makefile.am: %[PR: 173]%
+
+	  Moved CyclicBuffer stuff to CEP/CEPFrame, because it uses
+	  threads.
+
+2005-06-24 17:21  loose
+
+	* src/: CyclicBuffer.h, Lock.h: %[PR: 173]%
+
+	  Re-added CyclicBufferTest to CEP/CEPFrame. Solved the dead-lock;
+	  it turns out it probably is a bug in the NPTL, not in our code.
+
+2005-06-24 15:42  lofar
+
+	* configure.in: changed lofar_INTERNAL entry
+
+2005-06-24 11:57  loose
+
+	* configure.in: %[ER: 0]%
+
+	  Prepare for release 2.0 Fixed incorrect usage of lofar_INTERNAL
+	  macro.
+
+2005-06-23 16:01  loose
+
+	* INSTALL: %[ER: 0]%
+
+	  Prepare for release 2.0
+
+2005-06-23 15:11  loose
+
+	* src/: CyclicBuffer.cc, CyclicBuffer.h, Lock.h, Makefile.am: %[ER:
+	  0]%
+
+	  Preparation for release 2.0.	Moved CyclicBuffer stuff to
+	  CEP/CEPFrame, because it uses threads.
+
+2005-06-17 17:24  loose
+
+	* AUTHORS, COPYING, ChangeLog, NEWS, README: %[ER: 0]%
+
+	  Prepare for release 2.0
+
+2005-06-17 16:46  meijeren
+
+	* NEWS, README: %[ER: 0]% Added some more info.
+
+2005-06-17 14:33  loose
+
+	* AUTHORS, INSTALL: %[ER: 0]%
+
+	  Prepare for release 2.0
+
+2005-06-17 12:23  loose
+
+	* AUTHORS, COPYING, ChangeLog, INSTALL, NEWS, README, configure.in:
+	  %[ER: 0]%
+
+	  Prepare for release 2.0
+
 2005-06-15 13:57  overeem
 
 	* test/ExampleSocket.cc: %[ER:231]% Deleting Listener Socket after
diff --git a/LCS/Transport/NEWS b/LCS/Transport/NEWS
index 9eb05eeff70477d99451cce691a172a7ac77c517..59efeb2b2dff5a50e783f0014259d3cc6b9e7767 100644
--- a/LCS/Transport/NEWS
+++ b/LCS/Transport/NEWS
@@ -1,3 +1,25 @@
+LCS/Transport: Version 2.1, date: 2005/09/05
+============================================
+
+This version of the LCS/Transport library incorporates some bug-fixes to source
+code and tests. The CyclicBuffer and Lock classes have been moved to CEP/CEPFrame.
+
+The following Bugs have been fixed
+----------------------------------
+
+BugID 147 :     Transport  : Missing null-pointer check in DataHolder::putExtra()
+
+
+BugID 238 :     Transport  : ExampleEthernet fails to compile for gnu_fakebgl
+
+
+BugID 272 :     Transport  : TH_Socket opening socket in constructor
+
+       Added argument to constructor that determines if the socket is made
+        in the constructor. MPI-CEPFrame applications can use this argument
+        to postpone the creation of the socket until TH_Socket::init() is
+        called.
+
 LCS/Transport: Version 2.0, date: 2005/06/17
 ============================================
 
diff --git a/LCS/Transport/configure.in b/LCS/Transport/configure.in
index d5d630937c8b8f62952262b661cab223c5c9336f..f80c7bfd6016b70589309d52bd30ffc0f490be87 100644
--- a/LCS/Transport/configure.in
+++ b/LCS/Transport/configure.in
@@ -5,7 +5,7 @@ AC_INIT
 dnl AC_CONFIG_AUX_DIR(config)
 dnl AM_CONFIG_HEADER(config/config.h)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(Transport, 2.0, no-define)
+AM_INIT_AUTOMAKE(Transport, 2.1, no-define)
 
 dnl
 dnl Initialize for LOFAR (may set compilers)