From 1c82d36b2bf1decadb816643f5081af8569ec430 Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Tue, 13 Aug 2019 12:21:37 +0200 Subject: [PATCH] Updates for release --- NEWS | 9 +++++++++ configure.ac.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 49f0cad..0a5b2ba 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +1.3.2 +===== +- Preferences: Improve spacing (bug #14672) +- Fix stats on some openbsd drivers (bug #13853) +- set a name on the 'text to display' widget so that it can be styled (closes #13906) +- Fix bugs #11477, #12957, #11328 +- css styling improvements +- fix autotools warnings + 1.3.1 ===== - Set progressbar minimal width and height depending on the orientation (#12941,#12949) diff --git a/configure.ac.in b/configure.ac.in index 835d2e9..958c76e 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -7,7 +7,7 @@ dnl Copyright 2010 Florian Rivoal dnl Copyright 2014 Mike Massonnet dnl -m4_define([netload_version],[1.3.1]) +m4_define([netload_version],[1.3.2]) AC_INIT([xfce4-netload-plugin], [netload_version], [goodies-dev@xfce.org])