summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS29
-rw-r--r--configure.in2
-rw-r--r--shared-mime-info-spec.xml2
3 files changed, 31 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ab7d0706..bcb9340a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,34 @@
shared-mime-info Thomas Leonard <tal00r@ecs.soton.ac.uk>
+
+ Version 0.11 (17-Apr-2003)
+
+* 'make install' validates the common types file against the DTD.
+
+* Install instructions updated for new XDG Base Directory Specification.
+
+* Added new <root-XML> element to identify XML files by
+ (namespaceURI, localName) pairs.
+
+* Minor updates to the database itself.
+
+* Added short discussion of ACAP Media Type Dataset Class to spec.
+
+* Updated spec to use XDG Base Directory Specification for paths.
+
+* Clarifications to glob matching section.
+
+* Added a 'Recommended checking order' section to help interoperability.
+
+* Greatly improved error reporting in update-mime-database, and commented
+ the code more.
+
+* Fixed possible segfault if a MIME type was defined twice with no xml:lang
+ in the same directory.
+
+* When update-mime-database is run, warn the user if the MIME directory
+ given isn't in the search path.
+
Version 0.10 (03-Mar-2003)
diff --git a/configure.in b/configure.in
index 46ba35d6..7c7a515e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(freedesktop.org.xml)
-AM_INIT_AUTOMAKE(shared-mime-info, 0.10)
+AM_INIT_AUTOMAKE(shared-mime-info, 0.11)
AM_CONFIG_HEADER(config.h)
diff --git a/shared-mime-info-spec.xml b/shared-mime-info-spec.xml
index 9f655610..af266a2d 100644
--- a/shared-mime-info-spec.xml
+++ b/shared-mime-info-spec.xml
@@ -2,7 +2,7 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd" [
<!ENTITY updated "17 Apr 2003">
- <!ENTITY version "0.11-preview">
+ <!ENTITY version "0.11">
]>
<article id="index">