-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
58 lines (31 loc) · 1.16 KB
/
Changes
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=encoding UTF-8
=head1 NAME
Changes - Revision history for PostScript-Barcode
=head2 0.006 2010-07-05
work around a bug that occurs when capturing STDERR which exhibits under
mod_perl and for which it is difficult to find a minimal test case
=head2 0.005 2010-07-01
=over
=item require latest version of L<Alien::BWIPP>
=item relax attributes C<scale> and C<translate>, backwards compatible
=item some documentation improvements
=back
=head2 0.004 2010-06-23
=over
=item options passing to L<PostScript::Barcode/"render"> explained in detail
=item move type constraints to a class containing the name C<Meta>, and some
type constraints that were previously unlimited arrays are now named tuples
=item fix a memory leak
=item remove barcode metrics, rely on Ghostscript's C<bbox> device instead
=item correct image sizes for PDF and SVG
=back
=head2 0.003 2010-01-14
bugfixes for calling constructors of classes multiple times in the same scope
and for empty data in the constructor (thanks, Jozef Kutej)
=head2 0.002 2009-12-10
=over
=item add Aztec Code, Data Matrix
=item renders to correct image sizes
=back
=head2 0.001 2009-12-07
Initial release.