Index: contrib/contribs/LundPlane/trunk/NEWS =================================================================== --- contrib/contribs/LundPlane/trunk/NEWS (revision 1241) +++ contrib/contribs/LundPlane/trunk/NEWS (revision 1242) @@ -1,2 +1,4 @@ +2020/02/23: release of version 1.0.3 +- fixes issue with C++98 compatibility 2018/10/29: release of version 1.0.2 2018/08/30: release of version 1.0.1 Index: contrib/contribs/LundPlane/trunk/VERSION =================================================================== --- contrib/contribs/LundPlane/trunk/VERSION (revision 1241) +++ contrib/contribs/LundPlane/trunk/VERSION (revision 1242) @@ -1 +1 @@ -1.0.2 +1.0.3 Index: contrib/contribs/LundPlane/trunk/ChangeLog =================================================================== --- contrib/contribs/LundPlane/trunk/ChangeLog (revision 1241) +++ contrib/contribs/LundPlane/trunk/ChangeLog (revision 1242) @@ -1,37 +1,41 @@ 2020-02-23 Gavin Salam + * NEWS: + * VERSION: + preparing for release of 1.0.3 + * example.cc: changed outfile open(filename) to outfile.open(filename.c_str()); to attempt to solve issue reported by Steven Schramm. 2018-10-26 Gavin Salam * read_lund_json.py: removed extraneous normalisation of zeroth bin in the LundImage class. Added documentation. 2018-08-30 Gavin Salam * VERSION: * NEWS: Release of version 1.0.1 2018-08-23 Gavin Salam * LundWithSecondary.hh: * LundWithSecondary.cc: added secondary_index(...), removed virtual qualifier from various functions * example_secondary.cc: * example_secondary.ref: example now prints out index of the primary declustering being used for the secondary. Referemce file updated accordingly. 2018-08-09 Frédéric Dreyer First version of LundPlane.