Next | Query returned 46 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-02-23 12:21:55 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating math/p5-Spreadsheet-WriteExcel from 2.36 to 2.37

Upstream changes:
2.37 February 2 2010 - Minor
    + Added set_chartarea() and set_plotarea() methods to set
      chart and plot background colours and border lines.
    ! Fixed bug where embedded charts gave "Data may be lost"
      warning. Reported by Andreas Strobitzer.
    ! Fixed issue where set_properties() didn't work with ::Big.
      Marked ::Big as deprecated in the docs in favour of using
      Spreadsheet::WriteExcel directly. Removed WorkbookBig.pm.
   2010-01-25 23:19:39 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update p5-Spreadsheet-WriteExcel from version 2.35 to version 2.36.

Pkgsrc changes:
- Adjust dependencies.

Upstream changes:
2.36 January 21 2010 - Minor

   ! Fix for bug that gave a name conflict error for repeat rows and
     autofilters in some non-English versions of Excel.
     http://rt.cpan.org/Public/Bug/Display.html?id=38099

   ! Fixed tab selection for Charts.

   + Added xl_range_formula() to Spreadsheet::WriteExcel::Utility to
     help with creating chart ranges. Added example to Chart docs.

   + Added set_legend() method with initial legend formatting options.

   + Documented Worksheet methods that are applicable to Charts.
   2010-01-20 16:14:36 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.35:

2.35 January 10 2010 - Major

    + Added support for Stock charts.

    + Added support for Scatter charts.

    + Improved Pie chart examples.

2.34 January 8 2010 - Major

    + Added support for Pie charts.

    ! Re-added index.html in docs dir for Debian (and others).
      http://rt.cpan.org/Public/Bug/Display.html?id=53346

    ! Fix for incorrectly encoded string result in repeat_formula().

2.33 January 3 2010 - Major

    + Added support for embedded charts. See insert_chart().

2.32 December 31 2009 - Major

    + Added support for native charts. See Charts.pm.
      Column, Bar, Line and Area charts supported.

    ! Fixed Apache2::Const vars in mod_perl2.pl example.
      Thanks to Ryan Perry.

2.31 December 10 2009 - Minor

    ! Fixed resources in Makefile.PL.

    ! Updated screenshots of example programs.

2.30 November 25 2009 - Minor

    ! Updated Pod generator to include screenshots of example programs.

2.29 November 25 2009 - Minor

    ! Made version 0.19 of OLE::Storage_Lite a prerequisite to avoid
      issues when using set_properties with Win 7 or Gnumeric.

2.28 November 22 2009 - Minor

    ! Fix to NAME section in Example.pm to get CPAN to generate pod docs
      for it.

2.27 November 21 2009 - Minor

    + Added autogenerated Examples.pm.

2.26 November 13 2009 - Minor

    + Beta release of defined names.

    ! Fix for fuzzy images issue reported by Todd Eigenschink.
    + Added 25_position_object.t tests to cover above issue.

    ! Fixed bug where file size wasn't found for progressive JPEGs.
      Reported by Yamashita Junji and Bruce Anderson II.

    + Added set_country() method.

    ! Fix for UTF8 strings passed to write_url().
      Reported by Jon Schutz.
      http://rt.cpan.org/Public/Bug/Display.html?id=41048

    ! Fixed very minor issue with unitialised value for top
      border colour in formats. Reported by Franz Fasching.
   2008-11-18 07:11:01 by Havard Eidnes | Files touched by this commit (2)
Log message:
Updated from version 2.23nb1 to 2.25.

Upstream changes:

2.25 September 9 - Minor

    + Fix for set_properties() bug due to 5.10/5.8 UTF-8 differences.
    + Fix for failing tests due to localtime() issues.

2.24 September 6 - Minor

    + Added set_properties() method to set document properties.
      Added test suite and example.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-08-17 14:58:29 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update from version 2.22 to 2.23.  Changes:

2.23 August 10 2008 - Major

    + Added Excel data validation with examples and test suite.
   2008-07-27 20:33:55 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update from version 2.21 to 2.22.  Changes:

2.22 July 19 2008 - Minor Beta

    + Added JPEG support.

    + Added 29_process_jpg.t test for jpg dimension processing.

    + Turned off compatibility_mode() in Spreadsheet::WriteExcel::Big
      which was on by accident.

    + Added "Warning about Office Service Pack 3" section to the
      docs to explain Excel warnings with duplicate data.

    + Expanded "Dates and Time in Excel" section of the docs.

    + Added isa() to _process_images() to allow subclassing.
      Reported by David Worenklein.
   2008-06-22 19:08:54 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update from version 2.18 to 2.21.  Changes:

2.21 March 9 2008 - Major

    ! Fixed bug where UTF-8 strings in formulas weren't handled.
      Thanks Sergey Zhuravlev.
      http://rt.cpan.org/Public/Bug/Display.html?id=30368

    ! Fixed collapse outlines compatibility with Gnumeric
      and OpenOffice.org.
      Reported by Barrie Slaymaker.
      http://rt.cpan.org/Public/Bug/Display.html?id=33662

    + Added outline_collapsed.pl example.

    + Added document section about rewriting Excel files.

    + Minor security fix to Format to avoid eval and
      additional fix for RT 24218.
      Thanks to Bram.

    + Added increased compatibility with third party
      Excel reading applications such as POI.

    + Added optional compatibility_mode() to fix problems
      that can occur with Office SP3.

    + Fixed compatibility problem with Google Docs.

    + Added set_start_page() method for setting the start page
      number when printing.

2.20 October 6 2007 - Major

    + Added autofilter() and filter_column() method and
      autofilter.pl example.

    + Added embed_chart() method to allow extracted chart
      templates to be embedded in a worksheet.
      Added demo4.pl and demo5.pl examples.

    + Added the insert_image() method and proper Excel 97
      style image handling for PNG and BMP.
      Images now work with Gnumeric and OpenOffice.
      insert_bitmap() is now deprecated.

    ! Made pane split optional when calling freeze_panes().
      Also renamed thaw_panes() as split_panes(). The old
      method name is still available, but deprecated.

    ! Renamed write_unicode() and write_unicode_le() methods
      to the more explicit write_utf16be_string() and
      write_utf16le_string(). The old method names are
      still available, but deprecated.

2.19 June 14 2007 - Major

    + Beta testing only. Not released to CPAN.
   2008-02-07 22:31:48 by Klaus Heinz | Files touched by this commit (1)
Log message:
The package supports installation to DESTDIR.
A compiler is not necessary.

Next | Query returned 46 messages, browsing 21 to 30 | Previous