summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2007-06-03 20:04:13 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-06-03 20:04:13 +0000
commite774440e77ea29870e6993d0ea82ef76290d8c65 (patch)
treec4897d3d31ffd16fcf2d0adda0afe92956c2611c
parentc7295cd5f0be356f0c1b12725e67b323eec2462e (diff)
downloadlibgtop-LIBGTOP_2_19_3.tar.gz
Released 2.19.3.LIBGTOP_2_19_3
svn path=/trunk/; revision=2602
-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.