summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-04-18 09:47:59 +0000
committerBastien Nocera <hadess@hadess.net>2007-04-18 09:47:59 +0000
commit45628090b9357f247a4e35bc99f5b37e968727c2 (patch)
tree1cce08cb66323b0e10988cfdbc469e401fde0295
parentd91eef714536bd81ccad0328db122a2cf874cece (diff)
downloadshared-mime-info-45628090b9357f247a4e35bc99f5b37e968727c2.tar.gz
2007-04-18 Bastien Nocera <hadess@hadess.net>Release-0-21
* NEWS: upd * configure.in: 0.21
-rw-r--r--ChangeLog7
-rw-r--r--NEWS25
-rw-r--r--configure.in2
3 files changed, 33 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9aa3db0d..660b5e15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 02746938..7972b0d9 100644
--- a/NEWS
+++ b/NEWS
@@ -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 dd237948..b96de08c 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])