r27536 - in /trunk/libmime-types-perl: ChangeLog META.yml Makefile.PL debian/changelog 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:52:32 UTC 2008


Author: gregoa
Date: Sun Nov 30 17:52:26 2008
New Revision: 27536

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27536
Log:
New upstream release.

Modified:
    trunk/libmime-types-perl/ChangeLog
    trunk/libmime-types-perl/META.yml
    trunk/libmime-types-perl/Makefile.PL
    trunk/libmime-types-perl/debian/changelog
    trunk/libmime-types-perl/lib/MIME/Type.pm
    trunk/libmime-types-perl/lib/MIME/Type.pod
    trunk/libmime-types-perl/lib/MIME/Types.pm
    trunk/libmime-types-perl/lib/MIME/Types.pod

Modified: trunk/libmime-types-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/ChangeLog?rev=27536&op=diff
==============================================================================
--- trunk/libmime-types-perl/ChangeLog (original)
+++ trunk/libmime-types-perl/ChangeLog Sun Nov 30 17:52:26 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: trunk/libmime-types-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/META.yml?rev=27536&op=diff
==============================================================================
--- trunk/libmime-types-perl/META.yml (original)
+++ trunk/libmime-types-perl/META.yml Sun Nov 30 17:52:26 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: trunk/libmime-types-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/Makefile.PL?rev=27536&op=diff
==============================================================================
--- trunk/libmime-types-perl/Makefile.PL (original)
+++ trunk/libmime-types-perl/Makefile.PL Sun Nov 30 17:52:26 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: trunk/libmime-types-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/debian/changelog?rev=27536&op=diff
==============================================================================
--- trunk/libmime-types-perl/debian/changelog (original)
+++ trunk/libmime-types-perl/debian/changelog Sun Nov 30 17:52:26 2008
@@ -1,5 +1,6 @@
-libmime-types-perl (1.24-2) UNRELEASED; urgency=low
+libmime-types-perl (1.25-1) UNRELEASED; urgency=low
 
+  * New upstream release.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
 

Modified: trunk/libmime-types-perl/lib/MIME/Type.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Type.pm?rev=27536&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Type.pm (original)
+++ trunk/libmime-types-perl/lib/MIME/Type.pm Sun Nov 30 17:52:26 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: trunk/libmime-types-perl/lib/MIME/Type.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Type.pod?rev=27536&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Type.pod (original)
+++ trunk/libmime-types-perl/lib/MIME/Type.pod Sun Nov 30 17:52:26 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: trunk/libmime-types-perl/lib/MIME/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Types.pm?rev=27536&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Types.pm (original)
+++ trunk/libmime-types-perl/lib/MIME/Types.pm Sun Nov 30 17:52:26 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: trunk/libmime-types-perl/lib/MIME/Types.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Types.pod?rev=27536&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Types.pod (original)
+++ trunk/libmime-types-perl/lib/MIME/Types.pod Sun Nov 30 17:52:26 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