Mercurial > hg > monetdb-perl
changeset 56:cbac6d996b87 v1.3
Version 1.3.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 31 Oct 2022 16:18:43 +0100 (2022-10-31) |
parents | 94f4232ebfcb |
children | 7a8311219f2f |
files | .bumpversion.cfg DBD/monetdb.pm MonetDB-CLI-MapiPP/MonetDB/CLI/Mapi.pm MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm MonetDB-CLI/MonetDB/CLI.pm debian/changelog perl-DBD-monetdb.spec |
diffstat | 7 files changed, 12 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2-1 +current_version = 1.3-1 parse = (?P<major>\d+)\.(?P<minor>\d+)-(?P<release>\d+) serialize = {major}.{minor}-{release} commit = False @@ -27,4 +27,3 @@ serialize = our $VERSION = '{major}.{min [bumpversion:file:MonetDB-CLI/MonetDB/CLI.pm] parse = our\s+\$VERSION\s+=\s+\'(?P<major>\d+)\.(?P<minor>\d)\'; serialize = our $VERSION = '{major}.{minor}'; -
--- a/DBD/monetdb.pm +++ b/DBD/monetdb.pm @@ -5,7 +5,7 @@ use DBI(); use Encode(); use MonetDB::CLI(); -our $VERSION = '1.2'; +our $VERSION = '1.3'; our $drh = undef; require DBD::monetdb::GetInfo;
--- a/MonetDB-CLI-MapiPP/MonetDB/CLI/Mapi.pm +++ b/MonetDB-CLI-MapiPP/MonetDB/CLI/Mapi.pm @@ -12,7 +12,7 @@ use IO::Socket; use Digest::MD5 'md5_hex'; use Digest::SHA qw(sha1_hex sha256_hex sha512_hex); -our $VERSION = '1.2'; +our $VERSION = '1.3'; sub pass_chal { my ($passwd, @challenge) = @_;
--- a/MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm +++ b/MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm @@ -6,7 +6,7 @@ use MonetDB::CLI::Mapi; use strict; use warnings; -our $VERSION = '1.2'; +our $VERSION = '1.3'; my %unescape = ( n => "\n", t => "\t", r => "\r", f => "\f");
--- a/MonetDB-CLI/MonetDB/CLI.pm +++ b/MonetDB-CLI/MonetDB/CLI.pm @@ -1,6 +1,6 @@ package MonetDB::CLI; -our $VERSION = '1.2'; +our $VERSION = '1.3'; our @Modules = split /;/, $ENV{PERL_MONETDB_CLI_MODULES} || 'MonetDB::CLI::MapiPP';
--- a/debian/changelog +++ b/debian/changelog @@ -21,3 +21,9 @@ libdbd-monetdb-perl (1.2) unstable; urge -- Sjoerd Mullender <sjoerd@acm.org> Thu, 15 Jul 2021 13:28:58 +0200 +libdbd-monetdb-perl (1.3) unstable; urgency=low + + * New version. + + -- Sjoerd Mullender <sjoerd@acm.org> Mon, 31 Oct 2022 16:18:43 +0100 +