Skip to content

Commit 60e4d16

Browse files
committed
2.4.5
1 parent 2ec7c69 commit 60e4d16

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([pix_major_version], [2])
22
m4_define([pix_minor_version], [4])
3-
m4_define([pix_micro_version], [4])
3+
m4_define([pix_micro_version], [5])
44
m4_define([pix_version],
55
[pix_major_version.pix_minor_version.pix_micro_version])
66
m4_define([pix_api_version],

debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
pix (2.4.5) tricia; urgency=medium
2+
3+
[ Paolo Bacchilega ]
4+
* jpeg loader: crash when the original size is too big for a cairo surface
5+
* jpeg loader: call alloc_sarray before jpeg_start_decompress
6+
* jpeg loader: error if the orientation swaps width and height
7+
* jpeg loader: do not scan more than output_height lines
8+
* cairo scale: do not create images with invalid dimensions
9+
* check whether the scaled surface is null before using it
10+
* gth-image: allow to set null surfaces
11+
* image viewer: do not try do paint surfaces with invalid size
12+
13+
[ Michael Webster ]
14+
* various: check for valid surfaces after creating them.
15+
16+
-- Clement Lefebvre <root@linuxmint.com> Tue, 07 Jan 2020 09:43:08 +0000
17+
118
pix (2.4.4) tricia; urgency=medium
219

320
[ Michael Webster ]

0 commit comments

Comments
 (0)