Compare commits
1 Commits
wip/diskio
...
2.35.90
Author | SHA1 | Date | |
---|---|---|---|
|
4285abe72b |
12
NEWS
12
NEWS
@@ -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
|
||||
================================================
|
||||
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user