==============================
10.02.15 Release CLHEP-2.2.0.5
==============================
==============================
21.11.14 Release CLHEP-2.2.0.4
==============================
==============================
18.08.14 Release CLHEP-2.2.0.3
==============================
==============================
12.08.14 Release CLHEP-2.2.0.2
==============================
==============================
23.06.14 Release CLHEP-2.2.0.1
==============================

2014-06-20 Lynn Garren <garren@fnal.gov>

  * test/testBasicVector3D.cc: pragma fix for modern clang

==============================
16.06.14 Release CLHEP-2.2.0.0
==============================
==============================
14.05.14 Release CLHEP-2.2.0.0.b01
==============================
==============================
14.11.14 Release CLHEP-2.1.4.3
==============================
==============================
12.05.14 Release CLHEP-2.1.4.2
==============================

2014-02-24 Lynn Garren <garren@fnal.gov> 

  * test: protect against warnings about variables that are used inside asserts

==============================
14.11.13 Release CLHEP-2.1.4.1
==============================
==============================
05.11.13 Release CLHEP-2.1.4.0
==============================
==============================
14.11.12 Release CLHEP-2.1.3.1
==============================
==============================
06.11.12 Release CLHEP-2.1.3.0
==============================
==============================
16.08.12 Release CLHEP-2.1.2.5
==============================
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
==============================
31.05.12 Release CLHEP-2.1.2.3
==============================

2012-05-11 Lynn Garren <garren@fnal.gov>

	* Geometry, src, test: use explicit std:: with math functions

==============================
14.02.12 Release CLHEP-2.1.2.2
==============================
==============================
06.02.12 Release CLHEP-2.1.2.1
==============================

2012-02-01 Lynn Garren <garren@fnal.gov> 

	* change the names of internal variables so -Wshadow does not complain

==============================
16.12.11 Release CLHEP-2.1.2.0
==============================
==============================
29.07.11 Release CLHEP-2.1.1.0
==============================
==============================
11.11.10 Release CLHEP-2.1.0.1
==============================
==============================
23.07.10 Release CLHEP-2.1.0.0
==============================
==============================
16.06.10 Release CLHEP-2.1.0.0.b01
==============================
==============================
11.06.10 Release CLHEP-2.0.5.0.b01
==============================
==============================
09.03.10 Release CLHEP-2.0.4.6
==============================
==============================
08.12.09 Release CLHEP-2.0.4.5
==============================
==============================
12.11.09 Release CLHEP-2.0.4.4
==============================
==============================
03.11.09 Release CLHEP-2.0.4.4.b01
==============================
==============================
04.07.09 Release CLHEP-2.0.4.3
==============================
==============================
18.11.08 Release CLHEP-2.0.4.2
==============================
==============================
04.11.08 Release CLHEP-2.0.4.1
==============================
==============================
07.08.08 Release CLHEP-2.0.4.0
==============================
==============================
01.05.08 Release CLHEP-2.0.3.3
==============================
==============================
18.10.07 Release CLHEP-2.0.3.2
==============================
==============================
15.11.06 Release CLHEP-2.0.3.1
==============================
==============================
18.10.06 Release CLHEP-2.0.3.0
==============================
==============================
20.06.06 Release CLHEP-2.0.2.3
==============================
==============================
21.11.05 Release CLHEP-2.0.2.2
==============================
2005-11-21  Lynn Garren <garren@fnal.gov>

	* src/Makefile.am, test/Makefile.am: Build libraries for 
	Windows Visual C++ without lib prefix.

==============================
22.06.05 Release CLHEP-2.0.2.1
==============================
Wed Jun 22 2005  Andreas Pfeiffer  <andreas.pfeiffer@cern.ch>

	* configure.in: changed soname to install_name for darwin targets,
	dylibs still don't build properly on 10.3/10.4, static libs ok.

2005-06-19  Lynn Garren <garren@fnal.gov>

	* configure.in, Makefile.am: 
	Use lib when building Visual C++ libraries.
	Disable shared library build for Solaris CC.

==============================
22.04.05 Release CLHEP-2.0.2.0
==============================
2005-04-07  Lynn Garren <garren@fnal.gov>

	* configure.in: set AR and ARFLAGS

Thu Mar 10  2005  Andreas Pfeiffer  <andreas.pfeiffer@cern.ch>

	* Geometry/BasicVector3D.h : added operator to convert to Hep3Vector
	for backward compatibility (savannah bug id 6740)
	* Geometry/config.in, Geometry/test/testBug6740.cc, Geometry/test/testBug6740.sh,
	Geometry/test/testBug6740.output, Geometry/test/Makefile.am: added test for bug ID 6740
	
2005-02-18  Lynn Garren  <garren@fnal.gov>

	* configure.in, Makefile.am: Stop using libtool.  
	The newer releases of libtool seem to have dropped support for 
	Windows Visual C++.  

2005-02-14  Lynn Garren  <garren@fnal.gov>

	* configure.in: Visual C++ flags are now "-EHsc -nologo -GR -GX -MD"

2005-02-03  Lynn Garren  <garren@fnal.gov>

	* configure.in: install step creates libCLHEP.a, libCLHEP.so,
	and/or libCLHEP.dylib by adding a symbolic link.

2005-02-02  Andreas PFEIFFER  <andreas.pfeiffer@cern.ch>

	* configure.in: modified compiler flags for windows:
	added "-O -GR -GX -MD" as this is needed for the multi-thread
	environments used.

2005-02-01  Andreas PFEIFFER  <andreas.pfeiffer@cern.ch>

	* Geometry/BasicVector3D.h : changed template specialisations for 
	multiplication of vector<float> with scalar and division of vector<float>
	by scalar to use float scalars instead of double (savannah bug id 6523)

==============================
30.11.04 Release CLHEP-2.0.1.2
==============================

Tue Nov 30   2004 Andreas Pfeiffer <andreas.pfeiffer@cern.ch>

	* Geometry/Plane3D.h: replaced wrong <float> by <T> in
	Point3D<T> point(const Point3D<float> & p) const {

==============================
27.10.04 Release CLHEP-2.0.1.1
==============================

Wed Oct 27          2004 Andreas Pfeiffer <andreas.pfeiffer@cern.ch>

      * Geometry/BasicVector3D.h: made dtor virtual as this is a base class
      * Geometry/Transform3D.h: added virtual dtor for persistency. This may go away in later releases.


Fri Sep 24          2004 Lynn Garren <garren@fnal.gov>

	* use AM_CXXFLAGS
	* require autoconf 2.59, automake 1.9.1, and libtool 1.9b

Tue Aug 31         2004 Lynn Garren <garren@fnal.gov>
	
	* change Solaris CC compile flags from "-O -mt" to "-O"
	* libtools 1.9b or later is required for Solaris CC

==============================
23.07.04 Release CLHEP-2.0.1.0
==============================

==============================
11.05.04 Release CLHEP-2.0.0.2
==============================

==============================
11.05.04 Release CLHEP-1.9.0.2
==============================
        
==============================
21.04.04 Release CLHEP-2.0.0.1
==============================

==============================
24.10.03 Release CLHEP-2.0.0.0
==============================

==============================
23.10.03 Release CLHEP-1.9.0.0
==============================

Mon May  5 10:32:18 2003 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/BasicVector3D.h,Normal3D.h,Plane3D.cc,Plane3D.h,Point3D.h:
	* Geometry/Transform3D.cc,Transform3D.h,Vector3D.h:
	* Geometry/BasicVector3D.cc,Normal3D.cc,Point3D.cc (Added):
	* Geometry/Transform3D.icc,Vector3D.cc (Added):

	Template implementation of Point3D<T>, Vector3D<T> and Normal3D<T>.

	* test/testBasicVector3D.cc:
	* test/testBasicVector3D.input,testBasicVector3D.out.save:

	New (rather complete) test for basic geometrical classes.

	* test/Makefile.in:

	Use diff -w to avoid problems on Windows.	

Wed Jul 31 18:29:05 2002 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Transform3D.cc,Transform3D.h:
	* test/testTransform3D.cc:

	Rewritten test for equality

Mon Jul 29 18:24:13 2002 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Transform3D.cc,Transform3D.h:
	* test/testTransform3D.cc:

	 Added isNear() function

==============================
01.06.02 Release CLHEP-1.8.0.0
==============================

=========================================
25.04.02 revised StdHep uses HepMC
=========================================

Fri Apr 19 18:33:41 2002 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/BasicVector3D.h,Normal3D.h,Plane3D.h,Point3D.h:
	* Geometry/Transform3D.h,Vector3D.h:

	Added documenting comments.
	
=========================================
08.03.02 HepMC has become a part of CLHEP
=========================================

==========================================
09.11.01 HepPDT has become a part of CLHEP
==========================================


Mon Aug 13 11:21:31 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/BasicVector3D.h: Corrected operator>>
	
Tue Jul 31 18:54:39 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/BasicVector3D.h:

	Constructor from Hep3Vector is now protected.
	Changed the signature of the conversion operator to Hep3Vector.
	
Thu Jul 26 18:51:47 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/BasicVector3D.h:

	Added r(), getR(), SetR(), getPhi(), getTheta(),
	eta(), getEta(), setEta().	
	
==============================
15.06.01 Release CLHEP-1.7.0.0
==============================

Fri Jun 15 09:30:42 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Transform3D.cc,Transform3D.h: Disabled m^-1.

	* configure.in:

	Set default options for MS VC++ to "-DWIN32 -O -GX -GR -MD"

	* test/testEvaluator.cc:

	Added "return 0" to avoid problems with "make -check" on NT.
	Added header comments.

	* test/testBasicVector3D.cc:

	Changed endl to HepStd::endl

Thu Jun 14 11:27:44 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/BasicVector3D.h (Added):
	* Geometry/Point3D.h,Vector3D.h,Normal3D.h:

	* test/testBasicVector3D.cc (Added):
	* test/testBasicVector3D.input,testBasicVector3D.out.save (Added):
	* test/testTransform3D.cc,Makefile.in:

	Added BasicVector3D.h to decouple functionality of Point3D,
	Vector3D and Normal3D from functionality of Hep3Vector.

	* test/testEvaluator.in (Removed):
	* test/testEvaluator.input (Added):
	* test/Makefile.in:

	testEvaluator.in has been renamed to testEvaluator.input
	
Mon Jun 11 10:20:35 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>
	
	* Geometry/Transform3D.cc,Transform3D.h:

	Added getDecomposition(Scale &, Rotation &, Translation &)
	
	* test/Makefile.in:
	* test/testTransform3D.cc (Added): Added test for Transform3D.

	* test/testAList.cc,testCmd.cc,testCmd.out.save (Removed): 
	* test/testComb.cc,testStrings.cc (Removed):

	Removed obsolete tests.
	
Fri May 18 09:32:21 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Evaluator/hash_map.src,utility.src:

	removed "using HepSTL::pair", because it does not compile on HP.

Mon Jan 29 16:59:00 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Transform3D.cc,Transform3D.h: Added subscripting
	
==========================================================================
18.01.01 ZOOM PhysicsVectors Capabilities have become part of CLHEP/Vector
==========================================================================

======================================================================
24.10.00 Generic Functions by Joe Boudreau have become a part of CLHEP
======================================================================

==============================
20.10.00 Release CLHEP-1.6.0.0
==============================

Sun Oct 15 18:26:12 2000 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Plane3D.h:

	Bug correction in transform(). Thanks to Helge.Voss@cern.ch.

==============================================================================
12.10.00 Expression Evaluator by Evgueni Tcherniaev has become a part of CLHEP
         Alist, String and Combination have been disabled
==============================================================================

==============================
08.05.00 Release CLHEP-1.5.0.0
==============================

============================================================
24.04.00 StdHepC++ by Lynn Garren has become a part of CLHEP
============================================================

==============================
20.04.99 Release CLHEP-1.4.0.0
==============================

	
Sun Apr 18 15:36:46 1999 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Transform3D.h:

	Changes in comments to avoid warnings when compile with
	g++ -Wall -pedantic

Tue Apr  6 19:13:35 1999 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Normal3D.h,Plane3D.h,Point3D.h,Vector3D.h:

	Added explicit destructor by request of S.Giani

=========================================================================
16.12.98 Started: merging with BaBar version of CLHEP provided by G.Cosmo
=========================================================================

	
Fri Oct 23 14:14:07 1998 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Point3D.h: 

	Added const in arguments of distance() and distance2()

==========================
28.07.98 Release CLHEP-1.3
==========================


Wed May 13 18:02:38 1998 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Normal3D.h,Plane3D.h,Vector3D.h (transform):

	In transform() the non-const argument changed to const

Thu Apr  9 15:47:33 1998 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Plane3D.h: Rewritten operator ==, added operator !=

	* Makefile.in: "distclean" target now does not erase "configure"

==========================
05.02.98 Release CLHEP-1.2
==========================


Fri Jan 23 16:24:24 1998 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Plane3D.h:
	* Matrix/DiagMatrix.h,Matrix.h,SymMatrix.h,Vector.h:
	* String/CmdLine.h:
	* Vector/LorentzVector.h,ThreeVector.h: 
	
	Declaration class ostream; changed to #include <iostream.h>
	to avoid problems with KCC

Tue Dec 16 11:24:16 1997 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/Point3D.h:

	Added const for distance() and distance2()

========================================================
08.12.97 Release CLHEP-1.1: Geant4 has migrated to CLHEP
========================================================

	
Fri Oct 10 12:10:57 1997 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Geometry/:
	* Normal3D.h,Plane3D.cc,Plane3D.h,Point3D.h,Transform3D.cc: 
	* Transform3D.h,Vector3D.h:

	Changes in comments


