diff --git a/NEWS b/NEWS index 97df195..65db357 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +1.2.3 +===== +- Revive commandline.c test program +- Fix unit_names index + +1.2.2 +===== +- Fix plugin installation path + +1.2.1 +===== +- Build plugin as a module +- Update build environment +- Only round to 0 digits for KiB/s values (bug #11152) +- Pack progress bars inside event box and hide/show (bug #10258) +- Do not enforce max length for text/device entries (bug #9869) +- Fix stringsize - 1 (bug #9172) + 1.2.0 ===== - Some code cleanup and respect the Panel HIG diff --git a/configure.ac.in b/configure.ac.in index f82c454..592c649 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.2.2]) +m4_define([netload_version],[1.2.3]) AC_INIT([xfce4-netload-plugin], [netload_version], [goodies-dev@xfce.org])