From 92cca5e4cec157f252fd77b5ce23853974603906 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Thu, 17 Apr 2003 15:28:26 +0000 Subject: [PATCH] Updates for new version. --- NEWS | 29 +++++++++++++++++++++++++++++ configure.in | 2 +- shared-mime-info-spec.xml | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ab7d070..bcb9340 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,34 @@ shared-mime-info Thomas Leonard + + 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 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 46ba35d..7c7a515 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 9f65561..af266a2 100644 --- a/shared-mime-info-spec.xml +++ b/shared-mime-info-spec.xml @@ -2,7 +2,7 @@ - + ]>
-- GitLab