]> Pileus Git - ~andy/gtk/blobdiff - gtk/xdgmime/ChangeLog
2.13.0
[~andy/gtk] / gtk / xdgmime / ChangeLog
index 3bd89fed9a0eabef9195968c1b1a558846ade4b8..cdff403cffe89c0a65b6eb0a91cbf69053b841a8 100644 (file)
@@ -1,3 +1,252 @@
+2008-02-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.13.0 ===
+
+2007-10-16  Matthias Clasen <mclasen@redhat.com>
+
+       * === Released 2.12.1 ===
+
+2007-09-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.12.0 ===
+
+2007-07-25  Alexander Larsson  <alexl@redhat.com>
+
+        * xdgmimealias.h:
+        * xdgmimecache.h:
+        * xdgmimeparent.h:
+       Mark more internal symbols for prefixing
+
+2007-07-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.6 ===
+
+2007-07-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.5 ===
+
+2007-06-19  Matthias Clasen <mclasen@redhat.com>
+
+       * === Released 2.11.4 ===
+
+2007-06-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.3 ===
+
+2007-06-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.2 ===
+
+2007-06-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.1 ===
+
+2007-05-24   Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.0 ===
+
+2007-04-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimeglob.c (_xdg_glob_hash_insert_text): Duplicate the
+       mime_type when storing it in a hash node, to avoid leaks. 
+       Update all callers.
+
+2007-01-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimecache.c (cache_glob_node_lookup_suffix): Don't return "" 
+       as match.  (fd.o #9544, Yevgen Muntyan)
+
+2007-01-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimecache.c (_xdg_mime_cache_list_mime_parents): Fix 
+       several problems with this function.  (fd.o #9560, Yevgen Muntyan)
+
+2006-08-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.10.2 ===
+
+2006-07-23  Matthias Clasen  <mclasen@redhat.com>
+       
+       * === Released 2.10.1 ===
+
+2006-07-20  Matthias Clasen  <mclasen@redhat.com>
+
+       Fix a thinko that leads to constantly reloading
+       the mime data if a mime.cache is present.  Patch
+       by Yevgen Muntyan, bugs.freedesktop.org #7495
+       
+       * xdgmime.c (xdg_check_dir): Look for mime.cache first.
+       (xdg_check_file): Report existance of the file separately.
+       
+2006-07-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmime.c (xdg_mime_shutdown): Unref the caches.
+       Patch by Yevgen Muntyan, bugs.freedesktop.org #7496
+
+       * xdgmimemagic.c: 
+       * xdgmime.c: 
+       * xdgmime.h: Add xdg_init-free versions of some
+       functions and use them internally, so that we don't
+       reload caches and clobber data structures in the
+       middle of an operation.  Patch by Joe Shaw,
+       bugs.freedesktop.org #6824
+
+2006-07-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimeglob.c (_xdg_glob_hash_node_lookup_file_name):
+       Don't return NULL as a mimetype, ever, patch
+       by Yevgen Muntyan, bugs.freedesktop.org #5241
+
+2006-07-02  Matthias Clasen  <mclasen@redhat.com>
+       
+       * === Released 2.10.0 ===
+
+2006-06-21  Matthias Clasen  <mclasen@redhat.com>
+       
+       * === Released 2.9.4 ===
+
+2006-06-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.9.3 ===
+
+2006-06-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.9.2 ===
+
+2006-05-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.9.1 ====
+
+2006-05-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.9.0 ===
+
+2006-04-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmime.[hc]: Move xdg_mime_type_unknown to .rodata.
+
+2006-03-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimemagic.c: Remove superfluous extern errno 
+       declaration.  (#333605, Tommi Komulainen)
+
+2006-02-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmime.h (xdg_mime_dump): Don't export xdg_mime_dump.
+
+2005-12-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * Merge upstream changes to handle duplicate glob
+       patterns.
+
+2005-11-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmime.c (xdg_mime_list_mime_parents): Prevent
+       a segfault.  
+
+2005-10-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimecache.c: Make magic comparisons work correctly
+       in the cache.
+
+2005-10-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmime.c (xdg_mime_get_mime_type_for_file): Remove
+       a debugging printf.
+
+2005-09-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmime.h:
+       * xdgmime.c (xdg_mime_get_mime_type_for_file): Take
+       a struct statbuf * as argument.
+
+       * test-mime.c (main): Adjust.
+
+2005-08-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.8.2 ===
+
+       * === Released 2.8.1 ===
+
+2005-08-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.8.0 ===
+
+2005-08-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * Rename caches to _caches, so it doesn't
+       get exported. Also don't export n_caches.
+
+2005-08-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.5 ===
+
+2005-07-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.4 === 
+
+2005-07-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.3 ===
+       
+2005-07-08  Matthias Clasen  <mclasen@redhat.com>
+       
+       * === Released 2.7.2 ===
+
+2005-07-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.1 ===
+       
+2005-06-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimecache.c: Handle missing MAP_FAILED.  (#308449, Georg
+       Schwarz)
+
+2005-06-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.0 ===
+
+2005-06-10  Federico Mena Quintero  <federico@ximian.com>
+
+       * xdgmime.c (xdg_mime_init_from_directory): Pass the correct size
+       to realloc().  Fixes https://bugs.freedesktop.org/show_bug.cgi?id=3506.
+
+2005-06-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimemagic.c: Don't declare errno, including errno.h 
+       is enough.  (#304164, Joerg Sonnenberger)
+
+2005-05-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimecache.c (GET_UINT32): Don't rely on C99 
+       types.  (#304924, John Ehresman)
+
+2005-04-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * Sync to upstream.
+
+2005-04-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimecache.c (cache_magic_matchlet_compare_to_data) 
+       (cache_magic_matchlet_compare): Use cache->buffer, not 
+       cache.  
+
+Tue Apr  5 16:00:04 2005  Manish Singh  <yosh@gimp.org>
+
+       * Makefile.am: add xdgmimecache.[ch].
+
+2005-03-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * xdgmimeglob.c: Sync to latest upstream,
+       including fixes for matching against multiple
+       extensions (eg .tar.gz) and for suffix
+       patterns which don't start with a dot.
+
+Sat Mar 19 23:52:33 2005  Manish Singh  <yosh@gimp.org>
+
+       * xdgmimeglob.c (_xdg_glob_hash_insert_text): cast away the constness
+       in the call to free().
+
 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
 
        * xdgmimeglob.c (_xdg_glob_hash_insert_text): Don't