library name fixups
[libmvfs.git] / ChangeLog
blob385ac39d808b3c8575f9593ffb968bb3b6f36c1a
2 ---- 0.1.0.5 ----
4 2008-12-30      Enrico Weigelt <weigelt@metux.de>
6     * removed non-functional propertylist_ops from stable tree (remains in trunk)
7     * removed non-functional rostring_ops from stable tree (remains in trunk)
8     * removed non-functional mountfs from stable tree (remains in trunk)
9     * removed unused file dirops.c
10     * added some helpful macros in <mvfs/_utils.h> - only for internal use!
11     * added a simple URL parsing routine (<mvfs/url.h> + urlparse.c)
12     * args handling now uses new URL parser, several cleanups
13     * several C++ fixes and cosmetics
14     * mvfs_stat_dup() now checks for NULL stat -> returns NULL in that case
15     * some minor fixups in default_ops
16     * some fixups and sanity checks in fsops.c
17     * metacachefs: added chmod() operation
18     * hostfs: added mkdir(), unlink(), fixed stat/scan handling
19     * fixed some linkage problem w/ libc (explicit -lc required at the end of the ld command)
20     * moved out the fs-specific make rules to their own files
21     * adding readlink() call to hostfs, metacachefs, autoconnectfs
23 ---- 0.1.0.4 release ----
25 2008-06-01      Enrico Weigelt <weigelt@metux.de>               [r578]
27     * metacache_fs:     added some more sanity checks
28     * autoconnect_fs:   fixed buggy pathname handling
29     * Makefile:         added a few check rules (UNO)
31 2008-05-16      Enrico Weigelt <weigelt@metux.de>
33     * added soname
35 ---- 0.1.0.3 release ----
37 2008-05-12      Enrico Weigelt <weigelt@metux.de>
38                 Fixed bug in fileops.c (stat_alloc()) and hostfs.c
39                 mvfs cmdline tool now uses file:// as default fs
41 ---- 0.1.0.2 release ----
43 2008-04-02      Enrico Weigelt <weigelt@metux.de>
44                 mixp: Fixed an ugly in the stat structure handling (was errornously free'd after scan())