-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
42 lines (35 loc) · 1.2 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2013-12-11
- version 0.58
- remove EUMM-Update changes to Makefile.PL, which removed
the updated metadata in 0.57 from META.yml
2013-11-28
- version 0.57
- Fix required perl version 5.6 -> 5.006.
- Add Github repo link to META.yml
2011-01-13
- version 0.56
- include file <wchar.h> needed for MinGW/Cygwin compilation
(Rafael Kitover). [rt#64715]
2008-08-19
- version 0.55
- documentation for GetAs(CF_UNICODETEXT) suggested by Neilay Dedhia.
2008-08-18
- version 0.54
- fix GetAs(CF_UNICODETEXT) to return the right number of
bytes (still returns binary data, not a unicode string).
Thanks to Brian McCauley.
2008-04-15
- version 0.53 for separate upload to CPAN
- updated email addresses
- simplified Makefile.PL
- added META.yml
- added ppport.h
- casts to suppress compiler warnings under Win64
2004-09-10 by Hideyo Imazu
GetBitmap() didn't work well except with 24 bit color images.
The reason was that the CF_DIB data structure wasn't recognized
correctly and consequently the BITMAPFILEHEADER structure wasn't
generated correctly.
I fixed the problem and now it work correctly with 1 bit
(monochrome), 4 bit, 8 bit, 16 bit, 24 bit, and 32 bit colors as
far as my testing goes.