File: changelog

package info (click to toggle)
librdf-query-perl 2.918-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,580 kB
  • ctags: 1,724
  • sloc: perl: 30,668; makefile: 19; csh: 10
file content (275 lines) | stat: -rw-r--r-- 10,137 bytes parent folder | download
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
librdf-query-perl (2.918-1) unstable; urgency=medium

  * New release(s).
    + Change hashbang to use env.
    + Replace Text::CSV by Text::CSV_XS.
    + Fix properly anchor the regex match in serializing prefixnames.
    + Fix SPARQL parsing bug causing filters to improperly appear inside
      of service blocks.
    + Fix SPARQL serialization of functions that have a prefix that is
      also a valid function name.
    + Do not search modules in relative paths.

  [ Jonas Smedegaard ]
  * Update watch file:
    + Bump to file format 4.
    + Watch MetaCPAN URL (and only that one).
    + Mention gbp --uscan in usage comment.
    + Tighten version regex.
  * Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
  * Modernize git-buildpackage config: Filter any .git* file.
  * Modernize Vcs-Git field: Use https protocol.
  * Declare compliance with Debian Policy 3.9.8.
  * Update copyright info: Extend coverage of Debian packaging.
  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 04 Jan 2017 20:48:34 +0100

librdf-query-perl (2.916-1) unstable; urgency=medium

  * New upstream release.
    + Update RDF::Query::Node::Resource->as_sparql to allow SPARQL 1.0
      PN_LOCAL prefix names.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 16 Oct 2015 17:26:44 +0200

librdf-query-perl (2.915-1) unstable; urgency=medium

  * New upstream release.
    + Add RDF::Query::Node->from_attean method.
    + Add default indentation to RDF::Query::Algebra::Limit->sse.

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Extend coverage for main upstream author to include recent years.
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
  * Bump debhelper compatibility level to 9.
  * Override lintian regarding license in License-Reference field.
    See bug#786450.
  * Override lintian regarding build-depending unversioned on debhelper.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 19 Aug 2015 17:51:06 +0200

librdf-query-perl (2.914-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Add a runtime dependency on CGI.pm. Used by RDF::Query::Util.

 -- gregor herrmann <gregoa@debian.org>  Wed, 17 Jun 2015 22:55:13 +0200

librdf-query-perl (2.914-1) unstable; urgency=medium

  * New upstream release.
    + Fix bug in evaluation of SPARQL CONCAT function.

  [ Jonas Smedegaard ]
    + Update copyright info: Extend coverage for myself.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 17 May 2015 19:25:59 +0200

librdf-query-perl (2.913-1) unstable; urgency=medium

  * New upstream release.
    BUG FIXES
    + Fix SPARQL 1.1 parsing bug that disallowed whitespace between an
      aggregate name and the following open-parenthesis.
    + Fix bug in RDF::Query::Algebra::NamedGraph->definite_variables.
    + Fix rqsh to use a pure memory model when requested (instead of a
      temporary model).
    + Fixed whitespace handling bug during parsing of VALUES clauses.
    ENHANCEMENTS
    + Merge adjacent service blocks if their endpoints and silent flags
      match.
    + Allow RDF::Query->new to accept an algebra object instead of a
      query string.
    + Updated node classes to allow overloaded comparisions with
      RDF::Trine::Node::Nil objects.
    + Improve coverage of as_hash function for variable bindings and
      expressions.
    OTHER
    + Documentation fixes.

  [ Jonas Smedegaard ]
  * Tighten (build-)dependency on librdf-trine-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 15 Feb 2015 13:41:08 +0100

librdf-query-perl (2.912-1) unstable; urgency=medium

  * New upstream release.
    BUG FIXES
    + Fix bug in handling of SUM aggregates with non-literal data.
    ENHANCEMENTS
    + Improved performance of regular expression use in SPARQL parser.
    OTHER
    + Added IRC resource to Makefile.PL.

  [ Jonas Smedegaard ]
  * Declare compliance with Debian Policy 3.9.6.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to use cgit web frontend.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 25 Oct 2014 01:17:24 +0200

librdf-query-perl (2.911-1) unstable; urgency=medium

  * New upstream release.
    BUG FIXES
    + Fixed bug in RDF::Query::Plan::Join::PushDownNestedLoop that
      didn't allow 'aggregate' to appear in the RHS serialized text.
    + Fixed SPARQL 1.1 GGP parsing bug.
    + Fixed RDF::Query::Algebra->subpatterns_of_type to support descent
      into sub-queries.
    + Disabled pushing full updates down into the store object (only
      meant to be full queries at this point).
    + Fixed as_hash method in RDF::Query::Algebra::Aggregate,
      RDF::Query::Algebra::Sort, and RDF::Query::Expression::Alias.
    + Updated RDF::Query::Compiler::SQL to respect node class
      encapsulation.
    ENHANCEMENTS
    + Modularized implementation of explain method in algebra and plan
      classes.
    + Updated rqsh script to use env perl instead of hardcoded bin path.
    + Added JSON output to bin/parse.pl script.
    + Added RDF::Query::ExecutionContext->bind_variable method.
    OTHER
    + Added :all export tag to RDF::Trine::Node.
    + Remove Crypt::GPG and Bloom::Filter from list of recommended
      modules (no longer used in code).

  [ Jonas Smedegaard ]
  * Update package relations:
    + Stop build-depending on or recommending libcrypt-gpg-perl or
      libbloom-filter-perl: No longer used anywhere.
    + Fix build-depend explicitly on perl.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 05 Aug 2014 11:11:49 +0200

librdf-query-perl (2.910-2) unstable; urgency=low

  * Team upload

  * Add (build-)dependency to libmodule-pluggable-perl | perl (<< 5.17.0)
    Module::Pluggable is deprecated in perl 5.18
    Closes: #711672
  * fix Vcs-Git URL
  * add patch wixing path to tcsh in two examples

 -- Damyan Ivanov <dmn@debian.org>  Tue, 13 Aug 2013 20:12:25 +0200

librdf-query-perl (2.910-1) unstable; urgency=low

  * New upstream release.
    BUG FIXES
    + Updated RDQL parser to work with recent RDF::Trine releases.

  [ Salvatore Bonaccorso ]
  * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.

  [ Jonas Smedegaard ]
  * Add README.source emphasizing control.in file as *not* a
    show-stopper for contributions, referring to wiki page for details.
  * Switch to cpan.org/authors URL for watch file and get-orig-source
    target, and simplify watch file.
  * Bump packaging license to GPL-3+, and extend copyright coverage for
    myself to include current year.
  * Bump standards-version to 3.9.4.
  * Improve watch file to use both www.cpan.org/authors URL (for newest
    info) and search.cpan.org/dist URL (for change of author).
  * Tighten to (build-)depend versioned on librdf-trine-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 23 Jul 2013 01:14:08 +0200

librdf-query-perl (2.909-1) unstable; urgency=low

  * New upstream release.

  [ Jonas Smedegaard ]
  * Update short description, based on upstream abstract.
  * Update copyright file:
    + Use upstream issue tracker as Upstream-Contact.
    + Extend coverage for main author.
    + Fix use comment and license pseudo-sections to obey silly
      restrictions of copyright format 1.0.
    + Fix double-indent in Copyright fields as per Policy ยง5.6.13.
    + Update Files sections for included code copies of other projects.
    + Bump file format to 1.0.
    + Extend coverage for packaging.
  * Bump dephelper compatibility level to 8.
  * Use anonscm.debian.org for Vcs-Browser field.
  * Bump standards-version to 3.9.3.
  * Update package relations:
    + Relax to build-depend unversioned on cdbs: Needed version
      satisfied in stable, and oldstable no longer supported.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 28 Nov 2012 12:53:00 +0100

librdf-query-perl (2.908-1) unstable; urgency=low

  * New upstream release.

  [ gregor herrmann ]
  * Remove debian/source/local-options; abort-on-upstream-changes and
    unapply-patches are default in dpkg-source since 1.16.1.

  [ Jonas Smedegaard ]
  * Update short and long descriptions to match upstream.
  * Update package relations:
    + Stop recommending or build-depending on librdf-perl: Only
      optionally (and possibly bogusly) used in regression tests, not in
      production code.
    + Relax build-dependency on cdbs (needlessly tight).
    + Relax build-depend unversioned on debhelper and devscripts (needed
      versions satisfied even in oldstable).

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 01 Feb 2012 00:01:17 +0100

librdf-query-perl (2.907-1) unstable; urgency=low

  * New upstream release.
  * Update copyright file:
    + Fix strip bogus file listing.
    + Quote license names in License field comments.
  * Improve package relations:
    + Relax versioning of package satisfied in testing and unavailable
      stable:
      - librdf-trine-perl

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 05 Jun 2011 13:03:14 +0200

librdf-query-perl (2.906-1) unstable; urgency=low

  New upstream release.
    + Tighten build-dependency on librdf-trine-perl.
    + Build-depend on libmodule-pluggable-perl.
    + Stop build-depending on libdigest-sha1-perl.
  * Improve package relations:
    + Relax (drop versioning) for packages satisifed even in oldstable:
  * Improve package relations:
    + Stop declaring packages part of core Perl even in oldstable:
      - libscalar-list-utils-perl
      - libdigest-sha-perl
      - libfile-temp-perl
      - libmodule-pluggable-perl
    + Favor recent perl over module now in core:
      - libfile-spec-perl
  * Update copyright file:
    + Bump format to draft 174 of DEP-5.
    + Fix improve references for convenience copy of Module::Install.
    + Fix list separate License sections for each actual license (not
      Perl combo as single section).
    + Rewrap license fields at 72 chars, and shorten comments.
  * Bump policy compliance to standards-version 3.9.2.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 15 May 2011 10:45:55 +0200

librdf-query-perl (2.905-1) unstable; urgency=low

  * Initial packaging release.
    Closes: bug#616562.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 05 Mar 2011 17:57:31 +0100