File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11m4_define ( [ pix_major_version] , [ 2] )
22m4_define ( [ pix_minor_version] , [ 4] )
3- m4_define ( [ pix_micro_version] , [ 4 ] )
3+ m4_define ( [ pix_micro_version] , [ 5 ] )
44m4_define ( [ pix_version] ,
55 [ pix_major_version.pix_minor_version.pix_micro_version] )
66m4_define ( [ pix_api_version] ,
Original file line number Diff line number Diff line change 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+
118pix (2.4.4) tricia; urgency=medium
219
320 [ Michael Webster ]
You can’t perform that action at this time.
0 commit comments