-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathChangelog
More file actions
189 lines (153 loc) · 5.63 KB
/
Copy pathChangelog
File metadata and controls
189 lines (153 loc) · 5.63 KB
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
0.41 - 02 Sep 2026, H.Merijn Brand
* CPAN.org does not forward email anymore
0.40 - 22 Jul 2026, H.Merijn Brand
* Skip ASCII centric tests (khw, for EBCDIC, PR#6)
* Add 5.45.1's PERL_USE_ATOMIC
* Add 5.44.0 test
* Add 5.45.1 test with USE_ATOMIC
0.39 - 25 Jan 2026, H.Merijn Brand
* It's 2026
* Add 5.42.0 test
* Add 5.43.7 test
0.38 - 13 Jan 2025, H.Merijn Brand
* doc should not be part of test
* our instead of use vars (PR#4)
0.37 - 13 Jan 2025, H.Merijn Brand
* Update version requirements based on CVE's
* Add HAS_LONG_DOUBLE and HAS_STRTOLD (5.37.11)
* Add 5.38.0 test
* Update doc for groff-1.24
* It's 2024
* Add 5.40.0 test
* Add 5.41.1 test with RC_STACK
* It's 2025
* Add SECURITY.md
0.36 - 01 Mar 2023, H.Merijn Brand
* Add PERL_RC_STACK config for 5.37.10
* Fix parsing attributes with single quotes in their value
0.35 - 06 Jan 2023, H.Merijn Brand
* It's 2023
0.34 - 23 Aug 2022, H.Merijn Brand
* It's 2021
* Add generated static docs for github
* It's 2022
* Added 5.35.8
* Add PERL_USE_UNSHARED_KEYS_IN_LARGE_HASHES
* Add NO_PERL_INTERNAL_RAND_SEED
* Add NO_PERL_RAND_SEED
* Add NO_HASH_SEED
* Add PERL_HASH_NO_SBOX32
* Add PERL_HASH_USE_SBOX32
* Added 5.36.0
* Added 5.37.3
0.33 - 18 Dec 2020, H.Merijn Brand
* Release for sync with core (no changes but the version number)
0.32 - 17 Dec 2020, H.Merijn Brand
* It's 2019
* Add test for 5.29.10 built with g++
* Add test for 5.30.0-RC1
* Provide cpanfile
* Add test for 5.31.11 with Quadmath built with gcc-10
* It's 2020
* Add test for 5.32.0
0.31 - 15 Dec 2018, H.Merijn Brand
* Fix pod links (PR#2)
* Add USE_THREAD_SAFE_LOCALE
0.30 - 04 Jul 2018, H.Merijn Brand
* It's 2018
* Add test for 5.27.11 (r is for rsync checkout)
* Add test for 5.28.0
0.29 - 12 Oct 2017, H.Merijn Brand
* It's 2017
* Add test for 5.26.1-RC1
* Fix signature with argument
* Ignore ccache and compiler path in signature
0.28 - 27 Feb 2017, H.Merijn Brand
* Add default_inc_excludes_dot
0.27 - 11 Aug 2016, H.Merijn Brand
* Sync with 5.25.3 - add PERL_OP_PARENT
0.26 - 10 May 2016, H.Merijn Brand
* Some flags are special and can have embedded quotation
* Add windos 5.23.5/cl config
* It's 2016
* Sync up with 5.24.0 - add SILENT_NO_TAINT_SUPPORT
0.25 - 18 Nov 2015, H.Merijn Brand
* Travis will work on a git checkout *with* xt
* Add PERL_COPY_ON_WRITE (renamed from PERL_NEW_COPY_ON_WRITE)
* Add tests for 5.20.2 and 5.22.0
* Add CONTRIBUTING.md
* Add USE_NO_REGISTRY (WIN32_NO_REGISTRY) for 5.23.x
* Add Strawberry 5.22.0.1 configuration test
0.24 - 16 Apr 2015, H.Merijn Brand
* Typo in README
* Add USE_QUADMATH
* Auto-check against core
0.23 - 11 Feb 2015, H.Merijn Brand
* Update copyright to 2015
* Add summary tests
* Remove perl recommendation from META as it breaks cpan clients
* Move repo to github
0.22 - 02 Aug 2014, H.Merijn Brand
* Fixed parsing locally applied patches (passed only first line)
* Fixed parsing compile-time options (passed only first line)
* Some settings run unquoted to end-of-line
* Not all key-value pairs were separated by ',' in older perl
* Small typo in test comment
0.21 - 01 Aug 2014, H.Merijn Brand
* Add tests for each major distribution since 5.6.2
* Better detect build times
* Sync with 5.20.1
0.20 - 19 Feb 2014, H.Merijn Brand
* Update copyright to 2014
* Typo fix in comment (RT#92469)
* Sync up with blead
0.19 - 30 Jul 2013, H.Merijn Brand
* TEST_REQUIRES was added in 6.63_03 (RT#85811)
* Removed duplicate entry (no visible change)
0.18 - 24 May 2013, H.Merijn Brand
* Fixed typo in META (Chorny)
* Support for using uninstalled Test::NoWarnings (RT#82386)
* Sync up with perl-5.18.0 (and 5.19.0)
0.17 - 10 Feb 2013, H.Merijn Brand
* Deal with spaces in patch descriptions
0.16 - 25 Jan 2013, H.Merijn Brand
* Do not shell out on 5.14.0 and up if perl provides internals (Nicholas)
* Update copyright to 2013
* Update list of known symbols to 5.17.8
* Prevent tar paxheaders (http://www.perlmonks.org/?node_id=1004571)
0.15 - 07 Jun 2012, H.Merijn Brand
* Update copyright to 2012
* Prepare for CORE inclusion (BinGOs)
0.14 - 07 Sep 2011, H.Merijn Brand
* Upped copyright to 2011
* NAME / DISTNAME in Makefile.PL
0.13 - 07 Sep 2011, H.Merijn Brand
* Some spelling fixes
* More cross-checks for META data
0.12 - 16 Mar 2010, H.Merijn Brand
* YAML dropped to spec 1.0 (RT#55614)
0.11 - 15 Mar 2010, H.Merijn Brand
* Upped copyright to 2010
* osname in {build} can be different from {config} (OpenBSD vs openbsd)
* Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile-time options.
* Add USE_PERL_ATOF to the list of -V's compile-time options.
0.10 - 24 Sep 2009, H.Merijn Brand
* Add PERL_DISABLE_PMC to the list of -V's compile-time options.
* Add PERL_IS_MINIPERL to the list of -V's compile-time options.
* pod fix (Jim Cromie)
0.05 - 01 Jul 2009, H.Merijn Brand
* 0.04 was shipped with 0.05 as $VERSION. Sorry
0.04 - 01 Jul 2009, H.Merijn Brand
* Default for summary is myconfig
* Added signature ()
* Added @EXPORT_OK and EXPORT_TAGS
0.03 - 05 Apr 2009, H.Merijn Brand
* Reconstruct version from perl-v output (dagolden)
0.02 - 30 Mar 2009, H.Merijn Brand
* Added plv2hash ()
* Documentation
* Added all (new) version related config entries, including git
* Added a derived section
* Added summary ()
0.01 - 29 Mar 2009, H.Merijn Brand
* Initial release