From e774440e77ea29870e6993d0ea82ef76290d8c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sun, 3 Jun 2007 20:04:13 +0000 Subject: [PATCH] Released 2.19.3. svn path=/trunk/; revision=2602 --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 02d6a847..5f2666b8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +3 June 2007: Overview of changes in 2.19.3 +========================================== +* Small API change. get_proclist returns pid_t instead of unsigned + for consistency. +* linux: + - fixed an typo bug in open_files. + - got rid of useless glibtop_init_s calls. +* Enable example build by defaut. +* Dropped G_GNUC_INTERNAL attributes no longer needed. + This will please people trying to implement G_GNUC macro with a non + GNU Compiler. + 13 May 2007: Overview of changes in 2.19.2 ========================================== * This is the first release of the 2.19.x series.