Skip to content

Commit 3de7ec3

Browse files
committed
It is 2025 now
1 parent 5c8dd08 commit 3de7ec3

File tree

8 files changed

+13
-4
lines changed

8 files changed

+13
-4
lines changed

Changes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
1.646 - 2024-12-31, H.Merijn Brand
1+
1.646 - 2025-01-09, H.Merijn Brand
22
* Remove "experimental" tag from statistics_info () (issue#134)
33
* RT tickets moved to github issues (rwfranks++)
4+
* Fix install issue (issue #168)
45

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

DBI.pm

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# $Id$
22
# vim: ts=8:sw=4:et
33
#
4+
# Copyright (c) 2024-2025 DBI Team
45
# Copyright (c) 1994-2024 Tim Bunce Ireland
56
#
67
# See COPYRIGHT section in pod text below for usage and distribution rights.

DBI.xs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*
33
* $Id$
44
*
5+
* Copyright (c) 2024-2025 DBI Team
56
* Copyright (c) 1994-2024 Tim Bunce Ireland.
67
*
78
* See COPYRIGHT section in DBI.pm for usage and distribution rights.

DBIXS.h

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*
33
* $Id$
44
*
5+
* Copyright (c) 2024-2025 DBI Team
56
* Copyright (c) 1994-2024 Tim Bunce Ireland
67
*
78
* See COPYRIGHT section in DBI.pm for usage and distribution rights.

Driver.xst

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# $Id$
2+
# Copyright (c) 2024-2025 DBI Team
23
# Copyright (c) 1997-2024 Tim Bunce Ireland
34
# Copyright (c) 2002 Jonathan Leffler
45
#

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DBI is Copyright (c) 1994-2024 by Tim Bunce and others.
1+
DBI is Copyright (c) 1994-2025 by Tim Bunce, the DBI Team and others.
22
See LICENSE included with this distribution. All rights reserved.
33

44
This is free software; you can redistribute it and/or modify it under the

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44
# $Id$
55
#
6+
# Copyright (c) 2024-2025 DBI Team
67
# Copyright (c) 1994-2024 Tim Bunce Ireland
7-
# Copyright (c) 2024-2024 DBI team
88
#
99
# See COPYRIGHT section in DBI.pm for usage and distribution rights.
1010

lib/DBI/Changes.pm

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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
15+
=head2 Changes in DBI 1.646 - 09 Jan 2025
1616
1717
=over 2
1818
@@ -24,6 +24,10 @@ Remove "experimental" tag from statistics_info () (issue#134)
2424
2525
RT tickets moved to github issues (rwfranks++)
2626
27+
=item *
28+
29+
Fix install issue (issue #168)
30+
2731
=back
2832
2933
=head2 Changes in DBI 1.645 - 03 Sep 2024

0 commit comments

Comments
 (0)