Skip to content

Commit 3d7ba5a

Browse files
committed
ready for 4.1.4 release
1 parent 097d16a commit 3d7ba5a

4 files changed

Lines changed: 69 additions & 58 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
master
22

3+
## 4.1.4 19/4/26
4+
35
- set VIPS_UNLIMITED to disable DoS limits on file load for libvips 8.18+
46
- unset VIPSHOME in flatpak builds
57
- alt-left / alt-right use case-insensitive utf-8 ordering [dreadbalaur]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('vipsdisp', 'c',
2-
version: '4.1.3',
2+
version: '4.1.4',
33
license: 'MIT',
44
meson_version: '>=0.56',
55
default_options: [

org.libvips.vipsdisp.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id" : "org.libvips.vipsdisp",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "48",
4+
"runtime-version" : "50",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "vipsdisp",
77
"finish-args" : [
@@ -18,56 +18,56 @@
1818
"cleanup" : [
1919
"/include",
2020

21-
"/bin/Magick++-config",
22-
"/bin/MagickCore-config",
23-
"/bin/MagickWand-config",
24-
"/bin/animate",
25-
"/bin/compare",
26-
"/bin/composite",
27-
"/bin/conjure",
28-
"/bin/convert",
29-
"/bin/cookbook",
30-
"/bin/dcm-dump",
31-
"/bin/dcm-getframe",
32-
"/bin/display",
33-
"/bin/exr2aces",
34-
"/bin/exrenvmap",
35-
"/bin/exrheader",
36-
"/bin/exrinfo",
37-
"/bin/exrmakepreview",
38-
"/bin/exrmaketiled",
39-
"/bin/exrmanifest",
40-
"/bin/exrmetrics",
41-
"/bin/exrmultipart",
42-
"/bin/exrmultiview",
43-
"/bin/exrstdattr",
44-
"/bin/fitscopy",
45-
"/bin/fitsverify",
46-
"/bin/fpack",
47-
"/bin/funpack",
48-
"/bin/identify",
49-
"/bin/imcopy",
50-
"/bin/import",
51-
"/bin/libdeflate-gunzip",
52-
"/bin/libdeflate-gzip",
53-
"/bin/magick",
54-
"/bin/magick-script",
55-
"/bin/mogrify",
56-
"/bin/montage",
57-
"/bin/ojph_compress",
58-
"/bin/ojph_expand",
59-
"/bin/openslide-quickhash1sum",
60-
"/bin/openslide-show-properties",
61-
"/bin/openslide-write-png",
62-
"/bin/slidetool",
63-
"/bin/smem",
64-
"/bin/snip",
65-
"/bin/speed",
66-
"/bin/stream",
67-
"/bin/vips",
68-
"/bin/vipsedit",
69-
"/bin/vipsheader",
70-
"/bin/vipsthumbnail",
21+
"/bin/Magick++-config",
22+
"/bin/MagickCore-config",
23+
"/bin/MagickWand-config",
24+
"/bin/animate",
25+
"/bin/compare",
26+
"/bin/composite",
27+
"/bin/conjure",
28+
"/bin/convert",
29+
"/bin/cookbook",
30+
"/bin/dcm-dump",
31+
"/bin/dcm-getframe",
32+
"/bin/display",
33+
"/bin/exr2aces",
34+
"/bin/exrenvmap",
35+
"/bin/exrheader",
36+
"/bin/exrinfo",
37+
"/bin/exrmakepreview",
38+
"/bin/exrmaketiled",
39+
"/bin/exrmanifest",
40+
"/bin/exrmetrics",
41+
"/bin/exrmultipart",
42+
"/bin/exrmultiview",
43+
"/bin/exrstdattr",
44+
"/bin/fitscopy",
45+
"/bin/fitsverify",
46+
"/bin/fpack",
47+
"/bin/funpack",
48+
"/bin/identify",
49+
"/bin/imcopy",
50+
"/bin/import",
51+
"/bin/libdeflate-gunzip",
52+
"/bin/libdeflate-gzip",
53+
"/bin/magick",
54+
"/bin/magick-script",
55+
"/bin/mogrify",
56+
"/bin/montage",
57+
"/bin/ojph_compress",
58+
"/bin/ojph_expand",
59+
"/bin/openslide-quickhash1sum",
60+
"/bin/openslide-show-properties",
61+
"/bin/openslide-write-png",
62+
"/bin/slidetool",
63+
"/bin/smem",
64+
"/bin/snip",
65+
"/bin/speed",
66+
"/bin/stream",
67+
"/bin/vips",
68+
"/bin/vipsedit",
69+
"/bin/vipsheader",
70+
"/bin/vipsthumbnail",
7171

7272
"/lib/lib*.a",
7373
"/lib/lib*.la",
@@ -413,8 +413,8 @@
413413
{
414414
"type" : "git",
415415
"url" : "https://github.com/libvips/libvips.git",
416-
"tag" : "v8.18.0",
417-
"commit" : "36fe7461e07f71107a9108e5778eec81ce00fe73"
416+
"tag" : "v8.18.2",
417+
"commit" : "17ad2f62dda7e39985955da189183e594683d45e"
418418
}
419419
]
420420
},
@@ -430,7 +430,7 @@
430430
{
431431
"type" : "git",
432432
"url" : "https://github.com/jcupitt/vipsdisp.git",
433-
"tag" : "v4.1.3",
433+
"tag" : "v4.1.4",
434434
"commit" : "068bdc4c86a371b9d2e2b87ece1cb4585f4f73cf"
435435
}
436436
]

org.libvips.vipsdisp.metainfo.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ and it has a range of useful visualisation tools and display modes.
6666

6767
<releases>
6868

69+
<release version="4.1.4" date="2026-04-19">
70+
<description>
71+
<p>
72+
Disable file format limit checks, update runtime to 50, improve
73+
directory navigation sort order.
74+
</p>
75+
</description>
76+
</release>
77+
6978
<release version="4.1.3" date="2025-12-17">
7079
<description>
7180
<p>
@@ -157,16 +166,16 @@ and it has a range of useful visualisation tools and display modes.
157166
<release version="3.0.4" date="2024-03-02">
158167
<description>
159168
<p>
160-
Fix animated images on image flip.
169+
Fix animated images on image flip.
161170
</p>
162171
</description>
163172
</release>
164173

165174
<release version="3.0.3" date="2024-03-02">
166175
<description>
167176
<p>
168-
Next and previous image, copy paste, drag drop, reload,
169-
performance and stability improvements.
177+
Next and previous image, copy paste, drag drop, reload,
178+
performance and stability improvements.
170179
</p>
171180
</description>
172181
</release>

0 commit comments

Comments
 (0)