From a264e2e99db8334235f8f51b41f57ab27d08b318f3e60482b77b495802905712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Mon, 23 May 2022 16:03:31 +0000 Subject: [PATCH] Accepting request 978751 from home:StefanBruens:branches:graphics - Update to 1.0.2: * Added new RBF interpolation method in the background extraction tool * Removed file name length limit in conversion * Fixed crash in preprocess command if a quote was not closed in -bias= option * Fixed crash when star detection box was expanded past a border * Fixed crash in plot when X axis data contained negative values * Fixed numerous bugs in the background extraction tool * Fixed bug in PixelMath where only one char parameter where allowed * Fixed bug in FITS partial reader OBS-URL: https://build.opensuse.org/request/show/978751 OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=30 --- siril-1.0.1.tar.bz2 | 3 --- siril-1.0.2.tar.bz2 | 3 +++ siril.changes | 16 ++++++++++++++++ siril.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 siril-1.0.1.tar.bz2 create mode 100644 siril-1.0.2.tar.bz2 diff --git a/siril-1.0.1.tar.bz2 b/siril-1.0.1.tar.bz2 deleted file mode 100644 index 805edf7..0000000 --- a/siril-1.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bac0da5e5c7bab7f8786d285fb5b164fbb26c0bb6d5fbbab4b164c43f0223564 -size 2846127 diff --git a/siril-1.0.2.tar.bz2 b/siril-1.0.2.tar.bz2 new file mode 100644 index 0000000..d13de61 --- /dev/null +++ b/siril-1.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d93fce721d91d8def84d843d2af97a68faea00d4860a5e42cd3e984bd38671 +size 2868248 diff --git a/siril.changes b/siril.changes index 11ad5ef..98e0e4a 100644 --- a/siril.changes +++ b/siril.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon May 23 15:56:29 UTC 2022 - Stefan Brüns + +- Update to 1.0.2: + * Added new RBF interpolation method in the background extraction + tool + * Removed file name length limit in conversion + * Fixed crash in preprocess command if a quote was not closed in + -bias= option + * Fixed crash when star detection box was expanded past a border + * Fixed crash in plot when X axis data contained negative values + * Fixed numerous bugs in the background extraction tool + * Fixed bug in PixelMath where only one char parameter where + allowed + * Fixed bug in FITS partial reader + ------------------------------------------------------------------- Tue Apr 26 15:12:53 UTC 2022 - Stefan Brüns diff --git a/siril.spec b/siril.spec index 6632eee..093b57e 100644 --- a/siril.spec +++ b/siril.spec @@ -17,7 +17,7 @@ Name: siril -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: An astronomical image processing software for Linux. (IRIS clone) License: BSL-1.0 AND GPL-3.0-or-later