Release Notes: It is now possible to mount internal data structures as a virtual file system, doing for your program what /proc does for the kernel.


Release Notes: This release adds support for INSERT and DELETE. It gives the "rta" prefix to all API routines and structures.


Release Notes: This release cleans the YACC grammar, fixes minor bugs, and removes support for FUSE.


Release Notes: This release adds a configure script and Windows support.


Release Notes: Another parameter was added to the write callback, which points to a copy of the unmodified row. This allows you to check if a value really changed or if the column was changed as part of an update to another column. It is now verified that the table name in a column definition matches the name of the table it is defined with. A bug in which write callbacks were always passed a column name of NULL was fixed. rta_init() was removed from the API as it was not required and it is safer to do the init on the first call to rta_add_table().


Release Notes: It is now possible to mount internal data structures as a virtual file system, doing for your program what /proc does for the kernel.