[libemail-outlook-message-perl] annotated tag upstream/0.917 created (now 47bb7b3)
gregor herrmann
gregoa at debian.org
Wed Oct 15 17:39:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to annotated tag upstream/0.917
in repository libemail-outlook-message-perl.
at 47bb7b3 (tag)
tagging 164563bc9cc5917a8f09ba687e591c91a010415e (commit)
replaces upstream/0.916
tagged by gregor herrmann
on Wed Oct 15 19:32:16 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 0.917
Gabor Szabo (1):
link to GitHub from META files and thus from MetaCPAN.org
Matijs van Zuijlen (175):
Move TODO section to TODO file
Merge branch 'public' into public-use-email-packages
Fixup make file and manifest
Ignore stuff
Unset headers the new way (change in Email::Simple)
Ignore Makefile.old
Depend on Email::MIME::Modifier >= 1.442 to avoid ref bug
Move Email::MSG to Email::Outlook::Message
Move Email::Outlook::Message to Email::Outlook::MSG
Anonymize more
RELICENSING, and fix up files for distribution
Remove redundant msg sample files
Ignore distribution tarballs
Correct name for oledump.pl in usage
Fixup some testing
Distribution touchups
Still preparing for publication
Ignore dist files with new name
Cosmetics
Make pod coverage testing pass again
Version 0.902
Stop ignoreing oledump.pl
Don't mention version in README
Dates extracted are now in UTC.
Comment that OLE time is also in GMT
Version 0.903
Working on getting the date function fixed.
Add a Build.PL alternative build script.
Fix pod
Remove Makefile.PL as a build option
Make ./Build dist work
Pass perlcritic -severity=5
Make all subs explicitly return (as per perlcritic)
Pass perlcritic -severity=4
Some fixups due to perlcritic -severity=3
Remove spaces from ends of lines
Clean up test files:
Add test for filename presence check (all in the name of coverage)
Don't use ref $that || $that construct.
Fix up comment
Do not 'use Email::Abstract', since we don't use it.
Locale-independent date formatting
Version 0.904
Add t/basics.t to distribution
Let Build.PL autogenerate a Makefile.PL to satisfy some automatic build
No period at end of error message
Handle unicode data
Start refactoring to separate property interpretation from pps processing.
Ignore alternative ADDRESS data for now
File entry interpretation separated from processing
Remove superfluous warning code
Processing of file entry does not need map anymore
Add get_property function, part of base class.
Things that have properties now are all objects
All property access is through subs
Added TODO
Merge branch 'public' into public-major-refactoring
Clarify sub names; fix formatting; remove TODO
Start moving OLE parsing into component objects
Objects process their own pps file entry.
Attachment self-parsing
Refactoring ...
Refactoring ...
Refactoring ...
Refactoring ...
Refactoring ...
Unify _process_pps
Attachment object handles own conversion to mime
extract address finding
Use property accessors for AddressInfo object
Version 0.905
Update todo
Use encoding field from OLE file to determine whether to decode, rather
Remove unneeded decode flag
Add a TODO
Merge branch 'master' into major-refactoring
Make sure to_email_mime always returns a mime object, even if email has no
Prepare version 0.906
Spelling ...
Check that nested OLE is (probably) a valid MSG object.
Work around timestamp save error in OLE::Storage_Lite
Version 0.907
Apply patch Message-propdate by Jordan Hrycaj
Formatting and style adjustments
Apply patch Message-datearr by Jordan Hrycaj
Adjusted formatting and style
Apply patch Message-skipproperties by Jordan Hrycaj
Adjust skipped property descriptions, use property References.
Merge branch 'patch-skipproperties' into patchset
Merge branch 'patch-propdate' into patchset
Prepare version 0.908
Move things around a bit.
Files for creating debian package.
Ignore debian package build artifacts.
Adjust ignored stuff for git and manifest.
Add wishful thinking.
Simplify expressions.
More tests for message body creation.
Prepare for extracting compressed RTF bodies.
First stab at implementation of RTF decompressor.
RTF should be application/rtf as per
Fix jpeg-attached test, now that RTF is parsed also.
Fix plain-text unicode test, now that RTF is parsed also.
Stop when output is done, rather than input.
Fix plain text test to take RTF into consideration.
Prepare version 0.909; Update documenation.
Remove debian stuff from master branch.
Add test for wide character in message body.
Merge branch 'master' into major-refactoring
Add explicit return.
Correctly pass verbosity to child objects.
Store property stream properties in MAPI property set.
Add logging for prop stream processing.
For 'known', i.e., variable, encodings, the property stream does not
Properties from the property stream are handled the same as properties from
Skip appropriate header bytes of property stream based on object type.
Update skipped property list; All warnings of unknown properties are
Unify unused property logging.
Improved logging of unused properties; Name more unused properties.
Also log used properties.
Ignore docs/ directory.
Use 'our' to specify package variables accessible from outside.
Pass perlcritic -severity=5.
Version 0.910.
Adjust copyright statement for 2010.
Fix most warnings of percritic -severity 4
Use /x modifier on all regular expressions.
Remove unused private method _is_transmittable_property.
Miscellaneous small fixes (thanks, perlcritic).
Only warn about unknown encodings.
Break cascading if-elsif chain as per perlcritic.
Don't check possible encodings at this point.
Excplicitely test produced RTF.
Regular property stream is not 'unused' anymore.
Limit number of arguments (as per perlcritic).
Avoid double-sigil derefence.
Move each module into a separate file.
Depend on Email::MIME
Improve warning message
Remove trailing white space
Add new file META.json to the manifest
Ignore new build artifacts
Update copyright statement for 2012
Add POD to internal module files
Remove perlcritic pragma
Update build infrastructure
Version 0.911
Fix test cases to deal with changed CRLF handling in Email::Simple
Version 0.912
Update dependency on Email::MIME and fix tests
Version 0.913
Add version information to all modules
Version 0.914
Stop translating line-endings in parsed MSG file
Remove trailing whitespace
Add msgconvert.pl to the Email::Outlook::Message distribution
Update copyright notice
Remove needless file extension from msgconvert
Update remaining Copyright statements
Update documentation to match new output extension
Only use spaces for indenting
Update dependencies to include those of msgconvert
Version 0.915
Merge pull request #1 from szabgab/patch-1
Fix indenting
Fix dependency list
Remove VERSION from supporting modules
Fix POD
Version 0.916
Fix msgconvert documentation to match new name
Explicitely require perl 5.6 or up in Build.PL
Update README
Fix POD error
Ensure Email::Abstract renders full mail body
Version 0.917
VCP (1):
VCP: initializing layout
gregor herrmann (1):
Imported Upstream version 0.917
matijs (62):
[vcp] select <> as trunk
Initial revision
Added a cvsignore file
New year's activity!
Some comments changed
Comments updated
Ignore vim .swp files
Added file containing re-engineered converter
Nearly done with rewrite!
Some changes in comments
Replaced old msgconvert.pl by rewrite.
Two bugfixes
Coorectly formal OLEDATE
Now even better
Work with perl<5.6, better warning about encoding
Move OLE parsing to main program
Parse nested MSG files
Starting some serious refactoring
All data now stored by value
Refactoring away
Simplify code
Fix decode_header call, fix test compare files
Get rid of .cvsignore files
Add mapitags.h from WINE (documentation)
Added Makefile.PL
All scripts in Makefile.PL
Add version
Move changelog and internal module out of main program;
Ignore more .swp files
Modify main program to do its own printing.
Update TODO;
Deciced each msg file type should have its own file
Fixup parser so parse is internal method; Also probably fixes nested msg
Add as_string method
Add neutral test messages;
Fix failure to write gpg-attachment.
Use Email::Simple instead of MIME::Parser to parse Original Headers field.
Ignore ignorable headers case-insensitively;
Partially converted MIME construction to Email::MIME::Creator
Fixes to make private tests succeed.
Use Email::MIME for all parts.
Don't use MIME::* anywhere anymore
Fix headers of mime parts.
No more unknown properties in testsuite
Update Changes and TODO to current situation.
- Add stub README
Cleaning up.
Refactoring
Add tests parsing plain_unsent.msg
Make plain_unsent.t pass
Refactoring
Refactoring
Refactoring
Refactoring
Refactoring
Refactoring
Refactoring;
Refactoring
- msgconvert takes any number of msg files as argument
Mover MSGParser to Email/MSG
Finalize move to Email::MSG
Add support for local delivery in script
-----------------------------------------------------------------------
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-outlook-message-perl.git
More information about the Pkg-perl-cvs-commits
mailing list