Released 2.19.3.

svn path=/trunk/; revision=2602
This commit is contained in:
Benoît Dejean
2007-06-03 20:04:13 +00:00
parent c7295cd5f0
commit e774440e77

12
NEWS
View File

@@ -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.