[libemail-sender-perl] annotated tag upstream/1.300014 created (now 400bf5d)

Salvatore Bonaccorso carnil at debian.org
Fri Aug 29 06:03:19 UTC 2014


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

carnil pushed a change to annotated tag upstream/1.300014
in repository libemail-sender-perl.

        at  400bf5d   (tag)
   tagging  9c5ab6f34ca9fa295a10b99eb0ddecdd62c061e6 (commit)
  replaces  upstream/1.300012
 tagged by  Salvatore Bonaccorso
        on  Fri Aug 29 07:55:40 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 1.300014

Aristotle Pagaltzis (1):
      spruce up Transport::SMTP POD formatting

Christian Walde (7):
      ensure that on win32 MailDir writes the mail to disk verbatim
      the blessed call there is interpreted as an indirect call, adding parens prevents that
      instanceof returns a sub and may not be in a sub
      clear may not replace the array, but must empty it
      recipients must be rw, and accessor must be undef to avoid its creation
      some golfing
      increase minimum versions of Moo and Throwable::Error dependenices

David Golden (2):
      make sendmail.t behave on Win32
      fix error message test on *nix

David Steinbrunner (1):
      typo fix

HIROSE Masaaki (1):
      do not error on email addrs beginning with -

Hans Dieter Pearcey (1):
      typo fix

Justin Hunter (8):
      fix test to pass with Capture::Tiny 0.08
      required arg missing error is different
      fix typo
      use Moo instead of Moose
      use Module::Runtime instead of Class::Load
      use Carp ();
      use InstanceOf instead
      Merge pull request #1 from wchristian/moo

Kenichi Ishigaki (1):
      needs to lower case under Win32 etc

Kris Matthews (1):
      The delete_header method is a lie

Ricardo SIGNES (157):
      r31869 at knight:  rjbs | 2007-06-18 22:26:21 -0400
      r31871 at knight:  rjbs | 2007-06-18 23:00:50 -0400
      r32065 at knight:  rjbs | 2007-07-16 08:18:56 -0400
      r32067 at knight:  rjbs | 2007-07-16 22:18:45 -0400
      r32068 at knight:  rjbs | 2007-07-16 22:18:56 -0400
      r32069 at knight:  rjbs | 2007-07-16 22:35:56 -0400
      r32072 at knight:  rjbs | 2007-07-16 23:34:20 -0400
      r32079 at knight:  rjbs | 2007-07-16 23:48:25 -0400
      r32080 at knight:  rjbs | 2007-07-16 23:49:07 -0400
      r32081 at knight:  rjbs | 2007-07-16 23:55:11 -0400
      r32085 at knight:  rjbs | 2007-07-17 00:07:18 -0400
      r32087 at knight:  rjbs | 2007-07-17 07:51:33 -0400
      r32088 at knight:  rjbs | 2007-07-17 07:59:39 -0400
      r32092 at knight:  rjbs | 2007-07-17 08:40:38 -0400
      r32094 at knight:  rjbs | 2007-07-17 08:47:24 -0400
      r32096 at knight:  rjbs | 2007-07-17 08:48:47 -0400
      r32098 at knight:  rjbs | 2007-07-17 17:24:08 -0400
      r32099 at knight:  rjbs | 2007-07-17 17:51:41 -0400
      r32179 at knight:  rjbs | 2007-07-24 00:05:59 -0400
      r32185 at knight:  rjbs | 2007-07-27 12:15:08 -0400
      pod typo
      envelope as its own arg
      more envelope stuff, 1arg throw
      stupid mistake
      adapt to new namespaces
      Transport
      IO::All does not need a mailer
      we do not need an nntp xport
      use Moo^WSquirrel
      overhaul tests for Transport
      lots more work toward making the new design ... exist, work, that sort of thing
      I do not remember Class::Trigger being such a pain in the past"
      make some more tests pass; sendmail tests not quite passing yet
      more test passing making go happy make
      fix sqlite delivery
      err msg now required
      the leading s- is dumb
      fix packages, add prepare_envelope
      perform major surgery on smtp, removing poorly-integrated features
      gitignore
      prereqs
      fix in ver test
      todo wildly out of date
      maybe we will just move wrapper? trigger i suseful...
      cruft
      tests for Print (renaming, too)
      fix stupid load test
      remove Class::Trigger, use method modifiers
      better maildir test
      stupid mbox test
      move util code to utils
      code now in Util
      fix how we count/find/etc partial success
      make the persistent client more likely to work
      make the persistent client EVEN MORE likely tow ork
      test the _X mailer too
      you know, using Squirrel makes no sense; double the possible bugs
      very very very preliminary smtp testing rig system
      more sketches about rig use
      working on overhauling failures
      update information available in smtp failures
      work on failure data some more
      eliminate obnoxious eval
      refactor partial successes
      make Test transport more like modern api
      bad_recipients was too specific; generalize
      test the test failure logic
      test the test failure logic
      fix syntax error
      test partial success from test transport
      put db in tmp dir
      log sendmail tests to tempdir
      make immutable; this will Do Stuff under Shika
      test that we do not accept everything universally
      test failure code
      email prep tests; need new Abs for str refs
      test util, add prereq
      simplify, test failure generator util
      rework maildir delivery to be sane, avoid race condition, avoid Email::LocalDelivery
      remove prereq that isnt required
      make hostname a method
      obsolete arg, bad_to_hook
      chugging out those smtp mock tests
      test prsistent also
      improve tests for test/failable, remove code
      docs
      more docs
      more docs; failures and file-based delivery
      lots more docs
      a few more docs
      versions
      stupid test
      prep for release
      we will use dzil later
      more skippy
      fix abstracts
      fix another abstract
      sqlite gone
      remove sqlite test
      more sqlite removal
      quit as needed
      bump version
      changelog
      QUIT on command with persistent smtp
      Sender:: not Send:: links
      prep next release
      until dziled
      on Win32, use crappier form of open
      bump ver, prep release
      dquote paths on Win32 (Documents and Settings, anyone?)
      document tests from dagolden in changelog
      do not run these tests automatically
      grow some antlers: use Moose
      prep release
      release date
      up our min ver in tests
      first pass at converting ICG::Sendmail into Email::Sender::Simple
      more cleanup
      handle empty $@
      get env info from headers as needed
      some tiny doc tweaks
      improve Simple
      Transport is now a role; there, I did it!
      maybe_send to allow bool-only sending
      better(?) name
      make simple do CommonSending, not just Sender
      test for simple
      bail out if we cannot compile everything
      test simplicity of test sender
      tests for simple
      dzilify documentation a bit more
      more dzil conversion: remove crap, make dist.ini
      typo
      remove VERSION assignment; this is dzil-town!
      docs for Sender
      allow try_to_send to export; publicize default_transport for Test usage
      start writing the manual
      huge pass at redocumenting nearly every class
      fix some bugs introduced while documenting
      improve prose
      fix doc link
      improved docs; thanks for feedback from Sartak
      die early if possible
      fix how we pick default
      bump test::more prereq
      changelog
      test::more 0.88 was being weird, remove prereq
      do not ask for role methods we stomp in Transport
      there was a typo in Moose::Manual::Role!  it is exclude_s_
      prep release
      check more traditional sendmail locations
      changelog for next release
      allow timeout
      update .gitignore
      release bump
      no autoprereq yet
      fix typo (thanks jawnsy)

Ricardo Signes (90):
      get the shebang right
      credit mark
      fix version in changelog
      skip the xt
      no longer need this
      store the final "ok" response on the SMTP success
      the message we want is the dataend message, not quit message
      changelog
      doc last change
      changelog new version
      kill trailing whitespace
      bump moose prereq
      bump changelog
      Failure is now Throwable
      note the use of Try::Tiny in changelog
      bump changelog
      add a synopsis
      bump Capture::Tiny prereq
      v0.101760
      avoid using role method exclusion
      v0.102360
      elminate hostname_long prereq; tweak smtp params
      v0.102370
      typo fixes (Thanks, Denny)
      clearer error if Authen::SASL etc. are not found
      v0.110000
      update plugin names
      this is an author-side test
      v0.110001
      have Maildir successes give us filenames
      v0.110002
      make Maildir headers optional
      test for Lines header
      change how we count lines
      v0.110003
      add Bcc section to manual
      v0.110004
      also binmode the Mbox output handle
      changelog the binmode changes
      v0.110005
      deprecate auto_deref-like behavior
      move xt/manual out of xt
      v0.120000
      v0.120001
      add $Test_xport->shift_deliveries
      we require Sub::Override for authors
      v0.120002
      changelog for the Moo conversion
      Merge branch 'Moo' replacing Moose use with Moo
      v1.300000
      v1.300001
      v1.300002
      factor out the transport-from-env bit
      correctly name the class invocant vars
      make room for alternate env var prefix
      factor out "easy transport building" for use in Wrapper
      Wrapper should proxy the question of simpleness
      allow a Wrapper transport to be configured by env
      v1.300003
      bump required version of MooX::Types::MooseLike
      v1.300004
      we require Sub::Exporter
      v1.300005
      stop computing recipients in void context
      use "with" after setting up the class
      v1.300006
      send mail to DATA in 1MiB hunks
      v1.300007
      require newer Email-Abstract
      change line endings before sending to Sendmail
      apply line-ending fixes to Maildir also
      CRLF is okay on Win32
      v1.300008
      remove unneeded Data::Dumper load from tests
      switch to AutoPrereqs
      v1.300009
      load HasMessage early, to try to get it in prefork
      add debug mode to SMTP transport
      v1.300010
      remove a spurious colon
      credit for "sendmail -i" change
      when maildir parts exist, do not die on EEXIST
      move around stuff for VERSION room
      v1.300011
      v1.300012
      line up comments
      avoid letting "code" be the error message
      v1.300013
      never generate (message => "")
      v1.300014

Salvatore Bonaccorso (1):
      Imported Upstream version 1.300014

William Blunn (1):
      Invoke 'sendmail' with -i switch

kga (1):
      fix typo

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

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/libemail-sender-perl.git



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