-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
161 lines (108 loc) · 4.15 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
Revision history for Perl module and script App::paperback.
1.42 Mon Mar 27 15:00:00 2023
- Further change 2022 to 2023!
1.41 Mon Mar 27 12:00:00 2023
- Increase read buffer from 200 to 1024 bytes
1.40 Mon Mar 27 09:30:00 2023
- Change 2022 to 2023!
1.39 Mon Mar 27 09:00:00 2023
- Harmonize error messages. Shorten some processing.
1.38 Sat Mar 25 15:00:00 2023
- Just process Root and Pages once in getPage (first page)
1.37 Mon Oct 3 09:00:00 2022
- Fix regression in calcRotateMatrix
1.36 Tue Sep 27 09:00:00 2022
- Renaming some variables to improve generalization
1.35 Sat Sep 24 15:00:00 2022
- Perlify and improve speed of some conditionals
1.34 Tue Sep 20 15:00:00 2022
- Shorten x and y offset values using function "x"
1.33 Tue Sep 20 09:00:00 2022
- Syntax perlification and variable relocation
1.32 Mon Sep 19 12:00:00 2022
- Improve documentation
1.31 Sun Sep 18 09:00:00 2022
- Improve documentation
1.30 Wed Sep 14 16:00:00 2022
- Improve documentation
1.28 Wed Sep 14 15:00:00 2022
- Improve documentation
1.27 Wed Sep 14 12:00:00 2022
- Gain some speed by calling subs with "&" when empty of parameteres
1.26 Tue Sep 13 09:00:00 2022
- General cleaning of syntax and faster xform inner sub
1.25 Mon Sep 12 12:00:00 2022
- Deleted redundant check when opening input file
- Reformulated size checking
1.24 Sun Sep 11 00:00:00 2022
- Replace global variable with state variable
- Avoid useless check for GpageXObject
1.23 Fri Sep 9 10:00:00 2022
- Fix bug in 'state %known' (v1.22) that made PDF bigger than needed
1.22 Fri Sep 9 09:00:00 2022
- Add test and early die in case a nonexistant page is requested
1.21 Thu Sep 8 21:00:00 2022
- Correct output paper size for QuarterLegal input
- Made test in for loop both simpler and warning-free
1.20 Thu Sep 8 15:00:00 2022
- Add processing for input page sizes Letter and A4
1.19 Thu Sep 8 09:00:00 2022
- Fix bug in output paper size determination
1.18 Wed Sep 7 21:00:00 2022
- Replace paper size constants by calculations and a hash
1.17 Wed Sep 7 15:00:00 2022
- Improve page size recognition on modern PDF files
1.16 Wed Sep 7 09:00:00 2022
- Clearer variable and sub names
1.15 Sat Sep 3 09:00:00 2022
- Begin road to managing PDFs with xref streams by recognising them
1.14 Thu Sep 1 15:00:00 2022
- Faster exit with error when input file is not a PDF
1.13 Thu Sep 1 10:00:00 2022
- Fix error messages
1.12 Thu Sep 1 09:00:00 2022
- Fix handling of 'versioned' v1.4 PDF files
1.11 Wed Aug 31 09:00:00 2022
- Change global var to state, rename functions and var
1.10 Tue Aug 30 15:00:00 2022
- Rename and simplify extractXrefSection
1.09 Mon Aug 29 09:00:00 2022
- Simplify syntax in several subroutines
1.08 Sun Aug 28 21:00:00 2022
- Fix typo in error message
1.07 Sun Aug 27 09:00:00 2022
- Check all m'' and s'' options, fix example for App::paperback (library use)
1.06 Sat Aug 27 23:00:00 2022
- Syntax revision
1.05 Sat Aug 27 21:00:00 2022
- Simplify logical page rotation
1.04 Sat Aug 27 12:00:00 2022
- Change version schema, delete one global variable, delete Exporter
1.03 Fri Aug 26 15:00:00 2022
- Improve documentation. Add schemas explanation
1.02 Thu Aug 25 21:00:00 2022
- Fix bug in signature reduction math
1.01 Wed Aug 24 13:00:00 2022
- Fuller META.json for MetaCPAN
1.00 Wed Aug 24 12:00:00 2022
- Use fewer signatures if input PDF has fewer than 13 pages
0.42 Mon Aug 22 12:00:00 2022
- Drop o switch in matches (William Lindley) and some useless variables
0.41 Mon Aug 22 07:00:00 2022
- Typo fixed (thanks go to William Lindley)
0.40 Sun Aug 21 18:00:00 2022
- Perlify some ifs and elses with postfix notation
0.39 Sun Aug 21 12:00:00 2022
- Add CONTRIBUTING.md
0.38 Sun Aug 21 08:00:00 2022
- Mark as stable
0.37 Sun Aug 21 07:00:00 2022
- Add META file as expected by CPAN
0.36 Sat Aug 20 21:00:00 2022
- Replace Unicode characters with ASCII, for cleaner output on Windows
0.35 Sat Aug 20 17:00:00 2022
- Exclude Git bookkeeping from distribution ;)
0.34 Sat Aug 20 16:00:00 2022
- Synchronize min Perl needed to install and run to v5.10
0.33 Sat Aug 20 13:00:00 2022
- First public version