[libemail-abstract-perl] 04/09: Update debian/changelog

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Aug 8 23:11:02 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libemail-abstract-perl.

commit d55dca1dde05cbc7a2d1ed1cfc11331600166c28
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Aug 8 19:36:17 2015 -0300

    Update debian/changelog
    
    Gbp-Dch: Ignore
---
 debian/changelog | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 80 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 19926d0..8b1fa1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libemail-abstract-perl (3.007-2) UNRELEASED; urgency=medium
+libemail-abstract-perl (3.008-1) UNRELEASED; urgency=medium
+
+  ** SNAPSHOT build @3091527bf21dee1575131775ef57f1daf7acabd9 **
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -9,7 +11,83 @@ libemail-abstract-perl (3.007-2) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
 
- -- gregor herrmann <gregoa at debian.org>  Thu, 27 Feb 2014 22:35:11 +0100
+  [ Ricardo Signes ]
+  *  r22882 at knight:  rjbs | 2006-07-04 07:19:15 -0400  import from mailclue cvs
+  *  r23487 at knight:  rjbs | 2006-07-18 18:40:33 -0400  clean up plan
+  *  r23488 at knight:  rjbs | 2006-07-18 18:41:16 -0400  abstract objects that wrap concrete objects
+  *  r23489 at knight:  rjbs | 2006-07-18 18:45:18 -0400  changelog
+  *  r23593 at knight:  rjbs | 2006-07-21 07:13:49 -0400  link to new url
+  *  r23601 at knight:  rjbs | 2006-07-21 09:04:22 -0400  update docs  update requirements  fix order of ISA/plugin checking  tests
+  *  r23602 at knight:  rjbs | 2006-07-21 09:44:17 -0400  version number
+  *  r23603 at knight:  rjbs | 2006-07-21 10:14:34 -0400  deal with altering a string
+  *  r23610 at knight:  rjbs | 2006-07-21 10:52:53 -0400  clean up cast method
+  *  r23612 at knight:  rjbs | 2006-07-21 11:00:52 -0400  _obj_and_args abstraction
+  *  r23615 at knight:  rjbs | 2006-07-21 17:51:17 -0400  changelog
+  *  r23674 at knight:  rjbs | 2006-07-22 13:53:24 -0400  test plan
+  *  r23758 at knight:  rjbs | 2006-07-24 17:19:01 -0400  do not fail if M::E is not available"
+  *  r23760 at knight:  rjbs | 2006-07-24 17:31:26 -0400  test (and fix) passing Email::Abstract objects to Email::Abstract
+  *  r23761 at knight:  rjbs | 2006-07-24 17:32:05 -0400  changelog
+  *  r24827 at knight:  rjbs | 2006-08-22 08:27:45 -0400  tests
+
+  [ William Yardley ]
+  * Fix indented L<s
+
+  [ Ricardo Signes ]
+  *  r28280 at minion101:  rjbs | 2006-11-20 07:25:54 -0500  licenses, licenses, everywhere
+  *  r31081 at knight:  rjbs | 2007-03-22 15:04:35 -0400  kwalitee
+  *  r32077 at knight:  rjbs | 2007-07-16 23:42:19 -0400   test improvements
+  *  r32103 at knight:  rjbs | 2007-07-18 08:31:28 -0400  perltidy
+  *  r32104 at knight:  rjbs | 2007-07-18 09:19:39 -0400  test and doc fixes  fix Mail::Internet newline garbage
+  *  r32109 at knight:  rjbs | 2007-07-18 20:20:13 -0400  jeez, was this thing never really used?
+  *  r32110 at knight:  rjbs | 2007-07-18 21:07:09 -0400  make stupid tests less stupid
+  *  r32111 at knight:  rjbs | 2007-07-18 21:08:30 -0400  no longer just obj tests
+  *  r32112 at knight:  rjbs | 2007-07-18 22:22:50 -0400  test coverage
+  *  r32113 at knight:  rjbs | 2007-07-18 22:24:54 -0400  changelog
+  *  r32119 at knight:  rjbs | 2007-07-18 22:29:59 -0400  prep as dev release
+  *  r32120 at knight:  rjbs | 2007-07-18 22:30:35 -0400  add example msg to manifest
+  *  r32163 at knight:  rjbs | 2007-07-23 08:58:25 -0400  fix test plans
+  * more test info
+  * is_available method, base class, do not use broken Mail::Internet
+  * typo, missing }
+  * add is_available method to ME plugin
+  * prep release
+  * ready to release
+
+  [ Ricardo SIGNES ]
+  *  allow ->new(\\$ref)
+  * missing prereq/load
+
+  [ Ricardo Signes ]
+  * remove pod tests
+  * avoid warnings
+  * rm readme
+  * prep next release
+  * use MRO::Compat instead of Class::ISA
+  * require 5.501 of MIME::Entity, if installed
+
+  [ Dave Rolsky ]
+  * Compare $@ to empty string so when a test fails we get useful output
+  * Add Courriel as a supported class
+  * Add Courriel to list of supported email modules
+
+  [ Ricardo Signes ]
+  * fix behavior of ->body on multipart
+  * ROLSKY put Courriel.pm in Courriel dist
+  * dzilify
+  * v3.005
+  * require newer Email-Simple for ->new(\$str)
+  * v3.006
+  * fix skip count when MIME::Entity is not present
+  * remove unneeded prereq
+  * v3.007
+  * provide the raw (ugh) body on Email::MIME multipart
+  * add a line for $VERSION
+  * v3.008
+
+  [ Lucas Kanashiro ]
+  * Import upstream version 3.008
+
+ -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 08 Aug 2015 19:36:17 -0300
 
 libemail-abstract-perl (3.007-1) unstable; urgency=medium
 

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



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