1NEWS/Changelog
2
30.1-9	2021-07-24
4    o	use R_ClearExternalPtr() instead of CAR()=0 to
5	be more API-compliant
6
7    o	minor R API compliance cleanup
8
9    o	added native symbol registration
10
11
120.1-8	2014-01-23
13    o	more compatibility fixes for jpeg versions that
14	have broken header files
15
160.1-6	2013-06-03
17    o	fix LOCAL_SOFT support on Windows
18
19
200.1-5	2013-06-03
21    o	work around issues in jpeg-9 which re-defines boolean
22
23    o	add support for LOCAL_SOFT on Windows
24
25
260.1-4	2013-04-26
27    o	use PKG_CPPFLAGS on Windows such that the presence
28	of external jpeg headers does not conflict with
29	the internal ones.
30
31
320.1-3	2013-04-18
33    o	work around a problem in libjpeg-turbo 1.2.90
34
35    o	fix a bug in writeJPEG() for nativeRaster
36
37
380.1-2	2011-12-10
39    o	allow conections as target for writeJPEG()
40
41    o	make raw() the default target in writeJPEG()
42
43    o	support CMYK JPEG images both in readJPEG() and
44	writeJPEG(). Images in color spaces other than RGB and
45	Grayscale will have a "color.space" attribute attached
46	designating the image color space.
47
48
490.1-1	2011-09-03
50    o	initial release (based on the png 0.1-3 package)
51
52