From 71337d9c7dc32474ec738429bb9e331e368ebc7f Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Sat, 20 Aug 2016 17:06:22 +0300 Subject: [PATCH] Prepared release 2.34.1 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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.