==============================
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
==============================
==============================
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
==============================
==============================
18.11.13 Release CLHEP-2.1.4.1
==============================

2013-11-18 Lynn Garren <garren@fnal.gov>

	* src/setSystemOfUnits.cc: additional units to match Units

==============================
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-31 Lynn Garren <garren@fnal.gov>

	* test/testBug90848.cc: remove unused variables

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

	* src/setStdMath.cc, src/Evaluator.cc, test/testBug90848.cc: 
	  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-01-31 Lynn Garren <garren@fnal.gov> and Mark Fischler <mf@fnal.gov>

	* src/Evaluator.cc: fix a problem with unary +/- and exponentials
	* test/testBug90848.cc: new test for bug #90848

==============================
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
==============================

2010-06-29  
	* src/Evaluator.cc: Improve the logic so that unary plus and minus 
	  work as expected.  See bug report #66214.

2010-06-28  Lynn Garren <garren@fnal.gov>

	* Evaluator/Evaluator.h: Add error_name() method to return 
	  the error as a string

	* test/testBug66214.cc: Test unary operator bug (report #66214)

==============================
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
==============================
2008-07-16  Lynn Garren <garren@fnal.gov>

	* src/Evaluator.cc: Fix non ISO C++ compliant cast from pointer to
	function to void*, which is a pointer to an object.

==============================
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

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.

==============================
30.11.04 Release CLHEP-2.0.1.2
==============================
==============================
27.10.04 Release CLHEP-2.0.1.1
==============================

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
==============================

Fri Aug  9 14:55:05 2002 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Evaluator/Evaluator.cc:

	Fixed memory leak. Thanks to <Martin.Liendl@cern.ch>

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

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

=========================================
08.03.02 HepMC has become a part of CLHEP
=========================================

==========================================
09.11.01 HepPDT has become a part of CLHEP
==========================================
	
==============================
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
		
Wed May 30 15:51:33 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Evaluator/Evaluator.cc,string.src:
	* test/testEvaluator.cc:
	
	Added code to ignore leading and trailing spaces in names.

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.

Thu Apr  5 10:58:07 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Evaluator/utility.src: Avoidance of clashes with ::pair in GCC.
	
Thu Mar 15 17:42:19 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Evaluator/hash_map.src: Bug fix in clear(): added table[i] = 0;
	
==========================================================================
18.01.01 ZOOM PhysicsVectors Capabilities have become part of CLHEP/Vector
==========================================================================

Mon Nov  6 16:25:21 2000 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Evaluator/Evaluator.cc,Evaluator.h:

	More accurate usage of const.
	
======================================================================
24.10.00 Generic Functions by Joe Boudreau have become a part of CLHEP
======================================================================

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

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

Thu Oct 12 11:28:06 2000 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>

	* Makefile.in,configure.in:
	* test/Makefile.in:

	Disabled Alist, String and Combination.

	* Makefile.in,configure.in:

	* Evaluator/Makefile.in,Evaluator.cc,Evaluator.h (Added):
	* Evaluator/setStdMath.cc setSystemOfUnits.cc (Added):
	* Evaluator/hash_map.src,stack.src,string.src,utility.src (Added):

	* test/Makefile.in:
	* test/testEvaluator.cc (Added):
	* test/testEvaluator.in,testEvaluator.out.save (Added):

	Added new package - Evaluator.
	
==============================
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
==============================

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

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

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

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

