[libtext-vcard-perl] annotated tag upstream/3.07 created (now ad6714b)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 19:14:06 UTC 2015


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

kanashiro-guest pushed a change to annotated tag upstream/3.07
in repository libtext-vcard-perl.

        at  ad6714b   (tag)
   tagging  953ae8d07066f188ec492041dad0ca118bd2d4e9 (commit)
  replaces  upstream/3.06
 tagged by  Lucas Kanashiro
        on  Fri Aug 14 16:04:43 2015 -0300

- Log -----------------------------------------------------------------
Upstream version 3.07
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJVzjvLAAoJEPgjonKYg8l8HGgQAKvSaaJCqNgTEuOup6heMUF1
Jn4ANqalXhhxPfjkbPBh61Mk6lZfL/1ErefKjCpq9pAbU4i+GMDTNxUPYCaDph5A
gmzhFsGkE91gbUjJmSDtxdj1zINxCI3fVdOBfX0Xkyvkc0+J6LPA9sEay1F8TYsK
JZcEqbPvxNusMCTmRlTs5LpK24UYKq/FM/HKIIy2uW2+tVZcch2zQMdEcxPaWrDq
uylvIAOz2wk9vg0QsoZw65dWhTC1TLQ0mBOOUyA1RrU61Kkpc2CjL5UgGbgSQVtz
u8L350fJNSAQPh/DP9n3NvQKLioTC5+U9o6MyhXFRMqHDVsck4nBTK9hRRTFEPCd
oduXEQMW0R8FVxBFb0AHmkhQKNhvbVIiGJ5bhdIOhRqX9GZ97LFR1niRs81FCq37
NyNHQZtCcZH0EsWxRWMam3q6eWDA5cU3QsRLp6QZPOOqV2RtC4knABMyoL440ZVb
5dFJ76x9wPCRZRmWmButqWz0Aqq9KL1knN8FwrwhFQmP1aPc1+bC2lhIDj35ATIe
qck6oLUJJhaAKYtg+XyXv8NOIXK7hxGsWGn6DJiLsJG9OxEXjHHtT6kfGQRWWg73
uQ7Jvo04dytmMQzn/KipcPi7hq05l7qpESi4gSkAqtjqItP2ruLHtmCuniscT+Wo
YAN8QS2vsx7pkOP6XJ4b
=xxfQ
-----END PGP SIGNATURE-----

CPAN Service (3):
      Upgrade Makefile.PL
      require perl 5.6
      better formatting

Dorian Taylor (5):
      adding base64 decoding
      ok now doing this for real
      ok NOW work.
      adding test for Base64
      updating docs to reflect base64

Eric Johnson (80):
      timezone() is now being generated as described in the docs.
      cleanup t/06a-encoding2.t
      fix utf8 double encoding issues.
      Added a test which shows that node->types() method is incorrect.
      Fix types().  Previously it returned types but also things that were not types.
      sort types.
      Create a test to make sure types are sorted.
      Improved import and export of vcards notably including encoding/decoding.
      Make all the vcf files have crlf line endings. Git was auto 'fixing' them.
      Moar better POD
      Added Text::vCard::Simple + tests.
      Better simple tests
      updated pod
      initial commit of vCard::AddressBook
      created the new vCard namespace
      test the chained syntax
      Updated pod for vCard
      Created getters and setters for vCard.
      Filled out vCard::AddressBook + tests
      rm debug
      Added AddressBook->load_string
      Addded AddressBook->as_file() and as_string()
      Added vCard->load_file and vCard->load_string.  +tests
      cleanup tests + add t/vcard.vcf (test data)
      use Directory::Scratch in t/vcard/address_book.t
      rm comment
      Added pod
      fix tests
      rename vcard.vcf to complete.vcf
      fix encoding issues when loading files with vCard::AddressBook->load_file()
      Bug fix for preferred nodes.
      Allow users to specify multiple types for each node
      Updated t/vcard/address_book.t
      better error messages when bad data is passed in
      Update t/vcard.t to work with latest bug fixes.
      return an empty string for an empty address book
      More fixes for Text::vCard::Node->is_pref(). +comments
      make as_string() and export() return a decoded string.
      Many updates to the POD including attribution, acknowledgments, see also
      Added encoding_in and encoding_out attrs on vCard and vCard::AddressBook. +POD
      Added POD for simple and complex getters/setters
      Added N to vCard and vCard::AddressBook. +tests
      Add VERSION to vCard.  Defaults to 4.0
      fix line unwrapping.
      Improved POD
      Made rename setget() to _setget()
      Updated vCard::AddressBook pod
      Updates to the Changes file.
      vCard->photo() now returns a URI object
      use \x0D\x0A instead of \r\n as recommended by 'perldoc perlport'.
      Switch all libs over to using Path::Tiny instead of Path::Class
      Tests no longer use Path::Class
      Bug fix for names. +test
      Fix load_file()/load_string(): modify $self instead of returning a new object.
      Merge pull request #22 from kablamo/bugfix-for-loaders
      Better error msg for vcards w/o proper line endings (\r\n) required by the RFC.
      Merge pull request #23 from ranguard/better-error-message
      Wild guess to fix win test failures due to :crlf mode stripping out \n.
      Merge pull request #24 from ranguard/windows-crlf
      Guess why cpantesters window tests are failing.
      Fix for loading non UTF8 files on windows.
      Merge pull request #26 from ranguard/cpantesters
      Fix travis maybe possibly.
      increase verbosity
      Dzil::Plugin::PkgVersion wants a blank line after 'package Vcard;'
      revert Test::NoTabs to NoTabsTests
      install Test::NoTabs on travis
      Merge pull request #25 from ranguard/fix-travis
      Fix/guess for tests failing on windows.
      Merge pull request #28 from ranguard/fix-windows-tests-again
      Fixed Text:vCard::Node->add_nodes().  It should work now.
      Added a test for Text::vCard::Node->add_types().
      Merge pull request #29 from ranguard/fix-node-type
      Add a plugin to dzil to generate the README.md from the POD.
      Slightly better abstracts
      squash me
      Make dzil use vCard POD to generate README.md instead of Text::vCard.
      Merge pull request #30 from ranguard/dzil-add-readme
      Fix bugs in POD examples.
      Merge pull request #32 from ranguard/arrayref

Gabor Szabo (6):
      gitignore generated files
      gitignore swap files
      add test for address book creation and export
      add some links and example to POD
      link to github
      use warnings

Leo Lapworth (47):
      First git version (2.03) moved from svn
      Changes to Makefile.PL from cpanservices
      Doc patch + mention new repo location - release 2.04
      Release 2.05
      Merge remote branch 'philipp/master'
      Perltidy
      Update Changes file, prepare for 2.06 release
      Merge remote branch 'philipp/master'
      Update version + change line endings
      Add set_encoding() + bump to 2.09
      Add Repo+Licence to META.yml
      Add tests for quote-printable
      Fix for QUOTED-PRINTABLE + tests
      Bump to 2.10 for release
      Add comment about the quote-printable RFCs
      Merge pull request #1 from nigelm/master
      Merge pull request #2 from szabgab/master
      Merge pull request #3 from doriantaylor/master
      Changes and version in vCard
      Switch to DZilla
      Mass perltidy + whitespace cleanup (no code change)
      2.12 release
      Don't need to mention pre 1 version
      Fixes #5 and RT81502 - as patched by Ron Savage
      Add \r\n after last END:VCARD
      Version 2.13 release
      Add failing test for as_string() on vcard, relates to #6
      Merge pull request #9 from kablamo/timezone
      Merge pull request #10 from kablamo/fixtests
      Merge pull request #11 from kablamo/types
      Merge pull request #12 from kablamo/import-export-encoding
      Merge pull request #13 from kablamo/simple
      Merge pull request #15 from kablamo/photo
      Version 3.00 as released to CPAN
      Merge pull request #17 from kablamo/newlines
      Version 3.02
      Merge pull request #18 from kablamo/path-tiny
      Version 3.02
      Travis attempt
      Add a readme
      Merge pull request #21 from kablamo/bugfix-for-names
      Version 3.03
      Remove readme, add spaces needed for Dzil release
      Version 3.04
      Version 3.05
      3.06
      release 3.07

Lucas Kanashiro (1):
      Imported Upstream version 3.07

Nigel Metheringham (1):
      Trivial documentation fix for set_encoding

Philip A. Prindeville (4):
      Add a few new useful methods as per email of 2010-01-20.
      Merge remote branch 'ranguard/master'
      Simplify Makefile.PL, and fix typo in get_simple_type() method.
      Annotate 2.07 in Changes file.

blair christensen (1):
      "Text::vCard::Addressbook", not "Text::vCard::Address" in "See Also"

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

No new revisions were added by this update.

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



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