Next | Query returned 61 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2008-11-22 01:49:34 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update from version 1.33nb1 to 1.37.

Upstream changes:

1.37 - November 18, 2008
    - Extracted the common parts of parse() and parsefile() into one
    method (Refactoring - Shlomi Fish)
    - Incorporated a modified version of a patch from Simon Wistow to
    add support for the "xml:base" attribute.
    - Renamed t/items-are-0.t into the more descriptive
    t/test-generated-items.t , to highlight its significance and make
    it easier to notice.
    - Enabled backwards-compatibility mode for the "description" item
    to not become a hash-ref by default if xml:base is specified.

1.36 - October 7, 2008
    - ->parse() now explicitly returns $self.
        - http://rt.cpan.org/Public/Bug/Display.html?id=34914
    - ->parsefile() now explicitly returns $self.
        - http://rt.cpan.org/Public/Bug/Display.html?id=34914
    - Applied a patch to change the RSS-0.91 DTD URL from my.netscape.com
    to rssboard.org:
        - http://rt.cpan.org/Ticket/Display.html?id=39780
    - Reformatted the Changes file to standardize on 4-space-indents.
    - Small documentation patch: (add_item with dc:date)
        - http://rt.cpan.org/Ticket/Display.html?id=39780

1.35 - September 13, 2008
    - Added a Module::Build-based Build.PL so we'll have an easier time
    with the META.yml and the Kwalitee.
    - Kwalitee - added "use warnings" to all Perl files.
        - now depending on at least perl-5.6.0.
    - Kwalitee - fixed the "use" statement of
    "Test::Run::CmdLine::Iface" to a runtime require.

1.34 - September 12, 2008
    - fixed a typo in the documentation of lib/XML/RSS.pm -
    "regardless" instead of "regarless".
        - http://rt.cpan.org/Public/Bug/Display.html?id=37916
        - (Reported by Reuben Thomas, Fixed by Shlomif).
    - fixed a code fragment - pop() instead of shift() for older
    items, and while() instead of if():
        - http://rt.cpan.org/Public/Bug/Display.html?id=39231
        - (Reported by Dave, Fixed by Shlomif).
   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-06-22 19:27:44 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update from 1.32 to 1.33.  Changes:

1.33 - June 8, 2008
       - Allowed the end-user to customise the _encode() routine in
       XML::RSS::Private::Output::Base from XML::RSS using the
       encode_cb key.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2008-04-16 15:34:03 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 1.32:

1.32 - February 8, 2008
       - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25336 :
           - made sure the namespace specified elements can have a hash
           as a value in which case they'll be outputted as a standalone tag
           with attributes.
       - Fixed http://rt.cpan.org/Ticket/Display.html?id=25368 :
           - changed pop() to shift() to remove the oldest item in the
           example in lib/XML/RSS.pm, per the comments in the bug report.
       - Fixed http://rt.cpan.org/Ticket/Display.html?id=24329#txn-296761 :
           - updated the URLs for information about RSS mentioned under
           "=head1 DESCRIPTION", based on a Google search.
           - (Shlomi Fish)
       - Fixed http://rt.cpan.org/Ticket/Display.html?id=33001 :
           - made sure that isPermalink is true if and only if the isPermalink
           attribute is "true". Not if it is non-existent, etc.
           - this modified the behaviour of the module.
   2007-10-27 14:34:41 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.31:

1.31 - June 29, 2007
       - Fixed the save() function to handle perl-5.6.x (and possibly below)
         where the ":encoding(...)" filehandle are not available \ 
(Shlomi Fish)

1.30 - June 18, 2007
       - Same as 1.29_02 (from February 23, 2007)
       - Removed some methods that were not used.
       - Added more tests to increase the test coverage.
       - Fixed a bug where prefixes could be specified with invalid characters
         because there was a range (.-_) instead of three individual
         characters (.\-_).
       - Many files were left in the distribution or Subversion repository
         that were executable but need not be. Made them non-executable.
       - Clean up examples/ directory and move generated files out of t/
       - isPermaLink / guid fixes (RT#23983, Shlomi)
       - increased the test coverage of XML::RSS up to 100%. (Shlomif)
       - SECURITY BUG FIX: eliminated a markup injection vulnerability in the
         taxo:topics output of RSS 1.0. (Shlomif)
       - Moved the append function, which is unused and cannot be effectively
         used, out of the main module and into the rejects directory inside
         the repository (but outside the module). (Shlomif)
       - Added POD for full POD coverage. (Shlomif)
       - Several other bug fixes. (Shlomif)
       - Heavy refactoring of the code. (Shlomif)
       - perltidy configuration file; run perltidy on XML::RSS (and
         intentionally not on the tests) (ABH).
       - Removed the remaining tab characters. (Shlomif)
       - Fixed a bug in one of the tests. (Shlomif)
       - Converted the rendering processes of the various RSS versions to
         one class per RSS version and applied the "Convert Conditionals
         to Polymorphism" refactoring. (Shlomif)
       - Removed the languages hash which was completely unused. (Shlomif)
       - Converted the parsing routines to be methods of XML::RSS to increase
         modularity. XML::RSS no longer inherits from XML::Parser. (Shlomif)
       - Extracted several methods from the parsing stage. (Shlomif)
       - Added a regression test to
         https://rt.cpan.org/Ticket/Display.html?id=24742   (Shlomif)
       - Tweaked the Makefile.PL Test::Run integration according to:
         http://www.nntp.perl.org/group/perl.qa/2006/11/msg7400.html
         (Shlomif)
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-02-18 04:14:19 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.22:

1.22 - December 17th, 2006
       - Fix XML::Feed compatability. Make sure $item->{content} is always setup
         (broke in 1.20, RT#23822, Shlomi, Andreas J. Koenig)
       - Fix the tests to work on Win32 (RT#23752, Shlomi, Kenichi Ishigaki)
       - make add_module work for both RSS 1.0 and 2.0 (RT#16191,
         RT#18907, RT#13209, Ben Trott, Ivan Willis)
       - Fixed the problem with a version => "2.0" RSS not parsing \ 
correctly
         the namespaced elements in a RSS 1.0 feed (in RT#23822, Shlomi)
       - Channel->{link | textInput} (sic) property mapping in RSS 2.0
         (RT#9862, Shlomi / chatiman)
       - Don't fail the tests if Test::Pod::Coverage is missing
         (reported by Andreas J. Koenig)

1.21 - December 5th, 2006
       - Support inserting a XSL stylesheet URL into the XML output
         (RT#11569, Jason A. Smith, Shlomi Fish)
       - Remove empty lines in the test_manifest - some versions of
         Test::Manifest doesn't do the right thing with
         those. (RT#23678, Hugo van der Sanden)
       - Add Pod::Coverage tests
       - More Date Conversion (Shlomi)
       - Fix for a Markup Injection Vulnerability (RT#23435, Shlomi)

1.20 - November 10th, 2006
       - Value for $XML::RSS::modules gets destroyed (RT#18755, Shlomi)
         - Note that YOU CAN NO LONGER USE $XML::RSS::modules, you
           have to use the add_modules call as documented!
       - encode generates warnings for undefined text (RT#13523, Mark Stosberg)
       - Missing last build date value in RSS 2.0 (RT#19417)
       - renamed the internal encode method to _encode
       - RSS 2.0 spec allows omission of title from entry (RT#18817,
         test from Shlomi)
       - Can't create "0" values in optional items (RT#11415, based on
         patch from Shlomi - thanks!)
       - Remove the executable bit from Makefile.PL
       - Add test to test regression of CPAN RT#5438 (Shlomi)
       - More tests...

1.12 - October 25, 2006
       - Add more tests
       - make sure META.yml is correctly generated
       - Fix enclosure parsing (RT#7920, Tatsuhiko Miyagawa)
       - Incorrect entity encoding in XML output (RT#22467, reported by Stephen Hall)

1.11 - October 19, 2006
       - use HTML::Entities instead of the "homegrown" entity encoding code
       - Minor doc fix (David Steinbrunner)
       - Fix encoding of the > char, added tests (RT#19420, Shlomi Fish)
       - XML::RSS ignores output encoding (RT#11124, RT#7343, test
         failures on win32, Vaclav Haisman, Steve Peters)
       - encoding of source element (RT#2285)
       - use base instead of @ISA
       - Thanks to Shlomi Fish for helping sorting through the RT queue!
   2006-07-20 00:44:36 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.10:

1.10 - March 11, 2006
       - Module (for now) maintained by Ask Bjoern Hansen
       - Fixed category output in RSS 2.0 (RT#17303, Yasuhiro Onishi)
       - Update documentation with new Subversion server and bug tracking
       - Clean up distribution (tests, Makefile.PL, file locations, ...)
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Next | Query returned 61 messages, browsing 41 to 50 | Previous