2008-11-21 Matthew Barnes * NEWS: Update for 0.6.5 2008-11-20 Matthew Barnes * src/gva-audit.c (audit_build_model): Fix a crash that occurs when the first audited romset is bad, which causes an unsigned integer to rollover. (SF #2314490, Daniel Rammelt) 2008-11-19 Matthew Barnes * src/gva-process.c (process_debug_message): New function prints communication between GVA and MAME as a debug message. * src/gva-process.c (gva_process_write_stdin), (gva_process_write_stdout), (gva_process_write_stderr): Call process_debug_message() if the GVA_DEBUG_IO flag is set. * src/gva-mame-process.c (mame_process_exited), (gva_mame_process_spawn): Include the process ID in the debug message. * src/gva-util.c (gva_get_debug_flags): * src/gva-util.h (GvaDebugFlags): Add GVA_DEBUG_IO flag, which generates verbose debug output. 2008-10-07 Matthew Barnes * configure.ac: Post-release version bump. * src/gva-tree-view.c (gva_tree_view_update): When switching to the Search Results view with no results, automatically show the search entry.