diff options
author | Bastien Nocera <hadess@hadess.net> | 2007-04-18 09:47:59 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2007-04-18 09:47:59 +0000 |
commit | 45628090b9357f247a4e35bc99f5b37e968727c2 (patch) | |
tree | 1cce08cb66323b0e10988cfdbc469e401fde0295 | |
parent | d91eef714536bd81ccad0328db122a2cf874cece (diff) |
2007-04-18 Bastien Nocera <hadess@hadess.net>Release-0-21
* NEWS: upd
* configure.in: 0.21
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 33 insertions, 1 deletions
@@ -1,3 +1,10 @@ +=== shared-mime-info 0.21 === + +2007-04-18 Bastien Nocera <hadess@hadess.net> + + * NEWS: upd + * configure.in: 0.21 + 2007-04-13 Bastien Nocera <hadess@hadess.net> * freedesktop.org.xml.in: Correct the magic for RTSPtext metalinks @@ -1,3 +1,28 @@ +shared-mime-info 0.21 (2007-04-18) +* Mime-type Changes: +- Add *.m2t as a pattern for MPEG-2 files +- Add comments for the XMCD database and ARC mime-types +- Fix comments for Adobe FrameMaker documents +- Make application/m3u an alias for audio/x-mpegurl +- Make audio/x-mpeg an alias for audio/mpeg +- Add XPS to the mime-types +- Fix RealVideo documents mime-types +- Make application/x-shared-library-la a subclass of text/plain +- Add TNEF to the mime-types +- Add PAK archive to the mime-types +- Add PSF, miniPSF, PSFlib, and gzipped PSF fonts to the mime-types +- Add *.iso9660 as a pattern for ISO files +- Add PKCS#10 certification requests to the mime-types +- Add and correct loads of raw camera image types +- Add magic for OpenOffice.org file types +- Add KSysV init files to the mime-types +- Add DirectDraw surface files to the mime-types +- Add X11 cursor type to the mime-types +- Fix magic for RTSPtext metalinks + +* Other: +- Remove mention of ROX in the See Also section of the man page + shared-mime-info 0.20 (2007-02-06) * Mime-type Changes: - Add text/javascript as an alias for application/javascript diff --git a/configure.in b/configure.in index dd23794..b96de08 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([shared-mime-info],[0.20],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) +AC_INIT([shared-mime-info],[0.21],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2]) |