From 674affc13c501b069ba55913a76d61546f0e3c0c Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 6 Dec 2021 08:58:14 -0500 Subject: irfanview 4.59 rc1 --- irfanview/debian/changelog | 18 ++++++++++++++++++ irfanview/irfanview.spec | 7 +++++-- 2 files changed, 23 insertions(+), 2 deletions(-) (limited to 'irfanview') diff --git a/irfanview/debian/changelog b/irfanview/debian/changelog index 4947864..b5deebe 100644 --- a/irfanview/debian/changelog +++ b/irfanview/debian/changelog @@ -1,3 +1,21 @@ +irfanview (4.59-1+devuan) obs; urgency=low + + - Version 4.59 Release date: 2021-12-01 + * New JPG saving option: Show preview image (to adjust quality and filesize) + * Support for JXL format (JPEG XL, reading and saving; PlugIn) + * (must be enabled in menu: Help->Installed PlugIns) + * New effect in Image->Effects menu: Tilt-Shift + * Options for SVG loading (Properties->PlugIns) + * New Edit menu: Show selection from "Auto crop borders" (can be used for e.g. Lossless JPG Crop) + * Improved support for EXIF data in HEIC and CR3 files (EXIF dialog) + * New print dialog option: Fill paper - for "Best fit to page" + * Help text added to some options in Lossless-JPG dialog (thanks to forum users) + * New command line option: /contactsheet=(filenames) + * => make Contact Sheet using dialog options (see "i_options.txt") + * Several PlugIns are changed/updated, please install the newest versions: + + -- B. Stack Mon, 06 Dec 2021 08:57:35 -0500 + irfanview (4.58-1+devuan) obs; urgency=low - Version 4.58 Release date: 2021-05-26 diff --git a/irfanview/irfanview.spec b/irfanview/irfanview.spec index 33c9ff1..29fb221 100644 --- a/irfanview/irfanview.spec +++ b/irfanview/irfanview.spec @@ -5,7 +5,7 @@ #global upstream_url http://www.irfanview.info/files Name: irfanview -Version: 4.58 +Version: 4.59 Release: 1 Summary: graphics viewer from non-free OS %define version_num %( echo %version | tr -d '\.' ) @@ -14,7 +14,7 @@ Group: Applications/Graphics License: Freeware URL: http://bgstack15.wordpress.com # from original upstream, you must download like: -# curl 'https://www.irfanview.info/files/iview451_x64.zip' --compressed -H 'Referer: https://www.irfanview.info/files/iview451_x64.zip' -A 'Mozilla (X11)' iview451_x64.zip +# curl 'https://www.irfanview.info/files/iview459_x64.zip' --compressed -H 'Referer: https://www.irfanview.info/files/iview459_x64.zip' -A 'Mozilla (X11)' -ORJ Source0: %{upstream_url}/iview%{version_num}.zip Source1: %{upstream_url}/iview%{version_num}_plugins.zip Source2: %{upstream_url}/iview%{version_num}_x64.zip @@ -205,6 +205,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %{_datadir}/%{name}64 %changelog +* Mon Dec 06 2021 B. Stack - 4.59-1 +- version bump + * Wed May 26 2021 B. Stack - 4.58-1 - version bump -- cgit