summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorMichiel Beijen <michiel.beijen@gmail.com>2016-11-27 09:50:59 +0100
committerMichiel Beijen <michiel.beijen@gmail.com>2016-11-27 10:57:54 +0100
commit53c2f3e34501fbfe619e4d4c32c9ca030ca66f4c (patch)
treef0b4138e183e098095d85379c43339f88fc6cccd /Changes
parentfbdc913448d7c934ccd8734dec333d0c3c22d998 (diff)
Release engineering for 0.28
Diffstat (limited to 'Changes')
-rw-r--r--Changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5f5c636..b72fe7c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,15 @@ Revision history for Perl extension File::MimeInfo.
Versions up to 0.15 by Jaap Karssenberg <pardus@cpan.org>
Versions starting 0.16 by Michiel Beijen <michiel.beijen@gmail.com>
+0.28 2016-11-27
+ - Follow the current mime-apps-spec (fixes #8, #20)
+ The current version of the mime-apps spec locates the per-user defaults
+ file in `$XDG_CONFIG_HOME/mimeapps.list`. Use that location, and fall
+ back to the per-system and distribution defaults as specified, with the
+ previous legacy defaults file as a final fallback.
+ Fix by Patrick Burroughs (Celti)
+ - POD clarifications by Nitish Bezzala
+
0.27 2015-02-23
- Allow to use mimeinfo on a Path::Tiny object. Reported by Smylers.
- Misspelled NoDisplay attribute in .desktop file.