ChangeLog for catprep
=====================

Version 0.6 - 2024-08-02 (AI)
-------------
	+ Empty directories are not allowed in Git. Therefore, the creation of the
	directories must be the responsability of the test. 
	+ test/Makefile updated to delete the directories.

Version 0.5.7 - 2022-06-30 (EO)
-------------
	+ test/catprep_test: Replace she-bang /usr/local/bin/perl -w by
	/usr/bin/env perl plus use warnings and use strict. 

Version 0.5.6 - 2021-08-19 (EO)
-------------
    + test: Added outfiles and testdata as subdirectories that must 
    exist prior to make the tests.

Version 0.5.5 - 2021-08-18 (EO)
-------------
    + src/catprep_aux.f90: Increased up to 256 the length of ub1_path, 
    twomass_path and sdss_path, to avoid shortage of space to fit long
    paths.

Version 0.5.4 - 2019-05.22 (RDS)
-------------
	+ doc/catprep_description.tex: set to pipeline only (i.e. not
					interactive)

Version 0.5.3 - 2019-02-27 (EO)
-------------
	+ doc/catprep_description.tex: Fixed errors in math mode for developer
	documentation.


Version 0.5.2 - 2018-05-25 (EO)
-------------
	+ doc/catprep_description.tex: Updated statement about SOC 
	availability to provide the astronomical catalogues used in the task.


Version 0.5.1 - 2018-03-26 (EO)
-------------
	+ test/test_cat_access.csh: Added limit commands to increase
	  stacksize and datasize values in Ubuntu csh.


Version 0.5 - 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 <http://www.gnu.org/licenses/>.
	---------------------------------------------------------------------


Version 0.4.2 - 2016-12-05 (AI)
-------------
	+ (src/catprep_aux.f90) The variables used to store the 
	catalogue directory paths have been increased to 250 legnth.

Version 0.4.1 - 2016-10-10 (EO)
-------------
	+ Added missing test/testdata subdirectory to hold test fits files.

Version 0.4 - 2016-09-07 (AI)
-------------
- (src/cat_prepaux.f90) Parameters in catprep_read subrotuine  must 
be declared as "inout" instead of "out", otherwise a seg-fault is 
thrown out at run-time (gcc-6.2)	
	
Version 0.3.9 - 2014-03-30 (EC)
-------------
- Moved test/cat_data into testprods/test/catprep_data
- cleaned up some additional unused binary data

Version 0.3.8 - 2012-12-12 (CGP/LUX)
-------------
- Changed catalogue identifier from "USNO-B1.0" to "USNO" because omatt objects

Version 0.3.7 - 2012-12-03 (CGP/LUX)
-------------
- Changed RMAG for 2MASS catalogue to be the 2MASS k magnitude

Version 0.3.6 - 2012-11-23 (CGP/LUX)
-------------
- Detects SDSS data release and propagates name to cat extract file

Version 0.3.5 - 2012-11-05 (CGP/LUX)
-------------
- Fixed bug which caused sequential scan of USNO files in some cases where
a binary search is faster.  In response to SPR 6771. 

Version 0.3.4 - 2012-08-22 (CGP/LUX)
-------------
- Fixed bug in computing deltaRA in USNO/2MASS access, see SPR 6763.

Version 0.3.3 - 2012-06-13 (CGP/LUX)
-------------
- Changed distribution to "world" in response to SPR 6736
- Also has improved error reporting and documentation now that it is to be
distributed more widely.

Version 0.3.2 - 2012-04-17 (CGP/LUX)
-------------
	+ src/catprep_aux.f90: append / to each path variable.

Version 0.3.1 - 2012-04-04 (CGP/LUX)
-------------
	+ src/catprep_aux.f90: Added ub1_path, twomass_path and sdss_path
	variables to set the paths to USNOB1, 2Mass and SDSS catalogues
	trhough environment variables.

Version 0.3 - 2012-03-04 (CGP/LUX)
----------------------
- Changed catprep output file so USNO extract in first HDU for compatibility with eposcorr
and omatt.  Discussed at 2011 Consortium Meeting.

Version 0.2 - 2012-03-02 (CGP/LUX)
----------------------
- Replaced OBSMLI_read with read_pointing: allows any suitable data product and not just an OBSMLI file to provide pointing information.  Requested by Simon Rosen to simplify integration into pipeline.

Version 0.1 - 2011-08-03 (CGP/LUX)
----------------------
- Initial delivery.  Approved in SCR-320 (see the catcorr package as well).