summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 767904f4..e833ba1b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+20 August 2016: Overview of changes in 2.34.1
+================================================
+
+* FreeBSD:
+ - rewrite netload to use official APIs
+ - mark wireless interfaces as such
+
+* All
+ - rename --with-libgtop-examples to --with-examples
+ - use gettext instead of intltool/glib-gettext
+ - added Language headers to the translations
+
+
+Special thanks to Gleb Smirnoff, Antoine Brodin, Koop Mast and Ting-Wei Lan for
+the FreeBSD fixes, to Javier Jardón for the gettext migration and to Piotr Drąg
+for adding the Language headers.
+
22 March 2016: Overview of changes in 2.34.0
================================================
diff --git a/configure.ac b/configure.ac
index 47ffa116..ad61723d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
m4_define([libgtop_major_version], [2])
m4_define([libgtop_minor_version], [34])
-m4_define([libgtop_micro_version], [0])
+m4_define([libgtop_micro_version], [1])
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
dnl increment if the interface has additions, changes, removals.