Bump version number to 1.1.0

Sat Sep 24 14:41:23 2005  Soeren Sandmann  <sandmann@redhat.com>

	* configure.ac: Bump version number to 1.1.0

	* signal-handler.c: Many, mostly cosmetic, cleanups

	* sysprof-text.c: uninstall signal handlers when exiting
This commit is contained in:
Soeren Sandmann
2005-09-24 18:42:24 +00:00
committed by Søren Sandmann Pedersen
parent e2fb3b2985
commit 665d680c46
5 changed files with 116 additions and 68 deletions

View File

@ -178,5 +178,8 @@ main (int argc,
fd_set_read_callback (app->fd, on_read);
g_main_loop_run (app->main_loop);
signal_unset_handler (SIGTERM);
signal_unset_handler (SIGINT);
return 0;
}