[libgtop] Prepared release 2.35.90



commit 4285abe72bfb0bbae370151444bf2d5a8d5247c6
Author: Robert Roth <robert roth off gmail com>
Date:   Mon Feb 13 23:21:31 2017 +0200

    Prepared release 2.35.90

 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3be1d62..b119b7a 100644
--- a/NEWS
+++ b/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
 ================================================
 
diff --git a/configure.ac b/configure.ac
index a92df18..94822f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]