authorRekhesh Mohan <reks@iiap.res.in>
Thu, 8 Nov 2012 07:47:03 +0000 (13:17 +0530)
committerRekhesh Mohan <reks@iiap.res.in>
Thu, 8 Nov 2012 07:47:03 +0000 (13:17 +0530)
ChangeLog.txt
configure.ac
src/fits2jpeg.c

index 4076135..af372c5 100644 (file)
@@ -6,10 +6,14 @@ NOTE: This file records the changes made after the release of the stable
 version fits2jpeg-1.0
 ------------------------------------------------------------------------
 
+2.1 Release
+-----------
 
+  1. Fixed a segfault on blank/zero images
 
-Updates in 2.0 Release
-----------------------
+
+2.0 Release
+-----------
 
   1. Merged scale & operations to single flag
      v1.0 had normalize/equalize handled by "-e" flag and rest of
index 7c67dd6..303f90a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([CADS_fits2jpeg], [2.0.9], [cads@iiap.res.in])
+AC_INIT([CADS_fits2jpeg], [2.1], [cads@iiap.res.in])
 AC_LANG_C
 AM_INIT_AUTOMAKE([-Wall -Werror])
 AC_CONFIG_SRCDIR([config.h.in])
index 7390330..5469733 100644 (file)
@@ -71,7 +71,7 @@
   Reks 28 June 2012
   1. rebranded to CADS/UVS
 
-  Reks 05-10 July 2012 v2.0 plans
+  Reks 05-10 July 2012 v2.0 
   1. Merged scale & operations to single flag
   2. added fits2jpeg.h, help/banner functions moved to messages.c
   3. Options to clip image min/max
@@ -81,6 +81,9 @@
   7. Image resizing
   8. moved fits read to image.c
   9. Option to specify output directory
+
+  Reks Oct/Nov 2012 v2.1
+  1. Fixed a segfault on zero/blank fits images
  *---------------------------------------------------------------------------*/
 
 #include "fits2jpeg.h"