diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 13:03:18 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 13:03:18 -0400 |
commit | 304bab2aced9cae51d2e4c09f3d9e06c66ff175d (patch) | |
tree | 8397f81b893feb1cf624eee49c4fb01297aa08ad /vendor/SDL2_Image/CHANGES.txt | |
parent | ba350484072c78e5e1a765370c22dbd76474aa39 (diff) | |
download | ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.tar.gz ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.tar.bz2 ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.zip |
we can build a window app!
build type must be set to Release or it's horribly slow, and fullscreen does not work
Diffstat (limited to 'vendor/SDL2_Image/CHANGES.txt')
-rw-r--r-- | vendor/SDL2_Image/CHANGES.txt | 178 |
1 files changed, 178 insertions, 0 deletions
diff --git a/vendor/SDL2_Image/CHANGES.txt b/vendor/SDL2_Image/CHANGES.txt new file mode 100644 index 0000000..3e57036 --- /dev/null +++ b/vendor/SDL2_Image/CHANGES.txt | |||
@@ -0,0 +1,178 @@ | |||
1 | 2.0.5: | ||
2 | Sam Lantinga - Wed Jun 19 07:30:51 PDT 2019 | ||
3 | * Updated external libraries libpng-1.6.32, libwebp-1.0.2 | ||
4 | Sam Lantinga - Tue Jun 11 00:17:01 PDT 2019 | ||
5 | * Fixed a number of security issues: | ||
6 | TALOS-2019-0820 | ||
7 | TALOS-2019-0821 | ||
8 | TALOS-2019-0841 | ||
9 | TALOS-2019-0842 | ||
10 | TALOS-2019-0843 | ||
11 | TALOS-2019-0844 | ||
12 | Sathyanarayanan Gunasekaran, Brian Palmer, Charlie Birks, Amadeus - Mon Jun 10 16:48:20 PDT 2019 | ||
13 | * Ported SDL_image to emscripten | ||
14 | |||
15 | 2.0.4: | ||
16 | MichaĆ Janiszewski - Fri Sept 28 22:00:26 PST 2018 | ||
17 | * Fixed memory issues in the XCF loader | ||
18 | Ryan Gordon - Wed Sept 26 14:58:31 PST 2018 | ||
19 | * Fixed a number of security issues, including TALOS-2018-0645 | ||
20 | |||
21 | 2.0.3: | ||
22 | Ryan Gordon - Sun Jan 28 21:28:16 PST 2018 | ||
23 | * Fixed a number of security issues: | ||
24 | TALOS-2017-0488 | ||
25 | TALOS-2017-0489 | ||
26 | TALOS-2017-0490 | ||
27 | TALOS-2017-0491 | ||
28 | TALOS-2017-0497 | ||
29 | TALOS-2017-0498 | ||
30 | TALOS-2017-0499 | ||
31 | Sam Lantinga - Sun Jan 28 21:24:10 PST 2018 | ||
32 | * Added a dependency on SDL 2.0.8 | ||
33 | |||
34 | 2.0.2: | ||
35 | Sam Lantinga - Sat Oct 21 23:42:28 PDT 2017 | ||
36 | * Added simple SVG image support based on Nano SVG | ||
37 | Sam Lantinga - Sat Oct 21 22:14:34 PDT 2017 | ||
38 | * Updated external libraries jpeg-9b, libpng-1.6.32, libwebp-0.6.0, tiff-4.0.8 and zlib-1.2.11 | ||
39 | Yves Younan - Fri, Oct 6, 2017 3:38:38 PM | ||
40 | * Fixed security vulnerability in XCF image loader | ||
41 | Alexey - Tue Sep 12 00:41:53 PDT 2017 | ||
42 | * Added optional support for loading images using Windows Imaging Component | ||
43 | Fabian Greffrath - Tue Sep 12 00:15:56 PDT 2017 | ||
44 | * Added libpng save support for much smaller 8-bit images | ||
45 | Alexey - Mon Sep 11 23:50:31 PDT 2017 | ||
46 | * Added JPG save support when built with jpeglib | ||
47 | IMG_SaveJPG() and IMG_SaveJPG_RW() | ||
48 | |||
49 | 2.0.1: | ||
50 | Jeffrey Carpenter - Sat Nov 29 12:06:05 2014 | ||
51 | * Fixed image colorspace issue on iOS and Mac OS X | ||
52 | Sam Lantinga - Sun Jun 15 17:33:46 2014 | ||
53 | * Fixed support for transparency in XPM files | ||
54 | Davide Coppola - Thu Apr 17 17:30:12 2014 | ||
55 | * Fixed building JPEG support on Android | ||
56 | David Ludwig - Tue Apr 01 19:40:35 2014 | ||
57 | * Added support for building for Windows RT and Windows Phone | ||
58 | Timur - Wed Dec 11 21:24:36 2013 | ||
59 | * Fixed memory leak in webp image loading | ||
60 | Patrice Mandin - Thu Nov 07 19:15:28 2013 | ||
61 | * Fixed loading BMP files with large BITMAPINFOHEADER structures | ||
62 | Sam Lantinga - Fri Oct 11 21:54:20 2013 | ||
63 | * Fixed building with libpng 1.4 | ||
64 | |||
65 | 2.0.0: | ||
66 | Sam Lantinga - Sun Jun 2 22:25:31 PDT 2013 | ||
67 | * Added PNG save support based on miniz.c by Rich Geldreich | ||
68 | IMG_SavePNG(), IMG_SavePNG_RW() | ||
69 | Sam Lantinga - Sat Jun 1 19:11:26 PDT 2013 | ||
70 | * Updated for SDL 2.0 release | ||
71 | Sam Lantinga - Sat Mar 23 13:36:51 PDT 2013 | ||
72 | * Fixed bug setting colorkey for indexed PNG images | ||
73 | Torsten Stremlau - Sun Mar 10 10:19:25 PDT 2013 | ||
74 | * Added support for alpha and lossless WEBP images | ||
75 | |||
76 | 1.2.12: | ||
77 | mscott - 2012-02-06 19:40:23 PST | ||
78 | * Fixed image corruption when using ImageIO framework | ||
79 | Sylvain - Thu Nov 22 13:09:59 PST 2012 | ||
80 | * Added extended XPM color table (disabled by default in IMG_xpm.c) | ||
81 | Sam Lantinga - Thu Jan 19 23:18:09 EST 2012 | ||
82 | * Fixed regression in 1.2.11 loading 8-bit PNG images with libpng | ||
83 | |||
84 | 1.2.11: | ||
85 | Sam Lantinga - Sat Jan 14 17:54:38 EST 2012 | ||
86 | * Fixed loading 8-bit PNG images on Mac OS X | ||
87 | Sam Lantinga - Sat Dec 31 09:35:40 EST 2011 | ||
88 | * SDL_image is now under the zlib license | ||
89 | Michael Bonfils - Mon Nov 28 21:46:00 EST 2011 | ||
90 | * Added WEBP image support | ||
91 | Thomas Klausner - Wed Jan 19 19:31:25 PST 2011 | ||
92 | * Fixed compiling with libpng 1.4 | ||
93 | Sam Lantinga - Mon Jan 10 12:09:57 2011 -0800 | ||
94 | * Added Android.mk to build on the Android platform | ||
95 | Sam Lantinga - Mon May 10 22:42:53 PDT 2010 | ||
96 | * Fixed loading HAM6 images with stencil mask | ||
97 | Mark Tucker - Fri, 27 Nov 2009 12:38:21 -0500 | ||
98 | * Fixed bug loading 15 and 16 bit BMP images | ||
99 | |||
100 | 1.2.10: | ||
101 | Sam Lantinga - Sat Nov 14 11:22:14 PST 2009 | ||
102 | * Fixed bug loading multiple images | ||
103 | |||
104 | 1.2.9: | ||
105 | Sam Lantinga - Tue Nov 10 00:29:20 PST 2009 | ||
106 | * Fixed alpha premultiplication on Mac OS X and iPhone OS | ||
107 | Sam Lantinga - Sun Nov 8 07:52:11 PST 2009 | ||
108 | * Fixed checking for IMG_Init() return value in image loaders | ||
109 | |||
110 | 1.2.8: | ||
111 | Sam Lantinga - Sun Oct 4 13:12:54 PDT 2009 | ||
112 | * Added support for uncompressed PCX files | ||
113 | Mason Wheeler - 2009-06-10 06:29:45 PDT | ||
114 | * Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs | ||
115 | Couriersud - Mon, 12 Jan 2009 17:21:13 -0800 | ||
116 | * Added support for ICO and CUR image files | ||
117 | Eric Wing - Fri, 2 Jan 2009 02:01:16 -0800 | ||
118 | * Added ImageIO loading infrastructure for Mac OS X | ||
119 | * Added UIImage loading infrastructure for iPhone / iPod Touch | ||
120 | |||
121 | 1.2.7: | ||
122 | Sam Lantinga - Sun Nov 2 15:08:27 PST 2008 | ||
123 | * Fixed buffer overflow in BMP loading code, discovered by j00ru//vx | ||
124 | Sam Lantinga - Fri Dec 28 08:34:54 PST 2007 | ||
125 | * Fixed buffer overflow in GIF loading code, discovered by Michael Skladnikiewicz | ||
126 | |||
127 | 1.2.6: | ||
128 | Sam lantinga - Wed Jul 18 00:30:32 PDT 2007 | ||
129 | * Improved detection of libjpeg, libpng, and libtiff at configure time | ||
130 | * PNG and TIFF images are correctly identified even if dynamic libraries | ||
131 | to load them aren't available. | ||
132 | * Fixed loading of TIFF images using libtiff 3.6 | ||
133 | Sam Lantinga - Thu Jul 5 07:52:35 2007 | ||
134 | * Fixed static linking with libjpeg | ||
135 | Michael Koch - Tue Feb 13 10:09:17 2007 | ||
136 | * Fixed crash in IMG_ReadXPMFromArray() | ||
137 | |||
138 | 1.2.5: | ||
139 | Maurizio Monge - Sun May 14 13:57:32 PDT 2006 | ||
140 | * Fixed loading BMP palettes at unusual offsets | ||
141 | Sam Lantinga - Thu May 11 21:51:19 PDT 2006 | ||
142 | * Added support for dynamically loading libjpeg, libpng, and libtiff. | ||
143 | Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006 | ||
144 | * Added gcc-fat.sh for generating Universal binaries on Mac OS X | ||
145 | * Updated libtool support to version 1.5.22 | ||
146 | Sam Lantinga - Sat Feb 4 15:17:44 PST 2006 | ||
147 | * Added support for XV thumbnail images | ||
148 | Gautier Portet - Fri, 19 Mar 2004 17:35:12 +0100 | ||
149 | * Added support for 32-bit BMP files with alpha | ||
150 | |||
151 | 1.2.4: | ||
152 | Pierre G. Richard - Fri, 30 Jul 2004 11:13:11 +0000 (UTC) | ||
153 | * Added support for RLE encoded BMP files | ||
154 | Marc Le Douarain - Fri, 26 Dec 2003 18:23:42 +0100 | ||
155 | * Added EHB and HAM mode support to the ILBM loader | ||
156 | Sam Lantinga - Wed Nov 19 00:23:44 PST 2003 | ||
157 | * Updated libtool support for new mingw32 DLL build process | ||
158 | Holger Schemel - Mon, 04 Aug 2003 21:50:52 +0200 | ||
159 | * Fixed crash loading certain PCX images | ||
160 | Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500 | ||
161 | * Added .la files to the development RPM, fixing RPM build on RedHat 8 | ||
162 | |||
163 | 1.2.3: | ||
164 | Ryan C. Gordon - Sat, 8 Feb 2003 09:36:33 -0500 | ||
165 | * Fixed memory leak with non-seekable SDL_RWops | ||
166 | Marc Le Douarain - Sun, 22 Dec 2002 22:59:51 +0100 | ||
167 | * Added 24-bit support to the ILBM format loader | ||
168 | Sam Lantinga - Sun Oct 20 20:55:46 PDT 2002 | ||
169 | * Added shared library support for MacOS X | ||
170 | Pete Shinners - Thu Jun 20 10:05:54 PDT 2002 | ||
171 | * The JPEG loader can now load EXIF format JPEG images | ||
172 | Dag-Erling Smorgrav - Thu May 2 19:09:48 PDT 2002 | ||
173 | * The XCF loader now ignores invisible layers and channels | ||
174 | |||
175 | 1.2.2: | ||
176 | Sam Lantinga - Sat Apr 13 07:49:47 PDT 2002 | ||
177 | * Updated autogen.sh for new versions of automake | ||
178 | * Specify the SDL API calling convention (C by default) | ||