r27534 - in /branches/upstream/libmime-types-perl/current: ChangeLog META.yml Makefile.PL lib/MIME/Type.pm lib/MIME/Type.pod lib/MIME/Types.pm lib/MIME/Types.pod

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 30 17:51:26 UTC 2008


Author: gregoa
Date: Sun Nov 30 17:51:23 2008
New Revision: 27534

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27534
Log:
[svn-upgrade] Integrating new upstream version, libmime-types-perl (1.25)

Modified:
    branches/upstream/libmime-types-perl/current/ChangeLog
    branches/upstream/libmime-types-perl/current/META.yml
    branches/upstream/libmime-types-perl/current/Makefile.PL
    branches/upstream/libmime-types-perl/current/lib/MIME/Type.pm
    branches/upstream/libmime-types-perl/current/lib/MIME/Type.pod
    branches/upstream/libmime-types-perl/current/lib/MIME/Types.pm
    branches/upstream/libmime-types-perl/current/lib/MIME/Types.pod

Modified: branches/upstream/libmime-types-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/ChangeLog?rev=27534&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/ChangeLog (original)
+++ branches/upstream/libmime-types-perl/current/ChangeLog Sun Nov 30 17:51:23 2008
@@ -6,6 +6,14 @@
 **** Inform Austin Ziegler < mime-types at halostatue.ca> at each release, to
 **** update his Ruby port of the module.
 
+version 1.25: Sat Nov 29 15:00:20 CET 2008
+
+	- added application/jsoni
+	  rt.cpan.org #36812 [Christopher H. Laco]
+
+	- added text/x-component
+	  rt.cpan.org#41293 [Stephen Steneker]
+
 version 1.24: Fri May 23 09:43:28 CEST 2008
 
 	- message/rfc822 relates to .eml [Jonas Liljegren]
@@ -57,8 +65,8 @@
 
 	- [Islue Hu] audio/3gpp2 and video/3gpp2
 
-	- [Stephen Steneken] application/octet-stream += dmg, so, dll
-	  and videa/x-flv.
+	- [Stephen Steneker] application/octet-stream += dmg, so, dll
+	  and video/x-flv.
 
 version 1.17: Sun Aug 13 10:32:37 CEST 2006
 

Modified: branches/upstream/libmime-types-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/META.yml?rev=27534&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/META.yml (original)
+++ branches/upstream/libmime-types-perl/current/META.yml Sun Nov 30 17:51:23 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                MIME-Types
-version:             1.24
+version:             1.25
 abstract:            Definition of MIME types
 license:             perl
 author:              

Modified: branches/upstream/libmime-types-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/Makefile.PL?rev=27534&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/Makefile.PL (original)
+++ branches/upstream/libmime-types-perl/current/Makefile.PL Sun Nov 30 17:51:23 2008
@@ -4,7 +4,7 @@
 
 WriteMakefile
   ( NAME      => 'MIME::Types'
-  , VERSION   => '1.24'
+  , VERSION   => '1.25'
   , PREREQ_PM =>
     { Test::More => 0.47
     , Test::Pod  => 1.00

Modified: branches/upstream/libmime-types-perl/current/lib/MIME/Type.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/lib/MIME/Type.pm?rev=27534&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/lib/MIME/Type.pm (original)
+++ branches/upstream/libmime-types-perl/current/lib/MIME/Type.pm Sun Nov 30 17:51:23 2008
@@ -1,10 +1,10 @@
 # Copyrights 1999,2001-2008 by Mark Overmeer.
 #  For other contributors see ChangeLog.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.04.
+# Pod stripped from pm file by OODoc 1.05.
 package MIME::Type;
 use vars '$VERSION';
-$VERSION = '1.24';
+$VERSION = '1.25';
 
 
 use strict;

Modified: branches/upstream/libmime-types-perl/current/lib/MIME/Type.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/lib/MIME/Type.pod?rev=27534&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/lib/MIME/Type.pod (original)
+++ branches/upstream/libmime-types-perl/current/lib/MIME/Type.pod Sun Nov 30 17:51:23 2008
@@ -270,8 +270,8 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 1.24,
-built on May 23, 2008. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.25,
+built on November 29, 2008. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 

Modified: branches/upstream/libmime-types-perl/current/lib/MIME/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/lib/MIME/Types.pm?rev=27534&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/lib/MIME/Types.pm (original)
+++ branches/upstream/libmime-types-perl/current/lib/MIME/Types.pm Sun Nov 30 17:51:23 2008
@@ -1,11 +1,11 @@
 # Copyrights 1999,2001-2008 by Mark Overmeer.
 #  For other contributors see ChangeLog.
 # See the manual pages for details on the licensing terms.
-# Pod stripped from pm file by OODoc 1.04.
+# Pod stripped from pm file by OODoc 1.05.
 
 package MIME::Types;
 use vars '$VERSION';
-$VERSION = '1.24';
+$VERSION = '1.25';
 
 
 use strict;
@@ -242,6 +242,7 @@
 application/iotp
 application/ipp
 application/isup
+application/json		json				8bit
 application/javascript		js				8bit
 application/mac-binhex40	hqx				8bit
 application/macwriteii
@@ -899,6 +900,7 @@
 text/vnd.wap.wml			wml
 text/xml-external-parsed-entity
 text/xml
+text/x-component			htc				8bit
 text/x-setext				etx
 text/x-sgml				sgml,sgm			8bit
 text/x-vCalendar			vcs				8bit

Modified: branches/upstream/libmime-types-perl/current/lib/MIME/Types.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/lib/MIME/Types.pod?rev=27534&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/lib/MIME/Types.pod (original)
+++ branches/upstream/libmime-types-perl/current/lib/MIME/Types.pod Sun Nov 30 17:51:23 2008
@@ -178,8 +178,8 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 1.24,
-built on May 23, 2008. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.25,
+built on November 29, 2008. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 




More information about the Pkg-perl-cvs-commits mailing list