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

History of commit frequency

CVS Commit History:


   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-01-26 15:17:08 by Ulrich Habel | Files touched by this commit (2)
Log message:
Updated to 0.46

ChangeLog:
  v0.46 (released 2012/01/11):
    *   improvements

        HTTP::DAV should now be working with more WebDAV servers.

        We are more flexible in what content types we consider to be XML.
        Thanks Ron1 and Adam for the feedback and patches.

  v0.45 (released 2011/09/18):
    *   bug fixes

          - Fixed RT #69439 (http://rt.cpan.org/Public/Bug/Display.html?id=69439),
            insecure /tmp files handling in dave client.

    *   improvements

          - Added -tmpdir option to dave client.
          - Reorganized distribution layout to match usual CPAN practice
          - Removed remains of svn-era ($Id and such...)

  v0.44 (released 2011/06/19):
    *   bug fixes

          - Fixed RT #68936 (http://rt.cpan.org/Public/Bug/Display.html?id=68936),
            Fixed errors() method that would bomb out when the \ 
"_errors" attribute
            wasn't initialized. Thanks to Michael Lackoff for reporting.

  v0.43 (released 2011/04/12):
    *   bug fixes

          - Fixed RT #38677 (http://rt.cpan.org/Public/Bug/Display.html?id=38677),
            Intercept correctly 405 (Method now allowed) errors and report them
            to the clients.

  v0.42 (released 2010/11/07):
    *   bug fixes

          - Fixed RT #60457 (http://rt.cpan.org/Public/Bug/Display.html?id=60457),
            Added and documented possibility to pass your own custom HTTP headers.
          - Fixed errors in the code examples in the synopsis.
   2011-08-14 18:06:13 by OBATA Akio | Files touched by this commit (268)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2011-07-03 13:31:55 by Guillaume Lasmayous | Files touched by this commit (1)
Log message:
Check-interpreter fix.
   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-08-17 08:07:48 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-HTTP-DAV from 0.40 to 0.41

Upstream changes:
  v0.41 (released 2010/07/24):
    *   bug fixes
	  - Fixed RT #59674 (http://rt.cpan.org/Public/Bug/Display.html?id=59674),
	    When SSL support is needed but not installed, a more specific
            error messages is now displayed, instead of "not DAV enabled or not
	    accessible".
   2010-03-15 20:19:12 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-HTTP-DAV from 0.38 to 0.40

pkgsrc changes:
- Adjust license definition

Upstream changes:
  v0.40 (released 2010/01/27):
    *   bug fixes
	  - Fixed RT #47500 (http://rt.cpan.org/Public/Bug/Display.html?id=47500),
            HTTP::DAV::Comms->credentials() method erroneously autovivified
            basic authentication internal values, causing wrong or undefined
            credentials to be sent out, or credentials to be "forgot" \ 
by HTTP::DAV.
		Thanks to stoian.iovchev at imperia.bg and Glenn Fowler for their
		feedback on this.

  v0.39 (released 2009/12/12):
    *   bug fixes
          - Fixed RT #52665 (http://rt.cpan.org/Public/Bug/Display.html?id=52665),
            Using dave or propfind() on URLs containing escaped chars (%xx) \ 
could fail,
            due to upper/lower case differences. Thanks to cebjyre for the patch
            and the test case.
   2009-06-14 22:25:50 by Jens Rehsack | Files touched by this commit (2)
Log message:
pkgsrc changes:
  - Updating package of p5 module HTTP::DAV from 0.35 to 0.38
  - Setting license to explicit 'gnu-gpl-v2 # OR artistic' as specified
    in module's documentation

Upstream changes:
  v0.38 (released 2009/06/09):
    *   bug fixes
          - Fixed RT #14506 (http://rt.cpan.org/Public/Bug/Display.html?id=14506),
            about the missing get_lastresponse() method. It was a documentation bug.
          - Fixed RT #29788 (http://rt.cpan.org/Public/Bug/Display.html?id=29788),
            avoid file corruptions on Win32 when calling HTTP::DAV::get() method.
          - Fixed RT #31014 (http://rt.cpan.org/Public/Bug/Display.html?id=31014),
            probably already in v0.34, since it seems related to propfind() \ 
"depth" bug.

  v0.37 (released 2009/03/24):
    *   bug fixes
          - Fixed RT #44409 (http://rt.cpan.org/Public/Bug/Display.html?id=44409),
            Small bug in HTTP::DAV::put(). Passing a reference as local content \ 
resulted
                in the "SCALAR(0x12345678)" being logged instead of \ 
the real scalar.

  v0.36 (released 2009/02/25):
    *   bug fixes
          - Fixed RT #19616 (http://rt.cpan.org/Public/Bug/Display.html?id=19616),
            LWP::UserAgent::redirect_ok() is not changed anymore. We're subclassing
            it from HTTP::DAV::UserAgent and overriding redirect_ok() there.
          - Fixed RT #42877 (http://rt.cpan.org/Public/Bug/Display.html?id=42877),
            HTTP::DAV::UserAgent::credentials() has been modified to behave like
            LWP::UserAgent::credentials(), otherwise basic authentication breakages
            can occur.
          - Fixed a problem with C<-depth> argument to \ 
C<HTTP::DAV::propfind()> that
            could lead to massive performance degradation, especially when running
                C<propfind()> against large folders.
                C<-depth> was set to 1 even when passed as zero.
   2008-12-13 00:11:13 by Havard Eidnes | Files touched by this commit (2) | Package updated
Log message:
Update from version 0.31nb6 to 0.35.

Pkgsrc changes:
 o Add commented-out additional HOMEPAGE using search.cpan.org
 o Adjust dependencies in accordance with updated requirements

Upstream changes:

 v0.35 (released 2008/11/03):
    *   bug fixes
	  - Fixed RT #40318
	    (http://rt.cpan.org/Public/Bug/Display.html?id=40318),
	    about getting single or multiple files directly to
	    \*STDOUT.

  v0.34 (released 2008/09/11):
    *   bug fixes
	  - Fixed RT #39150
	    (http://rt.cpan.org/Public/Bug/Display.html?id=39150),
	    about downloading multiple files in the same directory.

  v0.33 (released 2008/08/24):
    *   documentation
	  - Clearly state that opera software asa is now co-maintainer
	    of http::dav
          - Fixed various inconsistencies in the v0.32 documentation

  v0.32 (released 2008/08/24):
    *   incompatibilities
	 - Now HTTP::DAV requires Perl 5.6.0+ and Scalar::Util
	   (core in 5.8.x).

    *   bug fixes
	 - Now HTTP::DAV objects are correctly released from memory
	   when they go out of scope. Now it should be possible to
	   use multiple instances of HTTP::DAV even in long-running
	   processes.

	   Was caused by circular references between HTTP::DAV and
	   HTTP::DAV::Resource.
   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=...").

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