/* ChangeLog *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% * * Part of: SCAMP * * Author: E. BERTIN (IAP) * * Contents: log of changes made to the SCAMP source * * Last modify: 20/04/2010 * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ ------------------------------------------------------------------------ r234 | bertin | 2010-04-20 16:13:47 +0200 (Tue, 20 Apr 2010) | 4 lines Added a copy of the CeCILL version 2 license and updated the COPYRIGHT file. Updated ChangeLog. Updated the documention. ------------------------------------------------------------------------ r233 | bertin | 2010-03-30 18:46:10 +0200 (Tue, 30 Mar 2010) | 5 lines Switched to HTTP protocol by replacing the "aclient" client with "aclient_cgi" by default, and setting the default port to 80 (suggestion by A.Rawat). Added support for GSC-2.3 and PPMX astrometric reference catalogues. Pushed version number to 2.7.0. ------------------------------------------------------------------------ r232 | bertin | 2010-03-02 18:23:47 +0100 (Tue, 02 Mar 2010) | 4 lines Fixed bug with shear correction in MATCHing (thanks to Shantanu and Huan for reporting this issue). Fixed bug with multiple reference catalogue files. Pushed version number to 2.6.5. ------------------------------------------------------------------------ r231 | bertin | 2010-01-21 21:07:02 +0100 (Thu, 21 Jan 2010) | 2 lines Added CFH12k and VIRCam .ahead focal plane models. ------------------------------------------------------------------------ r230 | bertin | 2009-11-18 17:47:51 +0100 (Wed, 18 Nov 2009) | 2 lines Fixed issue with FFTW configure for custom library paths. ------------------------------------------------------------------------ r229 | bertin | 2009-11-02 17:22:54 +0100 (Mon, 02 Nov 2009) | 2 lines Added support for 64 bit binary table elements in FITS library (thanks to J.P. McFarland). ------------------------------------------------------------------------ r226 | bertin | 2009-10-22 20:44:35 +0200 (Thu, 22 Oct 2009) | 2 lines Fixed compilation issue with gcc caused by incorrect pointer arithmetic. ------------------------------------------------------------------------ r222 | bertin | 2009-10-20 17:55:43 +0200 (Tue, 20 Oct 2009) | 2 lines Updated ChangeLog, README and .spec file. ------------------------------------------------------------------------ r220 | bertin | 2009-10-20 17:47:10 +0200 (Tue, 20 Oct 2009) | 4 lines Fixed compilation warnings in astrefcat.c and catout.c Fixed SDSS z-band magnitude reading bug. Pushed version number to 1.6.2. ------------------------------------------------------------------------ r219 | bertin | 2009-10-19 19:26:21 +0200 (Mon, 19 Oct 2009) | 8 lines Added support for UCAC-3 reference catalogues. Dropped obsoleted PLPlot output image formats (XTerm,PBM,LHPGL,IMP). Added support for ASCII_VOTABLE merged catalogue output. Fixed crashes with merged catalogue ASCII outputs. Added support for merged lists in XSL stylesheet. Updated documentation. Pushed version number to 1.6.1. ------------------------------------------------------------------------ r218 | bertin | 2009-10-02 13:45:46 +0200 (Fri, 02 Oct 2009) | 6 lines Fixed warnings while generating the configure (thanks to S.Pascual). Added support for SDSS-R7 astrometric reference catalogue. Fixed catalogue read bug with some SDSS sources. Added ASTREF_MAGLIM configuration parameters to select astrometric references within a specific magnitude range. Pushed version number to 1.6.0. ------------------------------------------------------------------------ r217 | bertin | 2009-09-10 15:23:03 +0200 (Thu, 10 Sep 2009) | 2 lines Went back to using plimage() and plsetopts() straight without trying to fool around with dynamic libraries (kills compatibility with older PLplot versions unfortunately). ------------------------------------------------------------------------ r216 | bertin | 2009-09-09 17:53:39 +0200 (Wed, 09 Sep 2009) | 5 lines Added --enable-auto-flags. Added --enable-best-link configure option. Added rpm-best option in Makefile.am. Cleaned up configure file. ------------------------------------------------------------------------ r215 | bertin | 2009-08-30 19:16:41 +0200 (Sun, 30 Aug 2009) | 2 lines Fixed portability issue with the RPM version of PLplot (no gd). ------------------------------------------------------------------------ r214 | bertin | 2009-08-28 22:29:29 +0200 (Fri, 28 Aug 2009) | 3 lines Fixed issue with libltdl on the binary version. Fixed pb with plplot library version. ------------------------------------------------------------------------ r213 | bertin | 2009-08-27 23:48:24 +0200 (Thu, 27 Aug 2009) | 3 lines Prepared code for ASCII merged catalogue output. Pushed version number to 1.5.9. ------------------------------------------------------------------------ r212 | bertin | 2009-06-29 15:50:31 +0200 (Mon, 29 Jun 2009) | 2 lines Removed Valgrind warning in astrprop_fgroup(). ------------------------------------------------------------------------ r211 | bertin | 2009-06-26 17:03:39 +0200 (Fri, 26 Jun 2009) | 8 lines Replaced configuration error with warning if FFTW is not multithreaded and multithreading has been activated (the default). Added autoconfig support for FFTW multithreaded versions combined in libfftw3. Added runtime warning if ATLAS is not multithreaded and multithreading is on. Added the possibility to select a specific band in reference astrometric catalog file. Fixed warning with plParseOpts(). Improved log display. Pushed version number to 1.5.8. ------------------------------------------------------------------------ r210 | bertin | 2009-06-25 18:43:50 +0200 (Thu, 25 Jun 2009) | 2 lines Made parallel version of ATLAS not mandatory for the multithread option. ------------------------------------------------------------------------ r209 | bertin | 2009-06-25 17:01:45 +0200 (Thu, 25 Jun 2009) | 3 lines Improved and completed merged output catalogue (can now be used directly as an input reference catalogue). Pushed version number to 1.5.7. ------------------------------------------------------------------------ r208 | bertin | 2009-06-19 19:11:21 +0200 (Fri, 19 Jun 2009) | 3 lines Fixed compatibility problems of older PLPlot versions with plparseopt(). Pushed version number to 1.5.6. ------------------------------------------------------------------------ r207 | bertin | 2009-05-22 14:30:02 +0200 (Fri, 22 May 2009) | 3 lines Added filtering of non-numerical characters for floating-point FITS keywords (thanks to D.G. Bonfield for the suggestion). Included Chiara's MissFITS fix in fitspick(). ------------------------------------------------------------------------ r205 | bertin | 2009-04-10 21:31:31 +0200 (Fri, 10 Apr 2009) | 3 lines Fixed plimage() issue with older versions of PLplot library. Version number pushed to 1.5.5. ------------------------------------------------------------------------ r204 | bertin | 2009-04-09 11:15:49 +0200 (Thu, 09 Apr 2009) | 1 line Pushed version number to 1.5.4. ------------------------------------------------------------------------ r203 | bertin | 2009-04-01 18:53:27 +0200 (Wed, 01 Apr 2009) | 2 lines More junk cleaning. ------------------------------------------------------------------------ r202 | bertin | 2009-04-01 18:16:35 +0200 (Wed, 01 Apr 2009) | 2 lines Had forgotten to regenerate configure file. ------------------------------------------------------------------------ r201 | bertin | 2009-04-01 18:08:19 +0200 (Wed, 01 Apr 2009) | 2 lines Forgot an attribute in