[SCM] librdf-linkeddata-perl Debian packaging annotated tag, upstream/0.57+05, created. upstream/0.57+05

Jonas Smedegaard dr at jones.dk
Thu Jul 18 15:34:24 UTC 2013


The annotated tag, upstream/0.57+05 has been created
        at  cc1def5906d2d54390243f873fee176ff037f8e2 (tag)
   tagging  9da006524174bdfffff7102c87a611fcf0d914b6 (commit)
  replaces  upstream/0.56
 tagged by  Jonas Smedegaard
        on  Thu Jul 18 15:56:09 2013 +0200

- Shortlog ------------------------------------------------------------
Upstream version 0.57+05
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCgAGBQJR5/P5AAoJEE7BtyI3T5vWFPMH/jiNloQ4Su+t35WsZRY30hXy
mrBOF/r9rX3dBDA1QYxd8QVyMCtPzINIQzc+bf8s6Fp+ScUfwpon6DtOQqfj2qUs
GBBVjO6xIQvuoyWccnS+Bo/b4Z7nCXFxf7GUfLyTs9n16M2q96N1/Eb9em1i+PDZ
p7mEq6kHB4u2aOy4dIz+bOlK428M+yzpjae+0LjleaGsnvokobjVCRgKNFb4JBib
03V9wO66w9JL7wsmq2SR9xP2MYxJvDRTC/0dxxQLP3A9MtGOsL2Wwdhq5y0wx1uj
st3v/pV8sdIgjA9aYfgvAd9AWDLWBrON+CO7/5VJbK8WYpd2ZAE+G9tZViMAwQg=
=4woA
-----END PGP SIGNATURE-----

Jonas Smedegaard (1):
      Imported Upstream version 0.57+05

Kjetil Kjernsmo (406):
      Check into my own repo
      Changelog cutnpaste correction
      Move title, predicate and page to class of its own
      Update the mojoserver with the Predicates class
      Use Pod::Coverage::Moose
      Refactor to use a Moose::Role
      Refactor to use a Moose::Role, the actual role
      Test for warnings
      use Error apparently not needed
      require Moose
      Add mailing list to docs; warn about moving target
      just mention that everything is in the role
      Rename attribute to headers_in
      Small fixes just to upload a 0.04_01 dev release
      Bump version; minor doc bug
      Add failing tests for process method
      process method partly working
      Move around stuff and enable logging
      Redo type method; more logging
      Refactor 404's
      Fighting with headers; reset response object for each call to process
      Gotten myself into too much mess now, need a new direction
      Refactor process to be the response
      message now plack body
      More tests
      Even more tests
      Delete type between calls to response; Better but ad hoc handling of conneg
      A stub Plack PSGI
      Handle non-GET methods
      Use a T:W:Mech:PSGI test instead; Remove mojo
      Update dependencies
      Documentation update
      First modifications for config
      Use Config::JFDI for config
      Update readme
      Add Config::JFDI
      Small docs changes to predicates
      ProviderRole documentation update
      Add discussion to role
      Add more documentation
      Install the scripts
      err, the share is not the script, then use glob
      more relevant docs in the README
      minor README stuff
      Mention Plack::Response in content's docs
      Update changelog
      Drop installing the config
      PSGI doc bugs
      Correct POD bug; number of tests in psgi tests
      bump version
      update changelog
      Bump dependency to 0.124
      Explicitly ask for text/html in test to make it pass for 0.124
      No Accept header will return turtle data; all tests pass with latest Trine dev
      Document the case of no Accept header
      Now use a hashref config for new_with_config instead of config string
      Bump version and Trine 0.125
      typo
      Bump versions
      Update changelog
      create a helper_properties method to pass the properties
      Give RDF::LinkedData::Predicates antlers
      Remove -T switch from load.t, since it borks on some systems
      Add namespaces method to set a hashref with RDF namespaces
      Move pod tests to xt
      lib/RDF/LinkedData/Predicates.pm is moved to RDF::Helper::Properties
      Update changelog; bump version
      Update changelog
      Test case to show that Firefox default Accept header gives Turtle
      Perhaps we want to get Turtle for Firefox' default Accept
      Bump version
      Update changelog
      Add author_tests to makefile
      Merge branch 'master' of github.com:kjetilk/RDF-LinkedData
      Add support for @base in serializations
      Bump version and update changelog
      Many passing tests for using URI objects instead of intensive base URI usage
      Small docs change
      Update infrastructure to remove port
      Update changelog
      Port number isn't needed anymore; More fixes on base; Minor documentation fixes
      Fix the with problem
      Update changelog; another comment
      Require Plack 0.9939 and RDF::Helper::Properties 0.10
      Document the with_role quirk
      Tiny doc fix
      Fix syntax error in changelog
      Add support for Access-Control-Allow-Origin
      Add test with FFs Accept header
      Add test with tabulator Accept header
      FF should get a page, right?
      Move ld instantiation to outside of the coderef for big performance gain
      No main variable needed for tests
      Set Test::More version dep
      Bump version; reorder docs
      Remove logging unless in verbose mode
      Re-enable Test::NoWarnings
      Re-enable Test::NoWarnings
      Need to live with a test warning for now
      Bail out of testing if psgi app is not running
      Use the base if the source has not set its own
      Use a memory model for testing that loads the file directly
      Bump version
      Fix the right test file
      Fix test problem
      Bump Trine version dep
      Bump version
      Update README
      Remove the stuff about needing a database to use this
      Support setting namespace in config
      Update copyright
      Update changelog
      Single quotes in JSON caused tests to fail
      Turtle syntax error in changelog
      Add test for config file to avoid surprises
      better test description
      Improve PSGI docs
      Change RDF::LinkedData title
      Add description
      Merge branch 'master' of git at github.com:kjetilk/RDF-LinkedData
      Set use strict explicitly
      Use Test::RDF in tests
      test for literal
      Add more Test::RDF tests to psgi tests
      Use new serializer option to conneg of non-serializers
      Do not override ct for HTML
      Consistently name the base URI base_uri
      Bump version
      Add more tests for browser accept headers
      Remove IE test
      Bump Trine version dep
      Use new RDF::Trine::Store->new method, since it now supports checking the type itself
      Update changelog
      Update copyright
      Allow namespaces to be skipped from the config
      Remove Test::NoWarnings; too many false positives
      Addition of optional RDF::Endpoint with failing tests
      Add the subject URI to the HTML output
      Correct test dep to Test::JSON rather than just JSON
      Fix syntax error in config
      Remove unneeded exception test
      Try both a request method and a headers_in method
      Passing tests with request only
      Remove commented code
      Endpoint should be up, all tests pass
      New mech tests for testing querying
      Support the configuration of endpoint_path
      Trim the endpoint config
      Document endpoint usage
      Bump version
      Fix MANIFEST.SKIP
      Make it work without RDF::Endpoint installed
      Move endpoint tests to file on their own
      Remove the undef default from endpoint
      Bump version
      Merge branch 'master' of github.com:kjetilk/RDF-LinkedData
      Use predicates and an empty hashref
      Bump version
      Update docs
      Say it is stable in some ways
      Add test to check that endpoint isn't up with no endpoint config
      Make sure the predicate is usable in constructor by using if statement
      More documentation
      Remove unneeded BEGIN in test
      Add dependency on new RDF::Endpoint
      Bump version for another dev release
      Use Module::Load::Conditional instead of eval require
      Correct test bug
      Bump the RDF::Endpoint version dep
      Bump version
      Small change
      Bump version
      Update changelog
      Add URI::Escape build_requires
      Set namespace::autoclean version dep
      Remove the Role, it is not clear we need it. Bump version
      remove role comment
      Use RDFa generators
      HTML now an OK datatype
      use HTML::Pretty
      More tests on HTML content
      Tests to test XHTML RDFa as data serialization
      minor cleanup
      copyright and stuff
      Add stub Plack app
      Refactor to use an App module
      Re-indent
      Test for constructor to have predicate that will return false
      Really test for constructor to have predicate that will return false
      Use MooseX::UndefTolerant, thanks, perigrin
      simplify calling the RDF::LinkedData module
      Update deps
      Allow HEAD requests
      shorten plack module calls
      An attempt at using CORS module
      Reorganize the loading
      Add CORS test
      Add ETag support
      set dev version
      Update docs
      More documentation
      TODO list
      build_requires -> configure_requires
      load HTTP::Headers explicitly just in case
      bump dev version
      refactor model per perigrin's suggestion to lazy
      Check if we have an actuall Model object, not just something
      shuffle the methods a bit for better readability
      remove predicate
      Move the Data::Dumper out of the test, thanks, perigrin
      Make the XHTML test TODO
      whitespace
      bump version
      Move most of the documentation into the plack app
      Shuffle things around to make docs easier to follow
      add todo
      Add Critic author test
      say use strict explicitly
      Fix mostly valid Perl::Critisism
      Update README with metacpan
      Move the changes file
      Use Module::Install::RDF to manage the metadata
      First hypermedia test
      Oh, flawed test, gotta sleep :-(
      First passing test for endpoint link
      Change bugtracker
      Failing test for vocabs
      implement void vocabulary using namespaces
      bump version
      document hypermedia
      update issue tracker in metadata
      basic should not run hypermedia
      Use new Test::RDF
      test for no endpoint
      Test for no vocabs
      Remove TODO, seems the correct content type comes.
      TODO : immutable doesn't seem to work with UndefTolerant
      spurious semicolon
      SPARQL endpoint link test
      messy whitespace
      update changelog
      update README
      Minor syntax fix
      conditional logging removes warning
      use empty string as default base_uri
      Add specific SPARQL endpoint test
      Revert "Remove TODO, seems the correct content type comes."
      endpoint_path needs to be a local variable
      bump version
      Update changelog
      base -> base_uri in serializer call
      Use a handles for etag
      bump version
      Add descriptions to the packages
      never got into the flow, but pushing bad code anyway to be able to
      Void integration in linkeddata that at least passes the old tests :-)
      call the config in the Plack module
      New void config and test for it
      Code the removal of fragment identifier
      add a title
      Add void tests
      bump version
      Need to check has_void
      Make content private
      call the private _content method in test...
      fix bug in void response algo
      SPARQL endpoint TODO test
      recommend Void
      do not return explicit undef
      Add description to README
      RDFa tests
      bump version
      Only link dataset in void case
      Add last_etag attribute
      create private attribute _voidmodel to cache it
      use _voidmodel and etags to avoid needlessly regenerate it
      New void non-psgi tests
      use hexastore to test, etags work
      more on vocabularies and urispace
      a bit of additional config
      don't need test count
      Update changelog
      Remove the SQlite gen script
      bump version
      fix bug in tests that ran some tests before the install check
      bump version
      Update changelog
      bump version
      pagetitle for RDFa
      pagetitle in tests, example and config
      base =>  base_uri
      Support and Test for title literals
      Add test for license
      Document void usage
      a bit of confusion around when to check the etags
      make it possible to pass an arbitrary file in config
      Add data to be added in config to do it
      Bump void version dep
      Add test for added description
      test to check that the added description isn't going to data
      Fix small bug
      bump version
      document add_void
      Update changelog
      bump version
      add namespaces_as_vocabularies to constructor
      encode all return strings
      Use body instead of content on response objects
      use HTML serialization for page
      Improve HTML serializations
      fix bug causing endpoints to be literals
      Create a special dev config
      skip counting tests for config
      fix dev config
      a bit of tweaking in Void tests, mech seems to have a problem with XHTML
      set q-values on test
      mark weird tests TODO
      test descriptions
      Skip tests when Redland is installed
      reindent
      more comments
      Move statements around so that generation is only run if etags changed
      add test using DBI temp store (without etag support)
      etag tests when no etag is set
      take into account that something may set current_etag explicitly to undef
      test for VoID content with correct number of triples
      set dev release version
      allow excessive complexity (but I'll keep it in mind)
      add_void file
      stat the file to see if it is updated
      set etag based on both database and void file
      minor fix
      bump version
      update VoID documentation
      Perl critic didn't like that minor change...
      bump version, release 0.55_2 as 0.56
      Update changelog
      bump version
      Rename current hypermedia to read only
      Tests for the auth_level methods
      add auth_uri and auth_level methods
      Support rw hypermedia in output
      read-only tests and append tests
      Clear before setting privs
      Add RDFa:Parser as test dep
      Merge branch 'master' of github.com:kjetilk/RDF-LinkedData into feature-rw
      refactor the model builder
      First failing tests for the RW with ACL
      ACL model method
      more failing tests
      use the model directly for now
      add TODO buildargs
      make namespaces a NamespaceMap
      use add_namespace_mapping
      Failing tests
      Add acl config
      Merge branch 'feature-rw' of github.com:kjetilk/RDF-LinkedData
      add date to oldest code
      Merge branch 'master' of github.com:kjetilk/RDF-LinkedData
      Add check-changes
      Merge branch 'master' of github.com:kjetilk/RDF-LinkedData
      Remove skipping of dep on old trine
      Failing tests for namespaces code
      Temporary compatibility hack to produce hashref for namespaces
      SKOS URI is now in basic tests
      use new list_namespaces method
      use URI::Namespacemap in App too
      testing 405-responses
      post gives 405 on data, ok
      failing tests for sparql post
      Some unfinished test hacking
      Testing for POST to SPARQL
      On a POST request, check endpoint; Move endpoint_path checking
      defining endpoint_path after has_endpoint check
      check the endpoint_path config first here too
      add URI::NamespaceMap to deps
      Just testing
      Remove the sqlite script, use perlrdf for this
      Newline strange bug and remove skip for old Trine
      Merge branch 'master' of github.com:kjetilk/RDF-LinkedData
      Change packaging to use Module::Package::RDF
      Update Makefile
      Add TODO on configurability of result
      Update copyright
      Remove the RW tests
      Merge everything up to URI::NamespaceMap
      Merge head containing new makefile stuff
      Remove all the ACL and Auth stuff for now
      Check that there are no RW replaced URIs just to be sure
      Lower version
      the bad grep will disappear eventually
      Move use Moose up to avoid some strange things. Thanks perigrin
      add category to logging
      say it is a server
      Add license and category information, etc to the project.ttl
      Remove the merge method for now
      Update changelog
      Various auto-updates
      Fixing the ETag is the same for several content types
      If the ETag is declared as weak, preserve that (untested)
      bump copyright year
      Add the option to use PERLRDF_STORE env variable
      Bump version
      Actually, I think I do test the capture variable
      update changelog
      Autoupdates

-----------------------------------------------------------------------

-- 
librdf-linkeddata-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list