diff --git a/include/AbstractElectrometerClass.h b/include/AbstractElectrometerClass.h
index f71fafb01756b4551d417a57fdfd18049478a3e9..dd148e8fc86c14044f2dfa92377f4c1b73699933 100644
--- a/include/AbstractElectrometerClass.h
+++ b/include/AbstractElectrometerClass.h
@@ -9,9 +9,12 @@
 //
 // $Author: xavela $
 //
-// $Revision: 1.19 $
+// $Revision: 1.20 $
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.19  2010/03/17 11:57:04  xavela
+// VSource control added !
+//
 // Revision 1.18  2010/03/17 10:00:15  xavela
 // VSource output added for K_6517
 //
diff --git a/include/CommunicationLink.h b/include/CommunicationLink.h
index 0cf7976a62201d9f2e023da46ff06ff39bbcd719..337833069c55b52bccd46f2386cb4ce802668d55 100644
--- a/include/CommunicationLink.h
+++ b/include/CommunicationLink.h
@@ -12,9 +12,15 @@
 //
 // $Author: xavela $
 //
-// $Revision: 1.5 $
+// $Revision: 1.6 $
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.5  2008/04/15 12:51:59  xavela
+// xavier :
+// - SRQ management changed :
+// * ReadStatusByteRegister method added
+// * IsSrqLineUP added
+//
 // Revision 1.4  2008/02/15 10:17:55  xavela
 // xavier :
 // - command abort added for SCPI Keithleys
diff --git a/include/ElectrometerProtocol.h b/include/ElectrometerProtocol.h
index 5240db57fd5abc5673e4c7621758e321085b2635..ed90be3be4429cd943b725d117bb08f1a753412d 100644
--- a/include/ElectrometerProtocol.h
+++ b/include/ElectrometerProtocol.h
@@ -12,9 +12,13 @@
 //
 // $Author: xavela $
 //
-// $Revision: 1.12 $
+// $Revision: 1.13 $
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.12  2009/10/14 15:26:17  xavela
+// KeithleyMemory leak fixed.
+// Novelec part updated
+//
 // Revision 1.11  2009/01/19 12:00:25  xavela
 // xavier :
 // - MCCE2 (Novelec part) : methods to change the active channel to communicate with.
diff --git a/src/AbstractElectrometerClass.cpp b/src/AbstractElectrometerClass.cpp
index f55de825666d28dcd7a216fbb547b2a9799a5be7..518722ae3ef64516075dcc86834834c1c2153bbc 100644
--- a/src/AbstractElectrometerClass.cpp
+++ b/src/AbstractElectrometerClass.cpp
@@ -11,9 +11,12 @@
 //
 // $Author: xavela $
 //
-// $Revision: 1.21 $
+// $Revision: 1.22 $
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.21  2010/03/17 11:57:03  xavela
+// VSource control added !
+//
 // Revision 1.20  2010/03/17 10:00:15  xavela
 // VSource output added for K_6517
 //
diff --git a/src/CommunicationLink.cpp b/src/CommunicationLink.cpp
index b6056fd8178ec6ec2e7b84e8bdd455f9a9810397..7685b0172d04fe375c6aba23bab27c0a2a01b505 100644
--- a/src/CommunicationLink.cpp
+++ b/src/CommunicationLink.cpp
@@ -12,9 +12,15 @@
 //
 // $Author: xavela $
 //
-// $Revision: 1.5 $
+// $Revision: 1.6 $
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.5  2008/04/15 12:52:14  xavela
+// xavier :
+// - SRQ management changed :
+// * ReadStatusByteRegister method added
+// * IsSrqLineUP added
+//
 // Revision 1.4  2008/02/15 10:17:57  xavela
 // xavier :
 // - command abort added for SCPI Keithleys
diff --git a/src/ElectrometerException.cpp b/src/ElectrometerException.cpp
index 9131a37cf3bb0a2085587b2849447f4e8043a7f1..63d464f7c88c1119c8b85329ac4406bb43a35d27 100644
--- a/src/ElectrometerException.cpp
+++ b/src/ElectrometerException.cpp
@@ -12,9 +12,13 @@
 //
 // $Author: xavela $
 //
-// $Revision: 1.2 $
+// $Revision: 1.3 $
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.2  2008/02/15 10:17:57  xavela
+// xavier :
+// - command abort added for SCPI Keithleys
+//
 // Revision 1.1  2007/07/09 13:20:37  stephle
 // initial import
 //
diff --git a/src/Makefile.linux b/src/Makefile.linux
index cdcb730606c788d454beeef29cc218bf67603fd6..c3f2afcfe441e588afa190124f21cd376655ba9b 100644
--- a/src/Makefile.linux
+++ b/src/Makefile.linux
@@ -6,9 +6,14 @@
 #
 # $Author: xavela $
 #
-# $Revision: 1.6 $
+# $Revision: 1.7 $
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.6  2009/03/18 10:25:29  xavela
+# xavier :
+# - Novelec part updated and tested !
+# - +no more compilation warnings
+#
 # Revision 1.5  2008/04/16 08:40:32  xavela
 # xavier :
 # lib compiled on Linux platform