summaryrefslogtreecommitdiff
path: root/irfanview
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-24 16:26:45 -0400
committerB. Stack <bgstack15@gmail.com>2022-03-24 16:26:45 -0400
commit39a6c5b423bca2b5dcda856d41f048780e214935 (patch)
treea756d559c1e82e0a0b80fe48c58115a1d5de6c44 /irfanview
parentfix LICENSE for el7 (diff)
downloadstackrpms-39a6c5b423bca2b5dcda856d41f048780e214935.tar.gz
stackrpms-39a6c5b423bca2b5dcda856d41f048780e214935.tar.bz2
stackrpms-39a6c5b423bca2b5dcda856d41f048780e214935.zip
irfanview 4.60
Diffstat (limited to 'irfanview')
-rw-r--r--irfanview/debian/changelog26
-rw-r--r--irfanview/debian/control2
-rw-r--r--irfanview/irfanview.spec5
3 files changed, 26 insertions, 7 deletions
diff --git a/irfanview/debian/changelog b/irfanview/debian/changelog
index b5deebe..55bc004 100644
--- a/irfanview/debian/changelog
+++ b/irfanview/debian/changelog
@@ -1,3 +1,19 @@
+irfanview (4.60-1+devuan) obs; urgency=low
+
+ - Version 4.60 Release date: 2022-03-18
+ * JPG save preview dialog: Options to zoom/scroll the preview image
+ * New option in File menu: Compare current image with another image
+ * Option for Favorite menus (Edit menu); Right mouse click on menu item
+ * Options menu to "Create new EXIF data" in JPGs without EXIF
+ * New browsing options for mouse wheel (Properties->Browsing)
+ * Support for QOI format (Formats PlugIn, reading and saving)
+ * Improved DDS loading (BC7 compression, thanks to Richard Geldreich)
+ * TIF loading fixed (Thanks to Aslan Gurtsiev, CVE-2021-46064)
+ * New hotkey: ALT + SHIFT + B: Show thin or normal border (current
+ session only)
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 24 Mar 2022 16:17:54 -0400
+
irfanview (4.59-1+devuan) obs; urgency=low
- Version 4.59 Release date: 2021-12-01
@@ -22,18 +38,18 @@ irfanview (4.58-1+devuan) obs; urgency=low
* New option in Add-Text dialog: add text above/below image (add canvas)
* New in Add-Text for Batch mode: Scale font based on desktop height
* New Resize dialog option: Set size in MegaPixels
- * New option in File-Copy/Move dialog: Create duplicate file (for
+ * New option in File-Copy/Move dialog: Create duplicate file (for
existing files)
- * New option: Keep mouse on Next/Prev-file toolbar buttons
+ * New option: Keep mouse on Next/Prev-file toolbar buttons
(Properties->Viewing)
* New PlugIn: OptiPNG (Optimized PNG saving, thanks to Cosmin Truta)
* PNGOUT PlugIn has been removed (use OptiPNG in PNG save options)
- * RIOT PlugIn has been removed (use "Set JPG file size" in JPG save
+ * RIOT PlugIn has been removed (use "Set JPG file size" in JPG save
options)
- * GIF animation bug fixed (thanks to Filipe Oliveira, Tempest Security
+ * GIF animation bug fixed (thanks to Filipe Oliveira, Tempest Security
Intelligence)
* Several loading bugs in Formats PlugIn fixed (thanks to Moshe Kaplan)
- * WPG PlugIn loading bugs fixed (thanks to SEC Consult Vulnerability
+ * WPG PlugIn loading bugs fixed (thanks to SEC Consult Vulnerability
Lab: CVE-2021-27224 and CVE-2021-27362)
* Updated panda (thumbnails) icon
diff --git a/irfanview/debian/control b/irfanview/debian/control
index c8b21c3..ed04d3b 100644
--- a/irfanview/debian/control
+++ b/irfanview/debian/control
@@ -1,7 +1,7 @@
Source: irfanview
Section: graphics
Priority: optional
-Maintainer: B Stack <bgstack15@gmail.com>
+Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=12~),
# bgscripts for txtman-wrapper
bgscripts-core (>=1.5.0),
diff --git a/irfanview/irfanview.spec b/irfanview/irfanview.spec
index 29fb221..4c76e66 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.59
+Version: 4.60
Release: 1
Summary: graphics viewer from non-free OS
%define version_num %( echo %version | tr -d '\.' )
@@ -205,6 +205,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%{_datadir}/%{name}64
%changelog
+* Thu Mar 24 2022 B. Stack <bgstack15@gmail.com> - 4.60-1
+- version bump
+
* Mon Dec 06 2021 B. Stack <bgstack15@gmail.com> - 4.59-1
- version bump
bgstack15