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
|
librdf-endpoint-perl (0.07-1) unstable; urgency=medium
[ upstream ]
* New release: 0.06.
+ Add Server header.
+ Added initial support for application/json-problem errors.
+ Fixed config bug in t/psgi.t.
+ Added SPARQL 1.1 WG protocol tests.
+ The load_data and update configuration flags cannot both be true
at the same time.
+ Updated RDF::Endpoint to return a 400 error when datasets are
specified both in protocol and query.
+ Made RDF::Endpoint->new die on invalid config (when both load_data
and update options are specified).
+ Added Allow header to HTTP 405 responses.
* New release: 0.07.
+ Added Plack::App::RDF::Endpoint.
+ Updated RDF::Endpoint to quote raw-value ETag values.
+ Use base64 encoding of tags to get shorter strings.
+ Updated endpoint.psgi to look for PERLRDF_STORE environment
variable.
[ Jonas Smedegaard ]
* Update copyright info: Extend coverage for main author.
* Unfuzz patches.
-- Jonas Smedegaard <dr@jones.dk> Tue, 05 Aug 2014 12:00:55 +0200
librdf-endpoint-perl (0.05-2) unstable; urgency=low
[ Jonas Smedegaard ]
* Fix sample uWSGI config to use RDF_ENDPOINT_FILE (not bogus
RDF_ENDPOINT_CONFIG).
* Update copyright file:
+ Fix use pseudo-license and pseudo-comment sections to obey silly
restrictions of copyright format 1.0.
+ Use recommended License shortname Zlib.
+ Bump packaging license to GPL-3+
+ extend coverage of packaging to include recent years.
* Bump dephelper compatibility level to 8.
* Update package relations:
+ Relax to build-depend unversioned on cdbs: Needed version
satisfied in stable, and oldstable no longer supported.
* Add README.source emphasizing control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* Fix use canonical Vcs-Git URL.
* Bump standards compliance to standards-version 3.9.5.
* Update watch file to use www.cpan.org and metacpan.org URLs (not
search.cpan.org URL).
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
-- Jonas Smedegaard <dr@jones.dk> Tue, 01 Jul 2014 14:40:55 +0200
librdf-endpoint-perl (0.05-1) unstable; urgency=low
* New upstream release.
* Update copyright file:
+ Document more convenience copies of external Perl modules.
* Add patch 1001 to use Codemirror 2.x.
* Recommend libjs-codemirror, and avoid installing local copy of old
Codemirror.
* Git-ignore quilt .pc dir, to ease use of git-buildpackage.
* Update copyright file:
+ Extend copyright coverage to include recent years.
* Add patch 1002 to fix serve HTML-friendly XHTML.
Thanks to Toby Inkster.
* Add README.Debian and sample uWSGI setup files.
* Add symlink to Codemirror, for serving also static files via Plack.
* Build-depend on libtest-pod-perl and libtest-pod-coverage-perl.
-- Jonas Smedegaard <dr@jones.dk> Tue, 12 Jun 2012 22:57:03 +0200
librdf-endpoint-perl (0.04-1) experimental; urgency=low
* Initial packaging release.
Closes: bug#631648.
-- Jonas Smedegaard <dr@jones.dk> Sat, 19 May 2012 02:33:03 +0200
|