[Pkg-owncloud-commits] [owncloud] 146/205: Adding BPG media type

David Prévot taffit at moszumanska.debian.org
Thu Jul 2 17:37:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 158c5b5e47b11278a5344629bd3e3c50a152d9c6
Author: Olivier Paroz <github at oparoz.com>
Date:   Fri Jun 26 19:22:12 2015 +0200

    Adding BPG media type
---
 lib/private/mimetypes.list.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php
index 5f222cb..2ed88ef 100644
--- a/lib/private/mimetypes.list.php
+++ b/lib/private/mimetypes.list.php
@@ -45,6 +45,7 @@ return array(
 	'blend' => array('application/x-blender', null),
 	'bin' => array('application/x-bin', null),
 	'bmp' => array('image/bmp', null),
+	'bpg' => array('image/bpg', null),
 	'cb7' => array('application/x-cbr', null),
 	'cba' => array('application/x-cbr', null),
 	'cbr' => array('application/x-cbr', null),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list