Compare commits

...

1 Commits

Author SHA1 Message Date
Robert Roth
4285abe72b Prepared release 2.35.90 2017-02-13 23:21:31 +02:00
2 changed files with 14 additions and 2 deletions

12
NEWS
View File

@@ -1,3 +1,15 @@
13 February 2017: Overview of changes in 2.35.90
================================================
* Linux:
- Use dynamically allocated cpu buffer
- Do not cache getpagesize()
- Use faster g_ascii_isspace in tokenization
- Ignore paragraphs not describing a CPU/core
* Updated translations
* Added more gettext options
16 January 2017: Overview of changes in 2.34.2
================================================

View File

@@ -3,8 +3,8 @@ dnl Configure script for the Gnome library
dnl
m4_define([libgtop_major_version], [2])
m4_define([libgtop_minor_version], [34])
m4_define([libgtop_micro_version], [2])
m4_define([libgtop_minor_version], [35])
m4_define([libgtop_micro_version], [90])
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
dnl increment if the interface has additions, changes, removals.