Skip to content

Commit f5b014b

Browse files
committed
RT tickets moved to github issues (rwfranks++)
1 parent af952b3 commit f5b014b

File tree

6 files changed

+43
-9
lines changed

6 files changed

+43
-9
lines changed

Changes

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
1.646 - 2024-09-19, H.Merijn Brand
1+
1.646 - 2024-12-31, H.Merijn Brand
22
* Remove "experimental" tag from statistics_info () (issue#134)
3+
* RT tickets moved to github issues (rwfranks++)
34

45
1.645 - 2024-09-03, H.Merijn Brand
56

@@ -725,7 +726,7 @@ Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions.
725726
thanks to Greg Sabino Mullane.
726727
Fixed a few harmless compiler warnings on cygwin.
727728

728-
1.603, 2008-03-22, Tim Bunce
729+
1.603 - 2008-03-22, Tim Bunce
729730

730731
Fixed pure-perl fetchall_arrayref with $max_rows argument
731732
to not error when fetching after all rows already fetched.

Makefile.PL

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ my %opts = (
6767
META_MERGE => {
6868
resources => {
6969
repository => "https://github.com/perl5-dbi/dbi",
70+
bugtracker => "https://github.com/perl5-dbi/dbi/issues",
7071
MailingList => 'mailto:[email protected]',
7172
license => "http://dev.perl.org/licenses/",
7273
homepage => "http://dbi.perl.org/",

doc/DBI::Changes.3

+7-4
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,17 @@
5858
.\" ========================================================================
5959
.\"
6060
.IX Title "DBI::Changes 3"
61-
.TH DBI::Changes 3 2024-09-03 "perl v5.40.0" "User Contributed Perl Documentation"
61+
.TH DBI::Changes 3 2024-12-31 "perl v5.40.0" "User Contributed Perl Documentation"
6262
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
6363
.\" way too many mistakes in technical documents.
6464
.if n .ad l
6565
.nh
6666
.SH NAME
6767
DBI::Changes \- List of significant changes to the DBI
68+
.SS "Changes in DBI 1.646 \- 19 Sep 2024"
69+
.IX Subsection "Changes in DBI 1.646 - 19 Sep 2024"
70+
.IP \(bu 2
71+
Remove "experimental" tag from statistics_info () (issue#134)
6872
.SS "Changes in DBI 1.645 \- 03 Sep 2024"
6973
.IX Subsection "Changes in DBI 1.645 - 03 Sep 2024"
7074
.IP \(bu 2
@@ -830,9 +834,8 @@ Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions.
830834
\& thanks to Greg Sabino Mullane.
831835
\& Fixed a few harmless compiler warnings on cygwin.
832836
.Ve
833-
.PP
834-
1.603, 2008\-03\-22, Tim Bunce
835-
.PP
837+
.SS "Changes in DBI 1.603 \- 22 Mar 2008"
838+
.IX Subsection "Changes in DBI 1.603 - 22 Mar 2008"
836839
.Vb 5
837840
\& Fixed pure\-perl fetchall_arrayref with $max_rows argument
838841
\& to not error when fetching after all rows already fetched.

doc/DBI::Changes.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<ul id="index">
1515
<li><a href="#NAME">NAME</a>
1616
<ul>
17+
<li><a href="#Changes-in-DBI-1.646---19-Sep-2024">Changes in DBI 1.646 - 19 Sep 2024</a></li>
1718
<li><a href="#Changes-in-DBI-1.645---03-Sep-2024">Changes in DBI 1.645 - 03 Sep 2024</a></li>
1819
<li><a href="#Changes-in-DBI-1.644---23-Aug-2024">Changes in DBI 1.644 - 23 Aug 2024</a></li>
1920
<li><a href="#Changes-in-DBI-1.643---31-Jan-2020">Changes in DBI 1.643 - 31 Jan 2020</a></li>
@@ -52,6 +53,7 @@
5253
<li><a href="#Changes-in-DBI-1.607-svn-rev-11571---22-Jul-2008">Changes in DBI 1.607 (svn rev 11571) - 22 Jul 2008</a></li>
5354
<li><a href="#Changes-in-DBI-1.605-svn-rev-11434---16-Jun-2008">Changes in DBI 1.605 (svn rev 11434) - 16 Jun 2008</a></li>
5455
<li><a href="#Changes-in-DBI-1.604-svn-rev-10994---24-Mar-2008">Changes in DBI 1.604 (svn rev 10994) - 24 Mar 2008</a></li>
56+
<li><a href="#Changes-in-DBI-1.603---22-Mar-2008">Changes in DBI 1.603 - 22 Mar 2008</a></li>
5557
<li><a href="#Changes-in-DBI-1.602-svn-rev-10706---08-Feb-2008">Changes in DBI 1.602 (svn rev 10706) - 08 Feb 2008</a></li>
5658
<li><a href="#Changes-in-DBI-1.601-svn-rev-10103---21-Oct-2007">Changes in DBI 1.601 (svn rev 10103) - 21 Oct 2007</a></li>
5759
<li><a href="#Changes-in-DBI-1.59-svn-rev-9874---23-Aug-2007">Changes in DBI 1.59 (svn rev 9874) - 23 Aug 2007</a></li>
@@ -160,6 +162,15 @@ <h1 id="NAME">NAME</h1>
160162

161163
<p>DBI::Changes - List of significant changes to the DBI</p>
162164

165+
<h2 id="Changes-in-DBI-1.646---19-Sep-2024">Changes in DBI 1.646 - 19 Sep 2024</h2>
166+
167+
<ul>
168+
169+
<li><p>Remove &quot;experimental&quot; tag from statistics_info () (issue#134)</p>
170+
171+
</li>
172+
</ul>
173+
163174
<h2 id="Changes-in-DBI-1.645---03-Sep-2024">Changes in DBI 1.645 - 03 Sep 2024</h2>
164175

165176
<ul>
@@ -865,7 +876,7 @@ <h2 id="Changes-in-DBI-1.604-svn-rev-10994---24-Mar-2008">Changes in DBI 1.604 (
865876
thanks to Greg Sabino Mullane.
866877
Fixed a few harmless compiler warnings on cygwin.</code></pre>
867878

868-
<p>1.603, 2008-03-22, Tim Bunce</p>
879+
<h2 id="Changes-in-DBI-1.603---22-Mar-2008">Changes in DBI 1.603 - 22 Mar 2008</h2>
869880

870881
<pre><code>Fixed pure-perl fetchall_arrayref with $max_rows argument
871882
to not error when fetching after all rows already fetched.

doc/DBI::Changes.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
DBI::Changes - List of significant changes to the DBI
44

5+
## Changes in DBI 1.646 - 19 Sep 2024
6+
7+
- Remove "experimental" tag from statistics\_info () (issue#134)
8+
59
## Changes in DBI 1.645 - 03 Sep 2024
610

711
- Move developer tests to xt/
@@ -726,7 +730,7 @@ Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions.
726730
thanks to Greg Sabino Mullane.
727731
Fixed a few harmless compiler warnings on cygwin.
728732

729-
1.603, 2008-03-22, Tim Bunce
733+
## Changes in DBI 1.603 - 22 Mar 2008
730734

731735
Fixed pure-perl fetchall_arrayref with $max_rows argument
732736
to not error when fetching after all rows already fetched.

lib/DBI/Changes.pm

+15-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ DBI::Changes - List of significant changes to the DBI
1212
1313
=encoding UTF-8
1414
15+
=head2 Changes in DBI 1.646 - 31 Dec 2024
16+
17+
=over 2
18+
19+
=item *
20+
21+
Remove "experimental" tag from statistics_info () (issue#134)
22+
23+
=item *
24+
25+
RT tickets moved to github issues (rwfranks++)
26+
27+
=back
28+
1529
=head2 Changes in DBI 1.645 - 03 Sep 2024
1630
1731
=over 2
@@ -754,7 +768,7 @@ Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions.
754768
thanks to Greg Sabino Mullane.
755769
Fixed a few harmless compiler warnings on cygwin.
756770
757-
1.603, 2008-03-22, Tim Bunce
771+
=head2 Changes in DBI 1.603 - 22 Mar 2008
758772
759773
Fixed pure-perl fetchall_arrayref with $max_rows argument
760774
to not error when fetching after all rows already fetched.

0 commit comments

Comments
 (0)