Files
perl-PDF-Table/perl-PDF-Table.changes

176 lines
7.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Aug 24 09:02:18 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 1.003
see /usr/share/doc/packages/perl-PDF-Table/Changes
=== Version 1.003 (2022-07-05)
lib/PDF/Table/ColumnWidth.pm, lib/PDF/Table/Table.pod, examples/size.pl,
MANIFEST, util/3_examples.pl
Add the ability to specify fixed and relative sizes for column widths,
rather than having to accept system-calculated widths. You give a string
to the 'size' optional global setting specifying the absolute width of
a column (in, pt, cm, mm, em, or ex units), and/or a unit of '*' to
indicate remaining space is to be split up among these columns.
lib/PDF/Table.pm, lib/PDF/Table/Settings.pm, MANIFEST
Split out deprecated_settings and check_settings functions into new file.
lib/PDF/Table.pm, lib/PDF/Table/ColumnWidth.pm, MANIFEST, t/PDF-Table.t
Split out CalcColumnWidths function into new file.
examples/chess.pl
PDF::API2 work-around added for font-handling change in 2.043. The problem
is being investigated, but the chess example almost works for now.
lib/PDF/Table.pm, lib/PDF/Table/Table.pod, MANIFEST
Split out documentation into separate POD file.
lib/PDF/Table.pm
Fix handling of degenerate case of header-only, without data rows (#71).
lib/PDF/Table.pm, t/PDF-Table.t
Finish cleanup of column width calculations (#68, #72).
Makefile.PL, LICENSE, MANIFEST.SKIP
Build (at install) META.* with "provides" member. Add separate license file.
Add some items to MANIFEST SKIP file to clean up.
lib/PDF/Table.pm
$LAST_UPDATE changed from 'my' storage class to 'our', so can be accessed
programmatically.
lib/PDF/Table.pm
Absolute minimum with of a column reset to at least $min_col_width (a new
global default) to prevent text_block() width errors.
Update build process to ensure consistent "unix" formatting of most
human-readable files. Some non-CPAN builds were complaining
about MS-DOS format (CRLF line ends) on some files.
lib/PDF/Table.pm, examples/chess.pl, t/PDF-Table.t
Fix handling of max_w [GitHub #68], rewrite column width calculations. This
may result in some noticable changes in column widths from before.
lib/PDF/Table.pm Remove requirement that "empty cell" text not be an
empty string (allow $empty_cell_text to be ''), permitting completely
empty cells.
lib/PDF/Table.pm minor comment updates
README.md, lib/PDF/Table.pm, INFO/Table.html
2022 copyright. NOT archiving Changes yet.
-------------------------------------------------------------------
Mon Dec 28 03:07:50 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.002
see /usr/share/doc/packages/perl-PDF-Table/Changes
-------------------------------------------------------------------
Fri Nov 6 03:08:25 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.001
see /usr/share/doc/packages/perl-PDF-Table/Changes
-------------------------------------------------------------------
Wed Nov 4 03:11:07 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.000
see /usr/share/doc/packages/perl-PDF-Table/Changes
-------------------------------------------------------------------
Fri Aug 7 16:01:01 UTC 2020 - Tina Müller <tina.mueller@suse.com>
- updated to 0.12
see /usr/share/doc/packages/perl-PDF-Table/Changes
Version 0.12.0 (2020-04-09)
Permit either PDF::API2 or PDF::Builder (#51)
Don't use UTF-8 with corefonts
General cleanup of typos and misspellings in Table.pm
Minimum Perl 5.10 in Makefile.PL (#53)
More cleanup of text in Table.pm
Add tools (util) for running PerlCritic, t-tests, examples
Clean up code to pass PerlCritic
Clean up examples to run with either API2 or Builder. PDFpref
file to declare which to use if both available
Comments in t tests about use of Mock PDFAPI2
Document needed and optional prerequisite modules
-------------------------------------------------------------------
Mon Jul 1 05:20:42 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.11.0
see /usr/share/doc/packages/perl-PDF-Table/Changes
Version 0.11.0 Colspan feature by domm
-------------------------------------------------------------------
Fri Apr 20 05:47:12 UTC 2018 - coolo@suse.com
- updated to 0.10.1
see /usr/share/doc/packages/perl-PDF-Table/Changes
-------------------------------------------------------------------
Fri Mar 2 06:50:25 UTC 2018 - coolo@suse.com
- updated to 0.10.0
see /usr/share/doc/packages/perl-PDF-Table/Changes
Version 0.10.0 Introduces underlined text in cells
-------------------------------------------------------------------
Sat Nov 18 06:46:44 UTC 2017 - coolo@suse.com
- updated to 0.9.14
see /usr/share/doc/packages/perl-PDF-Table/Changes
-------------------------------------------------------------------
Mon Jun 19 06:02:41 UTC 2017 - coolo@suse.com
- updated to 0.9.13
see /usr/share/doc/packages/perl-PDF-Table/Changes
Version 0.9.13 Fixed issue #33 - Desislav Kamenov
-------------------------------------------------------------------
Mon May 23 12:24:37 UTC 2016 - coolo@suse.com
- updated to 0.9.12
see /usr/share/doc/packages/perl-PDF-Table/Changes
Version 0.9.12 - hotfix for failing tests - Desislav Kamenov
Version 0.9.11 Changes by contributors on GitHub - Keith Carangelo,
Mohammad S Anwar
3264342 Added cell_render_hook subroutine to create hyperlinks
0fb2e57 Fixed broken link to Rick Measham's tutorial.
8361ec3 Fixed new_page_func valid setting
38610ec Header alignment default should be column alignment
e3ec184 Added parameter checking in the method table().
- Added unit test t/table.t script.
a73e67f Proposed fix to the CPANTS error as below:
- Added standard unit test for MANIFEST file (t/manifest.t).
- Removed MYMETA.json, MYMETA.yml and Makefile (auto generated files)
- Added entry "t/manifest.t" to the MANIFEST file.
- Updated MANIFEST.SKIP file.
-------------------------------------------------------------------
Sat Oct 10 09:14:51 UTC 2015 - coolo@suse.com
- updated to 0.9.10
see /usr/share/doc/packages/perl-PDF-Table/Changes
Version 0.9.10 Changes by contributors on GitHub - azawawi, joenio
6fab323 Modernize hashbang #! to be more perlbrew friendly
58c36df Add relative link to Changes file
efaf173 Simple installation/development commmands
cfbcf48 More README.md simplification
a7889bc Fix README.md
43c2182 Fix warning: Useless use of greediness modifier '?' in regex
db4bc44 Fix #17, page parameter should be optional
f93ed16 "utf8" pragma solves issue with characters rendered wrong
e69524e fix script that test issue #15
5d5628f avoid warnind about use of greediness modifier
-------------------------------------------------------------------
Sun Jun 7 08:52:19 UTC 2015 - coolo@suse.com
- updated to 0.9.9
see /usr/share/doc/packages/perl-PDF-Table/Changes
-------------------------------------------------------------------
Sun Jan 22 17:15:48 CET 2012 - pascal.bleser@opensuse.org
- initial version (0.9.5)