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

History of commit frequency

CVS Commit History:


   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2014-10-01 12:50:58 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.09:

version 2.09: Sun Sep 14 18:12:08 CEST 2014

	Improvements:
	- documentation use consistent parameter casing
	- do not use '//' to support 5.8.*
	  rt.cpan.org#98664 [Paul]
   2014-09-07 14:16:03 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.08:

version 2.08: Fri Sep  5 15:29:52 CEST 2014

	Fixes:
	- fix test t/40mojo.t which mojo is not installed
	  rt.cpan.org#98639 [Chris]

	Improvements:
	- remove dependency on Scalar::Util
	- documentation fixes

version 2.07: Fri Sep  5 12:08:06 CEST 2014

	Fixes:
	- MIME::Type::equals() did cmp not eq

	Improvements:
	- new httpAccept() wth tests in t/21accept.t
	- new httpAcceptBest() and httpAcceptSelect() with tests
	  in t/22accbest.t
	- add MojoX::MIME::Types with tests in t/40mojo.t
	- now depends on List::Util and Scalar::Util
   2014-09-06 16:37:47 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 2.06:

version 2.06: Thu Aug 28 16:28:43 CEST 2014

	Improvements:
	- needed other file from broofa :(
	  rt.cpan.org#98308 [Lars Dɪᴇᴄᴋᴏᴡ]
	- fix scan of freedesktop definitions
	  rt.cpan.org #98385 [Russell Jenkins]

version 2.05: Wed Aug 27 09:43:03 CEST 2014

	Improvements:
	- rename ::Type::isAscii() into ::Type::isText()
	- add source table broofa
	  rt.cpan.org#98308 [Lars Dɪᴇᴄᴋᴏᴡ]
	- add source table freedesktop
	  rt.cpan.org#98309 [Lars Dɪᴇᴄᴋᴏᴡ]
	- update iana types
   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-02-06 12:58:17 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Updated mail/p5-MIME-Types to 2.04

version 2.04: Thu Sep 12 15:46:28 CEST 2013
	Fixes:
	- one more localize $_ in ::Types::_read_db()
	  rt.cpan.org#87856 [Gerda Shank]

version 2.03: Wed Sep  4 17:12:27 CEST 2013
	Improvements:
	- typo in docs, rt.cpan.org#88394 [Gregor Herrmann, Debian]
	- require perl 5.8.8, because <:encoding [cpantesters]
	- updated IANA
	- a bit more DESCRIPTION

version 2.02: Sun Aug 18 12:49:23 CEST 2013
	Fixes:
	- localize DB and $_ in ::Types::_read_db()
	  rt.cpan.org#87856 [Gerda Shank]
   2013-08-13 18:04:28 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.01

Upstream changes:
version 2.01: Sat Aug  3 01:07:27 CEST 2013
	Improvements:
	- add dummy ::Types::create_type_index() because
	  Catalyst-Plugin-Static-Simple calls it :(

version 2.00: Fri Aug  2 17:44:53 CEST 2013
	Changes:
	- the mime information is now collected from various sources, amongst
	  them IANA.  Therefore, some types may use different x-'s
	  #types up from 995 to 2096
	- a separate table is built for the extension-to-type mapping.
	  #exts  up from 734 to 1425
	- the memory foot-print and start-up speed should have improved
	  considerably.

	Improvements:
	- added bin/collect_types
	- 3 typos. rt.cpan.org#86847 [D Steinbrunner]
	- add ::Type::isVendor(), ::isExperimental(), ::isPersonal on request
	  by rt.cpan.org#87062 [Lars]
	- cleaned-up Exporter syntax of (very) old interface.
	- added ::Types::listTypes()

version 1.38: Fri Jan 11 09:58:08 CET 2013
	- add application/vnd.ms-excel.template.macroEnabled.12 and five
	  related from http://filext.com/faq/office_mime_types.php
	  rt.cpan.org#82616 [M Jemmeson]

version 1.37: Fri Dec 21 11:33:53 CET 2012:
	- all mime.types files agree that perl scripts should use
	  application/x-perl.  Hence removed text/x-perl
	  rt.cpan.org#82100 [Kent Fredric]

version 1.36: Wed Oct 31 20:34:42 CET 2012
	- xlsx and friends had encoding 'binary' (since version 1.30),
	  but should have been 'base64'
	  rt.cpan.org#80529 [Douglas Wilson]
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2012-10-22 00:08:45 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.35:

version 1.35:
	- added video/webm and audio/webm, although not (yet) IANA registered.
	  [Kurian Jose Aerthail]

version 1.34: Thu Jan 12 11:16:07 CET 2012
	- subType() did not handle subType's with '+' in them.
	  [Roman V. Nikolaev]

version 1.33: Thu Jan 12 08:46:05 CET 2012
	- all openxmlformats are binary [Beverly Wang]
	- mediaType() and subType() did not handle subType's with dots
	  in them correctly. [Roman V. Nikolaev]

version 1.32: Thu Aug 18 23:30:25 CEST 2011
	- explain how to use MIME::Types in mod_perl, after complains
	  from [Steve Simms], [Nicolas Mendoza], [Yves Orton] and
	  [Hans Dieter Pearcey]
	- when you do not read the documentation about mod_perl/fork,
	  then it will work as ever but still inefficient.

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