Share

CVS virtual file system

File Release Notes and Changelog

Release Name: 0.5

Notes:
* Establish background thread refreshing the CVS tree
* Compiles now on AMD64 as well
* Bug fixes
* Code restructuring


Changes: 2004-12-28 Petric Frank <pfrank@gmx.de> * configure.in: bump version number to 0.5 * fuse/cvs-loadtree-thread: adapt to reference counted cvs_directory_entry 2004-12-27 Petric Frank <pfrank@gmx.de> * fuse/thread: new - support threading (use pthread library) 2004-12-23 Petric Frank <pfrank@gmx.de> * fuse/cvs-repository: adapt to reference counted cvs_directory_entry 2004-12-21 Petric Frank <pfrank@gmx.de> * fuse/cvs-directory-entry: make it reference counted. 2004-12-19 Petric Frank <pfrank@gmx.de> * fuse/cvs_directory_entry: cleanup_tree: do not kill entries having version 0. They are added to CVS but not checked in.