ChangeLog: I forgot to add the entries for the past few commits
[castfs.git] / ChangeLog
blob43c4b9a47ca11123b4b70825e059b7c8d56664c3
1 2008-07-24 Elisamuel Resto <ryuji@sourcemage.org>
2         * configure: FUSE_PREFIX was being rewritten
3         * AUTHORS: Dale forgot to add my name
4         * debian/control, debian/copyright: Dale is the upstream maintainer,
5           I will be the debian files maintainer
6         * debian/changelog: version bump to 0.6.0-1
8 2008-03-25 Dale E. Edmons <linuxfan@sourcemage.org>
9         * Copied local repo to new repo on repos.or.cz
10         * ryuji fixed it afterwards.
12 2008-03-20 Dale E. Edmons <linuxfan@sourcemage.org>
13         * castfs.c: cast_destroy(): commented out free(mount_path)
14         * doc/: Hopefully begin documentation
16 2006-12-17 David Brown <dmlb2000@gmail.com>
17         * debian/changelog: added version bump entry
18         * src/castfs.c: readdir fixed reading entries twice this involved going to
19           the old deprecated calling style of filler function, but it works
20         * configure.in: added option for building against fuse statically helpful
21           for removing dependencies on binary distros
23 2006-12-10 David Brown <dmlb2000@gmail.com>
24         * src/castfs.c: readdir changed the call to filler function to use the old
25           filler function style by passing 0 as the last argument fixes reading
26           values twice in an ls statement
28 2006-12-03 David Brown <dmlb2000@gmail.com>
29         * src/castfs.c: rmdir should have the same paths conditional as unlink
31 2006-11-20 David Brown <dmlb2000@gmail.com>
32         * TODO: added another important todo item, benchmarking
33         * configure.in: updated version and added the debian subdir makefile
34         * debian/control: added debians control file for making debian castfs
35         * debian/rules: added debians rules file for how to build castfs
36         * debian/changelog: added debians changelog for tracking castfs builds
37         * debian/Makefile.am: added for packaging the debian files
38         * debian/copyright: added for saying this is gpl'd
39         * include/Makefile.am: added rbtree.h for new red black tree header
40         * include/hash.h: added rbtree.h for new internals of the hash
41         * include/rbtree.h: added (slightly modified) from the kernel source
42         * src/hash.c: completely revamped the internals of hash to use rbtree
43         * src/rbtree.c: added (slightly modified) from the kernel source
44         * src/utils.c: added cleaning of both the stage and ignore paths
45         * src/Makefile.am: added rbtree.c for new internals of the hash
46         * test/filetree.c: modified so I could test the new internals of the hash
48 2006-10-31 David Brown <dmlb2000@gmail.com>
49         * src/castfs.c: made copies of all paths entered so the hash can clean up
50         the extra // that may appear in the path
51         * include/hash.h: added the clean paths function and changed the prototype
52         for the get and set hash functions
53         * src/hash.c: added clean paths function and clean up tabs
54         * src/utils.c: added checks to make/copy directories regular files fifo's
55         block devs etc in the cast_copy_file function
57 2006-10-25 David Brown <dmlb2000@gmail.com>
58         * src/castfs.c: rename actually called when across ignored dirs and
59         properly made the parent dir for the to location
60         * src/utils.c: output the is_ignored field when debugging
62 2006-10-24 David Brown <dmlb2000@gmail.com>
63         * src/castfs.c: added ignored file check
64         * src/hash.c: added setting new ignore flag in struct
65         * include/castfs.h: added new is_ignored flag in file struct
67 2006-10-23 David Brown <dmlb2000@gmail.com>
68         * .gitignore: added automake generated files to it
69         * INSTALL: new automake INSTALL file
70         * Makefile.am: added maintainer removal of ~ backup files and removed
71         makeing of the program castfs
72         * castfs.h: moved to include subdir for consolidation of includes
73         * config.h.in: also to include subdir for consolidation
74         * hash.h: also to include subdir for consolidation
75         * include/Makefile.am: added so make dist knows what files to include
76         * castfs.c: cast_link fixed hard link to work properly also moved to src
77         subdir for consolidation of source files
78         * hash.c: moved to src subdir for consolidation of source files
79         * utils.c: set return value for returning uninitialized variable warning 
80         moved to src subdir for consolidation of source files
81         * src/Makefile.am: added to make binary castfs
82         * configure.in: removed the pkg-config LDFLAGS set and moved around the
83         lib and header checks for fuse
84         * test/Makefile.am: added ~ files for backups and switched locations of
85         common sources to the src subdir
87 2006-10-10 David Brown <dmlb2000@gmail.com>
88         * ChangeLog: created at version 0.3 git commit
89         d342dd384fc019b0cec879ffff67996483989a1c
90         * Makefile: updated version