====== Roadmap to the 1.4 release ====== Note: This roadmap is really incomplete and don't mirror the actual progress. # cleanup of db module ** rename modules to be prefixed by [b]db_[/b] ** common functions to be moved in core ** [color=green]status: done (henning)[/color] # cleanup of fixup functions used by modules ** the functions that are duplicated in several modules must be migrated to core in mod_fix.{c,h} ** the naming format of fixup functions must have a suggestive pattern ** [color=orange]status: work in progress (miconda)[/color] # cleanup of PV handler functions ** add helper functions to be used by PV handlers for better consistency and duplicates removal ** [color=orange]status: work in progress (miconda)[/color] # docbook documentation migrated from SGML to XML format ** [color=green]status: done (miconda)[/color] # new PV class: shared variables ** $shv(name) class exported by [b]cfgutils[/b] module ** [color=green]status: done (anomarme)[/color]