summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irfanview/README.md4
-rw-r--r--irfanview/debian/changelog31
-rw-r--r--irfanview/irfanview.spec7
3 files changed, 38 insertions, 4 deletions
diff --git a/irfanview/README.md b/irfanview/README.md
index 9e8490e..9bf21ce 100644
--- a/irfanview/README.md
+++ b/irfanview/README.md
@@ -11,7 +11,7 @@ At least one distro does package Irfanview:
# Reverse dependency matrix
Distro | Irfanview version
--------- | -----------------
-all | 4.53
+all | 4.54
-# Differences from upstream
+# Differences from upstream packaging
None
diff --git a/irfanview/debian/changelog b/irfanview/debian/changelog
index 764161e..5c0c4a8 100644
--- a/irfanview/debian/changelog
+++ b/irfanview/debian/changelog
@@ -1,3 +1,34 @@
+irfanview (4.54-1+devuan) obs; urgency=medium
+
+ - Version 4.54 Release date: 2019-12-12
+ * Multiple Undo/Redo steps added (max. 20 steps, Properties->Editing)
+ * Zoom magnifier added to fullscreen mode
+ * Option to disable Zoom magnifier (Properties->Viewing)
+ * Profiles option added to Print dialog
+ * New option in Properties->Fullscreen: Set horizontal and/or vertical centering
+ * New option in Print dialog: Set horizontal and/or vertical centering
+ * Option to set selection border thickness (Properties->Editing)
+ * Option to enable/disable PlugIns (Help->Installed PlugIns)
+ * Extended sidecar files option: Copy/Move possible (Properties->File Handling)
+ * New Canvas dialog option/method: Set aspect ratio
+ * New option in Watch/Hot Folder dialog: Watch subfolders
+ * Support for CR3 files (preview only, add CR3 to extensions list in: Properties->Extensions->Load custom types)
+ * New Lossless JPG Dialog option: Add (or Replace) ICC color profile
+ * New Thumbnails option: Keep focus in folder tree (after folder change/click)
+ * Option to show Color Corrections dialog in dark mode
+ * Fix in Metadata PlugIn (crash with bad EXIF tag in CR2 files; KVE-2019-1184)
+ * BMP loading bug fixed (thanks to Joshua Faust, CVE-2019-16887)
+ * JP2 PlugIn loading bug fixed (thanks to Linhlhq)
+ * ANI PlugIn loading bug fixed (thanks to Linhlhq, CVE-2019-17252)
+ * RAS PlugIn loading bug fixed (thanks to Linhlhq, CVE-2019-17251)
+ * EXR PlugIn loading bug fixed (thanks to Linhlhq, CVE-2019-17255)
+ * DPX PlugIn loading bug fixed (thanks to Linhlhq, CVE-2019-17256)
+ * WSQ PlugIn loading bug fixed (thanks to Linhlhq, CVE-2019-17250)
+ * JLS PlugIn loading bug fixed (thanks to Linhlhq, CVE-2019-17253)
+ * Several PlugIns are changed/updated, please install the newest versions:
+
+ -- B Stack <bgstack15@gmail.com> Thu, 18 Dec 2019 09:20:59 -0500
+
irfanview (4.53-2+devuan) manual; urgency=medium
* The architecture of the invocation script has been split into common and arch-specific.
diff --git a/irfanview/irfanview.spec b/irfanview/irfanview.spec
index caf711e..74b44e3 100644
--- a/irfanview/irfanview.spec
+++ b/irfanview/irfanview.spec
@@ -5,8 +5,8 @@
#global upstream_url http://www.irfanview.info/files
Name: irfanview
-Version: 4.53
-Release: 2
+Version: 4.54
+Release: 1
Summary: irfanview is a graphics viewer
%define version_num %( echo %version | tr -d '\.' )
@@ -204,6 +204,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%{_datadir}/%{name}64
%changelog
+* Wed Dec 18 2019 B Stack <bgstack15@gmail.com> - 4.54-1
+- version bump
+
* Sun Jun 16 2019 B Stack <bgstack15@gmail.com> - 4.53-2
- improve app start scripts and mimetypes
bgstack15