From c14595c2e3a269f0a013b2be2a0ace5d019b5ab2e352a056bf6284e610c0f414 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 8 Nov 2022 12:56:35 +0000 Subject: [PATCH] Accepting request 1030105 from home:polslinux:branches:graphics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.0.6: * When an empty or malformed SER file was in the directory, previewing it would crash siril. * Saving an image as TIFF could crash siril. * Extracting the polynomial background gradient could crash siril when not enough samples were set. * The iif command of Pixel Math had a problem. Also, PixelMath mishandled some negative values. * Cropping a sequence with images of different sizes would crash if the selected area was not common to all the frames of the sequence. * Command seqstat could crash on large sequences when some images were not selected. * Siril could crash when a large star was close to border during star detection. * Asinh tool had bad behaviour with the black point for monochrome and 32bits images. * Searching for a sky object in SIMBAD containing a ‘+’ character in its named failed. OBS-URL: https://build.opensuse.org/request/show/1030105 OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=38 --- siril-1.0.5.tar.bz2 | 3 --- siril-1.0.6.tar.bz2 | 3 +++ siril.changes | 23 +++++++++++++++++++++++ siril.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 siril-1.0.5.tar.bz2 create mode 100644 siril-1.0.6.tar.bz2 diff --git a/siril-1.0.5.tar.bz2 b/siril-1.0.5.tar.bz2 deleted file mode 100644 index ed65e63..0000000 --- a/siril-1.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7766d2148ff37d3e48d2d55158f3584567bc14566ac0b56163f4f9447f3005cd -size 2893026 diff --git a/siril-1.0.6.tar.bz2 b/siril-1.0.6.tar.bz2 new file mode 100644 index 0000000..d82a026 --- /dev/null +++ b/siril-1.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994a6c4c1508e339b5904b6dc8b3f91f9371d6f826d390b4763880f28a493017 +size 2893872 diff --git a/siril.changes b/siril.changes index 1b99b4d..42de768 100644 --- a/siril.changes +++ b/siril.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Oct 18 09:25:14 UTC 2022 - Paolo Stivanin + +- Update to 1.0.6: + * When an empty or malformed SER file was in the directory, + previewing it would crash siril. + * Saving an image as TIFF could crash siril. + * Extracting the polynomial background gradient could crash + siril when not enough samples were set. + * The iif command of Pixel Math had a problem. + Also, PixelMath mishandled some negative values. + * Cropping a sequence with images of different sizes + would crash if the selected area was not common to all + the frames of the sequence. + * Command seqstat could crash on large sequences when some + images were not selected. + * Siril could crash when a large star was close to border + during star detection. + * Asinh tool had bad behaviour with the black point for + monochrome and 32bits images. + * Searching for a sky object in SIMBAD containing a ‘+’ character + in its named failed. + ------------------------------------------------------------------- Fri Sep 23 07:08:23 UTC 2022 - Paolo Stivanin diff --git a/siril.spec b/siril.spec index 9926546..54a18ac 100644 --- a/siril.spec +++ b/siril.spec @@ -17,7 +17,7 @@ Name: siril -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: An astronomical image processing software for Linux. (IRIS clone) License: BSL-1.0 AND GPL-3.0-or-later