Next | Query returned 112 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456)
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
   2014-06-11 02:44:01 by Amitai Schlair | Files touched by this commit (1)
Log message:
Recompute patch checksum for previous (since a comment was added to it).
   2014-06-11 00:38:48 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Fix linking against libxml2. Disable auto-configuration which uses
broken mix of linker and compiler invocation.
   2014-06-05 11:24:48 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix linkage.
The so was not linked against libxml2, breaking the module completely.

Bump PKGREVISION.
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2014-05-20 11:51:14 by OBATA Akio | Files touched by this commit (1)
Log message:
No direct dependencies on zlib and xz, those are came from libxml2.
   2014-05-19 02:23:35 by Blue Rats | Files touched by this commit (1)
Log message:
Needs zlib and xz when PREFER_PKGSRC=yes, seems.
   2014-05-03 14:37:21 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.0116

Upstream changes:
2.0116  2014-04-12
    - t/cpan-changes.t : minimum version of Test::CPAN::Changes.
        - This is to avoid test failures such as:
            - \ 
http://www.cpantesters.org/cpan/report/69ee1a2a-6c09-1014-be8f-3786912f2992

2.0115  2014-04-03
    - Fix double free when calling $node->addSibling with text nodes.
          - https://rt.cpan.org/Ticket/Display.html?id=94149
          - Thanks to Jeff Trout for the report.

2.0114  2014-04-03
    - Fix memory leaks and segfaults related to removal and insertion of
      DTD nodes.
        - https://rt.cpan.org/Ticket/Display.html?id=80521
    - Fix memory leak in $node->removeChildNodes

2.0113  2014-03-14
    - Fix test failures with older libxml2 versions.
        - https://rt.cpan.org/Ticket/Display.html?id=93852
        - Thanks to Nick Wellnhofer for the patch.
        - Thanks to the CPAN Testers for reporting this issue.

2.0112  2014-03-13
    - Fix segfaults when accessing attributes of DTD nodes
        - https://rt.cpan.org/Ticket/Display.html?id=71076
        - Thanks to Ralph Merridew for the report.
    - Make $schema->validate work with elements. This uses
      xmlSchemaValidateOneElement under the hood.
        - https://rt.cpan.org/Ticket/Display.html?id=93496
        - Thanks to Jeremy Marshall for the report.
    - Fix https://rt.cpan.org/Ticket/Display.html?id=93429 .
        - Thanks to Nick Wellnhofer for the report and test.
    - Apply patch to build with MSVC on Windows.
        - https://rt.cpan.org/Ticket/Display.html?id=90064
        - Thanks to Nick Wellnhofer for the investigation and the patch.

2.0111  2014-03-05
    - Skip t/40reader_mem_error.t with libxml2 < 2.7.4
      The failure is probably due to a known double-free bug.
        - https://rt.cpan.org/Ticket/Display.html?id=84564
        - https://bugzilla.gnome.org/show_bug.cgi?id=447899
        - Thanks to Nick Wellnhofer for the pull request.
    - Die if a file handle with an encoding layer returns more bytes
      than requested in parse_fh.
        - https://rt.cpan.org/Ticket/Display.html?id=78448
    - Make insertData, deleteData, replaceData work correctly with UTF-8
      strings.
    - Fix substringData
        - https://rt.cpan.org/Ticket/Display.html?id=88730
    - Fix "Threads still failing?" Bug report.
        - https://rt.cpan.org/Ticket/Display.html?id=91800
        - Thanks to Daniel for the bug report and a test case, and to
        YOREEK for the patch.

2.0110  2014-02-01
    - Add "use strict;" and "use warnings;" to all modules \ 
(CPANTS).
    - MIN_PERL_VERSION (CPANTS).
    - Add a LICENSE section to the POD (CPANTS).

2.0109  2014-01-31
    - Fix for requiring XML::LibXML inside two loops in perl-5.19.6 and up.
        - https://rt.cpan.org/Ticket/Display.html?id=92606
        - Thanks to Father Chrysostomos for the investigation, the test
        case, and the fix.
        - There are other ways to reproduce the bug, but the tests tests
        for a require inside two loops.

2.0108  2013-12-17
    - Replace local $^W with << no warnings 'portable'; >> in \ 
t/15nodelist.t
        - Should fix https://rt.cpan.org/Public/Bug/Display.html?id=88017
        - Thanks to "pagenyon" for the report.
    - Fix hash key typo in SAX/Builder.pm - "LocalName" was \ 
mis-capitalised.
        - https://rt.cpan.org/Public/Bug/Display.html?id=91433
        - Thanks to Thomas Berger for the report and for a reproducing
        testcase.
    - Convert from "use base" to the more modern "use parent".
   2013-11-30 11:07:36 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.0107

Upstream changes:
2.0107          Thu 31 Oct 09:12:03 IST 2013
    - Add a unique_key method for namespace objects.
        - \ 
https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/24/unique_key-method-for-namespace-objects/diff
        - Thanks to garfieldnate for the pull request.
    - Grammar fixes in the documentation.
        - https://rt.cpan.org/Ticket/Display.html?id=89718
        - Thanks to Gregor Herrman and the Debian Team
   2013-10-13 06:19:40 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.0106

Upstream changes:
2.0106          Tue 17 Sep 19:08:31 IDT 2013
    - Import croak from "use Carp;" to fix a missing croak definition.
        - https://rt.cpan.org/Ticket/Display.html?id=88624
    - Update Devel::CheckLib under "./inc" to 1.01 :
        - Should fix https://rt.cpan.org/Public/Bug/Display.html?id=81297

2.0105          Sat  7 Sep 20:18:06 IDT 2013
    - Pull some commits from Jason Mash (JRMASH) to add convenience methods
      to the XML::LibXML::NodeList module.
          - New method 'to_literal_delimited($separator)'
          - New method 'to_literal_list()'
    - Fix t/35huge_mode.t on libxml2 versions less than 2.7.0.
        - Fixes https://rt.cpan.org/Ticket/Display.html?id=88375
        - Thanks to Yuriy / YOREEK for the patch.
    - Add toStringC14N_v1_1() to XML::LibXML::Node.
        - Fixes https://rt.cpan.org/Public/Bug/Display.html?id=88254
        - Thanks to Ulrich for the report and for a patch of sorts.

Next | Query returned 112 messages, browsing 51 to 60 | Previous