ChangeLog for makethumbs ======================== Version 0.8.1 - 2022-07-05 (EO) ------------- + src/orig_code: Contents removed. Preserved in previous version in git. + test/ingestscrnames & testmakethumbssimple: Replaced she-bang /usr/local/bin/perl -w by /usr/bin/env perl plus "use warnings" and "use strict". Version 0.8 - 2020-07-18 (EO) ----------- + test/testmakethumbssimple: ThumbTest.pm is a local perl module that can not be loaded unless adding 'use lib getcwd();' statement. Fixed. Version 0.7 - 2018-02-13 (EO) ----------------------------- + This is a new major version of this package including a new GNU Public License Text disclaimer required to distribute the SAS source code to the Astronomical Community under the terms of the GNU Public License. The text as it is shown below is the same that has been included in all SAS source code files. ESA (C) 2000-2018 This file is part of ESA's XMM-Newton Scientific Analysis System (SAS). SAS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. SAS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SAS. If not, see . --------------------------------------------------------------------- Version 0.6 - 2016-07-18 (AI) ------------- - (src/ingestsrcnames_aux.f90) grfrotran refractoring: Usage of an optimal paramater as part of an allocatable variable definition is not possible in gfortran. - (src/makethumbs_aux.f90) gfrotran refractoring: leading blanks spaces removed properly. - (test/testmakethumbssimple) test comparasion on (X,Y) pixels values rounded to the fifth decimal place to avoid specific platform compiler representations in perl. Version 0.5 - 2012-10-10 (MAS) ------------- - Added a subroutine allocateSrcPrm() in ingestsrcnames_aux.f90 to make it more robust, particularly for the types of the column other than Int32. Version 0.4.3 - 2011-02-08 (MAS) ------------- - Deleted a test in ingestsrcnames_test, which is related to --noclobber command-line option, and wrote the note about it in the user references. Version 0.4.2 - 2010-06-01 (EO) ------------- + src/Makefile: Commented out SCRIPTS and PERLMODS which were pointing to non-existent code. Such entries produced missing soft-links under $SAS_DIR/bin. This fixes SPR-6617. Version 0.4.1 - 2010-02-26 (EO) ------------- + DEPEND: Correct the typo in dependence on "ssclib", not "ssc" as it was stated. + doc/makethumbs_description.tex: Fixed writting typos. Version 0.4 - 2009-10-22 (MAS/LUX) ---------------------- - First public delivery, following SCR-243. Version 0.3 - 2006-03-13 (MAS/LUX) ---------------------- - Updated for SAS6. Version 0.2 - 2003-05-16 (IMS SSC/LUX) ---------------------- - Temp_ssclib modules now merged into ssclib-3.0. Version 0.1 - 2003-05-16 (IMS SSC/LUX) ---------------------------- - First draft.