[libatombus-perl] annotated tag debian/1.0405-3 created (now 7eab319)

Jonas Smedegaard dr at jones.dk
Sun Nov 22 18:26:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/1.0405-3
in repository libatombus-perl.

        at  7eab319   (tag)
   tagging  d06181cd7d43f74a3332a484b7a3a3bea560f52c (commit)
  replaces  debian/1.0405-2
 tagged by  Jonas Smedegaard
        on  Sun Nov 22 19:25:12 2015 +0100

- Log -----------------------------------------------------------------
libatombus-perl Debian release 1.0405-3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJWUgiIAAoJECx8MUbBoAEhz74QAKuEWo9u4I1eHY0uCZ4rLZ+3
8Ses7+OGmXHbF9P2LNNEXkxzRec9xwpeh4VgOg43XikzTg4kcALhayEu9s9ZjvYP
WFuY4/q93wD6J3Y3LBrSI1hUiYCjIkFGF25L3EDu0jK3jOGMexjdUb/+wQKM1aAE
p6lIF2qyRy9zqZAGC1mhUuX9EFIWUamRTFGEguePlqHLjT0tgkQ4autLcRd5Ewr/
XI9a7U25KJJdtioFHGE2erKui9rmxdKVEfk7VmBXiVLsnMEBh570LCYsQiaiEZdH
wEKE0lCcu+X2X2qCpad0wG+7f/4xgkQeJuArCqhu4gBaiKTsXgO9gcTOPK1fj4i1
EOD2uZIoalCRxhWLiuBEOIxj7nzFdbaDe5wN7U74lESIgzmK+vEcbg4bgFLb9Lk7
SoBrwaPoRdnrIZ8bVEKNcbZn706s53/iZv5LqYJ9ss/R/pRZOeg+btU0SSsjx2YX
lnPl/WHrMne6Fyh6ruxAxxMQ/ut6VOP4UYtQc9vFD/BdcT2AoxUNX9bcA4B3sPyK
gNLFg+JR3tabcSWhmSIJ9X4mzLCsRTEZYqSGKi+cJAJQm7R8mQhrfcg3WeC5XELO
nvFHg+3mPO9USMou8p6axaYP4b+AMIrznSEdt/o53TGJZSkIpB5JvtvK5mNqCYWi
4TqQdfwJaBpSpfLAxi/R
=2Ni4
-----END PGP SIGNATURE-----

Jonas Smedegaard (24):
      Set status 201 (not default 200) on POST success.
      Set content_type on POST response.
      Add Location header (using start_at argument) on POST response.
      Implement entries/* route
      Fix set Location (use href attribute of object).
      Place route for entries as extension to feeds routes.
      Fix compose entry path.
      Add regression tests for entry.
      Revert wrong fix for missing-license-text-in-dep5-copyright lintian warning.
      Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
      Bump debhelper compatibility level to 9.
      Tidy rules file: Suppress versioned debhelper build-dependency.
      Add lintian override regarding debhelper 9.
      Update copyright info: Extend copyright of packaging to cover recent years, and bump its license to GPL-3+.
      Tidy rules file: Reorganize CDBS-related variables.
      Update package relations: Stop depend (only build-depend) on libcapture-tiny-perl: Needed for testsuite but not at runtime.
      Declare compliance with Debian Policy 3.9.6.
      Update copyright info: Add alternate git source URL.
      Update copyright info: List issue tracker (not email of main author) as preferred upstream contact.
      Tidy rules file: Stop track tarball checksum (check git instead).
      Update changelog, control file and copyright hints.
      Imported Upstream version 1.0405
      Merge tag 'upstream/1.0405'
      Prepare for release: Update changelog.

Naveed Massjouni (59):
      Initial commit.
      Updating README to explain idea behind this lib.
      Forgot to add -H option to curl command in readme.
      formating xml in readme
      github markup is not rendering this right
      Fixing grammar.
      Dispatch table looks nicer with strings rather than coderefs. Tweaked README.
      Automagically create db table if it doesn't already exist.
      Adding POD documentation to main module.
      Updating dist.ini
      Adding PodWeaver
      Adding dist::zilla ReadmeFromPod plugin to generate README from pod.
      Adding README.pod to make github happy.
      Switching from dbi to dbic. Makes auto creating db table much simple. And so we
      Adding tests for adding new entries to server.
      Adding Changes file.
      Fixing version info.
      Adding Test::MockObject to prereqs.
      Adding pod to ResultSet class.
      Adding documentation for methods and a DATABASE section.
      Updating documentation.
      Added MOTIVATION section to docs.
      Fixing grammar.
      Added directions for running AtomMQ in a PSGI environment.
      Added auto_create_db option. Added example sql for creating db table.
      Updating version to 0.0200.
      Replaced dsn/user/password constructor params with db_info.
      Explicitly settting db options AutoCommit and RaiseError.
      Fixing exception handling for when db_info or schema params are missing.
      Updating version info and CHANGES file for a new release.
      Updating PSGI section of docs.
      Updating example in documentation of the new method.
      One AtomMQ server can serve multiple feeds.
      Generted feed now validates against http://validator.w3.org/feed
      Added support for max_msgs_per_request. Added corresponding tests.
      Adding documentation for max_msgs_per_request parameter. Updating version
      Updating bugtracker and git info for META.yml
      Now using Dancer, hooray!
      Added support for paging and corresponding tests. Added tests for start_at and
      Updating version info for release 1.0300.  Cleaned up docs some.
      Suppressing warnings in tests when auto deploying tables.
      Fixing documentation of order_id field.
      Adding back Capture::Tiny dep.
      Removing Capture::Tiny dependency. We are no longer using it to capture
      Silencing warnings in tests caused by schema->deploy.
      Experimenting with pubsubhubbub.  This pings a hub and also subscribes to it.
      Added support for ETags. Behaves as recommended by pubsubhubbub:
      Adding package declaration to ./bin/app.pl to make PodWeaver happy.
      Just POD fixes.
      Updating README for github.
      More POD fixes. Updating version to 1.0402 for a new release.
      Removing unnecessary files.
      Renaming AtomMQ to AtomBus.
      Making configuration more friendly. All AtomBus specific settings should now be
      Merge pull request #1 from jonassmedegaard/master
      Fixed example config file.
      Removed unnecessary before hook
      Fixed tests to set config options at compile time before AtomBus module is loaded
      Getting ready to release 1.0405

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

This annotated tag includes the following new commits:

       new  d06181c   Prepare for release: Update changelog.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatombus-perl.git



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