File: Changes

package info (click to toggle)
libmsoffice-word-html-writer-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 120 kB
  • sloc: perl: 301; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Revision history for MsOffice-Word-HTML-Writer

1.01 29.09.2011
  - new 'left'/'right' args for page_break() and create_section(new_page=>)

1.00 13.08.2011
  - doc updates
  - bumped to 1.0 and removed the claim that it was "experimental"

0.07 06.01.2011
  - no "soft line breaks" in MIME encode_qp() -- see RT 63716

0.06 28.07.2010
  - new arg for new(): WordDocument properties

0.05 14.05.2010
  - better handling of MsWord fields, and new method quote()

0.04 04.06.2009
  - fixes on CRLF line endings when generating from Unix

0.03 05.01.2009
  - forgot Mime::Types in prereq

0.02 01.01.2009
  - Oops, already some bugs (bad calls to Params::Validate)

0.01 01.01.2009
  - Initial release