Updates for release

master
Landry Breuil 2019-08-13 12:21:37 +02:00
parent f238c4a737
commit 1c82d36b2b
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -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 1.3.1
===== =====
- Set progressbar minimal width and height depending on the orientation (#12941,#12949) - Set progressbar minimal width and height depending on the orientation (#12941,#12949)

View File

@ -7,7 +7,7 @@ dnl Copyright 2010 Florian Rivoal <frivoal@xfce.org>
dnl Copyright 2014 Mike Massonnet <mmassonnet@xfce.org> dnl Copyright 2014 Mike Massonnet <mmassonnet@xfce.org>
dnl dnl
m4_define([netload_version],[1.3.1]) m4_define([netload_version],[1.3.2])
AC_INIT([xfce4-netload-plugin], [netload_version], AC_INIT([xfce4-netload-plugin], [netload_version],
[goodies-dev@xfce.org]) [goodies-dev@xfce.org])