Commit | Line | Data |
---|---|---|
567c2038 TC |
1 | Imager::Font::T1 1.026 |
2 | ====================== | |
3 | ||
4 | Coverity detected issue: | |
5 | ||
6 | - adjust a pointer parameter from an array-style declaration with 6 | |
7 | elements to pointer style (since it hasn't been 6 for years.) | |
8 | ||
c7f06039 TC |
9 | Imager::Font::T1 1.024 |
10 | ====================== | |
11 | ||
12 | - update the bundled/modified Devel::CheckLib to handle the gcc-4 | |
13 | symlink on Cygwin | |
14 | ||
0d052fd9 TC |
15 | Imager::Font::T1 1.023 |
16 | ====================== | |
17 | ||
18 | - if the first text drawn with Imager::Font::T1 is not anti-aliased, | |
19 | text drawn would be nonsense. This would also read beyond the end | |
20 | of a malloced buffer. | |
21 | ||
5eac8456 TC |
22 | Imager::Font::T1 1.022 |
23 | ====================== | |
24 | ||
25 | - depend on Imager 0.95. | |
26 | ||
9dc9a90e | 27 | Imager::Font::T1 1.021 |
0dff1af0 TC |
28 | ====================== |
29 | ||
5eac8456 TC |
30 | Released as part of Imager 0.94_02. |
31 | ||
0dff1af0 TC |
32 | - enable the debug log for t/t90std.t |
33 | ||
9dc9a90e TC |
34 | - add typemap to the manifest, this caused build failures in 1.020. |
35 | ||
0dff1af0 | 36 | Imager::Font::T1 1.020 |
0953e1cf TC |
37 | ====================== |
38 | ||
39 | - add the 1.019 changes list | |
40 | ||
41 | - update README | |
42 | ||
43 | Imager::Font::T1 1.019 | |
44 | ====================== | |
45 | ||
46 | - slightly improve control over anti-aliasing, this is now recorded | |
47 | per thread | |
48 | ||
49 | - use a mutex to avoid re-entering t1lib, which isn't thread safe. | |
50 | ||
51 | - avoid a paralled testing race condition. | |
52 | ||
8c323994 TC |
53 | Imager::Font::T1 1.018 |
54 | ====================== | |
55 | ||
b2f967ef TC |
56 | - match Imager::Font;:T1's error message translations to those from |
57 | later versions of T1Lib. | |
58 | ||
70b577d3 TC |
59 | - clean up .dSYM directories generated performing probes on OS X |
60 | Mountain Lion. | |
61 | ||
8c323994 TC |
62 | - pass the --verbose command-line option through to Imager::Probe in |
63 | Makefile.PL | |
64 | https://rt.cpan.org/Ticket/Display.html?id=75878 | |
65 | ||
a5919365 TC |
66 | Imager::Font::T1 1.017 |
67 | ====================== | |
68 | ||
69 | - no longer fallback to using DynaLoader to load the XS code | |
70 | https://rt.cpan.org/Ticket/Display.html?id=75560 | |
71 | ||
32d74dbe TC |
72 | Imager::Font::T1 1.016 |
73 | ====================== | |
74 | ||
75 | - update dependency to Imager 0.86 | |
76 | https://rt.cpan.org/Ticket/Display.html?id=72643 | |
77 | ||
73e3ff55 TC |
78 | Imager::Font::T1 1.015 |
79 | ====================== | |
80 | ||
81 | - use T1_StrError() for error messages on modern libt1 | |
82 | https://rt.cpan.org/Ticket/Display.html?id=69879 | |
83 | ||
84 | - actually load the font rather than just adding it to the catalog on | |
85 | creation. | |
86 | ||
87 | - Imager::Font->new now produces better error messages for the T1 | |
88 | engine. | |
89 | ||
6e938c74 TC |
90 | - has_chars() now returns perl's true and false values in list |
91 | context rather than integers, which should be more efficient. | |
92 | https://rt.cpan.org/Ticket/Display.html?id=69158 | |
93 | ||
839f97fb TC |
94 | - the default text color is no longer transparent. |
95 | https://rt.cpan.org/Ticket/Display.html?id=71469 | |
96 | ||
5fd542c7 TC |
97 | Imager::Font::T1 1.014 |
98 | ====================== | |
99 | ||
100 | - if reinitialization failed, the t1_initialized flag was left set. | |
101 | https://rt.cpan.org/Ticket/Display.html?id=69877 | |
102 | ||
103 | - update the bundled (and still modified) Devel::CheckLib | |
104 | https://rt.cpan.org/Ticket/Display.html?id=69170 | |
105 | ||
106 | Imager::Font::T1 1.013 | |
107 | ====================== | |
108 | ||
109 | - the big types cleanup, should be no change in behaviour | |
110 | ||
af217451 TC |
111 | Imager::Font::T1 1.012 |
112 | ====================== | |
113 | ||
114 | Initial release. |