summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
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.